From ebad009216bb209d70617f336472da373cac3cd3 Mon Sep 17 00:00:00 2001 From: Rohith Chowki <119583656+Rohithchowk@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:23:19 +0530 Subject: [PATCH 01/11] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fa0698..522c46b 100644 --- a/README.md +++ b/README.md @@ -76,13 +76,12 @@ The CBIT Management Information System is a dynamic, responsive platform designe ## CONTRIBUTORS +Rohith Chowki Sivani Varada Pranav Vuddagiri -Rohith Chowki - Vishnu Vamsith Yejju From e510e0bad395e4298390b219351c77b9937e7e72 Mon Sep 17 00:00:00 2001 From: Rohith Chowki <119583656+Rohithchowk@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:19:16 +0000 Subject: [PATCH 02/11] creating cordova --- myApp/.gitignore | 26 ++++++++++ myApp/config.xml | 11 ++++ myApp/package.json | 15 ++++++ myApp/www/css/index.css | 110 ++++++++++++++++++++++++++++++++++++++++ myApp/www/img/logo.png | Bin 0 -> 21814 bytes myApp/www/index.html | 50 ++++++++++++++++++ myApp/www/js/index.js | 29 +++++++++++ 7 files changed, 241 insertions(+) create mode 100644 myApp/.gitignore create mode 100644 myApp/config.xml create mode 100644 myApp/package.json create mode 100644 myApp/www/css/index.css create mode 100644 myApp/www/img/logo.png create mode 100644 myApp/www/index.html create mode 100644 myApp/www/js/index.js diff --git a/myApp/.gitignore b/myApp/.gitignore new file mode 100644 index 0000000..3292ceb --- /dev/null +++ b/myApp/.gitignore @@ -0,0 +1,26 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +.DS_Store + +# Generated by package manager +node_modules/ + +# Generated by Cordova +/plugins/ +/platforms/ diff --git a/myApp/config.xml b/myApp/config.xml new file mode 100644 index 0000000..92c30e0 --- /dev/null +++ b/myApp/config.xml @@ -0,0 +1,11 @@ + + + HelloCordova + Sample Apache Cordova App + + Apache Cordova Team + + + + + diff --git a/myApp/package.json b/myApp/package.json new file mode 100644 index 0000000..2938f5a --- /dev/null +++ b/myApp/package.json @@ -0,0 +1,15 @@ +{ + "name": "io.cordova.hellocordova", + "displayName": "HelloCordova", + "version": "1.0.0", + "description": "A sample Apache Cordova application that responds to the deviceready event.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "ecosystem:cordova" + ], + "author": "Apache Cordova Team", + "license": "Apache-2.0" +} diff --git a/myApp/www/css/index.css b/myApp/www/css/index.css new file mode 100644 index 0000000..ecea7e8 --- /dev/null +++ b/myApp/www/css/index.css @@ -0,0 +1,110 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +* { + -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ +} + +body { + -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ + -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ + -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ + background-color:#E4E4E4; + background-image:linear-gradient(to bottom, #A7A7A7 0%, #E4E4E4 51%); + font-family: system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif; + font-size:12px; + height:100vh; + margin:0px; + padding:0px; + /* Padding to avoid the "unsafe" areas behind notches in the screen */ + padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px); + text-transform:uppercase; + width:100%; +} + +/* Portrait layout (default) */ +.app { + background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */ + position:absolute; /* position in the center of the screen */ + left:50%; + top:50%; + height:50px; /* text area height */ + width:225px; /* text area width */ + text-align:center; + padding:180px 0px 0px 0px; /* image height is 200px (bottom 20px are overlapped with text) */ + margin:-115px 0px 0px -112px; /* offset vertical: half of image height and text area height */ + /* offset horizontal: half of text area width */ +} + +/* Landscape layout (with min-width) */ +@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) { + .app { + background-position:left center; + padding:75px 0px 75px 170px; /* padding-top + padding-bottom + text area = image height */ + margin:-90px 0px 0px -198px; /* offset vertical: half of image height */ + /* offset horizontal: half of image width and text area width */ + } +} + +h1 { + font-size:24px; + font-weight:normal; + margin:0px; + overflow:visible; + padding:0px; + text-align:center; +} + +.event { + border-radius:4px; + color:#FFFFFF; + font-size:12px; + margin:0px 30px; + padding:2px 0px; +} + +.event.listening { + background-color:#333333; + display:block; +} + +.event.received { + background-color:#4B946A; + display:none; +} + +#deviceready.ready .event.listening { display: none; } +#deviceready.ready .event.received { display: block; } + +@keyframes fade { + from { opacity: 1.0; } + 50% { opacity: 0.4; } + to { opacity: 1.0; } +} + +.blink { + animation:fade 3000ms infinite; + -webkit-animation:fade 3000ms infinite; +} + + +@media screen and (prefers-color-scheme: dark) { + body { + background-image:linear-gradient(to bottom, #585858 0%, #1B1B1B 51%); + } +} diff --git a/myApp/www/img/logo.png b/myApp/www/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..9519e7dd78adb6e44548c08510a7bf02442a7697 GIT binary patch literal 21814 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 + + + + + + + + + + + + Hello World + + +
+

Apache Cordova

+ +
+ + + + diff --git a/myApp/www/js/index.js b/myApp/www/js/index.js new file mode 100644 index 0000000..6fc66e5 --- /dev/null +++ b/myApp/www/js/index.js @@ -0,0 +1,29 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +// Wait for the deviceready event before using any of Cordova's device APIs. +// See https://cordova.apache.org/docs/en/latest/cordova/events/events.html#deviceready +document.addEventListener('deviceready', onDeviceReady, false); + +function onDeviceReady() { + // Cordova is now initialized. Have fun! + + console.log('Running cordova-' + cordova.platformId + '@' + cordova.version); + document.getElementById('deviceready').classList.add('ready'); +} From b51f852af7566939e8001713c71f19e1b64db467 Mon Sep 17 00:00:00 2001 From: Rohithhowk Date: Sun, 1 Sep 2024 15:58:38 +0530 Subject: [PATCH 03/11] buliding --- client/build/asset-manifest.json | 97 +++ client/build/favicon.svg | 1 + client/build/index.html | 1 + .../build/static/css/3697.7c282fc7.chunk.css | 1 + client/build/static/css/main.df3b6d63.css | 1 + client/build/static/js/102.1f3ec915.chunk.js | 1 + client/build/static/js/1061.8c9b0d84.chunk.js | 1 + client/build/static/js/1247.d928e7b6.chunk.js | 1 + client/build/static/js/1399.5eaab7f0.chunk.js | 1 + client/build/static/js/1797.a82a2dc8.chunk.js | 1 + client/build/static/js/1905.426a46de.chunk.js | 2 + .../js/1905.426a46de.chunk.js.LICENSE.txt | 18 + client/build/static/js/1926.2b13788d.chunk.js | 1 + client/build/static/js/225.d9ff2b58.chunk.js | 1 + client/build/static/js/2923.1d6f32d3.chunk.js | 1 + client/build/static/js/306.a34e9a2d.chunk.js | 1 + client/build/static/js/313.9ad2028f.chunk.js | 2 + .../js/313.9ad2028f.chunk.js.LICENSE.txt | 1 + client/build/static/js/3195.e06c55d3.chunk.js | 1 + client/build/static/js/3224.dca56b35.chunk.js | 1 + client/build/static/js/337.7b286a00.chunk.js | 1 + client/build/static/js/3481.855c40b1.chunk.js | 1 + client/build/static/js/3693.e8887c26.chunk.js | 1 + client/build/static/js/3697.05c06cc5.chunk.js | 1 + client/build/static/js/3936.5c8289c8.chunk.js | 1 + client/build/static/js/3939.6a40e50a.chunk.js | 2 + .../js/3939.6a40e50a.chunk.js.LICENSE.txt | 13 + client/build/static/js/4060.a8aa7745.chunk.js | 1 + client/build/static/js/4130.62b3d579.chunk.js | 1 + client/build/static/js/4207.7d8e1482.chunk.js | 1 + client/build/static/js/4249.ba78f093.chunk.js | 1 + client/build/static/js/4391.2e46c988.chunk.js | 1 + client/build/static/js/4399.f42d4e5e.chunk.js | 1 + client/build/static/js/4538.86490d0f.chunk.js | 1 + client/build/static/js/4669.348756e4.chunk.js | 1 + client/build/static/js/4774.075ec3a2.chunk.js | 1 + client/build/static/js/4849.82e61ad7.chunk.js | 1 + client/build/static/js/4980.243c3763.chunk.js | 1 + client/build/static/js/5003.11ddda5b.chunk.js | 1 + client/build/static/js/525.152b1fa1.chunk.js | 1 + client/build/static/js/538.7dc1c85f.chunk.js | 1 + client/build/static/js/5477.d176da86.chunk.js | 1 + client/build/static/js/5508.9570ac79.chunk.js | 2 + .../js/5508.9570ac79.chunk.js.LICENSE.txt | 311 ++++++++ client/build/static/js/5587.3b21c991.chunk.js | 1 + client/build/static/js/5639.289e781d.chunk.js | 1 + client/build/static/js/565.486fbd64.chunk.js | 1 + client/build/static/js/5706.471a59c4.chunk.js | 1 + client/build/static/js/5825.94b6ed85.chunk.js | 2 + .../js/5825.94b6ed85.chunk.js.LICENSE.txt | 731 ++++++++++++++++++ client/build/static/js/5845.7918416f.chunk.js | 1 + client/build/static/js/6161.e268e917.chunk.js | 1 + client/build/static/js/6221.1b404eaf.chunk.js | 1 + client/build/static/js/6261.79188310.chunk.js | 1 + client/build/static/js/6297.9db4ccc2.chunk.js | 1 + client/build/static/js/6466.205b3108.chunk.js | 1 + client/build/static/js/6580.0e963b34.chunk.js | 1 + client/build/static/js/665.24cba8dc.chunk.js | 1 + client/build/static/js/6680.fd054224.chunk.js | 1 + client/build/static/js/6801.058d9f7c.chunk.js | 1 + client/build/static/js/6838.fe06f758.chunk.js | 1 + client/build/static/js/6880.82012722.chunk.js | 1 + client/build/static/js/6911.223300f6.chunk.js | 1 + client/build/static/js/6967.d50bed2a.chunk.js | 1 + client/build/static/js/7041.638f24d1.chunk.js | 1 + client/build/static/js/7201.da37ac6c.chunk.js | 1 + client/build/static/js/7603.f4b2e4d9.chunk.js | 1 + client/build/static/js/7649.1494a86e.chunk.js | 1 + client/build/static/js/7843.d7026777.chunk.js | 1 + client/build/static/js/7883.f7318408.chunk.js | 1 + client/build/static/js/8089.6bc5ca2f.chunk.js | 28 + client/build/static/js/8319.6db8ca11.chunk.js | 1 + client/build/static/js/8505.3046adcc.chunk.js | 1 + client/build/static/js/8922.4222b941.chunk.js | 1 + client/build/static/js/9514.dc6fbafa.chunk.js | 1 + client/build/static/js/9786.764b958f.chunk.js | 1 + client/build/static/js/9991.0d4034e1.chunk.js | 52 ++ .../js/9991.0d4034e1.chunk.js.LICENSE.txt | 13 + client/build/static/js/main.93d2cf30.js | 128 +++ .../static/js/main.93d2cf30.js.LICENSE.txt | 107 +++ .../static/media/1.1b6f47c51673391116fb.png | Bin 0 -> 175122 bytes .../media/Aerobics.ee356cff0b22804ed51f.jpg | Bin 0 -> 300789 bytes .../media/Badminton.54eb6ebfea98b7a53983.jpg | Bin 0 -> 270582 bytes .../media/Basketball.f9914a7f5a9711e62c8f.jpg | Bin 0 -> 338584 bytes .../media/Carroms.53810f29975adf386ac2.jpg | Bin 0 -> 290402 bytes .../media/Chess.4bdfa37c4055760a8f8a.jpg | Bin 0 -> 300789 bytes .../media/Cricket.6b91f86b7a554465e920.jpg | Bin 0 -> 288347 bytes .../media/Football.0da52161712a73795afc.jpg | Bin 0 -> 94882 bytes .../static/media/Gym.ec7c6bec54e9436fa2c3.jpg | Bin 0 -> 295825 bytes .../Tabletennis.f42634d166b02ec7b376.jpg | Bin 0 -> 70229 bytes .../media/Throwball.a70b7bb2536fa22ff6bd.jpg | Bin 0 -> 102540 bytes .../media/Volleyball.eea26709c79f5cfe2c52.jpg | Bin 0 -> 73808 bytes .../media/blockbg.20435abafc74e3d2e23a.webp | Bin 0 -> 186418 bytes ...rning.64ed2445426c62a9e3adde1607163458.svg | 1 + .../media/logo.578ea6c04c7efd159549.webp | Bin 0 -> 38082 bytes .../mobilelogo.f00ffa598537c17b4e4e.webp | Bin 0 -> 90046 bytes .../media/sportbg.872d8828aac8e3831e11.webp | Bin 0 -> 66750 bytes ...round.4564644b56ce25e3ec83a26b937fdeb9.svg | 1 + myApp/www/asset-manifest.json | 97 +++ myApp/www/css/index.css | 110 --- myApp/www/favicon.svg | 1 + myApp/www/img/logo.png | Bin 21814 -> 0 bytes myApp/www/index.html | 51 +- myApp/www/js/index.js | 29 - myApp/www/static/css/3697.7c282fc7.chunk.css | 1 + myApp/www/static/css/main.df3b6d63.css | 1 + myApp/www/static/js/102.1f3ec915.chunk.js | 1 + myApp/www/static/js/1061.8c9b0d84.chunk.js | 1 + myApp/www/static/js/1247.d928e7b6.chunk.js | 1 + myApp/www/static/js/1399.5eaab7f0.chunk.js | 1 + myApp/www/static/js/1797.a82a2dc8.chunk.js | 1 + myApp/www/static/js/1905.426a46de.chunk.js | 2 + .../js/1905.426a46de.chunk.js.LICENSE.txt | 18 + myApp/www/static/js/1926.2b13788d.chunk.js | 1 + myApp/www/static/js/225.d9ff2b58.chunk.js | 1 + myApp/www/static/js/2923.1d6f32d3.chunk.js | 1 + myApp/www/static/js/306.a34e9a2d.chunk.js | 1 + myApp/www/static/js/313.9ad2028f.chunk.js | 2 + .../js/313.9ad2028f.chunk.js.LICENSE.txt | 1 + myApp/www/static/js/3195.e06c55d3.chunk.js | 1 + myApp/www/static/js/3224.dca56b35.chunk.js | 1 + myApp/www/static/js/337.7b286a00.chunk.js | 1 + myApp/www/static/js/3481.855c40b1.chunk.js | 1 + myApp/www/static/js/3693.e8887c26.chunk.js | 1 + myApp/www/static/js/3697.05c06cc5.chunk.js | 1 + myApp/www/static/js/3936.5c8289c8.chunk.js | 1 + myApp/www/static/js/3939.6a40e50a.chunk.js | 2 + .../js/3939.6a40e50a.chunk.js.LICENSE.txt | 13 + myApp/www/static/js/4060.a8aa7745.chunk.js | 1 + myApp/www/static/js/4130.62b3d579.chunk.js | 1 + myApp/www/static/js/4207.7d8e1482.chunk.js | 1 + myApp/www/static/js/4249.ba78f093.chunk.js | 1 + myApp/www/static/js/4391.2e46c988.chunk.js | 1 + myApp/www/static/js/4399.f42d4e5e.chunk.js | 1 + myApp/www/static/js/4538.86490d0f.chunk.js | 1 + myApp/www/static/js/4669.348756e4.chunk.js | 1 + myApp/www/static/js/4774.075ec3a2.chunk.js | 1 + myApp/www/static/js/4849.82e61ad7.chunk.js | 1 + myApp/www/static/js/4980.243c3763.chunk.js | 1 + myApp/www/static/js/5003.11ddda5b.chunk.js | 1 + myApp/www/static/js/525.152b1fa1.chunk.js | 1 + myApp/www/static/js/538.7dc1c85f.chunk.js | 1 + myApp/www/static/js/5477.d176da86.chunk.js | 1 + myApp/www/static/js/5508.9570ac79.chunk.js | 2 + .../js/5508.9570ac79.chunk.js.LICENSE.txt | 311 ++++++++ myApp/www/static/js/5587.3b21c991.chunk.js | 1 + myApp/www/static/js/5639.289e781d.chunk.js | 1 + myApp/www/static/js/565.486fbd64.chunk.js | 1 + myApp/www/static/js/5706.471a59c4.chunk.js | 1 + myApp/www/static/js/5825.94b6ed85.chunk.js | 2 + .../js/5825.94b6ed85.chunk.js.LICENSE.txt | 731 ++++++++++++++++++ myApp/www/static/js/5845.7918416f.chunk.js | 1 + myApp/www/static/js/6161.e268e917.chunk.js | 1 + myApp/www/static/js/6221.1b404eaf.chunk.js | 1 + myApp/www/static/js/6261.79188310.chunk.js | 1 + myApp/www/static/js/6297.9db4ccc2.chunk.js | 1 + myApp/www/static/js/6466.205b3108.chunk.js | 1 + myApp/www/static/js/6580.0e963b34.chunk.js | 1 + myApp/www/static/js/665.24cba8dc.chunk.js | 1 + myApp/www/static/js/6680.fd054224.chunk.js | 1 + myApp/www/static/js/6801.058d9f7c.chunk.js | 1 + myApp/www/static/js/6838.fe06f758.chunk.js | 1 + myApp/www/static/js/6880.82012722.chunk.js | 1 + myApp/www/static/js/6911.223300f6.chunk.js | 1 + myApp/www/static/js/6967.d50bed2a.chunk.js | 1 + myApp/www/static/js/7041.638f24d1.chunk.js | 1 + myApp/www/static/js/7201.da37ac6c.chunk.js | 1 + myApp/www/static/js/7603.f4b2e4d9.chunk.js | 1 + myApp/www/static/js/7649.1494a86e.chunk.js | 1 + myApp/www/static/js/7843.d7026777.chunk.js | 1 + myApp/www/static/js/7883.f7318408.chunk.js | 1 + myApp/www/static/js/8089.6bc5ca2f.chunk.js | 28 + myApp/www/static/js/8319.6db8ca11.chunk.js | 1 + myApp/www/static/js/8505.3046adcc.chunk.js | 1 + myApp/www/static/js/8922.4222b941.chunk.js | 1 + myApp/www/static/js/9514.dc6fbafa.chunk.js | 1 + myApp/www/static/js/9786.764b958f.chunk.js | 1 + myApp/www/static/js/9991.0d4034e1.chunk.js | 52 ++ .../js/9991.0d4034e1.chunk.js.LICENSE.txt | 13 + myApp/www/static/js/main.93d2cf30.js | 128 +++ .../static/js/main.93d2cf30.js.LICENSE.txt | 107 +++ .../static/media/1.1b6f47c51673391116fb.png | Bin 0 -> 175122 bytes .../media/Aerobics.ee356cff0b22804ed51f.jpg | Bin 0 -> 300789 bytes .../media/Badminton.54eb6ebfea98b7a53983.jpg | Bin 0 -> 270582 bytes .../media/Basketball.f9914a7f5a9711e62c8f.jpg | Bin 0 -> 338584 bytes .../media/Carroms.53810f29975adf386ac2.jpg | Bin 0 -> 290402 bytes .../media/Chess.4bdfa37c4055760a8f8a.jpg | Bin 0 -> 300789 bytes .../media/Cricket.6b91f86b7a554465e920.jpg | Bin 0 -> 288347 bytes .../media/Football.0da52161712a73795afc.jpg | Bin 0 -> 94882 bytes .../static/media/Gym.ec7c6bec54e9436fa2c3.jpg | Bin 0 -> 295825 bytes .../Tabletennis.f42634d166b02ec7b376.jpg | Bin 0 -> 70229 bytes .../media/Throwball.a70b7bb2536fa22ff6bd.jpg | Bin 0 -> 102540 bytes .../media/Volleyball.eea26709c79f5cfe2c52.jpg | Bin 0 -> 73808 bytes .../media/blockbg.20435abafc74e3d2e23a.webp | Bin 0 -> 186418 bytes ...rning.64ed2445426c62a9e3adde1607163458.svg | 1 + .../media/logo.578ea6c04c7efd159549.webp | Bin 0 -> 38082 bytes .../mobilelogo.f00ffa598537c17b4e4e.webp | Bin 0 -> 90046 bytes .../media/sportbg.872d8828aac8e3831e11.webp | Bin 0 -> 66750 bytes ...round.4564644b56ce25e3ec83a26b937fdeb9.svg | 1 + 199 files changed, 3150 insertions(+), 189 deletions(-) create mode 100644 client/build/asset-manifest.json create mode 100644 client/build/favicon.svg create mode 100644 client/build/index.html create mode 100644 client/build/static/css/3697.7c282fc7.chunk.css create mode 100644 client/build/static/css/main.df3b6d63.css create mode 100644 client/build/static/js/102.1f3ec915.chunk.js create mode 100644 client/build/static/js/1061.8c9b0d84.chunk.js create mode 100644 client/build/static/js/1247.d928e7b6.chunk.js create mode 100644 client/build/static/js/1399.5eaab7f0.chunk.js create mode 100644 client/build/static/js/1797.a82a2dc8.chunk.js create mode 100644 client/build/static/js/1905.426a46de.chunk.js create mode 100644 client/build/static/js/1905.426a46de.chunk.js.LICENSE.txt create mode 100644 client/build/static/js/1926.2b13788d.chunk.js create mode 100644 client/build/static/js/225.d9ff2b58.chunk.js create mode 100644 client/build/static/js/2923.1d6f32d3.chunk.js create mode 100644 client/build/static/js/306.a34e9a2d.chunk.js create mode 100644 client/build/static/js/313.9ad2028f.chunk.js create mode 100644 client/build/static/js/313.9ad2028f.chunk.js.LICENSE.txt create mode 100644 client/build/static/js/3195.e06c55d3.chunk.js create mode 100644 client/build/static/js/3224.dca56b35.chunk.js create mode 100644 client/build/static/js/337.7b286a00.chunk.js create mode 100644 client/build/static/js/3481.855c40b1.chunk.js create mode 100644 client/build/static/js/3693.e8887c26.chunk.js create mode 100644 client/build/static/js/3697.05c06cc5.chunk.js create mode 100644 client/build/static/js/3936.5c8289c8.chunk.js create mode 100644 client/build/static/js/3939.6a40e50a.chunk.js create mode 100644 client/build/static/js/3939.6a40e50a.chunk.js.LICENSE.txt create mode 100644 client/build/static/js/4060.a8aa7745.chunk.js create mode 100644 client/build/static/js/4130.62b3d579.chunk.js create mode 100644 client/build/static/js/4207.7d8e1482.chunk.js create mode 100644 client/build/static/js/4249.ba78f093.chunk.js create mode 100644 client/build/static/js/4391.2e46c988.chunk.js create mode 100644 client/build/static/js/4399.f42d4e5e.chunk.js create mode 100644 client/build/static/js/4538.86490d0f.chunk.js create mode 100644 client/build/static/js/4669.348756e4.chunk.js create mode 100644 client/build/static/js/4774.075ec3a2.chunk.js create mode 100644 client/build/static/js/4849.82e61ad7.chunk.js create mode 100644 client/build/static/js/4980.243c3763.chunk.js create mode 100644 client/build/static/js/5003.11ddda5b.chunk.js create mode 100644 client/build/static/js/525.152b1fa1.chunk.js create mode 100644 client/build/static/js/538.7dc1c85f.chunk.js create mode 100644 client/build/static/js/5477.d176da86.chunk.js create mode 100644 client/build/static/js/5508.9570ac79.chunk.js create mode 100644 client/build/static/js/5508.9570ac79.chunk.js.LICENSE.txt create mode 100644 client/build/static/js/5587.3b21c991.chunk.js create mode 100644 client/build/static/js/5639.289e781d.chunk.js create mode 100644 client/build/static/js/565.486fbd64.chunk.js create mode 100644 client/build/static/js/5706.471a59c4.chunk.js create mode 100644 client/build/static/js/5825.94b6ed85.chunk.js create mode 100644 client/build/static/js/5825.94b6ed85.chunk.js.LICENSE.txt create mode 100644 client/build/static/js/5845.7918416f.chunk.js create mode 100644 client/build/static/js/6161.e268e917.chunk.js create mode 100644 client/build/static/js/6221.1b404eaf.chunk.js create mode 100644 client/build/static/js/6261.79188310.chunk.js create mode 100644 client/build/static/js/6297.9db4ccc2.chunk.js create mode 100644 client/build/static/js/6466.205b3108.chunk.js create mode 100644 client/build/static/js/6580.0e963b34.chunk.js create mode 100644 client/build/static/js/665.24cba8dc.chunk.js create mode 100644 client/build/static/js/6680.fd054224.chunk.js create mode 100644 client/build/static/js/6801.058d9f7c.chunk.js create mode 100644 client/build/static/js/6838.fe06f758.chunk.js create mode 100644 client/build/static/js/6880.82012722.chunk.js create mode 100644 client/build/static/js/6911.223300f6.chunk.js create mode 100644 client/build/static/js/6967.d50bed2a.chunk.js create mode 100644 client/build/static/js/7041.638f24d1.chunk.js create mode 100644 client/build/static/js/7201.da37ac6c.chunk.js create mode 100644 client/build/static/js/7603.f4b2e4d9.chunk.js create mode 100644 client/build/static/js/7649.1494a86e.chunk.js create mode 100644 client/build/static/js/7843.d7026777.chunk.js create mode 100644 client/build/static/js/7883.f7318408.chunk.js create mode 100644 client/build/static/js/8089.6bc5ca2f.chunk.js create mode 100644 client/build/static/js/8319.6db8ca11.chunk.js create mode 100644 client/build/static/js/8505.3046adcc.chunk.js create mode 100644 client/build/static/js/8922.4222b941.chunk.js create mode 100644 client/build/static/js/9514.dc6fbafa.chunk.js create mode 100644 client/build/static/js/9786.764b958f.chunk.js create mode 100644 client/build/static/js/9991.0d4034e1.chunk.js create mode 100644 client/build/static/js/9991.0d4034e1.chunk.js.LICENSE.txt create mode 100644 client/build/static/js/main.93d2cf30.js create mode 100644 client/build/static/js/main.93d2cf30.js.LICENSE.txt create mode 100644 client/build/static/media/1.1b6f47c51673391116fb.png create mode 100644 client/build/static/media/Aerobics.ee356cff0b22804ed51f.jpg create mode 100644 client/build/static/media/Badminton.54eb6ebfea98b7a53983.jpg create mode 100644 client/build/static/media/Basketball.f9914a7f5a9711e62c8f.jpg create mode 100644 client/build/static/media/Carroms.53810f29975adf386ac2.jpg create mode 100644 client/build/static/media/Chess.4bdfa37c4055760a8f8a.jpg create mode 100644 client/build/static/media/Cricket.6b91f86b7a554465e920.jpg create mode 100644 client/build/static/media/Football.0da52161712a73795afc.jpg create mode 100644 client/build/static/media/Gym.ec7c6bec54e9436fa2c3.jpg create mode 100644 client/build/static/media/Tabletennis.f42634d166b02ec7b376.jpg create mode 100644 client/build/static/media/Throwball.a70b7bb2536fa22ff6bd.jpg create mode 100644 client/build/static/media/Volleyball.eea26709c79f5cfe2c52.jpg create mode 100644 client/build/static/media/blockbg.20435abafc74e3d2e23a.webp create mode 100644 client/build/static/media/earning.64ed2445426c62a9e3adde1607163458.svg create mode 100644 client/build/static/media/logo.578ea6c04c7efd159549.webp create mode 100644 client/build/static/media/mobilelogo.f00ffa598537c17b4e4e.webp create mode 100644 client/build/static/media/sportbg.872d8828aac8e3831e11.webp create mode 100644 client/build/static/media/user-round.4564644b56ce25e3ec83a26b937fdeb9.svg create mode 100644 myApp/www/asset-manifest.json delete mode 100644 myApp/www/css/index.css create mode 100644 myApp/www/favicon.svg delete mode 100644 myApp/www/img/logo.png delete mode 100644 myApp/www/js/index.js create mode 100644 myApp/www/static/css/3697.7c282fc7.chunk.css create mode 100644 myApp/www/static/css/main.df3b6d63.css create mode 100644 myApp/www/static/js/102.1f3ec915.chunk.js create mode 100644 myApp/www/static/js/1061.8c9b0d84.chunk.js create mode 100644 myApp/www/static/js/1247.d928e7b6.chunk.js create mode 100644 myApp/www/static/js/1399.5eaab7f0.chunk.js create mode 100644 myApp/www/static/js/1797.a82a2dc8.chunk.js create mode 100644 myApp/www/static/js/1905.426a46de.chunk.js create mode 100644 myApp/www/static/js/1905.426a46de.chunk.js.LICENSE.txt create mode 100644 myApp/www/static/js/1926.2b13788d.chunk.js create mode 100644 myApp/www/static/js/225.d9ff2b58.chunk.js create mode 100644 myApp/www/static/js/2923.1d6f32d3.chunk.js create mode 100644 myApp/www/static/js/306.a34e9a2d.chunk.js create mode 100644 myApp/www/static/js/313.9ad2028f.chunk.js create mode 100644 myApp/www/static/js/313.9ad2028f.chunk.js.LICENSE.txt create mode 100644 myApp/www/static/js/3195.e06c55d3.chunk.js create mode 100644 myApp/www/static/js/3224.dca56b35.chunk.js create mode 100644 myApp/www/static/js/337.7b286a00.chunk.js create mode 100644 myApp/www/static/js/3481.855c40b1.chunk.js create mode 100644 myApp/www/static/js/3693.e8887c26.chunk.js create mode 100644 myApp/www/static/js/3697.05c06cc5.chunk.js create mode 100644 myApp/www/static/js/3936.5c8289c8.chunk.js create mode 100644 myApp/www/static/js/3939.6a40e50a.chunk.js create mode 100644 myApp/www/static/js/3939.6a40e50a.chunk.js.LICENSE.txt create mode 100644 myApp/www/static/js/4060.a8aa7745.chunk.js create mode 100644 myApp/www/static/js/4130.62b3d579.chunk.js create mode 100644 myApp/www/static/js/4207.7d8e1482.chunk.js create mode 100644 myApp/www/static/js/4249.ba78f093.chunk.js create mode 100644 myApp/www/static/js/4391.2e46c988.chunk.js create mode 100644 myApp/www/static/js/4399.f42d4e5e.chunk.js create mode 100644 myApp/www/static/js/4538.86490d0f.chunk.js create mode 100644 myApp/www/static/js/4669.348756e4.chunk.js create mode 100644 myApp/www/static/js/4774.075ec3a2.chunk.js create mode 100644 myApp/www/static/js/4849.82e61ad7.chunk.js create mode 100644 myApp/www/static/js/4980.243c3763.chunk.js create mode 100644 myApp/www/static/js/5003.11ddda5b.chunk.js create mode 100644 myApp/www/static/js/525.152b1fa1.chunk.js create mode 100644 myApp/www/static/js/538.7dc1c85f.chunk.js create mode 100644 myApp/www/static/js/5477.d176da86.chunk.js create mode 100644 myApp/www/static/js/5508.9570ac79.chunk.js create mode 100644 myApp/www/static/js/5508.9570ac79.chunk.js.LICENSE.txt create mode 100644 myApp/www/static/js/5587.3b21c991.chunk.js create mode 100644 myApp/www/static/js/5639.289e781d.chunk.js create mode 100644 myApp/www/static/js/565.486fbd64.chunk.js create mode 100644 myApp/www/static/js/5706.471a59c4.chunk.js create mode 100644 myApp/www/static/js/5825.94b6ed85.chunk.js create mode 100644 myApp/www/static/js/5825.94b6ed85.chunk.js.LICENSE.txt create mode 100644 myApp/www/static/js/5845.7918416f.chunk.js create mode 100644 myApp/www/static/js/6161.e268e917.chunk.js create mode 100644 myApp/www/static/js/6221.1b404eaf.chunk.js create mode 100644 myApp/www/static/js/6261.79188310.chunk.js create mode 100644 myApp/www/static/js/6297.9db4ccc2.chunk.js create mode 100644 myApp/www/static/js/6466.205b3108.chunk.js create mode 100644 myApp/www/static/js/6580.0e963b34.chunk.js create mode 100644 myApp/www/static/js/665.24cba8dc.chunk.js create mode 100644 myApp/www/static/js/6680.fd054224.chunk.js create mode 100644 myApp/www/static/js/6801.058d9f7c.chunk.js create mode 100644 myApp/www/static/js/6838.fe06f758.chunk.js create mode 100644 myApp/www/static/js/6880.82012722.chunk.js create mode 100644 myApp/www/static/js/6911.223300f6.chunk.js create mode 100644 myApp/www/static/js/6967.d50bed2a.chunk.js create mode 100644 myApp/www/static/js/7041.638f24d1.chunk.js create mode 100644 myApp/www/static/js/7201.da37ac6c.chunk.js create mode 100644 myApp/www/static/js/7603.f4b2e4d9.chunk.js create mode 100644 myApp/www/static/js/7649.1494a86e.chunk.js create mode 100644 myApp/www/static/js/7843.d7026777.chunk.js create mode 100644 myApp/www/static/js/7883.f7318408.chunk.js create mode 100644 myApp/www/static/js/8089.6bc5ca2f.chunk.js create mode 100644 myApp/www/static/js/8319.6db8ca11.chunk.js create mode 100644 myApp/www/static/js/8505.3046adcc.chunk.js create mode 100644 myApp/www/static/js/8922.4222b941.chunk.js create mode 100644 myApp/www/static/js/9514.dc6fbafa.chunk.js create mode 100644 myApp/www/static/js/9786.764b958f.chunk.js create mode 100644 myApp/www/static/js/9991.0d4034e1.chunk.js create mode 100644 myApp/www/static/js/9991.0d4034e1.chunk.js.LICENSE.txt create mode 100644 myApp/www/static/js/main.93d2cf30.js create mode 100644 myApp/www/static/js/main.93d2cf30.js.LICENSE.txt create mode 100644 myApp/www/static/media/1.1b6f47c51673391116fb.png create mode 100644 myApp/www/static/media/Aerobics.ee356cff0b22804ed51f.jpg create mode 100644 myApp/www/static/media/Badminton.54eb6ebfea98b7a53983.jpg create mode 100644 myApp/www/static/media/Basketball.f9914a7f5a9711e62c8f.jpg create mode 100644 myApp/www/static/media/Carroms.53810f29975adf386ac2.jpg create mode 100644 myApp/www/static/media/Chess.4bdfa37c4055760a8f8a.jpg create mode 100644 myApp/www/static/media/Cricket.6b91f86b7a554465e920.jpg create mode 100644 myApp/www/static/media/Football.0da52161712a73795afc.jpg create mode 100644 myApp/www/static/media/Gym.ec7c6bec54e9436fa2c3.jpg create mode 100644 myApp/www/static/media/Tabletennis.f42634d166b02ec7b376.jpg create mode 100644 myApp/www/static/media/Throwball.a70b7bb2536fa22ff6bd.jpg create mode 100644 myApp/www/static/media/Volleyball.eea26709c79f5cfe2c52.jpg create mode 100644 myApp/www/static/media/blockbg.20435abafc74e3d2e23a.webp create mode 100644 myApp/www/static/media/earning.64ed2445426c62a9e3adde1607163458.svg create mode 100644 myApp/www/static/media/logo.578ea6c04c7efd159549.webp create mode 100644 myApp/www/static/media/mobilelogo.f00ffa598537c17b4e4e.webp create mode 100644 myApp/www/static/media/sportbg.872d8828aac8e3831e11.webp create mode 100644 myApp/www/static/media/user-round.4564644b56ce25e3ec83a26b937fdeb9.svg diff --git a/client/build/asset-manifest.json b/client/build/asset-manifest.json new file mode 100644 index 0000000..a4c7452 --- /dev/null +++ b/client/build/asset-manifest.json @@ -0,0 +1,97 @@ +{ + "files": { + "main.css": "/static/css/main.df3b6d63.css", + "main.js": "/static/js/main.93d2cf30.js", + "static/js/3936.5c8289c8.chunk.js": "/static/js/3936.5c8289c8.chunk.js", + "static/js/565.486fbd64.chunk.js": "/static/js/565.486fbd64.chunk.js", + "static/js/7603.f4b2e4d9.chunk.js": "/static/js/7603.f4b2e4d9.chunk.js", + "static/js/6801.058d9f7c.chunk.js": "/static/js/6801.058d9f7c.chunk.js", + "static/js/5706.471a59c4.chunk.js": "/static/js/5706.471a59c4.chunk.js", + "static/js/306.a34e9a2d.chunk.js": "/static/js/306.a34e9a2d.chunk.js", + "static/js/8922.4222b941.chunk.js": "/static/js/8922.4222b941.chunk.js", + "static/js/6680.fd054224.chunk.js": "/static/js/6680.fd054224.chunk.js", + "static/js/4130.62b3d579.chunk.js": "/static/js/4130.62b3d579.chunk.js", + "static/js/1247.d928e7b6.chunk.js": "/static/js/1247.d928e7b6.chunk.js", + "static/js/337.7b286a00.chunk.js": "/static/js/337.7b286a00.chunk.js", + "static/js/4060.a8aa7745.chunk.js": "/static/js/4060.a8aa7745.chunk.js", + "static/js/6911.223300f6.chunk.js": "/static/js/6911.223300f6.chunk.js", + "static/js/5477.d176da86.chunk.js": "/static/js/5477.d176da86.chunk.js", + "static/js/102.1f3ec915.chunk.js": "/static/js/102.1f3ec915.chunk.js", + "static/js/6838.fe06f758.chunk.js": "/static/js/6838.fe06f758.chunk.js", + "static/js/3693.e8887c26.chunk.js": "/static/js/3693.e8887c26.chunk.js", + "static/js/3195.e06c55d3.chunk.js": "/static/js/3195.e06c55d3.chunk.js", + "static/css/3697.7c282fc7.chunk.css": "/static/css/3697.7c282fc7.chunk.css", + "static/js/3697.05c06cc5.chunk.js": "/static/js/3697.05c06cc5.chunk.js", + "static/js/7041.638f24d1.chunk.js": "/static/js/7041.638f24d1.chunk.js", + "static/js/6297.9db4ccc2.chunk.js": "/static/js/6297.9db4ccc2.chunk.js", + "static/js/7883.f7318408.chunk.js": "/static/js/7883.f7318408.chunk.js", + "static/js/4391.2e46c988.chunk.js": "/static/js/4391.2e46c988.chunk.js", + "static/js/5003.11ddda5b.chunk.js": "/static/js/5003.11ddda5b.chunk.js", + "static/js/5639.289e781d.chunk.js": "/static/js/5639.289e781d.chunk.js", + "static/js/8319.6db8ca11.chunk.js": "/static/js/8319.6db8ca11.chunk.js", + "static/js/4207.7d8e1482.chunk.js": "/static/js/4207.7d8e1482.chunk.js", + "static/js/3224.dca56b35.chunk.js": "/static/js/3224.dca56b35.chunk.js", + "static/js/4669.348756e4.chunk.js": "/static/js/4669.348756e4.chunk.js", + "static/js/6880.82012722.chunk.js": "/static/js/6880.82012722.chunk.js", + "static/js/6161.e268e917.chunk.js": "/static/js/6161.e268e917.chunk.js", + "static/js/6580.0e963b34.chunk.js": "/static/js/6580.0e963b34.chunk.js", + "static/js/1797.a82a2dc8.chunk.js": "/static/js/1797.a82a2dc8.chunk.js", + "static/js/6261.79188310.chunk.js": "/static/js/6261.79188310.chunk.js", + "static/js/8505.3046adcc.chunk.js": "/static/js/8505.3046adcc.chunk.js", + "static/js/6466.205b3108.chunk.js": "/static/js/6466.205b3108.chunk.js", + "static/js/2923.1d6f32d3.chunk.js": "/static/js/2923.1d6f32d3.chunk.js", + "static/js/6221.1b404eaf.chunk.js": "/static/js/6221.1b404eaf.chunk.js", + "static/js/1905.426a46de.chunk.js": "/static/js/1905.426a46de.chunk.js", + "static/js/313.9ad2028f.chunk.js": "/static/js/313.9ad2028f.chunk.js", + "static/js/6967.d50bed2a.chunk.js": "/static/js/6967.d50bed2a.chunk.js", + "static/js/7843.d7026777.chunk.js": "/static/js/7843.d7026777.chunk.js", + "static/js/5508.9570ac79.chunk.js": "/static/js/5508.9570ac79.chunk.js", + "static/js/1926.2b13788d.chunk.js": "/static/js/1926.2b13788d.chunk.js", + "static/js/4774.075ec3a2.chunk.js": "/static/js/4774.075ec3a2.chunk.js", + "static/js/3939.6a40e50a.chunk.js": "/static/js/3939.6a40e50a.chunk.js", + "static/js/7649.1494a86e.chunk.js": "/static/js/7649.1494a86e.chunk.js", + "static/js/8089.6bc5ca2f.chunk.js": "/static/js/8089.6bc5ca2f.chunk.js", + "static/js/538.7dc1c85f.chunk.js": "/static/js/538.7dc1c85f.chunk.js", + "static/js/5845.7918416f.chunk.js": "/static/js/5845.7918416f.chunk.js", + "static/js/5825.94b6ed85.chunk.js": "/static/js/5825.94b6ed85.chunk.js", + "static/js/4249.ba78f093.chunk.js": "/static/js/4249.ba78f093.chunk.js", + "static/js/9991.0d4034e1.chunk.js": "/static/js/9991.0d4034e1.chunk.js", + "static/js/4849.82e61ad7.chunk.js": "/static/js/4849.82e61ad7.chunk.js", + "static/js/1061.8c9b0d84.chunk.js": "/static/js/1061.8c9b0d84.chunk.js", + "static/js/4980.243c3763.chunk.js": "/static/js/4980.243c3763.chunk.js", + "static/js/7201.da37ac6c.chunk.js": "/static/js/7201.da37ac6c.chunk.js", + "static/js/4399.f42d4e5e.chunk.js": "/static/js/4399.f42d4e5e.chunk.js", + "static/js/1399.5eaab7f0.chunk.js": "/static/js/1399.5eaab7f0.chunk.js", + "static/js/225.d9ff2b58.chunk.js": "/static/js/225.d9ff2b58.chunk.js", + "static/js/665.24cba8dc.chunk.js": "/static/js/665.24cba8dc.chunk.js", + "static/js/525.152b1fa1.chunk.js": "/static/js/525.152b1fa1.chunk.js", + "static/js/3481.855c40b1.chunk.js": "/static/js/3481.855c40b1.chunk.js", + "static/js/9786.764b958f.chunk.js": "/static/js/9786.764b958f.chunk.js", + "static/js/5587.3b21c991.chunk.js": "/static/js/5587.3b21c991.chunk.js", + "static/js/4538.86490d0f.chunk.js": "/static/js/4538.86490d0f.chunk.js", + "static/js/9514.dc6fbafa.chunk.js": "/static/js/9514.dc6fbafa.chunk.js", + "static/media/user-round.svg": "/static/media/user-round.4564644b56ce25e3ec83a26b937fdeb9.svg", + "static/media/Basketball.jpg": "/static/media/Basketball.f9914a7f5a9711e62c8f.jpg", + "static/media/Aerobics.jpg": "/static/media/Aerobics.ee356cff0b22804ed51f.jpg", + "static/media/Chess.jpg": "/static/media/Chess.4bdfa37c4055760a8f8a.jpg", + "static/media/Gym.jpg": "/static/media/Gym.ec7c6bec54e9436fa2c3.jpg", + "static/media/Carroms.jpg": "/static/media/Carroms.53810f29975adf386ac2.jpg", + "static/media/Cricket.jpg": "/static/media/Cricket.6b91f86b7a554465e920.jpg", + "static/media/Badminton.jpg": "/static/media/Badminton.54eb6ebfea98b7a53983.jpg", + "static/media/blockbg.webp": "/static/media/blockbg.20435abafc74e3d2e23a.webp", + "static/media/1.png": "/static/media/1.1b6f47c51673391116fb.png", + "static/media/Throwball.jpg": "/static/media/Throwball.a70b7bb2536fa22ff6bd.jpg", + "static/media/Football.jpg": "/static/media/Football.0da52161712a73795afc.jpg", + "static/media/mobilelogo.webp": "/static/media/mobilelogo.f00ffa598537c17b4e4e.webp", + "static/media/Volleyball.jpg": "/static/media/Volleyball.eea26709c79f5cfe2c52.jpg", + "static/media/Tabletennis.jpg": "/static/media/Tabletennis.f42634d166b02ec7b376.jpg", + "static/media/sportbg.webp": "/static/media/sportbg.872d8828aac8e3831e11.webp", + "static/media/logo.webp": "/static/media/logo.578ea6c04c7efd159549.webp", + "static/media/earning.svg": "/static/media/earning.64ed2445426c62a9e3adde1607163458.svg", + "index.html": "/index.html" + }, + "entrypoints": [ + "static/css/main.df3b6d63.css", + "static/js/main.93d2cf30.js" + ] +} \ No newline at end of file diff --git a/client/build/favicon.svg b/client/build/favicon.svg new file mode 100644 index 0000000..0e3f6a5 --- /dev/null +++ b/client/build/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/build/index.html b/client/build/index.html new file mode 100644 index 0000000..73be522 --- /dev/null +++ b/client/build/index.html @@ -0,0 +1 @@ +CBIT MIS - Management Information System
\ No newline at end of file diff --git a/client/build/static/css/3697.7c282fc7.chunk.css b/client/build/static/css/3697.7c282fc7.chunk.css new file mode 100644 index 0000000..8db167d --- /dev/null +++ b/client/build/static/css/3697.7c282fc7.chunk.css @@ -0,0 +1 @@ +.container{margin:10px}.select-container{display:flex;gap:10px;justify-content:center}.select{width:200px}.paper{margin-top:20px}.button-container{display:flex;justify-content:center;margin-top:20px}.button{background-color:#941b1c;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-right:10px;padding:10px 20px}.message{color:green;margin-top:10px;text-align:center}.sticky-table{max-height:440px;overflow-y:auto}.sticky-table th{background-color:#f8f9fa;position:sticky;top:0;z-index:100} \ No newline at end of file diff --git a/client/build/static/css/main.df3b6d63.css b/client/build/static/css/main.df3b6d63.css new file mode 100644 index 0000000..8a673e8 --- /dev/null +++ b/client/build/static/css/main.df3b6d63.css @@ -0,0 +1 @@ +.ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:transparent;display:block}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{height:100%;position:relative}.fullscreen .react-images__blanket{z-index:1200}.apexcharts-legend-series .apexcharts-legend-marker{margin-right:8px}.scrollbar-container .ps__rail-y.ps--clicking .ps__thumb-y,.scrollbar-container .ps__rail-y:focus>.ps__thumb-y,.scrollbar-container .ps__rail-y:hover>.ps__thumb-y,.scrollbar-container .ps__thumb-y{background-color:#697586;width:5px}.scrollbar-container .ps__thumb-y{border-radius:6px;right:0}.scrollbar-container.ps.ps--active-y>.ps__rail-y,.scrollbar-container>.ps.ps--active-y>.ps__rail-y{background-color:transparent!important;width:5px;z-index:999}.scrollbar-container.ps.ps--active-y>.ps__rail-y.ps--clicking,.scrollbar-container.ps.ps--active-y>.ps__rail-y:hover,.scrollbar-container>.ps.ps--active-y>.ps__rail-y.ps--clicking,.scrollbar-container>.ps.ps--active-y>.ps__rail-y:hover{background-color:transparent;width:5px}.scrollbar-container.ps.ps--scrolling-x>.ps__rail-x,.scrollbar-container.ps.ps--scrolling-y>.ps__rail-y,.scrollbar-container>.ps.ps--scrolling-x>.ps__rail-x,.scrollbar-container>.ps.ps--scrolling-y>.ps__rail-y{background-color:transparent;opacity:.4}@keyframes wings{50%{transform:translateY(-40px)}to{transform:translateY(0)}}@keyframes blink{50%{opacity:0}to{opacity:1}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-5px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-7px,0)}80%{transform:translateZ(0);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-2px,0)}}@keyframes slideY{0%,50%,to{transform:translateY(0)}25%{transform:translateY(-10px)}75%{transform:translateY(10px)}}@keyframes slideX{0%,50%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}} \ No newline at end of file diff --git a/client/build/static/js/102.1f3ec915.chunk.js b/client/build/static/js/102.1f3ec915.chunk.js new file mode 100644 index 0000000..bea211f --- /dev/null +++ b/client/build/static/js/102.1f3ec915.chunk.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcbit_management_information_system=self.webpackChunkcbit_management_information_system||[]).push([[102,6261],{6261:function(e,t,a){a.r(t);var r=a(7313),n=a(5662),s=a(2548),i=a(1405),l=a(501),c=a(1629),o=a(6835),d=a(3477),h=a(3467),p=a(4076),g=a(7478),m=a(7649),u=a(8737),x=a(5508),b=(a(8695),a(6417));t.default=()=>{const[e,t]=(0,r.useState)([]),[a,f]=(0,r.useState)(""),[j,y]=(0,r.useState)([]),[Z,k]=(0,r.useState)(""),[w,v]=(0,r.useState)([]),[S,L]=(0,r.useState)(""),[P,_]=(0,r.useState)([]),[C,E]=r.useState(0),[V,$]=r.useState(10),[M,D]=(0,r.useState)(null),[R,O]=(0,r.useState)(!1),[B,F]=(0,r.useState)(!1);(0,r.useEffect)((()=>{(async()=>{try{const e=await n.Z.get("https://cbitmis-backend-3.onrender.com/api/departments/blocks");t(e.data)}catch(e){console.error("Error fetching blocks:",e)}})()}),[]);return(0,b.jsxs)("div",{children:[(0,b.jsxs)("div",{style:{display:"flex",justifyContent:"flex-end",marginBottom:"10px"},children:[(0,b.jsx)("button",{onClick:()=>{if(!M)return;const e=Object.keys(M[0]),t=M.map((t=>{const a={};return e.forEach((e=>{a[e]=t[e]})),a})),a=u.P6.json_to_sheet(t),r=u.P6.book_new();u.P6.book_append_sheet(r,a,"posts"),u.NC(r,"postsData.xlsx"),O(!0)},style:{marginRight:"10px"},children:"Generate Excel"}),(0,b.jsx)("button",{onClick:()=>{if(!M)return;const e=new x.jsPDF;e.autoTable({html:"#jsonTable"}),e.save("jsonData.pdf"),F(!0)},children:"Generate PDF"})]}),(0,b.jsxs)(s.Z,{value:a,onChange:async e=>{const t=e.target.value;f(t);try{const e=await n.Z.get(`https://cbitmis-backend-3.onrender.com/api/departments/departments/${t}`);y(e.data)}catch(a){console.error(`Error fetching departments for block ${t}:`,a)}k(""),v([]),L(""),_([])},displayEmpty:!0,variant:"outlined",style:{marginRight:"10px"},children:[(0,b.jsx)(i.Z,{value:"",disabled:!0,children:"Select Block"}),e.map((e=>(0,b.jsx)(i.Z,{value:e,children:e},e)))]}),(0,b.jsxs)(s.Z,{value:Z,onChange:async e=>{const t=e.target.value;k(t);try{const e=await n.Z.get(`http://localhost:5000/api/departments/categories/${a}/${t}`);v(e.data)}catch(r){console.error(`Error fetching categories for department ${t} in block ${a}:`,r)}L(""),_([])},displayEmpty:!0,variant:"outlined",style:{marginRight:"10px"},disabled:!a,children:[(0,b.jsx)(i.Z,{value:"",disabled:!0,children:"Select Department"}),j.map((e=>(0,b.jsx)(i.Z,{value:e.name,children:e.name},e._id)))]}),(0,b.jsxs)(s.Z,{value:S,onChange:async e=>{const t=e.target.value;L(t);const r=`http://localhost:5000/api/departments/A/civil/${t}`;try{const e=await n.Z.get(r);_(e.data),(e=>{fetch(e).then((e=>{if(!e.ok)throw new Error("Failed to fetch data");return e.json()})).then((e=>{if(!(e&&e.length>0))throw new Error("Empty JSON response");D(e)})).catch((e=>{console.error("Error fetching data:",e)}))})(r)}catch(s){console.error(`Error fetching ${t} for department ${Z} in block ${a}:`,s)}},displayEmpty:!0,variant:"outlined",style:{marginRight:"10px"},disabled:!Z,children:[(0,b.jsx)(i.Z,{value:"",disabled:!0,children:"Select Category"}),w.map((e=>(0,b.jsx)(i.Z,{value:e,children:e},e)))]}),(0,b.jsxs)(l.Z,{sx:{width:"100%",overflow:"hidden"},children:[(0,b.jsx)(c.Z,{sx:{maxHeight:440},children:(0,b.jsxs)(o.Z,{stickyHeader:!0,"aria-label":"sticky table",children:[(0,b.jsx)(d.Z,{children:(0,b.jsx)(p.Z,{children:P.length>0&&"object"===typeof P[0]&&Object.keys(P[0]).map((e=>"_id"!==e&&(0,b.jsx)(g.Z,{children:(0,b.jsx)("b",{children:e.toUpperCase()})},e)))})}),(0,b.jsx)(h.Z,{children:P.map(((e,t)=>(0,b.jsx)(p.Z,{children:"object"===typeof e&&Object.keys(e).map((t=>"_id"!==t&&(0,b.jsx)(g.Z,{children:"boolean"===typeof e[t]?e[t]?"Yes":"No":e[t]},t)))},t)))})]})}),(0,b.jsx)(m.Z,{rowsPerPageOptions:[10,25,100],component:"div",count:P.length,rowsPerPage:V,page:C,onPageChange:(e,t)=>{E(t)},onRowsPerPageChange:e=>{$(+e.target.value),E(0)}})]}),R&&(0,b.jsx)("p",{children:"Excel file generated successfully."}),B&&(0,b.jsx)("p",{children:"PDF file generated successfully."})]})}},9726:function(e,t,a){a.d(t,{Z:function(){return d}});var r=a(9860),n=a(7503),s=a(5272),i=a(891),l=a(8119),c=a(6417);var o=e=>{let{color:t,outline:a,size:n,sx:s,...i}=e;const o=(0,r.Z)(),d=t&&!a&&{color:o.palette.background.paper,bgcolor:`${t}.main`},h=a&&{color:t?`${t}.main`:"primary.main",bgcolor:o.palette.background.paper,border:"2px solid",borderColor:t?`${t}.main`:"primary.main"};let p={};switch(n){case"badge":p={width:o.spacing(3.5),height:o.spacing(3.5)};break;case"xs":p={width:o.spacing(4.25),height:o.spacing(4.25)};break;case"sm":p={width:o.spacing(5),height:o.spacing(5)};break;case"lg":p={width:o.spacing(9),height:o.spacing(9)};break;case"xl":p={width:o.spacing(10.25),height:o.spacing(10.25)};break;case"md":p={width:o.spacing(7.5),height:o.spacing(7.5)};break;default:p={}}return(0,c.jsx)(l.Z,{sx:{...d,...h,...p,...s},...i})};var d=e=>{let{title:t,link:a,icon:l}=e;const d=(0,r.Z)();return(0,c.jsx)(n.Z,{title:t||"Reference",placement:"left",children:(0,c.jsxs)(s.Z,{disableRipple:!0,children:[!l&&(0,c.jsx)(o,{component:i.Z,href:a,target:"_blank",alt:"MUI Logo",size:"badge",color:"primary",outline:!0,children:(0,c.jsxs)("svg",{width:"500",height:"500",viewBox:"0 0 500 500",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsxs)("g",{clipPath:"url(#clip0)",children:[(0,c.jsx)("path",{d:"M100 260.9V131L212.5 195.95V239.25L137.5 195.95V282.55L100 260.9Z",fill:d.palette.primary[800]}),(0,c.jsx)("path",{d:"M212.5 195.95L325 131V260.9L250 304.2L212.5 282.55L287.5 239.25V195.95L212.5 239.25V195.95Z",fill:d.palette.primary.main}),(0,c.jsx)("path",{d:"M212.5 282.55V325.85L287.5 369.15V325.85L212.5 282.55Z",fill:d.palette.primary[800]}),(0,c.jsx)("path",{d:"M287.5 369.15L400 304.2V217.6L362.5 239.25V282.55L287.5 325.85V369.15ZM362.5 195.95V152.65L400 131V174.3L362.5 195.95Z",fill:d.palette.primary.main})]}),(0,c.jsx)("defs",{children:(0,c.jsx)("clipPath",{id:"clip0",children:(0,c.jsx)("rect",{width:"300",height:"238.3",fill:"white",transform:"translate(100 131)"})})})]})}),l&&(0,c.jsx)(o,{component:i.Z,href:a,target:"_blank",size:"badge",color:"primary",outline:!0,children:l})]})})}},102:function(e,t,a){a.r(t);var r=a(7592),n=(a(6261),a(3497)),s=a(5587),i=(a(9726),a(6417));(0,r.ZP)("iframe")((e=>{let{theme:t}=e;return{height:"calc(100vh - 210px)",border:"1px solid",borderColor:t.palette.primary.light}}));t.default=()=>(0,i.jsx)(n.Z,{title:"SMS Block Details (No data available as of now)",children:(0,i.jsx)(s.Z,{block:"SMS",department:"IT"})})}}]); \ No newline at end of file diff --git a/client/build/static/js/1061.8c9b0d84.chunk.js b/client/build/static/js/1061.8c9b0d84.chunk.js new file mode 100644 index 0000000..2ff74ef --- /dev/null +++ b/client/build/static/js/1061.8c9b0d84.chunk.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcbit_management_information_system=self.webpackChunkcbit_management_information_system||[]).push([[1061,4849,4980,7201,4399,1399,225,665,525,3481,9786],{1095:function(e,o,t){t.d(o,{Z:function(){return $}});var n=t(3366),r=t(7462),a=t(7313),i=t(4146),l=t(500),s=t(1921),c=t(1468),d=t(7592),u=t(7342),p=t(5272),v=t(1615),m=t(7430),h=t(2298);function b(e){return(0,h.ZP)("MuiButton",e)}var x=(0,m.Z)("MuiButton",["root","text","textInherit","textPrimary","textSecondary","textSuccess","textError","textInfo","textWarning","outlined","outlinedInherit","outlinedPrimary","outlinedSecondary","outlinedSuccess","outlinedError","outlinedInfo","outlinedWarning","contained","containedInherit","containedPrimary","containedSecondary","containedSuccess","containedError","containedInfo","containedWarning","disableElevation","focusVisible","disabled","colorInherit","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","iconSizeSmall","iconSizeMedium","iconSizeLarge"]);var g=a.createContext({});var S=a.createContext(void 0),y=t(6417);const f=["children","color","component","className","disabled","disableElevation","disableFocusRipple","endIcon","focusVisibleClassName","fullWidth","size","startIcon","type","variant"],z=e=>(0,r.Z)({},"small"===e.size&&{"& > *:nth-of-type(1)":{fontSize:18}},"medium"===e.size&&{"& > *:nth-of-type(1)":{fontSize:20}},"large"===e.size&&{"& > *:nth-of-type(1)":{fontSize:22}}),Z=(0,d.ZP)(p.Z,{shouldForwardProp:e=>(0,d.FO)(e)||"classes"===e,name:"MuiButton",slot:"Root",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.root,o[t.variant],o[`${t.variant}${(0,v.Z)(t.color)}`],o[`size${(0,v.Z)(t.size)}`],o[`${t.variant}Size${(0,v.Z)(t.size)}`],"inherit"===t.color&&o.colorInherit,t.disableElevation&&o.disableElevation,t.fullWidth&&o.fullWidth]}})((e=>{let{theme:o,ownerState:t}=e;var n,a;const i="light"===o.palette.mode?o.palette.grey[300]:o.palette.grey[800],l="light"===o.palette.mode?o.palette.grey.A100:o.palette.grey[700];return(0,r.Z)({},o.typography.button,{minWidth:64,padding:"6px 16px",borderRadius:(o.vars||o).shape.borderRadius,transition:o.transitions.create(["background-color","box-shadow","border-color","color"],{duration:o.transitions.duration.short}),"&:hover":(0,r.Z)({textDecoration:"none",backgroundColor:o.vars?`rgba(${o.vars.palette.text.primaryChannel} / ${o.vars.palette.action.hoverOpacity})`:(0,c.Fq)(o.palette.text.primary,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},"text"===t.variant&&"inherit"!==t.color&&{backgroundColor:o.vars?`rgba(${o.vars.palette[t.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})`:(0,c.Fq)(o.palette[t.color].main,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},"outlined"===t.variant&&"inherit"!==t.color&&{border:`1px solid ${(o.vars||o).palette[t.color].main}`,backgroundColor:o.vars?`rgba(${o.vars.palette[t.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})`:(0,c.Fq)(o.palette[t.color].main,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},"contained"===t.variant&&{backgroundColor:o.vars?o.vars.palette.Button.inheritContainedHoverBg:l,boxShadow:(o.vars||o).shadows[4],"@media (hover: none)":{boxShadow:(o.vars||o).shadows[2],backgroundColor:(o.vars||o).palette.grey[300]}},"contained"===t.variant&&"inherit"!==t.color&&{backgroundColor:(o.vars||o).palette[t.color].dark,"@media (hover: none)":{backgroundColor:(o.vars||o).palette[t.color].main}}),"&:active":(0,r.Z)({},"contained"===t.variant&&{boxShadow:(o.vars||o).shadows[8]}),[`&.${x.focusVisible}`]:(0,r.Z)({},"contained"===t.variant&&{boxShadow:(o.vars||o).shadows[6]}),[`&.${x.disabled}`]:(0,r.Z)({color:(o.vars||o).palette.action.disabled},"outlined"===t.variant&&{border:`1px solid ${(o.vars||o).palette.action.disabledBackground}`},"contained"===t.variant&&{color:(o.vars||o).palette.action.disabled,boxShadow:(o.vars||o).shadows[0],backgroundColor:(o.vars||o).palette.action.disabledBackground})},"text"===t.variant&&{padding:"6px 8px"},"text"===t.variant&&"inherit"!==t.color&&{color:(o.vars||o).palette[t.color].main},"outlined"===t.variant&&{padding:"5px 15px",border:"1px solid currentColor"},"outlined"===t.variant&&"inherit"!==t.color&&{color:(o.vars||o).palette[t.color].main,border:o.vars?`1px solid rgba(${o.vars.palette[t.color].mainChannel} / 0.5)`:`1px solid ${(0,c.Fq)(o.palette[t.color].main,.5)}`},"contained"===t.variant&&{color:o.vars?o.vars.palette.text.primary:null==(n=(a=o.palette).getContrastText)?void 0:n.call(a,o.palette.grey[300]),backgroundColor:o.vars?o.vars.palette.Button.inheritContainedBg:i,boxShadow:(o.vars||o).shadows[2]},"contained"===t.variant&&"inherit"!==t.color&&{color:(o.vars||o).palette[t.color].contrastText,backgroundColor:(o.vars||o).palette[t.color].main},"inherit"===t.color&&{color:"inherit",borderColor:"currentColor"},"small"===t.size&&"text"===t.variant&&{padding:"4px 5px",fontSize:o.typography.pxToRem(13)},"large"===t.size&&"text"===t.variant&&{padding:"8px 11px",fontSize:o.typography.pxToRem(15)},"small"===t.size&&"outlined"===t.variant&&{padding:"3px 9px",fontSize:o.typography.pxToRem(13)},"large"===t.size&&"outlined"===t.variant&&{padding:"7px 21px",fontSize:o.typography.pxToRem(15)},"small"===t.size&&"contained"===t.variant&&{padding:"4px 10px",fontSize:o.typography.pxToRem(13)},"large"===t.size&&"contained"===t.variant&&{padding:"8px 22px",fontSize:o.typography.pxToRem(15)},t.fullWidth&&{width:"100%"})}),(e=>{let{ownerState:o}=e;return o.disableElevation&&{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${x.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${x.disabled}`]:{boxShadow:"none"}}})),w=(0,d.ZP)("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.startIcon,o[`iconSize${(0,v.Z)(t.size)}`]]}})((e=>{let{ownerState:o}=e;return(0,r.Z)({display:"inherit",marginRight:8,marginLeft:-4},"small"===o.size&&{marginLeft:-2},z(o))})),C=(0,d.ZP)("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.endIcon,o[`iconSize${(0,v.Z)(t.size)}`]]}})((e=>{let{ownerState:o}=e;return(0,r.Z)({display:"inherit",marginRight:-4,marginLeft:8},"small"===o.size&&{marginRight:-2},z(o))}));var $=a.forwardRef((function(e,o){const t=a.useContext(g),c=a.useContext(S),d=(0,l.Z)(t,e),p=(0,u.Z)({props:d,name:"MuiButton"}),{children:m,color:h="primary",component:x="button",className:z,disabled:$=!1,disableElevation:k=!1,disableFocusRipple:I=!1,endIcon:R,focusVisibleClassName:W,fullWidth:B=!1,size:M="medium",startIcon:F,type:E,variant:N="text"}=p,V=(0,n.Z)(p,f),L=(0,r.Z)({},p,{color:h,component:x,disabled:$,disableElevation:k,disableFocusRipple:I,fullWidth:B,size:M,type:E,variant:N}),P=(e=>{const{color:o,disableElevation:t,fullWidth:n,size:a,variant:i,classes:l}=e,c={root:["root",i,`${i}${(0,v.Z)(o)}`,`size${(0,v.Z)(a)}`,`${i}Size${(0,v.Z)(a)}`,"inherit"===o&&"colorInherit",t&&"disableElevation",n&&"fullWidth"],label:["label"],startIcon:["startIcon",`iconSize${(0,v.Z)(a)}`],endIcon:["endIcon",`iconSize${(0,v.Z)(a)}`]},d=(0,s.Z)(c,b,l);return(0,r.Z)({},l,d)})(L),T=F&&(0,y.jsx)(w,{className:P.startIcon,ownerState:L,children:F}),D=R&&(0,y.jsx)(C,{className:P.endIcon,ownerState:L,children:R}),O=c||"";return(0,y.jsxs)(Z,(0,r.Z)({ownerState:L,className:(0,i.Z)(t.className,P.root,z,O),component:x,disabled:$,focusRipple:!I,focusVisibleClassName:(0,i.Z)(P.focusVisible,W),ref:o,type:E},V,{classes:P,children:[T,m,D]}))}))},891:function(e,o,t){t.d(o,{Z:function(){return C}});var n=t(3366),r=t(7462),a=t(7313),i=t(4146),l=t(1921),s=t(1615),c=t(7592),d=t(7342),u=t(3427),p=t(6983),v=t(1113),m=t(7430),h=t(2298);function b(e){return(0,h.ZP)("MuiLink",e)}var x=(0,m.Z)("MuiLink",["root","underlineNone","underlineHover","underlineAlways","button","focusVisible"]),g=t(6428),S=t(1468);const y={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"};var f=e=>{let{theme:o,ownerState:t}=e;const n=(e=>y[e]||e)(t.color),r=(0,g.DW)(o,`palette.${n}`,!1)||t.color,a=(0,g.DW)(o,`palette.${n}Channel`);return"vars"in o&&a?`rgba(${a} / 0.4)`:(0,S.Fq)(r,.4)},z=t(6417);const Z=["className","color","component","onBlur","onFocus","TypographyClasses","underline","variant","sx"],w=(0,c.ZP)(v.Z,{name:"MuiLink",slot:"Root",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.root,o[`underline${(0,s.Z)(t.underline)}`],"button"===t.component&&o.button]}})((e=>{let{theme:o,ownerState:t}=e;return(0,r.Z)({},"none"===t.underline&&{textDecoration:"none"},"hover"===t.underline&&{textDecoration:"none","&:hover":{textDecoration:"underline"}},"always"===t.underline&&(0,r.Z)({textDecoration:"underline"},"inherit"!==t.color&&{textDecorationColor:f({theme:o,ownerState:t})},{"&:hover":{textDecorationColor:"inherit"}}),"button"===t.component&&{position:"relative",WebkitTapHighlightColor:"transparent",backgroundColor:"transparent",outline:0,border:0,margin:0,borderRadius:0,padding:0,cursor:"pointer",userSelect:"none",verticalAlign:"middle",MozAppearance:"none",WebkitAppearance:"none","&::-moz-focus-inner":{borderStyle:"none"},[`&.${x.focusVisible}`]:{outline:"auto"}})}));var C=a.forwardRef((function(e,o){const t=(0,d.Z)({props:e,name:"MuiLink"}),{className:c,color:v="primary",component:m="a",onBlur:h,onFocus:x,TypographyClasses:g,underline:S="always",variant:f="inherit",sx:C}=t,$=(0,n.Z)(t,Z),{isFocusVisibleRef:k,onBlur:I,onFocus:R,ref:W}=(0,u.Z)(),[B,M]=a.useState(!1),F=(0,p.Z)(o,W),E=(0,r.Z)({},t,{color:v,component:m,focusVisible:B,underline:S,variant:f}),N=(e=>{const{classes:o,component:t,focusVisible:n,underline:r}=e,a={root:["root",`underline${(0,s.Z)(r)}`,"button"===t&&"button",n&&"focusVisible"]};return(0,l.Z)(a,b,o)})(E);return(0,z.jsx)(w,(0,r.Z)({color:v,className:(0,i.Z)(N.root,c),classes:g,component:m,onBlur:e=>{I(e),!1===k.current&&M(!1),h&&h(e)},onFocus:e=>{R(e),!0===k.current&&M(!0),x&&x(e)},ref:F,ownerState:E,variant:f,sx:[...Object.keys(y).includes(v)?[]:[{color:v}],...Array.isArray(C)?C:[C]]},$))}))}}]); \ No newline at end of file diff --git a/client/build/static/js/1247.d928e7b6.chunk.js b/client/build/static/js/1247.d928e7b6.chunk.js new file mode 100644 index 0000000..6fb05de --- /dev/null +++ b/client/build/static/js/1247.d928e7b6.chunk.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcbit_management_information_system=self.webpackChunkcbit_management_information_system||[]).push([[1247,6261],{6261:function(e,t,r){r.r(t);var a=r(7313),n=r(5662),s=r(2548),i=r(1405),l=r(501),o=r(1629),c=r(6835),d=r(3477),h=r(3467),p=r(4076),g=r(7478),x=r(7649),m=r(8737),u=r(5508),f=(r(8695),r(6417));t.default=()=>{const[e,t]=(0,a.useState)([]),[r,b]=(0,a.useState)(""),[j,y]=(0,a.useState)([]),[Z,k]=(0,a.useState)(""),[v,w]=(0,a.useState)([]),[E,L]=(0,a.useState)(""),[C,S]=(0,a.useState)([]),[P,_]=a.useState(0),[V,R]=a.useState(10),[$,T]=(0,a.useState)(null),[I,D]=(0,a.useState)(!1),[M,O]=(0,a.useState)(!1);(0,a.useEffect)((()=>{(async()=>{try{const e=await n.Z.get("https://cbitmis-backend-3.onrender.com/api/departments/blocks");t(e.data)}catch(e){console.error("Error fetching blocks:",e)}})()}),[]);return(0,f.jsxs)("div",{children:[(0,f.jsxs)("div",{style:{display:"flex",justifyContent:"flex-end",marginBottom:"10px"},children:[(0,f.jsx)("button",{onClick:()=>{if(!$)return;const e=Object.keys($[0]),t=$.map((t=>{const r={};return e.forEach((e=>{r[e]=t[e]})),r})),r=m.P6.json_to_sheet(t),a=m.P6.book_new();m.P6.book_append_sheet(a,r,"posts"),m.NC(a,"postsData.xlsx"),D(!0)},style:{marginRight:"10px"},children:"Generate Excel"}),(0,f.jsx)("button",{onClick:()=>{if(!$)return;const e=new u.jsPDF;e.autoTable({html:"#jsonTable"}),e.save("jsonData.pdf"),O(!0)},children:"Generate PDF"})]}),(0,f.jsxs)(s.Z,{value:r,onChange:async e=>{const t=e.target.value;b(t);try{const e=await n.Z.get(`https://cbitmis-backend-3.onrender.com/api/departments/departments/${t}`);y(e.data)}catch(r){console.error(`Error fetching departments for block ${t}:`,r)}k(""),w([]),L(""),S([])},displayEmpty:!0,variant:"outlined",style:{marginRight:"10px"},children:[(0,f.jsx)(i.Z,{value:"",disabled:!0,children:"Select Block"}),e.map((e=>(0,f.jsx)(i.Z,{value:e,children:e},e)))]}),(0,f.jsxs)(s.Z,{value:Z,onChange:async e=>{const t=e.target.value;k(t);try{const e=await n.Z.get(`http://localhost:5000/api/departments/categories/${r}/${t}`);w(e.data)}catch(a){console.error(`Error fetching categories for department ${t} in block ${r}:`,a)}L(""),S([])},displayEmpty:!0,variant:"outlined",style:{marginRight:"10px"},disabled:!r,children:[(0,f.jsx)(i.Z,{value:"",disabled:!0,children:"Select Department"}),j.map((e=>(0,f.jsx)(i.Z,{value:e.name,children:e.name},e._id)))]}),(0,f.jsxs)(s.Z,{value:E,onChange:async e=>{const t=e.target.value;L(t);const a=`http://localhost:5000/api/departments/A/civil/${t}`;try{const e=await n.Z.get(a);S(e.data),(e=>{fetch(e).then((e=>{if(!e.ok)throw new Error("Failed to fetch data");return e.json()})).then((e=>{if(!(e&&e.length>0))throw new Error("Empty JSON response");T(e)})).catch((e=>{console.error("Error fetching data:",e)}))})(a)}catch(s){console.error(`Error fetching ${t} for department ${Z} in block ${r}:`,s)}},displayEmpty:!0,variant:"outlined",style:{marginRight:"10px"},disabled:!Z,children:[(0,f.jsx)(i.Z,{value:"",disabled:!0,children:"Select Category"}),v.map((e=>(0,f.jsx)(i.Z,{value:e,children:e},e)))]}),(0,f.jsxs)(l.Z,{sx:{width:"100%",overflow:"hidden"},children:[(0,f.jsx)(o.Z,{sx:{maxHeight:440},children:(0,f.jsxs)(c.Z,{stickyHeader:!0,"aria-label":"sticky table",children:[(0,f.jsx)(d.Z,{children:(0,f.jsx)(p.Z,{children:C.length>0&&"object"===typeof C[0]&&Object.keys(C[0]).map((e=>"_id"!==e&&(0,f.jsx)(g.Z,{children:(0,f.jsx)("b",{children:e.toUpperCase()})},e)))})}),(0,f.jsx)(h.Z,{children:C.map(((e,t)=>(0,f.jsx)(p.Z,{children:"object"===typeof e&&Object.keys(e).map((t=>"_id"!==t&&(0,f.jsx)(g.Z,{children:"boolean"===typeof e[t]?e[t]?"Yes":"No":e[t]},t)))},t)))})]})}),(0,f.jsx)(x.Z,{rowsPerPageOptions:[10,25,100],component:"div",count:C.length,rowsPerPage:V,page:P,onPageChange:(e,t)=>{_(t)},onRowsPerPageChange:e=>{R(+e.target.value),_(0)}})]}),I&&(0,f.jsx)("p",{children:"Excel file generated successfully."}),M&&(0,f.jsx)("p",{children:"PDF file generated successfully."})]})}},9726:function(e,t,r){r.d(t,{Z:function(){return d}});var a=r(9860),n=r(7503),s=r(5272),i=r(891),l=r(8119),o=r(6417);var c=e=>{let{color:t,outline:r,size:n,sx:s,...i}=e;const c=(0,a.Z)(),d=t&&!r&&{color:c.palette.background.paper,bgcolor:`${t}.main`},h=r&&{color:t?`${t}.main`:"primary.main",bgcolor:c.palette.background.paper,border:"2px solid",borderColor:t?`${t}.main`:"primary.main"};let p={};switch(n){case"badge":p={width:c.spacing(3.5),height:c.spacing(3.5)};break;case"xs":p={width:c.spacing(4.25),height:c.spacing(4.25)};break;case"sm":p={width:c.spacing(5),height:c.spacing(5)};break;case"lg":p={width:c.spacing(9),height:c.spacing(9)};break;case"xl":p={width:c.spacing(10.25),height:c.spacing(10.25)};break;case"md":p={width:c.spacing(7.5),height:c.spacing(7.5)};break;default:p={}}return(0,o.jsx)(l.Z,{sx:{...d,...h,...p,...s},...i})};var d=e=>{let{title:t,link:r,icon:l}=e;const d=(0,a.Z)();return(0,o.jsx)(n.Z,{title:t||"Reference",placement:"left",children:(0,o.jsxs)(s.Z,{disableRipple:!0,children:[!l&&(0,o.jsx)(c,{component:i.Z,href:r,target:"_blank",alt:"MUI Logo",size:"badge",color:"primary",outline:!0,children:(0,o.jsxs)("svg",{width:"500",height:"500",viewBox:"0 0 500 500",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,o.jsxs)("g",{clipPath:"url(#clip0)",children:[(0,o.jsx)("path",{d:"M100 260.9V131L212.5 195.95V239.25L137.5 195.95V282.55L100 260.9Z",fill:d.palette.primary[800]}),(0,o.jsx)("path",{d:"M212.5 195.95L325 131V260.9L250 304.2L212.5 282.55L287.5 239.25V195.95L212.5 239.25V195.95Z",fill:d.palette.primary.main}),(0,o.jsx)("path",{d:"M212.5 282.55V325.85L287.5 369.15V325.85L212.5 282.55Z",fill:d.palette.primary[800]}),(0,o.jsx)("path",{d:"M287.5 369.15L400 304.2V217.6L362.5 239.25V282.55L287.5 325.85V369.15ZM362.5 195.95V152.65L400 131V174.3L362.5 195.95Z",fill:d.palette.primary.main})]}),(0,o.jsx)("defs",{children:(0,o.jsx)("clipPath",{id:"clip0",children:(0,o.jsx)("rect",{width:"300",height:"238.3",fill:"white",transform:"translate(100 131)"})})})]})}),l&&(0,o.jsx)(c,{component:i.Z,href:r,target:"_blank",size:"badge",color:"primary",outline:!0,children:l})]})})}},1247:function(e,t,r){r.r(t);var a=r(7592),n=r(1095),s=(r(6261),r(7313)),i=r(3497),l=r(5587),o=(r(9726),r(6417));(0,a.ZP)("iframe")((e=>{let{theme:t}=e;return{height:"calc(100vh - 210px)",border:"1px solid",borderColor:t.palette.primary.light}}));t.default=()=>{const e=(0,s.useRef)(null),t=(0,s.useRef)(null);return(0,o.jsxs)(i.Z,{title:"L BLOCK INFRASTRUCTURE",sx:{textTransform:"uppercase"},children:[(0,o.jsxs)("div",{style:{marginBottom:"10px"},children:[(0,o.jsx)(n.Z,{onClick:()=>{e.current.scrollIntoView({behavior:"smooth"})},sx:{textTransform:"none",marginRight:"2px",width:"49%",border:"1px solid #941b1c","&:hover":{backgroundColor:"#941b1c",color:"#ffffff"}},children:"IT"}),(0,o.jsx)(n.Z,{onClick:()=>{t.current.scrollIntoView({behavior:"smooth"})},sx:{textTransform:"none",width:"49%",marginLeft:"1px",border:"1px solid #941b1c","&:hover":{backgroundColor:"#941b1c",color:"#ffffff"}},children:"EEE"})]}),(0,o.jsx)(i.Z,{title:"IT DETAILS",sx:{textAlign:"center",color:"#941b1c"},ref:e,children:(0,o.jsx)(l.Z,{block:"L",department:"IT"})}),(0,o.jsx)(i.Z,{title:"EEE DETAILS",ref:t,children:(0,o.jsx)(l.Z,{block:"L",department:"EEE"})})]})}}}]); \ No newline at end of file diff --git a/client/build/static/js/1399.5eaab7f0.chunk.js b/client/build/static/js/1399.5eaab7f0.chunk.js new file mode 100644 index 0000000..d8b58ab --- /dev/null +++ b/client/build/static/js/1399.5eaab7f0.chunk.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcbit_management_information_system=self.webpackChunkcbit_management_information_system||[]).push([[1399,4849,1061,4980,7201,4399,225,665,525,3481,9786],{1095:function(e,o,t){t.d(o,{Z:function(){return $}});var n=t(3366),r=t(7462),a=t(7313),i=t(4146),l=t(500),s=t(1921),c=t(1468),d=t(7592),u=t(7342),p=t(5272),v=t(1615),m=t(7430),h=t(2298);function b(e){return(0,h.ZP)("MuiButton",e)}var x=(0,m.Z)("MuiButton",["root","text","textInherit","textPrimary","textSecondary","textSuccess","textError","textInfo","textWarning","outlined","outlinedInherit","outlinedPrimary","outlinedSecondary","outlinedSuccess","outlinedError","outlinedInfo","outlinedWarning","contained","containedInherit","containedPrimary","containedSecondary","containedSuccess","containedError","containedInfo","containedWarning","disableElevation","focusVisible","disabled","colorInherit","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","iconSizeSmall","iconSizeMedium","iconSizeLarge"]);var g=a.createContext({});var S=a.createContext(void 0),y=t(6417);const f=["children","color","component","className","disabled","disableElevation","disableFocusRipple","endIcon","focusVisibleClassName","fullWidth","size","startIcon","type","variant"],z=e=>(0,r.Z)({},"small"===e.size&&{"& > *:nth-of-type(1)":{fontSize:18}},"medium"===e.size&&{"& > *:nth-of-type(1)":{fontSize:20}},"large"===e.size&&{"& > *:nth-of-type(1)":{fontSize:22}}),Z=(0,d.ZP)(p.Z,{shouldForwardProp:e=>(0,d.FO)(e)||"classes"===e,name:"MuiButton",slot:"Root",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.root,o[t.variant],o[`${t.variant}${(0,v.Z)(t.color)}`],o[`size${(0,v.Z)(t.size)}`],o[`${t.variant}Size${(0,v.Z)(t.size)}`],"inherit"===t.color&&o.colorInherit,t.disableElevation&&o.disableElevation,t.fullWidth&&o.fullWidth]}})((e=>{let{theme:o,ownerState:t}=e;var n,a;const i="light"===o.palette.mode?o.palette.grey[300]:o.palette.grey[800],l="light"===o.palette.mode?o.palette.grey.A100:o.palette.grey[700];return(0,r.Z)({},o.typography.button,{minWidth:64,padding:"6px 16px",borderRadius:(o.vars||o).shape.borderRadius,transition:o.transitions.create(["background-color","box-shadow","border-color","color"],{duration:o.transitions.duration.short}),"&:hover":(0,r.Z)({textDecoration:"none",backgroundColor:o.vars?`rgba(${o.vars.palette.text.primaryChannel} / ${o.vars.palette.action.hoverOpacity})`:(0,c.Fq)(o.palette.text.primary,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},"text"===t.variant&&"inherit"!==t.color&&{backgroundColor:o.vars?`rgba(${o.vars.palette[t.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})`:(0,c.Fq)(o.palette[t.color].main,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},"outlined"===t.variant&&"inherit"!==t.color&&{border:`1px solid ${(o.vars||o).palette[t.color].main}`,backgroundColor:o.vars?`rgba(${o.vars.palette[t.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})`:(0,c.Fq)(o.palette[t.color].main,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},"contained"===t.variant&&{backgroundColor:o.vars?o.vars.palette.Button.inheritContainedHoverBg:l,boxShadow:(o.vars||o).shadows[4],"@media (hover: none)":{boxShadow:(o.vars||o).shadows[2],backgroundColor:(o.vars||o).palette.grey[300]}},"contained"===t.variant&&"inherit"!==t.color&&{backgroundColor:(o.vars||o).palette[t.color].dark,"@media (hover: none)":{backgroundColor:(o.vars||o).palette[t.color].main}}),"&:active":(0,r.Z)({},"contained"===t.variant&&{boxShadow:(o.vars||o).shadows[8]}),[`&.${x.focusVisible}`]:(0,r.Z)({},"contained"===t.variant&&{boxShadow:(o.vars||o).shadows[6]}),[`&.${x.disabled}`]:(0,r.Z)({color:(o.vars||o).palette.action.disabled},"outlined"===t.variant&&{border:`1px solid ${(o.vars||o).palette.action.disabledBackground}`},"contained"===t.variant&&{color:(o.vars||o).palette.action.disabled,boxShadow:(o.vars||o).shadows[0],backgroundColor:(o.vars||o).palette.action.disabledBackground})},"text"===t.variant&&{padding:"6px 8px"},"text"===t.variant&&"inherit"!==t.color&&{color:(o.vars||o).palette[t.color].main},"outlined"===t.variant&&{padding:"5px 15px",border:"1px solid currentColor"},"outlined"===t.variant&&"inherit"!==t.color&&{color:(o.vars||o).palette[t.color].main,border:o.vars?`1px solid rgba(${o.vars.palette[t.color].mainChannel} / 0.5)`:`1px solid ${(0,c.Fq)(o.palette[t.color].main,.5)}`},"contained"===t.variant&&{color:o.vars?o.vars.palette.text.primary:null==(n=(a=o.palette).getContrastText)?void 0:n.call(a,o.palette.grey[300]),backgroundColor:o.vars?o.vars.palette.Button.inheritContainedBg:i,boxShadow:(o.vars||o).shadows[2]},"contained"===t.variant&&"inherit"!==t.color&&{color:(o.vars||o).palette[t.color].contrastText,backgroundColor:(o.vars||o).palette[t.color].main},"inherit"===t.color&&{color:"inherit",borderColor:"currentColor"},"small"===t.size&&"text"===t.variant&&{padding:"4px 5px",fontSize:o.typography.pxToRem(13)},"large"===t.size&&"text"===t.variant&&{padding:"8px 11px",fontSize:o.typography.pxToRem(15)},"small"===t.size&&"outlined"===t.variant&&{padding:"3px 9px",fontSize:o.typography.pxToRem(13)},"large"===t.size&&"outlined"===t.variant&&{padding:"7px 21px",fontSize:o.typography.pxToRem(15)},"small"===t.size&&"contained"===t.variant&&{padding:"4px 10px",fontSize:o.typography.pxToRem(13)},"large"===t.size&&"contained"===t.variant&&{padding:"8px 22px",fontSize:o.typography.pxToRem(15)},t.fullWidth&&{width:"100%"})}),(e=>{let{ownerState:o}=e;return o.disableElevation&&{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${x.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${x.disabled}`]:{boxShadow:"none"}}})),w=(0,d.ZP)("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.startIcon,o[`iconSize${(0,v.Z)(t.size)}`]]}})((e=>{let{ownerState:o}=e;return(0,r.Z)({display:"inherit",marginRight:8,marginLeft:-4},"small"===o.size&&{marginLeft:-2},z(o))})),C=(0,d.ZP)("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.endIcon,o[`iconSize${(0,v.Z)(t.size)}`]]}})((e=>{let{ownerState:o}=e;return(0,r.Z)({display:"inherit",marginRight:-4,marginLeft:8},"small"===o.size&&{marginRight:-2},z(o))}));var $=a.forwardRef((function(e,o){const t=a.useContext(g),c=a.useContext(S),d=(0,l.Z)(t,e),p=(0,u.Z)({props:d,name:"MuiButton"}),{children:m,color:h="primary",component:x="button",className:z,disabled:$=!1,disableElevation:k=!1,disableFocusRipple:I=!1,endIcon:R,focusVisibleClassName:W,fullWidth:B=!1,size:M="medium",startIcon:F,type:E,variant:N="text"}=p,V=(0,n.Z)(p,f),L=(0,r.Z)({},p,{color:h,component:x,disabled:$,disableElevation:k,disableFocusRipple:I,fullWidth:B,size:M,type:E,variant:N}),P=(e=>{const{color:o,disableElevation:t,fullWidth:n,size:a,variant:i,classes:l}=e,c={root:["root",i,`${i}${(0,v.Z)(o)}`,`size${(0,v.Z)(a)}`,`${i}Size${(0,v.Z)(a)}`,"inherit"===o&&"colorInherit",t&&"disableElevation",n&&"fullWidth"],label:["label"],startIcon:["startIcon",`iconSize${(0,v.Z)(a)}`],endIcon:["endIcon",`iconSize${(0,v.Z)(a)}`]},d=(0,s.Z)(c,b,l);return(0,r.Z)({},l,d)})(L),T=F&&(0,y.jsx)(w,{className:P.startIcon,ownerState:L,children:F}),D=R&&(0,y.jsx)(C,{className:P.endIcon,ownerState:L,children:R}),O=c||"";return(0,y.jsxs)(Z,(0,r.Z)({ownerState:L,className:(0,i.Z)(t.className,P.root,z,O),component:x,disabled:$,focusRipple:!I,focusVisibleClassName:(0,i.Z)(P.focusVisible,W),ref:o,type:E},V,{classes:P,children:[T,m,D]}))}))},891:function(e,o,t){t.d(o,{Z:function(){return C}});var n=t(3366),r=t(7462),a=t(7313),i=t(4146),l=t(1921),s=t(1615),c=t(7592),d=t(7342),u=t(3427),p=t(6983),v=t(1113),m=t(7430),h=t(2298);function b(e){return(0,h.ZP)("MuiLink",e)}var x=(0,m.Z)("MuiLink",["root","underlineNone","underlineHover","underlineAlways","button","focusVisible"]),g=t(6428),S=t(1468);const y={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"};var f=e=>{let{theme:o,ownerState:t}=e;const n=(e=>y[e]||e)(t.color),r=(0,g.DW)(o,`palette.${n}`,!1)||t.color,a=(0,g.DW)(o,`palette.${n}Channel`);return"vars"in o&&a?`rgba(${a} / 0.4)`:(0,S.Fq)(r,.4)},z=t(6417);const Z=["className","color","component","onBlur","onFocus","TypographyClasses","underline","variant","sx"],w=(0,c.ZP)(v.Z,{name:"MuiLink",slot:"Root",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.root,o[`underline${(0,s.Z)(t.underline)}`],"button"===t.component&&o.button]}})((e=>{let{theme:o,ownerState:t}=e;return(0,r.Z)({},"none"===t.underline&&{textDecoration:"none"},"hover"===t.underline&&{textDecoration:"none","&:hover":{textDecoration:"underline"}},"always"===t.underline&&(0,r.Z)({textDecoration:"underline"},"inherit"!==t.color&&{textDecorationColor:f({theme:o,ownerState:t})},{"&:hover":{textDecorationColor:"inherit"}}),"button"===t.component&&{position:"relative",WebkitTapHighlightColor:"transparent",backgroundColor:"transparent",outline:0,border:0,margin:0,borderRadius:0,padding:0,cursor:"pointer",userSelect:"none",verticalAlign:"middle",MozAppearance:"none",WebkitAppearance:"none","&::-moz-focus-inner":{borderStyle:"none"},[`&.${x.focusVisible}`]:{outline:"auto"}})}));var C=a.forwardRef((function(e,o){const t=(0,d.Z)({props:e,name:"MuiLink"}),{className:c,color:v="primary",component:m="a",onBlur:h,onFocus:x,TypographyClasses:g,underline:S="always",variant:f="inherit",sx:C}=t,$=(0,n.Z)(t,Z),{isFocusVisibleRef:k,onBlur:I,onFocus:R,ref:W}=(0,u.Z)(),[B,M]=a.useState(!1),F=(0,p.Z)(o,W),E=(0,r.Z)({},t,{color:v,component:m,focusVisible:B,underline:S,variant:f}),N=(e=>{const{classes:o,component:t,focusVisible:n,underline:r}=e,a={root:["root",`underline${(0,s.Z)(r)}`,"button"===t&&"button",n&&"focusVisible"]};return(0,l.Z)(a,b,o)})(E);return(0,z.jsx)(w,(0,r.Z)({color:v,className:(0,i.Z)(N.root,c),classes:g,component:m,onBlur:e=>{I(e),!1===k.current&&M(!1),h&&h(e)},onFocus:e=>{R(e),!0===k.current&&M(!0),x&&x(e)},ref:F,ownerState:E,variant:f,sx:[...Object.keys(y).includes(v)?[]:[{color:v}],...Array.isArray(C)?C:[C]]},$))}))}}]); \ No newline at end of file diff --git a/client/build/static/js/1797.a82a2dc8.chunk.js b/client/build/static/js/1797.a82a2dc8.chunk.js new file mode 100644 index 0000000..666e908 --- /dev/null +++ b/client/build/static/js/1797.a82a2dc8.chunk.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcbit_management_information_system=self.webpackChunkcbit_management_information_system||[]).push([[1797],{3497:function(e,r,n){var t=n(7313),i=n(9860),o=n(3428),s=n(4641),a=n(1113),l=n(9536),c=n(3405),d=n(6417);const x={"& .MuiCardHeader-action":{mr:0}},h=(0,t.forwardRef)(((e,r)=>{let{border:n=!0,boxShadow:t,children:h,content:u=!0,contentClass:b="",contentSX:m={},darkTitle:p,secondary:g,shadow:Z,sx:j={},title:f,...v}=e;const y=(0,i.Z)();return(0,d.jsxs)(o.Z,{ref:r,...v,sx:{border:n?"1px solid":"none",borderColor:y.palette.primary[200]+25,":hover":{boxShadow:t?Z||"0 2px 14px 0 rgb(32 40 45 / 8%)":"inherit"},...j},children:[f&&(0,d.jsx)(s.Z,{sx:x,title:p?(0,d.jsx)(a.Z,{variant:"h3",children:f}):f,action:g}),f&&(0,d.jsx)(l.Z,{}),u&&(0,d.jsx)(c.Z,{sx:m,className:b,children:h}),!u&&h]})}));r.Z=h},3507:function(e,r,n){n.r(r),n.d(r,{default:function(){return b}});var t=n(7313),i=n(9019),o=n(1113),s=n(1095),a=n(9536),l=n(891),c=n(3497),d=n(8163),x=n.n(d),h=n.p+"static/media/1.1b6f47c51673391116fb.png",u=n(6417);var b=()=>{const e=(0,t.useRef)(null);return(0,u.jsxs)(i.ZP,{container:!0,spacing:3,ref:e,children:[(0,u.jsx)(i.ZP,{item:!0,xs:12,children:(0,u.jsxs)(c.Z,{sx:{paddingTop:{xs:"20px",sm:"0px"}},children:[" ",(0,u.jsxs)(i.ZP,{container:!0,justifyContent:"space-between",alignItems:"center",children:[(0,u.jsx)(i.ZP,{item:!0,children:(0,u.jsx)(o.Z,{variant:"h1",sx:{textAlign:"center",color:"#941b1c"},children:"LIBRARY INFRASTRUCTURE"})}),(0,u.jsx)(i.ZP,{item:!0,xs:12,sm:6,sx:{textAlign:{xs:"center",sm:"right"}},children:(0,u.jsx)(s.Z,{variant:"contained",onClick:()=>{const r=e.current;r?x()().set({margin:[2,2],filename:"Library Infrastructure CBIT.pdf"}).from(r).save():console.error("Content reference is not available")},sx:{mt:{xs:"15px",sm:"0px"}},children:"Download PDF"})})]})]})}),(0,u.jsx)(i.ZP,{item:!0,xs:12,sm:6,md:4,children:(0,u.jsx)(c.Z,{sx:{backgroundImage:`url(${h})`,backgroundSize:"cover"},title:(0,u.jsx)(o.Z,{variant:"h6",sx:{color:"darkgreen",fontWeight:"bold",fontSize:"35px"},children:"350+"}),children:(0,u.jsx)(o.Z,{variant:"body2",sx:{fontWeight:"bold"},children:"Seating Capacity"})})}),(0,u.jsx)(i.ZP,{item:!0,xs:12,sm:6,md:4,children:(0,u.jsx)(c.Z,{sx:{backgroundImage:`url(${h})`,backgroundSize:"cover"},title:(0,u.jsx)(o.Z,{variant:"h6",sx:{color:"darkgreen",fontWeight:"bold",fontSize:"35px"},children:"100000+"}),children:(0,u.jsx)(o.Z,{variant:"body2",sx:{fontWeight:"bold"},children:"Volume of Books"})})}),(0,u.jsx)(i.ZP,{item:!0,xs:12,sm:6,md:4,children:(0,u.jsx)(c.Z,{sx:{backgroundImage:`url(${h})`,backgroundSize:"cover"},title:(0,u.jsx)(o.Z,{variant:"h6",sx:{color:"darkgreen",fontWeight:"bold",fontSize:"35px"},children:"5000+"}),children:(0,u.jsx)(o.Z,{variant:"body2",sx:{fontWeight:"bold"},children:"Online E-journals"})})}),(0,u.jsx)(i.ZP,{item:!0,xs:12,sm:6,md:4,children:(0,u.jsx)(c.Z,{sx:{backgroundImage:`url(${h})`,backgroundSize:"cover"},title:(0,u.jsx)(o.Z,{variant:"h6",sx:{color:"darkgreen",fontWeight:"bold",fontSize:"35px"},children:"140+"}),children:(0,u.jsx)(o.Z,{variant:"body2",sx:{fontWeight:"bold"},children:"Print Journals & Magazines"})})}),(0,u.jsx)(i.ZP,{item:!0,xs:12,sm:6,md:4,children:(0,u.jsx)(c.Z,{sx:{backgroundImage:`url(${h})`,backgroundSize:"cover"},title:(0,u.jsx)(o.Z,{variant:"h6",sx:{color:"darkgreen",fontWeight:"bold",fontSize:"35px"},children:"18500 Sqft"}),children:(0,u.jsx)(o.Z,{variant:"body2",sx:{fontWeight:"bold"},children:"CBIT Library is spread over a vast area"})})}),(0,u.jsx)(i.ZP,{item:!0,xs:12,sm:6,md:4,children:(0,u.jsx)(c.Z,{sx:{backgroundImage:`url(${h})`,backgroundSize:"cover"},title:(0,u.jsx)(o.Z,{variant:"h6",sx:{color:"darkgreen",fontWeight:"bold",fontSize:"35px"},children:"100+"}),children:(0,u.jsx)(o.Z,{variant:"body2",sx:{fontWeight:"bold"},children:"HP i7 Systems - E Learning Resource Centre Sports"})})}),(0,u.jsx)(i.ZP,{item:!0,xs:12,style:{height:"auto",minHeight:"400px"},children:(0,u.jsx)(c.Z,{children:(0,u.jsxs)(i.ZP,{container:!0,justifyContent:"center",alignItems:"center",children:[(0,u.jsxs)(i.ZP,{item:!0,xs:12,children:[(0,u.jsx)(o.Z,{variant:"h4",sx:{textAlign:"center",marginBottom:"20px",color:"#941b1c"},children:"USEFUL RESOURCES / LINKS"}),(0,u.jsx)(a.Z,{variant:"middle",sx:{marginBottom:"20px"}})]}),(0,u.jsx)(i.ZP,{item:!0,xs:12,sm:6,sx:{backgroundImage:`url(${h})`,backgroundSize:"cover"},children:(0,u.jsx)(o.Z,{variant:"body1",children:(0,u.jsxs)("ul",{children:[(0,u.jsx)("li",{children:(0,u.jsx)(l.Z,{href:"https://www.cbit.ac.in/library_post/opac/",children:"OPAC"})}),(0,u.jsx)("li",{children:(0,u.jsx)(l.Z,{href:"https://www.cbit.ac.in/library_post/cbit-library-new-books/",children:"Digital Library"})}),(0,u.jsx)("li",{children:(0,u.jsx)(l.Z,{href:"https://www.cbit.ac.in/library_post/library-links/",children:"Library Links"})}),(0,u.jsx)("li",{children:(0,u.jsx)(l.Z,{href:"https://www.cbit.ac.in/library_post/working-hours/",children:"Working Hours"})})]})})}),(0,u.jsx)(i.ZP,{item:!0,xs:12,sm:6,sx:{backgroundImage:`url(${h})`,backgroundSize:"cover"},children:(0,u.jsx)(o.Z,{variant:"body1",children:(0,u.jsxs)("ul",{children:[(0,u.jsx)("li",{children:(0,u.jsx)(l.Z,{href:"https://www.cbit.ac.in/library_post/library-rules/",children:"Rules"})}),(0,u.jsx)("li",{children:(0,u.jsx)(l.Z,{href:"https://www.cbit.ac.in/library_post/collections/",children:"Collections"})}),(0,u.jsx)("li",{children:(0,u.jsx)(l.Z,{href:"https://www.cbit.ac.in/library_post/e-journals/",children:"E-Journals"})}),(0,u.jsx)("li",{children:(0,u.jsx)(l.Z,{href:"https://www.cbit.ac.in/library_post/e-journals-oa/",children:"E-Resources"})})]})})})]})})})]})}},891:function(e,r,n){n.d(r,{Z:function(){return S}});var t=n(3366),i=n(7462),o=n(7313),s=n(4146),a=n(1921),l=n(1615),c=n(7592),d=n(7342),x=n(3427),h=n(6983),u=n(1113),b=n(7430),m=n(2298);function p(e){return(0,m.ZP)("MuiLink",e)}var g=(0,b.Z)("MuiLink",["root","underlineNone","underlineHover","underlineAlways","button","focusVisible"]),Z=n(6428),j=n(1468);const f={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"};var v=e=>{let{theme:r,ownerState:n}=e;const t=(e=>f[e]||e)(n.color),i=(0,Z.DW)(r,`palette.${t}`,!1)||n.color,o=(0,Z.DW)(r,`palette.${t}Channel`);return"vars"in r&&o?`rgba(${o} / 0.4)`:(0,j.Fq)(i,.4)},y=n(6417);const w=["className","color","component","onBlur","onFocus","TypographyClasses","underline","variant","sx"],k=(0,c.ZP)(u.Z,{name:"MuiLink",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:n}=e;return[r.root,r[`underline${(0,l.Z)(n.underline)}`],"button"===n.component&&r.button]}})((e=>{let{theme:r,ownerState:n}=e;return(0,i.Z)({},"none"===n.underline&&{textDecoration:"none"},"hover"===n.underline&&{textDecoration:"none","&:hover":{textDecoration:"underline"}},"always"===n.underline&&(0,i.Z)({textDecoration:"underline"},"inherit"!==n.color&&{textDecorationColor:v({theme:r,ownerState:n})},{"&:hover":{textDecorationColor:"inherit"}}),"button"===n.component&&{position:"relative",WebkitTapHighlightColor:"transparent",backgroundColor:"transparent",outline:0,border:0,margin:0,borderRadius:0,padding:0,cursor:"pointer",userSelect:"none",verticalAlign:"middle",MozAppearance:"none",WebkitAppearance:"none","&::-moz-focus-inner":{borderStyle:"none"},[`&.${g.focusVisible}`]:{outline:"auto"}})}));var S=o.forwardRef((function(e,r){const n=(0,d.Z)({props:e,name:"MuiLink"}),{className:c,color:u="primary",component:b="a",onBlur:m,onFocus:g,TypographyClasses:Z,underline:j="always",variant:v="inherit",sx:S}=n,C=(0,t.Z)(n,w),{isFocusVisibleRef:P,onBlur:z,onFocus:R,ref:W}=(0,x.Z)(),[I,$]=o.useState(!1),_=(0,h.Z)(r,W),L=(0,i.Z)({},n,{color:u,component:b,focusVisible:I,underline:j,variant:v}),A=(e=>{const{classes:r,component:n,focusVisible:t,underline:i}=e,o={root:["root",`underline${(0,l.Z)(i)}`,"button"===n&&"button",t&&"focusVisible"]};return(0,a.Z)(o,p,r)})(L);return(0,y.jsx)(k,(0,i.Z)({color:u,className:(0,s.Z)(A.root,c),classes:Z,component:b,onBlur:e=>{z(e),!1===P.current&&$(!1),m&&m(e)},onFocus:e=>{R(e),!0===P.current&&$(!0),g&&g(e)},ref:_,ownerState:L,variant:v,sx:[...Object.keys(f).includes(u)?[]:[{color:u}],...Array.isArray(S)?S:[S]]},C))}))}}]); \ No newline at end of file diff --git a/client/build/static/js/1905.426a46de.chunk.js b/client/build/static/js/1905.426a46de.chunk.js new file mode 100644 index 0000000..02f097a --- /dev/null +++ b/client/build/static/js/1905.426a46de.chunk.js @@ -0,0 +1,2 @@ +/*! For license information please see 1905.426a46de.chunk.js.LICENSE.txt */ +(self.webpackChunkcbit_management_information_system=self.webpackChunkcbit_management_information_system||[]).push([[1905],{1905:function(A){A.exports=function(){"use strict";var A=function(e,t){return A=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,e){A.__proto__=e}||function(A,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(A[t]=e[t])},A(e,t)};function e(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}A(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var t=function(){return t=Object.assign||function(A){for(var e,t=1,r=arguments.length;t0&&B[B.length-1])&&(6===n[0]||2===n[0])){s=0;continue}if(3===n[0]&&(!B||n[1]>B[0]&&n[1]=55296&&B<=56319&&t>10),s%1024+56320)),(B+1===t||r.length>16384)&&(n+=String.fromCharCode.apply(String,r),r.length=0)}return n},a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",g="undefined"===typeof Uint8Array?[]:new Uint8Array(256),w=0;w>4,c[i++]=(15&r)<<4|B>>2,c[i++]=(3&B)<<6|63&n;return Q},F=function(A){for(var e=A.length,t=[],r=0;r>d,E=(1<>d)+32,y=65536>>f,K=(1<=0){if(A<55296||A>56319&&A<=65535)return e=((e=this.index[A>>d])<>d)])<>f),e=this.index[e],e+=A>>d&K,e=((e=this.index[e])<S?(B.push(!0),s-=S):B.push(!1),-1!==["normal","auto","loose"].indexOf(e)&&-1!==[8208,8211,12316,12448].indexOf(A))return r.push(n),t.push(q);if(s===V||s===J){if(0===n)return r.push(n),t.push(cA);var o=t[n-1];return-1===xA.indexOf(o)?(r.push(r[n-1]),t.push(o)):(r.push(n),t.push(cA))}return r.push(n),s===aA?t.push("strict"===e?eA:CA):s===pA||s===QA?t.push(cA):s===HA?A>=131072&&A<=196605||A>=196608&&A<=262141?t.push(CA):t.push(cA):void t.push(s)})),[r,t,B]},GA=function(A,e,t,r){var B=r[t];if(Array.isArray(A)?-1!==A.indexOf(B):A===B)for(var n=t;n<=r.length;){if((i=r[++n])===e)return!0;if(i!==X)break}if(B===X)for(n=t;n>0;){var s=r[--n];if(Array.isArray(A)?-1!==A.indexOf(s):A===s)for(var o=t;o<=r.length;){var i;if((i=r[++o])===e)return!0;if(i!==X)break}if(s!==X)break}return!1},OA=function(A,e){for(var t=A;t>=0;){var r=e[t];if(r!==X)return r;t--}return 0},VA=function(A,e,t,r,B){if(0===t[r])return yA;var n=r-1;if(Array.isArray(B)&&!0===B[n])return yA;var s=n-1,o=n+1,i=e[n],Q=s>=0?e[s]:0,c=e[o];if(i===G&&c===O)return yA;if(-1!==bA.indexOf(i))return IA;if(-1!==bA.indexOf(c))return yA;if(-1!==vA.indexOf(c))return yA;if(OA(n,e)===N)return KA;if(mA.get(A[n])===J)return yA;if((i===gA||i===wA)&&mA.get(A[o])===J)return yA;if(i===R||c===R)return yA;if(i===P)return yA;if(-1===[X,W,_].indexOf(i)&&c===P)return yA;if(-1!==[j,z,$,BA,iA].indexOf(c))return yA;if(OA(n,e)===tA)return yA;if(GA(rA,tA,n,e))return yA;if(GA([j,z],eA,n,e))return yA;if(GA(Y,Y,n,e))return yA;if(i===X)return KA;if(i===rA||c===rA)return yA;if(c===q||i===q)return KA;if(-1!==[W,_,eA].indexOf(c)||i===Z)return yA;if(Q===UA&&-1!==SA.indexOf(i))return yA;if(i===iA&&c===UA)return yA;if(c===AA)return yA;if(-1!==LA.indexOf(c)&&i===nA||-1!==LA.indexOf(i)&&c===nA)return yA;if(i===oA&&-1!==[CA,gA,wA].indexOf(c)||-1!==[CA,gA,wA].indexOf(i)&&c===sA)return yA;if(-1!==LA.indexOf(i)&&-1!==DA.indexOf(c)||-1!==DA.indexOf(i)&&-1!==LA.indexOf(c))return yA;if(-1!==[oA,sA].indexOf(i)&&(c===nA||-1!==[tA,_].indexOf(c)&&e[o+1]===nA)||-1!==[tA,_].indexOf(i)&&c===nA||i===nA&&-1!==[nA,iA,BA].indexOf(c))return yA;if(-1!==[nA,iA,BA,j,z].indexOf(c))for(var a=n;a>=0;){if((g=e[a])===nA)return yA;if(-1===[iA,BA].indexOf(g))break;a--}if(-1!==[oA,sA].indexOf(c))for(a=-1!==[j,z].indexOf(i)?s:n;a>=0;){var g;if((g=e[a])===nA)return yA;if(-1===[iA,BA].indexOf(g))break;a--}if(FA===i&&-1!==[FA,hA,uA,lA].indexOf(c)||-1!==[hA,uA].indexOf(i)&&-1!==[hA,dA].indexOf(c)||-1!==[dA,lA].indexOf(i)&&c===dA)return yA;if(-1!==MA.indexOf(i)&&-1!==[AA,sA].indexOf(c)||-1!==MA.indexOf(c)&&i===oA)return yA;if(-1!==LA.indexOf(i)&&-1!==LA.indexOf(c))return yA;if(i===BA&&-1!==LA.indexOf(c))return yA;if(-1!==LA.concat(nA).indexOf(i)&&c===tA&&-1===EA.indexOf(A[o])||-1!==LA.concat(nA).indexOf(c)&&i===z)return yA;if(i===fA&&c===fA){for(var w=t[n],u=1;w>0&&e[--w]===fA;)u++;if(u%2!==0)return yA}return i===gA&&c===wA?yA:KA},kA=function(A,e){e||(e={lineBreak:"normal",wordBreak:"normal"});var t=TA(A,e.lineBreak),r=t[0],B=t[1],n=t[2];"break-all"!==e.wordBreak&&"break-word"!==e.wordBreak||(B=B.map((function(A){return-1!==[nA,cA,pA].indexOf(A)?CA:A})));var s="keep-all"===e.wordBreak?n.map((function(e,t){return e&&A[t]>=19968&&A[t]<=40959})):void 0;return[r,B,s]},RA=function(){function A(A,e,t,r){this.codePoints=A,this.required=e===IA,this.start=t,this.end=r}return A.prototype.slice=function(){return c.apply(void 0,this.codePoints.slice(this.start,this.end))},A}(),NA=function(A,e){var t=Q(A),r=kA(t,e),B=r[0],n=r[1],s=r[2],o=t.length,i=0,c=0;return{next:function(){if(c>=o)return{done:!0,value:null};for(var A=yA;c=Se&&A<=57},We=function(A){return A>=55296&&A<=57343},Ze=function(A){return Ye(A)||A>=Re&&A<=Pe||A>=Te&&A<=Oe},_e=function(A){return A>=Te&&A<=ke},qe=function(A){return A>=Re&&A<=Je},je=function(A){return _e(A)||qe(A)},ze=function(A){return A>=de},$e=function(A){return A===WA||A===qA||A===jA},At=function(A){return je(A)||ze(A)||A===se},et=function(A){return At(A)||Ye(A)||A===oe},tt=function(A){return A>=me&&A<=Le||A===be||A>=ve&&A<=De||A===xe},rt=function(A,e){return A===_A&&e!==WA},Bt=function(A,e,t){return A===oe?At(e)||rt(e,t):!!At(A)||!(A!==_A||!rt(A,e))},nt=function(A,e,t){return A===He||A===oe?!!Ye(e)||e===Ke&&Ye(t):Ye(A===Ke?e:A)},st=function(A){var e=0,t=1;A[e]!==He&&A[e]!==oe||(A[e]===oe&&(t=-1),e++);for(var r=[];Ye(A[e]);)r.push(A[e++]);var B=r.length?parseInt(c.apply(void 0,r),10):0;A[e]===Ke&&e++;for(var n=[];Ye(A[e]);)n.push(A[e++]);var s=n.length,o=s?parseInt(c.apply(void 0,n),10):0;A[e]!==Ne&&A[e]!==Ge||e++;var i=1;A[e]!==He&&A[e]!==oe||(A[e]===oe&&(i=-1),e++);for(var Q=[];Ye(A[e]);)Q.push(A[e++]);var a=Q.length?parseInt(c.apply(void 0,Q),10):0;return t*(B+o*Math.pow(10,-s))*Math.pow(10,i*a)},ot={type:2},it={type:3},Qt={type:4},ct={type:13},at={type:8},gt={type:21},wt={type:9},ut={type:10},lt={type:11},Ut={type:12},Ct={type:14},Ft={type:23},ht={type:1},dt={type:25},ft={type:24},pt={type:26},Ht={type:27},Et={type:28},It={type:29},yt={type:31},Kt={type:32},mt=function(){function A(){this._value=[]}return A.prototype.write=function(A){this._value=this._value.concat(Q(A))},A.prototype.read=function(){for(var A=[],e=this.consumeToken();e!==Kt;)A.push(e),e=this.consumeToken();return A},A.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case zA:return this.consumeStringToken(zA);case Ae:var e=this.peekCodePoint(0),t=this.peekCodePoint(1),r=this.peekCodePoint(2);if(et(e)||rt(t,r)){var B=Bt(e,t,r)?XA:PA;return{type:5,value:this.consumeName(),flags:B}}break;case ee:if(this.peekCodePoint(0)===$A)return this.consumeCodePoint(),ct;break;case re:return this.consumeStringToken(re);case Be:return ot;case ne:return it;case pe:if(this.peekCodePoint(0)===$A)return this.consumeCodePoint(),Ct;break;case He:if(nt(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case Ee:return Qt;case oe:var n=A,s=this.peekCodePoint(0),o=this.peekCodePoint(1);if(nt(n,s,o))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(Bt(n,s,o))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(s===oe&&o===ce)return this.consumeCodePoint(),this.consumeCodePoint(),ft;break;case Ke:if(nt(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case ZA:if(this.peekCodePoint(0)===pe)for(this.consumeCodePoint();;){var i=this.consumeCodePoint();if(i===pe&&(i=this.consumeCodePoint())===ZA)return this.consumeToken();if(i===Me)return this.consumeToken()}break;case Ie:return pt;case ye:return Ht;case Qe:if(this.peekCodePoint(0)===ie&&this.peekCodePoint(1)===oe&&this.peekCodePoint(2)===oe)return this.consumeCodePoint(),this.consumeCodePoint(),dt;break;case ae:var Q=this.peekCodePoint(0),a=this.peekCodePoint(1),g=this.peekCodePoint(2);if(Bt(Q,a,g))return{type:7,value:this.consumeName()};break;case ge:return Et;case _A:if(rt(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case we:return It;case ue:if(this.peekCodePoint(0)===$A)return this.consumeCodePoint(),at;break;case le:return lt;case Ce:return Ut;case Ve:case Xe:var w=this.peekCodePoint(0),u=this.peekCodePoint(1);return w!==He||!Ze(u)&&u!==Ue||(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case Fe:if(this.peekCodePoint(0)===$A)return this.consumeCodePoint(),wt;if(this.peekCodePoint(0)===Fe)return this.consumeCodePoint(),gt;break;case he:if(this.peekCodePoint(0)===$A)return this.consumeCodePoint(),ut;break;case Me:return Kt}return $e(A)?(this.consumeWhiteSpace(),yt):Ye(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):At(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:c(A)}},A.prototype.consumeCodePoint=function(){var A=this._value.shift();return"undefined"===typeof A?-1:A},A.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},A.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},A.prototype.consumeUnicodeRangeToken=function(){for(var A=[],e=this.consumeCodePoint();Ze(e)&&A.length<6;)A.push(e),e=this.consumeCodePoint();for(var t=!1;e===Ue&&A.length<6;)A.push(e),e=this.consumeCodePoint(),t=!0;if(t)return{type:30,start:parseInt(c.apply(void 0,A.map((function(A){return A===Ue?Se:A}))),16),end:parseInt(c.apply(void 0,A.map((function(A){return A===Ue?Pe:A}))),16)};var r=parseInt(c.apply(void 0,A),16);if(this.peekCodePoint(0)===oe&&Ze(this.peekCodePoint(1))){this.consumeCodePoint(),e=this.consumeCodePoint();for(var B=[];Ze(e)&&B.length<6;)B.push(e),e=this.consumeCodePoint();return{type:30,start:r,end:parseInt(c.apply(void 0,B),16)}}return{type:30,start:r,end:r}},A.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return"url"===A.toLowerCase()&&this.peekCodePoint(0)===Be?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===Be?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},A.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===Me)return{type:22,value:""};var e=this.peekCodePoint(0);if(e===re||e===zA){var t=this.consumeStringToken(this.consumeCodePoint());return 0===t.type&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===Me||this.peekCodePoint(0)===ne)?(this.consumeCodePoint(),{type:22,value:t.value}):(this.consumeBadUrlRemnants(),Ft)}for(;;){var r=this.consumeCodePoint();if(r===Me||r===ne)return{type:22,value:c.apply(void 0,A)};if($e(r))return this.consumeWhiteSpace(),this.peekCodePoint(0)===Me||this.peekCodePoint(0)===ne?(this.consumeCodePoint(),{type:22,value:c.apply(void 0,A)}):(this.consumeBadUrlRemnants(),Ft);if(r===zA||r===re||r===Be||tt(r))return this.consumeBadUrlRemnants(),Ft;if(r===_A){if(!rt(r,this.peekCodePoint(0)))return this.consumeBadUrlRemnants(),Ft;A.push(this.consumeEscapedCodePoint())}else A.push(r)}},A.prototype.consumeWhiteSpace=function(){for(;$e(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(A===ne||A===Me)return;rt(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(A){for(var e=5e4,t="";A>0;){var r=Math.min(e,A);t+=c.apply(void 0,this._value.splice(0,r)),A-=r}return this._value.shift(),t},A.prototype.consumeStringToken=function(A){for(var e="",t=0;;){var r=this._value[t];if(r===Me||void 0===r||r===A)return{type:0,value:e+=this.consumeStringSlice(t)};if(r===WA)return this._value.splice(0,t),ht;if(r===_A){var B=this._value[t+1];B!==Me&&void 0!==B&&(B===WA?(e+=this.consumeStringSlice(t),t=-1,this._value.shift()):rt(r,B)&&(e+=this.consumeStringSlice(t),e+=c(this.consumeEscapedCodePoint()),t=-1))}t++}},A.prototype.consumeNumber=function(){var A=[],e=JA,t=this.peekCodePoint(0);for(t!==He&&t!==oe||A.push(this.consumeCodePoint());Ye(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0);var r=this.peekCodePoint(1);if(t===Ke&&Ye(r))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=YA;Ye(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0),r=this.peekCodePoint(1);var B=this.peekCodePoint(2);if((t===Ne||t===Ge)&&((r===He||r===oe)&&Ye(B)||Ye(r)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=YA;Ye(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[st(A),e]},A.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),e=A[0],t=A[1],r=this.peekCodePoint(0),B=this.peekCodePoint(1),n=this.peekCodePoint(2);return Bt(r,B,n)?{type:15,number:e,flags:t,unit:this.consumeName()}:r===te?(this.consumeCodePoint(),{type:16,number:e,flags:t}):{type:17,number:e,flags:t}},A.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(Ze(A)){for(var e=c(A);Ze(this.peekCodePoint(0))&&e.length<6;)e+=c(this.consumeCodePoint());$e(this.peekCodePoint(0))&&this.consumeCodePoint();var t=parseInt(e,16);return 0===t||We(t)||t>1114111?fe:t}return A===Me?fe:A},A.prototype.consumeName=function(){for(var A="";;){var e=this.consumeCodePoint();if(et(e))A+=c(e);else{if(!rt(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),A;A+=c(this.consumeEscapedCodePoint())}}},A}(),Lt=function(){function A(A){this._tokens=A}return A.create=function(e){var t=new mt;return t.write(e),new A(t.read())},A.parseValue=function(e){return A.create(e).parseComponentValue()},A.parseValues=function(e){return A.create(e).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var A=this.consumeToken();31===A.type;)A=this.consumeToken();if(32===A.type)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var e=this.consumeComponentValue();do{A=this.consumeToken()}while(31===A.type);if(32===A.type)return e;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var A=[];;){var e=this.consumeComponentValue();if(32===e.type)return A;A.push(e),A.push()}},A.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},A.prototype.consumeSimpleBlock=function(A){for(var e={type:A,values:[]},t=this.consumeToken();;){if(32===t.type||Ot(t,A))return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue()),t=this.consumeToken()}},A.prototype.consumeFunction=function(A){for(var e={name:A.value,values:[],type:18};;){var t=this.consumeToken();if(32===t.type||3===t.type)return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var A=this._tokens.shift();return"undefined"===typeof A?Kt:A},A.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},A}(),bt=function(A){return 15===A.type},vt=function(A){return 17===A.type},Dt=function(A){return 20===A.type},xt=function(A){return 0===A.type},Mt=function(A,e){return Dt(A)&&A.value===e},St=function(A){return 31!==A.type},Tt=function(A){return 31!==A.type&&4!==A.type},Gt=function(A){var e=[],t=[];return A.forEach((function(A){if(4===A.type){if(0===t.length)throw new Error("Error parsing function args, zero tokens for arg");return e.push(t),void(t=[])}31!==A.type&&t.push(A)})),t.length&&e.push(t),e},Ot=function(A,e){return 11===e&&12===A.type||28===e&&29===A.type||2===e&&3===A.type},Vt=function(A){return 17===A.type||15===A.type},kt=function(A){return 16===A.type||Vt(A)},Rt=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},Nt={type:17,number:0,flags:JA},Pt={type:16,number:50,flags:JA},Xt={type:16,number:100,flags:JA},Jt=function(A,e,t){var r=A[0],B=A[1];return[Yt(r,e),Yt("undefined"!==typeof B?B:r,t)]},Yt=function(A,e){if(16===A.type)return A.number/100*e;if(bt(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},Wt="deg",Zt="grad",_t="rad",qt="turn",jt={name:"angle",parse:function(A,e){if(15===e.type)switch(e.unit){case Wt:return Math.PI*e.number/180;case Zt:return Math.PI/200*e.number;case _t:return e.number;case qt:return 2*Math.PI*e.number}throw new Error("Unsupported angle type")}},zt=function(A){return 15===A.type&&(A.unit===Wt||A.unit===Zt||A.unit===_t||A.unit===qt)},$t=function(A){switch(A.filter(Dt).map((function(A){return A.value})).join(" ")){case"to bottom right":case"to right bottom":case"left top":case"top left":return[Nt,Nt];case"to top":case"bottom":return Ar(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[Nt,Xt];case"to right":case"left":return Ar(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[Xt,Xt];case"to bottom":case"top":return Ar(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[Xt,Nt];case"to left":case"right":return Ar(270)}return 0},Ar=function(A){return Math.PI*A/180},er={name:"color",parse:function(A,e){if(18===e.type){var t=Qr[e.name];if("undefined"===typeof t)throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(A,e.values)}if(5===e.type){if(3===e.value.length){var r=e.value.substring(0,1),B=e.value.substring(1,2),n=e.value.substring(2,3);return Br(parseInt(r+r,16),parseInt(B+B,16),parseInt(n+n,16),1)}if(4===e.value.length){r=e.value.substring(0,1),B=e.value.substring(1,2),n=e.value.substring(2,3);var s=e.value.substring(3,4);return Br(parseInt(r+r,16),parseInt(B+B,16),parseInt(n+n,16),parseInt(s+s,16)/255)}if(6===e.value.length)return r=e.value.substring(0,2),B=e.value.substring(2,4),n=e.value.substring(4,6),Br(parseInt(r,16),parseInt(B,16),parseInt(n,16),1);if(8===e.value.length)return r=e.value.substring(0,2),B=e.value.substring(2,4),n=e.value.substring(4,6),s=e.value.substring(6,8),Br(parseInt(r,16),parseInt(B,16),parseInt(n,16),parseInt(s,16)/255)}if(20===e.type){var o=ar[e.value.toUpperCase()];if("undefined"!==typeof o)return o}return ar.TRANSPARENT}},tr=function(A){return 0===(255&A)},rr=function(A){var e=255&A,t=255&A>>8,r=255&A>>16,B=255&A>>24;return e<255?"rgba("+B+","+r+","+t+","+e/255+")":"rgb("+B+","+r+","+t+")"},Br=function(A,e,t,r){return(A<<24|e<<16|t<<8|Math.round(255*r)<<0)>>>0},nr=function(A,e){if(17===A.type)return A.number;if(16===A.type){var t=3===e?1:255;return 3===e?A.number/100*t:Math.round(A.number/100*t)}return 0},sr=function(A,e){var t=e.filter(Tt);if(3===t.length){var r=t.map(nr),B=r[0],n=r[1],s=r[2];return Br(B,n,s,1)}if(4===t.length){var o=t.map(nr),i=(B=o[0],n=o[1],s=o[2],o[3]);return Br(B,n,s,i)}return 0};function or(A,e,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(e-A)*t*6+A:t<.5?e:t<2/3?6*(e-A)*(2/3-t)+A:A}var ir=function(A,e){var t=e.filter(Tt),r=t[0],B=t[1],n=t[2],s=t[3],o=(17===r.type?Ar(r.number):jt.parse(A,r))/(2*Math.PI),i=kt(B)?B.number/100:0,Q=kt(n)?n.number/100:0,c="undefined"!==typeof s&&kt(s)?Yt(s,1):1;if(0===i)return Br(255*Q,255*Q,255*Q,1);var a=Q<=.5?Q*(i+1):Q+i-Q*i,g=2*Q-a,w=or(g,a,o+1/3),u=or(g,a,o),l=or(g,a,o-1/3);return Br(255*w,255*u,255*l,c)},Qr={hsl:ir,hsla:ir,rgb:sr,rgba:sr},cr=function(A,e){return er.parse(A,Lt.create(e).parseComponentValue())},ar={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},gr={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map((function(A){if(Dt(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},wr={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},ur=function(A,e){var t=er.parse(A,e[0]),r=e[1];return r&&kt(r)?{color:t,stop:r}:{color:t,stop:null}},lr=function(A,e){var t=A[0],r=A[A.length-1];null===t.stop&&(t.stop=Nt),null===r.stop&&(r.stop=Xt);for(var B=[],n=0,s=0;sn?B.push(i):B.push(n),n=i}else B.push(null)}var Q=null;for(s=0;sA.optimumDistance)?{optimumCorner:e,optimumDistance:o}:A}),{optimumDistance:B?1/0:-1/0,optimumCorner:null}).optimumCorner},dr=function(A,e,t,r,B){var n=0,s=0;switch(A.size){case 0:0===A.shape?n=s=Math.min(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-B)):1===A.shape&&(n=Math.min(Math.abs(e),Math.abs(e-r)),s=Math.min(Math.abs(t),Math.abs(t-B)));break;case 2:if(0===A.shape)n=s=Math.min(Fr(e,t),Fr(e,t-B),Fr(e-r,t),Fr(e-r,t-B));else if(1===A.shape){var o=Math.min(Math.abs(t),Math.abs(t-B))/Math.min(Math.abs(e),Math.abs(e-r)),i=hr(r,B,e,t,!0),Q=i[0],c=i[1];s=o*(n=Fr(Q-e,(c-t)/o))}break;case 1:0===A.shape?n=s=Math.max(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-B)):1===A.shape&&(n=Math.max(Math.abs(e),Math.abs(e-r)),s=Math.max(Math.abs(t),Math.abs(t-B)));break;case 3:if(0===A.shape)n=s=Math.max(Fr(e,t),Fr(e,t-B),Fr(e-r,t),Fr(e-r,t-B));else if(1===A.shape){o=Math.max(Math.abs(t),Math.abs(t-B))/Math.max(Math.abs(e),Math.abs(e-r));var a=hr(r,B,e,t,!1);Q=a[0],c=a[1],s=o*(n=Fr(Q-e,(c-t)/o))}}return Array.isArray(A.size)&&(n=Yt(A.size[0],r),s=2===A.size.length?Yt(A.size[1],B):n),[n,s]},fr=function(A,e){var t=Ar(180),r=[];return Gt(e).forEach((function(e,B){if(0===B){var n=e[0];if(20===n.type&&-1!==["top","left","right","bottom"].indexOf(n.value))return void(t=$t(e));if(zt(n))return void(t=(jt.parse(A,n)+Ar(270))%Ar(360))}var s=ur(A,e);r.push(s)})),{angle:t,stops:r,type:1}},pr="closest-side",Hr="farthest-side",Er="closest-corner",Ir="farthest-corner",yr="circle",Kr="ellipse",mr="cover",Lr="contain",br=function(A,e){var t=0,r=3,B=[],n=[];return Gt(e).forEach((function(e,s){var o=!0;if(0===s?o=e.reduce((function(A,e){if(Dt(e))switch(e.value){case"center":return n.push(Pt),!1;case"top":case"left":return n.push(Nt),!1;case"right":case"bottom":return n.push(Xt),!1}else if(kt(e)||Vt(e))return n.push(e),!1;return A}),o):1===s&&(o=e.reduce((function(A,e){if(Dt(e))switch(e.value){case yr:return t=0,!1;case Kr:return t=1,!1;case Lr:case pr:return r=0,!1;case Hr:return r=1,!1;case Er:return r=2,!1;case mr:case Ir:return r=3,!1}else if(Vt(e)||kt(e))return Array.isArray(r)||(r=[]),r.push(e),!1;return A}),o)),o){var i=ur(A,e);B.push(i)}})),{size:r,shape:t,stops:B,position:n,type:2}},vr=function(A){return 1===A.type},Dr=function(A){return 2===A.type},xr={name:"image",parse:function(A,e){if(22===e.type){var t={url:e.value,type:0};return A.cache.addImage(e.value),t}if(18===e.type){var r=Tr[e.name];if("undefined"===typeof r)throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return r(A,e.values)}throw new Error("Unsupported image type "+e.type)}};function Mr(A){return!(20===A.type&&"none"===A.value)&&(18!==A.type||!!Tr[A.name])}var Sr,Tr={"linear-gradient":function(A,e){var t=Ar(180),r=[];return Gt(e).forEach((function(e,B){if(0===B){var n=e[0];if(20===n.type&&"to"===n.value)return void(t=$t(e));if(zt(n))return void(t=jt.parse(A,n))}var s=ur(A,e);r.push(s)})),{angle:t,stops:r,type:1}},"-moz-linear-gradient":fr,"-ms-linear-gradient":fr,"-o-linear-gradient":fr,"-webkit-linear-gradient":fr,"radial-gradient":function(A,e){var t=0,r=3,B=[],n=[];return Gt(e).forEach((function(e,s){var o=!0;if(0===s){var i=!1;o=e.reduce((function(A,e){if(i)if(Dt(e))switch(e.value){case"center":return n.push(Pt),A;case"top":case"left":return n.push(Nt),A;case"right":case"bottom":return n.push(Xt),A}else(kt(e)||Vt(e))&&n.push(e);else if(Dt(e))switch(e.value){case yr:return t=0,!1;case Kr:return t=1,!1;case"at":return i=!0,!1;case pr:return r=0,!1;case mr:case Hr:return r=1,!1;case Lr:case Er:return r=2,!1;case Ir:return r=3,!1}else if(Vt(e)||kt(e))return Array.isArray(r)||(r=[]),r.push(e),!1;return A}),o)}if(o){var Q=ur(A,e);B.push(Q)}})),{size:r,shape:t,stops:B,position:n,type:2}},"-moz-radial-gradient":br,"-ms-radial-gradient":br,"-o-radial-gradient":br,"-webkit-radial-gradient":br,"-webkit-gradient":function(A,e){var t=Ar(180),r=[],B=1,n=0,s=3,o=[];return Gt(e).forEach((function(e,t){var n=e[0];if(0===t){if(Dt(n)&&"linear"===n.value)return void(B=1);if(Dt(n)&&"radial"===n.value)return void(B=2)}if(18===n.type)if("from"===n.name){var s=er.parse(A,n.values[0]);r.push({stop:Nt,color:s})}else if("to"===n.name)s=er.parse(A,n.values[0]),r.push({stop:Xt,color:s});else if("color-stop"===n.name){var o=n.values.filter(Tt);if(2===o.length){s=er.parse(A,o[1]);var i=o[0];vt(i)&&r.push({stop:{type:16,number:100*i.number,flags:i.flags},color:s})}}})),1===B?{angle:(t+Ar(180))%Ar(360),stops:r,type:B}:{size:s,shape:n,stops:r,position:o,type:B}}},Gr={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(0===e.length)return[];var t=e[0];return 20===t.type&&"none"===t.value?[]:e.filter((function(A){return Tt(A)&&Mr(A)})).map((function(e){return xr.parse(A,e)}))}},Or={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map((function(A){if(Dt(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},Vr={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return Gt(e).map((function(A){return A.filter(kt)})).map(Rt)}},kr={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return Gt(e).map((function(A){return A.filter(Dt).map((function(A){return A.value})).join(" ")})).map(Rr)}},Rr=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}};!function(A){A.AUTO="auto",A.CONTAIN="contain",A.COVER="cover"}(Sr||(Sr={}));var Nr,Pr={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return Gt(e).map((function(A){return A.filter(Xr)}))}},Xr=function(A){return Dt(A)||kt(A)},Jr=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},Yr=Jr("top"),Wr=Jr("right"),Zr=Jr("bottom"),_r=Jr("left"),qr=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(A,e){return Rt(e.filter(kt))}}},jr=qr("top-left"),zr=qr("top-right"),$r=qr("bottom-right"),AB=qr("bottom-left"),eB=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,e){switch(e){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},tB=eB("top"),rB=eB("right"),BB=eB("bottom"),nB=eB("left"),sB=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return bt(e)?e.number:0}}},oB=sB("top"),iB=sB("right"),QB=sB("bottom"),cB=sB("left"),aB={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},gB={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){return"rtl"===e?1:0}},wB={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(Dt).reduce((function(A,e){return A|uB(e.value)}),0)}},uB=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},lB={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},UB={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){return 20===e.type&&"normal"===e.value?0:17===e.type||15===e.type?e.number:0}};!function(A){A.NORMAL="normal",A.STRICT="strict"}(Nr||(Nr={}));var CB,FB={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"strict"===e?Nr.STRICT:Nr.NORMAL}},hB={name:"line-height",initialValue:"normal",prefix:!1,type:4},dB=function(A,e){return Dt(A)&&"normal"===A.value?1.2*e:17===A.type?e*A.number:kt(A)?Yt(A,e):e},fB={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){return 20===e.type&&"none"===e.value?null:xr.parse(A,e)}},pB={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){return"inside"===e?0:1}},HB={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},EB=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},IB=EB("top"),yB=EB("right"),KB=EB("bottom"),mB=EB("left"),LB={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(Dt).map((function(A){switch(A.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}}))}},bB={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"break-word"===e?"break-word":"normal"}},vB=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},DB=vB("top"),xB=vB("right"),MB=vB("bottom"),SB=vB("left"),TB={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},GB={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},OB={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return 1===e.length&&Mt(e[0],"none")?[]:Gt(e).map((function(e){for(var t={color:ar.TRANSPARENT,offsetX:Nt,offsetY:Nt,blur:Nt},r=0,B=0;B1?1:0],this.overflowWrap=Fn(A,bB,e.overflowWrap),this.paddingTop=Fn(A,DB,e.paddingTop),this.paddingRight=Fn(A,xB,e.paddingRight),this.paddingBottom=Fn(A,MB,e.paddingBottom),this.paddingLeft=Fn(A,SB,e.paddingLeft),this.paintOrder=Fn(A,gn,e.paintOrder),this.position=Fn(A,GB,e.position),this.textAlign=Fn(A,TB,e.textAlign),this.textDecorationColor=Fn(A,qB,null!==(t=e.textDecorationColor)&&void 0!==t?t:e.color),this.textDecorationLine=Fn(A,jB,null!==(r=e.textDecorationLine)&&void 0!==r?r:e.textDecoration),this.textShadow=Fn(A,OB,e.textShadow),this.textTransform=Fn(A,VB,e.textTransform),this.transform=Fn(A,kB,e.transform),this.transformOrigin=Fn(A,XB,e.transformOrigin),this.visibility=Fn(A,JB,e.visibility),this.webkitTextStrokeColor=Fn(A,wn,e.webkitTextStrokeColor),this.webkitTextStrokeWidth=Fn(A,un,e.webkitTextStrokeWidth),this.wordBreak=Fn(A,YB,e.wordBreak),this.zIndex=Fn(A,WB,e.zIndex)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&0===this.visibility},A.prototype.isTransparent=function(){return tr(this.backgroundColor)},A.prototype.isTransformed=function(){return null!==this.transform},A.prototype.isPositioned=function(){return 0!==this.position},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return 0!==this.float},A.prototype.isInlineLevel=function(){return rn(this.display,4)||rn(this.display,33554432)||rn(this.display,268435456)||rn(this.display,536870912)||rn(this.display,67108864)||rn(this.display,134217728)},A}(),Un=function(){function A(A,e){this.content=Fn(A,Bn,e.content),this.quotes=Fn(A,Qn,e.quotes)}return A}(),Cn=function(){function A(A,e){this.counterIncrement=Fn(A,nn,e.counterIncrement),this.counterReset=Fn(A,sn,e.counterReset)}return A}(),Fn=function(A,e,t){var r=new mt,B=null!==t&&"undefined"!==typeof t?t.toString():e.initialValue;r.write(B);var n=new Lt(r.read());switch(e.type){case 2:var s=n.parseComponentValue();return e.parse(A,Dt(s)?s.value:e.initialValue);case 0:return e.parse(A,n.parseComponentValue());case 1:return e.parse(A,n.parseComponentValues());case 4:return n.parseComponentValue();case 3:switch(e.format){case"angle":return jt.parse(A,n.parseComponentValue());case"color":return er.parse(A,n.parseComponentValue());case"image":return xr.parse(A,n.parseComponentValue());case"length":var o=n.parseComponentValue();return Vt(o)?o:Nt;case"length-percentage":var i=n.parseComponentValue();return kt(i)?i:Nt;case"time":return ZB.parse(A,n.parseComponentValue())}}},hn="data-html2canvas-debug",dn=function(A){switch(A.getAttribute(hn)){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},fn=function(A,e){var t=dn(A);return 1===t||e===t},pn=function(){function A(A,e){this.context=A,this.textNodes=[],this.elements=[],this.flags=0,fn(e,3),this.styles=new ln(A,window.getComputedStyle(e,null)),Qo(e)&&(this.styles.animationDuration.some((function(A){return A>0}))&&(e.style.animationDuration="0s"),null!==this.styles.transform&&(e.style.transform="none")),this.bounds=o(this.context,e),fn(e,4)&&(this.flags|=16)}return A}(),Hn="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",En="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",In="undefined"===typeof Uint8Array?[]:new Uint8Array(256),yn=0;yn>4,c[i++]=(15&r)<<4|B>>2,c[i++]=(3&B)<<6|63&n;return Q},mn=function(A){for(var e=A.length,t=[],r=0;r>bn,Mn=(1<>bn)+32,Tn=65536>>vn,Gn=(1<=0){if(A<55296||A>56319&&A<=65535)return e=((e=this.index[A>>bn])<>bn)])<>vn),e=this.index[e],e+=A>>bn&Gn,e=((e=this.index[e])<=55296&&B<=56319&&t>10),s%1024+56320)),(B+1===t||r.length>16384)&&(n+=String.fromCharCode.apply(String,r),r.length=0)}return n},is=kn(Hn),Qs="\xd7",cs="\xf7",as=function(A){return is.get(A)},gs=function(A,e,t){var r=t-2,B=e[r],n=e[t-1],s=e[t];if(n===Wn&&s===Zn)return Qs;if(n===Wn||n===Zn||n===_n)return cs;if(s===Wn||s===Zn||s===_n)return cs;if(n===zn&&-1!==[zn,$n,es,ts].indexOf(s))return Qs;if((n===es||n===$n)&&(s===$n||s===As))return Qs;if((n===ts||n===As)&&s===As)return Qs;if(s===rs||s===qn)return Qs;if(s===jn)return Qs;if(n===Yn)return Qs;if(n===rs&&s===Bs){for(;B===qn;)B=e[--r];if(B===Bs)return Qs}if(n===ns&&s===ns){for(var o=0;B===ns;)o++,B=e[--r];if(o%2===0)return Qs}return cs},ws=function(A){var e=ss(A),t=e.length,r=0,B=0,n=e.map(as);return{next:function(){if(r>=t)return{done:!0,value:null};for(var A=Qs;rs.x||B.y>s.y;return s=B,0===e||o}));return A.body.removeChild(e),o},Cs=function(){return"undefined"!==typeof(new Image).crossOrigin},Fs=function(){return"string"===typeof(new XMLHttpRequest).responseType},hs=function(A){var e=new Image,t=A.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;e.src="data:image/svg+xml,";try{r.drawImage(e,0,0),t.toDataURL()}catch(Ge){return!1}return!0},ds=function(A){return 0===A[0]&&255===A[1]&&0===A[2]&&255===A[3]},fs=function(A){var e=A.createElement("canvas"),t=100;e.width=t,e.height=t;var r=e.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var B=new Image,n=e.toDataURL();B.src=n;var s=ps(t,t,0,0,B);return r.fillStyle="red",r.fillRect(0,0,t,t),Hs(s).then((function(e){r.drawImage(e,0,0);var B=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var s=A.createElement("div");return s.style.backgroundImage="url("+n+")",s.style.height=t+"px",ds(B)?Hs(ps(t,t,0,0,s)):Promise.reject(!1)})).then((function(A){return r.drawImage(A,0,0),ds(r.getImageData(0,0,t,t).data)})).catch((function(){return!1}))},ps=function(A,e,t,r,B){var n="http://www.w3.org/2000/svg",s=document.createElementNS(n,"svg"),o=document.createElementNS(n,"foreignObject");return s.setAttributeNS(null,"width",A.toString()),s.setAttributeNS(null,"height",e.toString()),o.setAttributeNS(null,"width","100%"),o.setAttributeNS(null,"height","100%"),o.setAttributeNS(null,"x",t.toString()),o.setAttributeNS(null,"y",r.toString()),o.setAttributeNS(null,"externalResourcesRequired","true"),s.appendChild(o),o.appendChild(B),s},Hs=function(A){return new Promise((function(e,t){var r=new Image;r.onload=function(){return e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(A))}))},Es={get SUPPORT_RANGE_BOUNDS(){var A=ls(document);return Object.defineProperty(Es,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=Es.SUPPORT_RANGE_BOUNDS&&Us(document);return Object.defineProperty(Es,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=hs(document);return Object.defineProperty(Es,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A="function"===typeof Array.from&&"function"===typeof window.fetch?fs(document):Promise.resolve(!1);return Object.defineProperty(Es,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=Cs();return Object.defineProperty(Es,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A=Fs();return Object.defineProperty(Es,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(Es,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!("undefined"===typeof Intl||!Intl.Segmenter);return Object.defineProperty(Es,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},Is=function(){function A(A,e){this.text=A,this.bounds=e}return A}(),ys=function(A,e,t,r){var B=vs(e,t),n=[],o=0;return B.forEach((function(e){if(t.textDecorationLine.length||e.trim().length>0)if(Es.SUPPORT_RANGE_BOUNDS){var B=ms(r,o,e.length).getClientRects();if(B.length>1){var i=Ls(e),Q=0;i.forEach((function(e){n.push(new Is(e,s.fromDOMRectList(A,ms(r,Q+o,e.length).getClientRects()))),Q+=e.length}))}else n.push(new Is(e,s.fromDOMRectList(A,B)))}else{var c=r.splitText(e.length);n.push(new Is(e,Ks(A,r))),r=c}else Es.SUPPORT_RANGE_BOUNDS||(r=r.splitText(e.length));o+=e.length})),n},Ks=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var B=e.parentNode;if(B){B.replaceChild(r,e);var n=o(A,r);return r.firstChild&&B.replaceChild(r.firstChild,r),n}}return s.EMPTY},ms=function(A,e,t){var r=A.ownerDocument;if(!r)throw new Error("Node has no owner document");var B=r.createRange();return B.setStart(A,e),B.setEnd(A,e+t),B},Ls=function(A){if(Es.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(e.segment(A)).map((function(A){return A.segment}))}return us(A)},bs=function(A,e){if(Es.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(A)).map((function(A){return A.segment}))}return xs(A,e)},vs=function(A,e){return 0!==e.letterSpacing?Ls(A):bs(A,e)},Ds=[32,160,4961,65792,65793,4153,4241],xs=function(A,e){for(var t,r=NA(A,{lineBreak:e.lineBreak,wordBreak:"break-word"===e.overflowWrap?"break-word":e.wordBreak}),B=[],n=function(){if(t.value){var A=t.value.slice(),e=Q(A),r="";e.forEach((function(A){-1===Ds.indexOf(A)?r+=c(A):(r.length&&B.push(r),B.push(c(A)),r="")})),r.length&&B.push(r)}};!(t=r.next()).done;)n();return B},Ms=function(){function A(A,e,t){this.text=Ss(e.data,t.textTransform),this.textBounds=ys(A,this.text,t,e)}return A}(),Ss=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(Ts,Gs);case 2:return A.toUpperCase();default:return A}},Ts=/(^|\s|:|-|\(|\))([a-z])/g,Gs=function(A,e,t){return A.length>0?e+t.toUpperCase():A},Os=function(A){function t(e,t){var r=A.call(this,e,t)||this;return r.src=t.currentSrc||t.src,r.intrinsicWidth=t.naturalWidth,r.intrinsicHeight=t.naturalHeight,r.context.cache.addImage(r.src),r}return e(t,A),t}(pn),Vs=function(A){function t(e,t){var r=A.call(this,e,t)||this;return r.canvas=t,r.intrinsicWidth=t.width,r.intrinsicHeight=t.height,r}return e(t,A),t}(pn),ks=function(A){function t(e,t){var r=A.call(this,e,t)||this,B=new XMLSerializer,n=o(e,t);return t.setAttribute("width",n.width+"px"),t.setAttribute("height",n.height+"px"),r.svg="data:image/svg+xml,"+encodeURIComponent(B.serializeToString(t)),r.intrinsicWidth=t.width.baseVal.value,r.intrinsicHeight=t.height.baseVal.value,r.context.cache.addImage(r.svg),r}return e(t,A),t}(pn),Rs=function(A){function t(e,t){var r=A.call(this,e,t)||this;return r.value=t.value,r}return e(t,A),t}(pn),Ns=function(A){function t(e,t){var r=A.call(this,e,t)||this;return r.start=t.start,r.reversed="boolean"===typeof t.reversed&&!0===t.reversed,r}return e(t,A),t}(pn),Ps=[{type:15,flags:0,unit:"px",number:3}],Xs=[{type:16,flags:0,number:50}],Js=function(A){return A.width>A.height?new s(A.left+(A.width-A.height)/2,A.top,A.height,A.height):A.width0)t.textNodes.push(new Ms(A,B,t.styles));else if(io(B))if(yo(B)&&B.assignedNodes)B.assignedNodes().forEach((function(e){return to(A,e,t,r)}));else{var s=ro(A,B);s.styles.isVisible()&&(no(B,s,r)?s.flags|=4:so(s.styles)&&(s.flags|=2),-1!==eo.indexOf(B.tagName)&&(s.flags|=8),t.elements.push(s),B.slot,B.shadowRoot?to(A,B.shadowRoot,s,r):Eo(B)||lo(B)||Io(B)||to(A,B,s,r))}},ro=function(A,e){return ho(e)?new Os(A,e):Co(e)?new Vs(A,e):lo(e)?new ks(A,e):ao(e)?new Rs(A,e):go(e)?new Ns(A,e):wo(e)?new js(A,e):Io(e)?new zs(A,e):Eo(e)?new $s(A,e):fo(e)?new Ao(A,e):new pn(A,e)},Bo=function(A,e){var t=ro(A,e);return t.flags|=4,to(A,e,t,t),t},no=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||Uo(A)&&t.styles.isTransparent()},so=function(A){return A.isPositioned()||A.isFloating()},oo=function(A){return A.nodeType===Node.TEXT_NODE},io=function(A){return A.nodeType===Node.ELEMENT_NODE},Qo=function(A){return io(A)&&"undefined"!==typeof A.style&&!co(A)},co=function(A){return"object"===typeof A.className},ao=function(A){return"LI"===A.tagName},go=function(A){return"OL"===A.tagName},wo=function(A){return"INPUT"===A.tagName},uo=function(A){return"HTML"===A.tagName},lo=function(A){return"svg"===A.tagName},Uo=function(A){return"BODY"===A.tagName},Co=function(A){return"CANVAS"===A.tagName},Fo=function(A){return"VIDEO"===A.tagName},ho=function(A){return"IMG"===A.tagName},fo=function(A){return"IFRAME"===A.tagName},po=function(A){return"STYLE"===A.tagName},Ho=function(A){return"SCRIPT"===A.tagName},Eo=function(A){return"TEXTAREA"===A.tagName},Io=function(A){return"SELECT"===A.tagName},yo=function(A){return"SLOT"===A.tagName},Ko=function(A){return A.tagName.indexOf("-")>0},mo=function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(A){var e=this.counters[A];return e&&e.length?e[e.length-1]:1},A.prototype.getCounterValues=function(A){var e=this.counters[A];return e||[]},A.prototype.pop=function(A){var e=this;A.forEach((function(A){return e.counters[A].pop()}))},A.prototype.parse=function(A){var e=this,t=A.counterIncrement,r=A.counterReset,B=!0;null!==t&&t.forEach((function(A){var t=e.counters[A.counter];t&&0!==A.increment&&(B=!1,t.length||t.push(1),t[Math.max(0,t.length-1)]+=A.increment)}));var n=[];return B&&r.forEach((function(A){var t=e.counters[A.counter];n.push(A.counter),t||(t=e.counters[A.counter]=[]),t.push(A.reset)})),n},A}(),Lo={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},bo={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u0554","\u0553","\u0552","\u0551","\u0550","\u054f","\u054e","\u054d","\u054c","\u054b","\u054a","\u0549","\u0548","\u0547","\u0546","\u0545","\u0544","\u0543","\u0542","\u0541","\u0540","\u053f","\u053e","\u053d","\u053c","\u053b","\u053a","\u0539","\u0538","\u0537","\u0536","\u0535","\u0534","\u0533","\u0532","\u0531"]},vo={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["\u05d9\u05f3","\u05d8\u05f3","\u05d7\u05f3","\u05d6\u05f3","\u05d5\u05f3","\u05d4\u05f3","\u05d3\u05f3","\u05d2\u05f3","\u05d1\u05f3","\u05d0\u05f3","\u05ea","\u05e9","\u05e8","\u05e7","\u05e6","\u05e4","\u05e2","\u05e1","\u05e0","\u05de","\u05dc","\u05db","\u05d9\u05d8","\u05d9\u05d7","\u05d9\u05d6","\u05d8\u05d6","\u05d8\u05d5","\u05d9","\u05d8","\u05d7","\u05d6","\u05d5","\u05d4","\u05d3","\u05d2","\u05d1","\u05d0"]},Do={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u10f5","\u10f0","\u10ef","\u10f4","\u10ee","\u10ed","\u10ec","\u10eb","\u10ea","\u10e9","\u10e8","\u10e7","\u10e6","\u10e5","\u10e4","\u10f3","\u10e2","\u10e1","\u10e0","\u10df","\u10de","\u10dd","\u10f2","\u10dc","\u10db","\u10da","\u10d9","\u10d8","\u10d7","\u10f1","\u10d6","\u10d5","\u10d4","\u10d3","\u10d2","\u10d1","\u10d0"]},xo=function(A,e,t,r,B,n){return At?Yo(A,B,n.length>0):r.integers.reduce((function(e,t,B){for(;A>=t;)A-=t,e+=r.values[B];return e}),"")+n},Mo=function(A,e,t,r){var B="";do{t||A--,B=r(A)+B,A/=e}while(A*e>=e);return B},So=function(A,e,t,r,B){var n=t-e+1;return(A<0?"-":"")+(Mo(Math.abs(A),n,r,(function(A){return c(Math.floor(A%n)+e)}))+B)},To=function(A,e,t){void 0===t&&(t=". ");var r=e.length;return Mo(Math.abs(A),r,!1,(function(A){return e[Math.floor(A%r)]}))+t},Go=1,Oo=2,Vo=4,ko=8,Ro=function(A,e,t,r,B,n){if(A<-9999||A>9999)return Yo(A,4,B.length>0);var s=Math.abs(A),o=B;if(0===s)return e[0]+o;for(var i=0;s>0&&i<=4;i++){var Q=s%10;0===Q&&rn(n,Go)&&""!==o?o=e[Q]+o:Q>1||1===Q&&0===i||1===Q&&1===i&&rn(n,Oo)||1===Q&&1===i&&rn(n,Vo)&&A>100||1===Q&&i>1&&rn(n,ko)?o=e[Q]+(i>0?t[i-1]:"")+o:1===Q&&i>0&&(o=t[i-1]+o),s=Math.floor(s/10)}return(A<0?r:"")+o},No="\u5341\u767e\u5343\u842c",Po="\u62fe\u4f70\u4edf\u842c",Xo="\u30de\u30a4\u30ca\u30b9",Jo="\ub9c8\uc774\ub108\uc2a4",Yo=function(A,e,t){var r=t?". ":"",B=t?"\u3001":"",n=t?", ":"",s=t?" ":"";switch(e){case 0:return"\u2022"+s;case 1:return"\u25e6"+s;case 2:return"\u25fe"+s;case 5:var o=So(A,48,57,!0,r);return o.length<4?"0"+o:o;case 4:return To(A,"\u3007\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d",B);case 6:return xo(A,1,3999,Lo,3,r).toLowerCase();case 7:return xo(A,1,3999,Lo,3,r);case 8:return So(A,945,969,!1,r);case 9:return So(A,97,122,!1,r);case 10:return So(A,65,90,!1,r);case 11:return So(A,1632,1641,!0,r);case 12:case 49:return xo(A,1,9999,bo,3,r);case 35:return xo(A,1,9999,bo,3,r).toLowerCase();case 13:return So(A,2534,2543,!0,r);case 14:case 30:return So(A,6112,6121,!0,r);case 15:return To(A,"\u5b50\u4e11\u5bc5\u536f\u8fb0\u5df3\u5348\u672a\u7533\u9149\u620c\u4ea5",B);case 16:return To(A,"\u7532\u4e59\u4e19\u4e01\u620a\u5df1\u5e9a\u8f9b\u58ec\u7678",B);case 17:case 48:return Ro(A,"\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d",No,"\u8ca0",B,Oo|Vo|ko);case 47:return Ro(A,"\u96f6\u58f9\u8cb3\u53c3\u8086\u4f0d\u9678\u67d2\u634c\u7396",Po,"\u8ca0",B,Go|Oo|Vo|ko);case 42:return Ro(A,"\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d",No,"\u8d1f",B,Oo|Vo|ko);case 41:return Ro(A,"\u96f6\u58f9\u8d30\u53c1\u8086\u4f0d\u9646\u67d2\u634c\u7396",Po,"\u8d1f",B,Go|Oo|Vo|ko);case 26:return Ro(A,"\u3007\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d","\u5341\u767e\u5343\u4e07",Xo,B,0);case 25:return Ro(A,"\u96f6\u58f1\u5f10\u53c2\u56db\u4f0d\u516d\u4e03\u516b\u4e5d","\u62fe\u767e\u5343\u4e07",Xo,B,Go|Oo|Vo);case 31:return Ro(A,"\uc601\uc77c\uc774\uc0bc\uc0ac\uc624\uc721\uce60\ud314\uad6c","\uc2ed\ubc31\ucc9c\ub9cc",Jo,n,Go|Oo|Vo);case 33:return Ro(A,"\u96f6\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d","\u5341\u767e\u5343\u842c",Jo,n,0);case 32:return Ro(A,"\u96f6\u58f9\u8cb3\u53c3\u56db\u4e94\u516d\u4e03\u516b\u4e5d","\u62fe\u767e\u5343",Jo,n,Go|Oo|Vo);case 18:return So(A,2406,2415,!0,r);case 20:return xo(A,1,19999,Do,3,r);case 21:return So(A,2790,2799,!0,r);case 22:return So(A,2662,2671,!0,r);case 22:return xo(A,1,10999,vo,3,r);case 23:return To(A,"\u3042\u3044\u3046\u3048\u304a\u304b\u304d\u304f\u3051\u3053\u3055\u3057\u3059\u305b\u305d\u305f\u3061\u3064\u3066\u3068\u306a\u306b\u306c\u306d\u306e\u306f\u3072\u3075\u3078\u307b\u307e\u307f\u3080\u3081\u3082\u3084\u3086\u3088\u3089\u308a\u308b\u308c\u308d\u308f\u3090\u3091\u3092\u3093");case 24:return To(A,"\u3044\u308d\u306f\u306b\u307b\u3078\u3068\u3061\u308a\u306c\u308b\u3092\u308f\u304b\u3088\u305f\u308c\u305d\u3064\u306d\u306a\u3089\u3080\u3046\u3090\u306e\u304a\u304f\u3084\u307e\u3051\u3075\u3053\u3048\u3066\u3042\u3055\u304d\u3086\u3081\u307f\u3057\u3091\u3072\u3082\u305b\u3059");case 27:return So(A,3302,3311,!0,r);case 28:return To(A,"\u30a2\u30a4\u30a6\u30a8\u30aa\u30ab\u30ad\u30af\u30b1\u30b3\u30b5\u30b7\u30b9\u30bb\u30bd\u30bf\u30c1\u30c4\u30c6\u30c8\u30ca\u30cb\u30cc\u30cd\u30ce\u30cf\u30d2\u30d5\u30d8\u30db\u30de\u30df\u30e0\u30e1\u30e2\u30e4\u30e6\u30e8\u30e9\u30ea\u30eb\u30ec\u30ed\u30ef\u30f0\u30f1\u30f2\u30f3",B);case 29:return To(A,"\u30a4\u30ed\u30cf\u30cb\u30db\u30d8\u30c8\u30c1\u30ea\u30cc\u30eb\u30f2\u30ef\u30ab\u30e8\u30bf\u30ec\u30bd\u30c4\u30cd\u30ca\u30e9\u30e0\u30a6\u30f0\u30ce\u30aa\u30af\u30e4\u30de\u30b1\u30d5\u30b3\u30a8\u30c6\u30a2\u30b5\u30ad\u30e6\u30e1\u30df\u30b7\u30f1\u30d2\u30e2\u30bb\u30b9",B);case 34:return So(A,3792,3801,!0,r);case 37:return So(A,6160,6169,!0,r);case 38:return So(A,4160,4169,!0,r);case 39:return So(A,2918,2927,!0,r);case 40:return So(A,1776,1785,!0,r);case 43:return So(A,3046,3055,!0,r);case 44:return So(A,3174,3183,!0,r);case 45:return So(A,3664,3673,!0,r);case 46:return So(A,3872,3881,!0,r);default:return So(A,48,57,!0,r)}},Wo="data-html2canvas-ignore",Zo=function(){function A(A,e,t){if(this.context=A,this.options=t,this.scrolledElements=[],this.referenceElement=e,this.counters=new mo,this.quoteDepth=0,!e.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(e.ownerDocument.documentElement,!1)}return A.prototype.toIFrame=function(A,e){var t=this,n=qo(A,e);if(!n.contentWindow)return Promise.reject("Unable to find iframe window");var s=A.defaultView.pageXOffset,o=A.defaultView.pageYOffset,i=n.contentWindow,Q=i.document,c=$o(n).then((function(){return r(t,void 0,void 0,(function(){var A,t;return B(this,(function(r){switch(r.label){case 0:return this.scrolledElements.forEach(Bi),i&&(i.scrollTo(e.left,e.top),!/(iPad|iPhone|iPod)/g.test(navigator.userAgent)||i.scrollY===e.top&&i.scrollX===e.left||(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(i.scrollX-e.left,i.scrollY-e.top,0,0))),A=this.options.onclone,"undefined"===typeof(t=this.clonedReferenceElement)?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:Q.fonts&&Q.fonts.ready?[4,Q.fonts.ready]:[3,2];case 1:r.sent(),r.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,zo(Q)]:[3,4];case 3:r.sent(),r.label=4;case 4:return"function"===typeof A?[2,Promise.resolve().then((function(){return A(Q,t)})).then((function(){return n}))]:[2,n]}}))}))}));return Q.open(),Q.write(ti(document.doctype)+""),ri(this.referenceElement.ownerDocument,s,o),Q.replaceChild(Q.adoptNode(this.documentElement),Q.documentElement),Q.close(),c},A.prototype.createElementClone=function(A){if(fn(A,2),Co(A))return this.createCanvasClone(A);if(Fo(A))return this.createVideoClone(A);if(po(A))return this.createStyleClone(A);var e=A.cloneNode(!1);return ho(e)&&(ho(A)&&A.currentSrc&&A.currentSrc!==A.src&&(e.src=A.currentSrc,e.srcset=""),"lazy"===e.loading&&(e.loading="eager")),Ko(e)?this.createCustomElementClone(e):e},A.prototype.createCustomElementClone=function(A){var e=document.createElement("html2canvascustomelement");return ei(A.style,e),e},A.prototype.createStyleClone=function(A){try{var e=A.sheet;if(e&&e.cssRules){var t=[].slice.call(e.cssRules,0).reduce((function(A,e){return e&&"string"===typeof e.cssText?A+e.cssText:A}),""),r=A.cloneNode(!1);return r.textContent=t,r}}catch(Ge){if(this.context.logger.error("Unable to access cssRules property",Ge),"SecurityError"!==Ge.name)throw Ge}return A.cloneNode(!1)},A.prototype.createCanvasClone=function(A){var e;if(this.options.inlineImages&&A.ownerDocument){var t=A.ownerDocument.createElement("img");try{return t.src=A.toDataURL(),t}catch(Ge){this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var r=A.cloneNode(!1);try{r.width=A.width,r.height=A.height;var B=A.getContext("2d"),n=r.getContext("2d");if(n)if(!this.options.allowTaint&&B)n.putImageData(B.getImageData(0,0,A.width,A.height),0,0);else{var s=null!==(e=A.getContext("webgl2"))&&void 0!==e?e:A.getContext("webgl");if(s){var o=s.getContextAttributes();!1===(null===o||void 0===o?void 0:o.preserveDrawingBuffer)&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}n.drawImage(A,0,0)}return r}catch(Ge){this.context.logger.info("Unable to clone canvas as it is tainted",A)}return r},A.prototype.createVideoClone=function(A){var e=A.ownerDocument.createElement("canvas");e.width=A.offsetWidth,e.height=A.offsetHeight;var t=e.getContext("2d");try{return t&&(t.drawImage(A,0,0,e.width,e.height),this.options.allowTaint||t.getImageData(0,0,e.width,e.height)),e}catch(Ge){this.context.logger.info("Unable to clone video as it is tainted",A)}var r=A.ownerDocument.createElement("canvas");return r.width=A.offsetWidth,r.height=A.offsetHeight,r},A.prototype.appendChildNode=function(A,e,t){io(e)&&(Ho(e)||e.hasAttribute(Wo)||"function"===typeof this.options.ignoreElements&&this.options.ignoreElements(e))||this.options.copyStyles&&io(e)&&po(e)||A.appendChild(this.cloneNode(e,t))},A.prototype.cloneChildNodes=function(A,e,t){for(var r=this,B=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;B;B=B.nextSibling)if(io(B)&&yo(B)&&"function"===typeof B.assignedNodes){var n=B.assignedNodes();n.length&&n.forEach((function(A){return r.appendChildNode(e,A,t)}))}else this.appendChildNode(e,B,t)},A.prototype.cloneNode=function(A,e){if(oo(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var t=A.ownerDocument.defaultView;if(t&&io(A)&&(Qo(A)||co(A))){var r=this.createElementClone(A);r.style.transitionProperty="none";var B=t.getComputedStyle(A),n=t.getComputedStyle(A,":before"),s=t.getComputedStyle(A,":after");this.referenceElement===A&&Qo(r)&&(this.clonedReferenceElement=r),Uo(r)&&ci(r);var o=this.counters.parse(new Cn(this.context,B)),i=this.resolvePseudoContent(A,r,n,Jn.BEFORE);Ko(A)&&(e=!0),Fo(A)||this.cloneChildNodes(A,r,e),i&&r.insertBefore(i,r.firstChild);var Q=this.resolvePseudoContent(A,r,s,Jn.AFTER);return Q&&r.appendChild(Q),this.counters.pop(o),(B&&(this.options.copyStyles||co(A))&&!fo(A)||e)&&ei(B,r),0===A.scrollTop&&0===A.scrollLeft||this.scrolledElements.push([r,A.scrollLeft,A.scrollTop]),(Eo(A)||Io(A))&&(Eo(r)||Io(r))&&(r.value=A.value),r}return A.cloneNode(!1)},A.prototype.resolvePseudoContent=function(A,e,t,r){var B=this;if(t){var n=t.content,s=e.ownerDocument;if(s&&n&&"none"!==n&&"-moz-alt-content"!==n&&"none"!==t.display){this.counters.parse(new Cn(this.context,t));var o=new Un(this.context,t),i=s.createElement("html2canvaspseudoelement");ei(t,i),o.content.forEach((function(e){if(0===e.type)i.appendChild(s.createTextNode(e.value));else if(22===e.type){var t=s.createElement("img");t.src=e.value,t.style.opacity="1",i.appendChild(t)}else if(18===e.type){if("attr"===e.name){var r=e.values.filter(Dt);r.length&&i.appendChild(s.createTextNode(A.getAttribute(r[0].value)||""))}else if("counter"===e.name){var n=e.values.filter(Tt),Q=n[0],c=n[1];if(Q&&Dt(Q)){var a=B.counters.getCounterValue(Q.value),g=c&&Dt(c)?HB.parse(B.context,c.value):3;i.appendChild(s.createTextNode(Yo(a,g,!1)))}}else if("counters"===e.name){var w=e.values.filter(Tt),u=(Q=w[0],w[1]);if(c=w[2],Q&&Dt(Q)){var l=B.counters.getCounterValues(Q.value),U=c&&Dt(c)?HB.parse(B.context,c.value):3,C=u&&0===u.type?u.value:"",F=l.map((function(A){return Yo(A,U,!1)})).join(C);i.appendChild(s.createTextNode(F))}}}else if(20===e.type)switch(e.value){case"open-quote":i.appendChild(s.createTextNode(cn(o.quotes,B.quoteDepth++,!0)));break;case"close-quote":i.appendChild(s.createTextNode(cn(o.quotes,--B.quoteDepth,!1)));break;default:i.appendChild(s.createTextNode(e.value))}})),i.className=oi+" "+ii;var Q=r===Jn.BEFORE?" "+oi:" "+ii;return co(e)?e.className.baseValue+=Q:e.className+=Q,i}}},A.destroy=function(A){return!!A.parentNode&&(A.parentNode.removeChild(A),!0)},A}();!function(A){A[A.BEFORE=0]="BEFORE",A[A.AFTER=1]="AFTER"}(Jn||(Jn={}));var _o,qo=function(A,e){var t=A.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=e.width.toString(),t.height=e.height.toString(),t.scrolling="no",t.setAttribute(Wo,"true"),A.body.appendChild(t),t},jo=function(A){return new Promise((function(e){A.complete?e():A.src?(A.onload=e,A.onerror=e):e()}))},zo=function(A){return Promise.all([].slice.call(A.images,0).map(jo))},$o=function(A){return new Promise((function(e,t){var r=A.contentWindow;if(!r)return t("No window assigned for iframe");var B=r.document;r.onload=A.onload=function(){r.onload=A.onload=null;var t=setInterval((function(){B.body.childNodes.length>0&&"complete"===B.readyState&&(clearInterval(t),e(A))}),50)}}))},Ai=["all","d","content"],ei=function(A,e){for(var t=A.length-1;t>=0;t--){var r=A.item(t);-1===Ai.indexOf(r)&&e.style.setProperty(r,A.getPropertyValue(r))}return e},ti=function(A){var e="";return A&&(e+=""),e},ri=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},Bi=function(A){var e=A[0],t=A[1],r=A[2];e.scrollLeft=t,e.scrollTop=r},ni=":before",si=":after",oi="___html2canvas___pseudoelement_before",ii="___html2canvas___pseudoelement_after",Qi='{\n content: "" !important;\n display: none !important;\n}',ci=function(A){ai(A,"."+oi+ni+Qi+"\n ."+ii+si+Qi)},ai=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e,A.appendChild(r)}},gi=function(){function A(){}return A.getOrigin=function(e){var t=A._link;return t?(t.href=e,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin},A.setContext=function(e){A._link=e.document.createElement("a"),A._origin=A.getOrigin(e.location.href)},A._origin="about:blank",A}(),wi=function(){function A(A,e){this.context=A,this._options=e,this._cache={}}return A.prototype.addImage=function(A){var e=Promise.resolve();return this.has(A)?e:di(A)||Ci(A)?((this._cache[A]=this.loadImage(A)).catch((function(){})),e):e},A.prototype.match=function(A){return this._cache[A]},A.prototype.loadImage=function(A){return r(this,void 0,void 0,(function(){var e,t,r,n,s=this;return B(this,(function(B){switch(B.label){case 0:return e=gi.isSameOrigin(A),t=!Fi(A)&&!0===this._options.useCORS&&Es.SUPPORT_CORS_IMAGES&&!e,r=!Fi(A)&&!e&&!di(A)&&"string"===typeof this._options.proxy&&Es.SUPPORT_CORS_XHR&&!t,e||!1!==this._options.allowTaint||Fi(A)||di(A)||r||t?(n=A,r?[4,this.proxy(n)]:[3,2]):[2];case 1:n=B.sent(),B.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise((function(A,e){var r=new Image;r.onload=function(){return A(r)},r.onerror=e,(hi(n)||t)&&(r.crossOrigin="anonymous"),r.src=n,!0===r.complete&&setTimeout((function(){return A(r)}),500),s._options.imageTimeout>0&&setTimeout((function(){return e("Timed out ("+s._options.imageTimeout+"ms) loading image")}),s._options.imageTimeout)}))];case 3:return[2,B.sent()]}}))}))},A.prototype.has=function(A){return"undefined"!==typeof this._cache[A]},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(A){var e=this,t=this._options.proxy;if(!t)throw new Error("No proxy defined");var r=A.substring(0,256);return new Promise((function(B,n){var s=Es.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(200===o.status)if("text"===s)B(o.response);else{var A=new FileReader;A.addEventListener("load",(function(){return B(A.result)}),!1),A.addEventListener("error",(function(A){return n(A)}),!1),A.readAsDataURL(o.response)}else n("Failed to proxy resource "+r+" with status code "+o.status)},o.onerror=n;var i=t.indexOf("?")>-1?"&":"?";if(o.open("GET",""+t+i+"url="+encodeURIComponent(A)+"&responseType="+s),"text"!==s&&o instanceof XMLHttpRequest&&(o.responseType=s),e._options.imageTimeout){var Q=e._options.imageTimeout;o.timeout=Q,o.ontimeout=function(){return n("Timed out ("+Q+"ms) proxying "+r)}}o.send()}))},A}(),ui=/^data:image\/svg\+xml/i,li=/^data:image\/.*;base64,/i,Ui=/^data:image\/.*/i,Ci=function(A){return Es.SUPPORT_SVG_DRAWING||!fi(A)},Fi=function(A){return Ui.test(A)},hi=function(A){return li.test(A)},di=function(A){return"blob"===A.substr(0,4)},fi=function(A){return"svg"===A.substr(-3).toLowerCase()||ui.test(A)},pi=function(){function A(A,e){this.type=0,this.x=A,this.y=e}return A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)},A}(),Hi=function(A,e,t){return new pi(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},Ei=function(){function A(A,e,t,r){this.type=1,this.start=A,this.startControl=e,this.endControl=t,this.end=r}return A.prototype.subdivide=function(e,t){var r=Hi(this.start,this.startControl,e),B=Hi(this.startControl,this.endControl,e),n=Hi(this.endControl,this.end,e),s=Hi(r,B,e),o=Hi(B,n,e),i=Hi(s,o,e);return t?new A(this.start,r,s,i):new A(i,o,n,this.end)},A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A}(),Ii=function(A){return 1===A.type},yi=function(){function A(A){var e=A.styles,t=A.bounds,r=Jt(e.borderTopLeftRadius,t.width,t.height),B=r[0],n=r[1],s=Jt(e.borderTopRightRadius,t.width,t.height),o=s[0],i=s[1],Q=Jt(e.borderBottomRightRadius,t.width,t.height),c=Q[0],a=Q[1],g=Jt(e.borderBottomLeftRadius,t.width,t.height),w=g[0],u=g[1],l=[];l.push((B+o)/t.width),l.push((w+c)/t.width),l.push((n+u)/t.height),l.push((i+a)/t.height);var U=Math.max.apply(Math,l);U>1&&(B/=U,n/=U,o/=U,i/=U,c/=U,a/=U,w/=U,u/=U);var C=t.width-o,F=t.height-a,h=t.width-c,d=t.height-u,f=e.borderTopWidth,p=e.borderRightWidth,H=e.borderBottomWidth,E=e.borderLeftWidth,I=Yt(e.paddingTop,A.bounds.width),y=Yt(e.paddingRight,A.bounds.width),K=Yt(e.paddingBottom,A.bounds.width),m=Yt(e.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=B>0||n>0?Ki(t.left+E/3,t.top+f/3,B-E/3,n-f/3,_o.TOP_LEFT):new pi(t.left+E/3,t.top+f/3),this.topRightBorderDoubleOuterBox=B>0||n>0?Ki(t.left+C,t.top+f/3,o-p/3,i-f/3,_o.TOP_RIGHT):new pi(t.left+t.width-p/3,t.top+f/3),this.bottomRightBorderDoubleOuterBox=c>0||a>0?Ki(t.left+h,t.top+F,c-p/3,a-H/3,_o.BOTTOM_RIGHT):new pi(t.left+t.width-p/3,t.top+t.height-H/3),this.bottomLeftBorderDoubleOuterBox=w>0||u>0?Ki(t.left+E/3,t.top+d,w-E/3,u-H/3,_o.BOTTOM_LEFT):new pi(t.left+E/3,t.top+t.height-H/3),this.topLeftBorderDoubleInnerBox=B>0||n>0?Ki(t.left+2*E/3,t.top+2*f/3,B-2*E/3,n-2*f/3,_o.TOP_LEFT):new pi(t.left+2*E/3,t.top+2*f/3),this.topRightBorderDoubleInnerBox=B>0||n>0?Ki(t.left+C,t.top+2*f/3,o-2*p/3,i-2*f/3,_o.TOP_RIGHT):new pi(t.left+t.width-2*p/3,t.top+2*f/3),this.bottomRightBorderDoubleInnerBox=c>0||a>0?Ki(t.left+h,t.top+F,c-2*p/3,a-2*H/3,_o.BOTTOM_RIGHT):new pi(t.left+t.width-2*p/3,t.top+t.height-2*H/3),this.bottomLeftBorderDoubleInnerBox=w>0||u>0?Ki(t.left+2*E/3,t.top+d,w-2*E/3,u-2*H/3,_o.BOTTOM_LEFT):new pi(t.left+2*E/3,t.top+t.height-2*H/3),this.topLeftBorderStroke=B>0||n>0?Ki(t.left+E/2,t.top+f/2,B-E/2,n-f/2,_o.TOP_LEFT):new pi(t.left+E/2,t.top+f/2),this.topRightBorderStroke=B>0||n>0?Ki(t.left+C,t.top+f/2,o-p/2,i-f/2,_o.TOP_RIGHT):new pi(t.left+t.width-p/2,t.top+f/2),this.bottomRightBorderStroke=c>0||a>0?Ki(t.left+h,t.top+F,c-p/2,a-H/2,_o.BOTTOM_RIGHT):new pi(t.left+t.width-p/2,t.top+t.height-H/2),this.bottomLeftBorderStroke=w>0||u>0?Ki(t.left+E/2,t.top+d,w-E/2,u-H/2,_o.BOTTOM_LEFT):new pi(t.left+E/2,t.top+t.height-H/2),this.topLeftBorderBox=B>0||n>0?Ki(t.left,t.top,B,n,_o.TOP_LEFT):new pi(t.left,t.top),this.topRightBorderBox=o>0||i>0?Ki(t.left+C,t.top,o,i,_o.TOP_RIGHT):new pi(t.left+t.width,t.top),this.bottomRightBorderBox=c>0||a>0?Ki(t.left+h,t.top+F,c,a,_o.BOTTOM_RIGHT):new pi(t.left+t.width,t.top+t.height),this.bottomLeftBorderBox=w>0||u>0?Ki(t.left,t.top+d,w,u,_o.BOTTOM_LEFT):new pi(t.left,t.top+t.height),this.topLeftPaddingBox=B>0||n>0?Ki(t.left+E,t.top+f,Math.max(0,B-E),Math.max(0,n-f),_o.TOP_LEFT):new pi(t.left+E,t.top+f),this.topRightPaddingBox=o>0||i>0?Ki(t.left+Math.min(C,t.width-p),t.top+f,C>t.width+p?0:Math.max(0,o-p),Math.max(0,i-f),_o.TOP_RIGHT):new pi(t.left+t.width-p,t.top+f),this.bottomRightPaddingBox=c>0||a>0?Ki(t.left+Math.min(h,t.width-E),t.top+Math.min(F,t.height-H),Math.max(0,c-p),Math.max(0,a-H),_o.BOTTOM_RIGHT):new pi(t.left+t.width-p,t.top+t.height-H),this.bottomLeftPaddingBox=w>0||u>0?Ki(t.left+E,t.top+Math.min(d,t.height-H),Math.max(0,w-E),Math.max(0,u-H),_o.BOTTOM_LEFT):new pi(t.left+E,t.top+t.height-H),this.topLeftContentBox=B>0||n>0?Ki(t.left+E+m,t.top+f+I,Math.max(0,B-(E+m)),Math.max(0,n-(f+I)),_o.TOP_LEFT):new pi(t.left+E+m,t.top+f+I),this.topRightContentBox=o>0||i>0?Ki(t.left+Math.min(C,t.width+E+m),t.top+f+I,C>t.width+E+m?0:o-E+m,i-(f+I),_o.TOP_RIGHT):new pi(t.left+t.width-(p+y),t.top+f+I),this.bottomRightContentBox=c>0||a>0?Ki(t.left+Math.min(h,t.width-(E+m)),t.top+Math.min(F,t.height+f+I),Math.max(0,c-(p+y)),a-(H+K),_o.BOTTOM_RIGHT):new pi(t.left+t.width-(p+y),t.top+t.height-(H+K)),this.bottomLeftContentBox=w>0||u>0?Ki(t.left+E+m,t.top+d,Math.max(0,w-(E+m)),u-(H+K),_o.BOTTOM_LEFT):new pi(t.left+E+m,t.top+t.height-(H+K))}return A}();!function(A){A[A.TOP_LEFT=0]="TOP_LEFT",A[A.TOP_RIGHT=1]="TOP_RIGHT",A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"}(_o||(_o={}));var Ki=function(A,e,t,r,B){var n=(Math.sqrt(2)-1)/3*4,s=t*n,o=r*n,i=A+t,Q=e+r;switch(B){case _o.TOP_LEFT:return new Ei(new pi(A,Q),new pi(A,Q-o),new pi(i-s,e),new pi(i,e));case _o.TOP_RIGHT:return new Ei(new pi(A,e),new pi(A+s,e),new pi(i,Q-o),new pi(i,Q));case _o.BOTTOM_RIGHT:return new Ei(new pi(i,e),new pi(i,e+o),new pi(A+s,Q),new pi(A,Q));case _o.BOTTOM_LEFT:default:return new Ei(new pi(i,Q),new pi(i-s,Q),new pi(A,e+o),new pi(A,e))}},mi=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},Li=function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]},bi=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},vi=function(){function A(A,e,t){this.offsetX=A,this.offsetY=e,this.matrix=t,this.type=0,this.target=6}return A}(),Di=function(){function A(A,e){this.path=A,this.target=e,this.type=1}return A}(),xi=function(){function A(A){this.opacity=A,this.type=2,this.target=6}return A}(),Mi=function(A){return 0===A.type},Si=function(A){return 1===A.type},Ti=function(A){return 2===A.type},Gi=function(A,e){return A.length===e.length&&A.some((function(A,t){return A===e[t]}))},Oi=function(A,e,t,r,B){return A.map((function(A,n){switch(n){case 0:return A.add(e,t);case 1:return A.add(e+r,t);case 2:return A.add(e+r,t+B);case 3:return A.add(e,t+B)}return A}))},Vi=function(){function A(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return A}(),ki=function(){function A(A,e){if(this.container=A,this.parent=e,this.effects=[],this.curves=new yi(this.container),this.container.styles.opacity<1&&this.effects.push(new xi(this.container.styles.opacity)),null!==this.container.styles.transform){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,r=this.container.bounds.top+this.container.styles.transformOrigin[1].number,B=this.container.styles.transform;this.effects.push(new vi(t,r,B))}if(0!==this.container.styles.overflowX){var n=mi(this.curves),s=bi(this.curves);Gi(n,s)?this.effects.push(new Di(n,6)):(this.effects.push(new Di(n,2)),this.effects.push(new Di(s,4)))}}return A.prototype.getEffects=function(A){for(var e=-1===[2,3].indexOf(this.container.styles.position),t=this.parent,r=this.effects.slice(0);t;){var B=t.effects.filter((function(A){return!Si(A)}));if(e||0!==t.container.styles.position||!t.parent){if(r.unshift.apply(r,B),e=-1===[2,3].indexOf(t.container.styles.position),0!==t.container.styles.overflowX){var n=mi(t.curves),s=bi(t.curves);Gi(n,s)||r.unshift(new Di(s,6))}}else r.unshift.apply(r,B);t=t.parent}return r.filter((function(e){return rn(e.target,A)}))},A}(),Ri=function(A,e,t,r){A.container.elements.forEach((function(B){var n=rn(B.flags,4),s=rn(B.flags,2),o=new ki(B,A);rn(B.styles.display,2048)&&r.push(o);var i=rn(B.flags,8)?[]:r;if(n||s){var Q=n||B.styles.isPositioned()?t:e,c=new Vi(o);if(B.styles.isPositioned()||B.styles.opacity<1||B.styles.isTransformed()){var a=B.styles.zIndex.order;if(a<0){var g=0;Q.negativeZIndex.some((function(A,e){return a>A.element.container.styles.zIndex.order?(g=e,!1):g>0})),Q.negativeZIndex.splice(g,0,c)}else if(a>0){var w=0;Q.positiveZIndex.some((function(A,e){return a>=A.element.container.styles.zIndex.order?(w=e+1,!1):w>0})),Q.positiveZIndex.splice(w,0,c)}else Q.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else B.styles.isFloating()?Q.nonPositionedFloats.push(c):Q.nonPositionedInlineLevel.push(c);Ri(o,c,n?c:t,i)}else B.styles.isInlineLevel()?e.inlineLevel.push(o):e.nonInlineLevel.push(o),Ri(o,e,t,i);rn(B.flags,8)&&Ni(B,i)}))},Ni=function(A,e){for(var t=A instanceof Ns?A.start:1,r=A instanceof Ns&&A.reversed,B=0;B0&&A.intrinsicHeight>0){var r=ji(A),B=bi(e);this.path(B),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(t,0,0,A.intrinsicWidth,A.intrinsicHeight,r.left,r.top,r.width,r.height),this.ctx.restore()}},t.prototype.renderNodeContent=function(A){return r(this,void 0,void 0,(function(){var e,r,n,o,i,Q,c,a,g,w,u,l,U,C,F,h,d,f;return B(this,(function(B){switch(B.label){case 0:this.applyEffects(A.getEffects(4)),e=A.container,r=A.curves,n=e.styles,o=0,i=e.textNodes,B.label=1;case 1:return o0&&E>0&&(F=r.ctx.createPattern(l,"repeat"),r.renderRepeat(d,F,y,K))):Dr(t)&&(h=AQ(A,e,[null,null,null]),d=h[0],f=h[1],p=h[2],H=h[3],E=h[4],I=0===t.position.length?[Pt]:t.position,y=Yt(I[0],H),K=Yt(I[I.length-1],E),m=dr(t,y,K,H,E),L=m[0],b=m[1],L>0&&b>0&&(v=r.ctx.createRadialGradient(f+y,p+K,0,f+y,p+K,L),lr(t.stops,2*L).forEach((function(A){return v.addColorStop(A.stop,rr(A.color))})),r.path(d),r.ctx.fillStyle=v,L!==b?(D=A.bounds.left+.5*A.bounds.width,x=A.bounds.top+.5*A.bounds.height,S=1/(M=b/L),r.ctx.save(),r.ctx.translate(D,x),r.ctx.transform(1,0,0,M,0,0),r.ctx.translate(-D,-x),r.ctx.fillRect(f,S*(p-x)+x,H,E*S),r.ctx.restore()):r.ctx.fill())),B.label=6;case 6:return e--,[2]}}))},r=this,n=0,s=A.styles.backgroundImage.slice(0).reverse(),i.label=1;case 1:return n0?2!==Q.style?[3,5]:[4,this.renderDashedDottedBorder(Q.color,Q.width,s,A.curves,2)]:[3,11]:[3,13];case 4:return B.sent(),[3,11];case 5:return 3!==Q.style?[3,7]:[4,this.renderDashedDottedBorder(Q.color,Q.width,s,A.curves,3)];case 6:return B.sent(),[3,11];case 7:return 4!==Q.style?[3,9]:[4,this.renderDoubleBorder(Q.color,Q.width,s,A.curves)];case 8:return B.sent(),[3,11];case 9:return[4,this.renderSolidBorder(Q.color,s,A.curves)];case 10:B.sent(),B.label=11;case 11:s++,B.label=12;case 12:return o++,[3,3];case 13:return[2]}}))}))},t.prototype.renderDashedDottedBorder=function(A,e,t,n,s){return r(this,void 0,void 0,(function(){var r,o,i,Q,c,a,g,w,u,l,U,C,F,h,d,f;return B(this,(function(B){return this.ctx.save(),r=Wi(n,t),o=Xi(n,t),2===s&&(this.path(o),this.ctx.clip()),Ii(o[0])?(i=o[0].start.x,Q=o[0].start.y):(i=o[0].x,Q=o[0].y),Ii(o[1])?(c=o[1].end.x,a=o[1].end.y):(c=o[1].x,a=o[1].y),g=0===t||2===t?Math.abs(i-c):Math.abs(Q-a),this.ctx.beginPath(),3===s?this.formatPath(r):this.formatPath(o.slice(0,2)),w=e<3?3*e:2*e,u=e<3?2*e:e,3===s&&(w=e,u=e),l=!0,g<=2*w?l=!1:g<=2*w+u?(w*=U=g/(2*w+u),u*=U):(C=Math.floor((g+u)/(w+u)),F=(g-C*w)/(C-1),u=(h=(g-(C+1)*w)/C)<=0||Math.abs(u-F) + * Copyright (c) 2022 Niklas von Hertzen + * Released under MIT License + */ + +/*! ***************************************************************************** + Copyright (c) Microsoft Corporation. + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted. + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. + ***************************************************************************** */ diff --git a/client/build/static/js/1926.2b13788d.chunk.js b/client/build/static/js/1926.2b13788d.chunk.js new file mode 100644 index 0000000..4a2bd90 --- /dev/null +++ b/client/build/static/js/1926.2b13788d.chunk.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcbit_management_information_system=self.webpackChunkcbit_management_information_system||[]).push([[1926],{7482:function(e,t,o){o.d(t,{Z:function(){return x}});var n=o(3366),r=o(7462),a=o(7313),i=o(6908),l=o(1921),s=o(4882),d=o(7592),u=o(7342),c=o(7430),p=o(2298),m=o(7569);function v(e){return(0,p.ZP)("MuiFilledInput",e)}var f=(0,r.Z)({},m.Z,(0,c.Z)("MuiFilledInput",["root","underline","input"])),g=o(6417);const h=["disableUnderline","components","componentsProps","fullWidth","hiddenLabel","inputComponent","multiline","slotProps","slots","type"],b=(0,d.ZP)(s.Ej,{shouldForwardProp:e=>(0,d.FO)(e)||"classes"===e,name:"MuiFilledInput",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:o}=e;return[...(0,s.Gx)(e,t),!o.disableUnderline&&t.underline]}})((e=>{let{theme:t,ownerState:o}=e;var n;const a="light"===t.palette.mode,i=a?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)",l=a?"rgba(0, 0, 0, 0.06)":"rgba(255, 255, 255, 0.09)",s=a?"rgba(0, 0, 0, 0.09)":"rgba(255, 255, 255, 0.13)",d=a?"rgba(0, 0, 0, 0.12)":"rgba(255, 255, 255, 0.12)";return(0,r.Z)({position:"relative",backgroundColor:t.vars?t.vars.palette.FilledInput.bg:l,borderTopLeftRadius:(t.vars||t).shape.borderRadius,borderTopRightRadius:(t.vars||t).shape.borderRadius,transition:t.transitions.create("background-color",{duration:t.transitions.duration.shorter,easing:t.transitions.easing.easeOut}),"&:hover":{backgroundColor:t.vars?t.vars.palette.FilledInput.hoverBg:s,"@media (hover: none)":{backgroundColor:t.vars?t.vars.palette.FilledInput.bg:l}},[`&.${f.focused}`]:{backgroundColor:t.vars?t.vars.palette.FilledInput.bg:l},[`&.${f.disabled}`]:{backgroundColor:t.vars?t.vars.palette.FilledInput.disabledBg:d}},!o.disableUnderline&&{"&::after":{borderBottom:`2px solid ${null==(n=(t.vars||t).palette[o.color||"primary"])?void 0:n.main}`,left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:t.transitions.create("transform",{duration:t.transitions.duration.shorter,easing:t.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${f.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${f.error}`]:{"&::before, &::after":{borderBottomColor:(t.vars||t).palette.error.main}},"&::before":{borderBottom:`1px solid ${t.vars?`rgba(${t.vars.palette.common.onBackgroundChannel} / ${t.vars.opacity.inputUnderline})`:i}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:t.transitions.create("border-bottom-color",{duration:t.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${f.disabled}, .${f.error}):before`]:{borderBottom:`1px solid ${(t.vars||t).palette.text.primary}`},[`&.${f.disabled}:before`]:{borderBottomStyle:"dotted"}},o.startAdornment&&{paddingLeft:12},o.endAdornment&&{paddingRight:12},o.multiline&&(0,r.Z)({padding:"25px 12px 8px"},"small"===o.size&&{paddingTop:21,paddingBottom:4},o.hiddenLabel&&{paddingTop:16,paddingBottom:17},o.hiddenLabel&&"small"===o.size&&{paddingTop:8,paddingBottom:9}))})),Z=(0,d.ZP)(s.rA,{name:"MuiFilledInput",slot:"Input",overridesResolver:s._o})((e=>{let{theme:t,ownerState:o}=e;return(0,r.Z)({paddingTop:25,paddingRight:12,paddingBottom:8,paddingLeft:12},!t.vars&&{"&:-webkit-autofill":{WebkitBoxShadow:"light"===t.palette.mode?null:"0 0 0 100px #266798 inset",WebkitTextFillColor:"light"===t.palette.mode?null:"#fff",caretColor:"light"===t.palette.mode?null:"#fff",borderTopLeftRadius:"inherit",borderTopRightRadius:"inherit"}},t.vars&&{"&:-webkit-autofill":{borderTopLeftRadius:"inherit",borderTopRightRadius:"inherit"},[t.getColorSchemeSelector("dark")]:{"&:-webkit-autofill":{WebkitBoxShadow:"0 0 0 100px #266798 inset",WebkitTextFillColor:"#fff",caretColor:"#fff"}}},"small"===o.size&&{paddingTop:21,paddingBottom:4},o.hiddenLabel&&{paddingTop:16,paddingBottom:17},o.startAdornment&&{paddingLeft:0},o.endAdornment&&{paddingRight:0},o.hiddenLabel&&"small"===o.size&&{paddingTop:8,paddingBottom:9},o.multiline&&{paddingTop:0,paddingBottom:0,paddingLeft:0,paddingRight:0})})),y=a.forwardRef((function(e,t){var o,a,d,c;const p=(0,u.Z)({props:e,name:"MuiFilledInput"}),{components:m={},componentsProps:f,fullWidth:y=!1,inputComponent:x="input",multiline:P=!1,slotProps:w,slots:C={},type:S="text"}=p,R=(0,n.Z)(p,h),M=(0,r.Z)({},p,{fullWidth:y,inputComponent:x,multiline:P,type:S}),k=(e=>{const{classes:t,disableUnderline:o}=e,n={root:["root",!o&&"underline"],input:["input"]},a=(0,l.Z)(n,v,t);return(0,r.Z)({},t,a)})(p),$={root:{ownerState:M},input:{ownerState:M}},T=(null!=w?w:f)?(0,i.Z)($,null!=w?w:f):$,E=null!=(o=null!=(a=C.root)?a:m.Root)?o:b,I=null!=(d=null!=(c=C.input)?c:m.Input)?d:Z;return(0,g.jsx)(s.ZP,(0,r.Z)({slots:{root:E,input:I},componentsProps:T,fullWidth:y,inputComponent:x,multiline:P,ref:t,type:S},R,{classes:k}))}));y.muiName="Input";var x=y},3365:function(e,t,o){var n=o(7462),r=o(3366),a=o(7313),i=o(7007),l=o(596),s=o(9860),d=o(265),u=o(6983),c=o(6417);const p=["addEndListener","appear","children","easing","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"];function m(e){return`scale(${e}, ${e**2})`}const v={entering:{opacity:1,transform:m(1)},entered:{opacity:1,transform:"none"}},f="undefined"!==typeof navigator&&/^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent)&&/(os |version\/)15(.|_)4/i.test(navigator.userAgent),g=a.forwardRef((function(e,t){const{addEndListener:o,appear:g=!0,children:h,easing:b,in:Z,onEnter:y,onEntered:x,onEntering:P,onExit:w,onExited:C,onExiting:S,style:R,timeout:M="auto",TransitionComponent:k=l.ZP}=e,$=(0,r.Z)(e,p),T=(0,i.Z)(),E=a.useRef(),I=(0,s.Z)(),O=a.useRef(null),F=(0,u.Z)(O,h.ref,t),N=e=>t=>{if(e){const o=O.current;void 0===t?e(o):e(o,t)}},j=N(P),z=N(((e,t)=>{(0,d.n)(e);const{duration:o,delay:n,easing:r}=(0,d.C)({style:R,timeout:M,easing:b},{mode:"enter"});let a;"auto"===M?(a=I.transitions.getAutoHeightDuration(e.clientHeight),E.current=a):a=o,e.style.transition=[I.transitions.create("opacity",{duration:a,delay:n}),I.transitions.create("transform",{duration:f?a:.666*a,delay:n,easing:r})].join(","),y&&y(e,t)})),H=N(x),B=N(S),L=N((e=>{const{duration:t,delay:o,easing:n}=(0,d.C)({style:R,timeout:M,easing:b},{mode:"exit"});let r;"auto"===M?(r=I.transitions.getAutoHeightDuration(e.clientHeight),E.current=r):r=t,e.style.transition=[I.transitions.create("opacity",{duration:r,delay:o}),I.transitions.create("transform",{duration:f?r:.666*r,delay:f?o:o||.333*r,easing:n})].join(","),e.style.opacity=0,e.style.transform=m(.75),w&&w(e)})),D=N(C);return(0,c.jsx)(k,(0,n.Z)({appear:g,in:Z,nodeRef:O,onEnter:z,onEntered:H,onEntering:j,onExit:L,onExited:D,onExiting:B,addEndListener:e=>{"auto"===M&&T.start(E.current||0,e),o&&o(O.current,e)},timeout:"auto"===M?null:M},$,{children:(e,t)=>a.cloneElement(h,(0,n.Z)({style:(0,n.Z)({opacity:0,transform:m(.75),visibility:"exited"!==e||Z?void 0:"hidden"},v[e],R,h.props.style),ref:F},t))}))}));g.muiSupportAuto=!0,t.Z=g},2461:function(e,t,o){o.d(t,{Z:function(){return x}});var n=o(3366),r=o(7462),a=o(7313),i=o(1921),l=o(6908),s=o(4882),d=o(7592),u=o(7342),c=o(7430),p=o(2298),m=o(7569);function v(e){return(0,p.ZP)("MuiInput",e)}var f=(0,r.Z)({},m.Z,(0,c.Z)("MuiInput",["root","underline","input"])),g=o(6417);const h=["disableUnderline","components","componentsProps","fullWidth","inputComponent","multiline","slotProps","slots","type"],b=(0,d.ZP)(s.Ej,{shouldForwardProp:e=>(0,d.FO)(e)||"classes"===e,name:"MuiInput",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:o}=e;return[...(0,s.Gx)(e,t),!o.disableUnderline&&t.underline]}})((e=>{let{theme:t,ownerState:o}=e;let n="light"===t.palette.mode?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)";return t.vars&&(n=`rgba(${t.vars.palette.common.onBackgroundChannel} / ${t.vars.opacity.inputUnderline})`),(0,r.Z)({position:"relative"},o.formControl&&{"label + &":{marginTop:16}},!o.disableUnderline&&{"&::after":{borderBottom:`2px solid ${(t.vars||t).palette[o.color].main}`,left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:t.transitions.create("transform",{duration:t.transitions.duration.shorter,easing:t.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${f.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${f.error}`]:{"&::before, &::after":{borderBottomColor:(t.vars||t).palette.error.main}},"&::before":{borderBottom:`1px solid ${n}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:t.transitions.create("border-bottom-color",{duration:t.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${f.disabled}, .${f.error}):before`]:{borderBottom:`2px solid ${(t.vars||t).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${n}`}},[`&.${f.disabled}:before`]:{borderBottomStyle:"dotted"}})})),Z=(0,d.ZP)(s.rA,{name:"MuiInput",slot:"Input",overridesResolver:s._o})({}),y=a.forwardRef((function(e,t){var o,a,d,c;const p=(0,u.Z)({props:e,name:"MuiInput"}),{disableUnderline:m,components:f={},componentsProps:y,fullWidth:x=!1,inputComponent:P="input",multiline:w=!1,slotProps:C,slots:S={},type:R="text"}=p,M=(0,n.Z)(p,h),k=(e=>{const{classes:t,disableUnderline:o}=e,n={root:["root",!o&&"underline"],input:["input"]},a=(0,i.Z)(n,v,t);return(0,r.Z)({},t,a)})(p),$={root:{ownerState:{disableUnderline:m}}},T=(null!=C?C:y)?(0,l.Z)(null!=C?C:y,$):$,E=null!=(o=null!=(a=S.root)?a:f.Root)?o:b,I=null!=(d=null!=(c=S.input)?c:f.Input)?d:Z;return(0,g.jsx)(s.ZP,(0,r.Z)({slots:{root:E,input:I},slotProps:T,fullWidth:x,inputComponent:P,multiline:w,ref:t,type:R},M,{classes:k}))}));y.muiName="Input";var x=y},1405:function(e,t,o){o.d(t,{Z:function(){return S}});var n=o(3366),r=o(7462),a=o(7313),i=o(4146),l=o(1921),s=o(1468),d=o(7592),u=o(7342),c=o(1195),p=o(5272),m=o(4993),v=o(6983),f=o(9273),g=o(7363),h=o(1081),b=o(7430),Z=o(2298);function y(e){return(0,Z.ZP)("MuiMenuItem",e)}var x=(0,b.Z)("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]),P=o(6417);const w=["autoFocus","component","dense","divider","disableGutters","focusVisibleClassName","role","tabIndex","className"],C=(0,d.ZP)(p.Z,{shouldForwardProp:e=>(0,d.FO)(e)||"classes"===e,name:"MuiMenuItem",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:o}=e;return[t.root,o.dense&&t.dense,o.divider&&t.divider,!o.disableGutters&&t.gutters]}})((e=>{let{theme:t,ownerState:o}=e;return(0,r.Z)({},t.typography.body1,{display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minHeight:48,paddingTop:6,paddingBottom:6,boxSizing:"border-box",whiteSpace:"nowrap"},!o.disableGutters&&{paddingLeft:16,paddingRight:16},o.divider&&{borderBottom:`1px solid ${(t.vars||t).palette.divider}`,backgroundClip:"padding-box"},{"&:hover":{textDecoration:"none",backgroundColor:(t.vars||t).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${x.selected}`]:{backgroundColor:t.vars?`rgba(${t.vars.palette.primary.mainChannel} / ${t.vars.palette.action.selectedOpacity})`:(0,s.Fq)(t.palette.primary.main,t.palette.action.selectedOpacity),[`&.${x.focusVisible}`]:{backgroundColor:t.vars?`rgba(${t.vars.palette.primary.mainChannel} / calc(${t.vars.palette.action.selectedOpacity} + ${t.vars.palette.action.focusOpacity}))`:(0,s.Fq)(t.palette.primary.main,t.palette.action.selectedOpacity+t.palette.action.focusOpacity)}},[`&.${x.selected}:hover`]:{backgroundColor:t.vars?`rgba(${t.vars.palette.primary.mainChannel} / calc(${t.vars.palette.action.selectedOpacity} + ${t.vars.palette.action.hoverOpacity}))`:(0,s.Fq)(t.palette.primary.main,t.palette.action.selectedOpacity+t.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:t.vars?`rgba(${t.vars.palette.primary.mainChannel} / ${t.vars.palette.action.selectedOpacity})`:(0,s.Fq)(t.palette.primary.main,t.palette.action.selectedOpacity)}},[`&.${x.focusVisible}`]:{backgroundColor:(t.vars||t).palette.action.focus},[`&.${x.disabled}`]:{opacity:(t.vars||t).palette.action.disabledOpacity},[`& + .${f.Z.root}`]:{marginTop:t.spacing(1),marginBottom:t.spacing(1)},[`& + .${f.Z.inset}`]:{marginLeft:52},[`& .${h.Z.root}`]:{marginTop:0,marginBottom:0},[`& .${h.Z.inset}`]:{paddingLeft:36},[`& .${g.Z.root}`]:{minWidth:36}},!o.dense&&{[t.breakpoints.up("sm")]:{minHeight:"auto"}},o.dense&&(0,r.Z)({minHeight:32,paddingTop:4,paddingBottom:4},t.typography.body2,{[`& .${g.Z.root} svg`]:{fontSize:"1.25rem"}}))}));var S=a.forwardRef((function(e,t){const o=(0,u.Z)({props:e,name:"MuiMenuItem"}),{autoFocus:s=!1,component:d="li",dense:p=!1,divider:f=!1,disableGutters:g=!1,focusVisibleClassName:h,role:b="menuitem",tabIndex:Z,className:x}=o,S=(0,n.Z)(o,w),R=a.useContext(c.Z),M=a.useMemo((()=>({dense:p||R.dense||!1,disableGutters:g})),[R.dense,p,g]),k=a.useRef(null);(0,m.Z)((()=>{s&&k.current&&k.current.focus()}),[s]);const $=(0,r.Z)({},o,{dense:M.dense,divider:f,disableGutters:g}),T=(e=>{const{disabled:t,dense:o,divider:n,disableGutters:a,selected:i,classes:s}=e,d={root:["root",o&&"dense",t&&"disabled",!a&&"gutters",n&&"divider",i&&"selected"]},u=(0,l.Z)(d,y,s);return(0,r.Z)({},s,u)})(o),E=(0,v.Z)(k,t);let I;return o.disabled||(I=void 0!==Z?Z:-1),(0,P.jsx)(c.Z.Provider,{value:M,children:(0,P.jsx)(C,(0,r.Z)({ref:E,role:b,tabIndex:I,component:d,focusVisibleClassName:(0,i.Z)(T.focusVisible,h),className:(0,i.Z)(T.root,x)},S,{ownerState:$,classes:T}))})}))},2548:function(e,t,o){o.d(t,{Z:function(){return Ne}});var n=o(7462),r=o(3366),a=o(7313),i=o(4146),l=o(6908),s=o(2756),d=(o(6214),o(1921)),u=o(8334),c=o(6106),p=o(1615),m=o(1465),v=o(8310),f=o(1021).Z,g=o(6983),h=o(4993),b=o(6417);const Z=["actions","autoFocus","autoFocusItem","children","className","disabledItemsFocusable","disableListWrap","onKeyDown","variant"];function y(e,t,o){return e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:o?null:e.firstChild}function x(e,t,o){return e===t?o?e.firstChild:e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:o?null:e.lastChild}function P(e,t){if(void 0===t)return!0;let o=e.innerText;return void 0===o&&(o=e.textContent),o=o.trim().toLowerCase(),0!==o.length&&(t.repeating?o[0]===t.keys[0]:0===o.indexOf(t.keys.join("")))}function w(e,t,o,n,r,a){let i=!1,l=r(e,t,!!t&&o);for(;l;){if(l===e.firstChild){if(i)return!1;i=!0}const t=!n&&(l.disabled||"true"===l.getAttribute("aria-disabled"));if(l.hasAttribute("tabindex")&&P(l,a)&&!t)return l.focus(),!0;l=r(e,l,o)}return!1}var C=a.forwardRef((function(e,t){const{actions:o,autoFocus:i=!1,autoFocusItem:l=!1,children:s,className:d,disabledItemsFocusable:u=!1,disableListWrap:p=!1,onKeyDown:m,variant:C="selectedMenu"}=e,S=(0,r.Z)(e,Z),R=a.useRef(null),M=a.useRef({keys:[],repeating:!0,previousKeyMatched:!0,lastTime:null});(0,h.Z)((()=>{i&&R.current.focus()}),[i]),a.useImperativeHandle(o,(()=>({adjustStyleForScrollbar:(e,t)=>{const o=!R.current.style.width;if(e.clientHeight{a.isValidElement(e)?(e.props.disabled||("selectedMenu"===C&&e.props.selected||-1===$)&&($=t),$===t&&(e.props.disabled||e.props.muiSkipListHighlight||e.type.muiSkipListHighlight)&&($+=1,$>=s.length&&($=-1))):$===t&&($+=1,$>=s.length&&($=-1))}));const T=a.Children.map(s,((e,t)=>{if(t===$){const t={};return l&&(t.autoFocus=!0),void 0===e.props.tabIndex&&"selectedMenu"===C&&(t.tabIndex=0),a.cloneElement(e,t)}return e}));return(0,b.jsx)(v.Z,(0,n.Z)({role:"menu",ref:k,className:d,onKeyDown:e=>{const t=R.current,o=e.key,n=(0,c.Z)(t).activeElement;if("ArrowDown"===o)e.preventDefault(),w(t,n,p,u,y);else if("ArrowUp"===o)e.preventDefault(),w(t,n,p,u,x);else if("Home"===o)e.preventDefault(),w(t,null,p,u,y);else if("End"===o)e.preventDefault(),w(t,null,p,u,x);else if(1===o.length){const r=M.current,a=o.toLowerCase(),i=performance.now();r.keys.length>0&&(i-r.lastTime>500?(r.keys=[],r.repeating=!0,r.previousKeyMatched=!0):r.repeating&&a!==r.keys[0]&&(r.repeating=!1)),r.lastTime=i,r.keys.push(a);const l=n&&!r.repeating&&P(n,r);r.previousKeyMatched&&(l||w(t,n,!1,u,y,r))?e.preventDefault():r.previousKeyMatched=!1}m&&m(e)},tabIndex:i?0:-1},S,{children:T}))})),S=o(3066),R=o(7592),M=o(7342),k=o(8706),$=o(3533),T=o(3365),E=o(7129),I=o(501),O=o(7430),F=o(2298);function N(e){return(0,F.ZP)("MuiPopover",e)}(0,O.Z)("MuiPopover",["root","paper"]);const j=["onEntering"],z=["action","anchorEl","anchorOrigin","anchorPosition","anchorReference","children","className","container","elevation","marginThreshold","open","PaperProps","slots","slotProps","transformOrigin","TransitionComponent","transitionDuration","TransitionProps","disableScrollLock"],H=["slotProps"];function B(e,t){let o=0;return"number"===typeof t?o=t:"center"===t?o=e.height/2:"bottom"===t&&(o=e.height),o}function L(e,t){let o=0;return"number"===typeof t?o=t:"center"===t?o=e.width/2:"right"===t&&(o=e.width),o}function D(e){return[e.horizontal,e.vertical].map((e=>"number"===typeof e?`${e}px`:e)).join(" ")}function A(e){return"function"===typeof e?e():e}const W=(0,R.ZP)(E.Z,{name:"MuiPopover",slot:"Root",overridesResolver:(e,t)=>t.root})({}),U=(0,R.ZP)(I.Z,{name:"MuiPopover",slot:"Paper",overridesResolver:(e,t)=>t.paper})({position:"absolute",overflowY:"auto",overflowX:"hidden",minWidth:16,minHeight:16,maxWidth:"calc(100% - 32px)",maxHeight:"calc(100% - 32px)",outline:0});var V=a.forwardRef((function(e,t){var o,l,s;const u=(0,M.Z)({props:e,name:"MuiPopover"}),{action:p,anchorEl:v,anchorOrigin:f={vertical:"top",horizontal:"left"},anchorPosition:h,anchorReference:Z="anchorEl",children:y,className:x,container:P,elevation:w=8,marginThreshold:C=16,open:R,PaperProps:E={},slots:I,slotProps:O,transformOrigin:F={vertical:"top",horizontal:"left"},TransitionComponent:V=T.Z,transitionDuration:K="auto",TransitionProps:{onEntering:_}={},disableScrollLock:G=!1}=u,X=(0,r.Z)(u.TransitionProps,j),q=(0,r.Z)(u,z),J=null!=(o=null==O?void 0:O.paper)?o:E,Y=a.useRef(),Q=(0,g.Z)(Y,J.ref),ee=(0,n.Z)({},u,{anchorOrigin:f,anchorReference:Z,elevation:w,marginThreshold:C,externalPaperSlotProps:J,transformOrigin:F,TransitionComponent:V,transitionDuration:K,TransitionProps:X}),te=(e=>{const{classes:t}=e;return(0,d.Z)({root:["root"],paper:["paper"]},N,t)})(ee),oe=a.useCallback((()=>{if("anchorPosition"===Z)return h;const e=A(v),t=(e&&1===e.nodeType?e:(0,c.Z)(Y.current).body).getBoundingClientRect();return{top:t.top+B(t,f.vertical),left:t.left+L(t,f.horizontal)}}),[v,f.horizontal,f.vertical,h,Z]),ne=a.useCallback((e=>({vertical:B(e,F.vertical),horizontal:L(e,F.horizontal)})),[F.horizontal,F.vertical]),re=a.useCallback((e=>{const t={width:e.offsetWidth,height:e.offsetHeight},o=ne(t);if("none"===Z)return{top:null,left:null,transformOrigin:D(o)};const n=oe();let r=n.top-o.vertical,a=n.left-o.horizontal;const i=r+t.height,l=a+t.width,s=(0,$.Z)(A(v)),d=s.innerHeight-C,u=s.innerWidth-C;if(null!==C&&rd){const e=i-d;r-=e,o.vertical+=e}if(null!==C&&au){const e=l-u;a-=e,o.horizontal+=e}return{top:`${Math.round(r)}px`,left:`${Math.round(a)}px`,transformOrigin:D(o)}}),[v,Z,oe,ne,C]),[ae,ie]=a.useState(R),le=a.useCallback((()=>{const e=Y.current;if(!e)return;const t=re(e);null!==t.top&&(e.style.top=t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin,ie(!0)}),[re]);a.useEffect((()=>(G&&window.addEventListener("scroll",le),()=>window.removeEventListener("scroll",le))),[v,G,le]);a.useEffect((()=>{R&&le()})),a.useImperativeHandle(p,(()=>R?{updatePosition:()=>{le()}}:null),[R,le]),a.useEffect((()=>{if(!R)return;const e=(0,k.Z)((()=>{le()})),t=(0,$.Z)(v);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}}),[v,R,le]);let se=K;"auto"!==K||V.muiSupportAuto||(se=void 0);const de=P||(v?(0,c.Z)(A(v)).body:void 0),ue=null!=(l=null==I?void 0:I.root)?l:W,ce=null!=(s=null==I?void 0:I.paper)?s:U,pe=(0,m.y)({elementType:ce,externalSlotProps:(0,n.Z)({},J,{style:ae?J.style:(0,n.Z)({},J.style,{opacity:0})}),additionalProps:{elevation:w,ref:Q},ownerState:ee,className:(0,i.Z)(te.paper,null==J?void 0:J.className)}),me=(0,m.y)({elementType:ue,externalSlotProps:(null==O?void 0:O.root)||{},externalForwardedProps:q,additionalProps:{ref:t,slotProps:{backdrop:{invisible:!0}},container:de,open:R},ownerState:ee,className:(0,i.Z)(te.root,x)}),{slotProps:ve}=me,fe=(0,r.Z)(me,H);return(0,b.jsx)(ue,(0,n.Z)({},fe,!(0,S.X)(ue)&&{slotProps:ve,disableScrollLock:G},{children:(0,b.jsx)(V,(0,n.Z)({appear:!0,in:R,onEntering:(e,t)=>{_&&_(e,t),le()},onExited:()=>{ie(!1)},timeout:se},X,{children:(0,b.jsx)(ce,(0,n.Z)({},pe,{children:y}))}))}))})),K=o(9860);function _(e){return(0,F.ZP)("MuiMenu",e)}(0,O.Z)("MuiMenu",["root","paper","list"]);const G=["onEntering"],X=["autoFocus","children","className","disableAutoFocusItem","MenuListProps","onClose","open","PaperProps","PopoverClasses","transitionDuration","TransitionProps","variant","slots","slotProps"],q={vertical:"top",horizontal:"right"},J={vertical:"top",horizontal:"left"},Y=(0,R.ZP)(V,{shouldForwardProp:e=>(0,R.FO)(e)||"classes"===e,name:"MuiMenu",slot:"Root",overridesResolver:(e,t)=>t.root})({}),Q=(0,R.ZP)(U,{name:"MuiMenu",slot:"Paper",overridesResolver:(e,t)=>t.paper})({maxHeight:"calc(100% - 96px)",WebkitOverflowScrolling:"touch"}),ee=(0,R.ZP)(C,{name:"MuiMenu",slot:"List",overridesResolver:(e,t)=>t.list})({outline:0});var te=a.forwardRef((function(e,t){var o,l;const s=(0,M.Z)({props:e,name:"MuiMenu"}),{autoFocus:u=!0,children:c,className:p,disableAutoFocusItem:v=!1,MenuListProps:f={},onClose:g,open:h,PaperProps:Z={},PopoverClasses:y,transitionDuration:x="auto",TransitionProps:{onEntering:P}={},variant:w="selectedMenu",slots:C={},slotProps:S={}}=s,R=(0,r.Z)(s.TransitionProps,G),k=(0,r.Z)(s,X),$=(0,K.Z)(),T="rtl"===$.direction,E=(0,n.Z)({},s,{autoFocus:u,disableAutoFocusItem:v,MenuListProps:f,onEntering:P,PaperProps:Z,transitionDuration:x,TransitionProps:R,variant:w}),I=(e=>{const{classes:t}=e;return(0,d.Z)({root:["root"],paper:["paper"],list:["list"]},_,t)})(E),O=u&&!v&&h,F=a.useRef(null);let N=-1;a.Children.map(c,((e,t)=>{a.isValidElement(e)&&(e.props.disabled||("selectedMenu"===w&&e.props.selected||-1===N)&&(N=t))}));const j=null!=(o=C.paper)?o:Q,z=null!=(l=S.paper)?l:Z,H=(0,m.y)({elementType:C.root,externalSlotProps:S.root,ownerState:E,className:[I.root,p]}),B=(0,m.y)({elementType:j,externalSlotProps:z,ownerState:E,className:I.paper});return(0,b.jsx)(Y,(0,n.Z)({onClose:g,anchorOrigin:{vertical:"bottom",horizontal:T?"right":"left"},transformOrigin:T?q:J,slots:{paper:j,root:C.root},slotProps:{root:H,paper:B},open:h,ref:t,transitionDuration:x,TransitionProps:(0,n.Z)({onEntering:(e,t)=>{F.current&&F.current.adjustStyleForScrollbar(e,$),P&&P(e,t)}},R),ownerState:E},k,{classes:y,children:(0,b.jsx)(ee,(0,n.Z)({onKeyDown:e=>{"Tab"===e.key&&(e.preventDefault(),g&&g(e,"tabKeyDown"))},actions:F,autoFocus:u&&(-1===N||v),autoFocusItem:O,variant:w},f,{className:(0,i.Z)(I.list,f.className),children:c}))}))}));function oe(e){return(0,F.ZP)("MuiNativeSelect",e)}var ne=(0,O.Z)("MuiNativeSelect",["root","select","multiple","filled","outlined","standard","disabled","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput","error"]);const re=["className","disabled","error","IconComponent","inputRef","variant"],ae=e=>{let{ownerState:t,theme:o}=e;return(0,n.Z)({MozAppearance:"none",WebkitAppearance:"none",userSelect:"none",borderRadius:0,cursor:"pointer","&:focus":(0,n.Z)({},o.vars?{backgroundColor:`rgba(${o.vars.palette.common.onBackgroundChannel} / 0.05)`}:{backgroundColor:"light"===o.palette.mode?"rgba(0, 0, 0, 0.05)":"rgba(255, 255, 255, 0.05)"},{borderRadius:0}),"&::-ms-expand":{display:"none"},[`&.${ne.disabled}`]:{cursor:"default"},"&[multiple]":{height:"auto"},"&:not([multiple]) option, &:not([multiple]) optgroup":{backgroundColor:(o.vars||o).palette.background.paper},"&&&":{paddingRight:24,minWidth:16}},"filled"===t.variant&&{"&&&":{paddingRight:32}},"outlined"===t.variant&&{borderRadius:(o.vars||o).shape.borderRadius,"&:focus":{borderRadius:(o.vars||o).shape.borderRadius},"&&&":{paddingRight:32}})},ie=(0,R.ZP)("select",{name:"MuiNativeSelect",slot:"Select",shouldForwardProp:R.FO,overridesResolver:(e,t)=>{const{ownerState:o}=e;return[t.select,t[o.variant],o.error&&t.error,{[`&.${ne.multiple}`]:t.multiple}]}})(ae),le=e=>{let{ownerState:t,theme:o}=e;return(0,n.Z)({position:"absolute",right:0,top:"calc(50% - .5em)",pointerEvents:"none",color:(o.vars||o).palette.action.active,[`&.${ne.disabled}`]:{color:(o.vars||o).palette.action.disabled}},t.open&&{transform:"rotate(180deg)"},"filled"===t.variant&&{right:7},"outlined"===t.variant&&{right:7})},se=(0,R.ZP)("svg",{name:"MuiNativeSelect",slot:"Icon",overridesResolver:(e,t)=>{const{ownerState:o}=e;return[t.icon,o.variant&&t[`icon${(0,p.Z)(o.variant)}`],o.open&&t.iconOpen]}})(le);var de=a.forwardRef((function(e,t){const{className:o,disabled:l,error:s,IconComponent:u,inputRef:c,variant:m="standard"}=e,v=(0,r.Z)(e,re),f=(0,n.Z)({},e,{disabled:l,variant:m,error:s}),g=(e=>{const{classes:t,variant:o,disabled:n,multiple:r,open:a,error:i}=e,l={select:["select",o,n&&"disabled",r&&"multiple",i&&"error"],icon:["icon",`icon${(0,p.Z)(o)}`,a&&"iconOpen",n&&"disabled"]};return(0,d.Z)(l,oe,t)})(f);return(0,b.jsxs)(a.Fragment,{children:[(0,b.jsx)(ie,(0,n.Z)({ownerState:f,className:(0,i.Z)(g.select,o),disabled:l,ref:c||t},v)),e.multiple?null:(0,b.jsx)(se,{as:u,ownerState:f,className:g.icon})]})})),ue=o(6837),ce=o(4951);function pe(e){return(0,F.ZP)("MuiSelect",e)}var me,ve=(0,O.Z)("MuiSelect",["root","select","multiple","filled","outlined","standard","disabled","focused","icon","iconOpen","iconFilled","iconOutlined","iconStandard","nativeInput","error"]);const fe=["aria-describedby","aria-label","autoFocus","autoWidth","children","className","defaultOpen","defaultValue","disabled","displayEmpty","error","IconComponent","inputRef","labelId","MenuProps","multiple","name","onBlur","onChange","onClose","onFocus","onOpen","open","readOnly","renderValue","SelectDisplayProps","tabIndex","type","value","variant"],ge=(0,R.ZP)("div",{name:"MuiSelect",slot:"Select",overridesResolver:(e,t)=>{const{ownerState:o}=e;return[{[`&.${ve.select}`]:t.select},{[`&.${ve.select}`]:t[o.variant]},{[`&.${ve.error}`]:t.error},{[`&.${ve.multiple}`]:t.multiple}]}})(ae,{[`&.${ve.select}`]:{height:"auto",minHeight:"1.4375em",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"}}),he=(0,R.ZP)("svg",{name:"MuiSelect",slot:"Icon",overridesResolver:(e,t)=>{const{ownerState:o}=e;return[t.icon,o.variant&&t[`icon${(0,p.Z)(o.variant)}`],o.open&&t.iconOpen]}})(le),be=(0,R.ZP)("input",{shouldForwardProp:e=>(0,R.Dz)(e)&&"classes"!==e,name:"MuiSelect",slot:"NativeInput",overridesResolver:(e,t)=>t.nativeInput})({bottom:0,left:0,position:"absolute",opacity:0,pointerEvents:"none",width:"100%",boxSizing:"border-box"});function Ze(e,t){return"object"===typeof t&&null!==t?e===t:String(e)===String(t)}function ye(e){return null==e||"string"===typeof e&&!e.trim()}var xe=a.forwardRef((function(e,t){var o;const{"aria-describedby":l,"aria-label":m,autoFocus:v,autoWidth:f,children:h,className:Z,defaultOpen:y,defaultValue:x,disabled:P,displayEmpty:w,error:C=!1,IconComponent:S,inputRef:R,labelId:M,MenuProps:k={},multiple:$,name:T,onBlur:E,onChange:I,onClose:O,onFocus:F,onOpen:N,open:j,readOnly:z,renderValue:H,SelectDisplayProps:B={},tabIndex:L,value:D,variant:A="standard"}=e,W=(0,r.Z)(e,fe),[U,V]=(0,ce.Z)({controlled:D,default:x,name:"Select"}),[K,_]=(0,ce.Z)({controlled:j,default:y,name:"Select"}),G=a.useRef(null),X=a.useRef(null),[q,J]=a.useState(null),{current:Y}=a.useRef(null!=j),[Q,ee]=a.useState(),oe=(0,g.Z)(t,R),ne=a.useCallback((e=>{X.current=e,e&&J(e)}),[]),re=null==q?void 0:q.parentNode;a.useImperativeHandle(oe,(()=>({focus:()=>{X.current.focus()},node:G.current,value:U})),[U]),a.useEffect((()=>{y&&K&&q&&!Y&&(ee(f?null:re.clientWidth),X.current.focus())}),[q,f]),a.useEffect((()=>{v&&X.current.focus()}),[v]),a.useEffect((()=>{if(!M)return;const e=(0,c.Z)(X.current).getElementById(M);if(e){const t=()=>{getSelection().isCollapsed&&X.current.focus()};return e.addEventListener("click",t),()=>{e.removeEventListener("click",t)}}}),[M]);const ae=(e,t)=>{e?N&&N(t):O&&O(t),Y||(ee(f?null:re.clientWidth),_(e))},ie=a.Children.toArray(h),le=e=>t=>{let o;if(t.currentTarget.hasAttribute("tabindex")){if($){o=Array.isArray(U)?U.slice():[];const t=U.indexOf(e.props.value);-1===t?o.push(e.props.value):o.splice(t,1)}else o=e.props.value;if(e.props.onClick&&e.props.onClick(t),U!==o&&(V(o),I)){const n=t.nativeEvent||t,r=new n.constructor(n.type,n);Object.defineProperty(r,"target",{writable:!0,value:{value:o,name:T}}),I(r,e)}$||ae(!1,t)}},se=null!==q&&K;let de,ve;delete W["aria-invalid"];const xe=[];let Pe=!1,we=!1;((0,ue.vd)({value:U})||w)&&(H?de=H(U):Pe=!0);const Ce=ie.map((e=>{if(!a.isValidElement(e))return null;let t;if($){if(!Array.isArray(U))throw new Error((0,s.Z)(2));t=U.some((t=>Ze(t,e.props.value))),t&&Pe&&xe.push(e.props.children)}else t=Ze(U,e.props.value),t&&Pe&&(ve=e.props.children);return t&&(we=!0),a.cloneElement(e,{"aria-selected":t?"true":"false",onClick:le(e),onKeyUp:t=>{" "===t.key&&t.preventDefault(),e.props.onKeyUp&&e.props.onKeyUp(t)},role:"option",selected:t,value:void 0,"data-value":e.props.value})}));Pe&&(de=$?0===xe.length?null:xe.reduce(((e,t,o)=>(e.push(t),o{const{classes:t,variant:o,disabled:n,multiple:r,open:a,error:i}=e,l={select:["select",o,n&&"disabled",r&&"multiple",i&&"error"],icon:["icon",`icon${(0,p.Z)(o)}`,a&&"iconOpen",n&&"disabled"],nativeInput:["nativeInput"]};return(0,d.Z)(l,pe,t)})(ke),Te=(0,n.Z)({},k.PaperProps,null==(o=k.slotProps)?void 0:o.paper),Ee=(0,u.Z)();return(0,b.jsxs)(a.Fragment,{children:[(0,b.jsx)(ge,(0,n.Z)({ref:ne,tabIndex:Se,role:"combobox","aria-controls":Ee,"aria-disabled":P?"true":void 0,"aria-expanded":se?"true":"false","aria-haspopup":"listbox","aria-label":m,"aria-labelledby":[M,Me].filter(Boolean).join(" ")||void 0,"aria-describedby":l,onKeyDown:e=>{if(!z){-1!==[" ","ArrowUp","ArrowDown","Enter"].indexOf(e.key)&&(e.preventDefault(),ae(!0,e))}},onMouseDown:P||z?null:e=>{0===e.button&&(e.preventDefault(),X.current.focus(),ae(!0,e))},onBlur:e=>{!se&&E&&(Object.defineProperty(e,"target",{writable:!0,value:{value:U,name:T}}),E(e))},onFocus:F},B,{ownerState:ke,className:(0,i.Z)(B.className,$e.select,Z),id:Me,children:ye(de)?me||(me=(0,b.jsx)("span",{className:"notranslate",children:"\u200b"})):de})),(0,b.jsx)(be,(0,n.Z)({"aria-invalid":C,value:Array.isArray(U)?U.join(","):U,name:T,ref:G,"aria-hidden":!0,onChange:e=>{const t=ie.find((t=>t.props.value===e.target.value));void 0!==t&&(V(t.props.value),I&&I(e,t))},tabIndex:-1,disabled:P,className:$e.nativeInput,autoFocus:v,ownerState:ke},W)),(0,b.jsx)(he,{as:S,className:$e.icon,ownerState:ke}),(0,b.jsx)(te,(0,n.Z)({id:`menu-${T||""}`,anchorEl:re,open:se,onClose:e=>{ae(!1,e)},anchorOrigin:{vertical:"bottom",horizontal:"center"},transformOrigin:{vertical:"top",horizontal:"center"}},k,{MenuListProps:(0,n.Z)({"aria-labelledby":M,role:"listbox","aria-multiselectable":$?"true":void 0,disableListWrap:!0,id:Ee},k.MenuListProps),slotProps:(0,n.Z)({},k.slotProps,{paper:(0,n.Z)({},Te,{style:(0,n.Z)({minWidth:Re},null!=Te?Te.style:null)})}),children:Ce}))]})})),Pe=o(300),we=o(9008),Ce=(0,o(1171).Z)((0,b.jsx)("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown"),Se=o(2461),Re=o(7482),Me=o(7843);const ke=["autoWidth","children","classes","className","defaultOpen","displayEmpty","IconComponent","id","input","inputProps","label","labelId","MenuProps","multiple","native","onClose","onOpen","open","renderValue","SelectDisplayProps","variant"],$e=["root"],Te={name:"MuiSelect",overridesResolver:(e,t)=>t.root,shouldForwardProp:e=>(0,R.FO)(e)&&"variant"!==e,slot:"Root"},Ee=(0,R.ZP)(Se.Z,Te)(""),Ie=(0,R.ZP)(Me.Z,Te)(""),Oe=(0,R.ZP)(Re.Z,Te)(""),Fe=a.forwardRef((function(e,t){const o=(0,M.Z)({name:"MuiSelect",props:e}),{autoWidth:s=!1,children:d,classes:u={},className:c,defaultOpen:p=!1,displayEmpty:m=!1,IconComponent:v=Ce,id:f,input:h,inputProps:Z,label:y,labelId:x,MenuProps:P,multiple:w=!1,native:C=!1,onClose:S,onOpen:R,open:k,renderValue:$,SelectDisplayProps:T,variant:E="outlined"}=o,I=(0,r.Z)(o,ke),O=C?de:xe,F=(0,we.Z)(),N=(0,Pe.Z)({props:o,muiFormControl:F,states:["variant","error"]}),j=N.variant||E,z=(0,n.Z)({},o,{variant:j,classes:u}),H=(e=>{const{classes:t}=e;return t})(z),B=(0,r.Z)(H,$e),L=h||{standard:(0,b.jsx)(Ee,{ownerState:z}),outlined:(0,b.jsx)(Ie,{label:y,ownerState:z}),filled:(0,b.jsx)(Oe,{ownerState:z})}[j],D=(0,g.Z)(t,L.ref);return(0,b.jsx)(a.Fragment,{children:a.cloneElement(L,(0,n.Z)({inputComponent:O,inputProps:(0,n.Z)({children:d,error:N.error,IconComponent:v,variant:j,type:void 0,multiple:w},C?{id:f}:{autoWidth:s,defaultOpen:p,displayEmpty:m,labelId:x,MenuProps:P,onClose:S,onOpen:R,open:k,renderValue:$,SelectDisplayProps:(0,n.Z)({id:f},T)},Z,{classes:Z?(0,l.Z)(B,Z.classes):B},h?h.props.inputProps:{})},(w&&C||m)&&"outlined"===j?{notched:!0}:{},{ref:D,className:(0,i.Z)(L.props.className,c,H.root)},!h&&{variant:j},I))})}));Fe.muiName="Select";var Ne=Fe},3467:function(e,t,o){o.d(t,{Z:function(){return Z}});var n=o(7462),r=o(3366),a=o(7313),i=o(4146),l=o(1921),s=o(6062),d=o(7342),u=o(7592),c=o(7430),p=o(2298);function m(e){return(0,p.ZP)("MuiTableBody",e)}(0,c.Z)("MuiTableBody",["root"]);var v=o(6417);const f=["className","component"],g=(0,u.ZP)("tbody",{name:"MuiTableBody",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-row-group"}),h={variant:"body"},b="tbody";var Z=a.forwardRef((function(e,t){const o=(0,d.Z)({props:e,name:"MuiTableBody"}),{className:a,component:u=b}=o,c=(0,r.Z)(o,f),p=(0,n.Z)({},o,{component:u}),Z=(e=>{const{classes:t}=e;return(0,l.Z)({root:["root"]},m,t)})(p);return(0,v.jsx)(s.Z.Provider,{value:h,children:(0,v.jsx)(g,(0,n.Z)({className:(0,i.Z)(Z.root,a),as:u,ref:t,role:u===b?null:"rowgroup",ownerState:p},c))})}))},7478:function(e,t,o){o.d(t,{Z:function(){return x}});var n=o(3366),r=o(7462),a=o(7313),i=o(4146),l=o(1921),s=o(1468),d=o(1615),u=o(7416),c=o(6062),p=o(7342),m=o(7592),v=o(7430),f=o(2298);function g(e){return(0,f.ZP)("MuiTableCell",e)}var h=(0,v.Z)("MuiTableCell",["root","head","body","footer","sizeSmall","sizeMedium","paddingCheckbox","paddingNone","alignLeft","alignCenter","alignRight","alignJustify","stickyHeader"]),b=o(6417);const Z=["align","className","component","padding","scope","size","sortDirection","variant"],y=(0,m.ZP)("td",{name:"MuiTableCell",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:o}=e;return[t.root,t[o.variant],t[`size${(0,d.Z)(o.size)}`],"normal"!==o.padding&&t[`padding${(0,d.Z)(o.padding)}`],"inherit"!==o.align&&t[`align${(0,d.Z)(o.align)}`],o.stickyHeader&&t.stickyHeader]}})((e=>{let{theme:t,ownerState:o}=e;return(0,r.Z)({},t.typography.body2,{display:"table-cell",verticalAlign:"inherit",borderBottom:t.vars?`1px solid ${t.vars.palette.TableCell.border}`:`1px solid\n ${"light"===t.palette.mode?(0,s.$n)((0,s.Fq)(t.palette.divider,1),.88):(0,s._j)((0,s.Fq)(t.palette.divider,1),.68)}`,textAlign:"left",padding:16},"head"===o.variant&&{color:(t.vars||t).palette.text.primary,lineHeight:t.typography.pxToRem(24),fontWeight:t.typography.fontWeightMedium},"body"===o.variant&&{color:(t.vars||t).palette.text.primary},"footer"===o.variant&&{color:(t.vars||t).palette.text.secondary,lineHeight:t.typography.pxToRem(21),fontSize:t.typography.pxToRem(12)},"small"===o.size&&{padding:"6px 16px",[`&.${h.paddingCheckbox}`]:{width:24,padding:"0 12px 0 16px","& > *":{padding:0}}},"checkbox"===o.padding&&{width:48,padding:"0 0 0 4px"},"none"===o.padding&&{padding:0},"left"===o.align&&{textAlign:"left"},"center"===o.align&&{textAlign:"center"},"right"===o.align&&{textAlign:"right",flexDirection:"row-reverse"},"justify"===o.align&&{textAlign:"justify"},o.stickyHeader&&{position:"sticky",top:0,zIndex:2,backgroundColor:(t.vars||t).palette.background.default})}));var x=a.forwardRef((function(e,t){const o=(0,p.Z)({props:e,name:"MuiTableCell"}),{align:s="inherit",className:m,component:v,padding:f,scope:h,size:x,sortDirection:P,variant:w}=o,C=(0,n.Z)(o,Z),S=a.useContext(u.Z),R=a.useContext(c.Z),M=R&&"head"===R.variant;let k;k=v||(M?"th":"td");let $=h;"td"===k?$=void 0:!$&&M&&($="col");const T=w||R&&R.variant,E=(0,r.Z)({},o,{align:s,component:k,padding:f||(S&&S.padding?S.padding:"normal"),size:x||(S&&S.size?S.size:"medium"),sortDirection:P,stickyHeader:"head"===T&&S&&S.stickyHeader,variant:T}),I=(e=>{const{classes:t,variant:o,align:n,padding:r,size:a,stickyHeader:i}=e,s={root:["root",o,i&&"stickyHeader","inherit"!==n&&`align${(0,d.Z)(n)}`,"normal"!==r&&`padding${(0,d.Z)(r)}`,`size${(0,d.Z)(a)}`]};return(0,l.Z)(s,g,t)})(E);let O=null;return P&&(O="asc"===P?"ascending":"descending"),(0,b.jsx)(y,(0,r.Z)({as:k,ref:t,className:(0,i.Z)(I.root,m),"aria-sort":O,scope:$,ownerState:E},C))}))},1629:function(e,t,o){o.d(t,{Z:function(){return g}});var n=o(7462),r=o(3366),a=o(7313),i=o(4146),l=o(1921),s=o(7342),d=o(7592),u=o(7430),c=o(2298);function p(e){return(0,c.ZP)("MuiTableContainer",e)}(0,u.Z)("MuiTableContainer",["root"]);var m=o(6417);const v=["className","component"],f=(0,d.ZP)("div",{name:"MuiTableContainer",slot:"Root",overridesResolver:(e,t)=>t.root})({width:"100%",overflowX:"auto"});var g=a.forwardRef((function(e,t){const o=(0,s.Z)({props:e,name:"MuiTableContainer"}),{className:a,component:d="div"}=o,u=(0,r.Z)(o,v),c=(0,n.Z)({},o,{component:d}),g=(e=>{const{classes:t}=e;return(0,l.Z)({root:["root"]},p,t)})(c);return(0,m.jsx)(f,(0,n.Z)({ref:t,as:d,className:(0,i.Z)(g.root,a),ownerState:c},u))}))},3477:function(e,t,o){o.d(t,{Z:function(){return Z}});var n=o(7462),r=o(3366),a=o(7313),i=o(4146),l=o(1921),s=o(6062),d=o(7342),u=o(7592),c=o(7430),p=o(2298);function m(e){return(0,p.ZP)("MuiTableHead",e)}(0,c.Z)("MuiTableHead",["root"]);var v=o(6417);const f=["className","component"],g=(0,u.ZP)("thead",{name:"MuiTableHead",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"table-header-group"}),h={variant:"head"},b="thead";var Z=a.forwardRef((function(e,t){const o=(0,d.Z)({props:e,name:"MuiTableHead"}),{className:a,component:u=b}=o,c=(0,r.Z)(o,f),p=(0,n.Z)({},o,{component:u}),Z=(e=>{const{classes:t}=e;return(0,l.Z)({root:["root"]},m,t)})(p);return(0,v.jsx)(s.Z.Provider,{value:h,children:(0,v.jsx)(g,(0,n.Z)({as:u,className:(0,i.Z)(Z.root,a),ref:t,role:u===b?null:"rowgroup",ownerState:p},c))})}))},4076:function(e,t,o){o.d(t,{Z:function(){return y}});var n=o(7462),r=o(3366),a=o(7313),i=o(4146),l=o(1921),s=o(1468),d=o(6062),u=o(7342),c=o(7592),p=o(7430),m=o(2298);function v(e){return(0,m.ZP)("MuiTableRow",e)}var f=(0,p.Z)("MuiTableRow",["root","selected","hover","head","footer"]),g=o(6417);const h=["className","component","hover","selected"],b=(0,c.ZP)("tr",{name:"MuiTableRow",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:o}=e;return[t.root,o.head&&t.head,o.footer&&t.footer]}})((e=>{let{theme:t}=e;return{color:"inherit",display:"table-row",verticalAlign:"middle",outline:0,[`&.${f.hover}:hover`]:{backgroundColor:(t.vars||t).palette.action.hover},[`&.${f.selected}`]:{backgroundColor:t.vars?`rgba(${t.vars.palette.primary.mainChannel} / ${t.vars.palette.action.selectedOpacity})`:(0,s.Fq)(t.palette.primary.main,t.palette.action.selectedOpacity),"&:hover":{backgroundColor:t.vars?`rgba(${t.vars.palette.primary.mainChannel} / calc(${t.vars.palette.action.selectedOpacity} + ${t.vars.palette.action.hoverOpacity}))`:(0,s.Fq)(t.palette.primary.main,t.palette.action.selectedOpacity+t.palette.action.hoverOpacity)}}}})),Z="tr";var y=a.forwardRef((function(e,t){const o=(0,u.Z)({props:e,name:"MuiTableRow"}),{className:s,component:c=Z,hover:p=!1,selected:m=!1}=o,f=(0,r.Z)(o,h),y=a.useContext(d.Z),x=(0,n.Z)({},o,{component:c,hover:p,selected:m,head:y&&"head"===y.variant,footer:y&&"footer"===y.variant}),P=(e=>{const{classes:t,selected:o,hover:n,head:r,footer:a}=e,i={root:["root",o&&"selected",n&&"hover",r&&"head",a&&"footer"]};return(0,l.Z)(i,v,t)})(x);return(0,g.jsx)(b,(0,n.Z)({as:c,ref:t,className:(0,i.Z)(P.root,s),role:c===Z?null:"row",ownerState:x},f))}))},6835:function(e,t,o){o.d(t,{Z:function(){return b}});var n=o(3366),r=o(7462),a=o(7313),i=o(4146),l=o(1921),s=o(7416),d=o(7342),u=o(7592),c=o(7430),p=o(2298);function m(e){return(0,p.ZP)("MuiTable",e)}(0,c.Z)("MuiTable",["root","stickyHeader"]);var v=o(6417);const f=["className","component","padding","size","stickyHeader"],g=(0,u.ZP)("table",{name:"MuiTable",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:o}=e;return[t.root,o.stickyHeader&&t.stickyHeader]}})((e=>{let{theme:t,ownerState:o}=e;return(0,r.Z)({display:"table",width:"100%",borderCollapse:"collapse",borderSpacing:0,"& caption":(0,r.Z)({},t.typography.body2,{padding:t.spacing(2),color:(t.vars||t).palette.text.secondary,textAlign:"left",captionSide:"bottom"})},o.stickyHeader&&{borderCollapse:"separate"})})),h="table";var b=a.forwardRef((function(e,t){const o=(0,d.Z)({props:e,name:"MuiTable"}),{className:u,component:c=h,padding:p="normal",size:b="medium",stickyHeader:Z=!1}=o,y=(0,n.Z)(o,f),x=(0,r.Z)({},o,{component:c,padding:p,size:b,stickyHeader:Z}),P=(e=>{const{classes:t,stickyHeader:o}=e,n={root:["root",o&&"stickyHeader"]};return(0,l.Z)(n,m,t)})(x),w=a.useMemo((()=>({padding:p,size:b,stickyHeader:Z})),[p,b,Z]);return(0,v.jsx)(s.Z.Provider,{value:w,children:(0,v.jsx)(g,(0,r.Z)({as:c,role:c===h?null:"table",ref:t,className:(0,i.Z)(P.root,u),ownerState:x},y))})}))},7416:function(e,t,o){const n=o(7313).createContext();t.Z=n},6062:function(e,t,o){const n=o(7313).createContext();t.Z=n}}]); \ No newline at end of file diff --git a/client/build/static/js/225.d9ff2b58.chunk.js b/client/build/static/js/225.d9ff2b58.chunk.js new file mode 100644 index 0000000..c8406ba --- /dev/null +++ b/client/build/static/js/225.d9ff2b58.chunk.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcbit_management_information_system=self.webpackChunkcbit_management_information_system||[]).push([[225,4849,1061,4980,7201,4399,1399,665,525,3481,9786],{1095:function(e,o,t){t.d(o,{Z:function(){return $}});var n=t(3366),r=t(7462),a=t(7313),i=t(4146),l=t(500),s=t(1921),c=t(1468),d=t(7592),u=t(7342),p=t(5272),v=t(1615),m=t(7430),h=t(2298);function b(e){return(0,h.ZP)("MuiButton",e)}var x=(0,m.Z)("MuiButton",["root","text","textInherit","textPrimary","textSecondary","textSuccess","textError","textInfo","textWarning","outlined","outlinedInherit","outlinedPrimary","outlinedSecondary","outlinedSuccess","outlinedError","outlinedInfo","outlinedWarning","contained","containedInherit","containedPrimary","containedSecondary","containedSuccess","containedError","containedInfo","containedWarning","disableElevation","focusVisible","disabled","colorInherit","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","iconSizeSmall","iconSizeMedium","iconSizeLarge"]);var g=a.createContext({});var S=a.createContext(void 0),y=t(6417);const f=["children","color","component","className","disabled","disableElevation","disableFocusRipple","endIcon","focusVisibleClassName","fullWidth","size","startIcon","type","variant"],z=e=>(0,r.Z)({},"small"===e.size&&{"& > *:nth-of-type(1)":{fontSize:18}},"medium"===e.size&&{"& > *:nth-of-type(1)":{fontSize:20}},"large"===e.size&&{"& > *:nth-of-type(1)":{fontSize:22}}),Z=(0,d.ZP)(p.Z,{shouldForwardProp:e=>(0,d.FO)(e)||"classes"===e,name:"MuiButton",slot:"Root",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.root,o[t.variant],o[`${t.variant}${(0,v.Z)(t.color)}`],o[`size${(0,v.Z)(t.size)}`],o[`${t.variant}Size${(0,v.Z)(t.size)}`],"inherit"===t.color&&o.colorInherit,t.disableElevation&&o.disableElevation,t.fullWidth&&o.fullWidth]}})((e=>{let{theme:o,ownerState:t}=e;var n,a;const i="light"===o.palette.mode?o.palette.grey[300]:o.palette.grey[800],l="light"===o.palette.mode?o.palette.grey.A100:o.palette.grey[700];return(0,r.Z)({},o.typography.button,{minWidth:64,padding:"6px 16px",borderRadius:(o.vars||o).shape.borderRadius,transition:o.transitions.create(["background-color","box-shadow","border-color","color"],{duration:o.transitions.duration.short}),"&:hover":(0,r.Z)({textDecoration:"none",backgroundColor:o.vars?`rgba(${o.vars.palette.text.primaryChannel} / ${o.vars.palette.action.hoverOpacity})`:(0,c.Fq)(o.palette.text.primary,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},"text"===t.variant&&"inherit"!==t.color&&{backgroundColor:o.vars?`rgba(${o.vars.palette[t.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})`:(0,c.Fq)(o.palette[t.color].main,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},"outlined"===t.variant&&"inherit"!==t.color&&{border:`1px solid ${(o.vars||o).palette[t.color].main}`,backgroundColor:o.vars?`rgba(${o.vars.palette[t.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})`:(0,c.Fq)(o.palette[t.color].main,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},"contained"===t.variant&&{backgroundColor:o.vars?o.vars.palette.Button.inheritContainedHoverBg:l,boxShadow:(o.vars||o).shadows[4],"@media (hover: none)":{boxShadow:(o.vars||o).shadows[2],backgroundColor:(o.vars||o).palette.grey[300]}},"contained"===t.variant&&"inherit"!==t.color&&{backgroundColor:(o.vars||o).palette[t.color].dark,"@media (hover: none)":{backgroundColor:(o.vars||o).palette[t.color].main}}),"&:active":(0,r.Z)({},"contained"===t.variant&&{boxShadow:(o.vars||o).shadows[8]}),[`&.${x.focusVisible}`]:(0,r.Z)({},"contained"===t.variant&&{boxShadow:(o.vars||o).shadows[6]}),[`&.${x.disabled}`]:(0,r.Z)({color:(o.vars||o).palette.action.disabled},"outlined"===t.variant&&{border:`1px solid ${(o.vars||o).palette.action.disabledBackground}`},"contained"===t.variant&&{color:(o.vars||o).palette.action.disabled,boxShadow:(o.vars||o).shadows[0],backgroundColor:(o.vars||o).palette.action.disabledBackground})},"text"===t.variant&&{padding:"6px 8px"},"text"===t.variant&&"inherit"!==t.color&&{color:(o.vars||o).palette[t.color].main},"outlined"===t.variant&&{padding:"5px 15px",border:"1px solid currentColor"},"outlined"===t.variant&&"inherit"!==t.color&&{color:(o.vars||o).palette[t.color].main,border:o.vars?`1px solid rgba(${o.vars.palette[t.color].mainChannel} / 0.5)`:`1px solid ${(0,c.Fq)(o.palette[t.color].main,.5)}`},"contained"===t.variant&&{color:o.vars?o.vars.palette.text.primary:null==(n=(a=o.palette).getContrastText)?void 0:n.call(a,o.palette.grey[300]),backgroundColor:o.vars?o.vars.palette.Button.inheritContainedBg:i,boxShadow:(o.vars||o).shadows[2]},"contained"===t.variant&&"inherit"!==t.color&&{color:(o.vars||o).palette[t.color].contrastText,backgroundColor:(o.vars||o).palette[t.color].main},"inherit"===t.color&&{color:"inherit",borderColor:"currentColor"},"small"===t.size&&"text"===t.variant&&{padding:"4px 5px",fontSize:o.typography.pxToRem(13)},"large"===t.size&&"text"===t.variant&&{padding:"8px 11px",fontSize:o.typography.pxToRem(15)},"small"===t.size&&"outlined"===t.variant&&{padding:"3px 9px",fontSize:o.typography.pxToRem(13)},"large"===t.size&&"outlined"===t.variant&&{padding:"7px 21px",fontSize:o.typography.pxToRem(15)},"small"===t.size&&"contained"===t.variant&&{padding:"4px 10px",fontSize:o.typography.pxToRem(13)},"large"===t.size&&"contained"===t.variant&&{padding:"8px 22px",fontSize:o.typography.pxToRem(15)},t.fullWidth&&{width:"100%"})}),(e=>{let{ownerState:o}=e;return o.disableElevation&&{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${x.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${x.disabled}`]:{boxShadow:"none"}}})),w=(0,d.ZP)("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.startIcon,o[`iconSize${(0,v.Z)(t.size)}`]]}})((e=>{let{ownerState:o}=e;return(0,r.Z)({display:"inherit",marginRight:8,marginLeft:-4},"small"===o.size&&{marginLeft:-2},z(o))})),C=(0,d.ZP)("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.endIcon,o[`iconSize${(0,v.Z)(t.size)}`]]}})((e=>{let{ownerState:o}=e;return(0,r.Z)({display:"inherit",marginRight:-4,marginLeft:8},"small"===o.size&&{marginRight:-2},z(o))}));var $=a.forwardRef((function(e,o){const t=a.useContext(g),c=a.useContext(S),d=(0,l.Z)(t,e),p=(0,u.Z)({props:d,name:"MuiButton"}),{children:m,color:h="primary",component:x="button",className:z,disabled:$=!1,disableElevation:k=!1,disableFocusRipple:I=!1,endIcon:R,focusVisibleClassName:W,fullWidth:B=!1,size:M="medium",startIcon:F,type:E,variant:N="text"}=p,V=(0,n.Z)(p,f),L=(0,r.Z)({},p,{color:h,component:x,disabled:$,disableElevation:k,disableFocusRipple:I,fullWidth:B,size:M,type:E,variant:N}),P=(e=>{const{color:o,disableElevation:t,fullWidth:n,size:a,variant:i,classes:l}=e,c={root:["root",i,`${i}${(0,v.Z)(o)}`,`size${(0,v.Z)(a)}`,`${i}Size${(0,v.Z)(a)}`,"inherit"===o&&"colorInherit",t&&"disableElevation",n&&"fullWidth"],label:["label"],startIcon:["startIcon",`iconSize${(0,v.Z)(a)}`],endIcon:["endIcon",`iconSize${(0,v.Z)(a)}`]},d=(0,s.Z)(c,b,l);return(0,r.Z)({},l,d)})(L),T=F&&(0,y.jsx)(w,{className:P.startIcon,ownerState:L,children:F}),D=R&&(0,y.jsx)(C,{className:P.endIcon,ownerState:L,children:R}),O=c||"";return(0,y.jsxs)(Z,(0,r.Z)({ownerState:L,className:(0,i.Z)(t.className,P.root,z,O),component:x,disabled:$,focusRipple:!I,focusVisibleClassName:(0,i.Z)(P.focusVisible,W),ref:o,type:E},V,{classes:P,children:[T,m,D]}))}))},891:function(e,o,t){t.d(o,{Z:function(){return C}});var n=t(3366),r=t(7462),a=t(7313),i=t(4146),l=t(1921),s=t(1615),c=t(7592),d=t(7342),u=t(3427),p=t(6983),v=t(1113),m=t(7430),h=t(2298);function b(e){return(0,h.ZP)("MuiLink",e)}var x=(0,m.Z)("MuiLink",["root","underlineNone","underlineHover","underlineAlways","button","focusVisible"]),g=t(6428),S=t(1468);const y={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"};var f=e=>{let{theme:o,ownerState:t}=e;const n=(e=>y[e]||e)(t.color),r=(0,g.DW)(o,`palette.${n}`,!1)||t.color,a=(0,g.DW)(o,`palette.${n}Channel`);return"vars"in o&&a?`rgba(${a} / 0.4)`:(0,S.Fq)(r,.4)},z=t(6417);const Z=["className","color","component","onBlur","onFocus","TypographyClasses","underline","variant","sx"],w=(0,c.ZP)(v.Z,{name:"MuiLink",slot:"Root",overridesResolver:(e,o)=>{const{ownerState:t}=e;return[o.root,o[`underline${(0,s.Z)(t.underline)}`],"button"===t.component&&o.button]}})((e=>{let{theme:o,ownerState:t}=e;return(0,r.Z)({},"none"===t.underline&&{textDecoration:"none"},"hover"===t.underline&&{textDecoration:"none","&:hover":{textDecoration:"underline"}},"always"===t.underline&&(0,r.Z)({textDecoration:"underline"},"inherit"!==t.color&&{textDecorationColor:f({theme:o,ownerState:t})},{"&:hover":{textDecorationColor:"inherit"}}),"button"===t.component&&{position:"relative",WebkitTapHighlightColor:"transparent",backgroundColor:"transparent",outline:0,border:0,margin:0,borderRadius:0,padding:0,cursor:"pointer",userSelect:"none",verticalAlign:"middle",MozAppearance:"none",WebkitAppearance:"none","&::-moz-focus-inner":{borderStyle:"none"},[`&.${x.focusVisible}`]:{outline:"auto"}})}));var C=a.forwardRef((function(e,o){const t=(0,d.Z)({props:e,name:"MuiLink"}),{className:c,color:v="primary",component:m="a",onBlur:h,onFocus:x,TypographyClasses:g,underline:S="always",variant:f="inherit",sx:C}=t,$=(0,n.Z)(t,Z),{isFocusVisibleRef:k,onBlur:I,onFocus:R,ref:W}=(0,u.Z)(),[B,M]=a.useState(!1),F=(0,p.Z)(o,W),E=(0,r.Z)({},t,{color:v,component:m,focusVisible:B,underline:S,variant:f}),N=(e=>{const{classes:o,component:t,focusVisible:n,underline:r}=e,a={root:["root",`underline${(0,s.Z)(r)}`,"button"===t&&"button",n&&"focusVisible"]};return(0,l.Z)(a,b,o)})(E);return(0,z.jsx)(w,(0,r.Z)({color:v,className:(0,i.Z)(N.root,c),classes:g,component:m,onBlur:e=>{I(e),!1===k.current&&M(!1),h&&h(e)},onFocus:e=>{R(e),!0===k.current&&M(!0),x&&x(e)},ref:F,ownerState:E,variant:f,sx:[...Object.keys(y).includes(v)?[]:[{color:v}],...Array.isArray(C)?C:[C]]},$))}))}}]); \ No newline at end of file diff --git a/client/build/static/js/2923.1d6f32d3.chunk.js b/client/build/static/js/2923.1d6f32d3.chunk.js new file mode 100644 index 0000000..c99e718 --- /dev/null +++ b/client/build/static/js/2923.1d6f32d3.chunk.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcbit_management_information_system=self.webpackChunkcbit_management_information_system||[]).push([[2923],{3497:function(e,r,t){var a=t(7313),o=t(9860),n=t(3428),i=t(4641),l=t(1113),s=t(9536),d=t(3405),c=t(6417);const u={"& .MuiCardHeader-action":{mr:0}},m=(0,a.forwardRef)(((e,r)=>{let{border:t=!0,boxShadow:a,children:m,content:p=!0,contentClass:h="",contentSX:b={},darkTitle:x,secondary:g,shadow:Z,sx:v={},title:f,...y}=e;const j=(0,o.Z)();return(0,c.jsxs)(n.Z,{ref:r,...y,sx:{border:t?"1px solid":"none",borderColor:j.palette.primary[200]+25,":hover":{boxShadow:a?Z||"0 2px 14px 0 rgb(32 40 45 / 8%)":"inherit"},...v},children:[f&&(0,c.jsx)(i.Z,{sx:u,title:x?(0,c.jsx)(l.Z,{variant:"h3",children:f}):f,action:g}),f&&(0,c.jsx)(s.Z,{}),p&&(0,c.jsx)(d.Z,{sx:b,className:h,children:m}),!p&&m]})}));r.Z=m},9772:function(e,r,t){t.r(r),t.d(r,{default:function(){return fe}});var a=t(2135),o=t(9860),n=t(4813),i=t(9019),l=t(2832),s=t(1113),d=t(9536),c=t(7592);var u=(0,c.ZP)("div")((e=>{let{theme:r}=e;return{backgroundColor:r.palette.primary.light,minHeight:"100vh"}})),m=t(1806),p=t(3497),h=t(6417);var b=e=>{let{children:r,...t}=e;return(0,h.jsx)(p.Z,{sx:{maxWidth:{xs:400,lg:475},margin:{xs:2.5,md:3},"& > *":{flexGrow:1,flexBasis:"50%"}},content:!1,...t,children:(0,h.jsx)(m.Z,{sx:{p:{xs:2,sm:3,xl:5}},children:r})})},x=t(7313),g=t(8467),Z=t(5662),v=t(6149),f=t(3604),y=t(6467),j=t(1550),w=t(3306),P=t(7843),k=t(5480),S=t(4117),C=t(1095),R=t(4953),z=t(3366),I=t(7462),F=t(4146),B=t(1921),M=t(1468),$=t(1615),N=t(4951),T=t(9008),q=t(5272),E=t(7430),L=t(2298);function H(e){return(0,L.ZP)("PrivateSwitchBase",e)}(0,E.Z)("PrivateSwitchBase",["root","checked","disabled","input","edgeStart","edgeEnd"]);const A=["autoFocus","checked","checkedIcon","className","defaultChecked","disabled","disableFocusRipple","edge","icon","id","inputProps","inputRef","name","onBlur","onChange","onFocus","readOnly","required","tabIndex","type","value"],O=(0,c.ZP)(q.Z)((e=>{let{ownerState:r}=e;return(0,I.Z)({padding:9,borderRadius:"50%"},"start"===r.edge&&{marginLeft:"small"===r.size?-3:-12},"end"===r.edge&&{marginRight:"small"===r.size?-3:-12})})),_=(0,c.ZP)("input",{shouldForwardProp:c.FO})({cursor:"inherit",position:"absolute",opacity:0,width:"100%",height:"100%",top:0,left:0,margin:0,padding:0,zIndex:1});var W=x.forwardRef((function(e,r){const{autoFocus:t,checked:a,checkedIcon:o,className:n,defaultChecked:i,disabled:l,disableFocusRipple:s=!1,edge:d=!1,icon:c,id:u,inputProps:m,inputRef:p,name:b,onBlur:x,onChange:g,onFocus:Z,readOnly:v,required:f=!1,tabIndex:y,type:j,value:w}=e,P=(0,z.Z)(e,A),[k,S]=(0,N.Z)({controlled:a,default:Boolean(i),name:"SwitchBase",state:"checked"}),C=(0,T.Z)();let R=l;C&&"undefined"===typeof R&&(R=C.disabled);const M="checkbox"===j||"radio"===j,q=(0,I.Z)({},e,{checked:k,disabled:R,disableFocusRipple:s,edge:d}),E=(e=>{const{classes:r,checked:t,disabled:a,edge:o}=e,n={root:["root",t&&"checked",a&&"disabled",o&&`edge${(0,$.Z)(o)}`],input:["input"]};return(0,B.Z)(n,H,r)})(q);return(0,h.jsxs)(O,(0,I.Z)({component:"span",className:(0,F.Z)(E.root,n),centerRipple:!0,focusRipple:!s,disabled:R,tabIndex:null,role:void 0,onFocus:e=>{Z&&Z(e),C&&C.onFocus&&C.onFocus(e)},onBlur:e=>{x&&x(e),C&&C.onBlur&&C.onBlur(e)},ownerState:q,ref:r},P,{children:[(0,h.jsx)(_,(0,I.Z)({autoFocus:t,checked:a,defaultChecked:i,className:E.input,disabled:R,id:M?u:void 0,name:b,onChange:e=>{if(e.nativeEvent.defaultPrevented)return;const r=e.target.checked;S(r),g&&g(e,r)},readOnly:v,ref:p,required:f,ownerState:q,tabIndex:y,type:j},"checkbox"===j&&void 0===w?{}:{value:w},m)),k?o:c]}))})),V=t(1171),D=(0,V.Z)((0,h.jsx)("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}),"CheckBoxOutlineBlank"),U=(0,V.Z)((0,h.jsx)("path",{d:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}),"CheckBox"),G=(0,V.Z)((0,h.jsx)("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"}),"IndeterminateCheckBox"),J=t(7342);function X(e){return(0,L.ZP)("MuiCheckbox",e)}var K=(0,E.Z)("MuiCheckbox",["root","checked","disabled","indeterminate","colorPrimary","colorSecondary","sizeSmall","sizeMedium"]);const Q=["checkedIcon","color","icon","indeterminate","indeterminateIcon","inputProps","size","className"],Y=(0,c.ZP)(W,{shouldForwardProp:e=>(0,c.FO)(e)||"classes"===e,name:"MuiCheckbox",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:t}=e;return[r.root,t.indeterminate&&r.indeterminate,r[`size${(0,$.Z)(t.size)}`],"default"!==t.color&&r[`color${(0,$.Z)(t.color)}`]]}})((e=>{let{theme:r,ownerState:t}=e;return(0,I.Z)({color:(r.vars||r).palette.text.secondary},!t.disableRipple&&{"&:hover":{backgroundColor:r.vars?`rgba(${"default"===t.color?r.vars.palette.action.activeChannel:r.vars.palette[t.color].mainChannel} / ${r.vars.palette.action.hoverOpacity})`:(0,M.Fq)("default"===t.color?r.palette.action.active:r.palette[t.color].main,r.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}}},"default"!==t.color&&{[`&.${K.checked}, &.${K.indeterminate}`]:{color:(r.vars||r).palette[t.color].main},[`&.${K.disabled}`]:{color:(r.vars||r).palette.action.disabled}})})),ee=(0,h.jsx)(U,{}),re=(0,h.jsx)(D,{}),te=(0,h.jsx)(G,{});var ae=x.forwardRef((function(e,r){var t,a;const o=(0,J.Z)({props:e,name:"MuiCheckbox"}),{checkedIcon:n=ee,color:i="primary",icon:l=re,indeterminate:s=!1,indeterminateIcon:d=te,inputProps:c,size:u="medium",className:m}=o,p=(0,z.Z)(o,Q),b=s?d:l,g=s?d:n,Z=(0,I.Z)({},o,{color:i,indeterminate:s,size:u}),v=(e=>{const{classes:r,indeterminate:t,color:a,size:o}=e,n={root:["root",t&&"indeterminate",`color${(0,$.Z)(a)}`,`size${(0,$.Z)(o)}`]},i=(0,B.Z)(n,X,r);return(0,I.Z)({},r,i)})(Z);return(0,h.jsx)(Y,(0,I.Z)({type:"checkbox",inputProps:(0,I.Z)({"data-indeterminate":s},c),icon:x.cloneElement(b,{fontSize:null!=(t=b.props.fontSize)?t:u}),checkedIcon:x.cloneElement(g,{fontSize:null!=(a=g.props.fontSize)?a:u}),ownerState:Z,ref:r,className:(0,F.Z)(v.root,m)},p,{classes:v}))})),oe=t(5281),ne=t(1933),ie=t(9429);function le(e){return(0,L.ZP)("MuiFormControlLabel",e)}var se=(0,E.Z)("MuiFormControlLabel",["root","labelPlacementStart","labelPlacementTop","labelPlacementBottom","disabled","label","error","required","asterisk"]),de=t(300);const ce=["checked","className","componentsProps","control","disabled","disableTypography","inputRef","label","labelPlacement","name","onChange","required","slotProps","value"],ue=(0,c.ZP)("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:t}=e;return[{[`& .${se.label}`]:r.label},r.root,r[`labelPlacement${(0,$.Z)(t.labelPlacement)}`]]}})((e=>{let{theme:r,ownerState:t}=e;return(0,I.Z)({display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,[`&.${se.disabled}`]:{cursor:"default"}},"start"===t.labelPlacement&&{flexDirection:"row-reverse",marginLeft:16,marginRight:-11},"top"===t.labelPlacement&&{flexDirection:"column-reverse",marginLeft:16},"bottom"===t.labelPlacement&&{flexDirection:"column",marginLeft:16},{[`& .${se.label}`]:{[`&.${se.disabled}`]:{color:(r.vars||r).palette.text.disabled}}})})),me=(0,c.ZP)("span",{name:"MuiFormControlLabel",slot:"Asterisk",overridesResolver:(e,r)=>r.asterisk})((e=>{let{theme:r}=e;return{[`&.${se.error}`]:{color:(r.vars||r).palette.error.main}}}));var pe=x.forwardRef((function(e,r){var t,a;const o=(0,J.Z)({props:e,name:"MuiFormControlLabel"}),{className:n,componentsProps:i={},control:d,disabled:c,disableTypography:u,label:m,labelPlacement:p="end",required:b,slotProps:g={}}=o,Z=(0,z.Z)(o,ce),v=(0,T.Z)(),f=null!=(t=null!=c?c:d.props.disabled)?t:null==v?void 0:v.disabled,y=null!=b?b:d.props.required,j={disabled:f,required:y};["checked","name","onChange","value","inputRef"].forEach((e=>{"undefined"===typeof d.props[e]&&"undefined"!==typeof o[e]&&(j[e]=o[e])}));const w=(0,de.Z)({props:o,muiFormControl:v,states:["error"]}),P=(0,I.Z)({},o,{disabled:f,labelPlacement:p,required:y,error:w.error}),k=(e=>{const{classes:r,disabled:t,labelPlacement:a,error:o,required:n}=e,i={root:["root",t&&"disabled",`labelPlacement${(0,$.Z)(a)}`,o&&"error",n&&"required"],label:["label",t&&"disabled"],asterisk:["asterisk",o&&"error"]};return(0,B.Z)(i,le,r)})(P),S=null!=(a=g.typography)?a:i.typography;let C=m;return null==C||C.type===s.Z||u||(C=(0,h.jsx)(s.Z,(0,I.Z)({component:"span"},S,{className:(0,F.Z)(k.label,null==S?void 0:S.className),children:C}))),(0,h.jsxs)(ue,(0,I.Z)({className:(0,F.Z)(k.root,n),ownerState:P,ref:r},Z,{children:[x.cloneElement(d,j),y?(0,h.jsxs)(l.Z,{display:"block",children:[C,(0,h.jsxs)(me,{ownerState:P,"aria-hidden":!0,className:k.asterisk,children:["\u2009","*"]})]}):C]}))}));var he=e=>{let{...r}=e;const[t,a]=(0,x.useState)(!1),[o,n]=(0,x.useState)(""),[i,l]=(0,x.useState)(""),[d,c]=(0,x.useState)(!1),[u,m]=(0,x.useState)(!1),[p,b]=(0,x.useState)(""),z=(0,g.s0)();(0,x.useEffect)((()=>{const e=localStorage.getItem("rememberedEmail");e&&(b(e),m(!0))}),[]);return(0,h.jsxs)(h.Fragment,{children:[(0,h.jsxs)(v.Z,{open:d,PaperProps:{sx:{maxWidth:"100%",width:"80%",margin:"0",padding:"16px"}},onClose:()=>c(!1),children:[(0,h.jsx)(f.Z,{children:"Forgot Password"}),(0,h.jsx)(y.Z,{children:(0,h.jsx)(ie.J9,{initialValues:{email:""},validationSchema:ne.Ry().shape({email:ne.Z_().email("Must be a valid email").max(255).required("Email is required")}),onSubmit:(e,r)=>{(async e=>{a(!0);try{await Z.Z.post("http://localhost:8000/auth/forgot-password",{email:e}),l("An email with instructions for resetting your password has been sent.")}catch(o){n("Failed to initiate password reset. Please try again later.")}a(!1)})(e.email),r.setSubmitting(!1),c(!1)},children:e=>{let{errors:r,handleBlur:t,handleChange:a,handleSubmit:o,isSubmitting:n,touched:i,values:l}=e;return(0,h.jsxs)("form",{onSubmit:o,children:[(0,h.jsxs)(j.Z,{fullWidth:!0,style:{marginTop:"10px"},children:[(0,h.jsx)(w.Z,{htmlFor:"outlined-adornment-forgot-email",sx:{marginBottom:"8px"},children:"Email Address"}),(0,h.jsx)(P.Z,{id:"outlined-adornment-forgot-email",type:"email",value:l.email,name:"email",onBlur:t,onChange:a,label:"Email Address",sx:{padding:"12px","& .MuiInputLabel-root":{transform:"none"}}}),i.email&&r.email&&(0,h.jsx)(k.Z,{error:!0,children:r.email})]}),(0,h.jsxs)(S.Z,{children:[(0,h.jsx)(C.Z,{onClick:()=>c(!1),color:"primary",children:"Cancel"}),(0,h.jsx)(C.Z,{type:"submit",color:"primary",variant:"contained",children:"Submit"})]})]})}})})]}),(0,h.jsx)(ie.J9,{initialValues:{email:p,password:""},validationSchema:ne.Ry().shape({email:ne.Z_().email("Must be a valid email").max(255).required("Email is required"),password:ne.Z_().max(255).required("Password is required")}),onSubmit:(e,r)=>{(async(e,r)=>{a(!0);try{const r=await Z.Z.post("http://localhost:8000/auth/login",e),{token:t,usertype:o}=r.data;localStorage.setItem("token",t),"admin"===o?localStorage.setItem("role","admin"):localStorage.setItem("role","user"),a(!1),l("Login Successful!"),z("/"),window.location.reload()}catch(o){o.response&&401===o.response.status?n("Incorrect email or password. Please try again."):n("An error occurred. Please try again later."),a(!1),r.resetForm()}})(e,r)},children:e=>{let{errors:a,handleBlur:n,handleChange:l,handleSubmit:d,isSubmitting:p,touched:b,values:x}=e;return(0,h.jsxs)("form",{noValidate:!0,onSubmit:d,...r,children:[(0,h.jsxs)(j.Z,{fullWidth:!0,error:Boolean(b.email&&a.email),children:[(0,h.jsx)(w.Z,{htmlFor:"outlined-adornment-email-login",children:"Email Address / Username"}),(0,h.jsx)(P.Z,{id:"outlined-adornment-email-login",type:"email",value:x.email,name:"email",onBlur:n,onChange:l,label:"Email Address / Username"}),b.email&&a.email&&(0,h.jsx)(k.Z,{error:!0,children:a.email})]}),(0,h.jsx)("div",{style:{marginBottom:"20px"}}),(0,h.jsxs)(j.Z,{fullWidth:!0,error:Boolean(b.password&&a.password),children:[(0,h.jsx)(w.Z,{htmlFor:"outlined-adornment-password-login",children:"Password"}),(0,h.jsx)(P.Z,{id:"outlined-adornment-password-login",type:"password",value:x.password,name:"password",onBlur:n,onChange:l,label:"Password"}),b.password&&a.password&&(0,h.jsx)(k.Z,{error:!0,children:a.password})]}),o&&(0,h.jsx)(R.Z,{severity:"error",sx:{mb:2},children:o}),i&&(0,h.jsx)(R.Z,{severity:"success",sx:{mb:2},children:i}),(0,h.jsxs)("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"10px"},children:[(0,h.jsx)(pe,{control:(0,h.jsx)(ae,{color:"primary",checked:u,onChange:e=>m(e.target.checked)}),label:"Remember me"}),(0,h.jsx)(s.Z,{variant:"subtitle1",color:"secondary",style:{textDecoration:"none",cursor:"pointer"},onClick:()=>c(!0),children:"Forgot Password?"})]}),(0,h.jsx)(C.Z,{disableElevation:!0,disabled:p,fullWidth:!0,size:"large",type:"submit",variant:"contained",color:"secondary",children:t?(0,h.jsx)(oe.Z,{size:24}):"Sign in"})]})}})]})},be=t(799),xe=t(4602);var ge=()=>(0,h.jsx)("img",{src:xe,alt:"Mobile Logo",width:270,height:80}),Ze=t(891);var ve=()=>(0,h.jsxs)(l.Z,{direction:"row",justifyContent:"space-between",children:[(0,h.jsx)(s.Z,{variant:"subtitle2",component:Ze.Z,href:"https://www.cbit.ac.in/",target:"_blank",underline:"hover",children:"Chaitanya Bharathi Institute of Technology"}),(0,h.jsx)(s.Z,{variant:"subtitle2",component:Ze.Z,href:"/",target:"",underline:"hover",children:"\xa9 CBIT Management Information System"})]});var fe=()=>{const e=(0,o.Z)(),r=(0,n.Z)(e.breakpoints.down("md")),t=(0,n.Z)("(max-width: 600px)");return(0,h.jsx)(u,{children:(0,h.jsxs)(i.ZP,{container:!0,direction:"column",justifyContent:"space-between",sx:{minHeight:"100vh",backgroundImage:"url(background.jpg)",backgroundSize:"cover"},children:[(0,h.jsx)(i.ZP,{item:!0,xs:12,children:(0,h.jsx)(i.ZP,{container:!0,justifyContent:"center",alignItems:"center",sx:{minHeight:"calc(100vh - 68px)"},children:(0,h.jsx)(i.ZP,{item:!0,xs:10,sm:8,md:6,lg:4,children:(0,h.jsx)(b,{sx:{backgroundColor:"rgba(255, 255, 255, 0.8)"},children:(0,h.jsxs)(i.ZP,{container:!0,spacing:2,alignItems:"center",justifyContent:"center",children:[(0,h.jsx)(i.ZP,{item:!0,xs:12,sx:{textAlign:"center"},children:(0,h.jsx)(a.rU,{to:"#",children:t?(0,h.jsx)(ge,{}):(0,h.jsx)(be.Z,{})})}),(0,h.jsx)(i.ZP,{item:!0,xs:12,children:(0,h.jsxs)(l.Z,{alignItems:"center",justifyContent:"center",spacing:1,children:[(0,h.jsx)(s.Z,{color:e.palette.secondary.main,gutterBottom:!0,variant:r?"h4":"h3",children:"ADMINISTRATOR LOGIN"}),(0,h.jsx)(s.Z,{variant:"body1",textAlign:"center",children:"Enter your credentials"})]})}),(0,h.jsx)(i.ZP,{item:!0,xs:12,children:(0,h.jsx)(he,{})}),(0,h.jsx)(i.ZP,{item:!0,xs:12,children:(0,h.jsx)(d.Z,{})})]})})})})}),(0,h.jsx)(i.ZP,{item:!0,xs:12,sx:{p:2},children:(0,h.jsx)(ve,{})})]})})}},4641:function(e,r,t){t.d(r,{Z:function(){return y}});var a=t(3366),o=t(7462),n=t(7313),i=t(4146),l=t(1921),s=t(1113),d=t(7342),c=t(7592),u=t(7430),m=t(2298);function p(e){return(0,m.ZP)("MuiCardHeader",e)}var h=(0,u.Z)("MuiCardHeader",["root","avatar","action","content","title","subheader"]),b=t(6417);const x=["action","avatar","className","component","disableTypography","subheader","subheaderTypographyProps","title","titleTypographyProps"],g=(0,c.ZP)("div",{name:"MuiCardHeader",slot:"Root",overridesResolver:(e,r)=>(0,o.Z)({[`& .${h.title}`]:r.title,[`& .${h.subheader}`]:r.subheader},r.root)})({display:"flex",alignItems:"center",padding:16}),Z=(0,c.ZP)("div",{name:"MuiCardHeader",slot:"Avatar",overridesResolver:(e,r)=>r.avatar})({display:"flex",flex:"0 0 auto",marginRight:16}),v=(0,c.ZP)("div",{name:"MuiCardHeader",slot:"Action",overridesResolver:(e,r)=>r.action})({flex:"0 0 auto",alignSelf:"flex-start",marginTop:-4,marginRight:-8,marginBottom:-4}),f=(0,c.ZP)("div",{name:"MuiCardHeader",slot:"Content",overridesResolver:(e,r)=>r.content})({flex:"1 1 auto"});var y=n.forwardRef((function(e,r){const t=(0,d.Z)({props:e,name:"MuiCardHeader"}),{action:n,avatar:c,className:u,component:m="div",disableTypography:h=!1,subheader:y,subheaderTypographyProps:j,title:w,titleTypographyProps:P}=t,k=(0,a.Z)(t,x),S=(0,o.Z)({},t,{component:m,disableTypography:h}),C=(e=>{const{classes:r}=e;return(0,l.Z)({root:["root"],avatar:["avatar"],action:["action"],content:["content"],title:["title"],subheader:["subheader"]},p,r)})(S);let R=w;null==R||R.type===s.Z||h||(R=(0,b.jsx)(s.Z,(0,o.Z)({variant:c?"body2":"h5",className:C.title,component:"span",display:"block"},P,{children:R})));let z=y;return null==z||z.type===s.Z||h||(z=(0,b.jsx)(s.Z,(0,o.Z)({variant:c?"body2":"body1",className:C.subheader,color:"text.secondary",component:"span",display:"block"},j,{children:z}))),(0,b.jsxs)(g,(0,o.Z)({className:(0,i.Z)(C.root,u),as:m,ref:r,ownerState:S},k,{children:[c&&(0,b.jsx)(Z,{className:C.avatar,ownerState:S,children:c}),(0,b.jsxs)(f,{className:C.content,ownerState:S,children:[R,z]}),n&&(0,b.jsx)(v,{className:C.action,ownerState:S,children:n})]}))}))},7131:function(e,r,t){t.d(r,{Z:function(){return f}});var a=t(3366),o=t(7462),n=t(7313),i=t(4146),l=t(1921),s=t(1468),d=t(7592),c=t(7342),u=t(5272),m=t(1615),p=t(7430),h=t(2298);function b(e){return(0,h.ZP)("MuiIconButton",e)}var x=(0,p.Z)("MuiIconButton",["root","disabled","colorInherit","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","edgeStart","edgeEnd","sizeSmall","sizeMedium","sizeLarge"]),g=t(6417);const Z=["edge","children","className","color","disabled","disableFocusRipple","size"],v=(0,d.ZP)(u.Z,{name:"MuiIconButton",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:t}=e;return[r.root,"default"!==t.color&&r[`color${(0,m.Z)(t.color)}`],t.edge&&r[`edge${(0,m.Z)(t.edge)}`],r[`size${(0,m.Z)(t.size)}`]]}})((e=>{let{theme:r,ownerState:t}=e;return(0,o.Z)({textAlign:"center",flex:"0 0 auto",fontSize:r.typography.pxToRem(24),padding:8,borderRadius:"50%",overflow:"visible",color:(r.vars||r).palette.action.active,transition:r.transitions.create("background-color",{duration:r.transitions.duration.shortest})},!t.disableRipple&&{"&:hover":{backgroundColor:r.vars?`rgba(${r.vars.palette.action.activeChannel} / ${r.vars.palette.action.hoverOpacity})`:(0,s.Fq)(r.palette.action.active,r.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}}},"start"===t.edge&&{marginLeft:"small"===t.size?-3:-12},"end"===t.edge&&{marginRight:"small"===t.size?-3:-12})}),(e=>{let{theme:r,ownerState:t}=e;var a;const n=null==(a=(r.vars||r).palette)?void 0:a[t.color];return(0,o.Z)({},"inherit"===t.color&&{color:"inherit"},"inherit"!==t.color&&"default"!==t.color&&(0,o.Z)({color:null==n?void 0:n.main},!t.disableRipple&&{"&:hover":(0,o.Z)({},n&&{backgroundColor:r.vars?`rgba(${n.mainChannel} / ${r.vars.palette.action.hoverOpacity})`:(0,s.Fq)(n.main,r.palette.action.hoverOpacity)},{"@media (hover: none)":{backgroundColor:"transparent"}})}),"small"===t.size&&{padding:5,fontSize:r.typography.pxToRem(18)},"large"===t.size&&{padding:12,fontSize:r.typography.pxToRem(28)},{[`&.${x.disabled}`]:{backgroundColor:"transparent",color:(r.vars||r).palette.action.disabled}})}));var f=n.forwardRef((function(e,r){const t=(0,c.Z)({props:e,name:"MuiIconButton"}),{edge:n=!1,children:s,className:d,color:u="default",disabled:p=!1,disableFocusRipple:h=!1,size:x="medium"}=t,f=(0,a.Z)(t,Z),y=(0,o.Z)({},t,{edge:n,color:u,disabled:p,disableFocusRipple:h,size:x}),j=(e=>{const{classes:r,disabled:t,color:a,edge:o,size:n}=e,i={root:["root",t&&"disabled","default"!==a&&`color${(0,m.Z)(a)}`,o&&`edge${(0,m.Z)(o)}`,`size${(0,m.Z)(n)}`]};return(0,l.Z)(i,b,r)})(y);return(0,g.jsx)(v,(0,o.Z)({className:(0,i.Z)(j.root,d),centerRipple:!0,focusRipple:!h,disabled:p,ref:r,ownerState:y},f,{children:s}))}))}}]); \ No newline at end of file diff --git a/client/build/static/js/306.a34e9a2d.chunk.js b/client/build/static/js/306.a34e9a2d.chunk.js new file mode 100644 index 0000000..d93b41b --- /dev/null +++ b/client/build/static/js/306.a34e9a2d.chunk.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkcbit_management_information_system=self.webpackChunkcbit_management_information_system||[]).push([[306,6261],{6261:function(e,t,a){a.r(t);var r=a(7313),n=a(5662),s=a(2548),i=a(1405),l=a(501),c=a(1629),o=a(6835),h=a(3477),d=a(3467),p=a(4076),g=a(7478),m=a(7649),u=a(8737),x=a(5508),b=(a(8695),a(6417));t.default=()=>{const[e,t]=(0,r.useState)([]),[a,f]=(0,r.useState)(""),[j,y]=(0,r.useState)([]),[Z,k]=(0,r.useState)(""),[w,v]=(0,r.useState)([]),[C,S]=(0,r.useState)(""),[E,L]=(0,r.useState)([]),[P,_]=r.useState(0),[V,$]=r.useState(10),[D,R]=(0,r.useState)(null),[M,O]=(0,r.useState)(!1),[B,F]=(0,r.useState)(!1);(0,r.useEffect)((()=>{(async()=>{try{const e=await n.Z.get("https://cbitmis-backend-3.onrender.com/api/departments/blocks");t(e.data)}catch(e){console.error("Error fetching blocks:",e)}})()}),[]);return(0,b.jsxs)("div",{children:[(0,b.jsxs)("div",{style:{display:"flex",justifyContent:"flex-end",marginBottom:"10px"},children:[(0,b.jsx)("button",{onClick:()=>{if(!D)return;const e=Object.keys(D[0]),t=D.map((t=>{const a={};return e.forEach((e=>{a[e]=t[e]})),a})),a=u.P6.json_to_sheet(t),r=u.P6.book_new();u.P6.book_append_sheet(r,a,"posts"),u.NC(r,"postsData.xlsx"),O(!0)},style:{marginRight:"10px"},children:"Generate Excel"}),(0,b.jsx)("button",{onClick:()=>{if(!D)return;const e=new x.jsPDF;e.autoTable({html:"#jsonTable"}),e.save("jsonData.pdf"),F(!0)},children:"Generate PDF"})]}),(0,b.jsxs)(s.Z,{value:a,onChange:async e=>{const t=e.target.value;f(t);try{const e=await n.Z.get(`https://cbitmis-backend-3.onrender.com/api/departments/departments/${t}`);y(e.data)}catch(a){console.error(`Error fetching departments for block ${t}:`,a)}k(""),v([]),S(""),L([])},displayEmpty:!0,variant:"outlined",style:{marginRight:"10px"},children:[(0,b.jsx)(i.Z,{value:"",disabled:!0,children:"Select Block"}),e.map((e=>(0,b.jsx)(i.Z,{value:e,children:e},e)))]}),(0,b.jsxs)(s.Z,{value:Z,onChange:async e=>{const t=e.target.value;k(t);try{const e=await n.Z.get(`http://localhost:5000/api/departments/categories/${a}/${t}`);v(e.data)}catch(r){console.error(`Error fetching categories for department ${t} in block ${a}:`,r)}S(""),L([])},displayEmpty:!0,variant:"outlined",style:{marginRight:"10px"},disabled:!a,children:[(0,b.jsx)(i.Z,{value:"",disabled:!0,children:"Select Department"}),j.map((e=>(0,b.jsx)(i.Z,{value:e.name,children:e.name},e._id)))]}),(0,b.jsxs)(s.Z,{value:C,onChange:async e=>{const t=e.target.value;S(t);const r=`http://localhost:5000/api/departments/A/civil/${t}`;try{const e=await n.Z.get(r);L(e.data),(e=>{fetch(e).then((e=>{if(!e.ok)throw new Error("Failed to fetch data");return e.json()})).then((e=>{if(!(e&&e.length>0))throw new Error("Empty JSON response");R(e)})).catch((e=>{console.error("Error fetching data:",e)}))})(r)}catch(s){console.error(`Error fetching ${t} for department ${Z} in block ${a}:`,s)}},displayEmpty:!0,variant:"outlined",style:{marginRight:"10px"},disabled:!Z,children:[(0,b.jsx)(i.Z,{value:"",disabled:!0,children:"Select Category"}),w.map((e=>(0,b.jsx)(i.Z,{value:e,children:e},e)))]}),(0,b.jsxs)(l.Z,{sx:{width:"100%",overflow:"hidden"},children:[(0,b.jsx)(c.Z,{sx:{maxHeight:440},children:(0,b.jsxs)(o.Z,{stickyHeader:!0,"aria-label":"sticky table",children:[(0,b.jsx)(h.Z,{children:(0,b.jsx)(p.Z,{children:E.length>0&&"object"===typeof E[0]&&Object.keys(E[0]).map((e=>"_id"!==e&&(0,b.jsx)(g.Z,{children:(0,b.jsx)("b",{children:e.toUpperCase()})},e)))})}),(0,b.jsx)(d.Z,{children:E.map(((e,t)=>(0,b.jsx)(p.Z,{children:"object"===typeof e&&Object.keys(e).map((t=>"_id"!==t&&(0,b.jsx)(g.Z,{children:"boolean"===typeof e[t]?e[t]?"Yes":"No":e[t]},t)))},t)))})]})}),(0,b.jsx)(m.Z,{rowsPerPageOptions:[10,25,100],component:"div",count:E.length,rowsPerPage:V,page:P,onPageChange:(e,t)=>{_(t)},onRowsPerPageChange:e=>{$(+e.target.value),_(0)}})]}),M&&(0,b.jsx)("p",{children:"Excel file generated successfully."}),B&&(0,b.jsx)("p",{children:"PDF file generated successfully."})]})}},9726:function(e,t,a){a.d(t,{Z:function(){return h}});var r=a(9860),n=a(7503),s=a(5272),i=a(891),l=a(8119),c=a(6417);var o=e=>{let{color:t,outline:a,size:n,sx:s,...i}=e;const o=(0,r.Z)(),h=t&&!a&&{color:o.palette.background.paper,bgcolor:`${t}.main`},d=a&&{color:t?`${t}.main`:"primary.main",bgcolor:o.palette.background.paper,border:"2px solid",borderColor:t?`${t}.main`:"primary.main"};let p={};switch(n){case"badge":p={width:o.spacing(3.5),height:o.spacing(3.5)};break;case"xs":p={width:o.spacing(4.25),height:o.spacing(4.25)};break;case"sm":p={width:o.spacing(5),height:o.spacing(5)};break;case"lg":p={width:o.spacing(9),height:o.spacing(9)};break;case"xl":p={width:o.spacing(10.25),height:o.spacing(10.25)};break;case"md":p={width:o.spacing(7.5),height:o.spacing(7.5)};break;default:p={}}return(0,c.jsx)(l.Z,{sx:{...h,...d,...p,...s},...i})};var h=e=>{let{title:t,link:a,icon:l}=e;const h=(0,r.Z)();return(0,c.jsx)(n.Z,{title:t||"Reference",placement:"left",children:(0,c.jsxs)(s.Z,{disableRipple:!0,children:[!l&&(0,c.jsx)(o,{component:i.Z,href:a,target:"_blank",alt:"MUI Logo",size:"badge",color:"primary",outline:!0,children:(0,c.jsxs)("svg",{width:"500",height:"500",viewBox:"0 0 500 500",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsxs)("g",{clipPath:"url(#clip0)",children:[(0,c.jsx)("path",{d:"M100 260.9V131L212.5 195.95V239.25L137.5 195.95V282.55L100 260.9Z",fill:h.palette.primary[800]}),(0,c.jsx)("path",{d:"M212.5 195.95L325 131V260.9L250 304.2L212.5 282.55L287.5 239.25V195.95L212.5 239.25V195.95Z",fill:h.palette.primary.main}),(0,c.jsx)("path",{d:"M212.5 282.55V325.85L287.5 369.15V325.85L212.5 282.55Z",fill:h.palette.primary[800]}),(0,c.jsx)("path",{d:"M287.5 369.15L400 304.2V217.6L362.5 239.25V282.55L287.5 325.85V369.15ZM362.5 195.95V152.65L400 131V174.3L362.5 195.95Z",fill:h.palette.primary.main})]}),(0,c.jsx)("defs",{children:(0,c.jsx)("clipPath",{id:"clip0",children:(0,c.jsx)("rect",{width:"300",height:"238.3",fill:"white",transform:"translate(100 131)"})})})]})}),l&&(0,c.jsx)(o,{component:i.Z,href:a,target:"_blank",size:"badge",color:"primary",outline:!0,children:l})]})})}},6992:function(e,t,a){a.r(t);var r=a(7592),n=(a(6261),a(3497)),s=a(5587),i=(a(9726),a(6417));(0,r.ZP)("iframe")((e=>{let{theme:t}=e;return{height:"calc(100vh - 210px)",border:"1px solid",borderColor:t.palette.primary.light}}));t.default=()=>(0,i.jsx)(n.Z,{title:"C Block Details (CSE)",children:(0,i.jsx)(s.Z,{block:"C",department:"CSE"})})}}]); \ No newline at end of file diff --git a/client/build/static/js/313.9ad2028f.chunk.js b/client/build/static/js/313.9ad2028f.chunk.js new file mode 100644 index 0000000..ffcd343 --- /dev/null +++ b/client/build/static/js/313.9ad2028f.chunk.js @@ -0,0 +1,2 @@ +/*! For license information please see 313.9ad2028f.chunk.js.LICENSE.txt */ +(self.webpackChunkcbit_management_information_system=self.webpackChunkcbit_management_information_system||[]).push([[313],{313:function(e){e.exports=function(){"use strict";function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}function t(e,n){return t=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},t(e,n)}function n(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function r(e,o,a){return r=n()?Reflect.construct:function(e,n,r){var o=[null];o.push.apply(o,n);var a=new(Function.bind.apply(e,o));return r&&t(a,r.prototype),a},r.apply(null,arguments)}function o(e){return a(e)||i(e)||l(e)||s()}function a(e){if(Array.isArray(e))return c(e)}function i(e){if("undefined"!==typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function l(e,t){if(e){if("string"===typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(e,t):void 0}}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n1?n-1:0),o=1;o/gm),X=g(/\${[\w\W]*}/gm),Z=g(/^data-[\-\w.\u00B7-\uFFFF]/),J=g(/^aria-[\-\w]+$/),Q=g(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),ee=g(/^(?:\w+script|data):/i),te=g(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),ne=g(/^html$/i),re=g(/^[a-z][.\w]*(-[.\w]+)+$/i),oe=function(){return"undefined"===typeof window?null:window},ae=function(t,n){if("object"!==e(t)||"function"!==typeof t.createPolicy)return null;var r=null,o="data-tt-policy-suffix";n.currentScript&&n.currentScript.hasAttribute(o)&&(r=n.currentScript.getAttribute(o));var a="dompurify"+(r?"#"+r:"");try{return t.createPolicy(a,{createHTML:function(e){return e},createScriptURL:function(e){return e}})}catch(i){return console.warn("TrustedTypes policy "+a+" could not be created."),null}};function ie(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:oe(),n=function(e){return ie(e)};if(n.version="2.5.0",n.removed=[],!t||!t.document||9!==t.document.nodeType)return n.isSupported=!1,n;var r=t.document,a=t.document,i=t.DocumentFragment,l=t.HTMLTemplateElement,c=t.Node,s=t.Element,u=t.NodeFilter,m=t.NamedNodeMap,f=void 0===m?t.NamedNodeMap||t.MozNamedAttrMap:m,p=t.HTMLFormElement,d=t.DOMParser,g=t.trustedTypes,y=s.prototype,b=F(y,"cloneNode"),T=F(y,"nextSibling"),v=F(y,"childNodes"),R=F(y,"parentNode");if("function"===typeof l){var D=a.createElement("template");D.content&&D.content.ownerDocument&&(a=D.content.ownerDocument)}var le=ae(g,r),ce=le?le.createHTML(""):"",se=a,ue=se.implementation,me=se.createNodeIterator,fe=se.createDocumentFragment,pe=se.getElementsByTagName,de=r.importNode,he={};try{he=I(a).documentMode?a.documentMode:{}}catch(Ft){}var ge={};n.isSupported="function"===typeof R&&ue&&void 0!==ue.createHTMLDocument&&9!==he;var ye,be,Te=K,ve=V,Ne=X,Ee=Z,Ae=J,_e=ee,Se=te,we=re,ke=Q,xe=null,Oe=M({},[].concat(o(U),o(H),o(z),o(B),o(G))),Le=null,Ce=M({},[].concat(o(W),o(q),o(Y),o($))),Re=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),De=null,Me=null,Ie=!0,Fe=!0,Ue=!1,He=!0,ze=!1,Pe=!0,Be=!1,je=!1,Ge=!1,We=!1,qe=!1,Ye=!1,$e=!0,Ke=!1,Ve="user-content-",Xe=!0,Ze=!1,Je={},Qe=null,et=M({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),tt=null,nt=M({},["audio","video","img","source","image","track"]),rt=null,ot=M({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),at="http://www.w3.org/1998/Math/MathML",it="http://www.w3.org/2000/svg",lt="http://www.w3.org/1999/xhtml",ct=lt,st=!1,ut=null,mt=M({},[at,it,lt],S),ft=["application/xhtml+xml","text/html"],pt="text/html",dt=null,ht=a.createElement("form"),gt=function(e){return e instanceof RegExp||e instanceof Function},yt=function(t){dt&&dt===t||(t&&"object"===e(t)||(t={}),t=I(t),ye=ye=-1===ft.indexOf(t.PARSER_MEDIA_TYPE)?pt:t.PARSER_MEDIA_TYPE,be="application/xhtml+xml"===ye?S:_,xe="ALLOWED_TAGS"in t?M({},t.ALLOWED_TAGS,be):Oe,Le="ALLOWED_ATTR"in t?M({},t.ALLOWED_ATTR,be):Ce,ut="ALLOWED_NAMESPACES"in t?M({},t.ALLOWED_NAMESPACES,S):mt,rt="ADD_URI_SAFE_ATTR"in t?M(I(ot),t.ADD_URI_SAFE_ATTR,be):ot,tt="ADD_DATA_URI_TAGS"in t?M(I(nt),t.ADD_DATA_URI_TAGS,be):nt,Qe="FORBID_CONTENTS"in t?M({},t.FORBID_CONTENTS,be):et,De="FORBID_TAGS"in t?M({},t.FORBID_TAGS,be):{},Me="FORBID_ATTR"in t?M({},t.FORBID_ATTR,be):{},Je="USE_PROFILES"in t&&t.USE_PROFILES,Ie=!1!==t.ALLOW_ARIA_ATTR,Fe=!1!==t.ALLOW_DATA_ATTR,Ue=t.ALLOW_UNKNOWN_PROTOCOLS||!1,He=!1!==t.ALLOW_SELF_CLOSE_IN_ATTR,ze=t.SAFE_FOR_TEMPLATES||!1,Pe=!1!==t.SAFE_FOR_XML,Be=t.WHOLE_DOCUMENT||!1,We=t.RETURN_DOM||!1,qe=t.RETURN_DOM_FRAGMENT||!1,Ye=t.RETURN_TRUSTED_TYPE||!1,Ge=t.FORCE_BODY||!1,$e=!1!==t.SANITIZE_DOM,Ke=t.SANITIZE_NAMED_PROPS||!1,Xe=!1!==t.KEEP_CONTENT,Ze=t.IN_PLACE||!1,ke=t.ALLOWED_URI_REGEXP||ke,ct=t.NAMESPACE||lt,Re=t.CUSTOM_ELEMENT_HANDLING||{},t.CUSTOM_ELEMENT_HANDLING&>(t.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Re.tagNameCheck=t.CUSTOM_ELEMENT_HANDLING.tagNameCheck),t.CUSTOM_ELEMENT_HANDLING&>(t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Re.attributeNameCheck=t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),t.CUSTOM_ELEMENT_HANDLING&&"boolean"===typeof t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Re.allowCustomizedBuiltInElements=t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ze&&(Fe=!1),qe&&(We=!0),Je&&(xe=M({},o(G)),Le=[],!0===Je.html&&(M(xe,U),M(Le,W)),!0===Je.svg&&(M(xe,H),M(Le,q),M(Le,$)),!0===Je.svgFilters&&(M(xe,z),M(Le,q),M(Le,$)),!0===Je.mathMl&&(M(xe,B),M(Le,Y),M(Le,$))),t.ADD_TAGS&&(xe===Oe&&(xe=I(xe)),M(xe,t.ADD_TAGS,be)),t.ADD_ATTR&&(Le===Ce&&(Le=I(Le)),M(Le,t.ADD_ATTR,be)),t.ADD_URI_SAFE_ATTR&&M(rt,t.ADD_URI_SAFE_ATTR,be),t.FORBID_CONTENTS&&(Qe===et&&(Qe=I(Qe)),M(Qe,t.FORBID_CONTENTS,be)),Xe&&(xe["#text"]=!0),Be&&M(xe,["html","head","body"]),xe.table&&(M(xe,["tbody"]),delete De.tbody),h&&h(t),dt=t)},bt=M({},["mi","mo","mn","ms","mtext"]),Tt=M({},["foreignobject","desc","title","annotation-xml"]),vt=M({},["title","style","font","a","script"]),Nt=M({},H);M(Nt,z),M(Nt,P);var Et=M({},B);M(Et,j);var At=function(e){var t=R(e);t&&t.tagName||(t={namespaceURI:ct,tagName:"template"});var n=_(e.tagName),r=_(t.tagName);return!!ut[e.namespaceURI]&&(e.namespaceURI===it?t.namespaceURI===lt?"svg"===n:t.namespaceURI===at?"svg"===n&&("annotation-xml"===r||bt[r]):Boolean(Nt[n]):e.namespaceURI===at?t.namespaceURI===lt?"math"===n:t.namespaceURI===it?"math"===n&&Tt[r]:Boolean(Et[n]):e.namespaceURI===lt?!(t.namespaceURI===it&&!Tt[r])&&!(t.namespaceURI===at&&!bt[r])&&!Et[n]&&(vt[n]||!Nt[n]):!("application/xhtml+xml"!==ye||!ut[e.namespaceURI]))},_t=function(e){A(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(Ft){try{e.outerHTML=ce}catch(Ft){e.remove()}}},St=function(e,t){try{A(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(Ft){A(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!Le[e])if(We||qe)try{_t(t)}catch(Ft){}else try{t.setAttribute(e,"")}catch(Ft){}},wt=function(e){var t,n;if(Ge)e=""+e;else{var r=w(e,/^[\r\n\t ]+/);n=r&&r[0]}"application/xhtml+xml"===ye&&ct===lt&&(e=''+e+"");var o=le?le.createHTML(e):e;if(ct===lt)try{t=(new d).parseFromString(o,ye)}catch(Ft){}if(!t||!t.documentElement){t=ue.createDocument(ct,"template",null);try{t.documentElement.innerHTML=st?ce:o}catch(Ft){}}var i=t.body||t.documentElement;return e&&n&&i.insertBefore(a.createTextNode(n),i.childNodes[0]||null),ct===lt?pe.call(t,Be?"html":"body")[0]:Be?t.documentElement:i},kt=function(e){return me.call(e.ownerDocument||e,e,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null,!1)},xt=function(e){return e instanceof p&&("string"!==typeof e.nodeName||"string"!==typeof e.textContent||"function"!==typeof e.removeChild||!(e.attributes instanceof f)||"function"!==typeof e.removeAttribute||"function"!==typeof e.setAttribute||"string"!==typeof e.namespaceURI||"function"!==typeof e.insertBefore||"function"!==typeof e.hasChildNodes)},Ot=function(t){return"object"===e(c)?t instanceof c:t&&"object"===e(t)&&"number"===typeof t.nodeType&&"string"===typeof t.nodeName},Lt=function(e,t,r){ge[e]&&N(ge[e],(function(e){e.call(n,t,r,dt)}))},Ct=function(e){var t;if(Lt("beforeSanitizeElements",e,null),xt(e))return _t(e),!0;if(L(/[\u0080-\uFFFF]/,e.nodeName))return _t(e),!0;var r=be(e.nodeName);if(Lt("uponSanitizeElement",e,{tagName:r,allowedTags:xe}),e.hasChildNodes()&&!Ot(e.firstElementChild)&&(!Ot(e.content)||!Ot(e.content.firstElementChild))&&L(/<[/\w]/g,e.innerHTML)&&L(/<[/\w]/g,e.textContent))return _t(e),!0;if("select"===r&&L(/