diff --git a/static/assets/json/load/games.json b/static/assets/json/load/games.json index caeb4aad..61fc99fb 100644 --- a/static/assets/json/load/games.json +++ b/static/assets/json/load/games.json @@ -257,12 +257,6 @@ "image": "/misc/deeeep-io/img.webp", "usesProxy": true }, - { - "name": "diep.Io", - "url": "https://diep.io/", - "image": "/img/games/diep.webp", - "usesProxy": true - }, { "name": "Doge Miner", "url": "/misc/play/dogeminer.html", @@ -354,9 +348,9 @@ "usesProxy": false }, { - "name": "Edge Surf", - "url": "/misc/play/edge-surf.html", - "image": "/misc/edge-surf/splash.png", + "name": "Poor Bunny", + "url": "/misc/play/poorbunny.html", + "image": "/misc/poor-bunny/img.webp", "usesProxy": false }, { diff --git a/static/misc/edge-surf/README.md b/static/misc/edge-surf/README.md deleted file mode 100644 index a66b6d43..00000000 --- a/static/misc/edge-surf/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# Microsoft Edge's _Let's Surf_ - -The _Let's Surf_ game from `edge://surf` - -

- -

- -The game is created by Microsoft – please see the **Credits** in the game menu for more information. The files in this repo are from Microsoft Edge; however, some of them have been modified so the game can function independently from Edge. - -## Play - -Play the game online at https://surf.jackbuehner.com - -### Features - -- Endless mode: Surf as far as you can while avoiding obstacles and the kraken. You can switch modes via the game settings menu. -- Time trials: Reach the end of the course as fast as you can! Collect coins to shorten your time. The course is always the same, so can you find the shortest route? -- Zig zag mode: Surf through as many gates as you can in a row! Your streak will reset if you miss a gate, but you can keep playing until your lives run out. -- High scores: Each game mode keeps a record of your high score, and we’ll let you know whenever you set a new record. Reset your stats any time for a fresh start. -- Reduced speed mode: If you prefer a more relaxed pace or need extra time to pull off those surfing moves, enable reduced speed mode to slow down the game speed. -- Themes: Choose between a summer surfing theme or a winter skiing theme. Choose your favorite theme in the game settings menu. -- And surprises! With support for keyboard, mouse, touch, and controllers you can play the game your way... and you may find one of the many Easter Eggs and fun surprises! - -## Changes - -- Added picker to choose between "Let's surf" and "Let's ski" in the game settings menu. -- Changed file paths so the repo is more organized. -- Added an SVG favicon. -- Added the `manifest.json` file so the site can be installed as a PWA app. -- Pretty-printed the `surf.bundle.js` file to ease the modification process. - - Use `localStorage` function to save the stats instead of the original [WebUI](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/webui_explainer.md) ones (`chrome.send` in particular). -- Added mobile support. The game is responsive to most screen sizes. - -More information can be seen in past [pull requests](https://github.com/jackbuehner/MicrosoftEdge-S.U.R.F./pulls?q=is%3Apr+is%3Aclosed) and [releases](https://github.com/jackbuehner/MicrosoftEdge-S.U.R.F./releases). - -## Contribute - -If you know how to fix anything that is not working, feel free to open a pull request. I'll merge it as soon as I see it and confirm it does not break anything. diff --git a/static/misc/edge-surf/browserconfig.xml b/static/misc/edge-surf/browserconfig.xml deleted file mode 100644 index 3c4293ef..00000000 --- a/static/misc/edge-surf/browserconfig.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - #243A5E - - \ No newline at end of file diff --git a/static/misc/edge-surf/index.html b/static/misc/edge-surf/index.html deleted file mode 100644 index 28e98efa..00000000 --- a/static/misc/edge-surf/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - Edge surf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - \ No newline at end of file diff --git a/static/misc/edge-surf/manifest.json b/static/misc/edge-surf/manifest.json deleted file mode 100644 index 96a65010..00000000 --- a/static/misc/edge-surf/manifest.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "short_name": "SURF", - "name": "Microsoft Edge SURF", - "icons": [ - { - "src": "resources/icons/android-icon-36x36.png", - "sizes": "36x36", - "type": "image/png", - "density": "0.75" - }, - { - "src": "resources/icons/android-icon-48x48.png", - "sizes": "48x48", - "type": "image/png", - "density": "1.0" - }, - { - "src": "resources/icons/android-icon-72x72.png", - "sizes": "72x72", - "type": "image/png", - "density": "1.5" - }, - { - "src": "resources/icons/android-icon-96x96.png", - "sizes": "96x96", - "type": "image/png", - "density": "2.0" - }, - { - "src": "resources/icons/android-icon-144x144.png", - "sizes": "144x144", - "type": "image/png", - "density": "3.0" - }, - { - "src": "resources/icons/android-icon-192x192.png", - "sizes": "192x192", - "type": "image/png", - "density": "4.0" - }, - { - "src": "resources/icons/favicon.png", - "type": "image/png", - "sizes": "512x512" - } - ], - "start_url": "/", - "version": "1.1", - "background_color": "#243A5E", - "display": "fullscreen", - "scope": "/", - "theme_color": "#243A5E" -} diff --git a/static/misc/edge-surf/resources/css/interface.css b/static/misc/edge-surf/resources/css/interface.css deleted file mode 100644 index b0a93c9a..00000000 --- a/static/misc/edge-surf/resources/css/interface.css +++ /dev/null @@ -1,363 +0,0 @@ -/** Copyright (C) Microsoft Corporation. All rights reserved. - * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ - -/* minimal css reset */ -html, body, div, h1, h2, h3, h4, h5, h6, a, p, img, ul, li, button { padding: 0; margin: 0; border: 0; outline: 0; } - -html, body { - width: 100vw; /* fullscreen */ - height: 100vh; /* fullscreen */ - overflow: hidden; - user-select: none; - font-family: system-ui, sans-serif; - font-size: 16px; - color: #000000; - touch-action: pinch-zoom; /* prevents navigating back with one finger */ -} - -/* game layers fill entire page */ -#game-canvas, #game-bg, #game-gradient, #game-ui, #game-tint { - overflow: hidden; - position: absolute; - user-select: none; - width: 100vw; - height: 100vh; - top: 0; - left: 0; -} - -/* from edge */ -#hamburger-container { - overflow: visible; - position: absolute; - top: 10px; - right: 8px; -} - -html[dir="rtl"] #hamburger-container { - right: unset; - left: 10px; -} - -html[dir="rtl"].icon-arrow-right, -html[dir="rtl"].icon-arrow-left { - /* undo RTL */ - transform: scale(-1, 1); -} - -#modal-root { - position: fixed; -} - - - -/* page structure */ - -#game-gradient { - z-index: 1; - pointer-events: none; -} - -@media (forced-colors:active) { - /* CanvasText, LinkText, VisitedText, ActiveText, GrayText, Field, FieldText, HighlightText, Highlight (txt bg), ButtonText, ButtonFace (btn bg) */ - #game-bg { background: Canvas !important; } -} - -#game-bg { - background-repeat: repeat; - image-rendering: -moz-crisp-edges; - image-rendering: -webkit-crisp-edges; - image-rendering: pixelated; - image-rendering: crisp-edges; /* important */ - z-index: 2; - pointer-events: none; -} - -#game-canvas { - image-rendering: -moz-crisp-edges; - image-rendering: -webkit-crisp-edges; - image-rendering: pixelated; - image-rendering: crisp-edges; /* important */ - z-index: 3; -} - -/* overlay */ - -#game-tint { - pointer-events: none; - z-index: 4; - background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.1) 100%); - transition: opacity 0.35s, visibility 0s 0.35s; - transition-timing-function: cubic-bezier(0.30, 0.20, 0.20, 1.00); - visibility: hidden; - opacity: 0; - backdrop-filter: blur(0px); - -webkit-backdrop-filter: blur(0px); -} - -#game-tint.visible { - pointer-events: inherit; - transition: opacity 0.35s; /* instant visibility */ - visibility: visible; - opacity: 1; - backdrop-filter: blur(4px); - -webkit-backdrop-filter: blur(4px); -} - -/* main game ui */ - -#game-ui { - width: calc(100vw - 32px); /* fullscreen minus 32 padding */ - height: calc(100vh - 32px); /* fullscreen minus 32 padding */ - padding: 16px; - z-index: 5; -} - -#ui-title, -#ui-subtitle { - width: calc(100vw - 32px); /* fullscreen minus 32 padding */ - font-weight: bold; - text-align: center; - text-transform: uppercase; -} - -#ui-title { - margin-top: calc(10vh - 40px); - line-height: 48px; - font-size: 48px; -} - -#ui-subtitle { - margin-top: 10px; - line-height: 24px; - font-size: 24px; -} - -/* shrinks title for super small screens */ -@media screen and (max-height: 480px) { - #ui-title { line-height: 36px; font-size: 36px; } - #ui-subtitle { line-height: 20px; font-size: 20px; } -} - -/* hides mode title on tiny screens */ -@media screen and (max-height: 360px) { - #ui-subtitle { visibility: hidden; } -} - -/* hides game title on tiny screens */ -@media screen and (max-height: 280px) { - #ui-title { visibility: hidden; } -} - -#ui-selector { - position: absolute; - top: calc(40vh - 64px); - left: calc(50vw - 240px); - width: 480px; /* fullscreen minus 32 padding */ - height: 128px; - display: flex; - justify-content: space-between; - align-items: center; -} - -#ui-selector span { - border-radius: 4px; - background-color: rgba(255,255,255,0); - transition: background-color 0.1s; -} - -#ui-selector span:hover { - background: rgba(255,255,255,0.4); - cursor: pointer; -} - -/* shrink menu arrows on narrow screens */ -@media screen and (max-width: 520px) { - #ui-selector { left: calc(50vw - 220px); width: 440px; } -} - -/* hide menu arrows on narrow screens */ -@media screen and (max-width: 420px) { - #ui-selector span { visibility: hidden; } -} - -#ui-instruct { - position: absolute; - top: calc(100vh * 0.6 - 32px); /* minus half height */ - width: calc(100vw - 32px); /* fullscreen minus 32 padding */ - text-align: center; -} - -#instruct-content { - display: inline-block; - padding: 16px 12px; -} - -#instruct-content.tinted { - background-color: rgba(255,255,255,0.6); - box-shadow: 0px 16px 24px rgba(0,0,0,0.16); - border-radius: 4px; -} - -@supports not (-moz-appearance:none) { - #instruct-content.tinted { - backdrop-filter: blur(32px); - -webkit-backdrop-filter: blur(32px); - } -} /* Backdrop filter is broken on Firefox */ - -#instruct-icon { /* xbox + ps */ - display: inline-block; - vertical-align: middle; - width: 32px; - height: 32px; -} - -#instruct-action { /* spacebar, double tap, double click */ - display: inline-block; - margin: 0 8px; - vertical-align: middle; -} - -#instruct-action.outline { /* spacebar, double tap, double click */ - padding: 4px 12px 5px; - border: 2px solid #000000; - border-radius: 4px; - font-size: 20px; - font-weight: bold; - text-transform: uppercase; -} - -#instruct-text { - display: inline-block; - margin: 0 8px; - vertical-align: middle; - font-size: 24px; - font-weight: 600; -} - -#ui-notify { - position: absolute; - top: calc(100vh * 0.75 - 24px); - width: calc(100vw - 32px); /* fullscreen minus 32 padding */ - text-align: center; - transition: opacity 0.5s, visibility 0s 0.5s; - transition-timing-function: cubic-bezier(0.30, 0.20, 0.20, 1.00); - visibility: hidden; - opacity: 0; -} - -#ui-notify.visible { - transition: opacity 0.35s; /* instant visibility */ - visibility: visible; - opacity: 1; -} - -#notify-content { - display: inline-block; - padding: 12px 20px; - font-weight: 600; - border-radius: 4px; - color: #FFFFFF; - background-color: rgba(0,0,0,0.7); - backdrop-filter: blur(32px); - -webkit-backdrop-filter: blur(32px); -} - -#notify-shareLink { - display: inline-flex; - vertical-align: -33%; - align-items: center; - font-weight: normal; - background-color: rgba(255,255,255,0.2); - padding: 4px 8px 2px; - margin-inline-start: 12px; - border-radius: 4px; - cursor: pointer; - color: currentColor; - font-family: inherit; -} - -#notify-shareLink:hover { - background-color: rgba(255,255,255,0.3); -} - -#notify-shareText { -} - -/* game stats and ui */ - -#ui-dash { - position: relative; - width: 100%; - margin: 0 auto; -} - -#dash-stats { - display: flex; - width: 280px; - margin: 0 auto; -} - -#stats-score, -.stats-icons { - display: flex; - justify-content: center; - height: 22px; - flex-basis: 136px; -} - -.stats-icons { - flex-basis: 72px; - image-rendering: -moz-crisp-edges; - image-rendering: -webkit-crisp-edges; - image-rendering: pixelated; - image-rendering: crisp-edges; /* important */ -} - -.stats-icons div { - width: 22px; - height: 22px; - margin-inline-end: 2px; - background-size: 1920px 512px; -} - -.life-full { background-position: -1px -1px; } -.life-empty { background-position: -1px -25px; } -.boost-full { background-position: -25px -1px; } -.boost-empty { background-position: -25px -25px; } -.shield { background-position: -49px -1px; } -.infinite { background-position: -49px -25px; } - -#score-icon { - display: inline-block; - vertical-align: middle; - height: 22px; - margin-inline-end: 4px; -} - -#score-text { - vertical-align: middle; - font-size: 16px; - font-weight: bold; - line-height: 22px; -} - -.icon-star { - vertical-align: top; -} - -.icon-fill { - fill: #000000; -} - -#ui-notify .icon-fill { - fill: #FFFFFF; -} - -@media (forced-colors:active) { - /* CanvasText, LinkText, VisitedText, ActiveText, GrayText, Field, FieldText, HighlightText, Highlight (txt bg), ButtonText, ButtonFace (btn bg) */ - .icon-fill { fill: CanvasText !important; } -} \ No newline at end of file diff --git a/static/misc/edge-surf/resources/icons/android-icon-144x144.png b/static/misc/edge-surf/resources/icons/android-icon-144x144.png deleted file mode 100644 index 509a98c6..00000000 Binary files a/static/misc/edge-surf/resources/icons/android-icon-144x144.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/android-icon-192x192.png b/static/misc/edge-surf/resources/icons/android-icon-192x192.png deleted file mode 100644 index b9db051c..00000000 Binary files a/static/misc/edge-surf/resources/icons/android-icon-192x192.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/android-icon-36x36.png b/static/misc/edge-surf/resources/icons/android-icon-36x36.png deleted file mode 100644 index 5854fcbd..00000000 Binary files a/static/misc/edge-surf/resources/icons/android-icon-36x36.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/android-icon-48x48.png b/static/misc/edge-surf/resources/icons/android-icon-48x48.png deleted file mode 100644 index fe033778..00000000 Binary files a/static/misc/edge-surf/resources/icons/android-icon-48x48.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/android-icon-72x72.png b/static/misc/edge-surf/resources/icons/android-icon-72x72.png deleted file mode 100644 index 3097af53..00000000 Binary files a/static/misc/edge-surf/resources/icons/android-icon-72x72.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/android-icon-96x96.png b/static/misc/edge-surf/resources/icons/android-icon-96x96.png deleted file mode 100644 index 87fb7618..00000000 Binary files a/static/misc/edge-surf/resources/icons/android-icon-96x96.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/apple-icon-114x114.png b/static/misc/edge-surf/resources/icons/apple-icon-114x114.png deleted file mode 100644 index f8a52fae..00000000 Binary files a/static/misc/edge-surf/resources/icons/apple-icon-114x114.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/apple-icon-120x120.png b/static/misc/edge-surf/resources/icons/apple-icon-120x120.png deleted file mode 100644 index c59e83f6..00000000 Binary files a/static/misc/edge-surf/resources/icons/apple-icon-120x120.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/apple-icon-144x144.png b/static/misc/edge-surf/resources/icons/apple-icon-144x144.png deleted file mode 100644 index 509a98c6..00000000 Binary files a/static/misc/edge-surf/resources/icons/apple-icon-144x144.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/apple-icon-152x152.png b/static/misc/edge-surf/resources/icons/apple-icon-152x152.png deleted file mode 100644 index 52bf7cdc..00000000 Binary files a/static/misc/edge-surf/resources/icons/apple-icon-152x152.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/apple-icon-180x180.png b/static/misc/edge-surf/resources/icons/apple-icon-180x180.png deleted file mode 100644 index e5e6f357..00000000 Binary files a/static/misc/edge-surf/resources/icons/apple-icon-180x180.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/apple-icon-57x57.png b/static/misc/edge-surf/resources/icons/apple-icon-57x57.png deleted file mode 100644 index ed4129fd..00000000 Binary files a/static/misc/edge-surf/resources/icons/apple-icon-57x57.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/apple-icon-60x60.png b/static/misc/edge-surf/resources/icons/apple-icon-60x60.png deleted file mode 100644 index 595de8d5..00000000 Binary files a/static/misc/edge-surf/resources/icons/apple-icon-60x60.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/apple-icon-72x72.png b/static/misc/edge-surf/resources/icons/apple-icon-72x72.png deleted file mode 100644 index 3097af53..00000000 Binary files a/static/misc/edge-surf/resources/icons/apple-icon-72x72.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/apple-icon-76x76.png b/static/misc/edge-surf/resources/icons/apple-icon-76x76.png deleted file mode 100644 index e95df476..00000000 Binary files a/static/misc/edge-surf/resources/icons/apple-icon-76x76.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/apple-icon-precomposed.png b/static/misc/edge-surf/resources/icons/apple-icon-precomposed.png deleted file mode 100644 index e27290ef..00000000 Binary files a/static/misc/edge-surf/resources/icons/apple-icon-precomposed.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/apple-icon.png b/static/misc/edge-surf/resources/icons/apple-icon.png deleted file mode 100644 index e27290ef..00000000 Binary files a/static/misc/edge-surf/resources/icons/apple-icon.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/favicon.png b/static/misc/edge-surf/resources/icons/favicon.png deleted file mode 100644 index 2641684d..00000000 Binary files a/static/misc/edge-surf/resources/icons/favicon.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/favicon.svg b/static/misc/edge-surf/resources/icons/favicon.svg deleted file mode 100644 index 5177b382..00000000 --- a/static/misc/edge-surf/resources/icons/favicon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/misc/edge-surf/resources/icons/ms-icon-144x144.png b/static/misc/edge-surf/resources/icons/ms-icon-144x144.png deleted file mode 100644 index 509a98c6..00000000 Binary files a/static/misc/edge-surf/resources/icons/ms-icon-144x144.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/ms-icon-150x150.png b/static/misc/edge-surf/resources/icons/ms-icon-150x150.png deleted file mode 100644 index 833b76ba..00000000 Binary files a/static/misc/edge-surf/resources/icons/ms-icon-150x150.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/ms-icon-310x310.png b/static/misc/edge-surf/resources/icons/ms-icon-310x310.png deleted file mode 100644 index 8c7692b5..00000000 Binary files a/static/misc/edge-surf/resources/icons/ms-icon-310x310.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/icons/ms-icon-70x70.png b/static/misc/edge-surf/resources/icons/ms-icon-70x70.png deleted file mode 100644 index 34682ab5..00000000 Binary files a/static/misc/edge-surf/resources/icons/ms-icon-70x70.png and /dev/null differ diff --git a/static/misc/edge-surf/resources/js/assert.js b/static/misc/edge-surf/resources/js/assert.js deleted file mode 100644 index 7c40d465..00000000 --- a/static/misc/edge-surf/resources/js/assert.js +++ /dev/null @@ -1,85 +0,0 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -/** - * @fileoverview Assertion support. - */ - -/** - * Verify |condition| is truthy and return |condition| if so. - * @template T - * @param {T} condition A condition to check for truthiness. Note that this - * may be used to test whether a value is defined or not, and we don't want - * to force a cast to Boolean. - * @param {string=} opt_message A message to show on failure. - * @return {T} A non-null |condition|. - * @closurePrimitive {asserts.truthy} - * @suppress {reportUnknownTypes} because T is not sufficiently constrained. - */ -/* #export */ function assert(condition, opt_message) { - if (!condition) { - let message = 'Assertion failed'; - if (opt_message) { - message = message + ': ' + opt_message; - } - const error = new Error(message); - const global = function() { - const thisOrSelf = this || self; - /** @type {boolean} */ - thisOrSelf.traceAssertionsForTesting; - return thisOrSelf; - }(); - if (global.traceAssertionsForTesting) { - console.warn(error.stack); - } - throw error; - } - return condition; -} - -/** - * Call this from places in the code that should never be reached. - * - * For example, handling all the values of enum with a switch() like this: - * - * function getValueFromEnum(enum) { - * switch (enum) { - * case ENUM_FIRST_OF_TWO: - * return first - * case ENUM_LAST_OF_TWO: - * return last; - * } - * assertNotReached(); - * return document; - * } - * - * This code should only be hit in the case of serious programmer error or - * unexpected input. - * - * @param {string=} opt_message A message to show when this is hit. - * @closurePrimitive {asserts.fail} - */ -/* #export */ function assertNotReached(opt_message) { - assert(false, opt_message || 'Unreachable code hit'); -} - -/** - * @param {*} value The value to check. - * @param {function(new: T, ...)} type A user-defined constructor. - * @param {string=} opt_message A message to show when this is hit. - * @return {T} - * @template T - */ -/* #export */ function assertInstanceof(value, type, opt_message) { - // We don't use assert immediately here so that we avoid constructing an error - // message if we don't have to. - if (!(value instanceof type)) { - assertNotReached( - opt_message || - 'Value ' + value + ' is not a[n] ' + (type.name || typeof type)); - } - return value; -} - -/* #ignore */ console.warn('crbug/1173575, non-JS module files deprecated.'); diff --git a/static/misc/edge-surf/resources/js/base-error-reporting.js b/static/misc/edge-surf/resources/js/base-error-reporting.js deleted file mode 100644 index 05f169a0..00000000 --- a/static/misc/edge-surf/resources/js/base-error-reporting.js +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (C) Microsoft Corporation. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. -function hookErrorReporting(component) { - window.onerror = (message, source, lineno, columnNumber, error) => { - const errorInfo = { - column: columnNumber, - component, - line: lineno, - message: error.message, - name: error.name, - source_url: source, - stack: error.stack - }; - chrome.errorReporting.reportError(errorInfo); - }; -} diff --git a/static/misc/edge-surf/resources/js/cr.js b/static/misc/edge-surf/resources/js/cr.js deleted file mode 100644 index 83cc6d19..00000000 --- a/static/misc/edge-surf/resources/js/cr.js +++ /dev/null @@ -1,492 +0,0 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -/** @typedef {{eventName: string, uid: number}} */ -// eslint-disable-next-line no-var -var WebUIListener; - -/** Platform, package, object property, and Event support. **/ -// eslint-disable-next-line no-var -var cr = cr || function(global) { - 'use strict'; - - /** - * Builds an object structure for the provided namespace path, - * ensuring that names that already exist are not overwritten. For - * example: - * "a.b.c" -> a = {};a.b={};a.b.c={}; - * @param {string} name Name of the object that this file defines. - * @return {!Object} The last object exported (i.e. exportPath('cr.ui') - * returns a reference to the ui property of window.cr). - * @private - */ - function exportPath(name) { - const parts = name.split('.'); - let cur = global; - - for (let part; parts.length && (part = parts.shift());) { - if (part in cur) { - cur = cur[part]; - } else { - cur = cur[part] = {}; - } - } - return cur; - } - - /** - * Fires a property change event on the target. - * @param {EventTarget} target The target to dispatch the event on. - * @param {string} propertyName The name of the property that changed. - * @param {*} newValue The new value for the property. - * @param {*} oldValue The old value for the property. - */ - function dispatchPropertyChange(target, propertyName, newValue, oldValue) { - const e = new Event(propertyName + 'Change'); - e.propertyName = propertyName; - e.newValue = newValue; - e.oldValue = oldValue; - target.dispatchEvent(e); - } - - /** - * Converts a camelCase javascript property name to a hyphenated-lower-case - * attribute name. - * @param {string} jsName The javascript camelCase property name. - * @return {string} The equivalent hyphenated-lower-case attribute name. - */ - function getAttributeName(jsName) { - return jsName.replace(/([A-Z])/g, '-$1').toLowerCase(); - } - - /** - * The kind of property to define in {@code defineProperty}. - * @enum {string} - * @const - */ - const PropertyKind = { - /** - * Plain old JS property where the backing data is stored as a "private" - * field on the object. - * Use for properties of any type. Type will not be checked. - */ - JS: 'js', - - /** - * The property backing data is stored as an attribute on an element. - * Use only for properties of type {string}. - */ - ATTR: 'attr', - - /** - * The property backing data is stored as an attribute on an element. If the - * element has the attribute then the value is true. - * Use only for properties of type {boolean}. - */ - BOOL_ATTR: 'boolAttr' - }; - - /** - * Helper function for defineProperty that returns the getter to use for the - * property. - * @param {string} name The name of the property. - * @param {PropertyKind} kind The kind of the property. - * @return {function():*} The getter for the property. - */ - function getGetter(name, kind) { - let attributeName; - switch (kind) { - case PropertyKind.JS: - const privateName = name + '_'; - return function() { - return this[privateName]; - }; - case PropertyKind.ATTR: - attributeName = getAttributeName(name); - return function() { - return this.getAttribute(attributeName); - }; - case PropertyKind.BOOL_ATTR: - attributeName = getAttributeName(name); - return function() { - return this.hasAttribute(attributeName); - }; - } - - // TODO(dbeam): replace with assertNotReached() in assert.js when I can coax - // the browser/unit tests to preprocess this file through grit. - throw 'not reached'; - } - - /** - * Helper function for defineProperty that returns the setter of the right - * kind. - * @param {string} name The name of the property we are defining the setter - * for. - * @param {PropertyKind} kind The kind of property we are getting the - * setter for. - * @param {function(*, *):void=} opt_setHook A function to run after the - * property is set, but before the propertyChange event is fired. - * @return {function(*):void} The function to use as a setter. - */ - function getSetter(name, kind, opt_setHook) { - let attributeName; - switch (kind) { - case PropertyKind.JS: - const privateName = name + '_'; - return function(value) { - const oldValue = this[name]; - if (value !== oldValue) { - this[privateName] = value; - if (opt_setHook) { - opt_setHook.call(this, value, oldValue); - } - dispatchPropertyChange(this, name, value, oldValue); - } - }; - - case PropertyKind.ATTR: - attributeName = getAttributeName(name); - return function(value) { - const oldValue = this[name]; - if (value !== oldValue) { - if (value === undefined) { - this.removeAttribute(attributeName); - } else { - this.setAttribute(attributeName, value); - } - if (opt_setHook) { - opt_setHook.call(this, value, oldValue); - } - dispatchPropertyChange(this, name, value, oldValue); - } - }; - - case PropertyKind.BOOL_ATTR: - attributeName = getAttributeName(name); - return function(value) { - const oldValue = this[name]; - if (value !== oldValue) { - if (value) { - this.setAttribute(attributeName, name); - } else { - this.removeAttribute(attributeName); - } - if (opt_setHook) { - opt_setHook.call(this, value, oldValue); - } - dispatchPropertyChange(this, name, value, oldValue); - } - }; - } - - // TODO(dbeam): replace with assertNotReached() in assert.js when I can coax - // the browser/unit tests to preprocess this file through grit. - throw 'not reached'; - } - - /** - * Defines a property on an object. When the setter changes the value a - * property change event with the type {@code name + 'Change'} is fired. - * @param {!Object} obj The object to define the property for. - * @param {string} name The name of the property. - * @param {PropertyKind=} opt_kind What kind of underlying storage to use. - * @param {function(*, *):void=} opt_setHook A function to run after the - * property is set, but before the propertyChange event is fired. - * - * TODO(crbug.com/425829): This function makes use of deprecated getter or - * setter functions. - * @suppress {deprecated} - */ - function defineProperty(obj, name, opt_kind, opt_setHook) { - if (typeof obj === 'function') { - obj = obj.prototype; - } - - const kind = /** @type {PropertyKind} */ (opt_kind || PropertyKind.JS); - - // TODO(crbug.com/425829): Remove above suppression once we no longer use - // deprecated functions lookupGetter, defineGetter, lookupSetter, and - // defineSetter. - // eslint-disable-next-line no-restricted-properties - if (!obj.__lookupGetter__(name)) { - // eslint-disable-next-line no-restricted-properties - obj.__defineGetter__(name, getGetter(name, kind)); - } - - // eslint-disable-next-line no-restricted-properties - if (!obj.__lookupSetter__(name)) { - // eslint-disable-next-line no-restricted-properties - obj.__defineSetter__(name, getSetter(name, kind, opt_setHook)); - } - } - - /** - * Returns a getter and setter to be used as property descriptor in - * Object.defineProperty(). When the setter changes the value a property - * change event with the type {@code name + 'Change'} is fired. - * @param {string} name The name of the property. - * @param {PropertyKind=} opt_kind What kind of underlying storage to use. - * @param {function(*, *):void=} opt_setHook A function to run after the - * property is set, but before the propertyChange event is fired. - */ - function getPropertyDescriptor(name, opt_kind, opt_setHook) { - const kind = /** @type {PropertyKind} */ (opt_kind || PropertyKind.JS); - - const desc = { - get: getGetter(name, kind), - set: getSetter(name, kind, opt_setHook), - }; - return desc; - } - - /** - * Counter for use with createUid - */ - let uidCounter = 1; - - /** - * @return {number} A new unique ID. - */ - function createUid() { - return uidCounter++; - } - - /** - * Dispatches a simple event on an event target. - * @param {!EventTarget} target The event target to dispatch the event on. - * @param {string} type The type of the event. - * @param {boolean=} opt_bubbles Whether the event bubbles or not. - * @param {boolean=} opt_cancelable Whether the default action of the event - * can be prevented. Default is true. - * @return {boolean} If any of the listeners called {@code preventDefault} - * during the dispatch this will return false. - */ - function dispatchSimpleEvent(target, type, opt_bubbles, opt_cancelable) { - const e = new Event(type, { - bubbles: opt_bubbles, - cancelable: opt_cancelable === undefined || opt_cancelable - }); - return target.dispatchEvent(e); - } - - /** - * Calls |fun| and adds all the fields of the returned object to the object - * named by |name|. For example, cr.define('cr.ui', function() { - * function List() { - * ... - * } - * function ListItem() { - * ... - * } - * return { - * List: List, - * ListItem: ListItem, - * }; - * }); - * defines the functions cr.ui.List and cr.ui.ListItem. - * @param {string} name The name of the object that we are adding fields to. - * @param {!Function} fun The function that will return an object containing - * the names and values of the new fields. - */ - function define(name, fun) { - const obj = exportPath(name); - const exports = fun(); - for (const propertyName in exports) { - // Maybe we should check the prototype chain here? The current usage - // pattern is always using an object literal so we only care about own - // properties. - const propertyDescriptor = - Object.getOwnPropertyDescriptor(exports, propertyName); - if (propertyDescriptor) { - Object.defineProperty(obj, propertyName, propertyDescriptor); - } - } - } - - /** - * Adds a {@code getInstance} static method that always return the same - * instance object. - * @param {!Function} ctor The constructor for the class to add the static - * method to. - */ - function addSingletonGetter(ctor) { - ctor.getInstance = function() { - return ctor.instance_ || (ctor.instance_ = new ctor()); - }; - } - - /** - * The mapping used by the sendWithPromise mechanism to tie the Promise - * returned to callers with the corresponding WebUI response. The mapping is - * from ID to the PromiseResolver helper; the ID is generated by - * sendWithPromise and is unique across all invocations of said method. - * @type {!Object} - */ - const chromeSendResolverMap = {}; - - /** - * The named method the WebUI handler calls directly in response to a - * chrome.send call that expects a response. The handler requires no knowledge - * of the specific name of this method, as the name is passed to the handler - * as the first argument in the arguments list of chrome.send. The handler - * must pass the ID, also sent via the chrome.send arguments list, as the - * first argument of the JS invocation; additionally, the handler may - * supply any number of other arguments that will be included in the response. - * @param {string} id The unique ID identifying the Promise this response is - * tied to. - * @param {boolean} isSuccess Whether the request was successful. - * @param {*} response The response as sent from C++. - */ - function webUIResponse(id, isSuccess, response) { - const resolver = chromeSendResolverMap[id]; - delete chromeSendResolverMap[id]; - - if (isSuccess) { - resolver.resolve(response); - } else { - resolver.reject(response); - } - } - - /** - * A variation of chrome.send, suitable for messages that expect a single - * response from C++. - * @param {string} methodName The name of the WebUI handler API. - * @param {...*} var_args Variable number of arguments to be forwarded to the - * C++ call. - * @return {!Promise} - */ - function sendWithPromise(methodName, var_args) { - const args = Array.prototype.slice.call(arguments, 1); - const promiseResolver = new PromiseResolver(); - const id = methodName + '_' + createUid(); - chromeSendResolverMap[id] = promiseResolver; - chrome.send(methodName, [id].concat(args)); - return promiseResolver.promise; - } - - /** - * A map of maps associating event names with listeners. The 2nd level map - * associates a listener ID with the callback function, such that individual - * listeners can be removed from an event without affecting other listeners of - * the same event. - * @type {!Object>} - */ - const webUIListenerMap = {}; - - /** - * The named method the WebUI handler calls directly when an event occurs. - * The WebUI handler must supply the name of the event as the first argument - * of the JS invocation; additionally, the handler may supply any number of - * other arguments that will be forwarded to the listener callbacks. - * @param {string} event The name of the event that has occurred. - * @param {...*} var_args Additional arguments passed from C++. - */ - function webUIListenerCallback(event, var_args) { - const eventListenersMap = webUIListenerMap[event]; - if (!eventListenersMap) { - // C++ event sent for an event that has no listeners. - // TODO(dpapad): Should a warning be displayed here? - return; - } - - const args = Array.prototype.slice.call(arguments, 1); - for (const listenerId in eventListenersMap) { - eventListenersMap[listenerId].apply(null, args); - } - } - - /** - * Registers a listener for an event fired from WebUI handlers. Any number of - * listeners may register for a single event. - * @param {string} eventName The event to listen to. - * @param {!Function} callback The callback run when the event is fired. - * @return {!WebUIListener} An object to be used for removing a listener via - * cr.removeWebUIListener. Should be treated as read-only. - */ - function addWebUIListener(eventName, callback) { - webUIListenerMap[eventName] = webUIListenerMap[eventName] || {}; - const uid = createUid(); - webUIListenerMap[eventName][uid] = callback; - return {eventName: eventName, uid: uid}; - } - - /** - * Removes a listener. Does nothing if the specified listener is not found. - * @param {!WebUIListener} listener The listener to be removed (as returned by - * addWebUIListener). - * @return {boolean} Whether the given listener was found and actually - * removed. - */ - function removeWebUIListener(listener) { - const listenerExists = webUIListenerMap[listener.eventName] && - webUIListenerMap[listener.eventName][listener.uid]; - if (listenerExists) { - delete webUIListenerMap[listener.eventName][listener.uid]; - return true; - } - return false; - } - - return { - addSingletonGetter: addSingletonGetter, - define: define, - defineProperty: defineProperty, - getPropertyDescriptor: getPropertyDescriptor, - dispatchPropertyChange: dispatchPropertyChange, - dispatchSimpleEvent: dispatchSimpleEvent, - PropertyKind: PropertyKind, - - // C++ <-> JS communication related methods. - addWebUIListener: addWebUIListener, - removeWebUIListener: removeWebUIListener, - sendWithPromise: sendWithPromise, - webUIListenerCallback: webUIListenerCallback, - webUIResponse: webUIResponse, - - /** Whether we are using a Mac or not. */ - get isMac() { - return /Mac/.test(navigator.platform); - }, - - /** Whether this is on the Windows platform or not. */ - get isWindows() { - return /Win/.test(navigator.platform); - }, - - /** Whether this is the ChromeOS/ash web browser. */ - get isChromeOS() { - let returnValue = false; - // TODO(https://crbug.com/1118190): grit conditionals do not work in many - // WebUI tests. - // - return returnValue; - }, - - /** Whether this is the ChromeOS/Lacros web browser. */ - get isLacros() { - let returnValue = false; - // TODO(https://crbug.com/1118190): grit conditionals do not work in many - // WebUI tests. - // - return returnValue; - }, - - /** Whether this is on vanilla Linux (not chromeOS). */ - get isLinux() { - return /Linux/.test(navigator.userAgent); - }, - - /** Whether this is on Android. */ - get isAndroid() { - return /Android/.test(navigator.userAgent); - }, - - /** Whether this is on iOS. */ - get isIOS() { - return /EdgiOS/.test(navigator.userAgent); - } - }; -}(this); diff --git a/static/misc/edge-surf/resources/js/lib_common.chunk.js b/static/misc/edge-surf/resources/js/lib_common.chunk.js deleted file mode 100644 index e5b1fe2f..00000000 --- a/static/misc/edge-surf/resources/js/lib_common.chunk.js +++ /dev/null @@ -1,1958 +0,0 @@ -(self.webpackChunkedge_common=self.webpackChunkedge_common||[]).push([[197],{21480:(t,e,n)=>{"use strict";let r;n.d(e,{G:()=>r,_:()=>i}),function(t){t.HONORIFIC="HONORIFIC",t.FULL_NAME="FULL_NAME",t.COMPANY_NAME="COMPANY_NAME",t.ADDRESS_LINES="ADDRESS_LINES",t.ADDRESS_LEVEL_1="ADDRESS_LEVEL_1",t.ADDRESS_LEVEL_2="ADDRESS_LEVEL_2",t.ADDRESS_LEVEL_3="ADDRESS_LEVEL_3",t.POSTAL_CODE="POSTAL_CODE",t.SORTING_CODE="SORTING_CODE",t.COUNTRY_CODE="COUNTRY_CODE"}(r||(r={}));const i=window.chrome.autofillPrivate},24689:(t,e,n)=>{"use strict";let r;n.d(e,{I:()=>r}),function(t){t.MANAGED="managed"}(r||(r={}));window.chrome.bookmarks},15179:(t,e,n)=>{"use strict";let r,i,o,s,a;n.d(e,{MP:()=>l}),function(t){t.STRING="string",t.TEXT_FILE="textFile",t.JSON_DICTIONARY="jsonDictionary",t.FILE_PATH="filePath",t.WATSON_FILE_PATH="watsonFilePath"}(r||(r={})),function(t){t.REGULAR="regular",t.BASIC="basic",t.SMILE_BUTTON="smileButton",t.SURVEY_NPS="surveyNps",t.SUPPORT="support"}(i||(i={})),function(t){t.CAPTURE_REPRO_VIDEO="captureReproVideo",t.CHROME_DEBUGGER_PROTOCOL="chromeDebuggerProtocol",t.TAKE_SCREENSHOT="takeScreenshot",t.TRACING_CAPTURE="tracingCapture",t.PROFILING_TRACE_CAPTURE="profilingTraceCapture",t.CAPTURE_NTP_ADS="captureNtpAds",t.SHOW_RECREATE_BUTTON="showRecreateButton",t.ADDON_SITE_DIAGNOSTICS="addonSiteDiagnostics"}(o||(o={})),function(t){t.NO_OVERRIDE="noOverride"}(s||(s={})),function(t){t.SUCCESS="success",t.DELAYED="delayed"}(a||(a={}));const l=window.chrome.edgeFeedbackPrivate},39278:(t,e,n)=>{"use strict";let r;n.d(e,{U:()=>r,A:()=>i}),function(t){t.SHOW_IN_TOOLBAR="ShowInToolbar",t.PIN_PERSISTENCE="PinPersistence"}(r||(r={}));const i=window.chrome.hubPrivate},45247:(t,e,n)=>{"use strict";let r;n.d(e,{M:()=>r,d:()=>i}),function(t){t.TOP="TOP",t.UP="UP",t.DOWN="DOWN",t.UNKNOWN="UNKNOWN"}(r||(r={}));const i=window.chrome.languageSettingsPrivate},74714:(t,e,n)=>{"use strict";let r,i,o,s,a;n.d(e,{bJ:()=>r,PO:()=>i,S5:()=>o,qG:()=>a,JN:()=>l}),function(t){t.K_TOP_LEFT="kTopLeft",t.K_TOP_RIGHT="kTopRight",t.K_BOTTOM_LEFT="kBottomLeft",t.K_BOTTOM_RIGHT="kBottomRight"}(r||(r={})),function(t){t.MOUSE="Mouse",t.KEYBOARD="Keyboard"}(i||(i={})),function(t){t.K_ADD_PAGE_ICON="kAddPageIcon",t.K_ADD_FOLDER_ICON="kAddFolderIcon",t.K_SETTINGS_GEAR_ICON="kSettingsGearIcon",t.K_DELETE_ICON="kDeleteIcon",t.K_FOLDER_ICON="kFolderIcon",t.K_LINK_ICON="kLinkIcon",t.K_CLOSE_ICON="kCloseIcon",t.K_REFRESH_ICON="kRefreshIcon",t.K_PLAY_ARROW_ICON="kPlayArrowIcon",t.K_PAUSE_ICON="kPauseIcon",t.K_SAVE_ICON="kSaveIcon",t.K_SAVE_AS_ICON="kSaveAsIcon",t.K_OPEN_FOLDER_ICON="kOpenFolderIcon",t.K_LAUNCH_ICON="kLaunchIcon",t.K_NEW_IN_PRIVATE_WINDOW_ICON="kNewInPrivateWindowIcon",t.K_OPEN_ALL_ICON="kOpenAllIcon",t.K_NEW_WINDOW_ICON="kNewWindowIcon",t.K_EDIT_ICON="kEditIcon",t.K_SORT_ICON="kSortIcon",t.K_RENAME_ICON="kRenameIcon",t.K_PRIVACY_ICON="kPrivacyIcon",t.K_PRIVACY_MODE_ICON="kPrivacyModeIcon",t.K_PASTE_ICON="kPasteIcon",t.K_PLUS_ICON="kPlusIcon",t.K_ARROW_UP_ICON="kArrowUpIcon",t.K_ARROW_DOWN_ICON="kArrowDownIcon",t.K_UPLOAD_ICON="kUploadIcon",t.K_CITATIONS_ICON="kCitationsIcon",t.K_COPY_ICON="kCopyIcon",t.K_COUPON_PROMO_ICON="kCouponPromoIcon",t.K_COMMENT_ICON="kCommentIcon",t.K_ADD_NOTE_ICON="kAddNoteIcon",t.K_SIGN_OUT_ICON="kSignOutIcon",t.K_EXPORT_ICON="kExportIcon",t.K_PROHIBITED_ICON="kProhibitedIcon",t.K_IMPORT_ICON="kImportIcon",t.K_EXCEL_ICON="kExcelIcon",t.K_POWER_POINT_ICON="kPowerPointIcon",t.K_ONE_NOTE_ICON="kOneNoteIcon",t.K_WORD_ICON="kWordIcon",t.K_PINTEREST_ICON="kPinterestIcon",t.K_CHECKMARK_CIRCLE_ICON="kCheckmarkCircleIcon",t.K_CLOCK_ICON="kClockIcon",t.K_QUESTION_ICON="kQuestionIcon",t.K_CALENDAR_ICON="kCalendarIcon",t.K_SHARE_ICON="kShareIcon",t.K_SORT_LINES_ICON="kSortLinesIcon",t.K_RESTORE_ALERT_ICON="kRestoreAlertIcon"}(o||(o={})),function(t){t.PRINT="print",t.SAVE="save"}(s||(s={})),function(t){t.NORMAL="normal",t.CHECKBOX="checkbox",t.RADIO="radio",t.SEPARATOR="separator"}(a||(a={}));const l=window.chrome.menusPrivate},20721:(t,e,n)=>{"use strict";let r;n.d(e,{v:()=>i}),function(t){t.HISTOGRAM_LOG="histogram-log",t.HISTOGRAM_LINEAR="histogram-linear"}(r||(r={}));const i=window.chrome.metricsPrivate},4376:(t,e,n)=>{"use strict";let r,i;n.d(e,{Gj:()=>r,Pc:()=>i,ry:()=>o}),function(t){t.PAGE_INFO_CLOSE="PAGE_INFO_CLOSE",t.PAGE_INFO_CERTIFICATE_VIEWER="PAGE_INFO_CERTIFICATE_VIEWER",t.PAGE_INFO_COOKIE_DIALOG="PAGE_INFO_COOKIE_DIALOG",t.PAGE_INFO_SITE_SETTINGS="PAGE_INFO_SITE_SETTINGS",t.PAGE_INFO_END_VR_SESSION="PAGE_INFO_END_VR_SESSION",t.PAGE_INFO_SMARTSCREEN_REPORT_SITE="PAGE_INFO_SMARTSCREEN_REPORT_SITE",t.PAGE_INFO_SMARTSCREEN_CONTINUE_TO_UNSAFE_SITE="PAGE_INFO_SMARTSCREEN_CONTINUE_TO_UNSAFE_SITE",t.PAGE_INFO_SSL_DECISION_REVOKE="PAGE_INFO_SSL_DECISION_REVOKE",t.PAGE_INFO_OPEN_PRIVACY_SETTINGS="PAGE_INFO_OPEN_PRIVACY_SETTINGS",t.PAGE_INFO_SUGGESTED_URL_NAVIGATION="PAGE_INFO_SUGGESTED_URL_NAVIGATION",t.PAGE_INFO_VIEW_MAIN="PAGE_INFO_VIEW_MAIN",t.PAGE_INFO_VIEW_CONNECTION_DETAILS="PAGE_INFO_VIEW_CONNECTION_DETAILS",t.PAGE_INFO_VIEW_TOP_SITE_INFO="PAGE_INFO_VIEW_TOP_SITE_INFO",t.PAGE_INFO_VIEW_TRACKER_DETAILS="PAGE_INFO_VIEW_TRACKER_DETAILS",t.PAGE_INFO_CERTIFICATE_LEARN_MORE_LINK="PAGE_INFO_CERTIFICATE_LEARN_MORE_LINK",t.PAGE_INFO_TOP_SITE_ATTRIBUTION_LINK="PAGE_INFO_TOP_SITE_ATTRIBUTION_LINK",t.PAGE_INFO_TOP_SITE_SOCIAL_PROFILE_LINK="PAGE_INFO_TOP_SITE_SOCIAL_PROFILE_LINK",t.PAGE_INFO_TOP_SITE_BING_SEARCH_LINK="PAGE_INFO_TOP_SITE_BING_SEARCH_LINK"}(r||(r={})),function(t){t.DEFAULT="DEFAULT",t.INSECURE="INSECURE"}(i||(i={}));const o=window.chrome.pageInfoPrivate},71234:(t,e,n)=>{"use strict";let r,i,o,s,a,l,c,u,d,p,h;n.d(e,{k8:()=>r,_D:()=>i,L8:()=>s,Pg:()=>a,so:()=>l,he:()=>c,Gu:()=>d,hF:()=>p,Wo:()=>h,jy:()=>f}),function(t){t.VIEW="VIEW",t.COPY="COPY",t.EDIT="EDIT"}(r||(r={})),function(t){t.NOT_STARTED="NOT_STARTED",t.IN_PROGRESS="IN_PROGRESS",t.SUCCEEDED="SUCCEEDED",t.FAILED_CANCELLED="FAILED_CANCELLED",t.FAILED_WRITE_FAILED="FAILED_WRITE_FAILED"}(i||(i={})),function(t){t.LEAKED="LEAKED",t.PHISHED="PHISHED",t.PHISHED_AND_LEAKED="PHISHED_AND_LEAKED"}(o||(o={})),function(t){t.STARTED="STARTED",t.STOPPED="STOPPED",t.ERROR="ERROR"}(s||(s={})),function(t){t.NO_AUTH="NO_AUTH",t.FREQUENCY="FREQUENCY"}(a||(a={})),function(t){t.EVERY_TIME="EVERY_TIME",t.ONCE_PER_SESSION="ONCE_PER_SESSION"}(l||(l={})),function(t){t.LEAKED="LEAKED",t.WEAK_AND_REUSED="WEAK_AND_REUSED",t.WEAK="WEAK",t.REUSED="REUSED",t.STRONG="STRONG"}(c||(c={})),function(t){t.IDLE="IDLE",t.RUNNING="RUNNING",t.CANCELED="CANCELED",t.OFFLINE="OFFLINE",t.SIGNED_OUT="SIGNED_OUT",t.NO_PASSWORDS="NO_PASSWORDS",t.QUOTA_LIMIT="QUOTA_LIMIT",t.OTHER_ERROR="OTHER_ERROR"}(u||(u={})),function(t){t.NOT_BREACHED="NOT_BREACHED",t.BREACHED="BREACHED"}(d||(d={})),function(t){t.NOT_IGNORED="NOT_IGNORED",t.IGNORED="IGNORED"}(p||(p={})),function(t){t.NOT_IGNORED="NOT_IGNORED",t.IGNORED="IGNORED"}(h||(h={}));const f=window.chrome.passwordsPrivate},2759:(t,e,n)=>{"use strict";let r,i,o;n.d(e,{nr:()=>r,vq:()=>i,yh:()=>o,_n:()=>s}),function(t){t.BOOLEAN="BOOLEAN",t.NUMBER="NUMBER",t.STRING="STRING",t.URL="URL",t.LIST="LIST",t.DICTIONARY="DICTIONARY"}(r||(r={})),function(t){t.DEVICE_POLICY="DEVICE_POLICY",t.USER_POLICY="USER_POLICY",t.OWNER="OWNER",t.PRIMARY_USER="PRIMARY_USER",t.EXTENSION="EXTENSION",t.PARENT="PARENT",t.CHILD_RESTRICTION="CHILD_RESTRICTION"}(i||(i={})),function(t){t.ENFORCED="ENFORCED",t.RECOMMENDED="RECOMMENDED",t.PARENT_SUPERVISED="PARENT_SUPERVISED"}(o||(o={}));const s=window.chrome.settingsPrivate},11479:(t,e,n)=>{"use strict";if(n.d(e,{je:()=>o,Ly:()=>s}),571==n.j)var r=n(3117);let i;!function(t){t.PROFILE_SHORTCUT_SETTING_HIDDEN="profileShortcutSettingHidden",t.PROFILE_SHORTCUT_NOT_FOUND="profileShortcutNotFound",t.PROFILE_SHORTCUT_FOUND="profileShortcutFound"}(i||(i={}));const o={name:""};class s{static getAvailableIcons(){return r.cr.sendWithPromise("getAvailableIcons")}static setProfileIconToGaiaAvatar(){r.e9.send("setProfileIconToGaiaAvatar")}static setProfileIconToDefaultAvatar(t){r.e9.send("setProfileIconToDefaultAvatar",[t])}static setProfileName(t){r.e9.send("setProfileName",[t])}static getProfileShortcutStatus(){return r.cr.sendWithPromise("requestProfileShortcutStatus")}static addProfileShortcut(){r.e9.send("addProfileShortcut")}static removeProfileShortcut(){r.e9.send("removeProfileShortcut")}static addNewProfile(t,e){r.e9.send("createProfile",[t,e])}static getDefaultProfileInfo(){return r.cr.sendWithPromise("getProfileDefaults")}}},22317:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=n(3117);const i=new class{getPluralString(t,e){return r.cr.sendWithPromise("getPluralString",t,e)}getPluralStringTupleWithComma(t,e,n,i){return r.cr.sendWithPromise("getPluralStringTupleWithComma",t,e,n,i)}getPluralStringTupleWithPeriods(t,e,n,i){return r.cr.sendWithPromise("getPluralStringTupleWithPeriods",t,e,n,i)}}},70159:(t,e,n)=>{"use strict";if(n.d(e,{Qm:()=>i,SY:()=>o,Hr:()=>s,$f:()=>a,ix:()=>l,Aw:()=>c}),571==n.j)var r=n(3117);let i;!function(t){t.AAD="aad",t.AAD_DEGRADED="aad_degraded",t.MSA="msa",t.ON_PREMISES="on_premises",t.NONE="none"}(i||(i={}));const o={name:"",first_name:"",last_name:"",iconUrl:"",accountType:i.NONE,profileForcedSignOut:!1,profileWasPreviouslySignedIn:!1,previouslySignedInUsername:""},s={shouldShow:!1,value:!1,isManaged:!1},a={shouldShow:!1,value:!1,isManaged:!1},l=/^(145|571)$/.test(n.j)?[]:null;class c{static getActiveProfileInfo(){return r.cr.sendWithPromise("getProfileInfo")}static getInactiveProfileInfo(){return r.cr.sendWithPromise("getNonActiveProfiles")}static openSettingsForProfile(t){r.e9.send("launchProfileSettings",[t])}static dismissProfilePreviousSignIn(){r.e9.send("dismissPreviousSignIn")}static handleChangeProfilePictureLinkClicked(){r.e9.send("handleChangePictureLinkClicked")}}},70582:(t,e,n)=>{"use strict";n.d(e,{gM:()=>I,VT:()=>T,nM:()=>A,o0:()=>D,ei:()=>R,LF:()=>$,ZU:()=>N,wH:()=>F,FH:()=>L});var r=n(3117),i=n(52053),o=n(95236),s=n(99725),a=n(45021),l=n(3275),c=n(49863),u=n(66385),d=n(71461),p=n(63416),h=n(4133),f=n(98036),g=n(69516),v=n(84770),b=n(61083),m=n(98110),y=n(44972),x=n(12403),_=n(68936),w=n(24584),C=n(48454),S=n(11129),E=n(23680),O=n(61105),j=n(440),P=n(75374),k=n(77614);let I,T,A,D,R,$;!function(t){t.EXTENSION="extension",t.PREFERENCE="preference",t.POLICY="policy"}(I||(I={})),function(t){t.DEFAULT="default",t.ALLOW="allow",t.BLOCK="block",t.ASK="ask",t.SESSION_ONLY="session_only",t.IMPORTANT_CONTENT="detect_important_content"}(T||(T={})),function(t){t.COOKIES="cookies",t.IMAGES="images",t.JAVASCRIPT="javascript",t.SOUND="sound",t.POPUPS="popups",t.GEOLOCATION="location",t.NOTIFICATIONS="notifications",t.MIC="media-stream-mic",t.CAMERA="media-stream-camera",t.PROTOCOL_HANDLERS="register-protocol-handler",t.AUTOMATIC_DOWNLOADS="multiple-automatic-downloads",t.BACKGROUND_SYNC="background-sync",t.MIDI_DEVICES="midi-sysex",t.NATIVE_FILE_SYSTEM_WRITE_GUARD="file-system-write",t.USB_DEVICES="usb-devices",t.SERIAL_PORTS="serial-ports",t.ZOOM_LEVELS="zoom-levels",t.PROTECTED_CONTENT="protected-content",t.ADS="ads",t.CLIPBOARD="clipboard",t.SENSORS="sensors",t.PAYMENT_HANDLER="payment-handler",t.MIXEDSCRIPT="mixed-script",t.TRACKERS="trackers",t.AUTOPLAY="autoplay",t.STORAGE_ACCESS="storage-access",t.CLEAR_BROWSING_DATA_COOKIES_EXCEPTIONS="clear-browsing-data-cookies-exceptions",t.VR="vr",t.AR="ar",t.SLEEPING_TABS="sleeping-tabs",t.CAMERA_PAN_TILT_ZOOM="camera-pan-tilt-zoom",t.ACCESSIBILITY_EVENTS="accessibility-events",t.NFC="nfc",t.WINDOW_PLACEMENT="window-placement",t.FONT_ACCESS="font-access",t.FILE_HANDLING="file-handling",t.IDLE_DETECTION="idle-detection"}(A||(A={})),function(t){t.ALLOWLIST="allowlist",t.ADS_FILTER_BLACKLIST="ads-filter-blacklist",t.DEFAULT="default",t.DRM_DISABLED="drm-disabled",t.EMBARGO="embargo",t.EXTENSION="extension",t.INSECURE_ORIGIN="insecure-origin",t.KILL_SWITCH="kill-switch",t.POLICY="policy",t.PREFERENCE="preference"}(D||(D={})),function(t){t.NONE="",t.USB_DEVICES="usb-devices-data",t.SERIAL_PORTS="serial-ports-data"}(R||(R={})),function(t){t.Mic="mic",t.Camera="camera"}($||($={}));const N="*",B=new Map;B.set(A.COOKIES,{type:A.COOKIES,icon:i.V,labelKey:"siteSettingsCookies",flyoutTextKey:"permissionRequestCookies"}),B.set(A.IMAGES,{type:A.IMAGES,icon:o.$,labelKey:"siteSettingsImages"}),B.set(A.JAVASCRIPT,{type:A.JAVASCRIPT,icon:s.t,labelKey:"siteSettingsJavascript"}),B.set(A.SOUND,{type:A.SOUND,icon:a.H,labelKey:"siteSettingsSound"}),B.set(A.POPUPS,{type:A.POPUPS,icon:l.K,labelKey:"siteSettingsPopups"}),B.set(A.GEOLOCATION,{type:A.GEOLOCATION,icon:c.r,labelKey:"siteSettingsLocation",flyoutTextKey:"permissionRequestLocation"}),B.set(A.NOTIFICATIONS,{type:A.NOTIFICATIONS,icon:u.U,labelKey:"siteSettingsNotifications",flyoutTextKey:"permissionRequestNotifications"}),B.set(A.MIC,{type:A.MIC,icon:d.q,labelKey:"siteSettingsMic",flyoutTextKey:"permissionRequestMicrophone"}),B.set(A.CAMERA,{type:A.CAMERA,icon:p.n,labelKey:"siteSettingsCamera",flyoutTextKey:"permissionRequestCamera"}),B.set(A.PROTOCOL_HANDLERS,{type:A.PROTOCOL_HANDLERS,icon:h.f,labelKey:"siteSettingsHandlers"}),B.set(A.FILE_HANDLING,{type:A.FILE_HANDLING,icon:f.U,labelKey:"siteSettingsFileHandling"}),B.set(A.AUTOMATIC_DOWNLOADS,{type:A.AUTOMATIC_DOWNLOADS,icon:g.a,labelKey:"siteSettingsAutomaticDownloads",flyoutTextKey:"permissionRequestAutomaticDownloads"}),B.set(A.BACKGROUND_SYNC,{type:A.BACKGROUND_SYNC,icon:v.b,labelKey:"siteSettingsBackgroundSync"}),B.set(A.MIDI_DEVICES,{type:A.MIDI_DEVICES,icon:b.s,labelKey:"siteSettingsMidiDevices",flyoutTextKey:"permissionRequestMIDI"}),B.set(A.USB_DEVICES,{type:A.USB_DEVICES,icon:m.R,labelKey:"siteSettingsUsbDevices"}),B.set(A.ZOOM_LEVELS,{type:A.ZOOM_LEVELS,icon:y.Q,labelKey:"siteSettingsZoomLevels"}),B.set(A.PROTECTED_CONTENT,{type:A.PROTECTED_CONTENT,icon:x.Y,labelKey:"siteSettingsProtectedContent"}),B.set(A.ADS,{type:A.ADS,icon:_._,labelKey:"siteSettingsAds"}),B.set(A.CLIPBOARD,{type:A.CLIPBOARD,icon:w.Z,labelKey:"siteSettingsClipboard",flyoutTextKey:"permissionRequestClipboard"}),B.set(A.SENSORS,{type:A.SENSORS,icon:C.S,labelKey:"siteSettingsSensors"}),B.set(A.PAYMENT_HANDLER,{type:A.PAYMENT_HANDLER,icon:S.E,labelKey:"siteSettingsPaymentHandler"}),B.set(A.MIXEDSCRIPT,{type:A.MIXEDSCRIPT,icon:E.A,labelKey:"siteSettingsCategoryInsecureContent"}),B.set(A.NATIVE_FILE_SYSTEM_WRITE_GUARD,{type:A.NATIVE_FILE_SYSTEM_WRITE_GUARD,icon:O.C,labelKey:"siteSettingsCategoryFileEditing"}),B.set(A.SERIAL_PORTS,{type:A.SERIAL_PORTS,icon:j.z,labelKey:"siteSettingsCategorySerialPorts"}),B.set(A.VR,{type:A.VR,icon:P._,labelKey:"siteSettingsVr",flyoutTextKey:"permissionRequestVR"}),B.set(A.AR,{type:A.AR,icon:P._,labelKey:"siteSettingsAr",flyoutTextKey:"permissionRequestAR"}),B.set(A.CAMERA_PAN_TILT_ZOOM,{type:A.CAMERA_PAN_TILT_ZOOM,icon:p.n,labelKey:null,flyoutTextKey:"permissionRequestMoveCamera"}),B.set(A.ACCESSIBILITY_EVENTS,{type:A.ACCESSIBILITY_EVENTS,icon:k.L,labelKey:null,flyoutTextKey:"permissionRequestAccessibility"}),B.set(A.NFC,{type:A.NFC,icon:k.L,labelKey:null,flyoutTextKey:"permissionRequestNFC"}),B.set(A.WINDOW_PLACEMENT,{type:A.WINDOW_PLACEMENT,icon:k.L,labelKey:null,flyoutTextKey:"permissionRequestWindowPlacement"}),B.set(A.FONT_ACCESS,{type:A.FONT_ACCESS,icon:k.L,labelKey:null,flyoutTextKey:"permissionRequestFontAccess"}),B.set(A.IDLE_DETECTION,{type:A.IDLE_DETECTION,icon:k.L,labelKey:null,flyoutTextKey:"permissionRequestIdleDetection"}),B.set(A.STORAGE_ACCESS,{type:A.STORAGE_ACCESS,icon:i.V,labelKey:null,flyoutTextKey:"permissionRequestStorage"});const F=/^(145|571|672)$/.test(n.j)?B:null;const L=new class{getValueForSitePermissionType(t){return r.cr.sendWithPromise("getDefaultValueForContentType",t)}setValueForSitePermissionType(t,e){return r.e9.send("setDefaultValueForContentType",[t,e])}getExceptionList(t){return r.cr.sendWithPromise("getExceptionList",t)}getAllSites(){return r.cr.sendWithPromise("getAllSites")}getCategoryList(t){return r.cr.sendWithPromise("getCategoryList",t)}getChooserExceptionList(t){return r.cr.sendWithPromise("getChooserExceptionList",t)}getRecentSitePermissions(t){return r.cr.sendWithPromise("getRecentSitePermissions",t)}getDefaultCaptureDevices(t){r.e9.send("getDefaultCaptureDevices",[t])}getOriginPermissions(t,e){return r.cr.sendWithPromise("getOriginPermissions",t,e)}setOriginPermissions(t,e,n){r.e9.send("setOriginPermissions",[t,e,n])}isOriginValid(t){return r.cr.sendWithPromise("isOriginValid",t)}setDefaultCaptureDevice(t,e){r.e9.send("setDefaultCaptureDevice",[t,e])}setProtocolHandlerDefault(t){r.e9.send("setHandlersEnabled",[t])}observeProtocolHandlers(){r.e9.send("observeProtocolHandlers")}resetSitePermissionForPattern(t,e,n,i){r.e9.send("resetCategoryPermissionForPattern",[t,e,n,i])}resetChooserExceptionForSite(t,e,n,i){r.e9.send("resetChooserExceptionForSite",[t,e,n,i])}setSitePermissionForPattern(t,e,n,i,o){r.e9.send("setCategoryPermissionForPattern",[t,e,n,i,o])}isPatternValidForType(t,e){return r.cr.sendWithPromise("isPatternValidForType",t,e)}updateInPrivateStatus(){r.e9.send("updateIncognitoStatus")}removeProtocolHandler(t,e){r.e9.send("removeHandler",[t,e])}setProtocolDefault(t,e){r.e9.send("setDefault",[t,e])}fetchZoomLevels(){r.e9.send("fetchZoomLevels")}removeZoomLevel(t){r.e9.send("removeZoomLevel",[t])}}},47739:(t,e,n)=>{"use strict";let r,i;n.d(e,{Sh:()=>i,zR:()=>o}),function(t){t.NO_ACTION="noAction",t.REAUTHENTICATE="reauthenticate",t.SIGNOUT_AND_SIGNIN="signOutAndSignIn",t.UPGRADE_CLIENT="upgradeClient",t.ENTER_PASSPHRASE="enterPassphrase",t.CONFIRM_SYNC_SETTINGS="confirmSyncSettings"}(r||(r={})),function(t){t.ADMIN_DISABLED="ADMIN_DISABLED",t.FIXABLE_SYNC_ERROR="FIXABLE_SYNC_ERROR",t.IN_SYNC="IN_SYNC",t.NO_SYNC_STATE="NO_SYNC_STATE",t.UNFIXABLE_SYNC_ERROR="UNFIXABLE_SYNC_ERROR",t.USER_CHOSE_NOT_TO_SYNC="USER_CHOSE_NOT_TO_SYNC",t.USER_INTERACTION_REQUIRED="USER_INTERACTION_REQUIRED",t.SYNC_CONSENT_PENDING="SYNC_CONSENT_PENDING",t.SYNC_NOT_ACTIVE="SYNC_NOT_ACTIVE",t.SYNC_NOT_AVAILABLE="SYNC_NOT_AVAILABLE"}(i||(i={}));const o={childUser:!1,domain:"",edgeSyncState:i.NO_SYNC_STATE,localSyncEnabled:!1,managed:!1,forced:!1,recommendedManaged:!1,savingBrowserHistoryDisabled:!1,signedIn:!1,signedInUsername:"",signinAllowed:!1,signOutAllowed:!1,statusAction:r.NO_ACTION,statusActionText:"",statusText:"",supervisedUser:!1,syncSystemEnabled:!1}},89053:(t,e,n)=>{"use strict";if(n.d(e,{ti:()=>o,gw:()=>s,sh:()=>a,AJ:()=>l,pH:()=>c,CJ:()=>u,qX:()=>d,iC:()=>p,g0:()=>h,qU:()=>f,eH:()=>g,af:()=>v,DO:()=>b}),571==n.j)var r=n(3117);if(571==n.j)var i=n(47739);let o,s,a;!function(t){t.SPINNER="spinner",t.CONFIGURE="configure",t.DONE="done",t.PASSPHRASE_FAILED="passphraseFailed"}(o||(o={})),function(t){t.ADDRESSES_AND_MORE="addressesAndMore",t.FAVORITES="favorites",t.COLLECTIONS="collections",t.EXTENSIONS="extensions",t.PASSWORDS="passwords",t.SETTINGS="settings",t.OPEN_TABS="openTabs",t.HISTORY="history",t.APPS="apps"}(s||(s={})),function(t){t[t.NOT_STARTED=0]="NOT_STARTED",t[t.IN_PROGRESS=1]="IN_PROGRESS",t[t.CLIENT_ERROR=2]="CLIENT_ERROR",t[t.SERVER_ERROR=3]="SERVER_ERROR",t[t.SUCCESS=4]="SUCCESS"}(a||(a={}));const l={appsDisabledByECS:!1,appsEnforced:!1,appsManaged:!1,appsRegistered:!1,appsSynced:!1,addressesAndMoreDisabledByECS:!1,addressesAndMoreEnforced:!1,addressesAndMoreManaged:!1,addressesAndMoreRegistered:!1,addressesAndMoreSynced:!1,collectionsDisabledByECS:!1,collectionsEnforced:!1,collectionsManaged:!1,collectionsRegistered:!1,collectionsSynced:!1,customPassphraseEncryptionDate:"",encryptAllData:!1,encryptAllDataAllowed:!1,extensionsDisabledByECS:!1,extensionsEnforced:!1,extensionsManaged:!1,extensionsRegistered:!1,extensionsSynced:!1,favoritesDisabledByECS:!1,favoritesEnforced:!1,favoritesManaged:!1,favoritesRegistered:!1,favoritesSynced:!1,fullEncryptionBody:"",historyDisabledByECS:!1,historyEnforced:!1,historyManaged:!1,historyRegistered:!1,historySynced:!1,openTabsDisabledByECS:!1,openTabsEnforced:!1,openTabsManaged:!1,openTabsRegistered:!1,openTabsSynced:!1,passphraseRequired:!1,passphraseTypeIsCustom:!1,passwordsDisabledByECS:!1,passwordsEnforced:!1,passwordsManaged:!1,passwordsRegistered:!1,passwordsSynced:!1,paymentsIntegrationEnabled:!1,settingsDisabledByECS:!1,settingsEnforced:!1,settingsManaged:!1,settingsRegistered:!1,settingsSynced:!1,syncAllDataTypes:!1,themesDisabledByECS:!1,themesEnforced:!1,themesManaged:!1,themesRegistered:!1,themesSynced:!1};function c(t,e){const n=e+"DisabledByECS";if(n in t)return!!t[n];const i=`SyncPrefs.${n} and SyncPrefs.`,o={component:"webui-settings-react",message:i,name:"InvalidSyncPrefs",source_url:window.location.href};return console.error(`InvalidSyncPrefs: ${i}`),r.e9.errorReporting.reportError(o),!1}function u(t){const e=[];for(const n of Object.values(s))c(t,n)&&e.push(n);return e}function d(t){const e=t.edgeSyncState;return t.signedIn&&e!==i.Sh.SYNC_NOT_AVAILABLE&&e!==i.Sh.ADMIN_DISABLED&&e!==i.Sh.USER_CHOSE_NOT_TO_SYNC&&e!==i.Sh.SYNC_CONSENT_PENDING}function p(t,e){return!(!t.localSyncEnabled||e===s.FAVORITES||e===s.SETTINGS)}function h(t,e){return!!t[e+"Managed"]}function f(t,e){return!(!t.savingBrowserHistoryDisabled||e!==s.HISTORY&&e!==s.OPEN_TABS)}function g(t,e,n){if(p(t,n)||h(e,n)||f(t,n))return!0;return!e[n+"Registered"]}function v(t,e,n){return!g(t,e,n)&&!!e[n+"Synced"]}class b{static clearServerData(t){r.e9.send("SyncClearServerData",[t])}static onNavigateToSyncSettingsPage(t){r.e9.send("OnNavigateToSyncSettingsPage",[t])}static getSyncStatus(){return r.cr.sendWithPromise("SyncSetupGetSyncStatus")}static restartSync(){r.e9.send("RestartSync")}static sendUpdateSyncPrefs(){r.e9.send("SyncPrefsDispatch")}static setSyncDatatypes(t,e,n){r.cr.sendWithPromise("SyncSetupSetDatatypes",JSON.stringify(t),e,n)}static setSyncEnabled(t){return r.cr.sendWithPromise("SetSyncEnabled",t)}static startSignIn(t="Settings"){r.e9.send("SyncSetupStartSignIn",[t])}static signOut(t){r.e9.send("SyncSetupSignout",[t])}static setSyncBlocked(t){r.e9.send("BlockSync",[t])}static setSyncConsentConfirmed(t){return r.cr.sendWithPromise("SyncConsentConfirmed",t)}static triggerSyncConsentDialog(){r.e9.send("TriggerSyncConsentDialog")}static setSyncDecryptionPassphrase(t){return r.cr.sendWithPromise("SyncSetupSetDecryptionPassphrase",t)}static setSyncEncryptionPassphrase(t){return r.cr.sendWithPromise("SyncSetupSetEncryptionPassphrase",t)}}},88203:(t,e,n)=>{"use strict";n.d(e,{b:()=>r,I:()=>i});const r={actionTitleButton_icon:{height:"20px",width:"20px"},actionTitleButton_label:{marginInlineStart:"6px"}},i={button:{minWidth:"0px"},button_contentRegion:{display:"flex",alignItems:"center"}}},17710:(t,e,n)=>{"use strict";n.d(e,{Z:()=>h});var r=n(89526),i=n(11754),o=n(17332),s=n(2483),a=n(46589),l=n(88203);function c(){return(c=Object.assign||function(t){for(var e=1;e{const t=window.innerWidth{"use strict";n.d(e,{Z:()=>f});var r=n(89526),i=n(11754),o=n(17332),s=n(14279),a=n(44907),l=n(46589),c=n(39529),u=n(88203);function d(){return(d=Object.assign||function(t){for(var e=1;e{this.setState({menuOpen:!this.state.menuOpen})})),p(this,"handledProps",{menu:void 0,icon:void 0,label:void 0,alwaysIconOnly:void 0,managedClasses:void 0}),p(this,"toggleLabel",(()=>{const t=window.innerWidth{"use strict";n.d(e,{Z:()=>b});var r=n(89526),i=n(11754),o=n(17332),s=n(92588),a=n(61184),l=n(17657),c=n(42130),u=n(47754),d=n(46589),p=n(38066),h=n(18169);function f(){return(f=Object.assign||function(t){for(var e=1;e a":{...(0,p.$Q)()}},actionTitle_headerContainer:{maxWidth:(0,l.a)(d.Aj),minWidth:(0,l.a)(d.XM),marginInlineEnd:(0,l.a)(d.H0),marginInlineStart:(0,l.a)(d.AW),...(0,c.F0)({})},actionTitle_flexContainer:{display:"flex",justifyContent:"space-between"},actionTitle_childrenContainer:{marginTop:(0,l.a)(d.f8),display:"flex","& > *":{...(0,h.ro)(h._p.PAGE_HEADER_ITEMS)}}};class v extends i.Z{constructor(...t){var e,n,r;super(...t),r={heading:void 0,subHeading:void 0,hideChildren:void 0,managedClasses:void 0,subHeadingId:void 0},(n="handledProps")in(e=this)?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r}render(){return r.createElement("div",f({},this.unhandledProps(),{className:this.props.managedClasses.actionTitle_headerContainer,"aria-label":this.props.heading,role:"region"}),r.createElement("div",{className:this.props.managedClasses.actionTitle_flexContainer},r.createElement(s.X6,{tag:d.VP,size:d.$e,className:this.props.managedClasses.contentHeader},this.props.heading),!this.props.hideChildren&&r.createElement("div",{className:this.props.managedClasses.actionTitle_childrenContainer},this.props.children)),!!this.props.subHeading&&r.createElement(a.pm,{tag:d.ZO,size:d.zT,className:this.props.managedClasses.sectionHeader,id:this.props.subHeadingId},this.props.subHeading),this.props.after)}}const b=(0,o.ZP)(g)(v)},15676:(t,e,n)=>{"use strict";n.d(e,{Z:()=>h});var r=n(89526),i=n(61168),o=n(71388),s=n(56909),a=n(17332),l=n(11754),c=n(38681);function u(){return(u=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{Z:()=>c});var r=n(89526),i=n(11754),o=n(17332),s=n(3117);function a(){return(a=Object.assign||function(t){for(var e=1;e2&&console.error(`ButtonSection expected 1 or 2 children, received ${t.length}`),1===t.length?r.createElement("div",a({},this.unhandledProps(),{className:this.props.managedClasses.buttonSection_singleContainer}),this.props.children):t.length>=2?s.pz.valueExists("is_macosx")&&!0===s.pz.getBoolean("is_macosx")?r.createElement("div",a({},this.unhandledProps(),{className:this.props.managedClasses.buttonSection_container}),t[1],t[0]):r.createElement("div",a({},this.unhandledProps(),{className:this.props.managedClasses.buttonSection_container}),t[0],t[1]):null}}const c=(0,o.ZP)({buttonSection_container:{display:"flex","justify-content":"space-between","& > *":{width:"calc(50% - 4px)"},width:"100%"},buttonSection_singleContainer:{display:"flex","justify-content":"flex-end","& > *":{width:"calc(50% - 4px)"},width:"100%"}})(l)},81028:(t,e,n)=>{"use strict";n.d(e,{Z:()=>x});var r=n(89526),i=n(11754),o=n(17332),s=n(40370),a=n(72982),l=n(2483),c=n(89827),u=n(53363),d=n(6098),p=n(3117),h=n(14570),f=n(46589),g=n(84967);function v(){return(v=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{J:()=>g,Z:()=>m});var r=n(89526),i=n(11754),o=n(17332),s=n(9748),a=n(53363),l=n(51094),c=n(61168),u=n(17657),d=n(23366),p=n(6098),h=n(32491);function f(){return(f=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{q:()=>f,Z:()=>b});var r=n(89526),i=n(73961);if(/^(205|571|885|908|991)$/.test(n.j))var o=n(71388);var s=n(26007);if(/^(205|571|885|908|991)$/.test(n.j))var a=n(17657);if(/^(205|571|885|908|991)$/.test(n.j))var l=n(46589);if(/^(205|571|885|908|991)$/.test(n.j))var c=n(38681);var u=n(6098);if(/^(205|571|885|908|991)$/.test(n.j))var d=n(91870);if(/^(205|571|885|908|991)$/.test(n.j))var p=n(18169);if(/^(205|571|885|908|991)$/.test(n.j))var h=n(84967);let f;!function(t){t[t.BottomInlineStart=0]="BottomInlineStart",t[t.TopInlineEnd=1]="TopInlineEnd"}(f||(f={}));const g=u.fn.direction===s.N.rtl;class v extends r.Component{constructor(...t){var e,n,r;super(...t),r=()=>{let t=null;for(const e of this.props.layoutQueries){const n=document.querySelector(e);if(n){t=n;break}}if(!t)return;const e=t.getBoundingClientRect();switch(this.props.layoutPosition){case f.BottomInlineStart:g?this.props.rootElement.style.right=(0,a.a)(window.innerWidth-e.right+l.AW):this.props.rootElement.style.left=(0,a.a)(e.left+l.AW),this.props.rootElement.style.bottom=(0,a.a)(l.R3);break;case f.TopInlineEnd:default:{g?this.props.rootElement.style.left=(0,a.a)(e.left):this.props.rootElement.style.right=(0,a.a)(window.innerWidth-e.right);const t=l.Mz+l.f8+l.bn;let n=0;window.innerWidth{"use strict";n.d(e,{Z:()=>x});var r=n(89526),i=n(11754),o=n(17332),s=n(40370),a=n(72982),l=n(2483),c=n(89827),u=n(53363),d=n(6098),p=n(3117),h=n(14570),f=n(46589),g=n(84967);function v(){return(v=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{ZP:()=>u});var r=n(89526);if(/^(205|571|885|908|991)$/.test(n.j))var i=n(81028);if(/^(205|571|885|908|991)$/.test(n.j))var o=n(14893);if(/^(205|571|885|908|991)$/.test(n.j))var s=n(3117);function a(){return(a=Object.assign||function(t){for(var e=1;e{this.interval=window.setInterval(this.hide,1e4)})),l(this,"restartInterval",(()=>{window.clearInterval(this.interval),this.startInterval()})),l(this,"onFocus",(()=>{this.state.isFocused||this.setState({isFocused:!0})})),l(this,"onBlur",(()=>{this.state.isFocused&&this.setState({isFocused:!1})})),l(this,"onMouseEnter",(()=>{this.state.isHovered||this.setState({isHovered:!0})})),l(this,"onMouseLeave",(()=>{this.state.isHovered&&this.setState({isHovered:!1})})),l(this,"hide",(()=>{this.state.isFocused||this.state.isHovered||this.props.hideDialog()}))}componentDidMount(){this.startInterval()}componentWillUnmount(){window.clearInterval(this.interval)}componentDidUpdate(t,e){const n=e.isHovered||e.isFocused,r=this.state.isHovered||this.state.isFocused;n&&!r&&this.restartInterval()}render(){return r.createElement(i.Z,a({primaryButtonIcon:this.getCancelGlyph,primaryButtonAriaLabel:s.pz.getString("close"),onFocus:this.onFocus,onBlur:this.onBlur,onMouseEnter:this.onMouseEnter,onMouseLeave:this.onMouseLeave},this.props.dialogProps))}getCancelGlyph(t){return r.createElement("div",{"aria-hidden":"true"},(0,o.p)(t))}}const u=/^(205|571|885|908|991)$/.test(n.j)?c:null},60201:(t,e,n)=>{"use strict";n.d(e,{ZP:()=>l});var r=n(89526);if(/^(205|571)$/.test(n.j))var i=n(81028);function o(){return(o=Object.assign||function(t){for(var e=1;e{this.interval=window.setInterval(this.hide,1e4)})),s(this,"restartInterval",(()=>{window.clearInterval(this.interval),this.startInterval()})),s(this,"onFocus",(()=>{this.state.isFocused||this.setState({isFocused:!0})})),s(this,"onBlur",(()=>{this.state.isFocused&&this.setState({isFocused:!1})})),s(this,"onMouseEnter",(()=>{this.state.isHovered||this.setState({isHovered:!0})})),s(this,"onMouseLeave",(()=>{this.state.isHovered&&this.setState({isHovered:!1})})),s(this,"hide",(()=>{this.state.isFocused||this.state.isHovered||this.props.hideDialog()})),this.state={isFocused:!1,isHovered:!1}}componentDidMount(){this.startInterval()}componentWillUnmount(){window.clearInterval(this.interval)}componentDidUpdate(t,e){const n=e.isHovered||e.isFocused,r=this.state.isHovered||this.state.isFocused;n&&!r&&this.restartInterval()}render(){return r.createElement(i.Z,o({},this.props.dialogProps,{onFocus:this.onFocus,onBlur:this.onBlur,onMouseEnter:this.onMouseEnter,onMouseLeave:this.onMouseLeave}))}}const l=/^(205|571)$/.test(n.j)?a:null},86224:(t,e,n)=>{"use strict";n.d(e,{Z:()=>C});var r=n(89526),i=n(17332),o=n(11754),s=n(23366),a=n(48863),l=n(9748),c=n(53363),u=n(51094),d=n(94048),p=n(95046),h=n(89827),f=n(17657),g=n(71388),v=n(87304),b=n(6098),m=n(38681);function y(){return(y=Object.assign||function(t){for(var e=1;e *":{position:"absolute"}},dragPreview_badge:{backgroundColor:d.Av,color:p.Q,height:"18px",borderRadius:"9px",display:"flex",alignItems:"center",justifyContent:"center",top:"-9px"},dragPreview_badgeText:{...(0,h.cg)(),...(0,c.Sh)("t8")}};class w extends o.Z{constructor(...t){super(...t),x(this,"handledProps",{title:void 0,faviconImage:void 0,defaultIcon:void 0,count:void 0,managedClasses:void 0}),x(this,"renderBadge",(()=>{if("number"!=typeof this.props.count||this.props.count<=1)return null;const t=10+8*this.props.count.toString().length,e=166-t/2,n=b.fn.direction===a.Nm.rtl;return r.createElement("div",{className:this.props.managedClasses.dragPreview_badge,style:{width:(0,f.a)(t),left:(0,f.a)(n?0:e),right:(0,f.a)(n?e:0)}},r.createElement("p",{className:this.props.managedClasses.dragPreview_badgeText},this.props.count))})),x(this,"renderIcon",(()=>this.props.faviconImage?r.createElement(v.Z,{className:this.props.managedClasses.dragPreview_icon,image:this.props.faviconImage}):this.props.defaultIcon(this.props.managedClasses.dragPreview_icon)))}render(){return r.createElement("div",y({},this.unhandledProps(),{className:this.props.managedClasses.dragPreview_container}),r.createElement(g.ZP,{value:m.dS},r.createElement("div",{className:this.props.managedClasses.dragPreview},r.createElement("div",{className:this.props.managedClasses.dragPreview_iconContainer},this.renderIcon()),r.createElement("div",{className:this.props.managedClasses.dragPreview_title},this.props.title))),this.renderBadge())}}const C=(0,i.ZP)(_)(w)},87304:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});var r=n(89526),i=n(11754),o=n(17332);function s(){return(s=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{eo:()=>d,ZP:()=>h});var r=n(2483),i=n(89526),o=n(11754),s=n(17332),a=n(6098),l=n(14570),c=n(46589);function u(){return(u=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{ZP:()=>P});var r=n(41808),i=n(92588),o=n(89526),s=n(73961),a=n(11754),l=n(17332),c=n(53363),u=n(89827),d=n(48863),p=n(23366),h=n(40370),f=n(33832),g=n(6098),v=n(10236),b=n(3031),m=n(37800),y=n(42961),x=n(7194);function _(){return(_=Object.assign||function(t){for(var e=1;e *":{...(0,c.Sh)("t7"),...(0,u.cg)()}},hubHeaderContent_headingButtonLarge:{"& > *":{...(0,c.Sh)("t6"),...(0,u.cg)()}}},S={button:{flex:"1","margin-inline-end":"4px",display:"inline","text-align":"start",background:"transparent",padding:"0",height:"28px",width:"100%",...(0,p.L)()}},E={button:{flex:"1",display:"inline","text-align":"start",background:"transparent",padding:"0 5px 0 5px","margin-inline-start":"-7px",cursor:"pointer",height:"28px","max-width":"fit-content",...(0,p.L)()}},O={textField:{padding:"0px",height:"28px",width:"100%","padding-inline-start":"1px",...(0,u.cg)()}};class j extends a.Z{constructor(...t){super(...t),w(this,"searchBoxRef",o.createRef()),w(this,"editBoxRef",o.createRef()),w(this,"defaultEnableModes",[y.QU.SIMPLE]),w(this,"handledProps",{heading:void 0,headingId:void 0,onHeadingClick:void 0,headingTooltip:void 0,enableModes:void 0,editModeProps:void 0,searchModeProps:void 0,mode:void 0,backButtonProps:void 0,managedClasses:void 0,size:void 0}),w(this,"isModeEnabled",(t=>(this.props.enableModes||this.defaultEnableModes).includes(t))),w(this,"renderSimpleContent",(()=>{if(this.isModeEnabled(y.QU.EDIT)){const t=this.props.editModeProps.editBoxProps,e="string"==typeof t.value?t.value:this.props.heading;return this.renderHeading(o.createElement(h.zx,{id:"hub-edit-button",className:this.generateHeadingButtonClassName(),jssStyleSheet:S,onClick:this.props.editModeProps.onStartEdit,onFocus:this.props.editModeProps.onStartEdit,title:this.props.editModeProps.editButtonTooltip},e),!0)}return"function"==typeof this.props.onHeadingClick?this.renderHeading(o.createElement(h.zx,{id:"hub-heading-button",className:this.generateHeadingButtonClassName(),jssStyleSheet:E,title:this.props.headingTooltip,onClick:this.props.onHeadingClick},this.props.heading),!0):this.renderHeading(this.props.heading,!1)})),w(this,"renderSearchContent",(()=>o.createElement(v.Z,_({},this.props.searchModeProps.searchBoxProps,{innerRef:this.searchBoxRef})))),w(this,"renderEditContent",(()=>o.createElement(r.nv,_({},this.props.editModeProps.editBoxProps,{jssStyleSheet:O,innerRef:this.editBoxRef,placeholder:this.props.editModeProps.editButtonTooltip,onBlur:this.props.editModeProps.onBlurEdit,onFocus:this.onEditBoxFocus,onKeyDown:this.onEditBoxKeyDown})))),w(this,"renderHeading",((t,e)=>o.createElement(i.X6,{tag:x.UF,size:(0,y.D6)(this.props.size),className:e?this.props.managedClasses.hubHeaderContent_headingWithButton:this.props.managedClasses.hubHeaderContent_headingWithoutButton,title:this.props.title,id:this.props.headingId},t))),w(this,"maybeRenderBackButton",(()=>{if(this.props.backButtonProps)return o.createElement(m.ZP,_({},this.props.backButtonProps,{id:"hub-layout-back-button",className:this.props.managedClasses.hubHeaderContent_backButton,icon:(0,b.o)(this.props.managedClasses.hubHeaderContent_chevronIcon),onClick:this.props.backButtonProps.onClick,title:this.props.backButtonProps.title}))})),w(this,"generateHeadingButtonClassName",(()=>this.props.size===y.tS.SMALL?this.props.managedClasses.hubHeaderContent_headingButtonSmall:this.props.managedClasses.hubHeaderContent_headingButtonLarge)),w(this,"onEditBoxKeyDown",(t=>{t.keyCode===f.mW.enter?(t.preventDefault(),t.stopPropagation(),this.props.editModeProps.onFinishEdit(t)):t.keyCode===f.mW.escape&&(t.preventDefault(),t.stopPropagation(),this.props.editModeProps.onCancelEdit(t))})),w(this,"onEditBoxFocus",(()=>{if(this.editBoxRef.current){const t=s.findDOMNode(this.editBoxRef.current);t&&t.select()}})),w(this,"focusInputByRef",(t=>{if(t&&t.current){const e=s.findDOMNode(t.current);if(e){const t=e.querySelector("input");t?t.focus():e.focus()}}}))}componentDidUpdate(t){const e=t.mode,n=this.props.mode;e!==n&&(n===y.QU.SEARCH&&this.focusInputByRef(this.searchBoxRef),n===y.QU.EDIT&&this.focusInputByRef(this.editBoxRef))}render(){return o.createElement(o.Fragment,null,this.maybeRenderBackButton(),o.createElement("div",{className:this.props.managedClasses.hubHeaderContent_flexContainer},this.props.mode===y.QU.SIMPLE&&this.renderSimpleContent(),this.props.mode===y.QU.SEARCH&&this.renderSearchContent(),this.props.mode===y.QU.EDIT&&this.renderEditContent()))}}const P=(0,l.ZP)(C)(j)},37351:(t,e,n)=>{"use strict";n.d(e,{ZP:()=>_});var r=n(89526),i=n(11754),o=n(17332),s=n(8215),a=n(9748),l=n(76908),c=n(37834),u=n(64197),d=n(17657),p=n(18169),h=n(42961);function f(){return(f=Object.assign||function(t){for(var e=1;e(0,d.a)(h.YF)),s.e),"z-index":`${p._p.PAGE_HEADER_ITEMS}`,display:"flex","align-items":"start","padding-inline-start":"16px","padding-inline-end":"12px","flex-direction":"column","justify-content":"start","& > *":{"z-index":`${p._p.PAGE_HEADER_ITEMS}`}},hubHeaderLayout__withElevation:{...(0,a.jf)(a.Y3.e8)},hubHeaderLayout__borderHidden:{"border-bottom":(0,u.WU)("{0} solid {1}",(()=>(0,d.a)(h.YF)),(()=>"transparent")),[l.xE]:{"border-bottom":"unset"}},hubHeaderLayout_mainRow:{display:"flex","flex-direction":"row",width:"100%","align-items":"center"}};class x extends i.Z{componentDidMount(){this.props.scrollElementId&&document.getElementById(this.props.scrollElementId).addEventListener("scroll",this.onScroll)}componentWillUnmount(){this.props.scrollElementId&&document.getElementById(this.props.scrollElementId).removeEventListener("scroll",this.onScroll)}render(){return r.createElement("div",b({},this.unhandledProps(),{className:this.generateHubHeaderLayoutClassNames(),style:this.getTotalHeightStyle(),id:"hub-header"}),r.createElement("div",{className:this.props.managedClasses.hubHeaderLayout_mainRow,style:{minHeight:(0,d.a)((0,h.JS)(this.props.size,this.props.viewType))}},this.props.children),this.maybeRenderExtraRow())}constructor(t){super(t),m(this,"onScroll",(t=>{const e=t.target;if(e.id===this.props.scrollElementId){const t=e.scrollTop;t>0&&!this.state.isScrolledDown&&this.setState({isScrolledDown:!0}),0===t&&this.state.isScrolledDown&&this.setState({isScrolledDown:!1})}})),m(this,"hasExtraRow",(()=>!!this.props.extraRow&&!!this.props.extraRow.content)),m(this,"hasExtraRowHeight",(()=>!!this.props.extraRow&&!!this.props.extraRow.height)),m(this,"maybeRenderExtraRow",(()=>{var t;return this.hasExtraRow()?r.createElement(v,{style:{height:this.hasExtraRowHeight()?(0,d.a)(this.props.extraRow.height):"unset"},jssStyleSheet:this.props.extraRow.styleSheet},null===(t=this.props.extraRow)||void 0===t?void 0:t.content):null})),m(this,"getTotalHeightStyle",(()=>{let t=null;return t=this.hasExtraRow()?this.hasExtraRowHeight()?(0,d.a)((0,h.Jb)(this.props.size,this.props.viewType,this.props.extraRow.height)-h.YF):"unset":(0,d.a)((0,h.Jb)(this.props.size,this.props.viewType)-h.YF),{minHeight:t,marginTop:(0,h.Ts)(this.props.viewType)}})),m(this,"generateHubHeaderLayoutClassNames",(()=>{const t=[this.props.managedClasses.hubHeaderLayout];return this.state.isScrolledDown&&t.push(this.props.managedClasses.hubHeaderLayout__withElevation),this.props.hideBorder&&t.push(this.props.managedClasses.hubHeaderLayout__borderHidden),(0,c.A)(...t)})),m(this,"handledProps",{hideBorder:void 0,extraRow:void 0,scrollElementId:void 0,viewType:void 0,size:void 0,managedClasses:void 0}),this.state={isScrolledDown:!1}}}const _=(0,o.ZP)(y)(x)},97731:(t,e,n)=>{"use strict";n.d(e,{Z:()=>p});var r=n(89526);if(672==n.j)var i=n(14893);if(672==n.j)var o=n(42961);if(672==n.j)var s=n(42641);if(672==n.j)var a=n(37351);if(672==n.j)var l=n(80900);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const u="hub-simple-heading-id";class d extends r.Component{constructor(...t){super(...t),c(this,"getBackButtonProps",(()=>{var t;if(this.props.onBackButtonClick)return{title:null===(t=this.props.tooltips)||void 0===t?void 0:t.backButton,onClick:this.props.onBackButtonClick,autoFocus:!0,id:"hub-simple-heading-back-button"}})),c(this,"getToolbarButtonsProps",(()=>{const t=[];var e;(this.props.buttonsProps&&this.props.buttonsProps.length&&t.push(...this.props.buttonsProps),this.props.onCloseButtonClick)&&t.push({id:"hub-simple-heading-close-button",icon:(0,i.p)(""),onClick:this.props.onCloseButtonClick,title:null===(e=this.props.tooltips)||void 0===e?void 0:e.closeButton,buttonRef:this.props.closeButtonRef});return t}))}render(){return r.createElement(a.ZP,{size:o.tS.SMALL,viewType:o.bW.SQUARE,hideBorder:this.props.hideBorder},r.createElement(s.ZP,{heading:this.props.heading,headingId:u,title:this.props.title,mode:o.QU.SIMPLE,size:o.tS.SMALL,backButtonProps:this.getBackButtonProps()}),r.createElement(l.ZP,{labelledBy:u,buttonsProps:this.getToolbarButtonsProps()}))}}const p=672==n.j?d:null},80900:(t,e,n)=>{"use strict";n.d(e,{ZP:()=>y});var r=n(89526),i=n(11754),o=n(17332),s=n(33832),a=n(37800),l=n(14279),c=n(44907),u=n(95774),d=n(39529);function p(){return(p=Object.assign||function(t){for(var e=1;e{this.setState({menuOpen:!this.state.menuOpen})})),h(this,"handledProps",{buttonStyleSheet:void 0,onMenuOpenChange:void 0,menu:void 0,contextMenuParentId:void 0,renderBottomForSmallViewport:void 0,menuItems:void 0,extraOnClickData:void 0,innerContentOverride:void 0}),this.state={menuOpen:!1}}}const g=(0,o.ZP)({})(f);function v(){return(v=Object.assign||function(t){for(var e=1;e{const e=t.target,n=t.currentTarget,r=t.relatedTarget;var i;null!=n&&n.contains(r)||this.state.isFocusInToolbar||(this.setState({isFocusInToolbar:!0}),e===n&&(null===(i=this.toolbarRef.current)||void 0===i?void 0:i.querySelector(this.toolbarButtonQuery)).focus())})),b(this,"onBlur",(t=>{const e=t.currentTarget,n=t.relatedTarget;null!=e&&e.contains(n)||!this.state.isFocusInToolbar||this.setState({isFocusInToolbar:!1})})),b(this,"getPlaceholder",(()=>"function"==typeof this.props.getPlaceholder?this.props.getPlaceholder(this.props.buttonsProps.length):null)),b(this,"renderButtons",(()=>this.props.buttonsProps.map(this.renderButton))),b(this,"renderButton",(t=>{const e=t,n=t;return e.menu||e.menuItems?r.createElement(g,v({key:"hub-layout-overflow-button"},e,{tabIndex:-1})):r.createElement(a.ZP,v({},n,{key:t.id,tabIndex:-1}))})),b(this,"onKeyDown",(t=>{switch(t.keyCode){case s.mW.arrowLeft:return t.preventDefault(),t.stopPropagation(),void this.focusNextButton(-1);case s.mW.arrowRight:return t.preventDefault(),t.stopPropagation(),void this.focusNextButton(1)}})),b(this,"focusNextButton",(t=>{if(!this.toolbarRef.current)return;const e=Array.from(this.toolbarRef.current.querySelectorAll(this.toolbarButtonQuery)),n=document.activeElement,r=e.indexOf(n),i=e.length,o=e[(r+t+i)%i];o&&o.focus&&o.focus()})),this.state={isFocusInToolbar:!1}}render(){return r.createElement("div",{id:"hub-toolbar",ref:this.toolbarRef,className:this.props.managedClasses.hubToolbar,onKeyDown:this.onKeyDown,role:"toolbar","aria-labelledby":this.props.labelledBy,"aria-placeholder":this.getPlaceholder(),onFocus:this.onFocus,onBlur:this.onBlur,tabIndex:this.state.isFocusInToolbar?-1:0},this.renderButtons())}}const y=(0,o.ZP)({hubToolbar:{"&>:not(:last-child)":{"margin-inline-end":"4px"}}})(m)},18756:(t,e,n)=>{"use strict";n.d(e,{kl:()=>u,ZP:()=>d});var r=n(89526);if(/^(6(01|72|75)|(20|5|88)5|908)$/.test(n.j))var i=n(71388);if(/^(6(01|72|75)|(20|5|88)5|908)$/.test(n.j))var o=n(6098);if(/^(6(01|72|75)|(20|5|88)5|908)$/.test(n.j))var s=n(20513);function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const l=window.matchMedia("(prefers-color-scheme: dark)");function c(){return l.matches}function u(t){return t?c()?76:0:c()?70:0}const d=/^(6(01|72|75)|(20|5|88)5|908)$/.test(n.j)?function(t){var e,n;return n=e=class extends r.Component{constructor(t){super(t),a(this,"backgroundListener",(()=>{this.setState({backgroundValue:u(null===s.Rg||void 0===s.Rg?void 0:s.Rg.hubPinned)})})),this.state={backgroundValue:u(null===s.Rg||void 0===s.Rg?void 0:s.Rg.hubPinned)}}componentDidMount(){l.addEventListener("change",this.backgroundListener)}componentWillUnmount(){l.removeEventListener("change",this.backgroundListener)}render(){return document.body.style.backgroundColor=o.fn.neutralPalette[this.state.backgroundValue],document.documentElement.style.borderInlineStart="none",r.createElement(i.ZP,{value:this.state.backgroundValue},r.createElement(t,this.props))}},a(e,"displayName",`HubBackground(${t.displayName})`),n}:null},42961:(t,e,n)=>{"use strict";if(n.d(e,{YF:()=>i,vz:()=>o,er:()=>s,QU:()=>a,bW:()=>l,tS:()=>c,D6:()=>u,TQ:()=>d,Ye:()=>p,JS:()=>h,Jb:()=>f,pQ:()=>g,Ts:()=>v}),/^(6(01|72|75)|(20|5|88)5|908)$/.test(n.j))var r=n(90305);const i=1,o=38,s=32;let a,l,c;function u(t){return t===c.SMALL?r.Gm._7:r.Gm._6}function d(t){return t?l.SQUARE:l.ROUNDED}function p(t){return t?c.LARGE:c.SMALL}function h(t,e){let n=t===c.SMALL?36:52;return e===l.ROUNDED&&(n+=4),n}function f(t,e,n=0){return h(t,e)+n+i}function g(t,e=0){return f(p(t),d(t),e)}function v(t){return t===l.ROUNDED?"-4px":"unset"}!function(t){t[t.SIMPLE=0]="SIMPLE",t[t.EDIT=1]="EDIT",t[t.SEARCH=2]="SEARCH"}(a||(a={})),function(t){t[t.ROUNDED=0]="ROUNDED",t[t.SQUARE=1]="SQUARE"}(l||(l={})),function(t){t[t.SMALL=0]="SMALL",t[t.LARGE=1]="LARGE"}(c||(c={}))},4111:(t,e,n)=>{"use strict";n.d(e,{ZP:()=>p});var r=n(89526),i=n(11754),o=n(17332),s=n(76908),a=n(17657);function l(){return(l=Object.assign||function(t){for(var e=1;e{if(!this.props.bottomShelfContent)return null;const t=this.props.managedClasses.hubLayoutContent_bottomShelf;return r.createElement("div",{className:t,style:{height:(0,a.a)(this.props.bottomShelfHeight)}},this.props.bottomShelfContent)})),c(this,"getStyle",(()=>{const t={},e=!!this.props.bottomShelfContent,n=e?this.props.bottomShelfHeight:0;if(this.props.headerHeight){const e=this.props.headerHeight+n,r=`calc(100% - ${(0,a.a)(e)})`,i="unset",o=this.props.isPinned?i:r;t.height=o,t.maxHeight=o}return e&&(t.marginBottom=(0,a.a)(n)),this.props.disableScroll&&(t.overflow="hidden"),t}))}render(){return r.createElement(r.Fragment,null,r.createElement("div",l({},this.unhandledProps(),{className:this.props.managedClasses.hubLayoutContent,ref:this.props.contentRef,style:this.getStyle()}),this.props.children),this.maybeRenderBottomShelf())}}const p=(0,o.ZP)(u)(d)},73556:(t,e,n)=>{"use strict";n.d(e,{ZP:()=>A});var r=n(89526),i=n(73961),o=n(11754),s=n(17332),a=n(4921),l=n(64197),c=n(17657),u=n(33832),d=n(3117),p=n(21733),h=n(27774),f=n(91242),g=n(14893),v=n(18169),b=n(20513),m=n(74846),y=n(42961),x=n(18756),_=n(28902),w=n(42641),C=n(37351),S=n(80900);function E(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class O extends r.Component{constructor(t){super(t),E(this,"searchButtonRef",r.createRef()),E(this,"headingId","hub-full-heading-id"),E(this,"toolbarRef",r.createRef()),E(this,"getToolbarButtonsProps",(()=>{if(this.state.mode===y.QU.SEARCH)return[];const t=[];var e;(this.props.startButtonsProps&&this.props.startButtonsProps.length&&t.push(...this.props.startButtonsProps),this.isModeEnabled(y.QU.SEARCH))&&t.push({id:"hub-layout-search-button",buttonRef:this.searchButtonRef,icon:(0,_.R)(""),onClick:this.enterSearchMode,title:null===(e=this.props.tooltips)||void 0===e?void 0:e.searchButton});return this.props.overflowButtonProps&&t.push(this.props.overflowButtonProps),this.props.endButtonProps&&t.push(...this.props.endButtonProps),t})),E(this,"isModeEnabled",(t=>this.props.enableModes.includes(t))),E(this,"getBackButtonProps",(()=>{var t,e;return this.props.onBackButtonClick?{onClick:this.props.onBackButtonClick,title:null===(t=this.props.tooltips)||void 0===t?void 0:t.backButton,id:"hub-layout-back-button"}:this.props.useBackButtonForSearch&&this.state.mode===y.QU.SEARCH?{onClick:this.exitSearchMode,title:null===(e=this.props.tooltips)||void 0===e?void 0:e.backButton,id:"hub-layout-back-button"}:null})),E(this,"onEditBoxChange",(t=>{this.setState({editBoxValue:t.target.value})})),E(this,"onSearchModeKeyDown",(t=>{if(t.keyCode===u.mW.escape){if("function"==typeof this.props.shouldExitSearchOnEscape&&!this.props.shouldExitSearchOnEscape(t))return;t.preventDefault(),t.stopPropagation(),this.exitSearchMode()}})),E(this,"enterSearchMode",(()=>{document.addEventListener("keydown",this.onSearchModeKeyDown),this.setState({mode:y.QU.SEARCH})})),E(this,"exitSearchMode",(()=>{document.removeEventListener("keydown",this.onSearchModeKeyDown),this.setState({mode:y.QU.SIMPLE},(()=>this.focusButtonByRef(this.searchButtonRef)))})),E(this,"enterEditMode",(()=>{this.setState({mode:y.QU.EDIT})})),E(this,"finishEdit",(t=>{this.props.onEditFinished&&this.props.onEditFinished(this.state.editBoxValue),this.setState({mode:y.QU.SIMPLE},t)})),E(this,"cancelEdit",(t=>{this.setState({mode:y.QU.SIMPLE,editBoxValue:this.props.heading},t)})),E(this,"onFinishEdit",(()=>{this.finishEdit(this.focusToolbar)})),E(this,"onBlurEdit",(()=>{this.finishEdit()})),E(this,"onCancelEdit",(()=>{this.cancelEdit(this.focusToolbar)})),E(this,"focusToolbar",(()=>{if(this.toolbarRef&&this.toolbarRef.current){const t=i.findDOMNode(this.toolbarRef.current);if(t){const e=t.querySelector("button");e&&e.focus&&e.focus()}}})),E(this,"focusButtonByRef",(t=>{if(t&&t.current){const e=i.findDOMNode(t.current);e&&e.focus&&e.focus()}})),this.state={mode:t.forceMode||y.QU.SIMPLE,editBoxValue:t.heading}}componentDidUpdate(t,e){e.mode!==this.state.mode&&this.props.onModeChange&&this.props.onModeChange(e.mode,this.state.mode),t.heading!==this.props.heading&&this.props.heading!==this.state.editBoxValue&&this.state.mode!==y.QU.EDIT&&this.setState({editBoxValue:this.props.heading}),t.forceMode!==this.props.forceMode&&this.state.mode!==this.props.forceMode&&(this.props.forceMode===y.QU.SEARCH?this.enterSearchMode():this.props.forceMode===y.QU.EDIT?this.enterEditMode():this.setState({mode:y.QU.SIMPLE}))}render(){var t,e;return r.createElement(C.ZP,{id:"hub-header",size:this.props.size,viewType:this.props.viewType,extraRow:this.props.extraRow,scrollElementId:this.props.scrollElementId,hideBorder:this.props.hideBorder},r.createElement(w.ZP,{heading:this.state.editBoxValue,headingId:this.headingId,onHeadingClick:this.props.onHeadingClick,headingTooltip:null===(t=this.props.tooltips)||void 0===t?void 0:t.headingButton,enableModes:this.props.enableModes,editModeProps:{editBoxProps:{...this.props.editBoxProps,value:this.state.editBoxValue,onChange:this.onEditBoxChange},editButtonTooltip:null===(e=this.props.tooltips)||void 0===e?void 0:e.editButton,onStartEdit:this.enterEditMode,onFinishEdit:this.onFinishEdit,onCancelEdit:this.onCancelEdit,onBlurEdit:this.onBlurEdit},searchModeProps:{searchBoxProps:this.props.searchBoxProps},mode:this.state.mode,backButtonProps:this.getBackButtonProps(),size:this.props.size}),r.createElement(S.ZP,{ref:this.toolbarRef,buttonsProps:this.getToolbarButtonsProps(),labelledBy:this.headingId,getPlaceholder:this.props.getToolbarPlaceholder}))}}const j=O;function P(){return(P=Object.assign||function(t){for(var e=1;e(0,c.a)(y.YF)),a.L$),height:"100%",width:"0px",position:"absolute","z-index":v._p.PAGE_HEADER_ITEMS.toString()},...p.Os};class T extends o.Z{constructor(...t){super(...t),k(this,"closeOrUnpinButtonRef",r.createRef()),k(this,"hubLayoutRef",r.createRef()),k(this,"pinPersistContentTypes",[m.SX.Collections,m.SX.Downloads,m.SX.Favorites,m.SX.History,m.SX.Performance]),k(this,"handledProps",{heading:void 0,onHeadingClick:void 0,contentId:void 0,searchBoxProps:void 0,editBoxProps:void 0,managedClasses:void 0,isPinned:void 0,enableModes:void 0,buttonsProps:void 0,overflowButtonProps:void 0,useBackButtonForSearch:void 0,forceMode:void 0,onModeChange:void 0,tooltips:void 0,onBackButtonClick:void 0,onEditFinished:void 0,topShelfContent:void 0,topShelfStyleSheet:void 0,scrollElementId:void 0,hideBorder:void 0}),k(this,"onDocumentKeyDown",(t=>{const e=t.target;"INPUT"!==e.tagName&&"textbox"!==e.getAttribute("role")&&(t.keyCode!==u.mW.arrowLeft&&t.keyCode!==u.mW.arrowRight||(t.preventDefault(),t.stopPropagation()))})),k(this,"getToolbarPlaceholder",(t=>1===t?b.Rg.hubToolbarDescSingular:d.pz.substituteString(b.Rg.hubToolbarDescPlural,t))),k(this,"shouldExitSearchOnEscape",(t=>{var e,n;const r=t.target;return!(null===(e=this.hubLayoutRef)||void 0===e||null===(n=e.current)||void 0===n||!n.contains(r))})),k(this,"getEndButtonProps",(()=>{if(!this.props.isPinned&&!b.Rg.hubIsInsideWebView2)return[{id:"hub-layout-pin-button",icon:(0,h.P)(""),onClick:this.onPinButtonClick,title:b.Rg.hubPinButtonTooltip}];const t={id:"hub-layout-unpin-button",icon:(0,f.O)(""),onClick:this.onUnpinButtonClick,title:b.Rg.hubUnpinButtonTooltip},e={id:"hub-layout-close-button",icon:(0,g.p)(""),onClick:this.onCloseButtonClick,title:b.Rg.hubCloseButtonTooltip};return this.pinPersistContentTypes.includes(this.props.contentId)&&b.Rg.hubPinPersistEnabled?(t.buttonRef=this.closeOrUnpinButtonRef,[t,e]):(e.buttonRef=this.closeOrUnpinButtonRef,[e])})),k(this,"onModeChange",((t,e)=>{e===y.QU.SEARCH&&(0,b.Ag)(this.props.contentId,m.i8.SEARCH),this.props.onModeChange(t,e)})),k(this,"renderPinnedBorder",(()=>r.createElement("div",{className:this.props.managedClasses.hubLayout_pinnedBorder}))),k(this,"onUnpinButtonClick",(()=>{(0,b.Ag)(this.props.contentId,m.i8.UNPIN),(0,b.Qn)(this.props.contentId)})),k(this,"onPinButtonClick",(()=>{(0,b.Ag)(this.props.contentId,m.i8.PIN),(0,b.Rx)(this.props.contentId)})),k(this,"onCloseButtonClick",(()=>{(0,b.Vs)(this.props.contentId)}))}componentDidMount(){if(this.props.isPinned||(0,b.hD)(),this.props.forceMode===y.QU.SEARCH&&(0,b.Ag)(this.props.contentId,m.i8.SEARCH),this.props.isPinned&&this.closeOrUnpinButtonRef.current){const t=i.findDOMNode(this.closeOrUnpinButtonRef.current);t&&t.focus()}document.addEventListener("keydown",this.onDocumentKeyDown)}componentWillUnmount(){document.removeEventListener("keydown",this.onDocumentKeyDown)}render(){return r.createElement("div",P({},this.unhandledProps(),{className:this.props.managedClasses.hubLayout,ref:this.hubLayoutRef}),r.createElement(j,{heading:this.props.heading,onHeadingClick:this.props.onHeadingClick,enableModes:this.props.enableModes,size:(0,y.Ye)(this.props.isPinned),viewType:(0,y.TQ)(this.props.isPinned),tooltips:this.props.tooltips,startButtonsProps:this.props.buttonsProps,overflowButtonProps:this.props.overflowButtonProps,endButtonProps:this.getEndButtonProps(),extraRow:{content:this.props.topShelfContent,height:y.er,styleSheet:this.props.topShelfStyleSheet},forceMode:this.props.forceMode,onModeChange:this.onModeChange,onBackButtonClick:this.props.onBackButtonClick,useBackButtonForSearch:this.props.useBackButtonForSearch,scrollElementId:this.props.isPinned?this.props.scrollElementId:void 0,onEditFinished:this.props.onEditFinished,editBoxProps:this.props.editBoxProps,searchBoxProps:this.props.searchBoxProps,shouldExitSearchOnEscape:this.shouldExitSearchOnEscape,getToolbarPlaceholder:this.getToolbarPlaceholder,hideBorder:this.props.hideBorder}),this.props.children,this.props.isPinned&&this.renderPinnedBorder())}}const A=(0,x.ZP)((0,s.ZP)(I)(T))},21038:(t,e,n)=>{"use strict";n.d(e,{Z:()=>u});var r=n(89526);if(/^(205|885|908)$/.test(n.j))var i=n(61184);if(/^(205|885|908)$/.test(n.j))var o=n(11754);if(/^(205|885|908)$/.test(n.j))var s=n(7194);function a(){return(a=Object.assign||function(t){for(var e=1;er.createElement("div",a({},this.unhandledProps(),{role:"status",style:{height:"0px",overflow:"hidden"}}),this.props.resultsString))),l(this,"getNoSearchResultsSubheading",(()=>r.createElement(i.pm,a({},this.unhandledProps(),{tag:s.cA,size:s.nH,jssStyleSheet:s.X_,role:"status"}),this.props.noResultsString)))}render(){return 0===this.props.numResults?this.getNoSearchResultsSubheading():this.getSearchResultsStatusText()}}const u=/^(205|885|908)$/.test(n.j)?c:null},7194:(t,e,n)=>{"use strict";n.d(e,{tD:()=>g,uy:()=>b,UF:()=>m,nH:()=>y,KI:()=>x,cA:()=>_,SK:()=>w,gf:()=>C,X_:()=>S,fL:()=>E});var r=n(53363);if(/^(205|222|908)$/.test(n.j))var i=n(47436);if(/^(205|222|672|908)$/.test(n.j))var o=n(76908);if(/^(222|672|908)$/.test(n.j))var s=n(89827);if(/^(222|672|908)$/.test(n.j))var a=n(94048);var l=n(90305),c=n(63650);if(/^(205|222|908)$/.test(n.j))var u=n(23366);var d=n(17657);if(/^(222|672|908)$/.test(n.j))var p=n(64197);if(/^(205|222|908)$/.test(n.j))var h=n(6098);if(/^(222|672|908)$/.test(n.j))var f=n(42961);const g=l.Gm._6,v=l.Gm._7,b=908==n.j?v:null,m=l.lb.h1,y=c.v._6,x=32,_=c.X.h2;(0,r.Sh)("t8");function w(t){return{treeView:{minWidth:t?"unset":"fit-content"}}}function C(t,e,n=!0,s=!1,a=!0){let l=e?"-4px !important":"28px !important";a||e?a&&n||(l="10px !important"):l="0px !important";const c={treeViewItem:{background:"transparent",contentVisibility:"unset"},treeViewItem_innerContentRegion:{marginLeft:"unset !important",marginInlineStart:l,overflow:t?"hidden":"unset",width:"100%",alignItems:"center","& > *":{marginTop:"0px",marginBottom:"0px"}},treeViewItem_textContainer:{width:"100%",marginInlineEnd:"3px",...(0,u.L)(),...(0,r.Sh)("t8")},treeViewItem_expandCollapseButton:{position:"unset !important",left:"unset",minWidth:"32px"}};return s&&(c.treeViewItem_contentRegion={border:`2px solid ${(0,i.F)(h.fn)}`,...o.HC}),c}const S={subheading:{marginInlineStart:"14px",paddingTop:"12px",paddingBottom:"4px",height:(0,d.a)(x)}};function E(t=!1){return{pivot:{"margin-inline-start":"2px"},pivot_tab:{...(0,r.Sh)("t8"),height:(0,d.a)(f.vz),overflow:"hidden"},pivot_tab__active:{...(0,s.cg)(),"& > span":{"border-bottom":(0,p.WU)("solid 3px {0}",a.Av),[o.xE]:{"forced-color-adjust":"none","border-bottom-color":o.YP.selectedBackground}}},pivot_activeIndicator:{top:"30px",display:"none"},pivot_tabList:{height:t?"0px":(0,d.a)(f.vz),width:(0,d.a)(340)}}}},68456:(t,e,n)=>{"use strict";n.d(e,{Z:()=>C});var r=n(89526),i=n(73961),o=n(48527),s=n(11754),a=n(47436),l=n(76908),c=n(51094),u=n(53363),d=n(89827),p=n(17332),h=n(42130),f=n(17657),g=n(33832),v=n(6098),b=n(18169);function m(){return(m=Object.assign||function(t){for(var e=1;e{this.props.onFocus&&this.props.onFocus(t),this.setState({isFocused:!0}),this.showTooltip()})),y(this,"onBlur",(t=>{this.props.onBlur&&this.props.onBlur(t),this.setState({isFocused:!1}),this.state.isHovered||this.hideTooltip()})),y(this,"onMouseEnter",(t=>{this.props.onMouseEnter&&this.props.onMouseEnter(t),this.setState({isHovered:!0}),this.showTooltip()})),y(this,"onMouseLeave",(t=>{this.props.onMouseLeave&&this.props.onMouseLeave(t),this.setState({isHovered:!1}),this.state.isFocused||this.hideTooltip()})),y(this,"onKeyDown",(t=>{"function"==typeof this.props.onKeyDown&&this.props.onKeyDown(t),t.keyCode===g.Lp&&this.state.showTooltip&&this.hideTooltip()})),y(this,"showTooltip",(()=>{this.positionTooltip(),this.setState({showTooltip:!0})})),y(this,"hideTooltip",(()=>{this.setState({showTooltip:!1})}))}render(){return r.createElement(r.Fragment,null,r.createElement("div",m({},this.unhandledProps(),{tabIndex:void 0!==this.props.tabIndex?this.props.tabIndex:0,className:this.generateClassNames(),"aria-label":this.props.ariaLabel||this.props.bubbleText,"aria-labelledby":this.props.ariaLabelledBy,role:this.props.role,ref:this.iconRef,onMouseEnter:this.onMouseEnter,onMouseLeave:this.onMouseLeave,onFocus:this.onFocus,onBlur:this.onBlur,onKeyDown:this.onKeyDown}),this.props.icon(this.props.managedClasses.iconWithTooltip_icon)),this.renderTooltip())}componentDidMount(){this.positionTooltip()}generateClassNames(){return`${this.props.managedClasses.iconWithTooltip} ${this.props.className||""}`}renderTooltip(){const t=r.createElement("div",{className:this.props.managedClasses.iconWithTooltip_infoBubble,id:this.bubbleId,role:"tooltip",ref:this.tooltipRef,style:{left:(0,f.a)(this.state.tooltipLeft),bottom:(0,f.a)(this.state.tooltipBottom),visibility:this.state.showTooltip?"visible":"hidden"},"aria-hidden":"true"},this.props.bubbleText);return this.props.rootElement?i.createPortal(t,this.props.rootElement):t}positionTooltip(){if(!this.iconRef.current||!this.tooltipRef.current)return;const t=this.tooltipRef.current.getBoundingClientRect().width,e=this.iconRef.current.getBoundingClientRect(),n=(e.left+e.right)/2;let r=Math.max(n-t/2,0);r+t>window.innerWidth&&(r=window.innerWidth-t);const i=window.innerHeight-e.top+10;this.setState({tooltipLeft:r,tooltipBottom:i})}}const w=(0,p.ZP)(x)(_),C=/^(22|571|775|885|991)$/.test(n.j)?w:null},86234:(t,e,n)=>{"use strict";n.d(e,{Z:()=>$});var r=n(11754),i=n(17332),o=n(61168),s=n(2483),a=n(48527),l=n(89526),c=n(42130),u=n(23366),d=n(9748),p=n(76908),h=n(29911),f=n(58934),g=n(91030),v=n(47436),b=n(89827),m=n(53363),y=n(51094),x=n(9453),_=n(33832),w=n(37834),C=n(14570),S=n(6098),E=n(18169),O=n(14893),j=n(46589),P=n(32491),k=n(38066),I=n(50529);function T(){return(T=Object.assign||function(t){for(var e=1;e{t.target===t.currentTarget&&this.setState({focusable:!0}),"function"==typeof this.props.handleOnFocus&&this.props.handleOnFocus(t)})),A(this,"handleCloseButtonFocus",(()=>{this.state.focusable||this.setState({focusable:!0})})),A(this,"handleBlur",(t=>{const e=this.props.focusRef.current;(!(0,x.N)()||e&&!e.contains(t.relatedTarget))&&this.setState({focusable:!1})})),A(this,"handleClick",(t=>{this.setState({focusable:!0}),this.props.focusRef&&this.props.focusRef.current&&this.props.focusRef.current.focus(),this.handleSelected(t)})),A(this,"handleKeyDown",(t=>{if(t.target===t.currentTarget){switch(t.keyCode){case _.mW.arrowDown:t.preventDefault(),this.focusNextNode(1,t);break;case _.mW.arrowUp:t.preventDefault(),this.focusNextNode(-1,t);break;case _.mW.space:t.preventDefault(),this.handleSelected(t)}this.props.handleKeyDown(t)}})),A(this,"focusNextNode",((t,e)=>{"function"==typeof this.props.setFocus&&this.props.setFocus(t,e)})),A(this,"handleSelected",(t=>{"function"==typeof this.props.handleSelected&&this.props.handleSelected(t)})),A(this,"renderTitleContent",(()=>{const t="string"==typeof this.props.title;let e;return e=t?(0,P._j)(this.props.title,this.props.highlightText,this.props.managedClasses.listItemCard_titleHighlight):this.props.title,l.createElement("a",{className:`${this.props.managedClasses.listItemCard_title} ${this.props.url?"card_clickable_title":null}`,href:this.props.url,title:t?this.props.title:void 0,tabIndex:-1,onClick:this.props.handleLinkClick,target:this.props.openLinkInNewTab?"_blank":"_self"},e)})),A(this,"renderContentFavIconImage",(()=>this.props.iconUrl?l.createElement("div",{className:this.props.managedClasses.listItemCard_favIconImage_websiteFavicon,style:{backgroundImage:this.props.iconUrl}}):this.props.fallbackIcon(this.props.managedClasses.listItemCard_fallbackIcon))),this.state={focusable:!1}}render(){const t=this.state.focusable?0:-1,e=!!this.props.description||!!this.props.secondaryActionIcon||!!this.props.dateTime,n=this.props.showCheckbox&&!!this.props.handleSelected;return l.createElement(o.Zb,{className:this.generateClassNames()},l.createElement("div",{role:this.props.handleSelected?"option":"listitem",className:this.props.managedClasses.listItemCard_container,ref:this.props.focusRef,tabIndex:t,onFocus:this.handleFocus,onClick:this.handleClick,onBlur:this.handleBlur,onKeyDown:this.handleKeyDown,"aria-label":this.props.label,"aria-selected":this.props.handleSelected?this.props.isSelected:null,"aria-setsize":this.props.listSize},n&&l.createElement(I.XZ,{inputId:this.inputId,className:this.props.managedClasses.listItemCard_checkbox,checked:this.props.isSelected,tabIndex:-1,"aria-hidden":"true",onDoubleClick:this.handleDoubleClick}),l.createElement("div",{className:this.props.managedClasses.listItemCard_favIconImage,"aria-hidden":!0},this.renderContentFavIconImage()),l.createElement("div",{className:this.generateTitleContainerClassNames()},this.renderTitleContent(),!!this.props.subtitle&&l.createElement("p",{className:this.props.managedClasses.listItemCard_subtitle,title:this.props.subtitleTooltip},(0,P._j)(this.props.subtitle,this.props.highlightText,this.props.managedClasses.listItemCard_descriptionHighlight))),e&&l.createElement("div",{className:this.props.managedClasses.listItemCard_rightContainer},l.createElement("p",{className:this.props.managedClasses.listItemCard_description,title:this.props.descriptionTooltip?this.props.descriptionTooltip:this.props.description},!!this.props.description&&(this.props.descriptionDisableHighlight?this.props.description:(0,P._j)(this.props.description,this.props.highlightText,this.props.managedClasses.listItemCard_descriptionHighlight))),!!this.props.secondaryDescription&&l.createElement("div",{className:this.props.managedClasses.listItemCard_descriptionContainer},this.props.secondaryDescriptionIcon,l.createElement("p",{className:this.props.managedClasses.listItemCard_description,title:this.props.secondaryDescriptionTooltip?this.props.secondaryDescriptionTooltip:this.props.secondaryDescription},(0,P._j)(this.props.secondaryDescription,this.props.highlightText,this.props.managedClasses.listItemCard_descriptionHighlight))),l.createElement("div",{style:{display:"flex",alignItems:"center",justifyContent:"flex-end"}},this.props.secondaryActionIcon&&l.createElement(s.XC,{className:`${this.props.managedClasses.listItemCard_button} secondaryButton`,onClick:this.handleButtonClick.bind(this,this.props.handleSecondaryActionClick),onDoubleClick:this.handleDoubleClick,title:this.props.secondaryActionTooltip,tabIndex:t,disabled:!this.props.handleSecondaryActionClick},this.props.secondaryActionIcon),this.props.dateTime&&l.createElement("p",{className:this.props.managedClasses.listItemCard_timeDate,title:this.props.dateTimeTooltip},this.props.dateTime))),this.renderCloseButton(t)))}generateClassNames(){let t=`${this.props.managedClasses.listItemCard} `;return this.props.isSelected&&(t+=`${this.props.managedClasses.listItemCard_selected} `),this.props.isDragHovered&&(t+=`${this.props.managedClasses.listItemCard_dragHovered} `),super.generateClassNames(t)}renderCloseButton(t){const e={className:this.props.managedClasses.listItemCard_button,tabIndex:t,onClick:this.handleButtonClick.bind(this,this.props.handleCloseButtonClick),onDoubleClick:this.handleDoubleClick,onFocus:this.handleCloseButtonFocus};if(this.props.closeButtonOverride)return this.props.closeButtonOverride(e);if(this.props.handleCloseButtonClick){const t=this.props.closeButtonIcon?this.props.closeButtonIcon(this.props.managedClasses.listItemCard_closeIcon):(0,O.p)(this.props.managedClasses.listItemCard_closeIcon);return l.createElement(s.XC,T({},e,{title:this.props.closeButtonTooltip,innerRef:this.props.closeButtonFocusRef}),l.createElement("div",{"aria-hidden":!0},t))}}generateTitleContainerClassNames(){const t=[this.props.managedClasses.listItemCard_titleContainer];return this.props.subtitle&&t.push(this.props.managedClasses.listItemCard_titleContainerWithSubtitle),(0,w.A)(...t)}handleButtonClick(t,e){e.stopPropagation(),t&&t()}handleDoubleClick(t){t.stopPropagation()}}const $=(0,i.ZP)(D)(R)},91870:(t,e,n)=>{"use strict";n.d(e,{m:()=>b,Z:()=>x});var r=n(89526),i=n(17332),o=n(11754),s=n(58934),a=n(76908),l=n(53363),c=n(51094),u=n(17657),d=n(71388),p=n(2483),h=n(64197),f=n(14893),g=n(18169);function v(){return(v=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{Z:()=>O});var r=n(89526),i=n(73961),o=n(17332),s=n(11754),a=n(96453),l=n(2483);if(/^((18|20|88)5|22|571|908|991)$/.test(n.j))var c=n(71388);var u=n(92588),d=n(90305),p=n(17657),h=n(16438),f=n(14893),g=n(46589),v=n(79171),b=n(96507),m=n(20513);if(/^((18|20|88)5|22|571|908|991)$/.test(n.j))var y=n(38681);if(/^((18|20|88)5|22|571|908|991)$/.test(n.j))var x=n(18756);function _(){return(_=Object.assign||function(t){for(var e=1;ethis.lastFocusedElement.focus()),0)}trapFocus(t){const e=t.querySelectorAll(b.y),n=e[0],r=e[e.length-1];null!==r&&this.setState({lastElement:r}),t.addEventListener("keydown",this.keydownListener=t=>{t.key!==v.XP.tab||t.ctrlKey||null!==this.state.lastElement&&(t.shiftKey?document.activeElement===n&&(this.state.lastElement.focus(),t.preventDefault()):document.activeElement===this.state.lastElement&&(n.focus(),t.preventDefault()))})}constructor(t){super(t),w(this,"renderCloseButton",(()=>this.props.isHubPopup||"function"!=typeof this.props.onCloseButtonClick?null:r.createElement(l.XC,{className:`${this.props.managedClasses.baseModal_closeButton} ${this.closeButtonStyle}`,title:this.props.closeButtonTooltip,onClick:this.props.onCloseButtonClick,ref:this.props.closeButtonRef},(0,f.p)(this.props.managedClasses.baseModal_closeIcon)))),w(this,"handleKeyDown",(t=>{t.key===v.XP.escape&&"function"==typeof this.props.onCloseButtonClick&&(t.preventDefault(),this.props.onCloseButtonClick(null)),"function"==typeof this.props.onKeyDown&&this.props.onKeyDown(t)})),w(this,"state",{lastElement:void 0}),w(this,"contentContainerRef",r.createRef()),w(this,"handledProps",{title:void 0,beforeTitleIcon:void 0,heading:void 0,label:void 0,onCloseButtonClick:void 0,closeButtonTooltip:void 0,contentHeight:void 0,modal:void 0,lastFocusedElement:void 0,isHubPopup:void 0,closeButtonRef:void 0,managedClasses:void 0,dialogStyleSheet:void 0}),w(this,"node",void 0),w(this,"keydownListener",void 0),w(this,"lastFocusedElement",void 0),w(this,"closeButtonStyle",void 0),this.lastFocusedElement=t.lastFocusedElement||document.activeElement}}const S=(0,o.ZP)(h.Oh)(C);class E extends r.Component{constructor(...t){super(...t),w(this,"getBackgroundValue",(t=>{if(t&&t.neutralPalette)return this.props.isHubPopup?t.neutralPalette[(0,x.kl)(!1)]:t.neutralPalette[y.dS]}))}render(){return r.createElement(c.ZP,{value:this.getBackgroundValue,drawBackground:!1},r.createElement(S,this.props))}}const O=/^((18|20|88)5|22|571|908|991)$/.test(n.j)?E:null},45191:(t,e,n)=>{"use strict";n.d(e,{Z:()=>b});var r=n(89526),i=n(17332),o=n(11754),s=n(40370),a=n(72982),l=n(51094),c=n(53363),u=n(60769),d=n(16438),p=n(40672);function h(){return(h=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{_:()=>g});var r=n(89526),i=n(73961),o=n(11754),s=n(2483),a=n(48863),l=n(6098),c=n(54239),u=n(74714),d=n(14279),p=n(44907);function h(){return(h=Object.assign||function(t){for(var e=1;e{this.showMenu(t),"function"==typeof this.props.onClick&&this.props.onClick(t,this.props.extraOnClickData)})),f(this,"showMenu",(t=>{const e=this.getConfig();void 0!==t&&(e.sourceType=(0,c.Cb)(t)),(0,c.C1)(this.props.menuItems(),e,this.props.extraOnClickData),"function"==typeof this.props.onMenuShown&&this.props.onMenuShown()})),f(this,"getConfig",(()=>{const t=i.findDOMNode(this.buttonRef.current).getBoundingClientRect();let e,n=0,r=0;switch(this.props.menuPosition){case d.P.TopRight:case d.P.BottomRight:case d.P.BottomLeftMenuLeft:case d.P.CustomMenuPosition:e=u.bJ.K_TOP_LEFT;break;case d.P.TopLeft:case d.P.BottomLeft:case d.P.BottomRightMenuRight:e=u.bJ.K_TOP_RIGHT}switch(p.C.adjustMenuPositionForRtl(this.props.menuPosition,this.isRtl)){case d.P.TopRight:n=t.right,r=t.top;break;case d.P.BottomRight:n=t.right,r=t.bottom;break;case d.P.TopLeft:n=t.left,r=t.top;break;case d.P.BottomLeft:n=t.left,r=t.bottom;break;case d.P.BottomRightMenuRight:n=t.right,r=t.bottom;break;case d.P.BottomLeftMenuLeft:n=t.left,r=t.bottom;break;case d.P.CustomMenuPosition:n=this.props.menuLeftPx,r=this.props.menuTopPx}return(0,c.mw)(n,r,e)}))}componentDidMount(){this.props.showMenu&&this.showMenu()}componentDidUpdate(t){!t.showMenu&&this.props.showMenu&&this.showMenu()}render(){const t=this.props.buttonComponent;return r.createElement(t,h({},this.unhandledProps(),{onClick:this.onClick,jssStyleSheet:this.props.buttonStyleSheet,innerRef:this.buttonRef,"aria-haspopup":!0,"aria-expanded":!1}),this.props.children)}}f(g,"defaultProps",{menuPosition:d.P.TopRight,buttonComponent:s.XC})},14279:(t,e,n)=>{"use strict";let r;n.d(e,{P:()=>r}),function(t){t[t.TopRight=0]="TopRight",t[t.BottomRight=1]="BottomRight",t[t.TopLeft=2]="TopLeft",t[t.BottomLeft=3]="BottomLeft",t[t.BottomRightMenuRight=4]="BottomRightMenuRight",t[t.BottomLeftMenuLeft=5]="BottomLeftMenuLeft",t[t.CustomMenuPosition=6]="CustomMenuPosition"}(r||(r={}))},44907:(t,e,n)=>{"use strict";n.d(e,{C:()=>m});var r=n(89526),i=n(73961),o=n(48527),s=n(11754),a=n(71388),l=n(2483),c=n(48863),u=n(17657),d=n(6098),p=n(79171),h=n(18169),f=n(38681),g=n(14279);function v(){return(v=Object.assign||function(t){for(var e=1;e{-1===this.state.tabIndex&&this.setState({tabIndex:0}),"function"==typeof this.props.onFocus&&this.props.onFocus(t)})),b(this,"onBlur",(t=>{this.props.tabIndex&&this.setState({tabIndex:this.unhandledProps().tabIndex}),"function"==typeof this.props.onBlur&&this.props.onBlur(t)})),b(this,"positionMenu",(()=>{const t=i.findDOMNode(this.buttonRef.current),e=i.findDOMNode(this.menuRef.current);if(t instanceof Element&&e instanceof Element){const n=t.getBoundingClientRect(),r=e.getBoundingClientRect();let i,o;switch(m.adjustMenuPositionForRtl(this.props.menuPosition,this.isRtl)){case g.P.TopLeft:i=n.left-r.width,o=n.top;break;case g.P.TopRight:i=n.right,o=n.top;break;case g.P.BottomLeft:i=n.left-r.width,o=n.bottom;break;case g.P.BottomRight:i=n.right,o=n.bottom;break;case g.P.BottomRightMenuRight:i=n.right-r.width,o=n.bottom;break;case g.P.BottomLeftMenuLeft:i=n.left,o=n.bottom;break;case g.P.CustomMenuPosition:i=this.isRtl?this.props.menuLeftPx:this.props.menuLeftPx-r.width,o=this.props.menuTopPx}i<0?i=n.right:i+r.width>window.innerWidth&&(i=n.left-r.width),o+r.height>window.innerHeight&&(o=o-r.height+n.height),o<0&&(o=this.props.renderBottomForSmallViewport?n.bottom:0),this.setState({leftPx:i,topPx:o})}})),b(this,"onClick",(t=>{this.props.menuOpen&&(t.stopPropagation(),t.nativeEvent.stopImmediatePropagation()),"function"==typeof this.props.onClick&&this.props.onClick(t,this.props.extraOnClickData)})),b(this,"onMaybeDismissMenu",(t=>{if("function"==typeof this.props.onMenuShouldDismiss)if(t instanceof KeyboardEvent&&t.key===p.XP.escape&&this.menuRef.current&&this.menuRef.current.contains(t.target)){if(this.props.onMenuShouldDismiss(t,this.props.extraOnClickData),!this.buttonRef.current)return;const e=i.findDOMNode(this.buttonRef.current);e instanceof HTMLElement&&e.focus()}else this.menuRef.current&&!this.menuRef.current.contains(t.target)&&this.props.onMenuShouldDismiss(t,this.props.extraOnClickData)})),b(this,"createDivAndAppendToBodyOrReturnParent",(()=>{if(this.props.contextMenuParentId)return document.getElementById(this.props.contextMenuParentId);const t=document.createElement("div");return document.body.appendChild(t),t}))}static adjustMenuPositionForRtl(t,e){if(e)switch(t){case g.P.TopLeft:return g.P.TopRight;case g.P.TopRight:return g.P.TopLeft;case g.P.BottomLeft:return g.P.BottomRight;case g.P.BottomRight:return g.P.BottomLeft;case g.P.BottomRightMenuRight:return g.P.BottomLeftMenuLeft;case g.P.BottomLeftMenuLeft:return g.P.BottomRightMenuRight;case g.P.CustomMenuPosition:}return t}componentDidMount(){!this.props.readyToLoadMenu&&this.state.readyToLoadMenu&&this.setState({readyToLoadMenu:!1}),this.props.menuOpen&&this.onMenuOpen(),this.unhandledProps().tabIndex&&this.setState({tabIndex:this.unhandledProps().tabIndex})}componentDidUpdate(t){t.menuOpen&&!this.props.menuOpen?this.onMenuClose():!t.menuOpen&&this.props.menuOpen&&this.onMenuOpen(),this.props.tabIndex!==t.tabIndex&&this.setState({tabIndex:this.props.tabIndex})}componentWillUnmount(){this.props.menuOpen&&this.onMenuClose()}render(){const t=this.props.buttonComponent;return r.createElement(t,v({},this.unhandledProps(),{onClick:this.onClick,jssStyleSheet:this.props.buttonStyleSheet,innerRef:this.buttonRef,"aria-haspopup":!0,"aria-expanded":this.props.menuOpen,tabIndex:this.state.tabIndex,onFocus:this.onFocus,onBlur:this.onBlur}),this.props.children,!this.props.readyToLoadMenu&&this.state.readyToLoadMenu?null:this.renderMenu())}renderMenu(){const t={position:"fixed",left:(0,u.a)(this.state.leftPx),top:(0,u.a)(this.state.topPx),...(0,h.ro)(h._p.CONTEXT_MENU)};return i.createPortal(r.createElement("div",{style:{...t},ref:this.menuRef,id:this.menuId},this.props.menuOpen&&r.createElement(a.ZP,{value:f.dS},this.props.menu)),this.createDivAndAppendToBodyOrReturnParent())}onMenuClose(){document.removeEventListener("click",this.onMaybeDismissMenu),document.removeEventListener("contextmenu",this.onMaybeDismissMenu),document.removeEventListener("keydown",this.onMaybeDismissMenu)}onMenuOpen(){document.addEventListener("click",this.onMaybeDismissMenu),document.addEventListener("contextmenu",this.onMaybeDismissMenu),document.addEventListener("keydown",this.onMaybeDismissMenu),this.positionMenu()}}b(m,"defaultProps",{menuPosition:g.P.TopRight,readyToLoadMenu:!0,buttonComponent:l.XC})},9022:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});var r=n(89526),i=n(11754),o=n(17332),s=n(3117);class a extends i.Z{render(){const t=this.props;return r.createElement("div",{className:t.managedClasses.profileImage_wrapper},r.createElement("img",{"aria-label":`${t.profileInfo.name} ${s.pz.getString("msProfileAvatarIconAccessibleLabel")}`,alt:"",id:t.iconId,src:t.profileInfo.iconUrl,className:this.props.managedClasses.profileImage_image}))}}const l=(0,o.ZP)({profileImage_wrapper:{display:"flex",marginInlineEnd:"20px",position:"relative"},profileImage_image:{borderRadius:"50%",height:"52px",minWidth:"52px",width:"52px"},profileImage_image_placeholder:{background:"grey"}})(a)},13361:(t,e,n)=>{"use strict";n.d(e,{Z:()=>y});var r=n(89526),i=n(11754),o=n(17332),s=n(64197),a=n(94048),l=n(95046),c=n(76908),u=n(57167),d=n(4921),p=n(53363),h=n(89827),f=n(51094);function g(){return(g=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{Z:()=>c});var r=n(89526),i=n(11754),o=n(17332);function s(){return(s=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{Z:()=>s});var r=n(89526);function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class o extends r.Component{constructor(t){super(t),i(this,"timeout",null),i(this,"clearState",(()=>{this.setState({alertMessage:null,statusMessage:null})})),this.state={alertMessage:t.alertMessage||void 0,statusMessage:t.statusMessage||void 0}}componentDidUpdate(t){t.alertMessage===this.props.alertMessage&&t.statusMessage===this.props.statusMessage||(this.setState({alertMessage:this.props.alertMessage,statusMessage:this.props.statusMessage}),window.clearTimeout(this.timeout),this.timeout=window.setTimeout(this.clearState,5e3))}render(){return r.createElement("div",{id:"announcement",style:{top:0,position:"fixed",opacity:0}},void 0!==this.state.statusMessage&&r.createElement("div",{role:"status"},this.state.statusMessage),void 0!==this.state.alertMessage&&r.createElement("div",{role:"alert"},this.state.alertMessage))}}const s=/^(2(05|2|22)|5(5|51|71)|9(08|39|91)|32|360|775|885)$/.test(n.j)?o:null},10236:(t,e,n)=>{"use strict";n.d(e,{Z:()=>C});var r=n(89526),i=n(73961),o=n(2483),s=n(87370),a=n(11754),l=n(17332),c=n(3117),u=n(28902),d=n(14893),p=n(46589),h=n(79171),f=n(6098),g=n(14570),v=n(38681),b=n(76908);const m={searchBox:{},searchBox_clearButton:{"& $searchBox_clearIcon":{...(0,n(38066).Zb)()}},searchBox_clearIcon:{},searchBox_searchIcon:{minWidth:"16px",[b.xE]:{fill:b.YP.text}}};function y(){return(y=Object.assign||function(t){for(var e=1;e{this.setState({searchText:t.target.value}),this.props.onSearchTextChange&&this.props.onSearchTextChange(t)})),x(this,"generateSearchIcon",(t=>{const e=`${t} ${this.props.managedClasses.searchBox_searchIcon} `;return r.createElement("div",{"aria-hidden":!0},(0,u.R)(e))})),x(this,"clearSearchText",(()=>{this.focusTextActionInput(),this.setState({searchText:""});const t={target:{value:""}};"function"==typeof this.props.onSearchTextChange&&this.props.onSearchTextChange(t),"function"==typeof this.props.onSearchTextClear&&this.props.onSearchTextClear()})),x(this,"renderClearSearchButton",((t,e)=>{if(!(this.state.searchText.length<=0))return r.createElement(o.XC,{onClick:this.clearSearchText,className:`${t} ${this.props.managedClasses.searchBox_clearButton}`,jssStyleSheet:_,disabled:e,title:c.pz.getString("clearSearch")},(0,d.p)(this.props.managedClasses.searchBox_clearIcon))})),x(this,"onKeyDown",(t=>{t.key===h.XP.escape&&this.clearSearchText(),"function"==typeof this.props.onKeyDown&&this.props.onKeyDown(t)}))}render(){return r.createElement(s.lT,y({},this.unhandledProps(),{innerRef:this.textActionRef,beforeGlyph:this.generateSearchIcon,button:this.renderClearSearchButton,value:this.state.searchText,placeholder:this.props.placeholder,jssStyleSheet:this.props.textActionStyle,onChange:this.onSearchTextChange,onKeyDown:this.onKeyDown}))}componentDidUpdate(t){void 0!==this.props.value&&t.value!==this.props.value&&this.props.value!==this.state.searchText&&this.setState({searchText:this.props.value})}focusTextActionInput(){if(!this.textActionRef.current)return;const t=i.findDOMNode(this.textActionRef.current);if(t instanceof Element){const e=t.querySelector("input");null!==e&&e.focus()}}}const C=(0,v.y2)((0,l.ZP)(m)(w),v.JA.TextInput)},74364:(t,e,n)=>{"use strict";n.d(e,{ZP:()=>j});var r=n(89526),i=n(17332),o=n(11754),s=n(92588),a=n(90305),l=n(82117),c=n(14895),u=n(37834),d=n(17657),p=n(51045),h=n(48863),f=n(53363),g=n(61466),v=n(57167),b=n(76908),m=n(91030),y=n(51094),x=n(54141),_=n(29911);function w(){return(w=Object.assign||function(t){for(var e=1;ethis.props.disabled?r.createElement(s.X6,{className:this.props.managedClasses.searchCard_headingInactive,size:a.Gm._4,tag:a.lb.h4},this.props.heading):r.createElement(s.X6,{className:this.props.managedClasses.searchCard_heading,size:a.Gm._4,tag:a.lb.h4},this.props.heading))),C(this,"renderCaptionText",(()=>this.props.disabled?r.createElement(l.ZT,{className:this.props.managedClasses.searchCard_captionInactive,size:c.H._8},this.props.caption):r.createElement(l.ZT,{className:this.props.managedClasses.searchCard_caption,size:c.H._8},this.props.caption)))}render(){return r.createElement("div",w({className:this.generateClassNames()},this.unhandledProps()),r.createElement("div",{className:this.props.managedClasses.searchCard_headingWrapper},this.renderGlyph(),r.createElement("div",{className:this.props.managedClasses.searchCard_headingCaptionWrapper},this.renderHeadingTitle(),this.renderCaptionText())))}generateClassNames(){const{searchCard:t}=this.props.managedClasses;return super.generateClassNames((0,u.A)(t))}renderGlyph(){return"function"==typeof this.props.glyph?this.props.glyph((0,u.A)(this.props.managedClasses.searchCard_glyph)):null}}C(E,"displayName","SearchCard");const O=(0,i.ZP)(S)(E),j=571==n.j?O:null},89210:(t,e,n)=>{"use strict";if(n.d(e,{ZX:()=>i}),/^(5(5|51|71)|205|22|360|885|908|991)$/.test(n.j))var r=n(61512);const i=/^(5(5|51|71)|205|22|360|885|908|991)$/.test(n.j)?r.Z:null},72107:(t,e,n)=>{"use strict";n.d(e,{H:()=>r});const r="search_input"},61512:(t,e,n)=>{"use strict";n.d(e,{Z:()=>St});var r=n(89526),i=n(73961),o=n(59934),s=n(87370),a=n(73252),l=n(2483),c=n(57786),u=n(17450),d=n(11754),p=n(17332),h=n(17657),f=n(53363),g=n(51094),v=n(76908),b=n(4921),m=n(14981);class y extends m.Z{constructor(){super(...arguments),this.handledProps={managedClasses:void 0,titleText:void 0}}render(){return r.createElement("svg",Object.assign({},this.unhandledProps()),this.renderTitleText(this.props),r.createElement("path",{d:"M0 1H16V0H0V1ZM0 9H16V8H0V9ZM0 4.99219H16V4H0V4.99219Z"}))}}y.defaultProps={viewBox:"0 0 16 10",width:"16px",height:"10px",xmlns:"http://www.w3.org/2000/svg"};var x=n(37834);class _ extends d.Z{constructor(){super(...arguments),this.handledProps={managedClasses:void 0}}render(){return r.createElement("div",Object.assign({},this.unhandledProps(),{className:super.generateClassNames((0,x.A)(this.props.managedClasses.container))}),this.props.children)}}_.displayName="Container",_.defaultProps={managedClasses:{}};const w=(0,p.ZP)({container:{display:"flex",width:"100vw",height:"100vh","flex-direction":"column"}})(_);var C,S=n(48885),E=n(33832),O=n(9453);!function(t){t.north="north",t.south="south"}(C||(C={}));const j={row:{position:"relative",display:"flex","flex-direction":"row","flex-basis":"auto"},row__fill:{flex:"1",overflow:"hidden"},row_resizeHandle:{position:"absolute",padding:"0",opacity:"0",left:"0",height:(0,h.a)(8),width:"100%","z-index":"1",transition:"transform .04s ease-in-out",outline:"none",transform:"scale(1, .5)","&:hover":{cursor:"ns-resize"},"&:focus":{opacity:"1",transform:"scale(1)"},"&:active":{opacity:"1",transform:"scale(1)"}},row__resizeNorth:{"& $row_resizeHandle":{top:"-4px"}},row__resizeSouth:{"& $row_resizeHandle":{bottom:"-4px"}},row__overlay:{position:"absolute",width:"100%","z-index":"2"},row__hidden:{display:"none"}};class P extends d.Z{constructor(t){super(t),this.handledProps={collapsed:void 0,collapsedHeight:void 0,fill:void 0,height:void 0,hidden:void 0,id:void 0,initialHeight:void 0,managedClasses:void 0,maxHeight:void 0,minHeight:void 0,onResize:void 0,resizeControl:void 0,overlay:void 0,resizable:void 0,resizeFrom:void 0},this.onKeyDown=t=>{const e=t.shiftKey,n=this.props.resizeFrom===C.north,r=e?10:1;let i=this.getHeight();switch(t.keyCode){case E.Q6:i=n?i-r:i+r;break;case E.$Y:i=n?i+r:i-r}this.setHeight(i),this.onResize(t,i)},this.onMouseDown=t=>{0===t.button&&this.setState({resizing:!0,dragReference:t.pageY})},this.onMouseUp=t=>{0===t.button&&this.setState({resizing:!1,dragReference:null})},this.onMouseMove=t=>{if(!this.state.resizing)return;const e=this.state.dragReference-t.pageY,n="north"===this.props.resizeFrom?this.height()+e:this.height()-e;n<=this.props.minHeight||n>=this.props.maxHeight||(this.onResize(t,n),this.setState({dragReference:t.pageY}),this.setHeight(n))},this.onResize=(t,e)=>{"function"==typeof this.props.onResize&&this.props.onResize(t,e)},this.state={resizing:!1,dragReference:null,height:this.props.initialHeight},this.onResize=(0,S.Z)(this.onResize,16),this.onMouseMove=(0,S.Z)(this.onMouseMove,16),this.rootElement=r.createRef()}height(){return this.props.height||this.state.height}componentDidUpdate(t,e){(0,O.N)()&&(this.state.resizing&&!e.resizing?(document.addEventListener("mouseup",this.onMouseUp),document.addEventListener("mousemove",this.onMouseMove)):!this.state.resizing&&e.resizing&&(document.removeEventListener("mouseup",this.onMouseUp),document.removeEventListener("mousemove",this.onMouseMove)))}getHeight(){return this.props.collapsed?this.props.collapsedHeight:this.height()<=this.props.minHeight?this.props.minHeight:this.height()>=this.props.maxHeight?this.props.maxHeight:this.height()}generateStyleAttribute(){const t=(0,h.a)(this.getHeight()),e={};return e.minHeight=this.props.collapsed?this.props.collapsedHeight:this.props.resizable?(0,h.a)(this.props.minHeight):t,this.props.overlay?e.height=t:e.flexBasis=t,Object.assign(e,this.props.style)}renderResizeControl(){if(!this.props.resizable||this.props.collapsed)return null;const t={className:this.props.managedClasses.row_resizeHandle,onMouseDown:this.onMouseDown,onKeyDown:this.onKeyDown,role:"separator"};return"function"==typeof this.props.resizeControl?this.props.resizeControl(t):r.createElement("button",Object.assign({},t))}setHeight(t){this.setState({height:t})}render(){return r.createElement("div",Object.assign({},this.unhandledProps(),{className:this.generateClassNames(),style:this.generateStyleAttribute(),ref:this.rootElement,id:this.props.id,"aria-hidden":this.props.hidden}),this.props.children,this.renderResizeControl())}generateClassNames(){const{row:t,row__fill:e,row__resizeNorth:n,row__resizeSouth:r,row__overlay:i,row__hidden:o}=this.props.managedClasses,s=this.props.resizeFrom,a=(0,x.A)(t,[n,s===C.north],[r,s===C.south],[i,this.props.overlay],[o,this.props.hidden],[e,this.props.fill]);return super.generateClassNames(a)}}P.displayName="Row",P.defaultProps={fill:!1,initialHeight:40,collapsedHeight:40,minHeight:40,maxHeight:800,resizable:!1,collapsed:!1,overlay:!1,hidden:!1,managedClasses:{}};const k=(0,p.ZP)(j)(P);class I extends d.Z{constructor(){super(...arguments),this.handledProps={minWidth:void 0,managedClasses:void 0}}renderStyleAttribute(){return{minWidth:`${this.props.minWidth}px`}}render(){return r.createElement("div",Object.assign({},this.unhandledProps(),{className:super.generateClassNames((0,x.A)(this.props.managedClasses.canvas)),"data-grid-app":"canvas",style:this.renderStyleAttribute()}),this.props.children)}}I.displayName="Canvas",I.defaultProps={managedClasses:{},minWidth:300};const T=(0,p.ZP)({canvas:{flex:"1",overflow:"hidden"}})(I);var A,D=n(19060),R=n(42130);!function(t){t.east="east",t.west="west"}(A||(A={}));const $={pane:{position:"relative",flex:"0 1 auto",display:"flex","flex-direction":"column"},pane_resizeHandle:Object.assign(Object.assign({position:"absolute",padding:"0",opacity:"0",top:"0",width:(0,h.a)(8),height:"100%","z-index":"1",transition:"transform .04s ease-in-out",outline:"none",transform:"scale(.5, 1)","&:hover":{cursor:"ew-resize"}},(0,R.F0)({opacity:"1",transform:"scale(1)"})),{"&:active":{opacity:"1",transform:"scale(1)"}}),pane__resizeWest:{"& $pane_resizeHandle":{left:"-4px"}},pane__resizeEast:{"& $pane_resizeHandle":{right:"-4px"}},pane__overlay:{position:"absolute",height:"100%","z-index":"2"},pane__hidden:{display:"none"}};class N extends d.Z{constructor(t){super(t),this.handledProps={collapsed:void 0,collapsedWidth:void 0,hidden:void 0,id:void 0,initialWidth:void 0,managedClasses:void 0,maxWidth:void 0,minWidth:void 0,onResize:void 0,overlay:void 0,resizeControl:void 0,resizable:void 0,resizeFrom:void 0,width:void 0},this.onKeyDown=t=>{const e=t.shiftKey?10:1;let n;switch(t.keyCode){case E.BJ:n=this.rootElement.current.clientWidth-e;break;case E.ho:n=this.rootElement.current.clientWidth+e}this.setWidth(n),this.onResize(t,n)},this.onMouseDown=t=>{0===t.button&&this.setState({resizing:!0,dragReference:t.pageX})},this.onMouseUp=t=>{0===t.button&&this.setState({resizing:!1,dragReference:null})},this.onMouseMove=t=>{if(!this.state.resizing)return;const e=this.state.dragReference-t.pageX;let n="west"===this.props.resizeFrom?this.width()+e:this.width()-e;n=Math.max(Math.min(n,this.props.maxWidth),this.props.minWidth),this.onResize(t,n),this.setState({dragReference:t.pageX}),this.setWidth(n)},this.onWindowResize=()=>{this.setWidth(this.rootElement.current.clientWidth)},this.onResize=(t,e)=>{"function"==typeof this.props.onResize&&this.props.onResize(t,e)},this.state={resizing:!1,dragReference:null,width:this.props.initialWidth},this.onResize=(0,S.Z)(this.onResize,16),this.onMouseMove=(0,S.Z)(this.onMouseMove,16),this.onWindowResize=(0,D.Z)(this.onWindowResize),this.rootElement=r.createRef()}width(){return this.props.width||this.state.width}componentDidMount(){(0,O.N)()&&window.addEventListener("resize",this.onWindowResize)}componentWillUnmount(){(0,O.N)()&&window.removeEventListener("resize",this.onWindowResize)}componentDidUpdate(t,e){(0,O.N)()&&(this.state.resizing&&!e.resizing?(document.addEventListener("mouseup",this.onMouseUp),document.addEventListener("mousemove",this.onMouseMove)):!this.state.resizing&&e.resizing&&(document.removeEventListener("mouseup",this.onMouseUp),document.removeEventListener("mousemove",this.onMouseMove)))}getWidth(){return this.props.collapsed?this.props.collapsedWidth:this.width()this.props.maxWidth?this.props.maxWidth:this.width()}generateStyleAttribute(){const t=(0,h.a)(this.getWidth()),e={};return e.minWidth=this.props.collapsed?(0,h.a)(this.props.collapsedWidth):this.props.resizable?(0,h.a)(this.props.minWidth):t,this.props.overlay?e.width=t:e.flexBasis=t,Object.assign(e,this.props.style)}renderResizeControl(){if(!this.props.resizable||this.props.collapsed)return null;const t={className:this.props.managedClasses.pane_resizeHandle,onMouseDown:this.onMouseDown,onKeyDown:this.onKeyDown,role:"separator",valueMin:this.props.minWidth,valueMax:this.props.maxWidth,valueNow:this.state.width};return"function"==typeof this.props.resizeControl?this.props.resizeControl(t):r.createElement("button",{className:t.className,onMouseDown:t.onMouseDown,onKeyDown:t.onKeyDown,role:t.role,"aria-valuemin":t.valueMin,"aria-valuemax":t.valueMax,"aria-valuenow":t.valueNow})}setWidth(t){this.setState({width:t})}render(){return r.createElement("div",Object.assign({},this.unhandledProps(),{className:this.generateClassNames(),style:this.generateStyleAttribute(),ref:this.rootElement,id:this.props.id,"aria-hidden":this.props.hidden}),this.props.children,this.renderResizeControl())}generateClassNames(){const{pane:t,pane__resizeEast:e,pane__resizeWest:n,pane__overlay:r,pane__hidden:i}=this.props.managedClasses,o=this.props.resizeFrom,s=(0,x.A)(t,[e,o===A.east],[n,o===A.west],[r,this.props.overlay],[i,this.props.hidden]);return super.generateClassNames(s)}}N.displayName="Pane",N.defaultProps={initialWidth:300,collapsedWidth:40,minWidth:100,maxWidth:800,resizable:!1,collapsed:!1,overlay:!1,hidden:!1,managedClasses:{}};const B=(0,p.ZP)($)(N);var F=n(71388),L=n(40370),M=n(72982),Z=n(92588),H=n(90305),z=n(18488),U=n(9680),W=n(26007);const G={row_resizeHandle:Object.assign(Object.assign({border:"none",background:"none",transition:"all 0.4s ease-in-out","&::after":{content:'""',position:"absolute",top:"4px",left:"0",width:"100%",height:"1px",background:b.yD,[v.xE]:{background:v.YP.buttonText}},"&:hover":{opacity:"1",transform:"scaleX(1)",cursor:"row-resize"},"&:active":{"&::after":{background:b.tA,[v.xE]:{background:v.YP.buttonText,height:"2px"}}}},(0,R.F0)({[v.xE]:{background:v.YP.buttonText,height:"1px"}})),{[v.xE]:Object.assign(Object.assign({},v.a8),{opacity:"1"})})},V={pane_resizeHandle:Object.assign(Object.assign({border:"none",background:"none",transition:"all 0.4s ease-in-out","&::after":{content:'""',position:"absolute",bottom:"0",left:"4px",width:"1px",height:"100%",background:b.yD,[v.xE]:{background:v.YP.buttonText}},"&:hover":{opacity:"1",transform:"scaleX(1)",cursor:"col-resize"},"&:active":{"&::after":{background:b.tA,[v.xE]:{background:v.YP.buttonText,width:"2px"}}}},(0,R.F0)({[v.xE]:{background:v.YP.buttonText,width:"1px"}})),{[v.xE]:Object.assign(Object.assign({},v.a8),{opacity:"1"})})},q={button:{minWidth:"32px"}};class K extends d.Z{constructor(t){super(t),this.handledProps={title:void 0,textField:void 0,lightDismissEnabled:void 0,mobileNavigationMenuButtonLabel:void 0,mobileNavigationMenuButtonProps:void 0,globalActionsButtonLabel:void 0,globalActionsButtonProps:void 0,navigationMenu:void 0,globalActions:void 0,paneMinWidth:void 0,mobileNavBackgroundValue:void 0,managedClasses:void 0,inPageFlow:void 0,resizable:void 0,mobileNavWindowMaxWidth:void 0,mobileNavOpenGlyph:void 0,mobileNavCloseGlyph:void 0},this.navPaneElement=r.createRef(),this.openMenuButtonElement=r.createRef(),this.closeMenuButtonElement=r.createRef(),this.direction=W.N.ltr,this.handleWindowKeyDown=t=>{this.state.navOpen&&t.keyCode===E.mW.escape&&(this.resetMenus(),this.focusHamburgerMenuButton())},this.toggleGlobalActions=t=>{"function"==typeof(0,U.Z)(this.props,"globalActionsButtonProps.onClick")&&this.props.globalActionsButtonProps.onClick(t),this.setState({menuOpen:!this.state.menuOpen})},this.handleResize=()=>{if((0,O.N)()){const t=window.innerWidth<=this.props.mobileNavWindowMaxWidth;t!==this.state.isResponsive&&this.resetMenus(),this.setState({isResponsive:t})}},this.handleMobileNavigationMenuVisibilityToggle=t=>{"function"==typeof(0,U.Z)(this.props,"mobileNavigationMenuButtonProps.onClick")&&this.props.mobileNavigationMenuButtonProps.onClick(t),this.toggleMobileMenu()},this.toggleMobileMenu=()=>{this.setState({navOpen:!this.state.navOpen},(()=>{const t=i.findDOMNode(this.navPaneElement.current);this.state.navOpen&&t instanceof HTMLElement&&(t.style.display="flex"),this.focusHamburgerMenuButton(),t instanceof HTMLElement&&t.addEventListener("animationend",this.handleNavAnimationEnd)}))},this.handleNavAnimationEnd=t=>{const e=i.findDOMNode(this.navPaneElement.current);e instanceof HTMLElement&&(e.removeEventListener("animationend",this.handleNavAnimationEnd),this.state.navOpen||(e.style.display="none"))},this.updateDirection=()=>{if(null===this.rootElement.current)return;const t=this.rootElement.current.closest("[dir]");this.direction=null!==t&&"rtl"===t.getAttribute("dir")?W.N.rtl:W.N.ltr},this.state={navOpen:!1,menuOpen:!1,isResponsive:!1},window.addEventListener("resize",this.handleResize),this.rootElement=r.createRef()}componentWillUpdate(){this.updateDirection()}componentDidMount(){this.handleResize(),(0,O.N)()&&window.addEventListener("keydown",this.handleWindowKeyDown)}componentWillUnmount(){(0,O.N)()&&(window.removeEventListener("keydown",this.handleWindowKeyDown),window.removeEventListener("resize",this.handleResize))}render(){const{sidePaneLayout_canvas:t,sidePaneLayout_container:e,sidePaneLayout_row:n}=this.props.managedClasses;return r.createElement("div",Object.assign({ref:this.rootElement},this.unhandledProps(),{className:this.generateClassNames()}),r.createElement(w,{className:(0,x.A)(e)},r.createElement(k,{className:(0,x.A)(n),jssStyleSheet:G,fill:!0},this.renderLayout(),r.createElement(T,{className:(0,x.A)(t)},this.props.children),this.renderLightDismiss())))}generateClassNames(){const{sidePaneLayout:t,sidePaneLayout__inPageFlow:e}=this.props.managedClasses;return super.generateClassNames((0,x.A)(t,[e,this.props.inPageFlow]))}generateMobileNavMenuClassNames(){const{sidePaneLayout_mobileNavigationMenu:t,sidePaneLayout_mobileNavigationMenu__open:e,sidePaneLayout_mobileNavigationMenu__close:n}=this.props.managedClasses,r=!!this.state.navOpen;return(0,x.A)(t,[e,r],[n,!r])}generatePaneClassNames(){return(0,x.A)(this.props.managedClasses.sidePaneLayout_pane)}renderLayout(){const{sidePaneLayout_navigation:t,sidePaneLayout_mobileNavigation:e,sidePaneLayout_mobileNavigation_container:n,sidePaneLayout_mobileNavigation_headerContainer:i,sidePaneLayout_navigation_headerContainer:o}=this.props.managedClasses;return this.state.isResponsive?r.createElement("div",null,r.createElement(F.ZP,{value:this.props.mobileNavBackgroundValue,className:this.generateMobileNavMenuClassNames(),"aria-hidden":!this.state.navOpen,ref:this.navPaneElement},r.createElement("div",{className:(0,x.A)(o)},r.createElement("div",{className:(0,x.A)(i)},this.renderHamburgerButton(this.closeMenuButtonElement),this.renderHeading()),this.renderGlobalActionsButton()),r.createElement("div",{className:(0,x.A)(n)},this.renderNavigationMenu((0,x.A)(e),this.toggleMobileMenu))),r.createElement("div",{className:this.generatePaneClassNames()},r.createElement("div",{className:(0,x.A)(o)},this.renderHeader()),this.renderTextField())):r.createElement(B,{resizable:this.props.resizable,resizeFrom:this.direction===W.N.ltr?A.east:A.west,minWidth:this.props.paneMinWidth,jssStyleSheet:V},r.createElement("div",{className:this.generatePaneClassNames()},r.createElement("div",{className:(0,x.A)(o)},this.renderHeader(),this.renderGlobalActionsButton()),this.renderTextField(),this.renderNavigationMenu((0,x.A)(t))))}resetMenus(){this.setState({navOpen:!1,menuOpen:!1})}renderGlobalActionsButton(){const{sidePaneLayout_globalActionsButton:t,sidePaneLayout_mobileNavigationMenu_buttonContainer:e}=this.props.managedClasses;return this.props.globalActions?r.createElement("div",{className:(0,x.A)(e)},r.createElement(L.zx,Object.assign({},this.props.globalActionsButtonProps,{jssStyleSheet:q,appearance:M.L.stealth,"aria-label":this.props.globalActionsButtonLabel||null,className:(0,x.A)(t),onClick:this.toggleGlobalActions}),this.generateIcon("more")),this.showGlobalActions()):null}renderHamburgerButton(t){return r.createElement(L.zx,Object.assign({},this.props.mobileNavigationMenuButtonProps,{jssStyleSheet:q,appearance:M.L.stealth,"aria-label":this.props.mobileNavigationMenuButtonLabel||null,"aria-haspopup":!this.state.navOpen||null,className:(0,x.A)(this.props.managedClasses.sidePaneLayout_mobileNavigationMenu_button),onClick:this.handleMobileNavigationMenuVisibilityToggle,ref:t}),r.createElement("div",{"aria-hidden":"true"},this.state.navOpen?this.renderGlyph(this.props.mobileNavCloseGlyph):this.renderGlyph(this.props.mobileNavOpenGlyph)))}renderGlyph(t){return"function"==typeof t?t((0,x.A)(this.props.managedClasses.sidePaneLayout_icon)):null}generateIcon(t){return r.createElement(y,{titleText:t,className:(0,x.A)(this.props.managedClasses.sidePaneLayout_icon)})}renderLightDismiss(){if(this.state.navOpen&&this.props.lightDismissEnabled)return r.createElement("div",{style:{position:"absolute",border:"none",inset:"0",top:"0",left:"0",right:"0",bottom:"0"},onClick:this.handleMobileNavigationMenuVisibilityToggle})}renderHeading(t=!1){return r.createElement(Z.X6,{className:(0,x.A)(this.props.managedClasses.sidePaneLayout_navigation_headerText),jssStyleSheet:t?{heading_4:{marginTop:"10px"}}:null,tag:H.lb.h1,size:H.Gm._4},this.props.title)}renderHeader(){return r.createElement("div",{className:this.props.managedClasses.sidePaneLayout_navigation_header},this.renderHamburgerButton(this.openMenuButtonElement),this.renderHeading(!0))}showGlobalActions(){if(this.state.menuOpen)return"function"==typeof this.props.globalActions?this.props.globalActions((0,x.A)(this.props.managedClasses.sidePaneLayout_globalActions)):null}renderTextField(){return"function"==typeof this.props.textField?this.props.textField((0,x.A)(this.props.managedClasses.sidePaneLayout_textField)):null}renderNavigationMenu(t,e){return"function"==typeof this.props.navigationMenu?this.props.navigationMenu(t,e):null}focusHamburgerMenuButton(){this.state.navOpen?this.closeMenuButtonElement&&this.closeMenuButtonElement.current&&i.findDOMNode(this.closeMenuButtonElement.current).focus():this.openMenuButtonElement&&this.openMenuButtonElement.current&&i.findDOMNode(this.openMenuButtonElement.current).focus()}}K.defaultProps={title:"Side Pane Title",lightDismissEnabled:!0,mobileNavBackgroundValue:z.Mw,paneMinWidth:406,inPageFlow:!1,managedClasses:{},resizable:!0,mobileNavWindowMaxWidth:1035,mobileNavCloseGlyph:t=>r.createElement(y,{titleText:"menu",className:t}),mobileNavOpenGlyph:t=>r.createElement(y,{titleText:"menu",className:t})};var Y=n(9748),Q=n(48863);const X={"@keyframes SiteNavigationClose":{"0%":{opacity:1,transform:"scaleX(1)"},"100%":{opacity:0,transform:"scaleX(0.93)"}},"@keyframes SiteNavigationOpen":{"0%":{opacity:0,transform:"scaleX(0.93)"},"100%":{opacity:1,transform:"scaleX(1)"}},"@keyframes TitleClose":{"0%":{opacity:1},"100%":{opacity:0}},"@keyframes TitleOpen":{"0%":{opacity:0},"100%":{opacity:1}},sidePaneLayout:{},sidePaneLayout_canvas:{"overflow-y":"auto","padding-top":"30px","padding-left":(0,Q.zw)("44px","84px"),"padding-right":(0,Q.zw)("84px","44px"),color:g.CH,"@media only screen and (max-width: 1035px)":{"padding-left":"46px","padding-right":"46px"}},sidePaneLayout_container:{},sidePaneLayout_mobileNavigationMenu:Object.assign(Object.assign({display:"none","flex-direction":"column",position:"absolute","z-index":"100",top:"0",left:(0,Q.zw)("0","auto"),right:(0,Q.zw)("auto","0"),height:"100vh",width:"320px","padding-top":"20px","padding-left":(0,Q.zw)("40px","20px"),"padding-right":(0,Q.zw)("20px","40px"),"animation-fill-mode":"both","transform-origin":(0,Q.zw)("top left","top right")},(0,Y.jf)(Y.Y3.e4)),{"@media only screen and (max-width: 1035px)":{height:"100%"}}),sidePaneLayout_mobileNavigationMenu__close:{"animation-name":"SiteNavigationClose","animation-duration":".25s","transition-timing-function":"cubic-bezier(.26,1,.48,1)","& $sidePaneLayout_navigation_headerText":{"animation-duration":".25s","animation-name":"TitleClose"}},sidePaneLayout_mobileNavigationMenu__open:{"animation-duration":".25s","animation-name":"SiteNavigationOpen","transition-timing-function":"cubic-bezier(.52,0,.74,0)","& $sidePaneLayout_navigation_headerText":{"animation-duration":".25s","animation-delay":".075s","animation-fill-mode":"both","animation-name":"TitleOpen"}},sidePaneLayout_mobileNavigationMenu_button:{display:"none","min-width":"32px","margin-right":(0,Q.zw)("10px","unset"),"margin-left":(0,Q.zw)("unset","10px"),"@media only screen and (max-width: 1035px)":{display:"block"}},sidePaneLayout_mobileNavigationMenu_buttonContainer:{position:"relative"},sidePaneLayout_icon:{height:"16px",width:"16px"},sidePaneLayout_globalActionsButton:{"min-width":"32px"},sidePaneLayout_globalActions:Object.assign({"z-index":"3",position:"absolute",color:g.CH,background:z.Mw,padding:"4px 4px 4px 3px","min-width":"240px",top:"44px",right:"0"},(0,Y.jf)(Y.Y3.e4)),sidePaneLayout_navigation:{flex:"1","list-style-type":"none",padding:"0","margin-top":"10px","min-width":"280px","overflow-y":"auto","margin-bottom":"40px",color:g.CH,"@media only screen and (max-width: 1035px)":{display:"none"}},sidePaneLayout_mobileNavigation:{display:"none","flex-direction":"column",flex:"1",padding:"0",width:"100%","list-style-type":"none","margin-right":(0,Q.zw)("20px","unset"),"margin-left":(0,Q.zw)("unset","20px"),"margin-top":"10px","min-width":"150px",color:g.CH,"@media only screen and (max-width: 1035px)":{display:"flex"}},sidePaneLayout_mobileNavigation_headerContainer:{display:"flex","margin-bottom":"20px"},sidePaneLayout_mobileNavigation_container:{display:"none","flex-direction":"column",width:"100%",height:"100%","overflow-y":"auto","margin-bottom":"20px","@media only screen and (max-width: 1035px)":{display:"flex"}},sidePaneLayout_navigation_header:{display:"flex"},sidePaneLayout_navigation_headerText:{opacity:"1"},sidePaneLayout_navigation_headerContainer:{display:"flex","align-items":"center","justify-content":"space-between","min-height":"38px"},sidePaneLayout_pane:{display:"flex","flex-direction":"column","padding-top":"30px","padding-left":(0,Q.zw)("84px","42px"),"padding-right":(0,Q.zw)("42px","84px"),height:"100vh","@media only screen and (max-width: 1035px)":{"flex-direction":"row","align-items":"center","padding-left":"46px","padding-right":"46px","max-width":"820px",height:"unset"}},sidePaneLayout_row:{"@media only screen and (max-width: 1035px)":{display:"block","overflow-y":"auto"}},sidePaneLayout_textField:{"margin-top":"10px","@media only screen and (max-width: 1035px)":{"min-width":"240px","margin-right":(0,Q.zw)("unset","auto"),"margin-left":(0,Q.zw)("auto","unset"),"margin-top":"unset"}},sidePaneLayout__inPageFlow:{"& $sidePaneLayout_mobileNavigationMenu, & $sidePaneLayout_pane":{height:"auto"},"& $sidePaneLayout_container":{display:"block",width:"auto",height:"auto"}}},J=(0,p.ZP)(X)(K);var tt=n(47636),et=n(26352),nt=n(14570),rt=n(79171),it=n(45363),ot=n(14893),st=n(28902),at=n(6098),lt=n(3117),ct=n(91870),ut=n(18169),dt=n(46589),pt=n(38681),ht=n(38066),ft=n(72107);function gt(){return(gt=Object.assign||function(t){for(var e=1;e{let t=this.props.managedClasses.ResponsiveSidePaneLayout_mainContainer;return this.props.disableMainScrollY||(t+=` ${this.props.managedClasses.ResponsiveSidePaneLayout_mainContainer__scrollable}`),t})),vt(this,"generateNavigationClassNames",(()=>{let t=this.props.managedClasses.ResponsiveSidePaneLayout_navigationContainer;return this.props.navigationScrollable&&(t+=` ${this.props.managedClasses.ResponsiveSidePaneLayout_navigationContainer__scrollable}`),t})),vt(this,"renderTextField",(()=>r.createElement("div",{role:"search"},r.createElement(wt,{className:this.props.managedClasses.ResponsiveSidePaneLayout_search,jssStyleSheet:_t,id:ft.H,beforeGlyph:this.generateSearchIcon,placeholder:this.props.searchPrompt,value:this.props.searchText,onChange:this.props.handleSearchTextChange,button:this.renderClearSearchButton,autoComplete:"off",onKeyDown:this.onKeyDown,autoFocus:!0,"aria-label":this.props.searchPrompt,innerRef:this.textActionRef})))),vt(this,"renderClearSearchButton",(()=>{if(!(this.props.searchText.length<=0))return r.createElement(l.XC,{className:this.props.managedClasses.ResponsiveSidePaneLayout_clearSearchButton,onClick:this.clearSearchText,title:lt.pz.getString("clearSearch")},(0,ot.p)(this.props.managedClasses.ResponsiveSidePaneLayout_clearSearchIcon))})),vt(this,"onKeyDown",(t=>{t.key===rt.XP.escape&&this.clearSearchText()})),vt(this,"clearSearchText",(()=>{this.focusTextActionInput(),this.props.handleSearchTextChange&&this.props.handleSearchTextChange(this.emptySearchTextAction),this.props.handleSearchTextClear&&this.props.handleSearchTextClear()})),vt(this,"renderNavTree",((t,e)=>r.createElement(r.Fragment,null,r.createElement("div",{role:"navigation",className:this.generateNavigationClassNames()},r.createElement(tt.L,{"aria-label":lt.pz.getString("navTreeLabel"),renderCollapsedNodes:!1},this.props.navItems.map((t=>this.createNavElement(t,e)))),this.props.afterNavTree),this.maybeRenderAfterNavContent()))),vt(this,"generateSearchIcon",(()=>(0,st.R)(this.props.managedClasses.ResponsiveSidePaneLayout_searchIcon)))}render(){let t=mt;return this.props.alertBar&&this.props.bannerMessage?t=xt:(this.props.alertBar||this.props.bannerMessage)&&(t=yt),r.createElement(r.Fragment,null,this.renderMessageBar(),this.props.alertBar,r.createElement(J,gt({},this.unhandledProps(),{title:this.props.title,navigationMenu:this.renderNavTree,textField:this.renderTextField,paneMinWidth:dt._s,mobileNavigationMenuButtonLabel:this.props.mobileNavigationMenuButtonLabel,jssStyleSheet:t,lightDismissEnabled:!0}),r.createElement("div",{role:"main",className:this.generateMainClassNames(),"aria-label":this.props.title},this.props.children)))}renderMessageBar(){return this.props.bannerMessage?r.createElement(ct.Z,{id:"message-bar",content:this.props.bannerMessage,icon:this.props.bannerIcon,fixed:!0}):null}focusTextActionInput(){if(!this.textActionRef.current)return;const t=i.findDOMNode(this.textActionRef.current);if(t instanceof Element){const e=t.querySelector("input");null!==e&&e.focus()}}maybeRenderAfterNavContent(){return this.props.afterNavContent?r.createElement("div",{className:this.props.managedClasses.ResponsiveSidePaneLayout_afterNavContentContainer,role:"complementary"},this.props.afterNavContent):null}createNavElement(t,e){const n=t.isActiveCallback(this.props.location),i=[];return t.drawDividerAbove&&i.push(r.createElement(a.iz,{className:this.props.managedClasses.divider,key:"divider_"+t.id})),i.push(r.createElement(et.A7,{id:t.id,key:t.id,onContextMenu:t.onContextMenu,glyph:t.icon,expandedGlyph:t.expandedIcon?t.expandedIcon:null,expanded:t.defaultExpanded,titleContent:t.title,selected:n,onSelected:(r,i)=>{i&&(i.stopPropagation(),i.preventDefault()),n&&!t.enableNavigationIfSelected||n&&!t.enableNavigationIfSelected(this.props.location)||(t.histogramEntry&&(0,it.et)(t.histogramEntry.name,t.histogramEntry.value,t.histogramEntry.maxValue),t.userActionEntry&&(0,it.f)(t.userActionEntry.name),e&&e(),this.props.history.push(t.link()))},dragDropConfig:t.dragDropConfig,jssStyleSheet:bt},t.children&&t.children.length>0?t.children.map((t=>this.createNavElement(t,e))):void 0)),i}}const St=(0,o.EN)((0,p.ZP)(bt)(Ct))},47754:(t,e,n)=>{"use strict";n.d(e,{x:()=>h});var r=n(23366),i=n(4921),o=n(51094),s=n(53363),a=n(76908),l=n(60685),c=n(6098),u=n(46589),d=n(38066),p=n(18169);const h={...n(21733).Os,divider:{borderTop:`1px solid ${(0,i.L$)(c.fn)}`,marginTop:"8px",paddingTop:"8px"},toggleRow:{display:"flex",width:"100%",alignItems:"center",justifyContent:"space-between",marginBottom:"14px"},toggleRow_text:{color:o.CH,fontSize:(0,s.p0)("t7"),margin:"0px",marginInlineEnd:"8px",flex:"1","& > a":{...(0,d.$Q)()}},toggleRow_toggle:{marginTop:"4px"},navLink:{...(0,l.o)(c.fn)},contentHeader:{color:o.CH,paddingBottom:`${u.bn}px`,paddingTop:`${u.f8}px`,margin:"0",marginLeft:`${u.AW}px`,marginRight:`${u.H0}px`,maxWidth:`${u.Aj}px`,minWidth:`${u.XM}px`,...(0,r.L)(),...(0,p.ro)(p._p.PAGE_HEADER_ITEMS)},sectionHeader:{color:o.CH,margin:"0",userSelect:"none",paddingTop:`${u.QD}px`,paddingBottom:`${u.ic}px`,marginLeft:`${u.AW}px`,marginRight:`${u.H0}px`,maxWidth:`${u.Aj}px`,minWidth:`${u.XM}px`,...(0,p.ro)(p._p.PAGE_HEADER_ITEMS),...(0,r.L)()},itemList:{listStyleType:"none",padding:"0",marginLeft:`${u.AW}px`,marginRight:`${u.AW}px`,marginBottom:`${u.pG}px`},progress:{width:`${u.Aj}px`,minWidth:`${u.XM}px`,maxWidth:`${u.Aj}px`,marginTop:"10px",marginLeft:`${u.AW}px`,marginRight:`${u.AW}px`,transform:"rtl"===c.fn.direction?"scale(-1,1)":""},progress_circularSVG__container:{},progress_circularSVG__page:{},progress_circularSVG__control:{},highlight:{backgroundColor:c.fn.uiColor.searchHighlight,color:c.fn.uiColor.searchText,[a.xE]:{forcedColorAdjust:"none",color:a.YP.selectedText,backgroundColor:a.YP.selectedBackground}},itemList_focusContainer:{width:"100%",height:"100%","&:focus":{outline:"none"}},itemList_container:{width:"100%",height:"100%"}}},325:(t,e,n)=>{"use strict";n.d(e,{S:()=>m});var r=n(17332),i=n(38681),o=n(51094),s=n(89827),a=n(53363),l=n(16438);const c={...l.Oh,baseModal_content:{...l.Oh.baseModal_content,color:o.CH},singleActionModal:{},singleActionModal_primaryButton:{...(0,s.cg)(),...(0,a.Sh)("t7"),height:"32px","padding-inline-start":"12px","padding-inline-end":"12px"}};var u=n(89526),d=n(37834),p=n(11754),h=n(25944),f=n(40672),g=n(60769);function v(){return(v=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{i:()=>x});var r=n(17332),i=n(83247),o=n(89526),s=n(73961),a=n(33832),l=n(37834),c=n(40081),u=n(44907),d=n(14279),p=n(17990);function h(){return(h=Object.assign||function(t){for(var e=1;e{"use strict";n.d(e,{BB:()=>c,$j:()=>u,EO:()=>d});var r=n(47436),i=n(76908),o=n(42130),s=n(64197),a=n(23366),l=n(48863);const c={button:{padding:"0px",border:"none","box-sizing":"border-box",...(0,o.F0)({border:(0,s.WU)("solid 2px {0}",r.F),[i.xE]:{border:`solid 2px ${i.YP.text}`}})},button_contentRegion:{display:"flex","flex-direction":"row","flex-grow":"1","max-width":"100%","&::before":{display:"none"}}},u={button:{"border-radius":"0"},button_contentRegion:{...(0,a.L)(),"&::before":{display:"none"}}},d={splitButton:{display:"flex","flex-direction":(0,l.zw)("row","row-reverse")},splitButton_mainAction:{"flex-grow":"1","border-radius":"0"},splitButton_overflowAction:{"flex-grow":"0","border-radius":"0","flex-shrink":"0"}}},16254:(t,e,n)=>{"use strict";n.d(e,{ny:()=>h,D1:()=>f,Rq:()=>g,pt:()=>v,OS:()=>b,r1:()=>m,qq:()=>y,BH:()=>x,Li:()=>_,kR:()=>w,mU:()=>C});var r=n(89526),i=n(57786),o=n(17450),s=n(91030),a=n(89827),l=n(17657),c=n(6098),u=n(14570),d=n(46589);if(571==n.j)var p=n(3117);const h={dataGrid:{marginBottom:"0px"},dataGrid_columnHeader:{color:s.Q,...(0,a.Li)(),paddingTop:(0,l.a)(d.un),height:(0,l.a)(d.RK)},dataGrid_header:{border:"none"},dataGrid_row:{border:"none"},dataGrid_cell:{display:"flex",alignItems:"center"}},f={dataGrid:{marginBottom:"0px",paddingInlineEnd:"2px"},dataGrid_columnHeader:{color:s.Q,...(0,a.Li)(),paddingTop:(0,l.a)(d.un),height:(0,l.a)(d.RK)},dataGrid_header:{border:"none"},dataGrid_row:{border:"none"},dataGrid_cell:{display:"flex",alignItems:"center"}},g=(0,i.Z)((0,o.Z)(h),{dataGrid_header:{maxHeight:"0px"}}),v=(0,i.Z)((0,o.Z)(f),{dataGrid_header:{maxHeight:"0px"}}),b={button:{...(0,u.b)(c.fn,d.L_,d.L_)}};function m(t,e,n,r){return{...r,"data-cellid":n,className:e,style:{gridColumn:t.columnIndex}}}function y(t,e,n,r){const i=m(t,e,n,{...r,tabIndex:-1});return{...i,style:{...i.style,border:0,padding:0}}}function x(t,e){return{tabIndex:t.tabIndex||0,innerRef:e}}function _(t,e){return{tabIndex:t.tabIndex||0,ref:e}}function w(t,e,n,i){return r.createElement("div",{style:{opacity:0,gridColumn:n+1},key:e,className:i,role:"columnheader"},t)}function C(t,e,n,i,o){return r.createElement("div",{style:{gridColumn:i+1},className:o,key:n,role:"columnheader",title:"string"==typeof e?p.pz.getString(e):""},"string"==typeof e?t(e):e)}},31775:(t,e,n)=>{"use strict";n.d(e,{XY:()=>f,ZP:()=>m});var r=n(89526),i=n(11754),o=n(89827),s=n(53363),a=n(51094),l=n(91030),c=n(17332),u=n(17657),d=n(46589);function p(){return(p=Object.assign||function(t){for(var e=1;ethis.props.subLabel?r.createElement("p",{className:this.props.managedClasses.tableSubLabel},this.props.subLabel):null))}render(){return r.createElement("div",p({},this.unhandledProps(),{className:this.generateClassNames()}),r.createElement("div",{id:this.props.labelId,className:this.props.managedClasses.tableLabel_textSection,role:"heading","aria-level":3},this.props.label,this.maybeRenderSublabel()),this.props.buttons?r.createElement("div",{className:this.props.managedClasses.tableLabel_buttonSection},this.props.buttons):null)}generateClassNames(){let t=this.props.className?this.props.className:"";return this.props.carded&&(this.props.iconButton?t+=` ${this.props.managedClasses.tableLabel_cardedIconButton}`:t+=` ${this.props.managedClasses.tableLabel_carded}`),`${t} ${this.props.managedClasses.tableLabel}`}}const b=(0,c.ZP)(g)(v),m=571==n.j?b:null},37519:(t,e,n)=>{"use strict";n.d(e,{Z:()=>k});var r=n(59934),i=n(89526),o=n(73961),s=n(17332),a=n(17657),l=n(11754),c=n(92588),u=n(2483),d=n(29911),p=n(51094),h=n(76908),f=n(51758),g=n(6098),v=n(76383),b=n(14570),m=n(47754),y=n(46589),x=n(49326),_=n(10236),w=n(3117),C=n(38066);function S(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const E={...m.x,title:{display:"flex",flex:"0 1 auto",flexWrap:"wrap",alignItems:"center",paddingBottom:(0,a.a)(y.bn),margin:"0",maxWidth:(0,a.a)(y.Aj),minWidth:(0,a.a)(y.XM)},title_button:{...(0,b.b)(g.fn,y.L_,y.L_),marginInlineStart:(0,a.a)(y.P_)},title_buttonHeaderWrapper:{flexGrow:"1",display:"flex",alignItems:"center"},title_arrowBack:{height:"20px",width:"20px",fill:d.go,...(0,C.lQ)(),[h.xE]:{forcedColorAdjust:"none",fill:h.YP.buttonText,"&:hover":{fill:h.YP.selectedText}}},title_breadcrumbLink:{color:d.go,paddingInlineStart:"4px",paddingInlineEnd:"6px",textDecoration:"none",cursor:"pointer",whiteSpace:"nowrap",[h.xE]:{forcedColorAdjust:"none",color:h.YP.forcedColorLink}},title_basicTopMargin:{paddingTop:"32px"},title_container:{display:"flex",flexFlow:"row",flexGrow:"1",flexWrap:"wrap",overflow:"hidden",marginInlineEnd:"4px"},title_increasedTopMargin:{paddingTop:`${y.f8}px`},title_searchBox:{},contentHeader:{margin:"0",wordBreak:"break-word",minWidth:"fit-content"},title_iconDiv:{flexShrink:"0",marginInlineEnd:"8px",cursor:"inherit",marginTop:"6px",fill:p.CH,[h.xE]:{forcedColorAdjust:"none",fill:h.YP.text},height:"20px",width:"20px"}},O={textAction:{maxWidth:"200px",marginInlineStart:"auto"}};class j extends l.Z{constructor(t){if(super(t),S(this,"backButtonRef",i.createRef()),S(this,"routeToParent",(()=>{this.props.history&&(this.props.searchTerm&&this.props.searchResultsPathname?this.props.history.push((0,v.DQ)(this.props.searchResultsPathname,{previousLocation:this.props.location,backButtonClicked:!0})()):this.props.preserveNone?this.props.history.push((0,v.zM)(this.props.parentPathname,{previousLocation:this.props.location,backButtonClicked:!0})()):this.props.history.push((0,v.DQ)(this.props.parentPathname,{previousLocation:this.props.location,backButtonClicked:!0})()))})),S(this,"generateTitle",(()=>this.props.parentText?i.createElement("div",{className:this.props.managedClasses.title_buttonHeaderWrapper},this.generateBreadcrumbButton(),i.createElement("nav",{className:this.props.managedClasses.title_container,"aria-label":w.pz.getString("breadcrumbLabel")},this.generateBreadcrumb(),i.createElement(c.X6,{className:this.props.managedClasses.contentHeader,tag:y.VP,size:y.$e},"/ ",this.props.text,this.renderMatches()))):i.createElement("div",{className:this.props.managedClasses.title_container},i.createElement(c.X6,{className:this.props.managedClasses.contentHeader,tag:y.VP,size:y.$e},this.props.text,this.renderMatches())))),S(this,"generateBreadcrumbButton",(()=>i.createElement(u.XC,{className:this.props.managedClasses.title_button,ref:this.backButtonRef,innerRef:this.props.backButtonInnerRef||null,onClick:this.routeToParent,"aria-label":w.pz.getStringF("msBackButtonText",this.props.parentText)},(0,f.N)(this.props.managedClasses.title_arrowBack)))),S(this,"generateBreadcrumb",(()=>{const t=this.props.searchTerm&&this.props.searchResultsPathname?w.pz.getString("searchResultsBreadcrumb"):this.props.parentText;return i.createElement(c.X6,{className:this.props.managedClasses.contentHeader,tag:y.VP,size:y.$e},i.createElement("a",{className:this.props.managedClasses.title_breadcrumbLink,onClick:this.routeToParent},t))})),S(this,"renderMatches",(()=>this.props.matchCount&&this.props.searchTerm&&this.props.searchTerm.length>0?` - ${(0,x.hM)(this.props.matchCount)}`:null)),S(this,"renderBeforeIcon",(()=>this.props.before?i.createElement("div",{"aria-hidden":!0},this.props.before(this.props.managedClasses.title_iconDiv)):null)),t.parentText&&!t.parentPathname||!t.parentText&&t.parentPathname)throw t.parentText?new Error("Invalid parameter: Title cannot have a parentText without a parentPathname"):new Error("Invalid parameter: Title cannot a parentPathname without a parentText")}componentDidMount(){if(this.props.topOfPage&&this.props.parentText&&this.backButtonRef.current){const t=o.findDOMNode(this.backButtonRef.current);t instanceof HTMLElement&&t.focus()}}render(){return i.createElement("div",{className:this.generateClassNames()},this.renderBeforeIcon(),this.generateTitle(),!!this.props.onSearchTextChange&&i.createElement(_.Z,{className:this.props.managedClasses.title_searchBox,innerRef:this.props.searchBoxInnerRef,placeholder:this.props.searchBoxPlaceholderText,onSearchTextChange:this.props.onSearchTextChange,onSearchTextClear:this.props.onSearchTextClear,textActionStyle:O}),this.props.titleControl)}generateClassNames(){let t=`${this.props.managedClasses.title} `;return this.props.topOfPage?t+=`${this.props.managedClasses.title_increasedTopMargin} `:t+=`${this.props.managedClasses.title_basicTopMargin} `,super.generateClassNames(t)}}const P=(0,s.ZP)(E)((0,r.EN)(j)),k=/^(57|99)1$/.test(n.j)?P:null},3117:(t,e,n)=>{"use strict";n.d(e,{pz:()=>r,e9:()=>i,cr:()=>o,HB:()=>s});const r=window.loadTimeData,i=window.chrome;const o=window.cr;function s(t,e,n){return parseToSafeHtml(t,e,n)}},96507:(t,e,n)=>{"use strict";n.d(e,{y:()=>r,t2:()=>i,iJ:()=>a});const r=/^(9(08|37|91)|(14|18|20|77|88)5|22|366|571|813)$/.test(n.j)?'a[href]:not([tabindex="-1"]), button:enabled, textarea, input[type="text"], input[type="password"], div[role="slider"], input[type="radio"]:checked, input[type="checkbox"]:enabled, select:not([style*="display: none"]), details, [tabindex]:not([tabindex="-1"])':null;function i(t){if(t)return[...t.querySelectorAll(r)]}function o(t,e,n){const r=e===s.NextSibling;let i=r?t.nextElementSibling:t.previousElementSibling;for(;i&&!i.matches(n);)i=r?i.nextElementSibling:i.previousElementSibling;return i}let s;function a(t,e){const n=o(t,s.NextSibling,e);return n||o(t,s.PreviousSibling,e)}!function(t){t[t.NextSibling=0]="NextSibling",t[t.PreviousSibling=1]="PreviousSibling"}(s||(s={}))},49326:(t,e,n)=>{"use strict";if(n.d(e,{hM:()=>i,TB:()=>o,FQ:()=>s}),/^(57|99)1$/.test(n.j))var r=n(3117);function i(t){return t<1?null:1===t?r.pz.getStringF("singularMatchCount",t):r.pz.getStringF("pluralMatchCount",t)}function o(t){return t<1?null:1===t?r.pz.getStringF("singularMatchCount",t):r.pz.getStringF("pluralMatchCount",t)}function s(t,e){return e<1?null:1===e?r.pz.getStringF("singularSubpageWithTitleMatchCount",t,e):r.pz.getStringF("pluralSubpageWithTitleMatchCount",t,e)}},76383:(t,e,n)=>{"use strict";function r(t,e){return()=>({pathname:t,state:e||void 0})}function i(t,e,n){return()=>({pathname:t,search:e,state:n||void 0})}function o(t,e){return()=>({pathname:t,search:window.location.search,state:e||void 0})}n.d(e,{zM:()=>r,Vz:()=>i,DQ:()=>o})},26515:(t,e,n)=>{"use strict";function r(t,e,n,r,i,o){t||o(e.id);const s=n.indexOf(e),a=n.indexOf(t),l=Math.min(s,a),c=Math.max(s,a);r(n.filter(((t,e)=>e>=l&&e<=c)));i(n.filter(((t,e)=>ec)))}function i(t,e,n,i,o,s,a,l,c){if("contextmenu"===t.type)return;t.stopPropagation();const u=!!t&&t.shiftKey,d=[];n?(d.push(e),l(d)):u?r(s,e,i,a,l,c):(d.push(e),a(d),c(e.id))}n.d(e,{a1:()=>i})},32491:(t,e,n)=>{"use strict";n.d(e,{Ej:()=>s,_j:()=>a,yh:()=>l,UV:()=>c,QK:()=>u});var r=n(89526);if(/^(22|551|571|939)$/.test(n.j))var i=n(3117);function o(t){return t.split("").map((t=>t.charCodeAt(0))).reduce(((t,e)=>t+e),0)}function s(t){return t.split("&").join("")}function a(t,e,n){if(!e)return t;const i=e.toLowerCase(),s=t.toLowerCase(),a=o(i);let l=!1,c=0,u=e.length,d=0;const p=[];let h=o(s.substring(c,u));for(;u<=t.length;)h===a&&s.substring(c,u)===i?(l=!0,p.push(t.substring(d,c)),p.push(t.substring(c,u)),c=d=u,u+=e.length,h=o(s.substring(c,u))):(h=h-s.charCodeAt(c)+s.charCodeAt(u),c++,u++);return d!==t.length&&p.push(t.substring(d,t.length)),l?p.map(((t,e)=>r.createElement("span",{key:e,className:e%2!=0?n:null},t))):t}function l(t,e,n){const o=a(t,e,n);if(o instanceof Array){const e=i.pz.getStringF("searchResultMatch",t),n=r.createElement("div",{style:{opacity:0,position:"absolute",width:"calc(100% + 1ch)",height:"100%",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"}},e);return r.createElement("span",{style:{position:"relative"}},n,r.createElement("span",{"aria-hidden":!0},o))}if("string"==typeof o)return o}function c(t,e,n){const i=(t.match(/(\$[1-9])|(([^$]|\$([^1-9]|$))+)/g)||[]).map((function(r){if(!r.match(/^\$[1-9]$/)){if((r.match(/\$/g)||[]).length%2!=0)throw new Error(`Unescaped $ found in localized string "${t}".`);const e=r.replace(/\$\$/g,"$");return{value:n?n(e):e,arg:null}}const i=parseInt(r[1],10)-1;return{value:e[i],arg:r}}));return r.createElement(r.Fragment,null,i.map((t=>t.value)))}function u(t){return t.map((t=>t.value)).join(" ")}},95084:(t,e,n)=>{"use strict";function r(t){return"ContextMenu"===t.key||"F10"===t.key&&t.shiftKey}function i(t){const e=t.ctrlKey||t.metaKey||t.altKey;return 1===t.key.length&&" "!==t.key&&!e}function o(t,e){if(!t||!e)return;const n=document.getElementById(t);if(!n)return;const r=n.getBoundingClientRect(),i=e.getBoundingClientRect();(r.y>i.bottom||r.yr,g:()=>i,cg:()=>o,eP:()=>s})},17990:(t,e,n)=>{"use strict";if(n.d(e,{M:()=>i,X:()=>o}),/^(14|88)5$/.test(n.j))var r=n(19760);function i(t,e){const n=Object.keys(e).filter((e=>t.hasOwnProperty(e)));return(0,r.Z)(e,n)}function o(t,e){const n=Object.keys(e).filter((e=>!t.hasOwnProperty(e)));return(0,r.Z)(e,n)}},18169:(t,e,n)=>{"use strict";let r;function i(t){return{zIndex:t.toString()}}function o(t){return{"z-index":t.toString()}}n.d(e,{_p:()=>r,ro:()=>i,Xy:()=>o}),function(t){t[t.ENUM_START=1]="ENUM_START",t[t.MESSAGE_BAR=2]="MESSAGE_BAR",t[t.CANVAS=3]="CANVAS",t[t.PAGE_HEADER_ITEMS=4]="PAGE_HEADER_ITEMS",t[t.CARD=5]="CARD",t[t.DIALOG_NOTIFICATION=6]="DIALOG_NOTIFICATION",t[t.SEARCH_BUBBLE=7]="SEARCH_BUBBLE",t[t.INFO_BUBBLE=8]="INFO_BUBBLE",t[t.SELECT_MENU=9]="SELECT_MENU",t[t.HEADER_FOOTER=10]="HEADER_FOOTER",t[t.CONTEXT_MENU=11]="CONTEXT_MENU",t[t.DND_PREVIEW=12]="DND_PREVIEW",t[t.MODAL=13]="MODAL",t[t.FRE=14]="FRE",t[t.SPLASH_SCREEN=15]="SPLASH_SCREEN",t[t.ENUM_END=16]="ENUM_END"}(r||(r={}))},62923:(t,e,n)=>{"use strict";n.d(e,{eM:()=>_,ZP:()=>w});var r=n(89526),i=n(17332),o=n(11754),s=n(57518),a=n(86262),l=n(71388),c=n(17657),u=n(18868),d=n(47754),p=n(38681),h=n(3117),f=n(18169),g=n(21733),v=n(96507);function b(){return(b=Object.assign||function(t){for(var e=1;er.createElement("div",b({ref:e,role:"presentation"},t))))),m(this,"handledProps",{numRows:void 0,renderRow:void 0,getRowSize:void 0,role:void 0,managedClasses:void 0,listTitle:void 0,listTitleSize:void 0,listClassName:void 0,listFooter:void 0,listFooterSize:void 0,propagateDragEvents:void 0,reload:void 0,focusFallbackId:void 0,resize:void 0,disableFocusHandling:void 0,setBackground:void 0}),m(this,"defaultState",{tabIndex:-1,focusIndex:0,isFocusWithinList:!1}),m(this,"state",this.defaultState),m(this,"resetListPosition",(()=>{var t,e;null===(t=this.listRef.current)||void 0===t||t.scrollTo(0,0),null===(e=this.listRef.current)||void 0===e||e.resetAfterIndex(0),this.updateState({focusIndex:0})})),m(this,"setFocusHandlersOnTitle",(()=>{if(this.props.disableFocusHandling||!this.titleRef.current)return;const t=(0,v.t2)(this.titleRef.current);(0,u.Z)(t,this.titleFocusableElements)||(t.forEach((t=>{t.onfocus=this.onTitleFocus})),this.titleFocusableElements=t)})),m(this,"onTitleFocus",(()=>{this.props.disableFocusHandling||(this.listRef.current.scrollTo(0,0),this.listRef.current.resetAfterIndex(0))})),m(this,"getListElement",(()=>{const t=document.getElementsByClassName(this.props.listClassName);if(!t)return null;return t.item(0)})),m(this,"onTitleWheel",(t=>{const e=this.getListElement();e&&e.scrollBy(t.deltaX,t.deltaY)})),m(this,"onListScroll",(t=>{this.titleRef.current&&(this.titleRef.current.style.top=(0,c.a)(-1*t.scrollOffset))})),m(this,"getRowSize",(t=>0===t?this.props.listTitleSize:this.props.listFooterSize&&t===this.props.numRows+1?this.props.listFooterSize:this.props.getRowSize(t-1))),m(this,"renderRow",(t=>{if(0===t.index)return r.createElement("div",{style:t.style,role:"presentation"});if(this.props.listFooter&&t.index===this.props.numRows+1)return r.createElement("div",{style:t.style,role:"presentation"},this.props.listFooter);const e=t.index-1===this.state.focusIndex&&this.state.isFocusWithinList,n=r.createElement("div",{style:t.style,role:"presentation"},this.props.renderRow(t.index-1,e,this.setFocusIndex,this.ensureFocusability));return this.props.setBackground?r.createElement(l.ZP,{value:p.dS,drawBackground:!1},n):n})),m(this,"onFocus",(t=>{var e,n,r;if(!this.focusRef.current||!this.listRef.current||this.focusRef.current!==t.target)return;if(0===this.props.numRows)return void this.focusFallbackElement();const i=Math.min(this.state.focusIndex,this.props.numRows-1),o=null!==(e=null===(n=this.listRef.current)||void 0===n?void 0:n._outerRef.scrollTop)&&void 0!==e?e:0;null===(r=this.listRef.current)||void 0===r||r.scrollToItem(i+2),window.setTimeout((()=>this.forceScroll(o)),0),this.setFocusIndex(i,0)})),m(this,"forceScroll",(t=>{var e,n;t!==(null===(e=this.listRef.current)||void 0===e?void 0:e._outerRef.scrollTop)&&(null===(n=this.listRef.current)||void 0===n||n._outerRef.scrollBy(0,1))})),m(this,"focusFallbackElement",(()=>{const t=document.getElementById(this.props.focusFallbackId);t&&(t.focus(),this.updateState({tabIndex:this.props.numRows>0?0:-1,isFocusWithinList:!1}))})),m(this,"onBlur",(t=>{this.focusRef.current&&!this.focusRef.current.contains(t.relatedTarget)&&this.setFocusWithinList(!1)})),m(this,"onClick",(t=>{this.props.onClick&&this.props.onClick(t)})),m(this,"onMouseDown",(t=>{this.focusRef.current.blur(),t.stopPropagation(),this.props.propagateDragEvents||t.preventDefault()})),m(this,"ensureFocusability",(()=>{this.updateState({tabIndex:0}),this.focusRef.current.focus()})),m(this,"setFocusIndex",((t,e=0)=>{const n=t+e;n>=0&&n{!!this.state.tabIndex===t&&this.state.isFocusWithinList===t||this.updateState({tabIndex:t?-1:0,isFocusWithinList:t})}))}resetAfterIndex(t,e){this.listRef.current&&this.listRef.current.resetAfterIndex(t,!!e)}componentDidMount(){this.props.numRows>0&&this.updateState({tabIndex:0}),this.setFocusHandlersOnTitle()}componentDidUpdate(t,e){const n=this.props.numRows!==t.numRows||this.props.resize!==t.resize;this.listRef.current&&(this.props.reload!==t.reload&&this.resetListPosition(),n&&(this.listRef.current.resetAfterIndex(0),this.props.numRows>0&&0===t.numRows&&this.updateState({tabIndex:0}),0===this.props.numRows&&t.numRows>0&&e.isFocusWithinList&&this.focusFallbackElement())),!t.disableFocusHandling&&this.props.disableFocusHandling&&this.updateState(this.defaultState),this.setFocusHandlersOnTitle()}render(){let t="ltr";return h.pz.valueExists("textdirection")&&(t=h.pz.getString("textdirection")),r.createElement("div",{className:this.props.managedClasses.itemList_container,style:{position:"relative"}},r.createElement("div",{ref:this.titleRef,style:{position:"absolute",top:"0",width:`calc(100% - ${g.Uk.DEFAULT}px)`,zIndex:f._p.PAGE_HEADER_ITEMS},onWheel:this.onTitleWheel},this.props.listTitle),r.createElement("div",b({},this.unhandledProps(),{style:{direction:"ltr"},ref:this.focusRef,className:this.props.managedClasses.itemList_focusContainer,role:this.props.role?this.props.role:"listbox",tabIndex:this.state.tabIndex,onFocus:this.onFocus,onBlur:this.onBlur,onClick:this.onClick,onMouseDown:this.onMouseDown,id:y}),r.createElement(a.Z,null,(e=>r.createElement(s.S_,{className:this.props.listClassName,height:e.height,itemCount:this.props.listFooter?this.props.numRows+2:this.props.numRows+1,itemSize:this.getRowSize,width:e.width,onScroll:this.onListScroll,style:{direction:t,overflowX:"hidden",overflowY:"auto",outline:"none"},ref:this.listRef,outerElementType:this.outerElementType},this.renderRow)))))}updateState(t){this.props.disableFocusHandling?this.setState(this.defaultState):this.setState(t)}}function _(){const t=document.getElementById(y);t&&t.focus&&t.focus()}m(x,"defaultProps",{setBackground:!0});const w=(0,i.ZP)(d.x)(x)},1858:(t,e,n)=>{"use strict";n.d(e,{bQ:()=>r,ZH:()=>i,Xk:()=>o});const r=250,i=15;let o;!function(t){t[t.NEUTRAL=0]="NEUTRAL",t[t.EDGE=1]="EDGE",t[t.IE11=2]="IE11",t[t.IE11APP=3]="IE11APP",t[t.CONFIGURABLE=4]="CONFIGURABLE"}(o||(o={}))},81101:(t,e,n)=>{"use strict";n.d(e,{l:()=>s});var r=n(18064),i=n(27539),o=n(15515);const s={backends:[{backend:r.ZP,transition:o.RY},{backend:i.Z,options:{enableMouseEvents:!0,delay:250},preview:!0,transition:o.R}]}},74846:(t,e,n)=>{"use strict";let r;n.d(e,{SX:()=>r,sF:()=>i,i8:()=>o}),function(t){t[t.Empty=0]="Empty",t[t.Favorites=1]="Favorites",t[t.History=2]="History",t[t.Downloads=3]="Downloads",t[t.Collections=4]="Collections",t[t.GlobalMediaControls=5]="GlobalMediaControls",t[t.Performance=6]="Performance",t[t.MathHelper=7]="MathHelper",t[t.AssistanceHome=8]="AssistanceHome"}(r||(r={}));const i=new Map([[r.Favorites,"Favorites"],[r.History,"History"],[r.Downloads,"Downloads"],[r.Collections,"Collections"],[r.Performance,"Performance"]]);let o;!function(t){t[t.SEARCH=0]="SEARCH",t[t.MANAGE=1]="MANAGE",t[t.PIN=2]="PIN",t[t.HEADER=3]="HEADER",t[t.UNPIN=4]="UNPIN",t[t.NUM_VALUES=5]="NUM_VALUES"}(o||(o={}))},89954:(t,e,n)=>{"use strict";let r,i;function o(t){return t===r.Group5to8?r.Group5to8:r.Group9andOlder}n.d(e,{Qv:()=>r,H3:()=>i,R3:()=>o}),function(t){t[t.Group5to8=0]="Group5to8",t[t.Group9andOlder=1]="Group9andOlder"}(r||(r={})),function(t){t[t.None=0]="None",t[t.FRE=1]="FRE",t[t.Enter=2]="Enter",t[t.Exit=3]="Exit",t[t.Settings=4]="Settings",t[t.MaxValue=4]="MaxValue"}(i||(i={}))},79171:(t,e,n)=>{"use strict";n.d(e,{XP:()=>s,ZP:()=>c});var r=n(89526);if(/^(205|571|908)$/.test(n.j))var i=n(3117);function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}let s,a;!function(t){t.up="ArrowUp",t.down="ArrowDown",t.left="ArrowLeft",t.right="ArrowRight",t.delete="Delete",t.enter="Enter",t.enter2="Return",t.enter3="\n",t.escape="Escape",t.tab="Tab",t.shift="Shift",t[t.space=32]="space",t.spaceKey=" ",t[t.A=65]="A",t[t.Z=90]="Z",t[t.Y=89]="Y",t[t.X=88]="X",t[t.V=86]="V"}(s||(s={})),function(t){t[t.UP=0]="UP",t[t.DOWN=1]="DOWN",t[t.DELETE=2]="DELETE",t[t.ENTER=3]="ENTER",t[t.ESCAPE=4]="ESCAPE",t[t.SELECT_ALL=5]="SELECT_ALL",t[t.UNDO=6]="UNDO",t[t.REDO=7]="REDO",t[t.COPY=8]="COPY",t[t.CUT=9]="CUT",t[t.PASTE=10]="PASTE"}(a||(a={}));class l extends r.Component{constructor(...t){super(...t),o(this,"shortcuts",new Map),o(this,"componentDidMount",(()=>{this.addShortcut(a.DELETE,"Delete","Delete Backspace"),this.addShortcut(a.ENTER,"Enter \n","Return Meta|o"),this.addShortcut(a.SELECT_ALL,"Ctrl|a","Meta|a"),this.addShortcut(a.ESCAPE,"Escape"),this.addShortcut(a.COPY,"Ctrl|c","Meta|c"),this.addShortcut(a.CUT,"Ctrl|x","Meta|x"),this.addShortcut(a.PASTE,"Ctrl|v","Meta|v"),this.addShortcut(a.UNDO,"Ctrl|z","Meta|z"),this.addShortcut(a.REDO,"Ctrl|y Ctrl|Shift|Z","Meta|Shift|Z"),this.addShortcut(a.UP,"ArrowUp Shift|ArrowUp Ctrl|ArrowUp","ArrowUp Shift|ArrowUp Meta|ArrowUp"),this.addShortcut(a.DOWN,"ArrowDown Shift|ArrowDown Ctrl|ArrowDown","ArrowDown Shift|ArrowDown Meta|ArrowDown"),document.addEventListener("keydown",this.keyDown)})),o(this,"componentWillUnmount",(()=>{document.removeEventListener("keydown",this.keyDown)})),o(this,"keyDown",(t=>{for(const e of this.shortcuts){const n=e[0],r=e[1];if("function"==typeof r.matchesEvent&&r.matchesEvent(t))return void this.executeCommand(n,t)}})),o(this,"render",(()=>null))}addShortcut(t,e,n){const r=i.pz.valueExists("is_macosx")&&!0===i.pz.getBoolean("is_macosx")&&n?n:e;this.shortcuts.set(t,new i.cr.ui.KeyboardShortcutList(r))}executeCommand(t,e){if(this.props.rootElement.contains(e.target)||e.target===document.body)switch(t){case a.DELETE:this.props.onDelete&&this.props.onDelete(e);break;case a.ENTER:this.props.onEnter&&this.props.onEnter(e);break;case a.SELECT_ALL:this.props.onSelectAll&&this.props.onSelectAll(e);break;case a.ESCAPE:this.props.onEscape&&this.props.onEscape(e);break;case a.COPY:this.props.onCopy&&this.props.onCopy(e);break;case a.CUT:this.props.onCut&&this.props.onCut(e);break;case a.PASTE:this.props.onPaste&&this.props.onPaste(e);break;case a.UNDO:this.props.onUndo&&this.props.onUndo(e);break;case a.REDO:this.props.onRedo&&this.props.onRedo(e);break;case a.UP:this.props.onUp&&this.props.onUp(e);break;case a.DOWN:this.props.onDown&&this.props.onDown(e)}}}const c=/^(205|571|908)$/.test(n.j)?l:null},47861:(t,e,n)=>{"use strict";n.d(e,{f:()=>a,Z:()=>l});var r=n(89526),i=n(73961),o=n(87958),s=n(18169);class a extends r.Component{componentDidMount(){this.props.rootElement.style.zIndex=s._p.MODAL.toString()}render(){return this.props.modal?i.createPortal(this.props.modal,this.props.rootElement):null}}const l=(0,o.$j)((function(t){return{modal:t.modal}}))(a)},38681:(t,e,n)=>{"use strict";n.d(e,{fl:()=>p,JA:()=>h,PX:()=>a,dS:()=>l,Dc:()=>c,y2:()=>f});var r=n(89526),i=n(56909);if(!/^(2(22|74|96)|8(13|30|82)|145|183|366|580|717|997)$/.test(n.j))var o=n(71388);function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}let a=i.g.L1Alt,l=i.g.L1,c=i.g.L2,u=i.g.L1,d=i.g.L1Alt;const p=window.matchMedia("(prefers-color-scheme: dark)");let h;function f(t,e=h.Primary,n={},f){var g,v;return v=g=class extends r.Component{constructor(t){super(t),s(this,"backgroundListener",(()=>{const t=p.matches;a=t?i.z.L2:i.g.L1Alt,l=t?i.z.L1:i.g.L1,c=t?i.z.L3:i.g.L2,u=t?i.z.L3:i.g.L1,d=t?i.z.L1Alt:i.g.L1Alt,this.setState({primarySurfaceBackground:a,secondarySurfaceBackground:l,tertiarySurfaceBackground:c,textInputSurfaceBackground:u,cardContainerSurfaceBackground:d})})),this.state={primarySurfaceBackground:a,secondarySurfaceBackground:l,tertiarySurfaceBackground:c,textInputSurfaceBackground:u,cardContainerSurfaceBackground:d}}componentDidMount(){p.addEventListener("change",this.backgroundListener)}componentWillUnmount(){p.removeEventListener("change",this.backgroundListener)}render(){let i=null;switch(e){case h.Secondary:i=this.state.secondarySurfaceBackground;break;case h.Tertiary:i=this.state.tertiarySurfaceBackground;break;case h.TextInput:i=this.state.textInputSurfaceBackground;break;case h.CardContainer:i=this.state.cardContainerSurfaceBackground;break;case h.Primary:default:i=this.state.primarySurfaceBackground}return r.createElement(o.ZP,{drawBackground:f,value:i,style:n},r.createElement(t,this.props))}},s(g,"displayName",`ResponsiveBackground(${t.displayName})`),v}p.matches&&(a=i.z.L2,l=i.z.L1,c=i.z.L3,u=i.z.L3,d=i.z.L1Alt),function(t){t[t.Primary=0]="Primary",t[t.Secondary=1]="Secondary",t[t.Tertiary=2]="Tertiary",t[t.TextInput=3]="TextInput",t[t.CardContainer=4]="CardContainer"}(h||(h={}))},38066:(t,e,n)=>{"use strict";n.d(e,{lQ:()=>v,JK:()=>b,li:()=>m,$Q:()=>y,pH:()=>x,QA:()=>_,O0:()=>w,gj:()=>C,AP:()=>S,Zb:()=>E});var r=n(89526);if(/^(5(5|51|71)|9(08|39|91)|205|22|32|360|885)$/.test(n.j))var i=n(29911);if(/^(5(5|51|71)|9(08|39|91)|205|22|32|360|885)$/.test(n.j))var o=n(47436);if(571==n.j)var s=n(53363);if(571==n.j)var a=n(89827);if(/^(57|60|99)1$/.test(n.j))var l=n(48863);if(/^(22|939)$/.test(n.j))var c=n(17657);if(/^(22|939)$/.test(n.j))var u=n(51045);if(/^(5(5|51|71)|9(08|39|91)|205|22|32|360|885)$/.test(n.j))var d=n(42130);var p=n(18169);if(/^(67[25]|185|22|571|775|991)$/.test(n.j))var h=n(38681);if(/^(5(5|51|71)|9(08|39|91)|205|22|32|360|601|885)$/.test(n.j))var f=n(6098);if(/^(22|571|672|939)$/.test(n.j))var g=n(46589);function v(){return f.fn.direction===l.Nm.rtl?{transform:"rotate(180deg)"}:{}}function b(){return{maxWidth:`${g.fz}px`,minWidth:`${g.xj}px`}}function m(){return{maxWidth:(0,c.a)((0,u.IH)(g.fz,g._s)),minWidth:`${g.xj}px`}}function y(){return{color:i.go,textDecoration:"none",borderBottom:"1px solid "+(0,i.go)(f.fn),"&:hover":{color:i.D9,borderBottom:"2px solid "+(0,i.D9)(f.fn)},"&:active":{color:i.VN,borderBottom:"2px solid "+(0,i.VN)(f.fn)},...(0,d.F0)({borderBottom:"2px solid "+(0,o.F)(f.fn)})}}function x(){return{...(0,s.Sh)("t8"),...(0,a.cg)(),lineHeight:(0,s.qs)("t8"),minWidth:"0px",padding:"8px 16px"}}function _(){return{backgroundColor:f.fn.uiColor.searchHighlight,color:f.fn.uiColor.searchText}}const w={select_menu:{...(0,p.ro)(p._p.SELECT_MENU),backgroundColor:"inherit"}};function C(t,e,n){const i=(0,h.y2)((()=>r.createElement(r.Fragment,null,n)),h.JA.Secondary);return r.createElement(i,null)}const S={progress:{width:"16px",height:"16px"},progress_circularSVG__container:{width:"16px",height:"16px"}};function E(){return{height:"20px",width:"20px"}}},72080:(t,e,n)=>{"use strict";n.d(e,{Oh:()=>d,gr:()=>p});n(89526);var r=n(9748),i=n(19652),o=n(53363),s=n(4921),a=n(23366);if(908==n.j)var l=n(17657);var c=n(6098),u=n(21733);const d={baseContextMenu_container:{borderRadius:"4px",...(0,r.XC)(r.Y3.e9,c.fn.uiColor.defaultShadow)(void 0),maxWidth:"none",...(0,u.vh)()},baseContextMenu_disabled:{cursor:"default"},baseContextMenu_item:{...(0,o.Sh)("t8"),height:"32px",marginLeft:"0",marginRight:"0",borderRadius:"0"},baseContextMenu_itemTextSnippetContainer:{display:"flex"},baseContextMenu_itemTextSnippet__collapsed:{maxWidth:"100px",display:"inline-block",...(0,a.L)()},baseContextMenu_icon:{justifySelf:"center",width:"20px",height:"20px"},baseContextMenu_divider:{borderTop:"1px solid "+(0,s.L$)(c.fn),margin:"4px 0px 4px 0px"},baseContextMenu_containerAsToolbar:{borderRadius:"4px",...(0,r.XC)(r.Y3.e9,c.fn.uiColor.defaultShadow)(void 0),width:"220px",overflowY:"auto"},baseContextMenu_itemShortcutText:{marginInlineEnd:"16px"},baseContextMenu_itemShortcutIcon:{marginInlineEnd:"12px"},baseContextMenu_itemBackplate:{background:i.sx}};function p(){return{borderWidth:(0,l.a)(1/window.devicePixelRatio)}}},6098:(t,e,n)=>{"use strict";n.d(e,{At:()=>u,fn:()=>d,Gj:()=>p,S6:()=>h,hM:()=>f,$r:()=>g,Fd:()=>v,Iu:()=>b,Cj:()=>m,AG:()=>y,d9:()=>x,S_:()=>_,ti:()=>w,sb:()=>C});var r=n(98415),i=n(46535),o=n(26007);if(/^((18|20|77|88)5|(2|3|67)2|571|908|991)$/.test(n.j))var s=n(14963);if(571==n.j)var a=n(51094);var l=n(3117),c=n(38681);const u={uiColor:{searchHighlight:"#FFEB3B",searchText:"#101010",translucentSearchHighlight:"rgba(255, 235, 59, 0.9)",defaultShadow:"#000",dangerRedDark:"#F28B82",dangerRedLight:"#CC0000",warningYellowLight:"#9D6600",warningYellowDark:"#FFB833",healthyGreenDark:"#98C698",healthyGreenLight:"#107C10",warningRedBackgroundLight:"#F9DFD5",warningRedBackgroundDark:"#5F1A00",black:"#000000",white:"#FFFFFF",warningYellowBackplateLight:"#FFF7E3",warningYellowBackplateDark:"#514935",grayBackplateLight:"#EBEBEB",grayBackplateDark:"#515151",accentBackplateLight:"#E8F5FF",accentBackplateDark:"#4C5963",invalidSignatureLight:"#996F00",invalidSignatureDark:"#FFB900",blueTintLight:"#E8F5FF",darkBlueTint:"#003B68",unknownOrangeSignatureTextLight:"#B65C26",unknownOrangeSignatureTextDark:"#DCB298",unknownOrangeSignatureIconLight:"#D56C2D",unknownOrangeSignatureIconDark:"#C36329",highlightBackgroundLight:"#E3F0FA",highlightBackgroundDark:"#4C5963",profileAlertLight:"#0069B9",edgeDarkGray:"#333333",safetyTipWarningYellowBackground:"#FFD976",translucentHoverFocusBackgroundLight:"rgba(0, 0, 0, 0.07)",translucentHoverFocusBackgroundDark:"rgba(255, 255, 255, 0.07)",noErrorColor:"#0078D4"},direction:l.pz&&l.pz.valueExists("textdirection")&&"rtl"===l.pz.getString("textdirection")?o.N.rtl:o.N.ltr},d=Object.assign({},i.e,u);function p(t){return(0,s.Yc)(t)?d.uiColor.dangerRedDark:d.uiColor.dangerRedLight}function h(t){return(0,s.Yc)(t)?d.uiColor.warningYellowDark:d.uiColor.warningYellowLight}function f(t){return(0,s.Yc)(t)?d.uiColor.darkBlueTint:d.uiColor.blueTintLight}function g(t){return(0,s.Yc)(t)?d.uiColor.highlightBackgroundDark:d.uiColor.highlightBackgroundLight}function v(t){return(0,s.Yc)(t)?d.uiColor.healthyGreenDark:d.uiColor.healthyGreenLight}function b(t){return(0,s.Yc)(t)?d.uiColor.warningRedBackgroundDark:d.uiColor.warningRedBackgroundLight}function m(t){return(0,s.Yc)(t)?d.uiColor.accentBackplateDark:d.uiColor.accentBackplateLight}function y(t){return(0,s.Yc)(t)?d.uiColor.warningYellowBackplateDark:d.uiColor.warningYellowBackplateLight}function x(t){return(0,s.Yc)(t)?(0,a.CH)(t):d.uiColor.profileAlertLight}function _(t){return(0,s.Yc)(t)?d.uiColor.translucentHoverFocusBackgroundDark:d.uiColor.translucentHoverFocusBackgroundLight}function w(){return d.uiColor.noErrorColor}d.backgroundColor=d.neutralPalette[c.PX];const C=(0,r.Z)((t=>Object.assign({},i.e,u,t)))},14570:(t,e,n)=>{"use strict";if(n.d(e,{b:()=>o}),!/^(1(45|54|83)|8(13|30|82)|(71|93|99)7|274|296|32|366|472|580)$/.test(n.j))var r=n(76908);if(!/^(1(45|54|83)|8(13|30|82)|(71|93|99)7|274|296|32|366|472|580)$/.test(n.j))var i=n(46589);function o(t,e=i.k8,n=i.k8){return{"min-width":`${e}px`,"max-width":"unset",height:`${n}px`,width:`${e}px`,padding:"0",margin:"0",transition:"none",background:"transparent","&:hover:not([disabled])":{[r.xE]:{"forced-color-adjust":"none",background:r.YP.selectedBackground,fill:r.YP.selectedText+" !important"}},"& > *":{display:"flex !important"},"&:disabled":{[r.xE]:{"forced-color-adjust":"none",fill:r.YP.disabledText}},[r.xE]:{"forced-color-adjust":"none",fill:r.YP.buttonText}}}},46589:(t,e,n)=>{"use strict";n.d(e,{VP:()=>s,$e:()=>a,ZO:()=>l,zT:()=>c,xj:()=>u,fz:()=>d,_s:()=>p,Hz:()=>h,kC:()=>f,rA:()=>g,TM:()=>v,RK:()=>b,QE:()=>m,tS:()=>y,sP:()=>x,bT:()=>_,n:()=>w,Qt:()=>C,AW:()=>S,oX:()=>E,kt:()=>O,vE:()=>j,un:()=>P,H0:()=>k,M$:()=>I,f8:()=>T,Aj:()=>A,XM:()=>D,pG:()=>R,HC:()=>$,R3:()=>N,Qd:()=>B,k8:()=>F,L_:()=>L,P_:()=>M,Mz:()=>Z,bn:()=>H,Mt:()=>z,Ld:()=>U,hx:()=>W,iF:()=>G,Sd:()=>V,a_:()=>q,QD:()=>K,ic:()=>Y,EC:()=>Q,E8:()=>X,dM:()=>J,mK:()=>tt,F6:()=>et,zd:()=>nt,Wg:()=>rt,HM:()=>it,VY:()=>ot,_b:()=>st,B:()=>lt,bD:()=>ct,S3:()=>ut});var r=n(90305),i=n(63650),o=n(17657);const s=r.lb.h2,a=r.Gm._5,l=i.X.h3,c=i.v._5,u=250,d=820,p=340,h=320,f=40,g=56,v=88,b=40,m=60,y=80,x=4,_=16,w=6,C=20,S=50,E=24,O=12,j=12,P=6,k=50,I=10,T=34,A=820,D=215,R=18,$=10,N=18,B=24,F=28,L=36,M=/^(5(5|51|71)|205|22|360|885|908|991)$/.test(n.j)?-40:null,Z=28,H=16,z=20,U=7,W=18,G=400,V=24,q=560,K=10,Y=4,Q=8,X=14,J=50,tt=30,et=10,nt=32,rt=1035,it=`@media only screen and (max-width: ${(0,o.a)(rt)})`,ot=`@media only screen and (max-width: ${(0,o.a)(1134)})`,st=`@media only screen and (max-width: ${(0,o.a)(755)})`,at=K+20+Y,lt=T+Z+H,ct=lt+at;function ut(t){const e=2*x+t,n=e+R;return{V_SECTION_HEADER:at,V_LIST_ITEM:e,V_LIST_ITEM_WITH_SECTION:e+at,V_LIST_ITEM_WITH_TWO_SECTIONS:e+2*at,V_LIST_ITEM_WITH_BOTTOM_MARGIN:n,V_LIST_ITEM_WITH_SECTION_AND_BOTTOM_MARGIN:at+n,V_HEADER:lt,V_HEADER_WITH_SUBHEADER:ct}}},60685:(t,e,n)=>{"use strict";if(n.d(e,{o:()=>l}),/^(5(5|51|71)|9(08|39|91)|(18|20|77|88)5|22|32|360)$/.test(n.j))var r=n(53363);if(/^(5(5|51|71)|9(08|39|91)|(18|20|77|88)5|22|32|360)$/.test(n.j))var i=n(29911);if(/^(5(5|51|71)|9(08|39|91)|(18|20|77|88)5|22|32|360)$/.test(n.j))var o=n(91030);if(/^(5(5|51|71)|9(08|39|91)|(18|20|77|88)5|22|32|360)$/.test(n.j))var s=n(47436);if(/^(5(5|51|71)|9(08|39|91)|(18|20|77|88)5|22|32|360)$/.test(n.j))var a=n(76908);function l(t){return{minWidth:"unset",...(0,r.Sh)("t7"),height:"unset",borderRadius:"0px",background:"none",border:"none",cursor:"pointer",color:i.go,fill:i.go,display:"block",padding:"0",transition:"none","&:disabled":{cursor:"default !important",color:o.Q,fill:o.Q,opacity:"unset"},"&:hover:enabled":{background:"none",color:i.D9,fill:i.D9,boxShadow:"0px 2px 0px 0px "+(0,i.D9)(t)},"&:focus:enabled":{background:"none",outline:"none",boxShadow:"0px 2px 0px 0px "+(0,s.F)(t)},"&:active:enabled":{background:"none",color:i.VN,fill:i.VN,boxShadow:"0px 2px 0px 0px "+(0,i.VN)(t)},[a.xE]:{forcedColorAdjust:"none",color:a.YP.forcedColorLink,fill:a.YP.forcedColorLink,"&:hover:enabled":{background:"none",color:a.YP.forcedColorLink,fill:a.YP.forcedColorLink,boxShadow:"0px 2px 0px 0px "+a.YP.forcedColorLink},"&:focus:enabled":{boxShadow:"0px 2px 0px 0px "+a.YP.forcedColorLink},"&:active:enabled":{background:"none",color:a.YP.forcedColorLink,fill:a.YP.forcedColorLink,boxShadow:"0px 2px 0px 0px "+a.YP.forcedColorLink}}}}},16438:(t,e,n)=>{"use strict";if(n.d(e,{V3:()=>m,Oh:()=>y,aY:()=>x,fS:()=>_}),/^((18|20|88)5|22|571|908|991)$/.test(n.j))var r=n(9748);var i=n(42130),o=n(48863);if(/^(22|571)$/.test(n.j))var s=n(57786);var a=n(89827),l=n(53363),c=n(51094),u=n(17657);if(/^(22|571)$/.test(n.j))var d=n(33832);var p=n(18169),h=n(6098),f=n(14570),g=n(60685),v=n(38066),b=n(46589);const m=(t=!1)=>({dialog_contentRegion:{"border-radius":t?"0px":"4px",...(0,r.jf)(r.Y3.e9),...(0,i.F0)({}),"max-height":"100%",overflow:t?"hidden":"auto"},dialog_modalOverlay:{...(0,i.F0)({})},dialog_positioningRegion:{overflow:"auto",...(0,p.Xy)(p._p.MODAL)}}),y={baseModal_dialogField:{"margin-inline-end":"4px",...(0,a.cg)()},baseModal_inlineLinkButton:{...(0,g.o)(h.fn),...(0,l.Sh)("t8"),display:"inline","margin-inline-start":"4px"},baseModal_textFieldFlexContainer:{display:"flex","& > :first-child":{"margin-inline-end":"8px"}},button:{height:"32px",flex:"1","max-width":"calc(100% / 2 - 4px)",...(0,a.cg)(),...(0,l.Sh)("t7")},baseModal_content:{"margin-inline-end":(0,u.a)(b.Sd),height:"100%","padding-bottom":"24px","box-sizing":"border-box"},baseModal_contentContainer:{"padding-top":"20px"},baseModal_contentScroll:{height:"100%","max-height":(0,u.a)(b.a_),"padding-inline-start":(0,u.a)(b.Sd),display:"flex","flex-direction":"column"},baseModal_headerContainer:{position:"relative"},baseModal_title:{color:c.CH,"margin-bottom":(0,u.a)(b.hx),"padding-inline-start":(0,u.a)(b.Sd),"padding-inline-end":(0,u.a)(b.Sd),display:"flex"},baseModal_titleIcon:{"margin-inline-end":"20px"},baseModal_dialog:{color:c.CH,...(0,l.Sh)("t7"),"margin-top":"0px","margin-bottom":"18px"},baseModal_select:{"margin-bottom":(0,u.a)(b.hx),...(0,p.ro)(p._p.SELECT_MENU)},baseModal_select__error:{"margin-bottom":"0px",'& [aria-haspopup="true"]':{"border-color":(0,h.Gj)(h.fn),...(0,i.F0)({"box-shadow":`${(0,h.Gj)(h.fn)} 0px 0px 0px 1px inset`,"border-color":(0,h.Gj)(h.fn)}),"&:hover:enabled":{"border-color":(0,h.Gj)(h.fn)},"&:active:enabled":{"border-color":(0,h.Gj)(h.fn)}}},baseModal_textArea:{"margin-bottom":(0,u.a)(b.hx),resize:"vertical","min-height":"32px"},baseModal_textField:{height:"32px",width:"100%",transition:"all 0.2s ease-in-out 0s, margin 0s","margin-bottom":(0,u.a)(b.hx),"margin-top":"0px",...(0,l.Sh)("t7")},baseModal_textField__error:{"border-color":(0,h.Gj)(h.fn),"caret-color":(0,h.Gj)(h.fn),"margin-bottom":"0px",...(0,i.F0)({"box-shadow":`${(0,h.Gj)(h.fn)} 0px 0px 0px 1px inset`,"border-color":(0,h.Gj)(h.fn)}),"&:hover:enabled":{"border-color":(0,h.Gj)(h.fn)},"&:active:enabled":{"border-color":(0,h.Gj)(h.fn)}},baseModal_textField_errorText:{color:(0,h.Gj)(h.fn),...(0,l.Sh)("t8"),height:(0,u.a)(b.hx)},baseModal_label:{color:c.CH,...(0,l.Sh)("t8"),"margin-bottom":"10px"},baseModal_label__error:{color:(0,h.Gj)(h.fn)},baseModal_closeIcon:{height:"14px",width:"14px"},baseModal_closeButton:{...(0,f.b)(h.fn,b.k8,b.k8),position:"absolute",top:(0,u.a)(6-b.k8),margin:"6px","& $baseModal_closeIcon":{...(0,v.Zb)()},right:(0,o.zw)("0","unset"),left:(0,o.zw)("unset","0")},baseModal_inputRow:{display:"flex","flex-direction":"row"},baseModal_inputRow_column:{display:"flex","flex-direction":"column","flex-grow":"1","&:not(:first-child)":{"margin-inline-start":"8px"}}};function x(t,e){return(0,s.Z)({...v.O0,select_menu:{...v.O0.select_menu,width:t,position:"absolute"}},e)}function _(t){t.keyCode===d.Lp&&t.target instanceof HTMLElement&&"option"===t.target.getAttribute("role")&&t.stopPropagation()}},21733:(t,e,n)=>{"use strict";n.d(e,{Uk:()=>c,Os:()=>p,vh:()=>h});var r=n(57167),i=n(76908),o=n(58934),s=n(14963),a=n(93150),l=n(17657);let c;!function(t){t[t.THIN=4]="THIN",t[t.DEFAULT=8]="DEFAULT"}(c||(c={}));const u=(0,s.Ce)(r.Cz)(r.yv)((function(t,e,n){return(0,s.hi)(r.yv,t)(n)}))((function(t,e,n){return(0,s.Yc)(n)?-1:1}))((function(t){return t>3})),d=(0,a.vm)(u),p={"@global":{"::-webkit-scrollbar":{width:(0,l.a)(c.DEFAULT),height:(0,l.a)(c.DEFAULT)},"::-webkit-scrollbar-track":{opacity:"0"},"::-webkit-scrollbar-thumb":{background:d,borderRadius:(0,l.a)(Math.floor(c.DEFAULT/2)),[i.xE]:{forcedColorAdjust:"none",background:i.YP.buttonText}},"::-webkit-scrollbar-thumb:hover":{background:(0,o.Xi)(d),[i.xE]:{forcedColorAdjust:"none",background:i.YP.selectedBackground}},"::-webkit-scrollbar-thumb:active":{background:(0,o.Gy)(d),[i.xE]:{forcedColorAdjust:"none",background:i.YP.selectedBackground}},"::-webkit-scrollbar-corner":{background:"none"}}},h=(t=c.DEFAULT)=>({"&::-webkit-scrollbar":{width:(0,l.a)(t),height:(0,l.a)(t)},"&::-webkit-scrollbar-track":{opacity:"0"},"&::-webkit-scrollbar-thumb":{background:d,"border-radius":(0,l.a)(Math.floor(t/2)),[i.xE]:{"forced-color-adjust":"none",background:i.YP.buttonText}},"&::-webkit-scrollbar-thumb:hover":{background:(0,o.Xi)(d),[i.xE]:{"forced-color-adjust":"none",background:i.YP.selectedBackground}},"&::-webkit-scrollbar-thumb:active":{background:(0,o.Gy)(d),[i.xE]:{"forced-color-adjust":"none",background:i.YP.selectedBackground}},"&::-webkit-scrollbar-corner":{background:"none"}})},50529:(t,e,n)=>{"use strict";n.d(e,{XZ:()=>g});var r=n(89526),i=n(11754);let o;!function(t){t.label="label"}(o||(o={}));var s=n(9680),a=n(27157),l=n(76908),c=n(17332);function u(){return(u=Object.assign||function(t){for(var e=1;e{"boolean"!=typeof this.props.checked&&this.setState({checked:!this.state.checked}),"function"==typeof this.props.onChange&&this.props.onChange(t)})),this.state={checked:this.props.checked||!1},this.inputRef=r.createRef()}componentDidMount(){this.applyIndeterminateState()}componentDidUpdate(){this.applyIndeterminateState()}render(){return r.createElement("div",u({},this.unhandledProps(),{className:this.generateClassNames(),tabIndex:null}),r.createElement("input",{className:(0,s.Z)(this.props,"managedClasses.checkbox_input"),id:this.props.inputId,name:this.props.name,type:"checkbox",ref:this.inputRef,onChange:this.handleCheckboxChange,disabled:this.props.disabled||null,checked:this.state.checked,value:this.props.value,"aria-label":(0,s.Z)(this.props,"aria-label",null),"aria-describedby":(0,s.Z)(this.props,"aria-describedby",null),tabIndex:(0,s.Z)(this.props,"tabIndex",null)||0}),r.createElement("span",{className:(0,s.Z)(this.props,"managedClasses.checkbox_stateIndicator")}),this.renderLabel())}generateClassNames(){let t=(0,s.Z)(this.props,"managedClasses.checkbox","");return this.props.disabled&&(t=`${t} ${(0,s.Z)(this.props,"managedClasses.checkbox__disabled","")}`),this.state.checked&&(t=`${t} ${(0,s.Z)(this.props,"managedClasses.checkbox__checked","")}`),this.props.indeterminate&&(t=`${t} ${(0,s.Z)(this.props,"managedClasses.checkbox__indeterminate","")}`),super.generateClassNames(t)}renderLabel(){return r.Children.map(this.withSlot(o.label),(t=>{let e=(0,s.Z)(this.props,"managedClasses.checkbox_label");if("string"!=typeof e)return t;const n=(0,s.Z)(t,"props.className");return"string"==typeof n&&(e=`${n} ${e}`),r.cloneElement(t,{className:e})}))}applyIndeterminateState(){this.props.indeterminate&&this.inputRef.current&&(this.inputRef.current.indeterminate=this.props.indeterminate)}}d(p,"displayName","MSFTCheckbox");const h=a.Z,f={...h,checkbox_input:{...h.checkbox_input,[l.xE]:{...h.checkbox_input[l.xE],borderColor:l.YP.buttonText}}},g=(0,c.ZP)(f)(p)},70862:(t,e,n)=>{"use strict";n.d(e,{ZD:()=>d});var r=n(89526),i=n(9680),o=n(11754),s=n(17332),a=n(49406);function l(){return(l=Object.assign||function(t){for(var e=1;e{"boolean"!=typeof this.props.selected&&this.setState({selected:!this.state.selected}),this.props.onChange&&this.props.onChange(t)})),this.state={selected:this.props.selected||!1}}render(){return r.createElement("div",l({},this.unhandledProps(),{className:this.generateClassNames(),tabIndex:null,"aria-disabled":this.props.disabled||null}),this.generateLabel(),r.createElement("div",{className:(0,i.Z)(this.props,"managedClasses.toggle_toggleButton")},r.createElement("input",{className:(0,i.Z)(this.props,"managedClasses.toggle_input"),type:"checkbox",id:this.props.inputId,"aria-describedby":this.props.statusMessageId,disabled:this.props.disabled,value:this.generateToggleStateLabel(),onChange:this.handleToggleChange,checked:this.state.selected,"aria-label":(0,i.Z)(this.props,"aria-label",null),"aria-labelledby":(0,i.Z)(this.props,"aria-labelledby",null),tabIndex:(0,i.Z)(this.props,"tabIndex",null)||0}),r.createElement("span",{className:(0,i.Z)(this.props,"managedClasses.toggle_stateIndicator")})),this.renderStatusMessage())}generateClassNames(){let t=(0,i.Z)(this.props,"managedClasses.toggle","");return this.props.disabled&&(t=`${t} ${(0,i.Z)(this.props,"managedClasses.toggle__disabled","")}`),this.state.selected&&(t=`${t} ${(0,i.Z)(this.props,"managedClasses.toggle__checked","")}`),super.generateClassNames(t)}generateToggleStateLabel(){return this.state.selected?this.props.selectedMessage:this.props.unselectedMessage}generateLabel(){if(this.props.labelId||this.props.children)return r.createElement("label",{className:(0,i.Z)(this.props,"managedClasses.toggle_label"),id:this.props.labelId,htmlFor:this.props.inputId},this.props.children)}renderStatusMessage(){if(this.props.selectedMessage||this.props.unselectedMessage)return r.createElement("span",{id:this.props.statusMessageId,className:(0,i.Z)(this.props,"managedClasses.toggle_statusMessage")},this.generateToggleStateLabel())}}c(u,"displayName","MSFTToggle");const d=(0,s.ZP)(a.Z)(u)},6905:(t,e,n)=>{"use strict";n.d(e,{b9:()=>i});n(89526);if(205==n.j)var r=n(20513);function i(t){return t.endsWith(r.Rg.hubPath)}},31551:(t,e,n)=>{"use strict";function r(t,e,n){let r;return function(...i){const o=n&&!r;window.clearTimeout(r),r=window.setTimeout((()=>{r=null,n||t.apply(this,i)}),e),o&&t.apply(this,i)}}n.d(e,{D:()=>r})},26085:(t,e,n)=>{"use strict";n.d(e,{n:()=>r}),Error.stackTraceLimit=100;const r=window.chrome.errorReporting},87745:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var r=n(79171),i=n(96507);function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class s{constructor(){o(this,"container",void 0),o(this,"currentFocusElement",void 0),o(this,"initialize",(t=>{this.container=t,this.container.addEventListener("keydown",this.trapFocus)})),o(this,"removeEventListener",(()=>{this.container&&this.container.removeEventListener("keydown",this.trapFocus)})),o(this,"trapFocus",(t=>{if(t.key!==r.XP.tab||t.ctrlKey||!this.container||t.defaultPrevented)return;const e=this.container.querySelectorAll(i.y);if(e&&e.length>0){const n=e[0],r=e[e.length-1];document.activeElement===n&&t.shiftKey?(r.focus(),t.preventDefault()):document.activeElement!==r||t.shiftKey||(n.focus(),t.preventDefault())}}))}static getInstance(){return null===s.currentInstance&&(s.currentInstance=new s),s.currentInstance}makeFocusOnActiveElement(t){if(this.currentFocusElement===document.activeElement)return;const e=t.querySelectorAll(i.y);0!==e.length&&(e.forEach((t=>{document.activeElement!==t||(this.currentFocusElement=t)})),this.currentFocusElement&&this.currentFocusElement.focus())}}o(s,"currentInstance",null);const a=/^((14|20|77|88)5|908|937)$/.test(n.j)?s:null},20513:(t,e,n)=>{"use strict";n.d(e,{Rg:()=>u,qQ:()=>d,VP:()=>f,hD:()=>g,VZ:()=>v,jA:()=>b,C4:()=>m,Qn:()=>y,Rx:()=>x,Vs:()=>_,c:()=>w,ex:()=>C,Vp:()=>S,YR:()=>E,Ag:()=>P,E6:()=>k,Ae:()=>I,Xq:()=>T,zV:()=>A,aV:()=>D,uY:()=>R});var r=n(73961);if(/^((18|20|5|67|88)5|(57|60|99)1|22|908)$/.test(n.j))var i=n(17657);if(/^((20|5|67|88)5|601|908)$/.test(n.j))var o=n(74846);if(/^((20|5|67|88)5|601|908)$/.test(n.j))var s=n(39278);if(/^((20|5|67|88)5|601|908)$/.test(n.j))var a=n(45363);if(/^(205|885|908)$/.test(n.j))var l=n(62588);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}window.hubData={};const u=window.hubData;let d;!function(t){t[t.minimumLevel=0]="minimumLevel",t[t.contentHeight=0]="contentHeight",t[t.contextMenuHeight=1]="contextMenuHeight",t[t.modalHeight=2]="modalHeight",t[t.maximumLevel=2]="maximumLevel"}(d||(d={}));const p={[d.contentHeight]:void 0,[d.contextMenuHeight]:void 0,[d.modalHeight]:void 0};function h(t){return"number"==typeof t&&t>=d.minimumLevel&&t<=d.maximumLevel}function f(t,e=d.contentHeight){void 0===p[d.contentHeight]&&(p[d.contentHeight]=(0,i.a)(u.hubPopupHeight)),p[e]=t;let n=d.contentHeight;for(const t of Object.keys(d)){const e=d[t];h(e)&&"string"==typeof p[e]&&e>n&&(n=e)}const r=p[n];document.body.style.height!==r&&(document.body.style.height=r),document.documentElement.style.height!==r&&(document.documentElement.style.height=r)}function g(){f((0,i.a)(u.hubPopupHeight))}class v{constructor(t){c(this,"splashRendered",void 0),c(this,"contentRendered",void 0),c(this,"contentID",void 0),this.contentRendered=!1,this.splashRendered=!1,this.contentID=t}recordInitialRender(t){var e;this.splashRendered||(this.splashRendered=!0,t||(e=this.contentID,s.A.recordInitialRender(e),l.E.tracingPrivate.endAsync("Hub","Time to initial render",0)))}recordContentRender(t){var e;this.contentRendered||(this.contentRendered=!0,t||(l.E.tracingPrivate.endAsync("Hub","Time to content render",0),e=this.contentID,s.A.recordContentRender(e)))}}function b(t,e){var n;n=e,j(t,s.U.PIN_PERSISTENCE,n),!e&&u.hubPinned?(P(t,o.i8.UNPIN),y(t)):e&&!u.hubPinned&&(P(t,o.i8.PIN),x(t))}function m(t){s.A.enableResize(t)}function y(t){s.A.unpin(t)}function x(t){s.A.pin(t)}function _(t){s.A.close(t)}function w(t){return O(t,s.U.PIN_PERSISTENCE)}function C(t){return O(t,s.U.SHOW_IN_TOOLBAR)}function S(t,e){j(t,s.U.SHOW_IN_TOOLBAR,e)}function E(t){s.A.onHubPrefChanged.addListener(t)}function O(t,e){return new Promise((n=>{s.A.getHubPref(t,e,(t=>n(t)))}))}function j(t,e,n){s.A.setHubPref(t,e,n)}function P(t,e){const n=o.sF.get(t);if(!n)return;const r=`Microsoft.Hub.HeaderActions.${n}`;(0,a.et)(r,e,o.i8.NUM_VALUES)}function k(t){return new Promise((e=>{s.A.getData(t,(t=>{Object.assign(window.hubData,t),e()}))}))}function I(){return window.location.pathname.includes(u.hubPath)}function T(t){return new Promise(((e,n)=>{const i=window.setInterval((()=>{if(!t||!t.current)return window.clearInterval(i),void n();const o=r.findDOMNode(t.current);return o&&o.hasChildNodes?o.hasChildNodes()?(window.clearInterval(i),void e(o)):void 0:(window.clearInterval(i),void n())}),20)}))}function A(){$("splash-content")}function D(){$("splash-header")}function R(){$("splash-root")}function $(t){const e=document.getElementById(t);e&&(e.style.opacity="0")}},53843:(t,e,n)=>{"use strict";n.d(e,{O:()=>r});const r=window.chrome.management},54239:(t,e,n)=>{"use strict";if(n.d(e,{no:()=>i,o8:()=>o,C1:()=>s,Cb:()=>a,mw:()=>l,fU:()=>u}),/^(6(01|72|75)|(14|20|5|88)5|22|571|908|991)$/.test(n.j))var r=n(74714);function i(t,e,n,r){e.preventDefault();const i=c(e);i.location.y=Math.floor(n),s(t,i,r)}function o(t,e,n){e.preventDefault(),s(t,c(e),n)}function s(t,e,n){r.JN.showMenu(t,e,JSON.stringify(n))}function a(t){return 2===t.button?r.PO.MOUSE:r.PO.KEYBOARD}function l(t,e,n){const r={location:{x:Math.floor(t),y:Math.floor(e)}};return void 0!==n&&(r.anchorPosition=n),r}function c(t,e){const n=l(t.clientX,t.clientY,e);return n.sourceType=a(t),n}function u(){return{type:r.qG.SEPARATOR}}},45363:(t,e,n)=>{"use strict";n.d(e,{xV:()=>r,so:()=>i,et:()=>o,f:()=>s,GY:()=>a,nM:()=>l,tK:()=>c});const r=window.chrome;let i;function o(t,e,n){r.metricsPrivate.recordEnumerationValue(t,e,n)}function s(t){r.metricsPrivate.recordUserAction(t)}function a(t,e){r.metricsPrivate.recordCount(t,e)}function l(t,e){r.metricsPrivate.recordBoolean(t,e)}function c(t,e){r.metricsPrivate.recordValue(t,e)}!function(t){t.HISTOGRAM_LOG="histogram-log",t.HISTOGRAM_LINEAR="histogram-linear"}(i||(i={}))},45707:(t,e,n)=>{"use strict";function r(t){const e=parseInt(t,10);return new Date(e/1e3-116444736e5)}n.d(e,{l:()=>r})},62588:(t,e,n)=>{"use strict";n.d(e,{E:()=>r});const r=window.chrome},71979:(t,e,n)=>{"use strict";n.d(e,{E:()=>a,HX:()=>l,be:()=>c,AG:()=>u,Dt:()=>d,OU:()=>p,xA:()=>h,Yo:()=>f,x:()=>g,Ri:()=>v,Bd:()=>b});var r=n(89526);if(/^(205|908)$/.test(n.j))var i=n(45191);if(/^(205|908)$/.test(n.j))var o=n(1858);if(/^(205|908)$/.test(n.j))var s=n(3117);function a(t){chrome.tabs.update({url:t,active:!0})}function l(t,e){chrome.tabs.create({url:t,active:e})}function c(t,e=-1){t.forEach(((t,n)=>{l(t,n===e)}))}function u(t,e=!1){chrome.windows.create({url:t,incognito:e})}function d(t){return t.nativeEvent instanceof MouseEvent&&(2===t.nativeEvent.which||1===t.nativeEvent.button)}let p;function h(t){if(!t)return p.CurrentTab;const e=s.pz.valueExists("is_macosx")&&!0===s.pz.getBoolean("is_macosx"),n=t.ctrlKey,r=t.shiftKey,i=e&&t.metaKey,o=d(t);return n||i||o?r?p.NewTabActive:p.NewTabNotActive:r?p.NewWindow:p.CurrentTab}function f(t,e){const n=t.filter((t=>""!==t&&null!=t));n.length>0&&(e.ctrlKey?c(n):e.shiftKey?u(n):c(n,0))}function g(t,e){const n=h(e);switch(n){case p.NewTabActive:l(t,!0);break;case p.NewTabNotActive:l(t,!1);break;case p.NewWindow:u(t,!1);break;case p.CurrentTab:default:a(t)}return n}function v(t,e){const n=h(e);switch(n){case p.NewTabActive:c(t,t.length-1);break;case p.NewTabNotActive:c(t);break;case p.NewWindow:u(t,!1)}return n}function b(t,e,n,s,a,l,c=!1){t.length>=o.ZH?l(s(r.createElement(i.Z,{title:e.getString("openDialogTitle"),dialogText:e.getStringF("shouldOpenAll",t.length),confirmText:e.getString("confirmMessageBoxYes"),rejectText:e.getString("confirmMessageBoxNo"),handleConfirm:function(){n(),l(a())},handleReject:function(){l(a())},isHubPopup:c}))):n()}!function(t){t[t.NewTabActive=0]="NewTabActive",t[t.NewTabNotActive=1]="NewTabNotActive",t[t.CurrentTab=2]="CurrentTab",t[t.NewWindow=3]="NewWindow"}(p||(p={}))},77462:(t,e,n)=>{"use strict";function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}n.d(e,{Z:()=>r})},61416:(t,e,n)=>{"use strict";function r(){return(r=Object.assign||function(t){for(var e=1;er})},45177:(t,e,n)=>{"use strict";function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}n.d(e,{Z:()=>r})},93661:(t,e,n)=>{"use strict";function r(t,e){if(null==t)return{};var n,r,i={},o=Object.keys(t);for(r=0;r=0||(i[n]=t[n]);return i}n.d(e,{Z:()=>r})},66856:t=>{t.exports=function(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}},34323:(t,e,n)=>{"use strict";n.d(e,{_$:()=>B});var r=n(89526),i=n(64829),o=n(9680),s=n(98415),a=n(18868),l=n(11754),c=n(9453);const u=r.createContext({onCellFocused:null,onCellKeyDown:null,dataGridState:null,dataGridProps:null});var d=n(37834),p=n(73961);class h extends l.Z{constructor(){super(...arguments),this.handledProps={managedClasses:void 0,rowData:void 0,columnDefinition:void 0,columnIndex:void 0},this.focusTarget=r.createRef(),this.defaultCellRenderFunction=(t,e,n,i,o)=>r.createElement("div",Object.assign({},i,{"data-cellid":n,className:e,style:{gridColumn:t.columnIndex}}),t.rowData[t.columnDefinition.columnDataKey]),this.isFocusCell=()=>null!==this.context&&(this.props.rowData[this.context.dataGridProps.dataRowKey]===this.context.dataGridState.focusRowKey&&this.props.columnDefinition.columnDataKey===this.context.dataGridState.focusColumnKey),this.handleKeyDown=t=>{this.context.onCellKeyDown(this.props,t)},this.handleFocus=t=>{const e=this.extractHtmlElement(this.focusTarget);null!==e&&e!==document.activeElement&&e.focus(),this.context.onCellFocused(this.props,t)},this.extractHtmlElement=t=>{if(t instanceof HTMLElement)return t;if(!(0,i.Z)(t.current)){if(t.current instanceof HTMLElement)return t.current;const e=p.findDOMNode(t.current);if(e instanceof HTMLElement)return e}return null}}render(){if((0,i.Z)(this.context)||(0,i.Z)(this.context.dataGridProps)||(0,i.Z)(this.props.columnDefinition))return null;const t={role:"gridcell",tabIndex:this.isFocusCell()?0:-1,onKeyDown:this.handleKeyDown,onFocus:this.handleFocus};return(0,i.Z)(this.props.columnDefinition.cell)?this.defaultCellRenderFunction(this.props,this.generateClassNames(),this.props.columnDefinition.columnDataKey,t,this.focusTarget):this.props.columnDefinition.cell(this.props,this.generateClassNames(),this.props.columnDefinition.columnDataKey,t,this.focusTarget)}generateClassNames(){return super.generateClassNames((0,d.A)(this.props.managedClasses.dataGridCell))}}h.defaultProps={rowData:null,columnDefinition:null,columnIndex:0,managedClasses:{}},h.displayName="DataGridCell",h.contextType=u,h.contextType=u;const f=h;var g=n(17657);class v extends l.Z{constructor(){super(...arguments),this.handledProps={rowData:void 0,gridTemplateColumns:void 0,gridRowPosition:void 0,rowIndex:void 0},this.renderCell=(t,e)=>r.createElement(f,{key:t.columnDataKey,columnDefinition:t,rowData:this.props.rowData,columnIndex:e+1,managedClasses:{dataGridCell:this.props.managedClasses.dataGridRow_cell}})}render(){if((0,i.Z)(this.context)||(0,i.Z)(this.context.dataGridProps))return null;const t=(0,i.Z)(this.props.rowData[this.context.dataGridProps.dataRowKey])?this.props.rowIndex:this.props.rowData[this.context.dataGridProps.dataRowKey];return r.createElement("div",{role:"row",className:this.generateClassNames(),"data-rowid":t,style:{height:(0,g.a)(this.props.gridRowPosition.height),position:"absolute",top:(0,g.a)(this.props.gridRowPosition.top),display:"grid",gridTemplateColumns:this.props.gridTemplateColumns}},this.renderCells())}generateClassNames(){const{dataGridRow:t,dataGridRow__focusWithin:e}=this.props.managedClasses;return super.generateClassNames((0,d.A)(t,[e,this.props.rowData[this.context.dataGridProps.dataRowKey]===this.context.dataGridState.focusRowKey]))}renderCells(){return this.context.dataGridProps.columnDefinitions.map(this.renderCell)}}v.defaultProps={managedClasses:{}},v.displayName="DataGridRow",v.contextType=u,v.contextType=u;const b=v;var m=n(26007),y=n(33832);const x="data-cellid",_="data-rowid";class w extends l.Z{constructor(t){super(t),this.handledProps={dataRowKey:void 0,gridData:void 0,columnDefinitions:void 0,itemHeight:void 0,itemHeightCallback:void 0,preloadBufferLength:void 0,managedClasses:void 0,defaultFocusColumnKey:void 0,defaultFocusRowKey:void 0},this.currentTemplateColumns="",this.openRequestAnimationFrame=null,this.viewportElement=r.createRef(),this.gridContainerElement=r.createRef(),this.direction=m.N.ltr,this.defaultRowIndex=0,this.isFocused=!1,this.focus=()=>{this.focusOnCell(this.state.focusRowKey,this.state.focusColumnKey)},this.renderRows=()=>{const t=[],e=this.state.renderedRangeEndIndex>this.props.gridData.length-1?this.props.gridData.length-1:this.state.renderedRangeEndIndex;for(let n=this.state.renderedRangeStartIndex;n<=e;n++)t.push(this.renderRow(this.props.gridData[n],n));return t},this.renderColumnHeader=(t,e)=>(0,i.Z)(t.header)?this.renderDefaultColumnHeader(t.title,t.columnDataKey,e,(0,o.Z)(this.props.managedClasses,"dataGrid_columnHeader","")):t.header(t.title,t.columnDataKey,e,(0,o.Z)(this.props.managedClasses,"dataGrid_columnHeader","")),this.renderDefaultColumnHeader=(t,e,n,i)=>r.createElement("div",{className:i,role:"columnheader",key:e,style:{gridColumn:n+1}},t),this.renderRow=(t,e)=>{const n=(0,i.Z)(t[this.props.dataRowKey])?e:t[this.props.dataRowKey],{dataGrid_row:o,dataGrid_row__focusWithin:s,dataGrid_cell:a}=this.props.managedClasses;return r.createElement(b,{key:n,rowIndex:e,rowData:t,gridTemplateColumns:this.currentTemplateColumns,gridRowPosition:this.rowPositions[e],managedClasses:{dataGridRow:o,dataGridRow__focusWithin:s,dataGridRow_cell:a}})},this.getRowPositions=t=>{const e=[];let n=0;for(let r=0,i=t.length;r{let t="";return this.props.columnDefinitions.forEach((e=>{t=`${t} ${e.columnWidth}`})),t},this.requestFrame=()=>{null===this.openRequestAnimationFrame&&(this.openRequestAnimationFrame=window.requestAnimationFrame(this.gotAnimationFrame))},this.gotAnimationFrame=()=>{this.openRequestAnimationFrame=null,this.updateLayout()},this.viewportClientHeight=()=>this.viewportElement.current.clientHeight,this.viewportScrollTop=()=>this.viewportElement.current.scrollTop,this.updateLayout=()=>{if((0,i.Z)(this.viewportElement)||(0,i.Z)(this.viewportElement.current)||(0,i.Z)(this.gridContainerElement)||(0,i.Z)(this.gridContainerElement.current)||this.props.itemHeight<1)return;const t=this.rowPositions.length>0?this.rowPositions[this.rowPositions.length-1].bottom:0,e=this.props.itemHeight*this.getBufferLength();let n=Math.floor(this.viewportScrollTop()-e);const r=this.viewportClientHeight()>=2*this.props.itemHeight?this.viewportClientHeight():2*this.props.itemHeight;let o=Math.floor(this.viewportScrollTop()+r+e);n<0&&(n=0),o>t&&(o=t);const s=this.getThresholdRowIndex(this.rowPositions,0,n),a=this.getThresholdRowIndex(this.rowPositions,s,this.viewportScrollTop()),l=this.getThresholdRowIndex(this.rowPositions,a,this.viewportScrollTop()+this.viewportClientHeight()),c=this.getThresholdRowIndex(this.rowPositions,l,o);let u=this.getRowIndexByKey(this.state.focusRowKey);-1===u&&(u=this.defaultRowIndex);let d=this.getFocusRowKey(this.state.focusRowKey);u>l&&this.props.gridData.length>l?(d=this.props.gridData[l][this.props.dataRowKey],this.blurCurrentFocusCell()):ua&&(d=this.props.gridData[a][this.props.dataRowKey],this.blurCurrentFocusCell()),this.isFocused&&this.focusOnCell(d,this.state.focusColumnKey),this.setState({dataContainerHeight:t,focusRowKey:d,renderedRangeStartIndex:s,renderedRangeEndIndex:c,scrollBarWidth:this.viewportElement.current.offsetWidth-this.gridContainerElement.current.scrollWidth,isScrolling:this.viewportElement.current.scrollHeight>this.viewportClientHeight()})},this.blurCurrentFocusCell=()=>{(0,i.Z)(this.dataGridRef.current)||this.dataGridRef.current.contains(document.activeElement)&&document.activeElement.blur()},this.getThresholdRowIndex=(t,e,n)=>{if(0===t.length)return 0;let r=t.length-1;for(let i=e,o=t.length;i=n){r=i;break}}return r},this.getBufferLength=()=>{if(!(0,i.Z)(this.props.preloadBufferLength)&&this.props.preloadBufferLength>=0)return Math.floor(this.props.preloadBufferLength);if(!(0,i.Z)(this.viewportElement)&&!(0,i.Z)(this.viewportElement.current)){const t=Math.ceil(this.viewportClientHeight()/this.props.itemHeight);return t>1?t:1}return 1},this.handleScroll=()=>{this.requestFrame()},this.handleGridFocus=t=>{this.isFocused||(this.isFocused=!0)},this.handleGridBlur=t=>{const e=this.dataGridRef.current;e&&!e.contains(t.relatedTarget)&&(this.isFocused=!1)},this.handleCellKeyDown=(t,e)=>{if(!e.defaultPrevented)switch(e.keyCode){case y.mW.arrowDown:e.preventDefault(),this.incrementFocusRow(1);break;case y.mW.arrowRight:this.incrementFocusColumn(1),e.preventDefault();break;case y.mW.arrowUp:this.incrementFocusRow(-1),e.preventDefault();break;case y.mW.arrowLeft:this.incrementFocusColumn(-1),e.preventDefault();break;case y.mW.pageDown:this.incrementFocusRow(this.getPageHeightInRows()),e.preventDefault();break;case y.mW.pageUp:this.incrementFocusRow(-this.getPageHeightInRows()),e.preventDefault();break;case y.mW.home:e.ctrlKey?this.incrementFocusRow(-this.props.gridData.length):this.incrementFocusColumn(-this.props.columnDefinitions.length),e.preventDefault();break;case y.mW.end:e.ctrlKey?this.incrementFocusRow(this.props.gridData.length):this.incrementFocusColumn(this.props.columnDefinitions.length),e.preventDefault()}},this.getPageHeightInRows=()=>(0,i.Z)(this.viewportElement.current)?1:Math.ceil(this.viewportClientHeight()/this.props.itemHeight),this.incrementFocusRow=t=>{let e=this.getRowIndexByKey(this.state.focusRowKey);-1===e&&(e=0);let n=e+t;n<0?n=0:n>=this.props.gridData.length&&(n=this.props.gridData.length-1);const r=this.props.gridData[n][this.props.dataRowKey],o=this.domChildren(this.gridContainerElement.current);let s=o.find((t=>t.getAttribute(_)===r));(0,i.Z)(s)&&(s=t>0?o[o.length-1]:o[0]);const a=this.domChildren(s).find((t=>t.getAttribute(x)===this.state.focusColumnKey));(0,i.Z)(a)||a.focus()},this.incrementFocusColumn=t=>{this.updateDirection();const e=this.direction===m.N.ltr?1:-1;let n=this.getColumnIndexByKey(this.state.focusColumnKey);-1===n&&(n=0);let r=n+t*e;r<0?r=0:r>=this.props.columnDefinitions.length&&(r=this.props.columnDefinitions.length-1);const o=this.props.columnDefinitions[r].columnDataKey,s=this.getRowElementByKey(this.state.focusRowKey);if((0,i.Z)(s))return;const a=this.getCellElementByKey(o,s);a instanceof HTMLElement&&a.focus()},this.getRowElementByKey=t=>{if((0,i.Z)(this.gridContainerElement)||(0,i.Z)(this.gridContainerElement.current))return null;return this.domChildren(this.gridContainerElement.current).find((e=>e.getAttribute(_)===t))},this.getCellElementByKey=(t,e)=>{if((0,i.Z)(e))return null;return this.domChildren(e).find((e=>e.getAttribute(x)===t))},this.focusOnCell=(t,e)=>{const n=this.getRowElementByKey(t);if((0,i.Z)(n))return;const r=this.getCellElementByKey(e,n);r instanceof HTMLElement&&r.focus()},this.domChildren=t=>(0,c.N)()&&this.gridContainerElement.current instanceof HTMLElement?Array.from(t.children):[],this.getColumnIndexByKey=t=>this.props.columnDefinitions.findIndex((e=>e.columnDataKey===t)),this.getRowIndexByKey=t=>{const e=this.props.gridData.findIndex((e=>e[this.props.dataRowKey]===t));return-1===e?Math.min(this.defaultRowIndex,this.props.gridData.length-1):e},this.getFocusRowKey=t=>{if(-1===this.props.gridData.findIndex((e=>e[this.props.dataRowKey]===t))&&this.props.gridData.length>0){const t=Math.min(this.defaultRowIndex,this.props.gridData.length-1);return this.props.gridData[t][this.props.dataRowKey]}return t},this.handleCellFocus=(t,e)=>{e.defaultPrevented||(this.defaultRowIndex=this.getRowIndexByKey(t.rowData[this.props.dataRowKey]),this.setState({focusRowKey:t.rowData[this.props.dataRowKey],focusColumnKey:t.columnDefinition.columnDataKey}))},this.updateDirection=()=>{if(null===this.viewportElement.current)return;const t=this.viewportElement.current.closest("[dir]");this.direction=null!==t&&"rtl"===t.getAttribute("dir").toLowerCase()?m.N.rtl:m.N.ltr},this.handleViewportResize=t=>{this.requestFrame()},this.updateRowPositions=(0,s.Z)(this.getRowPositions),this.rowPositions=this.updateRowPositions(this.props.gridData),this.dataGridRef=r.createRef();let e="";this.props.gridData.length>0&&(e=(0,i.Z)(this.props.defaultFocusRowKey)||-1===this.getRowIndexByKey(this.props.defaultFocusRowKey)?this.props.gridData[this.defaultRowIndex][this.props.dataRowKey]:this.props.defaultFocusRowKey);let n="";this.props.columnDefinitions.length>0&&(n=(0,i.Z)(this.props.defaultFocusColumnKey)||-1===this.getColumnIndexByKey(this.props.defaultFocusColumnKey)?this.props.columnDefinitions[0].columnDataKey:this.props.defaultFocusColumnKey),this.state={dataContainerHeight:this.props.gridData.length>0?this.rowPositions[this.rowPositions.length-1].bottom:0,renderedRangeStartIndex:0,renderedRangeEndIndex:0,isScrolling:!1,scrollBarWidth:0,focusColumnKey:n,focusRowKey:e}}render(){const{dataGrid_viewport:t,dataGrid_gridContainer:e}=this.props.managedClasses;return this.currentTemplateColumns=this.getGridTemplateColumns(),this.rowPositions=this.updateRowPositions(this.props.gridData),r.createElement(u.Provider,{value:{onCellFocused:this.handleCellFocus,onCellKeyDown:this.handleCellKeyDown,dataGridState:this.state,dataGridProps:this.props}},r.createElement("div",Object.assign({},this.unhandledProps(),{className:this.generateClassNames(),role:"grid",tabIndex:-1,onFocus:this.handleGridFocus,onBlur:this.handleGridBlur,ref:this.dataGridRef}),this.renderGridHeader(),r.createElement("div",{className:(0,d.A)(t),ref:this.viewportElement},r.createElement("div",{className:(0,d.A)(e),ref:this.gridContainerElement,style:{position:"relative",height:`${this.state.dataContainerHeight}px`}},this.renderRows()))))}componentDidMount(){(0,i.Z)(this.viewportElement.current)||(this.viewportElement.current.addEventListener("scroll",this.handleScroll),window.ResizeObserver&&(this.resizeDetector=new window.ResizeObserver(this.handleViewportResize),this.resizeDetector.observe(this.viewportElement.current))),this.updateLayout()}componentWillUnmount(){(0,i.Z)(this.viewportElement.current)||(this.viewportElement.current.removeEventListener("scroll",this.handleScroll),window.ResizeObserver&&(this.resizeDetector.unobserve(this.viewportElement.current),this.resizeDetector.disconnect(),this.resizeDetector=null))}componentDidUpdate(t){(0,a.Z)(t.gridData,this.props.gridData)&&t.itemHeight===this.props.itemHeight||this.updateLayout()}generateClassNames(){const{dataGrid:t,dataGrid__isScrolling:e}=this.props.managedClasses;return super.generateClassNames((0,d.A)(t,[e,this.state.isScrolling]))}renderGridHeader(){return r.createElement("div",{className:(0,d.A)(this.props.managedClasses.dataGrid_header),role:"row",style:{marginRight:this.state.scrollBarWidth,display:"grid",gridTemplateColumns:this.currentTemplateColumns}},this.props.columnDefinitions.map(this.renderColumnHeader))}}w.defaultProps={itemHeight:33,managedClasses:{}},w.displayName="DataGrid";const C=w;var S=n(76908),E=n(51094),O=n(54141),j=n(53363),P=n(89827),k=n(57167),I=n(4921),T=n(61466),A=n(47436),D=n(64197),R=n(23366),$=n(42130);const N={dataGrid:{display:"flex","flex-direction":"column","justify-content":"flex-start",[S.xE]:Object.assign({},S.a8),"& $dataGrid_header, $dataGrid_cell":Object.assign({},S.KP)},dataGrid_header:Object.assign(Object.assign(Object.assign({color:E.CH,fill:E.CH,height:(0,O.Cb)()},(0,j.Sh)("t7")),(0,P.cg)()),{"border-bottom":(0,D.WU)("{0} solid {1}",(0,g.a)(k.bu),I.L$)}),dataGrid_columnHeader:Object.assign(Object.assign({height:"100%","box-sizing":"border-box",overflow:"hidden",padding:(0,D.WU)("0 {0}",(0,O.wb)(0))},(0,R.L)()),{"line-height":"26px"}),dataGrid_viewport:{height:"100%",width:"100%","overflow-y":"auto","overflow-x":"hidden"},dataGrid_gridContainer:{},dataGrid__isScrolling:{},dataGrid_row:{padding:"1px 0","box-sizing":"border-box",width:"100%","border-bottom":(0,D.WU)("{0} solid {1}",(0,g.a)(k.bu),I.L$)},dataGrid_row__focusWithin:{},dataGrid_cell:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({color:E.CH,fill:E.CH,"box-sizing":"border-box",overflow:"hidden",padding:(0,D.WU)("0 {0}",(0,O.wb)(0))},(0,R.L)()),(0,j.Sh)("t7")),(0,T.u0)()),(0,T.Ee)()),(0,$.F0)({"border-color":A.F,[S.xE]:{"border-color":S.YP.selectedBackground}})),{"line-height":"26px"})};const B=(0,n(17332).ZP)(N)(C)},46535:(t,e,n)=>{"use strict";n.d(e,{e:()=>o,f:()=>s});var r=n(10384);if(571==n.j)var i=n(60567);const o=Object.assign({},r.ZP,{glyphFontFamily:""}),s=t=>(0,i.b)(o)(t)},3878:(t,e,n)=>{"use strict";if(n.d(e,{MicroFeedback:()=>i.N}),571==n.j)var r=n(93834);if(n.o(r,"MicroFeedback")&&n.d(e,{MicroFeedback:function(){return r.MicroFeedback}}),571==n.j)var i=n(63283)},93834:(t,e,n)=>{"use strict";var r=n(17332),i=n(28850),o=n(29263);if(571==n.j)var s=n(15576);n.o(s,"MicroFeedback")&&n.d(e,{MicroFeedback:function(){return s.MicroFeedback}});(0,r.ZP)(o.Z)(i.Z)},28850:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});var r=n(89526),i=n(61168),o=n(11754),s=n(37834);class a extends o.Z{constructor(){super(...arguments),this.handledProps={after:void 0,before:void 0,defaultFocus:void 0,focusRef:void 0,isDragHovered:void 0,content:void 0,managedClasses:void 0,selected:void 0,onFocus:void 0},this.renderBeforeSection=()=>"object"==typeof this.props.before&&this.props.before.length?r.createElement("div",{className:(0,s.A)(this.props.managedClasses.listItemCard_beforeContainer)},this.props.before.map((t=>t("")))):null,this.renderMainText=()=>"function"==typeof this.props.content?r.createElement("div",{className:(0,s.A)(this.props.managedClasses.listItemCard_contentContainer)},this.props.content("")):null,this.renderAfterSection=()=>"object"==typeof this.props.after&&this.props.after.length>0?r.createElement("div",{className:(0,s.A)(this.props.managedClasses.listItemCard_afterContainer)},this.props.after.map((t=>t("")))):null}render(){const t=this.props.selected||this.props.defaultFocus?0:-1;return r.createElement(i.Zb,Object.assign({},this.unhandledProps(),{className:this.generateClassNames()}),r.createElement("div",{tabIndex:t,onFocus:this.props.onFocus,className:(0,s.A)(this.props.managedClasses.listItemCard_focusWrapper),ref:this.props.focusRef},this.renderBeforeSection(),this.renderMainText(),this.renderAfterSection()))}generateClassNames(){const{listItemCard:t,listItemCard_selected:e,listItemCard_dragHovered:n}=this.props.managedClasses;return super.generateClassNames((0,s.A)(t,[e,this.props.selected],[n,this.props.isDragHovered]))}}a.defaultProps={managedClasses:{}};const l=571==n.j?a:null},15576:()=>{},29263:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>p}),571==n.j)var r=n(17657);if(571==n.j)var i=n(64197);if(571==n.j)var o=n(23366);if(571==n.j)var s=n(9748);if(571==n.j)var a=n(76908);if(571==n.j)var l=n(4921);if(571==n.j)var c=n(46535);if(571==n.j)var u=n(61466);if(571==n.j)var d=n(94048);const p=571==n.j?t=>{const e=(0,c.f)(t);return{listItemCard:Object.assign(Object.assign({"z-index":"2"},(0,u.us)()),{"background-color":e.backgroundColor,overflow:"hidden",position:"relative",width:(0,r.a)(820),height:"unset","min-height":(0,r.a)(40),transition:"all 50ms linear 0ms","&:not($listItemCard_selected):not($listItemCard_dragHovered):hover":Object.assign({},(0,s.jf)(s.Y3.e8)),"&:focus":{outline:"none"}}),listItemCard_focusWrapper:{display:"flex","align-items":"center","&:focus":{outline:"none"}},listItemCard_selected:{"box-shadow":"0px 0px 0px 1.5px "+(0,d.Av)(e),[a.xE]:Object.assign(Object.assign({},a.a8),{background:a.YP.buttonBackground,"border-color":a.YP.selectedBackground,"box-shadow":(0,i.WU)(`0 0 0 1.5px ${a.YP.selectedBackground}`)})},listItemCard_dragHovered:{"box-shadow":"0px 0px 35px 1.5px inset "+(0,l.yD)(e)},listItemCard_beforeContainer:{display:"flex","align-items":"center","justify-content":"center",height:(0,r.a)(40),padding:"0 12px 0 12px"},listItemCard_contentContainer:Object.assign({flex:"1",display:"flex"},(0,o.L)()),listItemCard_afterContainer:Object.assign({display:"flex","justify-content":"flex-end","align-items":"center",flex:"1","min-width":"0px"},(0,o.L)())}}:null},63283:(t,e,n)=>{"use strict";n.d(e,{N:()=>ct});var r=n(89526),i=n(73961),o=n(11754),s=n(2483),a=n(82117),l=n(14895),c=n(92588),u=n(90305),d=n(17332),p=n(64197),h=n(17657),f=n(61466),g=n(57167),v=n(9748),b=n(76908),m=n(18488);const y={contextMenu:Object.assign(Object.assign(Object.assign({background:m.s5},(0,f.h9)()),(0,v.jf)(v.Y3.e11)),{margin:"0",padding:(0,p.WU)("{0} 0",(0,h.a)(g._5)),"max-width":"368px","min-width":"64px",transition:"all 0.2s ease-in-out",[b.xE]:Object.assign(Object.assign({},b.a8),{background:b.YP.buttonBackground,border:(0,p.WU)("{0} solid {1}",(0,h.a)(g.bu),(()=>b.YP.buttonText))})})};var x=n(65190),_=n(66399),w=n(71388);class C extends o.Z{constructor(){super(...arguments),this.handledProps={children:void 0,managedClasses:void 0,enableAutoFocus:void 0}}render(){return r.createElement(w.ZP,{value:m.s5,tag:null},r.createElement(x.ZP,Object.assign({},this.unhandledProps(),{enableAutoFocus:this.props.enableAutoFocus,managedClasses:this.props.managedClasses}),this.props.children))}}C.displayName=`${_.k}ContextMenu`,C.defaultProps={managedClasses:{}};const S=C,E=(0,d.ZP)(y)(S);var O=n(51045),j=n(42130),P=n(97682),k=n(51094),I=n(47436),T=n(19652),A=n(54141),D=n(25491),R=n(53363);const $={contextMenuItem:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({"list-style-type":"none","box-sizing":"border-box",height:(0,A.Cb)(),display:"grid","grid-template-columns":(0,p.WU)("{0} auto {0}",(0,h.a)((0,O.IH)((0,A.mw)(-2),16,(0,A.mw)()))),"grid-template-rows":"auto","justify-items":"center","align-items":"center",padding:"0",margin:(0,p.WU)("0 {0}",(0,h.a)(g._5)),color:k.CH,fill:k.CH,"white-space":"nowrap",overflow:"hidden"},(0,P.$C)()),(0,R.Sh)("t7")),(0,f.u0)()),(0,f.Ee)()),(0,j.F0)({"border-color":I.F,[b.xE]:{color:b.YP.selectedText,fill:b.YP.selectedText,background:b.YP.selectedBackground,"box-shadow":(0,p.WU)("0 0 0 {0} inset {1}",(0,h.a)(g.Db),(()=>b.YP.buttonText))}})),{"&:hover":Object.assign({background:T.Qp},b.T),"&:active":Object.assign({background:T.sG},b.T)}),b.D0),contextMenuItem_contentRegion:{"grid-column-start":"2","justify-self":"start",overflow:"hidden","text-overflow":"ellipsis"},contextMenuItem__disabled:Object.assign(Object.assign(Object.assign({},(0,D.M)()),b.C_),{"&:hover":Object.assign({},b.C_)}),contextMenuItem_glyphContainer:{display:"flex","align-items":"center","justify-content":"center","min-width":"20px","min-height":"20px"}};var N=n(81634),B=n(37834);class F extends o.Z{constructor(){super(...arguments),this.handledProps={after:void 0,before:void 0}}render(){return r.createElement(N.ZP,Object.assign({},this.unhandledProps()),void 0!==this.props.before?r.createElement("div",{className:this.props.managedClasses.contextMenuItem_glyphContainer},this.props.before):void 0,r.createElement("span",{className:(0,B.A)(this.props.managedClasses.contextMenuItem_contentRegion)},this.props.children),void 0!==this.props.after?r.createElement("div",{className:this.props.managedClasses.contextMenuItem_glyphContainer},this.props.after):void 0)}}F.displayName=`${_.k}ContextMenuItem`,F.defaultProps={managedClasses:{}};const L=F,M=(0,d.ZP)($)(L);var Z=n(10736),H=n(14981);class z extends H.Z{constructor(){super(...arguments),this.handledProps={managedClasses:void 0,titleText:void 0}}render(){return r.createElement("svg",Object.assign({},this.unhandledProps()),this.renderTitleText(this.props),r.createElement("path",{d:"M1856 640q39 0 74 15t61 41 42 61 15 75q0 32-10 61l-256 768q-10 29-28 53t-42 42-52 26-60 10h-512q-179 0-345-69-72-29-144-44t-151-15H0V768h417q65 0 122-24t104-70l622-621q25-25 50-39t61-14q33 0 62 12t51 35 34 51 13 62q0 81-18 154t-53 146q-20 43-34 87t-19 93h444z"}))}}z.defaultProps={viewBox:"0 0 2048 2048",width:"16px",height:"16px",xmlns:"http://www.w3.org/2000/svg"};class U extends H.Z{constructor(){super(...arguments),this.handledProps={managedClasses:void 0,titleText:void 0}}render(){return r.createElement("svg",Object.assign({},this.unhandledProps()),this.renderTitleText(this.props),r.createElement("path",{d:"M1856 640q39 0 74 15t61 41 42 61 15 75q0 32-10 61l-256 768q-10 29-28 53t-42 42-52 26-60 10h-512q-179 0-345-69-72-29-144-44t-151-15H0V768h417q65 0 122-24t104-70l622-621q25-25 50-39t61-14q33 0 62 12t51 35 34 51 13 62q0 81-18 154t-53 146q-20 43-34 87t-19 93h444zm-256 1024q20 0 37-12t24-32q5-14 18-54t33-96 42-124 46-137 44-134 39-118 27-86 10-39q0-26-19-45t-45-19h-576q0-53 2-98t10-89 22-86 37-91q28-58 42-118t15-126q0-14-9-23t-23-9q-6 0-10 4t-9 9L734 765q-32 32-68 56t-78 41q-80 34-171 34H128v640h320q178 0 345 69 144 59 295 59h512z"}))}}U.defaultProps={viewBox:"0 0 2048 2048",width:"16px",height:"16px",xmlns:"http://www.w3.org/2000/svg"};class W extends H.Z{constructor(){super(...arguments),this.handledProps={managedClasses:void 0,titleText:void 0}}render(){return r.createElement("svg",Object.assign({},this.unhandledProps()),this.renderTitleText(this.props),r.createElement("path",{d:"M960 256q178 0 345 69 72 29 144 44t151 15h448v896h-417q-65 0-122 24t-104 70l-622 621q-25 25-50 39t-61 14q-33 0-62-12t-51-35-34-51-13-62q0-81 18-154t53-146q20-43 34-87t19-93H192q-39 0-74-15t-61-41-42-61-15-75q0-32 10-61l256-768q20-59 70-95t112-36h512z"}))}}W.defaultProps={viewBox:"0 0 2048 2048",width:"16px",height:"16px",xmlns:"http://www.w3.org/2000/svg"};class G extends H.Z{constructor(){super(...arguments),this.handledProps={managedClasses:void 0,titleText:void 0}}render(){return r.createElement("svg",Object.assign({},this.unhandledProps()),this.renderTitleText(this.props),r.createElement("path",{d:"M960 256q178 0 345 69 72 29 144 44t151 15h448v896h-417q-65 0-122 24t-104 70l-622 621q-25 25-50 39t-61 14q-33 0-62-12t-51-35-34-51-13-62q0-81 18-154t53-146q20-43 34-87t19-93H192q-39 0-74-15t-61-41-42-61-15-75q0-32 10-61l256-768q20-59 70-95t112-36h512zm960 256h-320q-179 0-345-69-144-59-295-59H448q-20 0-37 12t-24 32q-5 14-18 54t-33 96-42 124-46 137-44 134-39 118-27 86-10 39q0 26 19 45t45 19h576q0 53-2 98t-10 89-22 86-37 91q-28 58-42 118t-15 126q0 14 9 23t23 9q6 0 10-4t9-9l623-624q32-32 68-56t78-41q80-34 171-34h289V512z"}))}}G.defaultProps={viewBox:"0 0 2048 2048",width:"16px",height:"16px",xmlns:"http://www.w3.org/2000/svg"};var V,q=n(53059),K=n(33832),Y=n(8641),Q=n(78943),X=n.n(Q),J=n(9453);!function(t){t[t.unknown=0]="unknown",t[t.escaped_click=1]="escaped_click",t[t.escaped_keyboard=2]="escaped_keyboard"}(V||(V={}));class tt extends o.Z{constructor(t){super(t),this.handledProps={managedClasses:void 0,hideBeak:void 0,onDismiss:void 0,anchor:void 0,viewport:void 0},this.handleDismiss=t=>{!this.dismissed&&(0,J.N)()&&(this.dismissed=!0,this.props.onDismiss&&"function"==typeof this.props.onDismiss&&this.props.onDismiss(t))},this.handleWindowClick=t=>{const e=this.props.anchor instanceof HTMLElement?this.props.anchor:this.props.anchor.current;"function"!=typeof this.props.onDismiss||i.findDOMNode(this.rootElement.current).contains(t.target)||i.findDOMNode(e).contains(t.target)||this.handleDismiss(V.escaped_click)},this.handleWindowKeyDown=t=>{"function"==typeof this.props.onDismiss&&t.keyCode===K.Lp&&this.handleDismiss(V.escaped_keyboard)},this.focusOnFirstElement=()=>{if(this.rootElement.current instanceof HTMLElement){const t=X()(this.rootElement.current);0===t.length?this.tryFocusOnRootElement():t[0].focus()}},this.tryFocusOnRootElement=()=>{this.rootElement.current instanceof HTMLElement&&this.rootElement.current.focus()},this.rootElement=r.createRef(),this.dismissed=!1}render(){const{callout_container:t,callout_inner:e,callout_main:n}=this.props.managedClasses,{children:i,anchor:o,viewport:s,horizontalPositioningMode:a,verticalPositioningMode:l}=this.props;return r.createElement("div",{className:t},r.createElement(Y.ZP,Object.assign({},this.unhandledProps(),{ref:this.rootElement,verticalPositioningMode:l,horizontalPositioningMode:a,anchor:o,viewport:s,managedClasses:this.generateManagedClassNames()}),r.createElement("div",{className:e},this.renderBeak(),r.createElement(w.ZP,{value:m.s5,drawBackground:!1,role:"listbox",className:n},i))))}componentDidMount(){const{onDismiss:t}=this.props;(0,J.N)()&&(t&&(window.addEventListener("keydown",this.handleWindowKeyDown),window.addEventListener("click",this.handleWindowClick)),this.focusOnFirstElement())}componentDidUpdate(t){(0,J.N)()&&(!t.onDismiss&&this.props.onDismiss?(window.addEventListener("keydown",this.handleWindowKeyDown),window.addEventListener("click",this.handleWindowClick)):t.onDismiss&&!this.props.onDismiss&&(window.removeEventListener("keydown",this.handleWindowKeyDown),window.removeEventListener("click",this.handleWindowClick)))}componentWillUnmount(){(0,J.N)()&&(window.removeEventListener("keydown",this.handleWindowKeyDown),window.removeEventListener("click",this.handleWindowClick),this.handleDismiss(V.unknown))}renderBeak(){const{callout_beakCurtain:t,callout_beak:e}=this.props.managedClasses;return this.props.hideBeak?r.createElement("div",{className:t}):r.createElement(r.Fragment,null,r.createElement("div",{className:e}),r.createElement("div",{className:t}))}generateManagedClassNames(){const{callout:t,callout__top:e,callout__bottom:n,callout__left:r,callout__right:i,callout__horizontalInset:o,callout__verticalInset:s}=this.props.managedClasses;return{viewportPositioner:t,viewportPositioner__top:e,viewportPositioner__bottom:n,viewportPositioner__left:r,viewportPositioner__right:i,viewportPositioner__horizontalInset:o,viewportPositioner__verticalInset:s}}}tt.defaultProps={managedClasses:{},verticalPositioningMode:Z.tg.adjacent,horizontalPositioningMode:Z.tg.inset};const et=tt,nt={"@keyframes slideIn":{from:{opacity:"0"},to:{transform:"translate3d(0, 0, 0)",opacity:1}},callout:{width:"max-content",height:"max-content",contain:"layout"},callout_container:{width:"0",height:"0"},callout_inner:Object.assign(Object.assign(Object.assign({position:"relative","z-index":"1","animation-name":"slideIn","animation-timing-function":"cubic-bezier(.1,.9,.2,1)","animation-duration":"0.367s","animation-fill-mode":"forwards"},b.yf),(0,f.h9)()),(0,v.jf)(v.Y3.e11)),callout_beak:Object.assign({width:(0,h.a)((0,O.cs)((0,A.iY)(),2)),height:(0,h.a)((0,O.cs)((0,A.iY)(),2)),"background-color":m.s5,transform:"rotate(45deg)",position:"absolute",border:"inherit"},(0,v.jf)(v.Y3.e11)),callout__top:{"& $callout_beak":{bottom:(0,h.a)((0,O.cs)((0,A.iY)(),-4))},"& > $callout_inner":{transform:"translate3d(0, 20px, 0)"}},callout__bottom:{"& $callout_beak":{top:(0,h.a)((0,O.cs)((0,A.iY)(),-4))},"& > $callout_inner":{transform:"translate3d(0, -20px, 0)"}},callout__left:{"& $callout_beak":{right:(0,h.a)((0,O.cs)((0,A.iY)(),-4))}},callout__right:{"& $callout_beak":{left:(0,h.a)((0,O.cs)((0,A.iY)(),-4))}},callout__horizontalInset:{"& $callout_beak":{"margin-right":(0,h.a)((0,O.IH)(A.en,g._5)),"margin-left":(0,h.a)((0,O.IH)(A.en,g._5))}},callout__verticalInset:{"& $callout_beak":{"margin-top":(0,h.a)((0,O.cs)((0,A.iY)(),2)),"margin-bottom":(0,h.a)((0,O.cs)((0,A.iY)(),2))}},callout_beakCurtain:Object.assign({position:"absolute","background-color":m.s5,top:"0",bottom:"0",left:"0",right:"0"},(0,f.h9)()),callout_main:{position:"relative",padding:(0,A.wb)(g._5)}},rt=(0,d.ZP)(nt)(et),it={heading:{height:(0,A.Cb)(),display:"grid",userSelect:"all","align-items":"center",margin:(0,p.WU)("0 {0}",(0,A.wb)((0,O.$X)(0,g._5)))}},ot={contextMenu:{"box-shadow":"none",padding:"0",[b.xE]:{border:"0"},'& > [role="menuitem"]':{"white-space":"normal",height:"auto",padding:(0,h.a)(g._5)}}};class st extends o.Z{constructor(t){super(t),this.handledProps={promptId:void 0,managedClasses:void 0,likeButtonTitle:void 0,dislikeButtonTitle:void 0,thanksText:void 0,likeFollowUp:void 0,dislikeFollowUp:void 0,sendFeedback:void 0,sendFollowUpIndex:void 0,onFollowUpCancelled:void 0,renderFollowUp:void 0,vertical:void 0,inline:void 0},this.likeFollowUpId=(0,q.uniqueId)("likeFollowup"),this.dislikeFollowUpId=(0,q.uniqueId)("dislikeFollowup"),this.state={vote:"no_vote",isFollowUpVisible:!1,isThanksVisible:!1,likeButtonRef:r.createRef(),dislikeButtonRef:r.createRef()}}render(){const{likeFollowUp:t,dislikeFollowUp:e}=this.props,{microFeedback_buttonContainer:n}=this.props.managedClasses;return r.createElement("div",Object.assign({className:this.generateClassNames(),role:"group","aria-labelledby":this.props.promptId},this.unhandledProps()),r.createElement("div",{className:n},this.renderVoteButton("like",t)),r.createElement("div",{className:n},this.renderVoteButton("dislike",e)),this.renderThankYou(),this.renderFollowUp())}generateClassNames(){const{microFeedback:t,microFeedback__vertical:e,microFeedback__inline:n}=this.props.managedClasses;return super.generateClassNames((0,B.A)(t,[e,this.props.vertical],[n,this.props.inline]))}renderVoteButton(t,e){const n={style:{pointerEvents:"none"}};let i,o,a,l;"like"===t?(i=this.props.likeButtonTitle,o=this.likeFollowUpId,l=this.state.likeButtonRef,a="like"===this.state.vote?r.createElement(z,Object.assign({},n)):r.createElement(U,Object.assign({},n))):(i=this.props.dislikeButtonTitle,o=this.dislikeFollowUpId,l=this.state.dislikeButtonRef,a="dislike"===this.state.vote?r.createElement(W,Object.assign({},n)):r.createElement(G,Object.assign({},n)));const c=e?{"aria-controls":o}:{},u={button:{"min-width":(0,A.Cb)(),"max-width":"unset",padding:"0",margin:"0",width:(0,A.Cb)(),height:(0,A.Cb)()}};return r.createElement(s.XC,Object.assign({jssStyleSheet:u,title:i,onClick:()=>{this.showThanks(e,t),this.vote(t)},innerRef:l,"aria-pressed":this.state.vote===t},c),a)}vote(t){const{sendFeedback:e}=this.props,{vote:n}=this.state,r=n===t?"no_vote":t;this.setState({vote:r}),"no_vote"!==r?(e&&e(r),this.setState({isFollowUpVisible:!0})):this.setState({isFollowUpVisible:!1})}showThanks(t,e){this.state.isThanksVisible&&this.onThanksDismiss(),t||this.state.vote===e||this.onShowThanks()}calculateToastLength(t){return Math.max(2e3,500*t.split(/\s+/).length)}onShowThanks(){const{thanksText:t}=this.props;this.setState({isThanksVisible:!0}),this.timerHandle=setTimeout(this.hideThanksMessage.bind(this),this.calculateToastLength(t))}hideThanksMessage(){this.setState({isThanksVisible:!1})}onThanksDismiss(){clearTimeout(this.timerHandle),this.hideThanksMessage()}getButtonAnchor(){const{vote:t}=this.state;return"like"===t?this.state.likeButtonRef:this.state.dislikeButtonRef}renderThankYou(){const{thanksText:t}=this.props,{isThanksVisible:e}=this.state,n=this.getButtonAnchor();if(t&&e){const e=(0,q.uniqueId)("thanksText");return r.createElement(rt,Object.assign({hideBeak:!0,anchor:n,"aria-labelledby":e},this.getCalloutPositioningModes()),r.createElement(a.ZT,{id:e,size:l.H._7,jssStyleSheet:it,"aria-live":"assertive",role:"status"},t))}return r.createElement(r.Fragment,null)}renderFollowUp(){const{likeFollowUp:t,dislikeFollowUp:e,renderFollowUp:n}=this.props,{vote:i,isFollowUpVisible:o}=this.state;let s=this.state.likeButtonRef,a=t,l=this.likeFollowUpId;return"dislike"===i&&(s=this.state.dislikeButtonRef,a=e,l=this.dislikeFollowUpId),o&&a?n?n(s,l,a):this.renderDefaultFollowUp(s,l,a):r.createElement(r.Fragment,null)}onHideFollowUp(){this.setState({isFollowUpVisible:!1})}renderDefaultFollowUp(t,e,n){const{sendFollowUpIndex:o,onFollowUpCancelled:s}=this.props,{microFeedback_callout:a}=this.props.managedClasses,l=(t,e)=>{t.preventDefault(),this.onHideFollowUp(),void 0!==e&&n&&(o&&o(n.type,e),this.onShowThanks())},d=(0,q.uniqueId)("followup-heading");return r.createElement(rt,Object.assign({className:a,id:e,onDismiss:()=>{if(s&&(s(this.state.vote),t&&t.current)){const e=i.findDOMNode(t.current);e&&e instanceof HTMLElement&&e.focus()}this.onHideFollowUp()},anchor:t,role:"group","aria-labelledby":d},this.getCalloutPositioningModes()),r.createElement(c.X6,{id:d,size:u.Gm._7,jssStyleSheet:it},n.prompt),r.createElement(E,{jssStyleSheet:ot,enableAutoFocus:!0},n.options.map(((t,e)=>r.createElement(M,{key:e,onInvoke:t=>l(t,e)},t)))))}getCalloutPositioningModes(){const{vertical:t}=this.props;return{verticalPositioningMode:t?Z.tg.inset:Z.tg.adjacent,horizontalPositioningMode:t?Z.tg.adjacent:Z.tg.inset}}}st.defaultProps={managedClasses:{},vertical:!1,likeButtonTitle:"Like",dislikeButtonTitle:"Dislike"};const at=st,lt={microFeedback:{height:(0,A.Cb)()},microFeedback__vertical:{height:(0,A.Cb)(2),width:(0,A.Cb)()},microFeedback__inline:{display:"inline-block"},microFeedback_buttonContainer:{display:"inline-block"},microFeedback_callout:{"z-index":"1"}},ct=(0,d.ZP)(lt)(at)},17485:(t,e,n)=>{"use strict";n.d(e,{_:()=>w});var r=n(17332),i=n(64197),o=n(17657),s=n(42130),a=n(54141),l=n(76908),c=n(97682),u=n(61466),d=n(57167),p=n(4921),h=n(47436),f=n(29911),g=n(25491);const v={radioContainer:Object.assign({position:"relative",display:"inline-flex","min-width":(0,a.Cb)(),"min-height":(0,a.Cb)()},l.Ob),radioContainer_input:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({appearance:"none","-webkit-appearance":"none","-moz-appearance":"none"},(0,c.$C)()),(0,u.u0)()),{background:"transparent",border:(0,i.WU)("{0} solid {1}",(0,o.a)(d.bu),p.L$),"box-sizing":"border-box",width:"100%",height:"100%",margin:"0",overflow:"hidden",padding:"0",position:"absolute",transition:"all 0.1s ease-in-out","z-index":"1","&:hover:enabled":{background:"transparent",border:(0,i.WU)("{0} solid {1}",(0,o.a)(d.bu),p.yD),[l.xE]:{"border-color":l.YP.selectedBackground}},"&:active:enabled":{background:"transparent",border:(0,i.WU)("{0} solid {1}",(0,o.a)(d.bu),p.tA)}}),(0,s.F0)({"border-color":h.F,"box-shadow":(0,i.WU)("inset 0 0 0 1px {0}",h.F),[l.xE]:{border:`1px solid ${l.YP.buttonText}`,"box-shadow":`inset 0 0 0 1px ${l.YP.buttonText}`}})),{[l.xE]:{"border-color":l.YP.buttonText}}),radioContainer__checked:{"& $radioContainer_input":Object.assign(Object.assign({"border-color":f.go,"box-shadow":(0,i.WU)("inset 0 0 0 3px {0}",f.go),"&:hover:enabled":{"border-color":f.D9,"box-shadow":(0,i.WU)("inset 0 0 0 3px {0}",f.D9),[l.xE]:{"border-color":l.YP.selectedBackground,"box-shadow":`inset 0 0 0 3px ${l.YP.selectedBackground}`}}},(0,s.F0)({"border-color":h.F,"box-shadow":(0,i.WU)("inset 0 0 0 3px {0}",h.F),[l.xE]:{border:`1px solid ${l.YP.buttonText}`,"box-shadow":`inset 0 0 0 3px ${l.YP.buttonText}`}})),{[l.xE]:{"border-color":l.YP.selectedBackground,"box-shadow":`inset 0 0 0 3px ${l.YP.selectedBackground}`}})},radioContainer__disabled:Object.assign(Object.assign({},(0,g.M)()),{"& $radioContainer_input":{[l.xE]:Object.assign(Object.assign({opacity:"1"},(0,c.YW)()),{"border-color":l.YP.disabledText})}}),radioContainer_stateIndicator:{},radioContainer_label:{}};var b=n(89526),m=n(11754),y=n(98722);class x extends m.Z{constructor(){super(...arguments),this.handledProps={inputId:void 0,checked:void 0,disabled:void 0,label:void 0,managedClasses:void 0,onChange:void 0,value:void 0,name:void 0}}render(){return b.createElement(y.ZP,{managedClasses:this.generateManagedClasses(),className:super.generateClassNames(),inputId:this.props.inputId,checked:this.props.checked,disabled:this.props.disabled,name:this.props.name,onChange:this.props.onChange},this.props.children)}generateManagedClasses(){return{radio:this.props.managedClasses.radioContainer,radio_input:this.props.managedClasses.radioContainer_input,radio_label:this.props.managedClasses.radioContainer_label,radio_stateIndicator:this.props.managedClasses.radioContainer_stateIndicator,radio__disabled:this.props.managedClasses.radioContainer__disabled,radio__checked:this.props.managedClasses.radioContainer__checked}}}x.displayName="RadioContainer",x.defaultProps={managedClasses:{}};const _=x,w=(0,r.ZP)(v)(_)},8734:(t,e,n)=>{"use strict";n.d(e,{V:()=>S});var r=n(89526),i=n(11754),o=n(82117),s=n(14895),a=n(92588),l=n(90305),c=n(37834);class u extends i.Z{constructor(){super(...arguments),this.handledProps={caption:void 0,descriptiveItems:void 0,disabled:void 0,glyph:void 0,heading:void 0,listStyleImage:void 0,managedClasses:void 0,slot:void 0},this.renderCaptionText=()=>this.props.caption?r.createElement(o.ZT,{className:(0,c.A)(this.props.managedClasses.trackingPreventionCard_caption),size:s.H._9},this.props.caption):null,this.renderDescriptiveItems=()=>{const{trackingPreventionCard_descriptiveItems:t,trackingPreventionCard_description:e}=this.props.managedClasses;if(Array.isArray(this.props.descriptiveItems))return this.props.descriptiveItems.map(((n,i)=>r.createElement("li",{key:i,className:(0,c.A)(t)},this.renderListStyleImage(),r.createElement(o.ZT,{className:(0,c.A)(e),size:s.H._8,children:n.children}))))}}render(){const{trackingPreventionCard_headingWrapper:t,trackingPreventionCard_headingCaptionWrapper:e,trackingPreventionCard_heading:n,trackingPreventionCard_items:i}=this.props.managedClasses;return r.createElement("div",Object.assign({},this.unhandledProps(),{className:this.generateClassNames()}),r.createElement("div",{className:(0,c.A)(t)},this.renderGlyph(),r.createElement("div",{className:(0,c.A)(e)},r.createElement(a.X6,Object.assign({className:(0,c.A)(n)},this.renderHeadingTitle())),this.renderCaptionText())),r.createElement("ul",{className:(0,c.A)(i)},this.renderDescriptiveItems()))}generateClassNames(){const{trackingPreventionCard:t,trackingPreventionCard__disabled:e}=this.props.managedClasses;return super.generateClassNames((0,c.A)(t,[e,this.props.disabled]))}renderHeadingTitle(){return Object.assign({},{size:l.Gm._5},this.props.heading)}renderGlyph(){return"function"==typeof this.props.glyph?this.props.glyph((0,c.A)(this.props.managedClasses.trackingPreventionCard_glyph)):null}renderListStyleImage(){const{trackingPreventionCard_listStyleImage:t,trackingPreventionCard_listStyleImageWrapper:e}=this.props.managedClasses;return"function"!=typeof this.props.listStyleImage?null:r.createElement("div",{"aria-hidden":"true",className:(0,c.A)(e)},this.props.listStyleImage((0,c.A)(t)))}}u.displayName="TrackingPreventionCard",u.defaultProps={managedClasses:{}};const d=u;var p=n(17657),h=n(51045),f=n(48863),g=n(53363),v=n(97682),b=n(61466),m=n(57167),y=n(76908),x=n(51094),_=n(54141),w=n(25491);const C={trackingPreventionCard:Object.assign(Object.assign(Object.assign(Object.assign({},(0,g.Sh)("t7")),(0,v.$C)()),(0,b.u0)()),{background:"transparent","box-sizing":"border-box",width:"100%",height:"100%",overflow:"hidden",padding:(0,p.a)((0,h.Jp)(m._5,4)),transition:"all 0.1s ease-in-out",display:"flex","flex-direction":"column",[y.xE]:Object.assign(Object.assign({},y.a8),{background:y.YP.buttonBackground}),"& $trackingPreventionCard_glyph, $trackingPreventionCard_listStyleImage, $trackingPreventionCard_caption, $trackingPreventionCard_heading, $trackingPreventionCard_description":Object.assign({},y.KP)}),trackingPreventionCard_listStyleImage:{fill:x.CH},trackingPreventionCard_listStyleImageWrapper:{display:"flex","align-items":"center","grid-column":"1/2","grid-row":"1/2","min-width":"16px","min-height":"16px"},trackingPreventionCard_caption:{"white-space":"nowrap"},trackingPreventionCard_descriptiveItems:{color:x.CH,display:"grid","grid-template-columns":"auto 1fr","grid-template-rows":"auto auto","margin-bottom":(0,p.a)((0,h.Jp)(m._5,2))},trackingPreventionCard_glyph:{fill:x.CH,"margin-left":(0,f.zw)("",(0,_.wb)()),"margin-right":(0,f.zw)((0,_.wb)(),""),"align-self":"flex-start"},trackingPreventionCard_headingWrapper:{display:"grid","grid-template-columns":"auto 1fr","min-height":"44px","margin-bottom":"2px"},trackingPreventionCard_headingCaptionWrapper:{overflow:"auto","overflow-wrap":"break-word"},trackingPreventionCard_heading:{},trackingPreventionCard_items:{"list-style-type":"none",margin:"0",padding:"0"},trackingPreventionCard_description:{"align-self":"center","grid-column":"2/3","grid-row":"1/3"},trackingPreventionCard__disabled:Object.assign(Object.assign({},(0,w.M)()),{"& $trackingPreventionCard_glyph, $trackingPreventionCard_listStyleImage, $trackingPreventionCard_caption, $trackingPreventionCard_heading, $trackingPreventionCard_description":Object.assign({},y.He)})};const S=(0,n(17332).ZP)(C)(d)},26352:(t,e,n)=>{"use strict";n.d(e,{A7:()=>w});var r=n(89982),i=n(17657),o=n(51045),s=n(42130),a=n(64197),l=n(48863),c=n(57167),u=n(54141),d=n(51094),p=n(19652),h=n(97682),f=n(47436),g=n(76908),v=n(53363),b=n(89827),m=n(61466),y=n(29911);const x=(0,i.a)((0,o.IH)(c._5,u.en)),_={treeViewItem:Object.assign(Object.assign(Object.assign({position:"relative","content-visibility":"auto","min-height":(0,u.Cb)(),color:d.CH,background:p.jq},(0,h.$C)()),(0,s.F0)(" > $treeViewItem_contentRegion",Object.assign({border:(0,a.WU)("{0} solid {1}",(0,i.a)(c.Db),f.F)},g.HC))),(0,s.F0)(" > $treeViewItem_dndWrapper $treeViewItem_contentRegion",Object.assign({border:(0,a.WU)("{0} solid {1}",(0,i.a)(c.Db),f.F)},g.HC))),treeViewItem_textContainer:Object.assign(Object.assign({"margin-bottom":(0,i.a)((0,o.cs)((0,o.$X)((0,u.iY)(),(0,v.Ht)("t7"),(0,o.Jp)(c.Db,2)),2)),"margin-top":(0,i.a)((0,o.cs)((0,o.$X)((0,u.iY)(),(0,v.Ht)("t7"),(0,o.Jp)(c.Db,2)),2))},(0,v.Sh)("t7")),(0,b.Li)()),treeViewItem_glyph:{fill:d.CH,[g.xE]:{fill:g.YP.buttonText}},treeViewItem_glyphContainer:{"margin-right":(0,l.zw)((0,u.wb)(2),""),"margin-left":(0,l.zw)("",(0,u.wb)(2)),display:"flex","margin-top":(0,i.a)((0,o.cs)((0,o.$X)((0,u.iY)(),20,(0,o.Jp)(c.Db,2)),2))},treeViewItem_contentRegion:Object.assign(Object.assign(Object.assign({display:"flex",position:"relative","box-sizing":"border-box","min-height":(0,u.Cb)()},(0,m.Ee)()),(0,m.u0)()),{"&:hover":Object.assign(Object.assign({background:p.Qp},g.T),{"& $treeViewItem_expandedGlyph,\n & $treeViewItem_glyph":{[g.xE]:{fill:g.YP.selectedText}}}),"&:active":{background:p.sG},"&::before":{content:"''",display:"block",width:"0","flex-shrink":"0"},[g.xE]:{"-ms-high-contrast-adjust":"none",color:"ButtonText",border:(0,a.WU)("{0} solid transparent",(0,i.a)(c.Db))}}),treeViewItem_innerContentRegion:{"margin-left":(0,l.zw)((0,u.wb)(c.Db),""),"margin-right":(0,l.zw)("",(0,u.wb)(c.Db)),display:"flex"},treeViewItem_childNodeRegion:{display:"none","font-size":`calc(1em + ${x()})`,"& $treeViewItem_contentRegion":{"&::before":{width:"1em"}}},treeViewItem_expandCollapseButton:Object.assign({background:"none",border:"none",outline:"none",width:(0,i.a)((0,o.IH)(u.en,(0,o.Jp)(c._5,4))),height:(0,i.a)((0,o.IH)(u.en,(0,o.$X)((0,o.Jp)(c._5,4),(0,o.Jp)(c.Db,2)))),padding:"0",display:"flex","align-items":"center","justify-content":"center"},(0,h.$C)()),treeViewItem_expandedGlyph:{transition:"transform .1s linear",transform:(0,l.zw)("rotate(-45deg)","rotate(135deg)"),"pointer-events":"none",fill:d.CH,[g.xE]:{fill:g.YP.buttonText}},treeViewItem__expanded:{"& > $treeViewItem_contentRegion $treeViewItem_expandedGlyph,\n & > $treeViewItem_dndWrapper $treeViewItem_contentRegion $treeViewItem_expandedGlyph":{transform:(0,l.zw)("rotate(0deg)","rotate(90deg)")},"& > $treeViewItem_childNodeRegion":{display:"block"}},treeViewItem__selected:{"& > $treeViewItem_contentRegion,\n & > $treeViewItem_dndWrapper > $treeViewItem_contentRegion":Object.assign({background:p.sx},g.T),"&::after":Object.assign(Object.assign({content:"''",display:"block",position:"absolute",top:(0,i.a)((0,o.cs)((0,o.$X)((0,u.iY)(),(0,v.Ht)("t7")),2)),width:"3px",height:(0,v.Yy)("t7"),background:y.go,left:(0,l.zw)((0,i.a)(c.Db),"unset"),right:(0,l.zw)("unset",(0,i.a)(c.Db))},(0,m.u0)()),g.YF),"& > $treeViewItem_contentRegion $treeViewItem_glyph,\n & > $treeViewItem_contentRegion $treeViewItem_expandedGlyph,\n & > $treeViewItem_dndWrapper $treeViewItem_expandedGlyph,\n & > $treeViewItem_dndWrapper $treeViewItem_glyph":{[g.xE]:{fill:g.YP.selectedText}}},treeViewItem__dndHover:Object.assign({background:p.Qp},g.Fn),treeViewItem__reorderTopHint:{"border-top":(0,a.WU)("{0} solid {1}",(0,i.a)(c.Db),f.F)},treeViewItem__reorderBottomHint:{"border-bottom":(0,a.WU)("{0} solid {1}",(0,i.a)(c.Db),f.F)},treeViewItem_dndWrapper:{},treeViewItem__nested:{"& $treeViewItem_innerContentRegion":{position:"relative","margin-left":(0,l.zw)((0,i.a)((0,o.IH)(u.en,(0,o.Jp)(c._5,4))),""),"margin-right":(0,l.zw)("",(0,i.a)((0,o.IH)(u.en,(0,o.Jp)(c._5,4)))),"white-space":"nowrap"},"& $treeViewItem_expandCollapseButton":{position:"absolute",left:(0,l.zw)((0,i.a)((0,o.Jp)((0,o.IH)(u.en,(0,o.Jp)(c._5,4)),-1)),""),right:(0,l.zw)("",(0,i.a)((0,o.Jp)((0,o.IH)(u.en,(0,o.Jp)(c._5,4)),-1)))}}};const w=(0,n(17332).ZP)(_)(r.Z)},89982:(t,e,n)=>{"use strict";n.d(e,{Z:()=>O});var r=n(37834),i=n(33832),o=n(89526),s=n(11754),a=n(97032),l=n(47413),c=n(54715),u=n(73961),d=n(60845),p=n(9680),h=n(48527),f=n(64829),g=n(48885),v=n(9453),b=n(59759);class m extends s.Z{constructor(){super(...arguments),this.handledProps={connectDragSource:void 0,managedClasses:void 0,connectDragPreview:void 0,customDragPreviewElement:void 0,onDrag:void 0,onDragEnd:void 0,connectDropTarget:void 0,onDrop:void 0,onDragDropHover:void 0,isDraggable:void 0,isDroppable:void 0,isOver:void 0,draggingItem:void 0,dropTargetBehavior:void 0,reorderLocation:void 0,reorderTargetBehavior:void 0,canDrop:void 0,shouldExpandOnHover:void 0,titleContent:void 0}}render(){return o.createElement("div",Object.assign({},this.unhandledProps(),{className:this.generateClassNames()}),this.props.children)}componentDidUpdate(t){this.props.onDragDropHover&&(t.isOver&&!this.props.isOver?this.props.onDragDropHover(!1):!t.isOver&&this.props.isOver&&this.props.onDragDropHover(!0))}generateClassNames(){const{treeViewItem_contentRegion:t,treeViewItem__reorderTopHint:e,treeViewItem__reorderBottomHint:n,treeViewItem__dndHover:i}=this.props.managedClasses;let o=!0;"function"==typeof this.props.canDrop&&this.props.draggingItem&&(o=this.props.canDrop(this.props.draggingItem,this.props));const s=o?this.props.reorderLocation===c.v1.Top?e:this.props.reorderLocation===c.v1.Bottom?n:this.props.isOver?i:"":"";return(0,r.A)(t,s)}}m.defaultProps={managedClasses:{}};const y={beginDrag:t=>Object.assign(Object.assign({},t.onDrag(t)),t),endDrag(t,e){t.onDragEnd&&t.onDragEnd(t,e)}},x={drop(t,e,n){if(e.didDrop())return;const r=e.getItem();return t.onDrop(r,t,t.reorderLocation)},hover(t,e,n){t.onDragDropHover&&t.onDragDropHover(e.isOver({shallow:!0}),e.getItem(),t.dropTargetBehavior===c.Dj.None?c.HO.None:t.reorderTargetBehavior,t.dropTargetBehavior,e.getClientOffset())},canDrop(t,e){if(e.didDrop())return!1;if("function"==typeof t.canDrop){const n=e.getItem();return t.canDrop(n,t)}return!0}},_=t=>({connectDragSource:t.dragSource(),connectDragPreview:t.dragPreview()}),w=(t,e)=>({connectDropTarget:t.dropTarget(),itemType:e.getItemType(),isOver:e.isOver({shallow:!0}),draggingItem:e.getItem()}),C=(0,a.E)("nav-droppable",y,_)((t=>(t.customDragPreviewElement&&t.connectDragPreview(t.customDragPreviewElement),t.connectDragSource(o.createElement("div",{className:(0,p.Z)(t,"managedClasses.treeViewItem_dndWrapper","")},o.createElement(m,Object.assign({},t))))))),S=(0,l.G)("nav-droppable",x,w)((t=>t.connectDropTarget(o.createElement("div",{className:(0,p.Z)(t,"managedClasses.treeViewItem_dndWrapper","")},o.createElement(m,Object.assign({},t)))))),E=(0,l.G)("nav-droppable",x,w)((0,a.E)("nav-droppable",y,_)((t=>(t.customDragPreviewElement&&t.connectDragPreview(t.customDragPreviewElement),t.connectDropTarget(t.connectDragSource(o.createElement("div",{className:(0,p.Z)(t,"managedClasses.treeViewItem_dndWrapper","")},o.createElement(m,Object.assign({},t)))))))));class O extends s.Z{constructor(t){super(t),this.handledProps={expandedGlyph:void 0,glyph:void 0,titleContent:void 0,children:void 0,managedClasses:void 0,selected:void 0,onExpandedChange:void 0,onSelected:void 0,dragDropConfig:void 0,onContextMenu:void 0,expanded:void 0,tooltip:void 0,isCollapsible:void 0},this.rootElement=o.createRef(),this.hoverExpandTimer=0,this.treeElement=o.createRef(),this.expandCollapseButton=o.createRef(),this.groupElement=o.createRef(),this.itemTitleId=(0,h.Z)("itemTitle"),this.handleContextMenu=t=>{if("function"==typeof this.props.onContextMenu){let e=t.clientY;if(this.state.hasChildNodes&&this.state.expanded){const t=(0,d.xS)(this.treeElement);if(!(0,f.Z)(t)){const n=t.getBoundingClientRect();e=n.top+n.height/2}}this.props.onContextMenu(t,e)}},this.handleFocus=t=>{t.target===t.currentTarget&&(this.setState({focusable:!0}),"function"==typeof this.context.setLastFocused&&this.context.setLastFocused(this.rootElement))},this.handleBlur=t=>{(0,v.N)()&&t.target===t.currentTarget&&this.setState({focusable:!1})},this.getTreeViewElementComponent=()=>{const t=this.props.dragDropConfig;return t?t.isDraggable&&t.isDroppable?E:t.isDraggable?C:t.isDroppable?S:m:m},this.onDragDropHover=(t,e,n,r,i)=>{const o=(0,u.findDOMNode)(this.treeElement.current);if((0,f.Z)(o))return;const s=o.getBoundingClientRect();let a=function(t,e,n,r){const i=t===c.Dj.Both||t===c.Dj.Reorder,o=t===c.Dj.Both||t===c.Dj.Reparent,s=e===c.HO.Both||e===c.HO.Above,a=e===c.HO.Both||e===c.HO.Below;return i&&r?o?s&&r.yn.bottom-.3*n.height?c.v1.Bottom:c.v1.None:s&&a?r.ythis.setExpanded(!0)),500):!d&&this.hoverExpandTimer&&(window.clearTimeout(this.hoverExpandTimer),this.hoverExpandTimer=0),this.setState({reorderLocation:a})},this.handleKeyDown=t=>{if(t.target===t.currentTarget){switch(t.keyCode){case i.mW.arrowLeft:this.handleArrowLeft();break;case i.mW.arrowRight:this.handleArrowRight();break;case i.mW.arrowDown:t.preventDefault(),this.focusNextNode(1);break;case i.mW.arrowUp:t.preventDefault(),this.focusNextNode(-1);break;case i.mW.enter:this.handleSelected(t);break;case i.mW.space:this.handleSpaceBar()}"function"==typeof this.props.onKeyDown&&this.props.onKeyDown(t)}},this.handleExpandCollapseButtonClick=t=>{t.preventDefault(),this.setExpanded(!this.state.expanded)},this.handleSelected=t=>{"function"==typeof this.props.onSelected&&this.props.onSelected(this.props,t)},this.handleClick=t=>{t.defaultPrevented||null!==this.groupElement.current&&(this.groupElement.current===t.target||this.groupElement.current.contains(t.target))||this.handleSelected(t)},this.isCollapsible=()=>this.state.hasChildNodes&&this.props.isCollapsible,this.itemId=(0,h.Z)();const e=O.hasChildNodes(this.props),n=O.getChildrenStatus(this.props,{selectedChildCount:0,expandedChildCount:0});this.onDragDropHover=(0,g.Z)(this.onDragDropHover,200);const r=e&&(this.props.expanded||n.expandedChildCount>0||n.selectedChildCount>0||!this.props.isCollapsible);this.state={hasChildNodes:e,selectedChildCount:n.selectedChildCount,expandedChildCount:n.expandedChildCount,focusable:!1,expanded:r,reorderLocation:c.v1.None}}static hasChildNodes(t){if(!t.children)return!1;return o.Children.toArray(t.children).length>0}static getChildrenStatus(t,e){if(!O.hasChildNodes(t))return e;const n=o.Children.toArray(t.children),r=n.length;for(let t=0;tthis.state.selectedChildCount||this.props.expanded&&!t.expanded||n.expandedChildCount>this.state.expandedChildCount?r=!0:!this.props.expanded&&t.expanded&&(r=!1):r=!0,this.state.hasChildNodes===e&&this.state.expanded===r&&this.state.selectedChildCount===n.selectedChildCount&&this.state.expandedChildCount===n.expandedChildCount||this.setState({hasChildNodes:e,expanded:r,selectedChildCount:n.selectedChildCount,expandedChildCount:n.expandedChildCount})}}render(){const t=!this.context.fullyRenderOutOfViewItems&&-1===this.context.visibleItemIds.indexOf(this.itemId),e=this.props.tooltip||("string"==typeof this.props.titleContent?this.props.titleContent:null),n=void 0===this.props.selected?{}:{"aria-selected":this.props.selected};return o.createElement("div",Object.assign({},this.unhandledProps(),{"data-tree-view-item-id":this.itemId,role:"treeitem","aria-expanded":this.isCollapsible()?this.state.expanded:void 0},n,{title:e,tabIndex:this.state.focusable?0:-1,className:this.generateClassNames(),onFocus:this.handleFocus,onBlur:this.handleBlur,onKeyDown:this.handleKeyDown,onClick:this.handleClick,onContextMenu:this.handleContextMenu,ref:this.rootElement}),t?null:this.renderTreeElement(),this.renderNestedGroup())}generateClassNames(){const{treeViewItem:t,treeViewItem__expanded:e,treeViewItem__nested:n,treeViewItem__selected:i}=this.props.managedClasses;return super.generateClassNames((0,r.A)(t,[e,this.state.expanded],[n,this.context.nested],[i,this.props.selected]))}handleArrowLeft(){if(this.state.expanded&&this.props.isCollapsible)this.setExpanded(!1);else if((0,v.N)()&&(0,d.Re)(this.rootElement.current)&&(0,d.Re)(this.rootElement.current.parentElement)){const t=this.rootElement.current.parentElement;if((0,d.Re)(t)){const e=t.closest("[role='treeitem']");(0,d.Re)(e)&&e.focus()}}}handleSpaceBar(){"boolean"==typeof this.state.expanded&&this.props.isCollapsible&&this.setExpanded(!this.state.expanded)}handleArrowRight(){"boolean"==typeof this.state.expanded&&(!this.state.expanded&&this.props.isCollapsible?this.setExpanded(!0):this.focusNextNode(1))}focusNextNode(t){if(!(0,v.N)())return;const e=this.getVisibleNodes(),n=e.indexOf(this.rootElement.current);if(-1!==n){const r=e[n+t];(0,d.Re)(r)&&r.focus()}}getVisibleNodes(){return(0,v.N)()?(0,d.UM)(this.getTreeRoot(),"[role='treeitem']"):[]}getTreeRoot(){const t=this.rootElement.current;return(0,d.Re)(t)&&(0,v.N)()?t.closest("[role='tree']"):null}renderTreeElement(){const t=this.getTreeViewElementComponent(),e=this.props.tooltip||("string"==typeof this.props.titleContent?this.props.titleContent:null),n=this.unhandledProps()["aria-hidden"],i=void 0===n||n;return o.createElement(t,Object.assign({},this.props.dragDropConfig,{"aria-hidden":i,title:e,managedClasses:this.props.managedClasses,onDragDropHover:this.onDragDropHover,reorderLocation:this.state.reorderLocation,ref:this.treeElement}),o.createElement("div",{className:(0,r.A)(this.props.managedClasses.treeViewItem_innerContentRegion)},this.renderExpandCollapseButton(),this.renderGlyph(),this.renderText()))}renderNestedGroup(){return this.state.hasChildNodes&&(this.context.renderCollapsedNodes||this.state.expanded)?o.createElement("div",{role:"group","aria-labelledby":this.itemTitleId,ref:this.groupElement,className:(0,r.A)(this.props.managedClasses.treeViewItem_childNodeRegion)},this.props.children):null}renderText(){return o.createElement("div",{id:this.itemTitleId,className:this.props.managedClasses.treeViewItem_textContainer},this.props.titleContent)}generateGlyph(){const t=(0,r.A)(this.props.managedClasses.treeViewItem_glyph);return this.state.hasChildNodes&&this.state.expanded&&"function"==typeof this.props.expandedGlyph?this.props.expandedGlyph(t):this.props.glyph(t)}renderGlyph(){return"function"!=typeof this.props.glyph?null:o.createElement("div",{"aria-hidden":"true",className:(0,r.A)(this.props.managedClasses.treeViewItem_glyphContainer)},this.generateGlyph())}renderExpandCollapseButton(){const{treeViewItem_expandCollapseButton:t,treeViewItem_expandedGlyph:e}=this.props.managedClasses;return this.isCollapsible()?o.createElement("div",{"aria-hidden":!0,className:(0,r.A)(t),onClick:this.handleExpandCollapseButtonClick,ref:this.expandCollapseButton},o.createElement("svg",{className:(0,r.A)(e),width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},o.createElement("path",{d:"M14 6.8a.8.8 0 00-1.36-.57l-6.4 6.41A.8.8 0 006.8 14h6c.67 0 1.2-.53 1.2-1.2v-6z"}))):null}setExpanded(t){this.isCollapsible()&&this.setState({expanded:t},(()=>{"function"==typeof this.props.onExpandedChange&&this.props.onExpandedChange(t,this.props)}))}}O.defaultProps={isCollapsible:!0,expanded:!1,managedClasses:{}},O.contextType=b.d},54715:(t,e,n)=>{"use strict";var r,i,o;n.d(e,{HO:()=>r,Dj:()=>i,v1:()=>o}),function(t){t.Above="Above",t.Below="Below",t.Both="Both",t.None="None"}(r||(r={})),function(t){t.Reorder="Reorder",t.Reparent="Reparent",t.Both="Both",t.None="None"}(i||(i={})),function(t){t.None="None",t.Top="Top",t.Bottom="Bottom"}(o||(o={}))},47636:(t,e,n)=>{"use strict";n.d(e,{L:()=>g});var r=n(89526),i=n(11754),o=n(59759),s=n(89982),a=n(60845),l=n(33832),c=n(37834),u=n(9453),d=n(64829);class p extends i.Z{constructor(t){super(t),this.handledProps={managedClasses:void 0,children:void 0,viewport:void 0,renderCollapsedNodes:void 0},this.rootElement=r.createRef(),this.collisionDetector=null,this.fullyRenderOutOfViewItems=!0,this.visibleItemIds=[],this.itemVisibilityUpdateTimer=null,this.configureCollisionDetector=()=>{if((0,d.Z)(this.props.viewport))return void this.setState({validRefChecksRemaining:0});const t=(0,a.xS)(this.props.viewport);null!==t?(this.fullyRenderOutOfViewItems=!1,this.collisionDetector=new IntersectionObserver(this.handleCollision,{root:t,rootMargin:"100%",threshold:[0,1]}),this.setState({validRefChecksRemaining:0})):this.setState({validRefChecksRemaining:this.state.validRefChecksRemaining-1})},this.registerItem=t=>{if(null===this.collisionDetector)return;null!==t.getAttribute(p.itemIdKey)&&this.collisionDetector.observe(t)},this.deregisterItem=t=>{if(null===this.collisionDetector)return;const e=t.getAttribute(p.itemIdKey);if(null!==e&&null!==this.collisionDetector){this.collisionDetector.unobserve(t);const n=this.visibleItemIds.indexOf(e);-1!==n&&(this.visibleItemIds.splice(n,1),this.setState({visibleItemIds:this.visibleItemIds.slice(0)}))}},this.handleCollision=t=>{t.forEach((t=>{const e=t.target.getAttribute(p.itemIdKey);if(null!==e){const n=this.visibleItemIds.indexOf(e);t.isIntersecting&&-1===n?(this.visibleItemIds.push(e),this.requestVisibilityUpdate()):t.isIntersecting||-1===n||(this.visibleItemIds.splice(n,1),this.requestVisibilityUpdate())}}))},this.requestVisibilityUpdate=()=>{null!==this.itemVisibilityUpdateTimer&&window.clearTimeout(this.itemVisibilityUpdateTimer),this.itemVisibilityUpdateTimer=window.setTimeout((()=>{this.updateVisibleItemState()}),50)},this.updateVisibleItemState=()=>{window.clearTimeout(this.itemVisibilityUpdateTimer),this.itemVisibilityUpdateTimer=null,this.setState({visibleItemIds:this.visibleItemIds.slice(0)})},this.setLastFocused=t=>{this.setState({lastFocused:t})},this.handleBlur=t=>{const e=this.rootElement.current;(0,a.Re)(e)&&!e.contains(t.relatedTarget)&&this.setState({focusable:!0})},this.handleFocus=t=>{if(!(0,u.N)()||!(0,a.Re)(this.rootElement.current))return;const e=this.rootElement.current,n=this.state.lastFocused;if((0,a.Re)(e)&&e===t.target){const t=n?n.current:e.querySelector("[role='treeitem']");(0,a.Re)(t)&&(t.focus(),this.state.focusable&&this.setState({focusable:!1}))}else this.state.focusable&&this.setState({focusable:!1})},this.handleKeyDown=t=>{let e;if((0,u.N)())switch(t.keyCode){case l.mW.home:e=this.getVisibleNodes(),e.length&&e[0].focus();break;case l.mW.end:e=this.getVisibleNodes(),e.length&&e[e.length-1].focus()}"function"==typeof this.props.onKeyDown&&this.props.onKeyDown(t)},this.state={focusable:!0,lastFocused:null,nested:p.isNested(this.props),validRefChecksRemaining:(0,d.Z)(this.props.viewport)?0:2,visibleItemIds:[]}}render(){return r.createElement("div",Object.assign({},this.unhandledProps(),{role:"tree",tabIndex:this.state.focusable?0:-1,className:this.generateClassNames(),ref:this.rootElement,onFocus:this.handleFocus,onBlur:this.handleBlur,onKeyDown:this.handleKeyDown}),r.createElement(o.d.Provider,{value:{setLastFocused:this.setLastFocused,nested:this.state.nested,renderCollapsedNodes:this.props.renderCollapsedNodes,visibleItemIds:this.state.visibleItemIds,fullyRenderOutOfViewItems:this.fullyRenderOutOfViewItems,registerItem:this.registerItem,deregisterItem:this.deregisterItem}},(0,d.Z)(this.props.viewport)||0===this.state.validRefChecksRemaining?this.props.children:null))}componentDidMount(){this.configureCollisionDetector()}componentWillUnmount(){null!==this.collisionDetector&&(this.collisionDetector.disconnect(),this.collisionDetector=null)}componentDidUpdate(){this.state.validRefChecksRemaining>0&&this.configureCollisionDetector();const t=p.isNested(this.props);t!==this.state.nested&&this.setState({nested:t}),this.ensureFocusability()}generateClassNames(){return super.generateClassNames((0,c.A)(this.props.managedClasses.treeView))}ensureFocusability(){if((0,u.N)()&&!this.state.focusable&&(0,a.Re)(this.rootElement.current)){const t=this.rootElement.current.querySelector("[role='treeitem'][tabindex='0']");(0,a.Re)(t)||this.setState({focusable:!0})}}getVisibleNodes(){return(0,u.N)()?(0,a.UM)(this.rootElement.current,"[role='treeitem']"):[]}}p.displayName="TreeView",p.defaultProps={managedClasses:{},renderCollapsedNodes:!0},p.itemIdKey="data-tree-view-item-id",p.isNested=t=>{let e=!1;if(t.children){const n=r.Children.toArray(t.children),i=n.length;for(let t=0;t{"use strict";n.d(e,{d:()=>r});const r=n(89526).createContext({setLastFocused:null,nested:!1,renderCollapsedNodes:!0,visibleItemIds:[],fullyRenderOutOfViewItems:!0,registerItem:null,deregisterItem:null})},60845:(t,e,n)=>{"use strict";if(n.d(e,{Re:()=>o,UM:()=>s,xS:()=>a}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(64829);var i=n(73961);function o(...t){return t.every((t=>t instanceof HTMLElement))}function s(t,e){if(!o(t))return;return Array.from(t.querySelectorAll(e)).filter((t=>null!==t.offsetParent))}function a(t){if(t instanceof HTMLElement)return t;if(!(0,r.Z)(t.current)){if(t.current instanceof HTMLElement)return t.current;const e=i.findDOMNode(t.current);if(e instanceof HTMLElement)return e}return null}},14981:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var r=n(89526),i=n(9680),o=n(11754);class s extends o.Z{renderTitleText(t){return"string"==typeof(0,i.Z)(t,"titleText")?r.createElement("title",null,(0,i.Z)(t,"titleText")):null}}s.defaultProps={viewBox:"0 0 16 16",width:"16px",height:"16px",xmlns:"http://www.w3.org/2000/svg"};const a=/^(5(5|51|71)|205|22|360|885|908|991)$/.test(n.j)?s:null},88655:(t,e,n)=>{"use strict";n.d(e,{G:()=>C});var r=n(33940),i=n(65226),o=n(55319),s=n(58520);class a extends o.o{}(0,r.gn)([s.LO],a.prototype,"childElements",void 0);var l=n(90563),c=n(42968),u=n(14671),d=n(91106),p=n(63243),h=n(53125);const f=l.d` - -`;var g=n(76298),v=n(25914),b=n(45227),m=n(15933),y=n(93718),x=n(67845),_=n(68421);const w=g.i` - ${(0,y.j)("block")} :host { - font-family: var(--body-font); - font-size: var(--type-ramp-minus-1-font-size); - line-height: var(--type-ramp-minus-1-line-height); - background-color: ${v.nE.var}; - border-radius: calc(var(--elevated-corner-radius) * 1px); - fill: currentcolor; - cursor: pointer; - outline: none; - } - - .control { - display: flex; - align-items: center; - min-width: calc(${b.i} * 1px); - font-size: var(--type-ramp-minus-1-font-size); - line-height: var(--type-ramp-minus-1-line-height); - color: ${v.sp.var}; - font-weight: 400; - text-decoration: none; - border-radius: calc(var(--elevated-corner-radius) * 1px); - box-sizing: border-box; - padding: 4px; - outline: none; - min-height: 30px; - } - - .control:hover { - box-shadow: inset 0 0 0 calc((var(--outline-width) * 1px)) ${v.Xt.var}; - } - - .control:${x.b} { - box-shadow: inset 0 0 0 calc((var(--focus-outline-width) * 1px)) ${v.cI.var}; - } - - .content { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } - - .image-container { - display: flex; - margin-inline-end: 6px; - } -`.withBehaviors(v.Xt,v.cI,v.nE,v.oK,v.sp,(0,_.vF)(g.i` - :host .control { - forced-color-adjust: none; - color: ${m.H.ButtonText}; - box-shadow: inset 0 0 0 calc((var(--outline-width) * 1px)) ${m.H.ButtonText}; - } - :host .control:hover, - :host .control:${x.b} { - box-shadow: inset 0 0 0 calc((var(--focus-outline-width) * 1px)) ${m.H.ButtonText}; - } - :host([href]) .control { - color: ${m.H.LinkText}; - box-shadow: inset 0 0 0 calc((var(--outline-width) * 1px)) ${m.H.LinkText}; - } - :host([href]) .control:hover, - :host([href]) .control:${x.b} { - box-shadow: inset 0 0 0 calc((var(--focus-outline-width) * 1px)) ${m.H.LinkText}; - } - ::slotted([slot="image"]) { - color: ${m.H.ButtonText}; - fill: currentcolor; - } - `));let C=class extends a{};C=(0,r.gn)([(0,i.M)({name:"msft-ad-link",template:f,styles:w,shadowOptions:{delegatesFocus:!0}})],C)},39196:(t,e,n)=>{"use strict";n.d(e,{L:()=>pt});var r=n(33940),i=n(65226),o=n(29163),s=n(58520);class a extends i.H{}(0,r.gn)([(0,o.Lj)({mode:"fromView"})],a.prototype,"title",void 0),(0,r.gn)([(0,o.Lj)({mode:"fromView",attribute:"sub-title"})],a.prototype,"subTitle",void 0),(0,r.gn)([s.LO],a.prototype,"contentData",void 0),(0,r.gn)([s.LO],a.prototype,"footerSlottedNodes",void 0);var l=n(90563),c=n(45930),u=n(33465),d=n(51306),p=n(49278),h=n(18882);const f=Object.freeze({positioning:!1});function g(t,e,n,r){t.bind(e[n],r)}function v(t,e,n,r){const i=Object.create(r);i.index=n,i.length=e.length,t.bind(e[n],i)}class b{constructor(t,e,n,r,i,o){this.location=t,this.itemsBinding=e,this.templateBinding=r,this.options=o,this.source=null,this.views=[],this.items=null,this.itemsObserver=null,this.originalContext=void 0,this.childContext=void 0,this.bindView=g,this.itemsBindingObserver=s.y$.binding(e,this,n),this.templateBindingObserver=s.y$.binding(r,this,i),o.positioning&&(this.bindView=v)}bind(t,e){this.source=t,this.originalContext=e,this.childContext=Object.create(e),this.childContext.parent=t,this.childContext.parentContext=this.originalContext,this.items=this.itemsBindingObserver.observe(t,this.originalContext),this.template=this.templateBindingObserver.observe(t,this.originalContext),this.observeItems(!0),this.refreshAllViews()}unbind(){this.source=null,this.items=null,null!==this.itemsObserver&&this.itemsObserver.unsubscribe(this),this.unbindAllViews(),this.itemsBindingObserver.disconnect(),this.templateBindingObserver.disconnect()}handleChange(t,e){t===this.itemsBinding?(this.items=this.itemsBindingObserver.observe(this.source,this.originalContext),this.observeItems(),this.refreshAllViews()):t===this.templateBinding?(this.template=this.templateBindingObserver.observe(this.source,this.originalContext),this.refreshAllViews(!0)):this.updateViews(e)}observeItems(t=!1){if(!this.items)return void(this.items=d.o);const e=this.itemsObserver,n=this.itemsObserver=s.y$.getNotifier(this.items),r=e!==n;r&&null!==e&&e.unsubscribe(this),(r||t)&&n.subscribe(this)}updateViews(t){const e=this.childContext,n=this.views,r=[],i=this.bindView;let o=0;for(let e=0,i=t.length;e0?r.shift():a.create();n.splice(c,0,l),i(l,s,c,e),l.insertBefore(o)}}for(let t=0,e=r.length;te,n)}var x=n(91106),_=n(37955),w=n(2814);class C extends w.x{}var S=n(13709),E=n(76298),O=n(93718);const j=E.i` - ${(0,O.j)("flex")} :host { - box-sizing: border-box; - font-family: var(--body-font); - font-size: var(--type-ramp-minus-1-font-size); - line-height: var(--type-ramp-minus-1-line-height); - height: 100%; - } -`;let P=class extends C{};P=(0,r.gn)([(0,i.M)({name:"msft-info-pane-panel",template:S.Y,styles:j})],P);var k=n(21404);class I extends k.O{}var T=n(3960),A=n(15933),D=n(67845),R=n(68421),$=n(25914);const N=E.i` - ${(0,O.j)("inline-flex")} :host { - box-sizing: border-box; - font-family: var(--body-font); - min-height: 6px; - min-width: 6px; - background-color: ${$.sp.var}; - border-radius: 20px; - opacity: 0.4; - grid-row: 1; - z-index: 1; - margin: 10px 2px; - border: calc(var(--outline-width) * 1px) solid transparent; - } - - :host([aria-selected="true"]) { - z-index: 2; - opacity: 1; - min-width: 30px; - } - - :host(:hover) { - background: ${$.eH.var}; - opacity: 1; - } - - :host(:active) { - background: ${$.EV.var}; - opacity: 1; - } - - :host(:${D.b}) { - outline: none; - box-shadow: 0 0 0 calc((var(--focus-outline-width) - var(--outline-width)) * 1px) var(--background-color), 0 0 0 calc((var(--focus-outline-width) + var(--outline-width)) * 1px) - ${$.cI.var}; - } - - :host(:focus) { - outline: none; - } -`.withBehaviors($.cI,$.a,$.Ep,$.nE,$.cI,$.sp,$.eH,$.EV,(0,R.vF)(E.i` - :host { - forced-color-adjust: none; - background: ${A.H.ButtonText}; - opacity: 1; - } - :host(:hover), - :host([aria-selected="true"]:hover), - :host([aria-selected="true"]) { - background: ${A.H.Highlight}; - } - :host(:${D.b}) { - border-color: ${A.H.ButtonFace}; - box-shadow: 0 0 0 calc((var(--focus-outline-width) - var(--outline-width)) * 1px) - rgba(0,0,0,1), 0 0 0 calc((var(--focus-outline-width) + var(--outline-width)) * 1px) - ${A.H.ButtonText}; - } - `));let B=class extends I{};B=(0,r.gn)([(0,i.M)({name:"msft-info-pane-tab",template:T.O,styles:N})],B);var F,L,M=n(94731),Z=n(56461),H=n(33832),z=n(26007);!function(t){t._1_column="1_column",t._2_column="2_column"}(F||(F={})),function(t){t.vertical="vertical",t.horizontal="horizontal"}(L||(L={}));class U extends i.H{constructor(){super(),this.slideKeyPressHandler=(t,e)=>{this.adjust(e)},this.layout=F._2_column,this.orientation=L.horizontal,this.activeindicator=!1,this.showActiveIndicator=!0,this.prevActiveTabIndex=0,this.activeTabIndex=0,this.ticking=!1,this.change=()=>{this.$emit("change",this.activetab)},this.isDisabledElement=t=>"true"===t.getAttribute("aria-disabled"),this.isFocusableElement=t=>!this.isDisabledElement(t),this.setTabs=()=>{const t=this.isHorizontal()?"gridColumn":"gridRow";this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex(),this.tabs.forEach(((e,n)=>{if("tab"===e.slot&&this.isFocusableElement(e)){this.activeindicator&&(this.showActiveIndicator=!0);const t=this.tabIds[n],r=this.tabpanelIds[n];e.setAttribute("id","string"!=typeof t?`tab-${n+1}`:t),e.setAttribute("aria-selected",this.activeTabIndex===n?"true":"false"),e.setAttribute("aria-controls","string"!=typeof r?`panel-${n+1}`:r),e.addEventListener("click",this.handleTabClick),e.addEventListener("keydown",this.handleTabKeyDown),e.setAttribute("tabindex",this.activeTabIndex===n?"0":"-1"),this.activeTabIndex===n&&(this.activetab=e)}else this.showActiveIndicator=!1;e.style[t]=`${n+1}`,this.isHorizontal()?e.classList.remove("vertical"):e.classList.add("vertical")}))},this.setTabPanels=()=>{this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.tabpanels.forEach(((t,e)=>{const n=this.tabIds[e],r=this.tabpanelIds[e];t.setAttribute("id","string"!=typeof r?`panel-${e+1}`:r),t.setAttribute("aria-labelledby","string"!=typeof n?`tab-${e+1}`:n),this.activeTabIndex!==e?t.setAttribute("hidden",""):t.removeAttribute("hidden")}))},this.handleTabClick=t=>{const e=t.currentTarget;1===e.nodeType&&(this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=this.tabs.indexOf(e),this.setComponent())},this.handleTabKeyDown=t=>{const e=t.keyCode;if(this.isHorizontal())switch(e){case H.BJ:t.preventDefault(),this.adjustBackward(t);break;case H.ho:t.preventDefault(),this.adjustForward(t)}else switch(e){case H.$Y:t.preventDefault(),this.adjustBackward(t);break;case H.Q6:t.preventDefault(),this.adjustForward(t)}switch(e){case H.wn:t.preventDefault(),this.adjust(-this.activeTabIndex);break;case H.$B:t.preventDefault(),this.adjust(this.tabs.length-this.activeTabIndex-1)}},this.adjustForward=t=>{const e=this.tabs;let n=0;for(n=this.activetab?e.indexOf(this.activetab)+1:1,n===e.length&&(n=0);n1;){if(this.isFocusableElement(e[n])){this.moveToTabByIndex(e,n);break}if(this.activetab&&n===e.indexOf(this.activetab))break;n+1>=e.length?n=0:n+=1}},this.adjustBackward=t=>{const e=this.tabs;let n=0;for(n=this.activetab?e.indexOf(this.activetab)-1:0,n=n<0?e.length-1:n;n>=0&&e.length>1;){if(this.isFocusableElement(e[n])){this.moveToTabByIndex(e,n);break}n-1<0?n=e.length-1:n-=1}},this.moveToTabByIndex=(t,e)=>{const n=t[e];this.activetab=n,this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=e,n.focus(),this.setComponent()},this.$fastController.addBehaviors([Z.PC])}handleChange(t,e){this.direction=t[e]}connectedCallback(){var t,e;super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex(),this.direction||(this.direction=(null===(t=this.provider)||void 0===t?void 0:t.designSystem).direction||z.N.ltr);s.y$.getNotifier(null===(e=this.provider)||void 0===e?void 0:e.designSystem).subscribe(this,"direction"),this.activeindicator||(this.activeindicator=!1)}disconnectedCallback(){window.clearTimeout(this.timer)}autoScrollHandler(){this.timer=window.setTimeout((()=>{this.adjust(1,!0),this.autoScrollHandler()}),this.autoScrollIntervalMs||6e3)}autoScrollChanged(t,e){t!==e&&(e?this.autoScrollHandler():window.clearTimeout(this.timer))}activeidChanged(){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}tabsChanged(){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}tabpanelsChanged(){this.$fastController.isConnected&&this.tabpanels.length<=this.tabs.length&&(this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition(),this.$emit("tabpanels-changed",this.tabpanels))}getActiveIndex(){return void 0!==this.activeid?-1===this.tabIds.indexOf(this.activeid)?0:this.tabIds.indexOf(this.activeid):0}getTabIds(){return void 0===this.tabs?[null]:this.tabs.map((t=>t.getAttribute("id")))}getTabPanelIds(){return void 0===this.tabpanels?[null]:this.tabpanels.map((t=>t.getAttribute("id")))}setComponent(t){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.change(),this.setTabs(),this.handleActiveIndicatorPosition(),this.setTabPanels(),t||this.focusTab(),this.change())}isHorizontal(){return this.orientation===L.horizontal}handleActiveIndicatorPosition(){this.showActiveIndicator&&this.activeindicator&&this.activeTabIndex!==this.prevActiveTabIndex&&(this.ticking?this.ticking=!1:(this.ticking=!0,this.animateActiveIndicator()))}animateActiveIndicator(){this.ticking=!0;const t=this.isHorizontal()?"gridColumn":"gridRow",e=this.isHorizontal()?"translateX":"translateY",n=this.isHorizontal()?"offsetLeft":"offsetTop",r=this.activeIndicatorRef[n];this.activeIndicatorRef.style[t]=`${this.activeTabIndex+1}`;const i=this.activeIndicatorRef[n];this.activeIndicatorRef.style[t]=`${this.prevActiveTabIndex+1}`;const o=i-r;this.activeIndicatorRef.style.transform=`${e}(${o}px)`,this.activeIndicatorRef.classList.add("activeIndicatorTransition"),this.activeIndicatorRef.addEventListener("transitionend",(()=>{this.ticking=!1,this.activeIndicatorRef.style[t]=`${this.activeTabIndex+1}`,this.activeIndicatorRef.style.transform=`${e}(0px)`,this.activeIndicatorRef.classList.remove("activeIndicatorTransition")}))}adjust(t,e){void 0!==this.tabs&&(this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=(0,M.w)(0,this.tabs.length-1,this.activeTabIndex+t),this.setComponent(e))}focusTab(){this.tabs[this.activeTabIndex].focus()}}(0,r.gn)([o.Lj],U.prototype,"layout",void 0),(0,r.gn)([(0,o.Lj)({attribute:"auto-scroll",mode:"boolean"})],U.prototype,"autoScroll",void 0),(0,r.gn)([(0,o.Lj)({attribute:"auto-scroll-interval-ms"})],U.prototype,"autoScrollIntervalMs",void 0),(0,r.gn)([s.LO],U.prototype,"nextFlipperTelemetryTag",void 0),(0,r.gn)([s.LO],U.prototype,"previousFlipperTelemetryTag",void 0),(0,r.gn)([s.LO],U.prototype,"direction",void 0),(0,r.gn)([o.Lj],U.prototype,"orientation",void 0),(0,r.gn)([o.Lj],U.prototype,"activeid",void 0),(0,r.gn)([s.LO],U.prototype,"tabs",void 0),(0,r.gn)([s.LO],U.prototype,"tabpanels",void 0),(0,r.gn)([(0,o.Lj)({mode:"boolean"})],U.prototype,"activeindicator",void 0),(0,r.gn)([s.LO],U.prototype,"activeIndicatorRef",void 0),(0,r.gn)([s.LO],U.prototype,"showActiveIndicator",void 0);var W,G=n(8582),V=n(63243);!function(t){t.next="next",t.previous="previous"}(W||(W={}));class q extends i.H{constructor(){super(...arguments),this.hiddenFromAT=!0,this.direction=W.next}}(0,r.gn)([(0,o.Lj)({mode:"boolean"})],q.prototype,"disabled",void 0),(0,r.gn)([(0,o.Lj)({attribute:"aria-hidden",converter:o.bw})],q.prototype,"hiddenFromAT",void 0),(0,r.gn)([o.Lj],q.prototype,"direction",void 0);const K=l.d` - -`;var Y=n(9817),Q=n(45227);const X=E.i` - ${(0,O.j)("inline-flex")} :host { - width: calc(${Q.i} * 1px); - height: calc(${Q.i} * 1px); - justify-content: center; - align-items: center; - margin: 0; - position: relative; - fill: currentcolor; - color: ${$.sp.var}; - background: transparent; - border: none; - outline: none; - padding: 0; - } - - :host::before { - content: ""; - opacity: 0.8; - background: ${$.Br.var}; - border: calc(var(--outline-width) * 1px) solid ${$.Fv.var}; - border-radius: 50%; - position: absolute; - top: 0; - right: 0; - left: 0; - bottom: 0; - transition: all 0.1s ease-in-out; - } - - .next, - .previous { - position: relative; - ${""} width: 16px; - height: 16px; - } - - :host(.disabled) { - opacity: var(--disabled-opacity); - cursor: ${Y.H}; - } - - :host(:hover) { - cursor: pointer; - } - - :host(:hover)::before { - background: ${$.Cs.var}; - border-color: ${$.Xt.var}; - } - - :host(:${D.b}) { - outline: none; - } - - :host(:${D.b})::before { - box-shadow: 0 0 0 1px ${$.cI.var} inset; - border-color: ${$.cI.var}; - } - - :host(:active)::before { - background: ${$.Nv.var}; - border-color: ${$.i2.var}; - } - - :host::-moz-focus-inner { - border: 0; - } -`.withBehaviors($.Nv,$.Cs,$.Br,$.cI,$.sp,$.i2,$.Xt,$.Fv,(0,R.vF)(E.i` - :host { - background: ${A.H.Canvas}; - } - :host .next, - :host .previous { - color: ${A.H.ButtonText}; - fill: currentcolor; - } - :host::before { - background: ${A.H.Canvas}; - border-color: ${A.H.ButtonText}; - } - :host(:hover)::before { - forced-color-adjust: none; - background: ${A.H.Highlight}; - border-color: ${A.H.ButtonText}; - opacity: 1; - } - :host(:hover) .next, - :host(:hover) .previous { - forced-color-adjust: none; - color: ${A.H.HighlightText}; - fill: currentcolor; - } - :host(.disabled) { - opacity: 1; - } - :host(.disabled)::before, - :host(.disabled:hover)::before, - :host(.disabled) .next, - :host(.disabled) .previous, - :host(.disabled:hover) .next, - :host(.disabled:hover) .previous { - forced-color-adjust: none; - background: ${A.H.Canvas}; - border-color: ${A.H.GrayText}; - color: ${A.H.GrayText}; - fill: ${A.H.GrayText}; - } - :host(:${D.b})::before { - forced-color-adjust: none; - border-color: ${A.H.Highlight}; - box-shadow: 0 0 0 2px ${A.H.Field}, 0 0 0 4px ${A.H.FieldText}; - } - `));let J=class extends q{};J=(0,r.gn)([(0,i.M)({name:"fluent-flipper",template:K,styles:X,shadowOptions:{mode:"closed"}})],J);var tt=n(70188);const et=l.d` - - t.previousFlipperTelemetryTag))} - > - - - ${G.hX} -
- - - ${(0,V.g)((t=>t.activeindicator),l.d` -
- `)} -
- - t.nextFlipperTelemetryTag))} - > - - - - ${G.zq} -
- -
-`;var nt=n(7642);const rt=E.i` - ${(0,O.j)("grid")} :host { - --elevation: 4; - box-sizing: border-box; - font-family: var(--body-font); - font-size: var(--type-ramp-base-font-size); - line-height: var(--type-ramp-base-line-height); - color: ${$.sp.var}; - background: ${$.BO.var}; - border-radius: calc(var(--elevated-corner-radius) * 1px); - ${nt.XC}; - overflow: hidden; - height: 100%; - grid-template-columns: auto 1fr auto; - grid-template-rows: auto 1fr; - width: 100%; - } - - :host(:hover) ::slotted([slot="previous-flipper"]), - :host(:hover) .previous-flipper, - :host(:hover) ::slotted([slot="next-flipper"]), - :host(:hover) .next-flipper { - opacity: 1; - transition: opacity 0.2s ease-in-out; - } - - .tablist { - display: grid; - grid-template-rows: auto auto; - grid-template-columns: auto; - position: relative; - width: max-content; - align-self: center; - justify-self: center; - grid-row: 1; - grid-column: 1 / span 3; - z-index: 3; - cursor: pointer; - } - - ::slotted([slot="previous-flipper"]), - .previous-flipper { - margin: 8px; - grid-column: 1; - grid-row: 1 / span 2; - align-self: center; - z-index: 2; - opacity: 0; - } - - ::slotted([slot="next-flipper"]), - .next-flipper { - margin: 8px; - grid-column: 3; - grid-row: 1 / span 2; - align-self: center; - z-index: 2; - opacity: 0; - } - - :host([layout="1-column"]) { - --heading-font-size: var(--type-ramp-base-font-size); - --heading-line-height: var(--type-ramp-base-line-height); - } - - .activeIndicator { - grid-row: 2; - grid-column: 1; - width: 20px; - height: 3px; - border-radius: calc(var(--corner-radius) * 1px); - justify-self: center; - background: ${$.iq.var}; - } - - .activeIndicatorTransition { - transition: transform 0.2s ease-in-out; - } - - .tabpanel { - grid-row: 1/3; - grid-column-start: 1; - grid-column-end: 4; - position: relative; - } -`.withBehaviors($.iq,$.sp,(0,R.vF)(E.i` - .activeIndicator { - forced-color-adjust: none; - background: ${A.H.Highlight}; - } - .tablist { - background: ${A.H.Canvas}; - } - `));let it=class extends U{};it=(0,r.gn)([(0,i.M)({name:"msft-info-pane",template:et,styles:rt})],it);var ot=n(36570);const st=E.i` - .previous-flipper { - left: 8px; - } - - .next-flipper { - right: 8px; - } -`,at=E.i` - .previous-flipper { - right: 8px; - } - - .next-flipper { - left: 8px; - } -`,lt=E.i` - ${(0,O.j)("grid")} :host { - display: grid; - grid-template-columns: auto 1fr auto; - grid-template-rows: auto; - position: relative; - box-sizing: border-box; - color: ${$.sp.var}; - fill: currentcolor; - font-size: var(--type-ramp-base-font-size); - line-height: var(--type-ramp-base-line-height); - --tab-min-height: 8px; - --tab-margin-top: 10px; - } - - .previous-flipper-container, - .next-flipper-container { - position: relative; - height: 100%; - min-width: 32px; - } - - .previous-flipper-container { - grid-column: 1; - grid-row: 1; - } - - .next-flipper-container { - grid-column: 3; - grid-row: 1; - } - - .previous-flipper, - .next-flipper { - position: absolute; - top: calc(var(--banner-image-height) / 2); - z-index: 2; - } - - .next-flipper::before, - .previous-flipper::before { - --elevation: 4; - ${nt.XC}; - } - - .tablist { - display: flex; - width: max-content; - justify-self: center; - z-index: 3; - cursor: pointer; - position: absolute; - top: calc( - var(--banner-image-height, 346px) - var(--tab-min-height) - - var(--tab-margin-top) - ); - transform: translate(0, -50%); - } - - .tabpanels { - grid-row: 1; - grid-column-start: 1; - grid-column-end: 4; - position: relative; - display: flex; - flex-direction: column; - } - - ::slotted([slot="tab"]) { - min-width: 8px; - min-height: var(--tab-min-height); - margin: var(--tab-margin-top) 8px; - } - - ::slotted([slot="tab"][aria-selected="true"]) { - min-width: 8px; - } -`.withBehaviors(new ot.O(st,at),$.sp);let ct=class extends it{constructor(){super(...arguments),this.adjustForward=t=>{const e=this.tabs;let n=0;if(n=this.activetab?e.indexOf(this.activetab)+1:1,n>=e.length)n=e.length-1;else for(n===e.length&&(n=0);n1;){if(this.isFocusableElement(e[n])){this.moveToTabByIndex(e,n);break}if(this.activetab&&n===e.indexOf(this.activetab))break;n+1>=e.length?n=0:n+=1}},this.adjustBackward=t=>{const e=this.tabs;let n=0;if(n=this.activetab?e.indexOf(this.activetab)-1:0,n<0)n=0;else for(n=n<0?e.length-1:n;n>=0&&e.length>1;){if(this.isFocusableElement(e[n])){this.moveToTabByIndex(e,n);break}n-1<0?n=e.length-1:n-=1}}}adjust(t,e){void 0!==this.tabs&&(this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=(0,M.b)(0,this.tabs.length-1,this.activeTabIndex+t),this.setComponent(e))}toggleFlipperVisibility(){0===this.activeTabIndex?this.previousFlipper.setAttribute("hidden","hidden"):this.previousFlipper.removeAttribute("hidden"),this.activeTabIndex===this.tabs.length-1?this.nextFlipper.setAttribute("hidden","hidden"):this.nextFlipper.removeAttribute("hidden")}setComponent(t){super.setComponent(),this.activeTabIndex!==this.prevActiveTabIndex&&this.toggleFlipperVisibility()}connectedCallback(){super.connectedCallback(),this.toggleFlipperVisibility()}};ct=(0,r.gn)([(0,i.M)({name:"msft-edge-transparent-ad-providers-fre-carousel",template:l.d` - - `,styles:lt})],ct);const ut=l.d` - -`,dt=E.i` - ${(0,O.j)("flex")} :host { - flex-direction: column; - box-sizing: border-box; - color: ${$.sp.var}; - fill: currentcolor; - font-size: var(--type-ramp-base-font-size); - line-height: var(--type-ramp-base-line-height); - position: relative; - } - - .header { - display: grid; - grid-template-columns: auto auto 1fr; - align-items: center; - box-sizing: border-box; - font-size: var(--type-ramp-base-font-size); - line-height: var(--type-ramp-base-line-height); - font-weight: 600; - padding-top: 9px; - padding-bottom: 11px; - padding-inline: 11px; - border-bottom: calc(var(--outline-width) * 1px) solid - ${$.I.var}; - } - - ::slotted([slot="heading-icon"]) { - margin-inline-end: 8px; - } - - .heading-icon-container { - display: flex; - } - - ::slotted([slot="close-button"]) { - justify-self: end; - } - - .sub-title { - font-size: var(--type-ramp-minus-1-font-size); - line-height: var(--type-ramp-minus-1-line-height); - } - - .title-container { - display: flex; - flex-direction: column; - } - - .tabpanel { - flex-direction: column; - text-align: center; - } - - .panel-img { - align-self: center; - } - - .panel-header { - font-size: 20px; - line-height: 28px; - font-weight: 400; - margin: 9px 24px; - } - - .panel-description { - font-size: 12px; - line-height: 16px; - margin: 9px 18px; - } - - .footer { - display: flex; - align-items: center; - justify-content: center; - padding: 10px 12px; - margin-top: auto; - } - - .footer__hidden { - display: none; - } -`.withBehaviors($.I,$.sp);let pt=class extends a{};pt=(0,r.gn)([(0,i.M)({name:"msft-edge-transparent-ad-providers-fre",template:ut,styles:dt})],pt)},22132:(t,e,n)=>{"use strict";n.d(e,{z:()=>ot});var r,i=n(33940),o=n(65226),s=n(29163),a=n(58520),l=n(33832),c=n(94731),u=n(8582),d=n(9740);!function(t){t.vertical="vertical",t.horizontal="horizontal"}(r||(r={}));class p extends o.H{constructor(){super(...arguments),this.orientation=r.horizontal,this.activeindicator=!0,this.showActiveIndicator=!0,this.prevActiveTabIndex=0,this.activeTabIndex=0,this.ticking=!1,this.change=()=>{this.$emit("change",this.activetab)},this.isDisabledElement=t=>"true"===t.getAttribute("aria-disabled"),this.isFocusableElement=t=>!this.isDisabledElement(t),this.setTabs=()=>{const t=this.isHorizontal()?"gridColumn":"gridRow";this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex(),this.showActiveIndicator=!1,this.tabs.forEach(((e,n)=>{if("tab"===e.slot&&this.isFocusableElement(e)){this.activeindicator&&(this.showActiveIndicator=!0);const t=this.tabIds[n],r=this.tabpanelIds[n];e.setAttribute("id","string"!=typeof t?`tab-${n+1}`:t),e.setAttribute("aria-selected",this.activeTabIndex===n?"true":"false"),e.setAttribute("aria-controls","string"!=typeof r?`panel-${n+1}`:r),e.addEventListener("click",this.handleTabClick),e.addEventListener("keydown",this.handleTabKeyDown),e.setAttribute("tabindex",this.activeTabIndex===n?"0":"-1"),this.activeTabIndex===n&&(this.activetab=e)}e.style[t]=`${n+1}`,this.isHorizontal()?e.classList.remove("vertical"):e.classList.add("vertical")}))},this.setTabPanels=()=>{this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.tabpanels.forEach(((t,e)=>{const n=this.tabIds[e],r=this.tabpanelIds[e];t.setAttribute("id","string"!=typeof r?`panel-${e+1}`:r),t.setAttribute("aria-labelledby","string"!=typeof n?`tab-${e+1}`:n),this.activeTabIndex!==e?t.setAttribute("hidden",""):t.removeAttribute("hidden")}))},this.handleTabClick=t=>{const e=t.currentTarget;1===e.nodeType&&(this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=this.tabs.indexOf(e),this.setComponent())},this.handleTabKeyDown=t=>{const e=t.keyCode;if(this.isHorizontal())switch(e){case l.BJ:t.preventDefault(),this.adjustBackward(t);break;case l.ho:t.preventDefault(),this.adjustForward(t)}else switch(e){case l.$Y:t.preventDefault(),this.adjustBackward(t);break;case l.Q6:t.preventDefault(),this.adjustForward(t)}switch(e){case l.wn:t.preventDefault(),this.adjust(-this.activeTabIndex);break;case l.$B:t.preventDefault(),this.adjust(this.tabs.length-this.activeTabIndex-1)}},this.adjustForward=t=>{const e=this.tabs;let n=0;for(n=this.activetab?e.indexOf(this.activetab)+1:1,n===e.length&&(n=0);n1;){if(this.isFocusableElement(e[n])){this.moveToTabByIndex(e,n);break}if(this.activetab&&n===e.indexOf(this.activetab))break;n+1>=e.length?n=0:n+=1}},this.adjustBackward=t=>{const e=this.tabs;let n=0;for(n=this.activetab?e.indexOf(this.activetab)-1:0,n=n<0?e.length-1:n;n>=0&&e.length>1;){if(this.isFocusableElement(e[n])){this.moveToTabByIndex(e,n);break}n-1<0?n=e.length-1:n-=1}},this.moveToTabByIndex=(t,e)=>{const n=t[e];this.activetab=n,this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=e,n.focus(),this.setComponent()}}activeidChanged(){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}tabsChanged(){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}tabpanelsChanged(){this.$fastController.isConnected&&this.tabpanels.length<=this.tabs.length&&(this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}getActiveIndex(){return void 0!==this.activeid?-1===this.tabIds.indexOf(this.activeid)?0:this.tabIds.indexOf(this.activeid):0}getTabIds(){return this.tabs.map((t=>t.getAttribute("id")))}getTabPanelIds(){return this.tabpanels.map((t=>t.getAttribute("id")))}setComponent(){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.change(),this.setTabs(),this.handleActiveIndicatorPosition(),this.setTabPanels(),this.focusTab(),this.change())}isHorizontal(){return this.orientation===r.horizontal}handleActiveIndicatorPosition(){this.showActiveIndicator&&this.activeindicator&&this.activeTabIndex!==this.prevActiveTabIndex&&(this.ticking?this.ticking=!1:(this.ticking=!0,this.animateActiveIndicator()))}animateActiveIndicator(){this.ticking=!0;const t=this.isHorizontal()?"gridColumn":"gridRow",e=this.isHorizontal()?"translateX":"translateY",n=this.isHorizontal()?"offsetLeft":"offsetTop",r=this.activeIndicatorRef[n];this.activeIndicatorRef.style[t]=`${this.activeTabIndex+1}`;const i=this.activeIndicatorRef[n];this.activeIndicatorRef.style[t]=`${this.prevActiveTabIndex+1}`;const o=i-r;this.activeIndicatorRef.style.transform=`${e}(${o}px)`,this.activeIndicatorRef.classList.add("activeIndicatorTransition"),this.activeIndicatorRef.addEventListener("transitionend",(()=>{this.ticking=!1,this.activeIndicatorRef.style[t]=`${this.activeTabIndex+1}`,this.activeIndicatorRef.style.transform=`${e}(0px)`,this.activeIndicatorRef.classList.remove("activeIndicatorTransition")}))}adjust(t){this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=(0,c.w)(0,this.tabs.length-1,this.activeTabIndex+t),this.setComponent()}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}(0,i.gn)([s.Lj],p.prototype,"orientation",void 0),(0,i.gn)([s.Lj],p.prototype,"activeid",void 0),(0,i.gn)([a.LO],p.prototype,"tabs",void 0),(0,i.gn)([a.LO],p.prototype,"tabpanels",void 0),(0,i.gn)([(0,s.Lj)({mode:"boolean"})],p.prototype,"activeindicator",void 0),(0,i.gn)([a.LO],p.prototype,"activeIndicatorRef",void 0),(0,i.gn)([a.LO],p.prototype,"showActiveIndicator",void 0),(0,d.e)(p,u.hW);var h=n(90563),f=n(37955),g=n(63243),v=n(91106);const b=h.d` - -`;var m=n(76298),y=n(15933),x=n(93718),_=n(68421),w=n(25914);const C=m.i` - ${(0,x.j)("grid")} :host { - box-sizing: border-box; - font-family: var(--body-font); - font-size: var(--type-ramp-base-font-size); - line-height: var(--type-ramp-base-line-height); - color: ${w.sp.var}; - grid-template-columns: auto 1fr auto; - grid-template-rows: auto 1fr; - } - - .tablist { - display: grid; - grid-template-rows: auto auto; - grid-template-columns: auto; - position: relative; - width: max-content; - align-self: end; - } - - .start, - .end { - align-self: center; - } - - .activeIndicator { - grid-row: 2; - grid-column: 1; - width: 20px; - height: 3px; - border-radius: calc(var(--corner-radius) * 1px); - justify-self: center; - background: ${w.iq.var}; - } - - .activeIndicatorTransition { - transition: transform 0.2s ease-in-out; - } - - .tabpanel { - grid-row: 2; - grid-column-start: 1; - grid-column-end: 4; - position: relative; - } - - :host(.vertical) { - grid-template-rows: auto 1fr auto; - grid-template-columns: auto 1fr; - } - - :host(.vertical) .tablist { - grid-row-start: 2; - grid-row-end: 2; - display: grid; - grid-template-rows: auto; - grid-template-columns: auto 1fr; - position: relative; - width: max-content; - justify-self: end; - width: 100%; - } - - :host(.vertical) .tabpanel { - grid-column: 2; - grid-row-start: 1; - grid-row-end: 4; - } - - :host(.vertical) .end { - grid-row: 3; - } - - :host(.vertical) .activeIndicator { - grid-column: 1; - grid-row: 1; - width: 3px; - height: 20px; - border-radius: calc(var(--corner-radius) * 1px); - align-self: center; - background: ${w.iq.var}; - } - - :host(.vertical) .activeIndicatorTransition { - transition: transform 0.2s linear; - } -`.withBehaviors(w.iq,w.sp,(0,_.vF)(m.i` - .activeIndicator, - :host(.vertical) .activeIndicator { - forced-color-adjust: none; - background: ${y.H.Highlight}; - } - `));let S=class extends p{};S=(0,i.gn)([(0,o.M)({name:"fluent-tabs",template:b,styles:C,shadowOptions:{mode:"closed"}})],S);var E=n(21404),O=n(3960),j=n(67845),P=n(45227);const k=m.i` - ${(0,x.j)("inline-flex")} :host { - box-sizing: border-box; - font-family: var(--body-font); - ${""} font-size: 12px; - font-weight: 400; - line-height: 18px; - height: calc(${P.i} * 1px); - padding: 0 calc((6 + (var(--design-unit) * 2 * var(--density))) * 1px); - color: ${w.sp.var}; - border-radius: calc(var(--corner-radius) * 1px); - border: calc(var(--outline-width) * 1px) solid transparent; - align-items: center; - justify-content: center; - grid-row: 1; - cursor: pointer; - } - - :host([aria-selected="true"]) { - z-index: 2; - } - - :host(:hover) { - color: ${w.eH.var}; - } - - :host(:active) { - color: ${w.EV.var}; - } - - :host(:${j.b}) { - outline: none; - border: calc(var(--outline-width) * 1px) solid ${w.cI.var}; - box-shadow: 0 0 0 calc((var(--focus-outline-width) - var(--outline-width)) * 1px) - ${w.cI.var}; - } - - :host(:focus) { - outline: none; - } - - :host(.vertical) { - justify-content: end; - grid-column: 2 - } - - :host(.vertical[aria-selected="true"]) { - z-index: 2; - } - - :host(.vertical:hover) { - color: ${w.eH.var}; - } - - :host(.vertical:active) { - color: ${w.EV.var}; - } - - :host(.vertical:hover[aria-selected="true"]) { - } -`.withBehaviors(w.cI,w.sp,w.eH,w.EV,(0,_.vF)(m.i` - :host { - forced-color-adjust: none; - border-color: transparent; - color: ${y.H.ButtonText}; - fill: currentcolor; - } - :host(:hover), - :host(.vertical:hover), - :host([aria-selected="true"]:hover) { - background: ${y.H.Highlight}; - color: ${y.H.HighlightText}; - fill: currentcolor; - } - :host([aria-selected="true"]) { - background: ${y.H.HighlightText}; - color: ${y.H.Highlight}; - fill: currentcolor; - } - :host(:${j.b}) { - border-color: ${y.H.ButtonText}; - box-shadow: none; - } - `));let I=class extends E.O{};I=(0,i.gn)([(0,o.M)({name:"fluent-tab",template:O.O,styles:k,shadowOptions:{mode:"closed"}})],I);var T=n(2814),A=n(13709);const D=m.i` - ${(0,x.j)("flex")} :host { - box-sizing: border-box; - font-family: var(--body-font); - ${""} font-size: 12px; - font-weight: 400; - line-height: 18px; - padding: 0 calc((6 + (var(--design-unit) * 2 * var(--density))) * 1px); - } -`;let R=class extends T.x{};R=(0,i.gn)([(0,o.M)({name:"fluent-tab-panel",template:A.Y,styles:D,shadowOptions:{mode:"closed"}})],R);var $=n(45930),N=n(78943);class B extends o.H{constructor(){super(...arguments),this.modal=!0,this.hidden=!1,this.trapFocus=!0,this.onChildListChange=t=>{t.length&&(this.tabbableElements=(0,N.tabbable)(this))},this.trapFocusChanged=()=>{this.trapFocus?(this.tabbableElements=(0,N.tabbable)(this),document.addEventListener("focusin",this.handleDocumentFocus),this.shouldForceFocus(document.activeElement)&&this.focusFirstElement()):document.removeEventListener("focusin",this.handleDocumentFocus)},this.handleDocumentKeydown=t=>{if(!t.defaultPrevented&&!this.hidden)switch(t.keyCode){case l.Lp:this.dismiss();break;case l.RN:this.handleTabKeyDown(t)}},this.handleDocumentFocus=t=>{!t.defaultPrevented&&this.shouldForceFocus(t.target)&&(this.focusFirstElement(),t.preventDefault())},this.handleTabKeyDown=t=>{if(!this.trapFocus)return;const e=this.tabbableElements.length;if(0===e)return this.dialog.focus(),void t.preventDefault();t.shiftKey&&t.target===this.tabbableElements[0]?(this.tabbableElements[e-1].focus(),t.preventDefault()):t.shiftKey||t.target!==this.tabbableElements[e-1]||(this.tabbableElements[0].focus(),t.preventDefault())},this.focusFirstElement=()=>{0===this.tabbableElements.length?this.dialog.focus():this.tabbableElements[0].focus()},this.shouldForceFocus=t=>!this.hidden&&!this.contains(t)}dismiss(){this.$emit("dismiss")}show(){this.hidden=!1}hide(){this.hidden=!0}connectedCallback(){super.connectedCallback(),this.observer=new MutationObserver(this.onChildListChange),this.observer.observe(this,{childList:!0}),document.addEventListener("keydown",this.handleDocumentKeydown),$.SO.queueUpdate(this.trapFocusChanged)}disconnectedCallback(){super.disconnectedCallback(),this.observer.disconnect(),document.removeEventListener("keydown",this.handleDocumentKeydown),this.trapFocus&&document.removeEventListener("focusin",this.handleDocumentFocus)}}(0,i.gn)([(0,s.Lj)({mode:"boolean"})],B.prototype,"modal",void 0),(0,i.gn)([(0,s.Lj)({mode:"boolean"})],B.prototype,"hidden",void 0),(0,i.gn)([(0,s.Lj)({attribute:"trap-focus",mode:"boolean"})],B.prototype,"trapFocus",void 0),(0,i.gn)([(0,s.Lj)({attribute:"aria-describedby"})],B.prototype,"ariaDescribedby",void 0),(0,i.gn)([(0,s.Lj)({attribute:"aria-labelledby"})],B.prototype,"ariaLabelledby",void 0),(0,i.gn)([(0,s.Lj)({attribute:"aria-label"})],B.prototype,"ariaLabel",void 0);const F=h.d` -
- ${(0,g.g)((t=>t.modal),h.d` - - `)} - -
-`;var L=n(7642);const M=m.i` - :host([hidden]) { - display: none; - } - - :host { - --elevation: 14; - --dialog-height: 480px; - --dialog-width: 640px; - display: block; - } - - .overlay { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - background: rgba(0, 0, 0, 0.3); - touch-action: none; - } - - .positioning-region { - display: flex; - justify-content: center; - position: fixed; - top: 0; - bottom: 0; - left: 0; - right: 0; - overflow: auto; - } - - .control { - ${L.XC} - margin-top: auto; - margin-bottom: auto; - border-radius: calc(var(--elevated-corner-radius) * 1px); - width: var(--dialog-width); - height: var(--dialog-height); - background: var(--background-color); - z-index: 1; - border: calc(var(--outline-width) * 1px) solid transparent; - } -`;let Z=class extends B{};Z=(0,i.gn)([(0,o.M)({name:"fluent-dialog",template:F,styles:M})],Z);const H=M;class z extends Z{connectedCallback(){super.connectedCallback(),null!==this.footerLayout&&void 0!==this.footerLayout||(this.footerLayout="stretch")}}(0,i.gn)([(0,s.Lj)({attribute:"footer-layout",mode:"fromView"})],z.prototype,"footerLayout",void 0),(0,i.gn)([a.LO],z.prototype,"headingSlottedNodes",void 0),(0,i.gn)([a.LO],z.prototype,"closeButtonSlottedNodes",void 0),(0,i.gn)([a.LO],z.prototype,"footerActionNodes",void 0),(0,i.gn)([a.LO],z.prototype,"childElements",void 0);var U=n(42968),W=n(14671),G=n(53125);const V=h.d` - -`;var q=n(36570);const K=m.i` - ::slotted([slot="close-button"]) { - right: 12px; - } -`,Y=m.i` - ::slotted([slot="close-button"]) { - left: 12px; - } -`,Q=m.i` - .control { - padding: 24px; - display: flex; - flex-direction: column; - position: relative; - } - - .header { - display: flex; - position: relative; - align-items: center; - margin-bottom: 8px; - } - - ::slotted([slot="heading"]) { - font-size: var(--type-ramp-plus-1-font-size); - line-height: var(--type-ramp-plus-1-line-height); - margin: 0; - font-weight: 600; - } - - ::slotted([slot="close-button"]) { - position: absolute; - top: 12px; - align-items: center; - } - - .content { - flex: 1 1 0; - font-size: var(--type-ramp-minus-1-font-size); - } - - .footer { - display: flex; - align-items: center; - margin-top: 18px; - grid-gap: 8px; - } - - .footer.stretch ::slotted([slot="footer-action"]) { - flex-grow: 1; - } - - .footer.stretch { - justify-content: space-between; - } - - .footer.start { - justify-content: flex-start; - } - - .footer.center { - justify-content: center; - } - - .footer.end { - justify-content: flex-end; - } -`.withBehaviors(new q.O(K,Y),w.I);let X=class extends z{};X=(0,i.gn)([(0,o.M)({name:"msft-edge-dialog",template:V,styles:[H,Q]})],X);var J=n(95659);class tt extends o.H{}(0,i.gn)([(0,s.Lj)({mode:"fromView"})],tt.prototype,"title",void 0),(0,i.gn)([(0,s.Lj)({mode:"fromView",attribute:"sub-title"})],tt.prototype,"subTitle",void 0);const et=h.d` -
-
- -
-
- ${t=>t.title} - ${t=>t.subTitle} -
- -
-
- -
-`,nt=m.i` - .tab-panel { - padding-inline-start: 13px; - padding-inline-end: 11px; - } -`,rt=m.i` - .tab-panel { - padding-inline-end: 13px; - padding-inline-start: 11px; - } -`,it=m.i` - ${(0,x.j)("flex")} :host { - flex-direction: column; - box-sizing: border-box; - color: ${w.sp.var}; - fill: currentcolor; - font-size: var(--type-ramp-base-font-size); - line-height: var(--type-ramp-base-line-height); - position: relative; - } - - .header { - display: grid; - grid-template-columns: auto auto 1fr; - align-items: center; - box-sizing: border-box; - font-size: var(--type-ramp-base-font-size); - line-height: var(--type-ramp-base-line-height); - font-weight: 600; - padding-top: 9px; - padding-bottom: 11px; - padding-inline: 11px; - border-bottom: calc(var(--outline-width) * 1px) solid - ${w.I.var}; - } - - ::slotted([slot="heading-icon"]) { - margin-inline-end: 8px; - } - - .heading-icon-container { - display: flex; - } - - ::slotted([slot="close-button"]) { - justify-self: end; - } - - .sub-title { - font-size: var(--type-ramp-minus-1-font-size); - line-height: var(--type-ramp-minus-1-line-height); - } - - .title-container { - display: flex; - flex-direction: column; - } - - .content { - display: flex; - flex-direction: column; - flex: 1 1 0; - margin: 12px; - font-size: var(--type-ramp-minus-1-font-size); - line-height: var(--type-ramp-minus-1-line-height); - } -`.withBehaviors(new q.O(nt,rt),w.I,w.sp,w.mO);J.s;let ot=class extends tt{};ot=(0,i.gn)([(0,o.M)({name:"msft-edge-transparent-ad-providers",template:et,styles:it})],ot)},95659:(t,e,n)=>{"use strict";n.d(e,{s:()=>A});var r=n(33940),i=n(65226),o=n(58520),s=n(29163),a=n(52502),l=n(56461),c=n(90563);const u=c.d` - -`;var d=n(15915),p=n(67549),h=n(76298),f=n(93718),g=n(68421),v=n(15933),b=n(7642),m=n(25914);const y=h.i` - ${(0,f.j)("block")} :host { - --elevation: 4; - display: block; - contain: content; - height: var(--card-height, 100%); - width: var(--card-width, 100%); - box-sizing: border-box; - border-radius: calc(var(--elevated-corner-radius) * 1px); - ${b.XC} - } - - :host(:hover) { - --elevation: 8; - } - - :host(:focus-within) { - --elevation: 8; - } - - :host { - content-visibility: auto; - } -`.withBehaviors(m.G$,(0,g.vF)(h.i` - :host { - forced-color-adjust: none; - background: ${v.H.Canvas}; - box-shadow: 0 0 0 1px ${v.H.CanvasText}; - } - `));let x=class extends p.M{cardBackgroundColorChanged(t,e){if(e){null!==(0,a.in)(this.cardBackgroundColor)&&(this.neutralBaseColor=this.cardBackgroundColor,this.backgroundColor=this.cardBackgroundColor)}else this.provider&&this.provider.designSystem&&this.handleChange(this.provider.designSystem,"backgroundColor")}handleChange(t,e){this.cardBackgroundColor||(this.neutralBaseColor?this.backgroundColor=(0,d.t)(this.designSystem):this.backgroundColor=(0,d.t)(t))}connectedCallback(){var t,e;super.connectedCallback();const n=o.y$.getNotifier(null===(t=this.provider)||void 0===t?void 0:t.designSystem);n.subscribe(this,"backgroundColor"),n.subscribe(this,"neutralPalette"),this.handleChange(null===(e=this.provider)||void 0===e?void 0:e.designSystem,"backgroundColor")}};(0,r.gn)([(0,s.Lj)({attribute:"card-background-color",mode:"fromView"})],x.prototype,"cardBackgroundColor",void 0),x=(0,r.gn)([(0,l._1)({name:"fluent-card",template:u,styles:y,shadowOptions:{mode:"closed"}})],x);class _ extends x{handleCardClick(t){return this.$emit("link-invoked",t),!0}}(0,r.gn)([(0,s.Lj)({mode:"fromView"})],_.prototype,"title",void 0),(0,r.gn)([(0,s.Lj)({mode:"fromView",attribute:"card-link-title"})],_.prototype,"cardLinkTitle",void 0),(0,r.gn)([s.Lj],_.prototype,"download",void 0),(0,r.gn)([s.Lj],_.prototype,"href",void 0),(0,r.gn)([s.Lj],_.prototype,"hreflang",void 0),(0,r.gn)([s.Lj],_.prototype,"ping",void 0),(0,r.gn)([s.Lj],_.prototype,"referrerpolicy",void 0),(0,r.gn)([s.Lj],_.prototype,"rel",void 0),(0,r.gn)([s.Lj],_.prototype,"target",void 0),(0,r.gn)([s.Lj],_.prototype,"type",void 0),(0,r.gn)([o.LO],_.prototype,"childElements",void 0);var w=n(42968),C=n(14671),S=n(63243),E=n(53125);const O=c.d` - -`;var j=n(67845),P=n(36570);const k=h.i` - .card-link { - right: 12px; - } -`,I=h.i` - .card-link { - left: 12px; - } -`,T=h.i` - ${(0,f.j)("flex")}:host { - outline: none; - flex-direction: column; - box-sizing: border-box; - text-decoration: none; - justify-content: space-between; - border: calc(var(--outline-width) * 1px) solid ${m.I.var}; - box-sizing: border-box; - border-radius: calc(var(--elevated-corner-radius) * 1px); - color: ${m.sp.var}; - fill: currentcolor; - width: 100%; - padding-top: 8px; - padding-bottom: 13px; - padding-inline-start: 8px; - padding-inline-end: 12px; - font-size: var(--type-ramp-minus-1-font-size); - line-height: var(--type-ramp-minus-1-line-height); - outline: none; - position: relative; - } - - :host(:hover) { - --elevation: 6; - ${b.XC}; - } - :host(:${j.b}) { - box-shadow: 0 0 0 calc((var(--focus-outline-width) - var(--outline-width)) * 1px) ${m.cI.var}; - border-color: ${m.cI.var}; - } - - :host(:hover) .card-link { - opacity: 1; - } - - .title-container { - display: flex; - justify-content: space-between; - height: 23px; - margin-bottom: 3px; - margin-inline-start: 4px; - } - - .title { - font-size: var(--type-ramp-base-font-size); - line-height: var(--type-ramp-base-line-height); - font-weight: 600; - } - - .content { - margin-inline-start: 4px; - } - - .card-link { - opacity: 0; - top: 4px; - font-size: var(--type-ramp-minus-1-font-size); - line-height: var(--type-ramp-minus-1-line-height); - height: 23px; - color: ${m.YK.var}; - text-decoration: none; - outline: none; - } - - .card-link:${j.b} { - text-decoration: underline; - opacity: 1 - } - - .card-link::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - content: ''; - } - - .links-container { - margin-top: 6px; - display: flex; - align-items: center; - flex-wrap: wrap; - overflow: hidden; - z-index: 1; - } - - ::slotted([slot="link"]) { - ${""} - margin: 4px; - } - -`.withBehaviors(m.YK,m.cI,m.I,m.sp,new P.O(k,I));let A=class extends _{};A=(0,r.gn)([(0,i.M)({name:"msft-transparent-ad-card",template:O,styles:T})],A)},53125:(t,e,n)=>{"use strict";function r(t,e){return e&&e.some((e=>e.slot===t))}n.d(e,{_:()=>r})},70188:(t,e,n)=>{"use strict";if(n.d(e,{X:()=>l}),580==n.j)var r=n(49278);if(580==n.j)var i=n(45930);const o=Object.freeze({bind(){},unbind(){}}),s=Object.freeze({targetIndex:0,createBehavior:()=>o});class a extends(580==n.j?r.m0:null){constructor(t,e){super(),this.metadataOrBinding=t,this.options=e,this._factory=null}get factory(){let t=this._factory;return null===t&&(this._factory=t=this.selectFactory()),t}createBehavior(t){return this.factory.createBehavior(t)}createPlaceholder(t){return i.SO.createCustomAttributePlaceholder("fast-telemetry",t)}static installFactorySelector(t){a.prototype.selectFactory=t}selectFactory(){return s}}function l(t,e){return new a(t,e)}},86979:(t,e,n)=>{"use strict";n.d(e,{Z:()=>u});var r=n(89526),i=n(28407);const o=function(t,e,n){return null==t?t:(0,i.Z)(t,e,n)};var s=n(9680),a=n(22890),l=n(19760);class c extends r.Component{constructor(){super(...arguments),this.referenceResolverStore={},this.referenceStore={}}setRef(...t){const e=this.processStorageKey(t);let n=(0,s.Z)(this.referenceResolverStore,e);if(e&&!(0,a.Z)(n)&&!Array.isArray(n))return"function"==typeof n||(n=t=>{o(this.referenceStore,e,t)},o(this.referenceResolverStore,e,n)),n}getRef(...t){return(0,s.Z)(this.referenceStore,this.processStorageKey(t))}unhandledProps(){const t=Object.keys(this.props).filter((t=>!(c.defaultHandledProps.indexOf(t)>-1)&&this.handledProps&&!this.handledProps.hasOwnProperty(t)));return(0,l.Z)(this.props,t)}generateClassNames(t=""){return t.concat(` ${this.props.className||""}`).trim().replace(/(\s){2,}/g," ")||null}withSlot(t,e=this.props.children){return r.Children.map(e,(e=>this.hasSlot(t,e)?e:null))}withoutSlot(t,e=this.props.children){return r.Children.map(e,(e=>this.hasSlot(t,e)?null:e))}hasSlot(t,e){const n=(0,s.Z)(e,"props.slot");return Array.isArray(t)?-1!==t.indexOf(n):t===n}processStorageKey(t){return t.filter((t=>"string"==typeof t||"number"==typeof t)).map(((t,e)=>0===e?t:`[${t}]`)).join("")}}c.defaultHandledProps=["children"];const u=c},94581:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(86979);const i=/^(183|296|580|717|882)$/.test(n.j)?null:r.Z},11754:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(94581);const i=/^(183|296|580|717|882)$/.test(n.j)?null:r.Z},25944:(t,e,n)=>{"use strict";n.d(e,{EC:()=>f});var r=n(17332),i=n(42130),o=n(64197),s=n(83868),a=n(95046),l=n(94048),c=n(47436),u=n(76908);const d=Object.assign(Object.assign({},s.p),{button:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,s.$)()),{color:a.Q,fill:a.Q,background:l.Av,"&:hover:enabled, a&:not($button__disabled):hover":Object.assign(Object.assign({background:l.OC},u.aP),{"& $button_beforeContent, & $button_afterContent":Object.assign({},u.Ck)}),"&:active:enabled, a&:not($button__disabled):active":{background:l.UE}}),(0,i.F0)(Object.assign({"border-color":c.F,"box-shadow":(0,o.WU)("0 0 0 2px inset {0}",(0,c.A)(l.Av))},u.HC))),{"&:disabled":Object.assign(Object.assign({},u.Aw),{"& $button_beforeContent, & $button_afterContent":Object.assign({},u.He)}),"& $button_beforeContent, & $button_afterContent":Object.assign({fill:a.Q},u.zW)}),u.dC),{"a&:not($button__disabled)":Object.assign(Object.assign({},u.eI),{"& $button_beforeContent, & $button_afterContent":Object.assign({},u.g0),"&:not($button__disabled):hover":Object.assign(Object.assign({},u.H5),{"& $button_beforeContent, & $button_afterContent":Object.assign({},u.g0)}),"&$button__disabled":Object.assign(Object.assign({},u.Aw),{"& $button_beforeContent, & $button_afterContent":Object.assign({},u.He),"&:hover":{[u.xE]:{"box-shadow":"none !important"},"& $button_beforeContent, & $button_afterContent":Object.assign({},u.He)}})})})});var p=n(7838),h=n(66399);const f=(0,r.ZP)(d)(p.Z);f.displayName=`${h.k}AccentButton`},17665:(t,e,n)=>{"use strict";var r;n.d(e,{i:()=>r}),function(t){t.justified="justified",t.lightweight="lightweight",t.outline="outline",t.primary="primary",t.stealth="stealth"}(r||(r={}))},60395:(t,e,n)=>{"use strict";n.d(e,{px:()=>x});var r=n(17332),i=n(95046),o=n(29911),s=n(51094),a=n(76908);const l={button:{"max-width":"100%","min-width":"initial"},button_contentRegion:{transition:"all 600ms cubic-bezier(0.19, 1, 0.22, 1)",display:"flex","align-items":"center"}},c={actionTrigger:{"& $actionTrigger_glyph":Object.assign({},a.KP),"&:hover:enabled, a&:not($actionTrigger__disabled):hover":{"& $actionTrigger_glyph":{[a.xE]:Object.assign({},a.zW)}},"&$actionTrigger__justified, &$actionTrigger__lightweight":{"&:hover:enabled, a&:not($actionTrigger__disabled):hover":{"& $actionTrigger_glyph":{[a.xE]:{fill:"Highlight !important"}}}}},actionTrigger_glyph:{display:"inline-block",position:"relative","flex-shrink":"0"},actionTrigger__primary:{"& $actionTrigger_glyph":{fill:i.Q,[a.xE]:Object.assign({},a.zW)},"&:hover:enabled, a&:not($actionTrigger__disabled):hover":{"& $actionTrigger_glyph":{[a.xE]:{fill:"Highlight !important"}}},"&$actionTrigger__disabled $actionTrigger_glyph":Object.assign({fill:i.Q},a.He)},actionTrigger__lightweight:{"& $actionTrigger_glyph":{fill:o.go},"&:hover":{"& $actionTrigger_glyph":{fill:o.D9}},"&:active":{"& $actionTrigger_glyph":{fill:o.VN}},"&$actionTrigger__disabled $actionTrigger_glyph":{fill:o.go}},actionTrigger__justified:{"& $actionTrigger_glyph":{fill:o.go},"&:hover":{"& $actionTrigger_glyph":{fill:o.D9}},"&:active":{"& $actionTrigger_glyph":{fill:o.VN}},"&$actionTrigger__disabled $actionTrigger_glyph":{fill:o.go}},actionTrigger__outline:{"& $actionTrigger_glyph":{fill:s.CH},"&$actionTrigger__disabled $actionTrigger_glyph":{fill:s.CH}},actionTrigger__stealth:{"& $actionTrigger_glyph":{fill:s.CH},"&$actionTrigger__disabled $actionTrigger_glyph":Object.assign({fill:s.CH},a.He)},actionTrigger__disabled:{"& $actionTrigger_glyph":Object.assign({},a.He)},actionTrigger__hasGlyphAndContent:{}};var u=n(11754),d=n(37834),p=n(64829),h=n(89526),f=n(40370),g=n(72982),v=n(66399),b=n(17665);class m extends u.Z{constructor(){super(...arguments),this.handledProps={appearance:void 0,href:void 0,managedClasses:void 0,disabled:void 0,glyph:void 0},this.generateGlyph=()=>this.props.glyph((0,d.A)(this.props.managedClasses.actionTrigger_glyph))}render(){return h.createElement(f.zx,Object.assign({},this.unhandledProps(),{className:this.generateClassNames(),disabled:this.props.disabled,href:this.props.href,appearance:g.L[b.i[this.props.appearance]],jssStyleSheet:l,beforeContent:this.generateGlyph}),this.props.children)}generateClassNames(){const{actionTrigger:t,actionTrigger__disabled:e,actionTrigger__hasGlyphAndContent:n}=this.props.managedClasses;return super.generateClassNames((0,d.A)(t,[e,this.props.disabled],[this.props.managedClasses[`actionTrigger__${this.props.appearance}`],"string"==typeof this.props.appearance],[n,this.hasGlyphAndContent()]))}hasGlyphAndContent(){return!(0,p.Z)(this.props.glyph)&&!(0,p.Z)(this.props.children)}}m.displayName=`${v.k}ActionTrigger`,m.defaultProps={managedClasses:{}};const y=m,x=(0,r.ZP)(c)(y)},9466:(t,e,n)=>{"use strict";n.d(e,{B2:()=>I});var r=n(17332),i=n(48863),o=n(64197),s=n(42130),a=n(17657),l=n(23366),c=n(54141),u=n(51094),d=n(19652),p=n(47436),h=n(53363),f=n(61466),g=n(97682),v=n(25491),b=n(57167),m=n(76908);const y={autoSuggestOption:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({"list-style-type":"none",height:(0,c.Cb)(),display:"grid","grid-template-columns":(0,i.zw)((0,o.WU)("{0} auto auto 1fr {0}",(0,c.wb)()),(0,o.WU)("{0} 1fr auto auto {0}",(0,c.wb)())),"grid-template-rows":"auto","align-items":"center",padding:"0",margin:(0,o.WU)("0 {0}",(0,a.a)(b._5)),"white-space":"nowrap",overflow:"hidden"},(0,g.ks)()),{color:u.CH}),(0,h.Sh)("t7")),{background:d.jq}),(0,f.u0)()),(0,f.Ee)()),(0,s.F0)({"border-color":p.F,[m.xE]:{background:m.YP.selectedBackground,color:m.YP.selectedText}})),{"&:hover":Object.assign({background:d.Qp},m.T)}),m.D0),autoSuggestOption_contentRegion:Object.assign({"grid-column-start":"3",overflow:"hidden"},(0,l.L)()),autoSuggestOption__disabled:Object.assign(Object.assign(Object.assign({},(0,v.M)()),m.C_),{"&:hover":Object.assign({background:d.jq},m.C_)}),autoSuggestOption__selected:{background:d.sx,"&:hover":Object.assign({background:d.sx},m.T)}};var x=n(11754),_=n(13236),w=n(22545),C=n(99478),S=n(37834),E=n(64829),O=n(89526),j=n(66399);class P extends x.Z{constructor(){super(...arguments),this.handledProps={value:void 0,id:void 0,displayFormatter:void 0,formatDisplayString:void 0,managedClasses:void 0},this.formatDisplayString=()=>{const t=void 0!==this.props.displayString?this.props.displayString:this.props.value;return this.props.formatDisplayString?"function"==typeof this.props.displayFormatter?this.props.displayFormatter(t,this.context.currentValue):this.defaultDisplayFormatter(t,this.context.currentValue):t},this.defaultDisplayFormatter=(t,e)=>(0,E.Z)(t)||(0,E.Z)(e)||!(0,C.Ny)(t.toLowerCase(),e.toLowerCase())?t:O.createElement("span",null,O.createElement("b",null,t.substring(0,e.length)),t.substring(e.length,t.length))}render(){const{autoSuggestOption:t,autoSuggestOption__selected:e,autoSuggestOption__disabled:n,autoSuggestOption_contentRegion:r}=this.props.managedClasses;return O.createElement(w.ZP,Object.assign({},this.unhandledProps(),{id:this.props.id,value:this.props.value,managedClasses:{listboxItem:(0,S.A)(t),listboxItem__disabled:(0,S.A)(n),listboxItem__selected:(0,S.A)(e)}}),O.createElement("span",{className:(0,S.A)(r)},this.formatDisplayString(),this.props.children))}}P.displayName=`${j.k}AutoSuggestOption`,P.contextType=_.AutoSuggestContext,P.defaultProps={formatDisplayString:!0,managedClasses:{}},P.contextType=_.AutoSuggestContext;const k=P,I=(0,r.ZP)(y)(k)},42646:(t,e,n)=>{"use strict";n.d(e,{J:()=>_});var r=n(17332),i=n(64197),o=n(17657),s=n(51045),a=n(61466),l=n(19652),c=n(54141),u=n(9748),d=n(57167),p=n(76908);const h={autoSuggest:{"min-width":"276px","max-width":"374px"},autoSuggest_menu:Object.assign(Object.assign(Object.assign(Object.assign({},(0,u.jf)(u.Y3.e11)),{background:l.jq,"z-index":"1",position:"absolute",width:"100%",margin:"0",padding:(0,i.WU)("{0} 0",(0,o.a)(d._5)),"margin-top":(0,o.a)(d._5),"max-width":"374px","min-width":"276px","max-height":(0,o.a)((0,s.IH)((0,c.iY)(10),(0,s.Jp)(d._5,2))),overflow:"auto"}),(0,a.h9)()),{[p.xE]:{background:p.YP.buttonBackground,border:(0,i.WU)("{0} solid {1}",(0,o.a)(d.bu),(()=>p.YP.buttonText))}}),autoSuggest__menuOpen:{}};var f=n(11754),g=n(38619),v=n(89526),b=n(87370),m=n(66399);class y extends f.Z{constructor(){super(...arguments),this.handledProps={listboxId:void 0,disabled:void 0,inputRegion:void 0,managedClasses:void 0},this.defaultInputRegionRenderFunction=(t,e,n,r,i)=>v.createElement(b.lT,{disabled:t.disabled,onChange:n,onClick:r,onKeyDown:i,value:e.value,placeholder:t.placeholder,beforeGlyph:this.generateGlyph,role:"textbox","aria-controls":e.isMenuOpen?t.listboxId:null,"aria-autocomplete":t.filterSuggestions?"list":"none"}),this.generateGlyph=t=>v.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20",className:t,xmlns:"http://www.w3.org/2000/svg"},v.createElement("path",{d:"M8.5 3a5.5 5.5 0 014.23 9.02l4.12 4.13a.5.5 0 01-.63.76l-.07-.06-4.13-4.12A5.5 5.5 0 118.5 3zm0 1a4.5 4.5 0 100 9 4.5 4.5 0 000-9z",fillRule:"nonzero"}))}render(){return v.createElement(g.ZP,Object.assign({},this.unhandledProps(),{listboxId:this.props.listboxId,managedClasses:this.props.managedClasses,disabled:this.props.disabled,inputRegion:"function"==typeof this.props.inputRegion?this.props.inputRegion:this.defaultInputRegionRenderFunction}),this.props.children)}}y.displayName=`${m.k}AutoSuggest`,y.defaultProps={managedClasses:{}};const x=y,_=(0,r.ZP)(h)(x)},71388:(t,e,n)=>{"use strict";n.d(e,{ZP:()=>f});var r=n(11754),i=n(10384),o=n(18488),s=n(82090),a=n(95462),l=n(2920),c=n(11089);const u=function(t,e){return null!=t&&(0,c.Z)(t,e,l.Z)};var d=n(98415),p=n(9680),h=n(89526);class f extends r.Z{constructor(){super(...arguments),this.handledProps={tag:void 0,value:void 0,drawBackground:void 0,designSystemMergingFunction:void 0},this.getDesignSystemOverrides=(0,d.Z)((t=>({backgroundColor:t}))),this.withContext=t=>{const e=this.props.value,n="string"==typeof e?e:"function"==typeof e?e(t):u(t.neutralPalette,e)?(0,p.Z)(t.neutralPalette,e):i.ZP.neutralPalette[e]||f.defaultProps.value(i.ZP),r=Object.assign({},this.props.style,this.props.drawBackground?{backgroundColor:n}:void 0);return h.createElement(s.h,{designSystem:this.getDesignSystemOverrides(n),designSystemMergingFunction:this.props.designSystemMergingFunction},this.tag&&h.createElement(this.tag,Object.assign({},this.unhandledProps(),{style:r}),this.props.children)||this.props.children)}}render(){return h.createElement(a.$6,null,this.withContext)}get tag(){return this.props.tag}}f.defaultProps={tag:"div",value:o.Mw,drawBackground:!0}},56909:(t,e,n)=>{"use strict";var r,i;n.d(e,{g:()=>r,z:()=>i}),function(t){t[t.L1=0]="L1",t[t.L1Alt=3]="L1Alt",t[t.L2=10]="L2",t[t.L3=13]="L3",t[t.L4=16]="L4"}(r||(r={})),function(t){t[t.L1=76]="L1",t[t.L1Alt=76]="L1Alt",t[t.L2=79]="L2",t[t.L3=82]="L3",t[t.L4=85]="L4"}(i||(i={}))},7838:(t,e,n)=>{"use strict";n.d(e,{Z:()=>u});var r=n(11754),i=n(65173),o=n(37834),s=n(64829),a=n(89526),l=n(66399);class c extends r.Z{constructor(){super(...arguments),this.handledProps={beforeContent:void 0,afterContent:void 0,disabled:void 0,href:void 0,managedClasses:void 0}}render(){const t=this.props.managedClasses;return a.createElement(i.ZP,Object.assign({},this.unhandledProps(),{managedClasses:t,className:this.generateClassNames(),href:this.props.href,disabled:this.props.disabled}),this.generateBeforeContent(),a.createElement("span",{className:(0,o.A)(t.button_contentRegion)},this.props.children),this.generateAfterContent())}generateClassNames(){return super.generateClassNames((0,o.A)([this.props.managedClasses.button__hasBeforeOrAfterAndChildren,this.hasBeforeOrAfterAndChildren()]))}generateBeforeContent(){if("function"==typeof this.props.beforeContent)return a.createElement("div",{className:(0,o.A)(this.props.managedClasses.button_beforeOrAfterContainer,this.props.managedClasses.button_beforeContainer)},this.props.beforeContent((0,o.A)(this.props.managedClasses.button_beforeContent)))}generateAfterContent(){if("function"==typeof this.props.afterContent)return a.createElement("div",{className:(0,o.A)(this.props.managedClasses.button_beforeOrAfterContainer,this.props.managedClasses.button_afterContainer)},this.props.afterContent((0,o.A)(this.props.managedClasses.button_afterContent)))}hasBeforeOrAfterAndChildren(){return!((0,s.Z)(this.props.children)||(0,s.Z)(this.props.beforeContent)&&(0,s.Z)(this.props.afterContent))}}c.displayName=`${l.k}ButtonBase`,c.defaultProps={managedClasses:{}};const u=/^(2(22|74|96)|154|183|32|580|717|830|882|997)$/.test(n.j)?null:c},72982:(t,e,n)=>{"use strict";var r;n.d(e,{L:()=>r}),function(t){t.justified="justified",t.lightweight="lightweight",t.outline="outline",t.primary="primary",t.stealth="stealth"}(r||(r={}))},40370:(t,e,n)=>{"use strict";n.d(e,{zx:()=>F});var r=n(17332),i=n(42130),o=n(17657),s=n(64197),a=n(51045),l=n(48863),c=n(61466),u=n(29911),d=n(51094),p=n(58934),h=n(47436),f=n(95046),g=n(94048),v=n(4921),b=n(19652),m=n(97682),y=n(54141),x=n(57167),_=n(25491),w=n(76908),C=n(53363);const S={"background-color":"transparent"},E=(0,x.Es)("density"),O=Object.assign(Object.assign(Object.assign(Object.assign({color:u.go,fill:u.go},S),(0,i.F0)(Object.assign(Object.assign({"border-color":"transparent","box-shadow":"none"},w.Ck),{"& $button_contentRegion::before":Object.assign({background:d.CH,height:(0,o.a)(x.Db)},w.$n)}))),{"& $button_contentRegion::before":{[w.xE]:{background:w.YP.buttonText}},"&:hover $button_contentRegion::before":Object.assign({background:u.D9},w.$n),"&:hover$button__disabled $button_contentRegion::before":{display:"none"},"&:active $button_contentRegion::before":{background:u.VN},"&$button__disabled, &$button__disabled $button_contentRegion::before":Object.assign({},S),"&:hover:enabled, a&:not($button__disabled):hover":Object.assign(Object.assign(Object.assign({color:u.D9},S),w.Ck),{"& $button_beforeContent, & $button_afterContent":Object.assign({fill:u.D9},w.Ck)}),"&:active:enabled, a&:not($button__disabled):active":Object.assign({color:u.VN,fill:u.VN},S)}),w.D0),j={button:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,C.Sh)("t7")),{"font-family":"inherit"}),(0,m.$C)()),{"box-sizing":"border-box","max-width":"374px","min-width":t=>E(t)<=-2?"28px":"32px",padding:(0,s.WU)("0 {0}",(0,y.wb)((0,a.IH)(x.Db,2))),display:"inline-flex","justify-content":"center","align-items":"center",height:(0,y.Cb)()}),(0,c.Ee)()),(0,c.u0)()),{"line-height":"1",overflow:"hidden","text-decoration":"none","white-space":"nowrap",transition:"all 0.1s ease-in-out",color:d.CH,fill:d.CH,background:p.wF,"&:hover:enabled, a&:not($button__disabled):hover":Object.assign(Object.assign({background:p.Xi},w.T),{"& $button_beforeContent, & $button_afterContent":Object.assign({},w.zW)}),"&:active:enabled, a&:not($button__disabled):active":{background:p.Gy}}),(0,i.F0)(Object.assign(Object.assign({},w.St),{"border-color":h.F}))),{"&:disabled":Object.assign({},w.Aw),"&::-moz-focus-inner":{border:"0"}}),w.Ob),{"a&:not($button__disabled)":Object.assign(Object.assign({},w.eI),{"&:not($button__disabled):hover":Object.assign(Object.assign({},w.H5),{"& $button_beforeContent, & $button_afterContent":Object.assign({},w.g0)}),"&$button__disabled":Object.assign(Object.assign({},w.Aw),{"&:hover":{[w.xE]:{"box-shadow":"none !important"}}})})}),button__primary:Object.assign(Object.assign(Object.assign(Object.assign({color:f.Q,fill:f.Q,background:g.Av,"&:hover:enabled, a&:not($button__disabled):hover":Object.assign({background:g.OC},w.aP),"&:active:enabled, a&:not($button__disabled):active":{background:g.UE}},(0,i.F0)(Object.assign({"border-color":h.F,"box-shadow":(0,s.WU)("0 0 0 {0} inset {1}",(0,o.a)(x.Db),(0,h.A)(g.Av))},w.HC))),{"& $button_beforeContent, & $button_afterContent":{fill:f.Q}}),w.dC),{"a&:not($button__disabled)":{"& $button_beforeContent, & $button_afterContent":Object.assign({},w.g0)}}),button__outline:Object.assign(Object.assign({background:"transparent",border:(0,s.WU)("{0} solid {1}",(0,o.a)(x.bu),v.L$),padding:(0,s.WU)("0 {0}",(0,y.wb)((0,a.IH)(x.bu,2))),"&:hover:enabled, a&:not($button__disabled):hover":Object.assign({background:"transparent",border:(0,s.WU)("{0} solid {1}",(0,o.a)(x.bu),v.yD)},w.T),"&:active:enabled, a&:not($button__disabled):active":{background:"transparent",border:(0,s.WU)("{0} solid {1}",(0,o.a)(x.bu),v.tA)}},(0,i.F0)(Object.assign(Object.assign({},w.St),{"box-shadow":(0,s.WU)("0 0 0 {0} {1} inset",(0,o.a)((0,a.$X)(x.Db,x.bu)),h.F),"border-color":h.F}))),w.Ob),button__lightweight:Object.assign(Object.assign({},O),{"a&:not($button__disabled)":{"&:not($button__disabled):hover":{[w.xE]:{"box-shadow":"none !important",color:w.cy,fill:w.cy},"& $button_contentRegion::before":{[w.xE]:{background:w.cy}}},"&$button__disabled":Object.assign({},w.Aw),"& $button_contentRegion::before":{[w.xE]:{background:"transparent"}}}}),button__justified:Object.assign(Object.assign({},O),{"min-width":"74px","padding-left":"0","padding-right":"0","border-width":"0","justify-content":"flex-start","a&:not($button__disabled)":{"&:not($button__disabled):hover":{[w.xE]:{"box-shadow":"none !important",color:w.cy,fill:w.cy},"& $button_contentRegion::before":{[w.xE]:{background:w.cy}}},"&$button__disabled":Object.assign({},w.Aw)}}),button__stealth:Object.assign(Object.assign({background:b.jq,"&:hover:enabled, a&:not($button__disabled):hover":Object.assign({"background-color":b.Qp},w.T),"&:active:enabled, a&:not($button__disabled):active":{"background-color":b.sG}},(0,i.F0)(Object.assign(Object.assign({},w.St),{"border-color":h.F}))),w.D0),button_contentRegion:{position:"relative","&::before":{content:"''",display:"block",height:(0,o.a)(x.bu),position:"absolute",bottom:"-3px",width:"100%",left:(0,l.zw)("0",""),right:(0,l.zw)("","0")},"& svg":{}},button__disabled:Object.assign(Object.assign(Object.assign({},(0,_.M)()),w.Aw),{"& $button_beforeContent, & $button_afterContent":Object.assign({},w.He)}),button_beforeOrAfterContainer:{display:"flex","align-items":"center","justify-content":"center","min-width":"20px","min-height":"20px"},button_beforeContainer:{},button_afterContainer:{},button_beforeContent:{},button_afterContent:{},button__hasBeforeOrAfterAndChildren:{"& $button_beforeContainer":{"margin-right":(0,l.zw)((0,y.wb)(2),""),"margin-left":(0,l.zw)("",(0,y.wb)(2))},"& $button_afterContainer":{"margin-right":(0,l.zw)("",(0,y.wb)(2)),"margin-left":(0,l.zw)((0,y.wb)(2),"")}}};var P,k=n(11754),I=n(65173),T=n(37834),A=n(89526),D=n(64829),R=n(66399),$=n(72982);!function(t){t.before="before",t.after="after"}(P||(P={}));class N extends k.Z{constructor(){super(...arguments),this.handledProps={appearance:void 0,beforeContent:void 0,afterContent:void 0,disabled:void 0,href:void 0,managedClasses:void 0}}render(){const t=this.props.managedClasses;return A.createElement(I.ZP,Object.assign({},this.unhandledProps(),{className:this.generateClassNames(),managedClasses:t,href:this.props.href,disabled:this.props.disabled}),this.withSlot(P.before),this.generateBeforeContent(),A.createElement("span",{className:(0,T.A)(t.button_contentRegion)},this.withoutSlot([P.before,P.after])),this.withSlot(P.after),this.generateAfterContent())}generateClassNames(){return super.generateClassNames((0,T.A)([this.props.managedClasses[`button__${$.L[this.props.appearance]}`],"string"==typeof this.props.appearance],[this.props.managedClasses.button__hasBeforeOrAfterAndChildren,this.hasBeforeOrAfterAndChildren()]))}generateBeforeContent(){if("function"==typeof this.props.beforeContent)return A.createElement("div",{className:(0,T.A)(this.props.managedClasses.button_beforeOrAfterContainer,this.props.managedClasses.button_beforeContainer)},this.props.beforeContent((0,T.A)(this.props.managedClasses.button_beforeContent)))}generateAfterContent(){if("function"==typeof this.props.afterContent)return A.createElement("div",{className:(0,T.A)(this.props.managedClasses.button_beforeOrAfterContainer,this.props.managedClasses.button_afterContainer)},this.props.afterContent((0,T.A)(this.props.managedClasses.button_afterContent)))}hasBeforeOrAfterAndChildren(){return!((0,D.Z)(this.props.children)||(0,D.Z)(this.props.beforeContent)&&(0,D.Z)(this.props.afterContent))}}N.displayName=`${R.k}Button`,N.defaultProps={managedClasses:{}};const B=N,F=(0,r.ZP)(j)(B)},5730:(t,e,n)=>{"use strict";var r,i;n.d(e,{P:()=>r,T:()=>i}),function(t){t[t._1=1]="_1",t[t._2=2]="_2"}(r||(r={})),function(t){t.p="p",t.span="span",t.caption="caption",t.figcaption="figcaption"}(i||(i={}))},5809:(t,e,n)=>{"use strict";n.d(e,{YS:()=>f});var r=n(17332);const i={caption:{},caption__1:{},caption__2:{}};var o=n(11754),s=n(14895),a=n(37834),l=n(89526),c=n(82117),u=n(66399),d=n(5730);class p extends o.Z{constructor(){super(...arguments),this.handledProps={size:void 0,managedClasses:void 0,tag:void 0}}render(){return l.createElement(c.ZT,Object.assign({},this.unhandledProps(),{tag:s.l[this.props.tag],size:this.size(),className:this.generateClassNames()}),this.props.children)}generateClassNames(){return super.generateClassNames((0,a.A)(this.props.managedClasses.caption,[this.props.managedClasses[`caption__${this.props.size}`],!0]))}size(){return this.props.size===d.P._2?s.H._9:s.H._8}}p.defaultProps={tag:d.T.p,size:d.P._1,managedClasses:{}},p.displayName=`${u.k}Caption`;const h=p,f=(0,r.ZP)(i)(h)},61168:(t,e,n)=>{"use strict";n.d(e,{Zb:()=>u});var r=n(11413),i=n(17332),o=n(61466),s=n(9748),a=n(57167),l=n(76908);const c={card:Object.assign(Object.assign(Object.assign(Object.assign({width:"100%",height:"100%",background:a.Cz},(0,o.h9)()),(0,s.jf)(s.Y3.e4)),{transition:"all 0.2s ease-in-out"}),l.yf)},u=(0,i.ZP)(c)(r.ZP)},44173:(t,e,n)=>{"use strict";n.d(e,{XZ:()=>s});var r=n(21093),i=n(17332),o=n(27157);const s=(0,i.ZP)(o.Z)(r.ZP)},96453:(t,e,n)=>{"use strict";n.d(e,{Vq:()=>u});var r=n(46076),i=n(17332),o=n(61466),s=n(57167),a=n(9748),l=n(76908);const c={dialog:{display:"none",'&[aria-hidden="false"]':{display:"block"}},dialog_positioningRegion:{display:"flex","justify-content":"center",position:"fixed",top:"0",bottom:"0",left:"0",right:"0",overflow:"auto"},dialog_modalOverlay:{position:"fixed",top:"0",left:"0",right:"0",bottom:"0",background:"rgba(0, 0, 0, 0.3)"},dialog_contentRegion:Object.assign(Object.assign(Object.assign(Object.assign({"margin-top":"auto","margin-bottom":"auto",background:s.Cz},(0,o.h9)()),(0,a.jf)(a.Y3.e14)),{"z-index":"1"}),l.yf)},u=(0,i.ZP)(c)(r.ZP)},73252:(t,e,n)=>{"use strict";n.d(e,{iz:()=>d});var r=n(2057),i=n(17332),o=n(64197),s=n(17657),a=n(57167),l=n(8215),c=n(76908);const u={divider:Object.assign({"box-sizing":"content-box",height:"0",margin:"0",border:"none","border-top":(0,o.WU)("{0} solid {1}",(0,s.a)(a.bu),l.e),transition:"all 0.2s ease-in-out"},c.xU)},d=(0,i.ZP)(u)(r.ZP)},99683:(t,e,n)=>{"use strict";var r,i,o;n.d(e,{xN:()=>r,_k:()=>i,Lc:()=>o}),function(t){t.left="left",t.right="right",t.uncontrolled="uncontrolled"}(r||(r={})),function(t){t.top="top",t.bottom="bottom",t.uncontrolled="uncontrolled"}(i||(i={})),function(t){t.uncontrolled="uncontrolled",t.adjacent="adjacent",t.inset="inset"}(o||(o={}))},49838:(t,e,n)=>{"use strict";n.d(e,{zg:()=>x});var r=n(17332),i=n(61466),o=n(57167),s=n(9748),a=n(76908);const l={flyout:Object.assign(Object.assign(Object.assign(Object.assign({background:o.Cz},(0,i.us)()),(0,s.jf)(s.Y3.e14)),{"z-index":"1"}),a.yf),flyout__top:{},flyout__bottom:{},flyout__left:{},flyout__right:{},flyout__horizontalInset:{},flyout__verticalInset:{}};var c=n(11754),u=n(8641),d=n(10736),p=n(33832),h=n(9453),f=n(89526),g=n(73961),v=n(66399),b=n(99683);class m extends c.Z{constructor(t){super(t),this.handledProps={anchor:void 0,children:void 0,defaultHorizontalPosition:void 0,defaultVerticalPosition:void 0,describedBy:void 0,visible:void 0,fixedAfterInitialPlacement:void 0,height:void 0,horizontalAlwaysInView:void 0,horizontalLockToDefault:void 0,horizontalPositioningMode:void 0,horizontalThreshold:void 0,label:void 0,labelledBy:void 0,managedClasses:void 0,onDismiss:void 0,verticalAlwaysInView:void 0,verticalLockToDefault:void 0,verticalPositioningMode:void 0,verticalThreshold:void 0,viewport:void 0,width:void 0,delayContentInstanciation:void 0,scaleToFit:void 0},this.handleWindowClick=t=>{const e=this.props.anchor instanceof HTMLElement?this.props.anchor:this.props.anchor.current;"function"!=typeof this.props.onDismiss||!this.props.visible||g.findDOMNode(this.rootEl.current).contains(t.target)||g.findDOMNode(e).contains(t.target)||this.props.onDismiss(t)},this.handleWindowKeyDown=t=>{"function"==typeof this.props.onDismiss&&this.props.visible&&t.keyCode===p.Lp&&this.props.onDismiss(t)},this.rootEl=f.createRef()}render(){return f.createElement(u.ZP,Object.assign({},this.unhandledProps(),{ref:this.rootEl,role:"dialog","aria-label":this.props.label,"aria-labelledby":this.props.labelledBy,"aria-describedby":this.props.describedBy,"aria-hidden":!this.props.visible,anchor:this.props.anchor,defaultHorizontalPosition:d.kv[b.xN[this.props.defaultHorizontalPosition]],defaultVerticalPosition:d.Lp[b._k[this.props.defaultVerticalPosition]],disabled:!this.props.visible,fixedAfterInitialPlacement:this.props.fixedAfterInitialPlacement,horizontalAlwaysInView:this.props.horizontalAlwaysInView,horizontalPositioningMode:d.tg[b.Lc[this.props.horizontalPositioningMode]],horizontalThreshold:this.props.horizontalThreshold,horizontalLockToDefault:this.props.horizontalLockToDefault,managedClasses:this.generateManagedClassNames(),verticalAlwaysInView:this.props.verticalAlwaysInView,verticalPositioningMode:d.tg[b.Lc[this.props.verticalPositioningMode]],verticalThreshold:this.props.verticalThreshold,verticalLockToDefault:this.props.verticalLockToDefault,viewport:this.props.viewport,delayContentInstanciation:this.props.delayContentInstanciation,style:{height:this.props.height,width:this.props.width,display:this.props.visible?"block":"none"}}),this.props.children)}componentDidMount(){(0,h.N)()&&this.props.onDismiss&&(window.addEventListener("keydown",this.handleWindowKeyDown),window.addEventListener("click",this.handleWindowClick))}componentDidUpdate(t){(0,h.N)()&&(!t.onDismiss&&this.props.onDismiss?(window.addEventListener("keydown",this.handleWindowKeyDown),window.addEventListener("click",this.handleWindowClick)):t.onDismiss&&!this.props.onDismiss&&(window.removeEventListener("keydown",this.handleWindowKeyDown),window.removeEventListener("click",this.handleWindowClick)))}componentWillUnmount(){(0,h.N)()&&this.props.onDismiss&&(window.removeEventListener("keydown",this.handleWindowKeyDown),window.removeEventListener("click",this.handleWindowClick))}generateManagedClassNames(){const{flyout:t,flyout__left:e,flyout__right:n,flyout__top:r,flyout__bottom:i,flyout__horizontalInset:o,flyout__verticalInset:s}=this.props.managedClasses;return{viewportPositioner:t,viewportPositioner__left:e,viewportPositioner__right:n,viewportPositioner__top:r,viewportPositioner__bottom:i,viewportPositioner__horizontalInset:o,viewportPositioner__verticalInset:s}}}m.displayName=`${v.k}Flyout`,m.defaultProps={visible:!1,horizontalPositioningMode:b.Lc.uncontrolled,defaultHorizontalPosition:b.xN.uncontrolled,verticalPositioningMode:b.Lc.adjacent,defaultVerticalPosition:b._k.bottom,horizontalAlwaysInView:!1,verticalAlwaysInView:!1,fixedAfterInitialPlacement:!1,height:"128px",width:"280px",managedClasses:{}};const y=m,x=(0,r.ZP)(l)(y)},90305:(t,e,n)=>{"use strict";var r,i,o;n.d(e,{Gm:()=>i,lb:()=>o}),function(t){t.small="small",t.large="large"}(r||(r={})),function(t){t[t._1=1]="_1",t[t._2=2]="_2",t[t._3=3]="_3",t[t._4=4]="_4",t[t._5=5]="_5",t[t._6=6]="_6",t[t._7=7]="_7"}(i||(i={})),function(t){t.h1="h1",t.h2="h2",t.h3="h3",t.h4="h4",t.h5="h5",t.h6="h6",t.p="p"}(o||(o={}))},92588:(t,e,n)=>{"use strict";n.d(e,{X6:()=>v});var r=n(17332),i=n(89827),o=n(97682);const s={heading:{"&$heading__1, &$heading__2, &$heading__3, &$heading__4, &$heading__5, &$heading__6, &$heading__7":Object.assign(Object.assign({},(0,o.ks)()),(0,i.cg)())},heading__1:{},heading__2:{},heading__3:{},heading__4:{},heading__5:{},heading__6:{},heading__7:{}};var a=n(11754),l=n(14895),c=n(37834),u=n(89526),d=n(82117),p=n(66399),h=n(90305);class f extends a.Z{constructor(){super(...arguments),this.handledProps={size:void 0,managedClasses:void 0,tag:void 0}}get tag(){return this.props.tag?l.l[this.props.tag]:l.l.h1}get size(){return l.H[`_${this.props.size}`]}render(){return u.createElement(d.ZT,Object.assign({},this.unhandledProps(),{tag:this.tag,size:this.size,className:this.generateClassNames()}),this.props.children)}generateClassNames(){const t=this.props.managedClasses;return super.generateClassNames((0,c.A)(t.heading,t[`heading__${this.props.size}`]))}}f.displayName=`${p.k}Heading`,f.defaultProps={size:h.Gm._1,managedClasses:{}};const g=f,v=(0,r.ZP)(s)(g)},61999:(t,e,n)=>{"use strict";n.d(e,{WK:()=>s});var r=n(78636),i=n(17332),o=n(19898);const s=(0,i.ZP)(o.Z)(r.ZP)},46081:(t,e,n)=>{"use strict";n.d(e,{Ee:()=>s});var r=n(22449),i=n(17332);const o={image:Object.assign({},{display:"block",margin:"0","max-width":"100%",height:"auto"}),image__picture:{display:"block"},image_img:Object.assign({},{display:"block",margin:"0","max-width":"100%",height:"auto"})},s=(0,i.ZP)(o)(r.Z)},57880:(t,e,n)=>{"use strict";n.d(e,{__:()=>l});var r=n(67483),i=n(17332);var o=n(51094),s=n(53363);const a={label:Object.assign(Object.assign({},(0,s.Sh)("t7")),{display:"inline-block",color:o.CH,padding:"0"}),label__hidden:Object.assign({},{position:"absolute",overflow:"hidden",clip:"rect(1px, 1px, 1px, 1px)",width:"1px",height:"1px",border:"0",padding:"0",margin:"0"})},l=(0,i.ZP)(a)(r.ZP)},12994:(t,e,n)=>{"use strict";n.d(e,{Of:()=>f});var r=n(17332),i=n(42130),o=n(17657),s=n(83868),a=n(29911),l=n(51094),c=n(57167),u=n(76908);const d=Object.assign(Object.assign({},s.p),{button:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,s.$)()),{padding:"0",border:"0","justify-content":"flex-start","background-color":"transparent",color:a.go,fill:a.go}),(0,i.F0)(Object.assign(Object.assign({"border-color":"transparent","box-shadow":"none"},u.Ck),{"& $button_contentRegion::before":Object.assign({background:l.CH,height:(0,o.a)(c.Db)},u.$n)}))),{"a&, button&":{},"& $button_contentRegion::before":{[u.xE]:{background:u.YP.buttonText}},"&:hover $button_contentRegion::before":Object.assign({background:a.D9},u.$n),"&:hover$button__disabled $button_contentRegion::before":{display:"none"},"&:active $button_contentRegion::before":Object.assign({background:a.VN},u.$n),"&$button__disabled, &$button__disabled $button_contentRegion::before":Object.assign({"background-color":"transparent"},u.He),"&:hover:enabled, a&:not($button__disabled):hover":Object.assign({color:a.D9,fill:a.D9,"background-color":"transparent"},u.Ck),"&:active:enabled, a&:not($button__disabled):active":{color:a.VN,fill:a.VN,"background-color":"transparent"}}),u.D0),{"a&:not($button__disabled)":{[u.xE]:{background:u.YP.background,color:u.cy,fill:u.cy},"&:not($button__disabled):hover":Object.assign({},u.g0),"&:hover $button_contentRegion::before":{[u.xE]:{background:u.cy}},"& $button_contentRegion::before":{[u.xE]:{background:"transparent"}}}})});var p=n(7838),h=n(66399);const f=(0,r.ZP)(d)(p.Z);f.displayName=`${h.k}LightweightButton`},37879:(t,e,n)=>{"use strict";n.d(e,{ER:()=>h});var r=n(17332),i=n(42130),o=n(83868),s=n(51094),a=n(58934),l=n(47436),c=n(76908);const u=Object.assign(Object.assign({},o.p),{button:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,o.$)()),{color:s.CH,fill:s.CH,background:a.wF,"&:hover:enabled, a&:not($button__disabled):hover":Object.assign({background:a.Xi},c.T),"&:active:enabled, a&:not($button__disabled):active":{background:a.Gy}}),(0,i.F0)(Object.assign({"border-color":l.F},c.St))),{"&:disabled":Object.assign({},c.Aw),"&::-moz-focus-inner":{border:"0"}}),c.Ob),{"a&:not($button__disabled)":Object.assign(Object.assign({},c.eI),{"&:not($button__disabled):hover":Object.assign({},c.H5),"&$button__disabled":Object.assign({},c.Aw)})})});var d=n(7838),p=n(66399);const h=(0,r.ZP)(u)(d.Z);h.displayName=`${p.k}NeutralButton`},31582:(t,e,n)=>{"use strict";n.d(e,{f5:()=>m});var r=n(17332),i=n(64197),o=n(17657),s=n(51045),a=n(42130),l=n(83868),c=n(51094),u=n(4921),d=n(47436),p=n(54141),h=n(57167),f=n(76908);const g=Object.assign(Object.assign({},l.p),{button:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,l.$)()),{color:c.CH,fill:c.CH,background:"transparent",border:(0,i.WU)("{0} solid {1}",(0,o.a)(h.bu),u.L$),padding:(0,i.WU)("0 {0}",(0,p.wb)((0,s.IH)(h.bu,2))),"&:hover:enabled, a&:not($button__disabled):hover":Object.assign({background:"transparent",border:(0,i.WU)("{0} solid {1}",(0,o.a)(h.bu),u.yD)},f.T),"&:active:enabled, a&:not($button__disabled):active":{background:"transparent",border:(0,i.WU)("{0} solid {1}",(0,o.a)(h.bu),u.tA)}}),(0,a.F0)(Object.assign({"box-shadow":(0,i.WU)("0 0 0 {0} {1} inset",(0,o.a)((0,s.$X)(h.Db,h.bu)),d.F),"border-color":d.F},f.St))),{"&:disabled":Object.assign({},f.Aw)}),f.Ob),{"a&:not($button__disabled)":Object.assign(Object.assign({},f.eI),{"&:not($button__disabled):hover":Object.assign({},f.H5),"&$button__disabled":Object.assign({},f.Aw)})})});var v=n(7838),b=n(66399);const m=(0,r.ZP)(g)(v.Z);m.displayName=`${b.k}OutlineButton`},87841:(t,e,n)=>{"use strict";n.d(e,{nv:()=>v});var r=n(17332),i=n(89827),o=n(97682);const s={paragraph:Object.assign(Object.assign({},(0,o.ks)()),(0,i.Li)()),paragraph__1:{},paragraph__2:{},paragraph__3:{}};var a=n(11754),l=n(14895),c=n(37834),u=n(89526),d=n(82117),p=n(66399),h=n(95275);class f extends a.Z{constructor(){super(...arguments),this.handledProps={size:void 0,managedClasses:void 0}}render(){return u.createElement(d.ZT,Object.assign({},this.unhandledProps(),{tag:l.l.p,size:this.size,className:this.generateClassNames()}),this.props.children)}generateClassNames(){const t=this.props.managedClasses;return super.generateClassNames((0,c.A)(t.paragraph,t[`paragraph__${this.props.size}`]))}get size(){switch(this.props.size){case h.S._1:return l.H._5;case h.S._2:return l.H._6;default:return l.H._7}}}f.defaultProps={size:h.S._3,managedClasses:{}},f.displayName=`${p.k}Paragraph`;const g=f,v=(0,r.ZP)(s)(g)},95275:(t,e,n)=>{"use strict";var r;n.d(e,{S:()=>r}),function(t){t[t._1=1]="_1",t[t._2=2]="_2",t[t._3=3]="_3"}(r||(r={}))},35250:(t,e,n)=>{"use strict";n.d(e,{o1:()=>I});var r=n(17332),i=n(64197),o=n(42130),s=n(17657),a=n(51045),l=n(48863),c=n(54141),u=n(51094),d=n(47436),p=n(94048),h=n(61466),f=n(53363),g=n(57167),v=n(97682),b=n(76908);const m={pivot:{position:"relative",overflow:"hidden",color:u.CH,transition:"all 0.2s ease-in-out",[b.xE]:Object.assign({},b.a8)},pivot_tabList:{display:"flex","box-sizing":"border-box"},pivot_tab:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,v.$C)()),{height:(0,c.Cb)(),padding:(0,i.WU)("0 {0}",(0,c.wb)(g.Db)),"white-space":"nowrap",display:"flex"}),(0,h.Ee)()),{"align-items":"center","box-sizing":"border-box","user-select":"none",color:u.CH}),(0,h.u0)()),{"&:hover":Object.assign({color:u.QP},b.KP),"&:active":{color:u.Tt}}),(0,o.F0)(Object.assign({"border-color":d.F},b.xU))),b.KP),pivot_tab__active:Object.assign({},b.KP),pivot_tabContent:Object.assign(Object.assign({},(0,f.Sh)("t7")),{position:"relative",top:"-2px"}),pivot_activeIndicator:Object.assign(Object.assign(Object.assign({position:"absolute"},(0,h.u0)()),{top:(0,s.a)((0,a.$X)((0,c.iY)(1),3,g.Db)),left:"-10px",transition:"0.2s ease-in-out",width:"20px",height:(0,s.a)(3),display:"block",background:p.Av}),b.$n),pivot_tabPanel:{display:"block"},pivot_tabPanel__hidden:{display:"none"},pivot_tabPanels:{"animation-timing-function":"cubic-bezier(0.4, 0.0, 0.6, 1.0)"},pivot_tabPanels__animatePrevious:{animation:(0,i.WU)("{0} 0.2s",(0,l.zw)("fromLeft","fromRight"))},pivot_tabPanels__animateNext:{animation:(0,i.WU)("{0} 0.2s",(0,l.zw)("fromRight","fromLeft"))},pivot_tabPanelContent:{},"@keyframes fromRight":{"0%":{opacity:"0",transform:"translateX(-50px)"},"100%":{opacity:"1",transform:"translateX(0)"}},"@keyframes fromLeft":{"0%":{opacity:"0",transform:"translateX(50px)"},"100%":{transform:"translateX(0)",opacity:"1"}}};var y=n(11754),x=n(80852),_=n(37834),w=n(26007),C=n(9453),S=n(9680),E=n(89526),O=n(73961),j=n(66399);class P extends y.Z{constructor(t){super(t),this.handledProps={label:void 0,items:void 0,managedClasses:void 0},this.handleTabsUpdate=t=>{this.setState({activeId:t}),"function"==typeof this.props.onUpdate&&this.props.onUpdate(t)},Array.isArray(this.props.items)&&(this.state={offsetX:0,tabPanelIndex:0,activeId:"string"==typeof this.props.activeId?this.props.activeId:(0,S.Z)(this.props.items[0],"id","")}),this.tabsRef=E.createRef()}static getDerivedStateFromProps(t,e){return t.activeId&&t.activeId!==e.activeId?{activeId:t.activeId}:null}componentDidMount(){this.ltr=this.getLTR(),this.setActiveIndicatorOffset(),this.prevTabPanelIndex=this.state.tabPanelIndex}componentDidUpdate(t,e){this.ltr!==this.getLTR()&&(this.setActiveIndicatorOffset(),this.ltr=this.getLTR()),this.state.activeId!==e.activeId&&(this.setActiveIndicatorOffset(),this.updateTabPanelIndex()),this.state.tabPanelIndex!==e.tabPanelIndex&&(this.prevTabPanelIndex=this.state.tabPanelIndex)}render(){return E.createElement(x.ZP,Object.assign({},this.unhandledProps(),{ref:this.tabsRef,managedClasses:this.generatePivotClassNames(),activeId:this.state.activeId,onUpdate:this.handleTabsUpdate,orientation:this.props.orientation,items:this.props.items,label:this.props.label}),E.createElement("span",{style:{transform:`translateX(${(0,s.a)(this.state.offsetX)})`},className:(0,_.A)(this.props.managedClasses.pivot_activeIndicator)}))}generatePivotClassNames(){const{pivot:t,pivot_tabList:e,pivot_tabContent:n,pivot_tabPanelContent:r,pivot_tab:i,pivot_tab__active:o,pivot_tabPanel:s,pivot_tabPanel__hidden:a}=this.props.managedClasses;return{tabs:t,tabs_tabPanels:this.generateTabPanelsClassNames(),tabs_tabList:e,tabs_tabContent:n,tabs_tabPanelContent:r,tab:i,tab__active:o,tabPanel:s,tabPanel__hidden:a}}isSelected(t){return"true"===t.attributes["aria-selected"].value}updateTabPanelIndex(){if((0,C.N)()&&this.tabsRef.current&&Array.isArray(this.props.items)){const t=O.findDOMNode(this.tabsRef.current),e=Array.prototype.slice.call(t.querySelectorAll("[role='tab']"));this.setState({tabPanelIndex:e.findIndex(this.isSelected)})}}generateTabPanelsClassNames(){const{pivot_tabPanels:t,pivot_tabPanels__animatePrevious:e,pivot_tabPanels__animateNext:n}=this.props.managedClasses,r=this.state.tabPanelIndex===this.prevTabPanelIndex,i=this.state.tabPanelIndex{"use strict";n.d(e,{Ex:()=>S});var r=n(17332),i=n(17657),o=n(48863),s=n(51045),a=n(64197),l=n(29911),c=n(58934),u=n(91030),d=n(57167),p=n(54141),h=n(76908);const f={progress:{display:"flex",width:"100%","align-items":"center",height:(0,i.a)(d._5),"text-align":"left",[h.xE]:Object.assign({},h.a8)},progress__circular:{height:"unset",width:"unset",display:"inline-block","& $progress_valueIndicator, & $progress_indicator":{fill:"none","stroke-width":"2px","stroke-linecap":"round","transform-origin":"50% 50%",transform:"rotate(-90deg)",transition:"all 0.2s ease-in-out"},"& $progress_valueIndicator":{stroke:l.go,transform:(0,o.zw)("","scale(1)"),[h.xE]:{stroke:h.YP.buttonText}},"& $progress_valueIndicator__indeterminate":{animation:"spin-infinite 2s linear infinite"},"& $progress_indicator":{stroke:c.wF,[h.xE]:{stroke:h.YP.buttonBackground}}},progress__paused:{"& $progress_valueIndicator":{background:u.Q,stroke:u.Q,[h.xE]:{background:h.YP.disabledText,stroke:h.YP.disabledText}},"& $progress_dot":{"background-color":c.wF,[h.xE]:{"background-color":h.YP.disabledText}},"& $progress_dot__1":{"animation-play-state":"paused"},"& $progress_dot__2":{"animation-play-state":"paused"},"& $progress_valueIndicator__indeterminate":{"animation-play-state":"paused",stroke:c.wF,[h.xE]:{stroke:h.YP.disabledText}}},progress_circularSVG__control:{height:p.iD,width:p.iD},progress_circularSVG__container:{height:(0,p.Cb)(),width:(0,p.Cb)()},progress_circularSVG__page:{height:(0,i.a)((0,s.Jp)((0,p.iY)(),2)),width:(0,i.a)((0,s.Jp)((0,p.iY)(),2))},progress_valueIndicator:Object.assign({background:l.go,"border-radius":"100px",height:"100%",transition:"all 0.2s ease-in-out"},h.cx),progress_valueIndicator__indeterminate:{},progress_indicator:{position:"relative",display:"flex","align-items":"center",width:"100%",overflow:"hidden","border-radius":"100px",height:(0,i.a)(d._5),background:c.wF,transition:"all 0.2s ease-in-out","-webkit-mask-image":"-webkit-radial-gradient(white, black)","mask-image":"-webkit-radial-gradient(white, black)",[h.xE]:{background:h.YP.buttonBackground,border:(0,a.WU)("{0} solid {1}",(0,i.a)(d.bu),(()=>h.YP.buttonText))}},progress_indicator__determinate:{height:(0,i.a)(d._5),"border-radius":"2px",[h.xE]:{background:h.YP.buttonBackground,border:(0,a.WU)("{0} solid {1}",(0,i.a)(d.bu),(()=>h.YP.buttonText))}},progress_dot:{position:"absolute",opacity:"0",height:"100%","background-color":l.go,"border-radius":"100px","animation-timing-function":"cubic-bezier(0.4, 0.0, 0.6, 1.0)",[h.xE]:{background:h.YP.buttonText,opacity:"1 !important"}},progress_dot__1:{width:"40%",animation:"indeterminate-1 2s infinite"},progress_dot__2:{width:"60%",animation:"indeterminate-2 2s infinite"},"@keyframes spin-infinite":{"0%":{"stroke-dasharray":"0.01px 43.97px",transform:(0,o.zw)("rotate(0deg)","rotate(1080deg)")},"50%":{"stroke-dasharray":"21.99px 21.99px",transform:"rotate(450deg)"},"100%":{"stroke-dasharray":".01px 43.97px",transform:(0,o.zw)("rotate(1080deg)","rotate(0deg)")}},"@keyframes indeterminate-1":{"0%":{opacity:"1",transform:(0,o.zw)("translateX(-100%)","translateX(100%)")},"70%":{opacity:"1",transform:(0,o.zw)("translateX(300%)","translateX(-300%)")},"70.01%":{opacity:"0"},"100%":{opacity:"0",transform:(0,o.zw)("translateX(300%)","translateX(-300%)")}},"@keyframes indeterminate-2":{"0%":{opacity:"0",transform:(0,o.zw)("translateX(-150%)","translateX(150%)")},"29.99%":{opacity:"0"},"30%":{opacity:"1",transform:(0,o.zw)("translateX(-150%)","translateX(150%)")},"100%":{transform:(0,o.zw)("translateX(166.66%)","translateX(-166.66%)"),opacity:"1"}}};var g=n(11754),v=n(13236),b=n(87164),m=n(37834),y=n(89526),x=n(66399),_=n(11541);class w extends g.Z{constructor(){super(...arguments),this.handledProps={children:void 0,value:void 0,minValue:void 0,maxValue:void 0,managedClasses:void 0,circular:void 0,paused:void 0,size:void 0}}render(){return y.createElement(b.ZP,Object.assign({},this.unhandledProps(),{className:this.generateClassNames(),managedClasses:this.props.managedClasses,value:this.props.value,minValue:this.props.minValue,maxValue:this.props.maxValue}),this.renderProgress())}generateClassNames(){const{progress:t,progress__circular:e,progress__paused:n}=this.props.managedClasses;return super.generateClassNames((0,m.A)(t,[e,this.props.circular],[n,this.props.paused]))}generateCircularValueIndicatorClassNames(){const{progress_valueIndicator:t,progress_valueIndicator__indeterminate:e}=this.props.managedClasses;return(0,m.A)(t,[e,!this.props.value])}generateSVGClassNames(){return(0,m.A)(this.props.managedClasses[`progress_circularSVG__${this.props.size}`])}progressIndicatorClasses(){const{progress_indicator:t,progress_indicator__determinate:e}=this.props.managedClasses;return(0,m.A)(t,e)}renderIndeterminateItems(){const t=this.props.managedClasses,e=t.progress_dot;return new Array(w.indicatorCount).fill(void 0).map(((n,r)=>y.createElement("span",{className:(0,m.A)(e,t[`progress_dot__${r+1}`]),key:r})))}renderCircle(t,e){return y.createElement("circle",{className:t,style:e,cx:"8px",cy:"8px",r:"7px"})}renderCircularBackground(){return this.renderCircle((0,m.A)(this.props.managedClasses.progress_indicator))}renderProgress(){const{progress_valueIndicator:t,progress_indicator:e}=this.props.managedClasses;if(this.props.circular){const t=44*this.props.value/100;return[y.createElement("div",{slot:v.ProgressType.determinate,key:"0"},y.createElement("svg",{className:this.generateSVGClassNames(),viewBox:"0 0 16 16"},this.renderCircularBackground(),this.renderCircle(this.generateCircularValueIndicatorClassNames(),{strokeDasharray:`${t}px 44px`}))),y.createElement("div",{slot:v.ProgressType.indeterminate,key:"1"},y.createElement("svg",{className:this.generateSVGClassNames(),viewBox:"0 0 16 16"},this.renderCircularBackground(),this.renderCircle(this.generateCircularValueIndicatorClassNames())))]}return[y.createElement("div",{className:this.progressIndicatorClasses(),slot:v.ProgressType.determinate,key:"0"},y.createElement("div",{className:(0,m.A)(t),style:{width:`${this.props.value}%`}})),y.createElement("div",{slot:v.ProgressType.indeterminate,className:(0,m.A)(e),key:"1"},this.renderIndeterminateItems())]}}w.defaultProps={minValue:0,maxValue:100,circular:!1,paused:!1,size:_.L.container,managedClasses:{}},w.displayName=`${x.k}Progress`,w.indicatorCount=2;const C=w,S=(0,r.ZP)(f)(C)},11541:(t,e,n)=>{"use strict";var r;n.d(e,{L:()=>r}),function(t){t.control="control",t.container="container",t.page="page"}(r||(r={}))},36681:(t,e,n)=>{"use strict";n.d(e,{Y8:()=>C});var r=n(98722),i=n(17332),o=n(17657),s=n(51045),a=n(64197),l=n(42130),c=n(48863),u=n(48540),d=n(40359),p=n(51094),h=n(54141),f=n(25491),g=n(53363),v=n(57167),b=n(97682),m=n(76908),y=n(80369);const x=(0,o.a)((0,s.IH)((0,s.cs)((0,h.iY)(),2),v._5)),_=(0,o.a)((0,s.IH)(v._5,(0,h.ty)(0,1,2))),w={radio:{position:"relative",display:"inline-flex","flex-direction":"row","align-items":"center",transition:"all 0.2s ease-in-out"},radio_input:Object.assign(Object.assign({position:"absolute",width:x,height:x,appearance:"none","-webkit-appearance":"none","-moz-appearance":"none","border-radius":"50%",margin:"0","z-index":"1",background:u._B,transition:"all 0.2s ease-in-out",border:(0,a.WU)("{0} solid {1}",(0,o.a)(v.bu),d.sK),"&:enabled":Object.assign({},(0,b.$C)()),"&:hover:enabled":{background:u.Tm,"border-color":d.AP,[m.xE]:{background:"transparent",border:(0,a.WU)("{0} solid {1}",(0,o.a)(v.bu),(()=>m.YP.selectedBackground))}},"&:active:enabled":{background:u.Iu,"border-color":d.IY}},(0,l.F0)(Object.assign(Object.assign({},y.t1),m.vy))),{[m.xE]:Object.assign(Object.assign({},m.a8),{background:"transparent",border:(0,a.WU)("{0} solid {1}",(0,o.a)(v.bu),(()=>m.YP.buttonText))})}),radio_stateIndicator:{position:"relative","border-radius":"50%",display:"inline-block",width:x,height:x,"flex-shrink":"0","&::before":{"pointer-events":"none",position:"absolute","z-index":"1",content:'""',"border-radius":"50%",top:_,left:_,bottom:_,right:_,background:"transparent"},[m.xE]:Object.assign({},m.a8)},radio_label:Object.assign(Object.assign(Object.assign(Object.assign({},(0,b.$C)()),{color:p.CH}),(0,g.Sh)("t7")),{"margin-left":(0,c.zw)((0,h.wb)(2),""),"margin-right":(0,c.zw)("",(0,h.wb)(2))}),radio__checked:{"& $radio_stateIndicator":{"&::before":{background:v.Cz,[m.xE]:{background:m.YP.selectedBackground}}},"&:hover $radio_stateIndicator::before":Object.assign({},m.YF),"& $radio_input":Object.assign(Object.assign({"background-color":d.sK},m.YF),{"&:hover:enabled":Object.assign({"background-color":d.AP},m.$n),"&:active:enabled":{"background-color":d.IY}})},radio__disabled:Object.assign(Object.assign({},(0,f.M)()),{"& $radio_input, & $radio_label":Object.assign(Object.assign({},(0,b.YW)()),{[m.xE]:Object.assign(Object.assign({},m.a8),{background:(0,a.ef)(m.YP.buttonBackground),color:(0,a.ef)(m.YP.disabledText),fill:(0,a.ef)(m.YP.disabledText),"border-color":(0,a.ef)(m.YP.disabledText)})})})},C=(0,i.ZP)(w)(r.ZP)},20917:(t,e,n)=>{"use strict";n.d(e,{$m:()=>j});var r=n(17332),i=n(64197),o=n(17657),s=n(42130),a=n(23366),l=n(48863),c=n(61466),u=n(51094),d=n(19652),p=n(47436),h=n(97682),f=n(54141),g=n(57167),v=n(25491),b=n(53363),m=n(76908);const y={selectOption:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({"list-style-type":"none","box-sizing":"border-box",height:(0,f.Cb)(),display:"flex","align-items":"center",padding:(0,i.WU)("0 {0}",(0,f.wb)(g.Db)),margin:(0,i.WU)("0 {0}",(0,o.a)(g._5)),color:u.CH,fill:u.CH,"white-space":"nowrap",overflow:"hidden"},(0,h.ks)()),(0,b.Sh)("t7")),{background:d.jq}),(0,h.$C)()),(0,c.u0)()),(0,c.Ee)()),(0,s.F0)(Object.assign({"border-color":p.F},m.St))),{"&:hover":Object.assign({background:d.Qp},m.T)}),m.D0),selectOption_contentRegion:Object.assign({overflow:"hidden"},(0,a.L)()),selectOption_glyphContainer:{display:"flex","align-items":"center","justify-content":"center",position:"relative","min-width":"20px","min-height":"20px","flex-shrink":"0",margin:(0,l.zw)((0,i.WU)("0 {0} 0 0",(0,f.wb)(2)),(0,i.WU)("0 0 0 {0}",(0,f.wb)(2)))},selectOption_glyph:{display:"inline-block"},selectOption__disabled:Object.assign(Object.assign(Object.assign({},(0,v.M)()),m.Aw),{"&, &:hover":{background:d.jq}}),selectOption__selected:{[m.xE]:{background:(0,i.ef)(m.YP.selectedBackground),"border-color":(0,i.ef)(m.YP.buttonText),color:(0,i.ef)(m.YP.selectedText),fill:(0,i.ef)(m.YP.selectedText)},background:d.sx,"&:hover":{background:d.sx}}};var x=n(11754),_=n(22545),w=n(37834),C=n(89526),S=n(66399);class E extends x.Z{constructor(){super(...arguments),this.handledProps={glyph:void 0,value:void 0,id:void 0,managedClasses:void 0}}render(){const{selectOption:t,selectOption__disabled:e,selectOption__selected:n,selectOption_contentRegion:r}=this.props.managedClasses;return C.createElement(_.ZP,Object.assign({},this.unhandledProps(),{id:this.props.id,displayString:this.props.displayString,value:this.props.value,managedClasses:{listboxItem:t,listboxItem__disabled:e,listboxItem__selected:n}}),this.renderGlyph(),C.createElement("span",{className:(0,w.A)(r)},this.props.displayString,this.props.children))}renderGlyph(){return"function"==typeof this.props.glyph?C.createElement("div",{className:this.props.managedClasses.selectOption_glyphContainer},this.props.glyph((0,w.A)(this.props.managedClasses.selectOption_glyph))):null}}E.displayName=`${S.k}SelectOption`,E.defaultProps={managedClasses:{}};const O=E,j=(0,r.ZP)(y)(O)},18158:(t,e,n)=>{"use strict";n.d(e,{Ph:()=>k});var r=n(17332),i=n(23366),o=n(48863),s=n(64197),a=n(17657),l=n(51094),c=n(18488),u=n(4921),d=n(54141),p=n(9748),h=n(10384),f=n(61466),g=n(57167),v=n(80369),b=n(97682),m=n(76908);const y={select:{"max-width":"374px",height:(0,d.Cb)()},select_button:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,b.$C)()),{height:(0,d.Cb)(),width:"100%"}),(0,v.gM)()),m.Ob),{"&:disabled > span > svg":Object.assign({},m.He)}),select_buttonContentRegion:{display:"grid","grid-template-columns":"1fr auto","align-items":"center","justify-items":"start"},select_buttonDisplayText:Object.assign(Object.assign({},(0,i.L)()),{"text-align":(0,o.zw)("left","right"),width:"100%"}),select_toggleGlyph:Object.assign({margin:t=>(0,o.BO)(t&&t.direction||h.ZP.direction)((0,s.WU)("0 0 0 {0}",(0,d.wb)(2))(t)),fill:l.CH,"grid-column-start":"2"},m.KP),select_menu:Object.assign(Object.assign(Object.assign({background:c.s5},(0,f.h9)()),(0,p.jf)(p.Y3.e11)),{position:"relative",width:"100%",margin:"0",padding:(0,s.WU)("{0} 0",(0,a.a)(g._5)),"max-height":"328px",overflow:"auto",[m.xE]:Object.assign(Object.assign({},m.a8),{background:m.YP.buttonBackground,border:(0,s.WU)("{0} solid {1}",(0,a.a)(g.bu),(()=>m.YP.buttonText))})}),select__multiSelectable:{"& $select_menu":{position:"static","box-shadow":"none",border:"1px solid","border-color":u.L$}},select__menuPositioningRegion:{display:"grid","grid-template-columns":"1fr","grid-template-rows":"1fr"},select__menuPositionLeft:{"grid-template-columns":"1fr auto","& $select_menu":{"grid-column":"2"}},select__menuPositionRight:{"grid-template-columns":"auto 1fr","& $select_menu":{"grid-column":"1"}},select__menuPositionTop:{"grid-template-rows":"1fr auto","& $select_menu":{"grid-row":"2"}},select__menuPositionBottom:{"grid-template-rows":"auto 1fr","& $select_menu":{"grid-row":"1"}}};var x=n(11754),_=n(79389),w=n(37834),C=n(89526),S=n(64829),E=n(66399),O=n(71388);class j extends x.Z{constructor(){super(...arguments),this.handledProps={disabled:void 0,managedClasses:void 0,menu:void 0},this.defaultTriggerRenderFunction=(t,e,n)=>{if(t.multiselectable)return null;const{select_button:r,select_buttonContentRegion:i,select_buttonDisplayText:o}=this.props.managedClasses,s=`${(0,S.Z)(this.props.labelledBy)?"":`${this.props.labelledBy} `}${n}`,a=""+((0,S.Z)(this.props.describedBy)?"":`${this.props.describedBy}`);return C.createElement("button",{id:n,disabled:t.disabled,className:(0,w.A)(r),"aria-haspopup":"listbox","aria-labelledby":s,"aria-describedby":a,"aria-expanded":e.isMenuOpen},C.createElement("span",{className:(0,w.A)(i)},C.createElement("div",{className:(0,w.A)(o)},e.displayString),this.generateGlyph()))},this.defaultMenuRenderFunction=(t,e,n)=>C.createElement(O.ZP,{value:c.s5,tag:null},n),this.generateGlyph=()=>C.createElement("svg",{width:"20",height:"20",viewBox:"0 0 20 20",className:(0,w.A)(this.props.managedClasses.select_toggleGlyph),"aria-hidden":!0,xmlns:"http://www.w3.org/2000/svg"},C.createElement("path",{d:"M15.85 7.65c.2.2.2.5 0 .7l-5.46 5.49a.55.55 0 01-.78 0L4.15 8.35a.5.5 0 01.7-.7L10 12.8l5.15-5.16c.2-.2.5-.2.7 0z"}))}render(){return C.createElement(_.ZP,Object.assign({},this.unhandledProps(),{managedClasses:this.props.managedClasses,disabled:this.props.disabled,menu:"function"==typeof this.props.menu?this.props.menu:this.defaultMenuRenderFunction,trigger:"function"==typeof this.props.trigger?this.props.trigger:this.defaultTriggerRenderFunction}),this.props.children)}}j.displayName=`${E.k}Select`,j.defaultProps={managedClasses:{}};const P=j,k=(0,r.ZP)(y)(P)},52293:(t,e,n)=>{"use strict";n.d(e,{PQ:()=>E});var r=n(17332),i=n(17657),o=n(51045),s=n(51094),a=n(4921),l=n(97682),c=n(54141),u=n(57167),d=n(53363),p=n(76908);const h=(0,i.a)((0,o.Jp)((0,o.cs)((0,c.iY)(),4),-1)),f={sliderLabel:Object.assign(Object.assign({display:"grid"},(0,l.ks)()),{[p.xE]:Object.assign({},p.a8)}),sliderLabel_positioningRegion:{display:"grid"},sliderLabel_label:Object.assign(Object.assign(Object.assign({},(0,d.Sh)("t9")),{"white-space":"nowrap",color:s.CH}),p.qZ),sliderLabel_tickMark:Object.assign({background:a.L$},p.cx),sliderLabel__positionMin:{},sliderLabel__positionMax:{},sliderLabel__horizontal:{"&$sliderLabel":{"align-self":"start","grid-row":"2","margin-top":"-2px"},"& $sliderLabel_positioningRegion":{"grid-template-columns":"0","grid-template-rows":"auto auto",width:"0","justify-self":"center","&$sliderLabel__positionMin":{"& $sliderLabel_label":{"margin-left":h,"justify-self":"start"}},"&$sliderLabel__positionMax":{"& $sliderLabel_label":{"margin-right":h,"justify-self":"end"}}},"& $sliderLabel_label":{"justify-self":"center","grid-row":"2"},"& $sliderLabel_tickMark":{height:(0,i.a)(u._5),width:"2px","justify-self":"center"}},sliderLabel__vertical:{"&$sliderLabel":{"grid-column":"2","margin-left":"-2px"},"& $sliderLabel_positioningRegion":{"grid-template-columns":"auto auto","grid-template-rows":"0",height:"2px","align-self":"center"},"& $sliderLabel_label":{"grid-column":"2","align-self":"center",margin:"2px"},"& $sliderLabel_tickMark":{height:"2px",width:(0,i.a)(u._5),"align-self":"center"}},sliderLabel__rtl:{"&$sliderLabel__horizontal":{"& $sliderLabel_positioningRegion":{"&$sliderLabel__positionMin":{"& $sliderLabel_label":{"margin-right":"0","margin-left":h,"justify-self":"end"}},"&$sliderLabel__positionMax":{"& $sliderLabel_label":{"margin-right":"0","margin-left":h,"justify-self":"start"}}}}}};var g=n(11754),v=n(24295),b=n(39078),m=n(87915),y=n(37834),x=n(26007),_=n(89526),w=n(66399);class C extends g.Z{constructor(){super(...arguments),this.handledProps={showTickmark:void 0,label:void 0,valuePositionBinding:void 0,managedClasses:void 0},this.renderLabel=()=>void 0===this.props.label?null:_.createElement("span",{className:(0,y.A)(this.props.managedClasses.sliderLabel_label)},this.props.label),this.renderTickmark=()=>{if(this.props.showTickmark)return _.createElement("div",{className:(0,y.A)(this.props.managedClasses.sliderLabel_tickMark)})}}render(){const{sliderLabel:t,sliderLabel__horizontal:e,sliderLabel__vertical:n}=this.props.managedClasses;return _.createElement(v.ZP,Object.assign({},this.unhandledProps(),{minValuePositionBinding:this.props.valuePositionBinding,maxValuePositionBinding:this.props.valuePositionBinding,managedClasses:{sliderTrackItem:t,sliderTrackItem_horizontal:e,sliderTrackItem_vertical:n}}),_.createElement("div",{className:this.generatePositioningPanelClassNames()},this.renderLabel(),this.renderTickmark(),this.props.children))}generatePositioningPanelClassNames(){const{sliderLabel_positioningRegion:t,sliderLabel__positionMax:e,sliderLabel__positionMin:n,sliderLabel__rtl:r}=this.props.managedClasses,i=this.props.valuePositionBinding;return(0,y.A)(t,[e,i===b.U.totalRangeMax],[n,i===b.U.totalRangeMin],[r,this.context.sliderDirection===x.N.rtl])}}C.displayName=`${w.k}SliderLabel`,C.contextType=m.y,C.defaultProps={showTickmark:!0,managedClasses:{}},C.contextType=m.y;const S=C,E=(0,r.ZP)(f)(S)},69207:(t,e,n)=>{"use strict";n.d(e,{iR:()=>R});var r=n(17332),i=n(51045),o=n(17657),s=n(42130),a=n(64197),l=n(97682),c=n(61466),u=n(51094),d=n(4921),p=n(91030),h=n(54141),f=n(57167),g=n(25491),v=n(76908),b=n(80369);const m=(0,i.cs)((0,h.iY)(),2),y=(0,o.a)(m),x=(0,o.a)((0,i.cs)(m,2)),_=(0,h.ty)((0,i.cs)(f._5,2),f._5,(0,i.Jp)(f._5,1.5)),w=(0,o.a)(_),C=(0,o.a)((0,i.cs)((0,i.$X)(m,_),2)),S=(0,o.a)((0,i.Jp)((0,i.cs)(f._5,2),-1)),E="50px",O={slider:Object.assign(Object.assign({display:"inline-grid"},(0,l.$C)()),{[v.xE]:Object.assign({},v.a8)}),slider_layoutRegion:{display:"grid"},slider_thumb:Object.assign(Object.assign({height:y,width:y,border:"none",background:u.CH,"border-radius":"50%",transition:"all 0.2s ease"},(0,s.F0)(Object.assign(Object.assign({},b.t1),v.vy))),{"&:hover":{background:u.QP},"&:active":{background:u.Tt},[v.xE]:{background:v.YP.buttonText,"&:hover, &:active":{background:v.YP.selectedBackground}}}),slider_thumb__lowerValue:{},slider_thumb__upperValue:{},slider_track:{},slider_backgroundTrack:Object.assign(Object.assign(Object.assign({},(0,c.$C)()),{background:d.L$}),v.cx),slider_foregroundTrack:Object.assign(Object.assign(Object.assign({},(0,c.$C)()),{background:p.Q,transition:"all 0.2s ease"}),v.$n),slider__disabled:Object.assign(Object.assign({},(0,g.M)()),{"& $slider_thumb, & $slider_backgroundTrack":Object.assign(Object.assign({},v.Od),{"&:hover":{background:u.CH},"&:active":{background:u.CH}}),"& $slider_layoutRegion":{"& div > span":{color:(0,a.ef)(v.YP.disabledText)},"& div > div":{background:(0,a.ef)(v.YP.disabledText)}}}),slider__dragging:{"& $slider_thumb":{transition:"none"},"& $slider_foregroundTrack":{transition:"none"}},slider__incrementing:{"& $slider_thumb":{transition:"all 0.10s linear"},"& $slider_foregroundTrack":{transition:"all 0.10s linear"}},slider__horizontal:{"&$slider":{width:"100%","min-height":y,"min-width":E},"& $slider_layoutRegion":{margin:(0,a.WU)("0 {0}",x),"grid-template-rows":(0,a.WU)("{0} 1fr",y)},"& $slider_thumb":{"align-self":"start"},"& $slider_thumb__upperValue":{transform:(0,a.WU)("translateX({0})",x)},"& $slider_thumb__lowerValue":{transform:(0,a.WU)("translateX(-{0})",x)},"& $slider_track":{"align-self":"start",height:y,width:"100%"},"& $slider_backgroundTrack":{"margin-top":C,"align-self":"start",height:w,left:S,right:S},"& $slider_foregroundTrack":{"margin-top":C,"align-self":"start",height:w},"&$slider__modeAdjustLower":{"& $slider_foregroundTrack":{"margin-right":S}},"&$slider__modeAdjustUpper":{"& $slider_foregroundTrack":{"margin-left":S}}},slider__vertical:{"&$slider":{height:"100%","min-height":E,"min-width":y},"& $slider_thumb":{"justify-self":"start"},"& $slider_layoutRegion":{margin:(0,a.WU)("{0} 0",x),"grid-template-columns":(0,a.WU)("{0} 1fr",y)},"& $slider_thumb__upperValue":{transform:(0,a.WU)("translateY(-{0})",x)},"& $slider_thumb__lowerValue":{transform:(0,a.WU)("translateY({0})",x)},"& $slider_track":{"justify-self":"start","margin-left":C,width:w,height:"100%"},"& $slider_backgroundTrack":{"justify-self":"start","margin-left":C,width:w,top:S,bottom:S},"& $slider_foregroundTrack":{"justify-self":"start","margin-left":C,width:w},"&$slider__modeAdjustLower":{"& $slider_foregroundTrack":{"margin-top":S}},"&$slider__modeAdjustUpper":{"& $slider_foregroundTrack":{"margin-bottom":S}}},slider__rtl:{"&$slider__horizontal":{"& $slider_thumb__upperValue":{transform:(0,a.WU)("translateX(-{0})",x)},"& $slider_thumb__lowerValue":{transform:(0,a.WU)("translateX({0})",x)},"&$slider__modeAdjustLower":{"& $slider_foregroundTrack":{"margin-right":"0","margin-left":S}},"&$slider__modeAdjustUpper":{"& $slider_foregroundTrack":{"margin-right":S,"margin-left":"0"}}},"&$slider__vertical":{"& $slider_backgroundTrack":{"margin-right":C,"margin-left":"0"},"& $slider_foregroundTrack":{"margin-right":C,"margin-left":"0"}}},slider__modeSingle:{"& $slider_foregroundTrack":{display:"none"}},slider__modeAdjustLower:{},slider__modeAdjustUpper:{},slider__modeAdjustBoth:{"&$slider__horizontal":{"& $slider_thumb__upperValue":{width:x,"border-radius":(0,a.WU)("0px {0} {0} 0px",x)},"& $slider_thumb__lowerValue":{width:x,"border-radius":(0,a.WU)("{0} 0px 0px {0}",x)},"&$slider__rtl":{"& $slider_thumb__upperValue":{"border-radius":(0,a.WU)("{0} 0px 0px {0}",x)},"& $slider_thumb__lowerValue":{"border-radius":(0,a.WU)("0px {0} {0} 0px",x)}}},"&$slider__vertical":{"& $slider_thumb__upperValue":{height:x,"border-radius":(0,a.WU)("{0} {0} 0px 0px",x)},"& $slider_thumb__lowerValue":{height:x,"border-radius":(0,a.WU)("0px 0px {0} {0}",x)}},"& $slider_foregroundTrack":{"border-radius":"0"}}};var j=n(11754),P=n(38959),k=n(95462),I=n(89526),T=n(66399);class A extends j.Z{constructor(){super(...arguments),this.handledProps={managedClasses:void 0}}render(){return I.createElement(k.$6,null,(t=>{let e;return void 0!==t&&void 0!==t.direction&&(e=t.direction),I.createElement(P.ZP,Object.assign({},this.unhandledProps(),{dir:e||null,managedClasses:this.props.managedClasses}),this.props.children)}))}}A.displayName=`${T.k}Slider`;const D=A,R=(0,r.ZP)(O)(D)},2483:(t,e,n)=>{"use strict";n.d(e,{XC:()=>h});var r=n(17332),i=n(42130),o=n(51094),s=n(19652),a=n(47436),l=n(83868),c=n(76908);const u=Object.assign(Object.assign({},l.p),{button:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,l.$)()),{color:o.CH,fill:o.CH,background:s.jq,"&:hover:enabled, a&:not($button__disabled):hover":Object.assign({"background-color":s.Qp},c.T),"&:active:enabled, a&:not($button__disabled):active":{"background-color":s.sG}}),(0,i.F0)(Object.assign({"border-color":a.F},c.St))),{"&:disabled":Object.assign({},c.Aw)}),c.D0),{"a&:not($button__disabled)":Object.assign(Object.assign({},c.eI),{"&:not($button__disabled):hover":Object.assign({},c.H5),"&$button__disabled":Object.assign({},c.Aw)})})});var d=n(7838),p=n(66399);const h=(0,r.ZP)(u)(d.Z);h.displayName=`${p.k}StealthButton`},61184:(t,e,n)=>{"use strict";n.d(e,{pm:()=>v});var r=n(17332),i=n(89827),o=n(97682);const s={subheading:{"&$subheading__1, &$subheading__2, &$subheading__3, &$subheading__4, &$subheading__5, &$subheading__6, &$subheading__7":Object.assign(Object.assign({},(0,o.ks)()),(0,i.Li)())},subheading__1:{},subheading__2:{},subheading__3:{},subheading__4:{},subheading__5:{},subheading__6:{},subheading__7:{}};var a=n(11754),l=n(14895),c=n(37834),u=n(89526),d=n(82117),p=n(66399),h=n(63650);class f extends a.Z{constructor(){super(...arguments),this.handledProps={size:void 0,managedClasses:void 0,tag:void 0}}get size(){switch(this.props.size){case h.v._1:return l.H._3;case h.v._2:return l.H._4;case h.v._3:return l.H._5;case h.v._4:return l.H._6;case h.v._5:return l.H._7;case h.v._6:return l.H._8;case h.v._7:return l.H._9}}render(){return u.createElement(d.ZT,Object.assign({},this.unhandledProps(),{tag:l.l[this.props.tag],size:this.size,className:this.generateClassNames()}),this.props.children)}generateClassNames(){const t=this.props.managedClasses;return super.generateClassNames((0,c.A)(t.subheading,t[`subheading__${this.props.size}`]))}}f.defaultProps={size:h.v._1,tag:h.X.h3,managedClasses:{}},f.displayName=`${p.k}Subheading`;const g=f,v=(0,r.ZP)(s)(g)},63650:(t,e,n)=>{"use strict";var r,i;n.d(e,{v:()=>r,X:()=>i}),function(t){t[t._1=1]="_1",t[t._2=2]="_2",t[t._3=3]="_3",t[t._4=4]="_4",t[t._5=5]="_5",t[t._6=6]="_6",t[t._7=7]="_7"}(r||(r={})),function(t){t.h1="h1",t.h2="h2",t.h3="h3",t.h4="h4",t.h5="h5",t.h6="h6",t.p="p"}(i||(i={}))},87370:(t,e,n)=>{"use strict";n.d(e,{lT:()=>T});var r=n(17332),i=n(64197),o=n(17657),s=n(51045),a=n(48863),l=n(42130),c=n(61466),u=n(51094),d=n(4921),p=n(48540),h=n(58934),f=n(47436),g=n(54141),v=n(57167),b=n(25491),m=n(76908);const y={textField:Object.assign({height:"calc(100% - 4px)",margin:"2px 1px",border:"none",flex:"1 0 0px",background:"transparent","min-width":"inherit","&:hover, &:hover:enabled, &:disabled, &:active, &:active:enabled, &:focus, &:focus:enabled":Object.assign({background:"none",border:"none","box-shadow":"none"},m.Ds)},m.KP)},x=Object.assign({margin:"auto",fill:u.CH},m.KP),_={textAction:Object.assign(Object.assign(Object.assign({"box-sizing":"border-box",position:"relative",height:(0,g.Cb)(),margin:"0","min-width":"92px",border:(0,i.WU)("{0} solid {1}",(0,o.a)(v.bu),d.L$),background:p._B},(0,c.u0)()),{display:"flex","flex-direction":"row",transition:"all 0.2s ease-in-out","&:hover":{background:p.Tm,"border-color":d.yD,[m.xE]:{background:"transparent","border-color":m.YP.selectedBackground}},"&:active":{background:p.Iu,"border-color":d.tA}}),m.Ob),textAction__filled:{background:h.wF,border:(0,i.WU)("{0} solid transparent",(0,o.a)(v.bu)),"&:hover":{background:h.Xi,"border-color":"transparent",[m.xE]:{background:m.YP.buttonBackground,"border-color":m.YP.selectedBackground}},"&:active":{background:h.Gy,"border-color":"transparent"},[m.xE]:{background:m.YP.buttonBackground,border:(0,i.WU)("{0} solid {1}",(0,o.a)(v.bu),(()=>m.YP.buttonText))}},textAction__outline:{},textAction__focus:{"&, &:hover":{"box-shadow":(0,i.WU)("0 0 0 {0} {1} inset",(0,o.a)((0,s.$X)(v.Db,v.bu)),f.F),border:(0,i.WU)("{0} solid {1}",(0,o.a)(v.bu),f.F)},[m.xE]:{"&, &:hover":{"box-shadow":(0,i.WU)("0 0 0 {0} {1} inset",(0,o.a)((0,s.$X)(v.Db,v.bu)),(()=>m.YP.buttonText)),border:(0,i.WU)("{0} solid {1}",(0,o.a)(v.bu),(()=>m.YP.buttonText))}}},textAction__disabled:Object.assign(Object.assign(Object.assign({},(0,b.M)()),m.Aw),{"&:hover":{background:p._B,"border-color":d.L$},"&:active":{background:p._B,"border-color":d.L$},"& $textAction_beforeGlyph, & $textAction_afterGlyph":Object.assign({},m.He)}),textAction_button:Object.assign({"border-color":"transparent",color:u.CH,fill:u.CH,height:(0,i.WU)("calc({0} - 6px)",(0,g.Cb)()),"min-width":"fit-content",margin:"2px",padding:"0 3px",left:(0,a.zw)("0",""),right:(0,a.zw)("","0"),top:"0",transition:"color .1s, background-color .1s, border-color 0.2s ease-in-out",flex:"0 0 auto",cursor:"pointer",[m.xE]:{background:m.YP.buttonBackground,fill:m.YP.buttonText},"&:hover":Object.assign({},m.T),"&:active":Object.assign({},m.T),"&:disabled":{}},(0,l.F0)({[m.xE]:{background:m.YP.selectedBackground,fill:m.YP.selectedText,"border-color":(0,i.ef)(m.YP.buttonText),"box-shadow":(0,i.WU)("0 0 0 {0} inset {1}",(0,o.a)(v.Db),(()=>m.YP.buttonBackground))}})),textAction_glyphContainer:{display:"flex","align-items":"center","justify-content":"center","min-width":"20px","min-height":"20px"},textAction_beforeGlyphContainer:{"margin-left":(0,a.zw)((0,g.wb)(3),""),"margin-right":(0,a.zw)("",(0,g.wb)(3))},textAction_afterGlyphContainer:{"margin-left":(0,a.zw)("",(0,g.wb)(3)),"margin-right":(0,a.zw)((0,g.wb)(3),"")},textAction_beforeGlyph:Object.assign({},x),textAction_afterGlyph:Object.assign({},x)};var w=n(11754),C=n(37834),S=n(9680),E=n(89526),O=n(41808),j=n(66399),P=n(62650);class k extends w.Z{constructor(t){super(t),this.handledProps={appearance:void 0,afterGlyph:void 0,beforeGlyph:void 0,button:void 0,buttonPosition:void 0,className:void 0,managedClasses:void 0},this.handleOnFocus=t=>{this.setState({focused:!0}),"function"==typeof this.props.onFocus&&this.props.onFocus(t)},this.handleOnBlur=t=>{this.setState({focused:!1}),"function"==typeof this.props.onBlur&&this.props.onBlur(t)},this.state={focused:!1}}render(){return E.createElement("div",{className:this.generateClassNames()},this.buttonExists()&&this.props.buttonPosition===P.K.before?this.generateButton():null,this.generateBeforeGlyph(),E.createElement(O.nv,Object.assign({},this.unhandledProps(),{disabled:(0,S.Z)(this.props,"disabled",null),placeholder:(0,S.Z)(this.props,"placeholder",null),jssStyleSheet:y,onBlur:this.handleOnBlur,onFocus:this.handleOnFocus})),this.generateAfterGlyph(),this.buttonExists()&&this.props.buttonPosition===P.K.after?this.generateButton():null)}generateClassNames(){const{textAction:t,textAction__disabled:e,textAction__focus:n}=this.props.managedClasses;return super.generateClassNames((0,C.A)(t,[this.props.managedClasses[`textAction__${P.e[this.props.appearance]}`],!!this.props.appearance],[e,this.props.disabled],[n,this.state.focused]))}buttonExists(){return"function"==typeof this.props.button}generateButton(){return this.props.button((0,C.A)(this.props.managedClasses.textAction_button),this.props.disabled)}generateAfterGlyph(){if("function"==typeof this.props.afterGlyph)return E.createElement("div",{className:(0,C.A)(this.props.managedClasses.textAction_glyphContainer,this.props.managedClasses.textAction_afterGlyphContainer)},this.props.afterGlyph((0,C.A)(this.props.managedClasses.textAction_afterGlyph)))}generateBeforeGlyph(){if("function"==typeof this.props.beforeGlyph)return E.createElement("div",{className:(0,C.A)(this.props.managedClasses.textAction_glyphContainer,this.props.managedClasses.textAction_beforeGlyphContainer)},this.props.beforeGlyph((0,C.A)(this.props.managedClasses.textAction_beforeGlyph)))}}k.displayName=`${j.k}TextAction`,k.defaultProps={buttonPosition:P.K.after,managedClasses:{}};const I=k,T=(0,r.ZP)(_)(I)},62650:(t,e,n)=>{"use strict";var r,i;n.d(e,{e:()=>r,K:()=>i}),function(t){t.filled="filled",t.outline="outline"}(r||(r={})),function(t){t.before="before",t.after="after"}(i||(i={}))},17350:(t,e,n)=>{"use strict";n.d(e,{K:()=>d});var r=n(74781),i=n(17332),o=n(17657),s=n(51045),a=n(54141),l=n(80369),c=n(57167);const u={textArea:Object.assign(Object.assign({},(0,l.gM)()),{height:(0,a.Cb)(2),"padding-top":(0,o.a)((0,s.Jp)(c._5,1.5)),"padding-bottom":(0,o.a)((0,s.Jp)(c._5,1.5)),"max-width":"100%"})},d=(0,i.ZP)(u)(r.Z)},41808:(t,e,n)=>{"use strict";n.d(e,{nv:()=>g});var r=n(17332),i=n(54141),o=n(80369);const s={textField:Object.assign(Object.assign({},(0,o.gM)()),{height:(0,i.Cb)()}),textField__filled:Object.assign({},(0,o.UX)())};var a,l=n(11754),c=n(58979),u=n(37834),d=n(89526),p=n(66399);!function(t){t.filled="filled",t.outline="outline"}(a||(a={}));class h extends l.Z{constructor(){super(...arguments),this.handledProps={appearance:void 0,managedClasses:void 0}}render(){return d.createElement(c.ZP,Object.assign({},this.unhandledProps(),{className:this.generateClassNames(),managedClasses:this.props.managedClasses}))}generateClassNames(){return super.generateClassNames((0,u.A)([this.props.managedClasses[`textField__${a[this.props.appearance]}`],!!this.props.appearance]))}}h.displayName=`${p.k}TextField`,h.defaultProps={managedClasses:{}};const f=h,g=(0,r.ZP)(s)(f)},98401:(t,e,n)=>{"use strict";n.d(e,{ZD:()=>s});var r=n(87472),i=n(17332),o=n(49406);const s=(0,i.ZP)(o.Z)(r.ZP)},82117:(t,e,n)=>{"use strict";n.d(e,{ZT:()=>a});var r=n(61341),i=n(17332),o=n(53363);const s={typography:{color:n(51094).CH,"margin-top":"0","margin-bottom":"0",transition:"all 0.2s ease-in-out"},typography__1:Object.assign({},(0,o.Sh)("t1")),typography__2:Object.assign({},(0,o.Sh)("t2")),typography__3:Object.assign({},(0,o.Sh)("t3")),typography__4:Object.assign({},(0,o.Sh)("t4")),typography__5:Object.assign({},(0,o.Sh)("t5")),typography__6:Object.assign({},(0,o.Sh)("t6")),typography__7:Object.assign({},(0,o.Sh)("t7")),typography__8:Object.assign({},(0,o.Sh)("t8")),typography__9:Object.assign({},(0,o.Sh)("t9"))},a=(0,i.ZP)(s)(r.ZP)},66399:(t,e,n)=>{"use strict";n.d(e,{k:()=>r});const r="MSFT"},27157:(t,e,n)=>{"use strict";n.d(e,{Z:()=>P});var r=n(17657),i=n(51045),o=n(48863),s=n(64197),a=n(42130),l=n(57167),c=n(93150),u=n(81839);const d=(0,c.vm)((0,u.r)(l.yv,4.5,0,l.OK,l.d0,l.G)),p=(0,c.mq)(c.lB.rest,d),h=(0,c.mq)(c.lB.hover,d),f=(0,c.mq)(c.lB.active,d);(0,c.mq)(c.lB.focus,d);var g=n(48540),v=n(40359),b=n(51094),m=n(61466),y=n(54141),x=n(25491),_=n(53363),w=n(97682),C=n(76908),S=n(80369);const E=(0,r.a)((0,i.IH)((0,i.cs)((0,y.iY)(),2),l._5)),O=(0,r.a)((0,i.IH)(l._5,(0,y.ty)(0,1,2))),j=t=>e=>{const n="string"==typeof t?t:t(e);return``},P={checkbox:{position:"relative",display:"inline-flex","flex-direction":"row","align-items":"center",transition:"all 0.2s ease-in-out","& $checkbox_label":{"padding-left":(0,o.zw)((0,y.wb)(2),""),"padding-right":(0,o.zw)("",(0,y.wb)(2))},[C.xE]:Object.assign({},C.a8)},checkbox_input:Object.assign(Object.assign(Object.assign(Object.assign({position:"absolute",width:E,height:E,appearance:"none","-webkit-appearance":"none","-moz-appearance":"none"},(0,m.u0)()),{"box-sizing":"border-box",margin:"0","z-index":"1",background:g._B,transition:"all 0.2s ease-in-out",border:(0,s.WU)("{0} solid {1}",(0,r.a)(l.bu),v.sK),"&:enabled":Object.assign({},(0,w.$C)()),"&:hover:enabled":{background:g.Tm,"border-color":v.AP,[C.xE]:{background:C.YP.background,"border-color":C.YP.selectedBackground}},"&:active:enabled":{background:g.Iu,"border-color":v.IY}}),(0,a.F0)(Object.assign(Object.assign({},S.t1),C.vy))),C.Fn),checkbox_stateIndicator:Object.assign(Object.assign({position:"relative"},(0,m.u0)()),{display:"inline-block",width:E,height:E,"flex-shrink":"0","&::before":{content:"''","pointer-events":"none",position:"absolute","z-index":"1",top:"0",left:"0",width:E,height:E}}),checkbox_label:Object.assign(Object.assign(Object.assign(Object.assign({},(0,w.$C)()),{color:b.CH}),(0,_.Sh)("t7")),C.qZ),checkbox__checked:{"& $checkbox_stateIndicator":{"&::before":{background:(0,s.WU)("url('data:image/svg+xml;utf8,{0}')",j(l.Cz)),[C.xE]:{background:(0,s.WU)("url('data:image/svg+xml;utf8,{0}')",j(C.YP.selectedText))}}},"&:hover":{"& $checkbox_stateIndicator":{"&::before":{[C.xE]:{background:(0,s.WU)("url('data:image/svg+xml;utf8,{0}')",j(C.YP.selectedBackground))}}}},"& $checkbox_input":Object.assign(Object.assign({background:p,"border-color":"transparent"},C.$n),{"&:hover":Object.assign({background:h},C.YF),"&:active":{background:f}})},checkbox__indeterminate:{"& $checkbox_stateIndicator":{"&::before":Object.assign(Object.assign({},(0,m.u0)()),{transform:"none",top:O,right:O,bottom:O,left:O,width:"auto",height:"auto",background:b.CH,[C.xE]:{backgroundColor:C.YP.selectedBackground}})}},checkbox__disabled:Object.assign(Object.assign({},(0,x.M)()),{"& $checkbox_input, & $checkbox_label":Object.assign(Object.assign({},(0,w.YW)()),C.Aw)})}},10384:(t,e,n)=>{"use strict";n.d(e,{DO:()=>s,ZP:()=>a});var r=n(26007),i=n(64702);const o={backgroundColor:n(21019).ix,contrast:0,density:0,designUnit:4,baseHeightMultiplier:8,baseHorizontalSpacingMultiplier:3,direction:r.N.ltr,cornerRadius:2,elevatedCornerRadius:4,focusOutlineWidth:2,fontWeight:{light:100,semilight:200,normal:400,semibold:600,bold:700},disabledOpacity:.3,outlineWidth:1,neutralPalette:["#FFFFFF","#FCFCFC","#FAFAFA","#F7F7F7","#F5F5F5","#F2F2F2","#EFEFEF","#EDEDED","#EAEAEA","#E8E8E8","#E5E5E5","#E2E2E2","#E0E0E0","#DDDDDD","#DBDBDB","#D8D8D8","#D6D6D6","#D3D3D3","#D0D0D0","#CECECE","#CBCBCB","#C9C9C9","#C6C6C6","#C3C3C3","#C1C1C1","#BEBEBE","#BCBCBC","#B9B9B9","#B6B6B6","#B4B4B4","#B1B1B1","#AFAFAF","#ACACAC","#A9A9A9","#A7A7A7","#A4A4A4","#A2A2A2","#9F9F9F","#9D9D9D","#9A9A9A","#979797","#959595","#929292","#909090","#8D8D8D","#8A8A8A","#888888","#858585","#838383","#808080","#7D7D7D","#7B7B7B","#787878","#767676","#737373","#717171","#6E6E6E","#6B6B6B","#696969","#666666","#646464","#616161","#5F5F5F","#5C5C5C","#5A5A5A","#575757","#545454","#525252","#4F4F4F","#4D4D4D","#4A4A4A","#484848","#454545","#424242","#404040","#3D3D3D","#3B3B3B","#383838","#363636","#333333","#313131","#2E2E2E","#2B2B2B","#292929","#262626","#242424","#212121","#1E1E1E","#1B1B1B","#181818","#151515","#121212","#101010","#000000"],accentPalette:["#FFFFFF","#FBFDFE","#F6FAFE","#F2F8FD","#EEF6FC","#E9F4FB","#E5F1FB","#E1EFFA","#DCEDF9","#D8EAF8","#D4E8F8","#CFE6F7","#CBE4F6","#C7E1F6","#C2DFF5","#BEDDF4","#BADAF3","#B6D8F3","#B1D6F2","#ADD4F1","#A9D1F0","#A4CFF0","#A0CDEF","#9CCAEE","#97C8EE","#93C6ED","#8FC4EC","#8AC1EB","#86BFEB","#82BDEA","#7DBAE9","#79B8E8","#75B6E8","#70B3E7","#6CB1E6","#68AFE5","#63ADE5","#5FAAE4","#5BA8E3","#56A6E3","#52A3E2","#4EA1E1","#499FE0","#459DE0","#419ADF","#3D98DE","#3896DD","#3493DD","#3091DC","#2B8FDB","#278DDB","#238ADA","#1E88D9","#1A86D8","#1683D8","#1181D7","#0D7FD6","#097DD5","#047AD5","#0078D4","#0075CF","#0072C9","#006FC4","#006CBE","#0069B9","#0066B4","#0063AE","#0060A9","#005CA3","#00599E","#005699","#005393","#00508E","#004D88","#004A83","#00477D","#004478","#004173","#003E6D","#003B68","#003862","#00355D","#003258","#002F52","#002B4D","#002847","#002542","#00223C","#001F36","#001B30","#00182B","#001525","#00121F","#000000"],accentBaseColor:"#0078D4",accentFillRestDelta:0,accentFillHoverDelta:4,accentFillActiveDelta:-5,accentFillFocusDelta:0,accentFillSelectedDelta:12,accentForegroundRestDelta:0,accentForegroundHoverDelta:6,accentForegroundActiveDelta:-4,accentForegroundFocusDelta:0,neutralFillRestDelta:7,neutralFillHoverDelta:10,neutralFillActiveDelta:5,neutralFillFocusDelta:0,neutralFillSelectedDelta:7,neutralFillInputRestDelta:0,neutralFillInputHoverDelta:0,neutralFillInputActiveDelta:0,neutralFillInputFocusDelta:0,neutralFillInputSelectedDelta:0,neutralFillStealthRestDelta:0,neutralFillStealthHoverDelta:5,neutralFillStealthActiveDelta:3,neutralFillStealthFocusDelta:0,neutralFillStealthSelectedDelta:7,neutralFillToggleHoverDelta:8,neutralFillToggleActiveDelta:-5,neutralFillToggleFocusDelta:0,baseLayerLuminance:-1,neutralFillCardDelta:3,neutralForegroundDarkIndex:93,neutralForegroundLightIndex:0,neutralForegroundHoverDelta:0,neutralForegroundActiveDelta:0,neutralForegroundFocusDelta:0,neutralDividerRestDelta:8,neutralOutlineRestDelta:25,neutralOutlineHoverDelta:40,neutralOutlineActiveDelta:16,neutralOutlineFocusDelta:25};function s(t,e){return(0,i.Z)(t)?t(e):t}const a=o},19898:(t,e,n)=>{"use strict";n.d(e,{Z:()=>p});var r=n(64197),i=n(17657),o=n(42130),s=n(51094),a=n(29911),l=n(47436),c=n(57167),u=n(76908);const d={hypertext:{outline:"none","text-decoration":"none",color:s.CH,transition:"all 0.2s ease-in-out, border 0.03s ease-in-out","&:link, &:visited":Object.assign(Object.assign({"border-bottom":(0,r.WU)("{0} solid {1}",(0,i.a)(c.bu),a.go),color:a.go,"&:hover":{"border-bottom-color":a.D9,color:a.D9,[u.xE]:{"border-bottom-color":u.cy,color:u.cy}},"&:active":{"border-bottom-color":a.VN,color:a.VN}},(0,o.F0)({"border-bottom":(0,r.WU)("{0} solid {1}",(0,i.a)(c.Db),l.F),[u.xE]:{"border-bottom-color":u.cy,color:u.cy}})),{[u.xE]:{color:u.cy,"border-bottom-color":u.cy}}),[u.xE]:Object.assign(Object.assign({},u.a8),{color:u.YP.text})}},p=/^(67[25]|(14|20|77|88)5|(2|3|47)2|571|939|991)$/.test(n.j)?d:null},83868:(t,e,n)=>{"use strict";if(n.d(e,{$:()=>h,p:()=>f}),!/^(2(22|74|96)|154|183|32|580|717|830|882|997)$/.test(n.j))var r=n(64197);if(!/^(2(22|74|96)|154|183|32|580|717|830|882|997)$/.test(n.j))var i=n(51045);var o=n(17657),s=n(48863);if(!/^(2(22|74|96)|154|183|32|580|717|830|882|997)$/.test(n.j))var a=n(61466);if(!/^(2(22|74|96)|154|183|32|580|717|830|882|997)$/.test(n.j))var l=n(97682);var c=n(54141),u=n(57167),d=n(25491);if(!/^(2(22|74|96)|154|183|32|580|717|830|882|997)$/.test(n.j))var p=n(53363);function h(){return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,p.Sh)("t7")),(0,l.$C)()),(0,a.Ee)()),(0,a.u0)()),{"font-family":"inherit","box-sizing":"border-box","max-width":"374px","min-width":(0,c.Cb)(),padding:(0,r.WU)("0 {0}",(0,c.wb)((0,i.IH)(u.Db,2))),display:"inline-flex","justify-content":"center","align-items":"center",height:(0,c.Cb)(),"line-height":"1",overflow:"hidden","text-decoration":"none","white-space":"nowrap",transition:"all 0.1s ease-in-out","&::-moz-focus-inner":{border:"0"}})}const f={button_contentRegion:{position:"relative","&::before":{content:"''",display:"block",height:(0,o.a)(u.bu),position:"absolute",bottom:"-3px",width:"100%",left:(0,s.zw)("0",""),right:(0,s.zw)("","0")},"& svg":{}},button__disabled:Object.assign({},(0,d.M)()),button_beforeOrAfterContainer:{display:"flex","align-items":"center","justify-content":"center","min-width":"20px","min-height":"20px"},button_beforeContainer:{},button_afterContainer:{},button_beforeContent:{},button_afterContent:{},button__hasBeforeOrAfterAndChildren:{"& $button_beforeContainer":{"margin-right":(0,s.zw)((0,c.wb)(2),""),"margin-left":(0,s.zw)("",(0,c.wb)(2))},"& $button_afterContainer":{"margin-right":(0,s.zw)("",(0,c.wb)(2)),"margin-left":(0,s.zw)((0,c.wb)(2),"")}}}},80369:(t,e,n)=>{"use strict";n.d(e,{gM:()=>y,UX:()=>x,t1:()=>_});var r=n(64197),i=n(17657),o=n(51045);if(/^(5(5|51|71)|6(01|72|75)|9(08|39|91)|(18|20|77|88)5|22|360)$/.test(n.j))var s=n(61466);if(/^(5(5|51|71)|6(01|72|75)|9(08|39|91)|(18|20|77|88)5|22|360)$/.test(n.j))var a=n(48540);if(/^(5(5|51|71)|6(01|72|75)|9(08|39|91)|(18|20|77|88)5|22|360)$/.test(n.j))var l=n(4921);if(/^(5(5|51|71)|6(01|72|75)|9(08|39|91)|(18|20|77|88)5|22|360)$/.test(n.j))var c=n(51094);var u=n(47436);if(/^(5(5|51|71)|6(01|72|75)|9(08|39|91)|(18|20|77|88)5|22|360)$/.test(n.j))var d=n(91030);if(/^(5(5|51|71)|6(01|72|75)|9(08|39|91)|(20|77|88)5|22|360)$/.test(n.j))var p=n(58934);if(/^(5(5|51|71)|6(01|72|75)|9(08|39|91)|(18|20|77|88)5|22|360)$/.test(n.j))var h=n(54141);if(/^(5(5|51|71)|6(01|72|75)|9(08|39|91)|(18|20|77|88)5|22|360)$/.test(n.j))var f=n(25491);if(/^(5(5|51|71)|6(01|72|75)|9(08|39|91)|(18|20|77|88)5|22|360)$/.test(n.j))var g=n(53363);if(/^(5(5|51|71)|6(01|72|75)|9(08|39|91)|(18|20|77|88)5|22|360)$/.test(n.j))var v=n(89827);var b=n(57167);if(/^(5(5|51|71)|6(01|72|75)|9(08|39|91)|(18|20|77|88)5|22|360)$/.test(n.j))var m=n(76908);function y(t){return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},(0,g.Sh)("t7")),(0,v.Li)()),{background:a._B,border:(0,r.WU)("{0} solid {1}",(0,i.a)(b.bu),l.L$),color:c.CH,"font-family":"inherit","box-sizing":"border-box",padding:(0,r.WU)("0 {0}",(0,h.wb)(b.bu))}),(0,s.u0)()),{margin:"0",transition:"all 0.2s ease-in-out","&:hover:enabled":{background:a.Tm,"border-color":l.yD,[m.xE]:{background:m.YP.buttonBackground,border:(0,r.WU)("{0} solid {1}",(0,i.a)(b.bu),(()=>m.YP.selectedBackground))}},"&:active:enabled":{background:a.Iu,"border-color":l.tA},"&:focus:enabled":Object.assign({"box-shadow":(0,r.WU)("0 0 0 1px {0} inset",u.F),"border-color":u.F,outline:"none"},m.St),"&:disabled":Object.assign(Object.assign({},(0,f.M)()),m.Aw),"&::placeholder":{color:(0,d.Q)(a._B),[m.xE]:{color:m.YP.disabledText}},[m.xE]:Object.assign(Object.assign({},m.a8),{background:m.YP.buttonBackground,"border-color":m.YP.buttonText,color:m.YP.buttonText})})}function x(){return Object.assign(Object.assign({},y()),{background:p.wF,border:(0,r.WU)("{0} solid transparent",(0,i.a)(b.bu)),"&:hover:enabled":{background:p.Xi,"border-color":"transparent",[m.xE]:{background:m.YP.buttonBackground,border:(0,r.WU)("{0} solid {1}",(0,i.a)(b.bu),(()=>m.YP.selectedBackground))}},"&:active:enabled":{"border-color":"transparent"},"&:focus:enabled":{"border-color":u.F},"&::placeholder":{color:(0,d.Q)(p.wF),[m.xE]:{color:m.YP.disabledText}},[m.xE]:Object.assign(Object.assign({},m.a8),{background:m.YP.buttonBackground,"border-color":m.YP.buttonText})})}const _={"box-shadow":(0,r.WU)("0 0 0 2px {0}, 0 0 0 {2} {1}",b.Cz,u.F,(0,i.a)((0,o.IH)(b.Db,2)))}},49406:(t,e,n)=>{"use strict";n.d(e,{Z:()=>O});var r=n(51045),i=n(48863),o=n(17657),s=n(64197),a=n(42130),l=n(53363),c=n(51094),u=n(48540),d=n(40359),p=n(94048),h=n(95046),f=n(25491),g=n(54141),v=n(57167),b=n(97682),m=n(76908),y=n(80369);const x=(0,r.IH)((0,r.cs)((0,g.iY)(),2),v._5),_=(0,r.Jp)(x,2),w=(0,r.IH)(v._5,(0,g.ty)(0,1,2)),C=(0,r.$X)(x,(0,r.Jp)(w,2)),S=(0,r.$X)(_,w,C),E={toggle:{display:"inline-block",color:c.CH,transition:"all 0.2s ease-in-out",[m.xE]:Object.assign({},m.a8)},toggle_label:Object.assign(Object.assign(Object.assign({},(0,b.$C)()),(0,l.Sh)("t7")),{display:"block","padding-bottom":"7px",clear:"both"}),toggle_toggleButton:Object.assign(Object.assign({},(0,b.$C)()),{position:"relative","margin-top":"0",float:(0,i.zw)("left","right")}),toggle_stateIndicator:{position:"absolute","pointer-events":"none",top:(0,o.a)(w),left:(0,i.zw)((0,o.a)(w),"unset"),right:(0,i.zw)("unset",(0,o.a)(w)),transition:"all .1s ease","border-radius":(0,o.a)(C),width:(0,o.a)(C),height:(0,o.a)(C),background:c.CH},toggle_input:Object.assign(Object.assign(Object.assign(Object.assign({},(0,b.$C)()),{display:"block",position:"relative",margin:"0",width:(0,o.a)(_),height:(0,o.a)(x),background:u._B,border:(0,s.WU)("{0} solid {1}",(0,o.a)(v.bu),d.sK),"border-radius":(0,o.a)(x),appearance:"none","-webkit-appearance":"none","-moz-appearance":"none",outline:"none","&:active":{background:u.Iu,"border-color":d.IY,[m.xE]:{background:m.YP.selectedBackground,"border-color":m.YP.selectedText,"& + span":{background:m.YP.selectedText}}},"&:hover":{background:u.Tm,"border-color":d.AP,[m.xE]:{background:m.YP.background,"border-color":m.YP.selectedBackground,"& + span":{background:m.YP.selectedBackground}}}}),(0,a.F0)(Object.assign(Object.assign({},y.t1),m.vy))),{[m.xE]:{background:m.YP.background,"border-color":m.YP.buttonText,"& + span":{background:m.YP.buttonText}}}),toggle__checked:{"& $toggle_input":{background:p.Av,"border-color":p.Av,"&:disabled":{"& $toggle_input, & $toggle_label, & $toggle_statusMessage":{[m.xE]:{background:"transparent","border-color":(0,s.ef)(m.YP.disabledText),color:(0,s.ef)(m.YP.disabledText),"& + span":{background:(0,s.ef)(m.YP.disabledText)}}}},"&:hover":{[m.xE]:{background:m.YP.selectedText,"border-color":m.YP.selectedBackground,"& + span":{background:m.YP.selectedBackground}}},"&:active":{[m.xE]:{background:(0,s.ef)(m.YP.selectedBackground),"border-color":(0,s.ef)(m.YP.selectedBackground),"& + span":{background:(0,s.ef)(m.YP.selectedText)}}},[m.xE]:{background:m.YP.selectedBackground,"border-color":m.YP.selectedBackground,"& + span":{background:m.YP.selectedText}}},"& $toggle_stateIndicator":{left:(0,i.zw)((0,o.a)(S),"unset"),right:(0,i.zw)("unset",(0,o.a)(S)),background:h.Q}},toggle__disabled:Object.assign(Object.assign({},(0,f.M)()),{"& $toggle_input, & $toggle_label, & $toggle_statusMessage":Object.assign(Object.assign({},(0,b.YW)()),{[m.xE]:{background:"transparent","border-color":(0,s.ef)(m.YP.disabledText),color:(0,s.ef)(m.YP.disabledText),"& + span":{background:(0,s.ef)(m.YP.disabledText)}}})}),toggle_statusMessage:Object.assign(Object.assign(Object.assign({},(0,l.Sh)("t7")),{"line-height":(0,o.a)(x),float:(0,i.zw)("left","right"),"padding-left":(0,i.zw)("6px",""),"padding-right":(0,i.zw)("","6px"),"user-select":"none","margin-top":"0","padding-bottom":"0"}),m.qZ)},O=/^(67[25]|185|472|571|991)$/.test(n.j)?E:null},61466:(t,e,n)=>{"use strict";if(n.d(e,{u0:()=>a,us:()=>l,h9:()=>c,$C:()=>u,Ee:()=>d}),!/^(183|274|296|580|717|830|882|997)$/.test(n.j))var r=n(17657);if(!/^(183|274|296|580|717|830|882|997)$/.test(n.j))var i=n(64197);if(!/^(183|274|296|580|717|830|882|997)$/.test(n.j))var o=n(57167);function s(t){return{"border-radius":t}}function a(){return s((0,r.a)(o.Ri))}function l(){return s((0,r.a)(o.al))}function c(){return l()}function u(){return s("999px")}function d(t){return{border:(0,i.WU)("{0} solid transparent",(0,r.a)(o.Db))}}},94048:(t,e,n)=>{"use strict";n.d(e,{Av:()=>p,OC:()=>h,UE:()=>f,NU:()=>g});var r=n(67099),i=n(57167),o=n(95046),s=n(93150),a=n(14963);const l=(0,s.K2)(i.MY,i.jW,i.hD);function c(t){return e=>{const n=(0,i.au)(e),c=n.length,u=(0,i.R6)(e),d=(0,o.Q)(Object.assign({},e,{backgroundColor:u})),p=(0,i.B2)(e),h=(0,a.BD)(e)>=l(e)?-1:1,f=c-1,g=(0,a.hi)(i.au,u)(e);let v=0;for(;v=t&&(0,r.Z)(g+v+h+h,0,f);)v+=h;const b=g+v,m=b+-1*h*p,y=m+h*(0,i.Wo)(e),x=m+h*(0,i.v$)(e);return{rest:(0,a.qZ)(m,n),hover:(0,a.qZ)(b,n),active:(0,a.qZ)(y,n),focus:(0,a.qZ)(x,n),selected:(0,a.qZ)(m+((0,a.Yc)(e)?-1*(0,i.bX)(e):(0,i.bX)(e)),n)}}}const u=(0,s.vm)(c(4.5)),d=(0,s.vm)(c(3)),p=(0,s.mq)(s.lB.rest,u),h=(0,s.mq)(s.lB.hover,u),f=(0,s.mq)(s.lB.active,u),g=((0,s.mq)(s.lB.focus,u),(0,s.mq)(s.lB.selected,u));(0,s.mq)(s.lB.rest,d),(0,s.mq)(s.lB.hover,d),(0,s.mq)(s.lB.active,d),(0,s.mq)(s.lB.focus,d),(0,s.mq)(s.lB.selected,d)},95046:(t,e,n)=>{"use strict";n.d(e,{Q:()=>l});var r=n(57167),i=n(21019),o=n(93150);const s=(t,e)=>(0,o.$p)(i.ix,t)>=e?i.ix:i.Sn;function a(t){return function(e){return"function"==typeof e?n=>s(e(n),t):s((0,r.R6)(e),t)}}const l=a(4.5);a(3)},29911:(t,e,n)=>{"use strict";n.d(e,{go:()=>c,D9:()=>u,VN:()=>d});var r=n(57167),i=n(14963),o=n(93150);function s(t){return e=>{const n=(0,r.au)(e),o=(0,r.R6)(e),s=(0,i.hi)(r.au,o)(e),a={rest:(0,r.kp)(e),hover:(0,r.L8)(e),active:(0,r.kb)(e),focus:(0,r.nd)(e)},l=(0,i.Yc)(e)?-1:1,c=s+(1===l?Math.min(a.rest,a.hover):Math.max(l*a.rest,l*a.hover)),u=(0,i.Ce)(r.Cz)(r.au)((()=>c))((()=>l))((e=>e>=t))(e),d=(0,i.Ik)(r.au,u)(e),p=d+l*Math.abs(a.rest-a.hover),h=1===l?a.restl*a.hover,f=h?d:p,g=h?p:d,v=f+l*a.active,b=f+l*a.focus;return{rest:(0,i.qZ)(f,n),hover:(0,i.qZ)(g,n),active:(0,i.qZ)(v,n),focus:(0,i.qZ)(b,n)}}}const a=(0,o.vm)(s(4.5)),l=(0,o.vm)(s(3)),c=(0,o.mq)(o.lB.rest,a),u=(0,o.mq)(o.lB.hover,a),d=(0,o.mq)(o.lB.active,a);(0,o.mq)(o.lB.focus,a),(0,o.mq)(o.lB.rest,l),(0,o.mq)(o.lB.hover,l),(0,o.mq)(o.lB.active,l),(0,o.mq)(o.lB.focus,l)},81839:(t,e,n)=>{"use strict";if(n.d(e,{r:()=>s}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(10384);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(57167);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(14963);function s(t,e,n,s,a,l){return c=>{const u=(0,r.DO)(t,c),d=(0,o.Yc)(c)?-1:1,p=(0,o.Ce)(i.Cz)(u)(o.Tq)((()=>d))((0,o.iC)((0,r.DO)(e,c)))(c),h=(0,o.Ik)(t,p)(c),f=(0,r.DO)(n,c),g=(0,r.DO)(s,c),v=(0,r.DO)(a,c),b=(0,r.DO)(l,c);return function(t,e,n,r,i,s,a){const l=t+n*Math.abs(r-i),c=1===n?rn*i,u=c?t:l,d=c?l:t,p=u+n*s,h=u+n*a;return{rest:(0,o.qZ)(u,e),hover:(0,o.qZ)(d,e),active:(0,o.qZ)(p,e),focus:(0,o.qZ)(h,e)}}(h,u,d,f,g,v,b)}}},21019:(t,e,n)=>{"use strict";n.d(e,{ix:()=>i,Sn:()=>o});var r=n(52502);const i="#FFFFFF",o="#000000",s={steps:94,clipLight:0,clipDark:0};Object.assign({},s),Object.assign(Object.assign({},s),{baseColor:(0,r.in)("#0078D4")})},93150:(t,e,n)=>{"use strict";n.d(e,{lB:()=>r,vm:()=>a,mq:()=>l,WV:()=>c,Kf:()=>u,ET:()=>d,$p:()=>p,sF:()=>h,K2:()=>f,uZ:()=>g});var r,i=n(52502),o=n(81562),s=n(98415);function a(t){const e=(0,s.Z)(t);return function(t){return"function"==typeof t?n=>e(Object.assign({},n,{backgroundColor:t(n)})):e(t)}}function l(t,e){const n=(0,s.Z)(e);return e=>"function"==typeof e?r=>n(Object.assign({},r,{backgroundColor:e(r)}))[t]:n(e)[t]}!function(t){t.rest="rest",t.hover="hover",t.active="active",t.focus="focus",t.selected="selected"}(r||(r={}));const c=(0,s.Z)((t=>{let e=(0,i.in)(t);if(null!==e)return e;if(e=(0,i.hg)(t),null!==e)return e;throw new Error(`${t} cannot be converted to a ColorRGBA64. Color strings must be one of the following formats: "#RGB", "#RRGGBB", or "rgb(r, g, b)"`)}));function u(t){return(0,i.pJ)(t)||(0,i.b4)(t)}function d(t,e){return c(t).equalValue(c(e))}const p=(0,s.Z)(((t,e)=>(0,o.wo)(c(t),c(e))),((t,e)=>t+e));function h(t){return(0,o.hM)(c(t))}function f(...t){return e=>Math.max.apply(null,t.map((t=>t(e))))}const g=(t,e,n)=>Math.min(Math.max(t,e),n)},57481:(t,e,n)=>{"use strict";if(n.d(e,{D:()=>i}),/^(185|366|813|937)$/.test(n.j))var r=n(73446);function i(t){return new r.b({baseColor:t}).palette.map((t=>t.toStringHexRGB().toUpperCase()))}},8215:(t,e,n)=>{"use strict";n.d(e,{e:()=>o});var r=n(57167),i=n(14963);const o=(0,n(93150).vm)((t=>{const e=(0,r.yv)(t),n=(0,i.BD)(t),o=(0,r.yI)(t),s=n+((0,i.Yc)(t)?-1:1)*o;return(0,i.qZ)(s,e)}))},48540:(t,e,n)=>{"use strict";n.d(e,{_B:()=>a,Tm:()=>l,Iu:()=>c});var r=n(57167),i=n(14963),o=n(93150);function s(t){return e=>{const n=(0,i.Yc)(e)?-1:1;return(0,i.qZ)((0,i.BD)(e)-t(e)*n,(0,r.yv)(e))}}const a=(0,o.vm)(s(r.ef)),l=(0,o.vm)(s(r.EL)),c=(0,o.vm)(s(r.q_)),u=(0,o.vm)(s(r.Zb)),d=(0,o.vm)(s(r.VI));(0,o.vm)((t=>({rest:a(t),hover:l(t),active:c(t),focus:u(t),selected:d(t)})))},19652:(t,e,n)=>{"use strict";n.d(e,{jq:()=>l,Qp:()=>c,sG:()=>u,sx:()=>p});var r=n(57167),i=n(93150),o=n(14963);const s=(0,i.K2)(r.MY,r.jW,r.hD,r.VQ,r.qD,r.fq,r.gs,r.IU);function a(t){return e=>{const n=(0,o.BD)(e),i=n>=s(e)?-1:1;return(0,o.qZ)(n+i*t(e),(0,r.yv)(e))}}const l=(0,i.vm)(a(r.qD)),c=(0,i.vm)(a(r.fq)),u=(0,i.vm)(a(r.gs)),d=(0,i.vm)(a(r.IU)),p=(0,i.vm)(a(r.Uy));(0,i.vm)((t=>({rest:l(t),hover:c(t),active:u(t),focus:d(t),selected:p(t)})))},58934:(t,e,n)=>{"use strict";n.d(e,{wF:()=>l,Xi:()=>c,Gy:()=>u,Ob:()=>p});var r=n(57167),i=n(93150),o=n(14963);const s=(0,i.K2)(r.MY,r.jW,r.hD,r.VQ);function a(t){return e=>{const n=(0,o.BD)(e),i=n>=s(e)?-1:1;return(0,o.qZ)(n+i*t(e),(0,r.yv)(e))}}const l=(0,i.vm)(a(r.MY)),c=(0,i.vm)(a(r.jW)),u=(0,i.vm)(a(r.hD)),d=(0,i.vm)(a(r.VQ)),p=(0,i.vm)(a(r.y$));(0,i.vm)((t=>({rest:l(t),hover:c(t),active:u(t),focus:d(t),selected:p(t)})))},47436:(t,e,n)=>{"use strict";n.d(e,{F:()=>l,A:()=>u});var r=n(57167),i=n(14963),o=n(93150);function s(t){return t>3.5}const a=(0,i.Ce)(r.Cz)(r.yv)((function(t,e,n){return(0,i.hi)(r.yv,t)(n)}))((function(t,e,n){return(0,i.Yc)(n)?-1:1}))(s),l=(0,o.vm)(a);function c(t,e,n){return(0,i.Yc)(n)?1:-1}function u(t){return(0,i.Ce)(l)(r.au)(function(t){return(e,n,r)=>n.indexOf(t(r))}(t))(c)(s)}},91030:(t,e,n)=>{"use strict";n.d(e,{Q:()=>a});var r=n(57167),i=n(93150),o=n(81839);function s(t){return(0,o.r)(r.yv,t,0,0,0,0)}const a=(0,i.mq)(i.lB.rest,(0,i.vm)(s(4.5)));(0,i.mq)(i.lB.rest,(0,i.vm)(s(3)))},51094:(t,e,n)=>{"use strict";n.d(e,{CH:()=>a,QP:()=>l,Tt:()=>c});var r=n(57167),i=n(93150),o=n(81839);const s=(0,i.vm)((0,o.r)(r.yv,14,0,r.Ax,r.Nt,r.Cv)),a=(0,i.mq)(i.lB.rest,s),l=(0,i.mq)(i.lB.hover,s),c=(0,i.mq)(i.lB.active,s);(0,i.mq)(i.lB.focus,s)},18488:(t,e,n)=>{"use strict";n.d(e,{s5:()=>m,A4:()=>y,$B:()=>x,Mw:()=>_});var r,i,o,s=n(51045),a=n(57653),l=n(92764),c=n(57167),u=n(14963),d=n(93150);function p(t,e){return n=>-1===(0,c.q2)(n)?e(n):t(n)}!function(t){t[t.L1=0]="L1",t[t.L1Alt=3]="L1Alt",t[t.L2=10]="L2",t[t.L3=13]="L3",t[t.L4=16]="L4"}(r||(r={})),function(t){t[t.L1=76]="L1",t[t.L1Alt=76]="L1Alt",t[t.L2=79]="L2",t[t.L3=82]="L3",t[t.L4=85]="L4"}(i||(i={})),function(t){t[t.LightMode=1]="LightMode",t[t.DarkMode=.23]="DarkMode"}(o||(o={}));const h=(0,u.hi)(c.yv,(t=>{const e=(0,c.q2)(t);return new a.h(e,e,e,1).toStringHexRGB()})),f=t=>(0,l.uZ)((0,s.$X)(h,c.Dk)(t),0,(0,c.yv)(t).length-1),g=(0,d.K2)(c.MY,c.jW,c.hD),v=(0,d.K2)((0,s.IH)(h,c.Dk),g),b=t=>{const e=.14,n=new a.h(e,e,e,1);return(0,u.hi)(c.yv,n.toStringHexRGB())(t)},m=(0,d.vm)(p((0,u.qZ)((0,s.$X)(f,c.Dk),c.yv),(0,u.Qs)(c.yv)(0,(0,s.$X)(b,(0,s.Jp)(c.Dk,5))))),y=(0,d.vm)(p((0,u.qZ)(f,c.yv),(0,u.Qs)(c.yv)(0,(0,s.$X)(b,(0,s.Jp)(c.Dk,4))))),x=(0,d.vm)(p((0,u.qZ)((0,s.IH)(f,c.Dk),c.yv),(0,u.Qs)(c.yv)(c.Dk,(0,s.$X)(b,(0,s.Jp)(c.Dk,3))))),_=(0,d.vm)(p((0,u.qZ)(h,c.yv),(0,u.Qs)(c.yv)(0,(0,s.$X)(b,(0,s.Jp)(c.Dk,3)))));(0,d.vm)(p((0,u.qZ)(v,c.yv),(0,u.Qs)(c.yv)(g,(0,s.$X)(b,(0,s.Jp)(c.Dk,2))))),(0,d.vm)(p((0,u.qZ)((0,s.IH)(v,c.Dk),c.yv),(0,u.Qs)(c.yv)((0,s.IH)(g,c.Dk),(0,s.$X)(b,c.Dk)))),(0,d.vm)(p((0,u.qZ)((0,s.IH)(v,(0,s.Jp)(c.Dk,2)),c.yv),(0,u.Qs)(c.yv)((0,s.IH)(g,(0,s.Jp)(c.Dk,2)),b)))},40359:(t,e,n)=>{"use strict";n.d(e,{sK:()=>c,AP:()=>u,IY:()=>d});var r=n(51045),i=n(57167),o=n(93150),s=n(81839);const a=(0,o.vm)((0,s.r)(i.yv,3,0,(0,r.$X)(i.k9,i.Kp),(0,r.$X)(i.KS,i.Kp),(0,r.$X)(i.OD,i.Kp))),l=(0,o.vm)(a),c=(0,o.mq)(o.lB.rest,l),u=(0,o.mq)(o.lB.hover,l),d=(0,o.mq)(o.lB.active,l);(0,o.mq)(o.lB.focus,l)},4921:(t,e,n)=>{"use strict";n.d(e,{L$:()=>a,yD:()=>l,tA:()=>c});var r=n(57167),i=n(14963),o=n(93150);const s=(0,o.vm)((t=>{const e=(0,r.yv)(t),n=(0,i.BD)(t),o=(0,i.Yc)(t)?-1:1,s=(0,r.Kp)(t),a=n+o*s,l=a+o*((0,r.k9)(t)-s),c=a+o*((0,r.KS)(t)-s),u=a+o*((0,r.OD)(t)-s);return{rest:(0,i.qZ)(a,e),hover:(0,i.qZ)(l,e),active:(0,i.qZ)(c,e),focus:(0,i.qZ)(u,e)}})),a=(0,o.mq)(o.lB.rest,s),l=(0,o.mq)(o.lB.hover,s),c=(0,o.mq)(o.lB.active,s);(0,o.mq)(o.lB.focus,s)},14963:(t,e,n)=>{"use strict";if(n.d(e,{Ik:()=>a,hi:()=>l,Yc:()=>c,L_:()=>u,qZ:()=>d,Qs:()=>p,Ce:()=>f,Tq:()=>g,BD:()=>v,iC:()=>b}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(10384);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(57167);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(93150);var s;function a(t,e){return n=>{if(!(0,o.Kf)(e))return-1;const i=(0,r.DO)(t,n),s=i.indexOf(e);return-1!==s?s:i.findIndex((t=>(0,o.Kf)(t)&&(0,o.ET)(e,t)))}}function l(t,e){return n=>{const i=(0,r.DO)(t,n),s=(0,r.DO)(e,n),l=a(i,s)(n);let c;if(-1!==l)return l;try{c=(0,o.sF)(s)}catch(t){c=-1}return-1===c?0:i.map(((t,e)=>({luminance:(0,o.sF)(t),index:e}))).reduce(((t,e)=>Math.abs(e.luminance-c)e(n)[(0,o.uZ)(t(n),0,e(n).length-1)]:e[(0,o.uZ)(t,0,e.length-1)]}function p(t){return(e,n)=>i=>d(c(i)?(0,r.DO)(n,i):(0,r.DO)(e,i),t(i))}function h(t,e,n=0,r=t.length-1){if(r===n)return t[n];const i=Math.floor((r-n)/2)+n;return e(t[i])?h(t,e,n,i):h(t,e,i+1,r)}function f(t){return e=>n=>i=>s=>a=>{const l=(0,r.DO)(t,a),c=(0,r.DO)(e,a),u=c.length,d=(0,o.uZ)(n(l,c,a),0,u-1),p=i(d,c,a);const f=[].concat(c),g=u-1;let v=d;return-1===p&&(f.reverse(),v=g-v),h(f,(function(t){return s((0,o.$p)(l,t))}),v,g)}}function g(t,e,n){return l(e,t)(n)}function v(t){return l(i.yv,(0,i.Cz)(t))(t)}function b(t){return e=>e>=t}!function(t){t.neutral="neutral",t.accent="accent"}(s||(s={}))},97682:(t,e,n)=>{"use strict";function r(t){return{cursor:t}}function i(){return r("default")}function o(){return r("not-allowed !important")}function s(){return r("pointer")}n.d(e,{ks:()=>i,YW:()=>o,$C:()=>s})},54141:(t,e,n)=>{"use strict";if(n.d(e,{iY:()=>a,Cb:()=>l,ty:()=>c,mw:()=>u,wb:()=>d,en:()=>p,iD:()=>h}),!/^(183|274|296|580|717|830|882|997)$/.test(n.j))var r=n(17657);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(10384);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(57167);var s;function a(t=1){return e=>((0,o.nf)(e)+(0,o.Es)("density")(e))*(0,o._5)(e)*t}function l(t=1,e){return n=>(0,r.n)(e)(a(t)(n))}function c(t,e,n){return r=>{const a=function(t){const e=(0,o.Es)("density")(t);return e>=2?s.spacious:e<=-2?s.compact:s.normal}(r);return(0,i.DO)(a===s.compact?t:a===s.spacious?n:e,r)}}function u(t=0){return e=>((0,o.LQ)(e)+c(-1,0,1)(e))*(0,o._5)(e)-t}function d(t=0,e){return n=>(0,r.n)(e)(u((0,i.DO)(t,n))(n))}function p(t){const e=(0,o._5)(t)/2,n=c(-1*e,0,e)(t);return(0,o.nf)(t)/2*(0,o._5)(t)+n}function h(t){return"string"==typeof t?e=>(0,r.n)(t)(p(e)):(0,r.a)(p(t))}!function(t){t.compact="compact",t.normal="normal",t.spacious="spacious"}(s||(s={}))},57167:(t,e,n)=>{"use strict";n.d(e,{Es:()=>i,Cz:()=>o,R6:()=>s,Ri:()=>a,al:()=>l,yv:()=>c,au:()=>u,_5:()=>d,nf:()=>p,LQ:()=>h,bu:()=>f,Db:()=>g,VF:()=>v,B2:()=>b,Wo:()=>m,v$:()=>y,bX:()=>x,kp:()=>_,L8:()=>w,kb:()=>C,nd:()=>S,MY:()=>E,jW:()=>O,hD:()=>j,VQ:()=>P,y$:()=>k,ef:()=>I,EL:()=>T,q_:()=>A,Zb:()=>D,VI:()=>R,qD:()=>$,fq:()=>N,gs:()=>B,IU:()=>F,Uy:()=>L,OK:()=>M,d0:()=>Z,G:()=>H,q2:()=>z,Dk:()=>U,Ax:()=>W,Nt:()=>G,Cv:()=>V,yI:()=>q,Kp:()=>K,k9:()=>Y,KS:()=>Q,On:()=>X,OD:()=>J});var r=n(10384);function i(t){return e=>e&&void 0!==e[t]?e[t]:r.ZP[t]}const o=i("backgroundColor"),s=i("accentBaseColor"),a=i("cornerRadius"),l=i("elevatedCornerRadius"),c=i("neutralPalette"),u=i("accentPalette"),d=(i("contrast"),i("designUnit")),p=i("baseHeightMultiplier"),h=i("baseHorizontalSpacingMultiplier"),f=(i("direction"),i("outlineWidth")),g=i("focusOutlineWidth"),v=i("disabledOpacity"),b=(i("accentFillRestDelta"),i("accentFillHoverDelta")),m=i("accentFillActiveDelta"),y=i("accentFillFocusDelta"),x=i("accentFillSelectedDelta"),_=i("accentForegroundRestDelta"),w=i("accentForegroundHoverDelta"),C=i("accentForegroundActiveDelta"),S=i("accentForegroundFocusDelta"),E=i("neutralFillRestDelta"),O=i("neutralFillHoverDelta"),j=i("neutralFillActiveDelta"),P=i("neutralFillFocusDelta"),k=i("neutralFillSelectedDelta"),I=i("neutralFillInputRestDelta"),T=i("neutralFillInputHoverDelta"),A=i("neutralFillInputActiveDelta"),D=i("neutralFillInputFocusDelta"),R=i("neutralFillInputSelectedDelta"),$=i("neutralFillStealthRestDelta"),N=i("neutralFillStealthHoverDelta"),B=i("neutralFillStealthActiveDelta"),F=i("neutralFillStealthFocusDelta"),L=i("neutralFillStealthSelectedDelta"),M=i("neutralFillToggleHoverDelta"),Z=i("neutralFillToggleActiveDelta"),H=i("neutralFillToggleFocusDelta"),z=i("baseLayerLuminance"),U=i("neutralFillCardDelta"),W=(i("neutralForegroundDarkIndex"),i("neutralForegroundLightIndex"),i("neutralForegroundHoverDelta")),G=i("neutralForegroundActiveDelta"),V=i("neutralForegroundFocusDelta"),q=i("neutralDividerRestDelta"),K=i("neutralOutlineRestDelta"),Y=i("neutralOutlineHoverDelta"),Q=i("neutralOutlineActiveDelta"),X=i("fontWeight"),J=i("neutralOutlineFocusDelta")},25491:(t,e,n)=>{"use strict";if(n.d(e,{M:()=>a}),!/^(183|274|296|580|717|830|882|997)$/.test(n.j))var r=n(64197);if(!/^(183|274|296|580|717|830|882|997)$/.test(n.j))var i=n(57167);if(!/^(183|274|296|580|717|830|882|997)$/.test(n.j))var o=n(97682);if(!/^(183|274|296|580|717|830|882|997)$/.test(n.j))var s=n(76908);function a(t){return Object.assign(Object.assign({opacity:(0,r.BB)(i.VF)},(0,o.YW)()),{[s.xE]:{opacity:"1",color:s.YP.disabledText}})}},9748:(t,e,n)=>{"use strict";if(n.d(e,{Y3:()=>c,jf:()=>f,XC:()=>g}),!/^(2(22|74|96)|(71|93|99)7|154|183|580|830|882)$/.test(n.j))var r=n(17657);if(!/^(2(22|74|96)|(71|93|99)7|154|183|580|830|882)$/.test(n.j))var i=n(81562);if(!/^(2(22|74|96)|(71|93|99)7|154|183|580|830|882)$/.test(n.j))var o=n(57653);if(!/^(2(22|74|96)|(71|93|99)7|154|183|580|830|882)$/.test(n.j))var s=n(21019);if(!/^(2(22|74|96)|(71|93|99)7|154|183|580|830|882)$/.test(n.j))var a=n(93150);if(!/^(2(22|74|96)|(71|93|99)7|154|183|580|830|882)$/.test(n.j))var l=n(57167);var c;!function(t){t[t.e1=1]="e1",t[t.e2=2]="e2",t[t.e3=3]="e3",t[t.e4=4]="e4",t[t.e5=6]="e5",t[t.e6=8]="e6",t[t.e7=9]="e7",t[t.e8=12]="e8",t[t.e9=16]="e9",t[t.e10=24]="e10",t[t.e11=32]="e11",t[t.e12=40]="e12",t[t.e13=48]="e13",t[t.e14=64]="e14",t[t.e15=80]="e15",t[t.e16=96]="e16",t[t.e17=192]="e17"}(c||(c={}));const u={blurMultiplier:.225,blurBase:2,xOffsetMultiplier:0,yOffsetMultiplier:0,opacity:.11},d={blurMultiplier:.9,blurBase:0,xOffsetMultiplier:0,yOffsetMultiplier:.4,opacity:.13};function p(t,e,n){return s=>{const{r:c,g:u,b:d}=(0,a.WV)(e),{xOffsetMultiplier:p,yOffsetMultiplier:h,opacity:f,blurMultiplier:g,blurBase:v=0}=n,b=2-(0,i.hM)((0,a.WV)((0,l.Cz)(s)));return[p,h].map((e=>parseFloat((e*t).toFixed(1)))).concat(v+g*t).map(r.a).concat(new o.h(c,u,d,f*b).toStringWebRGBA()).join(" ")}}function h(t,e=s.Sn){return n=>{const r=p.bind(null,t,e);return[d,u].map((t=>r(t)(n))).join(", ")}}function f(t){return{"box-shadow":h(t)}}function g(t,e=s.Sn){return n=>({"box-shadow":h(t,e)})}},89827:(t,e,n)=>{"use strict";if(n.d(e,{Li:()=>s,cg:()=>a,bz:()=>l}),!/^(183|296|472|580|717|882)$/.test(n.j))var r=n(57167);function i(t){return e=>(0,r.On)(e)[t].toString()}function o(t){return{"font-weight":t}}function s(){return o(i("normal"))}function a(){return o(i("semibold"))}function l(){return o(i("bold"))}},76908:(t,e,n)=>{"use strict";n.d(e,{xE:()=>l,YP:()=>c,a8:()=>u,cy:()=>d,D0:()=>p,Ob:()=>h,dC:()=>f,eI:()=>g,C_:()=>v,Aw:()=>b,He:()=>m,Od:()=>y,St:()=>x,vy:()=>_,HC:()=>w,T:()=>C,aP:()=>S,qZ:()=>E,KP:()=>O,zW:()=>j,Ck:()=>P,g0:()=>k,yf:()=>I,xU:()=>T,H5:()=>A,Fn:()=>D,cx:()=>R,Ds:()=>$,YF:()=>N,$n:()=>B});var r=n(64197),i=n(17657),o=n(51045),s=n(5346),a=n(57167);const l="@media (-ms-high-contrast:active)";var c;!function(t){t.text="WindowText",t.forcedColorLink="LinkText",t.msLink="-ms-hotlight",t.disabledText="GrayText",t.selectedText="HighlightText",t.selectedBackground="Highlight",t.buttonText="ButtonText",t.buttonBackground="ButtonFace",t.background="Window"}(c||(c={}));const u={"-ms-high-contrast-adjust":"none"};const d=(0,s.B7)()?"LinkText !important":"-ms-hotlight !important",p={[l]:Object.assign({background:c.buttonBackground,border:"none",color:c.buttonText,fill:c.buttonText},u)},h={[l]:Object.assign({background:c.buttonBackground,"border-color":c.buttonText,color:c.buttonText,fill:c.buttonText},u)},f={[l]:Object.assign({background:c.selectedBackground,"border-color":c.selectedBackground,color:c.selectedText,fill:c.selectedText},u)},g={[l]:{background:c.background,"border-color":d,color:d,fill:d}},v={[l]:{opacity:"1",background:(0,r.ef)(c.buttonBackground),color:(0,r.ef)(c.disabledText),fill:(0,r.ef)(c.disabledText)}},b={[l]:{opacity:"1",background:(0,r.ef)(c.buttonBackground),color:(0,r.ef)(c.disabledText),fill:(0,r.ef)(c.disabledText),"border-color":(0,r.ef)(c.disabledText)}},m={[l]:{opacity:"1",color:(0,r.ef)(c.disabledText),fill:(0,r.ef)(c.disabledText)}},y={[l]:{opacity:"1",background:(0,r.ef)(c.disabledText)}},x={[l]:{"border-color":c.buttonText,"box-shadow":(0,r.WU)("0 0 0 {0} inset {1}",(0,i.a)(a.bu),(()=>c.buttonText))}},_={[l]:{"box-shadow":(0,r.WU)("0 0 0 2px {2}, 0 0 0 {0} {1}",(0,i.a)((0,o.IH)(a.Db,2)),(()=>c.buttonText),(()=>c.buttonBackground))}},w={[l]:{"border-color":(0,r.ef)(c.buttonText),"box-shadow":(0,r.WU)("0 0 0 {0} inset {1}",(0,i.a)(a.Db),(()=>c.buttonBackground))}},C={[l]:{background:c.selectedBackground,color:c.selectedText,fill:c.selectedText}},S={[l]:{background:c.selectedText,"border-color":c.selectedBackground,color:c.selectedBackground,fill:c.selectedBackground}},E={[l]:{color:(0,r.ef)(c.text),fill:(0,r.ef)(c.text)}},O={[l]:{color:(0,r.ef)(c.buttonText),fill:(0,r.ef)(c.buttonText)}},j={[l]:{color:(0,r.ef)(c.selectedText),fill:(0,r.ef)(c.selectedText)}},P={[l]:{color:(0,r.ef)(c.selectedBackground),fill:(0,r.ef)(c.selectedBackground)}},k={[l]:{color:d,fill:d}},I={[l]:{border:(0,r.WU)("{0} solid {1}",(0,i.a)(a.bu),(()=>c.text))}},T={[l]:{"border-color":c.buttonText}},A={[l]:{background:c.buttonBackground,"box-shadow":(0,r.WU)("0 0 0 {0} inset {1}",(0,i.a)(a.bu),(()=>d))}},D={[l]:{background:c.background}},R={[l]:{background:c.buttonText}},$={[l]:{background:c.buttonBackground}},N={[l]:{background:c.selectedText}},B={[l]:{background:c.selectedBackground}};c.buttonBackground,c.selectedText,c.selectedBackground,c.selectedText},53363:(t,e,n)=>{"use strict";n.d(e,{p0:()=>h,qs:()=>v,Yy:()=>b,Sh:()=>y,Ht:()=>g});var r=n(17657),i=n(79063),o=n(36986);const s=function(t,e,n){return void 0===n&&(n=e,e=void 0),void 0!==n&&(n=(n=(0,o.Z)(n))==n?n:0),void 0!==e&&(e=(e=(0,o.Z)(e))==e?e:0),(0,i.Z)((0,o.Z)(t),e,n)};var a=n(54141);const l=[[60,72],[46,56],[34,44],[28,36],[20,28],[16,24],[14,20],[12,16],[10,16]].reduce(((t,e,n)=>Object.assign(t,{[`t${n+1}`]:{fontSize:e[0],lineHeight:e[1]}})),{});function c(t){return l.hasOwnProperty(t)?t:"t7"}function u(t){return e=>{const n=parseInt(t.replace("t",""),10),r=(0,a.ty)(-1,0,1)(e),i=s(n-r,1,9);return c("t".concat(i.toString()))}}function d(t){return l[c(t)].fontSize}function p(t){return l[c(t)].lineHeight}function h(t){return(0,r.a)(d(t))}function f(t){return(0,r.a)(p(t))}function g(t){return e=>p(u(t)(e))}function v(t){return e=>h(u(t)(e))}function b(t){return e=>f(u(t)(e))}function m(t,e){return n=>({"font-size":t(n),"line-height":e(n)})}m(h,f);const y=m(v,b)},95462:(t,e,n)=>{"use strict";n.d(e,{zt:()=>i,$6:()=>o,UE:()=>r});const r=n(89526).createContext({}),{Provider:i,Consumer:o}=r},82090:(t,e,n)=>{"use strict";n.d(e,{h:()=>s});var r=n(89526),i=n(34445),o=n(95462);class s extends r.Component{constructor(t,e){super(t),this.updateDownstreamDesignSystem()}render(){return this.updateDownstreamDesignSystem(),r.createElement(o.zt,{value:this.downstreamDesignSystem},this.props.children)}updateDownstreamDesignSystem(){let t=!1;this.upstreamDesignSystem!==this.context&&(this.upstreamDesignSystem=this.context,t=!0),this.designSystemOverrides!==this.props.designSystem&&(this.designSystemOverrides=this.props.designSystem,t=!0),t&&(this.downstreamDesignSystem=this.createDesignSystem())}createDesignSystem(){return"function"==typeof this.props.designSystemMergingFunction?this.props.designSystemMergingFunction(this.upstreamDesignSystem,this.designSystemOverrides):(0,i.L)(this.upstreamDesignSystem,this.designSystemOverrides)}}s.contextType=o.UE},17332:(t,e,n)=>{"use strict";if(n.d(e,{ZP:()=>i}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(42077);const i=/^(183|296|580|717|882)$/.test(n.j)?null:r.n},77598:(t,e,n)=>{"use strict";n.d(e,{v:()=>l});var r=n(61713),i=n(89526),o=n(95462),s=n(76492);function a(t,e){return"string"==typeof t&&"string"==typeof e?t.concat(" ",e):"string"==typeof t?t:"string"==typeof e?e:void 0}class l extends i.Component{constructor(t,e){super(t,e),this.hasCreatedIntialStyleSheets=!1,this.index=l.index-=1,this.designSystem=e}static set jss(t){l.sheetManager.jss=t}static get jss(){return l.sheetManager.jss}static subscribe(t){return l.sheetManager.subscribe(t)}static unsubscribe(t){l.sheetManager.unsubscribe(t)}render(){if(!this.hasCreatedIntialStyleSheets){if(this.styles){const t={meta:this.managedComponent.displayName||this.managedComponent.name,index:this.index};"function"==typeof l.createGenerateClassName&&(t.generateClassName=l.createGenerateClassName(this.designSystem)),l.sheetManager.add(this.styles,this.designSystem,t)}this.props.jssStyleSheet&&this.createPropStyleSheet(),this.hasCreatedIntialStyleSheets=!0}return i.createElement(this.managedComponent,this.managedComponentProps())}componentDidUpdate(t){const e=!!this.props.jssStyleSheet,n=!!t.jssStyleSheet;this.designSystem!==this.context?(this.styles&&(l.sheetManager.update(this.styles,this.designSystem,this.context),this.forceUpdate()),n&&e?(t.jssStyleSheet===this.props.jssStyleSheet?l.sheetManager.update(this.props.jssStyleSheet,this.designSystem,this.context):(l.sheetManager.remove(t.jssStyleSheet,this.designSystem),this.createPropStyleSheet(this.context)),this.forceUpdate()):n&&!e?l.sheetManager.remove(t.jssStyleSheet,this.designSystem):!n&&e&&(this.createPropStyleSheet(this.context),this.forceUpdate()),this.designSystem=this.context):n&&e&&t.jssStyleSheet!==this.props.jssStyleSheet&&(l.sheetManager.remove(t.jssStyleSheet,this.designSystem),this.createPropStyleSheet(),this.forceUpdate()),n&&!e?l.sheetManager.remove(t.jssStyleSheet,this.designSystem):!n&&e&&(this.createPropStyleSheet(),this.forceUpdate())}componentWillUnmount(){this.styles&&l.sheetManager.remove(this.styles,this.designSystem),this.props.jssStyleSheet&&l.sheetManager.remove(this.props.jssStyleSheet,this.designSystem),l.index++,this.hasCreatedIntialStyleSheets=!1}primaryStyleSheet(){if(this.styles)return l.sheetManager.get(this.styles,this.designSystem)}secondaryStyleSheet(){if(this.props.jssStyleSheet)return l.sheetManager.get(this.props.jssStyleSheet,this.designSystem)}managedComponentProps(){const t=Object.assign(Object.assign({},this.props),{managedClasses:this.getManagedClassNames(),ref:this.props.innerRef});return delete t.jssStyleSheet,delete t.innerRef,t}getManagedClassNames(){let t={},e={};const n=this.primaryStyleSheet(),i=this.secondaryStyleSheet();return n&&n.hasOwnProperty("classes")&&(t=Object.assign({},n.classes)),i&&i.hasOwnProperty("classes")&&(e=Object.assign({},i.classes)),(0,r.Z)(t,e,a)}createPropStyleSheet(t=this.designSystem){const e=this.primaryStyleSheet(),n={meta:`${this.managedComponent.displayName||this.managedComponent.name} - jssStyleSheet`,index:e?e.options.index+1:this.index+1};"function"==typeof l.createGenerateClassName&&(n.generateClassName=l.createGenerateClassName(t)),l.sheetManager.add(this.props.jssStyleSheet,t,n)}}l.contextType=o.UE,l.index=-1e3,l.sheetManager=new class{constructor(){this.jss=s.Kl,this.registry=new WeakMap}add(t,e,n){const r=this.getTracker(t,e);if(Array.isArray(r))return void r[1]++;let i=this.registry.get(t);void 0===i&&(i=new WeakMap,this.registry.set(t,i)),this.registry.get(t).set(e,[this.createStyleSheet(t,e,n),1])}get(t,e){const n=this.getTracker(t,e);if(Array.isArray(n)&&n[0])return n[0]}update(t,e,n){const r=this.getTracker(t,e);if(r)if(1===r[1]&&!this.get(t,n)&&t&&"object"==typeof t){const i=r[0];i.update(n),this.notify("update",i),this.registry.get(t).delete(e),this.registry.get(t).set(n,r)}else this.remove(t,e),this.add(t,n,r[0].options)}remove(t,e){const n=this.getTracker(t,e);if(Array.isArray(n)&&(n[1]--,0===n[1])){const r=n[0];this.jss.removeStyleSheet(r),s.Z0.remove(r),this.notify("remove",r),this.registry.get(t).delete(e)}}count(t,e){const n=this.getTracker(t,e);return Array.isArray(n)?n[1]:-1}clean(){this.registry=new WeakMap}getTracker(t,e){const n=this.registry.get(t);if(n instanceof WeakMap){const t=n.get(e);if(Array.isArray(t))return t}}createStyleSheet(t,e,n={}){const r="function"==typeof t?t(e):t,i=this.jss.createStyleSheet(r,Object.assign({link:!0},n));return i.update(e).attach(),s.Z0.add(i),this.notify("add",i),i}notify(t,e){Array.isArray(this.subscribers)&&this.subscribers.forEach((n=>n({type:t,sheet:e})))}subscribe(t){return Array.isArray(this.subscribers)||(this.subscribers=[]),-1===this.subscribers.indexOf(t)&&this.subscribers.push(t),()=>{this.unsubscribe(t)}}unsubscribe(t){if(Array.isArray(this.subscribers)){const e=this.subscribers.indexOf(t);-1!==e&&this.subscribers.splice(e,1)}}}},76492:(t,e,n)=>{"use strict";n.d(e,{Kl:()=>o,Z0:()=>s});var r=n(67514),i=n(54716);const o=(0,r.create)((0,i.Z)()),s=(new r.SheetsManager,new r.SheetsRegistry)},42077:(t,e,n)=>{"use strict";if(n.d(e,{n:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(77598);const i=n(41281);function o(t){return function(e){class n extends r.v{constructor(){super(...arguments),this.styles=t,this.managedComponent=e}}return n.displayName=`withJSS(${e.displayName||e.name})`,i(n,e)}}},34445:(t,e,n)=>{"use strict";if(n.d(e,{L:()=>i}),!/^(183|296|580|717|830|882|997)$/.test(n.j))var r=n(61713);function i(t,e){return(0,r.Z)({},t,e,((t,e)=>{if(Array.isArray(e))return e}))}},42130:(t,e,n)=>{"use strict";if(n.d(e,{F0:()=>s}),!/^(183|274|296|580|717|830|882|997)$/.test(n.j))var r=n(5346);function i(t=""){return`&:focus-visible${t}`}function o(t=""){return`body:not(.js-focus-visible) &:focus${t}, .js-focus-visible &.focus-visible${t}, .js-focus-visible [data-focus-visible-added]&${t}`}function s(t,e){let n,s;if("object"==typeof t&&null!==t)s="",n=t;else{if("string"!=typeof t)return{};s=t,n=e}return Object.assign({"&:focus":{outline:"none"}},(0,r.Zm)()?{[i(s)]:n}:{[o(s)]:n})}},64197:(t,e,n)=>{"use strict";if(n.d(e,{WU:()=>i,BB:()=>o,ef:()=>s}),!/^(183|274|296|580|717|830|882|997)$/.test(n.j))var r=n(86072);function i(t,...e){return n=>e.reduce(((t,e,r)=>t.replace(new RegExp(`\\{${r}\\}`,"g"),e(n))),t)}function o(t){return e=>String(t(e))}function s(t){return(0,r.Z)(t)?`${t} !important`:e=>s(t(e))}},48863:(t,e,n)=>{"use strict";var r;function i(t){return e=>{if("string"!=typeof e)return"";const n=e.split(" ");return 4!==n.length?e:t===r.rtl?[n[0],n[3],n[2],n[1]].join(" "):e}}function o(t,e,n){return n===r.ltr?t:e}function s(t,e){return n=>{const i=(n&&n.direction?n.direction:r.ltr)===r.rtl?e:t;return"function"==typeof i?i(n):i}}n.d(e,{Nm:()=>r,BO:()=>i,Ih:()=>o,zw:()=>s}),function(t){t.ltr="ltr",t.rtl="rtl"}(r||(r={}))},51045:(t,e,n)=>{"use strict";function r(t){return(...e)=>n=>{const r=e[0];let i="function"==typeof r?r(n):r;for(let r=1;rl,$X:()=>c,Jp:()=>u,cs:()=>d});const i=r(((t,e)=>t+e)),o=r(((t,e)=>t-e)),s=r(((t,e)=>t*e)),a=r(((t,e)=>t/e));function l(...t){return i.apply(this,t)}function c(...t){return o.apply(this,t)}function u(...t){return s.apply(this,t)}function d(...t){return a.apply(this,t)}},23366:(t,e,n)=>{"use strict";function r(){return{"white-space":"nowrap",overflow:"hidden","text-overflow":"ellipsis"}}n.d(e,{L:()=>r})},17657:(t,e,n)=>{"use strict";if(n.d(e,{n:()=>i,a:()=>s}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(64702);function i(t="px"){return e=>e+t}const o=i();function s(t){return(0,r.Z)(t)?e=>o(t(e)):o(t)}},60567:(t,e,n)=>{"use strict";if(n.d(e,{b:()=>o}),571==n.j)var r=n(98415);if(571==n.j)var i=n(34445);function o(t){return(0,r.Z)((e=>(0,i.L)(t,e)))}},86577:(t,e,n)=>{"use strict";n.d(e,{x:()=>o});var r=n(73961);if(/^(67[25]|(18|20|77|88)5|22|366|472|571|813|908|991)$/.test(n.j))var i=n(64829);function o(t){if(t instanceof HTMLElement)return t;if(!(0,i.Z)(t.current)){if(t.current instanceof HTMLElement)return t.current;const e=r.findDOMNode(t.current);if(e instanceof HTMLElement||e instanceof Text)return e}return null}},55319:(t,e,n)=>{"use strict";n.d(e,{o:()=>x});var r=n(33940),i=n(29163),o=n(65226),s=n(58520),a=n(6545),l=n(8582),c=n(9740);class u extends o.H{}(0,r.gn)([i.Lj],u.prototype,"download",void 0),(0,r.gn)([i.Lj],u.prototype,"href",void 0),(0,r.gn)([i.Lj],u.prototype,"hreflang",void 0),(0,r.gn)([i.Lj],u.prototype,"ping",void 0),(0,r.gn)([i.Lj],u.prototype,"referrerpolicy",void 0),(0,r.gn)([i.Lj],u.prototype,"rel",void 0),(0,r.gn)([i.Lj],u.prototype,"target",void 0),(0,r.gn)([i.Lj],u.prototype,"type",void 0),(0,r.gn)([s.LO],u.prototype,"defaultSlottedContent",void 0);class d{}(0,r.gn)([(0,i.Lj)({attribute:"aria-expanded",mode:"fromView"})],d.prototype,"ariaExpanded",void 0),(0,c.e)(d,a.v),(0,c.e)(u,l.hW,d);var p=n(90563),h=n(91106),f=n(37955);const g=p.d` - - ${l.hX} - - - - ${l.zq} - -`;var v=n(76298),b=n(18967),m=n(96566);const y=v.i` - ${b.G6} -`.withBehaviors((0,m.H)("accent",b.jQ),(0,m.H)("hypertext",b.Xu),(0,m.H)("lightweight",b.vt),(0,m.H)("outline",b.O8),(0,m.H)("stealth",b.cg));let x=class extends u{appearanceChanged(t,e){t!==e&&(this.classList.add(e),this.classList.remove(t))}connectedCallback(){super.connectedCallback(),this.appearance||(this.appearance="neutral")}defaultSlottedContentChanged(){const t=this.defaultSlottedContent.filter((t=>t.nodeType===Node.ELEMENT_NODE));1===t.length&&t[0]instanceof SVGElement?this.control.classList.add("icon-only"):this.control.classList.remove("icon-only")}};(0,r.gn)([i.Lj],x.prototype,"appearance",void 0),x=(0,r.gn)([(0,o.M)({name:"fluent-anchor",template:g,styles:y,shadowOptions:{delegatesFocus:!0,mode:"closed"}})],x)},91727:(t,e,n)=>{"use strict";n.d(e,{X:()=>D});var r=n(33940),i=n(29163),o=n(65226),s=n(58520),a=n(6545),l=n(8582),c=n(9740),u=n(51306),d=n(45930),p=n(33832);const h="form-associated-proxy",f="ElementInternals",g=f in window&&"setFormValue"in window.ElementInternals.prototype,v=new Map;class b extends o.H{}class m extends(function(t){const e=class extends t{constructor(...t){super(...t),this.dirtyValue=!1,this.disabled=!1,this.proxyEventsToBlock=["change","click"],this.formDisabledCallback=t=>{this.disabled=t},this.formResetCallback=()=>{this.value=this.initialValue,this.dirtyValue=!1},this.proxyInitialized=!1,this.required=!1,this.initialValue=this.initialValue||""}static get formAssociated(){return g}get validity(){return this.elementInternals?this.elementInternals.validity:this.proxy.validity}get form(){return this.elementInternals?this.elementInternals.form:this.proxy.form}get validationMessage(){return this.elementInternals?this.elementInternals.validationMessage:this.proxy.validationMessage}get willValidate(){return this.elementInternals?this.elementInternals.willValidate:this.proxy.willValidate}get labels(){if(this.elementInternals)return Object.freeze(Array.from(this.elementInternals.labels));if(this.proxy instanceof HTMLElement&&this.proxy.ownerDocument&&this.id){const t=this.proxy.labels,e=Array.from(this.proxy.getRootNode().querySelectorAll(`[for='${this.id}']`)),n=t?e.concat(Array.from(t)):e;return Object.freeze(n)}return u.o}valueChanged(t,e){this.dirtyValue=!0,this.proxy instanceof HTMLElement&&(this.proxy.value=this.value),this.setFormValue(this.value),this.validate()}initialValueChanged(t,e){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}disabledChanged(t,e){this.proxy instanceof HTMLElement&&(this.proxy.disabled=this.disabled),d.SO.queueUpdate((()=>this.classList.toggle("disabled",this.disabled)))}nameChanged(t,e){this.proxy instanceof HTMLElement&&(this.proxy.name=this.name)}requiredChanged(t,e){this.proxy instanceof HTMLElement&&(this.proxy.required=this.required),d.SO.queueUpdate((()=>this.classList.toggle("required",this.required))),this.validate()}get elementInternals(){if(!g)return null;let t=v.get(this);return t||(t=this.attachInternals(),v.set(this,t)),t}connectedCallback(){super.connectedCallback(),this.addEventListener("keypress",this._keypressHandler),this.value||(this.value=this.initialValue,this.dirtyValue=!1),this.elementInternals||this.attachProxy(),this.form&&this.form.addEventListener("reset",this.formResetCallback)}disconnectedCallback(){this.proxyEventsToBlock.forEach((t=>this.proxy.removeEventListener(t,this.stopPropagation))),this.form&&this.form.removeEventListener("reset",this.formResetCallback)}checkValidity(){return this.elementInternals?this.elementInternals.checkValidity():this.proxy.checkValidity()}reportValidity(){return this.elementInternals?this.elementInternals.reportValidity():this.proxy.reportValidity()}setValidity(t,e,n){this.elementInternals?this.elementInternals.setValidity(t,e,n):"string"==typeof e&&this.proxy.setCustomValidity(e)}attachProxy(){var t;this.proxyInitialized||(this.proxyInitialized=!0,this.proxy.style.display="none",this.proxyEventsToBlock.forEach((t=>this.proxy.addEventListener(t,this.stopPropagation))),this.proxy.disabled=this.disabled,this.proxy.required=this.required,"string"==typeof this.name&&(this.proxy.name=this.name),"string"==typeof this.value&&(this.proxy.value=this.value),this.proxy.setAttribute("slot",h),this.proxySlot=document.createElement("slot"),this.proxySlot.setAttribute("name",h)),null===(t=this.shadowRoot)||void 0===t||t.appendChild(this.proxySlot),this.appendChild(this.proxy)}detachProxy(){var t;this.removeChild(this.proxy),null===(t=this.shadowRoot)||void 0===t||t.removeChild(this.proxySlot)}validate(){this.proxy instanceof HTMLElement&&this.setValidity(this.proxy.validity,this.proxy.validationMessage)}setFormValue(t,e){this.elementInternals&&this.elementInternals.setFormValue(t,e||t)}_keypressHandler(t){switch(t.keyCode){case p.bq:if(this.form instanceof HTMLFormElement){const t=this.form.querySelector("[type=submit]");null==t||t.click()}}}stopPropagation(t){t.stopPropagation()}};return(0,i.Lj)({mode:"boolean"})(e.prototype,"disabled"),(0,i.Lj)({mode:"fromView",attribute:"value"})(e.prototype,"initialValue"),(0,i.Lj)(e.prototype,"name"),(0,i.Lj)({mode:"boolean"})(e.prototype,"required"),(0,s.LO)(e.prototype,"value"),e}(b)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class y extends m{constructor(){super(...arguments),this.handleSubmission=()=>{if(!this.form)return;const t=this.proxy.isConnected;t||this.attachProxy(),"function"==typeof this.form.requestSubmit?this.form.requestSubmit(this.proxy):this.proxy.click(),t||this.detachProxy()},this.handleFormReset=()=>{var t;null===(t=this.form)||void 0===t||t.reset()}}formactionChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formAction=this.formaction)}formenctypeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formEnctype=this.formenctype)}formmethodChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formMethod=this.formmethod)}formnovalidateChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formNoValidate=this.formnovalidate)}formtargetChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formTarget=this.formtarget)}typeChanged(t,e){this.proxy instanceof HTMLInputElement&&(this.proxy.type=this.type),"submit"===e&&this.addEventListener("click",this.handleSubmission),"submit"===t&&this.removeEventListener("click",this.handleSubmission),"reset"===e&&this.addEventListener("click",this.handleFormReset),"reset"===t&&this.removeEventListener("click",this.handleFormReset)}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type",this.type)}get root(){return this.control}}(0,r.gn)([(0,i.Lj)({mode:"boolean"})],y.prototype,"autofocus",void 0),(0,r.gn)([(0,i.Lj)({attribute:"form"})],y.prototype,"formId",void 0),(0,r.gn)([i.Lj],y.prototype,"formaction",void 0),(0,r.gn)([i.Lj],y.prototype,"formenctype",void 0),(0,r.gn)([i.Lj],y.prototype,"formmethod",void 0),(0,r.gn)([(0,i.Lj)({mode:"boolean"})],y.prototype,"formnovalidate",void 0),(0,r.gn)([i.Lj],y.prototype,"formtarget",void 0),(0,r.gn)([i.Lj],y.prototype,"type",void 0),(0,r.gn)([s.LO],y.prototype,"defaultSlottedContent",void 0);class x{}(0,r.gn)([(0,i.Lj)({attribute:"aria-expanded",mode:"fromView"})],x.prototype,"ariaExpanded",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-pressed",mode:"fromView"})],x.prototype,"ariaPressed",void 0),(0,c.e)(x,a.v),(0,c.e)(y,l.hW,x);var _=n(90563),w=n(91106),C=n(37955);const S=_.d` - -`;var E=n(76298),O=n(9817),j=n(68421),P=n(15933),k=n(25914),I=n(18967),T=n(96566);const A=E.i` - :host([disabled]), - :host([disabled]:hover), - :host([disabled]:active) { - opacity: var(--disabled-opacity); - background-color: ${k.nE.var}; - cursor: ${O.H}; - } - - ${I.G6} -`.withBehaviors((0,j.vF)(E.i` - :host([disabled]), - :host([disabled]:hover), - :host([disabled]:active), - :host([disabled]) .control, - :host([disabled]) .control:hover, - :host([appearance='neutral'][disabled]:hover) .control { - forced-color-adjust: none; - background-color: ${P.H.ButtonFace}; - border-color: ${P.H.GrayText}; - color: ${P.H.GrayText}; - opacity: 1; - } - `),(0,T.H)("accent",E.i` - :host([appearance='accent'][disabled]), - :host([appearance='accent'][disabled]:hover), - :host([appearance='accent'][disabled]:active) { - background: ${k.iq.var}; - } - - ${I.jQ} - `.withBehaviors((0,j.vF)(E.i` - :host([appearance='accent'][disabled]) .control, - :host([appearance='accent'][disabled]) .control:hover { - background: ${P.H.ButtonFace}; - border-color: ${P.H.GrayText}; - color: ${P.H.GrayText}; - } - `))),(0,T.H)("lightweight",E.i` - :host([appearance='lightweight'][disabled]:hover), - :host([appearance='lightweight'][disabled]:active) { - background-color: transparent; - color: ${k.YK.var}; - } - - :host([appearance='lightweight'][disabled]) .content::before, - :host([appearance='lightweight'][disabled]:hover) .content::before, - :host([appearance='lightweight'][disabled]:active) .content::before { - background: transparent; - } - - ${I.vt} - `.withBehaviors((0,j.vF)(E.i` - :host([appearance='lightweight'][disabled]) .control { - forced-color-adjust: none; - color: ${P.H.GrayText}; - } - - :host([appearance='lightweight'][disabled]) .control:hover .content::before { - background: none; - } - `))),(0,T.H)("outline",E.i` - :host([appearance='outline'][disabled]:hover), - :host([appearance='outline'][disabled]:active) { - background: transparent; - border-color: ${k.Fv.var}; - } - - ${I.O8} - `.withBehaviors((0,j.vF)(E.i` - :host([appearance='outline'][disabled]) .control { - border-color: ${P.H.GrayText}; - } - `))),(0,T.H)("stealth",E.i` - :host([appearance='stealth'][disabled]), - :host([appearance='stealth'][disabled]:hover), - :host([appearance='stealth'][disabled]:active) { - background: ${k.Br.var}; - } - - ${I.cg} - `.withBehaviors((0,j.vF)(E.i` - :host([appearance='stealth'][disabled]), - :host([appearance='stealth'][disabled]:hover) { - background: ${P.H.ButtonFace}; - } - - :host([appearance='stealth'][disabled]) .control { - background: ${P.H.ButtonFace}; - border-color: transparent; - color: ${P.H.GrayText}; - } - `))));let D=class extends y{appearanceChanged(t,e){t!==e&&(this.classList.add(e),this.classList.remove(t))}connectedCallback(){super.connectedCallback(),this.appearance||(this.appearance="neutral")}defaultSlottedContentChanged(){const t=this.defaultSlottedContent.filter((t=>t.nodeType===Node.ELEMENT_NODE));1===t.length&&t[0]instanceof SVGElement?this.control.classList.add("icon-only"):this.control.classList.remove("icon-only")}};(0,r.gn)([i.Lj],D.prototype,"appearance",void 0),D=(0,r.gn)([(0,o.M)({name:"fluent-button",template:S,styles:A,shadowOptions:{delegatesFocus:!0,mode:"closed"}})],D)},66701:(t,e,n)=>{"use strict";if(n.d(e,{r:()=>o}),580==n.j)var r=n(27230);if(580==n.j)var i=n(91460);function o(t,e,n,o,s,a){return l=>{const c=(0,r.$p)(t,l),u=(0,i.Yc)(l)?-1:1,d=(0,i.Ce)(r.Cz)(c)(i.Tq)((()=>u))((0,i.iC)((0,r.$p)(e,l)))(l),p=(0,i.Ik)(t,d)(l),h=(0,r.$p)(n,l),f=(0,r.$p)(o,l),g=(0,r.$p)(s,l),v=(0,r.$p)(a,l);return function(t,e,n,r,o,s,a){const l=t+n*Math.abs(r-o),c=1===n?rn*o,u=c?t:l,d=c?l:t,p=u+n*s,h=u+n*a;return{rest:(0,i.qZ)(u,e),hover:(0,i.qZ)(d,e),active:(0,i.qZ)(p,e),focus:(0,i.qZ)(h,e)}}(p,c,u,h,f,g,v)}}},19987:(t,e,n)=>{"use strict";n.d(e,{lB:()=>r,vm:()=>a,mq:()=>l,Kf:()=>d,ET:()=>p,$p:()=>h,sF:()=>f,K2:()=>g,uZ:()=>v});var r,i=n(52502),o=n(81562),s=n(98415);function a(t){const e=(0,s.Z)(t);return function(t){return"function"==typeof t?n=>e(Object.assign({},n,{backgroundColor:t(n)})):e(t)}}function l(t,e){const n=(0,s.Z)(e);return e=>"function"==typeof e?r=>n(Object.assign({},r,{backgroundColor:e(r)}))[t]:n(e)[t]}!function(t){t.rest="rest",t.hover="hover",t.active="active",t.focus="focus",t.selected="selected"}(r||(r={}));const c=new Map;function u(t){const e=c.get(t);if(!e){let e=(0,i.in)(t);if(null===e&&(e=(0,i.hg)(t)),null===e)throw new Error(`${t} cannot be converted to a ColorRGBA64. Color strings must be one of the following formats: "#RGB", "#RRGGBB", or "rgb(r, g, b)"`);return c.set(t,e),e}return e}function d(t){return(0,i.pJ)(t)||(0,i.b4)(t)}function p(t,e){return u(t).equalValue(u(e))}const h=(0,s.Z)(((t,e)=>(0,o.wo)(u(t),u(e))),((t,e)=>t+e));function f(t){return(0,o.hM)(u(t))}function g(...t){return e=>Math.max.apply(null,t.map((t=>t(e))))}const v=(t,e,n)=>Math.min(Math.max(t,e),n)},15915:(t,e,n)=>{"use strict";if(n.d(e,{t:()=>s}),580==n.j)var r=n(27230);if(580==n.j)var i=n(91460);const o=t=>{const e=(0,r.Dk)(t),n=(0,i.hi)(r.yv,(0,r.Cz)(t))(t);return(0,i.qZ)(n-e,(0,r.yv)(t))};function s(t){return"function"==typeof t?e=>o(Object.assign({},e,{backgroundColor:t(e)})):o(t)}},49552:(t,e,n)=>{"use strict";n.d(e,{DZ:()=>s,CH:()=>a});var r=n(27230),i=n(19987),o=n(66701);const s=(0,i.vm)((0,o.r)(r.yv,14,0,r.Ax,r.Nt,r.Cv)),a=(0,i.mq)(i.lB.rest,s);(0,i.mq)(i.lB.hover,s),(0,i.mq)(i.lB.active,s),(0,i.mq)(i.lB.focus,s)},91460:(t,e,n)=>{"use strict";if(n.d(e,{Ik:()=>s,hi:()=>a,Yc:()=>l,qZ:()=>c,Qs:()=>u,Ce:()=>p,Tq:()=>h,BD:()=>f,iC:()=>g}),580==n.j)var r=n(27230);if(580==n.j)var i=n(19987);var o;function s(t,e){return n=>{if(!(0,i.Kf)(e))return-1;const o=(0,r.$p)(t,n),s=o.indexOf(e);return-1!==s?s:o.findIndex((t=>(0,i.Kf)(t)&&(0,i.ET)(e,t)))}}function a(t,e){return n=>{const o=(0,r.$p)(t,n),a=(0,r.$p)(e,n),l=s(o,a)(n);let c;if(-1!==l)return l;try{c=(0,i.sF)(a)}catch(t){c=-1}return-1===c?0:o.map(((t,e)=>({luminance:(0,i.sF)(t),index:e}))).reduce(((t,e)=>Math.abs(e.luminance-c)e(n)[(0,i.uZ)(t(n),0,e(n).length-1)]:e[(0,i.uZ)(t,0,e.length-1)]}function u(t){return(e,n)=>i=>c(l(i)?(0,r.$p)(n,i):(0,r.$p)(e,i),t(i))}function d(t,e,n=0,r=t.length-1){if(r===n)return t[n];const i=Math.floor((r-n)/2)+n;return e(t[i])?d(t,e,n,i):d(t,e,i+1,r)}function p(t){return e=>n=>o=>s=>a=>{const l=(0,r.$p)(t,a),c=(0,r.$p)(e,a),u=c.length,p=(0,i.uZ)(n(l,c,a),0,u-1),h=o(p,c,a);const f=[].concat(c),g=u-1;let v=p;return-1===h&&(f.reverse(),v=g-v),d(f,(function(t){return s((0,i.$p)(l,t))}),v,g)}}function h(t,e,n){return a(e,t)(n)}function f(t){return a(r.yv,(0,r.Cz)(t))(t)}function g(t){return e=>e>=t}!function(t){t.neutral="neutral",t.accent="accent"}(o||(o={}))},67549:(t,e,n)=>{"use strict";n.d(e,{M:()=>w});var r=n(33940),i=n(76298),o=n(29163),s=n(15933),a=n(58520);function l(t){return(e,n)=>{((t,e,n)=>{const{cssCustomProperty:r,attribute:i}=n;t.designSystemProperties||(t.designSystemProperties={}),!1===i?(0,a.LO)(t,e):(void 0===n.mode&&(n=Object.assign(Object.assign({},n),{mode:"fromView"})),(0,o.Lj)(n)(t,e)),t.designSystemProperties[e]={cssCustomProperty:!1!==r&&("string"==typeof r?r:"string"==typeof i?i:e),default:n.default}})(e,n,t)}}const c=n(90563).d` - -`;var u=n(8126),d=n(68421),p=n(56461),h=n(52502),f=n(73446);function g(t){return new f.b({baseColor:t}).palette.map((t=>t.toStringHexRGB().toUpperCase()))}var v=n(49552),b=n(27230),m=n(93718);const y=i.i` - ${(0,m.j)("block")}; -`,x=new u.j("neutral-foreground-rest",v.CH,(t=>t)),_=i.i` - :host { - background-color: var(--background-color); - color: ${x.var}; - } -`.withBehaviors(x,(0,d.vF)(i.i` - :host { - background-color: ${s.H.ButtonFace}; - box-shadow: 0 0 0 1px ${s.H.CanvasText}; - color: ${s.H.ButtonText}; - } - `));let w=class extends p.hO{constructor(){super(...arguments),this.noPaint=!1}noPaintChanged(){this.noPaint||void 0===this.backgroundColor?this.$fastController.removeStyles(_):this.$fastController.addStyles(_)}backgroundColorChanged(){this.noPaintChanged()}neutralBaseColorChanged(t,e){const n=(0,h.in)(e);n&&(this.neutralPalette=g(n))}accentBaseColorChanged(t,e){const n=(0,h.in)(e);n&&(this.accentPalette=g(n))}};(0,r.gn)([(0,o.Lj)({attribute:"no-paint",mode:"boolean"})],w.prototype,"noPaint",void 0),(0,r.gn)([l({attribute:"background-color",default:b.GD.backgroundColor})],w.prototype,"backgroundColor",void 0),(0,r.gn)([l({attribute:"neutral-base-color",cssCustomProperty:!1,default:b.GD.neutralBaseColor})],w.prototype,"neutralBaseColor",void 0),(0,r.gn)([l({attribute:"accent-base-color",cssCustomProperty:!1,default:b.GD.accentBaseColor})],w.prototype,"accentBaseColor",void 0),(0,r.gn)([l({attribute:!1,cssCustomProperty:!1,default:b.GD.neutralPalette})],w.prototype,"neutralPalette",void 0),(0,r.gn)([l({attribute:!1,cssCustomProperty:!1,default:b.GD.accentPalette})],w.prototype,"accentPalette",void 0),(0,r.gn)([l({default:b.GD.density,converter:o.Id})],w.prototype,"density",void 0),(0,r.gn)([l({attribute:"design-unit",converter:o.Id,default:b.GD.designUnit})],w.prototype,"designUnit",void 0),(0,r.gn)([l({attribute:"direction",cssCustomProperty:!1,default:b.GD.direction})],w.prototype,"direction",void 0),(0,r.gn)([l({attribute:"base-height-multiplier",default:b.GD.baseHeightMultiplier,converter:o.Id})],w.prototype,"baseHeightMultiplier",void 0),(0,r.gn)([l({attribute:"base-horizontal-spacing-multiplier",converter:o.Id,default:b.GD.baseHorizontalSpacingMultiplier})],w.prototype,"baseHorizontalSpacingMultiplier",void 0),(0,r.gn)([l({attribute:"corner-radius",converter:o.Id,default:b.GD.cornerRadius})],w.prototype,"cornerRadius",void 0),(0,r.gn)([l({attribute:"elevated-corner-radius",converter:o.Id,default:b.GD.elevatedCornerRadius})],w.prototype,"elevatedCornerRadius",void 0),(0,r.gn)([l({attribute:"outline-width",converter:o.Id,default:b.GD.outlineWidth})],w.prototype,"outlineWidth",void 0),(0,r.gn)([l({attribute:"focus-outline-width",converter:o.Id,default:b.GD.focusOutlineWidth})],w.prototype,"focusOutlineWidth",void 0),(0,r.gn)([l({attribute:"disabled-opacity",converter:o.Id,default:b.GD.disabledOpacity})],w.prototype,"disabledOpacity",void 0),(0,r.gn)([l({attribute:"type-ramp-minus-2-font-size",default:b.GD.typeRampMinus2FontSize})],w.prototype,"typeRampMinus2FontSize",void 0),(0,r.gn)([l({attribute:"type-ramp-minus-2-line-height",default:b.GD.typeRampMinus2LineHeight})],w.prototype,"typeRampMinus2LineHeight",void 0),(0,r.gn)([l({attribute:"type-ramp-minus-1-font-size",default:b.GD.typeRampMinus1FontSize})],w.prototype,"typeRampMinus1FontSize",void 0),(0,r.gn)([l({attribute:"type-ramp-minus-1-line-height",default:b.GD.typeRampMinus1LineHeight})],w.prototype,"typeRampMinus1LineHeight",void 0),(0,r.gn)([l({attribute:"type-ramp-base-font-size",default:b.GD.typeRampBaseFontSize})],w.prototype,"typeRampBaseFontSize",void 0),(0,r.gn)([l({attribute:"type-ramp-base-line-height",default:b.GD.typeRampBaseLineHeight})],w.prototype,"typeRampBaseLineHeight",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-1-font-size",default:b.GD.typeRampPlus1FontSize})],w.prototype,"typeRampPlus1FontSize",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-1-line-height",default:b.GD.typeRampPlus1LineHeight})],w.prototype,"typeRampPlus1LineHeight",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-2-font-size",default:b.GD.typeRampPlus2FontSize})],w.prototype,"typeRampPlus2FontSize",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-2-line-height",default:b.GD.typeRampPlus2LineHeight})],w.prototype,"typeRampPlus2LineHeight",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-3-font-size",default:b.GD.typeRampPlus3FontSize})],w.prototype,"typeRampPlus3FontSize",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-3-line-height",default:b.GD.typeRampPlus3LineHeight})],w.prototype,"typeRampPlus3LineHeight",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-4-font-size",default:b.GD.typeRampPlus4FontSize})],w.prototype,"typeRampPlus4FontSize",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-4-line-height",default:b.GD.typeRampPlus4LineHeight})],w.prototype,"typeRampPlus4LineHeight",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-5-font-size",default:b.GD.typeRampPlus5FontSize})],w.prototype,"typeRampPlus5FontSize",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-5-line-height",default:b.GD.typeRampPlus5LineHeight})],w.prototype,"typeRampPlus5LineHeight",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-6-font-size",default:b.GD.typeRampPlus6FontSize})],w.prototype,"typeRampPlus6FontSize",void 0),(0,r.gn)([l({attribute:"type-ramp-plus-6-line-height",default:b.GD.typeRampPlus6LineHeight})],w.prototype,"typeRampPlus6LineHeight",void 0),(0,r.gn)([l({attribute:"accent-fill-rest-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.accentFillRestDelta})],w.prototype,"accentFillRestDelta",void 0),(0,r.gn)([l({attribute:"accent-fill-hover-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.accentFillHoverDelta})],w.prototype,"accentFillHoverDelta",void 0),(0,r.gn)([l({attribute:"accent-fill-active-delta",cssCustomProperty:!1,converter:o.Id,default:b.GD.accentFillActiveDelta})],w.prototype,"accentFillActiveDelta",void 0),(0,r.gn)([l({attribute:"accent-fill-focus-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.accentFillFocusDelta})],w.prototype,"accentFillFocusDelta",void 0),(0,r.gn)([l({attribute:"accent-fill-selected-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.accentFillSelectedDelta})],w.prototype,"accentFillSelectedDelta",void 0),(0,r.gn)([l({attribute:"accent-foreground-rest-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.accentForegroundRestDelta})],w.prototype,"accentForegroundRestDelta",void 0),(0,r.gn)([l({attribute:"accent-foreground-hover-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.accentForegroundHoverDelta})],w.prototype,"accentForegroundHoverDelta",void 0),(0,r.gn)([l({attribute:"accent-foreground-active-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.accentForegroundActiveDelta})],w.prototype,"accentForegroundActiveDelta",void 0),(0,r.gn)([l({attribute:"accent-foreground-focus-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.accentForegroundFocusDelta})],w.prototype,"accentForegroundFocusDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-rest-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillRestDelta})],w.prototype,"neutralFillRestDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-hover-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillHoverDelta})],w.prototype,"neutralFillHoverDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-active-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillActiveDelta})],w.prototype,"neutralFillActiveDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-focus-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillFocusDelta})],w.prototype,"neutralFillFocusDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-selected-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillSelectedDelta})],w.prototype,"neutralFillSelectedDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-input-rest-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillInputRestDelta})],w.prototype,"neutralFillInputRestDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-input-hover-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillInputHoverDelta})],w.prototype,"neutralFillInputHoverDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-input-active-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillInputActiveDelta})],w.prototype,"neutralFillInputActiveDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-input-focus-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillInputFocusDelta})],w.prototype,"neutralFillInputFocusDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-input-selected-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillInputSelectedDelta})],w.prototype,"neutralFillInputSelectedDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-stealth-rest-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillStealthRestDelta})],w.prototype,"neutralFillStealthRestDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-stealth-hover-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillStealthHoverDelta})],w.prototype,"neutralFillStealthHoverDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-stealth-active-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillStealthActiveDelta})],w.prototype,"neutralFillStealthActiveDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-stealth-focus-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillStealthFocusDelta})],w.prototype,"neutralFillStealthFocusDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-stealth-selected-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillStealthSelectedDelta})],w.prototype,"neutralFillStealthSelectedDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-toggle-hover-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillToggleHoverDelta})],w.prototype,"neutralFillToggleHoverDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-toggle-hover-active",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillToggleActiveDelta})],w.prototype,"neutralFillToggleActiveDelta",void 0),(0,r.gn)([l({attribute:"neutral-fill-toggle-hover-focus",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillToggleFocusDelta})],w.prototype,"neutralFillToggleFocusDelta",void 0),(0,r.gn)([l({attribute:"base-layer-luminance",converter:o.Id,cssCustomProperty:!1,default:b.GD.baseLayerLuminance})],w.prototype,"baseLayerLuminance",void 0),(0,r.gn)([l({attribute:"neutral-fill-card-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralFillCardDelta})],w.prototype,"neutralFillCardDelta",void 0),(0,r.gn)([l({attribute:"neutral-foreground-hover-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralForegroundHoverDelta})],w.prototype,"neutralForegroundHoverDelta",void 0),(0,r.gn)([l({attribute:"neutral-foreground-active-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralForegroundActiveDelta})],w.prototype,"neutralForegroundActiveDelta",void 0),(0,r.gn)([l({attribute:"neutral-foreground-focus-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralForegroundFocusDelta})],w.prototype,"neutralForegroundFocusDelta",void 0),(0,r.gn)([l({attribute:"neutral-divider-rest-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralDividerRestDelta})],w.prototype,"neutralDividerRestDelta",void 0),(0,r.gn)([l({attribute:"neutral-outline-rest-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralOutlineRestDelta})],w.prototype,"neutralOutlineRestDelta",void 0),(0,r.gn)([l({attribute:"neutral-outline-hover-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralOutlineHoverDelta})],w.prototype,"neutralOutlineHoverDelta",void 0),(0,r.gn)([l({attribute:"neutral-outline-active-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralOutlineActiveDelta})],w.prototype,"neutralOutlineActiveDelta",void 0),(0,r.gn)([l({attribute:"neutral-outline-focus-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralOutlineFocusDelta})],w.prototype,"neutralOutlineFocusDelta",void 0),(0,r.gn)([l({attribute:"neutral-contrast-fill-rest-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralContrastFillRestDelta})],w.prototype,"neutralContrastFillRestDelta",void 0),(0,r.gn)([l({attribute:"neutral-contrast-fill-hover-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralContrastFillHoverDelta})],w.prototype,"neutralContrastFillHoverDelta",void 0),(0,r.gn)([l({attribute:"neutral-contrast-fill-active-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralContrastFillActiveDelta})],w.prototype,"neutralContrastFillActiveDelta",void 0),(0,r.gn)([l({attribute:"neutral-contrast-fill-focus-delta",converter:o.Id,cssCustomProperty:!1,default:b.GD.neutralContrastFillFocusDelta})],w.prototype,"neutralContrastFillFocusDelta",void 0),w=(0,r.gn)([(0,p._1)({name:"fluent-design-system-provider",template:c,styles:y,shadowOptions:{mode:"closed"}})],w)},27230:(t,e,n)=>{"use strict";n.d(e,{GD:()=>r,R6:()=>a,Wo:()=>p,v$:()=>h,B2:()=>d,bX:()=>f,kb:()=>b,nd:()=>m,L8:()=>v,kp:()=>g,au:()=>c,Cz:()=>s,q2:()=>B,o7:()=>u,$p:()=>i,db:()=>q,DI:()=>K,UB:()=>V,yI:()=>H,hD:()=>_,Dk:()=>F,VQ:()=>w,jW:()=>x,q_:()=>O,Zb:()=>j,EL:()=>E,ef:()=>S,VI:()=>P,MY:()=>y,y$:()=>C,gs:()=>T,IU:()=>A,fq:()=>I,qD:()=>k,Uy:()=>D,d0:()=>$,G:()=>N,OK:()=>R,Nt:()=>M,Cv:()=>Z,Ax:()=>L,KS:()=>W,OD:()=>G,k9:()=>U,Kp:()=>z,yv:()=>l});const r={typeRampMinus2FontSize:"10px",typeRampMinus2LineHeight:"16px",typeRampMinus1FontSize:"12px",typeRampMinus1LineHeight:"16px",typeRampBaseFontSize:"14px",typeRampBaseLineHeight:"20px",typeRampPlus1FontSize:"16px",typeRampPlus1LineHeight:"24px",typeRampPlus2FontSize:"20px",typeRampPlus2LineHeight:"28px",typeRampPlus3FontSize:"28px",typeRampPlus3LineHeight:"36px",typeRampPlus4FontSize:"34px",typeRampPlus4LineHeight:"44px",typeRampPlus5FontSize:"46px",typeRampPlus5LineHeight:"56px",typeRampPlus6FontSize:"60px",typeRampPlus6LineHeight:"72px",accentBaseColor:"#0078D4",accentPalette:["#FFFFFF","#FBFDFE","#F6FAFE","#F2F8FD","#EEF6FC","#E9F4FB","#E5F1FB","#E1EFFA","#DCEDF9","#D8EAF8","#D4E8F8","#CFE6F7","#CBE4F6","#C7E1F6","#C2DFF5","#BEDDF4","#BADAF3","#B6D8F3","#B1D6F2","#ADD4F1","#A9D1F0","#A4CFF0","#A0CDEF","#9CCAEE","#97C8EE","#93C6ED","#8FC4EC","#8AC1EB","#86BFEB","#82BDEA","#7DBAE9","#79B8E8","#75B6E8","#70B3E7","#6CB1E6","#68AFE5","#63ADE5","#5FAAE4","#5BA8E3","#56A6E3","#52A3E2","#4EA1E1","#499FE0","#459DE0","#419ADF","#3D98DE","#3896DD","#3493DD","#3091DC","#2B8FDB","#278DDB","#238ADA","#1E88D9","#1A86D8","#1683D8","#1181D7","#0D7FD6","#097DD5","#047AD5","#0078D4","#0075CF","#0072C9","#006FC4","#006CBE","#0069B9","#0066B4","#0063AE","#0060A9","#005CA3","#00599E","#005699","#005393","#00508E","#004D88","#004A83","#00477D","#004478","#004173","#003E6D","#003B68","#003862","#00355D","#003258","#002F52","#002B4D","#002847","#002542","#00223C","#001F36","#001B30","#00182B","#001525","#00121F","#000000"],backgroundColor:"#FFFFFF",baseHeightMultiplier:8,baseHorizontalSpacingMultiplier:3,cornerRadius:2,elevatedCornerRadius:4,density:0,designUnit:4,direction:n(26007).N.ltr,disabledOpacity:.3,focusOutlineWidth:2,neutralBaseColor:"#808080",neutralPalette:["#FFFFFF","#FCFCFC","#FAFAFA","#F7F7F7","#F5F5F5","#F2F2F2","#EFEFEF","#EDEDED","#EAEAEA","#E8E8E8","#E5E5E5","#E2E2E2","#E0E0E0","#DDDDDD","#DBDBDB","#D8D8D8","#D6D6D6","#D3D3D3","#D0D0D0","#CECECE","#CBCBCB","#C9C9C9","#C6C6C6","#C3C3C3","#C1C1C1","#BEBEBE","#BCBCBC","#B9B9B9","#B6B6B6","#B4B4B4","#B1B1B1","#AFAFAF","#ACACAC","#A9A9A9","#A7A7A7","#A4A4A4","#A2A2A2","#9F9F9F","#9D9D9D","#9A9A9A","#979797","#959595","#929292","#909090","#8D8D8D","#8A8A8A","#888888","#858585","#838383","#808080","#7D7D7D","#7B7B7B","#787878","#767676","#737373","#717171","#6E6E6E","#6B6B6B","#696969","#666666","#646464","#616161","#5F5F5F","#5C5C5C","#5A5A5A","#575757","#545454","#525252","#4F4F4F","#4D4D4D","#4A4A4A","#484848","#454545","#424242","#404040","#3D3D3D","#3B3B3B","#383838","#363636","#333333","#313131","#2E2E2E","#2B2B2B","#292929","#262626","#242424","#212121","#1E1E1E","#1B1B1B","#181818","#151515","#121212","#101010","#000000"],outlineWidth:1,accentFillRestDelta:0,accentFillHoverDelta:4,accentFillActiveDelta:-5,accentFillFocusDelta:0,accentFillSelectedDelta:12,accentForegroundRestDelta:0,accentForegroundHoverDelta:6,accentForegroundActiveDelta:-4,accentForegroundFocusDelta:0,neutralFillRestDelta:7,neutralFillHoverDelta:10,neutralFillActiveDelta:5,neutralFillFocusDelta:0,neutralFillSelectedDelta:7,neutralFillInputRestDelta:0,neutralFillInputHoverDelta:0,neutralFillInputActiveDelta:0,neutralFillInputFocusDelta:0,neutralFillInputSelectedDelta:0,neutralFillStealthRestDelta:0,neutralFillStealthHoverDelta:5,neutralFillStealthActiveDelta:3,neutralFillStealthFocusDelta:0,neutralFillStealthSelectedDelta:7,neutralFillToggleHoverDelta:8,neutralFillToggleActiveDelta:-5,neutralFillToggleFocusDelta:0,baseLayerLuminance:-1,neutralFillCardDelta:3,neutralForegroundHoverDelta:0,neutralForegroundActiveDelta:0,neutralForegroundFocusDelta:0,neutralDividerRestDelta:8,neutralOutlineRestDelta:25,neutralOutlineHoverDelta:40,neutralOutlineActiveDelta:16,neutralOutlineFocusDelta:25,neutralContrastFillRestDelta:0,neutralContrastFillHoverDelta:-3,neutralContrastFillActiveDelta:7,neutralContrastFillFocusDelta:0};function i(t,e){return"function"==typeof t?t(e):t}function o(t){return e=>e&&void 0!==e[t]?e[t]:r[t]}const s=o("backgroundColor"),a=(o("neutralBaseColor"),o("accentBaseColor")),l=(o("cornerRadius"),o("neutralPalette")),c=o("accentPalette"),u=(o("designUnit"),o("baseHeightMultiplier"),o("baseHorizontalSpacingMultiplier"),o("outlineWidth"),o("focusOutlineWidth"),o("disabledOpacity"),o("direction")),d=(o("accentFillRestDelta"),o("accentFillHoverDelta")),p=o("accentFillActiveDelta"),h=o("accentFillFocusDelta"),f=o("accentFillSelectedDelta"),g=o("accentForegroundRestDelta"),v=o("accentForegroundHoverDelta"),b=o("accentForegroundActiveDelta"),m=o("accentForegroundFocusDelta"),y=o("neutralFillRestDelta"),x=o("neutralFillHoverDelta"),_=o("neutralFillActiveDelta"),w=o("neutralFillFocusDelta"),C=o("neutralFillSelectedDelta"),S=o("neutralFillInputRestDelta"),E=o("neutralFillInputHoverDelta"),O=o("neutralFillInputActiveDelta"),j=o("neutralFillInputFocusDelta"),P=o("neutralFillInputSelectedDelta"),k=o("neutralFillStealthRestDelta"),I=o("neutralFillStealthHoverDelta"),T=o("neutralFillStealthActiveDelta"),A=o("neutralFillStealthFocusDelta"),D=o("neutralFillStealthSelectedDelta"),R=o("neutralFillToggleHoverDelta"),$=o("neutralFillToggleActiveDelta"),N=o("neutralFillToggleFocusDelta"),B=o("baseLayerLuminance"),F=o("neutralFillCardDelta"),L=o("neutralForegroundHoverDelta"),M=o("neutralForegroundActiveDelta"),Z=o("neutralForegroundFocusDelta"),H=o("neutralDividerRestDelta"),z=o("neutralOutlineRestDelta"),U=o("neutralOutlineHoverDelta"),W=o("neutralOutlineActiveDelta"),G=o("neutralOutlineFocusDelta"),V=(o("neutralContrastFillRestDelta"),o("neutralContrastFillHoverDelta")),q=o("neutralContrastFillActiveDelta"),K=o("neutralContrastFillFocusDelta")},25914:(t,e,n)=>{"use strict";n.d(e,{fE:()=>Qt,En:()=>Yt,iq:()=>Kt,_c:()=>Zt,Jd:()=>Ht,gt:()=>Mt,YK:()=>Lt,I:()=>ne,a:()=>Wt,G$:()=>Xt,Ep:()=>Ut,nE:()=>zt,Nv:()=>qt,Cs:()=>Vt,Br:()=>Gt,cI:()=>oe,Kt:()=>se,EV:()=>Bt,oK:()=>Ft,eH:()=>Nt,sp:()=>$t,BO:()=>re,mO:()=>ie,i2:()=>ee,Xt:()=>te,Fv:()=>Jt});var r=n(8126),i=n(26007);const o="#FFFFFF",s="#000000";var a=n(19987),l=n(27230),c=n(66701);const u=(0,a.vm)((0,c.r)(l.yv,4.5,0,l.OK,l.d0,l.G)),d=(0,a.mq)(a.lB.rest,u),p=((0,a.mq)(a.lB.hover,u),(0,a.mq)(a.lB.active,u),(0,a.mq)(a.lB.focus,u),(t,e)=>(0,a.$p)(o,t)>=e?o:s);function h(t){return function(e){return"function"==typeof e?n=>p(e(n),t):p(d(e),t)}}const f=h(4.5),g=h(3);function v(t){return(0,c.r)(l.yv,t,0,0,0,0)}const b=(0,a.mq)(a.lB.rest,(0,a.vm)(v(4.5))),m=(0,a.mq)(a.lB.rest,(0,a.vm)(v(3)));var y=n(91460);function x(t){return e=>{const n=(0,l.au)(e),r=(0,l.R6)(e),i=(0,y.hi)(l.au,r)(e),o={rest:(0,l.kp)(e),hover:(0,l.L8)(e),active:(0,l.kb)(e),focus:(0,l.nd)(e)},s=(0,y.Yc)(e)?-1:1,a=i+(1===s?Math.min(o.rest,o.hover):Math.max(s*o.rest,s*o.hover)),c=(0,y.Ce)(l.Cz)(l.au)((()=>a))((()=>s))((e=>e>=t))(e),u=(0,y.Ik)(l.au,c)(e),d=u+s*Math.abs(o.rest-o.hover),p=1===s?o.rests*o.hover,h=p?u:d,f=p?d:u,g=h+s*o.active,v=h+s*o.focus;return{rest:(0,y.qZ)(h,n),hover:(0,y.qZ)(f,n),active:(0,y.qZ)(g,n),focus:(0,y.qZ)(v,n)}}}const _=(0,a.vm)(x(4.5)),w=(0,a.vm)(x(3)),C=((0,a.mq)(a.lB.rest,_),(0,a.mq)(a.lB.hover,_),(0,a.mq)(a.lB.active,_),(0,a.mq)(a.lB.focus,_),(0,a.mq)(a.lB.rest,w),(0,a.mq)(a.lB.hover,w),(0,a.mq)(a.lB.active,w),(0,a.mq)(a.lB.focus,w),(t,e)=>(0,a.$p)(o,t)>=e?o:s);function S(t){return function(e){return"function"==typeof e?n=>C(e(n),t):C((0,l.R6)(e),t)}}const E=S(4.5),O=(S(3),(0,a.K2)(l.MY,l.jW,l.hD,l.VQ));function j(t){return e=>{const n=(0,y.BD)(e),r=n>=O(e)?-1:1;return(0,y.qZ)(n+r*t(e),(0,l.yv)(e))}}const P=(0,a.vm)(j(l.MY)),k=(0,a.vm)(j(l.jW)),I=(0,a.vm)(j(l.hD)),T=(0,a.vm)(j(l.VQ)),A=(0,a.vm)(j(l.y$)),D=(0,a.vm)((t=>({rest:P(t),hover:k(t),active:I(t),focus:T(t),selected:A(t)}))),R=(0,a.K2)(l.MY,l.jW,l.hD,l.VQ,l.qD,l.fq,l.gs,l.IU);function $(t){return e=>{const n=(0,y.BD)(e),r=n>=R(e)?-1:1;return(0,y.qZ)(n+r*t(e),(0,l.yv)(e))}}const N=(0,a.vm)($(l.qD)),B=(0,a.vm)($(l.fq)),F=(0,a.vm)($(l.gs)),L=(0,a.vm)($(l.IU)),M=(0,a.vm)($(l.Uy)),Z=(0,a.vm)((t=>({rest:N(t),hover:B(t),active:F(t),focus:L(t),selected:M(t)})));function H(t){return e=>{const n=(0,y.Yc)(e)?-1:1;return(0,y.qZ)((0,y.BD)(e)-t(e)*n,(0,l.yv)(e))}}const z=(0,a.vm)(H(l.ef)),U=(0,a.vm)(H(l.EL)),W=(0,a.vm)(H(l.q_)),G=(0,a.vm)(H(l.Zb)),V=(0,a.vm)(H(l.VI)),q=(0,a.vm)((t=>({rest:z(t),hover:U(t),active:W(t),focus:G(t),selected:V(t)})));var K=n(67099);const Y=(0,a.K2)(l.MY,l.jW,l.hD);function Q(t){return e=>{const n=(0,l.au)(e),r=n.length,i=(0,l.R6)(e),o=E(Object.assign({},e,{backgroundColor:i})),s=(0,l.B2)(e),c=(0,y.BD)(e)>=Y(e)?-1:1,u=r-1,d=(0,y.hi)(l.au,i)(e);let p=0;for(;p=t&&(0,K.Z)(d+p+c+c,0,u);)p+=c;const h=d+p,f=h+-1*c*s,g=f+c*(0,l.Wo)(e),v=f+c*(0,l.v$)(e);return{rest:(0,y.qZ)(f,n),hover:(0,y.qZ)(h,n),active:(0,y.qZ)(g,n),focus:(0,y.qZ)(v,n),selected:(0,y.qZ)(f+((0,y.Yc)(e)?-1*(0,l.bX)(e):(0,l.bX)(e)),n)}}}const X=(0,a.vm)(Q(4.5)),J=(0,a.vm)(Q(3)),tt=((0,a.mq)(a.lB.rest,X),(0,a.mq)(a.lB.hover,X),(0,a.mq)(a.lB.active,X),(0,a.mq)(a.lB.focus,X),(0,a.mq)(a.lB.selected,X),(0,a.mq)(a.lB.rest,J),(0,a.mq)(a.lB.hover,J),(0,a.mq)(a.lB.active,J),(0,a.mq)(a.lB.focus,J),(0,a.mq)(a.lB.selected,J),(0,a.vm)((t=>{const e=(0,l.yv)(t),n=(0,y.BD)(t),r=(0,y.Yc)(t)?-1:1,i=(0,l.Kp)(t),o=n+r*i,s=o+r*((0,l.k9)(t)-i),a=o+r*((0,l.KS)(t)-i),c=o+r*((0,l.OD)(t)-i);return{rest:(0,y.qZ)(o,e),hover:(0,y.qZ)(s,e),active:(0,y.qZ)(a,e),focus:(0,y.qZ)(c,e)}}))),et=((0,a.mq)(a.lB.rest,tt),(0,a.mq)(a.lB.hover,tt),(0,a.mq)(a.lB.active,tt),(0,a.mq)(a.lB.focus,tt),(0,a.vm)((t=>{const e=(0,l.yv)(t),n=(0,y.BD)(t),r=(0,l.yI)(t),i=n+((0,y.Yc)(t)?-1:1)*r;return(0,y.qZ)(i,e)})));var nt=n(57653),rt=n(92764);function it(t){return(...e)=>n=>{const r=e[0];let i="function"==typeof r?r(n):r;for(let r=1;rt+e)),st=it(((t,e)=>t-e)),at=it(((t,e)=>t*e));it(((t,e)=>t/e));function lt(...t){return ot.apply(this,t)}function ct(...t){return st.apply(this,t)}function ut(...t){return at.apply(this,t)}var dt;function pt(t,e){return n=>-1===(0,l.q2)(n)?e(n):t(n)}!function(t){t[t.LightMode=1]="LightMode",t[t.DarkMode=.23]="DarkMode"}(dt||(dt={}));const ht=(0,y.hi)(l.yv,(t=>{const e=(0,l.q2)(t);return new nt.h(e,e,e,1).toStringHexRGB()})),ft=t=>(0,rt.uZ)(ct(ht,l.Dk)(t),0,(0,l.yv)(t).length-1),gt=(0,a.K2)(l.MY,l.jW,l.hD),vt=(0,a.K2)(lt(ht,l.Dk),gt),bt=t=>{const e=.14,n=new nt.h(e,e,e,1);return(0,y.hi)(l.yv,n.toStringHexRGB())(t)},mt=(0,a.vm)(pt((0,y.qZ)(ct(ft,l.Dk),l.yv),(0,y.Qs)(l.yv)(0,ct(bt,ut(l.Dk,5))))),yt=(0,a.vm)(pt((0,y.qZ)(ft,l.yv),(0,y.Qs)(l.yv)(0,ct(bt,ut(l.Dk,4))))),xt=(0,a.vm)(pt((0,y.qZ)(lt(ft,l.Dk),l.yv),(0,y.Qs)(l.yv)(l.Dk,ct(bt,ut(l.Dk,3))))),_t=(0,a.vm)(pt((0,y.qZ)(ht,l.yv),(0,y.Qs)(l.yv)(0,ct(bt,ut(l.Dk,3))))),wt=xt,Ct=(0,a.vm)(pt((0,y.qZ)(vt,l.yv),(0,y.Qs)(l.yv)(gt,ct(bt,ut(l.Dk,2))))),St=(0,a.vm)(pt((0,y.qZ)(lt(vt,l.Dk),l.yv),(0,y.Qs)(l.yv)(lt(gt,l.Dk),ct(bt,l.Dk)))),Et=(0,a.vm)(pt((0,y.qZ)(lt(vt,ut(l.Dk,2)),l.yv),(0,y.Qs)(l.yv)(lt(gt,ut(l.Dk,2)),bt)));function Ot(t){return t>3.5}const jt=(0,y.Ce)(l.Cz)(l.yv)((function(t,e,n){return(0,y.hi)(l.yv,t)(n)}))((function(t,e,n){return(0,y.Yc)(n)?-1:1}))(Ot),Pt=(0,a.vm)(jt);function kt(t,e,n){return(0,y.Yc)(n)?1:-1}const It=(0,a.vm)((0,c.r)(l.yv,14,0,l.UB,l.db,l.DI)),Tt=(0,a.mq)(a.lB.rest,It);(0,a.mq)(a.lB.hover,It),(0,a.mq)(a.lB.active,It),(0,a.mq)(a.lB.focus,It);var At=n(49552),Dt=n(15915),Rt=n(67549);const $t=(0,r.Q)("neutral-foreground-rest",(t=>(0,At.DZ)(t).rest),Rt.M.findProvider),Nt=(0,r.Q)("neutral-foreground-hover",(t=>(0,At.DZ)(t).hover),Rt.M.findProvider),Bt=(0,r.Q)("neutral-foreground-active",(t=>(0,At.DZ)(t).active),Rt.M.findProvider),Ft=((0,r.Q)("neutral-foreground-focus",(t=>(0,At.DZ)(t).focus),Rt.M.findProvider),(0,r.Q)("neutral-foreground-toggle",f,Rt.M.findProvider),(0,r.Q)("neutral-foreground-toggle-large",g,Rt.M.findProvider),(0,r.Q)("neutral-foreground-hint",b,Rt.M.findProvider)),Lt=((0,r.Q)("neutral-foreground-hint-large",m,Rt.M.findProvider),(0,r.Q)("accent-foreground-rest",(t=>_(t).rest),Rt.M.findProvider)),Mt=(0,r.Q)("accent-foreground-hover",(t=>_(t).hover),Rt.M.findProvider),Zt=(0,r.Q)("accent-foreground-active",(t=>_(t).active),Rt.M.findProvider),Ht=((0,r.Q)("accent-foreground-focus",(t=>_(t).focus),Rt.M.findProvider),(0,r.Q)("accent-foreground-cut-rest",(t=>E(t)),Rt.M.findProvider)),zt=((0,r.Q)("accent-foreground-large-rest",(t=>w(t).rest),Rt.M.findProvider),(0,r.Q)("accent-foreground-large-hover",(t=>w(t).hover),Rt.M.findProvider),(0,r.Q)("accent-foreground-large-active",(t=>w(t).active),Rt.M.findProvider),(0,r.Q)("accent-foreground-large-focus",(t=>w(t).focus),Rt.M.findProvider),(0,r.Q)("neutral-fill-rest",(t=>D(t).rest),Rt.M.findProvider)),Ut=(0,r.Q)("neutral-fill-hover",(t=>D(t).hover),Rt.M.findProvider),Wt=(0,r.Q)("neutral-fill-active",(t=>D(t).active),Rt.M.findProvider),Gt=((0,r.Q)("neutral-fill-focus",(t=>D(t).focus),Rt.M.findProvider),(0,r.Q)("neutral-fill-selected",(t=>D(t).selected),Rt.M.findProvider),(0,r.Q)("neutral-fill-stealth-rest",(t=>Z(t).rest),Rt.M.findProvider)),Vt=(0,r.Q)("neutral-fill-stealth-hover",(t=>Z(t).hover),Rt.M.findProvider),qt=(0,r.Q)("neutral-fill-stealth-active",(t=>Z(t).active),Rt.M.findProvider),Kt=((0,r.Q)("neutral-fill-stealth-focus",(t=>Z(t).focus),Rt.M.findProvider),(0,r.Q)("neutral-fill-stealth-selected",(t=>Z(t).selected),Rt.M.findProvider),(0,r.Q)("neutral-fill-toggle-rest",(t=>u(t).rest),Rt.M.findProvider),(0,r.Q)("neutral-fill-toggle-hover",(t=>u(t).hover),Rt.M.findProvider),(0,r.Q)("neutral-fill-toggle-active",(t=>u(t).active),Rt.M.findProvider),(0,r.Q)("neutral-fill-toggle-focus",(t=>u(t).focus),Rt.M.findProvider),(0,r.Q)("neutral-fill-input-rest",(t=>q(t).rest),Rt.M.findProvider),(0,r.Q)("neutral-fill-input-hover",(t=>q(t).hover),Rt.M.findProvider),(0,r.Q)("neutral-fill-input-active",(t=>q(t).active),Rt.M.findProvider),(0,r.Q)("neutral-fill-input-focus",(t=>q(t).focus),Rt.M.findProvider),(0,r.Q)("accent-fill-rest",(t=>X(t).rest),Rt.M.findProvider)),Yt=(0,r.Q)("accent-fill-hover",(t=>X(t).hover),Rt.M.findProvider),Qt=(0,r.Q)("accent-fill-active",(t=>X(t).active),Rt.M.findProvider),Xt=((0,r.Q)("accent-fill-focus",(t=>X(t).focus),Rt.M.findProvider),(0,r.Q)("accent-fill-selected",(t=>X(t).selected),Rt.M.findProvider),(0,r.Q)("accent-fill-large-rest",(t=>J(t).rest),Rt.M.findProvider),(0,r.Q)("accent-fill-large-hover",(t=>J(t).hover),Rt.M.findProvider),(0,r.Q)("accent-fill-large-active",(t=>J(t).active),Rt.M.findProvider),(0,r.Q)("accent-fill-large-focus",(t=>J(t).focus),Rt.M.findProvider),(0,r.Q)("accent-fill-large-selected",(t=>J(t).selected),Rt.M.findProvider),(0,r.Q)("neutral-fill-card-rest",(t=>(0,Dt.t)(t)),Rt.M.findProvider)),Jt=(0,r.Q)("neutral-outline-rest",(t=>tt(t).rest),Rt.M.findProvider),te=(0,r.Q)("neutral-outline-hover",(t=>tt(t).hover),Rt.M.findProvider),ee=(0,r.Q)("neutral-outline-active",(t=>tt(t).active),Rt.M.findProvider),ne=((0,r.Q)("neutral-outline-focus",(t=>tt(t).focus),Rt.M.findProvider),(0,r.Q)("neutral-divider-rest",et,Rt.M.findProvider)),re=((0,r.Q)("neutral-layer-floating",mt,Rt.M.findProvider),(0,r.Q)("neutral-layer-card",yt,Rt.M.findProvider)),ie=(0,r.Q)("neutral-layer-card-container",xt,Rt.M.findProvider),oe=((0,r.Q)("neutral-layer-l1",_t,Rt.M.findProvider),(0,r.Q)("neutral-layer-l1-alt",wt,Rt.M.findProvider),(0,r.Q)("neutral-layer-l2",Ct,Rt.M.findProvider),(0,r.Q)("neutral-layer-l3",St,Rt.M.findProvider),(0,r.Q)("neutral-layer-l4",Et,Rt.M.findProvider),(0,r.Q)("neutral-focus",Pt,Rt.M.findProvider)),se=(0,r.Q)("neutral-focus-inner-accent",(ae=l.R6,(0,y.Ce)(Pt)(l.au)(function(t){return(e,n,r)=>n.indexOf(t(r))}(ae))(kt)(Ot)),Rt.M.findProvider);var ae;(0,r.Q)("neutral-contrast-foreground-rest",(t=>(0,At.CH)(Tt)(t)),Rt.M.findProvider),(0,r.Q)("neutral-contrast-fill-rest",(t=>It(t).rest),Rt.M.findProvider),(0,r.Q)("neutral-contrast-fill-hover",(t=>It(t).hover),Rt.M.findProvider),(0,r.Q)("neutral-contrast-fill-active",(t=>It(t).active),Rt.M.findProvider),(0,r.Q)("neutral-contrast-fill-focus",(t=>It(t).focus),Rt.M.findProvider),(0,r.Q)("inline-start",(t=>(0,l.o7)(t)===i.N.ltr?"left":"right"),Rt.M.findProvider),(0,r.Q)("inline-end",(t=>(0,l.o7)(t)===i.N.ltr?"right":"left"),Rt.M.findProvider)},7642:(t,e,n)=>{"use strict";n.d(e,{XC:()=>r});const r="box-shadow: 0 0 calc((var(--elevation) * 0.225px) + 2px) rgba(0, 0, 0, calc(.11 * (2 - var(--background-luminance, 1)))), 0 calc(var(--elevation) * 0.4px) calc((var(--elevation) * 0.9px)) rgba(0, 0, 0, calc(.13 * (2 - var(--background-luminance, 1))));"},18967:(t,e,n)=>{"use strict";n.d(e,{G6:()=>u,jQ:()=>d,Xu:()=>p,vt:()=>h,O8:()=>f,cg:()=>g});var r=n(76298),i=n(15933),o=n(93718),s=n(67845),a=n(68421),l=n(45227),c=n(25914);const u=r.i` - ${(0,o.j)("inline-flex")} :host { - font-family: var(--body-font); - outline: none; - font-size: var(--type-ramp-base-font-size); - line-height: var(--type-ramp-base-line-height); - height: calc(${l.i} * 1px); - min-width: calc(${l.i} * 1px); - background-color: ${c.nE.var}; - color: ${c.sp.var}; - border-radius: calc(var(--corner-radius) * 1px); - fill: currentcolor; - cursor: pointer; - } - - .control { - background: transparent; - height: inherit; - flex-grow: 1; - box-sizing: border-box; - display: inline-flex; - justify-content: center; - align-items: center; - padding: 0 calc((10 + (var(--design-unit) * 2 * var(--density))) * 1px); - white-space: nowrap; - outline: none; - text-decoration: none; - border: calc(var(--outline-width) * 1px) solid transparent; - color: inherit; - border-radius: inherit; - fill: inherit; - cursor: inherit; - font-family: inherit; - } - - .control, - .end, - .start { - font: inherit; - } - - .control.icon-only { - padding: 0; - line-height: 0; - } - - :host(:hover) { - background-color: ${c.Ep.var}; - } - - :host(:active) { - background-color: ${c.a.var}; - } - - .control:${s.b} { - border: calc(var(--outline-width) * 1px) solid ${c.cI.var}; - box-shadow: 0 0 0 calc((var(--focus-outline-width) - var(--outline-width)) * 1px) ${c.cI.var}; - } - - .control::-moz-focus-inner { - border: 0; - } - - .content { - pointer-events: none; - } - - .start, - .end { - display: flex; - pointer-events: none; - } - - ::slotted(svg) { - ${""} width: 16px; - height: 16px; - pointer-events: none; - } - - .start { - margin-inline-end: 11px; - } - - .end { - margin-inline-start: 11px; - } -`.withBehaviors(c.nE,c.cI,c.sp,c.Ep,c.a,(0,a.vF)(r.i` - :host, - :host([appearance="neutral"]) .control { - background-color: ${i.H.ButtonFace}; - border-color: ${i.H.ButtonText}; - color: ${i.H.ButtonText}; - fill: currentcolor; - } - - :host(:not([disabled][href]):hover), - :host([appearance="neutral"]:not([disabled]):hover) .control { - forced-color-adjust: none; - background-color: ${i.H.Highlight}; - color: ${i.H.HighlightText}; - } - - .control:${s.b}, - :host([appearance="outline"]) .control:${s.b}, - :host([appearance="neutral"]:${s.b}) .control { - forced-color-adjust: none; - background-color: ${i.H.Highlight}; - border-color: ${i.H.ButtonText}; - box-shadow: 0 0 0 calc((var(--focus-outline-width) - var(--outline-width)) * 1px) ${i.H.ButtonText}; - color: ${i.H.HighlightText}; - } - - .control:not([disabled]):hover, - :host([appearance="outline"]) .control:hover { - border-color: ${i.H.ButtonText}; - } - - :host([href]) .control { - border-color: ${i.H.LinkText}; - color: ${i.H.LinkText}; - } - - :host([href]) .control:hover, - :host(.neutral[href]) .control:hover, - :host(.outline[href]) .control:hover, - :host([href]) .control:${s.b}{ - forced-color-adjust: none; - background: ${i.H.ButtonFace}; - border-color: ${i.H.LinkText}; - box-shadow: 0 0 0 1px ${i.H.LinkText} inset; - color: ${i.H.LinkText}; - fill: currentcolor; - } - `)),d=r.i` - :host([appearance="accent"]) { - background: ${c.iq.var}; - color: ${c.Jd.var}; - } - - :host([appearance="accent"]:hover) { - background: ${c.En.var}; - } - - :host([appearance="accent"]:active) .control:active { - background: ${c.fE.var}; - } - - :host([appearance="accent"]) .control:${s.b} { - box-shadow: 0 0 0 calc(var(--focus-outline-width) * 1px) inset ${c.Kt.var}, 0 0 0 calc((var(--focus-outline-width) - var(--outline-width)) * 1px) ${c.cI.var} - } -`.withBehaviors(c.iq,c.Jd,c.En,c.fE,c.Kt,(0,a.vF)(r.i` - :host([appearance="accent"]) .control { - forced-color-adjust: none; - background: ${i.H.Highlight}; - color: ${i.H.HighlightText}; - } - - :host([appearance="accent"]) .control:hover, - :host([appearance="accent"]:active) .control:active { - background: ${i.H.HighlightText}; - border-color: ${i.H.Highlight}; - color: ${i.H.Highlight}; - } - - :host([appearance="accent"]) .control:${s.b} { - border-color: ${i.H.ButtonText}; - box-shadow: 0 0 0 2px ${i.H.HighlightText} inset; - } - - :host([appearance="accent"][href]) .control{ - background: ${i.H.LinkText}; - color: ${i.H.HighlightText}; - } - - :host([appearance="accent"][href]) .control:hover { - background: ${i.H.ButtonFace}; - border-color: ${i.H.LinkText}; - box-shadow: none; - color: ${i.H.LinkText}; - fill: currentcolor; - } - - :host([appearance="accent"][href]) .control:${s.b} { - border-color: ${i.H.LinkText}; - box-shadow: 0 0 0 2px ${i.H.HighlightText} inset; - } - `)),p=r.i` - :host([appearance="hypertext"]) { - height: auto; - font-size: inherit; - line-height: inherit; - background: transparent; - min-width: 0; - } - - :host([appearance="hypertext"]) .control { - display: inline; - padding: 0; - border: none; - box-shadow: none; - border-radius: 0; - line-height: 1; - } - :host a.control:not(:link) { - background-color: transparent; - cursor: default; - } - :host([appearance="hypertext"]) .control:link, - :host([appearance="hypertext"]) .control:visited { - background: transparent; - color: ${c.YK.var}; - border-bottom: calc(var(--outline-width) * 1px) solid ${c.YK.var}; - } - :host([appearance="hypertext"]) .control:hover { - border-bottom-color: ${c.gt.var}; - } - :host([appearance="hypertext"]) .control:active { - border-bottom-color: ${c._c.var}; - } - :host([appearance="hypertext"]) .control:${s.b} { - border-bottom: calc(var(--focus-outline-width) * 1px) solid ${c.cI.var}; - margin-bottom: calc(calc(var(--outline-width) - var(--focus-outline-width)) * 1px); - } -`.withBehaviors(c.YK,c.gt,c._c,c.cI,(0,a.vF)(r.i` - :host([appearance="hypertext"]) .control:${s.b} { - color: ${i.H.LinkText}; - border-bottom-color: ${i.H.LinkText}; - } - `)),h=r.i` - :host([appearance="lightweight"]) { - background: transparent; - color: ${c.YK.var}; - } - - :host([appearance="lightweight"]) .control { - padding: 0; - height: initial; - border: none; - box-shadow: none; - border-radius: 0; - } - - :host([appearance="lightweight"]:hover) { - color: ${c.gt.var}; - } - - :host([appearance="lightweight"]:active) { - color: ${c._c.var}; - } - - :host([appearance="lightweight"]) .content { - position: relative; - } - - :host([appearance="lightweight"]) .content::before { - content: ""; - display: block; - height: calc(var(--outline-width) * 1px); - position: absolute; - top: calc(1em + 3px); - width: 100%; - } - - :host([appearance="lightweight"]:hover) .content::before { - background: ${c.gt.var}; - } - - :host([appearance="lightweight"]:active) .content::before { - background: ${c._c.var}; - } - - :host([appearance="lightweight"]) .control:${s.b} .content::before { - background: ${c.sp.var}; - height: calc(var(--focus-outline-width) * 1px); - } -`.withBehaviors(c.YK,c.gt,c._c,c.gt,c.sp,(0,a.vF)(r.i` - :host([appearance="lightweight"]) { - color: ${i.H.ButtonText}; - } - :host([appearance="lightweight"]) .control:hover, - :host([appearance="lightweight"]) .control:${s.b} { - forced-color-adjust: none; - background: ${i.H.ButtonFace}; - color: ${i.H.Highlight}; - } - :host([appearance="lightweight"]) .control:hover .content::before, - :host([appearance="lightweight"]) .control:${s.b} .content::before { - background: ${i.H.Highlight}; - } - - :host([appearance="lightweight"][href]) .control:hover, - :host([appearance="lightweight"][href]) .control:${s.b} { - background: ${i.H.ButtonFace}; - box-shadow: none; - color: ${i.H.LinkText}; - } - - :host([appearance="lightweight"][href]) .control:hover .content::before, - :host([appearance="lightweight"][href]) .control:${s.b} .content::before { - background: ${i.H.LinkText}; - } - `)),f=r.i` - :host([appearance="outline"]) { - background: transparent; - border-color: ${c.Fv.var}; - } - - :host([appearance="outline"]:hover) { - border-color: ${c.Xt.var}; - } - - :host([appearance="outline"]:active) { - border-color: ${c.i2.var}; - } - - :host([appearance="outline"]) .control { - border-color: inherit; - } - - :host([appearance="outline"]) .control:${s.b} { - box-shadow: 0 0 0 calc((var(--focus-outline-width) - var(--outline-width)) * 1px) ${c.cI.var}; - border-color: ${c.cI.var}; - } -`.withBehaviors(c.Fv,c.Xt,c.i2,c.cI,(0,a.vF)(r.i` - :host([appearance='outline']) { - border-color: ${i.H.ButtonText}; - } - :host([appearance='outline'][href]) { - border-color: ${i.H.LinkText}; - } - `)),g=r.i` - :host([appearance='stealth']) { - background: ${c.Br.var}; - } - - :host([appearance='stealth']:hover) { - background: ${c.Cs.var}; - } - - :host([appearance='stealth']:active) { - background: ${c.Nv.var}; - } -`.withBehaviors(c.Br,c.Cs,c.Nv,(0,a.vF)(r.i` - :host([appearance="stealth"]), - :host([appearance="stealth"]) .control { - forced-color-adjust: none; - background: ${i.H.ButtonFace}; - border-color: transparent; - color: ${i.H.ButtonText}; - fill: currentcolor; - } - - :host([appearance="stealth"]:hover) .control { - background: ${i.H.Highlight}; - border-color: ${i.H.Highlight}; - color: ${i.H.HighlightText}; - fill: currentcolor; - } - - :host([appearance="stealth"]:${s.b}) .control { - background: ${i.H.Highlight}; - box-shadow: 0 0 0 1px ${i.H.Highlight}; - color: ${i.H.HighlightText}; - fill: currentcolor; - } - - :host([appearance="stealth"][href]) .control { - color: ${i.H.LinkText}; - } - - :host([appearance="stealth"]:hover[href]) .control, - :host([appearance="stealth"]:${s.b}[href]) .control { - background: ${i.H.LinkText}; - border-color: ${i.H.LinkText}; - color: ${i.H.HighlightText}; - fill: currentcolor; - } - - :host([appearance="stealth"]:${s.b}[href]) .control { - box-shadow: 0 0 0 1px ${i.H.LinkText}; - } - `))},45227:(t,e,n)=>{"use strict";n.d(e,{i:()=>r});const r="(var(--base-height-multiplier) + var(--density)) * var(--design-unit)"},96566:(t,e,n)=>{"use strict";if(n.d(e,{H:()=>i}),580==n.j)var r=n(45536);function i(t,e){return new r.w("appearance",t,e)}},83763:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var r=n(89526),i=n(9453);class o extends r.Component{constructor(t){super(t),this.updateBreakpoint=()=>{const t=function(t,e){for(let n=e.length-1;n>=0;n--)if(t>=e[n])return n}(window.innerWidth,o.breakpoints);this.state.activeBreakpoint!==t&&this.setState({activeBreakpoint:t}),this.openRequestAnimationFrame=!1},this.requestFrame=()=>{this.openRequestAnimationFrame||(this.openRequestAnimationFrame=!0,window.requestAnimationFrame(this.updateBreakpoint))},this.state={activeBreakpoint:null}}componentDidMount(){(0,i.N)()&&(this.updateBreakpoint(),window.addEventListener("resize",this.requestFrame))}componentWillUnmount(){(0,i.N)()&&window.removeEventListener("resize",this.requestFrame)}render(){return this.props.render(this.state.activeBreakpoint)}}o.breakpoints=[0,540,768,1084,1400,1779]},34391:(t,e,n)=>{"use strict";if(n.d(e,{ZP:()=>i}),571==n.j)var r=n(83763);const i=571==n.j?r.Z:null},81562:(t,e,n)=>{"use strict";if(n.d(e,{rp:()=>u,hM:()=>d,wo:()=>h,lw:()=>f,hP:()=>g,T8:()=>v,iI:()=>b,zP:()=>m,rD:()=>y,v1:()=>x,DR:()=>_,$2:()=>w,KW:()=>C}),/^(185|366|580|813|937)$/.test(n.j))var r=n(43184);if(/^(185|366|580|813|937)$/.test(n.j))var i=n(87041);if(/^(185|366|580|813|937)$/.test(n.j))var o=n(25699);if(/^(185|366|580|813|937)$/.test(n.j))var s=n(91728);if(!/^(183|296|717|882)$/.test(n.j))var a=n(57653);if(/^(185|366|580|813|937)$/.test(n.j))var l=n(10251);if(/^(185|366|580|813|937)$/.test(n.j))var c=n(92764);function u(t){return.2126*t.r+.7152*t.g+.0722*t.b}function d(t){function e(t){return t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4)}return u(new a.h(e(t.r),e(t.g),e(t.b),1))}const p=(t,e)=>(t+.05)/(e+.05);function h(t,e){const n=d(t),r=d(e);return n>r?p(n,r):p(r,n)}function f(t){const e=Math.max(t.r,t.g,t.b),n=Math.min(t.r,t.g,t.b),i=e-n;let o=0;0!==i&&(o=e===t.r?(t.g-t.b)/i%6*60:e===t.g?60*((t.b-t.r)/i+2):60*((t.r-t.g)/i+4)),o<0&&(o+=360);const s=(e+n)/2;let a=0;return 0!==i&&(a=i/(1-Math.abs(2*s-1))),new r.H(o,a,s)}function g(t,e=1){const n=(1-Math.abs(2*t.l-1))*t.s,r=n*(1-Math.abs(t.h/60%2-1)),i=t.l-n/2;let o=0,s=0,l=0;return t.h<60?(o=n,s=r,l=0):t.h<120?(o=r,s=n,l=0):t.h<180?(o=0,s=n,l=r):t.h<240?(o=0,s=r,l=n):t.h<300?(o=r,s=0,l=n):t.h<360&&(o=n,s=0,l=r),new a.h(o+i,s+i,l+i,e)}function v(t){const e=Math.max(t.r,t.g,t.b),n=e-Math.min(t.r,t.g,t.b);let r=0;0!==n&&(r=e===t.r?(t.g-t.b)/n%6*60:e===t.g?60*((t.b-t.r)/n+2):60*((t.r-t.g)/n+4)),r<0&&(r+=360);let o=0;return 0!==e&&(o=n/e),new i.T(r,o,e)}function b(t,e=1){const n=t.s*t.v,r=n*(1-Math.abs(t.h/60%2-1)),i=t.v-n;let o=0,s=0,l=0;return t.h<60?(o=n,s=r,l=0):t.h<120?(o=r,s=n,l=0):t.h<180?(o=0,s=n,l=r):t.h<240?(o=0,s=r,l=n):t.h<300?(o=r,s=0,l=n):t.h<360&&(o=n,s=0,l=r),new a.h(o+i,s+i,l+i,e)}function m(t){function e(t){return t<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}const n=e(t.r),r=e(t.g),i=e(t.b),o=.4124564*n+.3575761*r+.1804375*i,s=.2126729*n+.7151522*r+.072175*i,a=.0193339*n+.119192*r+.9503041*i;return new l.x(o,s,a)}function y(t,e=1){function n(t){return t<=.0031308?12.92*t:1.055*Math.pow(t,1/2.4)-.055}const r=n(3.2404542*t.x-1.5371385*t.y-.4985314*t.z),i=n(-.969266*t.x+1.8760108*t.y+.041556*t.z),o=n(.0556434*t.x-.2040259*t.y+1.0572252*t.z);return new a.h(r,i,o,e)}function x(t){return function(t){function e(t){return t>o.R.epsilon?Math.pow(t,1/3):(o.R.kappa*t+16)/116}const n=e(t.x/l.x.whitePoint.x),r=e(t.y/l.x.whitePoint.y),i=116*r-16,s=500*(n-r),a=200*(r-e(t.z/l.x.whitePoint.z));return new o.R(i,s,a)}(m(t))}function _(t,e=1){return y(function(t){const e=(t.l+16)/116,n=e+t.a/500,r=e-t.b/200,i=Math.pow(n,3),s=Math.pow(e,3),a=Math.pow(r,3);let c=0;c=i>o.R.epsilon?i:(116*n-16)/o.R.kappa;let u=0;u=t.l>o.R.epsilon*o.R.kappa?s:t.l/o.R.kappa;let d=0;return d=a>o.R.epsilon?a:(116*r-16)/o.R.kappa,c=l.x.whitePoint.x*c,u=l.x.whitePoint.y*u,d=l.x.whitePoint.z*d,new l.x(c,u,d)}(t),e)}function w(t){return function(t){let e=0;(Math.abs(t.b)>.001||Math.abs(t.a)>.001)&&(e=(0,c.vi)(Math.atan2(t.b,t.a))),e<0&&(e+=360);const n=Math.sqrt(t.a*t.a+t.b*t.b);return new s.t(t.l,n,e)}(x(t))}function C(t,e=1){return _(function(t){let e=0,n=0;return 0!==t.h&&(e=Math.cos((0,c.Ht)(t.h))*t.c,n=Math.sin((0,c.Ht)(t.h))*t.c),new o.R(t.l,e,n)}(t),e)}},43184:(t,e,n)=>{"use strict";if(n.d(e,{H:()=>i}),/^(185|366|580|813|937)$/.test(n.j))var r=n(92764);class i{constructor(t,e,n){this.h=t,this.s=e,this.l=n}static fromObject(t){return!t||isNaN(t.h)||isNaN(t.s)||isNaN(t.l)?null:new i(t.h,t.s,t.l)}equalValue(t){return this.h===t.h&&this.s===t.s&&this.l===t.l}roundToPrecision(t){return new i((0,r.fZ)(this.h,t),(0,r.fZ)(this.s,t),(0,r.fZ)(this.l,t))}toObject(){return{h:this.h,s:this.s,l:this.l}}}},87041:(t,e,n)=>{"use strict";if(n.d(e,{T:()=>i}),/^(185|366|580|813|937)$/.test(n.j))var r=n(92764);class i{constructor(t,e,n){this.h=t,this.s=e,this.v=n}static fromObject(t){return!t||isNaN(t.h)||isNaN(t.s)||isNaN(t.v)?null:new i(t.h,t.s,t.v)}equalValue(t){return this.h===t.h&&this.s===t.s&&this.v===t.v}roundToPrecision(t){return new i((0,r.fZ)(this.h,t),(0,r.fZ)(this.s,t),(0,r.fZ)(this.v,t))}toObject(){return{h:this.h,s:this.s,v:this.v}}}},25919:(t,e,n)=>{"use strict";if(n.d(e,{Lm:()=>d,JN:()=>p}),/^(185|366|580|813|937)$/.test(n.j))var r=n(81562);if(/^(185|366|580|813|937)$/.test(n.j))var i=n(43184);if(/^(185|366|580|813|937)$/.test(n.j))var o=n(87041);if(/^(185|366|580|813|937)$/.test(n.j))var s=n(25699);if(/^(185|366|580|813|937)$/.test(n.j))var a=n(91728);if(/^(185|366|580|813|937)$/.test(n.j))var l=n(57653);if(/^(185|366|580|813|937)$/.test(n.j))var c=n(10251);if(/^(185|366|580|813|937)$/.test(n.j))var u=n(92764);var d;function p(t,e,n,p){if(isNaN(t)||t<=0)return n;if(t>=1)return p;switch(e){case d.HSL:return(0,r.hP)(function(t,e,n){return isNaN(t)||t<=0?e:t>=1?n:new i.H((0,u.AG)(t,e.h,n.h),(0,u.t7)(t,e.s,n.s),(0,u.t7)(t,e.l,n.l))}(t,(0,r.lw)(n),(0,r.lw)(p)));case d.HSV:return(0,r.iI)(function(t,e,n){return isNaN(t)||t<=0?e:t>=1?n:new o.T((0,u.AG)(t,e.h,n.h),(0,u.t7)(t,e.s,n.s),(0,u.t7)(t,e.v,n.v))}(t,(0,r.T8)(n),(0,r.T8)(p)));case d.XYZ:return(0,r.rD)(function(t,e,n){return isNaN(t)||t<=0?e:t>=1?n:new c.x((0,u.t7)(t,e.x,n.x),(0,u.t7)(t,e.y,n.y),(0,u.t7)(t,e.z,n.z))}(t,(0,r.zP)(n),(0,r.zP)(p)));case d.LAB:return(0,r.DR)(function(t,e,n){return isNaN(t)||t<=0?e:t>=1?n:new s.R((0,u.t7)(t,e.l,n.l),(0,u.t7)(t,e.a,n.a),(0,u.t7)(t,e.b,n.b))}(t,(0,r.v1)(n),(0,r.v1)(p)));case d.LCH:return(0,r.KW)(function(t,e,n){return isNaN(t)||t<=0?e:t>=1?n:new a.t((0,u.t7)(t,e.l,n.l),(0,u.t7)(t,e.c,n.c),(0,u.AG)(t,e.h,n.h))}(t,(0,r.$2)(n),(0,r.$2)(p)));default:return function(t,e,n){return isNaN(t)||t<=0?e:t>=1?n:new l.h((0,u.t7)(t,e.r,n.r),(0,u.t7)(t,e.g,n.g),(0,u.t7)(t,e.b,n.b),(0,u.t7)(t,e.a,n.a))}(t,n,p)}}!function(t){t[t.RGB=0]="RGB",t[t.HSL=1]="HSL",t[t.HSV=2]="HSV",t[t.XYZ=3]="XYZ",t[t.LAB=4]="LAB",t[t.LCH=5]="LCH"}(d||(d={}))},25699:(t,e,n)=>{"use strict";n.d(e,{R:()=>i});var r=n(92764);class i{constructor(t,e,n){this.l=t,this.a=e,this.b=n}static fromObject(t){return!t||isNaN(t.l)||isNaN(t.a)||isNaN(t.b)?null:new i(t.l,t.a,t.b)}equalValue(t){return this.l===t.l&&this.a===t.a&&this.b===t.b}roundToPrecision(t){return new i((0,r.fZ)(this.l,t),(0,r.fZ)(this.a,t),(0,r.fZ)(this.b,t))}toObject(){return{l:this.l,a:this.a,b:this.b}}}i.epsilon=216/24389,i.kappa=24389/27},91728:(t,e,n)=>{"use strict";if(n.d(e,{t:()=>i}),/^(185|366|580|813|937)$/.test(n.j))var r=n(92764);class i{constructor(t,e,n){this.l=t,this.c=e,this.h=n}static fromObject(t){return!t||isNaN(t.l)||isNaN(t.c)||isNaN(t.h)?null:new i(t.l,t.c,t.h)}equalValue(t){return this.l===t.l&&this.c===t.c&&this.h===t.h}roundToPrecision(t){return new i((0,r.fZ)(this.l,t),(0,r.fZ)(this.c,t),(0,r.fZ)(this.h,t))}toObject(){return{l:this.l,c:this.c,h:this.h}}}},57653:(t,e,n)=>{"use strict";if(n.d(e,{h:()=>i}),!/^(183|296|717|882)$/.test(n.j))var r=n(92764);class i{constructor(t,e,n,r){this.r=t,this.g=e,this.b=n,this.a="number"!=typeof r||isNaN(r)?1:r}static fromObject(t){return!t||isNaN(t.r)||isNaN(t.g)||isNaN(t.b)?null:new i(t.r,t.g,t.b,t.a)}equalValue(t){return this.r===t.r&&this.g===t.g&&this.b===t.b&&this.a===t.a}toStringHexRGB(){return"#"+[this.r,this.g,this.b].map(this.formatHexValue).join("")}toStringHexRGBA(){return this.toStringHexRGB()+this.formatHexValue(this.a)}toStringHexARGB(){return"#"+[this.a,this.r,this.g,this.b].map(this.formatHexValue).join("")}toStringWebRGB(){return`rgb(${Math.round((0,r.cY)(this.r,0,255))},${Math.round((0,r.cY)(this.g,0,255))},${Math.round((0,r.cY)(this.b,0,255))})`}toStringWebRGBA(){return`rgba(${Math.round((0,r.cY)(this.r,0,255))},${Math.round((0,r.cY)(this.g,0,255))},${Math.round((0,r.cY)(this.b,0,255))},${(0,r.uZ)(this.a,0,1)})`}roundToPrecision(t){return new i((0,r.fZ)(this.r,t),(0,r.fZ)(this.g,t),(0,r.fZ)(this.b,t),(0,r.fZ)(this.a,t))}clamp(){return new i((0,r.uZ)(this.r,0,1),(0,r.uZ)(this.g,0,1),(0,r.uZ)(this.b,0,1),(0,r.uZ)(this.a,0,1))}toObject(){return{r:this.r,g:this.g,b:this.b,a:this.a}}formatHexValue(t){return(0,r.yi)((0,r.cY)(t,0,255))}}},10251:(t,e,n)=>{"use strict";n.d(e,{x:()=>i});var r=n(92764);class i{constructor(t,e,n){this.x=t,this.y=e,this.z=n}static fromObject(t){return!t||isNaN(t.x)||isNaN(t.y)||isNaN(t.z)?null:new i(t.x,t.y,t.z)}equalValue(t){return this.x===t.x&&this.y===t.y&&this.z===t.z}roundToPrecision(t){return new i((0,r.fZ)(this.x,t),(0,r.fZ)(this.y,t),(0,r.fZ)(this.z,t))}toObject(){return{x:this.x,y:this.y,z:this.z}}}i.whitePoint=new i(.95047,1,1.08883)},73446:(t,e,n)=>{"use strict";n.d(e,{b:()=>m});var r,i=n(57653),o=n(81562),s=n(91728),a=n(92764);function l(t,e,n=18){const r=(0,o.$2)(t);let i=r.c+e*n;return i<0&&(i=0),(0,o.KW)(new s.t(r.l,i,r.h))}function c(t,e){return t*e}function u(t,e){return new i.h(c(t.r,e.r),c(t.g,e.g),c(t.b,e.b),1)}function d(t,e){return t<.5?(0,a.uZ)(2*e*t,0,1):(0,a.uZ)(1-2*(1-e)*(1-t),0,1)}function p(t,e){return new i.h(d(t.r,e.r),d(t.g,e.g),d(t.b,e.b),1)}!function(t){t[t.Burn=0]="Burn",t[t.Color=1]="Color",t[t.Darken=2]="Darken",t[t.Dodge=3]="Dodge",t[t.Lighten=4]="Lighten",t[t.Multiply=5]="Multiply",t[t.Overlay=6]="Overlay",t[t.Screen=7]="Screen"}(r||(r={}));var h=n(25919);class f{constructor(t){if(null==t||0===t.length)throw new Error("The stops argument must be non-empty");this.stops=this.sortColorScaleStops(t)}static createBalancedColorScale(t){if(null==t||0===t.length)throw new Error("The colors argument must be non-empty");const e=new Array(t.length);for(let n=0;n=1)return this.stops[this.stops.length-1].color;let n=0;for(let e=0;e=this.stops.length&&(r=this.stops.length-1);const i=(t-this.stops[n].position)*(1/(this.stops[r].position-this.stops[n].position));return(0,h.JN)(i,e,this.stops[n].color,this.stops[r].color)}trim(t,e,n=h.Lm.RGB){if(t<0||e>1||e=t&&this.stops[n].position<=e&&r.push(this.stops[n]);if(0===r.length)return new f([{color:this.getColor(t),position:t},{color:this.getColor(e),position:e}]);r[0].position!==t&&r.unshift({color:this.getColor(t),position:t}),r[r.length-1].position!==e&&r.push({color:this.getColor(e),position:e});const i=e-t,o=new Array(r.length);for(let e=0;e=1&&(t=1);const a=this.getColor(t,r),l=n?0:1,c=this.getColor(l,r);if((0,o.wo)(a,c)<=e)return l;let u=n?0:t,d=n?t:0,p=l,f=0;for(;f<=s;){p=Math.abs(d-u)/2+u;const t=this.getColor(p,r),s=(0,o.wo)(a,t);if(Math.abs(s-e)<=i)return p;s>e?n?u=p:d=p:n?d=p:u=p,f++}return p}clone(){const t=new Array(this.stops.length);for(let e=0;e{const n=t.position,r=e.position;return nr?1:0}))}}var g=n(52502);class v{constructor(t){this.config=Object.assign({},v.defaultPaletteConfig,t),this.palette=[],this.updatePaletteColors()}updatePaletteGenerationValues(t){let e=!1;for(const n in t)this.config[n]&&(this.config[n].equalValue?this.config[n].equalValue(t[n])||(this.config[n]=t[n],e=!0):t[n]!==this.config[n]&&(this.config[n]=t[n],e=!0));return e&&this.updatePaletteColors(),e}updatePaletteColors(){const t=this.generatePaletteColorScale();for(let e=0;e=this.config.saturationAdjustmentCutoff&&(n=l(n,this.config.saturationLight),r=l(r,this.config.saturationDark)),0!==this.config.multiplyLight){const t=u(this.config.baseColor,n);n=(0,h.JN)(this.config.multiplyLight,this.config.interpolationMode,n,t)}if(0!==this.config.multiplyDark){const t=u(this.config.baseColor,r);r=(0,h.JN)(this.config.multiplyDark,this.config.interpolationMode,r,t)}if(0!==this.config.overlayLight){const t=p(this.config.baseColor,n);n=(0,h.JN)(this.config.overlayLight,this.config.interpolationMode,n,t)}if(0!==this.config.overlayDark){const t=p(this.config.baseColor,r);r=(0,h.JN)(this.config.overlayDark,this.config.interpolationMode,r,t)}return this.config.baseScalePosition?this.config.baseScalePosition<=0?new f([{position:0,color:this.config.baseColor},{position:1,color:r.clamp()}]):this.config.baseScalePosition>=1?new f([{position:0,color:n.clamp()},{position:1,color:this.config.baseColor}]):new f([{position:0,color:n.clamp()},{position:this.config.baseScalePosition,color:this.config.baseColor},{position:1,color:r.clamp()}]):new f([{position:0,color:n.clamp()},{position:.5,color:this.config.baseColor},{position:1,color:r.clamp()}])}}v.defaultPaletteConfig={baseColor:(0,g.in)("#808080"),steps:11,interpolationMode:h.Lm.RGB,scaleColorLight:new i.h(1,1,1,1),scaleColorDark:new i.h(0,0,0,1),clipLight:.185,clipDark:.16,saturationAdjustmentCutoff:.05,saturationLight:.35,saturationDark:1.25,overlayLight:0,overlayDark:.25,multiplyLight:0,multiplyDark:0,baseScalePosition:.5},v.greyscalePaletteConfig={baseColor:(0,g.in)("#808080"),steps:11,interpolationMode:h.Lm.RGB,scaleColorLight:new i.h(1,1,1,1),scaleColorDark:new i.h(0,0,0,1),clipLight:0,clipDark:0,saturationAdjustmentCutoff:0,saturationLight:0,saturationDark:0,overlayLight:0,overlayDark:0,multiplyLight:0,multiplyDark:0,baseScalePosition:.5};v.defaultPaletteConfig.scaleColorLight,v.defaultPaletteConfig.scaleColorDark;var b=n(43184);class m{constructor(t){this.palette=[],this.config=Object.assign({},m.defaultPaletteConfig,t),this.regenPalettes()}regenPalettes(){let t=this.config.steps;(isNaN(t)||t<3)&&(t=3);const e=.14,n=new i.h(e,e,e,1),r=new v(Object.assign(Object.assign({},v.greyscalePaletteConfig),{baseColor:n,baseScalePosition:86/94,steps:t})).palette,s=((0,o.rp)(this.config.baseColor)+(0,o.lw)(this.config.baseColor).l)/2,a=this.matchRelativeLuminanceIndex(s,r)/(t-1),l=this.matchRelativeLuminanceIndex(e,r)/(t-1),c=(0,o.lw)(this.config.baseColor),u=(0,o.hP)(b.H.fromObject({h:c.h,s:c.s,l:e})),d=(0,o.hP)(b.H.fromObject({h:c.h,s:c.s,l:.06})),p=new Array(5);p[0]={position:0,color:new i.h(1,1,1,1)},p[1]={position:a,color:this.config.baseColor},p[2]={position:l,color:u},p[3]={position:.99,color:d},p[4]={position:1,color:new i.h(0,0,0,1)};const g=new f(p);this.palette=new Array(t);for(let e=0;e{"use strict";function r(t,e,n){return isNaN(t)||t<=e?e:t>=n?n:t}function i(t,e,n){return isNaN(t)||t<=e?0:t>=n?1:t/(n-e)}function o(t,e,n){return isNaN(t)?e:e+t*(n-e)}function s(t){return t*(Math.PI/180)}function a(t){return t*(180/Math.PI)}function l(t){const e=Math.round(r(t,0,255)).toString(16);return 1===e.length?"0"+e:e}function c(t,e,n){return isNaN(t)||t<=0?e:t>=1?n:e+t*(n-e)}function u(t,e,n){if(t<=0)return e%360;if(t>=1)return n%360;const r=(e-n+360)%360;return r<=(n-e+360)%360?(e-r*t+360)%360:(e+r*t+360)%360}n.d(e,{uZ:()=>r,Fv:()=>i,cY:()=>o,Ht:()=>s,vi:()=>a,yi:()=>l,t7:()=>c,AG:()=>u,fZ:()=>d});Math.PI;function d(t,e){const n=Math.pow(10,e);return Math.round(t*n)/n}},52502:(t,e,n)=>{"use strict";if(n.d(e,{pJ:()=>a,b4:()=>l,in:()=>c,hg:()=>u}),!/^(183|296|717|882)$/.test(n.j))var r=n(57653);if(!/^(183|296|717|882)$/.test(n.j))var i=n(92764);const o=/^rgb\(\s*((?:(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*,\s*){2}(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*)\)$/i,s=/^#((?:[0-9a-f]{6}|[0-9a-f]{3}))$/i;function a(t){return s.test(t)}function l(t){return o.test(t)}function c(t){const e=s.exec(t);if(null===e)return null;let n=e[1];if(3===n.length){const t=n.charAt(0),e=n.charAt(1),r=n.charAt(2);n=t.concat(t,e,e,r,r)}const o=parseInt(n,16);return isNaN(o)?null:new r.h((0,i.Fv)((16711680&o)>>>16,0,255),(0,i.Fv)((65280&o)>>>8,0,255),(0,i.Fv)(255&o,0,255),1)}function u(t){const e=o.exec(t);if(null===e)return null;const n=e[1].split(",");return new r.h((0,i.Fv)(Number(n[0]),0,255),(0,i.Fv)(Number(n[1]),0,255),(0,i.Fv)(Number(n[2]),0,255),1)}},29163:(t,e,n)=>{"use strict";if(n.d(e,{bw:()=>o,Id:()=>s,so:()=>a,Lj:()=>l}),580==n.j)var r=n(58520);if(580==n.j)var i=n(45930);const o={toView:t=>t?"true":"false",fromView:t=>null!=t&&"false"!==t&&!1!==t&&0!==t},s={toView(t){if(null==t)return null;const e=1*t;return isNaN(e)?null:e.toString()},fromView(t){if(null==t)return null;const e=1*t;return isNaN(e)?null:e}};class a{constructor(t,e,n=e.toLowerCase(),r="reflect",i){this.guards=new Set,this.Owner=t,this.name=e,this.attribute=n,this.mode=r,this.converter=i,this.fieldName=`_${e}`,this.callbackName=`${e}Changed`,this.hasCallback=this.callbackName in t.prototype,"boolean"===r&&void 0===i&&(this.converter=o)}setValue(t,e){const n=t[this.fieldName],r=this.converter;void 0!==r&&(e=r.fromView(e)),n!==e&&(t[this.fieldName]=e,this.tryReflectToAttribute(t),this.hasCallback&&t[this.callbackName](n,e),t.$fastController.notify(this.name))}getValue(t){return r.y$.track(t,this.name),t[this.fieldName]}onAttributeChangedCallback(t,e){this.guards.has(t)||(this.guards.add(t),this.setValue(t,e),this.guards.delete(t))}tryReflectToAttribute(t){const e=this.mode,n=this.guards;n.has(t)||"fromView"===e||i.SO.queueUpdate((()=>{n.add(t);const r=t[this.fieldName];switch(e){case"reflect":const e=this.converter;i.SO.setAttribute(t,this.attribute,void 0!==e?e.toView(r):r);break;case"boolean":i.SO.setBooleanAttribute(t,this.attribute,r)}n.delete(t)}))}static collect(t,...e){const n=[];e.push(t.attributes);for(let r=0,i=e.length;r1&&(n.property=e);const r=t.constructor.attributes||(t.constructor.attributes=[]);r.push(n)}return arguments.length>1?(n={},void r(t,e)):(n=void 0===t?{}:t,r)}},32164:(t,e,n)=>{"use strict";if(n.d(e,{W:()=>c}),580==n.j)var r=n(58520);if(580==n.j)var i=n(78497);if(580==n.j)var o=n(29163);const s={mode:"open"},a={},l=new Map;class c{constructor(t,e=t.definition){"string"==typeof e&&(e={name:e}),this.type=t,this.name=e.name,this.template=e.template;const n=o.so.collect(t,e.attributes),r=new Array(n.length),l={},c={};for(let t=0,e=n.length;t{"use strict";n.d(e,{H:()=>p,M:()=>h});var r=n(45930),i=n(81249),o=n(58520),s=n(32164);const a=new WeakMap,l={bubbles:!0,composed:!0,cancelable:!0};function c(t){return t.shadowRoot||a.get(t)||null}class u extends i.A{constructor(t,e){super(t),this.boundObservables=null,this.behaviors=null,this.needsInitialization=!0,this._template=null,this._styles=null,this._isConnected=!1,this.view=null,this.element=t,this.definition=e;const n=e.shadowOptions;if(void 0!==n){const e=t.attachShadow(n);"closed"===n.mode&&a.set(t,e)}const r=o.y$.getAccessors(t);if(r.length>0){const e=this.boundObservables=Object.create(null);for(let n=0,i=r.length;nd(t),define:(t,e)=>new s.W(t,e).define().type});function h(t){return function(e){new s.W(e,t).define()}}},45930:(t,e,n)=>{"use strict";n.d(e,{pc:()=>c,Yl:()=>u,SO:()=>d});var r=n(51306);const i=[],o=r.P.trustedTypes.createPolicy("fast-html",{createHTML:t=>t});let s=o;function a(){let t=0;for(;t1024){for(let e=0,n=i.length-t;es.createHTML(t),isMarker:t=>t&&8===t.nodeType&&t.data.startsWith(l),extractDirectiveIndexFromMarker:t=>parseInt(t.data.replace(`${l}:`,"")),createInterpolationPlaceholder:t=>`${c}${t}${u}`,createCustomAttributePlaceholder(t,e){return`${t}="${this.createInterpolationPlaceholder(e)}"`},createBlockPlaceholder:t=>`\x3c!--${l}:${t}--\x3e`,queueUpdate(t){i.length<1&&window.requestAnimationFrame(a),i.push(t)},nextUpdate:()=>new Promise((t=>{d.queueUpdate(t)})),setAttribute(t,e,n){null==n?t.removeAttribute(e):t.setAttribute(e,n)},setBooleanAttribute(t,e,n){n?t.setAttribute(e,""):t.removeAttribute(e)},removeChildNodes(t){for(let e=t.firstChild;null!==e;e=t.firstChild)t.removeChild(e)},createTemplateWalker:t=>document.createTreeWalker(t,133,null,!1)})},7164:(t,e,n)=>{"use strict";if(n.d(e,{i_:()=>i,Ll:()=>o,av:()=>l}),580==n.j)var r=n(51306);function i(t,e,n){return{index:t,removed:e,addedCount:n}}function o(t,e,n,o,s,a){let l=0,c=0;const u=Math.min(n-e,a-s);if(0===e&&0===s&&(l=function(t,e,n){for(let r=0;r0||n>0;){if(0===e){i.push(2),n--;continue}if(0===n){i.push(3),e--;continue}const o=t[e-1][n-1],s=t[e-1][n],a=t[e][n-1];let l;l=s=0){t.splice(e,1),e--,l-=n.addedCount-n.removed.length,o.addedCount+=n.addedCount-r;const i=o.removed.length+n.removed.length-r;if(o.addedCount||i){let t=n.removed;if(o.indexn.index+n.addedCount){const e=o.removed.slice(n.index+n.addedCount-o.index);s.apply(t,e)}o.removed=t,n.index{"use strict";if(n.d(e,{F:()=>u}),580==n.j)var r=n(45930);if(580==n.j)var i=n(7164);if(580==n.j)var o=n(81249);if(580==n.j)var s=n(58520);let a=!1;function l(t,e){let n=t.index;const r=e.length;return n>r?n=r-t.addedCount:n<0&&(n=r+t.removed.length+n-t.addedCount),n<0&&(n=0),t.index=n,t}class c extends(580==n.j?o.q:null){constructor(t){super(t),this.oldCollection=void 0,this.splices=void 0,this.needsQueue=!0,this.call=this.flush,t.$fastController=this}addSplice(t){void 0===this.splices?this.splices=[t]:this.splices.push(t),this.needsQueue&&(this.needsQueue=!1,r.SO.queueUpdate(this))}reset(t){this.oldCollection=t,this.needsQueue&&(this.needsQueue=!1,r.SO.queueUpdate(this))}flush(){const t=this.splices,e=this.oldCollection;if(void 0===t&&void 0===e)return;this.needsQueue=!0,this.splices=void 0,this.oldCollection=void 0;const n=void 0===e?(0,i.av)(this.source,t):(0,i.Ll)(this.source,0,this.source.length,e,0,e.length);this.notify(n)}}function u(){if(a)return;a=!0,s.y$.setArrayObserverFactory((t=>new c(t)));const t=Array.prototype,e=t.pop,n=t.push,r=t.reverse,o=t.shift,u=t.sort,d=t.splice,p=t.unshift;t.pop=function(){const t=this.length>0,n=e.apply(this,arguments),r=this.$fastController;return void 0!==r&&t&&r.addSplice((0,i.i_)(this.length,[n],0)),n},t.push=function(){const t=n.apply(this,arguments),e=this.$fastController;return void 0!==e&&e.addSplice(l((0,i.i_)(this.length-arguments.length,[],arguments.length),this)),t},t.reverse=function(){let t;const e=this.$fastController;void 0!==e&&(e.flush(),t=this.slice());const n=r.apply(this,arguments);return void 0!==e&&e.reset(t),n},t.shift=function(){const t=this.length>0,e=o.apply(this,arguments),n=this.$fastController;return void 0!==n&&t&&n.addSplice((0,i.i_)(0,[e],0)),e},t.sort=function(){let t;const e=this.$fastController;void 0!==e&&(e.flush(),t=this.slice());const n=u.apply(this,arguments);return void 0!==e&&e.reset(t),n},t.splice=function(){const t=d.apply(this,arguments),e=this.$fastController;return void 0!==e&&e.addSplice(l((0,i.i_)(+arguments[0],t,arguments.length>2?arguments.length-2:0),this)),t},t.unshift=function(){const t=p.apply(this,arguments),e=this.$fastController;return void 0!==e&&e.addSplice(l((0,i.i_)(0,[],arguments.length),this)),t}}},81249:(t,e,n)=>{"use strict";function r(t){const e=this.spillover;-1===e.indexOf(t)&&e.push(t)}function i(t){const e=this.spillover,n=e.indexOf(t);-1!==n&&e.splice(n,1)}function o(t){const e=this.spillover,n=this.source;for(let r=0,i=e.length;ra,A:()=>l});class a{constructor(t,e){this.sub1=void 0,this.sub2=void 0,this.spillover=void 0,this.source=t,this.sub1=e}has(t){return this.sub1===t||this.sub2===t}subscribe(t){this.has(t)||(void 0!==this.sub1?void 0!==this.sub2?(this.spillover=[this.sub1,this.sub2,t],this.subscribe=r,this.unsubscribe=i,this.notify=o,this.has=s,this.sub1=void 0,this.sub2=void 0):this.sub2=t:this.sub1=t)}unsubscribe(t){this.sub1===t?this.sub1=void 0:this.sub2===t&&(this.sub2=void 0)}notify(t){const e=this.sub1,n=this.sub2,r=this.source;void 0!==e&&e.handleChange(r,t),void 0!==n&&n.handleChange(r,t)}}class l{constructor(t){this.subscribers={},this.source=t}notify(t){const e=this.subscribers[t];void 0!==e&&e.notify(t)}subscribe(t,e){let n=this.subscribers[e];void 0===n&&(this.subscribers[e]=n=new a(this.source)),n.subscribe(t)}unsubscribe(t,e){const n=this.subscribers[e];void 0!==n&&n.unsubscribe(t)}}},58520:(t,e,n)=>{"use strict";n.d(e,{y$:()=>d,LO:()=>f,z8:()=>v,Wp:()=>m});var r=n(45930),i=n(81249);const o=/(:|&&|\|\||if)/,s=new WeakMap,a=new WeakMap;let l,c=t=>{throw new Error("Must call enableArrayObservation before observing arrays.")};class u{constructor(t){this.name=t,this.field=`_${t}`,this.callback=`${t}Changed`}getValue(t){return void 0!==l&&l.watch(t,this.name),t[this.field]}setValue(t,e){const n=this.field,r=t[n];if(r!==e){t[n]=e;const i=t[this.callback];"function"==typeof i&&i.call(t,r,e),p(t).notify(this.name)}}}const d=Object.freeze({setArrayObserverFactory(t){c=t},getNotifier(t){let e=t.$fastController||s.get(t);return void 0===e&&(Array.isArray(t)?e=c(t):s.set(t,e=new i.A(t))),e},track(t,e){void 0!==l&&l.watch(t,e)},trackVolatile(){void 0!==l&&(l.needsRefresh=!0)},notify(t,e){p(t).notify(e)},defineProperty(t,e){"string"==typeof e&&(e=new u(e)),this.getAccessors(t).push(e),Reflect.defineProperty(t,e.name,{enumerable:!0,get:function(){return e.getValue(this)},set:function(t){e.setValue(this,t)}})},getAccessors(t){let e=a.get(t);if(void 0===e){let n=Reflect.getPrototypeOf(t);for(;void 0===e&&null!==n;)e=a.get(n),n=Reflect.getPrototypeOf(n);e=void 0===e?[]:e.slice(0),a.set(t,e)}return e},binding(t,e,n=this.isVolatileBinding(t)){return new y(t,e,n)},isVolatileBinding:t=>o.test(t.toString())}),p=d.getNotifier,h=(d.trackVolatile,r.SO.queueUpdate);function f(t,e){d.defineProperty(t,e)}let g=null;function v(t){g=t}class b{constructor(){this.index=0,this.length=0,this.parent=null,this.parentContext=null}get event(){return g}get isEven(){return this.index%2==0}get isOdd(){return this.index%2!=0}get isFirst(){return 0===this.index}get isInMiddle(){return!this.isFirst&&!this.isLast}get isLast(){return this.index===this.length-1}}d.defineProperty(b.prototype,"index"),d.defineProperty(b.prototype,"length");const m=Object.seal(new b);class y extends i.q{constructor(t,e,n=!1){super(t,e),this.binding=t,this.isVolatileBinding=n,this.needsRefresh=!0,this.needsQueue=!0,this.first=this,this.last=null,this.propertySource=void 0,this.propertyName=void 0,this.notifier=void 0,this.next=void 0}observe(t,e){this.needsRefresh&&null!==this.last&&this.disconnect();const n=l;l=this.needsRefresh?this:void 0,this.needsRefresh=this.isVolatileBinding;const r=this.binding(t,e);return l=n,r}disconnect(){if(null!==this.last){let t=this.first;for(;void 0!==t;)t.notifier.unsubscribe(this,t.propertyName),t=t.next;this.last=null,this.needsRefresh=this.needsQueue=!0}}watch(t,e){const n=this.last,r=p(t),i=null===n?this.first:{};if(i.propertySource=t,i.propertyName=e,i.notifier=r,r.subscribe(this,e),null!==n){if(!this.needsRefresh){l=void 0;const e=n.propertySource[n.propertyName];l=this,t===e&&(this.needsRefresh=!0)}n.next=i}this.last=i}handleChange(){this.needsQueue&&(this.needsQueue=!1,h(this))}call(){null!==this.last&&(this.needsQueue=!0,this.notify(this))}records(){let t=this.first;return{next:()=>{const e=t;return void 0===e?{value:void 0,done:!0}:(t=t.next,{value:e,done:!1})},[Symbol.iterator]:function(){return this}}}}},51306:(t,e,n)=>{"use strict";n.d(e,{P:()=>r,o:()=>i});const r=function(){if("undefined"!=typeof globalThis)return globalThis;if(void 0!==n.g)return n.g;if("undefined"!=typeof self)return self;if("undefined"!=typeof window)return window;try{return new Function("return this")()}catch(t){return{}}}();void 0===r.trustedTypes&&(r.trustedTypes={createPolicy:(t,e)=>e});const i=Object.freeze([])},31804:(t,e,n)=>{"use strict";n.d(e,{v:()=>r});class r{createCSS(){return""}createBehavior(){}}},76298:(t,e,n)=>{"use strict";if(n.d(e,{i:()=>s}),580==n.j)var r=n(31804);if(580==n.j)var i=n(78497);function o(t,e){const n=[];let o="";const s=[];for(let a=0,l=t.length-1;a{"use strict";n.d(e,{XL:()=>i});var r=n(45930);class i{constructor(){this.targets=new WeakSet,this.behaviors=null}addStylesTo(t){this.targets.add(t)}removeStylesFrom(t){this.targets.delete(t)}isAttachedTo(t){return this.targets.has(t)}withBehaviors(...t){return this.behaviors=null===this.behaviors?t:this.behaviors.concat(t),this}}function o(t){return t.map((t=>t instanceof i?o(t.styles):[t])).reduce(((t,e)=>t.concat(e)),[])}function s(t){return t.map((t=>t instanceof i?t.behaviors:null)).reduce(((t,e)=>null===e?t:(null===t&&(t=[]),t.concat(e))),null)}i.create=(()=>{if(r.SO.supportsAdoptedStyleSheets){const t=new Map;return e=>new a(e,t)}return t=>new c(t)})();class a extends i{constructor(t,e){super(),this.styles=t,this.styleSheetCache=e,this._styleSheets=void 0,this.behaviors=s(t)}get styleSheets(){if(void 0===this._styleSheets){const t=this.styles,e=this.styleSheetCache;this._styleSheets=o(t).map((t=>{if(t instanceof CSSStyleSheet)return t;let n=e.get(t);return void 0===n&&(n=new CSSStyleSheet,n.replaceSync(t),e.set(t,n)),n}))}return this._styleSheets}addStylesTo(t){t.adoptedStyleSheets=[...t.adoptedStyleSheets,...this.styleSheets],super.addStylesTo(t)}removeStylesFrom(t){const e=this.styleSheets;t.adoptedStyleSheets=t.adoptedStyleSheets.filter((t=>-1===e.indexOf(t))),super.removeStylesFrom(t)}}let l=0;class c extends i{constructor(t){super(),this.styles=t,this.behaviors=null,this.behaviors=s(t),this.styleSheets=o(t),this.styleClass="fast-style-class-"+ ++l}addStylesTo(t){const e=this.styleSheets,n=this.styleClass;t=this.normalizeTarget(t);for(let r=e.length-1;r>-1;--r){const i=document.createElement("style");i.innerHTML=e[r],i.className=n,t.prepend(i)}super.addStylesTo(t)}removeStylesFrom(t){const e=(t=this.normalizeTarget(t)).querySelectorAll(`.${this.styleClass}`);for(let n=0,r=e.length;n{"use strict";if(n.d(e,{R:()=>v}),580==n.j)var r=n(45930);if(580==n.j)var i=n(58520);if(580==n.j)var o=n(49278);function s(t,e){this.source=t,this.context=e,null===this.bindingObserver&&(this.bindingObserver=i.y$.binding(this.binding,this,this.isBindingVolatile)),this.updateTarget(this.bindingObserver.observe(t,e))}function a(t,e){this.source=t,this.context=e,this.target.addEventListener(this.targetName,this)}function l(){this.bindingObserver.disconnect(),this.source=null,this.context=null}function c(){this.bindingObserver.disconnect(),this.source=null,this.context=null;const t=this.target.$fastView;void 0!==t&&t.isComposed&&(t.unbind(),t.needsBindOnly=!0)}function u(){this.target.removeEventListener(this.targetName,this),this.source=null,this.context=null}function d(t){r.SO.setAttribute(this.target,this.targetName,t)}function p(t){r.SO.setBooleanAttribute(this.target,this.targetName,t)}function h(t){if(null==t&&(t=""),t.create){this.target.textContent="";let e=this.target.$fastView;void 0===e?e=t.create():this.target.$fastTemplate!==t&&(e.isComposed&&(e.remove(),e.unbind()),e=t.create()),e.isComposed?e.needsBindOnly&&(e.needsBindOnly=!1,e.bind(this.source,this.context)):(e.isComposed=!0,e.bind(this.source,this.context),e.insertBefore(this.target),this.target.$fastView=e,this.target.$fastTemplate=t)}else{const e=this.target.$fastView;void 0!==e&&e.isComposed&&(e.isComposed=!1,e.remove(),e.needsBindOnly?e.needsBindOnly=!1:e.unbind()),this.target.textContent=t}}function f(t){this.target[this.targetName]=t}function g(t){const e=this.classVersions||Object.create(null),n=this.target;let r=this.version||0;if(null!=t&&t.length){const i=t.split(/\s+/);for(let t=0,o=i.length;tr.SO.createHTML(t(e,n))}break;case"?":this.cleanedTargetName=t.substr(1),this.updateTarget=p;break;case"@":this.cleanedTargetName=t.substr(1),this.bind=a,this.unbind=u;break;default:this.cleanedTargetName=t,"class"===t&&(this.updateTarget=g)}}targetAtContent(){this.updateTarget=h,this.unbind=c}createBehavior(t){return new b(t,this.binding,this.isBindingVolatile,this.bind,this.unbind,this.updateTarget,this.cleanedTargetName)}}class b{constructor(t,e,n,r,i,o,s){this.source=null,this.context=null,this.bindingObserver=null,this.target=t,this.binding=e,this.isBindingVolatile=n,this.bind=r,this.unbind=i,this.updateTarget=o,this.targetName=s}handleChange(){this.updateTarget(this.bindingObserver.observe(this.source,this.context))}handleEvent(t){(0,i.z8)(t);const e=this.binding(this.source,this.context);(0,i.z8)(null),!0!==e&&t.preventDefault()}}},42968:(t,e,n)=>{"use strict";if(n.d(e,{p:()=>s}),580==n.j)var r=n(49278);if(580==n.j)var i=n(14671);class o extends(580==n.j?i.x:null){constructor(t,e){super(t,e),this.observer=null,e.childList=!0}observe(){null===this.observer&&(this.observer=new MutationObserver(this.handleEvent.bind(this))),this.observer.observe(this.target,this.options)}disconnect(){this.observer.disconnect()}getNodes(){return"subtree"in this.options?Array.from(this.target.querySelectorAll(this.options.selector)):Array.from(this.target.childNodes)}}function s(t){return"string"==typeof t&&(t={property:t}),new r.ON("fast-children",o,t)}},7935:(t,e,n)=>{"use strict";n.d(e,{_:()=>p});var r=n(45930);if(580==n.j)var i=n(66773);let o=null;class s{addFactory(t){t.targetIndex=this.targetIndex,this.behaviorFactories.push(t)}captureContentBinding(t){t.targetAtContent(),this.addFactory(t)}reset(){this.behaviorFactories=[],this.targetIndex=-1}release(){o=this}static borrow(t){const e=o||new s;return e.directives=t,e.reset(),o=null,e}}function a(t){if(1===t.length)return t[0];let e;const n=t.length,r=t.map((t=>"string"==typeof t?()=>t:(e=t.targetName||e,t.binding))),o=new i.R(((t,e)=>{let i="";for(let o=0;ou)),p.targetName=l.name):p=a(d),null!==p&&(e.removeAttributeNode(l),o--,s--,t.addFactory(p))}}function d(t,e,n){const r=c(t,e.textContent);if(null!==r){let i=e;for(let o=0,s=r.length;o{"use strict";if(n.d(e,{m0:()=>i,d$:()=>o,ON:()=>s}),580==n.j)var r=n(45930);class i{constructor(){this.targetIndex=0}}class o extends(580==n.j?i:null){constructor(){super(...arguments),this.createPlaceholder=r.SO.createInterpolationPlaceholder}}class s extends(580==n.j?i:null){constructor(t,e,n){super(),this.name=t,this.behavior=e,this.options=n}createPlaceholder(t){return r.SO.createCustomAttributePlaceholder(this.name,t)}createBehavior(t){return new this.behavior(t,this.options)}}},14671:(t,e,n)=>{"use strict";if(n.d(e,{R:()=>o,x:()=>s}),580==n.j)var r=n(58520);if(580==n.j)var i=n(51306);function o(t){return t?function(e,n,r){return 1===e.nodeType&&e.matches(t)}:function(t,e,n){return 1===t.nodeType}}class s{constructor(t,e){this.target=t,this.options=e,this.source=null}bind(t){const e=this.options.property;this.shouldUpdate=r.y$.getAccessors(t).some((t=>t.name===e)),this.source=t,this.updateTarget(this.computeNodes()),this.shouldUpdate&&this.observe()}unbind(){this.updateTarget(i.o),this.source=null,this.shouldUpdate&&this.disconnect()}handleEvent(){this.updateTarget(this.computeNodes())}computeNodes(){let t=this.getNodes();return void 0!==this.options.filter&&(t=t.filter(this.options.filter)),t}updateTarget(t){this.source[this.options.property]=t}}},91106:(t,e,n)=>{"use strict";if(n.d(e,{i:()=>o}),580==n.j)var r=n(49278);class i{constructor(t,e){this.target=t,this.propertyName=e}bind(t){t[this.propertyName]=this.target}unbind(){}}function o(t){return new r.ON("fast-ref",i,t)}},37955:(t,e,n)=>{"use strict";if(n.d(e,{Q:()=>s}),580==n.j)var r=n(49278);if(580==n.j)var i=n(14671);class o extends(580==n.j?i.x:null){constructor(t,e){super(t,e)}observe(){this.target.addEventListener("slotchange",this)}disconnect(){this.target.removeEventListener("slotchange",this)}getNodes(){return this.target.assignedNodes(this.options)}}function s(t){return"string"==typeof t&&(t={property:t}),new r.ON("fast-slotted",o,t)}},90563:(t,e,n)=>{"use strict";if(n.d(e,{d:()=>d}),580==n.j)var r=n(45930);if(580==n.j)var i=n(58520);if(580==n.j)var o=n(7935);if(580==n.j)var s=n(18882);if(580==n.j)var a=n(49278);if(580==n.j)var l=n(66773);class c{constructor(t,e){this.behaviorCount=0,this.hasHostBehaviors=!1,this.fragment=null,this.targetOffset=0,this.viewBehaviorFactories=null,this.hostBehaviorFactories=null,this.html=t,this.directives=e}create(t){if(null===this.fragment){let t;const e=this.html;if("string"==typeof e){t=document.createElement("template"),t.innerHTML=r.SO.createHTML(e);const n=t.content.firstElementChild;null!==n&&"TEMPLATE"===n.tagName&&(t=n)}else t=e;const n=(0,o._)(t,this.directives);this.fragment=n.fragment,this.viewBehaviorFactories=n.viewBehaviorFactories,this.hostBehaviorFactories=n.hostBehaviorFactories,this.targetOffset=n.targetOffset,this.behaviorCount=this.viewBehaviorFactories.length+this.hostBehaviorFactories.length,this.hasHostBehaviors=this.hostBehaviorFactories.length>0}const e=this.fragment.cloneNode(!0),n=this.viewBehaviorFactories,i=new Array(this.behaviorCount),a=r.SO.createTemplateWalker(e);let l=0,c=this.targetOffset,u=a.nextNode();for(let t=n.length;l=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/;function d(t,...e){const n=[];let r="";for(let i=0,o=t.length-1;it}if("function"==typeof s&&(s=new l.R(s)),s instanceof a.d$){const t=u.exec(o);null!==t&&(s.targetName=t[2])}s instanceof a.m0?(r+=s.createPlaceholder(n.length),n.push(s)):r+=s}return r+=t[t.length-1],new c(r,n)}},18882:(t,e,n)=>{"use strict";n.d(e,{b:()=>i});const r=document.createRange();class i{constructor(t,e){this.fragment=t,this.behaviors=e,this.source=null,this.context=null,this.firstChild=t.firstChild,this.lastChild=t.lastChild}appendTo(t){t.appendChild(this.fragment)}insertBefore(t){if(this.fragment.hasChildNodes())t.parentNode.insertBefore(this.fragment,t);else{const e=t.parentNode,n=this.lastChild;let r,i=this.firstChild;for(;i!==n;)r=i.nextSibling,e.insertBefore(i,t),i=r;e.insertBefore(n,t)}}remove(){const t=this.fragment,e=this.lastChild;let n,r=this.firstChild;for(;r!==e;)n=r.nextSibling,t.appendChild(r),r=n;t.appendChild(e)}dispose(){const t=this.firstChild.parentNode,e=this.lastChild;let n,r=this.firstChild;for(;r!==e;)n=r.nextSibling,t.removeChild(r),r=n;t.removeChild(e);const i=this.behaviors,o=this.source;for(let t=0,e=i.length;t{"use strict";function r(t,e){const n="function"==typeof e?e:()=>e;return(e,r)=>t(e,r)?n(e,r):null}n.d(e,{g:()=>r})},8126:(t,e,n)=>{"use strict";n.d(e,{j:()=>r,Q:()=>i});class r{constructor(t,e,n){this.name=t,this.value=e,this.host=n,this.propertyName=`--${t}`,this.var=`var(${this.propertyName})`}bind(t){const e=this.host(t);null!==e&&("function"==typeof e.registerCSSCustomProperty?e.registerCSSCustomProperty(this):(Array.isArray(e.disconnectedCSSCustomPropertyRegistry)||(e.disconnectedCSSCustomPropertyRegistry=[]),e.disconnectedCSSCustomPropertyRegistry.push(this)))}unbind(t){const e=this.host(t);null!==e&&"function"==typeof e.unregisterCSSCustomProperty&&e.unregisterCSSCustomProperty(this)}}function i(t,e,n){return new r(t,e,n)}},56461:(t,e,n)=>{"use strict";n.d(e,{hO:()=>v,PC:()=>g,_1:()=>b});var r=n(33940),i=n(65226),o=n(45930),s=n(58520),a=n(29163),l=n(78497);const c=":host{}";class u{constructor(){this.queue=new Set,this.customPropertyTarget=null,this._owner=null,this.ticking=!1,this.cssCustomPropertyDefinitions=new Map}get owner(){return this._owner}register(t){const e=this.cssCustomPropertyDefinitions.get(t.name);e?e.count+=1:(this.cssCustomPropertyDefinitions.set(t.name,Object.assign(Object.assign({},t),{count:1})),this.set(t))}unregister(t){const e=this.cssCustomPropertyDefinitions.get(t);e&&(e.count-=1,0===e.count&&(this.cssCustomPropertyDefinitions.delete(t),this.remove(t)))}set(t){this.owner&&(this.customPropertyTarget?this.customPropertyTarget.setProperty(`--${t.name}`,this.owner.evaluate(t)):this.queue.add(this.set.bind(this,t)))}remove(t){this.customPropertyTarget?this.customPropertyTarget.removeProperty(`--${t}`):this.queue.add(this.remove.bind(this,t))}setAll(){this.ticking||(this.ticking=!0,o.SO.queueUpdate((()=>{this.ticking=!1,this.cssCustomPropertyDefinitions.forEach((t=>{this.set(t)}))})))}}class d extends u{constructor(t){super(),this.subscribers=new Set,this.sheet=t,this.styles=l.XL.create([t]),this.customPropertyTarget=t.cssRules[t.insertRule(c)].style}subscribe(t){this.subscribers.add(t),1===this.subscribers.size&&(this._owner=t),t.cssCustomPropertyDefinitions.forEach((t=>{this.register(t)})),t.$fastController.addStyles(this.styles)}unsubscribe(t){this.subscribers.delete(t),t.cssCustomPropertyDefinitions.forEach((t=>this.unregister(t.name))),this.owner===t&&(this._owner=this.subscribers.size?this.subscribers.values().next().value:null),!this.sheet.ownerNode&&this.styles&&t.$fastController.removeStyles(this.styles)}isSubscribed(t){return this.subscribers.has(t)}}class p extends u{constructor(t,e){super(),this._sheet=null,this.handleConnection={handleChange:()=>{var t;this._sheet=this.styles.sheet;const e=this.sheet.insertRule(c);this.customPropertyTarget=this.sheet.rules[e].style,s.y$.getNotifier(null===(t=this._owner)||void 0===t?void 0:t.$fastController).unsubscribe(this.handleConnection,"isConnected")}};const n=e.$fastController;n.addStyles(t),this.styles=t,this._owner=e,e.isConnected?this.handleConnection.handleChange():s.y$.getNotifier(n).subscribe(this.handleConnection,"isConnected"),e.cssCustomPropertyDefinitions.forEach((t=>{this.register(t)}))}get sheet(){return this._sheet}customPropertyTargetChanged(t,e){!t&&this.queue.size&&(this.queue.forEach((t=>t())),this.queue.clear())}}function h(t){const e=t.parentElement;if(e)return e;{const e=t.getRootNode();if(e.host instanceof HTMLElement)return e.host}return null}function f(t){const e=t.provider;return null!=e&&v.isDesignSystemProvider(e)}(0,r.gn)([s.LO],p.prototype,"customPropertyTarget",void 0);const g={bind(t){t.provider=v.findProvider(t)},unbind(t){}};class v extends i.H{constructor(){super(),this.isDesignSystemProvider=!0,this.designSystem={},this.useDefaults=!1,this.provider=null,this.cssCustomPropertyDefinitions=new Map,this.attributeChangeHandler={handleChange:(t,e)=>{const n=this[e],r=this.customPropertyManager;if(this.isValidDesignSystemValue(n)){this.designSystem[e]=n;const t=this.designSystemProperties[e];t&&t.cssCustomProperty&&r&&r.set({name:t.cssCustomProperty,value:n})}else{this.syncDesignSystemWithProvider();const t=this.designSystemProperties[e].cssCustomProperty;r&&("string"==typeof t&&r.remove(t),r.setAll())}}},this.localDesignSystemChangeHandler={handleChange:()=>{const t=this.customPropertyManager;t&&t.owner===this&&t.setAll()}},this.providerDesignSystemChangeHandler={handleChange:(t,e)=>{t[e]===this.designSystem[e]||this.isValidDesignSystemValue(this[e])||(this.designSystem[e]=t[e])}},o.SO.supportsAdoptedStyleSheets?this.customPropertyManager=new d(new CSSStyleSheet):this.customPropertyManager=new p(document.createElement("style"),this),void 0===this.designSystemProperties&&(this.designSystemProperties={}),this.$fastController.addBehaviors([g])}static get tagNames(){return v._tagNames}static isDesignSystemProvider(t){return t.isDesignSystemProvider||-1!==v.tagNames.indexOf(t.tagName)}static findProvider(t){if(f(t))return t.provider;let e=h(t);for(;null!==e;){if(v.isDesignSystemProvider(e))return t.provider=e,e;if(f(e))return t.provider=e.provider,e.provider;e=h(e)}return null}static registerTagName(t){const e=t.toUpperCase();-1===v.tagNames.indexOf(e)&&v._tagNames.push(e)}useDefaultsChanged(){if(this.useDefaults){const t=this.designSystemProperties;Object.keys(t).forEach((e=>{void 0===this[e]&&(this[e]=t[e].default)}))}}providerChanged(t,e){if(t instanceof HTMLElement){const e=s.y$.getNotifier(t.designSystem);s.y$.getAccessors(t.designSystem).forEach((t=>{e.unsubscribe(this.providerDesignSystemChangeHandler,t.name)}))}if(e instanceof HTMLElement&&v.isDesignSystemProvider(e)){const t=s.y$.getNotifier(e.designSystem),n=s.y$.getAccessors(this.designSystem).reduce(((t,e)=>Object.assign(Object.assign({},t),{[e.name]:e})),{}),r=s.y$.getNotifier(this.designSystem);s.y$.getAccessors(e.designSystem).forEach((e=>{t.subscribe(this.providerDesignSystemChangeHandler,e.name),n[e.name]||((0,s.LO)(this.designSystem,e.name),r.subscribe(this.localDesignSystemChangeHandler,e.name))})),this.syncDesignSystemWithProvider()}}customPropertyManagerChanged(t,e){t&&t.unsubscribe&&t.unsubscribe(this),e.subscribe&&e.subscribe(this)}connectedCallback(){super.connectedCallback(),this.customPropertyManager.subscribe&&this.customPropertyManager.isSubscribed&&!this.customPropertyManager.isSubscribed(this)&&this.customPropertyManager.subscribe(this);const t=s.y$.getNotifier(this),e=s.y$.getNotifier(this.designSystem);if(Object.keys(this.designSystemProperties).forEach((n=>{(0,s.LO)(this.designSystem,n),t.subscribe(this.attributeChangeHandler,n),e.subscribe(this.localDesignSystemChangeHandler,n);const r=this[n];if(this.isValidDesignSystemValue(r)){this.designSystem[n]=r;const{cssCustomProperty:t}=this.designSystemProperties[n];"string"==typeof t&&this.customPropertyManager&&this.customPropertyManager.owner===this&&this.customPropertyManager.set({name:t,value:this[n]})}})),Array.isArray(this.disconnectedCSSCustomPropertyRegistry)){for(let t=0;t(t[e.name]=e,t)),{});s.y$.getAccessors(this.provider.designSystem).forEach((e=>{var n;this.designSystemProperties.hasOwnProperty(e.name)&&this.isValidDesignSystemValue(this[e.name])||!this.isValidDesignSystemValue(null===(n=this.provider)||void 0===n?void 0:n.designSystem[e.name])||(t[e.name]||s.y$.defineProperty(this.designSystem,e.name),this.designSystem[e.name]=this.provider.designSystem[e.name])}))}}isValidDesignSystemValue(t){return null!=t}}v._tagNames=[],(0,r.gn)([(0,a.Lj)({attribute:"use-defaults",mode:"boolean"})],v.prototype,"useDefaults",void 0),(0,r.gn)([s.LO],v.prototype,"provider",void 0),(0,r.gn)([s.LO],v.prototype,"customPropertyManager",void 0);const b=function(t){return e=>{(0,i.M)(t)(e),e.registerTagName("string"==typeof t?t:t.name)}}},6545:(t,e,n)=>{"use strict";n.d(e,{v:()=>o});var r=n(33940),i=n(29163);class o{}(0,r.gn)([(0,i.Lj)({attribute:"aria-atomic",mode:"fromView"})],o.prototype,"ariaAtomic",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-busy",mode:"fromView"})],o.prototype,"ariaBusy",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-controls",mode:"fromView"})],o.prototype,"ariaControls",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-current",mode:"fromView"})],o.prototype,"ariaCurrent",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-describedby",mode:"fromView"})],o.prototype,"ariaDescribedby",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-details",mode:"fromView"})],o.prototype,"ariaDetails",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-disabled",mode:"fromView"})],o.prototype,"ariaDisabled",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-errormessage",mode:"fromView"})],o.prototype,"ariaErrormessage",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-flowto",mode:"fromView"})],o.prototype,"ariaFlowto",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-haspopup",mode:"fromView"})],o.prototype,"ariaHaspopup",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-hidden",mode:"fromView"})],o.prototype,"ariaHidden",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-invalid",mode:"fromView"})],o.prototype,"ariaInvalid",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-keyshortcuts",mode:"fromView"})],o.prototype,"ariaKeyshortcuts",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-label",mode:"fromView"})],o.prototype,"ariaLabel",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-labelledby",mode:"fromView"})],o.prototype,"ariaLabelledby",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-live",mode:"fromView"})],o.prototype,"ariaLive",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-owns",mode:"fromView"})],o.prototype,"ariaOwns",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-relevant",mode:"fromView"})],o.prototype,"ariaRelevant",void 0),(0,r.gn)([(0,i.Lj)({attribute:"aria-roledescription",mode:"fromView"})],o.prototype,"ariaRoledescription",void 0)},8582:(t,e,n)=>{"use strict";n.d(e,{hW:()=>o,zq:()=>s,hX:()=>a});var r=n(90563),i=n(91106);class o{handleStartContentChange(){this.startContainer.classList.toggle("start",this.start.assignedNodes().length>0)}handleEndContentChange(){this.endContainer.classList.toggle("end",this.end.assignedNodes().length>0)}}const s=r.d` - - - -`,a=r.d` - - - -`},2814:(t,e,n)=>{"use strict";if(n.d(e,{x:()=>i}),580==n.j)var r=n(65226);class i extends(580==n.j?r.H:null){}},13709:(t,e,n)=>{"use strict";n.d(e,{Y:()=>r});const r=n(90563).d` - -`},21404:(t,e,n)=>{"use strict";n.d(e,{O:()=>s});var r=n(33940),i=n(65226),o=n(29163);class s extends i.H{}(0,r.gn)([(0,o.Lj)({mode:"boolean"})],s.prototype,"disabled",void 0)},3960:(t,e,n)=>{"use strict";n.d(e,{O:()=>r});const r=n(90563).d` - -`},9740:(t,e,n)=>{"use strict";function r(t,...e){e.forEach((e=>{if(Object.getOwnPropertyNames(e.prototype).forEach((n=>{Object.defineProperty(t.prototype,n,Object.getOwnPropertyDescriptor(e.prototype,n))})),e.attributes){const n=t.attributes||[];t.attributes=n.concat(e.attributes)}}))}n.d(e,{e:()=>r})},68421:(t,e,n)=>{"use strict";n.d(e,{vF:()=>i});class r extends class{constructor(t){this.listenerCache=new WeakMap,this.query=t}bind(t){const{query:e}=this,n=this.constructListener(t);n.bind(e)(),e.addListener(n),this.listenerCache.set(t,n)}unbind(t){const e=this.listenerCache.get(t);e&&(this.query.removeListener(e),this.listenerCache.delete(t))}}{constructor(t,e){super(t),this.styles=e}static with(t){return e=>new r(t,e)}constructListener(t){let e=!1;const n=this.styles;return function(){const{matches:r}=this;r&&!e?(t.$fastController.addStyles(n),e=r):!r&&e&&(t.$fastController.removeStyles(n),e=r)}}unbind(t){super.unbind(t),t.$fastController.removeStyles(this.styles)}}const i=r.with(window.matchMedia("(forced-colors)"));r.with(window.matchMedia("(prefers-color-scheme: dark)")),r.with(window.matchMedia("(prefers-color-scheme: light)"))},45536:(t,e,n)=>{"use strict";if(n.d(e,{w:()=>i}),580==n.j)var r=n(58520);class i{constructor(t,e,n){this.propertyName=t,this.value=e,this.styles=n}bind(t){r.y$.getNotifier(t).subscribe(this,this.propertyName),this.handleChange(t,this.propertyName)}unbind(t){r.y$.getNotifier(t).unsubscribe(this,this.propertyName),t.$fastController.removeStyles(this.styles)}handleChange(t,e){t[e]===this.value?t.$fastController.addStyles(this.styles):t.$fastController.removeStyles(this.styles)}}},36570:(t,e,n)=>{"use strict";if(n.d(e,{O:()=>o}),580==n.j)var r=n(58520);if(580==n.j)var i=n(56461);class o{constructor(t,e){this.cache=new WeakMap,this.ltr=t,this.rtl=e}bind(t){const e=i.hO.findProvider(t);null!==e&&(e.$fastController&&e.$fastController.isConnected?this.attach(t,e):(Array.isArray(e.disconnectedRegistry)||(e.disconnectedRegistry=[]),e.disconnectedRegistry.push(this.attach.bind(this,t))))}unbind(t){const e=this.cache.get(t);e&&r.y$.getNotifier(e[0].designSystem).unsubscribe(e[1])}attach(t,e){const n=new s(this.ltr,this.rtl,t);r.y$.getNotifier(e.designSystem).subscribe(n,"direction"),n.attach(e.designSystem.direction),this.cache.set(t,[e,n])}}class s{constructor(t,e,n){this.ltr=t,this.rtl=e,this.source=n,this.attached=null}handleChange(t){this.attach(t.direction)}attach(t){this.attached!==this[t]&&(null!==this.attached&&this.source.$fastController.removeStyles(this.attached),this.attached=this[t],null!==this.attached&&this.source.$fastController.addStyles(this.attached))}}},9817:(t,e,n)=>{"use strict";n.d(e,{H:()=>r});const r="not-allowed"},93718:(t,e,n)=>{"use strict";n.d(e,{j:()=>i});const r=580==n.j?":host([hidden]){display:none}":null;function i(t){return`${r}:host{display:${t}}`}},67845:(t,e,n)=>{"use strict";n.d(e,{b:()=>r});const r=(0,n(5346).Zm)()?"focus-visible":"focus"},45846:(t,e,n)=>{"use strict";var r;n.d(e,{i:()=>r}),function(t){t.horizontal="horizontal",t.vertical="vertical"}(r||(r={}))},37834:(t,e,n)=>{"use strict";if(n.d(e,{A:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(64702);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(86072);function o(...t){return t.reduce(((t,e)=>{const n=t.length?" ":"",s=Array.isArray(e)&&e[1]?o.call(null,e[0]):(0,r.Z)(e)?e():(0,i.Z)(e)?e:"";return s.length?t+n+s:t}),"")}},5346:(t,e,n)=>{"use strict";if(n.d(e,{Re:()=>o,UM:()=>s,Zm:()=>l,B7:()=>c}),!/^(183|274|296|717|830|882|997)$/.test(n.j))var r=n(9453);if(!/^(183|274|296|717|830|882|997)$/.test(n.j))var i=n(97321);function o(...t){return t.every((t=>t instanceof HTMLElement))}function s(t,e){if(!o(t))return;return Array.from(t.querySelectorAll(e)).filter((t=>null!==t.offsetParent))}let a;function l(){if((0,i.Z)(a))return a;if(!(0,r.N)())return a=!1,a;const t=document.createElement("style"),e=function(){const t=document.querySelector('meta[property="csp-nonce"]');return t?t.getAttribute("content"):null}();null!==e&&t.setAttribute("nonce",e),document.head.appendChild(t);try{t.sheet.insertRule("foo:focus-visible {color:inherit}",0),a=!0}catch(t){a=!1}finally{document.head.removeChild(t)}return a}function c(){return(0,r.N)()&&(window.matchMedia("(forced-colors: none)").matches||window.matchMedia("(forced-colors: active)").matches)}},34980:(t,e,n)=>{"use strict";function r(t,e){if(t&&e)return parseInt(t.getPropertyValue(e).substring(0,t.getPropertyValue(e).length-2),10)}function i(t){if(!t)return;const e=t.getBoundingClientRect(),n=window.getComputedStyle(t,null),i={width:e.width,height:e.height,top:e.top,bottom:e.bottom,left:e.left,right:e.right};return i.width+=r(n,"margin-left"),i.width+=r(n,"margin-right"),i.height+=r(n,"margin-top"),i.height+=r(n,"margin-bottom"),i}n.d(e,{u:()=>i})},33832:(t,e,n)=>{"use strict";var r;n.d(e,{mW:()=>r,Q6:()=>i,BJ:()=>o,ho:()=>s,$Y:()=>a,$B:()=>l,bq:()=>c,Lp:()=>u,wn:()=>d,SV:()=>p,zI:()=>h,ei:()=>f,RN:()=>g}),function(t){t[t.alt=18]="alt",t[t.arrowDown=40]="arrowDown",t[t.arrowLeft=37]="arrowLeft",t[t.arrowRight=39]="arrowRight",t[t.arrowUp=38]="arrowUp",t[t.back=8]="back",t[t.backSlash=220]="backSlash",t[t.break=19]="break",t[t.capsLock=20]="capsLock",t[t.closeBracket=221]="closeBracket",t[t.colon=186]="colon",t[t.colon2=59]="colon2",t[t.comma=188]="comma",t[t.ctrl=17]="ctrl",t[t.delete=46]="delete",t[t.end=35]="end",t[t.enter=13]="enter",t[t.equals=187]="equals",t[t.equals2=61]="equals2",t[t.equals3=107]="equals3",t[t.escape=27]="escape",t[t.forwardSlash=191]="forwardSlash",t[t.function1=112]="function1",t[t.function10=121]="function10",t[t.function11=122]="function11",t[t.function12=123]="function12",t[t.function2=113]="function2",t[t.function3=114]="function3",t[t.function4=115]="function4",t[t.function5=116]="function5",t[t.function6=117]="function6",t[t.function7=118]="function7",t[t.function8=119]="function8",t[t.function9=120]="function9",t[t.home=36]="home",t[t.insert=45]="insert",t[t.menu=93]="menu",t[t.minus=189]="minus",t[t.minus2=109]="minus2",t[t.numLock=144]="numLock",t[t.numPad0=96]="numPad0",t[t.numPad1=97]="numPad1",t[t.numPad2=98]="numPad2",t[t.numPad3=99]="numPad3",t[t.numPad4=100]="numPad4",t[t.numPad5=101]="numPad5",t[t.numPad6=102]="numPad6",t[t.numPad7=103]="numPad7",t[t.numPad8=104]="numPad8",t[t.numPad9=105]="numPad9",t[t.numPadDivide=111]="numPadDivide",t[t.numPadDot=110]="numPadDot",t[t.numPadMinus=109]="numPadMinus",t[t.numPadMultiply=106]="numPadMultiply",t[t.numPadPlus=107]="numPadPlus",t[t.openBracket=219]="openBracket",t[t.pageDown=34]="pageDown",t[t.pageUp=33]="pageUp",t[t.period=190]="period",t[t.print=44]="print",t[t.quote=222]="quote",t[t.scrollLock=145]="scrollLock",t[t.shift=16]="shift",t[t.space=32]="space",t[t.tab=9]="tab",t[t.tilde=192]="tilde",t[t.windowsLeft=91]="windowsLeft",t[t.windowsOpera=219]="windowsOpera",t[t.windowsRight=92]="windowsRight"}(r||(r={}));const i=40,o=37,s=39,a=38,l=35,c=13,u=27,d=36,p=34,h=33,f=32,g=9},26007:(t,e,n)=>{"use strict";var r;n.d(e,{N:()=>r}),function(t){t.ltr="ltr",t.rtl="rtl"}(r||(r={}))},94731:(t,e,n)=>{"use strict";function r(t,e,n){return ne?t:n}function i(t,e,n){return Math.min(Math.max(n,t),e)}n.d(e,{w:()=>r,b:()=>i})},70517:(t,e,n)=>{"use strict";n.d(e,{C:()=>o});var r=n(9453),i=n(26007);class o{static getScrollLeft(t,e){return e===i.N.rtl?o.getRtlScrollLeftConverter(t):t.scrollLeft}static setScrollLeft(t,e,n){n!==i.N.rtl?t.scrollLeft=e:o.setRtlScrollLeftConverter(t,e)}static initialGetRtlScrollConverter(t){return o.initializeRtlScrollConverters(),o.getRtlScrollLeftConverter(t)}static directGetRtlScrollConverter(t){return t.scrollLeft}static invertedGetRtlScrollConverter(t){return-Math.abs(t.scrollLeft)}static reverseGetRtlScrollConverter(t){return t.scrollLeft-(t.scrollWidth-t.clientWidth)}static initialSetRtlScrollConverter(t,e){o.initializeRtlScrollConverters(),o.setRtlScrollLeftConverter(t,e)}static directSetRtlScrollConverter(t,e){t.scrollLeft=e}static invertedSetRtlScrollConverter(t,e){t.scrollLeft=Math.abs(e)}static reverseSetRtlScrollConverter(t,e){const n=t.scrollWidth-t.clientWidth;t.scrollLeft=n+e}static initializeRtlScrollConverters(){if(!(0,r.N)())return void o.applyDirectScrollConverters();const t=o.getTestElement();document.body.appendChild(t),o.checkForScrollType(t),document.body.removeChild(t)}static checkForScrollType(t){o.isReverse(t)?o.applyReverseScrollConverters():o.isDirect(t)?o.applyDirectScrollConverters():o.applyInvertedScrollConverters()}static isReverse(t){return t.scrollLeft>0}static isDirect(t){return t.scrollLeft=-1,t.scrollLeft<0}static applyDirectScrollConverters(){o.setRtlScrollLeftConverter=o.directSetRtlScrollConverter,o.getRtlScrollLeftConverter=o.directGetRtlScrollConverter}static applyInvertedScrollConverters(){o.setRtlScrollLeftConverter=o.invertedSetRtlScrollConverter,o.getRtlScrollLeftConverter=o.invertedGetRtlScrollConverter}static applyReverseScrollConverters(){o.setRtlScrollLeftConverter=o.reverseSetRtlScrollConverter,o.getRtlScrollLeftConverter=o.reverseGetRtlScrollConverter}static getTestElement(){const t=document.createElement("div");return t.appendChild(document.createTextNode("ABCD")),t.dir="rtl",t.style.fontSize="14px",t.style.width="4px",t.style.height="1px",t.style.position="absolute",t.style.top="-1000px",t.style.overflow="scroll",t}}o.getRtlScrollLeftConverter=o.initialGetRtlScrollConverter,o.setRtlScrollLeftConverter=o.initialSetRtlScrollConverter},99478:(t,e,n)=>{"use strict";function r(t,e,n=0){return!(!t||!e)&&t.substr(n,e.length)===e}n.d(e,{Ny:()=>r})},15933:(t,e,n)=>{"use strict";var r;n.d(e,{H:()=>r}),function(t){t.Canvas="Canvas",t.CanvasText="CanvasText",t.LinkText="LinkText",t.VisitedText="VisitedText",t.ActiveText="ActiveText",t.ButtonFace="ButtonFace",t.ButtonText="ButtonText",t.Field="Field",t.FieldText="FieldText",t.Highlight="Highlight",t.HighlightText="HighlightText",t.GrayText="GrayText"}(r||(r={}))},94111:(t,e,n)=>{"use strict";function r(t,e){for(var n=arguments.length,r=new Array(n>2?n-2:0),i=2;ir})},39292:(t,e,n)=>{"use strict";function r(t,e,n,r){var i=n?n.call(r,t,e):void 0;if(void 0!==i)return!!i;if(t===e)return!0;if("object"!=typeof t||!t||"object"!=typeof e||!e)return!1;var o=Object.keys(t),s=Object.keys(e);if(o.length!==s.length)return!1;for(var a=Object.prototype.hasOwnProperty.bind(e),l=0;lr})},69854:t=>{t.exports=function(t,n,r){if(t.filter)return t.filter(n,r);if(null==t)throw new TypeError;if("function"!=typeof n)throw new TypeError;for(var i=[],o=0;o{"use strict";var r=n(82530);function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o,s,a=n(78619).codes,l=a.ERR_AMBIGUOUS_ARGUMENT,c=a.ERR_INVALID_ARG_TYPE,u=a.ERR_INVALID_ARG_VALUE,d=a.ERR_INVALID_RETURN_VALUE,p=a.ERR_MISSING_ARGS,h=n(66979),f=n(85663).inspect,g=n(85663).types,v=g.isPromise,b=g.isRegExp,m=Object.assign?Object.assign:n(61662).assign,y=Object.is?Object.is:n(7402);new Map;function x(){var t=n(61667);o=t.isDeepEqual,s=t.isDeepStrictEqual}var _=!1,w=t.exports=O,C={};function S(t){if(t.message instanceof Error)throw t.message;throw new h(t)}function E(t,e,n,r){if(!n){var i=!1;if(0===e)i=!0,r="No value argument passed to `assert.ok()`";else if(r instanceof Error)throw r;var o=new h({actual:n,expected:!0,message:r,operator:"==",stackStartFn:t});throw o.generatedMessage=i,o}}function O(){for(var t=arguments.length,e=new Array(t),n=0;n1?n-1:0),i=1;i1?n-1:0),i=1;i1?n-1:0),i=1;i1?n-1:0),i=1;i{"use strict";var r=n(82530);function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function o(t,e){for(var n=0;nt.length)&&(n=t.length),t.substring(n-e.length,n)===e}var b="",m="",y="",x="",_={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function w(t){var e=Object.keys(t),n=Object.create(Object.getPrototypeOf(t));return e.forEach((function(e){n[e]=t[e]})),Object.defineProperty(n,"message",{value:t.message}),n}function C(t){return f(t,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function S(t,e,n){var i="",o="",s=0,a="",l=!1,c=C(t),u=c.split("\n"),d=C(e).split("\n"),p=0,f="";if("strictEqual"===n&&"object"===h(t)&&"object"===h(e)&&null!==t&&null!==e&&(n="strictEqualObject"),1===u.length&&1===d.length&&u[0]!==d[0]){var g=u[0].length+d[0].length;if(g<=10){if(!("object"===h(t)&&null!==t||"object"===h(e)&&null!==e||0===t&&0===e))return"".concat(_[n],"\n\n")+"".concat(u[0]," !== ").concat(d[0],"\n")}else if("strictEqualObject"!==n){if(g<(r.stderr&&r.stderr.isTTY?r.stderr.columns:80)){for(;u[0][p]===d[0][p];)p++;p>2&&(f="\n ".concat(function(t,e){if(e=Math.floor(e),0==t.length||0==e)return"";var n=t.length*e;for(e=Math.floor(Math.log(e)/Math.log(2));e;)t+=t,e--;return t+t.substring(0,n-t.length)}(" ",p),"^"),p=0)}}}for(var w=u[u.length-1],S=d[d.length-1];w===S&&(p++<2?a="\n ".concat(w).concat(a):i=w,u.pop(),d.pop(),0!==u.length&&0!==d.length);)w=u[u.length-1],S=d[d.length-1];var E=Math.max(u.length,d.length);if(0===E){var O=c.split("\n");if(O.length>30)for(O[26]="".concat(b,"...").concat(x);O.length>27;)O.pop();return"".concat(_.notIdentical,"\n\n").concat(O.join("\n"),"\n")}p>3&&(a="\n".concat(b,"...").concat(x).concat(a),l=!0),""!==i&&(a="\n ".concat(i).concat(a),i="");var j=0,P=_[n]+"\n".concat(m,"+ actual").concat(x," ").concat(y,"- expected").concat(x),k=" ".concat(b,"...").concat(x," Lines skipped");for(p=0;p1&&p>2&&(I>4?(o+="\n".concat(b,"...").concat(x),l=!0):I>3&&(o+="\n ".concat(d[p-2]),j++),o+="\n ".concat(d[p-1]),j++),s=p,i+="\n".concat(y,"-").concat(x," ").concat(d[p]),j++;else if(d.length1&&p>2&&(I>4?(o+="\n".concat(b,"...").concat(x),l=!0):I>3&&(o+="\n ".concat(u[p-2]),j++),o+="\n ".concat(u[p-1]),j++),s=p,o+="\n".concat(m,"+").concat(x," ").concat(u[p]),j++;else{var T=d[p],A=u[p],D=A!==T&&(!v(A,",")||A.slice(0,-1)!==T);D&&v(T,",")&&T.slice(0,-1)===A&&(D=!1,A+=","),D?(I>1&&p>2&&(I>4?(o+="\n".concat(b,"...").concat(x),l=!0):I>3&&(o+="\n ".concat(u[p-2]),j++),o+="\n ".concat(u[p-1]),j++),s=p,o+="\n".concat(m,"+").concat(x," ").concat(A),i+="\n".concat(y,"-").concat(x," ").concat(T),j+=2):(o+=i,i="",1!==I&&0!==p||(o+="\n ".concat(A),j++))}if(j>20&&p30)for(v[26]="".concat(b,"...").concat(x);v.length>27;)v.pop();n=1===v.length?s(this,p(e).call(this,"".concat(f," ").concat(v[0]))):s(this,p(e).call(this,"".concat(f,"\n\n").concat(v.join("\n"),"\n")))}else{var E=C(c),O="",j=_[o];"notDeepEqual"===o||"notEqual"===o?(E="".concat(_[o],"\n\n").concat(E)).length>1024&&(E="".concat(E.slice(0,1021),"...")):(O="".concat(C(u)),E.length>512&&(E="".concat(E.slice(0,509),"...")),O.length>512&&(O="".concat(O.slice(0,509),"...")),"deepEqual"===o||"equal"===o?E="".concat(j,"\n\n").concat(E,"\n\nshould equal\n\n"):O=" ".concat(o," ").concat(O)),n=s(this,p(e).call(this,"".concat(E).concat(O)))}return Error.stackTraceLimit=d,n.generatedMessage=!i,Object.defineProperty(a(n),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),n.code="ERR_ASSERTION",n.actual=c,n.expected=u,n.operator=o,Error.captureStackTrace&&Error.captureStackTrace(a(n),l),n.stack,n.name="AssertionError",s(n)}var n,l,c;return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&d(t,e)}(e,t),n=e,(l=[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:f.custom,value:function(t,e){return f(this,function(t){for(var e=1;e{"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){return!e||"object"!==r(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function s(t,e){return(s=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}var a,l,c={};function u(t,e,n){n||(n=Error);var r=function(n){function r(n,s,a){var l;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,r),(l=i(this,o(r).call(this,function(t,n,r){return"string"==typeof e?e:e(t,n,r)}(n,s,a)))).code=t,l}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&s(t,e)}(r,n),r}(n);c[t]=r}function d(t,e){if(Array.isArray(t)){var n=t.length;return t=t.map((function(t){return String(t)})),n>2?"one of ".concat(e," ").concat(t.slice(0,n-1).join(", "),", or ")+t[n-1]:2===n?"one of ".concat(e," ").concat(t[0]," or ").concat(t[1]):"of ".concat(e," ").concat(t[0])}return"of ".concat(e," ").concat(String(t))}u("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),u("ERR_INVALID_ARG_TYPE",(function(t,e,i){var o,s,l,c;if(void 0===a&&(a=n(76118)),a("string"==typeof t,"'name' must be a string"),"string"==typeof e&&(s="not ",e.substr(!l||l<0?0:+l,s.length)===s)?(o="must not be",e=e.replace(/^not /,"")):o="must be",function(t,e,n){return(void 0===n||n>t.length)&&(n=t.length),t.substring(n-e.length,n)===e}(t," argument"))c="The ".concat(t," ").concat(o," ").concat(d(e,"type"));else{var u=function(t,e,n){return"number"!=typeof n&&(n=0),!(n+e.length>t.length)&&-1!==t.indexOf(e,n)}(t,".")?"property":"argument";c='The "'.concat(t,'" ').concat(u," ").concat(o," ").concat(d(e,"type"))}return c+=". Received type ".concat(r(i))}),TypeError),u("ERR_INVALID_ARG_VALUE",(function(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===l&&(l=n(85663));var i=l.inspect(e);return i.length>128&&(i="".concat(i.slice(0,128),"...")),"The argument '".concat(t,"' ").concat(r,". Received ").concat(i)}),TypeError,RangeError),u("ERR_INVALID_RETURN_VALUE",(function(t,e,n){var i;return i=n&&n.constructor&&n.constructor.name?"instance of ".concat(n.constructor.name):"type ".concat(r(n)),"Expected ".concat(t,' to be returned from the "').concat(e,'"')+" function but got ".concat(i,".")}),TypeError),u("ERR_MISSING_ARGS",(function(){for(var t=arguments.length,e=new Array(t),r=0;r0,"At least one arg needs to be specified");var i="The ",o=e.length;switch(e=e.map((function(t){return'"'.concat(t,'"')})),o){case 1:i+="".concat(e[0]," argument");break;case 2:i+="".concat(e[0]," and ").concat(e[1]," arguments");break;default:i+=e.slice(0,o-1).join(", "),i+=", and ".concat(e[o-1]," arguments")}return"".concat(i," must be specified")}),TypeError),t.exports.codes=c},61667:(t,e,n)=>{"use strict";function r(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=[],r=!0,i=!1,o=void 0;try{for(var s,a=t[Symbol.iterator]();!(r=(s=a.next()).done)&&(n.push(s.value),!e||n.length!==e);r=!0);}catch(t){i=!0,o=t}finally{try{r||null==a.return||a.return()}finally{if(i)throw o}}return n}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=void 0!==/a/g.flags,s=function(t){var e=[];return t.forEach((function(t){return e.push(t)})),e},a=function(t){var e=[];return t.forEach((function(t,n){return e.push([n,t])})),e},l=Object.is?Object.is:n(7402),c=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){return[]},u=Number.isNaN?Number.isNaN:n(98622);function d(t){return t.call.bind(t)}var p=d(Object.prototype.hasOwnProperty),h=d(Object.prototype.propertyIsEnumerable),f=d(Object.prototype.toString),g=n(85663).types,v=g.isAnyArrayBuffer,b=g.isArrayBufferView,m=g.isDate,y=g.isMap,x=g.isRegExp,_=g.isSet,w=g.isNativeError,C=g.isBoxedPrimitive,S=g.isNumberObject,E=g.isStringObject,O=g.isBooleanObject,j=g.isBigIntObject,P=g.isSymbolObject,k=g.isFloat32Array,I=g.isFloat64Array;function T(t){if(0===t.length||t.length>10)return!0;for(var e=0;e57)return!0}return 10===t.length&&t>=Math.pow(2,32)}function A(t){return Object.keys(t).filter(T).concat(c(t).filter(Object.prototype.propertyIsEnumerable.bind(t)))} -/*! - * The buffer module from node.js, for the browser. - * - * @author Feross Aboukhadijeh - * @license MIT - */function D(t,e){if(t===e)return 0;for(var n=t.length,r=e.length,i=0,o=Math.min(n,r);i{"use strict";var r=n(69854);t.exports=function(){return r(["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],(function(t){return"function"==typeof n.g[t]}))}},97615:(t,e,n)=>{"use strict";var r=n(31801),i=n(12550),o=i(r("String.prototype.indexOf"));t.exports=function(t,e){var n=r(t,!!e);return"function"==typeof n&&o(t,".prototype.")>-1?i(n):n}},12550:(t,e,n)=>{"use strict";var r=n(21930),i=n(31801),o=i("%Function.prototype.apply%"),s=i("%Function.prototype.call%"),a=i("%Reflect.apply%",!0)||r.call(s,o),l=i("%Object.defineProperty%",!0);if(l)try{l({},"a",{value:1})}catch(t){l=null}t.exports=function(){return a(r,s,arguments)};var c=function(){return a(r,o,arguments)};l?l(t.exports,"apply",{value:c}):t.exports.apply=c},96499:t=>{t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"==typeof btoa){var i=(s=r,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(s))))+" */"),o=r.sources.map((function(t){return"/*# sourceURL="+r.sourceRoot+t+" */"}));return[n].concat(o).concat([i]).join("\n")}var s;return[n].join("\n")}(e,t);return e[2]?"@media "+e[2]+"{"+n+"}":n})).join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var r={},i=0;i{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){return t.replace(n,r)};var n=/[-\s]+(.)?/g;function r(t,e){return e?e.toUpperCase():""}},24893:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.supportedValue=e.supportedProperty=e.prefix=void 0;var r=s(n(80811)),i=s(n(50965)),o=s(n(83537));function s(t){return t&&t.__esModule?t:{default:t}}e.default={prefix:r.default,supportedProperty:i.default,supportedValue:o.default}, -/** - * CSS Vendor prefix detection and property feature testing. - * - * @copyright Oleg Slobodskoi 2015 - * @website https://github.com/jsstyles/css-vendor - * @license MIT - */ -e.prefix=r.default,e.supportedProperty=i.default,e.supportedValue=o.default},80811:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i=n(60307);var o="",s="";if(((r=i)&&r.__esModule?r:{default:r}).default){var a={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},l=document.createElement("p").style;for(var c in a)if(c+"Transform"in l){o=c,s=a[c];break}}e.default={js:o,css:s}},50965:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){if(!a)return t;if(null!=l[t])return l[t];(0,o.default)(t)in a.style?l[t]=t:i.default.js+(0,o.default)("-"+t)in a.style?l[t]=i.default.css+t:l[t]=!1;return l[t]};var r=s(n(60307)),i=s(n(80811)),o=s(n(1852));function s(t){return t&&t.__esModule?t:{default:t}}var a=void 0,l={};if(r.default){a=document.createElement("p");var c=window.getComputedStyle(document.documentElement,"");for(var u in c)isNaN(u)||(l[c[u]]=c[u])}},83537:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){if(!a)return e;if("string"!=typeof e||!isNaN(parseInt(e,10)))return e;var n=t+e;if(null!=s[n])return s[n];try{a.style[t]=e}catch(t){return s[n]=!1,!1}""!==a.style[t]?s[n]=e:("-ms-flex"===(e=i.default.css+e)&&(e="-ms-flexbox"),a.style[t]=e,""!==a.style[t]&&(s[n]=e));s[n]||(s[n]=!1);return a.style[t]="",s[n]};var r=o(n(60307)),i=o(n(80811));function o(t){return t&&t.__esModule?t:{default:t}}var s={},a=void 0;r.default&&(a=document.createElement("p"))},19170:(t,e,n)=>{"use strict";var r=n(806),i="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),o=Object.prototype.toString,s=Array.prototype.concat,a=Object.defineProperty,l=a&&function(){var t={};try{for(var e in a(t,"x",{enumerable:!1,value:t}),t)return!1;return t.x===t}catch(t){return!1}}(),c=function(t,e,n,r){var i;(!(e in t)||"function"==typeof(i=r)&&"[object Function]"===o.call(i)&&r())&&(l?a(t,e,{configurable:!0,enumerable:!1,value:n,writable:!0}):t[e]=n)},u=function(t,e){var n=arguments.length>2?arguments[2]:{},o=r(e);i&&(o=s.call(o,Object.getOwnPropertySymbols(e)));for(var a=0;a{"use strict";if(n.d(e,{Z:()=>d}),/^(205|55|991)$/.test(n.j))var r=n(27670);if(/^(205|55|991)$/.test(n.j))var i=n(27581);if(/^(205|55|991)$/.test(n.j))var o=n(23157);if(/^(205|55|991)$/.test(n.j))var s=n(52852);if(/^(205|55|991)$/.test(n.j))var a=n(86503);function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function c(t,e){for(var n=0;n0&&void 0!==arguments[0]&&arguments[0];l(this,t),this.isSetUp=!1,this.handleRefCountChange=function(){var t=e.store.getState().refCount>0;e.backend&&(t&&!e.isSetUp?(e.backend.setup(),e.isSetUp=!0):!t&&e.isSetUp&&(e.backend.teardown(),e.isSetUp=!1))};var r=u(n);this.store=r,this.monitor=new s.Z(r,new a.Z(r)),r.subscribe(this.handleRefCountChange)}var e,n,r;return e=t,(n=[{key:"receiveBackend",value:function(t){this.backend=t}},{key:"getMonitor",value:function(){return this.monitor}},{key:"getBackend",value:function(){return this.backend}},{key:"getRegistry",value:function(){return this.monitor.registry}},{key:"getActions",value:function(){var t=this,e=this.store.dispatch,n=(0,o.ZP)(this);return Object.keys(n).reduce((function(r,i){var o,s=n[i];return r[i]=(o=s,function(){for(var n=arguments.length,r=new Array(n),i=0;i{"use strict";if(n.d(e,{Z:()=>l}),/^(205|55|991)$/.test(n.j))var r=n(94111);if(/^(205|55|991)$/.test(n.j))var i=n(82038);if(/^(205|55|991)$/.test(n.j))var o=n(35457);if(/^(205|55|991)$/.test(n.j))var s=n(30845);function a(t,e){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{handlerIds:void 0},i=n.handlerIds;(0,r.k)("function"==typeof t,"listener must be a function."),(0,r.k)(void 0===i||Array.isArray(i),"handlerIds, when specified, must be an array of strings.");var o=this.store.getState().stateId,a=function(){var n=e.store.getState(),r=n.stateId;try{r===o||r===o+1&&!(0,s.co)(n.dirtyHandlerIds,i)||t()}finally{o=r}};return this.store.subscribe(a)}},{key:"subscribeToOffsetChange",value:function(t){var e=this;(0,r.k)("function"==typeof t,"listener must be a function.");var n=this.store.getState().dragOffset;return this.store.subscribe((function(){var r=e.store.getState().dragOffset;r!==n&&(n=r,t())}))}},{key:"canDragSource",value:function(t){if(!t)return!1;var e=this.registry.getSource(t);return(0,r.k)(e,"Expected to find a valid source."),!this.isDragging()&&e.canDrag(this,t)}},{key:"canDropOnTarget",value:function(t){if(!t)return!1;var e=this.registry.getTarget(t);if((0,r.k)(e,"Expected to find a valid target."),!this.isDragging()||this.didDrop())return!1;var n=this.registry.getTargetType(t),o=this.getItemType();return(0,i.Z)(n,o)&&e.canDrop(this,t)}},{key:"isDragging",value:function(){return Boolean(this.getItemType())}},{key:"isDraggingSource",value:function(t){if(!t)return!1;var e=this.registry.getSource(t,!0);return(0,r.k)(e,"Expected to find a valid source."),!(!this.isDragging()||!this.isSourcePublic())&&this.registry.getSourceType(t)===this.getItemType()&&e.isDragging(this,t)}},{key:"isOverTarget",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{shallow:!1};if(!t)return!1;var n=e.shallow;if(!this.isDragging())return!1;var r=this.registry.getTargetType(t),o=this.getItemType();if(o&&!(0,i.Z)(r,o))return!1;var s=this.getTargetIds();if(!s.length)return!1;var a=s.indexOf(t);return n?a===s.length-1:a>-1}},{key:"getItemType",value:function(){return this.store.getState().dragOperation.itemType}},{key:"getItem",value:function(){return this.store.getState().dragOperation.item}},{key:"getSourceId",value:function(){return this.store.getState().dragOperation.sourceId}},{key:"getTargetIds",value:function(){return this.store.getState().dragOperation.targetIds}},{key:"getDropResult",value:function(){return this.store.getState().dragOperation.dropResult}},{key:"didDrop",value:function(){return this.store.getState().dragOperation.didDrop}},{key:"isSourcePublic",value:function(){return this.store.getState().dragOperation.isSourcePublic}},{key:"getInitialClientOffset",value:function(){return this.store.getState().dragOffset.initialClientOffset}},{key:"getInitialSourceClientOffset",value:function(){return this.store.getState().dragOffset.initialSourceClientOffset}},{key:"getClientOffset",value:function(){return this.store.getState().dragOffset.clientOffset}},{key:"getSourceClientOffset",value:function(){return(0,o.YY)(this.store.getState().dragOffset)}},{key:"getDifferenceFromInitialOffset",value:function(){return(0,o.ar)(this.store.getState().dragOffset)}}])&&a(e.prototype,n),l&&a(e,l),t}():null},86503:(t,e,n)=>{"use strict";n.d(e,{Z:()=>P});var r=n(94111),i=n(33284),o=n(4282),s=n(94379),a=n(27703);function l(t){u.length||(c(),!0),u[u.length]=t}var c,u=[],d=0;function p(){for(;d1024){for(var e=0,n=u.length-d;e1&&void 0!==arguments[1]&&arguments[1];(0,r.k)(this.isSourceId(t),"Expected a valid source ID.");var n=e&&t===this.pinnedSourceId,i=n?this.pinnedSource:this.dragSources.get(t);return i}},{key:"getTarget",value:function(t){return(0,r.k)(this.isTargetId(t),"Expected a valid target ID."),this.dropTargets.get(t)}},{key:"getSourceType",value:function(t){return(0,r.k)(this.isSourceId(t),"Expected a valid source ID."),this.types.get(t)}},{key:"getTargetType",value:function(t){return(0,r.k)(this.isTargetId(t),"Expected a valid target ID."),this.types.get(t)}},{key:"isSourceId",value:function(t){return O(t)===s.t.SOURCE}},{key:"isTargetId",value:function(t){return O(t)===s.t.TARGET}},{key:"removeSource",value:function(t){var e=this;(0,r.k)(this.getSource(t),"Expected an existing source."),this.store.dispatch((0,i.wZ)(t)),w((function(){e.dragSources.delete(t),e.types.delete(t)}))}},{key:"removeTarget",value:function(t){(0,r.k)(this.getTarget(t),"Expected an existing target."),this.store.dispatch((0,i.BT)(t)),this.dropTargets.delete(t),this.types.delete(t)}},{key:"pinSource",value:function(t){var e=this.getSource(t);(0,r.k)(e,"Expected an existing source."),this.pinnedSourceId=t,this.pinnedSource=e}},{key:"unpinSource",value:function(){(0,r.k)(this.pinnedSource,"No source is pinned at the time."),this.pinnedSourceId=null,this.pinnedSource=null}},{key:"addHandler",value:function(t,e,n){var r=function(t){var e=(0,o.Z)().toString();switch(t){case s.t.SOURCE:return"S".concat(e);case s.t.TARGET:return"T".concat(e);default:throw new Error("Unknown Handler Role: ".concat(t))}}(t);return this.types.set(r,e),t===s.t.SOURCE?this.dragSources.set(r,n):t===s.t.TARGET&&this.dropTargets.set(r,n),r}}])&&S(e.prototype,n),l&&S(e,l),t}()},27091:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>l}),/^(205|55|991)$/.test(n.j))var r=n(94111);if(/^(205|55|991)$/.test(n.j))var i=n(96626);if(/^(205|55|991)$/.test(n.j))var o=n(10908);var s=n(33862),a={type:s.TL,payload:{clientOffset:null,sourceClientOffset:null}};function l(t){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{publishSource:!0},r=n.publishSource,o=void 0===r||r,l=n.clientOffset,h=n.getSourceClientOffset,f=t.getMonitor(),g=t.getRegistry();t.dispatch((0,i.T)(l)),c(e,f,g);var v=p(e,f);if(null!==v){var b=null;l&&(u(h),b=h(v)),t.dispatch((0,i.T)(l,b));var m=g.getSource(v),y=m.beginDrag(f,v);d(y),g.pinSource(v);var x=g.getSourceType(v);return{type:s.qu,payload:{itemType:x,item:y,sourceId:v,clientOffset:l||null,sourceClientOffset:b||null,isSourcePublic:!!o}}}t.dispatch(a)}}function c(t,e,n){(0,r.k)(!e.isDragging(),"Cannot call beginDrag while dragging."),t.forEach((function(t){(0,r.k)(n.getSource(t),"Expected sourceIds to be registered.")}))}function u(t){(0,r.k)("function"==typeof t,"When clientOffset is provided, getSourceClientOffset must be a function.")}function d(t){(0,r.k)((0,o.Kn)(t),"Item must be an object.")}function p(t,e){for(var n=null,r=t.length-1;r>=0;r--)if(e.canDragSource(t[r])){n=t[r];break}return n}},3980:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>c}),/^(205|55|991)$/.test(n.j))var r=n(94111);if(/^(205|55|991)$/.test(n.j))var i=n(33862);if(/^(205|55|991)$/.test(n.j))var o=n(10908);function s(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function a(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},n=t.getMonitor(),r=t.getRegistry();u(n);var o=p(n);o.forEach((function(o,s){var l=d(o,s,r,n),c={type:i.rp,payload:{dropResult:a({},e,{},l)}};t.dispatch(c)}))}}function u(t){(0,r.k)(t.isDragging(),"Cannot call drop while not dragging."),(0,r.k)(!t.didDrop(),"Cannot call drop twice during one drag operation.")}function d(t,e,n,i){var s=n.getTarget(t),a=s?s.drop(i,t):void 0;return function(t){(0,r.k)(void 0===t||(0,o.Kn)(t),"Drop result must either be an object or undefined.")}(a),void 0===a&&(a=0===e?{}:i.getDropResult()),a}function p(t){var e=t.getTargetIds().filter(t.canDropOnTarget,t);return e.reverse(),e}},19017:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),/^(205|55|991)$/.test(n.j))var r=n(94111);if(/^(205|55|991)$/.test(n.j))var i=n(33862);function o(t){return function(){var e=t.getMonitor(),n=t.getRegistry();!function(t){(0,r.k)(t.isDragging(),"Cannot call endDrag while not dragging.")}(e);var o=e.getSourceId();return n.getSource(o,!0).endDrag(e,o),n.unpinSource(),{type:i.Bs}}}},82863:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),/^(205|55|991)$/.test(n.j))var r=n(94111);if(/^(205|55|991)$/.test(n.j))var i=n(82038);if(/^(205|55|991)$/.test(n.j))var o=n(33862);function s(t){return function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=n.clientOffset;a(e);var i=e.slice(0),s=t.getMonitor(),d=t.getRegistry();l(i,s,d);var p=s.getItemType();return c(i,d,p),u(i,s,d),{type:o.$T,payload:{targetIds:i,clientOffset:r||null}}}}function a(t){(0,r.k)(Array.isArray(t),"Expected targetIds to be an array.")}function l(t,e,n){(0,r.k)(e.isDragging(),"Cannot call hover while not dragging."),(0,r.k)(!e.didDrop(),"Cannot call hover after drop.");for(var i=0;i=0;r--){var o=t[r],s=e.getTargetType(o);(0,i.Z)(s,n)||t.splice(r,1)}}function u(t,e,n){t.forEach((function(t){n.getTarget(t).hover(e,t)}))}},23157:(t,e,n)=>{"use strict";if(n.d(e,{ZP:()=>l}),/^(205|55|991)$/.test(n.j))var r=n(27091);if(/^(205|55|991)$/.test(n.j))var i=n(81743);if(/^(205|55|991)$/.test(n.j))var o=n(82863);if(/^(205|55|991)$/.test(n.j))var s=n(3980);if(/^(205|55|991)$/.test(n.j))var a=n(19017);function l(t){return{beginDrag:(0,r.Z)(t),publishDragSource:(0,i.Z)(t),hover:(0,o.Z)(t),drop:(0,s.Z)(t),endDrag:(0,a.Z)(t)}}},96626:(t,e,n)=>{"use strict";if(n.d(e,{T:()=>i}),/^(205|55|991)$/.test(n.j))var r=n(33862);function i(t,e){return{type:r.TL,payload:{sourceClientOffset:e||null,clientOffset:t||null}}}},81743:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),/^(205|55|991)$/.test(n.j))var r=n(33862);function i(t){return function(){if(t.getMonitor().isDragging())return{type:r.js}}}},33862:(t,e,n)=>{"use strict";n.d(e,{TL:()=>r,qu:()=>i,js:()=>o,$T:()=>s,rp:()=>a,Bs:()=>l});var r="dnd-core/INIT_COORDS",i="dnd-core/BEGIN_DRAG",o="dnd-core/PUBLISH_DRAG_SOURCE",s="dnd-core/HOVER",a="dnd-core/DROP",l="dnd-core/END_DRAG"},33284:(t,e,n)=>{"use strict";n.d(e,{fu:()=>r,Rd:()=>i,SG:()=>o,IS:()=>s,j1:()=>a,jn:()=>l,wZ:()=>c,BT:()=>u});var r="dnd-core/ADD_SOURCE",i="dnd-core/ADD_TARGET",o="dnd-core/REMOVE_SOURCE",s="dnd-core/REMOVE_TARGET";function a(t){return{type:r,payload:{sourceId:t}}}function l(t){return{type:i,payload:{targetId:t}}}function c(t){return{type:o,payload:{sourceId:t}}}function u(t){return{type:s,payload:{targetId:t}}}},27703:(t,e,n)=>{"use strict";if(n.d(e,{up:()=>o,JP:()=>s,sM:()=>a}),/^(205|55|991)$/.test(n.j))var r=n(94111);function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function o(t){(0,r.k)("function"==typeof t.canDrag,"Expected canDrag to be a function."),(0,r.k)("function"==typeof t.beginDrag,"Expected beginDrag to be a function."),(0,r.k)("function"==typeof t.endDrag,"Expected endDrag to be a function.")}function s(t){(0,r.k)("function"==typeof t.canDrop,"Expected canDrop to be a function."),(0,r.k)("function"==typeof t.hover,"Expected hover to be a function."),(0,r.k)("function"==typeof t.drop,"Expected beginDrag to be a function.")}function a(t,e){e&&Array.isArray(t)?t.forEach((function(t){return a(t,!1)})):(0,r.k)("string"==typeof t||"symbol"===i(t),e?"Type can only be a string, a symbol, or an array of either.":"Type can only be a string or a symbol.")}},28710:(t,e,n)=>{"use strict";if(n.d(e,{i:()=>i}),/^(205|55|991)$/.test(n.j))var r=n(87153);function i(t,e,n,i){var o=new r.Z(i),s=t(o,e,n);return o.receiveBackend(s),o}},94379:(t,e,n)=>{"use strict";var r;n.d(e,{t:()=>r}),function(t){t.SOURCE="SOURCE",t.TARGET="TARGET"}(r||(r={}))},84757:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>l}),/^(205|55|991)$/.test(n.j))var r=n(33862);if(/^(205|55|991)$/.test(n.j))var i=n(33284);if(/^(205|55|991)$/.test(n.j))var o=n(13951);if(/^(205|55|991)$/.test(n.j))var s=n(30845);if(/^(205|55|991)$/.test(n.j))var a=n(10908);function l(){arguments.length>0&&void 0!==arguments[0]||s.Hn;var t=arguments.length>1?arguments[1]:void 0;switch(t.type){case r.$T:break;case i.fu:case i.Rd:case i.IS:case i.SG:return s.Hn;case r.qu:case r.js:case r.Bs:case r.rp:default:return s.QN}var e=t.payload,n=e.targetIds,l=void 0===n?[]:n,c=e.prevTargetIds,u=void 0===c?[]:c,d=(0,a.dl)(l,u),p=d.length>0||!(0,o.Hj)(l,u);if(!p)return s.Hn;var h=u[u.length-1],f=l[l.length-1];return h!==f&&(h&&d.push(h),f&&d.push(f)),d}},15246:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>c}),/^(205|55|991)$/.test(n.j))var r=n(33862);if(/^(205|55|991)$/.test(n.j))var i=n(13951);function o(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function s(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:l,e=arguments.length>1?arguments[1]:void 0,n=e.payload;switch(e.type){case r.TL:case r.qu:return{initialSourceClientOffset:n.sourceClientOffset,initialClientOffset:n.clientOffset,clientOffset:n.clientOffset};case r.$T:return(0,i.YJ)(t.clientOffset,n.clientOffset)?t:s({},t,{clientOffset:n.clientOffset});case r.Bs:case r.rp:return l;default:return t}}},42378:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>u}),/^(205|55|991)$/.test(n.j))var r=n(33862);if(/^(205|55|991)$/.test(n.j))var i=n(33284);if(/^(205|55|991)$/.test(n.j))var o=n(10908);function s(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function a(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:c,e=arguments.length>1?arguments[1]:void 0,n=e.payload;switch(e.type){case r.qu:return a({},t,{itemType:n.itemType,item:n.item,sourceId:n.sourceId,isSourcePublic:n.isSourcePublic,dropResult:null,didDrop:!1});case r.js:return a({},t,{isSourcePublic:!0});case r.$T:return a({},t,{targetIds:n.targetIds});case i.IS:return-1===t.targetIds.indexOf(n.targetId)?t:a({},t,{targetIds:(0,o.zu)(t.targetIds,n.targetId)});case r.rp:return a({},t,{dropResult:n.dropResult,didDrop:!0,targetIds:[]});case r.Bs:return a({},t,{itemType:null,item:null,sourceId:null,dropResult:null,didDrop:!1,isSourcePublic:null,targetIds:[]});default:return t}}},27581:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>p}),/^(205|55|991)$/.test(n.j))var r=n(15246);if(/^(205|55|991)$/.test(n.j))var i=n(42378);if(/^(205|55|991)$/.test(n.j))var o=n(97197);if(/^(205|55|991)$/.test(n.j))var s=n(84757);if(/^(205|55|991)$/.test(n.j))var a=n(98743);if(/^(205|55|991)$/.test(n.j))var l=n(10908);function c(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function u(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1?arguments[1]:void 0;return{dirtyHandlerIds:(0,s.Z)(t.dirtyHandlerIds,{type:e.type,payload:u({},e.payload,{prevTargetIds:(0,l.U2)(t,"dragOperation.targetIds",[])})}),dragOffset:(0,r.Z)(t.dragOffset,e),refCount:(0,o.Z)(t.refCount,e),dragOperation:(0,i.Z)(t.dragOperation,e),stateId:(0,a.Z)(t.stateId)}}},97197:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),/^(205|55|991)$/.test(n.j))var r=n(33284);function i(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1?arguments[1]:void 0;switch(e.type){case r.fu:case r.Rd:return t+1;case r.SG:case r.IS:return t-1;default:return t}}},98743:(t,e,n)=>{"use strict";function r(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return t+1}n.d(e,{Z:()=>r})},35457:(t,e,n)=>{"use strict";function r(t,e){return{x:t.x-e.x,y:t.y-e.y}}function i(t){var e,n,i=t.clientOffset,o=t.initialClientOffset,s=t.initialSourceClientOffset;return i&&o&&s?r((n=s,{x:(e=i).x+n.x,y:e.y+n.y}),o):null}function o(t){var e=t.clientOffset,n=t.initialClientOffset;return e&&n?r(e,n):null}n.d(e,{YY:()=>i,ar:()=>o})},30845:(t,e,n)=>{"use strict";if(n.d(e,{Hn:()=>i,QN:()=>o,co:()=>s}),/^(205|55|991)$/.test(n.j))var r=n(10908);var i=[],o=[];function s(t,e){return t!==i&&(t===o||void 0===e||(0,r.jV)(e,t).length>0)}i.__IS_NONE__=!0,o.__IS_ALL__=!0},13951:(t,e,n)=>{"use strict";n.d(e,{YJ:()=>i,Hj:()=>o});var r=function(t,e){return t===e};function i(t,e){return!t&&!e||!(!t||!e)&&(t.x===e.x&&t.y===e.y)}function o(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:r;if(t.length!==e.length)return!1;for(var i=0;i{"use strict";n.d(e,{Z:()=>i});var r=0;function i(){return r++}},10908:(t,e,n)=>{"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e,n){return e.split(".").reduce((function(t,e){return t&&t[e]?t[e]:n||null}),t)}function o(t,e){return t.filter((function(t){return t!==e}))}function s(t){return"object"===r(t)}function a(t,e){var n=new Map,r=function(t){return n.set(t,n.has(t)?n.get(t)+1:1)};t.forEach(r),e.forEach(r);var i=[];return n.forEach((function(t,e){1===t&&i.push(e)})),i}function l(t,e){return t.filter((function(t){return e.indexOf(t)>-1}))}n.d(e,{U2:()=>i,zu:()=>o,Kn:()=>s,dl:()=>a,jV:()=>l})},82038:(t,e,n)=>{"use strict";function r(t,e){return null===e?null===t:Array.isArray(t)?t.some((function(t){return t===e})):t===e}n.d(e,{Z:()=>r})},16768:(t,e,n)=>{"use strict";n.d(e,{RY:()=>o,li:()=>c,R:()=>i,ZP:()=>d});const r=function(t,e){return{_isMBTransition:!0,event:t,check:e}};var i=r("touchstart",(function(t){return null!=t.touches})),o=(r("dragstart",(function(t){return!!t.type&&(-1!==t.type.indexOf("drag")||-1!==t.type.indexOf("drop"))})),r("mousedown",(function(t){return!!t.type&&(-1===t.type.indexOf("touch")&&-1!==t.type.indexOf("mouse"))}))),s=n(67115);function a(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e{"use strict";function r(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;rr})},83245:function(t){ -/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */ -t.exports=function(){"use strict";function t(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e1?n-1:0),i=1;i/gm),M=a(/^data-[\-\w.\u00B7-\uFFFF]/),Z=a(/^aria-[\-\w]+$/),H=a(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),z=a(/^(?:\w+script|data):/i),U=a(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),W="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};function G(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e0&&void 0!==arguments[0]?arguments[0]:V(),e=function(t){return K(t)};if(e.version="2.2.7",e.removed=[],!t||!t.document||9!==t.document.nodeType)return e.isSupported=!1,e;var n=t.document,r=t.document,i=t.DocumentFragment,o=t.HTMLTemplateElement,a=t.Node,l=t.Element,c=t.NodeFilter,u=t.NamedNodeMap,d=void 0===u?t.NamedNodeMap||t.MozNamedAttrMap:u,w=t.Text,C=t.Comment,Y=t.DOMParser,Q=t.trustedTypes,X=l.prototype,J=O(X,"cloneNode"),tt=O(X,"nextSibling"),et=O(X,"childNodes"),nt=O(X,"parentNode");if("function"==typeof o){var rt=r.createElement("template");rt.content&&rt.content.ownerDocument&&(r=rt.content.ownerDocument)}var it=q(Q,n),ot=it&&Bt?it.createHTML(""):"",st=r,at=st.implementation,lt=st.createNodeIterator,ct=st.getElementsByTagName,ut=st.createDocumentFragment,dt=n.importNode,pt={};try{pt=E(r).documentMode?r.documentMode:{}}catch(t){}var ht={};e.isSupported="function"==typeof nt&&at&&void 0!==at.createHTMLDocument&&9!==pt;var ft=F,gt=L,vt=M,bt=Z,mt=z,yt=U,xt=H,_t=null,wt=S({},[].concat(G(j),G(P),G(k),G(T),G(D))),Ct=null,St=S({},[].concat(G(R),G($),G(N),G(B))),Et=null,Ot=null,jt=!0,Pt=!0,kt=!1,It=!1,Tt=!1,At=!1,Dt=!1,Rt=!1,$t=!1,Nt=!0,Bt=!1,Ft=!0,Lt=!0,Mt=!1,Zt={},Ht=S({},["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"]),zt=null,Ut=S({},["audio","video","img","source","image","track"]),Wt=null,Gt=S({},["alt","class","for","id","label","name","pattern","placeholder","summary","title","value","style","xmlns"]),Vt=null,qt=r.createElement("form"),Kt=function(t){Vt&&Vt===t||(t&&"object"===(void 0===t?"undefined":W(t))||(t={}),t=E(t),_t="ALLOWED_TAGS"in t?S({},t.ALLOWED_TAGS):wt,Ct="ALLOWED_ATTR"in t?S({},t.ALLOWED_ATTR):St,Wt="ADD_URI_SAFE_ATTR"in t?S(E(Gt),t.ADD_URI_SAFE_ATTR):Gt,zt="ADD_DATA_URI_TAGS"in t?S(E(Ut),t.ADD_DATA_URI_TAGS):Ut,Et="FORBID_TAGS"in t?S({},t.FORBID_TAGS):{},Ot="FORBID_ATTR"in t?S({},t.FORBID_ATTR):{},Zt="USE_PROFILES"in t&&t.USE_PROFILES,jt=!1!==t.ALLOW_ARIA_ATTR,Pt=!1!==t.ALLOW_DATA_ATTR,kt=t.ALLOW_UNKNOWN_PROTOCOLS||!1,It=t.SAFE_FOR_TEMPLATES||!1,Tt=t.WHOLE_DOCUMENT||!1,Rt=t.RETURN_DOM||!1,$t=t.RETURN_DOM_FRAGMENT||!1,Nt=!1!==t.RETURN_DOM_IMPORT,Bt=t.RETURN_TRUSTED_TYPE||!1,Dt=t.FORCE_BODY||!1,Ft=!1!==t.SANITIZE_DOM,Lt=!1!==t.KEEP_CONTENT,Mt=t.IN_PLACE||!1,xt=t.ALLOWED_URI_REGEXP||xt,It&&(Pt=!1),$t&&(Rt=!0),Zt&&(_t=S({},[].concat(G(D))),Ct=[],!0===Zt.html&&(S(_t,j),S(Ct,R)),!0===Zt.svg&&(S(_t,P),S(Ct,$),S(Ct,B)),!0===Zt.svgFilters&&(S(_t,k),S(Ct,$),S(Ct,B)),!0===Zt.mathMl&&(S(_t,T),S(Ct,N),S(Ct,B))),t.ADD_TAGS&&(_t===wt&&(_t=E(_t)),S(_t,t.ADD_TAGS)),t.ADD_ATTR&&(Ct===St&&(Ct=E(Ct)),S(Ct,t.ADD_ATTR)),t.ADD_URI_SAFE_ATTR&&S(Wt,t.ADD_URI_SAFE_ATTR),Lt&&(_t["#text"]=!0),Tt&&S(_t,["html","head","body"]),_t.table&&(S(_t,["tbody"]),delete Et.tbody),s&&s(t),Vt=t)},Yt=S({},["mi","mo","mn","ms","mtext"]),Qt=S({},["foreignobject","desc","title","annotation-xml"]),Xt=S({},P);S(Xt,k),S(Xt,I);var Jt=S({},T);S(Jt,A);var te="http://www.w3.org/1998/Math/MathML",ee="http://www.w3.org/2000/svg",ne="http://www.w3.org/1999/xhtml",re=function(t){var e=nt(t);e&&e.tagName||(e={namespaceURI:ne,tagName:"template"});var n=g(t.tagName),r=g(e.tagName);if(t.namespaceURI===ee)return e.namespaceURI===ne?"svg"===n:e.namespaceURI===te?"svg"===n&&("annotation-xml"===r||Yt[r]):Boolean(Xt[n]);if(t.namespaceURI===te)return e.namespaceURI===ne?"math"===n:e.namespaceURI===ee?"math"===n&&Qt[r]:Boolean(Jt[n]);if(t.namespaceURI===ne){if(e.namespaceURI===ee&&!Qt[r])return!1;if(e.namespaceURI===te&&!Yt[r])return!1;var i=S({},["title","style","font","a","script"]);return!Jt[n]&&(i[n]||!Xt[n])}return!1},ie=function(t){f(e.removed,{element:t});try{t.parentNode.removeChild(t)}catch(e){try{t.outerHTML=ot}catch(e){t.remove()}}},oe=function(t,n){try{f(e.removed,{attribute:n.getAttributeNode(t),from:n})}catch(t){f(e.removed,{attribute:null,from:n})}if(n.removeAttribute(t),"is"===t&&!Ct[t])if(Rt||$t)try{ie(n)}catch(t){}else try{n.setAttribute(t,"")}catch(t){}},se=function(t){var e=void 0,n=void 0;if(Dt)t=""+t;else{var i=v(t,/^[\r\n\t ]+/);n=i&&i[0]}var o=it?it.createHTML(t):t;try{e=(new Y).parseFromString(o,"text/html")}catch(t){}if(!e||!e.documentElement){var s=(e=at.createHTMLDocument("")).body;s.parentNode.removeChild(s.parentNode.firstElementChild),s.outerHTML=o}return t&&n&&e.body.insertBefore(r.createTextNode(n),e.body.childNodes[0]||null),ct.call(e,Tt?"html":"body")[0]},ae=function(t){return lt.call(t.ownerDocument||t,t,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT,(function(){return c.FILTER_ACCEPT}),!1)},le=function(t){return!(t instanceof w||t instanceof C||"string"==typeof t.nodeName&&"string"==typeof t.textContent&&"function"==typeof t.removeChild&&t.attributes instanceof d&&"function"==typeof t.removeAttribute&&"function"==typeof t.setAttribute&&"string"==typeof t.namespaceURI&&"function"==typeof t.insertBefore)},ce=function(t){return"object"===(void 0===a?"undefined":W(a))?t instanceof a:t&&"object"===(void 0===t?"undefined":W(t))&&"number"==typeof t.nodeType&&"string"==typeof t.nodeName},ue=function(t,n,r){ht[t]&&p(ht[t],(function(t){t.call(e,n,r,Vt)}))},de=function(t){var n=void 0;if(ue("beforeSanitizeElements",t,null),le(t))return ie(t),!0;if(v(t.nodeName,/[\u0080-\uFFFF]/))return ie(t),!0;var r=g(t.nodeName);if(ue("uponSanitizeElement",t,{tagName:r,allowedTags:_t}),!ce(t.firstElementChild)&&(!ce(t.content)||!ce(t.content.firstElementChild))&&x(/<[/\w]/g,t.innerHTML)&&x(/<[/\w]/g,t.textContent))return ie(t),!0;if(!_t[r]||Et[r]){if(Lt&&!Ht[r]){var i=nt(t),o=et(t);if(o&&i)for(var s=o.length-1;s>=0;--s)i.insertBefore(J(o[s],!0),tt(t))}return ie(t),!0}return t instanceof l&&!re(t)?(ie(t),!0):"noscript"!==r&&"noembed"!==r||!x(/<\/no(script|embed)/i,t.innerHTML)?(It&&3===t.nodeType&&(n=t.textContent,n=b(n,ft," "),n=b(n,gt," "),t.textContent!==n&&(f(e.removed,{element:t.cloneNode()}),t.textContent=n)),ue("afterSanitizeElements",t,null),!1):(ie(t),!0)},pe=function(t,e,n){if(Ft&&("id"===e||"name"===e)&&(n in r||n in qt))return!1;if(Pt&&x(vt,e));else if(jt&&x(bt,e));else{if(!Ct[e]||Ot[e])return!1;if(Wt[e]);else if(x(xt,b(n,yt,"")));else if("src"!==e&&"xlink:href"!==e&&"href"!==e||"script"===t||0!==m(n,"data:")||!zt[t])if(kt&&!x(mt,b(n,yt,"")));else if(n)return!1}return!0},he=function(t){var n=void 0,r=void 0,i=void 0,o=void 0;ue("beforeSanitizeAttributes",t,null);var s=t.attributes;if(s){var a={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Ct};for(o=s.length;o--;){var l=n=s[o],c=l.name,u=l.namespaceURI;if(r=y(n.value),i=g(c),a.attrName=i,a.attrValue=r,a.keepAttr=!0,a.forceKeepAttr=void 0,ue("uponSanitizeAttribute",t,a),r=a.attrValue,!a.forceKeepAttr&&(oe(c,t),a.keepAttr))if(x(/\/>/i,r))oe(c,t);else{It&&(r=b(r,ft," "),r=b(r,gt," "));var d=t.nodeName.toLowerCase();if(pe(d,i,r))try{u?t.setAttributeNS(u,c,r):t.setAttribute(c,r),h(e.removed)}catch(t){}}}ue("afterSanitizeAttributes",t,null)}},fe=function t(e){var n=void 0,r=ae(e);for(ue("beforeSanitizeShadowDOM",e,null);n=r.nextNode();)ue("uponSanitizeShadowNode",n,null),de(n)||(n.content instanceof i&&t(n.content),he(n));ue("afterSanitizeShadowDOM",e,null)};return e.sanitize=function(r,o){var s=void 0,l=void 0,c=void 0,u=void 0,d=void 0;if(r||(r="\x3c!--\x3e"),"string"!=typeof r&&!ce(r)){if("function"!=typeof r.toString)throw _("toString is not a function");if("string"!=typeof(r=r.toString()))throw _("dirty is not a string, aborting")}if(!e.isSupported){if("object"===W(t.toStaticHTML)||"function"==typeof t.toStaticHTML){if("string"==typeof r)return t.toStaticHTML(r);if(ce(r))return t.toStaticHTML(r.outerHTML)}return r}if(At||Kt(o),e.removed=[],"string"==typeof r&&(Mt=!1),Mt);else if(r instanceof a)1===(l=(s=se("\x3c!----\x3e")).ownerDocument.importNode(r,!0)).nodeType&&"BODY"===l.nodeName||"HTML"===l.nodeName?s=l:s.appendChild(l);else{if(!Rt&&!It&&!Tt&&-1===r.indexOf("<"))return it&&Bt?it.createHTML(r):r;if(!(s=se(r)))return Rt?null:ot}s&&Dt&&ie(s.firstChild);for(var p=ae(Mt?r:s);c=p.nextNode();)3===c.nodeType&&c===u||de(c)||(c.content instanceof i&&fe(c.content),he(c),u=c);if(u=null,Mt)return r;if(Rt){if($t)for(d=ut.call(s.ownerDocument);s.firstChild;)d.appendChild(s.firstChild);else d=s;return Nt&&(d=dt.call(n,d,!0)),d}var h=Tt?s.outerHTML:s.innerHTML;return It&&(h=b(h,ft," "),h=b(h,gt," ")),it&&Bt?it.createHTML(h):h},e.setConfig=function(t){Kt(t),At=!0},e.clearConfig=function(){Vt=null,At=!1},e.isValidAttribute=function(t,e,n){Vt||Kt({});var r=g(t),i=g(e);return pe(r,i,n)},e.addHook=function(t,e){"function"==typeof e&&(ht[t]=ht[t]||[],f(ht[t],e))},e.removeHook=function(t){ht[t]&&h(ht[t])},e.removeHooks=function(t){ht[t]&&(ht[t]=[])},e.removeAllHooks=function(){ht={}},e}return K()}()},27124:(t,e,n)=>{"use strict";var r,i=TypeError,o=Object.getOwnPropertyDescriptor;if(o)try{o({},"")}catch(t){o=null}var s=function(){throw new i},a=o?function(){try{return s}catch(t){try{return o(arguments,"callee").get}catch(t){return s}}}():s,l=n(99905)(),c=Object.getPrototypeOf||function(t){return t.__proto__},u=r,d=r,p=r,h=r,f="undefined"==typeof Uint8Array?r:c(Uint8Array),g={"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?r:ArrayBuffer,"%ArrayBufferPrototype%":"undefined"==typeof ArrayBuffer?r:ArrayBuffer.prototype,"%ArrayIteratorPrototype%":l?c([][Symbol.iterator]()):r,"%ArrayPrototype%":Array.prototype,"%ArrayProto_entries%":Array.prototype.entries,"%ArrayProto_forEach%":Array.prototype.forEach,"%ArrayProto_keys%":Array.prototype.keys,"%ArrayProto_values%":Array.prototype.values,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":d,"%AsyncFunctionPrototype%":r,"%AsyncGenerator%":r,"%AsyncGeneratorFunction%":p,"%AsyncGeneratorPrototype%":r,"%AsyncIteratorPrototype%":h&&l&&Symbol.asyncIterator?h[Symbol.asyncIterator]():r,"%Atomics%":"undefined"==typeof Atomics?r:Atomics,"%Boolean%":Boolean,"%BooleanPrototype%":Boolean.prototype,"%DataView%":"undefined"==typeof DataView?r:DataView,"%DataViewPrototype%":"undefined"==typeof DataView?r:DataView.prototype,"%Date%":Date,"%DatePrototype%":Date.prototype,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%ErrorPrototype%":Error.prototype,"%eval%":eval,"%EvalError%":EvalError,"%EvalErrorPrototype%":EvalError.prototype,"%Float32Array%":"undefined"==typeof Float32Array?r:Float32Array,"%Float32ArrayPrototype%":"undefined"==typeof Float32Array?r:Float32Array.prototype,"%Float64Array%":"undefined"==typeof Float64Array?r:Float64Array,"%Float64ArrayPrototype%":"undefined"==typeof Float64Array?r:Float64Array.prototype,"%Function%":Function,"%FunctionPrototype%":Function.prototype,"%Generator%":r,"%GeneratorFunction%":u,"%GeneratorPrototype%":r,"%Int8Array%":"undefined"==typeof Int8Array?r:Int8Array,"%Int8ArrayPrototype%":"undefined"==typeof Int8Array?r:Int8Array.prototype,"%Int16Array%":"undefined"==typeof Int16Array?r:Int16Array,"%Int16ArrayPrototype%":"undefined"==typeof Int16Array?r:Int8Array.prototype,"%Int32Array%":"undefined"==typeof Int32Array?r:Int32Array,"%Int32ArrayPrototype%":"undefined"==typeof Int32Array?r:Int32Array.prototype,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":l?c(c([][Symbol.iterator]())):r,"%JSON%":"object"==typeof JSON?JSON:r,"%JSONParse%":"object"==typeof JSON?JSON.parse:r,"%Map%":"undefined"==typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&l?c((new Map)[Symbol.iterator]()):r,"%MapPrototype%":"undefined"==typeof Map?r:Map.prototype,"%Math%":Math,"%Number%":Number,"%NumberPrototype%":Number.prototype,"%Object%":Object,"%ObjectPrototype%":Object.prototype,"%ObjProto_toString%":Object.prototype.toString,"%ObjProto_valueOf%":Object.prototype.valueOf,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?r:Promise,"%PromisePrototype%":"undefined"==typeof Promise?r:Promise.prototype,"%PromiseProto_then%":"undefined"==typeof Promise?r:Promise.prototype.then,"%Promise_all%":"undefined"==typeof Promise?r:Promise.all,"%Promise_reject%":"undefined"==typeof Promise?r:Promise.reject,"%Promise_resolve%":"undefined"==typeof Promise?r:Promise.resolve,"%Proxy%":"undefined"==typeof Proxy?r:Proxy,"%RangeError%":RangeError,"%RangeErrorPrototype%":RangeError.prototype,"%ReferenceError%":ReferenceError,"%ReferenceErrorPrototype%":ReferenceError.prototype,"%Reflect%":"undefined"==typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%RegExpPrototype%":RegExp.prototype,"%Set%":"undefined"==typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&l?c((new Set)[Symbol.iterator]()):r,"%SetPrototype%":"undefined"==typeof Set?r:Set.prototype,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?r:SharedArrayBuffer,"%SharedArrayBufferPrototype%":"undefined"==typeof SharedArrayBuffer?r:SharedArrayBuffer.prototype,"%String%":String,"%StringIteratorPrototype%":l?c(""[Symbol.iterator]()):r,"%StringPrototype%":String.prototype,"%Symbol%":l?Symbol:r,"%SymbolPrototype%":l?Symbol.prototype:r,"%SyntaxError%":SyntaxError,"%SyntaxErrorPrototype%":SyntaxError.prototype,"%ThrowTypeError%":a,"%TypedArray%":f,"%TypedArrayPrototype%":f?f.prototype:r,"%TypeError%":i,"%TypeErrorPrototype%":i.prototype,"%Uint8Array%":"undefined"==typeof Uint8Array?r:Uint8Array,"%Uint8ArrayPrototype%":"undefined"==typeof Uint8Array?r:Uint8Array.prototype,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint8ClampedArrayPrototype%":"undefined"==typeof Uint8ClampedArray?r:Uint8ClampedArray.prototype,"%Uint16Array%":"undefined"==typeof Uint16Array?r:Uint16Array,"%Uint16ArrayPrototype%":"undefined"==typeof Uint16Array?r:Uint16Array.prototype,"%Uint32Array%":"undefined"==typeof Uint32Array?r:Uint32Array,"%Uint32ArrayPrototype%":"undefined"==typeof Uint32Array?r:Uint32Array.prototype,"%URIError%":URIError,"%URIErrorPrototype%":URIError.prototype,"%WeakMap%":"undefined"==typeof WeakMap?r:WeakMap,"%WeakMapPrototype%":"undefined"==typeof WeakMap?r:WeakMap.prototype,"%WeakSet%":"undefined"==typeof WeakSet?r:WeakSet,"%WeakSetPrototype%":"undefined"==typeof WeakSet?r:WeakSet.prototype},v=n(21930).call(Function.call,String.prototype.replace),b=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,m=/\\(\\)?/g,y=function(t){var e=[];return v(t,b,(function(t,n,r,i){e[e.length]=r?v(i,m,"$1"):n||t})),e},x=function(t,e){if(!(t in g))throw new SyntaxError("intrinsic "+t+" does not exist!");if(void 0===g[t]&&!e)throw new i("intrinsic "+t+" exists, but is not available. Please file an issue!");return g[t]};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new TypeError("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new TypeError('"allowMissing" argument must be a boolean');for(var n=y(t),r=x("%"+(n.length>0?n[0]:"")+"%",e),s=1;s=n.length){var a=o(r,n[s]);if(!e&&!(n[s]in r))throw new i("base intrinsic for "+t+" exists, but the property is not available.");r=a?a.get||a.value:r[n[s]]}else r=r[n[s]];return r}},18711:(t,e,n)=>{"use strict";var r=n(27124)("%Object.getOwnPropertyDescriptor%");if(r)try{r([],"length")}catch(t){r=null}t.exports=r},61662:t=>{"use strict";function e(t,e){if(null==t)throw new TypeError("Cannot convert first argument to object");for(var n=Object(t),r=1;r{"use strict";function r(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}n.d(e,{N:()=>r})},24175:t=>{var e=Object.prototype.hasOwnProperty,n=Object.prototype.toString;t.exports=function(t,r,i){if("[object Function]"!==n.call(r))throw new TypeError("iterator must be a function");var o=t.length;if(o===+o)for(var s=0;s{"use strict";var e="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,r=Object.prototype.toString,i="[object Function]";t.exports=function(t){var o=this;if("function"!=typeof o||r.call(o)!==i)throw new TypeError(e+o);for(var s,a=n.call(arguments,1),l=function(){if(this instanceof s){var e=o.apply(this,a.concat(n.call(arguments)));return Object(e)===e?e:this}return o.apply(t,a.concat(n.call(arguments)))},c=Math.max(0,o.length-a.length),u=[],d=0;d{"use strict";var r=n(19930);t.exports=Function.prototype.bind||r},31801:(t,e,n)=>{"use strict";var r,i=SyntaxError,o=Function,s=TypeError,a=function(t){try{return Function('"use strict"; return ('+t+").constructor;")()}catch(t){}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch(t){l=null}var c=function(){throw new s},u=l?function(){try{return c}catch(t){try{return l(arguments,"callee").get}catch(t){return c}}}():c,d=n(99905)(),p=Object.getPrototypeOf||function(t){return t.__proto__},h=a("async function* () {}"),f=h?h.prototype:r,g=f?f.prototype:r,v="undefined"==typeof Uint8Array?r:p(Uint8Array),b={"%AggregateError%":"undefined"==typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":d?p([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":a("async function () {}"),"%AsyncGenerator%":f,"%AsyncGeneratorFunction%":h,"%AsyncIteratorPrototype%":g?p(g):r,"%Atomics%":"undefined"==typeof Atomics?r:Atomics,"%BigInt%":"undefined"==typeof BigInt?r:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?r:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?r:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?r:FinalizationRegistry,"%Function%":o,"%GeneratorFunction%":a("function* () {}"),"%Int8Array%":"undefined"==typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":d?p(p([][Symbol.iterator]())):r,"%JSON%":"object"==typeof JSON?JSON:r,"%Map%":"undefined"==typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&d?p((new Map)[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?r:Promise,"%Proxy%":"undefined"==typeof Proxy?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&d?p((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":d?p(""[Symbol.iterator]()):r,"%Symbol%":d?Symbol:r,"%SyntaxError%":i,"%ThrowTypeError%":u,"%TypedArray%":v,"%TypeError%":s,"%Uint8Array%":"undefined"==typeof Uint8Array?r:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?r:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?r:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?r:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?r:WeakSet},m={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},y=n(21930),x=n(79284),_=y.call(Function.call,Array.prototype.concat),w=y.call(Function.apply,Array.prototype.splice),C=y.call(Function.call,String.prototype.replace),S=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,E=/\\(\\)?/g,O=function(t){var e=[];return C(t,S,(function(t,n,r,i){e[e.length]=r?C(i,E,"$1"):n||t})),e},j=function(t,e){var n,r=t;if(x(m,r)&&(r="%"+(n=m[r])[0]+"%"),x(b,r)){var o=b[r];if(void 0===o&&!e)throw new s("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:o}}throw new i("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new s("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new s('"allowMissing" argument must be a boolean');var n=O(t),r=n.length>0?n[0]:"",i=j("%"+r+"%",e),o=i.name,a=i.value,c=!1,u=i.alias;u&&(r=u[0],w(n,_([0,1],u)));for(var d=1,p=!0;d=n.length){var f=l(a,h);if(p=!!f,!e&&!(h in a))throw new s("base intrinsic for "+t+" exists, but the property is not available.");a=p&&"get"in f&&!("originalValue"in f.get)?f.get:a[h]}else p=x(a,h),a=a[h];p&&!c&&(b[o]=a)}}return a}},17769:(t,e,n)=>{"use strict";var r="__global_unique_id__";t.exports=function(){return n.g[r]=(n.g[r]||0)+1}},99905:(t,e,n)=>{"use strict";var r=n.g.Symbol,i=n(65682);t.exports=function(){return"function"==typeof r&&("function"==typeof Symbol&&("symbol"==typeof r("foo")&&("symbol"==typeof Symbol("bar")&&i())))}},65682:t=>{"use strict";t.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),n=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(e in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var r=Object.getOwnPropertySymbols(t);if(1!==r.length||r[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(t,e);if(42!==i.value||!0!==i.enumerable)return!1}return!0}},79284:(t,e,n)=>{"use strict";var r=n(21930);t.exports=r.call(Function.call,Object.prototype.hasOwnProperty)},88824:(t,e,n)=>{"use strict";if(n.d(e,{lX:()=>x,q_:()=>O,PP:()=>P,ob:()=>p,Hp:()=>h,Ep:()=>d}),/^(5(5|51|71)|9(08|37|91)|154|205|22|360|885)$/.test(n.j))var r=n(61416);if(/^(5(5|51|71)|9(08|37|91)|154|205|22|360|885)$/.test(n.j))var i=n(99337);if(/^(5(5|51|71)|9(08|37|91)|205|22|885)$/.test(n.j))var o=n(56233);if(/^(5(5|51|71)|9(08|37|91)|154|205|22|360|885)$/.test(n.j))var s=n(53499);function a(t){return"/"===t.charAt(0)?t:"/"+t}function l(t){return"/"===t.charAt(0)?t.substr(1):t}function c(t,e){return function(t,e){return 0===t.toLowerCase().indexOf(e.toLowerCase())&&-1!=="/?#".indexOf(t.charAt(e.length))}(t,e)?t.substr(e.length):t}function u(t){return"/"===t.charAt(t.length-1)?t.slice(0,-1):t}function d(t){var e=t.pathname,n=t.search,r=t.hash,i=e||"/";return n&&"?"!==n&&(i+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(i+="#"===r.charAt(0)?r:"#"+r),i}function p(t,e,n,o){var s;"string"==typeof t?(s=function(t){var e=t||"/",n="",r="",i=e.indexOf("#");-1!==i&&(r=e.substr(i),e=e.substr(0,i));var o=e.indexOf("?");return-1!==o&&(n=e.substr(o),e=e.substr(0,o)),{pathname:e,search:"?"===n?"":n,hash:"#"===r?"":r}}(t)).state=e:(void 0===(s=(0,r.Z)({},t)).pathname&&(s.pathname=""),s.search?"?"!==s.search.charAt(0)&&(s.search="?"+s.search):s.search="",s.hash?"#"!==s.hash.charAt(0)&&(s.hash="#"+s.hash):s.hash="",void 0!==e&&void 0===s.state&&(s.state=e));try{s.pathname=decodeURI(s.pathname)}catch(t){throw t instanceof URIError?new URIError('Pathname "'+s.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):t}return n&&(s.key=n),o?s.pathname?"/"!==s.pathname.charAt(0)&&(s.pathname=(0,i.Z)(s.pathname,o.pathname)):s.pathname=o.pathname:s.pathname||(s.pathname="/"),s}function h(t,e){return t.pathname===e.pathname&&t.search===e.search&&t.hash===e.hash&&t.key===e.key&&(0,o.Z)(t.state,e.state)}function f(){var t=null;var e=[];return{setPrompt:function(e){return t=e,function(){t===e&&(t=null)}},confirmTransitionTo:function(e,n,r,i){if(null!=t){var o="function"==typeof t?t(e,n):t;"string"==typeof o?"function"==typeof r?r(o,i):i(!0):i(!1!==o)}else i(!0)},appendListener:function(t){var n=!0;function r(){n&&t.apply(void 0,arguments)}return e.push(r),function(){n=!1,e=e.filter((function(t){return t!==r}))}},notifyListeners:function(){for(var t=arguments.length,n=new Array(t),r=0;re?n.splice(e,n.length-e,i):n.push(i),h({action:r,location:i,index:e,entries:n})}}))},replace:function(t,e){var r="REPLACE",i=p(t,e,g(),x.location);u.confirmTransitionTo(i,r,n,(function(t){t&&(x.entries[x.index]=i,h({action:r,location:i}))}))},go:y,goBack:function(){y(-1)},goForward:function(){y(1)},canGo:function(t){var e=x.index+t;return e>=0&&e{"use strict";var r=n(338),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},s={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},a={};function l(t){return r.isMemo(t)?s:a[t.$$typeof]||i}a[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0};var c=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,h=Object.getPrototypeOf,f=Object.prototype;t.exports=function t(e,n,r){if("string"!=typeof n){if(f){var i=h(n);i&&i!==f&&t(e,i,r)}var s=u(n);d&&(s=s.concat(d(n)));for(var a=l(e),g=l(n),v=0;v{"use strict";var e=/[A-Z]/g,n=/^ms-/,r={};t.exports=function(t){return t in r?r[t]:r[t]=t.replace(e,"-$&").toLowerCase().replace(n,"-ms-")}},48575:t=>{"function"==typeof Object.create?t.exports=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:t.exports=function(t,e){t.super_=e;var n=function(){};n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t}},77092:(t,e,n)=>{"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,i=n(97615)("Object.prototype.toString"),o=function(t){return!(r&&t&&"object"==typeof t&&Symbol.toStringTag in t)&&"[object Arguments]"===i(t)},s=function(t){return!!o(t)||null!==t&&"object"==typeof t&&"number"==typeof t.length&&t.length>=0&&"[object Array]"!==i(t)&&"[object Function]"===i(t.callee)},a=function(){return o(arguments)}();o.isLegacyArguments=s,t.exports=a?o:s},97427:t=>{"use strict";var e=Object.prototype.toString,n=Function.prototype.toString,r=/^\s*(?:function)?\*/,i="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,o=Object.getPrototypeOf,s=function(){if(!i)return!1;try{return Function("return function*() {}")()}catch(t){}}(),a=!(!o||!s)&&o(s);t.exports=function(t){return"function"==typeof t&&(!!r.test(n.call(t))||(i?o&&o(t)===a:"[object GeneratorFunction]"===e.call(t)))}},60307:(t,e,n)=>{"use strict";n.r(e),n.d(e,{isBrowser:()=>i,default:()=>o});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i="object"===("undefined"==typeof window?"undefined":r(window))&&"object"===("undefined"==typeof document?"undefined":r(document))&&9===document.nodeType;const o=/^(183|296|580|717|882)$/.test(n.j)?null:i},82100:t=>{"use strict";t.exports=function(t){return t!=t}},98622:(t,e,n)=>{"use strict";var r=n(12550),i=n(19170),o=n(82100),s=n(64358),a=n(6232),l=r(s(),Number);i(l,{getPolyfill:s,implementation:o,shim:a}),t.exports=l},64358:(t,e,n)=>{"use strict";var r=n(82100);t.exports=function(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:r}},6232:(t,e,n)=>{"use strict";var r=n(19170),i=n(64358);t.exports=function(){var t=i();return r(Number,{isNaN:t},{isNaN:function(){return Number.isNaN!==t}}),t}},82527:(t,e,n)=>{"use strict";var r=n(24175),i=n(48455),o=n(97615),s=o("Object.prototype.toString"),a=n(99905)()&&"symbol"==typeof Symbol.toStringTag,l=i(),c=o("Array.prototype.indexOf",!0)||function(t,e){for(var n=0;n-1}return!!p&&function(t){var e=!1;return r(d,(function(n,r){if(!e)try{e=n.call(t)===r}catch(t){}})),e}(t)}},87955:t=>{var e={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==e.call(t)}},54943:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){return{onProcessStyle:function(t){if(Array.isArray(t)){for(var e=0;e{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){return{onProcessStyle:function(t,e){return t.composes?(s(e,t.composes),delete t.composes,t):t}}};var r,i=n(89198),o=(r=i)&&r.__esModule?r:{default:r};function s(t,e){if(!e)return!0;if(Array.isArray(e)){for(var n=0;n-1)return s(t,e.split(" "));var r=t.options.parent;if("$"===e[0]){var i=r.getRule(e.substr(1));return i?i===t?((0,o.default)(!1,"[JSS] Cyclic composition detected. \r\n%s",t),!1):(r.classes[t.key]+=" "+r.classes[i.key],!0):((0,o.default)(!1,"[JSS] Referenced rule is not defined. \r\n%s",t),!1)}return t.options.parent.classes[t.key]+=" "+e,!0}},7277:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={"animation-delay":"ms","animation-duration":"ms","background-position":"px","background-position-x":"px","background-position-y":"px","background-size":"px",border:"px","border-bottom":"px","border-bottom-left-radius":"px","border-bottom-right-radius":"px","border-bottom-width":"px","border-left":"px","border-left-width":"px","border-radius":"px","border-right":"px","border-right-width":"px","border-spacing":"px","border-top":"px","border-top-left-radius":"px","border-top-right-radius":"px","border-top-width":"px","border-width":"px","border-after-width":"px","border-before-width":"px","border-end-width":"px","border-horizontal-spacing":"px","border-start-width":"px","border-vertical-spacing":"px",bottom:"px","box-shadow":"px","column-gap":"px","column-rule":"px","column-rule-width":"px","column-width":"px","flex-basis":"px","font-size":"px","font-size-delta":"px",height:"px",left:"px","letter-spacing":"px","logical-height":"px","logical-width":"px",margin:"px","margin-after":"px","margin-before":"px","margin-bottom":"px","margin-left":"px","margin-right":"px","margin-top":"px","max-height":"px","max-width":"px","margin-end":"px","margin-start":"px","mask-position-x":"px","mask-position-y":"px","mask-size":"px","max-logical-height":"px","max-logical-width":"px","min-height":"px","min-width":"px","min-logical-height":"px","min-logical-width":"px",motion:"px","motion-offset":"px",outline:"px","outline-offset":"px","outline-width":"px",padding:"px","padding-bottom":"px","padding-left":"px","padding-right":"px","padding-top":"px","padding-after":"px","padding-before":"px","padding-end":"px","padding-start":"px","perspective-origin-x":"%","perspective-origin-y":"%",perspective:"px",right:"px","shape-margin":"px",size:"px","text-indent":"px","text-stroke":"px","text-stroke-width":"px",top:"px","transform-origin":"%","transform-origin-x":"%","transform-origin-y":"%","transform-origin-z":"%","transition-delay":"ms","transition-duration":"ms","vertical-align":"px",width:"px","word-spacing":"px","box-shadow-x":"px","box-shadow-y":"px","box-shadow-blur":"px","box-shadow-spread":"px","font-line-height":"px","text-shadow-x":"px","text-shadow-y":"px","text-shadow-blur":"px"}},44525:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.default=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=s(t);function n(t,n){if("style"!==n.type)return t;for(var r in t)t[r]=l(r,t[r],e);return t}function r(t,n){return l(n,t,e)}return{onProcessStyle:n,onChangeValue:r}};var i,o=n(7277);function s(t){var e=/(-[a-z])/g,n=function(t){return t[1].toUpperCase()},r={};for(var i in t)r[i]=t[i],r[i.replace(e,n)]=t[i];return r}var a=s(((i=o)&&i.__esModule?i:{default:i}).default);function l(t,e,n){if(!e)return e;var i=e,o=void 0===e?"undefined":r(e);switch("object"===o&&Array.isArray(e)&&(o="array"),o){case"object":if("fallbacks"===t){for(var s in e)e[s]=l(s,e[s],n);break}for(var c in e)e[c]=l(t+"-"+c,e[c],n);break;case"array":for(var u=0;u{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.default=function(){return{onProcessStyle:function(t,e){if(!t||"style"!==e.type)return t;if(Array.isArray(t)){for(var n=0;n{"use strict";Object.defineProperty(e,"__esModule",{value:!0});e.propArray={"background-size":!0,"background-position":!0,border:!0,"border-bottom":!0,"border-left":!0,"border-top":!0,"border-right":!0,"border-radius":!0,"border-image":!0,"border-width":!0,"border-style":!0,"border-color":!0,"box-shadow":!0,flex:!0,margin:!0,padding:!0,outline:!0,"transform-origin":!0,transform:!0,transition:!0},e.propArrayInObj={position:!0,size:!0},e.propObj={padding:{top:0,right:0,bottom:0,left:0},margin:{top:0,right:0,bottom:0,left:0},background:{attachment:null,color:null,image:null,position:null,repeat:null},border:{width:null,style:null,color:null},"border-top":{width:null,style:null,color:null},"border-right":{width:null,style:null,color:null},"border-bottom":{width:null,style:null,color:null},"border-left":{width:null,style:null,color:null},outline:{width:null,style:null,color:null},"list-style":{type:null,position:null,image:null},transition:{property:null,duration:null,"timing-function":null,timingFunction:null,delay:null},animation:{name:null,duration:null,"timing-function":null,timingFunction:null,delay:null,"iteration-count":null,iterationCount:null,direction:null,"fill-mode":null,fillMode:null,"play-state":null,playState:null},"box-shadow":{x:0,y:0,blur:0,spread:0,color:null,inset:null},"text-shadow":{x:0,y:0,blur:null,color:null}},e.customPropObj={border:{radius:"border-radius",image:"border-image",width:"border-width",style:"border-style",color:"border-color"},background:{size:"background-size",image:"background-image"},font:{style:"font-style",variant:"font-variant",weight:"font-weight",stretch:"font-stretch",size:"font-size",family:"font-family",lineHeight:"line-height","line-height":"line-height"},flex:{grow:"flex-grow",basis:"flex-basis",direction:"flex-direction",wrap:"flex-wrap",flow:"flex-flow",shrink:"flex-shrink"},align:{self:"align-self",items:"align-items",content:"align-content"},grid:{"template-columns":"grid-template-columns",templateColumns:"grid-template-columns","template-rows":"grid-template-rows",templateRows:"grid-template-rows","template-areas":"grid-template-areas",templateAreas:"grid-template-areas",template:"grid-template","auto-columns":"grid-auto-columns",autoColumns:"grid-auto-columns","auto-rows":"grid-auto-rows",autoRows:"grid-auto-rows","auto-flow":"grid-auto-flow",autoFlow:"grid-auto-flow",row:"grid-row",column:"grid-column","row-start":"grid-row-start",rowStart:"grid-row-start","row-end":"grid-row-end",rowEnd:"grid-row-end","column-start":"grid-column-start",columnStart:"grid-column-start","column-end":"grid-column-end",columnEnd:"grid-column-end",area:"grid-area",gap:"grid-gap","row-gap":"grid-row-gap",rowGap:"grid-row-gap","column-gap":"grid-column-gap",columnGap:"grid-column-gap"}}},57421:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.default=function(){return{onProcessStyle:function(t,e,n){return"extend"in t?d(t,e,n):t},onChangeValue:function(t,e,n){if("extend"!==e)return t;if(null==t||!1===t){for(var r in n[l])n.prop(r,null);return n[l]=null,null}for(var i in t)n.prop(i,t[i]);return n[l]=t,null}}};var i,o=n(89198),s=(i=o)&&i.__esModule?i:{default:i};var a=function(t){return t&&"object"===(void 0===t?"undefined":r(t))&&!Array.isArray(t)},l="extendCurrValue"+Date.now();function c(t,e,n,i){if("string"!==r(t.extend))if(Array.isArray(t.extend))for(var o=0;o3&&void 0!==arguments[3]?arguments[3]:{};return c(t,e,n,r),u(t,e,n,r),r}},80179:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=Object.assign||function(t){for(var e=1;e{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=Object.assign||function(t){for(var e=1;e{"use strict";var r=h(n(65194)),i=h(n(80179)),o=h(n(57421)),s=h(n(41116)),a=h(n(41837)),l=h(n(54943)),c=h(n(44525)),u=h(n(69930)),d=h(n(55154)),p=h(n(24847));function h(t){return t&&t.__esModule?t:{default:t}}e.Z=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{plugins:[(0,r.default)(t.template),(0,i.default)(t.global),(0,o.default)(t.extend),(0,s.default)(t.nested),(0,a.default)(t.compose),(0,l.default)(t.camelCase),(0,c.default)(t.defaultUnit),(0,u.default)(t.expand),(0,d.default)(t.vendorPrefixer),(0,p.default)(t.propsSort)]}}},24847:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){function t(t,e){return t.length-e.length}return{onProcessStyle:function(e,n){if("style"!==n.type)return e;var r={},i=Object.keys(e).sort(t);for(var o in i)r[i[o]]=e[i[o]];return r}}}},65194:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i=n(99341),o=(r=i)&&r.__esModule?r:{default:r};var s=function(t){"string"==typeof t.style&&(t.style=(0,o.default)(t.style))};e.default=function(){return{onProcessRule:s}}},99341:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i=n(89198),o=(r=i)&&r.__esModule?r:{default:r};var s=/;\n/;e.default=function(t){for(var e={},n=t.split(s),r=0;r{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){return{onProcessRule:function(t){"keyframes"===t.type&&(t.key="@"+r.prefix.css+t.key.substr(1))},onProcessStyle:function(t,e){if("style"!==e.type)return t;for(var n in t){var i=t[n],o=!1,s=r.supportedProperty(n);s&&s!==n&&(o=!0);var a=!1,l=r.supportedValue(s,i);l&&l!==i&&(a=!0),(o||a)&&(o&&delete t[n],t[s||n]=l||i)}return t},onChangeValue:function(t,e){return r.supportedValue(e,t)}}};var r=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(24893))},74009:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=Object.assign||function(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{};return t.createGenerateClassName&&(this.options.createGenerateClassName=t.createGenerateClassName,this.generateClassName=t.createGenerateClassName()),null!=t.insertionPoint&&(this.options.insertionPoint=t.insertionPoint),(t.virtual||t.Renderer)&&(this.options.Renderer=t.Renderer||(t.virtual?b.default:v.default)),t.plugins&&this.use.apply(this,t.plugins),this}},{key:"createStyleSheet",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.index;"number"!=typeof n&&(n=0===p.default.index?0:p.default.index+1);var r=new a.default(t,i({},e,{jss:this,generateClassName:e.generateClassName||this.generateClassName,insertionPoint:this.options.insertionPoint,Renderer:this.options.Renderer,index:n}));return this.plugins.onProcessSheet(r),r}},{key:"removeStyleSheet",value:function(t){return t.detach(),p.default.remove(t),this}},{key:"createRule",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};"object"===(void 0===t?"undefined":r(t))&&(n=e,e=t,t=void 0);var i=n;i.jss=this,i.Renderer=this.options.Renderer,i.generateClassName||(i.generateClassName=this.generateClassName),i.classes||(i.classes={});var o=(0,g.default)(t,e,i);return!i.selector&&o instanceof h.default&&(o.selector="."+i.generateClassName(o)),this.plugins.onProcessRule(o),o}},{key:"use",value:function(){for(var t=this,e=arguments.length,n=Array(e),r=0;r{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i=function(){function t(t,e){for(var n=0;n{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=Object.assign||function(t){for(var e=1;e{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i=function(){function t(t,e){for(var n=0;n0&&(this.refs[e]--,0===this.refs[e]&&this.sheets[e].detach()):(0,s.default)(!1,"SheetsManager: can't find sheet to unmanage")}},{key:"size",get:function(){return this.keys.length}}]),t}();e.default=a},28665:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=function(){function t(t,e){for(var n=0;n=this.index)e.push(t);else for(var r=0;rn)return void e.splice(r,0,t)}},{key:"reset",value:function(){this.registry=[]}},{key:"remove",value:function(t){var e=this.registry.indexOf(t);this.registry.splice(e,1)}},{key:"toString",value:function(t){return this.registry.filter((function(t){return t.attached})).map((function(e){return e.toString(t)})).join("\n")}},{key:"index",get:function(){return 0===this.registry.length?0:this.registry[this.registry.length-1].options.index}}]),t}();e.default=r},83103:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=Object.assign||function(t){for(var e=1;e{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.create=e.createGenerateClassName=e.sheets=e.RuleList=e.SheetsManager=e.SheetsRegistry=e.toCssValue=e.getDynamicStyles=void 0;var r=n(3558);Object.defineProperty(e,"getDynamicStyles",{enumerable:!0,get:function(){return d(r).default}});var i=n(44396);Object.defineProperty(e,"toCssValue",{enumerable:!0,get:function(){return d(i).default}});var o=n(28665);Object.defineProperty(e,"SheetsRegistry",{enumerable:!0,get:function(){return d(o).default}});var s=n(11749);Object.defineProperty(e,"SheetsManager",{enumerable:!0,get:function(){return d(s).default}});var a=n(37009);Object.defineProperty(e,"RuleList",{enumerable:!0,get:function(){return d(a).default}});var l=n(96913);Object.defineProperty(e,"sheets",{enumerable:!0,get:function(){return d(l).default}});var c=n(75347);Object.defineProperty(e,"createGenerateClassName",{enumerable:!0,get:function(){return d(c).default}});var u=d(n(74009));function d(t){return t&&t.__esModule?t:{default:t}}var p=e.create=function(t){return new u.default(t)};e.default=p()},88151:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=s(n(37009)),i=s(n(84546)),o=s(n(76558));function s(t){return t&&t.__esModule?t:{default:t}}var a=Date.now(),l="fnValues"+a,c="fnStyle"+ ++a;e.default={onCreateRule:function(t,e,n){if("function"!=typeof e)return null;var r=(0,o.default)(t,{},n);return r[c]=e,r},onProcessStyle:function(t,e){var n={};for(var r in t){var i=t[r];"function"==typeof i&&(delete t[r],n[r]=i)}return(e=e)[l]=n,t},onUpdate:function(t,e){if(e.rules instanceof r.default)e.rules.update(t);else if(e instanceof i.default){if((e=e)[l])for(var n in e[l])e.prop(n,e[l][n](t));var o=(e=e)[c];if(o){var s=o(t);for(var a in s)e.prop(a,s[a])}}}}},90282:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=s(n(84546)),i=s(n(76558)),o=s(n(78021));function s(t){return t&&t.__esModule?t:{default:t}}e.default={onCreateRule:function(t,e,n){if(!(0,o.default)(e))return null;var r=e,s=(0,i.default)(t,{},n);return r.subscribe((function(t){for(var e in t)s.prop(e,t[e])})),s},onProcessRule:function(t){if(t instanceof r.default){var e=t,n=e.style,i=function(t){var r=n[t];if(!(0,o.default)(r))return"continue";delete n[t],r.subscribe({next:function(n){e.prop(t,n)}})};for(var s in n)i(s)}}}},60623:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=l(n(83524)),i=l(n(2824)),o=l(n(27836)),s=l(n(39134)),a=l(n(76444));function l(t){return t&&t.__esModule?t:{default:t}}var c={"@charset":r.default,"@import":r.default,"@namespace":r.default,"@keyframes":i.default,"@media":o.default,"@supports":o.default,"@font-face":s.default,"@viewport":a.default,"@-ms-viewport":a.default},u=Object.keys(c).map((function(t){var e=new RegExp("^"+t),n=c[t];return{onCreateRule:function(t,r,i){return e.test(t)?new n(t,r,i):null}}}));e.default=u},30418:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:0;return t.substr(e,t.indexOf("{")-1)},function(t){if(t.type===f)return t.selectorText;if(t.type===g){var e=t.name;if(e)return"@keyframes "+e;var n=t.cssText;return"@"+h(n,n.indexOf("keyframes"))}return h(t.cssText)});function b(t,e){return t.selectorText=e,t.selectorText===e}var m,y,x=c((function(){return document.head||document.getElementsByTagName("head")[0]})),_=(m=void 0,y=!1,function(t){var e={};m||(m=document.createElement("style"));for(var n=0;n0){var n=function(t,e){for(var n=0;ne.index&&r.options.insertionPoint===e.insertionPoint)return r}return null}(e,t);if(n)return n.renderer.element;if(n=function(t,e){for(var n=t.length-1;n>=0;n--){var r=t[n];if(r.attached&&r.options.insertionPoint===e.insertionPoint)return r}return null}(e,t))return n.renderer.element.nextElementSibling}var r=t.insertionPoint;if(r&&"string"==typeof r){var s=function(t){for(var e=x(),n=0;n{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=function(){function t(t,e){for(var n=0;n{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i=Object.assign||function(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{indent:1},e=this.rules.toString(t);return e?this.key+" {\n"+e+"\n}":""}}]),t}();e.default=l},39134:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i=function(){function t(t,e){for(var n=0;n{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i=Object.assign||function(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{indent:1},e=this.rules.toString(t);return e&&(e+="\n"),this.key+" {\n"+e+"}"}}]),t}();e.default=l},83524:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=function(){function t(t,e){for(var n=0;n{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=Object.assign||function(t){for(var e=1;e{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i=function(){function t(t,e){for(var n=0;n{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i=n(28665),o=(r=i)&&r.__esModule?r:{default:r};e.default=new o.default},37281:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.default=function t(e){if(null==e)return e;var n=void 0===e?"undefined":r(e);if("string"===n||"number"===n||"function"===n)return e;if(a(e))return e.map(t);if((0,s.default)(e))return e;var i={};for(var o in e){var l=e[o];"object"!==(void 0===l?"undefined":r(l))?i[o]=l:i[o]=t(l)}return i};var i,o=n(78021),s=(i=o)&&i.__esModule?i:{default:i};var a=Array.isArray},75347:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=o(n(89198)),i=(o(n(83103)),o(n(6166)));function o(t){return t&&t.__esModule?t:{default:t}}e.default=function(){var t=0;return function(e,n){(t+=1)>1e10&&(0,r.default)(!1,"[JSS] You might have a memory leak. Rule counter is at %s.",t);var o="c",s="";return n&&(o=n.options.classNamePrefix||"c",null!=n.options.jss.id&&(s+=n.options.jss.id)),""+o+i.default+s+t}}},76558:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"unnamed",e=arguments[1],n=arguments[2],s=n.jss,a=(0,o.default)(e),l=s.plugins.onCreateRule(t,a,n);if(l)return l;"@"===t[0]&&(0,r.default)(!1,"[JSS] Unknown at-rule %s",t);return new i.default(t,a,n)};var r=s(n(89198)),i=s(n(84546)),o=s(n(37281));function s(t){return t&&t.__esModule?t:{default:t}}},15653:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});n.g.CSS;e.default=function(t){return t}},3558:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.default=function t(e){var r=null;for(var i in e){var o=e[i],s=void 0===o?"undefined":n(o);if("function"===s)r||(r={}),r[i]=o;else if("object"===s&&null!==o&&!Array.isArray(o)){var a=t(o);a&&(r||(r={}),r[i]=a)}}return r}},78021:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r,i=n(35934),o=(r=i)&&r.__esModule?r:{default:r};e.default=function(t){return t&&t[o.default]&&t===t[o.default]()}},24906:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){t.renderable=e,t.rules&&e.cssRules&&t.rules.link(e.cssRules)}},6166:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="2f1acc6c3a606b082e5eef5e54414ffb";null==n.g[r]&&(n.g[r]=0),e.default=n.g[r]++},76139:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r="";if(!e)return r;var i=n.indent,a=void 0===i?0:i,l=e.fallbacks;if(a++,l)if(Array.isArray(l))for(var c=0;c{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!Array.isArray(t))return t;var r="";if(Array.isArray(t[0]))for(var i=0;i{"use strict";n.d(e,{Z:()=>p});var r=n(90059);const i=function(){this.__data__=r.Z?(0,r.Z)(null):{},this.size=0};const o=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var s=Object.prototype.hasOwnProperty;const a=function(t){var e=this.__data__;if(r.Z){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return s.call(e,t)?e[t]:void 0};var l=Object.prototype.hasOwnProperty;const c=function(t){var e=this.__data__;return r.Z?void 0!==e[t]:l.call(e,t)};const u=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=r.Z&&void 0===e?"__lodash_hash_undefined__":e,this};function d(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e{"use strict";n.d(e,{Z:()=>d});const r=function(){this.__data__=[],this.size=0};var i=n(17791),o=Array.prototype.splice;const s=function(t){var e=this.__data__,n=(0,i.Z)(e,t);return!(n<0)&&(n==e.length-1?e.pop():o.call(e,n,1),--this.size,!0)};const a=function(t){var e=this.__data__,n=(0,i.Z)(e,t);return n<0?void 0:e[n][1]};const l=function(t){return(0,i.Z)(this.__data__,t)>-1};const c=function(t,e){var n=this.__data__,r=(0,i.Z)(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function u(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e{"use strict";n.d(e,{Z:()=>s});var r=n(50500),i=n(21985),o=(0,r.Z)(i.Z,"Map");const s=/^(183|296|717|882)$/.test(n.j)?null:o},53323:(t,e,n)=>{"use strict";n.d(e,{Z:()=>h});var r=n(13579),i=n(14937),o=n(21575);const s=function(){this.size=0,this.__data__={hash:new r.Z,map:new(o.Z||i.Z),string:new r.Z}};var a=n(69069);const l=function(t){var e=(0,a.Z)(this,t).delete(t);return this.size-=e?1:0,e};const c=function(t){return(0,a.Z)(this,t).get(t)};const u=function(t){return(0,a.Z)(this,t).has(t)};const d=function(t,e){var n=(0,a.Z)(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function p(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e{"use strict";n.d(e,{Z:()=>s});var r=n(50500),i=n(21985),o=(0,r.Z)(i.Z,"Set");const s=/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j)?null:o},96939:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var r=n(53323);const i=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const o=function(t){return this.__data__.has(t)};function s(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new r.Z;++e{"use strict";n.d(e,{Z:()=>p});var r=n(14937);const i=function(){this.__data__=new r.Z,this.size=0};const o=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const s=function(t){return this.__data__.get(t)};const a=function(t){return this.__data__.has(t)};var l=n(21575),c=n(53323);const u=function(t,e){var n=this.__data__;if(n instanceof r.Z){var i=n.__data__;if(!l.Z||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new c.Z(i)}return n.set(t,e),this.size=n.size,this};function d(t){var e=this.__data__=new r.Z(t);this.size=e.size}d.prototype.clear=i,d.prototype.delete=o,d.prototype.get=s,d.prototype.has=a,d.prototype.set=u;const p=d},86100:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=n(21985).Z.Symbol;const i=/^(183|296|717|882)$/.test(n.j)?null:r},77604:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=n(21985).Z.Uint8Array;const i=/^(183|296|580|717|882)$/.test(n.j)?null:r},90643:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}},52116:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t,e){for(var n=-1,r=null==t?0:t.length;++n{"use strict";if(n.d(e,{Z:()=>i}),/^(205|908)$/.test(n.j))var r=n(15803);const i=/^(205|908)$/.test(n.j)?function(t,e){return!!(null==t?0:t.length)&&(0,r.Z)(t,e,0)>-1}:null},53721:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(205|908)$/.test(n.j)?function(t,e,n){for(var r=-1,i=null==t?0:t.length;++r{"use strict";if(n.d(e,{Z:()=>u}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(84623);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(60880);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(49903);if(!/^(183|296|580|717|882)$/.test(n.j))var s=n(79142);if(!/^(183|296|580|717|882)$/.test(n.j))var a=n(45671);if(!/^(183|296|580|717|882)$/.test(n.j))var l=n(37376);var c=Object.prototype.hasOwnProperty;const u=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){var n=(0,o.Z)(t),u=!n&&(0,i.Z)(t),d=!n&&!u&&(0,s.Z)(t),p=!n&&!u&&!d&&(0,l.Z)(t),h=n||u||d||p,f=h?(0,r.Z)(t.length,String):[],g=f.length;for(var v in t)!e&&!c.call(t,v)||h&&("length"==v||d&&("offset"==v||"parent"==v)||p&&("buffer"==v||"byteLength"==v||"byteOffset"==v)||(0,a.Z)(v,g))||f.push(v);return f}},14212:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){for(var n=-1,r=null==t?0:t.length,i=Array(r);++n{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){for(var n=-1,r=e.length,i=t.length;++n{"use strict";n.d(e,{Z:()=>r});const r=/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j)?function(t,e){for(var n=-1,r=null==t?0:t.length;++n{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(13130);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(81229);const o=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n){(void 0!==n&&!(0,i.Z)(t[e],n)||void 0===n&&!(e in t))&&(0,r.Z)(t,e,n)}},39868:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(13130);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(81229);var o=Object.prototype.hasOwnProperty;const s=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n){var s=t[e];o.call(t,e)&&(0,i.Z)(s,n)&&(void 0!==n||e in t)||(0,r.Z)(t,e,n)}},17791:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),!/^(183|296|717|882)$/.test(n.j))var r=n(81229);const i=/^(183|296|717|882)$/.test(n.j)?null:function(t,e){for(var n=t.length;n--;)if((0,r.Z)(t[n][0],e))return n;return-1}},27815:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var r=n(5443);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var i=n(27211);const o=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t,e){return t&&(0,r.Z)(e,(0,i.Z)(e),t)}:null},81978:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var r=n(5443);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var i=n(12166);const o=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t,e){return t&&(0,r.Z)(e,(0,i.Z)(e),t)}:null},13130:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(76521);const i=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n){"__proto__"==e&&r.Z?(0,r.Z)(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},79063:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n){return t==t&&(void 0!==n&&(t=t<=n?t:n),void 0!==e&&(t=t>=e?t:e)),t}},7685:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>k}),/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var r=n(32729);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var i=n(52116);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var o=n(39868);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var s=n(27815);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var a=n(81978);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var l=n(7805);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var c=n(39486);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var u=n(63803);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var d=n(71293);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var p=n(73209);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var h=n(80427);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var f=n(11487);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var g=n(7698);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var v=n(44885);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var b=n(89604);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var m=n(49903);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var y=n(79142);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var x=n(27650);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var _=n(27698);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var w=n(55294);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var C=n(27211);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var S=n(12166);var E="[object Arguments]",O="[object Function]",j="[object Object]",P={};P[E]=P["[object Array]"]=P["[object ArrayBuffer]"]=P["[object DataView]"]=P["[object Boolean]"]=P["[object Date]"]=P["[object Float32Array]"]=P["[object Float64Array]"]=P["[object Int8Array]"]=P["[object Int16Array]"]=P["[object Int32Array]"]=P["[object Map]"]=P["[object Number]"]=P[j]=P["[object RegExp]"]=P["[object Set]"]=P["[object String]"]=P["[object Symbol]"]=P["[object Uint8Array]"]=P["[object Uint8ClampedArray]"]=P["[object Uint16Array]"]=P["[object Uint32Array]"]=!0,P["[object Error]"]=P[O]=P["[object WeakMap]"]=!1;const k=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function t(e,n,k,I,T,A){var D,R=1&n,$=2&n,N=4&n;if(k&&(D=T?k(e,I,T,A):k(e)),void 0!==D)return D;if(!(0,_.Z)(e))return e;var B=(0,m.Z)(e);if(B){if(D=(0,g.Z)(e),!R)return(0,c.Z)(e,D)}else{var F=(0,f.Z)(e),L=F==O||"[object GeneratorFunction]"==F;if((0,y.Z)(e))return(0,l.Z)(e,R);if(F==j||F==E||L&&!T){if(D=$||L?{}:(0,b.Z)(e),!R)return $?(0,d.Z)(e,(0,a.Z)(D,e)):(0,u.Z)(e,(0,s.Z)(D,e))}else{if(!P[F])return T?e:{};D=(0,v.Z)(e,F,R)}}A||(A=new r.Z);var M=A.get(e);if(M)return M;A.set(e,D),(0,w.Z)(e)?e.forEach((function(r){D.add(t(r,n,k,r,e,A))})):(0,x.Z)(e)&&e.forEach((function(r,i){D.set(i,t(r,n,k,i,e,A))}));var Z=N?$?h.Z:p.Z:$?S.Z:C.Z,H=B?void 0:Z(e);return(0,i.Z)(H||e,(function(r,i){H&&(r=e[i=r]),(0,o.Z)(D,i,t(r,n,k,i,e,A))})),D}:null},62512:(t,e,n)=>{"use strict";n.d(e,{Z:()=>s});var r=n(27698),i=Object.create,o=function(){function t(){}return function(e){if(!(0,r.Z)(e))return{};if(i)return i(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const s=/^(183|296|580|717|882)$/.test(n.j)?null:o},99956:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>c}),/^(205|908)$/.test(n.j))var r=n(96939);if(/^(205|908)$/.test(n.j))var i=n(39440);if(/^(205|908)$/.test(n.j))var o=n(53721);if(/^(205|908)$/.test(n.j))var s=n(14212);if(/^(205|908)$/.test(n.j))var a=n(83481);if(/^(205|908)$/.test(n.j))var l=n(94933);const c=/^(205|908)$/.test(n.j)?function(t,e,n,c){var u=-1,d=i.Z,p=!0,h=t.length,f=[],g=e.length;if(!h)return f;n&&(e=(0,s.Z)(e,(0,a.Z)(n))),c?(d=o.Z,p=!1):e.length>=200&&(d=l.Z,p=!1,e=new r.Z(e));t:for(;++u{"use strict";n.d(e,{Z:()=>r});const r=/^(205|908)$/.test(n.j)?function(t,e,n,r){for(var i=t.length,o=n+(r?1:-1);r?o--:++o{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(17619);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(186);const o=/^(183|296|580|717|882)$/.test(n.j)?null:function t(e,n,o,s,a){var l=-1,c=e.length;for(o||(o=i.Z),a||(a=[]);++l0&&o(u)?n>1?t(u,n-1,o,s,a):(0,r.Z)(a,u):s||(a[a.length]=u)}return a}},55290:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=function(t){return function(e,n,r){for(var i=-1,o=Object(e),s=r(e),a=s.length;a--;){var l=s[t?a:++i];if(!1===n(o[l],l,o))break}return e}}()},70483:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),/^((20|77|88)5|22|366|472|571|991)$/.test(n.j))var r=n(55290);if(/^((20|77|88)5|22|366|472|571|991)$/.test(n.j))var i=n(27211);const o=/^((20|77|88)5|22|366|472|571|991)$/.test(n.j)?function(t,e){return t&&(0,r.Z)(t,e,i.Z)}:null},4150:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(94018);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(76490);const o=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){for(var n=0,o=(e=(0,r.Z)(e,t)).length;null!=t&&n{"use strict";if(n.d(e,{Z:()=>o}),!/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j))var r=n(17619);if(!/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j))var i=n(49903);const o=/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j)?null:function(t,e,n){var o=e(t);return(0,i.Z)(t)?o:(0,r.Z)(o,n(t))}},797:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var r=n(86100);if(!/^(183|296|717|882)$/.test(n.j))var i=n(52228);if(!/^(183|296|717|882)$/.test(n.j))var o=n(67398);var s=r.Z?r.Z.toStringTag:void 0;const a=/^(183|296|717|882)$/.test(n.j)?null:function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?(0,i.Z)(t):(0,o.Z)(t)}},2920:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=Object.prototype.hasOwnProperty;const i=/^(183|296|580|717|830|882|997)$/.test(n.j)?null:function(t,e){return null!=t&&r.call(t,e)}},91754:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){return null!=t&&e in Object(t)}},37569:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var r=Math.max,i=Math.min;const o=/^(8(13|30|82)|183|296|717|997)$/.test(n.j)?null:function(t,e,n){return t>=i(e,n)&&t{"use strict";if(n.d(e,{Z:()=>s}),/^(205|908)$/.test(n.j))var r=n(72141);if(/^(205|908)$/.test(n.j))var i=n(67993);if(/^(205|908)$/.test(n.j))var o=n(81442);const s=/^(205|908)$/.test(n.j)?function(t,e,n){return e==e?(0,o.Z)(t,e,n):(0,r.Z)(t,i.Z,n)}:null},86975:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=205==n.j?function(t,e,n,r){for(var i=n-1,o=t.length;++i{"use strict";if(n.d(e,{Z:()=>i}),/^((20|77|88)5|22|366|472|571|991)$/.test(n.j))var r=n(70483);const i=/^((20|77|88)5|22|366|472|571|991)$/.test(n.j)?function(t,e,n,i){return(0,r.Z)(t,(function(t,r,o){e(i,n(t),r,o)})),i}:null},3920:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var r=n(71361);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var i=n(60276);const o=/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j)?function t(e,n,o,s,a){return e===n||(null==e||null==n||!(0,i.Z)(e)&&!(0,i.Z)(n)?e!=e&&n!=n:(0,r.Z)(e,n,o,s,t,a))}:null},71361:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>g}),/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var r=n(32729);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var i=n(63702);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var o=n(12816);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var s=n(4016);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var a=n(11487);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var l=n(49903);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var c=n(79142);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var u=n(37376);var d="[object Arguments]",p="[object Array]",h="[object Object]",f=Object.prototype.hasOwnProperty;const g=/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j)?function(t,e,n,g,v,b){var m=(0,l.Z)(t),y=(0,l.Z)(e),x=m?p:(0,a.Z)(t),_=y?p:(0,a.Z)(e),w=(x=x==d?h:x)==h,C=(_=_==d?h:_)==h,S=x==_;if(S&&(0,c.Z)(t)){if(!(0,c.Z)(e))return!1;m=!0,w=!1}if(S&&!w)return b||(b=new r.Z),m||(0,u.Z)(t)?(0,i.Z)(t,e,n,g,v,b):(0,o.Z)(t,e,x,n,g,v,b);if(!(1&n)){var E=w&&f.call(t,"__wrapped__"),O=C&&f.call(e,"__wrapped__");if(E||O){var j=E?t.value():t,P=O?e.value():e;return b||(b=new r.Z),v(j,P,n,g,b)}}return!!S&&(b||(b=new r.Z),(0,s.Z)(t,e,n,g,v,b))}:null},25971:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),885==n.j)var r=n(32729);if(885==n.j)var i=n(3920);const o=885==n.j?function(t,e,n,o){var s=n.length,a=s,l=!o;if(null==t)return!a;for(t=Object(t);s--;){var c=n[s];if(l&&c[2]?c[1]!==t[c[0]]:!(c[0]in t))return!1}for(;++s{"use strict";n.d(e,{Z:()=>r});const r=/^(205|908)$/.test(n.j)?function(t){return t!=t}:null},4146:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>h}),!/^(183|296|717|882)$/.test(n.j))var r=n(64702);if(!/^(183|296|717|882)$/.test(n.j))var i=n(81471);if(!/^(183|296|717|882)$/.test(n.j))var o=n(27698);if(!/^(183|296|717|882)$/.test(n.j))var s=n(39864);var a=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,u=l.toString,d=c.hasOwnProperty,p=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const h=/^(183|296|717|882)$/.test(n.j)?null:function(t){return!(!(0,o.Z)(t)||(0,i.Z)(t))&&((0,r.Z)(t)?p:a).test((0,s.Z)(t))}},91945:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>l}),885==n.j)var r=n(3460);if(885==n.j)var i=n(37081);if(885==n.j)var o=n(12763);if(885==n.j)var s=n(49903);if(885==n.j)var a=n(20850);const l=885==n.j?function(t){return"function"==typeof t?t:null==t?o.Z:"object"==typeof t?(0,s.Z)(t)?(0,i.Z)(t[0],t[1]):(0,r.Z)(t):(0,a.Z)(t)}:null},84111:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),!/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j))var r=n(31377);if(!/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j))var i=n(94224);var o=Object.prototype.hasOwnProperty;const s=/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j)?null:function(t){if(!(0,r.Z)(t))return(0,i.Z)(t);var e=[];for(var n in Object(t))o.call(t,n)&&"constructor"!=n&&e.push(n);return e}},29105:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>a}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(27698);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(31377);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(36847);var s=Object.prototype.hasOwnProperty;const a=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){if(!(0,r.Z)(t))return(0,o.Z)(t);var e=(0,i.Z)(t),n=[];for(var a in t)("constructor"!=a||!e&&s.call(t,a))&&n.push(a);return n}},3460:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),885==n.j)var r=n(25971);if(885==n.j)var i=n(52658);if(885==n.j)var o=n(18164);const s=885==n.j?function(t){var e=(0,i.Z)(t);return 1==e.length&&e[0][2]?(0,o.Z)(e[0][0],e[0][1]):function(n){return n===t||(0,r.Z)(n,t,e)}}:null},37081:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>u}),885==n.j)var r=n(3920);if(885==n.j)var i=n(9680);if(885==n.j)var o=n(67289);if(885==n.j)var s=n(25279);if(885==n.j)var a=n(70854);if(885==n.j)var l=n(18164);if(885==n.j)var c=n(76490);const u=885==n.j?function(t,e){return(0,s.Z)(t)&&(0,a.Z)(e)?(0,l.Z)((0,c.Z)(t),e):function(n){var s=(0,i.Z)(n,t);return void 0===s&&s===e?(0,o.Z)(n,t):(0,r.Z)(e,s,3)}}:null},97270:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>u}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(32729);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(93179);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(55290);if(!/^(183|296|580|717|882)$/.test(n.j))var s=n(26923);if(!/^(183|296|580|717|882)$/.test(n.j))var a=n(27698);if(!/^(183|296|580|717|882)$/.test(n.j))var l=n(12166);if(!/^(183|296|580|717|882)$/.test(n.j))var c=n(88980);const u=/^(183|296|580|717|882)$/.test(n.j)?null:function t(e,n,u,d,p){e!==n&&(0,o.Z)(n,(function(o,l){if(p||(p=new r.Z),(0,a.Z)(o))(0,s.Z)(e,n,l,u,t,d,p);else{var h=d?d((0,c.Z)(e,l),o,l+"",e,n,p):void 0;void 0===h&&(h=o),(0,i.Z)(e,l,h)}}),l.Z)}},26923:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>m}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(93179);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(7805);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(49633);if(!/^(183|296|580|717|882)$/.test(n.j))var s=n(39486);if(!/^(183|296|580|717|882)$/.test(n.j))var a=n(89604);if(!/^(183|296|580|717|882)$/.test(n.j))var l=n(60880);if(!/^(183|296|580|717|882)$/.test(n.j))var c=n(49903);if(!/^(183|296|580|717|882)$/.test(n.j))var u=n(32276);if(!/^(183|296|580|717|882)$/.test(n.j))var d=n(79142);if(!/^(183|296|580|717|882)$/.test(n.j))var p=n(64702);if(!/^(183|296|580|717|882)$/.test(n.j))var h=n(27698);if(!/^(183|296|580|717|882)$/.test(n.j))var f=n(22890);if(!/^(183|296|580|717|882)$/.test(n.j))var g=n(37376);if(!/^(183|296|580|717|882)$/.test(n.j))var v=n(88980);if(!/^(183|296|580|717|882)$/.test(n.j))var b=n(2073);const m=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n,m,y,x,_){var w=(0,v.Z)(t,n),C=(0,v.Z)(e,n),S=_.get(C);if(S)(0,r.Z)(t,n,S);else{var E=x?x(w,C,n+"",t,e,_):void 0,O=void 0===E;if(O){var j=(0,c.Z)(C),P=!j&&(0,d.Z)(C),k=!j&&!P&&(0,g.Z)(C);E=C,j||P||k?(0,c.Z)(w)?E=w:(0,u.Z)(w)?E=(0,s.Z)(w):P?(O=!1,E=(0,i.Z)(C,!0)):k?(O=!1,E=(0,o.Z)(C,!0)):E=[]:(0,f.Z)(C)||(0,l.Z)(C)?(E=w,(0,l.Z)(w)?E=(0,b.Z)(w):(0,h.Z)(w)&&!(0,p.Z)(w)||(E=(0,a.Z)(C))):O=!1}O&&(_.set(C,E),y(E,C,m,x,_),_.delete(C)),(0,r.Z)(t,n,E)}}},2869:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(4150);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(28407);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(94018);const s=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n){for(var s=-1,a=e.length,l={};++s{"use strict";n.d(e,{Z:()=>r});const r=885==n.j?function(t){return function(e){return null==e?void 0:e[t]}}:null},87050:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),885==n.j)var r=n(4150);const i=885==n.j?function(t){return function(e){return(0,r.Z)(e,t)}}:null},70789:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>c}),205==n.j)var r=n(14212);if(205==n.j)var i=n(15803);if(205==n.j)var o=n(86975);if(205==n.j)var s=n(83481);if(205==n.j)var a=n(39486);var l=Array.prototype.splice;const c=205==n.j?function(t,e,n,c){var u=c?o.Z:i.Z,d=-1,p=e.length,h=t;for(t===e&&(e=(0,a.Z)(e)),n&&(h=(0,r.Z)(t,(0,s.Z)(n)));++d-1;)h!==t&&l.call(h,f,1),l.call(t,f,1);return t}:null},67249:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(12763);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(2526);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(80861);const s=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){return(0,o.Z)((0,i.Z)(t,e,r.Z),t+"")}},28407:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>l}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(39868);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(94018);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(45671);if(!/^(183|296|580|717|882)$/.test(n.j))var s=n(27698);if(!/^(183|296|580|717|882)$/.test(n.j))var a=n(76490);const l=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n,l){if(!(0,s.Z)(t))return t;for(var c=-1,u=(e=(0,i.Z)(e,t)).length,d=u-1,p=t;null!=p&&++c{"use strict";n.d(e,{Z:()=>r});const r=885==n.j?function(t,e){for(var n,r=-1,i=t.length;++r{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){for(var n=-1,r=Array(t);++n{"use strict";n.d(e,{Z:()=>u});var r=n(86100);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(14212);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(49903);if(!/^(183|296|580|717|882)$/.test(n.j))var s=n(20303);var a=/^(183|296|580|717|882)$/.test(n.j)?null:1/0,l=r.Z?r.Z.prototype:void 0,c=l?l.toString:void 0;const u=/^(183|296|580|717|882)$/.test(n.j)?null:function t(e){if("string"==typeof e)return e;if((0,o.Z)(e))return(0,i.Z)(e,t)+"";if((0,s.Z)(e))return c?c.call(e):"";var n=e+"";return"0"==n&&1/e==-a?"-0":n}},5665:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|717|882)$/.test(n.j))var r=n(95901);var i=/^\s+/;const o=/^(183|296|717|882)$/.test(n.j)?null:function(t){return t?t.slice(0,(0,r.Z)(t)+1).replace(i,""):t}},83481:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return function(e){return t(e)}}},94933:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j)?function(t,e){return t.has(e)}:null},94018:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>a}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(49903);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(25279);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(73491);if(!/^(183|296|580|717|882)$/.test(n.j))var s=n(61187);const a=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){return(0,r.Z)(t)?t:(0,i.Z)(t,e)?[t]:(0,o.Z)((0,s.Z)(t))}},58581:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(77604);const i=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){var e=new t.constructor(t.byteLength);return new r.Z(e).set(new r.Z(t)),e}},7805:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});var r=n(21985),i="object"==typeof exports&&exports&&!exports.nodeType&&exports,o=i&&"object"==typeof module&&module&&!module.nodeType&&module,s=o&&o.exports===i?r.Z.Buffer:void 0,a=s?s.allocUnsafe:void 0;const l=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){if(e)return t.slice();var n=t.length,r=a?a(n):new t.constructor(n);return t.copy(r),r}},76746:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var r=n(58581);const i=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t,e){var n=e?(0,r.Z)(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}:null},37775:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=/\w*$/;const i=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t){var e=new t.constructor(t.source,r.exec(t));return e.lastIndex=t.lastIndex,e}:null},7768:(t,e,n)=>{"use strict";n.d(e,{Z:()=>s});var r=n(86100),i=r.Z?r.Z.prototype:void 0,o=i?i.valueOf:void 0;const s=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t){return o?Object(o.call(t)):{}}:null},49633:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(58581);const i=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){var n=e?(0,r.Z)(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}},39486:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(39868);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(13130);const o=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n,o){var s=!n;n||(n={});for(var a=-1,l=e.length;++a{"use strict";if(n.d(e,{Z:()=>o}),/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var r=n(5443);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var i=n(55413);const o=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t,e){return(0,r.Z)(t,(0,i.Z)(t),e)}:null},71293:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var r=n(5443);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var i=n(29170);const o=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t,e){return(0,r.Z)(t,(0,i.Z)(t),e)}:null},96900:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(67249);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(56331);const o=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return(0,r.Z)((function(e,n){var r=-1,o=n.length,s=o>1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(s=t.length>3&&"function"==typeof s?(o--,s):void 0,a&&(0,i.Z)(n[0],n[1],a)&&(s=o<3?void 0:s,o=1),e=Object(e);++r{"use strict";n.d(e,{Z:()=>s});var r=n(98085);const i=function(){};var o=n(98705);const s=r.Z&&1/(0,o.Z)(new r.Z([,-0]))[1]==1/0?function(t){return new r.Z(t)}:i},76521:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var r=n(50500),i=function(){try{var t=(0,r.Z)(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const o=/^(183|296|580|717|882)$/.test(n.j)?null:i},63702:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var r=n(96939);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var i=n(68124);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var o=n(94933);const s=/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j)?function(t,e,n,s,a,l){var c=1&n,u=t.length,d=e.length;if(u!=d&&!(c&&d>u))return!1;var p=l.get(t),h=l.get(e);if(p&&h)return p==e&&h==t;var f=-1,g=!0,v=2&n?new r.Z:void 0;for(l.set(t,e),l.set(e,t);++f{"use strict";n.d(e,{Z:()=>d});var r=n(86100);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var i=n(77604);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var o=n(81229);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var s=n(63702);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var a=n(86716);if(/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var l=n(98705);var c=r.Z?r.Z.prototype:void 0,u=c?c.valueOf:void 0;const d=/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j)?function(t,e,n,r,c,d,p){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!d(new i.Z(t),new i.Z(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return(0,o.Z)(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var h=a.Z;case"[object Set]":var f=1&r;if(h||(h=l.Z),t.size!=e.size&&!f)return!1;var g=p.get(t);if(g)return g==e;r|=2,p.set(t,e);var v=(0,s.Z)(h(t),h(e),r,c,d,p);return p.delete(t),v;case"[object Symbol]":if(u)return u.call(t)==u.call(e)}return!1}:null},4016:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var r=n(73209);var i=Object.prototype.hasOwnProperty;const o=/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j)?function(t,e,n,o,s,a){var l=1&n,c=(0,r.Z)(t),u=c.length;if(u!=(0,r.Z)(e).length&&!l)return!1;for(var d=u;d--;){var p=c[d];if(!(l?p in e:i.call(e,p)))return!1}var h=a.get(t),f=a.get(e);if(h&&f)return h==e&&f==t;var g=!0;a.set(t,e),a.set(e,t);for(var v=l;++d{"use strict";n.d(e,{Z:()=>i});var r="object"==typeof global&&global&&global.Object===Object&&global;const i=/^(183|296|717|882)$/.test(n.j)?null:r},73209:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),!/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j))var r=n(91623);if(!/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j))var i=n(55413);if(!/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j))var o=n(27211);const s=/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j)?null:function(t){return(0,r.Z)(t,o.Z,i.Z)}},80427:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var r=n(91623);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var i=n(29170);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var o=n(12166);const s=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t){return(0,r.Z)(t,o.Z,i.Z)}:null},69069:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),!/^(183|296|717|882)$/.test(n.j))var r=n(10529);const i=/^(183|296|717|882)$/.test(n.j)?null:function(t,e){var n=t.__data__;return(0,r.Z)(e)?n["string"==typeof e?"string":"hash"]:n.map}},52658:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),885==n.j)var r=n(70854);if(885==n.j)var i=n(27211);const o=885==n.j?function(t){for(var e=(0,i.Z)(t),n=e.length;n--;){var o=e[n],s=t[o];e[n]=[o,s,(0,r.Z)(s)]}return e}:null},50500:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|717|882)$/.test(n.j))var r=n(4146);if(!/^(183|296|717|882)$/.test(n.j))var i=n(63519);const o=/^(183|296|717|882)$/.test(n.j)?null:function(t,e){var n=(0,i.Z)(t,e);return(0,r.Z)(n)?n:void 0}},77934:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=(0,n(43242).Z)(Object.getPrototypeOf,Object);const i=/^(183|296|580|717|882)$/.test(n.j)?null:r},52228:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});var r=n(86100),i=Object.prototype,o=i.hasOwnProperty,s=i.toString,a=r.Z?r.Z.toStringTag:void 0;const l=/^(183|296|717|882)$/.test(n.j)?null:function(t){var e=o.call(t,a),n=t[a];try{t[a]=void 0;var r=!0}catch(t){}var i=s.call(t);return r&&(e?t[a]=n:delete t[a]),i}},55413:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});const r=function(t,e){for(var n=-1,r=null==t?0:t.length,i=0,o=[];++n{"use strict";n.d(e,{Z:()=>l});var r=n(17619),i=n(77934),o=n(55413),s=n(78772),a=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)(0,r.Z)(e,(0,o.Z)(t)),t=(0,i.Z)(t);return e}:s.Z;const l=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?a:null},11487:(t,e,n)=>{"use strict";n.d(e,{Z:()=>C});var r=n(50500),i=n(21985);const o=(0,r.Z)(i.Z,"DataView");var s=n(21575);const a=(0,r.Z)(i.Z,"Promise");var l=n(98085);const c=(0,r.Z)(i.Z,"WeakMap");var u=n(797),d=n(39864),p="[object Map]",h="[object Promise]",f="[object Set]",g="[object WeakMap]",v="[object DataView]",b=(0,d.Z)(o),m=(0,d.Z)(s.Z),y=(0,d.Z)(a),x=(0,d.Z)(l.Z),_=(0,d.Z)(c),w=u.Z;(o&&w(new o(new ArrayBuffer(1)))!=v||s.Z&&w(new s.Z)!=p||a&&w(a.resolve())!=h||l.Z&&w(new l.Z)!=f||c&&w(new c)!=g)&&(w=function(t){var e=(0,u.Z)(t),n="[object Object]"==e?t.constructor:void 0,r=n?(0,d.Z)(n):"";if(r)switch(r){case b:return v;case m:return p;case y:return h;case x:return f;case _:return g}return e});const C=w},63519:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|717|882)$/.test(n.j)?null:function(t,e){return null==t?void 0:t[e]}},11089:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>c}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(94018);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(60880);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(49903);if(!/^(183|296|580|717|882)$/.test(n.j))var s=n(45671);if(!/^(183|296|580|717|882)$/.test(n.j))var a=n(66600);if(!/^(183|296|580|717|882)$/.test(n.j))var l=n(76490);const c=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n){for(var c=-1,u=(e=(0,r.Z)(e,t)).length,d=!1;++c{"use strict";n.d(e,{Z:()=>i});var r=Object.prototype.hasOwnProperty;const i=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&r.call(t,"index")&&(n.index=t.index,n.input=t.input),n}:null},44885:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>l}),/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var r=n(58581);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var i=n(76746);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var o=n(37775);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var s=n(7768);if(/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var a=n(49633);const l=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t,e,n){var l=t.constructor;switch(e){case"[object ArrayBuffer]":return(0,r.Z)(t);case"[object Boolean]":case"[object Date]":return new l(+t);case"[object DataView]":return(0,i.Z)(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return(0,a.Z)(t,n);case"[object Map]":return new l;case"[object Number]":case"[object String]":return new l(t);case"[object RegExp]":return(0,o.Z)(t);case"[object Set]":return new l;case"[object Symbol]":return(0,s.Z)(t)}}:null},89604:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(62512);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(77934);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(31377);const s=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return"function"!=typeof t.constructor||(0,o.Z)(t)?{}:(0,r.Z)((0,i.Z)(t))}},186:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var r=n(86100);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(60880);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(49903);var s=r.Z?r.Z.isConcatSpreadable:void 0;const a=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return(0,o.Z)(t)||(0,i.Z)(t)||!!(s&&t&&t[s])}},45671:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=/^(?:0|[1-9]\d*)$/;const i=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&r.test(t))&&t>-1&&t%1==0&&t{"use strict";if(n.d(e,{Z:()=>a}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(81229);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(90650);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(45671);if(!/^(183|296|580|717|882)$/.test(n.j))var s=n(27698);const a=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n){if(!(0,s.Z)(n))return!1;var a=typeof e;return!!("number"==a?(0,i.Z)(n)&&(0,o.Z)(e,n.length):"string"==a&&e in n)&&(0,r.Z)(n[e],t)}},25279:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>a}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(49903);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(20303);var o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,s=/^\w*$/;const a=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){if((0,r.Z)(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!(0,i.Z)(t))||(s.test(t)||!o.test(t)||null!=e&&t in Object(e))}},10529:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|717|882)$/.test(n.j)?null:function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},81471:(t,e,n)=>{"use strict";n.d(e,{Z:()=>s});const r=n(21985).Z["__core-js_shared__"];var i,o=(i=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"";const s=function(t){return!!o&&o in t}},31377:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=Object.prototype;const i=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||r)}},70854:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),885==n.j)var r=n(27698);const i=885==n.j?function(t){return t==t&&!(0,r.Z)(t)}:null},86716:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j)?function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}:null},18164:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=885==n.j?function(t,e){return function(n){return null!=n&&(n[t]===e&&(void 0!==e||t in Object(n)))}}:null},90059:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=(0,n(50500).Z)(Object,"create");const i=/^(183|296|717|882)$/.test(n.j)?null:r},94224:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=(0,n(43242).Z)(Object.keys,Object);const i=/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j)?null:r},36847:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}},80277:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});var r=n(57014),i="object"==typeof exports&&exports&&!exports.nodeType&&exports,o=i&&"object"==typeof module&&module&&!module.nodeType&&module,s=o&&o.exports===i&&r.Z.process,a=function(){try{var t=o&&o.require&&o.require("util").types;return t||s&&s.binding&&s.binding("util")}catch(t){}}();const l=/^(183|296|580|717|882)$/.test(n.j)?null:a},67398:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=Object.prototype.toString;const i=/^(183|296|717|882)$/.test(n.j)?null:function(t){return r.call(t)}},43242:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){return function(n){return t(e(n))}}},2526:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(90643);var i=Math.max;const o=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n){return e=i(void 0===e?t.length-1:e,0),function(){for(var o=arguments,s=-1,a=i(o.length-e,0),l=Array(a);++s{"use strict";n.d(e,{Z:()=>s});var r=n(57014),i="object"==typeof self&&self&&self.Object===Object&&self,o=r.Z||i||Function("return this")();const s=/^(183|296|717|882)$/.test(n.j)?null:o},88980:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}},98705:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j)?function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}:null},80861:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});var r=n(25642),i=n(76521),o=n(12763);const s=i.Z?function(t,e){return(0,i.Z)(t,"toString",{configurable:!0,enumerable:!1,value:(0,r.Z)(e),writable:!0})}:o.Z;var a=Date.now;const l=function(t){var e=0,n=0;return function(){var r=a(),i=16-(r-n);if(n=r,i>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(s)},81442:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(205|908)$/.test(n.j)?function(t,e,n){for(var r=n-1,i=t.length;++r{"use strict";n.d(e,{Z:()=>s});var r=n(98415);var i=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g;const s=function(t){var e=(0,r.Z)(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(i,(function(t,n,r,i){e.push(r?i.replace(o,"$1"):n||t)})),e}))},76490:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(20303);var i=/^(183|296|580|717|882)$/.test(n.j)?null:1/0;const o=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){if("string"==typeof t||(0,r.Z)(t))return t;var e=t+"";return"0"==e&&1/t==-i?"-0":e}},39864:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=Function.prototype.toString;const i=/^(183|296|717|882)$/.test(n.j)?null:function(t){if(null!=t){try{return r.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},95901:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=/\s/;const i=/^(183|296|717|882)$/.test(n.j)?null:function(t){for(var e=t.length;e--&&r.test(t.charAt(e)););return e}},17450:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j))var r=n(7685);const i=/^(2(05|2|22)|5(5|51|71)|360|672|775|885|908|991)$/.test(n.j)?function(t){return(0,r.Z)(t,5)}:null},25642:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return function(){return t}}},76813:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>l}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(27698);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var i=n(70528);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var o=n(36986);var s=Math.max,a=Math.min;const l=/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j)?function(t,e,n){var l,c,u,d,p,h,f=0,g=!1,v=!1,b=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=l,r=c;return l=c=void 0,f=e,d=t.apply(r,n)}function y(t){return f=t,p=setTimeout(_,e),g?m(t):d}function x(t){var n=t-h;return void 0===h||n>=e||n<0||v&&t-f>=u}function _(){var t=(0,i.Z)();if(x(t))return w(t);p=setTimeout(_,function(t){var n=e-(t-h);return v?a(n,u-(t-f)):n}(t))}function w(t){return p=void 0,b&&l?m(t):(l=c=void 0,d)}function C(){var t=(0,i.Z)(),n=x(t);if(l=arguments,c=this,h=t,n){if(void 0===p)return y(h);if(v)return clearTimeout(p),p=setTimeout(_,e),m(h)}return void 0===p&&(p=setTimeout(_,e)),d}return e=(0,o.Z)(e)||0,(0,r.Z)(n)&&(g=!!n.leading,u=(v="maxWait"in n)?s((0,o.Z)(n.maxWait)||0,e):u,b="trailing"in n?!!n.trailing:b),C.cancel=function(){void 0!==p&&clearTimeout(p),f=0,l=h=c=p=void 0},C.flush=function(){return void 0===p?d:w((0,i.Z)())},C}:null},40088:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});var r=n(99956),i=n(83279),o=n(67249),s=n(32276);const a=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const l=(0,o.Z)((function(t,e){var n=a(e);return(0,s.Z)(n)&&(n=void 0),(0,s.Z)(t)?(0,r.Z)(t,(0,i.Z)(e,1,s.Z,!0),void 0,n):[]}))},81229:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|717|882)$/.test(n.j)?null:function(t,e){return t===e||t!=t&&e!=e}},87016:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(83279);const i=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return(null==t?0:t.length)?(0,r.Z)(t,1):[]}},9680:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(4150);const i=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e,n){var i=null==t?void 0:(0,r.Z)(t,e);return void 0===i?n:i}},67289:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(91754);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(11089);const o=/^(183|296|580|717|882)$/.test(n.j)?null:function(t,e){return null!=t&&(0,i.Z)(t,e,r.Z)}},12763:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return t}},67099:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),!/^(8(13|30|82)|183|296|717|997)$/.test(n.j))var r=n(37569);if(!/^(8(13|30|82)|183|296|717|997)$/.test(n.j))var i=n(25741);if(!/^(8(13|30|82)|183|296|717|997)$/.test(n.j))var o=n(36986);const s=/^(8(13|30|82)|183|296|717|997)$/.test(n.j)?null:function(t,e,n){return e=(0,i.Z)(e),void 0===n?(n=e,e=0):n=(0,i.Z)(n),t=(0,o.Z)(t),(0,r.Z)(t,e,n)}},27912:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});var r=n(25642),i=n(82712);const o=function(t,e){return function(n,r){return(0,i.Z)(n,t,e(r),{})}};var s=n(12763),a=Object.prototype.toString;const l=o((function(t,e,n){null!=e&&"function"!=typeof e.toString&&(e=a.call(e)),t[e]=n}),(0,r.Z)(s.Z))},60880:(t,e,n)=>{"use strict";n.d(e,{Z:()=>c});var r=n(797),i=n(60276);const o=function(t){return(0,i.Z)(t)&&"[object Arguments]"==(0,r.Z)(t)};var s=Object.prototype,a=s.hasOwnProperty,l=s.propertyIsEnumerable;const c=o(function(){return arguments}())?o:function(t){return(0,i.Z)(t)&&a.call(t,"callee")&&!l.call(t,"callee")}},49903:(t,e,n)=>{"use strict";n.d(e,{Z:()=>i});var r=Array.isArray;const i=/^(183|296|580|717|882)$/.test(n.j)?null:r},90650:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(64702);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(66600);const o=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return null!=t&&(0,i.Z)(t.length)&&!(0,r.Z)(t)}},32276:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(90650);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(60276);const o=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return(0,i.Z)(t)&&(0,r.Z)(t)}},97321:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|274|296|717|830|882|997)$/.test(n.j))var r=n(797);if(!/^(183|274|296|717|830|882|997)$/.test(n.j))var i=n(60276);const o=/^(183|274|296|717|830|882|997)$/.test(n.j)?null:function(t){return!0===t||!1===t||(0,i.Z)(t)&&"[object Boolean]"==(0,r.Z)(t)}},79142:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});var r=n(21985);const i=function(){return!1};var o="object"==typeof exports&&exports&&!exports.nodeType&&exports,s=o&&"object"==typeof module&&module&&!module.nodeType&&module,a=s&&s.exports===o?r.Z.Buffer:void 0;const l=(a?a.isBuffer:void 0)||i},83761:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>p}),55==n.j)var r=n(84111);if(55==n.j)var i=n(11487);if(55==n.j)var o=n(60880);if(55==n.j)var s=n(49903);if(55==n.j)var a=n(90650);if(55==n.j)var l=n(79142);if(55==n.j)var c=n(31377);if(55==n.j)var u=n(37376);var d=Object.prototype.hasOwnProperty;const p=55==n.j?function(t){if(null==t)return!0;if((0,a.Z)(t)&&((0,s.Z)(t)||"string"==typeof t||"function"==typeof t.splice||(0,l.Z)(t)||(0,u.Z)(t)||(0,o.Z)(t)))return!t.length;var e=(0,i.Z)(t);if("[object Map]"==e||"[object Set]"==e)return!t.size;if((0,c.Z)(t))return!(0,r.Z)(t).length;for(var n in t)if(d.call(t,n))return!1;return!0}:null},18868:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j))var r=n(3920);const i=/^(2(05|2|22)|67[25]|(18|77|88)5|366|472|571|908|991)$/.test(n.j)?function(t,e){return(0,r.Z)(t,e)}:null},64702:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|717|882)$/.test(n.j))var r=n(797);if(!/^(183|296|717|882)$/.test(n.j))var i=n(27698);const o=/^(183|296|717|882)$/.test(n.j)?null:function(t){if(!(0,i.Z)(t))return!1;var e=(0,r.Z)(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},66600:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},27650:(t,e,n)=>{"use strict";n.d(e,{Z:()=>c});var r=n(11487),i=n(60276);const o=function(t){return(0,i.Z)(t)&&"[object Map]"==(0,r.Z)(t)};var s=n(83481),a=n(80277),l=a.Z&&a.Z.isMap;const c=l?(0,s.Z)(l):o},64829:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|274|296|580|717|830|882|997)$/.test(n.j)?null:function(t){return null==t}},27698:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|717|882)$/.test(n.j)?null:function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},60276:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(183|296|717|882)$/.test(n.j)?null:function(t){return null!=t&&"object"==typeof t}},22890:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>d}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(797);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(77934);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(60276);var s=Function.prototype,a=Object.prototype,l=s.toString,c=a.hasOwnProperty,u=l.call(Object);const d=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){if(!(0,o.Z)(t)||"[object Object]"!=(0,r.Z)(t))return!1;var e=(0,i.Z)(t);if(null===e)return!0;var n=c.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==u}},55294:(t,e,n)=>{"use strict";n.d(e,{Z:()=>c});var r=n(11487),i=n(60276);const o=function(t){return(0,i.Z)(t)&&"[object Set]"==(0,r.Z)(t)};var s=n(83481),a=n(80277),l=a.Z&&a.Z.isSet;const c=l?(0,s.Z)(l):o},86072:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(797);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(49903);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(60276);const s=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return"string"==typeof t||!(0,i.Z)(t)&&(0,o.Z)(t)&&"[object String]"==(0,r.Z)(t)}},20303:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|717|882)$/.test(n.j))var r=n(797);if(!/^(183|296|717|882)$/.test(n.j))var i=n(60276);const o=/^(183|296|717|882)$/.test(n.j)?null:function(t){return"symbol"==typeof t||(0,i.Z)(t)&&"[object Symbol]"==(0,r.Z)(t)}},37376:(t,e,n)=>{"use strict";n.d(e,{Z:()=>d});var r=n(797),i=n(66600),o=n(60276),s={};s["[object Float32Array]"]=s["[object Float64Array]"]=s["[object Int8Array]"]=s["[object Int16Array]"]=s["[object Int32Array]"]=s["[object Uint8Array]"]=s["[object Uint8ClampedArray]"]=s["[object Uint16Array]"]=s["[object Uint32Array]"]=!0,s["[object Arguments]"]=s["[object Array]"]=s["[object ArrayBuffer]"]=s["[object Boolean]"]=s["[object DataView]"]=s["[object Date]"]=s["[object Error]"]=s["[object Function]"]=s["[object Map]"]=s["[object Number]"]=s["[object Object]"]=s["[object RegExp]"]=s["[object Set]"]=s["[object String]"]=s["[object WeakMap]"]=!1;const a=function(t){return(0,o.Z)(t)&&(0,i.Z)(t.length)&&!!s[(0,r.Z)(t)]};var l=n(83481),c=n(80277),u=c.Z&&c.Z.isTypedArray;const d=u?(0,l.Z)(u):a},57872:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(9(08|39|91)|(14|18|20|77)5|(2|3|47)2|366|571)$/.test(n.j)?function(t){return void 0===t}:null},27211:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),!/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j))var r=n(58781);if(!/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j))var i=n(84111);if(!/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j))var o=n(90650);const s=/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j)?null:function(t){return(0,o.Z)(t)?(0,r.Z)(t):(0,i.Z)(t)}},12166:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>s}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(58781);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(29105);if(!/^(183|296|580|717|882)$/.test(n.j))var o=n(90650);const s=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return(0,o.Z)(t)?(0,r.Z)(t,!0):(0,i.Z)(t)}},98415:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var r=n(53323);function i(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var s=t.apply(this,r);return n.cache=o.set(i,s)||o,s};return n.cache=new(i.Cache||r.Z),n}i.Cache=r.Z;const o=/^(183|296|717|882)$/.test(n.j)?null:i},57786:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var r=n(97270),i=(0,n(96900).Z)((function(t,e,n){(0,r.Z)(t,e,n)}));const o=/^(2(05|2|22)|36[06]|5(5|51|71)|[46]72|775|885|908|991)$/.test(n.j)?i:null},61713:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var r=n(97270),i=(0,n(96900).Z)((function(t,e,n,i){(0,r.Z)(t,e,n,i)}));const o=/^(183|296|580|717|882)$/.test(n.j)?null:i},70528:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(21985);const i=/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j)?function(){return r.Z.Date.now()}:null},19760:(t,e,n)=>{"use strict";n.d(e,{Z:()=>c});var r=n(2869),i=n(67289);const o=function(t,e){return(0,r.Z)(t,e,(function(e,n){return(0,i.Z)(t,n)}))};var s=n(87016),a=n(2526),l=n(80861);const c=function(t){return(0,l.Z)((0,a.Z)(t,void 0,s.Z),t+"")}((function(t,e){return null==t?{}:o(t,e)}))},20850:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>a}),885==n.j)var r=n(1225);if(885==n.j)var i=n(87050);if(885==n.j)var o=n(25279);if(885==n.j)var s=n(76490);const a=885==n.j?function(t){return(0,o.Z)(t)?(0,r.Z)((0,s.Z)(t)):(0,i.Z)(t)}:null},40106:(t,e,n)=>{"use strict";n.d(e,{Z:()=>s});var r=n(67249),i=n(720),o=(0,r.Z)(i.Z);const s=205==n.j?o:null},720:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),205==n.j)var r=n(70789);const i=205==n.j?function(t,e){return t&&t.length&&e&&e.length?(0,r.Z)(t,e):t}:null},78772:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});const r=/^(1(45|54|83)|8(13|30|82)|9(37|39|97)|274|296|32|580|601|717)$/.test(n.j)?null:function(){return[]}},39009:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),885==n.j)var r=n(91945);if(885==n.j)var i=n(39046);const o=885==n.j?function(t,e){return t&&t.length?(0,i.Z)(t,(0,r.Z)(e,2)):0}:null},48885:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(76813);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var i=n(27698);const o=/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j)?function(t,e,n){var o=!0,s=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return(0,i.Z)(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),(0,r.Z)(t,e,{leading:o,maxWait:e,trailing:s})}:null},25741:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(8(13|30|82)|183|296|717|997)$/.test(n.j))var r=n(36986);var i=/^(8(13|30|82)|183|296|717|997)$/.test(n.j)?null:1/0;const o=/^(8(13|30|82)|183|296|717|997)$/.test(n.j)?null:function(t){return t?(t=(0,r.Z)(t))===i||t===-i?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}},36986:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>d}),!/^(183|296|717|882)$/.test(n.j))var r=n(5665);if(!/^(183|296|717|882)$/.test(n.j))var i=n(27698);if(!/^(183|296|717|882)$/.test(n.j))var o=n(20303);var s=/^(183|296|717|882)$/.test(n.j)?null:NaN,a=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,c=/^0o[0-7]+$/i,u=parseInt;const d=/^(183|296|717|882)$/.test(n.j)?null:function(t){if("number"==typeof t)return t;if((0,o.Z)(t))return s;if((0,i.Z)(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=(0,i.Z)(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=(0,r.Z)(t);var n=l.test(t);return n||c.test(t)?u(t.slice(2),n?2:8):a.test(t)?s:+t}},2073:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>o}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(5443);if(!/^(183|296|580|717|882)$/.test(n.j))var i=n(12166);const o=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return(0,r.Z)(t,(0,i.Z)(t))}},61187:(t,e,n)=>{"use strict";if(n.d(e,{Z:()=>i}),!/^(183|296|580|717|882)$/.test(n.j))var r=n(40507);const i=/^(183|296|580|717|882)$/.test(n.j)?null:function(t){return null==t?"":(0,r.Z)(t)}},34905:(t,e,n)=>{"use strict";n.d(e,{Z:()=>h});var r=n(83279),i=n(67249),o=n(96939),s=n(39440),a=n(53721),l=n(94933),c=n(78120),u=n(98705);const d=function(t,e,n){var r=-1,i=s.Z,d=t.length,p=!0,h=[],f=h;if(n)p=!1,i=a.Z;else if(d>=200){var g=e?null:(0,c.Z)(t);if(g)return(0,u.Z)(g);p=!1,i=l.Z,f=new o.Z}else f=e?[]:h;t:for(;++r{"use strict";if(n.d(e,{Z:()=>o}),!/^(8(13|30|82)|9(37|39|97)|154|183|274|296|580|717)$/.test(n.j))var r=n(61187);var i=0;const o=/^(8(13|30|82)|9(37|39|97)|154|183|274|296|580|717)$/.test(n.j)?null:function(t){var e=++i;return(0,r.Z)(t)+e}},82421:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var r=n(99956),i=n(67249),o=n(32276),s=(0,i.Z)((function(t,e){return(0,o.Z)(t)?(0,r.Z)(t,e):[]}));const a=205==n.j?s:null},53059:function(t,e,n){var r; -/** - * @license - * Lodash - * Copyright OpenJS Foundation and other contributors - * Released under MIT license - * Based on Underscore.js 1.8.3 - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */t=n.nmd(t),function(){var i,o="Expected a function",s="__lodash_hash_undefined__",a="__lodash_placeholder__",l=16,c=32,u=64,d=128,p=256,h=1/0,f=9007199254740991,g=NaN,v=4294967295,b=[["ary",d],["bind",1],["bindKey",2],["curry",8],["curryRight",l],["flip",512],["partial",c],["partialRight",u],["rearg",p]],m="[object Arguments]",y="[object Array]",x="[object Boolean]",_="[object Date]",w="[object Error]",C="[object Function]",S="[object GeneratorFunction]",E="[object Map]",O="[object Number]",j="[object Object]",P="[object Promise]",k="[object RegExp]",I="[object Set]",T="[object String]",A="[object Symbol]",D="[object WeakMap]",R="[object ArrayBuffer]",$="[object DataView]",N="[object Float32Array]",B="[object Float64Array]",F="[object Int8Array]",L="[object Int16Array]",M="[object Int32Array]",Z="[object Uint8Array]",H="[object Uint8ClampedArray]",z="[object Uint16Array]",U="[object Uint32Array]",W=/\b__p \+= '';/g,G=/\b(__p \+=) '' \+/g,V=/(__e\(.*?\)|\b__t\)) \+\n'';/g,q=/&(?:amp|lt|gt|quot|#39);/g,K=/[&<>"']/g,Y=RegExp(q.source),Q=RegExp(K.source),X=/<%-([\s\S]+?)%>/g,J=/<%([\s\S]+?)%>/g,tt=/<%=([\s\S]+?)%>/g,et=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,nt=/^\w*$/,rt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,it=/[\\^$.*+?()[\]{}|]/g,ot=RegExp(it.source),st=/^\s+|\s+$/g,at=/^\s+/,lt=/\s+$/,ct=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ut=/\{\n\/\* \[wrapped with (.+)\] \*/,dt=/,? & /,pt=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ht=/\\(\\)?/g,ft=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,gt=/\w*$/,vt=/^[-+]0x[0-9a-f]+$/i,bt=/^0b[01]+$/i,mt=/^\[object .+?Constructor\]$/,yt=/^0o[0-7]+$/i,xt=/^(?:0|[1-9]\d*)$/,_t=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,wt=/($^)/,Ct=/['\n\r\u2028\u2029\\]/g,St="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Et="\\u2700-\\u27bf",Ot="a-z\\xdf-\\xf6\\xf8-\\xff",jt="A-Z\\xc0-\\xd6\\xd8-\\xde",Pt="\\ufe0e\\ufe0f",kt="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",It="['’]",Tt="[\\ud800-\\udfff]",At="["+kt+"]",Dt="["+St+"]",Rt="\\d+",$t="[\\u2700-\\u27bf]",Nt="["+Ot+"]",Bt="[^\\ud800-\\udfff"+kt+Rt+Et+Ot+jt+"]",Ft="\\ud83c[\\udffb-\\udfff]",Lt="[^\\ud800-\\udfff]",Mt="(?:\\ud83c[\\udde6-\\uddff]){2}",Zt="[\\ud800-\\udbff][\\udc00-\\udfff]",Ht="["+jt+"]",zt="(?:"+Nt+"|"+Bt+")",Ut="(?:"+Ht+"|"+Bt+")",Wt="(?:['’](?:d|ll|m|re|s|t|ve))?",Gt="(?:['’](?:D|LL|M|RE|S|T|VE))?",Vt="(?:"+Dt+"|"+Ft+")"+"?",qt="[\\ufe0e\\ufe0f]?",Kt=qt+Vt+("(?:\\u200d(?:"+[Lt,Mt,Zt].join("|")+")"+qt+Vt+")*"),Yt="(?:"+[$t,Mt,Zt].join("|")+")"+Kt,Qt="(?:"+[Lt+Dt+"?",Dt,Mt,Zt,Tt].join("|")+")",Xt=RegExp(It,"g"),Jt=RegExp(Dt,"g"),te=RegExp(Ft+"(?="+Ft+")|"+Qt+Kt,"g"),ee=RegExp([Ht+"?"+Nt+"+"+Wt+"(?="+[At,Ht,"$"].join("|")+")",Ut+"+"+Gt+"(?="+[At,Ht+zt,"$"].join("|")+")",Ht+"?"+zt+"+"+Wt,Ht+"+"+Gt,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Rt,Yt].join("|"),"g"),ne=RegExp("[\\u200d\\ud800-\\udfff"+St+Pt+"]"),re=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ie=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],oe=-1,se={};se[N]=se[B]=se[F]=se[L]=se[M]=se[Z]=se[H]=se[z]=se[U]=!0,se[m]=se[y]=se[R]=se[x]=se[$]=se[_]=se[w]=se[C]=se[E]=se[O]=se[j]=se[k]=se[I]=se[T]=se[D]=!1;var ae={};ae[m]=ae[y]=ae[R]=ae[$]=ae[x]=ae[_]=ae[N]=ae[B]=ae[F]=ae[L]=ae[M]=ae[E]=ae[O]=ae[j]=ae[k]=ae[I]=ae[T]=ae[A]=ae[Z]=ae[H]=ae[z]=ae[U]=!0,ae[w]=ae[C]=ae[D]=!1;var le={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ce=parseFloat,ue=parseInt,de="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,pe="object"==typeof self&&self&&self.Object===Object&&self,he=de||pe||Function("return this")(),fe=e&&!e.nodeType&&e,ge=fe&&t&&!t.nodeType&&t,ve=ge&&ge.exports===fe,be=ve&&de.process,me=function(){try{var t=ge&&ge.require&&ge.require("util").types;return t||be&&be.binding&&be.binding("util")}catch(t){}}(),ye=me&&me.isArrayBuffer,xe=me&&me.isDate,_e=me&&me.isMap,we=me&&me.isRegExp,Ce=me&&me.isSet,Se=me&&me.isTypedArray;function Ee(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function Oe(t,e,n,r){for(var i=-1,o=null==t?0:t.length;++i-1}function Ae(t,e,n){for(var r=-1,i=null==t?0:t.length;++r-1;);return n}function tn(t,e){for(var n=t.length;n--&&Ze(e,t[n],0)>-1;);return n}function en(t,e){for(var n=t.length,r=0;n--;)t[n]===e&&++r;return r}var nn=Ge({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),rn=Ge({"&":"&","<":"<",">":">",'"':""","'":"'"});function on(t){return"\\"+le[t]}function sn(t){return ne.test(t)}function an(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}function ln(t,e){return function(n){return t(e(n))}}function cn(t,e){for(var n=-1,r=t.length,i=0,o=[];++n",""":'"',"'":"'"});var gn=function t(e){var n,r=(e=null==e?he:gn.defaults(he.Object(),e,gn.pick(he,ie))).Array,St=e.Date,Et=e.Error,Ot=e.Function,jt=e.Math,Pt=e.Object,kt=e.RegExp,It=e.String,Tt=e.TypeError,At=r.prototype,Dt=Ot.prototype,Rt=Pt.prototype,$t=e["__core-js_shared__"],Nt=Dt.toString,Bt=Rt.hasOwnProperty,Ft=0,Lt=(n=/[^.]+$/.exec($t&&$t.keys&&$t.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Mt=Rt.toString,Zt=Nt.call(Pt),Ht=he._,zt=kt("^"+Nt.call(Bt).replace(it,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ut=ve?e.Buffer:i,Wt=e.Symbol,Gt=e.Uint8Array,Vt=Ut?Ut.allocUnsafe:i,qt=ln(Pt.getPrototypeOf,Pt),Kt=Pt.create,Yt=Rt.propertyIsEnumerable,Qt=At.splice,te=Wt?Wt.isConcatSpreadable:i,ne=Wt?Wt.iterator:i,le=Wt?Wt.toStringTag:i,de=function(){try{var t=ho(Pt,"defineProperty");return t({},"",{}),t}catch(t){}}(),pe=e.clearTimeout!==he.clearTimeout&&e.clearTimeout,fe=St&&St.now!==he.Date.now&&St.now,ge=e.setTimeout!==he.setTimeout&&e.setTimeout,be=jt.ceil,me=jt.floor,Fe=Pt.getOwnPropertySymbols,Ge=Ut?Ut.isBuffer:i,vn=e.isFinite,bn=At.join,mn=ln(Pt.keys,Pt),yn=jt.max,xn=jt.min,_n=St.now,wn=e.parseInt,Cn=jt.random,Sn=At.reverse,En=ho(e,"DataView"),On=ho(e,"Map"),jn=ho(e,"Promise"),Pn=ho(e,"Set"),kn=ho(e,"WeakMap"),In=ho(Pt,"create"),Tn=kn&&new kn,An={},Dn=Mo(En),Rn=Mo(On),$n=Mo(jn),Nn=Mo(Pn),Bn=Mo(kn),Fn=Wt?Wt.prototype:i,Ln=Fn?Fn.valueOf:i,Mn=Fn?Fn.toString:i;function Zn(t){if(ra(t)&&!Gs(t)&&!(t instanceof Wn)){if(t instanceof Un)return t;if(Bt.call(t,"__wrapped__"))return Zo(t)}return new Un(t)}var Hn=function(){function t(){}return function(e){if(!na(e))return{};if(Kt)return Kt(e);t.prototype=e;var n=new t;return t.prototype=i,n}}();function zn(){}function Un(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=i}function Wn(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=v,this.__views__=[]}function Gn(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e=e?t:e)),t}function cr(t,e,n,r,o,s){var a,l=1&e,c=2&e,u=4&e;if(n&&(a=o?n(t,r,o,s):n(t)),a!==i)return a;if(!na(t))return t;var d=Gs(t);if(d){if(a=function(t){var e=t.length,n=new t.constructor(e);e&&"string"==typeof t[0]&&Bt.call(t,"index")&&(n.index=t.index,n.input=t.input);return n}(t),!l)return Ii(t,a)}else{var p=vo(t),h=p==C||p==S;if(Ys(t))return Si(t,l);if(p==j||p==m||h&&!o){if(a=c||h?{}:mo(t),!l)return c?function(t,e){return Ti(t,go(t),e)}(t,function(t,e){return t&&Ti(e,Ra(e),t)}(a,t)):function(t,e){return Ti(t,fo(t),e)}(t,or(a,t))}else{if(!ae[p])return o?t:{};a=function(t,e,n){var r=t.constructor;switch(e){case R:return Ei(t);case x:case _:return new r(+t);case $:return function(t,e){var n=e?Ei(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}(t,n);case N:case B:case F:case L:case M:case Z:case H:case z:case U:return Oi(t,n);case E:return new r;case O:case T:return new r(t);case k:return function(t){var e=new t.constructor(t.source,gt.exec(t));return e.lastIndex=t.lastIndex,e}(t);case I:return new r;case A:return i=t,Ln?Pt(Ln.call(i)):{}}var i}(t,p,l)}}s||(s=new Yn);var f=s.get(t);if(f)return f;s.set(t,a),la(t)?t.forEach((function(r){a.add(cr(r,e,n,r,t,s))})):ia(t)&&t.forEach((function(r,i){a.set(i,cr(r,e,n,i,t,s))}));var g=d?i:(u?c?oo:io:c?Ra:Da)(t);return je(g||t,(function(r,i){g&&(r=t[i=r]),nr(a,i,cr(r,e,n,i,t,s))})),a}function ur(t,e,n){var r=n.length;if(null==t)return!r;for(t=Pt(t);r--;){var o=n[r],s=e[o],a=t[o];if(a===i&&!(o in t)||!s(a))return!1}return!0}function dr(t,e,n){if("function"!=typeof t)throw new Tt(o);return Do((function(){t.apply(i,n)}),e)}function pr(t,e,n,r){var i=-1,o=Te,s=!0,a=t.length,l=[],c=e.length;if(!a)return l;n&&(e=De(e,Ye(n))),r?(o=Ae,s=!1):e.length>=200&&(o=Xe,s=!1,e=new Kn(e));t:for(;++i-1},Vn.prototype.set=function(t,e){var n=this.__data__,r=rr(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this},qn.prototype.clear=function(){this.size=0,this.__data__={hash:new Gn,map:new(On||Vn),string:new Gn}},qn.prototype.delete=function(t){var e=uo(this,t).delete(t);return this.size-=e?1:0,e},qn.prototype.get=function(t){return uo(this,t).get(t)},qn.prototype.has=function(t){return uo(this,t).has(t)},qn.prototype.set=function(t,e){var n=uo(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this},Kn.prototype.add=Kn.prototype.push=function(t){return this.__data__.set(t,s),this},Kn.prototype.has=function(t){return this.__data__.has(t)},Yn.prototype.clear=function(){this.__data__=new Vn,this.size=0},Yn.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},Yn.prototype.get=function(t){return this.__data__.get(t)},Yn.prototype.has=function(t){return this.__data__.has(t)},Yn.prototype.set=function(t,e){var n=this.__data__;if(n instanceof Vn){var r=n.__data__;if(!On||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new qn(r)}return n.set(t,e),this.size=n.size,this};var hr=Ri(_r),fr=Ri(wr,!0);function gr(t,e){var n=!0;return hr(t,(function(t,r,i){return n=!!e(t,r,i)})),n}function vr(t,e,n){for(var r=-1,o=t.length;++r0&&n(a)?e>1?mr(a,e-1,n,r,i):Re(i,a):r||(i[i.length]=a)}return i}var yr=$i(),xr=$i(!0);function _r(t,e){return t&&yr(t,e,Da)}function wr(t,e){return t&&xr(t,e,Da)}function Cr(t,e){return Ie(e,(function(e){return Js(t[e])}))}function Sr(t,e){for(var n=0,r=(e=xi(e,t)).length;null!=t&&ne}function Pr(t,e){return null!=t&&Bt.call(t,e)}function kr(t,e){return null!=t&&e in Pt(t)}function Ir(t,e,n){for(var o=n?Ae:Te,s=t[0].length,a=t.length,l=a,c=r(a),u=1/0,d=[];l--;){var p=t[l];l&&e&&(p=De(p,Ye(e))),u=xn(p.length,u),c[l]=!n&&(e||s>=120&&p.length>=120)?new Kn(l&&p):i}p=t[0];var h=-1,f=c[0];t:for(;++h=a?l:l*("desc"==n[r]?-1:1)}return t.index-e.index}(t,e,n)}))}function Gr(t,e,n){for(var r=-1,i=e.length,o={};++r-1;)a!==t&&Qt.call(a,l,1),Qt.call(t,l,1);return t}function qr(t,e){for(var n=t?e.length:0,r=n-1;n--;){var i=e[n];if(n==r||i!==o){var o=i;xo(i)?Qt.call(t,i,1):pi(t,i)}}return t}function Kr(t,e){return t+me(Cn()*(e-t+1))}function Yr(t,e){var n="";if(!t||e<1||e>f)return n;do{e%2&&(n+=t),(e=me(e/2))&&(t+=t)}while(e);return n}function Qr(t,e){return Ro(Po(t,e,ol),t+"")}function Xr(t){return Xn(Ha(t))}function Jr(t,e){var n=Ha(t);return Bo(n,lr(e,0,n.length))}function ti(t,e,n,r){if(!na(t))return t;for(var o=-1,s=(e=xi(e,t)).length,a=s-1,l=t;null!=l&&++oo?0:o+e),(n=n>o?o:n)<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var s=r(o);++i>>1,s=t[o];null!==s&&!ua(s)&&(n?s<=e:s=200){var c=e?null:Yi(t);if(c)return un(c);s=!1,i=Xe,l=new Kn}else l=e?[]:a;t:for(;++r=r?t:ii(t,e,n)}var Ci=pe||function(t){return he.clearTimeout(t)};function Si(t,e){if(e)return t.slice();var n=t.length,r=Vt?Vt(n):new t.constructor(n);return t.copy(r),r}function Ei(t){var e=new t.constructor(t.byteLength);return new Gt(e).set(new Gt(t)),e}function Oi(t,e){var n=e?Ei(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function ji(t,e){if(t!==e){var n=t!==i,r=null===t,o=t==t,s=ua(t),a=e!==i,l=null===e,c=e==e,u=ua(e);if(!l&&!u&&!s&&t>e||s&&a&&c&&!l&&!u||r&&a&&c||!n&&c||!o)return 1;if(!r&&!s&&!u&&t1?n[o-1]:i,a=o>2?n[2]:i;for(s=t.length>3&&"function"==typeof s?(o--,s):i,a&&_o(n[0],n[1],a)&&(s=o<3?i:s,o=1),e=Pt(e);++r-1?o[s?e[a]:a]:i}}function Mi(t){return ro((function(e){var n=e.length,r=n,s=Un.prototype.thru;for(t&&e.reverse();r--;){var a=e[r];if("function"!=typeof a)throw new Tt(o);if(s&&!l&&"wrapper"==ao(a))var l=new Un([],!0)}for(r=l?r:n;++r1&&y.reverse(),h&&ul))return!1;var u=s.get(t),d=s.get(e);if(u&&d)return u==e&&d==t;var p=-1,h=!0,f=2&n?new Kn:i;for(s.set(t,e),s.set(e,t);++p-1&&t%1==0&&t1?"& ":"")+e[r],e=e.join(n>2?", ":" "),t.replace(ct,"{\n/* [wrapped with "+e+"] */\n")}(r,function(t,e){return je(b,(function(n){var r="_."+n[0];e&n[1]&&!Te(t,r)&&t.push(r)})),t.sort()}(function(t){var e=t.match(ut);return e?e[1].split(dt):[]}(r),n)))}function No(t){var e=0,n=0;return function(){var r=_n(),o=16-(r-n);if(n=r,o>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(i,arguments)}}function Bo(t,e){var n=-1,r=t.length,o=r-1;for(e=e===i?r:e;++n1?t[e-1]:i;return n="function"==typeof n?(t.pop(),n):i,as(t,n)}));function fs(t){var e=Zn(t);return e.__chain__=!0,e}function gs(t,e){return e(t)}var vs=ro((function(t){var e=t.length,n=e?t[0]:0,r=this.__wrapped__,o=function(e){return ar(e,t)};return!(e>1||this.__actions__.length)&&r instanceof Wn&&xo(n)?((r=r.slice(n,+n+(e?1:0))).__actions__.push({func:gs,args:[o],thisArg:i}),new Un(r,this.__chain__).thru((function(t){return e&&!t.length&&t.push(i),t}))):this.thru(o)}));var bs=Ai((function(t,e,n){Bt.call(t,n)?++t[n]:sr(t,n,1)}));var ms=Li(Wo),ys=Li(Go);function xs(t,e){return(Gs(t)?je:hr)(t,co(e,3))}function _s(t,e){return(Gs(t)?Pe:fr)(t,co(e,3))}var ws=Ai((function(t,e,n){Bt.call(t,n)?t[n].push(e):sr(t,n,[e])}));var Cs=Qr((function(t,e,n){var i=-1,o="function"==typeof e,s=qs(t)?r(t.length):[];return hr(t,(function(t){s[++i]=o?Ee(e,t,n):Tr(t,e,n)})),s})),Ss=Ai((function(t,e,n){sr(t,n,e)}));function Es(t,e){return(Gs(t)?De:Mr)(t,co(e,3))}var Os=Ai((function(t,e,n){t[n?0:1].push(e)}),(function(){return[[],[]]}));var js=Qr((function(t,e){if(null==t)return[];var n=e.length;return n>1&&_o(t,e[0],e[1])?e=[]:n>2&&_o(e[0],e[1],e[2])&&(e=[e[0]]),Wr(t,mr(e,1),[])})),Ps=fe||function(){return he.Date.now()};function ks(t,e,n){return e=n?i:e,e=t&&null==e?t.length:e,Xi(t,d,i,i,i,i,e)}function Is(t,e){var n;if("function"!=typeof e)throw new Tt(o);return t=va(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=i),n}}var Ts=Qr((function(t,e,n){var r=1;if(n.length){var i=cn(n,lo(Ts));r|=c}return Xi(t,r,e,n,i)})),As=Qr((function(t,e,n){var r=3;if(n.length){var i=cn(n,lo(As));r|=c}return Xi(e,r,t,n,i)}));function Ds(t,e,n){var r,s,a,l,c,u,d=0,p=!1,h=!1,f=!0;if("function"!=typeof t)throw new Tt(o);function g(e){var n=r,o=s;return r=s=i,d=e,l=t.apply(o,n)}function v(t){return d=t,c=Do(m,e),p?g(t):l}function b(t){var n=t-u;return u===i||n>=e||n<0||h&&t-d>=a}function m(){var t=Ps();if(b(t))return y(t);c=Do(m,function(t){var n=e-(t-u);return h?xn(n,a-(t-d)):n}(t))}function y(t){return c=i,f&&r?g(t):(r=s=i,l)}function x(){var t=Ps(),n=b(t);if(r=arguments,s=this,u=t,n){if(c===i)return v(u);if(h)return Ci(c),c=Do(m,e),g(u)}return c===i&&(c=Do(m,e)),l}return e=ma(e)||0,na(n)&&(p=!!n.leading,a=(h="maxWait"in n)?yn(ma(n.maxWait)||0,e):a,f="trailing"in n?!!n.trailing:f),x.cancel=function(){c!==i&&Ci(c),d=0,r=u=s=c=i},x.flush=function(){return c===i?l:y(Ps())},x}var Rs=Qr((function(t,e){return dr(t,1,e)})),$s=Qr((function(t,e,n){return dr(t,ma(e)||0,n)}));function Ns(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new Tt(o);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var s=t.apply(this,r);return n.cache=o.set(i,s)||o,s};return n.cache=new(Ns.Cache||qn),n}function Bs(t){if("function"!=typeof t)throw new Tt(o);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}Ns.Cache=qn;var Fs=_i((function(t,e){var n=(e=1==e.length&&Gs(e[0])?De(e[0],Ye(co())):De(mr(e,1),Ye(co()))).length;return Qr((function(r){for(var i=-1,o=xn(r.length,n);++i=e})),Ws=Ar(function(){return arguments}())?Ar:function(t){return ra(t)&&Bt.call(t,"callee")&&!Yt.call(t,"callee")},Gs=r.isArray,Vs=ye?Ye(ye):function(t){return ra(t)&&Or(t)==R};function qs(t){return null!=t&&ea(t.length)&&!Js(t)}function Ks(t){return ra(t)&&qs(t)}var Ys=Ge||ml,Qs=xe?Ye(xe):function(t){return ra(t)&&Or(t)==_};function Xs(t){if(!ra(t))return!1;var e=Or(t);return e==w||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!sa(t)}function Js(t){if(!na(t))return!1;var e=Or(t);return e==C||e==S||"[object AsyncFunction]"==e||"[object Proxy]"==e}function ta(t){return"number"==typeof t&&t==va(t)}function ea(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=f}function na(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function ra(t){return null!=t&&"object"==typeof t}var ia=_e?Ye(_e):function(t){return ra(t)&&vo(t)==E};function oa(t){return"number"==typeof t||ra(t)&&Or(t)==O}function sa(t){if(!ra(t)||Or(t)!=j)return!1;var e=qt(t);if(null===e)return!0;var n=Bt.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Nt.call(n)==Zt}var aa=we?Ye(we):function(t){return ra(t)&&Or(t)==k};var la=Ce?Ye(Ce):function(t){return ra(t)&&vo(t)==I};function ca(t){return"string"==typeof t||!Gs(t)&&ra(t)&&Or(t)==T}function ua(t){return"symbol"==typeof t||ra(t)&&Or(t)==A}var da=Se?Ye(Se):function(t){return ra(t)&&ea(t.length)&&!!se[Or(t)]};var pa=Vi(Lr),ha=Vi((function(t,e){return t<=e}));function fa(t){if(!t)return[];if(qs(t))return ca(t)?hn(t):Ii(t);if(ne&&t[ne])return function(t){for(var e,n=[];!(e=t.next()).done;)n.push(e.value);return n}(t[ne]());var e=vo(t);return(e==E?an:e==I?un:Ha)(t)}function ga(t){return t?(t=ma(t))===h||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}function va(t){var e=ga(t),n=e%1;return e==e?n?e-n:e:0}function ba(t){return t?lr(va(t),0,v):0}function ma(t){if("number"==typeof t)return t;if(ua(t))return g;if(na(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=na(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(st,"");var n=bt.test(t);return n||yt.test(t)?ue(t.slice(2),n?2:8):vt.test(t)?g:+t}function ya(t){return Ti(t,Ra(t))}function xa(t){return null==t?"":ui(t)}var _a=Di((function(t,e){if(Eo(e)||qs(e))Ti(e,Da(e),t);else for(var n in e)Bt.call(e,n)&&nr(t,n,e[n])})),wa=Di((function(t,e){Ti(e,Ra(e),t)})),Ca=Di((function(t,e,n,r){Ti(e,Ra(e),t,r)})),Sa=Di((function(t,e,n,r){Ti(e,Da(e),t,r)})),Ea=ro(ar);var Oa=Qr((function(t,e){t=Pt(t);var n=-1,r=e.length,o=r>2?e[2]:i;for(o&&_o(e[0],e[1],o)&&(r=1);++n1),e})),Ti(t,oo(t),n),r&&(n=cr(n,7,eo));for(var i=e.length;i--;)pi(n,e[i]);return n}));var Fa=ro((function(t,e){return null==t?{}:function(t,e){return Gr(t,e,(function(e,n){return ka(t,n)}))}(t,e)}));function La(t,e){if(null==t)return{};var n=De(oo(t),(function(t){return[t]}));return e=co(e),Gr(t,n,(function(t,n){return e(t,n[0])}))}var Ma=Qi(Da),Za=Qi(Ra);function Ha(t){return null==t?[]:Qe(t,Da(t))}var za=Bi((function(t,e,n){return e=e.toLowerCase(),t+(n?Ua(e):e)}));function Ua(t){return Xa(xa(t).toLowerCase())}function Wa(t){return(t=xa(t))&&t.replace(_t,nn).replace(Jt,"")}var Ga=Bi((function(t,e,n){return t+(n?"-":"")+e.toLowerCase()})),Va=Bi((function(t,e,n){return t+(n?" ":"")+e.toLowerCase()})),qa=Ni("toLowerCase");var Ka=Bi((function(t,e,n){return t+(n?"_":"")+e.toLowerCase()}));var Ya=Bi((function(t,e,n){return t+(n?" ":"")+Xa(e)}));var Qa=Bi((function(t,e,n){return t+(n?" ":"")+e.toUpperCase()})),Xa=Ni("toUpperCase");function Ja(t,e,n){return t=xa(t),(e=n?i:e)===i?function(t){return re.test(t)}(t)?function(t){return t.match(ee)||[]}(t):function(t){return t.match(pt)||[]}(t):t.match(e)||[]}var tl=Qr((function(t,e){try{return Ee(t,i,e)}catch(t){return Xs(t)?t:new Et(t)}})),el=ro((function(t,e){return je(e,(function(e){e=Lo(e),sr(t,e,Ts(t[e],t))})),t}));function nl(t){return function(){return t}}var rl=Mi(),il=Mi(!0);function ol(t){return t}function sl(t){return Nr("function"==typeof t?t:cr(t,1))}var al=Qr((function(t,e){return function(n){return Tr(n,t,e)}})),ll=Qr((function(t,e){return function(n){return Tr(t,n,e)}}));function cl(t,e,n){var r=Da(e),i=Cr(e,r);null!=n||na(e)&&(i.length||!r.length)||(n=e,e=t,t=this,i=Cr(e,Da(e)));var o=!(na(n)&&"chain"in n&&!n.chain),s=Js(t);return je(i,(function(n){var r=e[n];t[n]=r,s&&(t.prototype[n]=function(){var e=this.__chain__;if(o||e){var n=t(this.__wrapped__),i=n.__actions__=Ii(this.__actions__);return i.push({func:r,args:arguments,thisArg:t}),n.__chain__=e,n}return r.apply(t,Re([this.value()],arguments))})})),t}function ul(){}var dl=Ui(De),pl=Ui(ke),hl=Ui(Be);function fl(t){return wo(t)?We(Lo(t)):function(t){return function(e){return Sr(e,t)}}(t)}var gl=Gi(),vl=Gi(!0);function bl(){return[]}function ml(){return!1}var yl=zi((function(t,e){return t+e}),0),xl=Ki("ceil"),_l=zi((function(t,e){return t/e}),1),wl=Ki("floor");var Cl,Sl=zi((function(t,e){return t*e}),1),El=Ki("round"),Ol=zi((function(t,e){return t-e}),0);return Zn.after=function(t,e){if("function"!=typeof e)throw new Tt(o);return t=va(t),function(){if(--t<1)return e.apply(this,arguments)}},Zn.ary=ks,Zn.assign=_a,Zn.assignIn=wa,Zn.assignInWith=Ca,Zn.assignWith=Sa,Zn.at=Ea,Zn.before=Is,Zn.bind=Ts,Zn.bindAll=el,Zn.bindKey=As,Zn.castArray=function(){if(!arguments.length)return[];var t=arguments[0];return Gs(t)?t:[t]},Zn.chain=fs,Zn.chunk=function(t,e,n){e=(n?_o(t,e,n):e===i)?1:yn(va(e),0);var o=null==t?0:t.length;if(!o||e<1)return[];for(var s=0,a=0,l=r(be(o/e));so?0:o+n),(r=r===i||r>o?o:va(r))<0&&(r+=o),r=n>r?0:ba(r);n>>0)?(t=xa(t))&&("string"==typeof e||null!=e&&!aa(e))&&!(e=ui(e))&&sn(t)?wi(hn(t),0,n):t.split(e,n):[]},Zn.spread=function(t,e){if("function"!=typeof t)throw new Tt(o);return e=null==e?0:yn(va(e),0),Qr((function(n){var r=n[e],i=wi(n,0,e);return r&&Re(i,r),Ee(t,this,i)}))},Zn.tail=function(t){var e=null==t?0:t.length;return e?ii(t,1,e):[]},Zn.take=function(t,e,n){return t&&t.length?ii(t,0,(e=n||e===i?1:va(e))<0?0:e):[]},Zn.takeRight=function(t,e,n){var r=null==t?0:t.length;return r?ii(t,(e=r-(e=n||e===i?1:va(e)))<0?0:e,r):[]},Zn.takeRightWhile=function(t,e){return t&&t.length?fi(t,co(e,3),!1,!0):[]},Zn.takeWhile=function(t,e){return t&&t.length?fi(t,co(e,3)):[]},Zn.tap=function(t,e){return e(t),t},Zn.throttle=function(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new Tt(o);return na(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Ds(t,e,{leading:r,maxWait:e,trailing:i})},Zn.thru=gs,Zn.toArray=fa,Zn.toPairs=Ma,Zn.toPairsIn=Za,Zn.toPath=function(t){return Gs(t)?De(t,Lo):ua(t)?[t]:Ii(Fo(xa(t)))},Zn.toPlainObject=ya,Zn.transform=function(t,e,n){var r=Gs(t),i=r||Ys(t)||da(t);if(e=co(e,4),null==n){var o=t&&t.constructor;n=i?r?new o:[]:na(t)&&Js(o)?Hn(qt(t)):{}}return(i?je:_r)(t,(function(t,r,i){return e(n,t,r,i)})),n},Zn.unary=function(t){return ks(t,1)},Zn.union=rs,Zn.unionBy=is,Zn.unionWith=os,Zn.uniq=function(t){return t&&t.length?di(t):[]},Zn.uniqBy=function(t,e){return t&&t.length?di(t,co(e,2)):[]},Zn.uniqWith=function(t,e){return e="function"==typeof e?e:i,t&&t.length?di(t,i,e):[]},Zn.unset=function(t,e){return null==t||pi(t,e)},Zn.unzip=ss,Zn.unzipWith=as,Zn.update=function(t,e,n){return null==t?t:hi(t,e,yi(n))},Zn.updateWith=function(t,e,n,r){return r="function"==typeof r?r:i,null==t?t:hi(t,e,yi(n),r)},Zn.values=Ha,Zn.valuesIn=function(t){return null==t?[]:Qe(t,Ra(t))},Zn.without=ls,Zn.words=Ja,Zn.wrap=function(t,e){return Ls(yi(e),t)},Zn.xor=cs,Zn.xorBy=us,Zn.xorWith=ds,Zn.zip=ps,Zn.zipObject=function(t,e){return bi(t||[],e||[],nr)},Zn.zipObjectDeep=function(t,e){return bi(t||[],e||[],ti)},Zn.zipWith=hs,Zn.entries=Ma,Zn.entriesIn=Za,Zn.extend=wa,Zn.extendWith=Ca,cl(Zn,Zn),Zn.add=yl,Zn.attempt=tl,Zn.camelCase=za,Zn.capitalize=Ua,Zn.ceil=xl,Zn.clamp=function(t,e,n){return n===i&&(n=e,e=i),n!==i&&(n=(n=ma(n))==n?n:0),e!==i&&(e=(e=ma(e))==e?e:0),lr(ma(t),e,n)},Zn.clone=function(t){return cr(t,4)},Zn.cloneDeep=function(t){return cr(t,5)},Zn.cloneDeepWith=function(t,e){return cr(t,5,e="function"==typeof e?e:i)},Zn.cloneWith=function(t,e){return cr(t,4,e="function"==typeof e?e:i)},Zn.conformsTo=function(t,e){return null==e||ur(t,e,Da(e))},Zn.deburr=Wa,Zn.defaultTo=function(t,e){return null==t||t!=t?e:t},Zn.divide=_l,Zn.endsWith=function(t,e,n){t=xa(t),e=ui(e);var r=t.length,o=n=n===i?r:lr(va(n),0,r);return(n-=e.length)>=0&&t.slice(n,o)==e},Zn.eq=Hs,Zn.escape=function(t){return(t=xa(t))&&Q.test(t)?t.replace(K,rn):t},Zn.escapeRegExp=function(t){return(t=xa(t))&&ot.test(t)?t.replace(it,"\\$&"):t},Zn.every=function(t,e,n){var r=Gs(t)?ke:gr;return n&&_o(t,e,n)&&(e=i),r(t,co(e,3))},Zn.find=ms,Zn.findIndex=Wo,Zn.findKey=function(t,e){return Le(t,co(e,3),_r)},Zn.findLast=ys,Zn.findLastIndex=Go,Zn.findLastKey=function(t,e){return Le(t,co(e,3),wr)},Zn.floor=wl,Zn.forEach=xs,Zn.forEachRight=_s,Zn.forIn=function(t,e){return null==t?t:yr(t,co(e,3),Ra)},Zn.forInRight=function(t,e){return null==t?t:xr(t,co(e,3),Ra)},Zn.forOwn=function(t,e){return t&&_r(t,co(e,3))},Zn.forOwnRight=function(t,e){return t&&wr(t,co(e,3))},Zn.get=Pa,Zn.gt=zs,Zn.gte=Us,Zn.has=function(t,e){return null!=t&&bo(t,e,Pr)},Zn.hasIn=ka,Zn.head=qo,Zn.identity=ol,Zn.includes=function(t,e,n,r){t=qs(t)?t:Ha(t),n=n&&!r?va(n):0;var i=t.length;return n<0&&(n=yn(i+n,0)),ca(t)?n<=i&&t.indexOf(e,n)>-1:!!i&&Ze(t,e,n)>-1},Zn.indexOf=function(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=null==n?0:va(n);return i<0&&(i=yn(r+i,0)),Ze(t,e,i)},Zn.inRange=function(t,e,n){return e=ga(e),n===i?(n=e,e=0):n=ga(n),function(t,e,n){return t>=xn(e,n)&&t=-9007199254740991&&t<=f},Zn.isSet=la,Zn.isString=ca,Zn.isSymbol=ua,Zn.isTypedArray=da,Zn.isUndefined=function(t){return t===i},Zn.isWeakMap=function(t){return ra(t)&&vo(t)==D},Zn.isWeakSet=function(t){return ra(t)&&"[object WeakSet]"==Or(t)},Zn.join=function(t,e){return null==t?"":bn.call(t,e)},Zn.kebabCase=Ga,Zn.last=Xo,Zn.lastIndexOf=function(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var o=r;return n!==i&&(o=(o=va(n))<0?yn(r+o,0):xn(o,r-1)),e==e?function(t,e,n){for(var r=n+1;r--;)if(t[r]===e)return r;return r}(t,e,o):Me(t,ze,o,!0)},Zn.lowerCase=Va,Zn.lowerFirst=qa,Zn.lt=pa,Zn.lte=ha,Zn.max=function(t){return t&&t.length?vr(t,ol,jr):i},Zn.maxBy=function(t,e){return t&&t.length?vr(t,co(e,2),jr):i},Zn.mean=function(t){return Ue(t,ol)},Zn.meanBy=function(t,e){return Ue(t,co(e,2))},Zn.min=function(t){return t&&t.length?vr(t,ol,Lr):i},Zn.minBy=function(t,e){return t&&t.length?vr(t,co(e,2),Lr):i},Zn.stubArray=bl,Zn.stubFalse=ml,Zn.stubObject=function(){return{}},Zn.stubString=function(){return""},Zn.stubTrue=function(){return!0},Zn.multiply=Sl,Zn.nth=function(t,e){return t&&t.length?Ur(t,va(e)):i},Zn.noConflict=function(){return he._===this&&(he._=Ht),this},Zn.noop=ul,Zn.now=Ps,Zn.pad=function(t,e,n){t=xa(t);var r=(e=va(e))?pn(t):0;if(!e||r>=e)return t;var i=(e-r)/2;return Wi(me(i),n)+t+Wi(be(i),n)},Zn.padEnd=function(t,e,n){t=xa(t);var r=(e=va(e))?pn(t):0;return e&&re){var r=t;t=e,e=r}if(n||t%1||e%1){var o=Cn();return xn(t+o*(e-t+ce("1e-"+((o+"").length-1))),e)}return Kr(t,e)},Zn.reduce=function(t,e,n){var r=Gs(t)?$e:Ve,i=arguments.length<3;return r(t,co(e,4),n,i,hr)},Zn.reduceRight=function(t,e,n){var r=Gs(t)?Ne:Ve,i=arguments.length<3;return r(t,co(e,4),n,i,fr)},Zn.repeat=function(t,e,n){return e=(n?_o(t,e,n):e===i)?1:va(e),Yr(xa(t),e)},Zn.replace=function(){var t=arguments,e=xa(t[0]);return t.length<3?e:e.replace(t[1],t[2])},Zn.result=function(t,e,n){var r=-1,o=(e=xi(e,t)).length;for(o||(o=1,t=i);++rf)return[];var n=v,r=xn(t,v);e=co(e),t-=v;for(var i=Ke(r,e);++n=s)return t;var l=n-pn(r);if(l<1)return r;var c=a?wi(a,0,l).join(""):t.slice(0,l);if(o===i)return c+r;if(a&&(l+=c.length-l),aa(o)){if(t.slice(l).search(o)){var u,d=c;for(o.global||(o=kt(o.source,xa(gt.exec(o))+"g")),o.lastIndex=0;u=o.exec(d);)var p=u.index;c=c.slice(0,p===i?l:p)}}else if(t.indexOf(ui(o),l)!=l){var h=c.lastIndexOf(o);h>-1&&(c=c.slice(0,h))}return c+r},Zn.unescape=function(t){return(t=xa(t))&&Y.test(t)?t.replace(q,fn):t},Zn.uniqueId=function(t){var e=++Ft;return xa(t)+e},Zn.upperCase=Qa,Zn.upperFirst=Xa,Zn.each=xs,Zn.eachRight=_s,Zn.first=qo,cl(Zn,(Cl={},_r(Zn,(function(t,e){Bt.call(Zn.prototype,e)||(Cl[e]=t)})),Cl),{chain:!1}),Zn.VERSION="4.17.19",je(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(t){Zn[t].placeholder=Zn})),je(["drop","take"],(function(t,e){Wn.prototype[t]=function(n){n=n===i?1:yn(va(n),0);var r=this.__filtered__&&!e?new Wn(this):this.clone();return r.__filtered__?r.__takeCount__=xn(n,r.__takeCount__):r.__views__.push({size:xn(n,v),type:t+(r.__dir__<0?"Right":"")}),r},Wn.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}})),je(["filter","map","takeWhile"],(function(t,e){var n=e+1,r=1==n||3==n;Wn.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:co(t,3),type:n}),e.__filtered__=e.__filtered__||r,e}})),je(["head","last"],(function(t,e){var n="take"+(e?"Right":"");Wn.prototype[t]=function(){return this[n](1).value()[0]}})),je(["initial","tail"],(function(t,e){var n="drop"+(e?"":"Right");Wn.prototype[t]=function(){return this.__filtered__?new Wn(this):this[n](1)}})),Wn.prototype.compact=function(){return this.filter(ol)},Wn.prototype.find=function(t){return this.filter(t).head()},Wn.prototype.findLast=function(t){return this.reverse().find(t)},Wn.prototype.invokeMap=Qr((function(t,e){return"function"==typeof t?new Wn(this):this.map((function(n){return Tr(n,t,e)}))})),Wn.prototype.reject=function(t){return this.filter(Bs(co(t)))},Wn.prototype.slice=function(t,e){t=va(t);var n=this;return n.__filtered__&&(t>0||e<0)?new Wn(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==i&&(n=(e=va(e))<0?n.dropRight(-e):n.take(e-t)),n)},Wn.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},Wn.prototype.toArray=function(){return this.take(v)},_r(Wn.prototype,(function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),r=/^(?:head|last)$/.test(e),o=Zn[r?"take"+("last"==e?"Right":""):e],s=r||/^find/.test(e);o&&(Zn.prototype[e]=function(){var e=this.__wrapped__,a=r?[1]:arguments,l=e instanceof Wn,c=a[0],u=l||Gs(e),d=function(t){var e=o.apply(Zn,Re([t],a));return r&&p?e[0]:e};u&&n&&"function"==typeof c&&1!=c.length&&(l=u=!1);var p=this.__chain__,h=!!this.__actions__.length,f=s&&!p,g=l&&!h;if(!s&&u){e=g?e:new Wn(this);var v=t.apply(e,a);return v.__actions__.push({func:gs,args:[d],thisArg:i}),new Un(v,p)}return f&&g?t.apply(this,a):(v=this.thru(d),f?r?v.value()[0]:v.value():v)})})),je(["pop","push","shift","sort","splice","unshift"],(function(t){var e=At[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",r=/^(?:pop|shift)$/.test(t);Zn.prototype[t]=function(){var t=arguments;if(r&&!this.__chain__){var i=this.value();return e.apply(Gs(i)?i:[],t)}return this[n]((function(n){return e.apply(Gs(n)?n:[],t)}))}})),_r(Wn.prototype,(function(t,e){var n=Zn[e];if(n){var r=n.name+"";Bt.call(An,r)||(An[r]=[]),An[r].push({name:e,func:n})}})),An[Zi(i,2).name]=[{name:"wrapper",func:i}],Wn.prototype.clone=function(){var t=new Wn(this.__wrapped__);return t.__actions__=Ii(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=Ii(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=Ii(this.__views__),t},Wn.prototype.reverse=function(){if(this.__filtered__){var t=new Wn(this);t.__dir__=-1,t.__filtered__=!0}else(t=this.clone()).__dir__*=-1;return t},Wn.prototype.value=function(){var t=this.__wrapped__.value(),e=this.__dir__,n=Gs(t),r=e<0,i=n?t.length:0,o=function(t,e,n){var r=-1,i=n.length;for(;++r=this.__values__.length;return{done:t,value:t?i:this.__values__[this.__index__++]}},Zn.prototype.plant=function(t){for(var e,n=this;n instanceof zn;){var r=Zo(n);r.__index__=0,r.__values__=i,e?o.__wrapped__=r:e=r;var o=r;n=n.__wrapped__}return o.__wrapped__=t,e},Zn.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof Wn){var e=t;return this.__actions__.length&&(e=new Wn(this)),(e=e.reverse()).__actions__.push({func:gs,args:[ns],thisArg:i}),new Un(e,this.__chain__)}return this.thru(ns)},Zn.prototype.toJSON=Zn.prototype.valueOf=Zn.prototype.value=function(){return gi(this.__wrapped__,this.__actions__)},Zn.prototype.first=Zn.prototype.head,ne&&(Zn.prototype[ne]=function(){return this}),Zn}();he._=gn,(r=function(){return gn}.call(e,n,e,t))===i||(t.exports=r)}.call(this)},21850:(t,e,n)=>{"use strict";function r(t,e){if(t.length!==e.length)return!1;for(var n=0;ni});const i=/^((20|5|88)5|22|571|908|991)$/.test(n.j)?function(t,e){var n;void 0===e&&(e=r);var i,o=[],s=!1;return function(){for(var r=[],a=0;a{"use strict";n.d(e,{Z:()=>h});var r=n(89526),i=n(66856),o=n.n(i),s=n(2652),a=n.n(s),l=n(17769),c=n.n(l),u=1073741823;function d(t){var e=[];return{on:function(t){e.push(t)},off:function(t){e=e.filter((function(e){return e!==t}))},get:function(){return t},set:function(n,r){t=n,e.forEach((function(e){return e(t,r)}))}}}var p=r.createContext||function(t,e){var n,i,s="__create-react-context-"+c()()+"__",l=function(t){function n(){var e;return(e=t.apply(this,arguments)||this).emitter=d(e.props.value),e}o()(n,t);var r=n.prototype;return r.getChildContext=function(){var t;return(t={})[s]=this.emitter,t},r.componentWillReceiveProps=function(t){if(this.props.value!==t.value){var n,r=this.props.value,i=t.value;((o=r)===(s=i)?0!==o||1/o==1/s:o!=o&&s!=s)?n=0:(n="function"==typeof e?e(r,i):u,0!==(n|=0)&&this.emitter.set(t.value,n))}var o,s},r.render=function(){return this.props.children},n}(r.Component);l.childContextTypes=((n={})[s]=a().object.isRequired,n);var p=function(e){function n(){var t;return(t=e.apply(this,arguments)||this).state={value:t.getValue()},t.onUpdate=function(e,n){0!=((0|t.observedBits)&n)&&t.setState({value:t.getValue()})},t}o()(n,e);var r=n.prototype;return r.componentWillReceiveProps=function(t){var e=t.observedBits;this.observedBits=null==e?u:e},r.componentDidMount=function(){this.context[s]&&this.context[s].on(this.onUpdate);var t=this.props.observedBits;this.observedBits=null==t?u:t},r.componentWillUnmount=function(){this.context[s]&&this.context[s].off(this.onUpdate)},r.getValue=function(){return this.context[s]?this.context[s].get():t},r.render=function(){return(t=this.props.children,Array.isArray(t)?t[0]:t)(this.state.value);var t},n}(r.Component);return p.contextTypes=((i={})[s]=a().object,i),{Provider:l,Consumer:p}};const h=/^(5(5|51|71)|9(08|37|91)|154|205|22|360|885)$/.test(n.j)?p:null},99813:t=>{"use strict"; -/* -object-assign -(c) Sindre Sorhus -@license MIT -*/var e=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function i(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}t.exports=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(t){return e[t]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(t){r[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(t){return!1}}()?Object.assign:function(t,o){for(var s,a,l=i(t),c=1;c{"use strict";var e=function(t){return t!=t};t.exports=function(t,n){return 0===t&&0===n?1/t==1/n:t===n||!(!e(t)||!e(n))}},806:(t,e,n)=>{"use strict";var r=Object.prototype.hasOwnProperty,i=Object.prototype.toString,o=Array.prototype.slice,s=n(84418),a=Object.prototype.propertyIsEnumerable,l=!a.call({toString:null},"toString"),c=a.call((function(){}),"prototype"),u=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],d=function(t){var e=t.constructor;return e&&e.prototype===t},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},h=function(){if("undefined"==typeof window)return!1;for(var t in window)try{if(!p["$"+t]&&r.call(window,t)&&null!==window[t]&&"object"==typeof window[t])try{d(window[t])}catch(t){return!0}}catch(t){return!0}return!1}(),f=function(t){var e=null!==t&&"object"==typeof t,n="[object Function]"===i.call(t),o=s(t),a=e&&"[object String]"===i.call(t),p=[];if(!e&&!n&&!o)throw new TypeError("Object.keys called on a non-object");var f=c&&n;if(a&&t.length>0&&!r.call(t,0))for(var g=0;g0)for(var v=0;v{"use strict";var e=Object.prototype.toString;t.exports=function(t){var n=e.call(t),r="[object Arguments]"===n;return r||(r="[object Array]"!==n&&null!==t&&"object"==typeof t&&"number"==typeof t.length&&t.length>=0&&"[object Function]"===e.call(t.callee)),r}},39455:(t,e,n)=>{var r=n(87955);t.exports=h,t.exports.parse=o,t.exports.compile=function(t,e){return a(o(t,e),e)},t.exports.tokensToFunction=a,t.exports.tokensToRegExp=p;var i=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function o(t,e){for(var n,r=[],o=0,s=0,a="",u=e&&e.delimiter||"/";null!=(n=i.exec(t));){var d=n[0],p=n[1],h=n.index;if(a+=t.slice(s,h),s=h+d.length,p)a+=p[1];else{var f=t[s],g=n[2],v=n[3],b=n[4],m=n[5],y=n[6],x=n[7];a&&(r.push(a),a="");var _=null!=g&&null!=f&&f!==g,w="+"===y||"*"===y,C="?"===y||"*"===y,S=n[2]||u,E=b||m;r.push({name:v||o++,prefix:g||"",delimiter:S,optional:C,repeat:w,partial:_,asterisk:!!x,pattern:E?c(E):x?".*":"[^"+l(S)+"]+?"})}}return s{var e,n,r=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function s(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!e)&&setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(n){try{return e.call(null,t,0)}catch(n){return e.call(this,t,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:i}catch(t){e=i}try{n="function"==typeof clearTimeout?clearTimeout:o}catch(t){n=o}}();var a,l=[],c=!1,u=-1;function d(){c&&a&&(c=!1,a.length?l=a.concat(l):u=-1,l.length&&p())}function p(){if(!c){var t=s(d);c=!0;for(var e=l.length;e;){for(a=l,l=[];++u1)for(var n=1;n{"use strict";var r=n(49567);function i(){}function o(){}o.resetWarningCache=i,t.exports=function(){function t(t,e,n,i,o,s){if(s!==r){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function e(){return t}t.isRequired=t;var n={array:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:e,element:t,elementType:t,instanceOf:e,node:t,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:o,resetWarningCache:i};return n.PropTypes=n,n}},2652:(t,e,n)=>{t.exports=n(5372)()},49567:t=>{"use strict";t.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},19060:(t,e)=>{"use strict";e.Z=function(t){var e=void 0,n=function(n,r){return function(){e=null,t.apply(n,r)}},r=function(){if(null==e){for(var t=arguments.length,r=Array(t),i=0;i{"use strict";function r(t){return"/"===t.charAt(0)}function i(t,e){for(var n=e,r=n+1,i=t.length;ro});const o=/^(5(5|51|71)|9(08|37|91)|154|205|22|360|885)$/.test(n.j)?function(t,e){void 0===e&&(e="");var n,o=t&&t.split("/")||[],s=e&&e.split("/")||[],a=t&&r(t),l=e&&r(e),c=a||l;if(t&&r(t)?s=o:o.length&&(s.pop(),s=s.concat(o)),!s.length)return"/";if(s.length){var u=s[s.length-1];n="."===u||".."===u||""===u}else n=!1;for(var d=0,p=s.length;p>=0;p--){var h=s[p];"."===h?i(s,p):".."===h?(i(s,p),d++):d&&(i(s,p),d--)}if(!c)for(;d--;d)s.unshift("..");!c||""===s[0]||s[0]&&r(s[0])||s.unshift("");var f=s.join("/");return n&&"/"!==f.substr(-1)&&(f+="/"),f}:null},41196:(t,e)=>{"use strict"; -/** @license React v0.19.1 - * scheduler.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var n,r,i,o,s;if("undefined"==typeof window||"function"!=typeof MessageChannel){var a=null,l=null,c=function(){if(null!==a)try{var t=e.unstable_now();a(!0,t),a=null}catch(t){throw setTimeout(c,0),t}},u=Date.now();e.unstable_now=function(){return Date.now()-u},n=function(t){null!==a?setTimeout(n,0,t):(a=t,setTimeout(c,0))},r=function(t,e){l=setTimeout(t,e)},i=function(){clearTimeout(l)},o=function(){return!1},s=e.unstable_forceFrameRate=function(){}}else{var d=window.performance,p=window.Date,h=window.setTimeout,f=window.clearTimeout;if("undefined"!=typeof console){var g=window.cancelAnimationFrame;"function"!=typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!=typeof g&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if("object"==typeof d&&"function"==typeof d.now)e.unstable_now=function(){return d.now()};else{var v=p.now();e.unstable_now=function(){return p.now()-v}}var b=!1,m=null,y=-1,x=5,_=0;o=function(){return e.unstable_now()>=_},s=function(){},e.unstable_forceFrameRate=function(t){0>t||125>>1,i=t[r];if(!(void 0!==i&&0j(s,n))void 0!==l&&0>j(l,s)?(t[r]=l,t[a]=n,r=a):(t[r]=s,t[o]=n,r=o);else{if(!(void 0!==l&&0>j(l,n)))break t;t[r]=l,t[a]=n,r=a}}}return e}return null}function j(t,e){var n=t.sortIndex-e.sortIndex;return 0!==n?n:t.id-e.id}var P=[],k=[],I=1,T=null,A=3,D=!1,R=!1,$=!1;function N(t){for(var e=E(k);null!==e;){if(null===e.callback)O(k);else{if(!(e.startTime<=t))break;O(k),e.sortIndex=e.expirationTime,S(P,e)}e=E(k)}}function B(t){if($=!1,N(t),!R)if(null!==E(P))R=!0,n(F);else{var e=E(k);null!==e&&r(B,e.startTime-t)}}function F(t,n){R=!1,$&&($=!1,i()),D=!0;var s=A;try{for(N(n),T=E(P);null!==T&&(!(T.expirationTime>n)||t&&!o());){var a=T.callback;if(null!==a){T.callback=null,A=T.priorityLevel;var l=a(T.expirationTime<=n);n=e.unstable_now(),"function"==typeof l?T.callback=l:T===E(P)&&O(P),N(n)}else O(P);T=E(P)}if(null!==T)var c=!0;else{var u=E(k);null!==u&&r(B,u.startTime-n),c=!1}return c}finally{T=null,A=s,D=!1}}function L(t){switch(t){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var M=s;e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(t){t.callback=null},e.unstable_continueExecution=function(){R||D||(R=!0,n(F))},e.unstable_getCurrentPriorityLevel=function(){return A},e.unstable_getFirstCallbackNode=function(){return E(P)},e.unstable_next=function(t){switch(A){case 1:case 2:case 3:var e=3;break;default:e=A}var n=A;A=e;try{return t()}finally{A=n}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=M,e.unstable_runWithPriority=function(t,e){switch(t){case 1:case 2:case 3:case 4:case 5:break;default:t=3}var n=A;A=t;try{return e()}finally{A=n}},e.unstable_scheduleCallback=function(t,o,s){var a=e.unstable_now();if("object"==typeof s&&null!==s){var l=s.delay;l="number"==typeof l&&0a?(t.sortIndex=l,S(k,t),null===E(P)&&t===E(k)&&($?i():$=!0,r(B,l-a))):(t.sortIndex=s,S(P,t),R||D||(R=!0,n(F))),t},e.unstable_shouldYield=function(){var t=e.unstable_now();N(t);var n=E(P);return n!==T&&null!==T&&null!==n&&null!==n.callback&&n.startTime<=t&&n.expirationTime{"use strict";t.exports=n(41196)},75701:(t,e,n)=>{"use strict";var r,i=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},o=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),s=[];function a(t){for(var e=-1,n=0;n{"use strict";n.r(e),n.d(e,{default:()=>r}),t=n.hmd(t);const r=function(t){var e,n=t.Symbol;return"function"==typeof n?n.observable?e=n.observable:(e=n("observable"),n.observable=e):e="@@observable",e}("undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==n.g?n.g:t)},78943:t=>{var e=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'],n=e.join(","),r="undefined"==typeof Element?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector;function i(t,e){e=e||{};var i,s,a,u=[],d=[],p=t.querySelectorAll(n);for(e.includeContainer&&r.call(t,n)&&(p=Array.prototype.slice.apply(p)).unshift(t),i=0;i{"use strict";n.d(e,{Z:()=>o});var r=!!/^(5(5|51|71)|9(08|37|91)|154|205|22|360|885)$/.test(n.j)||null,i="Invariant failed";const o=/^(5(5|51|71)|9(08|37|91)|154|205|22|360|885)$/.test(n.j)?function(t,e){if(!t){if(r)throw new Error(i);throw new Error(i+": "+(e||""))}}:null},33940:(t,e,n)=>{"use strict";n.d(e,{gn:()=>r});function r(t,e,n,r){var i,o=arguments.length,s=o<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,r);else for(var a=t.length-1;a>=0;a--)(i=t[a])&&(s=(o<3?i(s):o>3?i(e,n,s):i(e,n))||s);return o>3&&s&&Object.defineProperty(e,n,s),s}},79397:t=>{t.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},64489:(t,e,n)=>{"use strict";var r=n(77092),i=n(97427),o=n(54010),s=n(82527);function a(t){return t.call.bind(t)}var l="undefined"!=typeof BigInt,c="undefined"!=typeof Symbol,u=a(Object.prototype.toString),d=a(Number.prototype.valueOf),p=a(String.prototype.valueOf),h=a(Boolean.prototype.valueOf);if(l)var f=a(BigInt.prototype.valueOf);if(c)var g=a(Symbol.prototype.valueOf);function v(t,e){if("object"!=typeof t)return!1;try{return e(t),!0}catch(t){return!1}}function b(t){return"[object Map]"===u(t)}function m(t){return"[object Set]"===u(t)}function y(t){return"[object WeakMap]"===u(t)}function x(t){return"[object WeakSet]"===u(t)}function _(t){return"[object ArrayBuffer]"===u(t)}function w(t){return"undefined"!=typeof ArrayBuffer&&(_.working?_(t):t instanceof ArrayBuffer)}function C(t){return"[object DataView]"===u(t)}function S(t){return"undefined"!=typeof DataView&&(C.working?C(t):t instanceof DataView)}function E(t){return"[object SharedArrayBuffer]"===u(t)}function O(t){return"undefined"!=typeof SharedArrayBuffer&&(E.working?E(t):t instanceof SharedArrayBuffer)}function j(t){return v(t,d)}function P(t){return v(t,p)}function k(t){return v(t,h)}function I(t){return l&&v(t,f)}function T(t){return c&&v(t,g)}e.isArgumentsObject=r,e.isGeneratorFunction=i,e.isTypedArray=s,e.isPromise=function(t){return"undefined"!=typeof Promise&&t instanceof Promise||null!==t&&"object"==typeof t&&"function"==typeof t.then&&"function"==typeof t.catch},e.isArrayBufferView=function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):s(t)||S(t)},e.isUint8Array=function(t){return"Uint8Array"===o(t)},e.isUint8ClampedArray=function(t){return"Uint8ClampedArray"===o(t)},e.isUint16Array=function(t){return"Uint16Array"===o(t)},e.isUint32Array=function(t){return"Uint32Array"===o(t)},e.isInt8Array=function(t){return"Int8Array"===o(t)},e.isInt16Array=function(t){return"Int16Array"===o(t)},e.isInt32Array=function(t){return"Int32Array"===o(t)},e.isFloat32Array=function(t){return"Float32Array"===o(t)},e.isFloat64Array=function(t){return"Float64Array"===o(t)},e.isBigInt64Array=function(t){return"BigInt64Array"===o(t)},e.isBigUint64Array=function(t){return"BigUint64Array"===o(t)},b.working="undefined"!=typeof Map&&b(new Map),e.isMap=function(t){return"undefined"!=typeof Map&&(b.working?b(t):t instanceof Map)},m.working="undefined"!=typeof Set&&m(new Set),e.isSet=function(t){return"undefined"!=typeof Set&&(m.working?m(t):t instanceof Set)},y.working="undefined"!=typeof WeakMap&&y(new WeakMap),e.isWeakMap=function(t){return"undefined"!=typeof WeakMap&&(y.working?y(t):t instanceof WeakMap)},x.working="undefined"!=typeof WeakSet&&x(new WeakSet),e.isWeakSet=function(t){return x(t)},_.working="undefined"!=typeof ArrayBuffer&&_(new ArrayBuffer),e.isArrayBuffer=w,C.working="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView&&C(new DataView(new ArrayBuffer(1),0,1)),e.isDataView=S,E.working="undefined"!=typeof SharedArrayBuffer&&E(new SharedArrayBuffer),e.isSharedArrayBuffer=O,e.isAsyncFunction=function(t){return"[object AsyncFunction]"===u(t)},e.isMapIterator=function(t){return"[object Map Iterator]"===u(t)},e.isSetIterator=function(t){return"[object Set Iterator]"===u(t)},e.isGeneratorObject=function(t){return"[object Generator]"===u(t)},e.isWebAssemblyCompiledModule=function(t){return"[object WebAssembly.Module]"===u(t)},e.isNumberObject=j,e.isStringObject=P,e.isBooleanObject=k,e.isBigIntObject=I,e.isSymbolObject=T,e.isBoxedPrimitive=function(t){return j(t)||P(t)||k(t)||I(t)||T(t)},e.isAnyArrayBuffer=function(t){return"undefined"!=typeof Uint8Array&&(w(t)||O(t))},["isProxy","isExternal","isModuleNamespaceObject"].forEach((function(t){Object.defineProperty(e,t,{enumerable:!1,value:function(){throw new Error(t+" is not supported in userland")}})}))},85663:(t,e,n)=>{var r=n(82530),i=Object.getOwnPropertyDescriptors||function(t){for(var e=Object.keys(t),n={},r=0;r=i)return t;switch(t){case"%s":return String(r[n++]);case"%d":return Number(r[n++]);case"%j":try{return JSON.stringify(r[n++])}catch(t){return"[Circular]"}default:return t}})),a=r[n];n=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),v(n)?r.showHidden=n:n&&e._extend(r,n),x(r.showHidden)&&(r.showHidden=!1),x(r.depth)&&(r.depth=2),x(r.colors)&&(r.colors=!1),x(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=u),p(r,t,r.depth)}function u(t,e){var n=c.styles[e];return n?"["+c.colors[n][0]+"m"+t+"["+c.colors[n][1]+"m":t}function d(t,e){return t}function p(t,n,r){if(t.customInspect&&n&&E(n.inspect)&&n.inspect!==e.inspect&&(!n.constructor||n.constructor.prototype!==n)){var i=n.inspect(r,t);return y(i)||(i=p(t,i,r)),i}var o=function(t,e){if(x(e))return t.stylize("undefined","undefined");if(y(e)){var n="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(n,"string")}if(m(e))return t.stylize(""+e,"number");if(v(e))return t.stylize(""+e,"boolean");if(b(e))return t.stylize("null","null")}(t,n);if(o)return o;var s=Object.keys(n),a=function(t){var e={};return t.forEach((function(t,n){e[t]=!0})),e}(s);if(t.showHidden&&(s=Object.getOwnPropertyNames(n)),S(n)&&(s.indexOf("message")>=0||s.indexOf("description")>=0))return h(n);if(0===s.length){if(E(n)){var l=n.name?": "+n.name:"";return t.stylize("[Function"+l+"]","special")}if(_(n))return t.stylize(RegExp.prototype.toString.call(n),"regexp");if(C(n))return t.stylize(Date.prototype.toString.call(n),"date");if(S(n))return h(n)}var c,u="",d=!1,w=["{","}"];(g(n)&&(d=!0,w=["[","]"]),E(n))&&(u=" [Function"+(n.name?": "+n.name:"")+"]");return _(n)&&(u=" "+RegExp.prototype.toString.call(n)),C(n)&&(u=" "+Date.prototype.toUTCString.call(n)),S(n)&&(u=" "+h(n)),0!==s.length||d&&0!=n.length?r<0?_(n)?t.stylize(RegExp.prototype.toString.call(n),"regexp"):t.stylize("[Object]","special"):(t.seen.push(n),c=d?function(t,e,n,r,i){for(var o=[],s=0,a=e.length;s=0&&0,t+e.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60)return n[0]+(""===e?"":e+"\n ")+" "+t.join(",\n ")+" "+n[1];return n[0]+e+" "+t.join(", ")+" "+n[1]}(c,u,w)):w[0]+u+w[1]}function h(t){return"["+Error.prototype.toString.call(t)+"]"}function f(t,e,n,r,i,o){var s,a,l;if((l=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]}).get?a=l.set?t.stylize("[Getter/Setter]","special"):t.stylize("[Getter]","special"):l.set&&(a=t.stylize("[Setter]","special")),I(r,i)||(s="["+i+"]"),a||(t.seen.indexOf(l.value)<0?(a=b(n)?p(t,l.value,null):p(t,l.value,n-1)).indexOf("\n")>-1&&(a=o?a.split("\n").map((function(t){return" "+t})).join("\n").substr(2):"\n"+a.split("\n").map((function(t){return" "+t})).join("\n")):a=t.stylize("[Circular]","special")),x(s)){if(o&&i.match(/^\d+$/))return a;(s=JSON.stringify(""+i)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(s=s.substr(1,s.length-2),s=t.stylize(s,"name")):(s=s.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),s=t.stylize(s,"string"))}return s+": "+a}function g(t){return Array.isArray(t)}function v(t){return"boolean"==typeof t}function b(t){return null===t}function m(t){return"number"==typeof t}function y(t){return"string"==typeof t}function x(t){return void 0===t}function _(t){return w(t)&&"[object RegExp]"===O(t)}function w(t){return"object"==typeof t&&null!==t}function C(t){return w(t)&&"[object Date]"===O(t)}function S(t){return w(t)&&("[object Error]"===O(t)||t instanceof Error)}function E(t){return"function"==typeof t}function O(t){return Object.prototype.toString.call(t)}function j(t){return t<10?"0"+t.toString(10):t.toString(10)}e.debuglog=function(t){if(t=t.toUpperCase(),!s[t])if(a.test(t)){var n=r.pid;s[t]=function(){var r=e.format.apply(e,arguments);console.error("%s %d: %s",t,n,r)}}else s[t]=function(){};return s[t]},e.inspect=c,c.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},c.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},e.types=n(64489),e.isArray=g,e.isBoolean=v,e.isNull=b,e.isNullOrUndefined=function(t){return null==t},e.isNumber=m,e.isString=y,e.isSymbol=function(t){return"symbol"==typeof t},e.isUndefined=x,e.isRegExp=_,e.types.isRegExp=_,e.isObject=w,e.isDate=C,e.types.isDate=C,e.isError=S,e.types.isNativeError=S,e.isFunction=E,e.isPrimitive=function(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||void 0===t},e.isBuffer=n(79397);var P=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function k(){var t=new Date,e=[j(t.getHours()),j(t.getMinutes()),j(t.getSeconds())].join(":");return[t.getDate(),P[t.getMonth()],e].join(" ")}function I(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.log=function(){console.log("%s - %s",k(),e.format.apply(e,arguments))},e.inherits=n(48575),e._extend=function(t,e){if(!e||!w(e))return t;for(var n=Object.keys(e),r=n.length;r--;)t[n[r]]=e[n[r]];return t};var T="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function A(t,e){if(!t){var n=new Error("Promise was rejected with a falsy value");n.reason=t,t=n}return e(t)}e.promisify=function(t){if("function"!=typeof t)throw new TypeError('The "original" argument must be of type Function');if(T&&t[T]){var e;if("function"!=typeof(e=t[T]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(e,T,{value:e,enumerable:!1,writable:!1,configurable:!0}),e}function e(){for(var e,n,r=new Promise((function(t,r){e=t,n=r})),i=[],o=0;o{"use strict";function r(t){return t.valueOf?t.valueOf():Object.prototype.valueOf.call(t)}n.d(e,{Z:()=>i});const i=/^(5(5|51|71)|9(08|37|91)|205|22|885)$/.test(n.j)?function t(e,n){if(e===n)return!0;if(null==e||null==n)return!1;if(Array.isArray(e))return Array.isArray(n)&&e.length===n.length&&e.every((function(e,r){return t(e,n[r])}));if("object"==typeof e||"object"==typeof n){var i=r(e),o=r(n);return i!==e||o!==n?t(i,o):Object.keys(Object.assign({},e,n)).every((function(r){return t(e[r],n[r])}))}return!1}:null},89198:t=>{"use strict";t.exports=function(){}},54010:(t,e,n)=>{"use strict";var r=n(24175),i=n(48455),o=n(97615),s=o("Object.prototype.toString"),a=n(99905)()&&"symbol"==typeof Symbol.toStringTag,l=i(),c=o("String.prototype.slice"),u={},d=n(18711),p=Object.getPrototypeOf;a&&d&&p&&r(l,(function(t){if("function"==typeof n.g[t]){var e=new n.g[t];if(!(Symbol.toStringTag in e))throw new EvalError("this engine has support for Symbol.toStringTag, but "+t+" does not have the property! Please report this.");var r=p(e),i=d(r,Symbol.toStringTag);if(!i){var o=p(r);i=d(o,Symbol.toStringTag)}u[t]=i.get}}));var h=n(82527);t.exports=function(t){return!!h(t)&&(a?function(t){var e=!1;return r(u,(function(n,r){if(!e)try{var i=n.call(t);i===r&&(e=i)}catch(t){}})),e}(t):c(s(t),8,-1))}}}]); \ No newline at end of file diff --git a/static/misc/edge-surf/resources/js/lib_react.chunk.js b/static/misc/edge-surf/resources/js/lib_react.chunk.js deleted file mode 100644 index 56cf7507..00000000 --- a/static/misc/edge-surf/resources/js/lib_react.chunk.js +++ /dev/null @@ -1,25 +0,0 @@ -(self.webpackChunkedge_common=self.webpackChunkedge_common||[]).push([[692],{40885:(e,t,n)=>{"use strict";n.d(t,{v:()=>o,G:()=>i});var r=n(3588),o=(0,r.HP)((function(){return/firefox/i.test(navigator.userAgent)})),i=(0,r.HP)((function(){return Boolean(window.safari)}))},77922:(e,t,n)=>{"use strict";if(n.d(t,{Z:()=>i}),/^(205|55|991)$/.test(n.j))var r=n(3588);function o(e,t){for(var n=0;n0}},{key:"leave",value:function(e){var t=this.entered.length;return this.entered=(0,r.zu)(this.entered.filter(this.isNodeInDocument),e),t>0&&0===this.entered.length}},{key:"reset",value:function(){this.entered=[]}}])&&o(t.prototype,n),i&&o(t,i),e}():null},82112:(e,t,n)=>{"use strict";if(n.d(t,{Z:()=>p}),/^(205|55|991)$/.test(n.j))var r=n(77922);if(/^(205|55|991)$/.test(n.j))var o=n(40885);if(/^(205|55|991)$/.test(n.j))var i=n(52385);if(/^(205|55|991)$/.test(n.j))var a=n(19191);if(/^(205|55|991)$/.test(n.j))var u=n(14281);if(/^(205|55|991)$/.test(n.j))var l=n(78499);function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function c(e){for(var t=1;t{"use strict";function r(e,t){for(var n=0;no});var o=/^(205|55|991)$/.test(n.j)?function(){function e(t,n){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e);for(var r=t.length,o=[],i=0;ie))return n[u];s=u-1}}var f=e-t[a=Math.max(0,s)],d=f*f;return n[a]+r[a]*f+o[a]*d+i[a]*f*d}}])&&r(t.prototype,n),o&&r(t,o),e}():null},71274:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;no});var o=/^(205|55|991)$/.test(n.j)?function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.config=t,this.item={},this.initializeExposedProperties()}var t,n,o;return t=e,(n=[{key:"initializeExposedProperties",value:function(){var e=this;Object.keys(this.config.exposeProperties).forEach((function(t){Object.defineProperty(e.item,t,{configurable:!0,enumerable:!0,get:function(){return console.warn("Browser doesn't allow reading \"".concat(t,'" until the drop event.')),null}})}))}},{key:"loadDataTransfer",value:function(e){var t=this;if(e){var n={};Object.keys(this.config.exposeProperties).forEach((function(r){n[r]={value:t.config.exposeProperties[r](e,t.config.matchesTypes),configurable:!0,enumerable:!0}})),Object.defineProperties(this.item,n)}}},{key:"canDrag",value:function(){return!0}},{key:"beginDrag",value:function(){return this.item}},{key:"isDragging",value:function(e,t){return t===e.getSourceId()}},{key:"endDrag",value:function(){}}])&&r(t.prototype,n),o&&r(t,o),e}():null},19191:(e,t,n)=>{"use strict";if(n.d(t,{f:()=>i,w:()=>a}),/^(205|55|991)$/.test(n.j))var r=n(74838);if(/^(205|55|991)$/.test(n.j))var o=n(71274);function i(e,t){var n=new o.p(r.s[e]);return n.loadDataTransfer(t),n}function a(e){if(!e)return null;var t=Array.prototype.slice.call(e.types||[]);return Object.keys(r.s).filter((function(e){return r.s[e].matchesTypes.some((function(e){return t.indexOf(e)>-1}))}))[0]||null}},74838:(e,t,n)=>{"use strict";n.d(t,{s:()=>u});var r,o=n(14281);function i(e,t,n){var r=t.reduce((function(t,n){return t||e.getData(n)}),"");return null!=r?r:n}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var u=(a(r={},o.FILE,{exposeProperties:{files:function(e){return Array.prototype.slice.call(e.files)},items:function(e){return e.items}},matchesTypes:["Files"]}),a(r,o.URL,{exposeProperties:{urls:function(e,t){return i(e,t,"").split("\n")}},matchesTypes:["Url","text/uri-list"]}),a(r,o.TEXT,{exposeProperties:{text:function(e,t){return i(e,t,"")}},matchesTypes:["Text","text/plain"]}),r)},14281:(e,t,n)=>{"use strict";n.r(t),n.d(t,{FILE:()=>r,URL:()=>o,TEXT:()=>i});var r="__NATIVE_FILE__",o="__NATIVE_URL__",i="__NATIVE_TEXT__"},52385:(e,t,n)=>{"use strict";if(n.d(t,{g2:()=>i,K5:()=>a,rK:()=>u}),/^(205|55|991)$/.test(n.j))var r=n(40885);if(/^(205|55|991)$/.test(n.j))var o=n(1900);function i(e){var t=1===e.nodeType?e:e.parentElement;if(!t)return null;var n=t.getBoundingClientRect(),r=n.top;return{x:n.left,y:r}}function a(e){return{x:e.clientX,y:e.clientY}}function u(e,t,n,a,u){var l,s,c="IMG"===(l=t).nodeName&&((0,r.v)()||!document.documentElement.contains(l)),f=i(c?e:t),d={x:n.x-f.x,y:n.y-f.y},p=e.offsetWidth,h=e.offsetHeight,v=a.anchorX,g=a.anchorY,m=function(e,t,n,o){var i=e?t.width:n,a=e?t.height:o;return(0,r.G)()&&e&&(a/=window.devicePixelRatio,i/=window.devicePixelRatio),{dragPreviewWidth:i,dragPreviewHeight:a}}(c,t,p,h),y=m.dragPreviewWidth,b=m.dragPreviewHeight,w=u.offsetX,S=u.offsetY,T=0===S||S;return{x:0===w||w?w:new o.Z([0,.5,1],[d.x,d.x/p*y,d.x+y-p]).interpolate(v),y:T?S:(s=new o.Z([0,.5,1],[d.y,d.y/h*b,d.y+b-h]).interpolate(g),(0,r.G)()&&c&&(s+=(window.devicePixelRatio-1)*b),s)}}},78499:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;no});var o=/^(205|55|991)$/.test(n.j)?function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.globalContext=t}var t,n,o;return t=e,(n=[{key:"window",get:function(){return this.globalContext?this.globalContext:"undefined"!=typeof window?window:void 0}},{key:"document",get:function(){if(this.window)return this.window.document}}])&&r(t.prototype,n),o&&r(t,o),e}():null},15488:(e,t,n)=>{"use strict";var r;function o(){return r||((r=new Image).src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),r}n.d(t,{r:()=>o})},18064:(e,t,n)=>{"use strict";if(n.d(t,{ZP:()=>o}),/^(205|55|991)$/.test(n.j))var r=n(82112);const o=/^(205|55|991)$/.test(n.j)?function(e,t){return new r.Z(e,t)}:null},3588:(e,t,n)=>{"use strict";function r(e){var t=null;return function(){return null==t&&(t=e()),t}}function o(e,t){return e.filter((function(e){return e!==t}))}function i(e,t){var n=new Set,r=function(e){return n.add(e)};e.forEach(r),t.forEach(r);var o=[];return n.forEach((function(e){return o.push(e)})),o}n.d(t,{HP:()=>r,zu:()=>o,G0:()=>i})},15515:(e,t,n)=>{"use strict";n.d(t,{RY:()=>r.RY,R:()=>r.R,ZP:()=>r.ZP});var r=n(16768),o=n(89526),i=n(2652),a=n.n(i),u=n(17615),l=n(58675);function s(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var c=o.createContext(),f=function(e){var t,n,r,i,a,f=(t=function(e){return{currentOffset:e.getSourceClientOffset(),isDragging:e.isDragging(),itemType:e.getItemType(),item:e.getItem()}},n=(0,u.N)().getMonitor(),r=s((0,l.r)(n,t),2),i=r[0],a=r[1],(0,o.useEffect)((function(){return n.subscribeToOffsetChange(a)})),(0,o.useEffect)((function(){return n.subscribeToStateChange(a)})),i);if(!f.isDragging||null===f.currentOffset)return null;var d,p,h,v={itemType:f.itemType,item:f.item,style:(d=f.currentOffset,p="translate(".concat(d.x,"px, ").concat(d.y,"px)"),{pointerEvents:"none",position:"fixed",top:0,left:0,transform:p,WebkitTransform:p})};return h=e.children&&"function"==typeof e.children?e.children(v):e.children?e.children:e.generator(v),o.createElement(c.Provider,{value:v},h)};f.propTypes={generator:a().func,children:a().oneOfType([a().node,a().func])};const d=f;function p(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var h=function(e){var t=p((0,o.useState)(!1),2),n=t[0],i=t[1];return(0,o.useEffect)((function(){var e={backendChanged:function(e){i(e.previewEnabled())}};return r.li.register(e),function(){r.li.unregister(e)}})),n?o.createElement(d,e):null};h.Context=c,h.propTypes=d.propTypes},56706:(e,t,n)=>{"use strict";function r(e,t){for(var n=0;no});var o=/^(205|55|991)$/.test(n.j)?function(){function e(t,n){var r=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.enableTouchEvents=!0,this.enableMouseEvents=!1,this.enableKeyboardEvents=!1,this.ignoreContextMenu=!1,this.enableHoverOutsideTarget=!1,this.touchSlop=0,this.scrollAngleRanges=void 0,this.context=n,this.delayTouchStart=t.delayTouchStart||t.delay||0,this.delayMouseStart=t.delayMouseStart||t.delay||0,Object.keys(t).forEach((function(e){null!=t[e]&&(r[e]=t[e])}))}var t,n,o;return t=e,(n=[{key:"window",get:function(){return this.context&&this.context.window?this.context.window:"undefined"!=typeof window?window:void 0}},{key:"document",get:function(){if(this.window)return this.window.document}}])&&r(t.prototype,n),o&&r(t,o),e}():null},21740:(e,t,n)=>{"use strict";n.d(t,{Z:()=>h});var r,o=n(94111);!function(e){e.mouse="mouse",e.touch="touch",e.keyboard="keyboard"}(r||(r={}));var i,a=n(41029),u=n(73273),l=n(97034),s=n(49),c=n(56706);function f(e,t){for(var n=0;n(i.options.touchSlop?i.options.touchSlop:0)&&(i.moveStartSourceIds=void 0,i.actions.beginDrag(t,{clientOffset:i._mouseClientOffset,getSourceClientOffset:i.getSourceClientOffset,publishSource:!1})),i.monitor.isDragging()){var a=i.sourceNodes[i.monitor.getSourceId()];i.installSourceNodeRemovalObserver(a),i.actions.publishDragSource(),e.preventDefault();var s=(n||[]).map((function(e){return i.targetNodes[e]})),c=i.options.getDropTargetElementsAtPoint?i.options.getDropTargetElementsAtPoint(o.x,o.y,s):i.document.elementsFromPoint(o.x,o.y),f=[];for(var d in c)if(c.hasOwnProperty(d)){var p=c[d];for(f.push(p);p;)p=p.parentElement,-1===f.indexOf(p)&&f.push(p)}var h=f.filter((function(e){return s.indexOf(e)>-1})).map((function(e){for(var t in i.targetNodes)if(e===i.targetNodes[t])return t})).filter((function(e){return!!e})).filter((function(e,t,n){return n.indexOf(e)===t}));if(r)for(var v in i.targetNodes)if(i.targetNodes[v]&&i.targetNodes[v].contains(a)&&-1===h.indexOf(v)){h.unshift(v);break}h.reverse(),i.actions.hover(h,{clientOffset:o})}}},this.handleTopMoveEndCapture=function(e){i._isScrolling=!1,i.lastTargetTouchFallback=void 0,(0,a.$W)(e)&&(i.monitor.isDragging()&&!i.monitor.didDrop()?(e.preventDefault(),i._mouseClientOffset={},i.uninstallSourceNodeRemovalObserver(),i.actions.drop(),i.actions.endDrag()):i.moveStartSourceIds=void 0)},this.handleCancelOnEscape=function(e){"Escape"===e.key&&i.monitor.isDragging()&&(i._mouseClientOffset={},i.uninstallSourceNodeRemovalObserver(),i.actions.endDrag())},this.options=new c.r(o,n),this.actions=t.getActions(),this.monitor=t.getMonitor(),this.sourceNodes={},this.sourcePreviewNodes={},this.sourcePreviewNodeOptions={},this.targetNodes={},this.listenerTypes=[],this._mouseClientOffset={},this._isScrolling=!1,this.options.enableMouseEvents&&this.listenerTypes.push(r.mouse),this.options.enableTouchEvents&&this.listenerTypes.push(r.touch),this.options.enableKeyboardEvents&&this.listenerTypes.push(r.keyboard)}var t,n,i;return t=e,(n=[{key:"setup",value:function(){this.window&&((0,o.k)(!e.isSetUp,"Cannot have two Touch backends at the same time."),e.isSetUp=!0,this.addEventListener(this.window,"start",this.getTopMoveStartHandler()),this.addEventListener(this.window,"start",this.handleTopMoveStartCapture,!0),this.addEventListener(this.window,"move",this.handleTopMove),this.addEventListener(this.window,"move",this.handleTopMoveCapture,!0),this.addEventListener(this.window,"end",this.handleTopMoveEndCapture,!0),this.options.enableMouseEvents&&!this.options.ignoreContextMenu&&this.addEventListener(this.window,"contextmenu",this.handleTopMoveEndCapture),this.options.enableKeyboardEvents&&this.addEventListener(this.window,"keydown",this.handleCancelOnEscape,!0))}},{key:"teardown",value:function(){this.window&&(e.isSetUp=!1,this._mouseClientOffset={},this.removeEventListener(this.window,"start",this.handleTopMoveStartCapture,!0),this.removeEventListener(this.window,"start",this.handleTopMoveStart),this.removeEventListener(this.window,"move",this.handleTopMoveCapture,!0),this.removeEventListener(this.window,"move",this.handleTopMove),this.removeEventListener(this.window,"end",this.handleTopMoveEndCapture,!0),this.options.enableMouseEvents&&!this.options.ignoreContextMenu&&this.removeEventListener(this.window,"contextmenu",this.handleTopMoveEndCapture),this.options.enableKeyboardEvents&&this.removeEventListener(this.window,"keydown",this.handleCancelOnEscape,!0),this.uninstallSourceNodeRemovalObserver())}},{key:"addEventListener",value:function(e,t,n,r){var o=s.Z?{capture:r,passive:!1}:r;this.listenerTypes.forEach((function(r){var i=p[r][t];i&&e.addEventListener(i,n,o)}))}},{key:"removeEventListener",value:function(e,t,n,r){var o=s.Z?{capture:r,passive:!1}:r;this.listenerTypes.forEach((function(r){var i=p[r][t];i&&e.removeEventListener(i,n,o)}))}},{key:"connectDragSource",value:function(e,t){var n=this,r=this.handleMoveStart.bind(this,e);return this.sourceNodes[e]=t,this.addEventListener(t,"start",r),function(){delete n.sourceNodes[e],n.removeEventListener(t,"start",r)}}},{key:"connectDragPreview",value:function(e,t,n){var r=this;return this.sourcePreviewNodeOptions[e]=n,this.sourcePreviewNodes[e]=t,function(){delete r.sourcePreviewNodes[e],delete r.sourcePreviewNodeOptions[e]}}},{key:"connectDropTarget",value:function(e,t){var n=this;if(!this.document)return function(){return null};var r=function(r){if(n.document&&n.monitor.isDragging()){var o;switch(r.type){case p.mouse.move:o={x:r.clientX,y:r.clientY};break;case p.touch.move:o={x:r.touches[0].clientX,y:r.touches[0].clientY}}var i=null!=o?n.document.elementFromPoint(o.x,o.y):void 0,a=i&&t.contains(i);return i===t||a?n.handleMove(r,e):void 0}};return this.addEventListener(this.document.body,"move",r),this.targetNodes[e]=t,function(){n.document&&(delete n.targetNodes[e],n.removeEventListener(n.document.body,"move",r))}}},{key:"getTopMoveStartHandler",value:function(){return this.options.delayTouchStart||this.options.delayMouseStart?this.handleTopMoveStartDelay:this.handleTopMoveStart}},{key:"installSourceNodeRemovalObserver",value:function(e){var t=this;this.uninstallSourceNodeRemovalObserver(),this.draggedSourceNode=e,this.draggedSourceNodeRemovalObserver=new MutationObserver((function(){e&&!e.parentElement&&(t.resurrectSourceNode(),t.uninstallSourceNodeRemovalObserver())})),e&&e.parentElement&&this.draggedSourceNodeRemovalObserver.observe(e.parentElement,{childList:!0})}},{key:"resurrectSourceNode",value:function(){this.document&&this.draggedSourceNode&&(this.draggedSourceNode.style.display="none",this.draggedSourceNode.removeAttribute("data-reactid"),this.document.body.appendChild(this.draggedSourceNode))}},{key:"uninstallSourceNodeRemovalObserver",value:function(){this.draggedSourceNodeRemovalObserver&&this.draggedSourceNodeRemovalObserver.disconnect(),this.draggedSourceNodeRemovalObserver=void 0,this.draggedSourceNode=void 0}},{key:"window",get:function(){return this.options.window}},{key:"document",get:function(){if(this.window)return this.window.document}}])&&f(t.prototype,n),i&&f(t,i),e}()},27539:(e,t,n)=>{"use strict";if(n.d(t,{Z:()=>o}),/^(205|55|991)$/.test(n.j))var r=n(21740);const o=/^(205|55|991)$/.test(n.j)?function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return new r.Z(e,t,n)}:null},97034:(e,t,n)=>{"use strict";function r(e,t,n,r){return Math.sqrt(Math.pow(Math.abs(n-e),2)+Math.pow(Math.abs(r-t),2))}function o(e,t,n,r,o){if(!o)return!1;for(var i=180*Math.atan2(r-t,n-e)/Math.PI+180,a=0;a=o[a].start)&&(null==o[a].end||i<=o[a].end))return!0;return!1}n.d(t,{T:()=>r,x:()=>o})},73273:(e,t,n)=>{"use strict";if(n.d(t,{g2:()=>o,K5:()=>i}),/^(205|55|991)$/.test(n.j))var r=n(41029);function o(e){var t=1===e.nodeType?e:e.parentElement;if(t){var n=t.getBoundingClientRect(),r=n.top;return{x:n.left,y:r}}}function i(e,t){return(0,r.z6)(e)?function(e,t){return 1===e.targetTouches.length?i(e.targetTouches[0]):t&&1===e.touches.length&&e.touches[0].target===t.target?i(e.touches[0]):void 0}(e,t):{x:e.clientX,y:e.clientY}}},41029:(e,t,n)=>{"use strict";n.d(t,{YY:()=>i,$W:()=>a,z6:()=>u});var r=1,o=0;function i(e){return void 0===e.button||e.button===o}function a(e){return void 0===e.buttons||0==(e.buttons&r)}function u(e){return!!e.targetTouches}},49:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=function(){var e=!1;try{addEventListener("test",(function(){}),Object.defineProperty({},"passive",{get:function(){return e=!0,!0}}))}catch(e){}return e}();const o=/^(205|55|991)$/.test(n.j)?r:null},10829:(e,t,n)=>{"use strict";n.d(t,{L:()=>i,W:()=>a});var r=n(89526);if(/^(205|55|991)$/.test(n.j))var o=n(28710);var i=r.createContext({dragDropManager:void 0});function a(e,t,n,r){return{dragDropManager:(0,o.i)(e,t,n,r)}}},38594:(e,t,n)=>{"use strict";n.d(t,{W:()=>l});var r=n(89526),o=n(10829);function i(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function a(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var u=0,l=(0,r.memo)((function(e){var t=e.children,n=i(function(e){if("manager"in e){return[{dragDropManager:e.manager},!1]}var t=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c(),n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,i=t;i[s]||(i[s]=(0,o.W)(e,t,n,r));return i[s]}(e.backend,e.context,e.options,e.debugMode),n=!e.context;return[t,n]}(a(e,["children"])),2),l=n[0],f=n[1];return r.useEffect((function(){return f&&u++,function(){f&&(0===--u&&(c()[s]=null))}}),[]),r.createElement(o.L.Provider,{value:l},t)}));l.displayName="DndProvider";var s=Symbol.for("__REACT_DND_CONTEXT_INSTANCE__");function c(){return void 0!==n.g?n.g:window}},51099:(e,t,n)=>{"use strict";if(n.d(t,{p:()=>u}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(94111);function o(e,t){for(var n=0;n{"use strict";if(n.d(t,{H:()=>a}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(94111);function o(e,t){for(var n=0;n{"use strict";if(n.d(t,{x:()=>u}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(74843);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var o=n(20258);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var i=n(39292);function a(e,t){for(var n=0;n{"use strict";if(n.d(t,{Y:()=>u}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(39292);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var o=n(74843);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var i=n(20258);function a(e,t){for(var n=0;n{"use strict";function r(e,t,n){var r=n.getRegistry(),o=r.addTarget(e,t);return[o,function(){return r.removeTarget(o)}]}function o(e,t,n){var r=n.getRegistry(),o=r.addSource(e,t);return[o,function(){return r.removeSource(o)}]}n.d(t,{n:()=>r,w:()=>o})},74843:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var r=n(89526);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var o=n(1954);function i(e){if("string"!=typeof e.type){var t=e.type.displayName||e.type.name||"the component";throw new Error("Only native element nodes can now be passed to React DnD connectors."+"You can either wrap ".concat(t," into a
, or turn it into a ")+"drag source or a drop target itself.")}}function a(e){var t={};return Object.keys(e).forEach((function(n){var a=e[n];if(n.endsWith("Ref"))t[n]=e[n];else{var u=function(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!(0,r.isValidElement)(t)){var a=t;return e(a,n),a}var u=t;i(u);var l=n?function(t){return e(t,n)}:e;return(0,o.j)(u,l)}}(a);t[n]=function(){return u}}})),t}},51414:(e,t,n)=>{"use strict";n.d(t,{r:()=>b});var r=n(89526);if(/^(20|5)5$/.test(n.j))var o=n(39292);var i=n(41281),a=n.n(i);if(/^(20|5)5$/.test(n.j))var u=n(94111);if(/^(20|5)5$/.test(n.j))var l=n(10829);if(/^(20|5)5$/.test(n.j))var s=n(22341);if(/^(20|5)5$/.test(n.j))var c=n(97248);function f(e){return(f="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)}function d(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{};return(0,c.U9)("DragLayer","collect[, options]",e,t),(0,u.k)("function"==typeof e,'Expected "collect" provided as the first argument to DragLayer to be a function that collects props to inject into the component. ',"Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-layer",e),(0,u.k)((0,s.PO)(t),'Expected "options" provided as the second argument to DragLayer to be a plain object when specified. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-layer',t),function(n){var i=n,s=t.arePropsEqual,p=void 0===s?o.w:s,y=i.displayName||i.name||"Component",b=function(t){function n(){var e;return d(this,n),(e=v(this,g(n).apply(this,arguments))).isCurrentlyMounted=!1,e.ref=r.createRef(),e.handleChange=function(){if(e.isCurrentlyMounted){var t=e.getCurrentState();(0,o.w)(t,e.state)||e.setState(t)}},e}return m(n,t),h(n,[{key:"getDecoratedComponentInstance",value:function(){return(0,u.k)(this.ref.current,"In order to access an instance of the decorated component, it must either be a class component or use React.forwardRef()"),this.ref.current}},{key:"shouldComponentUpdate",value:function(e,t){return!p(e,this.props)||!(0,o.w)(t,this.state)}},{key:"componentDidMount",value:function(){this.isCurrentlyMounted=!0,this.handleChange()}},{key:"componentWillUnmount",value:function(){this.isCurrentlyMounted=!1,this.unsubscribeFromOffsetChange&&(this.unsubscribeFromOffsetChange(),this.unsubscribeFromOffsetChange=void 0),this.unsubscribeFromStateChange&&(this.unsubscribeFromStateChange(),this.unsubscribeFromStateChange=void 0)}},{key:"render",value:function(){var e=this;return r.createElement(l.L.Consumer,null,(function(t){var n=t.dragDropManager;return void 0===n?null:(e.receiveDragDropManager(n),e.isCurrentlyMounted?r.createElement(i,Object.assign({},e.props,e.state,{ref:(0,c.J7)(i)?e.ref:null})):null)}))}},{key:"receiveDragDropManager",value:function(e){if(void 0===this.manager){this.manager=e,(0,u.k)("object"===f(e),"Could not find the drag and drop manager in the context of %s. Make sure to render a DndProvider component in your top-level component. Read more: http://react-dnd.github.io/react-dnd/docs/troubleshooting#could-not-find-the-drag-and-drop-manager-in-the-context",y,y);var t=this.manager.getMonitor();this.unsubscribeFromOffsetChange=t.subscribeToOffsetChange(this.handleChange),this.unsubscribeFromStateChange=t.subscribeToStateChange(this.handleChange)}}},{key:"getCurrentState",value:function(){if(!this.manager)return{};var t=this.manager.getMonitor();return e(t,this.props)}}]),n}(r.Component);return b.displayName="DragLayer(".concat(y,")"),b.DecoratedComponent=n,a()(b,n)}}},97032:(e,t,n)=>{"use strict";if(n.d(t,{E:()=>d}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(94111);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var o=n(22341);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var i=n(97248);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var a=n(49285);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var u=n(83396);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var l=n(51099);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var s=n(13024);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var c=n(7489);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var f=n(42340);function d(e,t,n){var d=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};(0,i.U9)("DragSource","type, spec, collect[, options]",e,t,n,d);var p=e;"function"!=typeof e&&((0,r.k)((0,c.m)(e),'Expected "type" provided as the first argument to DragSource to be a string, or a function that returns a string given the current props. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source',e),p=function(){return e}),(0,r.k)((0,o.PO)(t),'Expected "spec" provided as the second argument to DragSource to be a plain object. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source',t);var h=(0,f.Z)(t);return(0,r.k)("function"==typeof n,'Expected "collect" provided as the third argument to DragSource to be a function that returns a plain object of props to inject. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source',n),(0,r.k)((0,o.PO)(d),'Expected "options" provided as the fourth argument to DragSource to be a plain object when specified. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source',n),function(e){return(0,a.Z)({containerDisplayName:"DragSource",createHandler:h,registerHandler:u.w,createConnector:function(e){return new s.x(e)},createMonitor:function(e){return new l.p(e)},DecoratedComponent:e,getType:p,collect:n,options:d})}}},47413:(e,t,n)=>{"use strict";if(n.d(t,{G:()=>d}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(94111);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var o=n(22341);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var i=n(83396);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var a=n(7489);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var u=n(98402);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var l=n(46339);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var s=n(97248);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var c=n(49285);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var f=n(8292);function d(e,t,n){var d=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};(0,s.U9)("DropTarget","type, spec, collect[, options]",e,t,n,d);var p=e;"function"!=typeof e&&((0,r.k)((0,a.m)(e,!0),'Expected "type" provided as the first argument to DropTarget to be a string, an array of strings, or a function that returns either given the current props. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target',e),p=function(){return e}),(0,r.k)((0,o.PO)(t),'Expected "spec" provided as the second argument to DropTarget to be a plain object. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target',t);var h=(0,f.Z)(t);return(0,r.k)("function"==typeof n,'Expected "collect" provided as the third argument to DropTarget to be a function that returns a plain object of props to inject. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target',n),(0,r.k)((0,o.PO)(d),'Expected "options" provided as the fourth argument to DropTarget to be a plain object when specified. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target',n),function(e){return(0,c.Z)({containerDisplayName:"DropTarget",createHandler:h,registerHandler:i.n,createMonitor:function(e){return new l.H(e)},createConnector:function(e){return new u.Y(e)},DecoratedComponent:e,getType:p,collect:n,options:d})}}},42340:(e,t,n)=>{"use strict";if(n.d(t,{Z:()=>s}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(94111);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var o=n(97248);function i(e,t){for(var n=0;n-1,'Expected the drag source specification to only have some of the following keys: %s. Instead received a specification with an unexpected "%s" key. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source',a.join(", "),t),(0,r.k)("function"==typeof e[t],"Expected %s in the drag source specification to be a function. Instead received a specification with %s: %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source",t,t,e[t])})),u.forEach((function(t){(0,r.k)("function"==typeof e[t],"Expected %s in the drag source specification to be a function. Instead received a specification with %s: %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source",t,t,e[t])})),function(t,n){return new l(e,t,n)}}},8292:(e,t,n)=>{"use strict";if(n.d(t,{Z:()=>l}),/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var r=n(94111);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var o=n(97248);function i(e,t){for(var n=0;n-1,'Expected the drop target specification to only have some of the following keys: %s. Instead received a specification with an unexpected "%s" key. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target',a.join(", "),t),(0,r.k)("function"==typeof e[t],"Expected %s in the drop target specification to be a function. Instead received a specification with %s: %s. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target",t,t,e[t])})),function(t,n){return new u(e,t,n)}}},49285:(e,t,n)=>{"use strict";n.d(t,{Z:()=>m});var r=n(89526);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var o=n(39292);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var i=n(94111);var a=n(41281),u=n.n(a);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var l=n(10829);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var s=n(50482);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var c=n(97248);function f(e){return(f="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)}function d(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function p(e,t){for(var n=0;n{"use strict";n.d(t,{JT:()=>u,Xz:()=>l,M$:()=>s});var r=n(22341);function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){for(var n=0;n{"use strict";function r(e){var t=e.current;return null==t?null:t.decoratedRef?t.decoratedRef.current:t}function o(e){return(t=e)&&t.prototype&&"function"==typeof t.prototype.render||function(e){return e&&e.$$typeof&&"Symbol(react.forward_ref)"===e.$$typeof.toString()}(e);var t}function i(e,t){}n.d(t,{Al:()=>r,J7:()=>o,U9:()=>i})},58675:(e,t,n)=>{"use strict";if(n.d(t,{r:()=>u}),/^(205|55|991)$/.test(n.j))var r=n(39292);var o=n(89526);if(/^(205|55|991)$/.test(n.j))var i=n(56895);function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(!(Symbol.iterator in Object(e))&&"[object Arguments]"!==Object.prototype.toString.call(e))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==u.return||u.return()}finally{if(o)throw i}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function u(e,t,n){var u=a((0,o.useState)((function(){return t(e)})),2),l=u[0],s=u[1],c=(0,o.useCallback)((function(){var o=t(e);(0,r.w)(l,o)||(s(o),n&&n())}),[l,e,n]);return(0,i.L)(c,[]),[l,c]}},17615:(e,t,n)=>{"use strict";n.d(t,{N:()=>a});var r=n(89526);if(/^(205|55|991)$/.test(n.j))var o=n(94111);if(/^(205|55|991)$/.test(n.j))var i=n(10829);function a(){var e=(0,r.useContext)(i.L).dragDropManager;return(0,o.k)(null!=e,"Expected drag drop context"),e}},56895:(e,t,n)=>{"use strict";n.d(t,{L:()=>o});var r=n(89526),o="undefined"!=typeof window?r.useLayoutEffect:r.useEffect},1954:(e,t,n)=>{"use strict";n.d(t,{j:()=>a});var r=n(89526);if(/^(2(05|2|22)|5(5|51|71)|360|885|908|991)$/.test(n.j))var o=n(94111);function i(e,t){"function"==typeof e?e(t):e.current=t}function a(e,t){var n=e.ref;return(0,o.k)("string"!=typeof n,"Cannot connect React DnD to an element with an existing string ref. Please convert it to use a callback ref instead, or wrap it into a or
. Read more: https://facebook.github.io/react/docs/more-about-refs.html#the-ref-callback-attribute"),n?(0,r.cloneElement)(e,{ref:function(e){i(n,e),i(t,e)}}):(0,r.cloneElement)(e,{ref:t})}},20258:(e,t,n)=>{"use strict";function r(e){return(r="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)}function o(e){return null!==e&&"object"===r(e)&&e.hasOwnProperty("current")}n.d(t,{d:()=>o})},7489:(e,t,n)=>{"use strict";function r(e){return(r="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)}function o(e,t){return"string"==typeof e||"symbol"===r(e)||!!t&&Array.isArray(e)&&e.every((function(e){return o(e,!1)}))}n.d(t,{m:()=>o})},22341:(e,t,n)=>{"use strict";function r(e){return(r="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)}function o(e){return"function"==typeof e}function i(){}function a(e){if(!function(e){return"object"===r(e)&&null!==e}(e))return!1;if(null===Object.getPrototypeOf(e))return!0;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}n.d(t,{mf:()=>o,ZT:()=>i,PO:()=>a})},57799:(e,t,n)=>{"use strict"; -/** @license React v16.13.1 - * react-dom.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */var r=n(89526),o=n(99813),i=n(72851);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n