@helpscout/ui-kit-react 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/components/button/button.test.d.ts.map +1 -1
- package/dist/lib/components/data-row/data-row.d.ts +6 -2
- package/dist/lib/components/data-row/data-row.d.ts.map +1 -1
- package/dist/prop-types.json +46 -0
- package/dist/ui-kit-react.css +1 -1
- package/dist/ui-kit-react.js +1031 -1021
- package/dist/ui-kit-react.umd.cjs +34 -34
- package/package.json +2 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
(function(mt,le){typeof exports=="object"&&typeof module<"u"?le(exports,require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react"],le):(mt=typeof globalThis<"u"?globalThis:mt||self,le(mt.UI={},mt.jsxRuntime,mt.React))})(this,function(mt,le,b){"use strict";var P3=document.createElement("style");P3.textContent=`:root{--ui-kit-badge-font-family: var(--ui-kit-font-family-sans);--ui-kit-badge-font-size: 12px;--ui-kit-badge-font-weight: 500;--ui-kit-badge-line-height: 17px;--ui-kit-badge-border-radius: 100px;--ui-kit-badge-padding: 1px 8px 2px 8px;--ui-kit-badge-height: 18px;--ui-kit-badge-background-color: var(--ui-kit-color-basics-white);--ui-kit-badge-sm-font-size: 11px;--ui-kit-badge-sm-padding: 0px 8px;--ui-kit-badge-sm-line-height: normal;--ui-kit-badge-sm-height: 15px;--ui-kit-badge-default-font-size: var(--ui-kit-badge-font-size);--ui-kit-badge-default-padding: var(--ui-kit-badge-padding);--ui-kit-badge-default-line-height: var(--ui-kit-badge-line-height);--ui-kit-badge-default-height: var(--ui-kit-badge-height);--ui-kit-badge-default-text-color: var(--ui-kit-color-charcoal-700);--ui-kit-badge-default-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-badge-default-background-color: var(--ui-kit-color-basics-white);--ui-kit-badge-success-text-color: var(--ui-kit-color-green-800);--ui-kit-badge-success-border-color: var(--ui-kit-color-green-500);--ui-kit-badge-success-background-color: var(--ui-kit-color-green-100);--ui-kit-badge-warning-text-color: var(--ui-kit-color-orange-600);--ui-kit-badge-warning-border-color: var(--ui-kit-color-yellow-400);--ui-kit-badge-warning-background-color: var(--ui-kit-color-yellow-100);--ui-kit-badge-error-text-color: var(--ui-kit-color-red-600);--ui-kit-badge-error-border-color: var(--ui-kit-color-red-500);--ui-kit-badge-error-background-color: var(--ui-kit-color-red-100)}.ui-kit__badge-module__base{background-color:var(--ui-kit-badge-background-color);color:var(--ui-kit-badge-default-text-color);font-family:var(--ui-kit-badge-font-family);font-size:var(--ui-kit-badge-font-size);font-weight:var(--ui-kit-badge-font-weight);line-height:var(--ui-kit-badge-default-line-height);padding:var(--ui-kit-badge-padding);border-radius:var(--ui-kit-badge-border-radius);border:1px solid var(--ui-kit-badge-default-border-color);height:var(--ui-kit-badge-default-height);display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.ui-kit__badge-module__sm{font-size:var(--ui-kit-badge-sm-font-size);padding:var(--ui-kit-badge-sm-padding);line-height:var(--ui-kit-badge-sm-line-height);height:var(--ui-kit-badge-sm-height)}.ui-kit__badge-module__default{background-color:var(--ui-kit-color-basics-white);color:var(--ui-kit-badge-default-text-color);border-color:var(--ui-kit-badge-default-border-color)}.ui-kit__badge-module__success{background-color:var(--ui-kit-badge-success-background-color);color:var(--ui-kit-badge-success-text-color);border-color:var(--ui-kit-badge-success-border-color)}.ui-kit__badge-module__warning{background-color:var(--ui-kit-badge-warning-background-color);color:var(--ui-kit-badge-warning-text-color);border-color:var(--ui-kit-badge-warning-border-color)}.ui-kit__badge-module__error{background-color:var(--ui-kit-badge-error-background-color);color:var(--ui-kit-badge-error-text-color);border-color:var(--ui-kit-badge-error-border-color)}:root{--ui-kit-focus-ring-border-radius: 3px;--ui-kit-focus-ring-inner-color: var(--ui-kit-color-cobalt-600);--ui-kit-focus-ring-outer-color: var(--ui-kit-color-cobalt-200);--ui-kit-focus-ring-offset: -2px;--ui-kit-focus-ring-radius: calc(var(--ui-kit-focus-ring-border-radius) + 1px);--ui-kit-focus-ring-transition: opacity ease .2s;--ui-kit-focus-ring-z-index: 3}.ui-kit__useFocusRing-module__base{position:relative;outline:none}.ui-kit__useFocusRing-module__base:before{box-shadow:0 0 0 1px var(--ui-kit-focus-ring-inner-color),0 0 0 3px var(--ui-kit-focus-ring-outer-color);background:transparent;border-radius:var(--ui-kit-focus-ring-radius);content:"";inset:var(--ui-kit-focus-ring-offset);opacity:0;pointer-events:none;position:absolute;z-index:var(--ui-kit-focus-ring-z-index)}.ui-kit__useFocusRing-module__base[data-focused=true]:before{opacity:1;transition:var(--ui-kit-focus-ring-transition)}.ui-kit__useFocusRing-module__base[data-focused=true]:not([data-focus-visible]):before{opacity:0}:root{--ui-kit-button-border-width: 1px;--ui-kit-button-font-family: var(--ui-kit-font-family-sans);--ui-kit-button-font-weight: var(--ui-kit-font-weight-medium);--ui-kit-button-transition: all .15s ease;--ui-kit-button-min-width: none;--ui-kit-button-width: auto;--ui-kit-button-focus-ring-inner: 0 0 0 2px #ffffff;--ui-kit-button-focus-ring-mid: 0 0 0 5px #354cd3;--ui-kit-button-focus-ring-outer: 0 0 0 10px rgba(121, 188, 255, .5);--ui-kit-button-disabled-bg: transparent;--ui-kit-button-disabled-bg-filled: var(--ui-kit-color-charcoal-500);--ui-kit-button-disabled-text: var(--ui-kit-color-charcoal-600);--ui-kit-button-disabled-text-filled: var(--ui-kit-color-basics-white);--ui-kit-button-disabled-border: var(--ui-kit-color-charcoal-500);--ui-kit-button-disabled-border-linked: transparent;--ui-kit-button-border-radius-xxs: 3px;--ui-kit-button-height-xxs: 20px;--ui-kit-button-padding-xxs: 0 6px;--ui-kit-button-font-size-xxs: 11px;--ui-kit-button-border-radius-xs: 3px;--ui-kit-button-height-xs: 24px;--ui-kit-button-padding-xs: 0 10px;--ui-kit-button-font-size-xs: var(--ui-kit-font-size-sm);--ui-kit-button-border-radius-sm: 3px;--ui-kit-button-height-sm: 30px;--ui-kit-button-padding-sm: 0 15px;--ui-kit-button-font-size-sm: var(--ui-kit-font-size-base);--ui-kit-button-border-radius-md: 3px;--ui-kit-button-height-md: 36px;--ui-kit-button-padding-md: 0 20px;--ui-kit-button-font-size-md: var(--ui-kit-font-size-base);--ui-kit-button-border-radius-lg: 4px;--ui-kit-button-height-lg: 40px;--ui-kit-button-padding-lg: 0 25px;--ui-kit-button-font-size-lg: var(--ui-kit-font-size-lg);--ui-kit-button-border-radius-xl: 4px;--ui-kit-button-height-xl: 44px;--ui-kit-button-padding-xl: 0 30px;--ui-kit-button-font-size-xl: var(--ui-kit-font-size-lg);--ui-kit-button-border-radius-xxl: 4px;--ui-kit-button-height-xxl: 50px;--ui-kit-button-padding-xxl: 0 40px;--ui-kit-button-font-size-xxl: var(--ui-kit-font-size-lg);--ui-kit-button-filled-blue-bg: var(--ui-kit-color-cobalt-600);--ui-kit-button-filled-blue-bg-hover: var(--ui-kit-color-cobalt-700);--ui-kit-button-filled-blue-bg-pressed: var(--ui-kit-color-cobalt-800);--ui-kit-button-filled-blue-text: var(--ui-kit-color-basics-white);--ui-kit-button-filled-blue-border: transparent;--ui-kit-button-filled-red-bg: var(--ui-kit-color-red-600);--ui-kit-button-filled-red-bg-hover: var(--ui-kit-color-red-700);--ui-kit-button-filled-red-bg-pressed: var(--ui-kit-color-red-800);--ui-kit-button-filled-red-text: var(--ui-kit-color-basics-white);--ui-kit-button-filled-red-border: transparent;--ui-kit-button-filled-grey-bg: var( --ui-kit-color-charcoal-600 );--ui-kit-button-filled-grey-bg-hover: var(--ui-kit-color-charcoal-700);--ui-kit-button-filled-grey-bg-pressed: var(--ui-kit-color-charcoal-800);--ui-kit-button-filled-grey-text: var(--ui-kit-color-basics-white);--ui-kit-button-filled-grey-border: transparent;--ui-kit-button-outlined-blue-bg: transparent;--ui-kit-button-outlined-blue-bg-hover: var(--ui-kit-color-cobalt-100);--ui-kit-button-outlined-blue-bg-pressed: var(--ui-kit-color-cobalt-200);--ui-kit-button-outlined-blue-text: var(--ui-kit-color-cobalt-600);--ui-kit-button-outlined-blue-border: var(--ui-kit-color-cobalt-600);--ui-kit-button-outlined-blue-border-hover: var(--ui-kit-color-cobalt-700);--ui-kit-button-outlined-blue-border-pressed: var(--ui-kit-color-cobalt-800);--ui-kit-button-outlined-red-bg: transparent;--ui-kit-button-outlined-red-bg-hover: var(--ui-kit-color-red-100);--ui-kit-button-outlined-red-bg-pressed: var(--ui-kit-color-red-200);--ui-kit-button-outlined-red-text: var(--ui-kit-color-red-600);--ui-kit-button-outlined-red-border: var(--ui-kit-color-red-600);--ui-kit-button-outlined-red-border-hover: var(--ui-kit-color-red-700);--ui-kit-button-outlined-red-border-pressed: var(--ui-kit-color-red-800);--ui-kit-button-outlined-grey-bg: transparent;--ui-kit-button-outlined-grey-bg-hover: var(--ui-kit-color-charcoal-100);--ui-kit-button-outlined-grey-bg-pressed: var(--ui-kit-color-charcoal-200);--ui-kit-button-outlined-grey-text: var(--ui-kit-color-charcoal-800);--ui-kit-button-outlined-grey-border: var(--ui-kit-color-charcoal-400);--ui-kit-button-outlined-grey-border-hover: var(--ui-kit-color-charcoal-500);--ui-kit-button-outlined-grey-border-pressed: var( --ui-kit-color-charcoal-600 );--ui-kit-button-linked-blue-bg: transparent;--ui-kit-button-linked-blue-bg-hover: transparent;--ui-kit-button-linked-blue-bg-pressed: transparent;--ui-kit-button-linked-blue-text: var(--ui-kit-color-cobalt-600);--ui-kit-button-linked-blue-text-hover: var(--ui-kit-color-cobalt-700);--ui-kit-button-linked-blue-text-pressed: var(--ui-kit-color-cobalt-800);--ui-kit-button-linked-blue-border: transparent;--ui-kit-button-linked-red-bg: transparent;--ui-kit-button-linked-red-bg-hover: transparent;--ui-kit-button-linked-red-bg-pressed: transparent;--ui-kit-button-linked-red-text: var(--ui-kit-color-red-600);--ui-kit-button-linked-red-text-hover: var(--ui-kit-color-red-700);--ui-kit-button-linked-red-text-pressed: var(--ui-kit-color-red-800);--ui-kit-button-linked-red-border: transparent;--ui-kit-button-linked-grey-bg: transparent;--ui-kit-button-linked-grey-bg-hover: transparent;--ui-kit-button-linked-grey-bg-pressed: transparent;--ui-kit-button-linked-grey-text: var(--ui-kit-color-charcoal-800);--ui-kit-button-linked-grey-text-hover: var(--ui-kit-color-charcoal-900);--ui-kit-button-linked-grey-text-pressed: var(--ui-kit-color-charcoal-1000);--ui-kit-button-linked-grey-border: transparent;--ui-kit-button-linked-font-weight: var(--ui-kit-font-weight-normal)}.ui-kit__button-module__base{background:var(--ui-kit-button-background-color);border:var(--ui-kit-button-border-width) solid var(--ui-kit-button-border-color);border-radius:var(--ui-kit-button-border-radius);color:var(--ui-kit-button-text-color);font-family:var(--ui-kit-button-font-family);font-size:var(--ui-kit-button-font-size);font-weight:var(--ui-kit-button-font-weight);height:var(--ui-kit-button-height);padding:var(--ui-kit-button-padding);align-items:center;box-sizing:border-box;cursor:pointer;display:inline-flex;gap:8px;justify-content:center;line-height:1;min-width:var(--ui-kit-button-min-width);outline:none;position:relative;text-decoration:none;transition:var(--ui-kit-button-transition);white-space:nowrap;width:var(--ui-kit-button-width)}.ui-kit__button-module__base[data-hovered]{background-color:var(--ui-kit-button-hovered-background-color);border-color:var(--ui-kit-button-hovered-border-color);color:var(--ui-kit-button-hovered-text-color)}.ui-kit__button-module__base[data-pressed]{background-color:var(--ui-kit-button-pressed-background-color);border-color:var(--ui-kit-button-pressed-border-color);color:var(--ui-kit-button-pressed-text-color)}.ui-kit__button-module__base[data-disabled]{background-color:var(--ui-kit-button-disabled-bg);border-color:var(--ui-kit-button-disabled-border);color:var(--ui-kit-button-disabled-text);cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none}@media (prefers-reduced-motion: reduce){.ui-kit__button-module__base{transition:none}}.ui-kit__button-module__sizeXxs{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-xxs);--ui-kit-button-height: var(--ui-kit-button-height-xxs);--ui-kit-button-padding: var(--ui-kit-button-padding-xxs);--ui-kit-button-font-size: var(--ui-kit-button-font-size-xxs)}.ui-kit__button-module__sizeXs{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-xs);--ui-kit-button-height: var(--ui-kit-button-height-xs);--ui-kit-button-padding: var(--ui-kit-button-padding-xs);--ui-kit-button-font-size: var(--ui-kit-button-font-size-xs)}.ui-kit__button-module__sizeSm{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-sm);--ui-kit-button-height: var(--ui-kit-button-height-sm);--ui-kit-button-padding: var(--ui-kit-button-padding-sm);--ui-kit-button-font-size: var(--ui-kit-button-font-size-sm)}.ui-kit__button-module__sizeMd{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-md);--ui-kit-button-height: var(--ui-kit-button-height-md);--ui-kit-button-padding: var(--ui-kit-button-padding-md);--ui-kit-button-font-size: var(--ui-kit-button-font-size-md)}.ui-kit__button-module__sizeLg{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-lg);--ui-kit-button-height: var(--ui-kit-button-height-lg);--ui-kit-button-padding: var(--ui-kit-button-padding-lg);--ui-kit-button-font-size: var(--ui-kit-button-font-size-lg)}.ui-kit__button-module__sizeXl{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-xl);--ui-kit-button-height: var(--ui-kit-button-height-xl);--ui-kit-button-padding: var(--ui-kit-button-padding-xl);--ui-kit-button-font-size: var(--ui-kit-button-font-size-xl)}.ui-kit__button-module__sizeXxl{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-xxl);--ui-kit-button-height: var(--ui-kit-button-height-xxl);--ui-kit-button-padding: var(--ui-kit-button-padding-xxl);--ui-kit-button-font-size: var(--ui-kit-button-font-size-xxl)}.ui-kit__button-module__typeFilled[data-disabled]{background-color:var(--ui-kit-button-disabled-bg-filled);color:var(--ui-kit-button-disabled-text-filled)}.ui-kit__button-module__typeLinked{font-weight:var(--ui-kit-button-linked-font-weight)}.ui-kit__button-module__typeLinked[data-disabled]{background-color:var(--ui-kit-button-disabled-bg-linked);border-color:var(--ui-kit-button-disabled-border-linked)}.ui-kit__button-module__typeLinked[data-hovered]{text-decoration:underline}.ui-kit__button-module__filledBlue{--ui-kit-button-background-color: var(--ui-kit-button-filled-blue-bg);--ui-kit-button-border-color: var(--ui-kit-button-filled-blue-border);--ui-kit-button-text-color: var(--ui-kit-button-filled-blue-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-filled-blue-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-filled-blue-border);--ui-kit-button-hovered-text-color: var(--ui-kit-button-filled-blue-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-filled-blue-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-filled-blue-border);--ui-kit-button-pressed-text-color: var(--ui-kit-button-filled-blue-text)}.ui-kit__button-module__filledRed{--ui-kit-button-background-color: var(--ui-kit-button-filled-red-bg);--ui-kit-button-border-color: var(--ui-kit-button-filled-red-border);--ui-kit-button-text-color: var(--ui-kit-button-filled-red-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-filled-red-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-filled-red-border);--ui-kit-button-hovered-text-color: var(--ui-kit-button-filled-red-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-filled-red-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-filled-red-border);--ui-kit-button-pressed-text-color: var(--ui-kit-button-filled-red-text)}.ui-kit__button-module__filledGrey{--ui-kit-button-background-color: var(--ui-kit-button-filled-grey-bg);--ui-kit-button-border-color: var(--ui-kit-button-filled-grey-border);--ui-kit-button-text-color: var(--ui-kit-button-filled-grey-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-filled-grey-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-filled-grey-border);--ui-kit-button-hovered-text-color: var(--ui-kit-button-filled-grey-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-filled-grey-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-filled-grey-border);--ui-kit-button-pressed-text-color: var(--ui-kit-button-filled-grey-text)}.ui-kit__button-module__outlinedBlue{--ui-kit-button-background-color: var(--ui-kit-button-outlined-blue-bg);--ui-kit-button-border-color: var(--ui-kit-button-outlined-blue-border);--ui-kit-button-text-color: var(--ui-kit-button-outlined-blue-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-outlined-blue-bg-hover );--ui-kit-button-hovered-border-color: var( --ui-kit-button-outlined-blue-border-hover );--ui-kit-button-hovered-text-color: var(--ui-kit-button-outlined-blue-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-outlined-blue-bg-pressed );--ui-kit-button-pressed-border-color: var( --ui-kit-button-outlined-blue-border-pressed );--ui-kit-button-pressed-text-color: var(--ui-kit-button-outlined-blue-text)}.ui-kit__button-module__outlinedRed{--ui-kit-button-background-color: var(--ui-kit-button-outlined-red-bg);--ui-kit-button-border-color: var(--ui-kit-button-outlined-red-border);--ui-kit-button-text-color: var(--ui-kit-button-outlined-red-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-outlined-red-bg-hover );--ui-kit-button-hovered-border-color: var( --ui-kit-button-outlined-red-border-hover );--ui-kit-button-hovered-text-color: var(--ui-kit-button-outlined-red-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-outlined-red-bg-pressed );--ui-kit-button-pressed-border-color: var( --ui-kit-button-outlined-red-border-pressed );--ui-kit-button-pressed-text-color: var(--ui-kit-button-outlined-red-text)}.ui-kit__button-module__outlinedGrey{--ui-kit-button-background-color: var(--ui-kit-button-outlined-grey-bg);--ui-kit-button-border-color: var(--ui-kit-button-outlined-grey-border);--ui-kit-button-text-color: var(--ui-kit-button-outlined-grey-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-outlined-grey-bg-hover );--ui-kit-button-hovered-border-color: var( --ui-kit-button-outlined-grey-border-hover );--ui-kit-button-hovered-text-color: var(--ui-kit-button-outlined-grey-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-outlined-grey-bg-pressed );--ui-kit-button-pressed-border-color: var( --ui-kit-button-outlined-grey-border-pressed );--ui-kit-button-pressed-text-color: var(--ui-kit-button-outlined-grey-text)}.ui-kit__button-module__linkedBlue{--ui-kit-button-background-color: var(--ui-kit-button-linked-blue-bg);--ui-kit-button-border-color: var(--ui-kit-button-linked-blue-border);--ui-kit-button-text-color: var(--ui-kit-button-linked-blue-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-linked-blue-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-linked-blue-border);--ui-kit-button-hovered-text-color: var( --ui-kit-button-linked-blue-text-hover );--ui-kit-button-pressed-background-color: var( --ui-kit-button-linked-blue-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-linked-blue-border);--ui-kit-button-pressed-text-color: var( --ui-kit-button-linked-blue-text-pressed )}.ui-kit__button-module__linkedRed{--ui-kit-button-background-color: var(--ui-kit-button-linked-red-bg);--ui-kit-button-border-color: var(--ui-kit-button-linked-red-border);--ui-kit-button-text-color: var(--ui-kit-button-linked-red-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-linked-red-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-linked-red-border);--ui-kit-button-hovered-text-color: var( --ui-kit-button-linked-red-text-hover );--ui-kit-button-pressed-background-color: var( --ui-kit-button-linked-red-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-linked-red-border);--ui-kit-button-pressed-text-color: var( --ui-kit-button-linked-red-text-pressed )}.ui-kit__button-module__linkedGrey{--ui-kit-button-background-color: var(--ui-kit-button-linked-grey-bg);--ui-kit-button-border-color: var(--ui-kit-button-linked-grey-border);--ui-kit-button-text-color: var(--ui-kit-button-linked-grey-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-linked-grey-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-linked-grey-border);--ui-kit-button-hovered-text-color: var( --ui-kit-button-linked-grey-text-hover );--ui-kit-button-pressed-background-color: var( --ui-kit-button-linked-grey-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-linked-grey-border);--ui-kit-button-pressed-text-color: var( --ui-kit-button-linked-grey-text-pressed )}:root{--button-group-spacing: 4px}.ui-kit__button-group-module__base{display:flex;gap:var(--button-group-spacing)}.ui-kit__button-group-module__base>*{flex-basis:100%}.ui-kit__button-group-module__base>*.ui-kit__button-group-module__fit{flex-basis:unset}:root{--ui-kit-checkbox-background-color: var(--ui-kit-color-basics-white);--ui-kit-checkbox-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-checkbox-selected-background-color: var(--ui-kit-color-cobalt-600);--ui-kit-checkbox-selected-border-color: var(--ui-kit-color-cobalt-600);--ui-kit-checkbox-label-color: var(--ui-kit-color-text-dark);--ui-kit-checkbox-label-color-disabled: var(--ui-kit-color-charcoal-600)}.ui-kit__checkbox-module__root{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.ui-kit__checkbox-module__label{line-height:22px;color:var(--ui-kit-checkbox-label-color);font-family:var(--ui-kit-font-family);font-size:var(--ui-kit-font-size-base);font-weight:var(--ui-kit-font-weight-normal)}.ui-kit__checkbox-module__control{padding:4.5px 3.5px;height:16px;width:16px;box-sizing:border-box;border:var(--ui-kit-input-border-width) var(--ui-kit-input-border-style) var(--ui-kit-checkbox-border-color);border-radius:var(--ui-kit-input-border-radius);background-color:var(--ui-kit-checkbox-background-color);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease-in-out;position:relative}.ui-kit__checkbox-module__control[data-selected]{border:none;background-color:var(--ui-kit-checkbox-selected-background-color);border-color:var(--ui-kit-checkbox-selected-border-color);color:#fff}.ui-kit__checkbox-module__control[data-disabled]{opacity:.5;cursor:not-allowed}.ui-kit__checkbox-module__root[data-disabled] span{color:var(--ui-kit-checkbox-label-color-disabled)}.ui-kit__checkbox-module__control:before{content:"";width:9px;height:7px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1_15045' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='10' height='8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.50025 7.50025C3.24425 7.50025 2.98825 7.40225 2.79325 7.20725L0.79325 5.20725C0.40225 4.81625 0.40225 4.18425 0.79325 3.79325C1.18425 3.40225 1.81625 3.40225 2.20725 3.79325L3.50025 5.08625L7.79325 0.79325C8.18425 0.40225 8.81625 0.40225 9.20725 0.79325C9.59825 1.18425 9.59825 1.81625 9.20725 2.20725L4.20725 7.20725C4.01225 7.40225 3.75625 7.50025 3.50025 7.50025Z' fill='black'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1_15045)'%3E%3Crect x='0.5' y='0.5' width='9' height='7' fill='white'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity .15s ease-in-out}.ui-kit__checkbox-module__control[data-selected]:before{opacity:1}.ui-kit__checkbox-module__root[data-focused=true] .ui-kit__checkbox-module__control{box-shadow:0 0 0 2px #fff,0 0 0 3px #354cd3,0 0 0 5px #79bcff80;outline:none}.ui-kit__checkbox-module__root[data-focused=true]{outline:none}.ui-kit__checkbox-module__root[data-focused=true]:before{display:none}.ui-kit__checkbox-module__root[data-focused=true] .ui-kit__checkbox-module__control[data-disabled]{box-shadow:none}:root{--ui-kit-text-color: var(--ui-kit-text-body-md-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-font-weight);--ui-kit-text-headline-color: var(--ui-kit-color-text-headline);--ui-kit-text-dark-color: var(--ui-kit-color-text-dark);--ui-kit-text-default-color: var(--ui-kit-color-text-default);--ui-kit-text-light-color: var(--ui-kit-color-text-light);--ui-kit-text-disabled-color: var(--ui-kit-color-text-disabled);--ui-kit-text-info-color: var(--ui-kit-color-info-text);--ui-kit-text-success-color: var(--ui-kit-color-success-text);--ui-kit-text-warning-color: var(--ui-kit-color-warning-text);--ui-kit-text-critical-color: var(--ui-kit-color-error-text);--ui-kit-text-error-color: var(--ui-kit-color-error-text);--ui-kit-text-heading-lg-color: var(--ui-kit-text-headline-color);--ui-kit-text-heading-lg-font-family: var(--ui-kit-font-heading-lg-family);--ui-kit-text-heading-lg-font-size: var(--ui-kit-font-heading-lg-size);--ui-kit-text-heading-lg-font-weight: var(--ui-kit-font-heading-lg-weight);--ui-kit-text-heading-md-color: var(--ui-kit-text-dark-color);--ui-kit-text-heading-md-font-family: var(--ui-kit-font-heading-md-family);--ui-kit-text-heading-md-font-size: var(--ui-kit-font-heading-md-size);--ui-kit-text-heading-md-font-weight: var(--ui-kit-font-heading-md-weight);--ui-kit-text-heading-sm-color: var(--ui-kit-text-default-color);--ui-kit-text-heading-sm-font-family: var(--ui-kit-font-heading-sm-family);--ui-kit-text-heading-sm-font-size: var(--ui-kit-font-heading-sm-size);--ui-kit-text-heading-sm-font-weight: var(--ui-kit-font-heading-sm-weight);--ui-kit-text-body-md-strong-color: var(--ui-kit-text-default-color);--ui-kit-text-body-md-strong-font-family: var( --ui-kit-font-body-md-strong-family );--ui-kit-text-body-md-strong-font-size: var( --ui-kit-font-body-md-strong-size );--ui-kit-text-body-md-strong-font-weight: var( --ui-kit-font-body-md-strong-weight );--ui-kit-text-body-md-color: var(--ui-kit-text-default-color);--ui-kit-text-body-md-font-family: var(--ui-kit-font-body-md-family);--ui-kit-text-body-md-font-size: var(--ui-kit-font-body-md-size);--ui-kit-text-body-md-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-text-body-sm-color: var(--ui-kit-text-light-color);--ui-kit-text-body-sm-font-family: var(--ui-kit-font-body-sm-family);--ui-kit-text-body-sm-font-size: var(--ui-kit-font-body-sm-size);--ui-kit-text-body-sm-font-weight: var(--ui-kit-font-body-sm-weight)}.ui-kit__text-module__base{color:var(--ui-kit-text-color);font-family:var(--ui-kit-text-font-family);font-size:var(--ui-kit-text-font-size);font-weight:var(--ui-kit-text-font-weight)}.ui-kit__text-module__visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.ui-kit__text-module__heading-lg{--ui-kit-text-color: var(--ui-kit-text-heading-lg-color);--ui-kit-text-font-family: var(--ui-kit-text-heading-lg-font-family);--ui-kit-text-font-size: var(--ui-kit-text-heading-lg-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-heading-lg-font-weight)}.ui-kit__text-module__heading-md{--ui-kit-text-color: var(--ui-kit-text-heading-md-color);--ui-kit-text-font-family: var(--ui-kit-text-heading-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-heading-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-heading-md-font-weight)}.ui-kit__text-module__body-md-strong{--ui-kit-text-color: var(--ui-kit-text-body-md-strong-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-strong-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-strong-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-strong-font-weight)}.ui-kit__text-module__body-md{--ui-kit-text-color: var(--ui-kit-text-body-md-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-font-weight)}.ui-kit__text-module__body-sm{--ui-kit-text-color: var(--ui-kit-text-body-sm-color);--ui-kit-text-font-family: var(--ui-kit-text-body-sm-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-sm-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-sm-font-weight)}.ui-kit__text-module__default{--ui-kit-text-color: var(--ui-kit-text-default-color)}.ui-kit__text-module__headline{--ui-kit-text-color: var(--ui-kit-text-headline-color)}.ui-kit__text-module__dark{--ui-kit-text-color: var(--ui-kit-text-dark-color)}.ui-kit__text-module__light{--ui-kit-text-color: var(--ui-kit-text-light-color)}.ui-kit__text-module__disabled{--ui-kit-text-color: var(--ui-kit-text-disabled-color)}.ui-kit__text-module__info{--ui-kit-text-color: var(--ui-kit-text-info-color)}.ui-kit__text-module__success{--ui-kit-text-color: var(--ui-kit-text-success-color)}.ui-kit__text-module__warning{--ui-kit-text-color: var(--ui-kit-text-warning-color)}.ui-kit__text-module__critical{--ui-kit-text-color: var(--ui-kit-text-critical-color)}.ui-kit__text-module__error{--ui-kit-text-color: var(--ui-kit-text-error-color)}:root{--ui-kit-collapsible-heading-margin: 0;--ui-kit-collapsible-trigger-background: none;--ui-kit-collapsible-trigger-border: 0;--ui-kit-collapsible-trigger-padding: 0;--ui-kit-collapsible-trigger-height: 20px;--ui-kit-collapsible-trigger-transition-duration: .3s;--ui-kit-collapsible-chevron-transition-duration: .3s;--ui-kit-collapsible-panel-animation-duration: .3s;--ui-kit-collapsible-content-gap: 0;--ui-kit-collapsible-content-padding-bottom: 8px;--ui-kit-collapsible-content-margin-top: 10px;--ui-kit-collapsible-title-line-height: 20px}.ui-kit__collapsible-module__root{display:flex;flex-direction:column}.ui-kit__collapsible-module__heading{margin:var(--ui-kit-collapsible-heading-margin);line-height:var(--ui-kit-collapsible-title-line-height)}.ui-kit__collapsible-module__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;background:var(--ui-kit-collapsible-trigger-background);border:var(--ui-kit-collapsible-trigger-border);padding:var(--ui-kit-collapsible-trigger-padding);text-align:left;transition:all var(--ui-kit-collapsible-trigger-transition-duration) ease;cursor:pointer;height:var(--ui-kit-collapsible-trigger-height)}.ui-kit__collapsible-module__chevronWrap{display:inline-flex;transition:transform var(--ui-kit-collapsible-chevron-transition-duration) ease;transform:rotate(0)}.ui-kit__collapsible-module__root[data-expanded] .ui-kit__collapsible-module__chevronWrap{transform:rotate(180deg)}.ui-kit__collapsible-module__panel{display:grid;overflow:hidden;width:100%}.ui-kit__collapsible-module__root[data-expanded] .ui-kit__collapsible-module__panel{display:grid;grid-template-rows:1fr;animation:ui-kit__collapsible-module__panelExpand var(--ui-kit-collapsible-panel-animation-duration) cubic-bezier(.2,.8,.2,1) forwards}.ui-kit__collapsible-module__content{min-height:0;display:flex;flex-direction:column;gap:var(--ui-kit-collapsible-content-gap);padding-bottom:var(--ui-kit-collapsible-content-padding-bottom);margin-top:var(--ui-kit-collapsible-content-margin-top)}.ui-kit__collapsible-module__title{line-height:var(--ui-kit-collapsible-title-line-height)}@keyframes ui-kit__collapsible-module__panelExpand{0%{grid-template-rows:0fr;opacity:0}to{grid-template-rows:1fr;opacity:1}}:root{--ui-kit-combobox-background-color: var(--ui-kit-color-basics-white);--ui-kit-combobox-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-combobox-focus-background-color: var(--ui-kit-color-cobalt-100);--ui-kit-combobox-hover-background-color: var(--ui-kit-color-cobalt-100);--ui-kit-combobox-active-background-color: var(--ui-kit-color-action-default);--ui-kit-combobox-active-text-color: var(--ui-kit-color-basics-white);--ui-kit-combobox-item-content-color: var(--ui-kit-color-text-dark);--ui-kit-combobox-trigger-label-color: var(--ui-kit-color-text-dark);--ui-kit-combobox-empty-state-color: var(--ui-kit-color-charcoal-600);--ui-kit-combobox-chip-label-color: var(--ui-kit-color-text-dark);--ui-kit-combobox-chip-dot-background-color: var(--ui-kit-color-charcoal-400)}.ui-kit__combobox-module__container{display:flex;flex-direction:column;gap:8px}.ui-kit__combobox-module__container[data-disabled]{opacity:.6;pointer-events:none}.ui-kit__combobox-module__container[data-selection=multiple] .ui-kit__combobox-module__itemRow{grid-template-columns:20px 1fr}.ui-kit__combobox-module__container[data-selection=single] .ui-kit__combobox-module__itemRow{grid-template-columns:1fr}.ui-kit__combobox-module__triggerContent{display:flex;align-items:center;justify-content:space-between;gap:8px}.ui-kit__combobox-module__triggerLabel{color:var(--ui-kit-combobox-trigger-label-color);font-weight:600}.ui-kit__combobox-module__triggerButton{display:inline-flex;align-items:center;justify-content:center;height:30px;border-radius:6px;border:1px solid var(--ui-kit-combobox-border-color);background:var(--ui-kit-combobox-background-color);cursor:pointer;transition:box-shadow .12s ease,border-color .12s ease}.ui-kit__combobox-module__triggerButton:hover{border-color:var(--ui-kit-color-cobalt-600)}.ui-kit__combobox-module__popover{background:var(--ui-kit-combobox-background-color);border-radius:8px;box-shadow:0 0 0 1px #31435133,0 13px 54px #00000012,0 7.654px 28.166px #0000000d,0 3.931px 13.219px #0000000a,0 1.581px 5.789px #00000008,0 .354px 2.506px #00000005;padding:10px;min-width:340px;max-height:300px;overflow:hidden}.ui-kit__combobox-module__popover[data-entering]{animation:ui-kit__combobox-module__cbx-slide-up .2s}.ui-kit__combobox-module__popover[data-exiting]{animation:ui-kit__combobox-module__cbx-slide-down .15s}@keyframes ui-kit__combobox-module__cbx-slide-up{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes ui-kit__combobox-module__cbx-slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(-10px);opacity:0}}.ui-kit__combobox-module__dropdownInner{display:flex;flex-direction:column;gap:8px}.ui-kit__combobox-module__searchInput{display:flex;height:40px;align-items:center;align-self:stretch;border-radius:5px;font-size:var(--ui-kit-input-font-size);font-family:var(--ui-kit-input-font-family);color:var(--ui-kit-input-text-color)}.ui-kit__combobox-module__listBox{display:flex;flex-direction:column;max-height:280px;overflow:auto;border-radius:6px;background:var(--ui-kit-combobox-background-color)}.ui-kit__combobox-module__listBoxItem{padding:0;border-radius:4px}.ui-kit__combobox-module__itemRow{display:flex;padding:9px 10px;align-items:center;gap:10px;align-self:stretch;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none;font-family:var(--ui-kit-font-family);box-sizing:border-box;min-height:40px;height:40px}.ui-kit__combobox-module__listBoxItem[data-focused]{background-color:var(--ui-kit-combobox-focus-background-color);outline:none}.ui-kit__combobox-module__listBoxItem[data-hovered]{background-color:var(--ui-kit-combobox-hover-background-color)!important}.ui-kit__combobox-module__listBoxItem[data-selected]:not([data-selection-mode=multiple]){background-color:var(--ui-kit-combobox-active-background-color)!important}.ui-kit__combobox-module__popover[data-selection=single] .ui-kit__combobox-module__itemRow[data-selected=true] .ui-kit__combobox-module__itemContent *[class*=text]{--ui-kit-text-color: var(--ui-kit-combobox-active-text-color) !important}.ui-kit__combobox-module__itemRow[data-disabled]{opacity:.6}.ui-kit__combobox-module__itemContent{color:var(--ui-kit-combobox-item-content-color)}.ui-kit__combobox-module__emptyState{padding:10px;color:var(--ui-kit-combobox-empty-state-color);text-align:center}.ui-kit__combobox-module__selectedItems{display:flex;flex-wrap:wrap;gap:6px}.ui-kit__combobox-module__selectedItem{display:inline-flex}.ui-kit__combobox-module__chip{width:18px;height:10px;border-radius:100px;background:var(--ui-kit-combobox-background-color)}.ui-kit__combobox-module__chipDot{width:10px;height:10px;border-radius:999px;background:var(--ui-kit-combobox-chip-dot-background-color);box-shadow:inset 0 0 0 1px #0000000f}.ui-kit__combobox-module__chipLabel{color:var(--ui-kit-combobox-chip-label-color);font-size:12px;line-height:1}.ui-kit__divider-module__base{border-top:var(--ui-kit-divider-width) solid var(--ui-kit-divider-color);margin:var(--ui-kit-divider-margin-y) var(--ui-kit-divider-margin-x);border-left:none;border-right:none}:root{--ui-kit-icon-aspect-ratio: 1;--ui-kit-icon-xxs-width: 12px;--ui-kit-icon-xs-width: 16px;--ui-kit-icon-sm-width: 20px;--ui-kit-icon-md-width: 24px;--ui-kit-icon-lg-width: 32px}.ui-kit__icon-module__base{aspect-ratio:var(--ui-kit-icon-aspect-ratio);width:var(--ui-kit-icon-md-width);color:currentColor;display:inline-block;position:relative}.ui-kit__icon-module__base>span,.ui-kit__icon-module__base svg{width:100%;height:100%;display:block}.ui-kit__icon-module__xs{width:var(--ui-kit-icon-xs-width)}.ui-kit__icon-module__sm{width:var(--ui-kit-icon-sm-width)}.ui-kit__icon-module__md{width:var(--ui-kit-icon-md-width)}.ui-kit__icon-module__lg{width:var(--ui-kit-icon-lg-width)}:root{--ui-kit-icon-button-border-radius: 100px;--ui-kit-icon-button-transition: background-color .15s ease, color .15s ease;--ui-kit-icon-button-background-color: var(--ui-kit-color-basics-white);--ui-kit-icon-button-color: var(--ui-kit-color-charcoal-900);--ui-kit-icon-button-hover-background-color: var( --ui-kit-icon-button-default-hover-background-color );--ui-kit-icon-button-hover-color: var(--ui-kit-color-charcoal-1000);--ui-kit-icon-button-pressed-background-color: var( --ui-kit-color-charcoal-100 );--ui-kit-icon-button-pressed-color: var(--ui-kit-color-charcoal-1000);--ui-kit-icon-button-disabled-color: var(--ui-kit-color-text-disabled);--ui-kit-icon-button-action-hover-background-color: var( --ui-kit-color-action-default );--ui-kit-icon-button-action-hover-color: var(--ui-kit-color-basics-white);--ui-kit-icon-button-default-hover-background-color: var( --ui-kit-color-charcoal-200 );--ui-kit-icon-button-sm-height: 30px;--ui-kit-icon-button-sm-width: 30px;--ui-kit-icon-button-sm-padding: 3px;--ui-kit-icon-button-sm-icon-size: 13px;--ui-kit-icon-button-md-height: 36px;--ui-kit-icon-button-md-width: 36px;--ui-kit-icon-button-md-padding: 6px;--ui-kit-icon-button-md-icon-size: 16px}.ui-kit__icon-button-module__base{align-items:center;background-color:var(--ui-kit-icon-button-background-color);border:none;border-radius:var(--ui-kit-icon-button-border-radius);box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;outline:none;position:relative;transition:var(--ui-kit-icon-button-transition);-webkit-user-select:none;user-select:none}.ui-kit__icon-button-module__sm{height:var(--ui-kit-icon-button-sm-height);width:var(--ui-kit-icon-button-sm-width);padding:var(--ui-kit-icon-button-sm-padding)}.ui-kit__icon-button-module__md{height:var(--ui-kit-icon-button-md-height);width:var(--ui-kit-icon-button-md-width);padding:var(--ui-kit-icon-button-md-padding)}.ui-kit__icon-button-module__icon{color:var(--ui-kit-icon-button-color);display:block;flex-shrink:0;box-sizing:border-box;height:var(--ui-kit-icon-button-md-icon-size);width:var(--ui-kit-icon-button-md-icon-size)}.ui-kit__icon-button-module__base[data-size=sm] .ui-kit__icon-button-module__icon{height:var(--ui-kit-icon-button-sm-icon-size);width:var(--ui-kit-icon-button-sm-icon-size)}.ui-kit__icon-button-module__base[data-size=md] .ui-kit__icon-button-module__icon{height:var(--ui-kit-icon-button-md-icon-size);width:var(--ui-kit-icon-button-md-icon-size)}.ui-kit__icon-button-module__icon path{fill:currentColor!important}.ui-kit__icon-button-module__base[data-hovered]{background-color:var(--ui-kit-icon-button-hover-background-color)}.ui-kit__icon-button-module__base[data-hovered] .ui-kit__icon-button-module__icon{color:var(--ui-kit-icon-button-hover-color)}.ui-kit__icon-button-module__base[data-pressed]{background-color:var(--ui-kit-icon-button-pressed-background-color)}.ui-kit__icon-button-module__base[data-pressed] .ui-kit__icon-button-module__icon{color:var(--ui-kit-icon-button-pressed-color)}.ui-kit__icon-button-module__base[data-disabled]{cursor:not-allowed;pointer-events:none;background-color:transparent}.ui-kit__icon-button-module__base[data-disabled] .ui-kit__icon-button-module__icon{color:var(--ui-kit-icon-button-disabled-color)}.ui-kit__icon-button-module__action{--ui-kit-icon-button-hover-background-color: var( --ui-kit-icon-button-action-hover-background-color );--ui-kit-icon-button-hover-color: var( --ui-kit-icon-button-action-hover-color )}.ui-kit__icon-button-module__default{--ui-kit-icon-button-hover-background-color: var( --ui-kit-icon-button-default-hover-background-color )}.ui-kit__icon-button-module__seamless{background-color:transparent}:root{--ui-kit-input-background-color: var(--ui-kit-color-basics-white);--ui-kit-input-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-input-placeholder-color: var(--ui-kit-color-charcoal-600);--ui-kit-input-border-radius: 5px;--ui-kit-input-border-style: solid;--ui-kit-input-border-width: 1px;--ui-kit-input-focus-ring-offset: 1px;--ui-kit-input-font-family: var(--ui-kit-font-body-md-family);--ui-kit-input-font-size: var(--ui-kit-font-body-md-size);--ui-kit-input-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-input-line-height: 18px;--ui-kit-input-padding-x: 16px;--ui-kit-input-padding-y: 9px;--ui-kit-input-text-color: var(--ui-kit-color-text-default);--ui-kit-input-preview-padding-left: 19px;--ui-kit-input-preview-padding-right: 4px;--ui-kit-input-preview-padding-y: 0px;--ui-kit-input-suffix-padding-left: 15px;--ui-kit-input-suffix-padding-right: 12px;--ui-kit-input-suffix-padding-y: 0px;--ui-kit-input-disabled-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-input-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-input-error-border-color: var(--ui-kit-color-error-border);--ui-kit-input-error-focus-ring-inner-color: var(--ui-kit-color-error-border);--ui-kit-input-error-focus-ring-outer-color: var( --ui-kit-color-error-background-light );--ui-kit-input-error-text-color: var(--ui-kit-color-error-text);--ui-kit-input-success-border-color: var(--ui-kit-color-success-border);--ui-kit-input-success-focus-ring-inner-color: var( --ui-kit-color-success-border );--ui-kit-input-success-focus-ring-outer-color: var( --ui-kit-color-success-background-light );--ui-kit-input-success-text-color: var(--ui-kit-color-success-text);--ui-kit-input-warning-border-color: var(--ui-kit-color-warning-border);--ui-kit-input-warning-focus-ring-inner-color: var( --ui-kit-color-warning-border );--ui-kit-input-warning-focus-ring-outer-color: var( --ui-kit-color-warning-background-light );--ui-kit-input-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__input-module__base{--ui-kit-focus-ring-offset: var(--ui-kit-input-focus-ring-offset)}.ui-kit__input-module__base:before{border-radius:calc(var(--ui-kit-focus-ring-border-radius) - 1px)}.ui-kit__input-module__base.ui-kit__input-module__error{--ui-kit-focus-ring-inner-color: var( --ui-kit-input-error-focus-ring-inner-color );--ui-kit-focus-ring-outer-color: var( --ui-kit-input-error-focus-ring-outer-color )}.ui-kit__input-module__base.ui-kit__input-module__success{--ui-kit-focus-ring-inner-color: var( --ui-kit-input-success-focus-ring-inner-color );--ui-kit-focus-ring-outer-color: var( --ui-kit-input-success-focus-ring-outer-color )}.ui-kit__input-module__base.ui-kit__input-module__warning{--ui-kit-focus-ring-inner-color: var( --ui-kit-input-warning-focus-ring-inner-color );--ui-kit-focus-ring-outer-color: var( --ui-kit-input-warning-focus-ring-outer-color )}.ui-kit__input-module__group{align-items:center;background-color:var(--ui-kit-input-background-color);border-color:var(--ui-kit-input-border-color);border-radius:var(--ui-kit-input-border-radius);border-style:var(--ui-kit-input-border-style);border-width:var(--ui-kit-input-border-width);display:flex;width:100%}.ui-kit__input-module__group.ui-kit__input-module__disabled{--ui-kit-input-border-color: var(--ui-kit-input-disabled-border-color)}.ui-kit__input-module__group.ui-kit__input-module__error:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-error-border-color)}.ui-kit__input-module__group.ui-kit__input-module__success:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-success-border-color)}.ui-kit__input-module__group.ui-kit__input-module__warning:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-warning-border-color)}.ui-kit__input-module__prefix{align-items:center;justify-content:center;display:flex;min-width:12px;padding:var(--ui-kit-input-padding-y) var(--ui-kit-input-padding-x);width:auto}.ui-kit__input-module__input{background-color:var(--ui-kit-input-background-color);border-radius:var(--ui-kit-input-border-radius);color:var(--ui-kit-input-text-color);font-family:var(--ui-kit-input-font-family);font-size:var(--ui-kit-input-font-size);font-weight:var(--ui-kit-input-font-weight);line-height:var(--ui-kit-input-line-height);padding:var(--ui-kit-input-padding-y) var(--ui-kit-input-padding-x);width:100%;border:none;outline:none}.ui-kit__input-module__input[data-disabled=true]{--ui-kit-input-background-color: var( --ui-kit-input-disabled-background-color );-webkit-user-select:none;user-select:none}.ui-kit__input-module__input.ui-kit__input-module__left{text-align:left}.ui-kit__input-module__input.ui-kit__input-module__right{text-align:right}.ui-kit__input-module__input::placeholder{color:var(--ui-kit-input-placeholder-color)}.ui-kit__input-module__input.ui-kit__input-module__error:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-error-text-color)}.ui-kit__input-module__input.ui-kit__input-module__error:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-error-text-color)}.ui-kit__input-module__input.ui-kit__input-module__success:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-success-text-color)}.ui-kit__input-module__input.ui-kit__input-module__success:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-success-text-color)}.ui-kit__input-module__input.ui-kit__input-module__warning:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-warning-text-color)}.ui-kit__input-module__input.ui-kit__input-module__warning:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-warning-text-color)}.ui-kit__input-module__prefix+input{padding-left:0}.ui-kit__input-module__prefix{align-items:center;justify-content:center;display:flex;padding:var(--ui-kit-input-padding-y) var(--ui-kit-input-preview-padding-right) var(--ui-kit-input-padding-y) var(--ui-kit-input-preview-padding-left);width:auto}.ui-kit__input-module__suffix{align-items:center;justify-content:center;display:flex;padding:var(--ui-kit-input-suffix-padding-y) var(--ui-kit-input-suffix-padding-right) var(--ui-kit-input-suffix-padding-y) var(--ui-kit-input-suffix-padding-left);width:auto}:root{--ui-kit-label-color: var(--ui-kit-color-text-default);--ui-kit-label-font-family: var(--ui-kit-font-family-sans);--ui-kit-label-font-size: var(--ui-kit-font-body-md-size);--ui-kit-label-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-label-line-height: 19px}.ui-kit__label-module__base{color:var(--ui-kit-label-color);font-size:var(--ui-kit-label-font-size);font-weight:var(--ui-kit-label-font-weight);line-height:var(--ui-kit-label-line-height)}.ui-kit__label-module__label-group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-shrink:0}:root{--ui-kit-link-font-family: var(--ui-kit-font-body-md-family);--ui-kit-link-font-size: var(--ui-kit-font-body-md-size);--ui-kit-link-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-link-border-radius: 3px;--ui-kit-link-color: var(--ui-kit-color-action-default);--ui-kit-link-hover-text-color: var(--ui-kit-color-action-hovered);--ui-kit-link-pressed-text-color: var(--ui-kit-color-action-pressed);--ui-kit-link-disabled-text-color: var(--ui-kit-color-action-disabled)}.ui-kit__link-module__base{color:var(--ui-kit-link-color);cursor:pointer;font-family:var(--ui-kit-link-font-family);font-size:var(--ui-kit-link-font-size);font-weight:var(--ui-kit-link-font-weight);text-decoration:none;display:inline-flex;outline:none;position:relative}.ui-kit__link-module__base[data-hovered]:not([data-disabled]){color:var(--ui-kit-link-hover-text-color);text-decoration:underline}.ui-kit__link-module__base[data-pressed]:not([data-disabled]){color:var(--ui-kit-link-pressed-text-color)}.ui-kit__link-module__base[data-disabled]{cursor:default;--ui-kit-link-color: var(--ui-kit-link-disabled-text-color)}:root{--ui-kit-list-margin: 0;--ui-kit-list-text-color: var(--ui-kit-color-text-default);--ui-kit-list-font-family: var(--ui-kit-font-body-md-family);--ui-kit-list-font-size: var(--ui-kit-font-body-md-size);--ui-kit-list-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-list-numbered-style-type: decimal;--ui-kit-list-numbered-padding: 0 0 0 16px;--ui-kit-list-bullet-style-type: disc;--ui-kit-list-bullet-padding: 0 0 0 16px}.ui-kit__list-module__base{display:block;list-style:none;margin:var(--ui-kit-list-margin);color:var(--ui-kit-list-text-color);font-family:var(--ui-kit-list-font-family);font-size:var(--ui-kit-list-font-size);font-weight:var(--ui-kit-list-font-weight);padding-left:0}.ui-kit__list-module__bullet{list-style-type:var(--ui-kit-list-bullet-style-type);padding:var(--ui-kit-list-bullet-padding)}.ui-kit__list-module__numbered{list-style-type:var(--ui-kit-list-numbered-style-type);padding:var(--ui-kit-list-numbered-padding)}.ui-kit__list-module__item{margin:0}.ui-kit__menu-module__menu{background:gray}:root{--ui-kit-menu-background-color: var(--ui-kit-color-basics-white);--ui-kit-menu-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-menu-border-radius: 4px;--ui-kit-menu-box-shadow: 0px 1px 7px 0px #00000014;--ui-kit-menu-max-height: 165px;--ui-kit-menu-padding: 5px;--ui-kit-menu-width: 180px;--ui-kit-menu-item-background-color: var(--ui-kit-color-basics-white);--ui-kit-menu-item-font-family: var(--ui-kit-font-body-md-family);--ui-kit-menu-item-font-size: var(--ui-kit-font-body-md-size);--ui-kit-menu-item-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-menu-item-line-height: 19px;--ui-kit-menu-item-text-color: var(--ui-kit-color-text-dark);--ui-kit-menu-item-padding: 8px 15px 9px 15px;--ui-kit-menu-item-disabled-text-color: var(--ui-kit-color-text-disabled);--ui-kit-menu-item-hovered-background-color: var(--ui-kit-color-charcoal-100)}.ui-kit__menu-module__menu{background:var(--ui-kit-menu-background-color);border:1px solid var(--ui-kit-menu-border-color);border-radius:var(--ui-kit-menu-border-radius);box-shadow:var(--ui-kit-menu-box-shadow);max-height:var(--ui-kit-menu-max-height);padding:var(--ui-kit-menu-padding);width:var(--ui-kit-menu-width);overflow-x:hidden;overflow-y:auto}.ui-kit__menu-module__menu:focus{outline:none}.ui-kit__menu-module__menuItem{background:var(--ui-kit-menu-item-background-color);color:var(--ui-kit-menu-item-text-color);font-family:var(--ui-kit-menu-item-font-family);font-size:var(--ui-kit-menu-item-font-size);font-weight:var(--ui-kit-menu-item-font-weight);line-height:var(--ui-kit-menu-item-line-height);padding:var(--ui-kit-menu-item-padding)}.ui-kit__menu-module__menuItem[data-disabled]{color:var(--ui-kit-menu-item-disabled-text-color);cursor:not-allowed;pointer-events:none}.ui-kit__menu-module__menuItem[data-hovered]:not([data-disabled]),.ui-kit__menu-module__menuItem[data-focused]:not([data-disabled]){background:var(--ui-kit-menu-item-hovered-background-color);outline:none;cursor:default}.ui-kit__menu-module__menuItemWrapper{display:inline-block;pointer-events:all}:root{--ui-kit-dialog-font-family: var(--ui-kit-font-body-md-family);--ui-kit-dialog-outline: none;--ui-kit-dialog-position: relative;--ui-kit-dialog-text-color: var(--ui-kit-color-text-dark);--ui-kit-modal-background-color: #fff;--ui-kit-modal-border-radius: 4px;--ui-kit-modal-box-shadow: 0px 2px 3px 0px rgba(64, 82, 97, .2), 0px 10px 40px 0px rgba(64, 82, 97, .3);--ui-kit-modal-max-height: 165px;--ui-kit-modal-width: auto;--ui-kit-modal-padding: 50px;--ui-kit-modal-content-width: 284px;--ui-kit-modal-description-margin-bottom: 0px;--ui-kit-modal-description-margin-top: 0px;--ui-kit-modal-footer-margin-bottom: 0px;--ui-kit-modal-footer-margin-top: 25px;--ui-kit-modal-overlay-background-color: rgba(64, 82, 97, .72);--ui-kit-modal-overlay-min-height: 100%;--ui-kit-modal-overlay-overflow-y: auto;--ui-kit-modal-overlay-z-index: 10;--ui-kit-modal-title-margin-bottom: 6px;--ui-kit-modal-title-margin-top: 0px}@keyframes ui-kit__modal-module__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ui-kit__modal-module__fadeOut{0%{opacity:1}to{opacity:0}}.ui-kit__modal-module__entering{animation:ui-kit__modal-module__fadeIn .3s ease-out}.ui-kit__modal-module__exiting{animation:ui-kit__modal-module__fadeOut .2s ease-in}.ui-kit__modal-module__dialog{color:var(--ui-kit-dialog-text-color);font-family:var(--ui-kit-dialog-font-family);outline:var(--ui-kit-dialog-outline);position:var(--ui-kit-dialog-position);text-align:center}.ui-kit__modal-module__modal{background-color:var(--ui-kit-modal-background-color);border-radius:var(--ui-kit-modal-border-radius);box-shadow:var(--ui-kit-modal-box-shadow);box-sizing:content-box;overflow:hidden;padding:var(--ui-kit-modal-padding);text-align:left;width:var(--ui-kit-modal-width)}.ui-kit__modal-module__modalContent{display:flex;flex-direction:column;margin:auto;max-width:var(--ui-kit-modal-content-width)}.ui-kit__modal-module__modalOverlay{align-items:center;background-color:var(--ui-kit-modal-overlay-background-color);display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;min-height:var(--ui-kit-modal-overlay-min-height);overflow-y:var(--ui-kit-modal-overlay-overflow-y);position:absolute;text-align:center;z-index:var(--ui-kit-modal-overlay-z-index)}.ui-kit__modal-module__title{color:#253642;font-size:18px;font-style:normal;font-weight:500;line-height:21.6px;margin-bottom:var(--ui-kit-modal-title-margin-bottom);margin-top:var(--ui-kit-modal-title-margin-top);text-align:center}.ui-kit__modal-module__description{color:#405261;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:var(--ui-kit-modal-description-margin-bottom);margin-top:var(--ui-kit-modal-description-margin-top);text-align:center}.ui-kit__modal-module__footer{display:flex;gap:10px;justify-content:center;margin-bottom:var(--ui-kit-modal-footer-margin-bottom);margin-top:var(--ui-kit-modal-footer-margin-top)}:root{--ui-kit-number-field-background-color: white;--ui-kit-number-field-text-color: var(--ui-kit-color-text-default);--ui-kit-number-field-text-color-disabled: var( --ui-kit-color-action-disabled );--ui-kit-number-field-font-family: var(--ui-kit-font-body-md-family);--ui-kit-number-field-font-size: var(--ui-kit-font-body-md-size);--ui-kit-number-field-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-number-field-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-number-field-border-size: 1px;--ui-kit-number-field-border-style: solid;--ui-kit-number-field-border-radius: 2px;--ui-kit-number-field-button-text-color: var(--ui-kit-color-charcoal-700);--ui-kit-number-field-button-background-color: white;--ui-kit-number-field-button-background-color-hovered: var( --ui-kit-color-charcoal-200 );--ui-kit-number-field-button-background-color-pressed: var( --ui-kit-color-charcoal-300 );--ui-kit-number-field-button-text-color-disabled: var( --ui-kit-color-action-disabled );--ui-kit-number-field-button-background-color-disabled: white}.ui-kit__number-field-module__base{--ui-kit-focus-ring-radius: 2px}.ui-kit__number-field-module__group{display:grid;grid-template-columns:1fr 25px;height:38px;grid-template-rows:1fr 1fr;border:var(--ui-kit-number-field-border-size) var(--ui-kit-number-field-border-style) var(--ui-kit-number-field-border-color);border-radius:var(--ui-kit-number-field-border-radius)}.ui-kit__number-field-module__group .ui-kit__number-field-module__input{grid-row:1 / 3}.ui-kit__number-field-module__group .ui-kit__number-field-module__button[slot=increment]{grid-column:2;grid-row:1;align-self:end;justify-self:center}.ui-kit__number-field-module__group .ui-kit__number-field-module__button[slot=decrement]{grid-column:2;grid-row:2;align-self:start;justify-self:center}.ui-kit__number-field-module__input{background:none;border:none;outline:none;padding:10px 20px;width:100%;color:var(--ui-kit-number-field-text-color);font-family:var(--ui-kit-number-field-font-family);font-size:var(--ui-kit-number-field-font-size);font-weight:var(--ui-kit-number-field-font-weight);border-right:var(--ui-kit-number-field-border-size) var(--ui-kit-number-field-border-style) var(--ui-kit-number-field-border-color)}.ui-kit__number-field-module__input[disabled]{color:var(--ui-kit-number-field-text-color-disabled)}.ui-kit__number-field-module__button{width:16px;height:16px;display:flex;justify-content:center;align-items:center;border:none;background:var(--ui-kit-number-field-button-background-color);color:var(--ui-kit-number-field-button-text-color)}.ui-kit__number-field-module__button span{width:24px}.ui-kit__number-field-module__button svg{fill:var(--ui-kit-number-field-button-text-color)}.ui-kit__number-field-module__button[data-hovered]{cursor:pointer;background-color:var( --ui-kit-number-field-button-background-color-hovered )}.ui-kit__number-field-module__button[data-pressed]{background-color:var( --ui-kit-number-field-button-background-color-pressed )}.ui-kit__number-field-module__button[disabled]{background-color:var( --ui-kit-number-field-button-background-color-disabled );cursor:default}.ui-kit__number-field-module__button[disabled] svg{fill:var(--ui-kit-number-field-button-text-color-disabled)}:root{--ui-kit-properties-text-color: var(--color-text-light, #405261);--ui-kit-properties-bold-text-color: var(--color-text-dark, #000000);--ui-kit-properties-font-family: "Aktiv Grotesk";--ui-kit-properties-font-size: 13px;--ui-kit-properties-font-style: normal;--ui-kit-properties-font-weight: 400;--ui-kit-properties-line-height: 18px;--ui-kit-properties-padding: 10px;--ui-kit-properties-hovered-text-color: var(--ui-kit-color-text-dark)}.ui-kit__data-row-module__container{width:250px;border-radius:var(--border-radius-default, 4px);background-color:var(--ui-kit-color-basics-white);padding:var(--ui-kit-properties-padding);display:flex;flex-direction:row;align-items:center;gap:4px}.ui-kit__data-row-module__iconButtonInDataRow{flex-shrink:0;opacity:0;visibility:hidden;transition:opacity .15s ease;pointer-events:none;margin-left:auto}.ui-kit__data-row-module__container:hover .ui-kit__data-row-module__iconButtonInDataRow{opacity:1;visibility:visible;pointer-events:auto}.ui-kit__data-row-module__column{display:flex;flex-direction:column;flex:1 1 auto;gap:4px;min-width:0}.ui-kit__data-row-module__column:only-child{flex:1 1 0;min-width:0}.ui-kit__data-row-module__column+.ui-kit__data-row-module__column .ui-kit__data-row-module__item{justify-content:flex-end}.ui-kit__data-row-module__item{display:flex;align-items:center;text-decoration:none}.ui-kit__data-row-module__itemLink{color:var(--ui-kit-link-color)!important;text-decoration:none}.ui-kit__data-row-module__itemLink:hover{color:var(--ui-kit-link-hover-text-color)!important;text-decoration:none}.ui-kit__data-row-module__itemLink span{color:inherit!important}.ui-kit__data-row-module__columnHidden{visibility:hidden;opacity:0;max-width:0;flex:0;overflow:hidden}.ui-kit__data-row-module__columnVisible{visibility:visible;opacity:1;flex:1 1 auto;min-width:0;transition:opacity .2s ease}.ui-kit__data-row-module__clickable{transition:background-color .15s ease}.ui-kit__data-row-module__clickable:hover{background-color:var(--ui-kit-color-cobalt-100)}.ui-kit__data-row-module__hoverCharcoal{transition:background-color .15s ease}.ui-kit__data-row-module__hoverCharcoal:hover,.ui-kit__data-row-module__variantProperty{background-color:var(--ui-kit-color-charcoal-100)}.ui-kit__data-row-module__variantProperty .ui-kit__data-row-module__item:nth-child(1),.ui-kit__data-row-module__variantProperty .ui-kit__data-row-module__item:nth-child(1) span{line-height:18px!important}.ui-kit__data-row-module__variantProperty .ui-kit__data-row-module__item:nth-child(2),.ui-kit__data-row-module__variantProperty .ui-kit__data-row-module__item:nth-child(2) span{line-height:20px!important}.ui-kit__data-row-module__container:not(.ui-kit__data-row-module__variantProperty) .ui-kit__data-row-module__item,.ui-kit__data-row-module__container:not(.ui-kit__data-row-module__variantProperty) .ui-kit__data-row-module__item span{line-height:20px!important}.ui-kit__data-row-module__column .ui-kit__data-row-module__item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.ui-kit__data-row-module__column .ui-kit__data-row-module__item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root{--ui-kit-select-width: 340px;--ui-kit-select-popover-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-popover-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-select-popover-border-radius: 4px;--ui-kit-select-popover-box-shadow: 0px 1px 7px 0px #00000014;--ui-kit-select-popover-padding: 0px;--ui-kit-select-list-box-max-height: 180px;--ui-kit-select-list-box-padding: 5px;--ui-kit-select-item-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-item-font-family: var(--ui-kit-font-body-md-family);--ui-kit-select-item-font-size: var(--ui-kit-font-body-md-size);--ui-kit-select-item-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-select-item-line-height: 19px;--ui-kit-select-item-text-color: var(--ui-kit-color-text-dark);--ui-kit-select-item-padding: 8px 15px 9px;--ui-kit-select-item-border-radius: 3px;--ui-kit-select-item-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-select-item-hovered-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-select-toggle-button-padding: 0 10px 0 15px;--ui-kit-select-toggle-button-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-placeholder-text-color: var(--ui-kit-color-charcoal-800);--ui-kit-select-placeholder-font-weight: var(--ui-kit-font-weight-regular);--ui-kit-select-label-padding: 0 0 6px 0px;--ui-kit-select-empty-state-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-empty-state-font-family: var(--ui-kit-font-body-md-family);--ui-kit-select-empty-state-font-size: var(--ui-kit-font-body-md-size);--ui-kit-select-empty-state-height: 19px;--ui-kit-select-empty-state-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-select-empty-state-text-color: var(--ui-kit-color-charcoal-800);--ui-kit-select-empty-state-padding: 8px 15px 9px}.ui-kit__select-module__select{width:calc(var(--ui-kit-select-width) + 2px)}.ui-kit__select-module__popover{background:var(--ui-kit-select-popover-background-color);border:1px solid var(--ui-kit-select-popover-border-color);border-radius:var(--ui-kit-select-popover-border-radius);box-shadow:var(--ui-kit-select-popover-box-shadow);padding:var(--ui-kit-select-popover-padding)}.ui-kit__select-module__listBox{max-height:var(--ui-kit-select-list-box-max-height);min-width:var(--trigger-width);padding:var(--ui-kit-select-list-box-padding);box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.ui-kit__select-module__listBox:focus{outline:none}.ui-kit__select-module__selectItem{background:var(--ui-kit-select-item-background-color);border-radius:var(--ui-kit-select-item-border-radius);color:var(--ui-kit-select-item-text-color);font-family:var(--ui-kit-select-item-font-family);font-size:var(--ui-kit-select-item-font-size);font-weight:var(--ui-kit-select-item-font-weight);line-height:var(--ui-kit-select-item-line-height);padding:var(--ui-kit-select-item-padding);cursor:default}.ui-kit__select-module__selectItem[data-hovered],.ui-kit__select-module__selectItem[data-focused],.ui-kit__select-module__selectItem[data-selected]{background:var(--ui-kit-select-item-hovered-background-color);outline:none}.ui-kit__select-module__selectTrigger{width:calc(var(--ui-kit-select-width) + 2px);padding:var(--ui-kit-select-toggle-button-padding);justify-content:space-between;border-color:var(--ui-kit-select-item-border-color)}.ui-kit__select-module__selectTrigger[data-pressed],.ui-kit__select-module__selectTrigger[data-hovered]{background:var(--ui-kit-select-toggle-button-background-color)}.ui-kit__select-module__selectTrigger [data-placeholder]{color:var(--ui-kit-select-placeholder-text-color);font-weight:var(--ui-kit-select-placeholder-font-weight)}.ui-kit__select-module__filterableTrigger{--ui-kit-button-padding: 0px}.ui-kit__select-module__selectLabel{padding:var(--ui-kit-select-label-padding);display:inline-block}.ui-kit__select-module__selectValue{font-weight:var(--ui-kit-select-item-font-weight)}.ui-kit__select-module__visuallyHidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.ui-kit__select-module__hideSelectValue[data-placeholder]{visibility:hidden}.ui-kit__select-module__emptyState{align-content:center;background:var(--ui-kit-select-empty-state-background-color);color:var(--ui-kit-select-empty-state-text-color);display:grid;font-family:var(--ui-kit-select-empty-state-font-family);font-size:var(--ui-kit-select-empty-state-font-size);font-weight:var(--ui-kit-select-empty-state-font-weight);height:var(--ui-kit-select-empty-state-height);padding:var(--ui-kit-select-empty-state-padding)}.ui-kit__side-panel-module__sidePanelUI{background-color:var(--ui-kit-color-basics-white);display:flex;flex-direction:column;height:100%;min-width:400px;max-width:400px;max-height:100vh;min-height:100vh}.ui-kit__side-panel-module__sidePanelUI .ui-kit__side-panel-module__UIKit-Heading.ui-kit__side-panel-module__is-level-h1{font-size:16px}.ui-kit__side-panel-module__sidePanelUI .ui-kit__side-panel-module__UIKit-Heading.ui-kit__side-panel-module__is-level-h2{font-size:14px}.ui-kit__side-panel-module__headerUI{border-bottom:1px solid var(--ui-kit-color-charcoal-400);display:flex;flex-direction:column;padding:0 30px;min-height:70px;max-height:70px;position:sticky;top:0;z-index:1;background-color:var(--ui-kit-color-basics-white);align-items:center;justify-content:center}.ui-kit__side-panel-module__headerWithChildrenUI{border-bottom:1px solid var(--ui-kit-color-charcoal-400);display:flex;flex-direction:column;gap:8px;padding:17px 30px 30px;min-height:130px;position:sticky;top:0;z-index:1;background-color:var(--ui-kit-color-basics-white);justify-content:flex-end}.ui-kit__side-panel-module__headerContentUI{align-self:stretch;display:flex;gap:5px;align-items:center;min-height:36px}.ui-kit__side-panel-module__headerContentUI.ui-kit__side-panel-module__showSubtitle,.ui-kit__side-panel-module__headerContentUI:not(.ui-kit__side-panel-module__showSubtitle){align-items:center}.ui-kit__side-panel-module__headerContentUI .ui-kit__side-panel-module__headerIconUI{color:var(--ui-kit-color-charcoal-900);vertical-align:middle}.ui-kit__side-panel-module__headerContentUI .ui-kit__side-panel-module__headerIconButtonUI{background:transparent;border:none;cursor:pointer;padding:0;margin-left:-5px}.ui-kit__side-panel-module__headerContentUI .ui-kit__side-panel-module__headerTitleWrapperUI{display:flex;flex-direction:column;gap:2px;justify-content:center;position:relative}.ui-kit__side-panel-module__headerContentUI .ui-kit__side-panel-module__headerTitleWrapperUI .ui-kit__side-panel-module__headerTitleUI{color:var(--ui-kit-color-charcoal-1200);font-style:normal;line-height:15px}.ui-kit__side-panel-module__headerContentUI .ui-kit__side-panel-module__headerTitleWrapperUI .ui-kit__side-panel-module__headerSubtitleUI{color:var(--ui-kit-color-charcoal-400);font-style:normal;font-weight:400}.ui-kit__side-panel-module__contentUI{padding:30px;overflow-y:auto;overflow-x:hidden}.ui-kit__side-panel-module__contentUI.ui-kit__side-panel-module__stickyFooter{flex-grow:1}.ui-kit__side-panel-module__footerUI{padding:20px;display:grid;gap:12px;min-height:90px;max-height:90px;border-top:1px solid var(--ui-kit-color-charcoal-400)}.ui-kit__side-panel-module__footerUI.ui-kit__side-panel-module__stickyFooter{position:sticky;bottom:0;z-index:1;background-color:var(--ui-kit-color-basics-white)}.ui-kit__side-panel-module__footerUI[data-count="1"]{grid-template-columns:repeat(1,1fr)}.ui-kit__side-panel-module__footerUI[data-count="2"]{grid-template-columns:repeat(2,1fr)}.ui-kit__side-panel-module__headerButtonUI{cursor:pointer;color:var(--ui-kit-color-charcoal-700)}.ui-kit__side-panel-module__headerButtonUI:hover{color:var(--ui-kit-color-charcoal-900)}.ui-kit__side-panel-module__externalLinkUI{height:24px;position:absolute;right:62px}:root{--ui-kit-tooltip-background-color: var(--ui-kit-color-charcoal-700);--ui-kit-tooltip-border-radius: 3px;--ui-kit-tooltip-color: var(--ui-kit-color-basics-white);--ui-kit-tooltip-font-family: var(--ui-kit-font-body-sm-family);--ui-kit-tooltip-font-size: var(--ui-kit-font-body-sm-size);--ui-kit-tooltip-max-width: 300px;--ui-kit-tooltip-padding: 6px 8px;--ui-kit-tooltip-z-index: 3;--ui-kit-tooltip-arrow-size: 5px;--ui-kit-tooltip-arrow-color: var(--ui-kit-color-charcoal-700)}.ui-kit__tooltip-module__wrapper{display:block;position:relative}.ui-kit__tooltip-module__tooltip{background:var(--ui-kit-tooltip-background-color);border-radius:var(--ui-kit-tooltip-border-radius);color:var(--ui-kit-tooltip-color);font-family:var(--ui-kit-tooltip-font-family);font-size:var(--ui-kit-tooltip-font-size);max-width:var(--ui-kit-tooltip-max-width);padding:var(--ui-kit-tooltip-padding);position:absolute;text-align:center;top:-35px;left:50%;transform:translate(-50%);white-space:nowrap;z-index:var(--ui-kit-tooltip-z-index);display:block}.ui-kit__tooltip-module__tooltip:after{border:solid transparent;border-top-color:var(--ui-kit-tooltip-arrow-color);border-width:var(--ui-kit-tooltip-arrow-size);content:"";height:0;left:50%;margin-left:calc(-1 * var(--ui-kit-tooltip-arrow-size));pointer-events:none;position:absolute;top:100%;width:0}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__hidden{display:none}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__leftAligned{transform:translate(0);left:0;right:auto}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__leftAligned:after{left:7px;right:auto}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__rightAligned{transform:translate(0);left:auto;right:0}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__rightAligned:after{left:auto;right:7px}:root{--ui-kit-text-area-background-color: var(--ui-kit-color-basics-white);--ui-kit-text-area-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-text-area-border-radius: 3px;--ui-kit-text-area-border-style: solid;--ui-kit-text-area-border-width: 1px;--ui-kit-text-area-focus-ring-offset: 1px;--ui-kit-text-area-font-family: var(--ui-kit-font-body-md-family);--ui-kit-text-area-font-size: var(--ui-kit-font-body-md-size);--ui-kit-text-area-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-text-area-line-height: 18px;--ui-kit-text-area-padding-x: 16px;--ui-kit-text-area-padding-y: 9px;--ui-kit-text-area-text-color: var(--ui-kit-color-text-default);--ui-kit-text-area-disabled-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-text-area-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-text-area-error-border-color: var(--ui-kit-color-error-border);--ui-kit-text-area-error-focus-ring-inner-color: var(--ui-kit-color-error-border);--ui-kit-text-area-error-focus-ring-outer-color: var(--ui-kit-color-error-background-light);--ui-kit-text-area-error-text-color: var(--ui-kit-color-error-text);--ui-kit-text-area-success-border-color: var(--ui-kit-color-success-border);--ui-kit-text-area-success-focus-ring-inner-color: var(--ui-kit-color-success-border);--ui-kit-text-area-success-focus-ring-outer-color: var(--ui-kit-color-success-background-light);--ui-kit-text-area-success-text-color: var(--ui-kit-color-success-text);--ui-kit-text-area-warning-border-color: var(--ui-kit-color-warning-border);--ui-kit-text-area-warning-focus-ring-inner-color: var(--ui-kit-color-warning-border);--ui-kit-text-area-warning-focus-ring-outer-color: var(--ui-kit-color-warning-background-light);--ui-kit-text-area-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__text-area-module__base{--ui-kit-focus-ring-offset: var(--ui-kit-text-area-focus-ring-offset);display:flex}.ui-kit__text-area-module__base:before{border-radius:calc(var(--ui-kit-focus-ring-border-radius) - 1px)}.ui-kit__text-area-module__base.ui-kit__text-area-module__error{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-error-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-error-focus-ring-outer-color)}.ui-kit__text-area-module__base.ui-kit__text-area-module__success{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-success-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-success-focus-ring-outer-color)}.ui-kit__text-area-module__base.ui-kit__text-area-module__warning{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-warning-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-warning-focus-ring-outer-color)}.ui-kit__text-area-module__text-area{background-color:var(--ui-kit-text-area-background-color);border-color:var(--ui-kit-text-area-border-color);border-radius:var(--ui-kit-text-area-border-radius);border-style:var(--ui-kit-text-area-border-style);border-width:var(--ui-kit-text-area-border-width);color:var(--ui-kit-text-area-text-color);font-family:var(--ui-kit-text-area-font-family);font-size:var(--ui-kit-text-area-font-size);font-weight:var(--ui-kit-text-area-font-weight);line-height:var(--ui-kit-text-area-line-height);padding:var(--ui-kit-text-area-padding-y) var(--ui-kit-text-area-padding-x);outline:none;resize:none;width:100%}.ui-kit__text-area-module__text-area[data-disabled=true]{--ui-kit-text-area-background-color: var(--ui-kit-text-area-disabled-background-color);--ui-kit-text-area-border-color: var(--ui-kit-text-area-disabled-border-color);-webkit-user-select:none;user-select:none}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__error:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-error-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-error-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__error:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-error-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__success:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-success-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-success-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__success:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-success-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__warning:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-warning-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-warning-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__warning:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-warning-text-color)}:root{--ui-kit-text-area-field-gap: 8px;--ui-kit-text-area-field-control-gap: 6px}.ui-kit__text-area-field-module__base{display:flex;flex-direction:column;gap:var(--ui-kit-text-area-field-gap)}.ui-kit__text-area-field-module__base .ui-kit__text-area-field-module__control{display:flex;flex-direction:column;gap:var(--ui-kit-text-area-field-control-gap)}:root{--ui-kit-validation-alert-background-color: transparent;--ui-kit-validation-alert-font-family: var(--ui-kit-font-body-md-family);--ui-kit-validation-alert-font-size: var(--ui-kit-font-body-md-size);--ui-kit-validation-alert-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-validation-alert-line-height: 19px;--ui-kit-validation-alert-padding-x: 6px;--ui-kit-validation-alert-padding-y: .5px;--ui-kit-validation-alert-text-color: var(--ui-kit-color-text);--ui-kit-validation-alert-error-background-color: var(--ui-kit-color-error-background-light);--ui-kit-validation-alert-error-text-color: var(--ui-kit-color-error-text);--ui-kit-validation-alert-success-background-color: var(--ui-kit-color-success-background-light);--ui-kit-validation-alert-success-text-color: var(--ui-kit-color-success-text);--ui-kit-validation-alert-warning-background-color: var(--ui-kit-color-warning-background-light);--ui-kit-validation-alert-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__validation-alert-module__base{background-color:var(--ui-kit-validation-alert-background-color);color:var(--ui-kit-validation-alert-text-color);font-family:var(--ui-kit-validation-alert-font-family);font-size:var(--ui-kit-validation-alert-font-size);font-weight:var(--ui-kit-validation-alert-font-weight);gap:calc(var(--ui-kit-validation-alert-padding-x)/2);line-height:var(--ui-kit-validation-alert-line-height);padding:var(--ui-kit-validation-alert-padding-y) var(--ui-kit-validation-alert-padding-x) var(--ui-kit-validation-alert-padding-y) calc(var(--ui-kit-validation-alert-padding-x)/2);align-items:center;display:flex;flex-direction:row;width:100%;word-break:break-word}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__error{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-error-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-error-text-color)}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__success{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-success-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-success-text-color)}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__warning{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-warning-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-warning-text-color)}.ui-kit__validation-alert-module__base .ui-kit__validation-alert-module__icon{width:24px;height:19px}.ui-kit__validation-alert-module__base .ui-kit__validation-alert-module__icon svg{fill:currentColor;width:24px;height:19px}:root{--ui-kit-text-field-gap: 8px;--ui-kit-text-field-control-gap: 6px}.ui-kit__text-field-module__base{display:flex;flex-direction:column;gap:var(--ui-kit-text-field-gap)}.ui-kit__text-field-module__base .ui-kit__text-field-module__control{display:flex;flex-direction:column;gap:var(--ui-kit-text-field-control-gap)}:root{--ui-kit-color-red-100: #FFF0E8;--ui-kit-color-red-200: #FEDFD5;--ui-kit-color-red-300: #FFBCAD;--ui-kit-color-red-400: #FA7A64;--ui-kit-color-red-500: #E54A32;--ui-kit-color-red-600: #B83525;--ui-kit-color-red-700: #822824;--ui-kit-color-red-800: #592728;--ui-kit-color-red-900: #402629;--ui-kit-color-red-1000: #2B2123;--ui-kit-color-red-accent: #FF4747;--ui-kit-color-orange-100: #FFF2E8;--ui-kit-color-orange-200: #FFE4D1;--ui-kit-color-orange-300: #FAC096;--ui-kit-color-orange-400: #F5964E;--ui-kit-color-orange-500: #D67022;--ui-kit-color-orange-600: #A35214;--ui-kit-color-orange-700: #7A4518;--ui-kit-color-orange-800: #573B23;--ui-kit-color-orange-900: #3D2F22;--ui-kit-color-orange-1000: #2B241D;--ui-kit-color-orange-accent: #FF8B33;--ui-kit-color-yellow-100: #FFF6E5;--ui-kit-color-yellow-200: #FFEECC;--ui-kit-color-yellow-300: #FFDD99;--ui-kit-color-yellow-400: #FABF5A;--ui-kit-color-yellow-500: #E09C24;--ui-kit-color-yellow-600: #AC771B;--ui-kit-color-yellow-700: #7A581D;--ui-kit-color-yellow-800: #574323;--ui-kit-color-yellow-900: #403521;--ui-kit-color-yellow-1000: #2B261D;--ui-kit-color-yellow-accent: #FFB83D;--ui-kit-color-green-100: #F2FFF0;--ui-kit-color-green-200: #E0FCDE;--ui-kit-color-green-300: #B9EDBD;--ui-kit-color-green-400: #83DB9C;--ui-kit-color-green-500: #47C47D;--ui-kit-color-green-600: #2D8556;--ui-kit-color-green-700: #28704C;--ui-kit-color-green-800: #2E5940;--ui-kit-color-green-900: #283B2D;--ui-kit-color-green-1000: #222923;--ui-kit-color-green-accent: #56F09E;--ui-kit-color-slate-100: #F2F9FC;--ui-kit-color-slate-200: #E1EEF5;--ui-kit-color-slate-300: #CCDEE8;--ui-kit-color-slate-400: #A9C4D4;--ui-kit-color-slate-500: #82A7BA;--ui-kit-color-slate-600: #658B9E;--ui-kit-color-slate-700: #486878;--ui-kit-color-slate-800: #344852;--ui-kit-color-slate-900: #283338;--ui-kit-color-slate-1000: #1F2426;--ui-kit-color-slate-accent: #47C2FF;--ui-kit-color-cobalt-100: #EBF5FF;--ui-kit-color-cobalt-200: #D1E8FF;--ui-kit-color-cobalt-300: #9ECBFF;--ui-kit-color-cobalt-400: #66A3FF;--ui-kit-color-cobalt-500: #4176FA;--ui-kit-color-cobalt-600: #304DDB;--ui-kit-color-cobalt-700: #263AAD;--ui-kit-color-cobalt-800: #1C2674;--ui-kit-color-cobalt-900: #171952;--ui-kit-color-cobalt-1000: #0E0E33;--ui-kit-color-cobalt-accent: #47A3FF;--ui-kit-color-purple-100: #F9F2FF;--ui-kit-color-purple-200: #F2E5FF;--ui-kit-color-purple-300: #D7BAF5;--ui-kit-color-purple-400: #AD82D8;--ui-kit-color-purple-500: #9163BF;--ui-kit-color-purple-600: #774BA3;--ui-kit-color-purple-700: #5D407A;--ui-kit-color-purple-800: #48335C;--ui-kit-color-purple-900: #31253D;--ui-kit-color-purple-1000: #271F2E;--ui-kit-color-purple-accent: #C285FF;--ui-kit-color-magenta-100: #FFF2F4;--ui-kit-color-magenta-200: #FFE5EA;--ui-kit-color-magenta-300: #FFC7D3;--ui-kit-color-magenta-400: #E5859F;--ui-kit-color-magenta-500: #BF5878;--ui-kit-color-magenta-600: #A34B6B;--ui-kit-color-magenta-700: #863E5C;--ui-kit-color-magenta-800: #5E3146;--ui-kit-color-magenta-900: #3D2531;--ui-kit-color-magenta-1000: #2E2126;--ui-kit-color-magenta-accent: #FF5CAA;--ui-kit-color-charcoal-100: #f9fafa;--ui-kit-color-charcoal-200: #f1f3f5;--ui-kit-color-charcoal-300: #DFE6EB;--ui-kit-color-charcoal-400: #C8D3DE;--ui-kit-color-charcoal-500: #ABB9C7;--ui-kit-color-charcoal-600: #7E8E9E;--ui-kit-color-charcoal-700: #556575;--ui-kit-color-charcoal-800: #405261;--ui-kit-color-charcoal-900: #314351;--ui-kit-color-charcoal-1000: #253642;--ui-kit-color-charcoal-1100: #1d2b36;--ui-kit-color-charcoal-1200: #131B24;--ui-kit-color-clay-100: #FAF8F7;--ui-kit-color-clay-200: #F5F2F0;--ui-kit-color-clay-300: #EDE8E6;--ui-kit-color-clay-400: #DED5D1;--ui-kit-color-clay-500: #C2B4AC;--ui-kit-color-clay-600: #9E8F88;--ui-kit-color-clay-700: #8A7B74;--ui-kit-color-clay-800: #756963;--ui-kit-color-clay-900: #574F4B;--ui-kit-color-clay-1000: #4A4441;--ui-kit-color-clay-1100: #33302E;--ui-kit-color-clay-1200: #262423;--ui-kit-color-basics-white: #ffffff;--ui-kit-color-basics-black: #000000;--ui-kit-color-basics-magenta: #ff00ff;--ui-kit-color-basics-cyan: #00ffff;--ui-kit-font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;--ui-kit-font-family-sans: "Aktiv Grotesk", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--ui-kit-font-family-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--ui-kit-font-size-sm: 12px;--ui-kit-font-size-base: 13px;--ui-kit-font-size-lg: 14px;--ui-kit-font-size-xl: 15px;--ui-kit-font-weight-light: 300;--ui-kit-font-weight-regular: 400;--ui-kit-font-weight-medium: 500;--ui-kit-font-weight-bold: 700;--ui-kit-spacing-0: 0px;--ui-kit-spacing-1: 1px;--ui-kit-spacing-2: 2px;--ui-kit-spacing-4: 4px;--ui-kit-spacing-6: 6px;--ui-kit-spacing-8: 8px;--ui-kit-spacing-10: 10px;--ui-kit-spacing-12: 12px;--ui-kit-spacing-14: 14px;--ui-kit-spacing-16: 16px;--ui-kit-spacing-20: 20px;--ui-kit-spacing-24: 24px;--ui-kit-spacing-28: 28px;--ui-kit-spacing-32: 32px;--ui-kit-spacing-36: 36px;--ui-kit-spacing-40: 40px;--ui-kit-spacing-44: 44px;--ui-kit-spacing-48: 48px;--ui-kit-spacing-56: 56px;--ui-kit-spacing-64: 64px;--ui-kit-spacing-80: 80px;--ui-kit-spacing-96: 96px;--ui-kit-spacing-112: 112px;--ui-kit-spacing-128: 128px;--ui-kit-spacing-144: 144px;--ui-kit-spacing-160: 160px;--ui-kit-spacing-176: 176px;--ui-kit-spacing-192: 192px;--ui-kit-spacing-208: 208px;--ui-kit-spacing-224: 224px;--ui-kit-spacing-240: 240px;--ui-kit-color-action-default: var(--ui-kit-color-cobalt-600);--ui-kit-color-action-hovered: var(--ui-kit-color-cobalt-700);--ui-kit-color-action-pressed: var(--ui-kit-color-cobalt-800);--ui-kit-color-action-disabled: var(--ui-kit-color-charcoal-500);--ui-kit-color-text-headline: var(--ui-kit-color-charcoal-1200);--ui-kit-color-text-dark: var(--ui-kit-color-charcoal-900);--ui-kit-color-text-default: var(--ui-kit-color-charcoal-800);--ui-kit-color-text-light: var(--ui-kit-color-charcoal-700);--ui-kit-color-text-disabled: var(--ui-kit-color-charcoal-600);--ui-kit-color-success-text: var(--ui-kit-color-green-800);--ui-kit-color-success-background-dark: var(--ui-kit-color-green-600);--ui-kit-color-success-icon: var(--ui-kit-color-green-500);--ui-kit-color-success-border: var(--ui-kit-color-green-500);--ui-kit-color-success-background-light: var(--ui-kit-color-green-100);--ui-kit-color-error-text: var(--ui-kit-color-red-600);--ui-kit-color-error-background-dark: var(--ui-kit-color-red-600);--ui-kit-color-error-icon: var(--ui-kit-color-red-accent);--ui-kit-color-error-border: var(--ui-kit-color-red-500);--ui-kit-color-error-background-light: #feeae7;--ui-kit-color-warning-text: var(--ui-kit-color-orange-600);--ui-kit-color-warning-background-dark: var(--ui-kit-color-orange-600);--ui-kit-color-warning-icon: var(--ui-kit-color-yellow-accent);--ui-kit-color-warning-border: var(--ui-kit-color-yellow-400);--ui-kit-color-warning-background-light: var(--ui-kit-color-yellow-100);--ui-kit-color-info-text: var(--ui-kit-color-cobalt-700);--ui-kit-color-info-background-dark: var(--ui-kit-color-cobalt-600);--ui-kit-color-info-icon: var(--ui-kit-color-cobalt-500);--ui-kit-color-info-border: var(--ui-kit-color-cobalt-500);--ui-kit-color-info-background-light: var(--ui-kit-color-cobalt-100);--ui-kit-font-heading-lg-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-lg-size: var(--ui-kit-font-size-xl);--ui-kit-font-heading-lg-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-heading-md-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-md-size: var(--ui-kit-font-size-lg);--ui-kit-font-heading-md-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-heading-sm-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-sm-size: var(--ui-kit-font-size-base);--ui-kit-font-heading-sm-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-body-md-strong-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-md-strong-size: var(--ui-kit-font-size-base);--ui-kit-font-body-md-strong-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-body-md-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-md-size: var(--ui-kit-font-size-base);--ui-kit-font-body-md-weight: var(--ui-kit-font-weight-regular);--ui-kit-font-body-sm-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-sm-size: var(--ui-kit-font-size-sm);--ui-kit-font-body-sm-weight: var(--ui-kit-font-weight-regular)}.ui-kit__theme-module__root{box-sizing:border-box;font-family:var(--ui-kit-font-family-sans);font-size:var(--ui-kit-font-size-base)}.ui-kit__theme-module__root *,.ui-kit__theme-module__root *:before,.ui-kit__theme-module__root *:after{box-sizing:border-box}:root{--ui-kit-thumbnail-aspect-ratio: 1;--ui-kit-thumbnail-object-fit: cover;--ui-kit-thumbnail-border-color: var(--ui-kit-color-charcoal-300);--ui-kit-thumbnail-sm-width: 38px;--ui-kit-thumbnail-sm-border-radius: 10px;--ui-kit-thumbnail-md-width: 48px;--ui-kit-thumbnail-md-border-radius: 12px;--ui-kit-thumbnail-lg-width: 64px;--ui-kit-thumbnail-lg-border-radius: 16px}.ui-kit__thumbnail-module__base{display:inline-block;overflow:hidden;box-sizing:border-box;aspect-ratio:var(--ui-kit-thumbnail-aspect-ratio);object-fit:var(--ui-kit-thumbnail-object-fit);background:#fff;border:1px solid var(--ui-kit-thumbnail-border-color)}.ui-kit__thumbnail-module__base svg{width:100%;height:100%;display:block}.ui-kit__thumbnail-module__sm{width:var(--ui-kit-thumbnail-sm-width);border-radius:var(--ui-kit-thumbnail-sm-border-radius)}.ui-kit__thumbnail-module__md{width:var(--ui-kit-thumbnail-md-width);border-radius:var(--ui-kit-thumbnail-md-border-radius)}.ui-kit__thumbnail-module__lg{width:var(--ui-kit-thumbnail-lg-width);border-radius:var(--ui-kit-thumbnail-lg-border-radius)}.ui-kit__thumbnail-module__cover{--ui-kit-thumbnail-object-fit: cover}.ui-kit__thumbnail-module__fill{--ui-kit-thumbnail-object-fit: fill}.ui-kit__thumbnail-module__contain{--ui-kit-thumbnail-object-fit: contain}.ui-kit__thumbnail-module__scale-down{--ui-kit-thumbnail-object-fit: scale-down}.ui-kit__thumbnail-module__isDisabled{opacity:.5;cursor:default;pointer-events:none}
|
|
2
|
-
/*$vite$:1*/`,document.head.appendChild(P3);function $3(i){var n,o,u="";if(typeof i=="string"||typeof i=="number")u+=i;else if(typeof i=="object")if(Array.isArray(i)){var d=i.length;for(n=0;n<d;n++)i[n]&&(o=$3(i[n]))&&(u&&(u+=" "),u+=o)}else for(o in i)i[o]&&(u&&(u+=" "),u+=o);return u}function dt(){for(var i,n,o=0,u="",d=arguments.length;o<d;o++)(i=arguments[o])&&(n=$3(i))&&(u&&(u+=" "),u+=n);return u}const N3=i=>typeof i=="boolean"?`${i}`:i===0?"0":i,L3=dt,ln=(i,n)=>o=>{var u;if((n==null?void 0:n.variants)==null)return L3(i,o==null?void 0:o.class,o==null?void 0:o.className);const{variants:d,defaultVariants:v}=n,p=Object.keys(d).map(E=>{const S=o==null?void 0:o[E],C=v==null?void 0:v[E];if(S===null)return null;const T=N3(S)||N3(C);return d[E][T]}),g=o&&Object.entries(o).reduce((E,S)=>{let[C,T]=S;return T===void 0||(E[C]=T),E},{}),x=n==null||(u=n.compoundVariants)===null||u===void 0?void 0:u.reduce((E,S)=>{let{class:C,className:T,...P}=S;return Object.entries(P).every(N=>{let[L,A]=N;return Array.isArray(A)?A.includes({...v,...g}[L]):{...v,...g}[L]===A})?[...E,C,T]:E},[]);return L3(i,p,x,o==null?void 0:o.class,o==null?void 0:o.className)},xs={base:"ui-kit__badge-module__base",sm:"ui-kit__badge-module__sm",default:"ui-kit__badge-module__default",success:"ui-kit__badge-module__success",warning:"ui-kit__badge-module__warning",error:"ui-kit__badge-module__error"},m9=ln(xs.base,{variants:{color:{default:xs.default,success:xs.success,warning:xs.warning,error:xs.error},size:{sm:xs.sm,default:xs.default}}});function M3({children:i,color:n="default",size:o="default"}){return le.jsx("span",{className:m9({color:n,size:o}),children:i})}M3.displayName="Badge";const Bt=typeof document<"u"?b.useLayoutEffect:()=>{};var q0;const h9=(q0=b.useInsertionEffect)!==null&&q0!==void 0?q0:Bt;function gn(i){const n=b.useRef(null);return h9(()=>{n.current=i},[i]),b.useCallback((...o)=>{const u=n.current;return u==null?void 0:u(...o)},[])}function g9(i){let[n,o]=b.useState(i),u=b.useRef(null),d=gn(()=>{if(!u.current)return;let p=u.current.next();if(p.done){u.current=null;return}n===p.value?d():o(p.value)});Bt(()=>{u.current&&d()});let v=gn(p=>{u.current=p(n),d()});return[n,v]}const Dh={prefix:String(Math.round(Math.random()*1e10)),current:0},A3=b.createContext(Dh),y9=b.createContext(!1);let b9=!!(typeof window<"u"&&window.document&&window.document.createElement),Q0=new WeakMap;function k9(i=!1){let n=b.useContext(A3),o=b.useRef(null);if(o.current===null&&!i){var u,d;let v=(d=b.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||d===void 0||(u=d.ReactCurrentOwner)===null||u===void 0?void 0:u.current;if(v){let p=Q0.get(v);p==null?Q0.set(v,{id:n.current,state:v.memoizedState}):v.memoizedState!==p.state&&(n.current=p.id,Q0.delete(v))}o.current=++n.current}return o.current}function x9(i){let n=b.useContext(A3);n===Dh&&!b9&&process.env.NODE_ENV!=="production"&&console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");let o=k9(!!i),u=n===Dh&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${n.prefix}`;return i||`${u}-${o}`}function _9(i){let n=b.useId(),[o]=b.useState(su()),u=o||process.env.NODE_ENV==="test"?"react-aria":`react-aria${Dh.prefix}`;return i||`${u}-${n}`}const E9=typeof b.useId=="function"?_9:x9;function C9(){return!1}function w9(){return!0}function S9(i){return()=>{}}function su(){return typeof b.useSyncExternalStore=="function"?b.useSyncExternalStore(S9,C9,w9):b.useContext(y9)}let T9=!!(typeof window<"u"&&window.document&&window.document.createElement),td=new Map,Pp;typeof FinalizationRegistry<"u"&&(Pp=new FinalizationRegistry(i=>{td.delete(i)}));function Rn(i){let[n,o]=b.useState(i),u=b.useRef(null),d=E9(n),v=b.useRef(null);if(Pp&&Pp.register(v,d),T9){const p=td.get(d);p&&!p.includes(u)?p.push(u):td.set(d,[u])}return Bt(()=>{let p=d;return()=>{Pp&&Pp.unregister(v),td.delete(p)}},[d]),b.useEffect(()=>{let p=u.current;return p&&o(p),()=>{p&&(u.current=null)}}),d}function D9(i,n){if(i===n)return i;let o=td.get(i);if(o)return o.forEach(d=>d.current=n),n;let u=td.get(n);return u?(u.forEach(d=>d.current=i),i):n}function cu(i=[]){let n=Rn(),[o,u]=g9(n),d=b.useCallback(()=>{u(function*(){yield n,yield document.getElementById(n)?n:void 0})},[n,u]);return Bt(d,[n,d,...i]),o}function ia(...i){return(...n)=>{for(let o of i)typeof o=="function"&&o(...n)}}const Ft=i=>{var n;return(n=i==null?void 0:i.ownerDocument)!==null&&n!==void 0?n:document},_r=i=>i&&"window"in i&&i.window===i?i:Ft(i).defaultView||window;function P9(i){return i!==null&&typeof i=="object"&&"nodeType"in i&&typeof i.nodeType=="number"}function $9(i){return P9(i)&&i.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in i}let N9=!1;function Ph(){return N9}function fn(i,n){if(!Ph())return n&&i?i.contains(n):!1;if(!i||!n)return!1;let o=n;for(;o!==null;){if(o===i)return!0;o.tagName==="SLOT"&&o.assignedSlot?o=o.assignedSlot.parentNode:$9(o)?o=o.host:o=o.parentNode}return!1}const Ei=(i=document)=>{var n;if(!Ph())return i.activeElement;let o=i.activeElement;for(;o&&"shadowRoot"in o&&(!((n=o.shadowRoot)===null||n===void 0)&&n.activeElement);)o=o.shadowRoot.activeElement;return o};function Ut(i){return Ph()&&i.target.shadowRoot&&i.composedPath?i.composedPath()[0]:i.target}class L9{get currentNode(){return this._currentNode}set currentNode(n){if(!fn(this.root,n))throw new Error("Cannot set currentNode to a node that is not contained by the root node.");const o=[];let u=n,d=n;for(this._currentNode=n;u&&u!==this.root;)if(u.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const p=u,g=this._doc.createTreeWalker(p,this.whatToShow,{acceptNode:this._acceptNode});o.push(g),g.currentNode=d,this._currentSetFor.add(g),u=d=p.host}else u=u.parentNode;const v=this._doc.createTreeWalker(this.root,this.whatToShow,{acceptNode:this._acceptNode});o.push(v),v.currentNode=d,this._currentSetFor.add(v),this._walkerStack=o}get doc(){return this._doc}firstChild(){let n=this.currentNode,o=this.nextNode();return fn(n,o)?(o&&(this.currentNode=o),o):(this.currentNode=n,null)}lastChild(){let o=this._walkerStack[0].lastChild();return o&&(this.currentNode=o),o}nextNode(){const n=this._walkerStack[0].nextNode();if(n){if(n.shadowRoot){var o;let d;if(typeof this.filter=="function"?d=this.filter(n):!((o=this.filter)===null||o===void 0)&&o.acceptNode&&(d=this.filter.acceptNode(n)),d===NodeFilter.FILTER_ACCEPT)return this.currentNode=n,n;let v=this.nextNode();return v&&(this.currentNode=v),v}return n&&(this.currentNode=n),n}else if(this._walkerStack.length>1){this._walkerStack.shift();let u=this.nextNode();return u&&(this.currentNode=u),u}else return null}previousNode(){const n=this._walkerStack[0];if(n.currentNode===n.root){if(this._currentSetFor.has(n))if(this._currentSetFor.delete(n),this._walkerStack.length>1){this._walkerStack.shift();let d=this.previousNode();return d&&(this.currentNode=d),d}else return null;return null}const o=n.previousNode();if(o){if(o.shadowRoot){var u;let v;if(typeof this.filter=="function"?v=this.filter(o):!((u=this.filter)===null||u===void 0)&&u.acceptNode&&(v=this.filter.acceptNode(o)),v===NodeFilter.FILTER_ACCEPT)return o&&(this.currentNode=o),o;let p=this.lastChild();return p&&(this.currentNode=p),p}return o&&(this.currentNode=o),o}else if(this._walkerStack.length>1){this._walkerStack.shift();let d=this.previousNode();return d&&(this.currentNode=d),d}else return null}nextSibling(){return null}previousSibling(){return null}parentNode(){return null}constructor(n,o,u,d){this._walkerStack=[],this._currentSetFor=new Set,this._acceptNode=p=>{if(p.nodeType===Node.ELEMENT_NODE){const x=p.shadowRoot;if(x){const E=this._doc.createTreeWalker(x,this.whatToShow,{acceptNode:this._acceptNode});return this._walkerStack.unshift(E),NodeFilter.FILTER_ACCEPT}else{var g;if(typeof this.filter=="function")return this.filter(p);if(!((g=this.filter)===null||g===void 0)&&g.acceptNode)return this.filter.acceptNode(p);if(this.filter===null)return NodeFilter.FILTER_ACCEPT}}return NodeFilter.FILTER_SKIP},this._doc=n,this.root=o,this.filter=d??null,this.whatToShow=u??NodeFilter.SHOW_ALL,this._currentNode=o,this._walkerStack.unshift(n.createTreeWalker(o,u,this._acceptNode));const v=o.shadowRoot;if(v){const p=this._doc.createTreeWalker(v,this.whatToShow,{acceptNode:this._acceptNode});this._walkerStack.unshift(p)}}}function M9(i,n,o,u){return Ph()?new L9(i,n,o,u):i.createTreeWalker(n,o,u)}function Ge(...i){let n={...i[0]};for(let o=1;o<i.length;o++){let u=i[o];for(let d in u){let v=n[d],p=u[d];typeof v=="function"&&typeof p=="function"&&d[0]==="o"&&d[1]==="n"&&d.charCodeAt(2)>=65&&d.charCodeAt(2)<=90?n[d]=ia(v,p):(d==="className"||d==="UNSAFE_className")&&typeof v=="string"&&typeof p=="string"?n[d]=dt(v,p):d==="id"&&v&&p?n.id=D9(v,p):n[d]=p!==void 0?p:v}}return n}function $h(...i){return i.length===1&&i[0]?i[0]:n=>{let o=!1;const u=i.map(d=>{const v=O3(d,n);return o||(o=typeof v=="function"),v});if(o)return()=>{u.forEach((d,v)=>{typeof d=="function"?d():O3(i[v],null)})}}}function O3(i,n){if(typeof i=="function")return i(n);i!=null&&(i.current=n)}const A9=new Set(["id"]),O9=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),F9=new Set(["href","hrefLang","target","rel","download","ping","referrerPolicy"]),R9=new Set(["dir","lang","hidden","inert","translate"]),F3=new Set(["onClick","onAuxClick","onContextMenu","onDoubleClick","onMouseDown","onMouseEnter","onMouseLeave","onMouseMove","onMouseOut","onMouseOver","onMouseUp","onTouchCancel","onTouchEnd","onTouchMove","onTouchStart","onPointerDown","onPointerMove","onPointerUp","onPointerCancel","onPointerEnter","onPointerLeave","onPointerOver","onPointerOut","onGotPointerCapture","onLostPointerCapture","onScroll","onWheel","onAnimationStart","onAnimationEnd","onAnimationIteration","onTransitionCancel","onTransitionEnd","onTransitionRun","onTransitionStart"]),z9=/^(data-.*)$/;function At(i,n={}){let{labelable:o,isLink:u,global:d,events:v=d,propNames:p}=n,g={};for(const x in i)Object.prototype.hasOwnProperty.call(i,x)&&(A9.has(x)||o&&O9.has(x)||u&&F9.has(x)||d&&R9.has(x)||v&&F3.has(x)||x.endsWith("Capture")&&F3.has(x.slice(0,-7))||p!=null&&p.has(x)||z9.test(x))&&(g[x]=i[x]);return g}function zo(i){if(I9())i.focus({preventScroll:!0});else{let n=B9(i);i.focus(),U9(n)}}let Nh=null;function I9(){if(Nh==null){Nh=!1;try{document.createElement("div").focus({get preventScroll(){return Nh=!0,!0}})}catch{}}return Nh}function B9(i){let n=i.parentNode,o=[],u=document.scrollingElement||document.documentElement;for(;n instanceof HTMLElement&&n!==u;)(n.offsetHeight<n.scrollHeight||n.offsetWidth<n.scrollWidth)&&o.push({element:n,scrollTop:n.scrollTop,scrollLeft:n.scrollLeft}),n=n.parentNode;return u instanceof HTMLElement&&o.push({element:u,scrollTop:u.scrollTop,scrollLeft:u.scrollLeft}),o}function U9(i){for(let{element:n,scrollTop:o,scrollLeft:u}of i)n.scrollTop=o,n.scrollLeft=u}function Lh(i){var n;if(typeof window>"u"||window.navigator==null)return!1;let o=(n=window.navigator.userAgentData)===null||n===void 0?void 0:n.brands;return Array.isArray(o)&&o.some(u=>i.test(u.brand))||i.test(window.navigator.userAgent)}function X0(i){var n;return typeof window<"u"&&window.navigator!=null?i.test(((n=window.navigator.userAgentData)===null||n===void 0?void 0:n.platform)||window.navigator.platform):!1}function ra(i){if(process.env.NODE_ENV==="test")return i;let n=null;return()=>(n==null&&(n=i()),n)}const du=ra(function(){return X0(/^Mac/i)}),R3=ra(function(){return X0(/^iPhone/i)}),z3=ra(function(){return X0(/^iPad/i)||du()&&navigator.maxTouchPoints>1}),$p=ra(function(){return R3()||z3()}),Mh=ra(function(){return du()||$p()}),Z0=ra(function(){return Lh(/AppleWebKit/i)&&!J0()}),J0=ra(function(){return Lh(/Chrome/i)}),Ah=ra(function(){return Lh(/Android/i)}),V9=ra(function(){return Lh(/Firefox/i)}),K9=b.createContext({isNative:!0,open:W9,useHref:i=>i});function nd(){return b.useContext(K9)}function j9(i,n){let o=i.getAttribute("target");return(!o||o==="_self")&&i.origin===location.origin&&!i.hasAttribute("download")&&!n.metaKey&&!n.ctrlKey&&!n.altKey&&!n.shiftKey}function _s(i,n,o=!0){var u,d;let{metaKey:v,ctrlKey:p,altKey:g,shiftKey:x}=n;V9()&&(!((d=window.event)===null||d===void 0||(u=d.type)===null||u===void 0)&&u.startsWith("key"))&&i.target==="_blank"&&(du()?v=!0:p=!0);let E=Z0()&&du()&&!z3()&&process.env.NODE_ENV!=="test"?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:v,ctrlKey:p,altKey:g,shiftKey:x}):new MouseEvent("click",{metaKey:v,ctrlKey:p,altKey:g,shiftKey:x,bubbles:!0,cancelable:!0});_s.isOpening=o,zo(i),i.dispatchEvent(E),_s.isOpening=!1}_s.isOpening=!1;function H9(i,n){if(i instanceof HTMLAnchorElement)n(i);else if(i.hasAttribute("data-href")){let o=document.createElement("a");o.href=i.getAttribute("data-href"),i.hasAttribute("data-target")&&(o.target=i.getAttribute("data-target")),i.hasAttribute("data-rel")&&(o.rel=i.getAttribute("data-rel")),i.hasAttribute("data-download")&&(o.download=i.getAttribute("data-download")),i.hasAttribute("data-ping")&&(o.ping=i.getAttribute("data-ping")),i.hasAttribute("data-referrer-policy")&&(o.referrerPolicy=i.getAttribute("data-referrer-policy")),i.appendChild(o),n(o),i.removeChild(o)}}function W9(i,n){H9(i,o=>_s(o,n))}function ek(i){let n=nd();var o;const u=n.useHref((o=i==null?void 0:i.href)!==null&&o!==void 0?o:"");return{href:i!=null&&i.href?u:void 0,target:i==null?void 0:i.target,rel:i==null?void 0:i.rel,download:i==null?void 0:i.download,ping:i==null?void 0:i.ping,referrerPolicy:i==null?void 0:i.referrerPolicy}}function I3(i,n,o,u){!n.isNative&&i.currentTarget instanceof HTMLAnchorElement&&i.currentTarget.href&&!i.isDefaultPrevented()&&j9(i.currentTarget,i)&&o&&(i.preventDefault(),n.open(i.currentTarget,i,o,u))}let fu=new Map,tk=new Set;function B3(){if(typeof window>"u")return;function i(u){return"propertyName"in u}let n=u=>{if(!i(u)||!u.target)return;let d=fu.get(u.target);d||(d=new Set,fu.set(u.target,d),u.target.addEventListener("transitioncancel",o,{once:!0})),d.add(u.propertyName)},o=u=>{if(!i(u)||!u.target)return;let d=fu.get(u.target);if(d&&(d.delete(u.propertyName),d.size===0&&(u.target.removeEventListener("transitioncancel",o),fu.delete(u.target)),fu.size===0)){for(let v of tk)v();tk.clear()}};document.body.addEventListener("transitionrun",n),document.body.addEventListener("transitionend",o)}typeof document<"u"&&(document.readyState!=="loading"?B3():document.addEventListener("DOMContentLoaded",B3));function G9(){for(const[i]of fu)"isConnected"in i&&!i.isConnected&&fu.delete(i)}function U3(i){requestAnimationFrame(()=>{G9(),fu.size===0?i():tk.add(i)})}function Np(){let i=b.useRef(new Map),n=b.useCallback((d,v,p,g)=>{let x=g!=null&&g.once?(...E)=>{i.current.delete(p),p(...E)}:p;i.current.set(p,{type:v,eventTarget:d,fn:x,options:g}),d.addEventListener(v,x,g)},[]),o=b.useCallback((d,v,p,g)=>{var x;let E=((x=i.current.get(p))===null||x===void 0?void 0:x.fn)||p;d.removeEventListener(v,E,g),i.current.delete(p)},[]),u=b.useCallback(()=>{i.current.forEach((d,v)=>{o(d.eventTarget,d.type,v,d.options)})},[o]);return b.useEffect(()=>u,[u]),{addGlobalListener:n,removeGlobalListener:o,removeAllGlobalListeners:u}}function Oh(i,n){let{id:o,"aria-label":u,"aria-labelledby":d}=i;return o=Rn(o),d&&u?d=[...new Set([o,...d.trim().split(/\s+/)])].join(" "):d&&(d=d.trim().split(/\s+/).join(" ")),!u&&!d&&n&&(u=n),{id:o,"aria-label":u,"aria-labelledby":d}}function pu(i){const n=b.useRef(null),o=b.useRef(void 0),u=b.useCallback(d=>{if(typeof i=="function"){const v=i,p=v(d);return()=>{typeof p=="function"?p():v(null)}}else if(i)return i.current=d,()=>{i.current=null}},[i]);return b.useMemo(()=>({get current(){return n.current},set current(d){n.current=d,o.current&&(o.current(),o.current=void 0),d!=null&&(o.current=u(d))}}),[u])}function Y9(i,n){const o=b.useRef(!0),u=b.useRef(null);b.useEffect(()=>(o.current=!0,()=>{o.current=!1}),[]),b.useEffect(()=>{let d=u.current;o.current?o.current=!1:(!d||n.some((v,p)=>!Object.is(v,d[p])))&&i(),u.current=n},n)}function V3(i,n){const o=b.useRef(!0),u=b.useRef(null);Bt(()=>(o.current=!0,()=>{o.current=!1}),[]),Bt(()=>{o.current?o.current=!1:(!u.current||n.some((d,v)=>!Object.is(d,u[v])))&&i(),u.current=n},n)}function q9(){return typeof window.ResizeObserver<"u"}function id(i){const{ref:n,box:o,onResize:u}=i;b.useEffect(()=>{let d=n==null?void 0:n.current;if(d)if(q9()){const v=new window.ResizeObserver(p=>{p.length&&u()});return v.observe(d,{box:o}),()=>{d&&v.unobserve(d)}}else return window.addEventListener("resize",u,!1),()=>{window.removeEventListener("resize",u,!1)}},[u,n,o])}function nk(i,n){Bt(()=>{if(i&&i.ref&&n)return i.ref.current=n.current,()=>{i.ref&&(i.ref.current=null)}})}function Es(i,n){if(!i)return!1;let o=window.getComputedStyle(i),u=/(auto|scroll)/.test(o.overflow+o.overflowX+o.overflowY);return u&&n&&(u=i.scrollHeight!==i.clientHeight||i.scrollWidth!==i.clientWidth),u}function ik(i,n){let o=i;for(Es(o,n)&&(o=o.parentElement);o&&!Es(o,n);)o=o.parentElement;return o||document.scrollingElement||document.documentElement}function Q9(i,n){const o=[];for(;i&&i!==document.documentElement;)Es(i,n)&&o.push(i),i=i.parentElement;return o}function rd(i){return du()?i.metaKey:i.ctrlKey}const X9=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function Lp(i){return i instanceof HTMLInputElement&&!X9.has(i.type)||i instanceof HTMLTextAreaElement||i instanceof HTMLElement&&i.isContentEditable}let Er=typeof document<"u"&&window.visualViewport;function Z9(){let i=su(),[n,o]=b.useState(()=>i?{width:0,height:0}:K3());return b.useEffect(()=>{let u=()=>{Er&&Er.scale>1||o(p=>{let g=K3();return g.width===p.width&&g.height===p.height?p:g})},d,v=p=>{Er&&Er.scale>1||Lp(p.target)&&(d=requestAnimationFrame(()=>{(!document.activeElement||!Lp(document.activeElement))&&o(g=>{let x={width:window.innerWidth,height:window.innerHeight};return x.width===g.width&&x.height===g.height?g:x})}))};return window.addEventListener("blur",v,!0),Er?Er.addEventListener("resize",u):window.addEventListener("resize",u),()=>{cancelAnimationFrame(d),window.removeEventListener("blur",v,!0),Er?Er.removeEventListener("resize",u):window.removeEventListener("resize",u)}},[]),n}function K3(){return{width:Er?Er.width*Er.scale:window.innerWidth,height:Er?Er.height*Er.scale:window.innerHeight}}let J9=0;const rk=new Map;function eP(i){let[n,o]=b.useState();return Bt(()=>{if(!i)return;let u=rk.get(i);if(u)o(u.element.id);else{let d=`react-aria-description-${J9++}`;o(d);let v=document.createElement("div");v.id=d,v.style.display="none",v.textContent=i,document.body.appendChild(v),u={refCount:0,element:v},rk.set(i,u)}return u.refCount++,()=>{u&&--u.refCount===0&&(u.element.remove(),rk.delete(i))}},[i]),{"aria-describedby":i?n:void 0}}function Cs(i,n,o,u){let d=gn(o),v=o==null;b.useEffect(()=>{if(v||!i.current)return;let p=i.current;return p.addEventListener(n,d,u),()=>{p.removeEventListener(n,d,u)}},[i,n,u,v,d])}function j3(i,n){let o=H3(i,n,"left"),u=H3(i,n,"top"),d=n.offsetWidth,v=n.offsetHeight,p=i.scrollLeft,g=i.scrollTop,{borderTopWidth:x,borderLeftWidth:E,scrollPaddingTop:S,scrollPaddingRight:C,scrollPaddingBottom:T,scrollPaddingLeft:P}=getComputedStyle(i),{scrollMarginTop:N,scrollMarginRight:L,scrollMarginBottom:A,scrollMarginLeft:F}=getComputedStyle(n),B=p+parseInt(E,10),K=g+parseInt(x,10),j=B+i.clientWidth,U=K+i.clientHeight,G=parseInt(S,10)||0,Z=parseInt(T,10)||0,ke=parseInt(C,10)||0,pe=parseInt(P,10)||0,fe=parseInt(N,10)||0,R=parseInt(A,10)||0,de=parseInt(L,10)||0,re=parseInt(F,10)||0,ae=o-re,be=o+d+de,V=u-fe,J=u+v+R,X=p+parseInt(E,10)+pe,H=j-ke,z=g+parseInt(x,10)+G,he=U-Z;if((ae>X||be<H)&&(ae<=p+pe?p=ae-parseInt(E,10)-pe:be>j-ke&&(p+=be-j+ke)),(V>z||J<he)&&(V<=K+G?g=V-parseInt(x,10)-G:J>U-Z&&(g+=J-U+Z)),process.env.NODE_ENV==="test"){i.scrollLeft=p,i.scrollTop=g;return}i.scrollTo({left:p,top:g})}function H3(i,n,o){const u=o==="left"?"offsetLeft":"offsetTop";let d=0;for(;n.offsetParent&&(d+=n[u],n.offsetParent!==i);){if(n.offsetParent.contains(i)){d-=i[u];break}n=n.offsetParent}return d}function W3(i,n){if(i&&document.contains(i)){let p=document.scrollingElement||document.documentElement;if(!(window.getComputedStyle(p).overflow==="hidden")&&!J0()){var o;let{left:x,top:E}=i.getBoundingClientRect();i==null||(o=i.scrollIntoView)===null||o===void 0||o.call(i,{block:"nearest"});let{left:S,top:C}=i.getBoundingClientRect();if(Math.abs(x-S)>1||Math.abs(E-C)>1){var u,d,v;n==null||(d=n.containingElement)===null||d===void 0||(u=d.scrollIntoView)===null||u===void 0||u.call(d,{block:"center",inline:"center"}),(v=i.scrollIntoView)===null||v===void 0||v.call(i,{block:"nearest"})}}else{let x=Q9(i);for(let E of x)j3(E,i)}}}function ok(i){return i.pointerType===""&&i.isTrusted?!0:Ah()&&i.pointerType?i.type==="click"&&i.buttons===1:i.detail===0&&!i.pointerType}function tP(i){return!Ah()&&i.width===0&&i.height===0||i.width===1&&i.height===1&&i.pressure===0&&i.detail===0&&i.pointerType==="mouse"}function Fh(i,n,o){let u=gn(()=>{o&&o(n)});b.useEffect(()=>{var d;let v=i==null||(d=i.current)===null||d===void 0?void 0:d.form;return v==null||v.addEventListener("reset",u),()=>{v==null||v.removeEventListener("reset",u)}},[i,u])}function nP(i,n){let{collection:o,onLoadMore:u,scrollOffset:d=1}=i,v=b.useRef(null),p=gn(g=>{for(let x of g)x.isIntersecting&&u&&u()});Bt(()=>(n.current&&(v.current=new IntersectionObserver(p,{root:ik(n==null?void 0:n.current),rootMargin:`0px ${100*d}% ${100*d}% ${100*d}%`}),v.current.observe(n.current)),()=>{v.current&&v.current.disconnect()}),[o,p,n,d])}function iP(i){const n=b.version.split(".");return parseInt(n[0],10)>=19?i:i?"true":void 0}const rP="react-aria-clear-focus",oP="react-aria-focus";function lP(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var lk={exports:{}},Cr={},Rh={exports:{}},ak={};/**
|
|
1
|
+
(function(mt,le){typeof exports=="object"&&typeof module<"u"?le(exports,require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react"],le):(mt=typeof globalThis<"u"?globalThis:mt||self,le(mt.UI={},mt.jsxRuntime,mt.React))})(this,function(mt,le,b){"use strict";var P3=document.createElement("style");P3.textContent=`:root{--ui-kit-badge-font-family: var(--ui-kit-font-family-sans);--ui-kit-badge-font-size: 12px;--ui-kit-badge-font-weight: 500;--ui-kit-badge-line-height: 17px;--ui-kit-badge-border-radius: 100px;--ui-kit-badge-padding: 1px 8px 2px 8px;--ui-kit-badge-height: 18px;--ui-kit-badge-background-color: var(--ui-kit-color-basics-white);--ui-kit-badge-sm-font-size: 11px;--ui-kit-badge-sm-padding: 0px 8px;--ui-kit-badge-sm-line-height: normal;--ui-kit-badge-sm-height: 15px;--ui-kit-badge-default-font-size: var(--ui-kit-badge-font-size);--ui-kit-badge-default-padding: var(--ui-kit-badge-padding);--ui-kit-badge-default-line-height: var(--ui-kit-badge-line-height);--ui-kit-badge-default-height: var(--ui-kit-badge-height);--ui-kit-badge-default-text-color: var(--ui-kit-color-charcoal-700);--ui-kit-badge-default-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-badge-default-background-color: var(--ui-kit-color-basics-white);--ui-kit-badge-success-text-color: var(--ui-kit-color-green-800);--ui-kit-badge-success-border-color: var(--ui-kit-color-green-500);--ui-kit-badge-success-background-color: var(--ui-kit-color-green-100);--ui-kit-badge-warning-text-color: var(--ui-kit-color-orange-600);--ui-kit-badge-warning-border-color: var(--ui-kit-color-yellow-400);--ui-kit-badge-warning-background-color: var(--ui-kit-color-yellow-100);--ui-kit-badge-error-text-color: var(--ui-kit-color-red-600);--ui-kit-badge-error-border-color: var(--ui-kit-color-red-500);--ui-kit-badge-error-background-color: var(--ui-kit-color-red-100)}.ui-kit__badge-module__base{background-color:var(--ui-kit-badge-background-color);color:var(--ui-kit-badge-default-text-color);font-family:var(--ui-kit-badge-font-family);font-size:var(--ui-kit-badge-font-size);font-weight:var(--ui-kit-badge-font-weight);line-height:var(--ui-kit-badge-default-line-height);padding:var(--ui-kit-badge-padding);border-radius:var(--ui-kit-badge-border-radius);border:1px solid var(--ui-kit-badge-default-border-color);height:var(--ui-kit-badge-default-height);display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.ui-kit__badge-module__sm{font-size:var(--ui-kit-badge-sm-font-size);padding:var(--ui-kit-badge-sm-padding);line-height:var(--ui-kit-badge-sm-line-height);height:var(--ui-kit-badge-sm-height)}.ui-kit__badge-module__default{background-color:var(--ui-kit-color-basics-white);color:var(--ui-kit-badge-default-text-color);border-color:var(--ui-kit-badge-default-border-color)}.ui-kit__badge-module__success{background-color:var(--ui-kit-badge-success-background-color);color:var(--ui-kit-badge-success-text-color);border-color:var(--ui-kit-badge-success-border-color)}.ui-kit__badge-module__warning{background-color:var(--ui-kit-badge-warning-background-color);color:var(--ui-kit-badge-warning-text-color);border-color:var(--ui-kit-badge-warning-border-color)}.ui-kit__badge-module__error{background-color:var(--ui-kit-badge-error-background-color);color:var(--ui-kit-badge-error-text-color);border-color:var(--ui-kit-badge-error-border-color)}:root{--ui-kit-focus-ring-border-radius: 3px;--ui-kit-focus-ring-inner-color: var(--ui-kit-color-cobalt-600);--ui-kit-focus-ring-outer-color: var(--ui-kit-color-cobalt-200);--ui-kit-focus-ring-offset: -2px;--ui-kit-focus-ring-radius: calc(var(--ui-kit-focus-ring-border-radius) + 1px);--ui-kit-focus-ring-transition: opacity ease .2s;--ui-kit-focus-ring-z-index: 3}.ui-kit__useFocusRing-module__base{position:relative;outline:none}.ui-kit__useFocusRing-module__base:before{box-shadow:0 0 0 1px var(--ui-kit-focus-ring-inner-color),0 0 0 3px var(--ui-kit-focus-ring-outer-color);background:transparent;border-radius:var(--ui-kit-focus-ring-radius);content:"";inset:var(--ui-kit-focus-ring-offset);opacity:0;pointer-events:none;position:absolute;z-index:var(--ui-kit-focus-ring-z-index)}.ui-kit__useFocusRing-module__base[data-focused=true]:before{opacity:1;transition:var(--ui-kit-focus-ring-transition)}.ui-kit__useFocusRing-module__base[data-focused=true]:not([data-focus-visible]):before{opacity:0}:root{--ui-kit-button-border-width: 1px;--ui-kit-button-font-family: var(--ui-kit-font-family-sans);--ui-kit-button-font-weight: var(--ui-kit-font-weight-medium);--ui-kit-button-transition: all .15s ease;--ui-kit-button-min-width: none;--ui-kit-button-width: auto;--ui-kit-button-focus-ring-inner: 0 0 0 2px #ffffff;--ui-kit-button-focus-ring-mid: 0 0 0 5px #354cd3;--ui-kit-button-focus-ring-outer: 0 0 0 10px rgba(121, 188, 255, .5);--ui-kit-button-disabled-bg: transparent;--ui-kit-button-disabled-bg-filled: var(--ui-kit-color-charcoal-500);--ui-kit-button-disabled-text: var(--ui-kit-color-charcoal-600);--ui-kit-button-disabled-text-filled: var(--ui-kit-color-basics-white);--ui-kit-button-disabled-border: var(--ui-kit-color-charcoal-500);--ui-kit-button-disabled-border-linked: transparent;--ui-kit-button-border-radius-xxs: 3px;--ui-kit-button-height-xxs: 20px;--ui-kit-button-padding-xxs: 0 6px;--ui-kit-button-font-size-xxs: 11px;--ui-kit-button-border-radius-xs: 3px;--ui-kit-button-height-xs: 24px;--ui-kit-button-padding-xs: 0 10px;--ui-kit-button-font-size-xs: var(--ui-kit-font-size-sm);--ui-kit-button-border-radius-sm: 3px;--ui-kit-button-height-sm: 30px;--ui-kit-button-padding-sm: 0 15px;--ui-kit-button-font-size-sm: var(--ui-kit-font-size-base);--ui-kit-button-border-radius-md: 3px;--ui-kit-button-height-md: 36px;--ui-kit-button-padding-md: 0 20px;--ui-kit-button-font-size-md: var(--ui-kit-font-size-base);--ui-kit-button-border-radius-lg: 4px;--ui-kit-button-height-lg: 40px;--ui-kit-button-padding-lg: 0 25px;--ui-kit-button-font-size-lg: var(--ui-kit-font-size-lg);--ui-kit-button-border-radius-xl: 4px;--ui-kit-button-height-xl: 44px;--ui-kit-button-padding-xl: 0 30px;--ui-kit-button-font-size-xl: var(--ui-kit-font-size-lg);--ui-kit-button-border-radius-xxl: 4px;--ui-kit-button-height-xxl: 50px;--ui-kit-button-padding-xxl: 0 40px;--ui-kit-button-font-size-xxl: var(--ui-kit-font-size-lg);--ui-kit-button-filled-blue-bg: var(--ui-kit-color-cobalt-600);--ui-kit-button-filled-blue-bg-hover: var(--ui-kit-color-cobalt-700);--ui-kit-button-filled-blue-bg-pressed: var(--ui-kit-color-cobalt-800);--ui-kit-button-filled-blue-text: var(--ui-kit-color-basics-white);--ui-kit-button-filled-blue-border: transparent;--ui-kit-button-filled-red-bg: var(--ui-kit-color-red-600);--ui-kit-button-filled-red-bg-hover: var(--ui-kit-color-red-700);--ui-kit-button-filled-red-bg-pressed: var(--ui-kit-color-red-800);--ui-kit-button-filled-red-text: var(--ui-kit-color-basics-white);--ui-kit-button-filled-red-border: transparent;--ui-kit-button-filled-grey-bg: var( --ui-kit-color-charcoal-600 );--ui-kit-button-filled-grey-bg-hover: var(--ui-kit-color-charcoal-700);--ui-kit-button-filled-grey-bg-pressed: var(--ui-kit-color-charcoal-800);--ui-kit-button-filled-grey-text: var(--ui-kit-color-basics-white);--ui-kit-button-filled-grey-border: transparent;--ui-kit-button-outlined-blue-bg: transparent;--ui-kit-button-outlined-blue-bg-hover: var(--ui-kit-color-cobalt-100);--ui-kit-button-outlined-blue-bg-pressed: var(--ui-kit-color-cobalt-200);--ui-kit-button-outlined-blue-text: var(--ui-kit-color-cobalt-600);--ui-kit-button-outlined-blue-border: var(--ui-kit-color-cobalt-600);--ui-kit-button-outlined-blue-border-hover: var(--ui-kit-color-cobalt-700);--ui-kit-button-outlined-blue-border-pressed: var(--ui-kit-color-cobalt-800);--ui-kit-button-outlined-red-bg: transparent;--ui-kit-button-outlined-red-bg-hover: var(--ui-kit-color-red-100);--ui-kit-button-outlined-red-bg-pressed: var(--ui-kit-color-red-200);--ui-kit-button-outlined-red-text: var(--ui-kit-color-red-600);--ui-kit-button-outlined-red-border: var(--ui-kit-color-red-600);--ui-kit-button-outlined-red-border-hover: var(--ui-kit-color-red-700);--ui-kit-button-outlined-red-border-pressed: var(--ui-kit-color-red-800);--ui-kit-button-outlined-grey-bg: transparent;--ui-kit-button-outlined-grey-bg-hover: var(--ui-kit-color-charcoal-100);--ui-kit-button-outlined-grey-bg-pressed: var(--ui-kit-color-charcoal-200);--ui-kit-button-outlined-grey-text: var(--ui-kit-color-charcoal-800);--ui-kit-button-outlined-grey-border: var(--ui-kit-color-charcoal-400);--ui-kit-button-outlined-grey-border-hover: var(--ui-kit-color-charcoal-500);--ui-kit-button-outlined-grey-border-pressed: var( --ui-kit-color-charcoal-600 );--ui-kit-button-linked-blue-bg: transparent;--ui-kit-button-linked-blue-bg-hover: transparent;--ui-kit-button-linked-blue-bg-pressed: transparent;--ui-kit-button-linked-blue-text: var(--ui-kit-color-cobalt-600);--ui-kit-button-linked-blue-text-hover: var(--ui-kit-color-cobalt-700);--ui-kit-button-linked-blue-text-pressed: var(--ui-kit-color-cobalt-800);--ui-kit-button-linked-blue-border: transparent;--ui-kit-button-linked-red-bg: transparent;--ui-kit-button-linked-red-bg-hover: transparent;--ui-kit-button-linked-red-bg-pressed: transparent;--ui-kit-button-linked-red-text: var(--ui-kit-color-red-600);--ui-kit-button-linked-red-text-hover: var(--ui-kit-color-red-700);--ui-kit-button-linked-red-text-pressed: var(--ui-kit-color-red-800);--ui-kit-button-linked-red-border: transparent;--ui-kit-button-linked-grey-bg: transparent;--ui-kit-button-linked-grey-bg-hover: transparent;--ui-kit-button-linked-grey-bg-pressed: transparent;--ui-kit-button-linked-grey-text: var(--ui-kit-color-charcoal-800);--ui-kit-button-linked-grey-text-hover: var(--ui-kit-color-charcoal-900);--ui-kit-button-linked-grey-text-pressed: var(--ui-kit-color-charcoal-1000);--ui-kit-button-linked-grey-border: transparent;--ui-kit-button-linked-font-weight: var(--ui-kit-font-weight-normal)}.ui-kit__button-module__base{background:var(--ui-kit-button-background-color);border:var(--ui-kit-button-border-width) solid var(--ui-kit-button-border-color);border-radius:var(--ui-kit-button-border-radius);color:var(--ui-kit-button-text-color);font-family:var(--ui-kit-button-font-family);font-size:var(--ui-kit-button-font-size);font-weight:var(--ui-kit-button-font-weight);height:var(--ui-kit-button-height);padding:var(--ui-kit-button-padding);align-items:center;box-sizing:border-box;cursor:pointer;display:inline-flex;gap:8px;justify-content:center;line-height:1;min-width:var(--ui-kit-button-min-width);outline:none;position:relative;text-decoration:none;transition:var(--ui-kit-button-transition);white-space:nowrap;width:var(--ui-kit-button-width)}.ui-kit__button-module__base[data-hovered]{background-color:var(--ui-kit-button-hovered-background-color);border-color:var(--ui-kit-button-hovered-border-color);color:var(--ui-kit-button-hovered-text-color)}.ui-kit__button-module__base[data-pressed]{background-color:var(--ui-kit-button-pressed-background-color);border-color:var(--ui-kit-button-pressed-border-color);color:var(--ui-kit-button-pressed-text-color)}.ui-kit__button-module__base[data-disabled]{background-color:var(--ui-kit-button-disabled-bg);border-color:var(--ui-kit-button-disabled-border);color:var(--ui-kit-button-disabled-text);cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none}@media (prefers-reduced-motion: reduce){.ui-kit__button-module__base{transition:none}}.ui-kit__button-module__sizeXxs{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-xxs);--ui-kit-button-height: var(--ui-kit-button-height-xxs);--ui-kit-button-padding: var(--ui-kit-button-padding-xxs);--ui-kit-button-font-size: var(--ui-kit-button-font-size-xxs)}.ui-kit__button-module__sizeXs{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-xs);--ui-kit-button-height: var(--ui-kit-button-height-xs);--ui-kit-button-padding: var(--ui-kit-button-padding-xs);--ui-kit-button-font-size: var(--ui-kit-button-font-size-xs)}.ui-kit__button-module__sizeSm{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-sm);--ui-kit-button-height: var(--ui-kit-button-height-sm);--ui-kit-button-padding: var(--ui-kit-button-padding-sm);--ui-kit-button-font-size: var(--ui-kit-button-font-size-sm)}.ui-kit__button-module__sizeMd{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-md);--ui-kit-button-height: var(--ui-kit-button-height-md);--ui-kit-button-padding: var(--ui-kit-button-padding-md);--ui-kit-button-font-size: var(--ui-kit-button-font-size-md)}.ui-kit__button-module__sizeLg{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-lg);--ui-kit-button-height: var(--ui-kit-button-height-lg);--ui-kit-button-padding: var(--ui-kit-button-padding-lg);--ui-kit-button-font-size: var(--ui-kit-button-font-size-lg)}.ui-kit__button-module__sizeXl{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-xl);--ui-kit-button-height: var(--ui-kit-button-height-xl);--ui-kit-button-padding: var(--ui-kit-button-padding-xl);--ui-kit-button-font-size: var(--ui-kit-button-font-size-xl)}.ui-kit__button-module__sizeXxl{--ui-kit-button-border-radius: var(--ui-kit-button-border-radius-xxl);--ui-kit-button-height: var(--ui-kit-button-height-xxl);--ui-kit-button-padding: var(--ui-kit-button-padding-xxl);--ui-kit-button-font-size: var(--ui-kit-button-font-size-xxl)}.ui-kit__button-module__typeFilled[data-disabled]{background-color:var(--ui-kit-button-disabled-bg-filled);color:var(--ui-kit-button-disabled-text-filled)}.ui-kit__button-module__typeLinked{font-weight:var(--ui-kit-button-linked-font-weight)}.ui-kit__button-module__typeLinked[data-disabled]{background-color:var(--ui-kit-button-disabled-bg-linked);border-color:var(--ui-kit-button-disabled-border-linked)}.ui-kit__button-module__typeLinked[data-hovered]{text-decoration:underline}.ui-kit__button-module__filledBlue{--ui-kit-button-background-color: var(--ui-kit-button-filled-blue-bg);--ui-kit-button-border-color: var(--ui-kit-button-filled-blue-border);--ui-kit-button-text-color: var(--ui-kit-button-filled-blue-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-filled-blue-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-filled-blue-border);--ui-kit-button-hovered-text-color: var(--ui-kit-button-filled-blue-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-filled-blue-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-filled-blue-border);--ui-kit-button-pressed-text-color: var(--ui-kit-button-filled-blue-text)}.ui-kit__button-module__filledRed{--ui-kit-button-background-color: var(--ui-kit-button-filled-red-bg);--ui-kit-button-border-color: var(--ui-kit-button-filled-red-border);--ui-kit-button-text-color: var(--ui-kit-button-filled-red-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-filled-red-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-filled-red-border);--ui-kit-button-hovered-text-color: var(--ui-kit-button-filled-red-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-filled-red-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-filled-red-border);--ui-kit-button-pressed-text-color: var(--ui-kit-button-filled-red-text)}.ui-kit__button-module__filledGrey{--ui-kit-button-background-color: var(--ui-kit-button-filled-grey-bg);--ui-kit-button-border-color: var(--ui-kit-button-filled-grey-border);--ui-kit-button-text-color: var(--ui-kit-button-filled-grey-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-filled-grey-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-filled-grey-border);--ui-kit-button-hovered-text-color: var(--ui-kit-button-filled-grey-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-filled-grey-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-filled-grey-border);--ui-kit-button-pressed-text-color: var(--ui-kit-button-filled-grey-text)}.ui-kit__button-module__outlinedBlue{--ui-kit-button-background-color: var(--ui-kit-button-outlined-blue-bg);--ui-kit-button-border-color: var(--ui-kit-button-outlined-blue-border);--ui-kit-button-text-color: var(--ui-kit-button-outlined-blue-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-outlined-blue-bg-hover );--ui-kit-button-hovered-border-color: var( --ui-kit-button-outlined-blue-border-hover );--ui-kit-button-hovered-text-color: var(--ui-kit-button-outlined-blue-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-outlined-blue-bg-pressed );--ui-kit-button-pressed-border-color: var( --ui-kit-button-outlined-blue-border-pressed );--ui-kit-button-pressed-text-color: var(--ui-kit-button-outlined-blue-text)}.ui-kit__button-module__outlinedRed{--ui-kit-button-background-color: var(--ui-kit-button-outlined-red-bg);--ui-kit-button-border-color: var(--ui-kit-button-outlined-red-border);--ui-kit-button-text-color: var(--ui-kit-button-outlined-red-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-outlined-red-bg-hover );--ui-kit-button-hovered-border-color: var( --ui-kit-button-outlined-red-border-hover );--ui-kit-button-hovered-text-color: var(--ui-kit-button-outlined-red-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-outlined-red-bg-pressed );--ui-kit-button-pressed-border-color: var( --ui-kit-button-outlined-red-border-pressed );--ui-kit-button-pressed-text-color: var(--ui-kit-button-outlined-red-text)}.ui-kit__button-module__outlinedGrey{--ui-kit-button-background-color: var(--ui-kit-button-outlined-grey-bg);--ui-kit-button-border-color: var(--ui-kit-button-outlined-grey-border);--ui-kit-button-text-color: var(--ui-kit-button-outlined-grey-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-outlined-grey-bg-hover );--ui-kit-button-hovered-border-color: var( --ui-kit-button-outlined-grey-border-hover );--ui-kit-button-hovered-text-color: var(--ui-kit-button-outlined-grey-text);--ui-kit-button-pressed-background-color: var( --ui-kit-button-outlined-grey-bg-pressed );--ui-kit-button-pressed-border-color: var( --ui-kit-button-outlined-grey-border-pressed );--ui-kit-button-pressed-text-color: var(--ui-kit-button-outlined-grey-text)}.ui-kit__button-module__linkedBlue{--ui-kit-button-background-color: var(--ui-kit-button-linked-blue-bg);--ui-kit-button-border-color: var(--ui-kit-button-linked-blue-border);--ui-kit-button-text-color: var(--ui-kit-button-linked-blue-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-linked-blue-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-linked-blue-border);--ui-kit-button-hovered-text-color: var( --ui-kit-button-linked-blue-text-hover );--ui-kit-button-pressed-background-color: var( --ui-kit-button-linked-blue-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-linked-blue-border);--ui-kit-button-pressed-text-color: var( --ui-kit-button-linked-blue-text-pressed )}.ui-kit__button-module__linkedRed{--ui-kit-button-background-color: var(--ui-kit-button-linked-red-bg);--ui-kit-button-border-color: var(--ui-kit-button-linked-red-border);--ui-kit-button-text-color: var(--ui-kit-button-linked-red-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-linked-red-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-linked-red-border);--ui-kit-button-hovered-text-color: var( --ui-kit-button-linked-red-text-hover );--ui-kit-button-pressed-background-color: var( --ui-kit-button-linked-red-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-linked-red-border);--ui-kit-button-pressed-text-color: var( --ui-kit-button-linked-red-text-pressed )}.ui-kit__button-module__linkedGrey{--ui-kit-button-background-color: var(--ui-kit-button-linked-grey-bg);--ui-kit-button-border-color: var(--ui-kit-button-linked-grey-border);--ui-kit-button-text-color: var(--ui-kit-button-linked-grey-text);--ui-kit-button-hovered-background-color: var( --ui-kit-button-linked-grey-bg-hover );--ui-kit-button-hovered-border-color: var(--ui-kit-button-linked-grey-border);--ui-kit-button-hovered-text-color: var( --ui-kit-button-linked-grey-text-hover );--ui-kit-button-pressed-background-color: var( --ui-kit-button-linked-grey-bg-pressed );--ui-kit-button-pressed-border-color: var(--ui-kit-button-linked-grey-border);--ui-kit-button-pressed-text-color: var( --ui-kit-button-linked-grey-text-pressed )}:root{--button-group-spacing: 4px}.ui-kit__button-group-module__base{display:flex;gap:var(--button-group-spacing)}.ui-kit__button-group-module__base>*{flex-basis:100%}.ui-kit__button-group-module__base>*.ui-kit__button-group-module__fit{flex-basis:unset}:root{--ui-kit-checkbox-background-color: var(--ui-kit-color-basics-white);--ui-kit-checkbox-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-checkbox-selected-background-color: var(--ui-kit-color-cobalt-600);--ui-kit-checkbox-selected-border-color: var(--ui-kit-color-cobalt-600);--ui-kit-checkbox-label-color: var(--ui-kit-color-text-dark);--ui-kit-checkbox-label-color-disabled: var(--ui-kit-color-charcoal-600)}.ui-kit__checkbox-module__root{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.ui-kit__checkbox-module__label{line-height:22px;color:var(--ui-kit-checkbox-label-color);font-family:var(--ui-kit-font-family);font-size:var(--ui-kit-font-size-base);font-weight:var(--ui-kit-font-weight-normal)}.ui-kit__checkbox-module__control{padding:4.5px 3.5px;height:16px;width:16px;box-sizing:border-box;border:var(--ui-kit-input-border-width) var(--ui-kit-input-border-style) var(--ui-kit-checkbox-border-color);border-radius:var(--ui-kit-input-border-radius);background-color:var(--ui-kit-checkbox-background-color);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease-in-out;position:relative}.ui-kit__checkbox-module__control[data-selected]{border:none;background-color:var(--ui-kit-checkbox-selected-background-color);border-color:var(--ui-kit-checkbox-selected-border-color);color:#fff}.ui-kit__checkbox-module__control[data-disabled]{opacity:.5;cursor:not-allowed}.ui-kit__checkbox-module__root[data-disabled] span{color:var(--ui-kit-checkbox-label-color-disabled)}.ui-kit__checkbox-module__control:before{content:"";width:9px;height:7px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1_15045' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='10' height='8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.50025 7.50025C3.24425 7.50025 2.98825 7.40225 2.79325 7.20725L0.79325 5.20725C0.40225 4.81625 0.40225 4.18425 0.79325 3.79325C1.18425 3.40225 1.81625 3.40225 2.20725 3.79325L3.50025 5.08625L7.79325 0.79325C8.18425 0.40225 8.81625 0.40225 9.20725 0.79325C9.59825 1.18425 9.59825 1.81625 9.20725 2.20725L4.20725 7.20725C4.01225 7.40225 3.75625 7.50025 3.50025 7.50025Z' fill='black'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1_15045)'%3E%3Crect x='0.5' y='0.5' width='9' height='7' fill='white'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity .15s ease-in-out}.ui-kit__checkbox-module__control[data-selected]:before{opacity:1}.ui-kit__checkbox-module__root[data-focused=true] .ui-kit__checkbox-module__control{box-shadow:0 0 0 2px #fff,0 0 0 3px #354cd3,0 0 0 5px #79bcff80;outline:none}.ui-kit__checkbox-module__root[data-focused=true]{outline:none}.ui-kit__checkbox-module__root[data-focused=true]:before{display:none}.ui-kit__checkbox-module__root[data-focused=true] .ui-kit__checkbox-module__control[data-disabled]{box-shadow:none}:root{--ui-kit-text-color: var(--ui-kit-text-body-md-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-font-weight);--ui-kit-text-headline-color: var(--ui-kit-color-text-headline);--ui-kit-text-dark-color: var(--ui-kit-color-text-dark);--ui-kit-text-default-color: var(--ui-kit-color-text-default);--ui-kit-text-light-color: var(--ui-kit-color-text-light);--ui-kit-text-disabled-color: var(--ui-kit-color-text-disabled);--ui-kit-text-info-color: var(--ui-kit-color-info-text);--ui-kit-text-success-color: var(--ui-kit-color-success-text);--ui-kit-text-warning-color: var(--ui-kit-color-warning-text);--ui-kit-text-critical-color: var(--ui-kit-color-error-text);--ui-kit-text-error-color: var(--ui-kit-color-error-text);--ui-kit-text-heading-lg-color: var(--ui-kit-text-headline-color);--ui-kit-text-heading-lg-font-family: var(--ui-kit-font-heading-lg-family);--ui-kit-text-heading-lg-font-size: var(--ui-kit-font-heading-lg-size);--ui-kit-text-heading-lg-font-weight: var(--ui-kit-font-heading-lg-weight);--ui-kit-text-heading-md-color: var(--ui-kit-text-dark-color);--ui-kit-text-heading-md-font-family: var(--ui-kit-font-heading-md-family);--ui-kit-text-heading-md-font-size: var(--ui-kit-font-heading-md-size);--ui-kit-text-heading-md-font-weight: var(--ui-kit-font-heading-md-weight);--ui-kit-text-heading-sm-color: var(--ui-kit-text-default-color);--ui-kit-text-heading-sm-font-family: var(--ui-kit-font-heading-sm-family);--ui-kit-text-heading-sm-font-size: var(--ui-kit-font-heading-sm-size);--ui-kit-text-heading-sm-font-weight: var(--ui-kit-font-heading-sm-weight);--ui-kit-text-body-md-strong-color: var(--ui-kit-text-default-color);--ui-kit-text-body-md-strong-font-family: var( --ui-kit-font-body-md-strong-family );--ui-kit-text-body-md-strong-font-size: var( --ui-kit-font-body-md-strong-size );--ui-kit-text-body-md-strong-font-weight: var( --ui-kit-font-body-md-strong-weight );--ui-kit-text-body-md-color: var(--ui-kit-text-default-color);--ui-kit-text-body-md-font-family: var(--ui-kit-font-body-md-family);--ui-kit-text-body-md-font-size: var(--ui-kit-font-body-md-size);--ui-kit-text-body-md-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-text-body-sm-color: var(--ui-kit-text-light-color);--ui-kit-text-body-sm-font-family: var(--ui-kit-font-body-sm-family);--ui-kit-text-body-sm-font-size: var(--ui-kit-font-body-sm-size);--ui-kit-text-body-sm-font-weight: var(--ui-kit-font-body-sm-weight)}.ui-kit__text-module__base{color:var(--ui-kit-text-color);font-family:var(--ui-kit-text-font-family);font-size:var(--ui-kit-text-font-size);font-weight:var(--ui-kit-text-font-weight)}.ui-kit__text-module__visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.ui-kit__text-module__heading-lg{--ui-kit-text-color: var(--ui-kit-text-heading-lg-color);--ui-kit-text-font-family: var(--ui-kit-text-heading-lg-font-family);--ui-kit-text-font-size: var(--ui-kit-text-heading-lg-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-heading-lg-font-weight)}.ui-kit__text-module__heading-md{--ui-kit-text-color: var(--ui-kit-text-heading-md-color);--ui-kit-text-font-family: var(--ui-kit-text-heading-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-heading-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-heading-md-font-weight)}.ui-kit__text-module__body-md-strong{--ui-kit-text-color: var(--ui-kit-text-body-md-strong-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-strong-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-strong-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-strong-font-weight)}.ui-kit__text-module__body-md{--ui-kit-text-color: var(--ui-kit-text-body-md-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-font-weight)}.ui-kit__text-module__body-sm{--ui-kit-text-color: var(--ui-kit-text-body-sm-color);--ui-kit-text-font-family: var(--ui-kit-text-body-sm-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-sm-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-sm-font-weight)}.ui-kit__text-module__default{--ui-kit-text-color: var(--ui-kit-text-default-color)}.ui-kit__text-module__headline{--ui-kit-text-color: var(--ui-kit-text-headline-color)}.ui-kit__text-module__dark{--ui-kit-text-color: var(--ui-kit-text-dark-color)}.ui-kit__text-module__light{--ui-kit-text-color: var(--ui-kit-text-light-color)}.ui-kit__text-module__disabled{--ui-kit-text-color: var(--ui-kit-text-disabled-color)}.ui-kit__text-module__info{--ui-kit-text-color: var(--ui-kit-text-info-color)}.ui-kit__text-module__success{--ui-kit-text-color: var(--ui-kit-text-success-color)}.ui-kit__text-module__warning{--ui-kit-text-color: var(--ui-kit-text-warning-color)}.ui-kit__text-module__critical{--ui-kit-text-color: var(--ui-kit-text-critical-color)}.ui-kit__text-module__error{--ui-kit-text-color: var(--ui-kit-text-error-color)}:root{--ui-kit-collapsible-heading-margin: 0;--ui-kit-collapsible-trigger-background: none;--ui-kit-collapsible-trigger-border: 0;--ui-kit-collapsible-trigger-padding: 0;--ui-kit-collapsible-trigger-height: 20px;--ui-kit-collapsible-trigger-transition-duration: .3s;--ui-kit-collapsible-chevron-transition-duration: .3s;--ui-kit-collapsible-panel-animation-duration: .3s;--ui-kit-collapsible-content-gap: 0;--ui-kit-collapsible-content-padding-bottom: 8px;--ui-kit-collapsible-content-margin-top: 10px;--ui-kit-collapsible-title-line-height: 20px}.ui-kit__collapsible-module__root{display:flex;flex-direction:column}.ui-kit__collapsible-module__heading{margin:var(--ui-kit-collapsible-heading-margin);line-height:var(--ui-kit-collapsible-title-line-height)}.ui-kit__collapsible-module__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;background:var(--ui-kit-collapsible-trigger-background);border:var(--ui-kit-collapsible-trigger-border);padding:var(--ui-kit-collapsible-trigger-padding);text-align:left;transition:all var(--ui-kit-collapsible-trigger-transition-duration) ease;cursor:pointer;height:var(--ui-kit-collapsible-trigger-height)}.ui-kit__collapsible-module__chevronWrap{display:inline-flex;transition:transform var(--ui-kit-collapsible-chevron-transition-duration) ease;transform:rotate(0)}.ui-kit__collapsible-module__root[data-expanded] .ui-kit__collapsible-module__chevronWrap{transform:rotate(180deg)}.ui-kit__collapsible-module__panel{display:grid;overflow:hidden;width:100%}.ui-kit__collapsible-module__root[data-expanded] .ui-kit__collapsible-module__panel{display:grid;grid-template-rows:1fr;animation:ui-kit__collapsible-module__panelExpand var(--ui-kit-collapsible-panel-animation-duration) cubic-bezier(.2,.8,.2,1) forwards}.ui-kit__collapsible-module__content{min-height:0;display:flex;flex-direction:column;gap:var(--ui-kit-collapsible-content-gap);padding-bottom:var(--ui-kit-collapsible-content-padding-bottom);margin-top:var(--ui-kit-collapsible-content-margin-top)}.ui-kit__collapsible-module__title{line-height:var(--ui-kit-collapsible-title-line-height)}@keyframes ui-kit__collapsible-module__panelExpand{0%{grid-template-rows:0fr;opacity:0}to{grid-template-rows:1fr;opacity:1}}:root{--ui-kit-combobox-background-color: var(--ui-kit-color-basics-white);--ui-kit-combobox-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-combobox-focus-background-color: var(--ui-kit-color-cobalt-100);--ui-kit-combobox-hover-background-color: var(--ui-kit-color-cobalt-100);--ui-kit-combobox-active-background-color: var(--ui-kit-color-action-default);--ui-kit-combobox-active-text-color: var(--ui-kit-color-basics-white);--ui-kit-combobox-item-content-color: var(--ui-kit-color-text-dark);--ui-kit-combobox-trigger-label-color: var(--ui-kit-color-text-dark);--ui-kit-combobox-empty-state-color: var(--ui-kit-color-charcoal-600);--ui-kit-combobox-chip-label-color: var(--ui-kit-color-text-dark);--ui-kit-combobox-chip-dot-background-color: var(--ui-kit-color-charcoal-400)}.ui-kit__combobox-module__container{display:flex;flex-direction:column;gap:8px}.ui-kit__combobox-module__container[data-disabled]{opacity:.6;pointer-events:none}.ui-kit__combobox-module__container[data-selection=multiple] .ui-kit__combobox-module__itemRow{grid-template-columns:20px 1fr}.ui-kit__combobox-module__container[data-selection=single] .ui-kit__combobox-module__itemRow{grid-template-columns:1fr}.ui-kit__combobox-module__triggerContent{display:flex;align-items:center;justify-content:space-between;gap:8px}.ui-kit__combobox-module__triggerLabel{color:var(--ui-kit-combobox-trigger-label-color);font-weight:600}.ui-kit__combobox-module__triggerButton{display:inline-flex;align-items:center;justify-content:center;height:30px;border-radius:6px;border:1px solid var(--ui-kit-combobox-border-color);background:var(--ui-kit-combobox-background-color);cursor:pointer;transition:box-shadow .12s ease,border-color .12s ease}.ui-kit__combobox-module__triggerButton:hover{border-color:var(--ui-kit-color-cobalt-600)}.ui-kit__combobox-module__popover{background:var(--ui-kit-combobox-background-color);border-radius:8px;box-shadow:0 0 0 1px #31435133,0 13px 54px #00000012,0 7.654px 28.166px #0000000d,0 3.931px 13.219px #0000000a,0 1.581px 5.789px #00000008,0 .354px 2.506px #00000005;padding:10px;min-width:340px;max-height:300px;overflow:hidden}.ui-kit__combobox-module__popover[data-entering]{animation:ui-kit__combobox-module__cbx-slide-up .2s}.ui-kit__combobox-module__popover[data-exiting]{animation:ui-kit__combobox-module__cbx-slide-down .15s}@keyframes ui-kit__combobox-module__cbx-slide-up{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes ui-kit__combobox-module__cbx-slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(-10px);opacity:0}}.ui-kit__combobox-module__dropdownInner{display:flex;flex-direction:column;gap:8px}.ui-kit__combobox-module__searchInput{display:flex;height:40px;align-items:center;align-self:stretch;border-radius:5px;font-size:var(--ui-kit-input-font-size);font-family:var(--ui-kit-input-font-family);color:var(--ui-kit-input-text-color)}.ui-kit__combobox-module__listBox{display:flex;flex-direction:column;max-height:280px;overflow:auto;border-radius:6px;background:var(--ui-kit-combobox-background-color)}.ui-kit__combobox-module__listBoxItem{padding:0;border-radius:4px}.ui-kit__combobox-module__itemRow{display:flex;padding:9px 10px;align-items:center;gap:10px;align-self:stretch;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none;font-family:var(--ui-kit-font-family);box-sizing:border-box;min-height:40px;height:40px}.ui-kit__combobox-module__listBoxItem[data-focused]{background-color:var(--ui-kit-combobox-focus-background-color);outline:none}.ui-kit__combobox-module__listBoxItem[data-hovered]{background-color:var(--ui-kit-combobox-hover-background-color)!important}.ui-kit__combobox-module__listBoxItem[data-selected]:not([data-selection-mode=multiple]){background-color:var(--ui-kit-combobox-active-background-color)!important}.ui-kit__combobox-module__popover[data-selection=single] .ui-kit__combobox-module__itemRow[data-selected=true] .ui-kit__combobox-module__itemContent *[class*=text]{--ui-kit-text-color: var(--ui-kit-combobox-active-text-color) !important}.ui-kit__combobox-module__itemRow[data-disabled]{opacity:.6}.ui-kit__combobox-module__itemContent{color:var(--ui-kit-combobox-item-content-color)}.ui-kit__combobox-module__emptyState{padding:10px;color:var(--ui-kit-combobox-empty-state-color);text-align:center}.ui-kit__combobox-module__selectedItems{display:flex;flex-wrap:wrap;gap:6px}.ui-kit__combobox-module__selectedItem{display:inline-flex}.ui-kit__combobox-module__chip{width:18px;height:10px;border-radius:100px;background:var(--ui-kit-combobox-background-color)}.ui-kit__combobox-module__chipDot{width:10px;height:10px;border-radius:999px;background:var(--ui-kit-combobox-chip-dot-background-color);box-shadow:inset 0 0 0 1px #0000000f}.ui-kit__combobox-module__chipLabel{color:var(--ui-kit-combobox-chip-label-color);font-size:12px;line-height:1}.ui-kit__divider-module__base{border-top:var(--ui-kit-divider-width) solid var(--ui-kit-divider-color);margin:var(--ui-kit-divider-margin-y) var(--ui-kit-divider-margin-x);border-left:none;border-right:none}:root{--ui-kit-icon-aspect-ratio: 1;--ui-kit-icon-xxs-width: 12px;--ui-kit-icon-xs-width: 16px;--ui-kit-icon-sm-width: 20px;--ui-kit-icon-md-width: 24px;--ui-kit-icon-lg-width: 32px}.ui-kit__icon-module__base{aspect-ratio:var(--ui-kit-icon-aspect-ratio);width:var(--ui-kit-icon-md-width);color:currentColor;display:inline-block;position:relative}.ui-kit__icon-module__base>span,.ui-kit__icon-module__base svg{width:100%;height:100%;display:block}.ui-kit__icon-module__xs{width:var(--ui-kit-icon-xs-width)}.ui-kit__icon-module__sm{width:var(--ui-kit-icon-sm-width)}.ui-kit__icon-module__md{width:var(--ui-kit-icon-md-width)}.ui-kit__icon-module__lg{width:var(--ui-kit-icon-lg-width)}:root{--ui-kit-icon-button-border-radius: 100px;--ui-kit-icon-button-transition: background-color .15s ease, color .15s ease;--ui-kit-icon-button-background-color: var(--ui-kit-color-basics-white);--ui-kit-icon-button-color: var(--ui-kit-color-charcoal-900);--ui-kit-icon-button-hover-background-color: var( --ui-kit-icon-button-default-hover-background-color );--ui-kit-icon-button-hover-color: var(--ui-kit-color-charcoal-1000);--ui-kit-icon-button-pressed-background-color: var( --ui-kit-color-charcoal-100 );--ui-kit-icon-button-pressed-color: var(--ui-kit-color-charcoal-1000);--ui-kit-icon-button-disabled-color: var(--ui-kit-color-text-disabled);--ui-kit-icon-button-action-hover-background-color: var( --ui-kit-color-action-default );--ui-kit-icon-button-action-hover-color: var(--ui-kit-color-basics-white);--ui-kit-icon-button-default-hover-background-color: var( --ui-kit-color-charcoal-200 );--ui-kit-icon-button-sm-height: 30px;--ui-kit-icon-button-sm-width: 30px;--ui-kit-icon-button-sm-padding: 3px;--ui-kit-icon-button-sm-icon-size: 13px;--ui-kit-icon-button-md-height: 36px;--ui-kit-icon-button-md-width: 36px;--ui-kit-icon-button-md-padding: 6px;--ui-kit-icon-button-md-icon-size: 16px}.ui-kit__icon-button-module__base{align-items:center;background-color:var(--ui-kit-icon-button-background-color);border:none;border-radius:var(--ui-kit-icon-button-border-radius);box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;outline:none;position:relative;transition:var(--ui-kit-icon-button-transition);-webkit-user-select:none;user-select:none}.ui-kit__icon-button-module__sm{height:var(--ui-kit-icon-button-sm-height);width:var(--ui-kit-icon-button-sm-width);padding:var(--ui-kit-icon-button-sm-padding)}.ui-kit__icon-button-module__md{height:var(--ui-kit-icon-button-md-height);width:var(--ui-kit-icon-button-md-width);padding:var(--ui-kit-icon-button-md-padding)}.ui-kit__icon-button-module__icon{color:var(--ui-kit-icon-button-color);display:block;flex-shrink:0;box-sizing:border-box;height:var(--ui-kit-icon-button-md-icon-size);width:var(--ui-kit-icon-button-md-icon-size)}.ui-kit__icon-button-module__base[data-size=sm] .ui-kit__icon-button-module__icon{height:var(--ui-kit-icon-button-sm-icon-size);width:var(--ui-kit-icon-button-sm-icon-size)}.ui-kit__icon-button-module__base[data-size=md] .ui-kit__icon-button-module__icon{height:var(--ui-kit-icon-button-md-icon-size);width:var(--ui-kit-icon-button-md-icon-size)}.ui-kit__icon-button-module__icon path{fill:currentColor!important}.ui-kit__icon-button-module__base[data-hovered]{background-color:var(--ui-kit-icon-button-hover-background-color)}.ui-kit__icon-button-module__base[data-hovered] .ui-kit__icon-button-module__icon{color:var(--ui-kit-icon-button-hover-color)}.ui-kit__icon-button-module__base[data-pressed]{background-color:var(--ui-kit-icon-button-pressed-background-color)}.ui-kit__icon-button-module__base[data-pressed] .ui-kit__icon-button-module__icon{color:var(--ui-kit-icon-button-pressed-color)}.ui-kit__icon-button-module__base[data-disabled]{cursor:not-allowed;pointer-events:none;background-color:transparent}.ui-kit__icon-button-module__base[data-disabled] .ui-kit__icon-button-module__icon{color:var(--ui-kit-icon-button-disabled-color)}.ui-kit__icon-button-module__action{--ui-kit-icon-button-hover-background-color: var( --ui-kit-icon-button-action-hover-background-color );--ui-kit-icon-button-hover-color: var( --ui-kit-icon-button-action-hover-color )}.ui-kit__icon-button-module__default{--ui-kit-icon-button-hover-background-color: var( --ui-kit-icon-button-default-hover-background-color )}.ui-kit__icon-button-module__seamless{background-color:transparent}:root{--ui-kit-input-background-color: var(--ui-kit-color-basics-white);--ui-kit-input-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-input-placeholder-color: var(--ui-kit-color-charcoal-600);--ui-kit-input-border-radius: 5px;--ui-kit-input-border-style: solid;--ui-kit-input-border-width: 1px;--ui-kit-input-focus-ring-offset: 1px;--ui-kit-input-font-family: var(--ui-kit-font-body-md-family);--ui-kit-input-font-size: var(--ui-kit-font-body-md-size);--ui-kit-input-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-input-line-height: 18px;--ui-kit-input-padding-x: 16px;--ui-kit-input-padding-y: 9px;--ui-kit-input-text-color: var(--ui-kit-color-text-default);--ui-kit-input-preview-padding-left: 19px;--ui-kit-input-preview-padding-right: 4px;--ui-kit-input-preview-padding-y: 0px;--ui-kit-input-suffix-padding-left: 15px;--ui-kit-input-suffix-padding-right: 12px;--ui-kit-input-suffix-padding-y: 0px;--ui-kit-input-disabled-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-input-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-input-error-border-color: var(--ui-kit-color-error-border);--ui-kit-input-error-focus-ring-inner-color: var(--ui-kit-color-error-border);--ui-kit-input-error-focus-ring-outer-color: var( --ui-kit-color-error-background-light );--ui-kit-input-error-text-color: var(--ui-kit-color-error-text);--ui-kit-input-success-border-color: var(--ui-kit-color-success-border);--ui-kit-input-success-focus-ring-inner-color: var( --ui-kit-color-success-border );--ui-kit-input-success-focus-ring-outer-color: var( --ui-kit-color-success-background-light );--ui-kit-input-success-text-color: var(--ui-kit-color-success-text);--ui-kit-input-warning-border-color: var(--ui-kit-color-warning-border);--ui-kit-input-warning-focus-ring-inner-color: var( --ui-kit-color-warning-border );--ui-kit-input-warning-focus-ring-outer-color: var( --ui-kit-color-warning-background-light );--ui-kit-input-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__input-module__base{--ui-kit-focus-ring-offset: var(--ui-kit-input-focus-ring-offset)}.ui-kit__input-module__base:before{border-radius:calc(var(--ui-kit-focus-ring-border-radius) - 1px)}.ui-kit__input-module__base.ui-kit__input-module__error{--ui-kit-focus-ring-inner-color: var( --ui-kit-input-error-focus-ring-inner-color );--ui-kit-focus-ring-outer-color: var( --ui-kit-input-error-focus-ring-outer-color )}.ui-kit__input-module__base.ui-kit__input-module__success{--ui-kit-focus-ring-inner-color: var( --ui-kit-input-success-focus-ring-inner-color );--ui-kit-focus-ring-outer-color: var( --ui-kit-input-success-focus-ring-outer-color )}.ui-kit__input-module__base.ui-kit__input-module__warning{--ui-kit-focus-ring-inner-color: var( --ui-kit-input-warning-focus-ring-inner-color );--ui-kit-focus-ring-outer-color: var( --ui-kit-input-warning-focus-ring-outer-color )}.ui-kit__input-module__group{align-items:center;background-color:var(--ui-kit-input-background-color);border-color:var(--ui-kit-input-border-color);border-radius:var(--ui-kit-input-border-radius);border-style:var(--ui-kit-input-border-style);border-width:var(--ui-kit-input-border-width);display:flex;width:100%}.ui-kit__input-module__group.ui-kit__input-module__disabled{--ui-kit-input-border-color: var(--ui-kit-input-disabled-border-color)}.ui-kit__input-module__group.ui-kit__input-module__error:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-error-border-color)}.ui-kit__input-module__group.ui-kit__input-module__success:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-success-border-color)}.ui-kit__input-module__group.ui-kit__input-module__warning:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-warning-border-color)}.ui-kit__input-module__prefix{align-items:center;justify-content:center;display:flex;min-width:12px;padding:var(--ui-kit-input-padding-y) var(--ui-kit-input-padding-x);width:auto}.ui-kit__input-module__input{background-color:var(--ui-kit-input-background-color);border-radius:var(--ui-kit-input-border-radius);color:var(--ui-kit-input-text-color);font-family:var(--ui-kit-input-font-family);font-size:var(--ui-kit-input-font-size);font-weight:var(--ui-kit-input-font-weight);line-height:var(--ui-kit-input-line-height);padding:var(--ui-kit-input-padding-y) var(--ui-kit-input-padding-x);width:100%;border:none;outline:none}.ui-kit__input-module__input[data-disabled=true]{--ui-kit-input-background-color: var( --ui-kit-input-disabled-background-color );-webkit-user-select:none;user-select:none}.ui-kit__input-module__input.ui-kit__input-module__left{text-align:left}.ui-kit__input-module__input.ui-kit__input-module__right{text-align:right}.ui-kit__input-module__input::placeholder{color:var(--ui-kit-input-placeholder-color)}.ui-kit__input-module__input.ui-kit__input-module__error:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-error-text-color)}.ui-kit__input-module__input.ui-kit__input-module__error:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-error-text-color)}.ui-kit__input-module__input.ui-kit__input-module__success:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-success-text-color)}.ui-kit__input-module__input.ui-kit__input-module__success:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-success-text-color)}.ui-kit__input-module__input.ui-kit__input-module__warning:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-warning-text-color)}.ui-kit__input-module__input.ui-kit__input-module__warning:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-warning-text-color)}.ui-kit__input-module__prefix+input{padding-left:0}.ui-kit__input-module__prefix{align-items:center;justify-content:center;display:flex;padding:var(--ui-kit-input-padding-y) var(--ui-kit-input-preview-padding-right) var(--ui-kit-input-padding-y) var(--ui-kit-input-preview-padding-left);width:auto}.ui-kit__input-module__suffix{align-items:center;justify-content:center;display:flex;padding:var(--ui-kit-input-suffix-padding-y) var(--ui-kit-input-suffix-padding-right) var(--ui-kit-input-suffix-padding-y) var(--ui-kit-input-suffix-padding-left);width:auto}:root{--ui-kit-label-color: var(--ui-kit-color-text-default);--ui-kit-label-font-family: var(--ui-kit-font-family-sans);--ui-kit-label-font-size: var(--ui-kit-font-body-md-size);--ui-kit-label-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-label-line-height: 19px}.ui-kit__label-module__base{color:var(--ui-kit-label-color);font-size:var(--ui-kit-label-font-size);font-weight:var(--ui-kit-label-font-weight);line-height:var(--ui-kit-label-line-height)}.ui-kit__label-module__label-group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-shrink:0}:root{--ui-kit-link-font-family: var(--ui-kit-font-body-md-family);--ui-kit-link-font-size: var(--ui-kit-font-body-md-size);--ui-kit-link-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-link-border-radius: 3px;--ui-kit-link-color: var(--ui-kit-color-action-default);--ui-kit-link-hover-text-color: var(--ui-kit-color-action-hovered);--ui-kit-link-pressed-text-color: var(--ui-kit-color-action-pressed);--ui-kit-link-disabled-text-color: var(--ui-kit-color-action-disabled)}.ui-kit__link-module__base{color:var(--ui-kit-link-color);cursor:pointer;font-family:var(--ui-kit-link-font-family);font-size:var(--ui-kit-link-font-size);font-weight:var(--ui-kit-link-font-weight);text-decoration:none;display:inline-flex;outline:none;position:relative}.ui-kit__link-module__base[data-hovered]:not([data-disabled]){color:var(--ui-kit-link-hover-text-color);text-decoration:underline}.ui-kit__link-module__base[data-pressed]:not([data-disabled]){color:var(--ui-kit-link-pressed-text-color)}.ui-kit__link-module__base[data-disabled]{cursor:default;--ui-kit-link-color: var(--ui-kit-link-disabled-text-color)}:root{--ui-kit-list-margin: 0;--ui-kit-list-text-color: var(--ui-kit-color-text-default);--ui-kit-list-font-family: var(--ui-kit-font-body-md-family);--ui-kit-list-font-size: var(--ui-kit-font-body-md-size);--ui-kit-list-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-list-numbered-style-type: decimal;--ui-kit-list-numbered-padding: 0 0 0 16px;--ui-kit-list-bullet-style-type: disc;--ui-kit-list-bullet-padding: 0 0 0 16px}.ui-kit__list-module__base{display:block;list-style:none;margin:var(--ui-kit-list-margin);color:var(--ui-kit-list-text-color);font-family:var(--ui-kit-list-font-family);font-size:var(--ui-kit-list-font-size);font-weight:var(--ui-kit-list-font-weight);padding-left:0}.ui-kit__list-module__bullet{list-style-type:var(--ui-kit-list-bullet-style-type);padding:var(--ui-kit-list-bullet-padding)}.ui-kit__list-module__numbered{list-style-type:var(--ui-kit-list-numbered-style-type);padding:var(--ui-kit-list-numbered-padding)}.ui-kit__list-module__item{margin:0}.ui-kit__menu-module__menu{background:gray}:root{--ui-kit-menu-background-color: var(--ui-kit-color-basics-white);--ui-kit-menu-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-menu-border-radius: 4px;--ui-kit-menu-box-shadow: 0px 1px 7px 0px #00000014;--ui-kit-menu-max-height: 165px;--ui-kit-menu-padding: 5px;--ui-kit-menu-width: 180px;--ui-kit-menu-item-background-color: var(--ui-kit-color-basics-white);--ui-kit-menu-item-font-family: var(--ui-kit-font-body-md-family);--ui-kit-menu-item-font-size: var(--ui-kit-font-body-md-size);--ui-kit-menu-item-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-menu-item-line-height: 19px;--ui-kit-menu-item-text-color: var(--ui-kit-color-text-dark);--ui-kit-menu-item-padding: 8px 15px 9px 15px;--ui-kit-menu-item-disabled-text-color: var(--ui-kit-color-text-disabled);--ui-kit-menu-item-hovered-background-color: var(--ui-kit-color-charcoal-100)}.ui-kit__menu-module__menu{background:var(--ui-kit-menu-background-color);border:1px solid var(--ui-kit-menu-border-color);border-radius:var(--ui-kit-menu-border-radius);box-shadow:var(--ui-kit-menu-box-shadow);max-height:var(--ui-kit-menu-max-height);padding:var(--ui-kit-menu-padding);width:var(--ui-kit-menu-width);overflow-x:hidden;overflow-y:auto}.ui-kit__menu-module__menu:focus{outline:none}.ui-kit__menu-module__menuItem{background:var(--ui-kit-menu-item-background-color);color:var(--ui-kit-menu-item-text-color);font-family:var(--ui-kit-menu-item-font-family);font-size:var(--ui-kit-menu-item-font-size);font-weight:var(--ui-kit-menu-item-font-weight);line-height:var(--ui-kit-menu-item-line-height);padding:var(--ui-kit-menu-item-padding)}.ui-kit__menu-module__menuItem[data-disabled]{color:var(--ui-kit-menu-item-disabled-text-color);cursor:not-allowed;pointer-events:none}.ui-kit__menu-module__menuItem[data-hovered]:not([data-disabled]),.ui-kit__menu-module__menuItem[data-focused]:not([data-disabled]){background:var(--ui-kit-menu-item-hovered-background-color);outline:none;cursor:default}.ui-kit__menu-module__menuItemWrapper{display:inline-block;pointer-events:all}:root{--ui-kit-dialog-font-family: var(--ui-kit-font-body-md-family);--ui-kit-dialog-outline: none;--ui-kit-dialog-position: relative;--ui-kit-dialog-text-color: var(--ui-kit-color-text-dark);--ui-kit-modal-background-color: #fff;--ui-kit-modal-border-radius: 4px;--ui-kit-modal-box-shadow: 0px 2px 3px 0px rgba(64, 82, 97, .2), 0px 10px 40px 0px rgba(64, 82, 97, .3);--ui-kit-modal-max-height: 165px;--ui-kit-modal-width: auto;--ui-kit-modal-padding: 50px;--ui-kit-modal-content-width: 284px;--ui-kit-modal-description-margin-bottom: 0px;--ui-kit-modal-description-margin-top: 0px;--ui-kit-modal-footer-margin-bottom: 0px;--ui-kit-modal-footer-margin-top: 25px;--ui-kit-modal-overlay-background-color: rgba(64, 82, 97, .72);--ui-kit-modal-overlay-min-height: 100%;--ui-kit-modal-overlay-overflow-y: auto;--ui-kit-modal-overlay-z-index: 10;--ui-kit-modal-title-margin-bottom: 6px;--ui-kit-modal-title-margin-top: 0px}@keyframes ui-kit__modal-module__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ui-kit__modal-module__fadeOut{0%{opacity:1}to{opacity:0}}.ui-kit__modal-module__entering{animation:ui-kit__modal-module__fadeIn .3s ease-out}.ui-kit__modal-module__exiting{animation:ui-kit__modal-module__fadeOut .2s ease-in}.ui-kit__modal-module__dialog{color:var(--ui-kit-dialog-text-color);font-family:var(--ui-kit-dialog-font-family);outline:var(--ui-kit-dialog-outline);position:var(--ui-kit-dialog-position);text-align:center}.ui-kit__modal-module__modal{background-color:var(--ui-kit-modal-background-color);border-radius:var(--ui-kit-modal-border-radius);box-shadow:var(--ui-kit-modal-box-shadow);box-sizing:content-box;overflow:hidden;padding:var(--ui-kit-modal-padding);text-align:left;width:var(--ui-kit-modal-width)}.ui-kit__modal-module__modalContent{display:flex;flex-direction:column;margin:auto;max-width:var(--ui-kit-modal-content-width)}.ui-kit__modal-module__modalOverlay{align-items:center;background-color:var(--ui-kit-modal-overlay-background-color);display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;min-height:var(--ui-kit-modal-overlay-min-height);overflow-y:var(--ui-kit-modal-overlay-overflow-y);position:absolute;text-align:center;z-index:var(--ui-kit-modal-overlay-z-index)}.ui-kit__modal-module__title{color:#253642;font-size:18px;font-style:normal;font-weight:500;line-height:21.6px;margin-bottom:var(--ui-kit-modal-title-margin-bottom);margin-top:var(--ui-kit-modal-title-margin-top);text-align:center}.ui-kit__modal-module__description{color:#405261;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:var(--ui-kit-modal-description-margin-bottom);margin-top:var(--ui-kit-modal-description-margin-top);text-align:center}.ui-kit__modal-module__footer{display:flex;gap:10px;justify-content:center;margin-bottom:var(--ui-kit-modal-footer-margin-bottom);margin-top:var(--ui-kit-modal-footer-margin-top)}:root{--ui-kit-number-field-background-color: white;--ui-kit-number-field-text-color: var(--ui-kit-color-text-default);--ui-kit-number-field-text-color-disabled: var( --ui-kit-color-action-disabled );--ui-kit-number-field-font-family: var(--ui-kit-font-body-md-family);--ui-kit-number-field-font-size: var(--ui-kit-font-body-md-size);--ui-kit-number-field-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-number-field-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-number-field-border-size: 1px;--ui-kit-number-field-border-style: solid;--ui-kit-number-field-border-radius: 2px;--ui-kit-number-field-button-text-color: var(--ui-kit-color-charcoal-700);--ui-kit-number-field-button-background-color: white;--ui-kit-number-field-button-background-color-hovered: var( --ui-kit-color-charcoal-200 );--ui-kit-number-field-button-background-color-pressed: var( --ui-kit-color-charcoal-300 );--ui-kit-number-field-button-text-color-disabled: var( --ui-kit-color-action-disabled );--ui-kit-number-field-button-background-color-disabled: white}.ui-kit__number-field-module__base{--ui-kit-focus-ring-radius: 2px}.ui-kit__number-field-module__group{display:grid;grid-template-columns:1fr 25px;height:38px;grid-template-rows:1fr 1fr;border:var(--ui-kit-number-field-border-size) var(--ui-kit-number-field-border-style) var(--ui-kit-number-field-border-color);border-radius:var(--ui-kit-number-field-border-radius)}.ui-kit__number-field-module__group .ui-kit__number-field-module__input{grid-row:1 / 3}.ui-kit__number-field-module__group .ui-kit__number-field-module__button[slot=increment]{grid-column:2;grid-row:1;align-self:end;justify-self:center}.ui-kit__number-field-module__group .ui-kit__number-field-module__button[slot=decrement]{grid-column:2;grid-row:2;align-self:start;justify-self:center}.ui-kit__number-field-module__input{background:none;border:none;outline:none;padding:10px 20px;width:100%;color:var(--ui-kit-number-field-text-color);font-family:var(--ui-kit-number-field-font-family);font-size:var(--ui-kit-number-field-font-size);font-weight:var(--ui-kit-number-field-font-weight);border-right:var(--ui-kit-number-field-border-size) var(--ui-kit-number-field-border-style) var(--ui-kit-number-field-border-color)}.ui-kit__number-field-module__input[disabled]{color:var(--ui-kit-number-field-text-color-disabled)}.ui-kit__number-field-module__button{width:16px;height:16px;display:flex;justify-content:center;align-items:center;border:none;background:var(--ui-kit-number-field-button-background-color);color:var(--ui-kit-number-field-button-text-color)}.ui-kit__number-field-module__button span{width:24px}.ui-kit__number-field-module__button svg{fill:var(--ui-kit-number-field-button-text-color)}.ui-kit__number-field-module__button[data-hovered]{cursor:pointer;background-color:var( --ui-kit-number-field-button-background-color-hovered )}.ui-kit__number-field-module__button[data-pressed]{background-color:var( --ui-kit-number-field-button-background-color-pressed )}.ui-kit__number-field-module__button[disabled]{background-color:var( --ui-kit-number-field-button-background-color-disabled );cursor:default}.ui-kit__number-field-module__button[disabled] svg{fill:var(--ui-kit-number-field-button-text-color-disabled)}:root{--ui-kit-properties-text-color: var(--color-text-light, #405261);--ui-kit-properties-bold-text-color: var(--color-text-dark, #000000);--ui-kit-properties-font-family: "Aktiv Grotesk";--ui-kit-properties-font-size: 13px;--ui-kit-properties-font-style: normal;--ui-kit-properties-font-weight: 400;--ui-kit-properties-line-height: 18px;--ui-kit-properties-padding: 10px;--ui-kit-properties-hovered-text-color: var(--ui-kit-color-text-dark);--ui-kit-data-row-border-radius: 8px;--ui-kit-data-row-padding-y: 8px}.ui-kit__data-row-module__container{width:250px;border-radius:var(--ui-kit-data-row-border-radius);background-color:var(--ui-kit-color-basics-white);padding:var(--ui-kit-data-row-padding-y) var(--ui-kit-properties-padding);display:flex;flex-direction:row;align-items:center;gap:4px}.ui-kit__data-row-module__iconButtonInDataRow{flex-shrink:0;opacity:0;visibility:hidden;transition:opacity .15s ease;pointer-events:none;margin-left:auto}.ui-kit__data-row-module__container:hover .ui-kit__data-row-module__iconButtonInDataRow{opacity:1;visibility:visible;pointer-events:auto}.ui-kit__data-row-module__column{display:flex;flex-direction:column;flex:1 1 auto;gap:0;min-width:0}.ui-kit__data-row-module__columnGapDefault{gap:4px}.ui-kit__data-row-module__column:only-child{flex:1 1 0;min-width:0}.ui-kit__data-row-module__column+.ui-kit__data-row-module__column .ui-kit__data-row-module__item{justify-content:flex-end}.ui-kit__data-row-module__item{display:flex;align-items:center;text-decoration:none}.ui-kit__data-row-module__itemLink{color:var(--ui-kit-link-color)!important;text-decoration:none}.ui-kit__data-row-module__itemLink:hover{color:var(--ui-kit-link-hover-text-color)!important;text-decoration:none}.ui-kit__data-row-module__itemLink span{color:inherit!important}.ui-kit__data-row-module__columnHidden{visibility:hidden;opacity:0;max-width:0;flex:0;overflow:hidden}.ui-kit__data-row-module__columnVisible{visibility:visible;opacity:1;flex:1 1 auto;min-width:0;transition:opacity .2s ease}.ui-kit__data-row-module__clickable{transition:background-color .15s ease}.ui-kit__data-row-module__clickable:hover{background-color:var(--ui-kit-color-cobalt-100)}.ui-kit__data-row-module__hoverCharcoal{transition:background-color .15s ease}.ui-kit__data-row-module__hoverCharcoal:hover,.ui-kit__data-row-module__variantProperty{background-color:var(--ui-kit-color-charcoal-100)}.ui-kit__data-row-module__variantProperty .ui-kit__data-row-module__item:nth-child(1),.ui-kit__data-row-module__variantProperty .ui-kit__data-row-module__item:nth-child(1) span{line-height:18px!important}.ui-kit__data-row-module__variantProperty .ui-kit__data-row-module__item:nth-child(2),.ui-kit__data-row-module__variantProperty .ui-kit__data-row-module__item:nth-child(2) span{line-height:20px!important}.ui-kit__data-row-module__container:not(.ui-kit__data-row-module__variantProperty) .ui-kit__data-row-module__item,.ui-kit__data-row-module__container:not(.ui-kit__data-row-module__variantProperty) .ui-kit__data-row-module__item span{line-height:20px!important}.ui-kit__data-row-module__column .ui-kit__data-row-module__item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.ui-kit__data-row-module__column .ui-kit__data-row-module__item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-kit__data-row-module__column .ui-kit__data-row-module__item.ui-kit__data-row-module__itemWrap,.ui-kit__data-row-module__column .ui-kit__data-row-module__item.ui-kit__data-row-module__itemWrap span{overflow:visible;text-overflow:clip;white-space:normal;word-break:break-word}:root{--ui-kit-select-width: 340px;--ui-kit-select-popover-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-popover-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-select-popover-border-radius: 4px;--ui-kit-select-popover-box-shadow: 0px 1px 7px 0px #00000014;--ui-kit-select-popover-padding: 0px;--ui-kit-select-list-box-max-height: 180px;--ui-kit-select-list-box-padding: 5px;--ui-kit-select-item-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-item-font-family: var(--ui-kit-font-body-md-family);--ui-kit-select-item-font-size: var(--ui-kit-font-body-md-size);--ui-kit-select-item-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-select-item-line-height: 19px;--ui-kit-select-item-text-color: var(--ui-kit-color-text-dark);--ui-kit-select-item-padding: 8px 15px 9px;--ui-kit-select-item-border-radius: 3px;--ui-kit-select-item-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-select-item-hovered-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-select-toggle-button-padding: 0 10px 0 15px;--ui-kit-select-toggle-button-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-placeholder-text-color: var(--ui-kit-color-charcoal-800);--ui-kit-select-placeholder-font-weight: var(--ui-kit-font-weight-regular);--ui-kit-select-label-padding: 0 0 6px 0px;--ui-kit-select-empty-state-background-color: var(--ui-kit-color-basics-white);--ui-kit-select-empty-state-font-family: var(--ui-kit-font-body-md-family);--ui-kit-select-empty-state-font-size: var(--ui-kit-font-body-md-size);--ui-kit-select-empty-state-height: 19px;--ui-kit-select-empty-state-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-select-empty-state-text-color: var(--ui-kit-color-charcoal-800);--ui-kit-select-empty-state-padding: 8px 15px 9px}.ui-kit__select-module__select{width:calc(var(--ui-kit-select-width) + 2px)}.ui-kit__select-module__popover{background:var(--ui-kit-select-popover-background-color);border:1px solid var(--ui-kit-select-popover-border-color);border-radius:var(--ui-kit-select-popover-border-radius);box-shadow:var(--ui-kit-select-popover-box-shadow);padding:var(--ui-kit-select-popover-padding)}.ui-kit__select-module__listBox{max-height:var(--ui-kit-select-list-box-max-height);min-width:var(--trigger-width);padding:var(--ui-kit-select-list-box-padding);box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.ui-kit__select-module__listBox:focus{outline:none}.ui-kit__select-module__selectItem{background:var(--ui-kit-select-item-background-color);border-radius:var(--ui-kit-select-item-border-radius);color:var(--ui-kit-select-item-text-color);font-family:var(--ui-kit-select-item-font-family);font-size:var(--ui-kit-select-item-font-size);font-weight:var(--ui-kit-select-item-font-weight);line-height:var(--ui-kit-select-item-line-height);padding:var(--ui-kit-select-item-padding);cursor:default}.ui-kit__select-module__selectItem[data-hovered],.ui-kit__select-module__selectItem[data-focused],.ui-kit__select-module__selectItem[data-selected]{background:var(--ui-kit-select-item-hovered-background-color);outline:none}.ui-kit__select-module__selectTrigger{width:calc(var(--ui-kit-select-width) + 2px);padding:var(--ui-kit-select-toggle-button-padding);justify-content:space-between;border-color:var(--ui-kit-select-item-border-color)}.ui-kit__select-module__selectTrigger[data-pressed],.ui-kit__select-module__selectTrigger[data-hovered]{background:var(--ui-kit-select-toggle-button-background-color)}.ui-kit__select-module__selectTrigger [data-placeholder]{color:var(--ui-kit-select-placeholder-text-color);font-weight:var(--ui-kit-select-placeholder-font-weight)}.ui-kit__select-module__filterableTrigger{--ui-kit-button-padding: 0px}.ui-kit__select-module__selectLabel{padding:var(--ui-kit-select-label-padding);display:inline-block}.ui-kit__select-module__selectValue{font-weight:var(--ui-kit-select-item-font-weight)}.ui-kit__select-module__visuallyHidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.ui-kit__select-module__hideSelectValue[data-placeholder]{visibility:hidden}.ui-kit__select-module__emptyState{align-content:center;background:var(--ui-kit-select-empty-state-background-color);color:var(--ui-kit-select-empty-state-text-color);display:grid;font-family:var(--ui-kit-select-empty-state-font-family);font-size:var(--ui-kit-select-empty-state-font-size);font-weight:var(--ui-kit-select-empty-state-font-weight);height:var(--ui-kit-select-empty-state-height);padding:var(--ui-kit-select-empty-state-padding)}.ui-kit__side-panel-module__sidePanelUI{background-color:var(--ui-kit-color-basics-white);display:flex;flex-direction:column;height:100%;min-width:400px;max-width:400px;max-height:100vh;min-height:100vh}.ui-kit__side-panel-module__sidePanelUI .ui-kit__side-panel-module__UIKit-Heading.ui-kit__side-panel-module__is-level-h1{font-size:16px}.ui-kit__side-panel-module__sidePanelUI .ui-kit__side-panel-module__UIKit-Heading.ui-kit__side-panel-module__is-level-h2{font-size:14px}.ui-kit__side-panel-module__headerUI{border-bottom:1px solid var(--ui-kit-color-charcoal-400);display:flex;flex-direction:column;padding:0 30px;min-height:70px;max-height:70px;position:sticky;top:0;z-index:1;background-color:var(--ui-kit-color-basics-white);align-items:center;justify-content:center}.ui-kit__side-panel-module__headerWithChildrenUI{border-bottom:1px solid var(--ui-kit-color-charcoal-400);display:flex;flex-direction:column;gap:8px;padding:17px 30px 30px;min-height:130px;position:sticky;top:0;z-index:1;background-color:var(--ui-kit-color-basics-white);justify-content:flex-end}.ui-kit__side-panel-module__headerContentUI{align-self:stretch;display:flex;gap:5px;align-items:center;min-height:36px}.ui-kit__side-panel-module__headerContentUI.ui-kit__side-panel-module__showSubtitle,.ui-kit__side-panel-module__headerContentUI:not(.ui-kit__side-panel-module__showSubtitle){align-items:center}.ui-kit__side-panel-module__headerContentUI .ui-kit__side-panel-module__headerIconUI{color:var(--ui-kit-color-charcoal-900);vertical-align:middle}.ui-kit__side-panel-module__headerContentUI .ui-kit__side-panel-module__headerIconButtonUI{background:transparent;border:none;cursor:pointer;padding:0;margin-left:-5px}.ui-kit__side-panel-module__headerContentUI .ui-kit__side-panel-module__headerTitleWrapperUI{display:flex;flex-direction:column;gap:2px;justify-content:center;position:relative}.ui-kit__side-panel-module__headerContentUI .ui-kit__side-panel-module__headerTitleWrapperUI .ui-kit__side-panel-module__headerTitleUI{color:var(--ui-kit-color-charcoal-1200);font-style:normal;line-height:15px}.ui-kit__side-panel-module__headerContentUI .ui-kit__side-panel-module__headerTitleWrapperUI .ui-kit__side-panel-module__headerSubtitleUI{color:var(--ui-kit-color-charcoal-400);font-style:normal;font-weight:400}.ui-kit__side-panel-module__contentUI{padding:30px;overflow-y:auto;overflow-x:hidden}.ui-kit__side-panel-module__contentUI.ui-kit__side-panel-module__stickyFooter{flex-grow:1}.ui-kit__side-panel-module__footerUI{padding:20px;display:grid;gap:12px;min-height:90px;max-height:90px;border-top:1px solid var(--ui-kit-color-charcoal-400)}.ui-kit__side-panel-module__footerUI.ui-kit__side-panel-module__stickyFooter{position:sticky;bottom:0;z-index:1;background-color:var(--ui-kit-color-basics-white)}.ui-kit__side-panel-module__footerUI[data-count="1"]{grid-template-columns:repeat(1,1fr)}.ui-kit__side-panel-module__footerUI[data-count="2"]{grid-template-columns:repeat(2,1fr)}.ui-kit__side-panel-module__headerButtonUI{cursor:pointer;color:var(--ui-kit-color-charcoal-700)}.ui-kit__side-panel-module__headerButtonUI:hover{color:var(--ui-kit-color-charcoal-900)}.ui-kit__side-panel-module__externalLinkUI{height:24px;position:absolute;right:62px}:root{--ui-kit-tooltip-background-color: var(--ui-kit-color-charcoal-700);--ui-kit-tooltip-border-radius: 3px;--ui-kit-tooltip-color: var(--ui-kit-color-basics-white);--ui-kit-tooltip-font-family: var(--ui-kit-font-body-sm-family);--ui-kit-tooltip-font-size: var(--ui-kit-font-body-sm-size);--ui-kit-tooltip-max-width: 300px;--ui-kit-tooltip-padding: 6px 8px;--ui-kit-tooltip-z-index: 3;--ui-kit-tooltip-arrow-size: 5px;--ui-kit-tooltip-arrow-color: var(--ui-kit-color-charcoal-700)}.ui-kit__tooltip-module__wrapper{display:block;position:relative}.ui-kit__tooltip-module__tooltip{background:var(--ui-kit-tooltip-background-color);border-radius:var(--ui-kit-tooltip-border-radius);color:var(--ui-kit-tooltip-color);font-family:var(--ui-kit-tooltip-font-family);font-size:var(--ui-kit-tooltip-font-size);max-width:var(--ui-kit-tooltip-max-width);padding:var(--ui-kit-tooltip-padding);position:absolute;text-align:center;top:-35px;left:50%;transform:translate(-50%);white-space:nowrap;z-index:var(--ui-kit-tooltip-z-index);display:block}.ui-kit__tooltip-module__tooltip:after{border:solid transparent;border-top-color:var(--ui-kit-tooltip-arrow-color);border-width:var(--ui-kit-tooltip-arrow-size);content:"";height:0;left:50%;margin-left:calc(-1 * var(--ui-kit-tooltip-arrow-size));pointer-events:none;position:absolute;top:100%;width:0}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__hidden{display:none}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__leftAligned{transform:translate(0);left:0;right:auto}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__leftAligned:after{left:7px;right:auto}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__rightAligned{transform:translate(0);left:auto;right:0}.ui-kit__tooltip-module__tooltip.ui-kit__tooltip-module__rightAligned:after{left:auto;right:7px}:root{--ui-kit-text-area-background-color: var(--ui-kit-color-basics-white);--ui-kit-text-area-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-text-area-border-radius: 3px;--ui-kit-text-area-border-style: solid;--ui-kit-text-area-border-width: 1px;--ui-kit-text-area-focus-ring-offset: 1px;--ui-kit-text-area-font-family: var(--ui-kit-font-body-md-family);--ui-kit-text-area-font-size: var(--ui-kit-font-body-md-size);--ui-kit-text-area-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-text-area-line-height: 18px;--ui-kit-text-area-padding-x: 16px;--ui-kit-text-area-padding-y: 9px;--ui-kit-text-area-text-color: var(--ui-kit-color-text-default);--ui-kit-text-area-disabled-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-text-area-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-text-area-error-border-color: var(--ui-kit-color-error-border);--ui-kit-text-area-error-focus-ring-inner-color: var(--ui-kit-color-error-border);--ui-kit-text-area-error-focus-ring-outer-color: var(--ui-kit-color-error-background-light);--ui-kit-text-area-error-text-color: var(--ui-kit-color-error-text);--ui-kit-text-area-success-border-color: var(--ui-kit-color-success-border);--ui-kit-text-area-success-focus-ring-inner-color: var(--ui-kit-color-success-border);--ui-kit-text-area-success-focus-ring-outer-color: var(--ui-kit-color-success-background-light);--ui-kit-text-area-success-text-color: var(--ui-kit-color-success-text);--ui-kit-text-area-warning-border-color: var(--ui-kit-color-warning-border);--ui-kit-text-area-warning-focus-ring-inner-color: var(--ui-kit-color-warning-border);--ui-kit-text-area-warning-focus-ring-outer-color: var(--ui-kit-color-warning-background-light);--ui-kit-text-area-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__text-area-module__base{--ui-kit-focus-ring-offset: var(--ui-kit-text-area-focus-ring-offset);display:flex}.ui-kit__text-area-module__base:before{border-radius:calc(var(--ui-kit-focus-ring-border-radius) - 1px)}.ui-kit__text-area-module__base.ui-kit__text-area-module__error{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-error-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-error-focus-ring-outer-color)}.ui-kit__text-area-module__base.ui-kit__text-area-module__success{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-success-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-success-focus-ring-outer-color)}.ui-kit__text-area-module__base.ui-kit__text-area-module__warning{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-warning-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-warning-focus-ring-outer-color)}.ui-kit__text-area-module__text-area{background-color:var(--ui-kit-text-area-background-color);border-color:var(--ui-kit-text-area-border-color);border-radius:var(--ui-kit-text-area-border-radius);border-style:var(--ui-kit-text-area-border-style);border-width:var(--ui-kit-text-area-border-width);color:var(--ui-kit-text-area-text-color);font-family:var(--ui-kit-text-area-font-family);font-size:var(--ui-kit-text-area-font-size);font-weight:var(--ui-kit-text-area-font-weight);line-height:var(--ui-kit-text-area-line-height);padding:var(--ui-kit-text-area-padding-y) var(--ui-kit-text-area-padding-x);outline:none;resize:none;width:100%}.ui-kit__text-area-module__text-area[data-disabled=true]{--ui-kit-text-area-background-color: var(--ui-kit-text-area-disabled-background-color);--ui-kit-text-area-border-color: var(--ui-kit-text-area-disabled-border-color);-webkit-user-select:none;user-select:none}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__error:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-error-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-error-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__error:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-error-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__success:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-success-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-success-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__success:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-success-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__warning:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-warning-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-warning-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__warning:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-warning-text-color)}:root{--ui-kit-text-area-field-gap: 8px;--ui-kit-text-area-field-control-gap: 6px}.ui-kit__text-area-field-module__base{display:flex;flex-direction:column;gap:var(--ui-kit-text-area-field-gap)}.ui-kit__text-area-field-module__base .ui-kit__text-area-field-module__control{display:flex;flex-direction:column;gap:var(--ui-kit-text-area-field-control-gap)}:root{--ui-kit-validation-alert-background-color: transparent;--ui-kit-validation-alert-font-family: var(--ui-kit-font-body-md-family);--ui-kit-validation-alert-font-size: var(--ui-kit-font-body-md-size);--ui-kit-validation-alert-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-validation-alert-line-height: 19px;--ui-kit-validation-alert-padding-x: 6px;--ui-kit-validation-alert-padding-y: .5px;--ui-kit-validation-alert-text-color: var(--ui-kit-color-text);--ui-kit-validation-alert-error-background-color: var(--ui-kit-color-error-background-light);--ui-kit-validation-alert-error-text-color: var(--ui-kit-color-error-text);--ui-kit-validation-alert-success-background-color: var(--ui-kit-color-success-background-light);--ui-kit-validation-alert-success-text-color: var(--ui-kit-color-success-text);--ui-kit-validation-alert-warning-background-color: var(--ui-kit-color-warning-background-light);--ui-kit-validation-alert-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__validation-alert-module__base{background-color:var(--ui-kit-validation-alert-background-color);color:var(--ui-kit-validation-alert-text-color);font-family:var(--ui-kit-validation-alert-font-family);font-size:var(--ui-kit-validation-alert-font-size);font-weight:var(--ui-kit-validation-alert-font-weight);gap:calc(var(--ui-kit-validation-alert-padding-x)/2);line-height:var(--ui-kit-validation-alert-line-height);padding:var(--ui-kit-validation-alert-padding-y) var(--ui-kit-validation-alert-padding-x) var(--ui-kit-validation-alert-padding-y) calc(var(--ui-kit-validation-alert-padding-x)/2);align-items:center;display:flex;flex-direction:row;width:100%;word-break:break-word}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__error{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-error-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-error-text-color)}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__success{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-success-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-success-text-color)}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__warning{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-warning-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-warning-text-color)}.ui-kit__validation-alert-module__base .ui-kit__validation-alert-module__icon{width:24px;height:19px}.ui-kit__validation-alert-module__base .ui-kit__validation-alert-module__icon svg{fill:currentColor;width:24px;height:19px}:root{--ui-kit-text-field-gap: 8px;--ui-kit-text-field-control-gap: 6px}.ui-kit__text-field-module__base{display:flex;flex-direction:column;gap:var(--ui-kit-text-field-gap)}.ui-kit__text-field-module__base .ui-kit__text-field-module__control{display:flex;flex-direction:column;gap:var(--ui-kit-text-field-control-gap)}:root{--ui-kit-color-red-100: #FFF0E8;--ui-kit-color-red-200: #FEDFD5;--ui-kit-color-red-300: #FFBCAD;--ui-kit-color-red-400: #FA7A64;--ui-kit-color-red-500: #E54A32;--ui-kit-color-red-600: #B83525;--ui-kit-color-red-700: #822824;--ui-kit-color-red-800: #592728;--ui-kit-color-red-900: #402629;--ui-kit-color-red-1000: #2B2123;--ui-kit-color-red-accent: #FF4747;--ui-kit-color-orange-100: #FFF2E8;--ui-kit-color-orange-200: #FFE4D1;--ui-kit-color-orange-300: #FAC096;--ui-kit-color-orange-400: #F5964E;--ui-kit-color-orange-500: #D67022;--ui-kit-color-orange-600: #A35214;--ui-kit-color-orange-700: #7A4518;--ui-kit-color-orange-800: #573B23;--ui-kit-color-orange-900: #3D2F22;--ui-kit-color-orange-1000: #2B241D;--ui-kit-color-orange-accent: #FF8B33;--ui-kit-color-yellow-100: #FFF6E5;--ui-kit-color-yellow-200: #FFEECC;--ui-kit-color-yellow-300: #FFDD99;--ui-kit-color-yellow-400: #FABF5A;--ui-kit-color-yellow-500: #E09C24;--ui-kit-color-yellow-600: #AC771B;--ui-kit-color-yellow-700: #7A581D;--ui-kit-color-yellow-800: #574323;--ui-kit-color-yellow-900: #403521;--ui-kit-color-yellow-1000: #2B261D;--ui-kit-color-yellow-accent: #FFB83D;--ui-kit-color-green-100: #F2FFF0;--ui-kit-color-green-200: #E0FCDE;--ui-kit-color-green-300: #B9EDBD;--ui-kit-color-green-400: #83DB9C;--ui-kit-color-green-500: #47C47D;--ui-kit-color-green-600: #2D8556;--ui-kit-color-green-700: #28704C;--ui-kit-color-green-800: #2E5940;--ui-kit-color-green-900: #283B2D;--ui-kit-color-green-1000: #222923;--ui-kit-color-green-accent: #56F09E;--ui-kit-color-slate-100: #F2F9FC;--ui-kit-color-slate-200: #E1EEF5;--ui-kit-color-slate-300: #CCDEE8;--ui-kit-color-slate-400: #A9C4D4;--ui-kit-color-slate-500: #82A7BA;--ui-kit-color-slate-600: #658B9E;--ui-kit-color-slate-700: #486878;--ui-kit-color-slate-800: #344852;--ui-kit-color-slate-900: #283338;--ui-kit-color-slate-1000: #1F2426;--ui-kit-color-slate-accent: #47C2FF;--ui-kit-color-cobalt-100: #EBF5FF;--ui-kit-color-cobalt-200: #D1E8FF;--ui-kit-color-cobalt-300: #9ECBFF;--ui-kit-color-cobalt-400: #66A3FF;--ui-kit-color-cobalt-500: #4176FA;--ui-kit-color-cobalt-600: #304DDB;--ui-kit-color-cobalt-700: #263AAD;--ui-kit-color-cobalt-800: #1C2674;--ui-kit-color-cobalt-900: #171952;--ui-kit-color-cobalt-1000: #0E0E33;--ui-kit-color-cobalt-accent: #47A3FF;--ui-kit-color-purple-100: #F9F2FF;--ui-kit-color-purple-200: #F2E5FF;--ui-kit-color-purple-300: #D7BAF5;--ui-kit-color-purple-400: #AD82D8;--ui-kit-color-purple-500: #9163BF;--ui-kit-color-purple-600: #774BA3;--ui-kit-color-purple-700: #5D407A;--ui-kit-color-purple-800: #48335C;--ui-kit-color-purple-900: #31253D;--ui-kit-color-purple-1000: #271F2E;--ui-kit-color-purple-accent: #C285FF;--ui-kit-color-magenta-100: #FFF2F4;--ui-kit-color-magenta-200: #FFE5EA;--ui-kit-color-magenta-300: #FFC7D3;--ui-kit-color-magenta-400: #E5859F;--ui-kit-color-magenta-500: #BF5878;--ui-kit-color-magenta-600: #A34B6B;--ui-kit-color-magenta-700: #863E5C;--ui-kit-color-magenta-800: #5E3146;--ui-kit-color-magenta-900: #3D2531;--ui-kit-color-magenta-1000: #2E2126;--ui-kit-color-magenta-accent: #FF5CAA;--ui-kit-color-charcoal-100: #f9fafa;--ui-kit-color-charcoal-200: #f1f3f5;--ui-kit-color-charcoal-300: #DFE6EB;--ui-kit-color-charcoal-400: #C8D3DE;--ui-kit-color-charcoal-500: #ABB9C7;--ui-kit-color-charcoal-600: #7E8E9E;--ui-kit-color-charcoal-700: #556575;--ui-kit-color-charcoal-800: #405261;--ui-kit-color-charcoal-900: #314351;--ui-kit-color-charcoal-1000: #253642;--ui-kit-color-charcoal-1100: #1d2b36;--ui-kit-color-charcoal-1200: #131B24;--ui-kit-color-clay-100: #FAF8F7;--ui-kit-color-clay-200: #F5F2F0;--ui-kit-color-clay-300: #EDE8E6;--ui-kit-color-clay-400: #DED5D1;--ui-kit-color-clay-500: #C2B4AC;--ui-kit-color-clay-600: #9E8F88;--ui-kit-color-clay-700: #8A7B74;--ui-kit-color-clay-800: #756963;--ui-kit-color-clay-900: #574F4B;--ui-kit-color-clay-1000: #4A4441;--ui-kit-color-clay-1100: #33302E;--ui-kit-color-clay-1200: #262423;--ui-kit-color-basics-white: #ffffff;--ui-kit-color-basics-black: #000000;--ui-kit-color-basics-magenta: #ff00ff;--ui-kit-color-basics-cyan: #00ffff;--ui-kit-font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;--ui-kit-font-family-sans: "Aktiv Grotesk", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--ui-kit-font-family-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--ui-kit-font-size-sm: 12px;--ui-kit-font-size-base: 13px;--ui-kit-font-size-lg: 14px;--ui-kit-font-size-xl: 15px;--ui-kit-font-weight-light: 300;--ui-kit-font-weight-regular: 400;--ui-kit-font-weight-medium: 500;--ui-kit-font-weight-bold: 700;--ui-kit-spacing-0: 0px;--ui-kit-spacing-1: 1px;--ui-kit-spacing-2: 2px;--ui-kit-spacing-4: 4px;--ui-kit-spacing-6: 6px;--ui-kit-spacing-8: 8px;--ui-kit-spacing-10: 10px;--ui-kit-spacing-12: 12px;--ui-kit-spacing-14: 14px;--ui-kit-spacing-16: 16px;--ui-kit-spacing-20: 20px;--ui-kit-spacing-24: 24px;--ui-kit-spacing-28: 28px;--ui-kit-spacing-32: 32px;--ui-kit-spacing-36: 36px;--ui-kit-spacing-40: 40px;--ui-kit-spacing-44: 44px;--ui-kit-spacing-48: 48px;--ui-kit-spacing-56: 56px;--ui-kit-spacing-64: 64px;--ui-kit-spacing-80: 80px;--ui-kit-spacing-96: 96px;--ui-kit-spacing-112: 112px;--ui-kit-spacing-128: 128px;--ui-kit-spacing-144: 144px;--ui-kit-spacing-160: 160px;--ui-kit-spacing-176: 176px;--ui-kit-spacing-192: 192px;--ui-kit-spacing-208: 208px;--ui-kit-spacing-224: 224px;--ui-kit-spacing-240: 240px;--ui-kit-color-action-default: var(--ui-kit-color-cobalt-600);--ui-kit-color-action-hovered: var(--ui-kit-color-cobalt-700);--ui-kit-color-action-pressed: var(--ui-kit-color-cobalt-800);--ui-kit-color-action-disabled: var(--ui-kit-color-charcoal-500);--ui-kit-color-text-headline: var(--ui-kit-color-charcoal-1200);--ui-kit-color-text-dark: var(--ui-kit-color-charcoal-900);--ui-kit-color-text-default: var(--ui-kit-color-charcoal-800);--ui-kit-color-text-light: var(--ui-kit-color-charcoal-700);--ui-kit-color-text-disabled: var(--ui-kit-color-charcoal-600);--ui-kit-color-success-text: var(--ui-kit-color-green-800);--ui-kit-color-success-background-dark: var(--ui-kit-color-green-600);--ui-kit-color-success-icon: var(--ui-kit-color-green-500);--ui-kit-color-success-border: var(--ui-kit-color-green-500);--ui-kit-color-success-background-light: var(--ui-kit-color-green-100);--ui-kit-color-error-text: var(--ui-kit-color-red-600);--ui-kit-color-error-background-dark: var(--ui-kit-color-red-600);--ui-kit-color-error-icon: var(--ui-kit-color-red-accent);--ui-kit-color-error-border: var(--ui-kit-color-red-500);--ui-kit-color-error-background-light: #feeae7;--ui-kit-color-warning-text: var(--ui-kit-color-orange-600);--ui-kit-color-warning-background-dark: var(--ui-kit-color-orange-600);--ui-kit-color-warning-icon: var(--ui-kit-color-yellow-accent);--ui-kit-color-warning-border: var(--ui-kit-color-yellow-400);--ui-kit-color-warning-background-light: var(--ui-kit-color-yellow-100);--ui-kit-color-info-text: var(--ui-kit-color-cobalt-700);--ui-kit-color-info-background-dark: var(--ui-kit-color-cobalt-600);--ui-kit-color-info-icon: var(--ui-kit-color-cobalt-500);--ui-kit-color-info-border: var(--ui-kit-color-cobalt-500);--ui-kit-color-info-background-light: var(--ui-kit-color-cobalt-100);--ui-kit-font-heading-lg-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-lg-size: var(--ui-kit-font-size-xl);--ui-kit-font-heading-lg-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-heading-md-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-md-size: var(--ui-kit-font-size-lg);--ui-kit-font-heading-md-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-heading-sm-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-sm-size: var(--ui-kit-font-size-base);--ui-kit-font-heading-sm-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-body-md-strong-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-md-strong-size: var(--ui-kit-font-size-base);--ui-kit-font-body-md-strong-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-body-md-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-md-size: var(--ui-kit-font-size-base);--ui-kit-font-body-md-weight: var(--ui-kit-font-weight-regular);--ui-kit-font-body-sm-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-sm-size: var(--ui-kit-font-size-sm);--ui-kit-font-body-sm-weight: var(--ui-kit-font-weight-regular)}.ui-kit__theme-module__root{box-sizing:border-box;font-family:var(--ui-kit-font-family-sans);font-size:var(--ui-kit-font-size-base)}.ui-kit__theme-module__root *,.ui-kit__theme-module__root *:before,.ui-kit__theme-module__root *:after{box-sizing:border-box}:root{--ui-kit-thumbnail-aspect-ratio: 1;--ui-kit-thumbnail-object-fit: cover;--ui-kit-thumbnail-border-color: var(--ui-kit-color-charcoal-300);--ui-kit-thumbnail-sm-width: 38px;--ui-kit-thumbnail-sm-border-radius: 10px;--ui-kit-thumbnail-md-width: 48px;--ui-kit-thumbnail-md-border-radius: 12px;--ui-kit-thumbnail-lg-width: 64px;--ui-kit-thumbnail-lg-border-radius: 16px}.ui-kit__thumbnail-module__base{display:inline-block;overflow:hidden;box-sizing:border-box;aspect-ratio:var(--ui-kit-thumbnail-aspect-ratio);object-fit:var(--ui-kit-thumbnail-object-fit);background:#fff;border:1px solid var(--ui-kit-thumbnail-border-color)}.ui-kit__thumbnail-module__base svg{width:100%;height:100%;display:block}.ui-kit__thumbnail-module__sm{width:var(--ui-kit-thumbnail-sm-width);border-radius:var(--ui-kit-thumbnail-sm-border-radius)}.ui-kit__thumbnail-module__md{width:var(--ui-kit-thumbnail-md-width);border-radius:var(--ui-kit-thumbnail-md-border-radius)}.ui-kit__thumbnail-module__lg{width:var(--ui-kit-thumbnail-lg-width);border-radius:var(--ui-kit-thumbnail-lg-border-radius)}.ui-kit__thumbnail-module__cover{--ui-kit-thumbnail-object-fit: cover}.ui-kit__thumbnail-module__fill{--ui-kit-thumbnail-object-fit: fill}.ui-kit__thumbnail-module__contain{--ui-kit-thumbnail-object-fit: contain}.ui-kit__thumbnail-module__scale-down{--ui-kit-thumbnail-object-fit: scale-down}.ui-kit__thumbnail-module__isDisabled{opacity:.5;cursor:default;pointer-events:none}
|
|
2
|
+
/*$vite$:1*/`,document.head.appendChild(P3);function $3(i){var n,o,u="";if(typeof i=="string"||typeof i=="number")u+=i;else if(typeof i=="object")if(Array.isArray(i)){var d=i.length;for(n=0;n<d;n++)i[n]&&(o=$3(i[n]))&&(u&&(u+=" "),u+=o)}else for(o in i)i[o]&&(u&&(u+=" "),u+=o);return u}function dt(){for(var i,n,o=0,u="",d=arguments.length;o<d;o++)(i=arguments[o])&&(n=$3(i))&&(u&&(u+=" "),u+=n);return u}const N3=i=>typeof i=="boolean"?`${i}`:i===0?"0":i,L3=dt,ln=(i,n)=>o=>{var u;if((n==null?void 0:n.variants)==null)return L3(i,o==null?void 0:o.class,o==null?void 0:o.className);const{variants:d,defaultVariants:v}=n,p=Object.keys(d).map(E=>{const S=o==null?void 0:o[E],C=v==null?void 0:v[E];if(S===null)return null;const T=N3(S)||N3(C);return d[E][T]}),g=o&&Object.entries(o).reduce((E,S)=>{let[C,T]=S;return T===void 0||(E[C]=T),E},{}),x=n==null||(u=n.compoundVariants)===null||u===void 0?void 0:u.reduce((E,S)=>{let{class:C,className:T,...P}=S;return Object.entries(P).every(N=>{let[L,A]=N;return Array.isArray(A)?A.includes({...v,...g}[L]):{...v,...g}[L]===A})?[...E,C,T]:E},[]);return L3(i,p,x,o==null?void 0:o.class,o==null?void 0:o.className)},xs={base:"ui-kit__badge-module__base",sm:"ui-kit__badge-module__sm",default:"ui-kit__badge-module__default",success:"ui-kit__badge-module__success",warning:"ui-kit__badge-module__warning",error:"ui-kit__badge-module__error"},m9=ln(xs.base,{variants:{color:{default:xs.default,success:xs.success,warning:xs.warning,error:xs.error},size:{sm:xs.sm,default:xs.default}}});function M3({children:i,color:n="default",size:o="default"}){return le.jsx("span",{className:m9({color:n,size:o}),children:i})}M3.displayName="Badge";const Bt=typeof document<"u"?b.useLayoutEffect:()=>{};var q0;const h9=(q0=b.useInsertionEffect)!==null&&q0!==void 0?q0:Bt;function gn(i){const n=b.useRef(null);return h9(()=>{n.current=i},[i]),b.useCallback((...o)=>{const u=n.current;return u==null?void 0:u(...o)},[])}function g9(i){let[n,o]=b.useState(i),u=b.useRef(null),d=gn(()=>{if(!u.current)return;let p=u.current.next();if(p.done){u.current=null;return}n===p.value?d():o(p.value)});Bt(()=>{u.current&&d()});let v=gn(p=>{u.current=p(n),d()});return[n,v]}const Dh={prefix:String(Math.round(Math.random()*1e10)),current:0},A3=b.createContext(Dh),y9=b.createContext(!1);let b9=!!(typeof window<"u"&&window.document&&window.document.createElement),Q0=new WeakMap;function k9(i=!1){let n=b.useContext(A3),o=b.useRef(null);if(o.current===null&&!i){var u,d;let v=(d=b.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||d===void 0||(u=d.ReactCurrentOwner)===null||u===void 0?void 0:u.current;if(v){let p=Q0.get(v);p==null?Q0.set(v,{id:n.current,state:v.memoizedState}):v.memoizedState!==p.state&&(n.current=p.id,Q0.delete(v))}o.current=++n.current}return o.current}function x9(i){let n=b.useContext(A3);n===Dh&&!b9&&process.env.NODE_ENV!=="production"&&console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");let o=k9(!!i),u=n===Dh&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${n.prefix}`;return i||`${u}-${o}`}function _9(i){let n=b.useId(),[o]=b.useState(su()),u=o||process.env.NODE_ENV==="test"?"react-aria":`react-aria${Dh.prefix}`;return i||`${u}-${n}`}const E9=typeof b.useId=="function"?_9:x9;function C9(){return!1}function w9(){return!0}function S9(i){return()=>{}}function su(){return typeof b.useSyncExternalStore=="function"?b.useSyncExternalStore(S9,C9,w9):b.useContext(y9)}let T9=!!(typeof window<"u"&&window.document&&window.document.createElement),td=new Map,Pp;typeof FinalizationRegistry<"u"&&(Pp=new FinalizationRegistry(i=>{td.delete(i)}));function Rn(i){let[n,o]=b.useState(i),u=b.useRef(null),d=E9(n),v=b.useRef(null);if(Pp&&Pp.register(v,d),T9){const p=td.get(d);p&&!p.includes(u)?p.push(u):td.set(d,[u])}return Bt(()=>{let p=d;return()=>{Pp&&Pp.unregister(v),td.delete(p)}},[d]),b.useEffect(()=>{let p=u.current;return p&&o(p),()=>{p&&(u.current=null)}}),d}function D9(i,n){if(i===n)return i;let o=td.get(i);if(o)return o.forEach(d=>d.current=n),n;let u=td.get(n);return u?(u.forEach(d=>d.current=i),i):n}function cu(i=[]){let n=Rn(),[o,u]=g9(n),d=b.useCallback(()=>{u(function*(){yield n,yield document.getElementById(n)?n:void 0})},[n,u]);return Bt(d,[n,d,...i]),o}function ra(...i){return(...n)=>{for(let o of i)typeof o=="function"&&o(...n)}}const Ft=i=>{var n;return(n=i==null?void 0:i.ownerDocument)!==null&&n!==void 0?n:document},_r=i=>i&&"window"in i&&i.window===i?i:Ft(i).defaultView||window;function P9(i){return i!==null&&typeof i=="object"&&"nodeType"in i&&typeof i.nodeType=="number"}function $9(i){return P9(i)&&i.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in i}let N9=!1;function Ph(){return N9}function fn(i,n){if(!Ph())return n&&i?i.contains(n):!1;if(!i||!n)return!1;let o=n;for(;o!==null;){if(o===i)return!0;o.tagName==="SLOT"&&o.assignedSlot?o=o.assignedSlot.parentNode:$9(o)?o=o.host:o=o.parentNode}return!1}const Ei=(i=document)=>{var n;if(!Ph())return i.activeElement;let o=i.activeElement;for(;o&&"shadowRoot"in o&&(!((n=o.shadowRoot)===null||n===void 0)&&n.activeElement);)o=o.shadowRoot.activeElement;return o};function Ut(i){return Ph()&&i.target.shadowRoot&&i.composedPath?i.composedPath()[0]:i.target}class L9{get currentNode(){return this._currentNode}set currentNode(n){if(!fn(this.root,n))throw new Error("Cannot set currentNode to a node that is not contained by the root node.");const o=[];let u=n,d=n;for(this._currentNode=n;u&&u!==this.root;)if(u.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const p=u,g=this._doc.createTreeWalker(p,this.whatToShow,{acceptNode:this._acceptNode});o.push(g),g.currentNode=d,this._currentSetFor.add(g),u=d=p.host}else u=u.parentNode;const v=this._doc.createTreeWalker(this.root,this.whatToShow,{acceptNode:this._acceptNode});o.push(v),v.currentNode=d,this._currentSetFor.add(v),this._walkerStack=o}get doc(){return this._doc}firstChild(){let n=this.currentNode,o=this.nextNode();return fn(n,o)?(o&&(this.currentNode=o),o):(this.currentNode=n,null)}lastChild(){let o=this._walkerStack[0].lastChild();return o&&(this.currentNode=o),o}nextNode(){const n=this._walkerStack[0].nextNode();if(n){if(n.shadowRoot){var o;let d;if(typeof this.filter=="function"?d=this.filter(n):!((o=this.filter)===null||o===void 0)&&o.acceptNode&&(d=this.filter.acceptNode(n)),d===NodeFilter.FILTER_ACCEPT)return this.currentNode=n,n;let v=this.nextNode();return v&&(this.currentNode=v),v}return n&&(this.currentNode=n),n}else if(this._walkerStack.length>1){this._walkerStack.shift();let u=this.nextNode();return u&&(this.currentNode=u),u}else return null}previousNode(){const n=this._walkerStack[0];if(n.currentNode===n.root){if(this._currentSetFor.has(n))if(this._currentSetFor.delete(n),this._walkerStack.length>1){this._walkerStack.shift();let d=this.previousNode();return d&&(this.currentNode=d),d}else return null;return null}const o=n.previousNode();if(o){if(o.shadowRoot){var u;let v;if(typeof this.filter=="function"?v=this.filter(o):!((u=this.filter)===null||u===void 0)&&u.acceptNode&&(v=this.filter.acceptNode(o)),v===NodeFilter.FILTER_ACCEPT)return o&&(this.currentNode=o),o;let p=this.lastChild();return p&&(this.currentNode=p),p}return o&&(this.currentNode=o),o}else if(this._walkerStack.length>1){this._walkerStack.shift();let d=this.previousNode();return d&&(this.currentNode=d),d}else return null}nextSibling(){return null}previousSibling(){return null}parentNode(){return null}constructor(n,o,u,d){this._walkerStack=[],this._currentSetFor=new Set,this._acceptNode=p=>{if(p.nodeType===Node.ELEMENT_NODE){const x=p.shadowRoot;if(x){const E=this._doc.createTreeWalker(x,this.whatToShow,{acceptNode:this._acceptNode});return this._walkerStack.unshift(E),NodeFilter.FILTER_ACCEPT}else{var g;if(typeof this.filter=="function")return this.filter(p);if(!((g=this.filter)===null||g===void 0)&&g.acceptNode)return this.filter.acceptNode(p);if(this.filter===null)return NodeFilter.FILTER_ACCEPT}}return NodeFilter.FILTER_SKIP},this._doc=n,this.root=o,this.filter=d??null,this.whatToShow=u??NodeFilter.SHOW_ALL,this._currentNode=o,this._walkerStack.unshift(n.createTreeWalker(o,u,this._acceptNode));const v=o.shadowRoot;if(v){const p=this._doc.createTreeWalker(v,this.whatToShow,{acceptNode:this._acceptNode});this._walkerStack.unshift(p)}}}function M9(i,n,o,u){return Ph()?new L9(i,n,o,u):i.createTreeWalker(n,o,u)}function Ge(...i){let n={...i[0]};for(let o=1;o<i.length;o++){let u=i[o];for(let d in u){let v=n[d],p=u[d];typeof v=="function"&&typeof p=="function"&&d[0]==="o"&&d[1]==="n"&&d.charCodeAt(2)>=65&&d.charCodeAt(2)<=90?n[d]=ra(v,p):(d==="className"||d==="UNSAFE_className")&&typeof v=="string"&&typeof p=="string"?n[d]=dt(v,p):d==="id"&&v&&p?n.id=D9(v,p):n[d]=p!==void 0?p:v}}return n}function $h(...i){return i.length===1&&i[0]?i[0]:n=>{let o=!1;const u=i.map(d=>{const v=O3(d,n);return o||(o=typeof v=="function"),v});if(o)return()=>{u.forEach((d,v)=>{typeof d=="function"?d():O3(i[v],null)})}}}function O3(i,n){if(typeof i=="function")return i(n);i!=null&&(i.current=n)}const A9=new Set(["id"]),O9=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),F9=new Set(["href","hrefLang","target","rel","download","ping","referrerPolicy"]),R9=new Set(["dir","lang","hidden","inert","translate"]),F3=new Set(["onClick","onAuxClick","onContextMenu","onDoubleClick","onMouseDown","onMouseEnter","onMouseLeave","onMouseMove","onMouseOut","onMouseOver","onMouseUp","onTouchCancel","onTouchEnd","onTouchMove","onTouchStart","onPointerDown","onPointerMove","onPointerUp","onPointerCancel","onPointerEnter","onPointerLeave","onPointerOver","onPointerOut","onGotPointerCapture","onLostPointerCapture","onScroll","onWheel","onAnimationStart","onAnimationEnd","onAnimationIteration","onTransitionCancel","onTransitionEnd","onTransitionRun","onTransitionStart"]),z9=/^(data-.*)$/;function At(i,n={}){let{labelable:o,isLink:u,global:d,events:v=d,propNames:p}=n,g={};for(const x in i)Object.prototype.hasOwnProperty.call(i,x)&&(A9.has(x)||o&&O9.has(x)||u&&F9.has(x)||d&&R9.has(x)||v&&F3.has(x)||x.endsWith("Capture")&&F3.has(x.slice(0,-7))||p!=null&&p.has(x)||z9.test(x))&&(g[x]=i[x]);return g}function zo(i){if(I9())i.focus({preventScroll:!0});else{let n=B9(i);i.focus(),U9(n)}}let Nh=null;function I9(){if(Nh==null){Nh=!1;try{document.createElement("div").focus({get preventScroll(){return Nh=!0,!0}})}catch{}}return Nh}function B9(i){let n=i.parentNode,o=[],u=document.scrollingElement||document.documentElement;for(;n instanceof HTMLElement&&n!==u;)(n.offsetHeight<n.scrollHeight||n.offsetWidth<n.scrollWidth)&&o.push({element:n,scrollTop:n.scrollTop,scrollLeft:n.scrollLeft}),n=n.parentNode;return u instanceof HTMLElement&&o.push({element:u,scrollTop:u.scrollTop,scrollLeft:u.scrollLeft}),o}function U9(i){for(let{element:n,scrollTop:o,scrollLeft:u}of i)n.scrollTop=o,n.scrollLeft=u}function Lh(i){var n;if(typeof window>"u"||window.navigator==null)return!1;let o=(n=window.navigator.userAgentData)===null||n===void 0?void 0:n.brands;return Array.isArray(o)&&o.some(u=>i.test(u.brand))||i.test(window.navigator.userAgent)}function X0(i){var n;return typeof window<"u"&&window.navigator!=null?i.test(((n=window.navigator.userAgentData)===null||n===void 0?void 0:n.platform)||window.navigator.platform):!1}function oa(i){if(process.env.NODE_ENV==="test")return i;let n=null;return()=>(n==null&&(n=i()),n)}const du=oa(function(){return X0(/^Mac/i)}),R3=oa(function(){return X0(/^iPhone/i)}),z3=oa(function(){return X0(/^iPad/i)||du()&&navigator.maxTouchPoints>1}),$p=oa(function(){return R3()||z3()}),Mh=oa(function(){return du()||$p()}),Z0=oa(function(){return Lh(/AppleWebKit/i)&&!J0()}),J0=oa(function(){return Lh(/Chrome/i)}),Ah=oa(function(){return Lh(/Android/i)}),V9=oa(function(){return Lh(/Firefox/i)}),K9=b.createContext({isNative:!0,open:W9,useHref:i=>i});function nd(){return b.useContext(K9)}function j9(i,n){let o=i.getAttribute("target");return(!o||o==="_self")&&i.origin===location.origin&&!i.hasAttribute("download")&&!n.metaKey&&!n.ctrlKey&&!n.altKey&&!n.shiftKey}function _s(i,n,o=!0){var u,d;let{metaKey:v,ctrlKey:p,altKey:g,shiftKey:x}=n;V9()&&(!((d=window.event)===null||d===void 0||(u=d.type)===null||u===void 0)&&u.startsWith("key"))&&i.target==="_blank"&&(du()?v=!0:p=!0);let E=Z0()&&du()&&!z3()&&process.env.NODE_ENV!=="test"?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:v,ctrlKey:p,altKey:g,shiftKey:x}):new MouseEvent("click",{metaKey:v,ctrlKey:p,altKey:g,shiftKey:x,bubbles:!0,cancelable:!0});_s.isOpening=o,zo(i),i.dispatchEvent(E),_s.isOpening=!1}_s.isOpening=!1;function H9(i,n){if(i instanceof HTMLAnchorElement)n(i);else if(i.hasAttribute("data-href")){let o=document.createElement("a");o.href=i.getAttribute("data-href"),i.hasAttribute("data-target")&&(o.target=i.getAttribute("data-target")),i.hasAttribute("data-rel")&&(o.rel=i.getAttribute("data-rel")),i.hasAttribute("data-download")&&(o.download=i.getAttribute("data-download")),i.hasAttribute("data-ping")&&(o.ping=i.getAttribute("data-ping")),i.hasAttribute("data-referrer-policy")&&(o.referrerPolicy=i.getAttribute("data-referrer-policy")),i.appendChild(o),n(o),i.removeChild(o)}}function W9(i,n){H9(i,o=>_s(o,n))}function ek(i){let n=nd();var o;const u=n.useHref((o=i==null?void 0:i.href)!==null&&o!==void 0?o:"");return{href:i!=null&&i.href?u:void 0,target:i==null?void 0:i.target,rel:i==null?void 0:i.rel,download:i==null?void 0:i.download,ping:i==null?void 0:i.ping,referrerPolicy:i==null?void 0:i.referrerPolicy}}function I3(i,n,o,u){!n.isNative&&i.currentTarget instanceof HTMLAnchorElement&&i.currentTarget.href&&!i.isDefaultPrevented()&&j9(i.currentTarget,i)&&o&&(i.preventDefault(),n.open(i.currentTarget,i,o,u))}let fu=new Map,tk=new Set;function B3(){if(typeof window>"u")return;function i(u){return"propertyName"in u}let n=u=>{if(!i(u)||!u.target)return;let d=fu.get(u.target);d||(d=new Set,fu.set(u.target,d),u.target.addEventListener("transitioncancel",o,{once:!0})),d.add(u.propertyName)},o=u=>{if(!i(u)||!u.target)return;let d=fu.get(u.target);if(d&&(d.delete(u.propertyName),d.size===0&&(u.target.removeEventListener("transitioncancel",o),fu.delete(u.target)),fu.size===0)){for(let v of tk)v();tk.clear()}};document.body.addEventListener("transitionrun",n),document.body.addEventListener("transitionend",o)}typeof document<"u"&&(document.readyState!=="loading"?B3():document.addEventListener("DOMContentLoaded",B3));function G9(){for(const[i]of fu)"isConnected"in i&&!i.isConnected&&fu.delete(i)}function U3(i){requestAnimationFrame(()=>{G9(),fu.size===0?i():tk.add(i)})}function Np(){let i=b.useRef(new Map),n=b.useCallback((d,v,p,g)=>{let x=g!=null&&g.once?(...E)=>{i.current.delete(p),p(...E)}:p;i.current.set(p,{type:v,eventTarget:d,fn:x,options:g}),d.addEventListener(v,x,g)},[]),o=b.useCallback((d,v,p,g)=>{var x;let E=((x=i.current.get(p))===null||x===void 0?void 0:x.fn)||p;d.removeEventListener(v,E,g),i.current.delete(p)},[]),u=b.useCallback(()=>{i.current.forEach((d,v)=>{o(d.eventTarget,d.type,v,d.options)})},[o]);return b.useEffect(()=>u,[u]),{addGlobalListener:n,removeGlobalListener:o,removeAllGlobalListeners:u}}function Oh(i,n){let{id:o,"aria-label":u,"aria-labelledby":d}=i;return o=Rn(o),d&&u?d=[...new Set([o,...d.trim().split(/\s+/)])].join(" "):d&&(d=d.trim().split(/\s+/).join(" ")),!u&&!d&&n&&(u=n),{id:o,"aria-label":u,"aria-labelledby":d}}function pu(i){const n=b.useRef(null),o=b.useRef(void 0),u=b.useCallback(d=>{if(typeof i=="function"){const v=i,p=v(d);return()=>{typeof p=="function"?p():v(null)}}else if(i)return i.current=d,()=>{i.current=null}},[i]);return b.useMemo(()=>({get current(){return n.current},set current(d){n.current=d,o.current&&(o.current(),o.current=void 0),d!=null&&(o.current=u(d))}}),[u])}function Y9(i,n){const o=b.useRef(!0),u=b.useRef(null);b.useEffect(()=>(o.current=!0,()=>{o.current=!1}),[]),b.useEffect(()=>{let d=u.current;o.current?o.current=!1:(!d||n.some((v,p)=>!Object.is(v,d[p])))&&i(),u.current=n},n)}function V3(i,n){const o=b.useRef(!0),u=b.useRef(null);Bt(()=>(o.current=!0,()=>{o.current=!1}),[]),Bt(()=>{o.current?o.current=!1:(!u.current||n.some((d,v)=>!Object.is(d,u[v])))&&i(),u.current=n},n)}function q9(){return typeof window.ResizeObserver<"u"}function id(i){const{ref:n,box:o,onResize:u}=i;b.useEffect(()=>{let d=n==null?void 0:n.current;if(d)if(q9()){const v=new window.ResizeObserver(p=>{p.length&&u()});return v.observe(d,{box:o}),()=>{d&&v.unobserve(d)}}else return window.addEventListener("resize",u,!1),()=>{window.removeEventListener("resize",u,!1)}},[u,n,o])}function nk(i,n){Bt(()=>{if(i&&i.ref&&n)return i.ref.current=n.current,()=>{i.ref&&(i.ref.current=null)}})}function Es(i,n){if(!i)return!1;let o=window.getComputedStyle(i),u=/(auto|scroll)/.test(o.overflow+o.overflowX+o.overflowY);return u&&n&&(u=i.scrollHeight!==i.clientHeight||i.scrollWidth!==i.clientWidth),u}function ik(i,n){let o=i;for(Es(o,n)&&(o=o.parentElement);o&&!Es(o,n);)o=o.parentElement;return o||document.scrollingElement||document.documentElement}function Q9(i,n){const o=[];for(;i&&i!==document.documentElement;)Es(i,n)&&o.push(i),i=i.parentElement;return o}function rd(i){return du()?i.metaKey:i.ctrlKey}const X9=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function Lp(i){return i instanceof HTMLInputElement&&!X9.has(i.type)||i instanceof HTMLTextAreaElement||i instanceof HTMLElement&&i.isContentEditable}let Er=typeof document<"u"&&window.visualViewport;function Z9(){let i=su(),[n,o]=b.useState(()=>i?{width:0,height:0}:K3());return b.useEffect(()=>{let u=()=>{Er&&Er.scale>1||o(p=>{let g=K3();return g.width===p.width&&g.height===p.height?p:g})},d,v=p=>{Er&&Er.scale>1||Lp(p.target)&&(d=requestAnimationFrame(()=>{(!document.activeElement||!Lp(document.activeElement))&&o(g=>{let x={width:window.innerWidth,height:window.innerHeight};return x.width===g.width&&x.height===g.height?g:x})}))};return window.addEventListener("blur",v,!0),Er?Er.addEventListener("resize",u):window.addEventListener("resize",u),()=>{cancelAnimationFrame(d),window.removeEventListener("blur",v,!0),Er?Er.removeEventListener("resize",u):window.removeEventListener("resize",u)}},[]),n}function K3(){return{width:Er?Er.width*Er.scale:window.innerWidth,height:Er?Er.height*Er.scale:window.innerHeight}}let J9=0;const rk=new Map;function eP(i){let[n,o]=b.useState();return Bt(()=>{if(!i)return;let u=rk.get(i);if(u)o(u.element.id);else{let d=`react-aria-description-${J9++}`;o(d);let v=document.createElement("div");v.id=d,v.style.display="none",v.textContent=i,document.body.appendChild(v),u={refCount:0,element:v},rk.set(i,u)}return u.refCount++,()=>{u&&--u.refCount===0&&(u.element.remove(),rk.delete(i))}},[i]),{"aria-describedby":i?n:void 0}}function Cs(i,n,o,u){let d=gn(o),v=o==null;b.useEffect(()=>{if(v||!i.current)return;let p=i.current;return p.addEventListener(n,d,u),()=>{p.removeEventListener(n,d,u)}},[i,n,u,v,d])}function j3(i,n){let o=H3(i,n,"left"),u=H3(i,n,"top"),d=n.offsetWidth,v=n.offsetHeight,p=i.scrollLeft,g=i.scrollTop,{borderTopWidth:x,borderLeftWidth:E,scrollPaddingTop:S,scrollPaddingRight:C,scrollPaddingBottom:T,scrollPaddingLeft:P}=getComputedStyle(i),{scrollMarginTop:N,scrollMarginRight:L,scrollMarginBottom:A,scrollMarginLeft:F}=getComputedStyle(n),B=p+parseInt(E,10),K=g+parseInt(x,10),j=B+i.clientWidth,U=K+i.clientHeight,G=parseInt(S,10)||0,Z=parseInt(T,10)||0,ke=parseInt(C,10)||0,pe=parseInt(P,10)||0,fe=parseInt(N,10)||0,R=parseInt(A,10)||0,de=parseInt(L,10)||0,re=parseInt(F,10)||0,ae=o-re,be=o+d+de,V=u-fe,J=u+v+R,X=p+parseInt(E,10)+pe,H=j-ke,z=g+parseInt(x,10)+G,he=U-Z;if((ae>X||be<H)&&(ae<=p+pe?p=ae-parseInt(E,10)-pe:be>j-ke&&(p+=be-j+ke)),(V>z||J<he)&&(V<=K+G?g=V-parseInt(x,10)-G:J>U-Z&&(g+=J-U+Z)),process.env.NODE_ENV==="test"){i.scrollLeft=p,i.scrollTop=g;return}i.scrollTo({left:p,top:g})}function H3(i,n,o){const u=o==="left"?"offsetLeft":"offsetTop";let d=0;for(;n.offsetParent&&(d+=n[u],n.offsetParent!==i);){if(n.offsetParent.contains(i)){d-=i[u];break}n=n.offsetParent}return d}function W3(i,n){if(i&&document.contains(i)){let p=document.scrollingElement||document.documentElement;if(!(window.getComputedStyle(p).overflow==="hidden")&&!J0()){var o;let{left:x,top:E}=i.getBoundingClientRect();i==null||(o=i.scrollIntoView)===null||o===void 0||o.call(i,{block:"nearest"});let{left:S,top:C}=i.getBoundingClientRect();if(Math.abs(x-S)>1||Math.abs(E-C)>1){var u,d,v;n==null||(d=n.containingElement)===null||d===void 0||(u=d.scrollIntoView)===null||u===void 0||u.call(d,{block:"center",inline:"center"}),(v=i.scrollIntoView)===null||v===void 0||v.call(i,{block:"nearest"})}}else{let x=Q9(i);for(let E of x)j3(E,i)}}}function ok(i){return i.pointerType===""&&i.isTrusted?!0:Ah()&&i.pointerType?i.type==="click"&&i.buttons===1:i.detail===0&&!i.pointerType}function tP(i){return!Ah()&&i.width===0&&i.height===0||i.width===1&&i.height===1&&i.pressure===0&&i.detail===0&&i.pointerType==="mouse"}function Fh(i,n,o){let u=gn(()=>{o&&o(n)});b.useEffect(()=>{var d;let v=i==null||(d=i.current)===null||d===void 0?void 0:d.form;return v==null||v.addEventListener("reset",u),()=>{v==null||v.removeEventListener("reset",u)}},[i,u])}function nP(i,n){let{collection:o,onLoadMore:u,scrollOffset:d=1}=i,v=b.useRef(null),p=gn(g=>{for(let x of g)x.isIntersecting&&u&&u()});Bt(()=>(n.current&&(v.current=new IntersectionObserver(p,{root:ik(n==null?void 0:n.current),rootMargin:`0px ${100*d}% ${100*d}% ${100*d}%`}),v.current.observe(n.current)),()=>{v.current&&v.current.disconnect()}),[o,p,n,d])}function iP(i){const n=b.version.split(".");return parseInt(n[0],10)>=19?i:i?"true":void 0}const rP="react-aria-clear-focus",oP="react-aria-focus";function lP(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var lk={exports:{}},Cr={},Rh={exports:{}},ak={};/**
|
|
3
3
|
* @license React
|
|
4
4
|
* scheduler.production.min.js
|
|
5
5
|
*
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*
|
|
16
16
|
* This source code is licensed under the MIT license found in the
|
|
17
17
|
* LICENSE file in the root directory of this source tree.
|
|
18
|
-
*/var Y3;function uP(){return Y3||(Y3=1,function(i){process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var n=!1,o=5;function u(Ne,et){var it=Ne.length;Ne.push(et),p(Ne,et,it)}function d(Ne){return Ne.length===0?null:Ne[0]}function v(Ne){if(Ne.length===0)return null;var et=Ne[0],it=Ne.pop();return it!==et&&(Ne[0]=it,g(Ne,it,0)),et}function p(Ne,et,it){for(var Ot=it;Ot>0;){var pn=Ot-1>>>1,Hi=Ne[pn];if(x(Hi,et)>0)Ne[pn]=et,Ne[Ot]=Hi,Ot=pn;else return}}function g(Ne,et,it){for(var Ot=it,pn=Ne.length,Hi=pn>>>1;Ot<Hi;){var Sn=(Ot+1)*2-1,Wi=Ne[Sn],Tn=Sn+1,vn=Ne[Tn];if(x(Wi,et)<0)Tn<pn&&x(vn,Wi)<0?(Ne[Ot]=vn,Ne[Tn]=et,Ot=Tn):(Ne[Ot]=Wi,Ne[Sn]=et,Ot=Sn);else if(Tn<pn&&x(vn,et)<0)Ne[Ot]=vn,Ne[Tn]=et,Ot=Tn;else return}}function x(Ne,et){var it=Ne.sortIndex-et.sortIndex;return it!==0?it:Ne.id-et.id}var E=1,S=2,C=3,T=4,P=5;function N(Ne,et){}var L=typeof performance=="object"&&typeof performance.now=="function";if(L){var A=performance;i.unstable_now=function(){return A.now()}}else{var F=Date,B=F.now();i.unstable_now=function(){return F.now()-B}}var K=1073741823,j=-1,U=250,G=5e3,Z=1e4,ke=K,pe=[],fe=[],R=1,de=null,re=C,ae=!1,be=!1,V=!1,J=typeof setTimeout=="function"?setTimeout:null,X=typeof clearTimeout=="function"?clearTimeout:null,H=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function z(Ne){for(var et=d(fe);et!==null;){if(et.callback===null)v(fe);else if(et.startTime<=Ne)v(fe),et.sortIndex=et.expirationTime,u(pe,et);else return;et=d(fe)}}function he(Ne){if(V=!1,z(Ne),!be)if(d(pe)!==null)be=!0,gi(ge);else{var et=d(fe);et!==null&&ji(he,et.startTime-Ne)}}function ge(Ne,et){be=!1,V&&(V=!1,Di()),ae=!0;var it=re;try{var Ot;if(!n)return _e(Ne,et)}finally{de=null,re=it,ae=!1}}function _e(Ne,et){var it=et;for(z(it),de=d(pe);de!==null&&!(de.expirationTime>it&&(!Ne||ei()));){var Ot=de.callback;if(typeof Ot=="function"){de.callback=null,re=de.priorityLevel;var pn=de.expirationTime<=it,Hi=Ot(pn);it=i.unstable_now(),typeof Hi=="function"?de.callback=Hi:de===d(pe)&&v(pe),z(it)}else v(pe);de=d(pe)}if(de!==null)return!0;var Sn=d(fe);return Sn!==null&&ji(he,Sn.startTime-it),!1}function $e(Ne,et){switch(Ne){case E:case S:case C:case T:case P:break;default:Ne=C}var it=re;re=Ne;try{return et()}finally{re=it}}function Me(Ne){var et;switch(re){case E:case S:case C:et=C;break;default:et=re;break}var it=re;re=et;try{return Ne()}finally{re=it}}function De(Ne){var et=re;return function(){var it=re;re=et;try{return Ne.apply(this,arguments)}finally{re=it}}}function Fe(Ne,et,it){var Ot=i.unstable_now(),pn;if(typeof it=="object"&&it!==null){var Hi=it.delay;typeof Hi=="number"&&Hi>0?pn=Ot+Hi:pn=Ot}else pn=Ot;var Sn;switch(Ne){case E:Sn=j;break;case S:Sn=U;break;case P:Sn=ke;break;case T:Sn=Z;break;case C:default:Sn=G;break}var Wi=pn+Sn,Tn={id:R++,callback:et,priorityLevel:Ne,startTime:pn,expirationTime:Wi,sortIndex:-1};return pn>Ot?(Tn.sortIndex=pn,u(fe,Tn),d(pe)===null&&Tn===d(fe)&&(V?Di():V=!0,ji(he,pn-Ot))):(Tn.sortIndex=Wi,u(pe,Tn),!be&&!ae&&(be=!0,gi(ge))),Tn}function Be(){}function Ye(){!be&&!ae&&(be=!0,gi(ge))}function ht(){return d(pe)}function Pe(Ne){Ne.callback=null}function ee(){return re}var qe=!1,yt=null,Rt=-1,In=o,ft=-1;function ei(){var Ne=i.unstable_now()-ft;return!(Ne<In)}function Ki(){}function Yn(Ne){if(Ne<0||Ne>125){console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported");return}Ne>0?In=Math.floor(1e3/Ne):In=o}var at=function(){if(yt!==null){var Ne=i.unstable_now();ft=Ne;var et=!0,it=!0;try{it=yt(et,Ne)}finally{it?kt():(qe=!1,yt=null)}}else qe=!1},kt;if(typeof H=="function")kt=function(){H(at)};else if(typeof MessageChannel<"u"){var Tt=new MessageChannel,Qr=Tt.port2;Tt.port1.onmessage=at,kt=function(){Qr.postMessage(null)}}else kt=function(){J(at,0)};function gi(Ne){yt=Ne,qe||(qe=!0,kt())}function ji(Ne,et){Rt=J(function(){Ne(i.unstable_now())},et)}function Di(){X(Rt),Rt=-1}var go=Ki,
|
|
18
|
+
*/var Y3;function uP(){return Y3||(Y3=1,function(i){process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var n=!1,o=5;function u(Ne,et){var it=Ne.length;Ne.push(et),p(Ne,et,it)}function d(Ne){return Ne.length===0?null:Ne[0]}function v(Ne){if(Ne.length===0)return null;var et=Ne[0],it=Ne.pop();return it!==et&&(Ne[0]=it,g(Ne,it,0)),et}function p(Ne,et,it){for(var Ot=it;Ot>0;){var pn=Ot-1>>>1,Hi=Ne[pn];if(x(Hi,et)>0)Ne[pn]=et,Ne[Ot]=Hi,Ot=pn;else return}}function g(Ne,et,it){for(var Ot=it,pn=Ne.length,Hi=pn>>>1;Ot<Hi;){var Sn=(Ot+1)*2-1,Wi=Ne[Sn],Tn=Sn+1,vn=Ne[Tn];if(x(Wi,et)<0)Tn<pn&&x(vn,Wi)<0?(Ne[Ot]=vn,Ne[Tn]=et,Ot=Tn):(Ne[Ot]=Wi,Ne[Sn]=et,Ot=Sn);else if(Tn<pn&&x(vn,et)<0)Ne[Ot]=vn,Ne[Tn]=et,Ot=Tn;else return}}function x(Ne,et){var it=Ne.sortIndex-et.sortIndex;return it!==0?it:Ne.id-et.id}var E=1,S=2,C=3,T=4,P=5;function N(Ne,et){}var L=typeof performance=="object"&&typeof performance.now=="function";if(L){var A=performance;i.unstable_now=function(){return A.now()}}else{var F=Date,B=F.now();i.unstable_now=function(){return F.now()-B}}var K=1073741823,j=-1,U=250,G=5e3,Z=1e4,ke=K,pe=[],fe=[],R=1,de=null,re=C,ae=!1,be=!1,V=!1,J=typeof setTimeout=="function"?setTimeout:null,X=typeof clearTimeout=="function"?clearTimeout:null,H=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function z(Ne){for(var et=d(fe);et!==null;){if(et.callback===null)v(fe);else if(et.startTime<=Ne)v(fe),et.sortIndex=et.expirationTime,u(pe,et);else return;et=d(fe)}}function he(Ne){if(V=!1,z(Ne),!be)if(d(pe)!==null)be=!0,gi(ge);else{var et=d(fe);et!==null&&ji(he,et.startTime-Ne)}}function ge(Ne,et){be=!1,V&&(V=!1,Di()),ae=!0;var it=re;try{var Ot;if(!n)return _e(Ne,et)}finally{de=null,re=it,ae=!1}}function _e(Ne,et){var it=et;for(z(it),de=d(pe);de!==null&&!(de.expirationTime>it&&(!Ne||ei()));){var Ot=de.callback;if(typeof Ot=="function"){de.callback=null,re=de.priorityLevel;var pn=de.expirationTime<=it,Hi=Ot(pn);it=i.unstable_now(),typeof Hi=="function"?de.callback=Hi:de===d(pe)&&v(pe),z(it)}else v(pe);de=d(pe)}if(de!==null)return!0;var Sn=d(fe);return Sn!==null&&ji(he,Sn.startTime-it),!1}function $e(Ne,et){switch(Ne){case E:case S:case C:case T:case P:break;default:Ne=C}var it=re;re=Ne;try{return et()}finally{re=it}}function Me(Ne){var et;switch(re){case E:case S:case C:et=C;break;default:et=re;break}var it=re;re=et;try{return Ne()}finally{re=it}}function De(Ne){var et=re;return function(){var it=re;re=et;try{return Ne.apply(this,arguments)}finally{re=it}}}function Fe(Ne,et,it){var Ot=i.unstable_now(),pn;if(typeof it=="object"&&it!==null){var Hi=it.delay;typeof Hi=="number"&&Hi>0?pn=Ot+Hi:pn=Ot}else pn=Ot;var Sn;switch(Ne){case E:Sn=j;break;case S:Sn=U;break;case P:Sn=ke;break;case T:Sn=Z;break;case C:default:Sn=G;break}var Wi=pn+Sn,Tn={id:R++,callback:et,priorityLevel:Ne,startTime:pn,expirationTime:Wi,sortIndex:-1};return pn>Ot?(Tn.sortIndex=pn,u(fe,Tn),d(pe)===null&&Tn===d(fe)&&(V?Di():V=!0,ji(he,pn-Ot))):(Tn.sortIndex=Wi,u(pe,Tn),!be&&!ae&&(be=!0,gi(ge))),Tn}function Be(){}function Ye(){!be&&!ae&&(be=!0,gi(ge))}function ht(){return d(pe)}function Pe(Ne){Ne.callback=null}function ee(){return re}var qe=!1,yt=null,Rt=-1,In=o,ft=-1;function ei(){var Ne=i.unstable_now()-ft;return!(Ne<In)}function Ki(){}function Yn(Ne){if(Ne<0||Ne>125){console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported");return}Ne>0?In=Math.floor(1e3/Ne):In=o}var at=function(){if(yt!==null){var Ne=i.unstable_now();ft=Ne;var et=!0,it=!0;try{it=yt(et,Ne)}finally{it?kt():(qe=!1,yt=null)}}else qe=!1},kt;if(typeof H=="function")kt=function(){H(at)};else if(typeof MessageChannel<"u"){var Tt=new MessageChannel,Qr=Tt.port2;Tt.port1.onmessage=at,kt=function(){Qr.postMessage(null)}}else kt=function(){J(at,0)};function gi(Ne){yt=Ne,qe||(qe=!0,kt())}function ji(Ne,et){Rt=J(function(){Ne(i.unstable_now())},et)}function Di(){X(Rt),Rt=-1}var go=Ki,_l=null;i.unstable_IdlePriority=P,i.unstable_ImmediatePriority=E,i.unstable_LowPriority=T,i.unstable_NormalPriority=C,i.unstable_Profiling=_l,i.unstable_UserBlockingPriority=S,i.unstable_cancelCallback=Pe,i.unstable_continueExecution=Ye,i.unstable_forceFrameRate=Yn,i.unstable_getCurrentPriorityLevel=ee,i.unstable_getFirstCallbackNode=ht,i.unstable_next=Me,i.unstable_pauseExecution=Be,i.unstable_requestPaint=go,i.unstable_runWithPriority=$e,i.unstable_scheduleCallback=Fe,i.unstable_shouldYield=ei,i.unstable_wrapCallback=De,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()}(uk)),uk}var q3;function Q3(){return q3||(q3=1,process.env.NODE_ENV==="production"?Rh.exports=aP():Rh.exports=uP()),Rh.exports}/**
|
|
19
19
|
* @license React
|
|
20
20
|
* react-dom.production.min.js
|
|
21
21
|
*
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
`+he+r}var _e=!1;function $e(r,l){if(!r||_e)return"";_e=!0;var c=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(l)if(l=function(){throw Error()},Object.defineProperty(l.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(l,[])}catch(se){var m=se}Reflect.construct(r,[],l)}else{try{l.call()}catch(se){m=se}r.call(l.prototype)}else{try{throw Error()}catch(se){m=se}r()}}catch(se){if(se&&m&&typeof se.stack=="string"){for(var y=se.stack.split(`
|
|
28
28
|
`),_=m.stack.split(`
|
|
29
29
|
`),$=y.length-1,I=_.length-1;1<=$&&0<=I&&y[$]!==_[I];)I--;for(;1<=$&&0<=I;$--,I--)if(y[$]!==_[I]){if($!==1||I!==1)do if($--,I--,0>I||y[$]!==_[I]){var W=`
|
|
30
|
-
`+y[$].replace(" at new "," at ");return r.displayName&&W.includes("<anonymous>")&&(W=W.replace("<anonymous>",r.displayName)),W}while(1<=$&&0<=I);break}}}finally{_e=!1,Error.prepareStackTrace=c}return(r=r?r.displayName||r.name:"")?ge(r):""}function Me(r){switch(r.tag){case 5:return ge(r.type);case 16:return ge("Lazy");case 13:return ge("Suspense");case 19:return ge("SuspenseList");case 0:case 2:case 15:return r=$e(r.type,!1),r;case 11:return r=$e(r.type.render,!1),r;case 1:return r=$e(r.type,!0),r;default:return""}}function De(r){if(r==null)return null;if(typeof r=="function")return r.displayName||r.name||null;if(typeof r=="string")return r;switch(r){case Z:return"Fragment";case G:return"Portal";case pe:return"Profiler";case ke:return"StrictMode";case re:return"Suspense";case ae:return"SuspenseList"}if(typeof r=="object")switch(r.$$typeof){case R:return(r.displayName||"Context")+".Consumer";case fe:return(r._context.displayName||"Context")+".Provider";case de:var l=r.render;return r=r.displayName,r||(r=l.displayName||l.name||"",r=r!==""?"ForwardRef("+r+")":"ForwardRef"),r;case be:return l=r.displayName||null,l!==null?l:De(r.type)||"Memo";case V:l=r._payload,r=r._init;try{return De(r(l))}catch{}}return null}function Fe(r){var l=r.type;switch(r.tag){case 24:return"Cache";case 9:return(l.displayName||"Context")+".Consumer";case 10:return(l._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return r=l.render,r=r.displayName||r.name||"",l.displayName||(r!==""?"ForwardRef("+r+")":"ForwardRef");case 7:return"Fragment";case 5:return l;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return De(l);case 8:return l===ke?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l}return null}function Be(r){switch(typeof r){case"boolean":case"number":case"string":case"undefined":return r;case"object":return r;default:return""}}function Ye(r){var l=r.type;return(r=r.nodeName)&&r.toLowerCase()==="input"&&(l==="checkbox"||l==="radio")}function ht(r){var l=Ye(r)?"checked":"value",c=Object.getOwnPropertyDescriptor(r.constructor.prototype,l),m=""+r[l];if(!r.hasOwnProperty(l)&&typeof c<"u"&&typeof c.get=="function"&&typeof c.set=="function"){var y=c.get,_=c.set;return Object.defineProperty(r,l,{configurable:!0,get:function(){return y.call(this)},set:function($){m=""+$,_.call(this,$)}}),Object.defineProperty(r,l,{enumerable:c.enumerable}),{getValue:function(){return m},setValue:function($){m=""+$},stopTracking:function(){r._valueTracker=null,delete r[l]}}}}function Pe(r){r._valueTracker||(r._valueTracker=ht(r))}function ee(r){if(!r)return!1;var l=r._valueTracker;if(!l)return!0;var c=l.getValue(),m="";return r&&(m=Ye(r)?r.checked?"true":"false":r.value),r=m,r!==c?(l.setValue(r),!0):!1}function qe(r){if(r=r||(typeof document<"u"?document:void 0),typeof r>"u")return null;try{return r.activeElement||r.body}catch{return r.body}}function yt(r,l){var c=l.checked;return z({},l,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:c??r._wrapperState.initialChecked})}function Rt(r,l){var c=l.defaultValue==null?"":l.defaultValue,m=l.checked!=null?l.checked:l.defaultChecked;c=Be(l.value!=null?l.value:c),r._wrapperState={initialChecked:m,initialValue:c,controlled:l.type==="checkbox"||l.type==="radio"?l.checked!=null:l.value!=null}}function In(r,l){l=l.checked,l!=null&&K(r,"checked",l,!1)}function ft(r,l){In(r,l);var c=Be(l.value),m=l.type;if(c!=null)m==="number"?(c===0&&r.value===""||r.value!=c)&&(r.value=""+c):r.value!==""+c&&(r.value=""+c);else if(m==="submit"||m==="reset"){r.removeAttribute("value");return}l.hasOwnProperty("value")?Ki(r,l.type,c):l.hasOwnProperty("defaultValue")&&Ki(r,l.type,Be(l.defaultValue)),l.checked==null&&l.defaultChecked!=null&&(r.defaultChecked=!!l.defaultChecked)}function ei(r,l,c){if(l.hasOwnProperty("value")||l.hasOwnProperty("defaultValue")){var m=l.type;if(!(m!=="submit"&&m!=="reset"||l.value!==void 0&&l.value!==null))return;l=""+r._wrapperState.initialValue,c||l===r.value||(r.value=l),r.defaultValue=l}c=r.name,c!==""&&(r.name=""),r.defaultChecked=!!r._wrapperState.initialChecked,c!==""&&(r.name=c)}function Ki(r,l,c){(l!=="number"||qe(r.ownerDocument)!==r)&&(c==null?r.defaultValue=""+r._wrapperState.initialValue:r.defaultValue!==""+c&&(r.defaultValue=""+c))}var Yn=Array.isArray;function at(r,l,c,m){if(r=r.options,l){l={};for(var y=0;y<c.length;y++)l["$"+c[y]]=!0;for(c=0;c<r.length;c++)y=l.hasOwnProperty("$"+r[c].value),r[c].selected!==y&&(r[c].selected=y),y&&m&&(r[c].defaultSelected=!0)}else{for(c=""+Be(c),l=null,y=0;y<r.length;y++){if(r[y].value===c){r[y].selected=!0,m&&(r[y].defaultSelected=!0);return}l!==null||r[y].disabled||(l=r[y])}l!==null&&(l.selected=!0)}}function kt(r,l){if(l.dangerouslySetInnerHTML!=null)throw Error(o(91));return z({},l,{value:void 0,defaultValue:void 0,children:""+r._wrapperState.initialValue})}function Tt(r,l){var c=l.value;if(c==null){if(c=l.children,l=l.defaultValue,c!=null){if(l!=null)throw Error(o(92));if(Yn(c)){if(1<c.length)throw Error(o(93));c=c[0]}l=c}l==null&&(l=""),c=l}r._wrapperState={initialValue:Be(c)}}function Qr(r,l){var c=Be(l.value),m=Be(l.defaultValue);c!=null&&(c=""+c,c!==r.value&&(r.value=c),l.defaultValue==null&&r.defaultValue!==c&&(r.defaultValue=c)),m!=null&&(r.defaultValue=""+m)}function gi(r){var l=r.textContent;l===r._wrapperState.initialValue&&l!==""&&l!==null&&(r.value=l)}function ji(r){switch(r){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Di(r,l){return r==null||r==="http://www.w3.org/1999/xhtml"?ji(l):r==="http://www.w3.org/2000/svg"&&l==="foreignObject"?"http://www.w3.org/1999/xhtml":r}var go,xl=function(r){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(l,c,m,y){MSApp.execUnsafeLocalFunction(function(){return r(l,c,m,y)})}:r}(function(r,l){if(r.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in r)r.innerHTML=l;else{for(go=go||document.createElement("div"),go.innerHTML="<svg>"+l.valueOf().toString()+"</svg>",l=go.firstChild;r.firstChild;)r.removeChild(r.firstChild);for(;l.firstChild;)r.appendChild(l.firstChild)}});function Ne(r,l){if(l){var c=r.firstChild;if(c&&c===r.lastChild&&c.nodeType===3){c.nodeValue=l;return}}r.textContent=l}var et={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},it=["Webkit","ms","Moz","O"];Object.keys(et).forEach(function(r){it.forEach(function(l){l=l+r.charAt(0).toUpperCase()+r.substring(1),et[l]=et[r]})});function Ot(r,l,c){return l==null||typeof l=="boolean"||l===""?"":c||typeof l!="number"||l===0||et.hasOwnProperty(r)&&et[r]?(""+l).trim():l+"px"}function pn(r,l){r=r.style;for(var c in l)if(l.hasOwnProperty(c)){var m=c.indexOf("--")===0,y=Ot(c,l[c],m);c==="float"&&(c="cssFloat"),m?r.setProperty(c,y):r[c]=y}}var Hi=z({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Sn(r,l){if(l){if(Hi[r]&&(l.children!=null||l.dangerouslySetInnerHTML!=null))throw Error(o(137,r));if(l.dangerouslySetInnerHTML!=null){if(l.children!=null)throw Error(o(60));if(typeof l.dangerouslySetInnerHTML!="object"||!("__html"in l.dangerouslySetInnerHTML))throw Error(o(61))}if(l.style!=null&&typeof l.style!="object")throw Error(o(62))}}function Wi(r,l){if(r.indexOf("-")===-1)return typeof l.is=="string";switch(r){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Tn=null;function vn(r){return r=r.target||r.srcElement||window,r.correspondingUseElement&&(r=r.correspondingUseElement),r.nodeType===3?r.parentNode:r}var Bn=null,Su=null,_l=null;function Ld(r){if(r=Ze(r)){if(typeof Bn!="function")throw Error(o(280));var l=r.stateNode;l&&(l=un(l),Bn(r.stateNode,r.type,l))}}function Wg(r){Su?_l?_l.push(r):_l=[r]:Su=r}function Gg(){if(Su){var r=Su,l=_l;if(_l=Su=null,Ld(r),l)for(r=0;r<l.length;r++)Ld(l[r])}}function lv(r,l){return r(l)}function av(){}var uv=!1;function sv(r,l,c){if(uv)return r(l,c);uv=!0;try{return lv(r,l,c)}finally{uv=!1,(Su!==null||_l!==null)&&(av(),Gg())}}function ma(r,l){var c=r.stateNode;if(c===null)return null;var m=un(c);if(m===null)return null;c=m[l];e:switch(l){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(m=!m.disabled)||(r=r.type,m=!(r==="button"||r==="input"||r==="select"||r==="textarea")),r=!m;break e;default:r=!1}if(r)return null;if(c&&typeof c!="function")throw Error(o(231,l,typeof c));return c}var El=!1;if(g)try{var Xr={};Object.defineProperty(Xr,"passive",{get:function(){El=!0}}),window.addEventListener("test",Xr,Xr),window.removeEventListener("test",Xr,Xr)}catch{El=!1}function Tu(r,l,c,m,y,_,$,I,W){var se=Array.prototype.slice.call(arguments,3);try{l.apply(c,se)}catch(Ce){this.onError(Ce)}}var ha=!1,Du=null,Pu=!1,Rs=null,$u={onError:function(r){ha=!0,Du=r}};function Md(r,l,c,m,y,_,$,I,W){ha=!1,Du=null,Tu.apply($u,arguments)}function Ad(r,l,c,m,y,_,$,I,W){if(Md.apply(this,arguments),ha){if(ha){var se=Du;ha=!1,Du=null}else throw Error(o(198));Pu||(Pu=!0,Rs=se)}}function Zr(r){var l=r,c=r;if(r.alternate)for(;l.return;)l=l.return;else{r=l;do l=r,l.flags&4098&&(c=l.return),r=l.return;while(r)}return l.tag===3?c:null}function yi(r){if(r.tag===13){var l=r.memoizedState;if(l===null&&(r=r.alternate,r!==null&&(l=r.memoizedState)),l!==null)return l.dehydrated}return null}function Yg(r){if(Zr(r)!==r)throw Error(o(188))}function t1(r){var l=r.alternate;if(!l){if(l=Zr(r),l===null)throw Error(o(188));return l!==r?null:r}for(var c=r,m=l;;){var y=c.return;if(y===null)break;var _=y.alternate;if(_===null){if(m=y.return,m!==null){c=m;continue}break}if(y.child===_.child){for(_=y.child;_;){if(_===c)return Yg(y),r;if(_===m)return Yg(y),l;_=_.sibling}throw Error(o(188))}if(c.return!==m.return)c=y,m=_;else{for(var $=!1,I=y.child;I;){if(I===c){$=!0,c=y,m=_;break}if(I===m){$=!0,m=y,c=_;break}I=I.sibling}if(!$){for(I=_.child;I;){if(I===c){$=!0,c=_,m=y;break}if(I===m){$=!0,m=_,c=y;break}I=I.sibling}if(!$)throw Error(o(189))}}if(c.alternate!==m)throw Error(o(190))}if(c.tag!==3)throw Error(o(188));return c.stateNode.current===c?r:l}function cv(r){return r=t1(r),r!==null?qg(r):null}function qg(r){if(r.tag===5||r.tag===6)return r;for(r=r.child;r!==null;){var l=qg(r);if(l!==null)return l;r=r.sibling}return null}var Qg=n.unstable_scheduleCallback,Xg=n.unstable_cancelCallback,Zg=n.unstable_shouldYield,n1=n.unstable_requestPaint,Qt=n.unstable_now,_t=n.unstable_getCurrentPriorityLevel,ga=n.unstable_ImmediatePriority,dv=n.unstable_UserBlockingPriority,zs=n.unstable_NormalPriority,Jg=n.unstable_LowPriority,fv=n.unstable_IdlePriority,Is=null,Jr=null;function ey(r){if(Jr&&typeof Jr.onCommitFiberRoot=="function")try{Jr.onCommitFiberRoot(Is,r,void 0,(r.current.flags&128)===128)}catch{}}var Dr=Math.clz32?Math.clz32:pv,i1=Math.log,r1=Math.LN2;function pv(r){return r>>>=0,r===0?32:31-(i1(r)/r1|0)|0}var Nu=64,eo=4194304;function ya(r){switch(r&-r){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return r&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return r&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return r}}function ba(r,l){var c=r.pendingLanes;if(c===0)return 0;var m=0,y=r.suspendedLanes,_=r.pingedLanes,$=c&268435455;if($!==0){var I=$&~y;I!==0?m=ya(I):(_&=$,_!==0&&(m=ya(_)))}else $=c&~y,$!==0?m=ya($):_!==0&&(m=ya(_));if(m===0)return 0;if(l!==0&&l!==m&&!(l&y)&&(y=m&-m,_=l&-l,y>=_||y===16&&(_&4194240)!==0))return l;if(m&4&&(m|=c&16),l=r.entangledLanes,l!==0)for(r=r.entanglements,l&=m;0<l;)c=31-Dr(l),y=1<<c,m|=r[c],l&=~y;return m}function o1(r,l){switch(r){case 1:case 2:case 4:return l+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return l+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function vv(r,l){for(var c=r.suspendedLanes,m=r.pingedLanes,y=r.expirationTimes,_=r.pendingLanes;0<_;){var $=31-Dr(_),I=1<<$,W=y[$];W===-1?(!(I&c)||I&m)&&(y[$]=o1(I,l)):W<=l&&(r.expiredLanes|=I),_&=~I}}function mv(r){return r=r.pendingLanes&-1073741825,r!==0?r:r&1073741824?1073741824:0}function Od(){var r=Nu;return Nu<<=1,!(Nu&4194240)&&(Nu=64),r}function hv(r){for(var l=[],c=0;31>c;c++)l.push(r);return l}function ka(r,l,c){r.pendingLanes|=l,l!==536870912&&(r.suspendedLanes=0,r.pingedLanes=0),r=r.eventTimes,l=31-Dr(l),r[l]=c}function l1(r,l){var c=r.pendingLanes&~l;r.pendingLanes=l,r.suspendedLanes=0,r.pingedLanes=0,r.expiredLanes&=l,r.mutableReadLanes&=l,r.entangledLanes&=l,l=r.entanglements;var m=r.eventTimes;for(r=r.expirationTimes;0<c;){var y=31-Dr(c),_=1<<y;l[y]=0,m[y]=-1,r[y]=-1,c&=~_}}function Fd(r,l){var c=r.entangledLanes|=l;for(r=r.entanglements;c;){var m=31-Dr(c),y=1<<m;y&l|r[m]&l&&(r[m]|=l),c&=~y}}var Vt=0;function gv(r){return r&=-r,1<r?4<r?r&268435455?16:536870912:4:1}var Kt,yv,bv,pt,kv,Pi=!1,Cl=[],Pr=null,wl=null,mn=null,Jt=new Map,Bs=new Map,ti=[],$r="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function Vo(r,l){switch(r){case"focusin":case"focusout":Pr=null;break;case"dragenter":case"dragleave":wl=null;break;case"mouseover":case"mouseout":mn=null;break;case"pointerover":case"pointerout":Jt.delete(l.pointerId);break;case"gotpointercapture":case"lostpointercapture":Bs.delete(l.pointerId)}}function Us(r,l,c,m,y,_){return r===null||r.nativeEvent!==_?(r={blockedOn:l,domEventName:c,eventSystemFlags:m,nativeEvent:_,targetContainers:[y]},l!==null&&(l=Ze(l),l!==null&&yv(l)),r):(r.eventSystemFlags|=m,l=r.targetContainers,y!==null&&l.indexOf(y)===-1&&l.push(y),r)}function xv(r,l,c,m,y){switch(l){case"focusin":return Pr=Us(Pr,r,l,c,m,y),!0;case"dragenter":return wl=Us(wl,r,l,c,m,y),!0;case"mouseover":return mn=Us(mn,r,l,c,m,y),!0;case"pointerover":var _=y.pointerId;return Jt.set(_,Us(Jt.get(_)||null,r,l,c,m,y)),!0;case"gotpointercapture":return _=y.pointerId,Bs.set(_,Us(Bs.get(_)||null,r,l,c,m,y)),!0}return!1}function _v(r){var l=$a(r.target);if(l!==null){var c=Zr(l);if(c!==null){if(l=c.tag,l===13){if(l=yi(c),l!==null){r.blockedOn=l,kv(r.priority,function(){bv(c)});return}}else if(l===3&&c.stateNode.current.memoizedState.isDehydrated){r.blockedOn=c.tag===3?c.stateNode.containerInfo:null;return}}}r.blockedOn=null}function Vs(r){if(r.blockedOn!==null)return!1;for(var l=r.targetContainers;0<l.length;){var c=zd(r.domEventName,r.eventSystemFlags,l[0],r.nativeEvent);if(c===null){c=r.nativeEvent;var m=new c.constructor(c.type,c);Tn=m,c.target.dispatchEvent(m),Tn=null}else return l=Ze(c),l!==null&&yv(l),r.blockedOn=c,!1;l.shift()}return!0}function ty(r,l,c){Vs(r)&&c.delete(l)}function a1(){Pi=!1,Pr!==null&&Vs(Pr)&&(Pr=null),wl!==null&&Vs(wl)&&(wl=null),mn!==null&&Vs(mn)&&(mn=null),Jt.forEach(ty),Bs.forEach(ty)}function Ks(r,l){r.blockedOn===l&&(r.blockedOn=null,Pi||(Pi=!0,n.unstable_scheduleCallback(n.unstable_NormalPriority,a1)))}function Sl(r){function l(y){return Ks(y,r)}if(0<Cl.length){Ks(Cl[0],r);for(var c=1;c<Cl.length;c++){var m=Cl[c];m.blockedOn===r&&(m.blockedOn=null)}}for(Pr!==null&&Ks(Pr,r),wl!==null&&Ks(wl,r),mn!==null&&Ks(mn,r),Jt.forEach(l),Bs.forEach(l),c=0;c<ti.length;c++)m=ti[c],m.blockedOn===r&&(m.blockedOn=null);for(;0<ti.length&&(c=ti[0],c.blockedOn===null);)_v(c),c.blockedOn===null&&ti.shift()}var xa=j.ReactCurrentBatchConfig,_a=!0;function ny(r,l,c,m){var y=Vt,_=xa.transition;xa.transition=null;try{Vt=1,Rd(r,l,c,m)}finally{Vt=y,xa.transition=_}}function iy(r,l,c,m){var y=Vt,_=xa.transition;xa.transition=null;try{Vt=4,Rd(r,l,c,m)}finally{Vt=y,xa.transition=_}}function Rd(r,l,c,m){if(_a){var y=zd(r,l,c,m);if(y===null)nf(r,l,m,js,c),Vo(r,m);else if(xv(y,r,l,c,m))m.stopPropagation();else if(Vo(r,m),l&4&&-1<$r.indexOf(r)){for(;y!==null;){var _=Ze(y);if(_!==null&&Kt(_),_=zd(r,l,c,m),_===null&&nf(r,l,m,js,c),_===y)break;y=_}y!==null&&m.stopPropagation()}else nf(r,l,m,null,c)}}var js=null;function zd(r,l,c,m){if(js=null,r=vn(m),r=$a(r),r!==null)if(l=Zr(r),l===null)r=null;else if(c=l.tag,c===13){if(r=yi(l),r!==null)return r;r=null}else if(c===3){if(l.stateNode.current.memoizedState.isDehydrated)return l.tag===3?l.stateNode.containerInfo:null;r=null}else l!==r&&(r=null);return js=r,null}function Id(r){switch(r){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(_t()){case ga:return 1;case dv:return 4;case zs:case Jg:return 16;case fv:return 536870912;default:return 16}default:return 16}}var Ko=null,Bd=null,Lu=null;function Ev(){if(Lu)return Lu;var r,l=Bd,c=l.length,m,y="value"in Ko?Ko.value:Ko.textContent,_=y.length;for(r=0;r<c&&l[r]===y[r];r++);var $=c-r;for(m=1;m<=$&&l[c-m]===y[_-m];m++);return Lu=y.slice(r,1<m?1-m:void 0)}function Ud(r){var l=r.keyCode;return"charCode"in r?(r=r.charCode,r===0&&l===13&&(r=13)):r=l,r===10&&(r=13),32<=r||r===13?r:0}function Vd(){return!0}function Kd(){return!1}function Gi(r){function l(c,m,y,_,$){this._reactName=c,this._targetInst=y,this.type=m,this.nativeEvent=_,this.target=$,this.currentTarget=null;for(var I in r)r.hasOwnProperty(I)&&(c=r[I],this[I]=c?c(_):_[I]);return this.isDefaultPrevented=(_.defaultPrevented!=null?_.defaultPrevented:_.returnValue===!1)?Vd:Kd,this.isPropagationStopped=Kd,this}return z(l.prototype,{preventDefault:function(){this.defaultPrevented=!0;var c=this.nativeEvent;c&&(c.preventDefault?c.preventDefault():typeof c.returnValue!="unknown"&&(c.returnValue=!1),this.isDefaultPrevented=Vd)},stopPropagation:function(){var c=this.nativeEvent;c&&(c.stopPropagation?c.stopPropagation():typeof c.cancelBubble!="unknown"&&(c.cancelBubble=!0),this.isPropagationStopped=Vd)},persist:function(){},isPersistent:Vd}),l}var Ea={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(r){return r.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},jd=Gi(Ea),Mu=z({},Ea,{view:0,detail:0}),u1=Gi(Mu),Cv,ni,Ca,Hs=z({},Mu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Pv,button:0,buttons:0,relatedTarget:function(r){return r.relatedTarget===void 0?r.fromElement===r.srcElement?r.toElement:r.fromElement:r.relatedTarget},movementX:function(r){return"movementX"in r?r.movementX:(r!==Ca&&(Ca&&r.type==="mousemove"?(Cv=r.screenX-Ca.screenX,ni=r.screenY-Ca.screenY):ni=Cv=0,Ca=r),Cv)},movementY:function(r){return"movementY"in r?r.movementY:ni}}),wv=Gi(Hs),s1=z({},Hs,{dataTransfer:0}),Au=Gi(s1),Sv=z({},Mu,{relatedTarget:0}),Hd=Gi(Sv),c1=z({},Ea,{animationName:0,elapsedTime:0,pseudoElement:0}),d1=Gi(c1),f1=z({},Ea,{clipboardData:function(r){return"clipboardData"in r?r.clipboardData:window.clipboardData}}),ry=Gi(f1),Tv=z({},Ea,{data:0}),Dv=Gi(Tv),oy={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},ly={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},p1={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function jo(r){var l=this.nativeEvent;return l.getModifierState?l.getModifierState(r):(r=p1[r])?!!l[r]:!1}function Pv(){return jo}var $v=z({},Mu,{key:function(r){if(r.key){var l=oy[r.key]||r.key;if(l!=="Unidentified")return l}return r.type==="keypress"?(r=Ud(r),r===13?"Enter":String.fromCharCode(r)):r.type==="keydown"||r.type==="keyup"?ly[r.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Pv,charCode:function(r){return r.type==="keypress"?Ud(r):0},keyCode:function(r){return r.type==="keydown"||r.type==="keyup"?r.keyCode:0},which:function(r){return r.type==="keypress"?Ud(r):r.type==="keydown"||r.type==="keyup"?r.keyCode:0}}),Nv=Gi($v),Lv=z({},Hs,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),ay=Gi(Lv),Wd=z({},Mu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Pv}),uy=Gi(Wd),Yi=z({},Ea,{propertyName:0,elapsedTime:0,pseudoElement:0}),Ho=Gi(Yi),Dn=z({},Hs,{deltaX:function(r){return"deltaX"in r?r.deltaX:"wheelDeltaX"in r?-r.wheelDeltaX:0},deltaY:function(r){return"deltaY"in r?r.deltaY:"wheelDeltaY"in r?-r.wheelDeltaY:"wheelDelta"in r?-r.wheelDelta:0},deltaZ:0,deltaMode:0}),Wo=Gi(Dn),Mv=[9,13,27,32],Ou=g&&"CompositionEvent"in window,Ws=null;g&&"documentMode"in document&&(Ws=document.documentMode);var Gs=g&&"TextEvent"in window&&!Ws,sy=g&&(!Ou||Ws&&8<Ws&&11>=Ws),cy=" ",Gd=!1;function dy(r,l){switch(r){case"keyup":return Mv.indexOf(l.keyCode)!==-1;case"keydown":return l.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function fy(r){return r=r.detail,typeof r=="object"&&"data"in r?r.data:null}var Fu=!1;function py(r,l){switch(r){case"compositionend":return fy(l);case"keypress":return l.which!==32?null:(Gd=!0,cy);case"textInput":return r=l.data,r===cy&&Gd?null:r;default:return null}}function v1(r,l){if(Fu)return r==="compositionend"||!Ou&&dy(r,l)?(r=Ev(),Lu=Bd=Ko=null,Fu=!1,r):null;switch(r){case"paste":return null;case"keypress":if(!(l.ctrlKey||l.altKey||l.metaKey)||l.ctrlKey&&l.altKey){if(l.char&&1<l.char.length)return l.char;if(l.which)return String.fromCharCode(l.which)}return null;case"compositionend":return sy&&l.locale!=="ko"?null:l.data;default:return null}}var m1={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function vy(r){var l=r&&r.nodeName&&r.nodeName.toLowerCase();return l==="input"?!!m1[r.type]:l==="textarea"}function Av(r,l,c,m){Wg(m),l=Js(l,"onChange"),0<l.length&&(c=new jd("onChange","change",null,c,m),r.push({event:c,listeners:l}))}var yo=null,wa=null;function my(r){Da(r,0)}function Ys(r){var l=no(r);if(ee(l))return r}function h1(r,l){if(r==="change")return l}var hy=!1;if(g){var Ov;if(g){var Fv="oninput"in document;if(!Fv){var gy=document.createElement("div");gy.setAttribute("oninput","return;"),Fv=typeof gy.oninput=="function"}Ov=Fv}else Ov=!1;hy=Ov&&(!document.documentMode||9<document.documentMode)}function yy(){yo&&(yo.detachEvent("onpropertychange",by),wa=yo=null)}function by(r){if(r.propertyName==="value"&&Ys(wa)){var l=[];Av(l,wa,r,vn(r)),sv(my,l)}}function g1(r,l,c){r==="focusin"?(yy(),yo=l,wa=c,yo.attachEvent("onpropertychange",by)):r==="focusout"&&yy()}function ky(r){if(r==="selectionchange"||r==="keyup"||r==="keydown")return Ys(wa)}function y1(r,l){if(r==="click")return Ys(l)}function xy(r,l){if(r==="input"||r==="change")return Ys(l)}function b1(r,l){return r===l&&(r!==0||1/r===1/l)||r!==r&&l!==l}var to=typeof Object.is=="function"?Object.is:b1;function qs(r,l){if(to(r,l))return!0;if(typeof r!="object"||r===null||typeof l!="object"||l===null)return!1;var c=Object.keys(r),m=Object.keys(l);if(c.length!==m.length)return!1;for(m=0;m<c.length;m++){var y=c[m];if(!x.call(l,y)||!to(r[y],l[y]))return!1}return!0}function _y(r){for(;r&&r.firstChild;)r=r.firstChild;return r}function Yd(r,l){var c=_y(r);r=0;for(var m;c;){if(c.nodeType===3){if(m=r+c.textContent.length,r<=l&&m>=l)return{node:c,offset:l-r};r=m}e:{for(;c;){if(c.nextSibling){c=c.nextSibling;break e}c=c.parentNode}c=void 0}c=_y(c)}}function Tl(r,l){return r&&l?r===l?!0:r&&r.nodeType===3?!1:l&&l.nodeType===3?Tl(r,l.parentNode):"contains"in r?r.contains(l):r.compareDocumentPosition?!!(r.compareDocumentPosition(l)&16):!1:!1}function Qs(){for(var r=window,l=qe();l instanceof r.HTMLIFrameElement;){try{var c=typeof l.contentWindow.location.href=="string"}catch{c=!1}if(c)r=l.contentWindow;else break;l=qe(r.document)}return l}function qd(r){var l=r&&r.nodeName&&r.nodeName.toLowerCase();return l&&(l==="input"&&(r.type==="text"||r.type==="search"||r.type==="tel"||r.type==="url"||r.type==="password")||l==="textarea"||r.contentEditable==="true")}function Ru(r){var l=Qs(),c=r.focusedElem,m=r.selectionRange;if(l!==c&&c&&c.ownerDocument&&Tl(c.ownerDocument.documentElement,c)){if(m!==null&&qd(c)){if(l=m.start,r=m.end,r===void 0&&(r=l),"selectionStart"in c)c.selectionStart=l,c.selectionEnd=Math.min(r,c.value.length);else if(r=(l=c.ownerDocument||document)&&l.defaultView||window,r.getSelection){r=r.getSelection();var y=c.textContent.length,_=Math.min(m.start,y);m=m.end===void 0?_:Math.min(m.end,y),!r.extend&&_>m&&(y=m,m=_,_=y),y=Yd(c,_);var $=Yd(c,m);y&&$&&(r.rangeCount!==1||r.anchorNode!==y.node||r.anchorOffset!==y.offset||r.focusNode!==$.node||r.focusOffset!==$.offset)&&(l=l.createRange(),l.setStart(y.node,y.offset),r.removeAllRanges(),_>m?(r.addRange(l),r.extend($.node,$.offset)):(l.setEnd($.node,$.offset),r.addRange(l)))}}for(l=[],r=c;r=r.parentNode;)r.nodeType===1&&l.push({element:r,left:r.scrollLeft,top:r.scrollTop});for(typeof c.focus=="function"&&c.focus(),c=0;c<l.length;c++)r=l[c],r.element.scrollLeft=r.left,r.element.scrollTop=r.top}}var k1=g&&"documentMode"in document&&11>=document.documentMode,zu=null,Rv=null,Xs=null,zv=!1;function Iv(r,l,c){var m=c.window===c?c.document:c.nodeType===9?c:c.ownerDocument;zv||zu==null||zu!==qe(m)||(m=zu,"selectionStart"in m&&qd(m)?m={start:m.selectionStart,end:m.selectionEnd}:(m=(m.ownerDocument&&m.ownerDocument.defaultView||window).getSelection(),m={anchorNode:m.anchorNode,anchorOffset:m.anchorOffset,focusNode:m.focusNode,focusOffset:m.focusOffset}),Xs&&qs(Xs,m)||(Xs=m,m=Js(Rv,"onSelect"),0<m.length&&(l=new jd("onSelect","select",null,l,c),r.push({event:l,listeners:m}),l.target=zu)))}function Qd(r,l){var c={};return c[r.toLowerCase()]=l.toLowerCase(),c["Webkit"+r]="webkit"+l,c["Moz"+r]="moz"+l,c}var Sa={animationend:Qd("Animation","AnimationEnd"),animationiteration:Qd("Animation","AnimationIteration"),animationstart:Qd("Animation","AnimationStart"),transitionend:Qd("Transition","TransitionEnd")},ii={},Bv={};g&&(Bv=document.createElement("div").style,"AnimationEvent"in window||(delete Sa.animationend.animation,delete Sa.animationiteration.animation,delete Sa.animationstart.animation),"TransitionEvent"in window||delete Sa.transitionend.transition);function Xd(r){if(ii[r])return ii[r];if(!Sa[r])return r;var l=Sa[r],c;for(c in l)if(l.hasOwnProperty(c)&&c in Bv)return ii[r]=l[c];return r}var Ey=Xd("animationend"),Cy=Xd("animationiteration"),wy=Xd("animationstart"),Sy=Xd("transitionend"),Uv=new Map,Zd="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Nr(r,l){Uv.set(r,l),v(l,[r])}for(var Vv=0;Vv<Zd.length;Vv++){var Ta=Zd[Vv],x1=Ta.toLowerCase(),_1=Ta[0].toUpperCase()+Ta.slice(1);Nr(x1,"on"+_1)}Nr(Ey,"onAnimationEnd"),Nr(Cy,"onAnimationIteration"),Nr(wy,"onAnimationStart"),Nr("dblclick","onDoubleClick"),Nr("focusin","onFocus"),Nr("focusout","onBlur"),Nr(Sy,"onTransitionEnd"),p("onMouseEnter",["mouseout","mouseover"]),p("onMouseLeave",["mouseout","mouseover"]),p("onPointerEnter",["pointerout","pointerover"]),p("onPointerLeave",["pointerout","pointerover"]),v("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),v("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),v("onBeforeInput",["compositionend","keypress","textInput","paste"]),v("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),v("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),v("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Zs="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Kv=new Set("cancel close invalid load scroll toggle".split(" ").concat(Zs));function Jd(r,l,c){var m=r.type||"unknown-event";r.currentTarget=c,Ad(m,l,void 0,r),r.currentTarget=null}function Da(r,l){l=(l&4)!==0;for(var c=0;c<r.length;c++){var m=r[c],y=m.event;m=m.listeners;e:{var _=void 0;if(l)for(var $=m.length-1;0<=$;$--){var I=m[$],W=I.instance,se=I.currentTarget;if(I=I.listener,W!==_&&y.isPropagationStopped())break e;Jd(y,I,se),_=W}else for($=0;$<m.length;$++){if(I=m[$],W=I.instance,se=I.currentTarget,I=I.listener,W!==_&&y.isPropagationStopped())break e;Jd(y,I,se),_=W}}}if(Pu)throw r=Rs,Pu=!1,Rs=null,r}function zt(r,l){var c=l[nc];c===void 0&&(c=l[nc]=new Set);var m=r+"__bubble";c.has(m)||(Ty(l,r,2,!1),c.add(m))}function ef(r,l,c){var m=0;l&&(m|=4),Ty(c,r,m,l)}var tf="_reactListening"+Math.random().toString(36).slice(2);function Iu(r){if(!r[tf]){r[tf]=!0,u.forEach(function(c){c!=="selectionchange"&&(Kv.has(c)||ef(c,!1,r),ef(c,!0,r))});var l=r.nodeType===9?r:r.ownerDocument;l===null||l[tf]||(l[tf]=!0,ef("selectionchange",!1,l))}}function Ty(r,l,c,m){switch(Id(l)){case 1:var y=ny;break;case 4:y=iy;break;default:y=Rd}c=y.bind(null,l,c,r),y=void 0,!El||l!=="touchstart"&&l!=="touchmove"&&l!=="wheel"||(y=!0),m?y!==void 0?r.addEventListener(l,c,{capture:!0,passive:y}):r.addEventListener(l,c,!0):y!==void 0?r.addEventListener(l,c,{passive:y}):r.addEventListener(l,c,!1)}function nf(r,l,c,m,y){var _=m;if(!(l&1)&&!(l&2)&&m!==null)e:for(;;){if(m===null)return;var $=m.tag;if($===3||$===4){var I=m.stateNode.containerInfo;if(I===y||I.nodeType===8&&I.parentNode===y)break;if($===4)for($=m.return;$!==null;){var W=$.tag;if((W===3||W===4)&&(W=$.stateNode.containerInfo,W===y||W.nodeType===8&&W.parentNode===y))return;$=$.return}for(;I!==null;){if($=$a(I),$===null)return;if(W=$.tag,W===5||W===6){m=_=$;continue e}I=I.parentNode}}m=m.return}sv(function(){var se=_,Ce=vn(c),Se=[];e:{var Ee=Uv.get(r);if(Ee!==void 0){var ze=jd,Ke=r;switch(r){case"keypress":if(Ud(c)===0)break e;case"keydown":case"keyup":ze=Nv;break;case"focusin":Ke="focus",ze=Hd;break;case"focusout":Ke="blur",ze=Hd;break;case"beforeblur":case"afterblur":ze=Hd;break;case"click":if(c.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ze=wv;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ze=Au;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ze=uy;break;case Ey:case Cy:case wy:ze=d1;break;case Sy:ze=Ho;break;case"scroll":ze=u1;break;case"wheel":ze=Wo;break;case"copy":case"cut":case"paste":ze=ry;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ze=ay}var We=(l&4)!==0,Cn=!We&&r==="scroll",te=We?Ee!==null?Ee+"Capture":null:Ee;We=[];for(var q=se,oe;q!==null;){oe=q;var we=oe.stateNode;if(oe.tag===5&&we!==null&&(oe=we,te!==null&&(we=ma(q,te),we!=null&&We.push(Bu(q,we,oe)))),Cn)break;q=q.return}0<We.length&&(Ee=new ze(Ee,Ke,null,c,Ce),Se.push({event:Ee,listeners:We}))}}if(!(l&7)){e:{if(Ee=r==="mouseover"||r==="pointerover",ze=r==="mouseout"||r==="pointerout",Ee&&c!==Tn&&(Ke=c.relatedTarget||c.fromElement)&&($a(Ke)||Ke[Go]))break e;if((ze||Ee)&&(Ee=Ce.window===Ce?Ce:(Ee=Ce.ownerDocument)?Ee.defaultView||Ee.parentWindow:window,ze?(Ke=c.relatedTarget||c.toElement,ze=se,Ke=Ke?$a(Ke):null,Ke!==null&&(Cn=Zr(Ke),Ke!==Cn||Ke.tag!==5&&Ke.tag!==6)&&(Ke=null)):(ze=null,Ke=se),ze!==Ke)){if(We=wv,we="onMouseLeave",te="onMouseEnter",q="mouse",(r==="pointerout"||r==="pointerover")&&(We=ay,we="onPointerLeave",te="onPointerEnter",q="pointer"),Cn=ze==null?Ee:no(ze),oe=Ke==null?Ee:no(Ke),Ee=new We(we,q+"leave",ze,c,Ce),Ee.target=Cn,Ee.relatedTarget=oe,we=null,$a(Ce)===se&&(We=new We(te,q+"enter",Ke,c,Ce),We.target=oe,We.relatedTarget=Cn,we=We),Cn=we,ze&&Ke)t:{for(We=ze,te=Ke,q=0,oe=We;oe;oe=Dl(oe))q++;for(oe=0,we=te;we;we=Dl(we))oe++;for(;0<q-oe;)We=Dl(We),q--;for(;0<oe-q;)te=Dl(te),oe--;for(;q--;){if(We===te||te!==null&&We===te.alternate)break t;We=Dl(We),te=Dl(te)}We=null}else We=null;ze!==null&&Dy(Se,Ee,ze,We,!1),Ke!==null&&Cn!==null&&Dy(Se,Cn,Ke,We,!0)}}e:{if(Ee=se?no(se):window,ze=Ee.nodeName&&Ee.nodeName.toLowerCase(),ze==="select"||ze==="input"&&Ee.type==="file")var je=h1;else if(vy(Ee))if(hy)je=xy;else{je=ky;var nt=g1}else(ze=Ee.nodeName)&&ze.toLowerCase()==="input"&&(Ee.type==="checkbox"||Ee.type==="radio")&&(je=y1);if(je&&(je=je(r,se))){Av(Se,je,c,Ce);break e}nt&&nt(r,Ee,se),r==="focusout"&&(nt=Ee._wrapperState)&&nt.controlled&&Ee.type==="number"&&Ki(Ee,"number",Ee.value)}switch(nt=se?no(se):window,r){case"focusin":(vy(nt)||nt.contentEditable==="true")&&(zu=nt,Rv=se,Xs=null);break;case"focusout":Xs=Rv=zu=null;break;case"mousedown":zv=!0;break;case"contextmenu":case"mouseup":case"dragend":zv=!1,Iv(Se,c,Ce);break;case"selectionchange":if(k1)break;case"keydown":case"keyup":Iv(Se,c,Ce)}var rt;if(Ou)e:{switch(r){case"compositionstart":var ut="onCompositionStart";break e;case"compositionend":ut="onCompositionEnd";break e;case"compositionupdate":ut="onCompositionUpdate";break e}ut=void 0}else Fu?dy(r,c)&&(ut="onCompositionEnd"):r==="keydown"&&c.keyCode===229&&(ut="onCompositionStart");ut&&(sy&&c.locale!=="ko"&&(Fu||ut!=="onCompositionStart"?ut==="onCompositionEnd"&&Fu&&(rt=Ev()):(Ko=Ce,Bd="value"in Ko?Ko.value:Ko.textContent,Fu=!0)),nt=Js(se,ut),0<nt.length&&(ut=new Dv(ut,r,null,c,Ce),Se.push({event:ut,listeners:nt}),rt?ut.data=rt:(rt=fy(c),rt!==null&&(ut.data=rt)))),(rt=Gs?py(r,c):v1(r,c))&&(se=Js(se,"onBeforeInput"),0<se.length&&(Ce=new Dv("onBeforeInput","beforeinput",null,c,Ce),Se.push({event:Ce,listeners:se}),Ce.data=rt))}Da(Se,l)})}function Bu(r,l,c){return{instance:r,listener:l,currentTarget:c}}function Js(r,l){for(var c=l+"Capture",m=[];r!==null;){var y=r,_=y.stateNode;y.tag===5&&_!==null&&(y=_,_=ma(r,c),_!=null&&m.unshift(Bu(r,_,y)),_=ma(r,l),_!=null&&m.push(Bu(r,_,y))),r=r.return}return m}function Dl(r){if(r===null)return null;do r=r.return;while(r&&r.tag!==5);return r||null}function Dy(r,l,c,m,y){for(var _=l._reactName,$=[];c!==null&&c!==m;){var I=c,W=I.alternate,se=I.stateNode;if(W!==null&&W===m)break;I.tag===5&&se!==null&&(I=se,y?(W=ma(c,_),W!=null&&$.unshift(Bu(c,W,I))):y||(W=ma(c,_),W!=null&&$.push(Bu(c,W,I)))),c=c.return}$.length!==0&&r.push({event:l,listeners:$})}var Py=/\r\n?/g,E1=/\u0000|\uFFFD/g;function $y(r){return(typeof r=="string"?r:""+r).replace(Py,`
|
|
31
|
-
`).replace(E1,"")}function rf(r,l,c){if(l=$y(l),$y(r)!==l&&c)throw Error(o(425))}function Pl(){}var ec=null,Pa=null;function of(r,l){return r==="textarea"||r==="noscript"||typeof l.children=="string"||typeof l.children=="number"||typeof l.dangerouslySetInnerHTML=="object"&&l.dangerouslySetInnerHTML!==null&&l.dangerouslySetInnerHTML.__html!=null}var lf=typeof setTimeout=="function"?setTimeout:void 0,jv=typeof clearTimeout=="function"?clearTimeout:void 0,Ny=typeof Promise=="function"?Promise:void 0,Uu=typeof queueMicrotask=="function"?queueMicrotask:typeof Ny<"u"?function(r){return Ny.resolve(null).then(r).catch(af)}:lf;function af(r){setTimeout(function(){throw r})}function Vu(r,l){var c=l,m=0;do{var y=c.nextSibling;if(r.removeChild(c),y&&y.nodeType===8)if(c=y.data,c==="/$"){if(m===0){r.removeChild(y),Sl(l);return}m--}else c!=="$"&&c!=="$?"&&c!=="$!"||m++;c=y}while(c);Sl(l)}function bo(r){for(;r!=null;r=r.nextSibling){var l=r.nodeType;if(l===1||l===3)break;if(l===8){if(l=r.data,l==="$"||l==="$!"||l==="$?")break;if(l==="/$")return null}}return r}function Ly(r){r=r.previousSibling;for(var l=0;r;){if(r.nodeType===8){var c=r.data;if(c==="$"||c==="$!"||c==="$?"){if(l===0)return r;l--}else c==="/$"&&l++}r=r.previousSibling}return null}var $l=Math.random().toString(36).slice(2),ko="__reactFiber$"+$l,tc="__reactProps$"+$l,Go="__reactContainer$"+$l,nc="__reactEvents$"+$l,Ku="__reactListeners$"+$l,C1="__reactHandles$"+$l;function $a(r){var l=r[ko];if(l)return l;for(var c=r.parentNode;c;){if(l=c[Go]||c[ko]){if(c=l.alternate,l.child!==null||c!==null&&c.child!==null)for(r=Ly(r);r!==null;){if(c=r[ko])return c;r=Ly(r)}return l}r=c,c=r.parentNode}return null}function Ze(r){return r=r[ko]||r[Go],!r||r.tag!==5&&r.tag!==6&&r.tag!==13&&r.tag!==3?null:r}function no(r){if(r.tag===5||r.tag===6)return r.stateNode;throw Error(o(33))}function un(r){return r[tc]||null}var Et=[],Lr=-1;function Mr(r){return{current:r}}function Zt(r){0>Lr||(r.current=Et[Lr],Et[Lr]=null,Lr--)}function Xe(r,l){Lr++,Et[Lr]=r.current,r.current=l}var bi={},hn=Mr(bi),Un=Mr(!1),qi=bi;function Qi(r,l){var c=r.type.contextTypes;if(!c)return bi;var m=r.stateNode;if(m&&m.__reactInternalMemoizedUnmaskedChildContext===l)return m.__reactInternalMemoizedMaskedChildContext;var y={},_;for(_ in c)y[_]=l[_];return m&&(r=r.stateNode,r.__reactInternalMemoizedUnmaskedChildContext=l,r.__reactInternalMemoizedMaskedChildContext=y),y}function Pn(r){return r=r.childContextTypes,r!=null}function ju(){Zt(Un),Zt(hn)}function My(r,l,c){if(hn.current!==bi)throw Error(o(168));Xe(hn,l),Xe(Un,c)}function ic(r,l,c){var m=r.stateNode;if(l=l.childContextTypes,typeof m.getChildContext!="function")return c;m=m.getChildContext();for(var y in m)if(!(y in l))throw Error(o(108,Fe(r)||"Unknown",y));return z({},c,m)}function qn(r){return r=(r=r.stateNode)&&r.__reactInternalMemoizedMergedChildContext||bi,qi=hn.current,Xe(hn,r),Xe(Un,Un.current),!0}function uf(r,l,c){var m=r.stateNode;if(!m)throw Error(o(169));c?(r=ic(r,l,qi),m.__reactInternalMemoizedMergedChildContext=r,Zt(Un),Zt(hn),Xe(hn,r)):Zt(Un),Xe(Un,c)}var xo=null,Hu=!1,Yo=!1;function sf(r){xo===null?xo=[r]:xo.push(r)}function Nl(r){Hu=!0,sf(r)}function _o(){if(!Yo&&xo!==null){Yo=!0;var r=0,l=Vt;try{var c=xo;for(Vt=1;r<c.length;r++){var m=c[r];do m=m(!0);while(m!==null)}xo=null,Hu=!1}catch(y){throw xo!==null&&(xo=xo.slice(r+1)),Qg(ga,_o),y}finally{Vt=l,Yo=!1}}return null}var Ll=[],Ml=0,Al=null,qo=0,$n=[],Ar=0,dr=null,Eo=1,Co="";function Na(r,l){Ll[Ml++]=qo,Ll[Ml++]=Al,Al=r,qo=l}function Ay(r,l,c){$n[Ar++]=Eo,$n[Ar++]=Co,$n[Ar++]=dr,dr=r;var m=Eo;r=Co;var y=32-Dr(m)-1;m&=~(1<<y),c+=1;var _=32-Dr(l)+y;if(30<_){var $=y-y%5;_=(m&(1<<$)-1).toString(32),m>>=$,y-=$,Eo=1<<32-Dr(l)+y|c<<y|m,Co=_+r}else Eo=1<<_|c<<y|m,Co=r}function cf(r){r.return!==null&&(Na(r,1),Ay(r,1,0))}function df(r){for(;r===Al;)Al=Ll[--Ml],Ll[Ml]=null,qo=Ll[--Ml],Ll[Ml]=null;for(;r===dr;)dr=$n[--Ar],$n[Ar]=null,Co=$n[--Ar],$n[Ar]=null,Eo=$n[--Ar],$n[Ar]=null}var Xi=null,Zi=null,rn=!1,Or=null;function Hv(r,l){var c=Br(5,null,null,0);c.elementType="DELETED",c.stateNode=l,c.return=r,l=r.deletions,l===null?(r.deletions=[c],r.flags|=16):l.push(c)}function Oy(r,l){switch(r.tag){case 5:var c=r.type;return l=l.nodeType!==1||c.toLowerCase()!==l.nodeName.toLowerCase()?null:l,l!==null?(r.stateNode=l,Xi=r,Zi=bo(l.firstChild),!0):!1;case 6:return l=r.pendingProps===""||l.nodeType!==3?null:l,l!==null?(r.stateNode=l,Xi=r,Zi=null,!0):!1;case 13:return l=l.nodeType!==8?null:l,l!==null?(c=dr!==null?{id:Eo,overflow:Co}:null,r.memoizedState={dehydrated:l,treeContext:c,retryLane:1073741824},c=Br(18,null,null,0),c.stateNode=l,c.return=r,r.child=c,Xi=r,Zi=null,!0):!1;default:return!1}}function Wv(r){return(r.mode&1)!==0&&(r.flags&128)===0}function Gv(r){if(rn){var l=Zi;if(l){var c=l;if(!Oy(r,l)){if(Wv(r))throw Error(o(418));l=bo(c.nextSibling);var m=Xi;l&&Oy(r,l)?Hv(m,c):(r.flags=r.flags&-4097|2,rn=!1,Xi=r)}}else{if(Wv(r))throw Error(o(418));r.flags=r.flags&-4097|2,rn=!1,Xi=r}}}function Vn(r){for(r=r.return;r!==null&&r.tag!==5&&r.tag!==3&&r.tag!==13;)r=r.return;Xi=r}function ff(r){if(r!==Xi)return!1;if(!rn)return Vn(r),rn=!0,!1;var l;if((l=r.tag!==3)&&!(l=r.tag!==5)&&(l=r.type,l=l!=="head"&&l!=="body"&&!of(r.type,r.memoizedProps)),l&&(l=Zi)){if(Wv(r))throw rc(),Error(o(418));for(;l;)Hv(r,l),l=bo(l.nextSibling)}if(Vn(r),r.tag===13){if(r=r.memoizedState,r=r!==null?r.dehydrated:null,!r)throw Error(o(317));e:{for(r=r.nextSibling,l=0;r;){if(r.nodeType===8){var c=r.data;if(c==="/$"){if(l===0){Zi=bo(r.nextSibling);break e}l--}else c!=="$"&&c!=="$!"&&c!=="$?"||l++}r=r.nextSibling}Zi=null}}else Zi=Xi?bo(r.stateNode.nextSibling):null;return!0}function rc(){for(var r=Zi;r;)r=bo(r.nextSibling)}function Ol(){Zi=Xi=null,rn=!1}function Qo(r){Or===null?Or=[r]:Or.push(r)}var w1=j.ReactCurrentBatchConfig;function La(r,l,c){if(r=c.ref,r!==null&&typeof r!="function"&&typeof r!="object"){if(c._owner){if(c=c._owner,c){if(c.tag!==1)throw Error(o(309));var m=c.stateNode}if(!m)throw Error(o(147,r));var y=m,_=""+r;return l!==null&&l.ref!==null&&typeof l.ref=="function"&&l.ref._stringRef===_?l.ref:(l=function($){var I=y.refs;$===null?delete I[_]:I[_]=$},l._stringRef=_,l)}if(typeof r!="string")throw Error(o(284));if(!c._owner)throw Error(o(290,r))}return r}function pf(r,l){throw r=Object.prototype.toString.call(l),Error(o(31,r==="[object Object]"?"object with keys {"+Object.keys(l).join(", ")+"}":r))}function Fy(r){var l=r._init;return l(r._payload)}function Ma(r){function l(te,q){if(r){var oe=te.deletions;oe===null?(te.deletions=[q],te.flags|=16):oe.push(q)}}function c(te,q){if(!r)return null;for(;q!==null;)l(te,q),q=q.sibling;return null}function m(te,q){for(te=new Map;q!==null;)q.key!==null?te.set(q.key,q):te.set(q.index,q),q=q.sibling;return te}function y(te,q){return te=Kl(te,q),te.index=0,te.sibling=null,te}function _(te,q,oe){return te.index=oe,r?(oe=te.alternate,oe!==null?(oe=oe.index,oe<q?(te.flags|=2,q):oe):(te.flags|=2,q)):(te.flags|=1048576,q)}function $(te){return r&&te.alternate===null&&(te.flags|=2),te}function I(te,q,oe,we){return q===null||q.tag!==6?(q=Cm(oe,te.mode,we),q.return=te,q):(q=y(q,oe),q.return=te,q)}function W(te,q,oe,we){var je=oe.type;return je===Z?Ce(te,q,oe.props.children,we,oe.key):q!==null&&(q.elementType===je||typeof je=="object"&&je!==null&&je.$$typeof===V&&Fy(je)===q.type)?(we=y(q,oe.props),we.ref=La(te,q,oe),we.return=te,we):(we=Ac(oe.type,oe.key,oe.props,null,te.mode,we),we.ref=La(te,q,oe),we.return=te,we)}function se(te,q,oe,we){return q===null||q.tag!==4||q.stateNode.containerInfo!==oe.containerInfo||q.stateNode.implementation!==oe.implementation?(q=Wf(oe,te.mode,we),q.return=te,q):(q=y(q,oe.children||[]),q.return=te,q)}function Ce(te,q,oe,we,je){return q===null||q.tag!==7?(q=nl(oe,te.mode,we,je),q.return=te,q):(q=y(q,oe),q.return=te,q)}function Se(te,q,oe){if(typeof q=="string"&&q!==""||typeof q=="number")return q=Cm(""+q,te.mode,oe),q.return=te,q;if(typeof q=="object"&&q!==null){switch(q.$$typeof){case U:return oe=Ac(q.type,q.key,q.props,null,te.mode,oe),oe.ref=La(te,null,q),oe.return=te,oe;case G:return q=Wf(q,te.mode,oe),q.return=te,q;case V:var we=q._init;return Se(te,we(q._payload),oe)}if(Yn(q)||H(q))return q=nl(q,te.mode,oe,null),q.return=te,q;pf(te,q)}return null}function Ee(te,q,oe,we){var je=q!==null?q.key:null;if(typeof oe=="string"&&oe!==""||typeof oe=="number")return je!==null?null:I(te,q,""+oe,we);if(typeof oe=="object"&&oe!==null){switch(oe.$$typeof){case U:return oe.key===je?W(te,q,oe,we):null;case G:return oe.key===je?se(te,q,oe,we):null;case V:return je=oe._init,Ee(te,q,je(oe._payload),we)}if(Yn(oe)||H(oe))return je!==null?null:Ce(te,q,oe,we,null);pf(te,oe)}return null}function ze(te,q,oe,we,je){if(typeof we=="string"&&we!==""||typeof we=="number")return te=te.get(oe)||null,I(q,te,""+we,je);if(typeof we=="object"&&we!==null){switch(we.$$typeof){case U:return te=te.get(we.key===null?oe:we.key)||null,W(q,te,we,je);case G:return te=te.get(we.key===null?oe:we.key)||null,se(q,te,we,je);case V:var nt=we._init;return ze(te,q,oe,nt(we._payload),je)}if(Yn(we)||H(we))return te=te.get(oe)||null,Ce(q,te,we,je,null);pf(q,we)}return null}function Ke(te,q,oe,we){for(var je=null,nt=null,rt=q,ut=q=0,Zn=null;rt!==null&&ut<oe.length;ut++){rt.index>ut?(Zn=rt,rt=null):Zn=rt.sibling;var Nt=Ee(te,rt,oe[ut],we);if(Nt===null){rt===null&&(rt=Zn);break}r&&rt&&Nt.alternate===null&&l(te,rt),q=_(Nt,q,ut),nt===null?je=Nt:nt.sibling=Nt,nt=Nt,rt=Zn}if(ut===oe.length)return c(te,rt),rn&&Na(te,ut),je;if(rt===null){for(;ut<oe.length;ut++)rt=Se(te,oe[ut],we),rt!==null&&(q=_(rt,q,ut),nt===null?je=rt:nt.sibling=rt,nt=rt);return rn&&Na(te,ut),je}for(rt=m(te,rt);ut<oe.length;ut++)Zn=ze(rt,te,ut,oe[ut],we),Zn!==null&&(r&&Zn.alternate!==null&&rt.delete(Zn.key===null?ut:Zn.key),q=_(Zn,q,ut),nt===null?je=Zn:nt.sibling=Zn,nt=Zn);return r&&rt.forEach(function(Wl){return l(te,Wl)}),rn&&Na(te,ut),je}function We(te,q,oe,we){var je=H(oe);if(typeof je!="function")throw Error(o(150));if(oe=je.call(oe),oe==null)throw Error(o(151));for(var nt=je=null,rt=q,ut=q=0,Zn=null,Nt=oe.next();rt!==null&&!Nt.done;ut++,Nt=oe.next()){rt.index>ut?(Zn=rt,rt=null):Zn=rt.sibling;var Wl=Ee(te,rt,Nt.value,we);if(Wl===null){rt===null&&(rt=Zn);break}r&&rt&&Wl.alternate===null&&l(te,rt),q=_(Wl,q,ut),nt===null?je=Wl:nt.sibling=Wl,nt=Wl,rt=Zn}if(Nt.done)return c(te,rt),rn&&Na(te,ut),je;if(rt===null){for(;!Nt.done;ut++,Nt=oe.next())Nt=Se(te,Nt.value,we),Nt!==null&&(q=_(Nt,q,ut),nt===null?je=Nt:nt.sibling=Nt,nt=Nt);return rn&&Na(te,ut),je}for(rt=m(te,rt);!Nt.done;ut++,Nt=oe.next())Nt=ze(rt,te,ut,Nt.value,we),Nt!==null&&(r&&Nt.alternate!==null&&rt.delete(Nt.key===null?ut:Nt.key),q=_(Nt,q,ut),nt===null?je=Nt:nt.sibling=Nt,nt=Nt);return r&&rt.forEach(function(yb){return l(te,yb)}),rn&&Na(te,ut),je}function Cn(te,q,oe,we){if(typeof oe=="object"&&oe!==null&&oe.type===Z&&oe.key===null&&(oe=oe.props.children),typeof oe=="object"&&oe!==null){switch(oe.$$typeof){case U:e:{for(var je=oe.key,nt=q;nt!==null;){if(nt.key===je){if(je=oe.type,je===Z){if(nt.tag===7){c(te,nt.sibling),q=y(nt,oe.props.children),q.return=te,te=q;break e}}else if(nt.elementType===je||typeof je=="object"&&je!==null&&je.$$typeof===V&&Fy(je)===nt.type){c(te,nt.sibling),q=y(nt,oe.props),q.ref=La(te,nt,oe),q.return=te,te=q;break e}c(te,nt);break}else l(te,nt);nt=nt.sibling}oe.type===Z?(q=nl(oe.props.children,te.mode,we,oe.key),q.return=te,te=q):(we=Ac(oe.type,oe.key,oe.props,null,te.mode,we),we.ref=La(te,q,oe),we.return=te,te=we)}return $(te);case G:e:{for(nt=oe.key;q!==null;){if(q.key===nt)if(q.tag===4&&q.stateNode.containerInfo===oe.containerInfo&&q.stateNode.implementation===oe.implementation){c(te,q.sibling),q=y(q,oe.children||[]),q.return=te,te=q;break e}else{c(te,q);break}else l(te,q);q=q.sibling}q=Wf(oe,te.mode,we),q.return=te,te=q}return $(te);case V:return nt=oe._init,Cn(te,q,nt(oe._payload),we)}if(Yn(oe))return Ke(te,q,oe,we);if(H(oe))return We(te,q,oe,we);pf(te,oe)}return typeof oe=="string"&&oe!==""||typeof oe=="number"?(oe=""+oe,q!==null&&q.tag===6?(c(te,q.sibling),q=y(q,oe),q.return=te,te=q):(c(te,q),q=Cm(oe,te.mode,we),q.return=te,te=q),$(te)):c(te,q)}return Cn}var kn=Ma(!0),Ae=Ma(!1),fr=Mr(null),Ji=null,Wu=null,Yv=null;function qv(){Yv=Wu=Ji=null}function Qv(r){var l=fr.current;Zt(fr),r._currentValue=l}function Xv(r,l,c){for(;r!==null;){var m=r.alternate;if((r.childLanes&l)!==l?(r.childLanes|=l,m!==null&&(m.childLanes|=l)):m!==null&&(m.childLanes&l)!==l&&(m.childLanes|=l),r===c)break;r=r.return}}function sn(r,l){Ji=r,Yv=Wu=null,r=r.dependencies,r!==null&&r.firstContext!==null&&(r.lanes&l&&(Ln=!0),r.firstContext=null)}function Fr(r){var l=r._currentValue;if(Yv!==r)if(r={context:r,memoizedValue:l,next:null},Wu===null){if(Ji===null)throw Error(o(308));Wu=r,Ji.dependencies={lanes:0,firstContext:r}}else Wu=Wu.next=r;return l}var Aa=null;function Zv(r){Aa===null?Aa=[r]:Aa.push(r)}function Jv(r,l,c,m){var y=l.interleaved;return y===null?(c.next=c,Zv(l)):(c.next=y.next,y.next=c),l.interleaved=c,pr(r,m)}function pr(r,l){r.lanes|=l;var c=r.alternate;for(c!==null&&(c.lanes|=l),c=r,r=r.return;r!==null;)r.childLanes|=l,c=r.alternate,c!==null&&(c.childLanes|=l),c=r,r=r.return;return c.tag===3?c.stateNode:null}var vr=!1;function em(r){r.updateQueue={baseState:r.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Ry(r,l){r=r.updateQueue,l.updateQueue===r&&(l.updateQueue={baseState:r.baseState,firstBaseUpdate:r.firstBaseUpdate,lastBaseUpdate:r.lastBaseUpdate,shared:r.shared,effects:r.effects})}function Xo(r,l){return{eventTime:r,lane:l,tag:0,payload:null,callback:null,next:null}}function Fl(r,l,c){var m=r.updateQueue;if(m===null)return null;if(m=m.shared,Ct&2){var y=m.pending;return y===null?l.next=l:(l.next=y.next,y.next=l),m.pending=l,pr(r,c)}return y=m.interleaved,y===null?(l.next=l,Zv(m)):(l.next=y.next,y.next=l),m.interleaved=l,pr(r,c)}function vf(r,l,c){if(l=l.updateQueue,l!==null&&(l=l.shared,(c&4194240)!==0)){var m=l.lanes;m&=r.pendingLanes,c|=m,l.lanes=c,Fd(r,c)}}function zy(r,l){var c=r.updateQueue,m=r.alternate;if(m!==null&&(m=m.updateQueue,c===m)){var y=null,_=null;if(c=c.firstBaseUpdate,c!==null){do{var $={eventTime:c.eventTime,lane:c.lane,tag:c.tag,payload:c.payload,callback:c.callback,next:null};_===null?y=_=$:_=_.next=$,c=c.next}while(c!==null);_===null?y=_=l:_=_.next=l}else y=_=l;c={baseState:m.baseState,firstBaseUpdate:y,lastBaseUpdate:_,shared:m.shared,effects:m.effects},r.updateQueue=c;return}r=c.lastBaseUpdate,r===null?c.firstBaseUpdate=l:r.next=l,c.lastBaseUpdate=l}function oc(r,l,c,m){var y=r.updateQueue;vr=!1;var _=y.firstBaseUpdate,$=y.lastBaseUpdate,I=y.shared.pending;if(I!==null){y.shared.pending=null;var W=I,se=W.next;W.next=null,$===null?_=se:$.next=se,$=W;var Ce=r.alternate;Ce!==null&&(Ce=Ce.updateQueue,I=Ce.lastBaseUpdate,I!==$&&(I===null?Ce.firstBaseUpdate=se:I.next=se,Ce.lastBaseUpdate=W))}if(_!==null){var Se=y.baseState;$=0,Ce=se=W=null,I=_;do{var Ee=I.lane,ze=I.eventTime;if((m&Ee)===Ee){Ce!==null&&(Ce=Ce.next={eventTime:ze,lane:0,tag:I.tag,payload:I.payload,callback:I.callback,next:null});e:{var Ke=r,We=I;switch(Ee=l,ze=c,We.tag){case 1:if(Ke=We.payload,typeof Ke=="function"){Se=Ke.call(ze,Se,Ee);break e}Se=Ke;break e;case 3:Ke.flags=Ke.flags&-65537|128;case 0:if(Ke=We.payload,Ee=typeof Ke=="function"?Ke.call(ze,Se,Ee):Ke,Ee==null)break e;Se=z({},Se,Ee);break e;case 2:vr=!0}}I.callback!==null&&I.lane!==0&&(r.flags|=64,Ee=y.effects,Ee===null?y.effects=[I]:Ee.push(I))}else ze={eventTime:ze,lane:Ee,tag:I.tag,payload:I.payload,callback:I.callback,next:null},Ce===null?(se=Ce=ze,W=Se):Ce=Ce.next=ze,$|=Ee;if(I=I.next,I===null){if(I=y.shared.pending,I===null)break;Ee=I,I=Ee.next,Ee.next=null,y.lastBaseUpdate=Ee,y.shared.pending=null}}while(!0);if(Ce===null&&(W=Se),y.baseState=W,y.firstBaseUpdate=se,y.lastBaseUpdate=Ce,l=y.shared.interleaved,l!==null){y=l;do $|=y.lane,y=y.next;while(y!==l)}else _===null&&(y.shared.lanes=0);Po|=$,r.lanes=$,r.memoizedState=Se}}function tm(r,l,c){if(r=l.effects,l.effects=null,r!==null)for(l=0;l<r.length;l++){var m=r[l],y=m.callback;if(y!==null){if(m.callback=null,m=c,typeof y!="function")throw Error(o(191,y));y.call(m)}}}var lc={},wo=Mr(lc),ac=Mr(lc),uc=Mr(lc);function Oa(r){if(r===lc)throw Error(o(174));return r}function nm(r,l){switch(Xe(uc,l),Xe(ac,r),Xe(wo,lc),r=l.nodeType,r){case 9:case 11:l=(l=l.documentElement)?l.namespaceURI:Di(null,"");break;default:r=r===8?l.parentNode:l,l=r.namespaceURI||null,r=r.tagName,l=Di(l,r)}Zt(wo),Xe(wo,l)}function Fa(){Zt(wo),Zt(ac),Zt(uc)}function Iy(r){Oa(uc.current);var l=Oa(wo.current),c=Di(l,r.type);l!==c&&(Xe(ac,r),Xe(wo,c))}function mf(r){ac.current===r&&(Zt(wo),Zt(ac))}var cn=Mr(0);function hf(r){for(var l=r;l!==null;){if(l.tag===13){var c=l.memoizedState;if(c!==null&&(c=c.dehydrated,c===null||c.data==="$?"||c.data==="$!"))return l}else if(l.tag===19&&l.memoizedProps.revealOrder!==void 0){if(l.flags&128)return l}else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===r)break;for(;l.sibling===null;){if(l.return===null||l.return===r)return null;l=l.return}l.sibling.return=l.return,l=l.sibling}return null}var sc=[];function Je(){for(var r=0;r<sc.length;r++)sc[r]._workInProgressVersionPrimary=null;sc.length=0}var gt=j.ReactCurrentDispatcher,Pt=j.ReactCurrentBatchConfig,Wt=0,$t=null,Nn=null,Qn=null,gf=!1,cc=!1,Ra=0,xe=0;function Dt(){throw Error(o(321))}function ot(r,l){if(l===null)return!1;for(var c=0;c<l.length&&c<r.length;c++)if(!to(r[c],l[c]))return!1;return!0}function Rl(r,l,c,m,y,_){if(Wt=_,$t=l,l.memoizedState=null,l.updateQueue=null,l.lanes=0,gt.current=r===null||r.memoizedState===null?Lf:hc,r=c(m,y),cc){_=0;do{if(cc=!1,Ra=0,25<=_)throw Error(o(301));_+=1,Qn=Nn=null,l.updateQueue=null,gt.current=Mf,r=c(m,y)}while(cc)}if(gt.current=Va,l=Nn!==null&&Nn.next!==null,Wt=0,Qn=Nn=$t=null,gf=!1,l)throw Error(o(300));return r}function io(){var r=Ra!==0;return Ra=0,r}function ki(){var r={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Qn===null?$t.memoizedState=Qn=r:Qn=Qn.next=r,Qn}function xn(){if(Nn===null){var r=$t.alternate;r=r!==null?r.memoizedState:null}else r=Nn.next;var l=Qn===null?$t.memoizedState:Qn.next;if(l!==null)Qn=l,Nn=r;else{if(r===null)throw Error(o(310));Nn=r,r={memoizedState:Nn.memoizedState,baseState:Nn.baseState,baseQueue:Nn.baseQueue,queue:Nn.queue,next:null},Qn===null?$t.memoizedState=Qn=r:Qn=Qn.next=r}return Qn}function Zo(r,l){return typeof l=="function"?l(r):l}function zl(r){var l=xn(),c=l.queue;if(c===null)throw Error(o(311));c.lastRenderedReducer=r;var m=Nn,y=m.baseQueue,_=c.pending;if(_!==null){if(y!==null){var $=y.next;y.next=_.next,_.next=$}m.baseQueue=y=_,c.pending=null}if(y!==null){_=y.next,m=m.baseState;var I=$=null,W=null,se=_;do{var Ce=se.lane;if((Wt&Ce)===Ce)W!==null&&(W=W.next={lane:0,action:se.action,hasEagerState:se.hasEagerState,eagerState:se.eagerState,next:null}),m=se.hasEagerState?se.eagerState:r(m,se.action);else{var Se={lane:Ce,action:se.action,hasEagerState:se.hasEagerState,eagerState:se.eagerState,next:null};W===null?(I=W=Se,$=m):W=W.next=Se,$t.lanes|=Ce,Po|=Ce}se=se.next}while(se!==null&&se!==_);W===null?$=m:W.next=I,to(m,l.memoizedState)||(Ln=!0),l.memoizedState=m,l.baseState=$,l.baseQueue=W,c.lastRenderedState=m}if(r=c.interleaved,r!==null){y=r;do _=y.lane,$t.lanes|=_,Po|=_,y=y.next;while(y!==r)}else y===null&&(c.lanes=0);return[l.memoizedState,c.dispatch]}function za(r){var l=xn(),c=l.queue;if(c===null)throw Error(o(311));c.lastRenderedReducer=r;var m=c.dispatch,y=c.pending,_=l.memoizedState;if(y!==null){c.pending=null;var $=y=y.next;do _=r(_,$.action),$=$.next;while($!==y);to(_,l.memoizedState)||(Ln=!0),l.memoizedState=_,l.baseQueue===null&&(l.baseState=_),c.lastRenderedState=_}return[_,m]}function yf(){}function bf(r,l){var c=$t,m=xn(),y=l(),_=!to(m.memoizedState,y);if(_&&(m.memoizedState=y,Ln=!0),m=m.queue,dc(_f.bind(null,c,m,r),[r]),m.getSnapshot!==l||_||Qn!==null&&Qn.memoizedState.tag&1){if(c.flags|=2048,Ia(9,xf.bind(null,c,m,y,l),void 0,null),Kn===null)throw Error(o(349));Wt&30||kf(c,l,y)}return y}function kf(r,l,c){r.flags|=16384,r={getSnapshot:l,value:c},l=$t.updateQueue,l===null?(l={lastEffect:null,stores:null},$t.updateQueue=l,l.stores=[r]):(c=l.stores,c===null?l.stores=[r]:c.push(r))}function xf(r,l,c,m){l.value=c,l.getSnapshot=m,Ef(l)&&Cf(r)}function _f(r,l,c){return c(function(){Ef(l)&&Cf(r)})}function Ef(r){var l=r.getSnapshot;r=r.value;try{var c=l();return!to(r,c)}catch{return!0}}function Cf(r){var l=pr(r,1);l!==null&&Mi(l,r,1,-1)}function wf(r){var l=ki();return typeof r=="function"&&(r=r()),l.memoizedState=l.baseState=r,r={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Zo,lastRenderedState:r},l.queue=r,r=r.dispatch=Ua.bind(null,$t,r),[l.memoizedState,r]}function Ia(r,l,c,m){return r={tag:r,create:l,destroy:c,deps:m,next:null},l=$t.updateQueue,l===null?(l={lastEffect:null,stores:null},$t.updateQueue=l,l.lastEffect=r.next=r):(c=l.lastEffect,c===null?l.lastEffect=r.next=r:(m=c.next,c.next=r,r.next=m,l.lastEffect=r)),r}function Sf(){return xn().memoizedState}function Gu(r,l,c,m){var y=ki();$t.flags|=r,y.memoizedState=Ia(1|l,c,void 0,m===void 0?null:m)}function Yu(r,l,c,m){var y=xn();m=m===void 0?null:m;var _=void 0;if(Nn!==null){var $=Nn.memoizedState;if(_=$.destroy,m!==null&&ot(m,$.deps)){y.memoizedState=Ia(l,c,_,m);return}}$t.flags|=r,y.memoizedState=Ia(1|l,c,_,m)}function Tf(r,l){return Gu(8390656,8,r,l)}function dc(r,l){return Yu(2048,8,r,l)}function Df(r,l){return Yu(4,2,r,l)}function fc(r,l){return Yu(4,4,r,l)}function Ba(r,l){if(typeof l=="function")return r=r(),l(r),function(){l(null)};if(l!=null)return r=r(),l.current=r,function(){l.current=null}}function Pf(r,l,c){return c=c!=null?c.concat([r]):null,Yu(4,4,Ba.bind(null,l,r),c)}function pc(){}function $f(r,l){var c=xn();l=l===void 0?null:l;var m=c.memoizedState;return m!==null&&l!==null&&ot(l,m[1])?m[0]:(c.memoizedState=[r,l],r)}function Nf(r,l){var c=xn();l=l===void 0?null:l;var m=c.memoizedState;return m!==null&&l!==null&&ot(l,m[1])?m[0]:(r=r(),c.memoizedState=[r,l],r)}function im(r,l,c){return Wt&21?(to(c,l)||(c=Od(),$t.lanes|=c,Po|=c,r.baseState=!0),l):(r.baseState&&(r.baseState=!1,Ln=!0),r.memoizedState=c)}function vc(r,l){var c=Vt;Vt=c!==0&&4>c?c:4,r(!0);var m=Pt.transition;Pt.transition={};try{r(!1),l()}finally{Vt=c,Pt.transition=m}}function rm(){return xn().memoizedState}function mc(r,l,c){var m=$o(r);if(c={lane:m,action:c,hasEagerState:!1,eagerState:null,next:null},er(r))By(l,c);else if(c=Jv(r,l,c,m),c!==null){var y=On();Mi(c,r,m,y),Xt(c,l,m)}}function Ua(r,l,c){var m=$o(r),y={lane:m,action:c,hasEagerState:!1,eagerState:null,next:null};if(er(r))By(l,y);else{var _=r.alternate;if(r.lanes===0&&(_===null||_.lanes===0)&&(_=l.lastRenderedReducer,_!==null))try{var $=l.lastRenderedState,I=_($,c);if(y.hasEagerState=!0,y.eagerState=I,to(I,$)){var W=l.interleaved;W===null?(y.next=y,Zv(l)):(y.next=W.next,W.next=y),l.interleaved=y;return}}catch{}finally{}c=Jv(r,l,y,m),c!==null&&(y=On(),Mi(c,r,m,y),Xt(c,l,m))}}function er(r){var l=r.alternate;return r===$t||l!==null&&l===$t}function By(r,l){cc=gf=!0;var c=r.pending;c===null?l.next=l:(l.next=c.next,c.next=l),r.pending=l}function Xt(r,l,c){if(c&4194240){var m=l.lanes;m&=r.pendingLanes,c|=m,l.lanes=c,Fd(r,c)}}var Va={readContext:Fr,useCallback:Dt,useContext:Dt,useEffect:Dt,useImperativeHandle:Dt,useInsertionEffect:Dt,useLayoutEffect:Dt,useMemo:Dt,useReducer:Dt,useRef:Dt,useState:Dt,useDebugValue:Dt,useDeferredValue:Dt,useTransition:Dt,useMutableSource:Dt,useSyncExternalStore:Dt,useId:Dt,unstable_isNewReconciler:!1},Lf={readContext:Fr,useCallback:function(r,l){return ki().memoizedState=[r,l===void 0?null:l],r},useContext:Fr,useEffect:Tf,useImperativeHandle:function(r,l,c){return c=c!=null?c.concat([r]):null,Gu(4194308,4,Ba.bind(null,l,r),c)},useLayoutEffect:function(r,l){return Gu(4194308,4,r,l)},useInsertionEffect:function(r,l){return Gu(4,2,r,l)},useMemo:function(r,l){var c=ki();return l=l===void 0?null:l,r=r(),c.memoizedState=[r,l],r},useReducer:function(r,l,c){var m=ki();return l=c!==void 0?c(l):l,m.memoizedState=m.baseState=l,r={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:r,lastRenderedState:l},m.queue=r,r=r.dispatch=mc.bind(null,$t,r),[m.memoizedState,r]},useRef:function(r){var l=ki();return r={current:r},l.memoizedState=r},useState:wf,useDebugValue:pc,useDeferredValue:function(r){return ki().memoizedState=r},useTransition:function(){var r=wf(!1),l=r[0];return r=vc.bind(null,r[1]),ki().memoizedState=r,[l,r]},useMutableSource:function(){},useSyncExternalStore:function(r,l,c){var m=$t,y=ki();if(rn){if(c===void 0)throw Error(o(407));c=c()}else{if(c=l(),Kn===null)throw Error(o(349));Wt&30||kf(m,l,c)}y.memoizedState=c;var _={value:c,getSnapshot:l};return y.queue=_,Tf(_f.bind(null,m,_,r),[r]),m.flags|=2048,Ia(9,xf.bind(null,m,_,c,l),void 0,null),c},useId:function(){var r=ki(),l=Kn.identifierPrefix;if(rn){var c=Co,m=Eo;c=(m&~(1<<32-Dr(m)-1)).toString(32)+c,l=":"+l+"R"+c,c=Ra++,0<c&&(l+="H"+c.toString(32)),l+=":"}else c=xe++,l=":"+l+"r"+c.toString(32)+":";return r.memoizedState=l},unstable_isNewReconciler:!1},hc={readContext:Fr,useCallback:$f,useContext:Fr,useEffect:dc,useImperativeHandle:Pf,useInsertionEffect:Df,useLayoutEffect:fc,useMemo:Nf,useReducer:zl,useRef:Sf,useState:function(){return zl(Zo)},useDebugValue:pc,useDeferredValue:function(r){var l=xn();return im(l,Nn.memoizedState,r)},useTransition:function(){var r=zl(Zo)[0],l=xn().memoizedState;return[r,l]},useMutableSource:yf,useSyncExternalStore:bf,useId:rm,unstable_isNewReconciler:!1},Mf={readContext:Fr,useCallback:$f,useContext:Fr,useEffect:dc,useImperativeHandle:Pf,useInsertionEffect:Df,useLayoutEffect:fc,useMemo:Nf,useReducer:za,useRef:Sf,useState:function(){return za(Zo)},useDebugValue:pc,useDeferredValue:function(r){var l=xn();return Nn===null?l.memoizedState=r:im(l,Nn.memoizedState,r)},useTransition:function(){var r=za(Zo)[0],l=xn().memoizedState;return[r,l]},useMutableSource:yf,useSyncExternalStore:bf,useId:rm,unstable_isNewReconciler:!1};function ro(r,l){if(r&&r.defaultProps){l=z({},l),r=r.defaultProps;for(var c in r)l[c]===void 0&&(l[c]=r[c]);return l}return l}function om(r,l,c,m){l=r.memoizedState,c=c(m,l),c=c==null?l:z({},l,c),r.memoizedState=c,r.lanes===0&&(r.updateQueue.baseState=c)}var Af={isMounted:function(r){return(r=r._reactInternals)?Zr(r)===r:!1},enqueueSetState:function(r,l,c){r=r._reactInternals;var m=On(),y=$o(r),_=Xo(m,y);_.payload=l,c!=null&&(_.callback=c),l=Fl(r,_,y),l!==null&&(Mi(l,r,y,m),vf(l,r,y))},enqueueReplaceState:function(r,l,c){r=r._reactInternals;var m=On(),y=$o(r),_=Xo(m,y);_.tag=1,_.payload=l,c!=null&&(_.callback=c),l=Fl(r,_,y),l!==null&&(Mi(l,r,y,m),vf(l,r,y))},enqueueForceUpdate:function(r,l){r=r._reactInternals;var c=On(),m=$o(r),y=Xo(c,m);y.tag=2,l!=null&&(y.callback=l),l=Fl(r,y,m),l!==null&&(Mi(l,r,m,c),vf(l,r,m))}};function Uy(r,l,c,m,y,_,$){return r=r.stateNode,typeof r.shouldComponentUpdate=="function"?r.shouldComponentUpdate(m,_,$):l.prototype&&l.prototype.isPureReactComponent?!qs(c,m)||!qs(y,_):!0}function Of(r,l,c){var m=!1,y=bi,_=l.contextType;return typeof _=="object"&&_!==null?_=Fr(_):(y=Pn(l)?qi:hn.current,m=l.contextTypes,_=(m=m!=null)?Qi(r,y):bi),l=new l(c,_),r.memoizedState=l.state!==null&&l.state!==void 0?l.state:null,l.updater=Af,r.stateNode=l,l._reactInternals=r,m&&(r=r.stateNode,r.__reactInternalMemoizedUnmaskedChildContext=y,r.__reactInternalMemoizedMaskedChildContext=_),l}function Vy(r,l,c,m){r=l.state,typeof l.componentWillReceiveProps=="function"&&l.componentWillReceiveProps(c,m),typeof l.UNSAFE_componentWillReceiveProps=="function"&&l.UNSAFE_componentWillReceiveProps(c,m),l.state!==r&&Af.enqueueReplaceState(l,l.state,null)}function gc(r,l,c,m){var y=r.stateNode;y.props=c,y.state=r.memoizedState,y.refs={},em(r);var _=l.contextType;typeof _=="object"&&_!==null?y.context=Fr(_):(_=Pn(l)?qi:hn.current,y.context=Qi(r,_)),y.state=r.memoizedState,_=l.getDerivedStateFromProps,typeof _=="function"&&(om(r,l,_,c),y.state=r.memoizedState),typeof l.getDerivedStateFromProps=="function"||typeof y.getSnapshotBeforeUpdate=="function"||typeof y.UNSAFE_componentWillMount!="function"&&typeof y.componentWillMount!="function"||(l=y.state,typeof y.componentWillMount=="function"&&y.componentWillMount(),typeof y.UNSAFE_componentWillMount=="function"&&y.UNSAFE_componentWillMount(),l!==y.state&&Af.enqueueReplaceState(y,y.state,null),oc(r,c,y,m),y.state=r.memoizedState),typeof y.componentDidMount=="function"&&(r.flags|=4194308)}function Ka(r,l){try{var c="",m=l;do c+=Me(m),m=m.return;while(m);var y=c}catch(_){y=`
|
|
30
|
+
`+y[$].replace(" at new "," at ");return r.displayName&&W.includes("<anonymous>")&&(W=W.replace("<anonymous>",r.displayName)),W}while(1<=$&&0<=I);break}}}finally{_e=!1,Error.prepareStackTrace=c}return(r=r?r.displayName||r.name:"")?ge(r):""}function Me(r){switch(r.tag){case 5:return ge(r.type);case 16:return ge("Lazy");case 13:return ge("Suspense");case 19:return ge("SuspenseList");case 0:case 2:case 15:return r=$e(r.type,!1),r;case 11:return r=$e(r.type.render,!1),r;case 1:return r=$e(r.type,!0),r;default:return""}}function De(r){if(r==null)return null;if(typeof r=="function")return r.displayName||r.name||null;if(typeof r=="string")return r;switch(r){case Z:return"Fragment";case G:return"Portal";case pe:return"Profiler";case ke:return"StrictMode";case re:return"Suspense";case ae:return"SuspenseList"}if(typeof r=="object")switch(r.$$typeof){case R:return(r.displayName||"Context")+".Consumer";case fe:return(r._context.displayName||"Context")+".Provider";case de:var l=r.render;return r=r.displayName,r||(r=l.displayName||l.name||"",r=r!==""?"ForwardRef("+r+")":"ForwardRef"),r;case be:return l=r.displayName||null,l!==null?l:De(r.type)||"Memo";case V:l=r._payload,r=r._init;try{return De(r(l))}catch{}}return null}function Fe(r){var l=r.type;switch(r.tag){case 24:return"Cache";case 9:return(l.displayName||"Context")+".Consumer";case 10:return(l._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return r=l.render,r=r.displayName||r.name||"",l.displayName||(r!==""?"ForwardRef("+r+")":"ForwardRef");case 7:return"Fragment";case 5:return l;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return De(l);case 8:return l===ke?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l}return null}function Be(r){switch(typeof r){case"boolean":case"number":case"string":case"undefined":return r;case"object":return r;default:return""}}function Ye(r){var l=r.type;return(r=r.nodeName)&&r.toLowerCase()==="input"&&(l==="checkbox"||l==="radio")}function ht(r){var l=Ye(r)?"checked":"value",c=Object.getOwnPropertyDescriptor(r.constructor.prototype,l),m=""+r[l];if(!r.hasOwnProperty(l)&&typeof c<"u"&&typeof c.get=="function"&&typeof c.set=="function"){var y=c.get,_=c.set;return Object.defineProperty(r,l,{configurable:!0,get:function(){return y.call(this)},set:function($){m=""+$,_.call(this,$)}}),Object.defineProperty(r,l,{enumerable:c.enumerable}),{getValue:function(){return m},setValue:function($){m=""+$},stopTracking:function(){r._valueTracker=null,delete r[l]}}}}function Pe(r){r._valueTracker||(r._valueTracker=ht(r))}function ee(r){if(!r)return!1;var l=r._valueTracker;if(!l)return!0;var c=l.getValue(),m="";return r&&(m=Ye(r)?r.checked?"true":"false":r.value),r=m,r!==c?(l.setValue(r),!0):!1}function qe(r){if(r=r||(typeof document<"u"?document:void 0),typeof r>"u")return null;try{return r.activeElement||r.body}catch{return r.body}}function yt(r,l){var c=l.checked;return z({},l,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:c??r._wrapperState.initialChecked})}function Rt(r,l){var c=l.defaultValue==null?"":l.defaultValue,m=l.checked!=null?l.checked:l.defaultChecked;c=Be(l.value!=null?l.value:c),r._wrapperState={initialChecked:m,initialValue:c,controlled:l.type==="checkbox"||l.type==="radio"?l.checked!=null:l.value!=null}}function In(r,l){l=l.checked,l!=null&&K(r,"checked",l,!1)}function ft(r,l){In(r,l);var c=Be(l.value),m=l.type;if(c!=null)m==="number"?(c===0&&r.value===""||r.value!=c)&&(r.value=""+c):r.value!==""+c&&(r.value=""+c);else if(m==="submit"||m==="reset"){r.removeAttribute("value");return}l.hasOwnProperty("value")?Ki(r,l.type,c):l.hasOwnProperty("defaultValue")&&Ki(r,l.type,Be(l.defaultValue)),l.checked==null&&l.defaultChecked!=null&&(r.defaultChecked=!!l.defaultChecked)}function ei(r,l,c){if(l.hasOwnProperty("value")||l.hasOwnProperty("defaultValue")){var m=l.type;if(!(m!=="submit"&&m!=="reset"||l.value!==void 0&&l.value!==null))return;l=""+r._wrapperState.initialValue,c||l===r.value||(r.value=l),r.defaultValue=l}c=r.name,c!==""&&(r.name=""),r.defaultChecked=!!r._wrapperState.initialChecked,c!==""&&(r.name=c)}function Ki(r,l,c){(l!=="number"||qe(r.ownerDocument)!==r)&&(c==null?r.defaultValue=""+r._wrapperState.initialValue:r.defaultValue!==""+c&&(r.defaultValue=""+c))}var Yn=Array.isArray;function at(r,l,c,m){if(r=r.options,l){l={};for(var y=0;y<c.length;y++)l["$"+c[y]]=!0;for(c=0;c<r.length;c++)y=l.hasOwnProperty("$"+r[c].value),r[c].selected!==y&&(r[c].selected=y),y&&m&&(r[c].defaultSelected=!0)}else{for(c=""+Be(c),l=null,y=0;y<r.length;y++){if(r[y].value===c){r[y].selected=!0,m&&(r[y].defaultSelected=!0);return}l!==null||r[y].disabled||(l=r[y])}l!==null&&(l.selected=!0)}}function kt(r,l){if(l.dangerouslySetInnerHTML!=null)throw Error(o(91));return z({},l,{value:void 0,defaultValue:void 0,children:""+r._wrapperState.initialValue})}function Tt(r,l){var c=l.value;if(c==null){if(c=l.children,l=l.defaultValue,c!=null){if(l!=null)throw Error(o(92));if(Yn(c)){if(1<c.length)throw Error(o(93));c=c[0]}l=c}l==null&&(l=""),c=l}r._wrapperState={initialValue:Be(c)}}function Qr(r,l){var c=Be(l.value),m=Be(l.defaultValue);c!=null&&(c=""+c,c!==r.value&&(r.value=c),l.defaultValue==null&&r.defaultValue!==c&&(r.defaultValue=c)),m!=null&&(r.defaultValue=""+m)}function gi(r){var l=r.textContent;l===r._wrapperState.initialValue&&l!==""&&l!==null&&(r.value=l)}function ji(r){switch(r){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Di(r,l){return r==null||r==="http://www.w3.org/1999/xhtml"?ji(l):r==="http://www.w3.org/2000/svg"&&l==="foreignObject"?"http://www.w3.org/1999/xhtml":r}var go,_l=function(r){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(l,c,m,y){MSApp.execUnsafeLocalFunction(function(){return r(l,c,m,y)})}:r}(function(r,l){if(r.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in r)r.innerHTML=l;else{for(go=go||document.createElement("div"),go.innerHTML="<svg>"+l.valueOf().toString()+"</svg>",l=go.firstChild;r.firstChild;)r.removeChild(r.firstChild);for(;l.firstChild;)r.appendChild(l.firstChild)}});function Ne(r,l){if(l){var c=r.firstChild;if(c&&c===r.lastChild&&c.nodeType===3){c.nodeValue=l;return}}r.textContent=l}var et={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},it=["Webkit","ms","Moz","O"];Object.keys(et).forEach(function(r){it.forEach(function(l){l=l+r.charAt(0).toUpperCase()+r.substring(1),et[l]=et[r]})});function Ot(r,l,c){return l==null||typeof l=="boolean"||l===""?"":c||typeof l!="number"||l===0||et.hasOwnProperty(r)&&et[r]?(""+l).trim():l+"px"}function pn(r,l){r=r.style;for(var c in l)if(l.hasOwnProperty(c)){var m=c.indexOf("--")===0,y=Ot(c,l[c],m);c==="float"&&(c="cssFloat"),m?r.setProperty(c,y):r[c]=y}}var Hi=z({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Sn(r,l){if(l){if(Hi[r]&&(l.children!=null||l.dangerouslySetInnerHTML!=null))throw Error(o(137,r));if(l.dangerouslySetInnerHTML!=null){if(l.children!=null)throw Error(o(60));if(typeof l.dangerouslySetInnerHTML!="object"||!("__html"in l.dangerouslySetInnerHTML))throw Error(o(61))}if(l.style!=null&&typeof l.style!="object")throw Error(o(62))}}function Wi(r,l){if(r.indexOf("-")===-1)return typeof l.is=="string";switch(r){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Tn=null;function vn(r){return r=r.target||r.srcElement||window,r.correspondingUseElement&&(r=r.correspondingUseElement),r.nodeType===3?r.parentNode:r}var Bn=null,Su=null,El=null;function Ld(r){if(r=Ze(r)){if(typeof Bn!="function")throw Error(o(280));var l=r.stateNode;l&&(l=un(l),Bn(r.stateNode,r.type,l))}}function Wg(r){Su?El?El.push(r):El=[r]:Su=r}function Gg(){if(Su){var r=Su,l=El;if(El=Su=null,Ld(r),l)for(r=0;r<l.length;r++)Ld(l[r])}}function lv(r,l){return r(l)}function av(){}var uv=!1;function sv(r,l,c){if(uv)return r(l,c);uv=!0;try{return lv(r,l,c)}finally{uv=!1,(Su!==null||El!==null)&&(av(),Gg())}}function ma(r,l){var c=r.stateNode;if(c===null)return null;var m=un(c);if(m===null)return null;c=m[l];e:switch(l){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(m=!m.disabled)||(r=r.type,m=!(r==="button"||r==="input"||r==="select"||r==="textarea")),r=!m;break e;default:r=!1}if(r)return null;if(c&&typeof c!="function")throw Error(o(231,l,typeof c));return c}var Cl=!1;if(g)try{var Xr={};Object.defineProperty(Xr,"passive",{get:function(){Cl=!0}}),window.addEventListener("test",Xr,Xr),window.removeEventListener("test",Xr,Xr)}catch{Cl=!1}function Tu(r,l,c,m,y,_,$,I,W){var se=Array.prototype.slice.call(arguments,3);try{l.apply(c,se)}catch(Ce){this.onError(Ce)}}var ha=!1,Du=null,Pu=!1,Rs=null,$u={onError:function(r){ha=!0,Du=r}};function Md(r,l,c,m,y,_,$,I,W){ha=!1,Du=null,Tu.apply($u,arguments)}function Ad(r,l,c,m,y,_,$,I,W){if(Md.apply(this,arguments),ha){if(ha){var se=Du;ha=!1,Du=null}else throw Error(o(198));Pu||(Pu=!0,Rs=se)}}function Zr(r){var l=r,c=r;if(r.alternate)for(;l.return;)l=l.return;else{r=l;do l=r,l.flags&4098&&(c=l.return),r=l.return;while(r)}return l.tag===3?c:null}function yi(r){if(r.tag===13){var l=r.memoizedState;if(l===null&&(r=r.alternate,r!==null&&(l=r.memoizedState)),l!==null)return l.dehydrated}return null}function Yg(r){if(Zr(r)!==r)throw Error(o(188))}function t1(r){var l=r.alternate;if(!l){if(l=Zr(r),l===null)throw Error(o(188));return l!==r?null:r}for(var c=r,m=l;;){var y=c.return;if(y===null)break;var _=y.alternate;if(_===null){if(m=y.return,m!==null){c=m;continue}break}if(y.child===_.child){for(_=y.child;_;){if(_===c)return Yg(y),r;if(_===m)return Yg(y),l;_=_.sibling}throw Error(o(188))}if(c.return!==m.return)c=y,m=_;else{for(var $=!1,I=y.child;I;){if(I===c){$=!0,c=y,m=_;break}if(I===m){$=!0,m=y,c=_;break}I=I.sibling}if(!$){for(I=_.child;I;){if(I===c){$=!0,c=_,m=y;break}if(I===m){$=!0,m=_,c=y;break}I=I.sibling}if(!$)throw Error(o(189))}}if(c.alternate!==m)throw Error(o(190))}if(c.tag!==3)throw Error(o(188));return c.stateNode.current===c?r:l}function cv(r){return r=t1(r),r!==null?qg(r):null}function qg(r){if(r.tag===5||r.tag===6)return r;for(r=r.child;r!==null;){var l=qg(r);if(l!==null)return l;r=r.sibling}return null}var Qg=n.unstable_scheduleCallback,Xg=n.unstable_cancelCallback,Zg=n.unstable_shouldYield,n1=n.unstable_requestPaint,Qt=n.unstable_now,_t=n.unstable_getCurrentPriorityLevel,ga=n.unstable_ImmediatePriority,dv=n.unstable_UserBlockingPriority,zs=n.unstable_NormalPriority,Jg=n.unstable_LowPriority,fv=n.unstable_IdlePriority,Is=null,Jr=null;function ey(r){if(Jr&&typeof Jr.onCommitFiberRoot=="function")try{Jr.onCommitFiberRoot(Is,r,void 0,(r.current.flags&128)===128)}catch{}}var Dr=Math.clz32?Math.clz32:pv,i1=Math.log,r1=Math.LN2;function pv(r){return r>>>=0,r===0?32:31-(i1(r)/r1|0)|0}var Nu=64,eo=4194304;function ya(r){switch(r&-r){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return r&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return r&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return r}}function ba(r,l){var c=r.pendingLanes;if(c===0)return 0;var m=0,y=r.suspendedLanes,_=r.pingedLanes,$=c&268435455;if($!==0){var I=$&~y;I!==0?m=ya(I):(_&=$,_!==0&&(m=ya(_)))}else $=c&~y,$!==0?m=ya($):_!==0&&(m=ya(_));if(m===0)return 0;if(l!==0&&l!==m&&!(l&y)&&(y=m&-m,_=l&-l,y>=_||y===16&&(_&4194240)!==0))return l;if(m&4&&(m|=c&16),l=r.entangledLanes,l!==0)for(r=r.entanglements,l&=m;0<l;)c=31-Dr(l),y=1<<c,m|=r[c],l&=~y;return m}function o1(r,l){switch(r){case 1:case 2:case 4:return l+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return l+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function vv(r,l){for(var c=r.suspendedLanes,m=r.pingedLanes,y=r.expirationTimes,_=r.pendingLanes;0<_;){var $=31-Dr(_),I=1<<$,W=y[$];W===-1?(!(I&c)||I&m)&&(y[$]=o1(I,l)):W<=l&&(r.expiredLanes|=I),_&=~I}}function mv(r){return r=r.pendingLanes&-1073741825,r!==0?r:r&1073741824?1073741824:0}function Od(){var r=Nu;return Nu<<=1,!(Nu&4194240)&&(Nu=64),r}function hv(r){for(var l=[],c=0;31>c;c++)l.push(r);return l}function ka(r,l,c){r.pendingLanes|=l,l!==536870912&&(r.suspendedLanes=0,r.pingedLanes=0),r=r.eventTimes,l=31-Dr(l),r[l]=c}function l1(r,l){var c=r.pendingLanes&~l;r.pendingLanes=l,r.suspendedLanes=0,r.pingedLanes=0,r.expiredLanes&=l,r.mutableReadLanes&=l,r.entangledLanes&=l,l=r.entanglements;var m=r.eventTimes;for(r=r.expirationTimes;0<c;){var y=31-Dr(c),_=1<<y;l[y]=0,m[y]=-1,r[y]=-1,c&=~_}}function Fd(r,l){var c=r.entangledLanes|=l;for(r=r.entanglements;c;){var m=31-Dr(c),y=1<<m;y&l|r[m]&l&&(r[m]|=l),c&=~y}}var Vt=0;function gv(r){return r&=-r,1<r?4<r?r&268435455?16:536870912:4:1}var Kt,yv,bv,pt,kv,Pi=!1,wl=[],Pr=null,Sl=null,mn=null,Jt=new Map,Bs=new Map,ti=[],$r="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function Ko(r,l){switch(r){case"focusin":case"focusout":Pr=null;break;case"dragenter":case"dragleave":Sl=null;break;case"mouseover":case"mouseout":mn=null;break;case"pointerover":case"pointerout":Jt.delete(l.pointerId);break;case"gotpointercapture":case"lostpointercapture":Bs.delete(l.pointerId)}}function Us(r,l,c,m,y,_){return r===null||r.nativeEvent!==_?(r={blockedOn:l,domEventName:c,eventSystemFlags:m,nativeEvent:_,targetContainers:[y]},l!==null&&(l=Ze(l),l!==null&&yv(l)),r):(r.eventSystemFlags|=m,l=r.targetContainers,y!==null&&l.indexOf(y)===-1&&l.push(y),r)}function xv(r,l,c,m,y){switch(l){case"focusin":return Pr=Us(Pr,r,l,c,m,y),!0;case"dragenter":return Sl=Us(Sl,r,l,c,m,y),!0;case"mouseover":return mn=Us(mn,r,l,c,m,y),!0;case"pointerover":var _=y.pointerId;return Jt.set(_,Us(Jt.get(_)||null,r,l,c,m,y)),!0;case"gotpointercapture":return _=y.pointerId,Bs.set(_,Us(Bs.get(_)||null,r,l,c,m,y)),!0}return!1}function _v(r){var l=$a(r.target);if(l!==null){var c=Zr(l);if(c!==null){if(l=c.tag,l===13){if(l=yi(c),l!==null){r.blockedOn=l,kv(r.priority,function(){bv(c)});return}}else if(l===3&&c.stateNode.current.memoizedState.isDehydrated){r.blockedOn=c.tag===3?c.stateNode.containerInfo:null;return}}}r.blockedOn=null}function Vs(r){if(r.blockedOn!==null)return!1;for(var l=r.targetContainers;0<l.length;){var c=zd(r.domEventName,r.eventSystemFlags,l[0],r.nativeEvent);if(c===null){c=r.nativeEvent;var m=new c.constructor(c.type,c);Tn=m,c.target.dispatchEvent(m),Tn=null}else return l=Ze(c),l!==null&&yv(l),r.blockedOn=c,!1;l.shift()}return!0}function ty(r,l,c){Vs(r)&&c.delete(l)}function a1(){Pi=!1,Pr!==null&&Vs(Pr)&&(Pr=null),Sl!==null&&Vs(Sl)&&(Sl=null),mn!==null&&Vs(mn)&&(mn=null),Jt.forEach(ty),Bs.forEach(ty)}function Ks(r,l){r.blockedOn===l&&(r.blockedOn=null,Pi||(Pi=!0,n.unstable_scheduleCallback(n.unstable_NormalPriority,a1)))}function Tl(r){function l(y){return Ks(y,r)}if(0<wl.length){Ks(wl[0],r);for(var c=1;c<wl.length;c++){var m=wl[c];m.blockedOn===r&&(m.blockedOn=null)}}for(Pr!==null&&Ks(Pr,r),Sl!==null&&Ks(Sl,r),mn!==null&&Ks(mn,r),Jt.forEach(l),Bs.forEach(l),c=0;c<ti.length;c++)m=ti[c],m.blockedOn===r&&(m.blockedOn=null);for(;0<ti.length&&(c=ti[0],c.blockedOn===null);)_v(c),c.blockedOn===null&&ti.shift()}var xa=j.ReactCurrentBatchConfig,_a=!0;function ny(r,l,c,m){var y=Vt,_=xa.transition;xa.transition=null;try{Vt=1,Rd(r,l,c,m)}finally{Vt=y,xa.transition=_}}function iy(r,l,c,m){var y=Vt,_=xa.transition;xa.transition=null;try{Vt=4,Rd(r,l,c,m)}finally{Vt=y,xa.transition=_}}function Rd(r,l,c,m){if(_a){var y=zd(r,l,c,m);if(y===null)nf(r,l,m,js,c),Ko(r,m);else if(xv(y,r,l,c,m))m.stopPropagation();else if(Ko(r,m),l&4&&-1<$r.indexOf(r)){for(;y!==null;){var _=Ze(y);if(_!==null&&Kt(_),_=zd(r,l,c,m),_===null&&nf(r,l,m,js,c),_===y)break;y=_}y!==null&&m.stopPropagation()}else nf(r,l,m,null,c)}}var js=null;function zd(r,l,c,m){if(js=null,r=vn(m),r=$a(r),r!==null)if(l=Zr(r),l===null)r=null;else if(c=l.tag,c===13){if(r=yi(l),r!==null)return r;r=null}else if(c===3){if(l.stateNode.current.memoizedState.isDehydrated)return l.tag===3?l.stateNode.containerInfo:null;r=null}else l!==r&&(r=null);return js=r,null}function Id(r){switch(r){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(_t()){case ga:return 1;case dv:return 4;case zs:case Jg:return 16;case fv:return 536870912;default:return 16}default:return 16}}var jo=null,Bd=null,Lu=null;function Ev(){if(Lu)return Lu;var r,l=Bd,c=l.length,m,y="value"in jo?jo.value:jo.textContent,_=y.length;for(r=0;r<c&&l[r]===y[r];r++);var $=c-r;for(m=1;m<=$&&l[c-m]===y[_-m];m++);return Lu=y.slice(r,1<m?1-m:void 0)}function Ud(r){var l=r.keyCode;return"charCode"in r?(r=r.charCode,r===0&&l===13&&(r=13)):r=l,r===10&&(r=13),32<=r||r===13?r:0}function Vd(){return!0}function Kd(){return!1}function Gi(r){function l(c,m,y,_,$){this._reactName=c,this._targetInst=y,this.type=m,this.nativeEvent=_,this.target=$,this.currentTarget=null;for(var I in r)r.hasOwnProperty(I)&&(c=r[I],this[I]=c?c(_):_[I]);return this.isDefaultPrevented=(_.defaultPrevented!=null?_.defaultPrevented:_.returnValue===!1)?Vd:Kd,this.isPropagationStopped=Kd,this}return z(l.prototype,{preventDefault:function(){this.defaultPrevented=!0;var c=this.nativeEvent;c&&(c.preventDefault?c.preventDefault():typeof c.returnValue!="unknown"&&(c.returnValue=!1),this.isDefaultPrevented=Vd)},stopPropagation:function(){var c=this.nativeEvent;c&&(c.stopPropagation?c.stopPropagation():typeof c.cancelBubble!="unknown"&&(c.cancelBubble=!0),this.isPropagationStopped=Vd)},persist:function(){},isPersistent:Vd}),l}var Ea={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(r){return r.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},jd=Gi(Ea),Mu=z({},Ea,{view:0,detail:0}),u1=Gi(Mu),Cv,ni,Ca,Hs=z({},Mu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Pv,button:0,buttons:0,relatedTarget:function(r){return r.relatedTarget===void 0?r.fromElement===r.srcElement?r.toElement:r.fromElement:r.relatedTarget},movementX:function(r){return"movementX"in r?r.movementX:(r!==Ca&&(Ca&&r.type==="mousemove"?(Cv=r.screenX-Ca.screenX,ni=r.screenY-Ca.screenY):ni=Cv=0,Ca=r),Cv)},movementY:function(r){return"movementY"in r?r.movementY:ni}}),wv=Gi(Hs),s1=z({},Hs,{dataTransfer:0}),Au=Gi(s1),Sv=z({},Mu,{relatedTarget:0}),Hd=Gi(Sv),c1=z({},Ea,{animationName:0,elapsedTime:0,pseudoElement:0}),d1=Gi(c1),f1=z({},Ea,{clipboardData:function(r){return"clipboardData"in r?r.clipboardData:window.clipboardData}}),ry=Gi(f1),Tv=z({},Ea,{data:0}),Dv=Gi(Tv),oy={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},ly={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},p1={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Ho(r){var l=this.nativeEvent;return l.getModifierState?l.getModifierState(r):(r=p1[r])?!!l[r]:!1}function Pv(){return Ho}var $v=z({},Mu,{key:function(r){if(r.key){var l=oy[r.key]||r.key;if(l!=="Unidentified")return l}return r.type==="keypress"?(r=Ud(r),r===13?"Enter":String.fromCharCode(r)):r.type==="keydown"||r.type==="keyup"?ly[r.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Pv,charCode:function(r){return r.type==="keypress"?Ud(r):0},keyCode:function(r){return r.type==="keydown"||r.type==="keyup"?r.keyCode:0},which:function(r){return r.type==="keypress"?Ud(r):r.type==="keydown"||r.type==="keyup"?r.keyCode:0}}),Nv=Gi($v),Lv=z({},Hs,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),ay=Gi(Lv),Wd=z({},Mu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Pv}),uy=Gi(Wd),Yi=z({},Ea,{propertyName:0,elapsedTime:0,pseudoElement:0}),Wo=Gi(Yi),Dn=z({},Hs,{deltaX:function(r){return"deltaX"in r?r.deltaX:"wheelDeltaX"in r?-r.wheelDeltaX:0},deltaY:function(r){return"deltaY"in r?r.deltaY:"wheelDeltaY"in r?-r.wheelDeltaY:"wheelDelta"in r?-r.wheelDelta:0},deltaZ:0,deltaMode:0}),Go=Gi(Dn),Mv=[9,13,27,32],Ou=g&&"CompositionEvent"in window,Ws=null;g&&"documentMode"in document&&(Ws=document.documentMode);var Gs=g&&"TextEvent"in window&&!Ws,sy=g&&(!Ou||Ws&&8<Ws&&11>=Ws),cy=" ",Gd=!1;function dy(r,l){switch(r){case"keyup":return Mv.indexOf(l.keyCode)!==-1;case"keydown":return l.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function fy(r){return r=r.detail,typeof r=="object"&&"data"in r?r.data:null}var Fu=!1;function py(r,l){switch(r){case"compositionend":return fy(l);case"keypress":return l.which!==32?null:(Gd=!0,cy);case"textInput":return r=l.data,r===cy&&Gd?null:r;default:return null}}function v1(r,l){if(Fu)return r==="compositionend"||!Ou&&dy(r,l)?(r=Ev(),Lu=Bd=jo=null,Fu=!1,r):null;switch(r){case"paste":return null;case"keypress":if(!(l.ctrlKey||l.altKey||l.metaKey)||l.ctrlKey&&l.altKey){if(l.char&&1<l.char.length)return l.char;if(l.which)return String.fromCharCode(l.which)}return null;case"compositionend":return sy&&l.locale!=="ko"?null:l.data;default:return null}}var m1={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function vy(r){var l=r&&r.nodeName&&r.nodeName.toLowerCase();return l==="input"?!!m1[r.type]:l==="textarea"}function Av(r,l,c,m){Wg(m),l=Js(l,"onChange"),0<l.length&&(c=new jd("onChange","change",null,c,m),r.push({event:c,listeners:l}))}var yo=null,wa=null;function my(r){Da(r,0)}function Ys(r){var l=no(r);if(ee(l))return r}function h1(r,l){if(r==="change")return l}var hy=!1;if(g){var Ov;if(g){var Fv="oninput"in document;if(!Fv){var gy=document.createElement("div");gy.setAttribute("oninput","return;"),Fv=typeof gy.oninput=="function"}Ov=Fv}else Ov=!1;hy=Ov&&(!document.documentMode||9<document.documentMode)}function yy(){yo&&(yo.detachEvent("onpropertychange",by),wa=yo=null)}function by(r){if(r.propertyName==="value"&&Ys(wa)){var l=[];Av(l,wa,r,vn(r)),sv(my,l)}}function g1(r,l,c){r==="focusin"?(yy(),yo=l,wa=c,yo.attachEvent("onpropertychange",by)):r==="focusout"&&yy()}function ky(r){if(r==="selectionchange"||r==="keyup"||r==="keydown")return Ys(wa)}function y1(r,l){if(r==="click")return Ys(l)}function xy(r,l){if(r==="input"||r==="change")return Ys(l)}function b1(r,l){return r===l&&(r!==0||1/r===1/l)||r!==r&&l!==l}var to=typeof Object.is=="function"?Object.is:b1;function qs(r,l){if(to(r,l))return!0;if(typeof r!="object"||r===null||typeof l!="object"||l===null)return!1;var c=Object.keys(r),m=Object.keys(l);if(c.length!==m.length)return!1;for(m=0;m<c.length;m++){var y=c[m];if(!x.call(l,y)||!to(r[y],l[y]))return!1}return!0}function _y(r){for(;r&&r.firstChild;)r=r.firstChild;return r}function Yd(r,l){var c=_y(r);r=0;for(var m;c;){if(c.nodeType===3){if(m=r+c.textContent.length,r<=l&&m>=l)return{node:c,offset:l-r};r=m}e:{for(;c;){if(c.nextSibling){c=c.nextSibling;break e}c=c.parentNode}c=void 0}c=_y(c)}}function Dl(r,l){return r&&l?r===l?!0:r&&r.nodeType===3?!1:l&&l.nodeType===3?Dl(r,l.parentNode):"contains"in r?r.contains(l):r.compareDocumentPosition?!!(r.compareDocumentPosition(l)&16):!1:!1}function Qs(){for(var r=window,l=qe();l instanceof r.HTMLIFrameElement;){try{var c=typeof l.contentWindow.location.href=="string"}catch{c=!1}if(c)r=l.contentWindow;else break;l=qe(r.document)}return l}function qd(r){var l=r&&r.nodeName&&r.nodeName.toLowerCase();return l&&(l==="input"&&(r.type==="text"||r.type==="search"||r.type==="tel"||r.type==="url"||r.type==="password")||l==="textarea"||r.contentEditable==="true")}function Ru(r){var l=Qs(),c=r.focusedElem,m=r.selectionRange;if(l!==c&&c&&c.ownerDocument&&Dl(c.ownerDocument.documentElement,c)){if(m!==null&&qd(c)){if(l=m.start,r=m.end,r===void 0&&(r=l),"selectionStart"in c)c.selectionStart=l,c.selectionEnd=Math.min(r,c.value.length);else if(r=(l=c.ownerDocument||document)&&l.defaultView||window,r.getSelection){r=r.getSelection();var y=c.textContent.length,_=Math.min(m.start,y);m=m.end===void 0?_:Math.min(m.end,y),!r.extend&&_>m&&(y=m,m=_,_=y),y=Yd(c,_);var $=Yd(c,m);y&&$&&(r.rangeCount!==1||r.anchorNode!==y.node||r.anchorOffset!==y.offset||r.focusNode!==$.node||r.focusOffset!==$.offset)&&(l=l.createRange(),l.setStart(y.node,y.offset),r.removeAllRanges(),_>m?(r.addRange(l),r.extend($.node,$.offset)):(l.setEnd($.node,$.offset),r.addRange(l)))}}for(l=[],r=c;r=r.parentNode;)r.nodeType===1&&l.push({element:r,left:r.scrollLeft,top:r.scrollTop});for(typeof c.focus=="function"&&c.focus(),c=0;c<l.length;c++)r=l[c],r.element.scrollLeft=r.left,r.element.scrollTop=r.top}}var k1=g&&"documentMode"in document&&11>=document.documentMode,zu=null,Rv=null,Xs=null,zv=!1;function Iv(r,l,c){var m=c.window===c?c.document:c.nodeType===9?c:c.ownerDocument;zv||zu==null||zu!==qe(m)||(m=zu,"selectionStart"in m&&qd(m)?m={start:m.selectionStart,end:m.selectionEnd}:(m=(m.ownerDocument&&m.ownerDocument.defaultView||window).getSelection(),m={anchorNode:m.anchorNode,anchorOffset:m.anchorOffset,focusNode:m.focusNode,focusOffset:m.focusOffset}),Xs&&qs(Xs,m)||(Xs=m,m=Js(Rv,"onSelect"),0<m.length&&(l=new jd("onSelect","select",null,l,c),r.push({event:l,listeners:m}),l.target=zu)))}function Qd(r,l){var c={};return c[r.toLowerCase()]=l.toLowerCase(),c["Webkit"+r]="webkit"+l,c["Moz"+r]="moz"+l,c}var Sa={animationend:Qd("Animation","AnimationEnd"),animationiteration:Qd("Animation","AnimationIteration"),animationstart:Qd("Animation","AnimationStart"),transitionend:Qd("Transition","TransitionEnd")},ii={},Bv={};g&&(Bv=document.createElement("div").style,"AnimationEvent"in window||(delete Sa.animationend.animation,delete Sa.animationiteration.animation,delete Sa.animationstart.animation),"TransitionEvent"in window||delete Sa.transitionend.transition);function Xd(r){if(ii[r])return ii[r];if(!Sa[r])return r;var l=Sa[r],c;for(c in l)if(l.hasOwnProperty(c)&&c in Bv)return ii[r]=l[c];return r}var Ey=Xd("animationend"),Cy=Xd("animationiteration"),wy=Xd("animationstart"),Sy=Xd("transitionend"),Uv=new Map,Zd="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Nr(r,l){Uv.set(r,l),v(l,[r])}for(var Vv=0;Vv<Zd.length;Vv++){var Ta=Zd[Vv],x1=Ta.toLowerCase(),_1=Ta[0].toUpperCase()+Ta.slice(1);Nr(x1,"on"+_1)}Nr(Ey,"onAnimationEnd"),Nr(Cy,"onAnimationIteration"),Nr(wy,"onAnimationStart"),Nr("dblclick","onDoubleClick"),Nr("focusin","onFocus"),Nr("focusout","onBlur"),Nr(Sy,"onTransitionEnd"),p("onMouseEnter",["mouseout","mouseover"]),p("onMouseLeave",["mouseout","mouseover"]),p("onPointerEnter",["pointerout","pointerover"]),p("onPointerLeave",["pointerout","pointerover"]),v("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),v("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),v("onBeforeInput",["compositionend","keypress","textInput","paste"]),v("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),v("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),v("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Zs="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Kv=new Set("cancel close invalid load scroll toggle".split(" ").concat(Zs));function Jd(r,l,c){var m=r.type||"unknown-event";r.currentTarget=c,Ad(m,l,void 0,r),r.currentTarget=null}function Da(r,l){l=(l&4)!==0;for(var c=0;c<r.length;c++){var m=r[c],y=m.event;m=m.listeners;e:{var _=void 0;if(l)for(var $=m.length-1;0<=$;$--){var I=m[$],W=I.instance,se=I.currentTarget;if(I=I.listener,W!==_&&y.isPropagationStopped())break e;Jd(y,I,se),_=W}else for($=0;$<m.length;$++){if(I=m[$],W=I.instance,se=I.currentTarget,I=I.listener,W!==_&&y.isPropagationStopped())break e;Jd(y,I,se),_=W}}}if(Pu)throw r=Rs,Pu=!1,Rs=null,r}function zt(r,l){var c=l[nc];c===void 0&&(c=l[nc]=new Set);var m=r+"__bubble";c.has(m)||(Ty(l,r,2,!1),c.add(m))}function ef(r,l,c){var m=0;l&&(m|=4),Ty(c,r,m,l)}var tf="_reactListening"+Math.random().toString(36).slice(2);function Iu(r){if(!r[tf]){r[tf]=!0,u.forEach(function(c){c!=="selectionchange"&&(Kv.has(c)||ef(c,!1,r),ef(c,!0,r))});var l=r.nodeType===9?r:r.ownerDocument;l===null||l[tf]||(l[tf]=!0,ef("selectionchange",!1,l))}}function Ty(r,l,c,m){switch(Id(l)){case 1:var y=ny;break;case 4:y=iy;break;default:y=Rd}c=y.bind(null,l,c,r),y=void 0,!Cl||l!=="touchstart"&&l!=="touchmove"&&l!=="wheel"||(y=!0),m?y!==void 0?r.addEventListener(l,c,{capture:!0,passive:y}):r.addEventListener(l,c,!0):y!==void 0?r.addEventListener(l,c,{passive:y}):r.addEventListener(l,c,!1)}function nf(r,l,c,m,y){var _=m;if(!(l&1)&&!(l&2)&&m!==null)e:for(;;){if(m===null)return;var $=m.tag;if($===3||$===4){var I=m.stateNode.containerInfo;if(I===y||I.nodeType===8&&I.parentNode===y)break;if($===4)for($=m.return;$!==null;){var W=$.tag;if((W===3||W===4)&&(W=$.stateNode.containerInfo,W===y||W.nodeType===8&&W.parentNode===y))return;$=$.return}for(;I!==null;){if($=$a(I),$===null)return;if(W=$.tag,W===5||W===6){m=_=$;continue e}I=I.parentNode}}m=m.return}sv(function(){var se=_,Ce=vn(c),Se=[];e:{var Ee=Uv.get(r);if(Ee!==void 0){var ze=jd,Ke=r;switch(r){case"keypress":if(Ud(c)===0)break e;case"keydown":case"keyup":ze=Nv;break;case"focusin":Ke="focus",ze=Hd;break;case"focusout":Ke="blur",ze=Hd;break;case"beforeblur":case"afterblur":ze=Hd;break;case"click":if(c.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ze=wv;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ze=Au;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ze=uy;break;case Ey:case Cy:case wy:ze=d1;break;case Sy:ze=Wo;break;case"scroll":ze=u1;break;case"wheel":ze=Go;break;case"copy":case"cut":case"paste":ze=ry;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ze=ay}var We=(l&4)!==0,Cn=!We&&r==="scroll",te=We?Ee!==null?Ee+"Capture":null:Ee;We=[];for(var q=se,oe;q!==null;){oe=q;var we=oe.stateNode;if(oe.tag===5&&we!==null&&(oe=we,te!==null&&(we=ma(q,te),we!=null&&We.push(Bu(q,we,oe)))),Cn)break;q=q.return}0<We.length&&(Ee=new ze(Ee,Ke,null,c,Ce),Se.push({event:Ee,listeners:We}))}}if(!(l&7)){e:{if(Ee=r==="mouseover"||r==="pointerover",ze=r==="mouseout"||r==="pointerout",Ee&&c!==Tn&&(Ke=c.relatedTarget||c.fromElement)&&($a(Ke)||Ke[Yo]))break e;if((ze||Ee)&&(Ee=Ce.window===Ce?Ce:(Ee=Ce.ownerDocument)?Ee.defaultView||Ee.parentWindow:window,ze?(Ke=c.relatedTarget||c.toElement,ze=se,Ke=Ke?$a(Ke):null,Ke!==null&&(Cn=Zr(Ke),Ke!==Cn||Ke.tag!==5&&Ke.tag!==6)&&(Ke=null)):(ze=null,Ke=se),ze!==Ke)){if(We=wv,we="onMouseLeave",te="onMouseEnter",q="mouse",(r==="pointerout"||r==="pointerover")&&(We=ay,we="onPointerLeave",te="onPointerEnter",q="pointer"),Cn=ze==null?Ee:no(ze),oe=Ke==null?Ee:no(Ke),Ee=new We(we,q+"leave",ze,c,Ce),Ee.target=Cn,Ee.relatedTarget=oe,we=null,$a(Ce)===se&&(We=new We(te,q+"enter",Ke,c,Ce),We.target=oe,We.relatedTarget=Cn,we=We),Cn=we,ze&&Ke)t:{for(We=ze,te=Ke,q=0,oe=We;oe;oe=Pl(oe))q++;for(oe=0,we=te;we;we=Pl(we))oe++;for(;0<q-oe;)We=Pl(We),q--;for(;0<oe-q;)te=Pl(te),oe--;for(;q--;){if(We===te||te!==null&&We===te.alternate)break t;We=Pl(We),te=Pl(te)}We=null}else We=null;ze!==null&&Dy(Se,Ee,ze,We,!1),Ke!==null&&Cn!==null&&Dy(Se,Cn,Ke,We,!0)}}e:{if(Ee=se?no(se):window,ze=Ee.nodeName&&Ee.nodeName.toLowerCase(),ze==="select"||ze==="input"&&Ee.type==="file")var je=h1;else if(vy(Ee))if(hy)je=xy;else{je=ky;var nt=g1}else(ze=Ee.nodeName)&&ze.toLowerCase()==="input"&&(Ee.type==="checkbox"||Ee.type==="radio")&&(je=y1);if(je&&(je=je(r,se))){Av(Se,je,c,Ce);break e}nt&&nt(r,Ee,se),r==="focusout"&&(nt=Ee._wrapperState)&&nt.controlled&&Ee.type==="number"&&Ki(Ee,"number",Ee.value)}switch(nt=se?no(se):window,r){case"focusin":(vy(nt)||nt.contentEditable==="true")&&(zu=nt,Rv=se,Xs=null);break;case"focusout":Xs=Rv=zu=null;break;case"mousedown":zv=!0;break;case"contextmenu":case"mouseup":case"dragend":zv=!1,Iv(Se,c,Ce);break;case"selectionchange":if(k1)break;case"keydown":case"keyup":Iv(Se,c,Ce)}var rt;if(Ou)e:{switch(r){case"compositionstart":var ut="onCompositionStart";break e;case"compositionend":ut="onCompositionEnd";break e;case"compositionupdate":ut="onCompositionUpdate";break e}ut=void 0}else Fu?dy(r,c)&&(ut="onCompositionEnd"):r==="keydown"&&c.keyCode===229&&(ut="onCompositionStart");ut&&(sy&&c.locale!=="ko"&&(Fu||ut!=="onCompositionStart"?ut==="onCompositionEnd"&&Fu&&(rt=Ev()):(jo=Ce,Bd="value"in jo?jo.value:jo.textContent,Fu=!0)),nt=Js(se,ut),0<nt.length&&(ut=new Dv(ut,r,null,c,Ce),Se.push({event:ut,listeners:nt}),rt?ut.data=rt:(rt=fy(c),rt!==null&&(ut.data=rt)))),(rt=Gs?py(r,c):v1(r,c))&&(se=Js(se,"onBeforeInput"),0<se.length&&(Ce=new Dv("onBeforeInput","beforeinput",null,c,Ce),Se.push({event:Ce,listeners:se}),Ce.data=rt))}Da(Se,l)})}function Bu(r,l,c){return{instance:r,listener:l,currentTarget:c}}function Js(r,l){for(var c=l+"Capture",m=[];r!==null;){var y=r,_=y.stateNode;y.tag===5&&_!==null&&(y=_,_=ma(r,c),_!=null&&m.unshift(Bu(r,_,y)),_=ma(r,l),_!=null&&m.push(Bu(r,_,y))),r=r.return}return m}function Pl(r){if(r===null)return null;do r=r.return;while(r&&r.tag!==5);return r||null}function Dy(r,l,c,m,y){for(var _=l._reactName,$=[];c!==null&&c!==m;){var I=c,W=I.alternate,se=I.stateNode;if(W!==null&&W===m)break;I.tag===5&&se!==null&&(I=se,y?(W=ma(c,_),W!=null&&$.unshift(Bu(c,W,I))):y||(W=ma(c,_),W!=null&&$.push(Bu(c,W,I)))),c=c.return}$.length!==0&&r.push({event:l,listeners:$})}var Py=/\r\n?/g,E1=/\u0000|\uFFFD/g;function $y(r){return(typeof r=="string"?r:""+r).replace(Py,`
|
|
31
|
+
`).replace(E1,"")}function rf(r,l,c){if(l=$y(l),$y(r)!==l&&c)throw Error(o(425))}function $l(){}var ec=null,Pa=null;function of(r,l){return r==="textarea"||r==="noscript"||typeof l.children=="string"||typeof l.children=="number"||typeof l.dangerouslySetInnerHTML=="object"&&l.dangerouslySetInnerHTML!==null&&l.dangerouslySetInnerHTML.__html!=null}var lf=typeof setTimeout=="function"?setTimeout:void 0,jv=typeof clearTimeout=="function"?clearTimeout:void 0,Ny=typeof Promise=="function"?Promise:void 0,Uu=typeof queueMicrotask=="function"?queueMicrotask:typeof Ny<"u"?function(r){return Ny.resolve(null).then(r).catch(af)}:lf;function af(r){setTimeout(function(){throw r})}function Vu(r,l){var c=l,m=0;do{var y=c.nextSibling;if(r.removeChild(c),y&&y.nodeType===8)if(c=y.data,c==="/$"){if(m===0){r.removeChild(y),Tl(l);return}m--}else c!=="$"&&c!=="$?"&&c!=="$!"||m++;c=y}while(c);Tl(l)}function bo(r){for(;r!=null;r=r.nextSibling){var l=r.nodeType;if(l===1||l===3)break;if(l===8){if(l=r.data,l==="$"||l==="$!"||l==="$?")break;if(l==="/$")return null}}return r}function Ly(r){r=r.previousSibling;for(var l=0;r;){if(r.nodeType===8){var c=r.data;if(c==="$"||c==="$!"||c==="$?"){if(l===0)return r;l--}else c==="/$"&&l++}r=r.previousSibling}return null}var Nl=Math.random().toString(36).slice(2),ko="__reactFiber$"+Nl,tc="__reactProps$"+Nl,Yo="__reactContainer$"+Nl,nc="__reactEvents$"+Nl,Ku="__reactListeners$"+Nl,C1="__reactHandles$"+Nl;function $a(r){var l=r[ko];if(l)return l;for(var c=r.parentNode;c;){if(l=c[Yo]||c[ko]){if(c=l.alternate,l.child!==null||c!==null&&c.child!==null)for(r=Ly(r);r!==null;){if(c=r[ko])return c;r=Ly(r)}return l}r=c,c=r.parentNode}return null}function Ze(r){return r=r[ko]||r[Yo],!r||r.tag!==5&&r.tag!==6&&r.tag!==13&&r.tag!==3?null:r}function no(r){if(r.tag===5||r.tag===6)return r.stateNode;throw Error(o(33))}function un(r){return r[tc]||null}var Et=[],Lr=-1;function Mr(r){return{current:r}}function Zt(r){0>Lr||(r.current=Et[Lr],Et[Lr]=null,Lr--)}function Xe(r,l){Lr++,Et[Lr]=r.current,r.current=l}var bi={},hn=Mr(bi),Un=Mr(!1),qi=bi;function Qi(r,l){var c=r.type.contextTypes;if(!c)return bi;var m=r.stateNode;if(m&&m.__reactInternalMemoizedUnmaskedChildContext===l)return m.__reactInternalMemoizedMaskedChildContext;var y={},_;for(_ in c)y[_]=l[_];return m&&(r=r.stateNode,r.__reactInternalMemoizedUnmaskedChildContext=l,r.__reactInternalMemoizedMaskedChildContext=y),y}function Pn(r){return r=r.childContextTypes,r!=null}function ju(){Zt(Un),Zt(hn)}function My(r,l,c){if(hn.current!==bi)throw Error(o(168));Xe(hn,l),Xe(Un,c)}function ic(r,l,c){var m=r.stateNode;if(l=l.childContextTypes,typeof m.getChildContext!="function")return c;m=m.getChildContext();for(var y in m)if(!(y in l))throw Error(o(108,Fe(r)||"Unknown",y));return z({},c,m)}function qn(r){return r=(r=r.stateNode)&&r.__reactInternalMemoizedMergedChildContext||bi,qi=hn.current,Xe(hn,r),Xe(Un,Un.current),!0}function uf(r,l,c){var m=r.stateNode;if(!m)throw Error(o(169));c?(r=ic(r,l,qi),m.__reactInternalMemoizedMergedChildContext=r,Zt(Un),Zt(hn),Xe(hn,r)):Zt(Un),Xe(Un,c)}var xo=null,Hu=!1,qo=!1;function sf(r){xo===null?xo=[r]:xo.push(r)}function Ll(r){Hu=!0,sf(r)}function _o(){if(!qo&&xo!==null){qo=!0;var r=0,l=Vt;try{var c=xo;for(Vt=1;r<c.length;r++){var m=c[r];do m=m(!0);while(m!==null)}xo=null,Hu=!1}catch(y){throw xo!==null&&(xo=xo.slice(r+1)),Qg(ga,_o),y}finally{Vt=l,qo=!1}}return null}var Ml=[],Al=0,Ol=null,Qo=0,$n=[],Ar=0,dr=null,Eo=1,Co="";function Na(r,l){Ml[Al++]=Qo,Ml[Al++]=Ol,Ol=r,Qo=l}function Ay(r,l,c){$n[Ar++]=Eo,$n[Ar++]=Co,$n[Ar++]=dr,dr=r;var m=Eo;r=Co;var y=32-Dr(m)-1;m&=~(1<<y),c+=1;var _=32-Dr(l)+y;if(30<_){var $=y-y%5;_=(m&(1<<$)-1).toString(32),m>>=$,y-=$,Eo=1<<32-Dr(l)+y|c<<y|m,Co=_+r}else Eo=1<<_|c<<y|m,Co=r}function cf(r){r.return!==null&&(Na(r,1),Ay(r,1,0))}function df(r){for(;r===Ol;)Ol=Ml[--Al],Ml[Al]=null,Qo=Ml[--Al],Ml[Al]=null;for(;r===dr;)dr=$n[--Ar],$n[Ar]=null,Co=$n[--Ar],$n[Ar]=null,Eo=$n[--Ar],$n[Ar]=null}var Xi=null,Zi=null,rn=!1,Or=null;function Hv(r,l){var c=Br(5,null,null,0);c.elementType="DELETED",c.stateNode=l,c.return=r,l=r.deletions,l===null?(r.deletions=[c],r.flags|=16):l.push(c)}function Oy(r,l){switch(r.tag){case 5:var c=r.type;return l=l.nodeType!==1||c.toLowerCase()!==l.nodeName.toLowerCase()?null:l,l!==null?(r.stateNode=l,Xi=r,Zi=bo(l.firstChild),!0):!1;case 6:return l=r.pendingProps===""||l.nodeType!==3?null:l,l!==null?(r.stateNode=l,Xi=r,Zi=null,!0):!1;case 13:return l=l.nodeType!==8?null:l,l!==null?(c=dr!==null?{id:Eo,overflow:Co}:null,r.memoizedState={dehydrated:l,treeContext:c,retryLane:1073741824},c=Br(18,null,null,0),c.stateNode=l,c.return=r,r.child=c,Xi=r,Zi=null,!0):!1;default:return!1}}function Wv(r){return(r.mode&1)!==0&&(r.flags&128)===0}function Gv(r){if(rn){var l=Zi;if(l){var c=l;if(!Oy(r,l)){if(Wv(r))throw Error(o(418));l=bo(c.nextSibling);var m=Xi;l&&Oy(r,l)?Hv(m,c):(r.flags=r.flags&-4097|2,rn=!1,Xi=r)}}else{if(Wv(r))throw Error(o(418));r.flags=r.flags&-4097|2,rn=!1,Xi=r}}}function Vn(r){for(r=r.return;r!==null&&r.tag!==5&&r.tag!==3&&r.tag!==13;)r=r.return;Xi=r}function ff(r){if(r!==Xi)return!1;if(!rn)return Vn(r),rn=!0,!1;var l;if((l=r.tag!==3)&&!(l=r.tag!==5)&&(l=r.type,l=l!=="head"&&l!=="body"&&!of(r.type,r.memoizedProps)),l&&(l=Zi)){if(Wv(r))throw rc(),Error(o(418));for(;l;)Hv(r,l),l=bo(l.nextSibling)}if(Vn(r),r.tag===13){if(r=r.memoizedState,r=r!==null?r.dehydrated:null,!r)throw Error(o(317));e:{for(r=r.nextSibling,l=0;r;){if(r.nodeType===8){var c=r.data;if(c==="/$"){if(l===0){Zi=bo(r.nextSibling);break e}l--}else c!=="$"&&c!=="$!"&&c!=="$?"||l++}r=r.nextSibling}Zi=null}}else Zi=Xi?bo(r.stateNode.nextSibling):null;return!0}function rc(){for(var r=Zi;r;)r=bo(r.nextSibling)}function Fl(){Zi=Xi=null,rn=!1}function Xo(r){Or===null?Or=[r]:Or.push(r)}var w1=j.ReactCurrentBatchConfig;function La(r,l,c){if(r=c.ref,r!==null&&typeof r!="function"&&typeof r!="object"){if(c._owner){if(c=c._owner,c){if(c.tag!==1)throw Error(o(309));var m=c.stateNode}if(!m)throw Error(o(147,r));var y=m,_=""+r;return l!==null&&l.ref!==null&&typeof l.ref=="function"&&l.ref._stringRef===_?l.ref:(l=function($){var I=y.refs;$===null?delete I[_]:I[_]=$},l._stringRef=_,l)}if(typeof r!="string")throw Error(o(284));if(!c._owner)throw Error(o(290,r))}return r}function pf(r,l){throw r=Object.prototype.toString.call(l),Error(o(31,r==="[object Object]"?"object with keys {"+Object.keys(l).join(", ")+"}":r))}function Fy(r){var l=r._init;return l(r._payload)}function Ma(r){function l(te,q){if(r){var oe=te.deletions;oe===null?(te.deletions=[q],te.flags|=16):oe.push(q)}}function c(te,q){if(!r)return null;for(;q!==null;)l(te,q),q=q.sibling;return null}function m(te,q){for(te=new Map;q!==null;)q.key!==null?te.set(q.key,q):te.set(q.index,q),q=q.sibling;return te}function y(te,q){return te=jl(te,q),te.index=0,te.sibling=null,te}function _(te,q,oe){return te.index=oe,r?(oe=te.alternate,oe!==null?(oe=oe.index,oe<q?(te.flags|=2,q):oe):(te.flags|=2,q)):(te.flags|=1048576,q)}function $(te){return r&&te.alternate===null&&(te.flags|=2),te}function I(te,q,oe,we){return q===null||q.tag!==6?(q=Cm(oe,te.mode,we),q.return=te,q):(q=y(q,oe),q.return=te,q)}function W(te,q,oe,we){var je=oe.type;return je===Z?Ce(te,q,oe.props.children,we,oe.key):q!==null&&(q.elementType===je||typeof je=="object"&&je!==null&&je.$$typeof===V&&Fy(je)===q.type)?(we=y(q,oe.props),we.ref=La(te,q,oe),we.return=te,we):(we=Ac(oe.type,oe.key,oe.props,null,te.mode,we),we.ref=La(te,q,oe),we.return=te,we)}function se(te,q,oe,we){return q===null||q.tag!==4||q.stateNode.containerInfo!==oe.containerInfo||q.stateNode.implementation!==oe.implementation?(q=Wf(oe,te.mode,we),q.return=te,q):(q=y(q,oe.children||[]),q.return=te,q)}function Ce(te,q,oe,we,je){return q===null||q.tag!==7?(q=il(oe,te.mode,we,je),q.return=te,q):(q=y(q,oe),q.return=te,q)}function Se(te,q,oe){if(typeof q=="string"&&q!==""||typeof q=="number")return q=Cm(""+q,te.mode,oe),q.return=te,q;if(typeof q=="object"&&q!==null){switch(q.$$typeof){case U:return oe=Ac(q.type,q.key,q.props,null,te.mode,oe),oe.ref=La(te,null,q),oe.return=te,oe;case G:return q=Wf(q,te.mode,oe),q.return=te,q;case V:var we=q._init;return Se(te,we(q._payload),oe)}if(Yn(q)||H(q))return q=il(q,te.mode,oe,null),q.return=te,q;pf(te,q)}return null}function Ee(te,q,oe,we){var je=q!==null?q.key:null;if(typeof oe=="string"&&oe!==""||typeof oe=="number")return je!==null?null:I(te,q,""+oe,we);if(typeof oe=="object"&&oe!==null){switch(oe.$$typeof){case U:return oe.key===je?W(te,q,oe,we):null;case G:return oe.key===je?se(te,q,oe,we):null;case V:return je=oe._init,Ee(te,q,je(oe._payload),we)}if(Yn(oe)||H(oe))return je!==null?null:Ce(te,q,oe,we,null);pf(te,oe)}return null}function ze(te,q,oe,we,je){if(typeof we=="string"&&we!==""||typeof we=="number")return te=te.get(oe)||null,I(q,te,""+we,je);if(typeof we=="object"&&we!==null){switch(we.$$typeof){case U:return te=te.get(we.key===null?oe:we.key)||null,W(q,te,we,je);case G:return te=te.get(we.key===null?oe:we.key)||null,se(q,te,we,je);case V:var nt=we._init;return ze(te,q,oe,nt(we._payload),je)}if(Yn(we)||H(we))return te=te.get(oe)||null,Ce(q,te,we,je,null);pf(q,we)}return null}function Ke(te,q,oe,we){for(var je=null,nt=null,rt=q,ut=q=0,Zn=null;rt!==null&&ut<oe.length;ut++){rt.index>ut?(Zn=rt,rt=null):Zn=rt.sibling;var Nt=Ee(te,rt,oe[ut],we);if(Nt===null){rt===null&&(rt=Zn);break}r&&rt&&Nt.alternate===null&&l(te,rt),q=_(Nt,q,ut),nt===null?je=Nt:nt.sibling=Nt,nt=Nt,rt=Zn}if(ut===oe.length)return c(te,rt),rn&&Na(te,ut),je;if(rt===null){for(;ut<oe.length;ut++)rt=Se(te,oe[ut],we),rt!==null&&(q=_(rt,q,ut),nt===null?je=rt:nt.sibling=rt,nt=rt);return rn&&Na(te,ut),je}for(rt=m(te,rt);ut<oe.length;ut++)Zn=ze(rt,te,ut,oe[ut],we),Zn!==null&&(r&&Zn.alternate!==null&&rt.delete(Zn.key===null?ut:Zn.key),q=_(Zn,q,ut),nt===null?je=Zn:nt.sibling=Zn,nt=Zn);return r&&rt.forEach(function(Gl){return l(te,Gl)}),rn&&Na(te,ut),je}function We(te,q,oe,we){var je=H(oe);if(typeof je!="function")throw Error(o(150));if(oe=je.call(oe),oe==null)throw Error(o(151));for(var nt=je=null,rt=q,ut=q=0,Zn=null,Nt=oe.next();rt!==null&&!Nt.done;ut++,Nt=oe.next()){rt.index>ut?(Zn=rt,rt=null):Zn=rt.sibling;var Gl=Ee(te,rt,Nt.value,we);if(Gl===null){rt===null&&(rt=Zn);break}r&&rt&&Gl.alternate===null&&l(te,rt),q=_(Gl,q,ut),nt===null?je=Gl:nt.sibling=Gl,nt=Gl,rt=Zn}if(Nt.done)return c(te,rt),rn&&Na(te,ut),je;if(rt===null){for(;!Nt.done;ut++,Nt=oe.next())Nt=Se(te,Nt.value,we),Nt!==null&&(q=_(Nt,q,ut),nt===null?je=Nt:nt.sibling=Nt,nt=Nt);return rn&&Na(te,ut),je}for(rt=m(te,rt);!Nt.done;ut++,Nt=oe.next())Nt=ze(rt,te,ut,Nt.value,we),Nt!==null&&(r&&Nt.alternate!==null&&rt.delete(Nt.key===null?ut:Nt.key),q=_(Nt,q,ut),nt===null?je=Nt:nt.sibling=Nt,nt=Nt);return r&&rt.forEach(function(yb){return l(te,yb)}),rn&&Na(te,ut),je}function Cn(te,q,oe,we){if(typeof oe=="object"&&oe!==null&&oe.type===Z&&oe.key===null&&(oe=oe.props.children),typeof oe=="object"&&oe!==null){switch(oe.$$typeof){case U:e:{for(var je=oe.key,nt=q;nt!==null;){if(nt.key===je){if(je=oe.type,je===Z){if(nt.tag===7){c(te,nt.sibling),q=y(nt,oe.props.children),q.return=te,te=q;break e}}else if(nt.elementType===je||typeof je=="object"&&je!==null&&je.$$typeof===V&&Fy(je)===nt.type){c(te,nt.sibling),q=y(nt,oe.props),q.ref=La(te,nt,oe),q.return=te,te=q;break e}c(te,nt);break}else l(te,nt);nt=nt.sibling}oe.type===Z?(q=il(oe.props.children,te.mode,we,oe.key),q.return=te,te=q):(we=Ac(oe.type,oe.key,oe.props,null,te.mode,we),we.ref=La(te,q,oe),we.return=te,te=we)}return $(te);case G:e:{for(nt=oe.key;q!==null;){if(q.key===nt)if(q.tag===4&&q.stateNode.containerInfo===oe.containerInfo&&q.stateNode.implementation===oe.implementation){c(te,q.sibling),q=y(q,oe.children||[]),q.return=te,te=q;break e}else{c(te,q);break}else l(te,q);q=q.sibling}q=Wf(oe,te.mode,we),q.return=te,te=q}return $(te);case V:return nt=oe._init,Cn(te,q,nt(oe._payload),we)}if(Yn(oe))return Ke(te,q,oe,we);if(H(oe))return We(te,q,oe,we);pf(te,oe)}return typeof oe=="string"&&oe!==""||typeof oe=="number"?(oe=""+oe,q!==null&&q.tag===6?(c(te,q.sibling),q=y(q,oe),q.return=te,te=q):(c(te,q),q=Cm(oe,te.mode,we),q.return=te,te=q),$(te)):c(te,q)}return Cn}var kn=Ma(!0),Ae=Ma(!1),fr=Mr(null),Ji=null,Wu=null,Yv=null;function qv(){Yv=Wu=Ji=null}function Qv(r){var l=fr.current;Zt(fr),r._currentValue=l}function Xv(r,l,c){for(;r!==null;){var m=r.alternate;if((r.childLanes&l)!==l?(r.childLanes|=l,m!==null&&(m.childLanes|=l)):m!==null&&(m.childLanes&l)!==l&&(m.childLanes|=l),r===c)break;r=r.return}}function sn(r,l){Ji=r,Yv=Wu=null,r=r.dependencies,r!==null&&r.firstContext!==null&&(r.lanes&l&&(Ln=!0),r.firstContext=null)}function Fr(r){var l=r._currentValue;if(Yv!==r)if(r={context:r,memoizedValue:l,next:null},Wu===null){if(Ji===null)throw Error(o(308));Wu=r,Ji.dependencies={lanes:0,firstContext:r}}else Wu=Wu.next=r;return l}var Aa=null;function Zv(r){Aa===null?Aa=[r]:Aa.push(r)}function Jv(r,l,c,m){var y=l.interleaved;return y===null?(c.next=c,Zv(l)):(c.next=y.next,y.next=c),l.interleaved=c,pr(r,m)}function pr(r,l){r.lanes|=l;var c=r.alternate;for(c!==null&&(c.lanes|=l),c=r,r=r.return;r!==null;)r.childLanes|=l,c=r.alternate,c!==null&&(c.childLanes|=l),c=r,r=r.return;return c.tag===3?c.stateNode:null}var vr=!1;function em(r){r.updateQueue={baseState:r.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Ry(r,l){r=r.updateQueue,l.updateQueue===r&&(l.updateQueue={baseState:r.baseState,firstBaseUpdate:r.firstBaseUpdate,lastBaseUpdate:r.lastBaseUpdate,shared:r.shared,effects:r.effects})}function Zo(r,l){return{eventTime:r,lane:l,tag:0,payload:null,callback:null,next:null}}function Rl(r,l,c){var m=r.updateQueue;if(m===null)return null;if(m=m.shared,Ct&2){var y=m.pending;return y===null?l.next=l:(l.next=y.next,y.next=l),m.pending=l,pr(r,c)}return y=m.interleaved,y===null?(l.next=l,Zv(m)):(l.next=y.next,y.next=l),m.interleaved=l,pr(r,c)}function vf(r,l,c){if(l=l.updateQueue,l!==null&&(l=l.shared,(c&4194240)!==0)){var m=l.lanes;m&=r.pendingLanes,c|=m,l.lanes=c,Fd(r,c)}}function zy(r,l){var c=r.updateQueue,m=r.alternate;if(m!==null&&(m=m.updateQueue,c===m)){var y=null,_=null;if(c=c.firstBaseUpdate,c!==null){do{var $={eventTime:c.eventTime,lane:c.lane,tag:c.tag,payload:c.payload,callback:c.callback,next:null};_===null?y=_=$:_=_.next=$,c=c.next}while(c!==null);_===null?y=_=l:_=_.next=l}else y=_=l;c={baseState:m.baseState,firstBaseUpdate:y,lastBaseUpdate:_,shared:m.shared,effects:m.effects},r.updateQueue=c;return}r=c.lastBaseUpdate,r===null?c.firstBaseUpdate=l:r.next=l,c.lastBaseUpdate=l}function oc(r,l,c,m){var y=r.updateQueue;vr=!1;var _=y.firstBaseUpdate,$=y.lastBaseUpdate,I=y.shared.pending;if(I!==null){y.shared.pending=null;var W=I,se=W.next;W.next=null,$===null?_=se:$.next=se,$=W;var Ce=r.alternate;Ce!==null&&(Ce=Ce.updateQueue,I=Ce.lastBaseUpdate,I!==$&&(I===null?Ce.firstBaseUpdate=se:I.next=se,Ce.lastBaseUpdate=W))}if(_!==null){var Se=y.baseState;$=0,Ce=se=W=null,I=_;do{var Ee=I.lane,ze=I.eventTime;if((m&Ee)===Ee){Ce!==null&&(Ce=Ce.next={eventTime:ze,lane:0,tag:I.tag,payload:I.payload,callback:I.callback,next:null});e:{var Ke=r,We=I;switch(Ee=l,ze=c,We.tag){case 1:if(Ke=We.payload,typeof Ke=="function"){Se=Ke.call(ze,Se,Ee);break e}Se=Ke;break e;case 3:Ke.flags=Ke.flags&-65537|128;case 0:if(Ke=We.payload,Ee=typeof Ke=="function"?Ke.call(ze,Se,Ee):Ke,Ee==null)break e;Se=z({},Se,Ee);break e;case 2:vr=!0}}I.callback!==null&&I.lane!==0&&(r.flags|=64,Ee=y.effects,Ee===null?y.effects=[I]:Ee.push(I))}else ze={eventTime:ze,lane:Ee,tag:I.tag,payload:I.payload,callback:I.callback,next:null},Ce===null?(se=Ce=ze,W=Se):Ce=Ce.next=ze,$|=Ee;if(I=I.next,I===null){if(I=y.shared.pending,I===null)break;Ee=I,I=Ee.next,Ee.next=null,y.lastBaseUpdate=Ee,y.shared.pending=null}}while(!0);if(Ce===null&&(W=Se),y.baseState=W,y.firstBaseUpdate=se,y.lastBaseUpdate=Ce,l=y.shared.interleaved,l!==null){y=l;do $|=y.lane,y=y.next;while(y!==l)}else _===null&&(y.shared.lanes=0);Po|=$,r.lanes=$,r.memoizedState=Se}}function tm(r,l,c){if(r=l.effects,l.effects=null,r!==null)for(l=0;l<r.length;l++){var m=r[l],y=m.callback;if(y!==null){if(m.callback=null,m=c,typeof y!="function")throw Error(o(191,y));y.call(m)}}}var lc={},wo=Mr(lc),ac=Mr(lc),uc=Mr(lc);function Oa(r){if(r===lc)throw Error(o(174));return r}function nm(r,l){switch(Xe(uc,l),Xe(ac,r),Xe(wo,lc),r=l.nodeType,r){case 9:case 11:l=(l=l.documentElement)?l.namespaceURI:Di(null,"");break;default:r=r===8?l.parentNode:l,l=r.namespaceURI||null,r=r.tagName,l=Di(l,r)}Zt(wo),Xe(wo,l)}function Fa(){Zt(wo),Zt(ac),Zt(uc)}function Iy(r){Oa(uc.current);var l=Oa(wo.current),c=Di(l,r.type);l!==c&&(Xe(ac,r),Xe(wo,c))}function mf(r){ac.current===r&&(Zt(wo),Zt(ac))}var cn=Mr(0);function hf(r){for(var l=r;l!==null;){if(l.tag===13){var c=l.memoizedState;if(c!==null&&(c=c.dehydrated,c===null||c.data==="$?"||c.data==="$!"))return l}else if(l.tag===19&&l.memoizedProps.revealOrder!==void 0){if(l.flags&128)return l}else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===r)break;for(;l.sibling===null;){if(l.return===null||l.return===r)return null;l=l.return}l.sibling.return=l.return,l=l.sibling}return null}var sc=[];function Je(){for(var r=0;r<sc.length;r++)sc[r]._workInProgressVersionPrimary=null;sc.length=0}var gt=j.ReactCurrentDispatcher,Pt=j.ReactCurrentBatchConfig,Wt=0,$t=null,Nn=null,Qn=null,gf=!1,cc=!1,Ra=0,xe=0;function Dt(){throw Error(o(321))}function ot(r,l){if(l===null)return!1;for(var c=0;c<l.length&&c<r.length;c++)if(!to(r[c],l[c]))return!1;return!0}function zl(r,l,c,m,y,_){if(Wt=_,$t=l,l.memoizedState=null,l.updateQueue=null,l.lanes=0,gt.current=r===null||r.memoizedState===null?Lf:hc,r=c(m,y),cc){_=0;do{if(cc=!1,Ra=0,25<=_)throw Error(o(301));_+=1,Qn=Nn=null,l.updateQueue=null,gt.current=Mf,r=c(m,y)}while(cc)}if(gt.current=Va,l=Nn!==null&&Nn.next!==null,Wt=0,Qn=Nn=$t=null,gf=!1,l)throw Error(o(300));return r}function io(){var r=Ra!==0;return Ra=0,r}function ki(){var r={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Qn===null?$t.memoizedState=Qn=r:Qn=Qn.next=r,Qn}function xn(){if(Nn===null){var r=$t.alternate;r=r!==null?r.memoizedState:null}else r=Nn.next;var l=Qn===null?$t.memoizedState:Qn.next;if(l!==null)Qn=l,Nn=r;else{if(r===null)throw Error(o(310));Nn=r,r={memoizedState:Nn.memoizedState,baseState:Nn.baseState,baseQueue:Nn.baseQueue,queue:Nn.queue,next:null},Qn===null?$t.memoizedState=Qn=r:Qn=Qn.next=r}return Qn}function Jo(r,l){return typeof l=="function"?l(r):l}function Il(r){var l=xn(),c=l.queue;if(c===null)throw Error(o(311));c.lastRenderedReducer=r;var m=Nn,y=m.baseQueue,_=c.pending;if(_!==null){if(y!==null){var $=y.next;y.next=_.next,_.next=$}m.baseQueue=y=_,c.pending=null}if(y!==null){_=y.next,m=m.baseState;var I=$=null,W=null,se=_;do{var Ce=se.lane;if((Wt&Ce)===Ce)W!==null&&(W=W.next={lane:0,action:se.action,hasEagerState:se.hasEagerState,eagerState:se.eagerState,next:null}),m=se.hasEagerState?se.eagerState:r(m,se.action);else{var Se={lane:Ce,action:se.action,hasEagerState:se.hasEagerState,eagerState:se.eagerState,next:null};W===null?(I=W=Se,$=m):W=W.next=Se,$t.lanes|=Ce,Po|=Ce}se=se.next}while(se!==null&&se!==_);W===null?$=m:W.next=I,to(m,l.memoizedState)||(Ln=!0),l.memoizedState=m,l.baseState=$,l.baseQueue=W,c.lastRenderedState=m}if(r=c.interleaved,r!==null){y=r;do _=y.lane,$t.lanes|=_,Po|=_,y=y.next;while(y!==r)}else y===null&&(c.lanes=0);return[l.memoizedState,c.dispatch]}function za(r){var l=xn(),c=l.queue;if(c===null)throw Error(o(311));c.lastRenderedReducer=r;var m=c.dispatch,y=c.pending,_=l.memoizedState;if(y!==null){c.pending=null;var $=y=y.next;do _=r(_,$.action),$=$.next;while($!==y);to(_,l.memoizedState)||(Ln=!0),l.memoizedState=_,l.baseQueue===null&&(l.baseState=_),c.lastRenderedState=_}return[_,m]}function yf(){}function bf(r,l){var c=$t,m=xn(),y=l(),_=!to(m.memoizedState,y);if(_&&(m.memoizedState=y,Ln=!0),m=m.queue,dc(_f.bind(null,c,m,r),[r]),m.getSnapshot!==l||_||Qn!==null&&Qn.memoizedState.tag&1){if(c.flags|=2048,Ia(9,xf.bind(null,c,m,y,l),void 0,null),Kn===null)throw Error(o(349));Wt&30||kf(c,l,y)}return y}function kf(r,l,c){r.flags|=16384,r={getSnapshot:l,value:c},l=$t.updateQueue,l===null?(l={lastEffect:null,stores:null},$t.updateQueue=l,l.stores=[r]):(c=l.stores,c===null?l.stores=[r]:c.push(r))}function xf(r,l,c,m){l.value=c,l.getSnapshot=m,Ef(l)&&Cf(r)}function _f(r,l,c){return c(function(){Ef(l)&&Cf(r)})}function Ef(r){var l=r.getSnapshot;r=r.value;try{var c=l();return!to(r,c)}catch{return!0}}function Cf(r){var l=pr(r,1);l!==null&&Mi(l,r,1,-1)}function wf(r){var l=ki();return typeof r=="function"&&(r=r()),l.memoizedState=l.baseState=r,r={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Jo,lastRenderedState:r},l.queue=r,r=r.dispatch=Ua.bind(null,$t,r),[l.memoizedState,r]}function Ia(r,l,c,m){return r={tag:r,create:l,destroy:c,deps:m,next:null},l=$t.updateQueue,l===null?(l={lastEffect:null,stores:null},$t.updateQueue=l,l.lastEffect=r.next=r):(c=l.lastEffect,c===null?l.lastEffect=r.next=r:(m=c.next,c.next=r,r.next=m,l.lastEffect=r)),r}function Sf(){return xn().memoizedState}function Gu(r,l,c,m){var y=ki();$t.flags|=r,y.memoizedState=Ia(1|l,c,void 0,m===void 0?null:m)}function Yu(r,l,c,m){var y=xn();m=m===void 0?null:m;var _=void 0;if(Nn!==null){var $=Nn.memoizedState;if(_=$.destroy,m!==null&&ot(m,$.deps)){y.memoizedState=Ia(l,c,_,m);return}}$t.flags|=r,y.memoizedState=Ia(1|l,c,_,m)}function Tf(r,l){return Gu(8390656,8,r,l)}function dc(r,l){return Yu(2048,8,r,l)}function Df(r,l){return Yu(4,2,r,l)}function fc(r,l){return Yu(4,4,r,l)}function Ba(r,l){if(typeof l=="function")return r=r(),l(r),function(){l(null)};if(l!=null)return r=r(),l.current=r,function(){l.current=null}}function Pf(r,l,c){return c=c!=null?c.concat([r]):null,Yu(4,4,Ba.bind(null,l,r),c)}function pc(){}function $f(r,l){var c=xn();l=l===void 0?null:l;var m=c.memoizedState;return m!==null&&l!==null&&ot(l,m[1])?m[0]:(c.memoizedState=[r,l],r)}function Nf(r,l){var c=xn();l=l===void 0?null:l;var m=c.memoizedState;return m!==null&&l!==null&&ot(l,m[1])?m[0]:(r=r(),c.memoizedState=[r,l],r)}function im(r,l,c){return Wt&21?(to(c,l)||(c=Od(),$t.lanes|=c,Po|=c,r.baseState=!0),l):(r.baseState&&(r.baseState=!1,Ln=!0),r.memoizedState=c)}function vc(r,l){var c=Vt;Vt=c!==0&&4>c?c:4,r(!0);var m=Pt.transition;Pt.transition={};try{r(!1),l()}finally{Vt=c,Pt.transition=m}}function rm(){return xn().memoizedState}function mc(r,l,c){var m=$o(r);if(c={lane:m,action:c,hasEagerState:!1,eagerState:null,next:null},er(r))By(l,c);else if(c=Jv(r,l,c,m),c!==null){var y=On();Mi(c,r,m,y),Xt(c,l,m)}}function Ua(r,l,c){var m=$o(r),y={lane:m,action:c,hasEagerState:!1,eagerState:null,next:null};if(er(r))By(l,y);else{var _=r.alternate;if(r.lanes===0&&(_===null||_.lanes===0)&&(_=l.lastRenderedReducer,_!==null))try{var $=l.lastRenderedState,I=_($,c);if(y.hasEagerState=!0,y.eagerState=I,to(I,$)){var W=l.interleaved;W===null?(y.next=y,Zv(l)):(y.next=W.next,W.next=y),l.interleaved=y;return}}catch{}finally{}c=Jv(r,l,y,m),c!==null&&(y=On(),Mi(c,r,m,y),Xt(c,l,m))}}function er(r){var l=r.alternate;return r===$t||l!==null&&l===$t}function By(r,l){cc=gf=!0;var c=r.pending;c===null?l.next=l:(l.next=c.next,c.next=l),r.pending=l}function Xt(r,l,c){if(c&4194240){var m=l.lanes;m&=r.pendingLanes,c|=m,l.lanes=c,Fd(r,c)}}var Va={readContext:Fr,useCallback:Dt,useContext:Dt,useEffect:Dt,useImperativeHandle:Dt,useInsertionEffect:Dt,useLayoutEffect:Dt,useMemo:Dt,useReducer:Dt,useRef:Dt,useState:Dt,useDebugValue:Dt,useDeferredValue:Dt,useTransition:Dt,useMutableSource:Dt,useSyncExternalStore:Dt,useId:Dt,unstable_isNewReconciler:!1},Lf={readContext:Fr,useCallback:function(r,l){return ki().memoizedState=[r,l===void 0?null:l],r},useContext:Fr,useEffect:Tf,useImperativeHandle:function(r,l,c){return c=c!=null?c.concat([r]):null,Gu(4194308,4,Ba.bind(null,l,r),c)},useLayoutEffect:function(r,l){return Gu(4194308,4,r,l)},useInsertionEffect:function(r,l){return Gu(4,2,r,l)},useMemo:function(r,l){var c=ki();return l=l===void 0?null:l,r=r(),c.memoizedState=[r,l],r},useReducer:function(r,l,c){var m=ki();return l=c!==void 0?c(l):l,m.memoizedState=m.baseState=l,r={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:r,lastRenderedState:l},m.queue=r,r=r.dispatch=mc.bind(null,$t,r),[m.memoizedState,r]},useRef:function(r){var l=ki();return r={current:r},l.memoizedState=r},useState:wf,useDebugValue:pc,useDeferredValue:function(r){return ki().memoizedState=r},useTransition:function(){var r=wf(!1),l=r[0];return r=vc.bind(null,r[1]),ki().memoizedState=r,[l,r]},useMutableSource:function(){},useSyncExternalStore:function(r,l,c){var m=$t,y=ki();if(rn){if(c===void 0)throw Error(o(407));c=c()}else{if(c=l(),Kn===null)throw Error(o(349));Wt&30||kf(m,l,c)}y.memoizedState=c;var _={value:c,getSnapshot:l};return y.queue=_,Tf(_f.bind(null,m,_,r),[r]),m.flags|=2048,Ia(9,xf.bind(null,m,_,c,l),void 0,null),c},useId:function(){var r=ki(),l=Kn.identifierPrefix;if(rn){var c=Co,m=Eo;c=(m&~(1<<32-Dr(m)-1)).toString(32)+c,l=":"+l+"R"+c,c=Ra++,0<c&&(l+="H"+c.toString(32)),l+=":"}else c=xe++,l=":"+l+"r"+c.toString(32)+":";return r.memoizedState=l},unstable_isNewReconciler:!1},hc={readContext:Fr,useCallback:$f,useContext:Fr,useEffect:dc,useImperativeHandle:Pf,useInsertionEffect:Df,useLayoutEffect:fc,useMemo:Nf,useReducer:Il,useRef:Sf,useState:function(){return Il(Jo)},useDebugValue:pc,useDeferredValue:function(r){var l=xn();return im(l,Nn.memoizedState,r)},useTransition:function(){var r=Il(Jo)[0],l=xn().memoizedState;return[r,l]},useMutableSource:yf,useSyncExternalStore:bf,useId:rm,unstable_isNewReconciler:!1},Mf={readContext:Fr,useCallback:$f,useContext:Fr,useEffect:dc,useImperativeHandle:Pf,useInsertionEffect:Df,useLayoutEffect:fc,useMemo:Nf,useReducer:za,useRef:Sf,useState:function(){return za(Jo)},useDebugValue:pc,useDeferredValue:function(r){var l=xn();return Nn===null?l.memoizedState=r:im(l,Nn.memoizedState,r)},useTransition:function(){var r=za(Jo)[0],l=xn().memoizedState;return[r,l]},useMutableSource:yf,useSyncExternalStore:bf,useId:rm,unstable_isNewReconciler:!1};function ro(r,l){if(r&&r.defaultProps){l=z({},l),r=r.defaultProps;for(var c in r)l[c]===void 0&&(l[c]=r[c]);return l}return l}function om(r,l,c,m){l=r.memoizedState,c=c(m,l),c=c==null?l:z({},l,c),r.memoizedState=c,r.lanes===0&&(r.updateQueue.baseState=c)}var Af={isMounted:function(r){return(r=r._reactInternals)?Zr(r)===r:!1},enqueueSetState:function(r,l,c){r=r._reactInternals;var m=On(),y=$o(r),_=Zo(m,y);_.payload=l,c!=null&&(_.callback=c),l=Rl(r,_,y),l!==null&&(Mi(l,r,y,m),vf(l,r,y))},enqueueReplaceState:function(r,l,c){r=r._reactInternals;var m=On(),y=$o(r),_=Zo(m,y);_.tag=1,_.payload=l,c!=null&&(_.callback=c),l=Rl(r,_,y),l!==null&&(Mi(l,r,y,m),vf(l,r,y))},enqueueForceUpdate:function(r,l){r=r._reactInternals;var c=On(),m=$o(r),y=Zo(c,m);y.tag=2,l!=null&&(y.callback=l),l=Rl(r,y,m),l!==null&&(Mi(l,r,m,c),vf(l,r,m))}};function Uy(r,l,c,m,y,_,$){return r=r.stateNode,typeof r.shouldComponentUpdate=="function"?r.shouldComponentUpdate(m,_,$):l.prototype&&l.prototype.isPureReactComponent?!qs(c,m)||!qs(y,_):!0}function Of(r,l,c){var m=!1,y=bi,_=l.contextType;return typeof _=="object"&&_!==null?_=Fr(_):(y=Pn(l)?qi:hn.current,m=l.contextTypes,_=(m=m!=null)?Qi(r,y):bi),l=new l(c,_),r.memoizedState=l.state!==null&&l.state!==void 0?l.state:null,l.updater=Af,r.stateNode=l,l._reactInternals=r,m&&(r=r.stateNode,r.__reactInternalMemoizedUnmaskedChildContext=y,r.__reactInternalMemoizedMaskedChildContext=_),l}function Vy(r,l,c,m){r=l.state,typeof l.componentWillReceiveProps=="function"&&l.componentWillReceiveProps(c,m),typeof l.UNSAFE_componentWillReceiveProps=="function"&&l.UNSAFE_componentWillReceiveProps(c,m),l.state!==r&&Af.enqueueReplaceState(l,l.state,null)}function gc(r,l,c,m){var y=r.stateNode;y.props=c,y.state=r.memoizedState,y.refs={},em(r);var _=l.contextType;typeof _=="object"&&_!==null?y.context=Fr(_):(_=Pn(l)?qi:hn.current,y.context=Qi(r,_)),y.state=r.memoizedState,_=l.getDerivedStateFromProps,typeof _=="function"&&(om(r,l,_,c),y.state=r.memoizedState),typeof l.getDerivedStateFromProps=="function"||typeof y.getSnapshotBeforeUpdate=="function"||typeof y.UNSAFE_componentWillMount!="function"&&typeof y.componentWillMount!="function"||(l=y.state,typeof y.componentWillMount=="function"&&y.componentWillMount(),typeof y.UNSAFE_componentWillMount=="function"&&y.UNSAFE_componentWillMount(),l!==y.state&&Af.enqueueReplaceState(y,y.state,null),oc(r,c,y,m),y.state=r.memoizedState),typeof y.componentDidMount=="function"&&(r.flags|=4194308)}function Ka(r,l){try{var c="",m=l;do c+=Me(m),m=m.return;while(m);var y=c}catch(_){y=`
|
|
32
32
|
Error generating stack: `+_.message+`
|
|
33
|
-
`+_.stack}return{value:r,source:l,stack:y,digest:null}}function lm(r,l,c){return{value:r,source:null,stack:c??null,digest:l??null}}function am(r,l){try{console.error(l.value)}catch(c){setTimeout(function(){throw c})}}var Ff=typeof WeakMap=="function"?WeakMap:Map;function Ky(r,l,c){c=Xo(-1,c),c.tag=3,c.payload={element:null};var m=l.value;return c.callback=function(){es||(es=!0,Wa=m),am(r,l)},c}function um(r,l,c){c=Xo(-1,c),c.tag=3;var m=r.type.getDerivedStateFromError;if(typeof m=="function"){var y=l.value;c.payload=function(){return m(y)},c.callback=function(){am(r,l)}}var _=r.stateNode;return _!==null&&typeof _.componentDidCatch=="function"&&(c.callback=function(){am(r,l),typeof m!="function"&&(Ul===null?Ul=new Set([this]):Ul.add(this));var $=l.stack;this.componentDidCatch(l.value,{componentStack:$!==null?$:""})}),c}function sm(r,l,c){var m=r.pingCache;if(m===null){m=r.pingCache=new Ff;var y=new Set;m.set(l,y)}else y=m.get(l),y===void 0&&(y=new Set,m.set(l,y));y.has(c)||(y.add(c),r=L1.bind(null,r,l,c),l.then(r,r))}function jy(r){do{var l;if((l=r.tag===13)&&(l=r.memoizedState,l=l!==null?l.dehydrated!==null:!0),l)return r;r=r.return}while(r!==null);return null}function Il(r,l,c,m,y){return r.mode&1?(r.flags|=65536,r.lanes=y,r):(r===l?r.flags|=65536:(r.flags|=128,c.flags|=131072,c.flags&=-52805,c.tag===1&&(c.alternate===null?c.tag=17:(l=Xo(-1,1),l.tag=2,Fl(c,l,1))),c.lanes|=1),r)}var yc=j.ReactCurrentOwner,Ln=!1;function ri(r,l,c,m){l.child=r===null?Ae(l,null,c,m):kn(l,r.child,c,m)}function tr(r,l,c,m,y){c=c.render;var _=l.ref;return sn(l,y),m=Rl(r,l,c,m,_,y),c=io(),r!==null&&!Ln?(l.updateQueue=r.updateQueue,l.flags&=-2053,r.lanes&=~y,zr(r,l,y)):(rn&&c&&cf(l),l.flags|=1,ri(r,l,m,y),l.child)}function ja(r,l,c,m,y){if(r===null){var _=c.type;return typeof _=="function"&&!Em(_)&&_.defaultProps===void 0&&c.compare===null&&c.defaultProps===void 0?(l.tag=15,l.type=_,vt(r,l,_,m,y)):(r=Ac(c.type,null,m,l,l.mode,y),r.ref=l.ref,r.return=l,l.child=r)}if(_=r.child,!(r.lanes&y)){var $=_.memoizedProps;if(c=c.compare,c=c!==null?c:qs,c($,m)&&r.ref===l.ref)return zr(r,l,y)}return l.flags|=1,r=Kl(_,m),r.ref=l.ref,r.return=l,l.child=r}function vt(r,l,c,m,y){if(r!==null){var _=r.memoizedProps;if(qs(_,m)&&r.ref===l.ref)if(Ln=!1,l.pendingProps=m=_,(r.lanes&y)!==0)r.flags&131072&&(Ln=!0);else return l.lanes=r.lanes,zr(r,l,y)}return Hy(r,l,c,m,y)}function bc(r,l,c){var m=l.pendingProps,y=m.children,_=r!==null?r.memoizedState:null;if(m.mode==="hidden")if(!(l.mode&1))l.memoizedState={baseLanes:0,cachePool:null,transitions:null},Xe(Xu,mr),mr|=c;else{if(!(c&1073741824))return r=_!==null?_.baseLanes|c:c,l.lanes=l.childLanes=1073741824,l.memoizedState={baseLanes:r,cachePool:null,transitions:null},l.updateQueue=null,Xe(Xu,mr),mr|=r,null;l.memoizedState={baseLanes:0,cachePool:null,transitions:null},m=_!==null?_.baseLanes:c,Xe(Xu,mr),mr|=m}else _!==null?(m=_.baseLanes|c,l.memoizedState=null):m=c,Xe(Xu,mr),mr|=m;return ri(r,l,y,c),l.child}function cm(r,l){var c=l.ref;(r===null&&c!==null||r!==null&&r.ref!==c)&&(l.flags|=512,l.flags|=2097152)}function Hy(r,l,c,m,y){var _=Pn(c)?qi:hn.current;return _=Qi(l,_),sn(l,y),c=Rl(r,l,c,m,_,y),m=io(),r!==null&&!Ln?(l.updateQueue=r.updateQueue,l.flags&=-2053,r.lanes&=~y,zr(r,l,y)):(rn&&m&&cf(l),l.flags|=1,ri(r,l,c,y),l.child)}function Wy(r,l,c,m,y){if(Pn(c)){var _=!0;qn(l)}else _=!1;if(sn(l,y),l.stateNode===null)Rr(r,l),Of(l,c,m),gc(l,c,m,y),m=!0;else if(r===null){var $=l.stateNode,I=l.memoizedProps;$.props=I;var W=$.context,se=c.contextType;typeof se=="object"&&se!==null?se=Fr(se):(se=Pn(c)?qi:hn.current,se=Qi(l,se));var Ce=c.getDerivedStateFromProps,Se=typeof Ce=="function"||typeof $.getSnapshotBeforeUpdate=="function";Se||typeof $.UNSAFE_componentWillReceiveProps!="function"&&typeof $.componentWillReceiveProps!="function"||(I!==m||W!==se)&&Vy(l,$,m,se),vr=!1;var Ee=l.memoizedState;$.state=Ee,oc(l,m,$,y),W=l.memoizedState,I!==m||Ee!==W||Un.current||vr?(typeof Ce=="function"&&(om(l,c,Ce,m),W=l.memoizedState),(I=vr||Uy(l,c,I,m,Ee,W,se))?(Se||typeof $.UNSAFE_componentWillMount!="function"&&typeof $.componentWillMount!="function"||(typeof $.componentWillMount=="function"&&$.componentWillMount(),typeof $.UNSAFE_componentWillMount=="function"&&$.UNSAFE_componentWillMount()),typeof $.componentDidMount=="function"&&(l.flags|=4194308)):(typeof $.componentDidMount=="function"&&(l.flags|=4194308),l.memoizedProps=m,l.memoizedState=W),$.props=m,$.state=W,$.context=se,m=I):(typeof $.componentDidMount=="function"&&(l.flags|=4194308),m=!1)}else{$=l.stateNode,Ry(r,l),I=l.memoizedProps,se=l.type===l.elementType?I:ro(l.type,I),$.props=se,Se=l.pendingProps,Ee=$.context,W=c.contextType,typeof W=="object"&&W!==null?W=Fr(W):(W=Pn(c)?qi:hn.current,W=Qi(l,W));var ze=c.getDerivedStateFromProps;(Ce=typeof ze=="function"||typeof $.getSnapshotBeforeUpdate=="function")||typeof $.UNSAFE_componentWillReceiveProps!="function"&&typeof $.componentWillReceiveProps!="function"||(I!==Se||Ee!==W)&&Vy(l,$,m,W),vr=!1,Ee=l.memoizedState,$.state=Ee,oc(l,m,$,y);var Ke=l.memoizedState;I!==Se||Ee!==Ke||Un.current||vr?(typeof ze=="function"&&(om(l,c,ze,m),Ke=l.memoizedState),(se=vr||Uy(l,c,se,m,Ee,Ke,W)||!1)?(Ce||typeof $.UNSAFE_componentWillUpdate!="function"&&typeof $.componentWillUpdate!="function"||(typeof $.componentWillUpdate=="function"&&$.componentWillUpdate(m,Ke,W),typeof $.UNSAFE_componentWillUpdate=="function"&&$.UNSAFE_componentWillUpdate(m,Ke,W)),typeof $.componentDidUpdate=="function"&&(l.flags|=4),typeof $.getSnapshotBeforeUpdate=="function"&&(l.flags|=1024)):(typeof $.componentDidUpdate!="function"||I===r.memoizedProps&&Ee===r.memoizedState||(l.flags|=4),typeof $.getSnapshotBeforeUpdate!="function"||I===r.memoizedProps&&Ee===r.memoizedState||(l.flags|=1024),l.memoizedProps=m,l.memoizedState=Ke),$.props=m,$.state=Ke,$.context=W,m=se):(typeof $.componentDidUpdate!="function"||I===r.memoizedProps&&Ee===r.memoizedState||(l.flags|=4),typeof $.getSnapshotBeforeUpdate!="function"||I===r.memoizedProps&&Ee===r.memoizedState||(l.flags|=1024),m=!1)}return kc(r,l,c,m,_,y)}function kc(r,l,c,m,y,_){cm(r,l);var $=(l.flags&128)!==0;if(!m&&!$)return y&&uf(l,c,!1),zr(r,l,_);m=l.stateNode,yc.current=l;var I=$&&typeof c.getDerivedStateFromError!="function"?null:m.render();return l.flags|=1,r!==null&&$?(l.child=kn(l,r.child,null,_),l.child=kn(l,null,I,_)):ri(r,l,I,_),l.memoizedState=m.state,y&&uf(l,c,!0),l.child}function qu(r){var l=r.stateNode;l.pendingContext?My(r,l.pendingContext,l.pendingContext!==l.context):l.context&&My(r,l.context,!1),nm(r,l.containerInfo)}function Gy(r,l,c,m,y){return Ol(),Qo(y),l.flags|=256,ri(r,l,c,m),l.child}var Rf={dehydrated:null,treeContext:null,retryLane:0};function dm(r){return{baseLanes:r,cachePool:null,transitions:null}}function zf(r,l,c){var m=l.pendingProps,y=cn.current,_=!1,$=(l.flags&128)!==0,I;if((I=$)||(I=r!==null&&r.memoizedState===null?!1:(y&2)!==0),I?(_=!0,l.flags&=-129):(r===null||r.memoizedState!==null)&&(y|=1),Xe(cn,y&1),r===null)return Gv(l),r=l.memoizedState,r!==null&&(r=r.dehydrated,r!==null)?(l.mode&1?r.data==="$!"?l.lanes=8:l.lanes=1073741824:l.lanes=1,null):($=m.children,r=m.fallback,_?(m=l.mode,_=l.child,$={mode:"hidden",children:$},!(m&1)&&_!==null?(_.childLanes=0,_.pendingProps=$):_=jl($,m,0,null),r=nl(r,m,c,null),_.return=l,r.return=l,_.sibling=r,l.child=_,l.child.memoizedState=dm(c),l.memoizedState=Rf,r):fm(l,$));if(y=r.memoizedState,y!==null&&(I=y.dehydrated,I!==null))return Yy(r,l,$,m,I,y,c);if(_){_=m.fallback,$=l.mode,y=r.child,I=y.sibling;var W={mode:"hidden",children:m.children};return!($&1)&&l.child!==y?(m=l.child,m.childLanes=0,m.pendingProps=W,l.deletions=null):(m=Kl(y,W),m.subtreeFlags=y.subtreeFlags&14680064),I!==null?_=Kl(I,_):(_=nl(_,$,c,null),_.flags|=2),_.return=l,m.return=l,m.sibling=_,l.child=m,m=_,_=l.child,$=r.child.memoizedState,$=$===null?dm(c):{baseLanes:$.baseLanes|c,cachePool:null,transitions:$.transitions},_.memoizedState=$,_.childLanes=r.childLanes&~c,l.memoizedState=Rf,m}return _=r.child,r=_.sibling,m=Kl(_,{mode:"visible",children:m.children}),!(l.mode&1)&&(m.lanes=c),m.return=l,m.sibling=null,r!==null&&(c=l.deletions,c===null?(l.deletions=[r],l.flags|=16):c.push(r)),l.child=m,l.memoizedState=null,m}function fm(r,l){return l=jl({mode:"visible",children:l},r.mode,0,null),l.return=r,r.child=l}function xc(r,l,c,m){return m!==null&&Qo(m),kn(l,r.child,null,c),r=fm(l,l.pendingProps.children),r.flags|=2,l.memoizedState=null,r}function Yy(r,l,c,m,y,_,$){if(c)return l.flags&256?(l.flags&=-257,m=lm(Error(o(422))),xc(r,l,$,m)):l.memoizedState!==null?(l.child=r.child,l.flags|=128,null):(_=m.fallback,y=l.mode,m=jl({mode:"visible",children:m.children},y,0,null),_=nl(_,y,$,null),_.flags|=2,m.return=l,_.return=l,m.sibling=_,l.child=m,l.mode&1&&kn(l,r.child,null,$),l.child.memoizedState=dm($),l.memoizedState=Rf,_);if(!(l.mode&1))return xc(r,l,$,null);if(y.data==="$!"){if(m=y.nextSibling&&y.nextSibling.dataset,m)var I=m.dgst;return m=I,_=Error(o(419)),m=lm(_,m,void 0),xc(r,l,$,m)}if(I=($&r.childLanes)!==0,Ln||I){if(m=Kn,m!==null){switch($&-$){case 4:y=2;break;case 16:y=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:y=32;break;case 536870912:y=268435456;break;default:y=0}y=y&(m.suspendedLanes|$)?0:y,y!==0&&y!==_.retryLane&&(_.retryLane=y,pr(r,y),Mi(m,r,y,-1))}return _m(),m=lm(Error(o(421))),xc(r,l,$,m)}return y.data==="$?"?(l.flags|=128,l.child=r.child,l=M1.bind(null,r),y._reactRetry=l,null):(r=_.treeContext,Zi=bo(y.nextSibling),Xi=l,rn=!0,Or=null,r!==null&&($n[Ar++]=Eo,$n[Ar++]=Co,$n[Ar++]=dr,Eo=r.id,Co=r.overflow,dr=l),l=fm(l,m.children),l.flags|=4096,l)}function pm(r,l,c){r.lanes|=l;var m=r.alternate;m!==null&&(m.lanes|=l),Xv(r.return,l,c)}function $i(r,l,c,m,y){var _=r.memoizedState;_===null?r.memoizedState={isBackwards:l,rendering:null,renderingStartTime:0,last:m,tail:c,tailMode:y}:(_.isBackwards=l,_.rendering=null,_.renderingStartTime=0,_.last=m,_.tail=c,_.tailMode=y)}function So(r,l,c){var m=l.pendingProps,y=m.revealOrder,_=m.tail;if(ri(r,l,m.children,c),m=cn.current,m&2)m=m&1|2,l.flags|=128;else{if(r!==null&&r.flags&128)e:for(r=l.child;r!==null;){if(r.tag===13)r.memoizedState!==null&&pm(r,c,l);else if(r.tag===19)pm(r,c,l);else if(r.child!==null){r.child.return=r,r=r.child;continue}if(r===l)break e;for(;r.sibling===null;){if(r.return===null||r.return===l)break e;r=r.return}r.sibling.return=r.return,r=r.sibling}m&=1}if(Xe(cn,m),!(l.mode&1))l.memoizedState=null;else switch(y){case"forwards":for(c=l.child,y=null;c!==null;)r=c.alternate,r!==null&&hf(r)===null&&(y=c),c=c.sibling;c=y,c===null?(y=l.child,l.child=null):(y=c.sibling,c.sibling=null),$i(l,!1,y,c,_);break;case"backwards":for(c=null,y=l.child,l.child=null;y!==null;){if(r=y.alternate,r!==null&&hf(r)===null){l.child=y;break}r=y.sibling,y.sibling=c,c=y,y=r}$i(l,!0,c,null,_);break;case"together":$i(l,!1,null,null,void 0);break;default:l.memoizedState=null}return l.child}function Rr(r,l){!(l.mode&1)&&r!==null&&(r.alternate=null,l.alternate=null,l.flags|=2)}function zr(r,l,c){if(r!==null&&(l.dependencies=r.dependencies),Po|=l.lanes,!(c&l.childLanes))return null;if(r!==null&&l.child!==r.child)throw Error(o(153));if(l.child!==null){for(r=l.child,c=Kl(r,r.pendingProps),l.child=c,c.return=l;r.sibling!==null;)r=r.sibling,c=c.sibling=Kl(r,r.pendingProps),c.return=l;c.sibling=null}return l.child}function _c(r,l,c){switch(l.tag){case 3:qu(l),Ol();break;case 5:Iy(l);break;case 1:Pn(l.type)&&qn(l);break;case 4:nm(l,l.stateNode.containerInfo);break;case 10:var m=l.type._context,y=l.memoizedProps.value;Xe(fr,m._currentValue),m._currentValue=y;break;case 13:if(m=l.memoizedState,m!==null)return m.dehydrated!==null?(Xe(cn,cn.current&1),l.flags|=128,null):c&l.child.childLanes?zf(r,l,c):(Xe(cn,cn.current&1),r=zr(r,l,c),r!==null?r.sibling:null);Xe(cn,cn.current&1);break;case 19:if(m=(c&l.childLanes)!==0,r.flags&128){if(m)return So(r,l,c);l.flags|=128}if(y=l.memoizedState,y!==null&&(y.rendering=null,y.tail=null,y.lastEffect=null),Xe(cn,cn.current),m)break;return null;case 22:case 23:return l.lanes=0,bc(r,l,c)}return zr(r,l,c)}var Ir,Mn,qy,Qy;Ir=function(r,l){for(var c=l.child;c!==null;){if(c.tag===5||c.tag===6)r.appendChild(c.stateNode);else if(c.tag!==4&&c.child!==null){c.child.return=c,c=c.child;continue}if(c===l)break;for(;c.sibling===null;){if(c.return===null||c.return===l)return;c=c.return}c.sibling.return=c.return,c=c.sibling}},Mn=function(){},qy=function(r,l,c,m){var y=r.memoizedProps;if(y!==m){r=l.stateNode,Oa(wo.current);var _=null;switch(c){case"input":y=yt(r,y),m=yt(r,m),_=[];break;case"select":y=z({},y,{value:void 0}),m=z({},m,{value:void 0}),_=[];break;case"textarea":y=kt(r,y),m=kt(r,m),_=[];break;default:typeof y.onClick!="function"&&typeof m.onClick=="function"&&(r.onclick=Pl)}Sn(c,m);var $;c=null;for(se in y)if(!m.hasOwnProperty(se)&&y.hasOwnProperty(se)&&y[se]!=null)if(se==="style"){var I=y[se];for($ in I)I.hasOwnProperty($)&&(c||(c={}),c[$]="")}else se!=="dangerouslySetInnerHTML"&&se!=="children"&&se!=="suppressContentEditableWarning"&&se!=="suppressHydrationWarning"&&se!=="autoFocus"&&(d.hasOwnProperty(se)?_||(_=[]):(_=_||[]).push(se,null));for(se in m){var W=m[se];if(I=y!=null?y[se]:void 0,m.hasOwnProperty(se)&&W!==I&&(W!=null||I!=null))if(se==="style")if(I){for($ in I)!I.hasOwnProperty($)||W&&W.hasOwnProperty($)||(c||(c={}),c[$]="");for($ in W)W.hasOwnProperty($)&&I[$]!==W[$]&&(c||(c={}),c[$]=W[$])}else c||(_||(_=[]),_.push(se,c)),c=W;else se==="dangerouslySetInnerHTML"?(W=W?W.__html:void 0,I=I?I.__html:void 0,W!=null&&I!==W&&(_=_||[]).push(se,W)):se==="children"?typeof W!="string"&&typeof W!="number"||(_=_||[]).push(se,""+W):se!=="suppressContentEditableWarning"&&se!=="suppressHydrationWarning"&&(d.hasOwnProperty(se)?(W!=null&&se==="onScroll"&&zt("scroll",r),_||I===W||(_=[])):(_=_||[]).push(se,W))}c&&(_=_||[]).push("style",c);var se=_;(l.updateQueue=se)&&(l.flags|=4)}},Qy=function(r,l,c,m){c!==m&&(l.flags|=4)};function Ec(r,l){if(!rn)switch(r.tailMode){case"hidden":l=r.tail;for(var c=null;l!==null;)l.alternate!==null&&(c=l),l=l.sibling;c===null?r.tail=null:c.sibling=null;break;case"collapsed":c=r.tail;for(var m=null;c!==null;)c.alternate!==null&&(m=c),c=c.sibling;m===null?l||r.tail===null?r.tail=null:r.tail.sibling=null:m.sibling=null}}function Xn(r){var l=r.alternate!==null&&r.alternate.child===r.child,c=0,m=0;if(l)for(var y=r.child;y!==null;)c|=y.lanes|y.childLanes,m|=y.subtreeFlags&14680064,m|=y.flags&14680064,y.return=r,y=y.sibling;else for(y=r.child;y!==null;)c|=y.lanes|y.childLanes,m|=y.subtreeFlags,m|=y.flags,y.return=r,y=y.sibling;return r.subtreeFlags|=m,r.childLanes=c,l}function Xy(r,l,c){var m=l.pendingProps;switch(df(l),l.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Xn(l),null;case 1:return Pn(l.type)&&ju(),Xn(l),null;case 3:return m=l.stateNode,Fa(),Zt(Un),Zt(hn),Je(),m.pendingContext&&(m.context=m.pendingContext,m.pendingContext=null),(r===null||r.child===null)&&(ff(l)?l.flags|=4:r===null||r.memoizedState.isDehydrated&&!(l.flags&256)||(l.flags|=1024,Or!==null&&(Ga(Or),Or=null))),Mn(r,l),Xn(l),null;case 5:mf(l);var y=Oa(uc.current);if(c=l.type,r!==null&&l.stateNode!=null)qy(r,l,c,m,y),r.ref!==l.ref&&(l.flags|=512,l.flags|=2097152);else{if(!m){if(l.stateNode===null)throw Error(o(166));return Xn(l),null}if(r=Oa(wo.current),ff(l)){m=l.stateNode,c=l.type;var _=l.memoizedProps;switch(m[ko]=l,m[tc]=_,r=(l.mode&1)!==0,c){case"dialog":zt("cancel",m),zt("close",m);break;case"iframe":case"object":case"embed":zt("load",m);break;case"video":case"audio":for(y=0;y<Zs.length;y++)zt(Zs[y],m);break;case"source":zt("error",m);break;case"img":case"image":case"link":zt("error",m),zt("load",m);break;case"details":zt("toggle",m);break;case"input":Rt(m,_),zt("invalid",m);break;case"select":m._wrapperState={wasMultiple:!!_.multiple},zt("invalid",m);break;case"textarea":Tt(m,_),zt("invalid",m)}Sn(c,_),y=null;for(var $ in _)if(_.hasOwnProperty($)){var I=_[$];$==="children"?typeof I=="string"?m.textContent!==I&&(_.suppressHydrationWarning!==!0&&rf(m.textContent,I,r),y=["children",I]):typeof I=="number"&&m.textContent!==""+I&&(_.suppressHydrationWarning!==!0&&rf(m.textContent,I,r),y=["children",""+I]):d.hasOwnProperty($)&&I!=null&&$==="onScroll"&&zt("scroll",m)}switch(c){case"input":Pe(m),ei(m,_,!0);break;case"textarea":Pe(m),gi(m);break;case"select":case"option":break;default:typeof _.onClick=="function"&&(m.onclick=Pl)}m=y,l.updateQueue=m,m!==null&&(l.flags|=4)}else{$=y.nodeType===9?y:y.ownerDocument,r==="http://www.w3.org/1999/xhtml"&&(r=ji(c)),r==="http://www.w3.org/1999/xhtml"?c==="script"?(r=$.createElement("div"),r.innerHTML="<script><\/script>",r=r.removeChild(r.firstChild)):typeof m.is=="string"?r=$.createElement(c,{is:m.is}):(r=$.createElement(c),c==="select"&&($=r,m.multiple?$.multiple=!0:m.size&&($.size=m.size))):r=$.createElementNS(r,c),r[ko]=l,r[tc]=m,Ir(r,l,!1,!1),l.stateNode=r;e:{switch($=Wi(c,m),c){case"dialog":zt("cancel",r),zt("close",r),y=m;break;case"iframe":case"object":case"embed":zt("load",r),y=m;break;case"video":case"audio":for(y=0;y<Zs.length;y++)zt(Zs[y],r);y=m;break;case"source":zt("error",r),y=m;break;case"img":case"image":case"link":zt("error",r),zt("load",r),y=m;break;case"details":zt("toggle",r),y=m;break;case"input":Rt(r,m),y=yt(r,m),zt("invalid",r);break;case"option":y=m;break;case"select":r._wrapperState={wasMultiple:!!m.multiple},y=z({},m,{value:void 0}),zt("invalid",r);break;case"textarea":Tt(r,m),y=kt(r,m),zt("invalid",r);break;default:y=m}Sn(c,y),I=y;for(_ in I)if(I.hasOwnProperty(_)){var W=I[_];_==="style"?pn(r,W):_==="dangerouslySetInnerHTML"?(W=W?W.__html:void 0,W!=null&&xl(r,W)):_==="children"?typeof W=="string"?(c!=="textarea"||W!=="")&&Ne(r,W):typeof W=="number"&&Ne(r,""+W):_!=="suppressContentEditableWarning"&&_!=="suppressHydrationWarning"&&_!=="autoFocus"&&(d.hasOwnProperty(_)?W!=null&&_==="onScroll"&&zt("scroll",r):W!=null&&K(r,_,W,$))}switch(c){case"input":Pe(r),ei(r,m,!1);break;case"textarea":Pe(r),gi(r);break;case"option":m.value!=null&&r.setAttribute("value",""+Be(m.value));break;case"select":r.multiple=!!m.multiple,_=m.value,_!=null?at(r,!!m.multiple,_,!1):m.defaultValue!=null&&at(r,!!m.multiple,m.defaultValue,!0);break;default:typeof y.onClick=="function"&&(r.onclick=Pl)}switch(c){case"button":case"input":case"select":case"textarea":m=!!m.autoFocus;break e;case"img":m=!0;break e;default:m=!1}}m&&(l.flags|=4)}l.ref!==null&&(l.flags|=512,l.flags|=2097152)}return Xn(l),null;case 6:if(r&&l.stateNode!=null)Qy(r,l,r.memoizedProps,m);else{if(typeof m!="string"&&l.stateNode===null)throw Error(o(166));if(c=Oa(uc.current),Oa(wo.current),ff(l)){if(m=l.stateNode,c=l.memoizedProps,m[ko]=l,(_=m.nodeValue!==c)&&(r=Xi,r!==null))switch(r.tag){case 3:rf(m.nodeValue,c,(r.mode&1)!==0);break;case 5:r.memoizedProps.suppressHydrationWarning!==!0&&rf(m.nodeValue,c,(r.mode&1)!==0)}_&&(l.flags|=4)}else m=(c.nodeType===9?c:c.ownerDocument).createTextNode(m),m[ko]=l,l.stateNode=m}return Xn(l),null;case 13:if(Zt(cn),m=l.memoizedState,r===null||r.memoizedState!==null&&r.memoizedState.dehydrated!==null){if(rn&&Zi!==null&&l.mode&1&&!(l.flags&128))rc(),Ol(),l.flags|=98560,_=!1;else if(_=ff(l),m!==null&&m.dehydrated!==null){if(r===null){if(!_)throw Error(o(318));if(_=l.memoizedState,_=_!==null?_.dehydrated:null,!_)throw Error(o(317));_[ko]=l}else Ol(),!(l.flags&128)&&(l.memoizedState=null),l.flags|=4;Xn(l),_=!1}else Or!==null&&(Ga(Or),Or=null),_=!0;if(!_)return l.flags&65536?l:null}return l.flags&128?(l.lanes=c,l):(m=m!==null,m!==(r!==null&&r.memoizedState!==null)&&m&&(l.child.flags|=8192,l.mode&1&&(r===null||cn.current&1?En===0&&(En=3):_m())),l.updateQueue!==null&&(l.flags|=4),Xn(l),null);case 4:return Fa(),Mn(r,l),r===null&&Iu(l.stateNode.containerInfo),Xn(l),null;case 10:return Qv(l.type._context),Xn(l),null;case 17:return Pn(l.type)&&ju(),Xn(l),null;case 19:if(Zt(cn),_=l.memoizedState,_===null)return Xn(l),null;if(m=(l.flags&128)!==0,$=_.rendering,$===null)if(m)Ec(_,!1);else{if(En!==0||r!==null&&r.flags&128)for(r=l.child;r!==null;){if($=hf(r),$!==null){for(l.flags|=128,Ec(_,!1),m=$.updateQueue,m!==null&&(l.updateQueue=m,l.flags|=4),l.subtreeFlags=0,m=c,c=l.child;c!==null;)_=c,r=m,_.flags&=14680066,$=_.alternate,$===null?(_.childLanes=0,_.lanes=r,_.child=null,_.subtreeFlags=0,_.memoizedProps=null,_.memoizedState=null,_.updateQueue=null,_.dependencies=null,_.stateNode=null):(_.childLanes=$.childLanes,_.lanes=$.lanes,_.child=$.child,_.subtreeFlags=0,_.deletions=null,_.memoizedProps=$.memoizedProps,_.memoizedState=$.memoizedState,_.updateQueue=$.updateQueue,_.type=$.type,r=$.dependencies,_.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext}),c=c.sibling;return Xe(cn,cn.current&1|2),l.child}r=r.sibling}_.tail!==null&&Qt()>Ju&&(l.flags|=128,m=!0,Ec(_,!1),l.lanes=4194304)}else{if(!m)if(r=hf($),r!==null){if(l.flags|=128,m=!0,c=r.updateQueue,c!==null&&(l.updateQueue=c,l.flags|=4),Ec(_,!0),_.tail===null&&_.tailMode==="hidden"&&!$.alternate&&!rn)return Xn(l),null}else 2*Qt()-_.renderingStartTime>Ju&&c!==1073741824&&(l.flags|=128,m=!0,Ec(_,!1),l.lanes=4194304);_.isBackwards?($.sibling=l.child,l.child=$):(c=_.last,c!==null?c.sibling=$:l.child=$,_.last=$)}return _.tail!==null?(l=_.tail,_.rendering=l,_.tail=l.sibling,_.renderingStartTime=Qt(),l.sibling=null,c=cn.current,Xe(cn,m?c&1|2:c&1),l):(Xn(l),null);case 22:case 23:return xm(),m=l.memoizedState!==null,r!==null&&r.memoizedState!==null!==m&&(l.flags|=8192),m&&l.mode&1?mr&1073741824&&(Xn(l),l.subtreeFlags&6&&(l.flags|=8192)):Xn(l),null;case 24:return null;case 25:return null}throw Error(o(156,l.tag))}function If(r,l){switch(df(l),l.tag){case 1:return Pn(l.type)&&ju(),r=l.flags,r&65536?(l.flags=r&-65537|128,l):null;case 3:return Fa(),Zt(Un),Zt(hn),Je(),r=l.flags,r&65536&&!(r&128)?(l.flags=r&-65537|128,l):null;case 5:return mf(l),null;case 13:if(Zt(cn),r=l.memoizedState,r!==null&&r.dehydrated!==null){if(l.alternate===null)throw Error(o(340));Ol()}return r=l.flags,r&65536?(l.flags=r&-65537|128,l):null;case 19:return Zt(cn),null;case 4:return Fa(),null;case 10:return Qv(l.type._context),null;case 22:case 23:return xm(),null;case 24:return null;default:return null}}var Cc=!1,xi=!1,S1=typeof WeakSet=="function"?WeakSet:Set,Ve=null;function Qu(r,l){var c=r.ref;if(c!==null)if(typeof c=="function")try{c(null)}catch(m){on(r,l,m)}else c.current=null}function Bf(r,l,c){try{c()}catch(m){on(r,l,m)}}var Zy=!1;function Jy(r,l){if(ec=_a,r=Qs(),qd(r)){if("selectionStart"in r)var c={start:r.selectionStart,end:r.selectionEnd};else e:{c=(c=r.ownerDocument)&&c.defaultView||window;var m=c.getSelection&&c.getSelection();if(m&&m.rangeCount!==0){c=m.anchorNode;var y=m.anchorOffset,_=m.focusNode;m=m.focusOffset;try{c.nodeType,_.nodeType}catch{c=null;break e}var $=0,I=-1,W=-1,se=0,Ce=0,Se=r,Ee=null;t:for(;;){for(var ze;Se!==c||y!==0&&Se.nodeType!==3||(I=$+y),Se!==_||m!==0&&Se.nodeType!==3||(W=$+m),Se.nodeType===3&&($+=Se.nodeValue.length),(ze=Se.firstChild)!==null;)Ee=Se,Se=ze;for(;;){if(Se===r)break t;if(Ee===c&&++se===y&&(I=$),Ee===_&&++Ce===m&&(W=$),(ze=Se.nextSibling)!==null)break;Se=Ee,Ee=Se.parentNode}Se=ze}c=I===-1||W===-1?null:{start:I,end:W}}else c=null}c=c||{start:0,end:0}}else c=null;for(Pa={focusedElem:r,selectionRange:c},_a=!1,Ve=l;Ve!==null;)if(l=Ve,r=l.child,(l.subtreeFlags&1028)!==0&&r!==null)r.return=l,Ve=r;else for(;Ve!==null;){l=Ve;try{var Ke=l.alternate;if(l.flags&1024)switch(l.tag){case 0:case 11:case 15:break;case 1:if(Ke!==null){var We=Ke.memoizedProps,Cn=Ke.memoizedState,te=l.stateNode,q=te.getSnapshotBeforeUpdate(l.elementType===l.type?We:ro(l.type,We),Cn);te.__reactInternalSnapshotBeforeUpdate=q}break;case 3:var oe=l.stateNode.containerInfo;oe.nodeType===1?oe.textContent="":oe.nodeType===9&&oe.documentElement&&oe.removeChild(oe.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(o(163))}}catch(we){on(l,l.return,we)}if(r=l.sibling,r!==null){r.return=l.return,Ve=r;break}Ve=l.return}return Ke=Zy,Zy=!1,Ke}function wc(r,l,c){var m=l.updateQueue;if(m=m!==null?m.lastEffect:null,m!==null){var y=m=m.next;do{if((y.tag&r)===r){var _=y.destroy;y.destroy=void 0,_!==void 0&&Bf(l,c,_)}y=y.next}while(y!==m)}}function Sc(r,l){if(l=l.updateQueue,l=l!==null?l.lastEffect:null,l!==null){var c=l=l.next;do{if((c.tag&r)===r){var m=c.create;c.destroy=m()}c=c.next}while(c!==l)}}function vm(r){var l=r.ref;if(l!==null){var c=r.stateNode;switch(r.tag){case 5:r=c;break;default:r=c}typeof l=="function"?l(r):l.current=r}}function Uf(r){var l=r.alternate;l!==null&&(r.alternate=null,Uf(l)),r.child=null,r.deletions=null,r.sibling=null,r.tag===5&&(l=r.stateNode,l!==null&&(delete l[ko],delete l[tc],delete l[nc],delete l[Ku],delete l[C1])),r.stateNode=null,r.return=null,r.dependencies=null,r.memoizedProps=null,r.memoizedState=null,r.pendingProps=null,r.stateNode=null,r.updateQueue=null}function Tc(r){return r.tag===5||r.tag===3||r.tag===4}function Jo(r){e:for(;;){for(;r.sibling===null;){if(r.return===null||Tc(r.return))return null;r=r.return}for(r.sibling.return=r.return,r=r.sibling;r.tag!==5&&r.tag!==6&&r.tag!==18;){if(r.flags&2||r.child===null||r.tag===4)continue e;r.child.return=r,r=r.child}if(!(r.flags&2))return r.stateNode}}function To(r,l,c){var m=r.tag;if(m===5||m===6)r=r.stateNode,l?c.nodeType===8?c.parentNode.insertBefore(r,l):c.insertBefore(r,l):(c.nodeType===8?(l=c.parentNode,l.insertBefore(r,c)):(l=c,l.appendChild(r)),c=c._reactRootContainer,c!=null||l.onclick!==null||(l.onclick=Pl));else if(m!==4&&(r=r.child,r!==null))for(To(r,l,c),r=r.sibling;r!==null;)To(r,l,c),r=r.sibling}function Do(r,l,c){var m=r.tag;if(m===5||m===6)r=r.stateNode,l?c.insertBefore(r,l):c.appendChild(r);else if(m!==4&&(r=r.child,r!==null))for(Do(r,l,c),r=r.sibling;r!==null;)Do(r,l,c),r=r.sibling}var _n=null,Ni=!1;function Li(r,l,c){for(c=c.child;c!==null;)eb(r,l,c),c=c.sibling}function eb(r,l,c){if(Jr&&typeof Jr.onCommitFiberUnmount=="function")try{Jr.onCommitFiberUnmount(Is,c)}catch{}switch(c.tag){case 5:xi||Qu(c,l);case 6:var m=_n,y=Ni;_n=null,Li(r,l,c),_n=m,Ni=y,_n!==null&&(Ni?(r=_n,c=c.stateNode,r.nodeType===8?r.parentNode.removeChild(c):r.removeChild(c)):_n.removeChild(c.stateNode));break;case 18:_n!==null&&(Ni?(r=_n,c=c.stateNode,r.nodeType===8?Vu(r.parentNode,c):r.nodeType===1&&Vu(r,c),Sl(r)):Vu(_n,c.stateNode));break;case 4:m=_n,y=Ni,_n=c.stateNode.containerInfo,Ni=!0,Li(r,l,c),_n=m,Ni=y;break;case 0:case 11:case 14:case 15:if(!xi&&(m=c.updateQueue,m!==null&&(m=m.lastEffect,m!==null))){y=m=m.next;do{var _=y,$=_.destroy;_=_.tag,$!==void 0&&(_&2||_&4)&&Bf(c,l,$),y=y.next}while(y!==m)}Li(r,l,c);break;case 1:if(!xi&&(Qu(c,l),m=c.stateNode,typeof m.componentWillUnmount=="function"))try{m.props=c.memoizedProps,m.state=c.memoizedState,m.componentWillUnmount()}catch(I){on(c,l,I)}Li(r,l,c);break;case 21:Li(r,l,c);break;case 22:c.mode&1?(xi=(m=xi)||c.memoizedState!==null,Li(r,l,c),xi=m):Li(r,l,c);break;default:Li(r,l,c)}}function tb(r){var l=r.updateQueue;if(l!==null){r.updateQueue=null;var c=r.stateNode;c===null&&(c=r.stateNode=new S1),l.forEach(function(m){var y=cb.bind(null,r,m);c.has(m)||(c.add(m),m.then(y,y))})}}function oo(r,l){var c=l.deletions;if(c!==null)for(var m=0;m<c.length;m++){var y=c[m];try{var _=r,$=l,I=$;e:for(;I!==null;){switch(I.tag){case 5:_n=I.stateNode,Ni=!1;break e;case 3:_n=I.stateNode.containerInfo,Ni=!0;break e;case 4:_n=I.stateNode.containerInfo,Ni=!0;break e}I=I.return}if(_n===null)throw Error(o(160));eb(_,$,y),_n=null,Ni=!1;var W=y.alternate;W!==null&&(W.return=null),y.return=null}catch(se){on(y,l,se)}}if(l.subtreeFlags&12854)for(l=l.child;l!==null;)mm(l,r),l=l.sibling}function mm(r,l){var c=r.alternate,m=r.flags;switch(r.tag){case 0:case 11:case 14:case 15:if(oo(l,r),nr(r),m&4){try{wc(3,r,r.return),Sc(3,r)}catch(We){on(r,r.return,We)}try{wc(5,r,r.return)}catch(We){on(r,r.return,We)}}break;case 1:oo(l,r),nr(r),m&512&&c!==null&&Qu(c,c.return);break;case 5:if(oo(l,r),nr(r),m&512&&c!==null&&Qu(c,c.return),r.flags&32){var y=r.stateNode;try{Ne(y,"")}catch(We){on(r,r.return,We)}}if(m&4&&(y=r.stateNode,y!=null)){var _=r.memoizedProps,$=c!==null?c.memoizedProps:_,I=r.type,W=r.updateQueue;if(r.updateQueue=null,W!==null)try{I==="input"&&_.type==="radio"&&_.name!=null&&In(y,_),Wi(I,$);var se=Wi(I,_);for($=0;$<W.length;$+=2){var Ce=W[$],Se=W[$+1];Ce==="style"?pn(y,Se):Ce==="dangerouslySetInnerHTML"?xl(y,Se):Ce==="children"?Ne(y,Se):K(y,Ce,Se,se)}switch(I){case"input":ft(y,_);break;case"textarea":Qr(y,_);break;case"select":var Ee=y._wrapperState.wasMultiple;y._wrapperState.wasMultiple=!!_.multiple;var ze=_.value;ze!=null?at(y,!!_.multiple,ze,!1):Ee!==!!_.multiple&&(_.defaultValue!=null?at(y,!!_.multiple,_.defaultValue,!0):at(y,!!_.multiple,_.multiple?[]:"",!1))}y[tc]=_}catch(We){on(r,r.return,We)}}break;case 6:if(oo(l,r),nr(r),m&4){if(r.stateNode===null)throw Error(o(162));y=r.stateNode,_=r.memoizedProps;try{y.nodeValue=_}catch(We){on(r,r.return,We)}}break;case 3:if(oo(l,r),nr(r),m&4&&c!==null&&c.memoizedState.isDehydrated)try{Sl(l.containerInfo)}catch(We){on(r,r.return,We)}break;case 4:oo(l,r),nr(r);break;case 13:oo(l,r),nr(r),y=r.child,y.flags&8192&&(_=y.memoizedState!==null,y.stateNode.isHidden=_,!_||y.alternate!==null&&y.alternate.memoizedState!==null||(ym=Qt())),m&4&&tb(r);break;case 22:if(Ce=c!==null&&c.memoizedState!==null,r.mode&1?(xi=(se=xi)||Ce,oo(l,r),xi=se):oo(l,r),nr(r),m&8192){if(se=r.memoizedState!==null,(r.stateNode.isHidden=se)&&!Ce&&r.mode&1)for(Ve=r,Ce=r.child;Ce!==null;){for(Se=Ve=Ce;Ve!==null;){switch(Ee=Ve,ze=Ee.child,Ee.tag){case 0:case 11:case 14:case 15:wc(4,Ee,Ee.return);break;case 1:Qu(Ee,Ee.return);var Ke=Ee.stateNode;if(typeof Ke.componentWillUnmount=="function"){m=Ee,c=Ee.return;try{l=m,Ke.props=l.memoizedProps,Ke.state=l.memoizedState,Ke.componentWillUnmount()}catch(We){on(m,c,We)}}break;case 5:Qu(Ee,Ee.return);break;case 22:if(Ee.memoizedState!==null){Dc(Se);continue}}ze!==null?(ze.return=Ee,Ve=ze):Dc(Se)}Ce=Ce.sibling}e:for(Ce=null,Se=r;;){if(Se.tag===5){if(Ce===null){Ce=Se;try{y=Se.stateNode,se?(_=y.style,typeof _.setProperty=="function"?_.setProperty("display","none","important"):_.display="none"):(I=Se.stateNode,W=Se.memoizedProps.style,$=W!=null&&W.hasOwnProperty("display")?W.display:null,I.style.display=Ot("display",$))}catch(We){on(r,r.return,We)}}}else if(Se.tag===6){if(Ce===null)try{Se.stateNode.nodeValue=se?"":Se.memoizedProps}catch(We){on(r,r.return,We)}}else if((Se.tag!==22&&Se.tag!==23||Se.memoizedState===null||Se===r)&&Se.child!==null){Se.child.return=Se,Se=Se.child;continue}if(Se===r)break e;for(;Se.sibling===null;){if(Se.return===null||Se.return===r)break e;Ce===Se&&(Ce=null),Se=Se.return}Ce===Se&&(Ce=null),Se.sibling.return=Se.return,Se=Se.sibling}}break;case 19:oo(l,r),nr(r),m&4&&tb(r);break;case 21:break;default:oo(l,r),nr(r)}}function nr(r){var l=r.flags;if(l&2){try{e:{for(var c=r.return;c!==null;){if(Tc(c)){var m=c;break e}c=c.return}throw Error(o(160))}switch(m.tag){case 5:var y=m.stateNode;m.flags&32&&(Ne(y,""),m.flags&=-33);var _=Jo(r);Do(r,_,y);break;case 3:case 4:var $=m.stateNode.containerInfo,I=Jo(r);To(r,I,$);break;default:throw Error(o(161))}}catch(W){on(r,r.return,W)}r.flags&=-3}l&4096&&(r.flags&=-4097)}function T1(r,l,c){Ve=r,hm(r)}function hm(r,l,c){for(var m=(r.mode&1)!==0;Ve!==null;){var y=Ve,_=y.child;if(y.tag===22&&m){var $=y.memoizedState!==null||Cc;if(!$){var I=y.alternate,W=I!==null&&I.memoizedState!==null||xi;I=Cc;var se=xi;if(Cc=$,(xi=W)&&!se)for(Ve=y;Ve!==null;)$=Ve,W=$.child,$.tag===22&&$.memoizedState!==null?gm(y):W!==null?(W.return=$,Ve=W):gm(y);for(;_!==null;)Ve=_,hm(_),_=_.sibling;Ve=y,Cc=I,xi=se}nb(r)}else y.subtreeFlags&8772&&_!==null?(_.return=y,Ve=_):nb(r)}}function nb(r){for(;Ve!==null;){var l=Ve;if(l.flags&8772){var c=l.alternate;try{if(l.flags&8772)switch(l.tag){case 0:case 11:case 15:xi||Sc(5,l);break;case 1:var m=l.stateNode;if(l.flags&4&&!xi)if(c===null)m.componentDidMount();else{var y=l.elementType===l.type?c.memoizedProps:ro(l.type,c.memoizedProps);m.componentDidUpdate(y,c.memoizedState,m.__reactInternalSnapshotBeforeUpdate)}var _=l.updateQueue;_!==null&&tm(l,_,m);break;case 3:var $=l.updateQueue;if($!==null){if(c=null,l.child!==null)switch(l.child.tag){case 5:c=l.child.stateNode;break;case 1:c=l.child.stateNode}tm(l,$,c)}break;case 5:var I=l.stateNode;if(c===null&&l.flags&4){c=I;var W=l.memoizedProps;switch(l.type){case"button":case"input":case"select":case"textarea":W.autoFocus&&c.focus();break;case"img":W.src&&(c.src=W.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(l.memoizedState===null){var se=l.alternate;if(se!==null){var Ce=se.memoizedState;if(Ce!==null){var Se=Ce.dehydrated;Se!==null&&Sl(Se)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(o(163))}xi||l.flags&512&&vm(l)}catch(Ee){on(l,l.return,Ee)}}if(l===r){Ve=null;break}if(c=l.sibling,c!==null){c.return=l.return,Ve=c;break}Ve=l.return}}function Dc(r){for(;Ve!==null;){var l=Ve;if(l===r){Ve=null;break}var c=l.sibling;if(c!==null){c.return=l.return,Ve=c;break}Ve=l.return}}function gm(r){for(;Ve!==null;){var l=Ve;try{switch(l.tag){case 0:case 11:case 15:var c=l.return;try{Sc(4,l)}catch(W){on(l,c,W)}break;case 1:var m=l.stateNode;if(typeof m.componentDidMount=="function"){var y=l.return;try{m.componentDidMount()}catch(W){on(l,y,W)}}var _=l.return;try{vm(l)}catch(W){on(l,_,W)}break;case 5:var $=l.return;try{vm(l)}catch(W){on(l,$,W)}}}catch(W){on(l,l.return,W)}if(l===r){Ve=null;break}var I=l.sibling;if(I!==null){I.return=l.return,Ve=I;break}Ve=l.return}}var D1=Math.ceil,Bl=j.ReactCurrentDispatcher,Ha=j.ReactCurrentOwner,oi=j.ReactCurrentBatchConfig,Ct=0,Kn=null,An=null,li=0,mr=0,Xu=Mr(0),En=0,Pc=null,Po=0,Zu=0,Vf=0,$c=null,ir=null,ym=0,Ju=1/0,hr=null,es=!1,Wa=null,Ul=null,Kf=!1,el=null,Nc=0,Vl=0,ts=null,Lc=-1,_i=0;function On(){return Ct&6?Qt():Lc!==-1?Lc:Lc=Qt()}function $o(r){return r.mode&1?Ct&2&&li!==0?li&-li:w1.transition!==null?(_i===0&&(_i=Od()),_i):(r=Vt,r!==0||(r=window.event,r=r===void 0?16:Id(r.type)),r):1}function Mi(r,l,c,m){if(50<Vl)throw Vl=0,ts=null,Error(o(185));ka(r,c,m),(!(Ct&2)||r!==Kn)&&(r===Kn&&(!(Ct&2)&&(Zu|=c),En===4&&lo(r,li)),rr(r,m),c===1&&Ct===0&&!(l.mode&1)&&(Ju=Qt()+500,Hu&&_o()))}function rr(r,l){var c=r.callbackNode;vv(r,l);var m=ba(r,r===Kn?li:0);if(m===0)c!==null&&Xg(c),r.callbackNode=null,r.callbackPriority=0;else if(l=m&-m,r.callbackPriority!==l){if(c!=null&&Xg(c),l===1)r.tag===0?Nl(bm.bind(null,r)):sf(bm.bind(null,r)),Uu(function(){!(Ct&6)&&_o()}),c=null;else{switch(gv(m)){case 1:c=ga;break;case 4:c=dv;break;case 16:c=zs;break;case 536870912:c=fv;break;default:c=zs}c=fb(c,jf.bind(null,r))}r.callbackPriority=l,r.callbackNode=c}}function jf(r,l){if(Lc=-1,_i=0,Ct&6)throw Error(o(327));var c=r.callbackNode;if(ns()&&r.callbackNode!==c)return null;var m=ba(r,r===Kn?li:0);if(m===0)return null;if(m&30||m&r.expiredLanes||l)l=Hf(r,m);else{l=m;var y=Ct;Ct|=2;var _=rb();(Kn!==r||li!==l)&&(hr=null,Ju=Qt()+500,tl(r,l));do try{ob();break}catch(I){ib(r,I)}while(!0);qv(),Bl.current=_,Ct=y,An!==null?l=0:(Kn=null,li=0,l=En)}if(l!==0){if(l===2&&(y=mv(r),y!==0&&(m=y,l=Mc(r,y))),l===1)throw c=Pc,tl(r,0),lo(r,m),rr(r,Qt()),c;if(l===6)lo(r,m);else{if(y=r.current.alternate,!(m&30)&&!P1(y)&&(l=Hf(r,m),l===2&&(_=mv(r),_!==0&&(m=_,l=Mc(r,_))),l===1))throw c=Pc,tl(r,0),lo(r,m),rr(r,Qt()),c;switch(r.finishedWork=y,r.finishedLanes=m,l){case 0:case 1:throw Error(o(345));case 2:qa(r,ir,hr);break;case 3:if(lo(r,m),(m&130023424)===m&&(l=ym+500-Qt(),10<l)){if(ba(r,0)!==0)break;if(y=r.suspendedLanes,(y&m)!==m){On(),r.pingedLanes|=r.suspendedLanes&y;break}r.timeoutHandle=lf(qa.bind(null,r,ir,hr),l);break}qa(r,ir,hr);break;case 4:if(lo(r,m),(m&4194240)===m)break;for(l=r.eventTimes,y=-1;0<m;){var $=31-Dr(m);_=1<<$,$=l[$],$>y&&(y=$),m&=~_}if(m=y,m=Qt()-m,m=(120>m?120:480>m?480:1080>m?1080:1920>m?1920:3e3>m?3e3:4320>m?4320:1960*D1(m/1960))-m,10<m){r.timeoutHandle=lf(qa.bind(null,r,ir,hr),m);break}qa(r,ir,hr);break;case 5:qa(r,ir,hr);break;default:throw Error(o(329))}}}return rr(r,Qt()),r.callbackNode===c?jf.bind(null,r):null}function Mc(r,l){var c=$c;return r.current.memoizedState.isDehydrated&&(tl(r,l).flags|=256),r=Hf(r,l),r!==2&&(l=ir,ir=c,l!==null&&Ga(l)),r}function Ga(r){ir===null?ir=r:ir.push.apply(ir,r)}function P1(r){for(var l=r;;){if(l.flags&16384){var c=l.updateQueue;if(c!==null&&(c=c.stores,c!==null))for(var m=0;m<c.length;m++){var y=c[m],_=y.getSnapshot;y=y.value;try{if(!to(_(),y))return!1}catch{return!1}}}if(c=l.child,l.subtreeFlags&16384&&c!==null)c.return=l,l=c;else{if(l===r)break;for(;l.sibling===null;){if(l.return===null||l.return===r)return!0;l=l.return}l.sibling.return=l.return,l=l.sibling}}return!0}function lo(r,l){for(l&=~Vf,l&=~Zu,r.suspendedLanes|=l,r.pingedLanes&=~l,r=r.expirationTimes;0<l;){var c=31-Dr(l),m=1<<c;r[c]=-1,l&=~m}}function bm(r){if(Ct&6)throw Error(o(327));ns();var l=ba(r,0);if(!(l&1))return rr(r,Qt()),null;var c=Hf(r,l);if(r.tag!==0&&c===2){var m=mv(r);m!==0&&(l=m,c=Mc(r,m))}if(c===1)throw c=Pc,tl(r,0),lo(r,l),rr(r,Qt()),c;if(c===6)throw Error(o(345));return r.finishedWork=r.current.alternate,r.finishedLanes=l,qa(r,ir,hr),rr(r,Qt()),null}function km(r,l){var c=Ct;Ct|=1;try{return r(l)}finally{Ct=c,Ct===0&&(Ju=Qt()+500,Hu&&_o())}}function Ya(r){el!==null&&el.tag===0&&!(Ct&6)&&ns();var l=Ct;Ct|=1;var c=oi.transition,m=Vt;try{if(oi.transition=null,Vt=1,r)return r()}finally{Vt=m,oi.transition=c,Ct=l,!(Ct&6)&&_o()}}function xm(){mr=Xu.current,Zt(Xu)}function tl(r,l){r.finishedWork=null,r.finishedLanes=0;var c=r.timeoutHandle;if(c!==-1&&(r.timeoutHandle=-1,jv(c)),An!==null)for(c=An.return;c!==null;){var m=c;switch(df(m),m.tag){case 1:m=m.type.childContextTypes,m!=null&&ju();break;case 3:Fa(),Zt(Un),Zt(hn),Je();break;case 5:mf(m);break;case 4:Fa();break;case 13:Zt(cn);break;case 19:Zt(cn);break;case 10:Qv(m.type._context);break;case 22:case 23:xm()}c=c.return}if(Kn=r,An=r=Kl(r.current,null),li=mr=l,En=0,Pc=null,Vf=Zu=Po=0,ir=$c=null,Aa!==null){for(l=0;l<Aa.length;l++)if(c=Aa[l],m=c.interleaved,m!==null){c.interleaved=null;var y=m.next,_=c.pending;if(_!==null){var $=_.next;_.next=y,m.next=$}c.pending=m}Aa=null}return r}function ib(r,l){do{var c=An;try{if(qv(),gt.current=Va,gf){for(var m=$t.memoizedState;m!==null;){var y=m.queue;y!==null&&(y.pending=null),m=m.next}gf=!1}if(Wt=0,Qn=Nn=$t=null,cc=!1,Ra=0,Ha.current=null,c===null||c.return===null){En=1,Pc=l,An=null;break}e:{var _=r,$=c.return,I=c,W=l;if(l=li,I.flags|=32768,W!==null&&typeof W=="object"&&typeof W.then=="function"){var se=W,Ce=I,Se=Ce.tag;if(!(Ce.mode&1)&&(Se===0||Se===11||Se===15)){var Ee=Ce.alternate;Ee?(Ce.updateQueue=Ee.updateQueue,Ce.memoizedState=Ee.memoizedState,Ce.lanes=Ee.lanes):(Ce.updateQueue=null,Ce.memoizedState=null)}var ze=jy($);if(ze!==null){ze.flags&=-257,Il(ze,$,I,_,l),ze.mode&1&&sm(_,se,l),l=ze,W=se;var Ke=l.updateQueue;if(Ke===null){var We=new Set;We.add(W),l.updateQueue=We}else Ke.add(W);break e}else{if(!(l&1)){sm(_,se,l),_m();break e}W=Error(o(426))}}else if(rn&&I.mode&1){var Cn=jy($);if(Cn!==null){!(Cn.flags&65536)&&(Cn.flags|=256),Il(Cn,$,I,_,l),Qo(Ka(W,I));break e}}_=W=Ka(W,I),En!==4&&(En=2),$c===null?$c=[_]:$c.push(_),_=$;do{switch(_.tag){case 3:_.flags|=65536,l&=-l,_.lanes|=l;var te=Ky(_,W,l);zy(_,te);break e;case 1:I=W;var q=_.type,oe=_.stateNode;if(!(_.flags&128)&&(typeof q.getDerivedStateFromError=="function"||oe!==null&&typeof oe.componentDidCatch=="function"&&(Ul===null||!Ul.has(oe)))){_.flags|=65536,l&=-l,_.lanes|=l;var we=um(_,I,l);zy(_,we);break e}}_=_.return}while(_!==null)}ab(c)}catch(je){l=je,An===c&&c!==null&&(An=c=c.return);continue}break}while(!0)}function rb(){var r=Bl.current;return Bl.current=Va,r===null?Va:r}function _m(){(En===0||En===3||En===2)&&(En=4),Kn===null||!(Po&268435455)&&!(Zu&268435455)||lo(Kn,li)}function Hf(r,l){var c=Ct;Ct|=2;var m=rb();(Kn!==r||li!==l)&&(hr=null,tl(r,l));do try{$1();break}catch(y){ib(r,y)}while(!0);if(qv(),Ct=c,Bl.current=m,An!==null)throw Error(o(261));return Kn=null,li=0,En}function $1(){for(;An!==null;)lb(An)}function ob(){for(;An!==null&&!Zg();)lb(An)}function lb(r){var l=db(r.alternate,r,mr);r.memoizedProps=r.pendingProps,l===null?ab(r):An=l,Ha.current=null}function ab(r){var l=r;do{var c=l.alternate;if(r=l.return,l.flags&32768){if(c=If(c,l),c!==null){c.flags&=32767,An=c;return}if(r!==null)r.flags|=32768,r.subtreeFlags=0,r.deletions=null;else{En=6,An=null;return}}else if(c=Xy(c,l,mr),c!==null){An=c;return}if(l=l.sibling,l!==null){An=l;return}An=l=r}while(l!==null);En===0&&(En=5)}function qa(r,l,c){var m=Vt,y=oi.transition;try{oi.transition=null,Vt=1,N1(r,l,c,m)}finally{oi.transition=y,Vt=m}return null}function N1(r,l,c,m){do ns();while(el!==null);if(Ct&6)throw Error(o(327));c=r.finishedWork;var y=r.finishedLanes;if(c===null)return null;if(r.finishedWork=null,r.finishedLanes=0,c===r.current)throw Error(o(177));r.callbackNode=null,r.callbackPriority=0;var _=c.lanes|c.childLanes;if(l1(r,_),r===Kn&&(An=Kn=null,li=0),!(c.subtreeFlags&2064)&&!(c.flags&2064)||Kf||(Kf=!0,fb(zs,function(){return ns(),null})),_=(c.flags&15990)!==0,c.subtreeFlags&15990||_){_=oi.transition,oi.transition=null;var $=Vt;Vt=1;var I=Ct;Ct|=4,Ha.current=null,Jy(r,c),mm(c,r),Ru(Pa),_a=!!ec,Pa=ec=null,r.current=c,T1(c),n1(),Ct=I,Vt=$,oi.transition=_}else r.current=c;if(Kf&&(Kf=!1,el=r,Nc=y),_=r.pendingLanes,_===0&&(Ul=null),ey(c.stateNode),rr(r,Qt()),l!==null)for(m=r.onRecoverableError,c=0;c<l.length;c++)y=l[c],m(y.value,{componentStack:y.stack,digest:y.digest});if(es)throw es=!1,r=Wa,Wa=null,r;return Nc&1&&r.tag!==0&&ns(),_=r.pendingLanes,_&1?r===ts?Vl++:(Vl=0,ts=r):Vl=0,_o(),null}function ns(){if(el!==null){var r=gv(Nc),l=oi.transition,c=Vt;try{if(oi.transition=null,Vt=16>r?16:r,el===null)var m=!1;else{if(r=el,el=null,Nc=0,Ct&6)throw Error(o(331));var y=Ct;for(Ct|=4,Ve=r.current;Ve!==null;){var _=Ve,$=_.child;if(Ve.flags&16){var I=_.deletions;if(I!==null){for(var W=0;W<I.length;W++){var se=I[W];for(Ve=se;Ve!==null;){var Ce=Ve;switch(Ce.tag){case 0:case 11:case 15:wc(8,Ce,_)}var Se=Ce.child;if(Se!==null)Se.return=Ce,Ve=Se;else for(;Ve!==null;){Ce=Ve;var Ee=Ce.sibling,ze=Ce.return;if(Uf(Ce),Ce===se){Ve=null;break}if(Ee!==null){Ee.return=ze,Ve=Ee;break}Ve=ze}}}var Ke=_.alternate;if(Ke!==null){var We=Ke.child;if(We!==null){Ke.child=null;do{var Cn=We.sibling;We.sibling=null,We=Cn}while(We!==null)}}Ve=_}}if(_.subtreeFlags&2064&&$!==null)$.return=_,Ve=$;else e:for(;Ve!==null;){if(_=Ve,_.flags&2048)switch(_.tag){case 0:case 11:case 15:wc(9,_,_.return)}var te=_.sibling;if(te!==null){te.return=_.return,Ve=te;break e}Ve=_.return}}var q=r.current;for(Ve=q;Ve!==null;){$=Ve;var oe=$.child;if($.subtreeFlags&2064&&oe!==null)oe.return=$,Ve=oe;else e:for($=q;Ve!==null;){if(I=Ve,I.flags&2048)try{switch(I.tag){case 0:case 11:case 15:Sc(9,I)}}catch(je){on(I,I.return,je)}if(I===$){Ve=null;break e}var we=I.sibling;if(we!==null){we.return=I.return,Ve=we;break e}Ve=I.return}}if(Ct=y,_o(),Jr&&typeof Jr.onPostCommitFiberRoot=="function")try{Jr.onPostCommitFiberRoot(Is,r)}catch{}m=!0}return m}finally{Vt=c,oi.transition=l}}return!1}function ub(r,l,c){l=Ka(c,l),l=Ky(r,l,1),r=Fl(r,l,1),l=On(),r!==null&&(ka(r,1,l),rr(r,l))}function on(r,l,c){if(r.tag===3)ub(r,r,c);else for(;l!==null;){if(l.tag===3){ub(l,r,c);break}else if(l.tag===1){var m=l.stateNode;if(typeof l.type.getDerivedStateFromError=="function"||typeof m.componentDidCatch=="function"&&(Ul===null||!Ul.has(m))){r=Ka(c,r),r=um(l,r,1),l=Fl(l,r,1),r=On(),l!==null&&(ka(l,1,r),rr(l,r));break}}l=l.return}}function L1(r,l,c){var m=r.pingCache;m!==null&&m.delete(l),l=On(),r.pingedLanes|=r.suspendedLanes&c,Kn===r&&(li&c)===c&&(En===4||En===3&&(li&130023424)===li&&500>Qt()-ym?tl(r,0):Vf|=c),rr(r,l)}function sb(r,l){l===0&&(r.mode&1?(l=eo,eo<<=1,!(eo&130023424)&&(eo=4194304)):l=1);var c=On();r=pr(r,l),r!==null&&(ka(r,l,c),rr(r,c))}function M1(r){var l=r.memoizedState,c=0;l!==null&&(c=l.retryLane),sb(r,c)}function cb(r,l){var c=0;switch(r.tag){case 13:var m=r.stateNode,y=r.memoizedState;y!==null&&(c=y.retryLane);break;case 19:m=r.stateNode;break;default:throw Error(o(314))}m!==null&&m.delete(l),sb(r,c)}var db;db=function(r,l,c){if(r!==null)if(r.memoizedProps!==l.pendingProps||Un.current)Ln=!0;else{if(!(r.lanes&c)&&!(l.flags&128))return Ln=!1,_c(r,l,c);Ln=!!(r.flags&131072)}else Ln=!1,rn&&l.flags&1048576&&Ay(l,qo,l.index);switch(l.lanes=0,l.tag){case 2:var m=l.type;Rr(r,l),r=l.pendingProps;var y=Qi(l,hn.current);sn(l,c),y=Rl(null,l,m,r,y,c);var _=io();return l.flags|=1,typeof y=="object"&&y!==null&&typeof y.render=="function"&&y.$$typeof===void 0?(l.tag=1,l.memoizedState=null,l.updateQueue=null,Pn(m)?(_=!0,qn(l)):_=!1,l.memoizedState=y.state!==null&&y.state!==void 0?y.state:null,em(l),y.updater=Af,l.stateNode=y,y._reactInternals=l,gc(l,m,r,c),l=kc(null,l,m,!0,_,c)):(l.tag=0,rn&&_&&cf(l),ri(null,l,y,c),l=l.child),l;case 16:m=l.elementType;e:{switch(Rr(r,l),r=l.pendingProps,y=m._init,m=y(m._payload),l.type=m,y=l.tag=O1(m),r=ro(m,r),y){case 0:l=Hy(null,l,m,r,c);break e;case 1:l=Wy(null,l,m,r,c);break e;case 11:l=tr(null,l,m,r,c);break e;case 14:l=ja(null,l,m,ro(m.type,r),c);break e}throw Error(o(306,m,""))}return l;case 0:return m=l.type,y=l.pendingProps,y=l.elementType===m?y:ro(m,y),Hy(r,l,m,y,c);case 1:return m=l.type,y=l.pendingProps,y=l.elementType===m?y:ro(m,y),Wy(r,l,m,y,c);case 3:e:{if(qu(l),r===null)throw Error(o(387));m=l.pendingProps,_=l.memoizedState,y=_.element,Ry(r,l),oc(l,m,null,c);var $=l.memoizedState;if(m=$.element,_.isDehydrated)if(_={element:m,isDehydrated:!1,cache:$.cache,pendingSuspenseBoundaries:$.pendingSuspenseBoundaries,transitions:$.transitions},l.updateQueue.baseState=_,l.memoizedState=_,l.flags&256){y=Ka(Error(o(423)),l),l=Gy(r,l,m,c,y);break e}else if(m!==y){y=Ka(Error(o(424)),l),l=Gy(r,l,m,c,y);break e}else for(Zi=bo(l.stateNode.containerInfo.firstChild),Xi=l,rn=!0,Or=null,c=Ae(l,null,m,c),l.child=c;c;)c.flags=c.flags&-3|4096,c=c.sibling;else{if(Ol(),m===y){l=zr(r,l,c);break e}ri(r,l,m,c)}l=l.child}return l;case 5:return Iy(l),r===null&&Gv(l),m=l.type,y=l.pendingProps,_=r!==null?r.memoizedProps:null,$=y.children,of(m,y)?$=null:_!==null&&of(m,_)&&(l.flags|=32),cm(r,l),ri(r,l,$,c),l.child;case 6:return r===null&&Gv(l),null;case 13:return zf(r,l,c);case 4:return nm(l,l.stateNode.containerInfo),m=l.pendingProps,r===null?l.child=kn(l,null,m,c):ri(r,l,m,c),l.child;case 11:return m=l.type,y=l.pendingProps,y=l.elementType===m?y:ro(m,y),tr(r,l,m,y,c);case 7:return ri(r,l,l.pendingProps,c),l.child;case 8:return ri(r,l,l.pendingProps.children,c),l.child;case 12:return ri(r,l,l.pendingProps.children,c),l.child;case 10:e:{if(m=l.type._context,y=l.pendingProps,_=l.memoizedProps,$=y.value,Xe(fr,m._currentValue),m._currentValue=$,_!==null)if(to(_.value,$)){if(_.children===y.children&&!Un.current){l=zr(r,l,c);break e}}else for(_=l.child,_!==null&&(_.return=l);_!==null;){var I=_.dependencies;if(I!==null){$=_.child;for(var W=I.firstContext;W!==null;){if(W.context===m){if(_.tag===1){W=Xo(-1,c&-c),W.tag=2;var se=_.updateQueue;if(se!==null){se=se.shared;var Ce=se.pending;Ce===null?W.next=W:(W.next=Ce.next,Ce.next=W),se.pending=W}}_.lanes|=c,W=_.alternate,W!==null&&(W.lanes|=c),Xv(_.return,c,l),I.lanes|=c;break}W=W.next}}else if(_.tag===10)$=_.type===l.type?null:_.child;else if(_.tag===18){if($=_.return,$===null)throw Error(o(341));$.lanes|=c,I=$.alternate,I!==null&&(I.lanes|=c),Xv($,c,l),$=_.sibling}else $=_.child;if($!==null)$.return=_;else for($=_;$!==null;){if($===l){$=null;break}if(_=$.sibling,_!==null){_.return=$.return,$=_;break}$=$.return}_=$}ri(r,l,y.children,c),l=l.child}return l;case 9:return y=l.type,m=l.pendingProps.children,sn(l,c),y=Fr(y),m=m(y),l.flags|=1,ri(r,l,m,c),l.child;case 14:return m=l.type,y=ro(m,l.pendingProps),y=ro(m.type,y),ja(r,l,m,y,c);case 15:return vt(r,l,l.type,l.pendingProps,c);case 17:return m=l.type,y=l.pendingProps,y=l.elementType===m?y:ro(m,y),Rr(r,l),l.tag=1,Pn(m)?(r=!0,qn(l)):r=!1,sn(l,c),Of(l,m,y),gc(l,m,y,c),kc(null,l,m,!0,r,c);case 19:return So(r,l,c);case 22:return bc(r,l,c)}throw Error(o(156,l.tag))};function fb(r,l){return Qg(r,l)}function A1(r,l,c,m){this.tag=r,this.key=c,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=l,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=m,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Br(r,l,c,m){return new A1(r,l,c,m)}function Em(r){return r=r.prototype,!(!r||!r.isReactComponent)}function O1(r){if(typeof r=="function")return Em(r)?1:0;if(r!=null){if(r=r.$$typeof,r===de)return 11;if(r===be)return 14}return 2}function Kl(r,l){var c=r.alternate;return c===null?(c=Br(r.tag,l,r.key,r.mode),c.elementType=r.elementType,c.type=r.type,c.stateNode=r.stateNode,c.alternate=r,r.alternate=c):(c.pendingProps=l,c.type=r.type,c.flags=0,c.subtreeFlags=0,c.deletions=null),c.flags=r.flags&14680064,c.childLanes=r.childLanes,c.lanes=r.lanes,c.child=r.child,c.memoizedProps=r.memoizedProps,c.memoizedState=r.memoizedState,c.updateQueue=r.updateQueue,l=r.dependencies,c.dependencies=l===null?null:{lanes:l.lanes,firstContext:l.firstContext},c.sibling=r.sibling,c.index=r.index,c.ref=r.ref,c}function Ac(r,l,c,m,y,_){var $=2;if(m=r,typeof r=="function")Em(r)&&($=1);else if(typeof r=="string")$=5;else e:switch(r){case Z:return nl(c.children,y,_,l);case ke:$=8,y|=8;break;case pe:return r=Br(12,c,l,y|2),r.elementType=pe,r.lanes=_,r;case re:return r=Br(13,c,l,y),r.elementType=re,r.lanes=_,r;case ae:return r=Br(19,c,l,y),r.elementType=ae,r.lanes=_,r;case J:return jl(c,y,_,l);default:if(typeof r=="object"&&r!==null)switch(r.$$typeof){case fe:$=10;break e;case R:$=9;break e;case de:$=11;break e;case be:$=14;break e;case V:$=16,m=null;break e}throw Error(o(130,r==null?r:typeof r,""))}return l=Br($,c,l,y),l.elementType=r,l.type=m,l.lanes=_,l}function nl(r,l,c,m){return r=Br(7,r,m,l),r.lanes=c,r}function jl(r,l,c,m){return r=Br(22,r,m,l),r.elementType=J,r.lanes=c,r.stateNode={isHidden:!1},r}function Cm(r,l,c){return r=Br(6,r,null,l),r.lanes=c,r}function Wf(r,l,c){return l=Br(4,r.children!==null?r.children:[],r.key,l),l.lanes=c,l.stateNode={containerInfo:r.containerInfo,pendingChildren:null,implementation:r.implementation},l}function pb(r,l,c,m,y){this.tag=l,this.containerInfo=r,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=hv(0),this.expirationTimes=hv(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=hv(0),this.identifierPrefix=m,this.onRecoverableError=y,this.mutableSourceEagerHydrationData=null}function Gf(r,l,c,m,y,_,$,I,W){return r=new pb(r,l,c,I,W),l===1?(l=1,_===!0&&(l|=8)):l=0,_=Br(3,null,null,l),r.current=_,_.stateNode=r,_.memoizedState={element:m,isDehydrated:c,cache:null,transitions:null,pendingSuspenseBoundaries:null},em(_),r}function F1(r,l,c){var m=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:G,key:m==null?null:""+m,children:r,containerInfo:l,implementation:c}}function wm(r){if(!r)return bi;r=r._reactInternals;e:{if(Zr(r)!==r||r.tag!==1)throw Error(o(170));var l=r;do{switch(l.tag){case 3:l=l.stateNode.context;break e;case 1:if(Pn(l.type)){l=l.stateNode.__reactInternalMemoizedMergedChildContext;break e}}l=l.return}while(l!==null);throw Error(o(171))}if(r.tag===1){var c=r.type;if(Pn(c))return ic(r,c,l)}return l}function vb(r,l,c,m,y,_,$,I,W){return r=Gf(c,m,!0,r,y,_,$,I,W),r.context=wm(null),c=r.current,m=On(),y=$o(c),_=Xo(m,y),_.callback=l??null,Fl(c,_,y),r.current.lanes=y,ka(r,y,m),rr(r,m),r}function Yf(r,l,c,m){var y=l.current,_=On(),$=$o(y);return c=wm(c),l.context===null?l.context=c:l.pendingContext=c,l=Xo(_,$),l.payload={element:r},m=m===void 0?null:m,m!==null&&(l.callback=m),r=Fl(y,l,$),r!==null&&(Mi(r,y,$,_),vf(r,y,$)),$}function qf(r){if(r=r.current,!r.child)return null;switch(r.child.tag){case 5:return r.child.stateNode;default:return r.child.stateNode}}function Sm(r,l){if(r=r.memoizedState,r!==null&&r.dehydrated!==null){var c=r.retryLane;r.retryLane=c!==0&&c<l?c:l}}function Qf(r,l){Sm(r,l),(r=r.alternate)&&Sm(r,l)}function mb(){return null}var Qa=typeof reportError=="function"?reportError:function(r){console.error(r)};function Tm(r){this._internalRoot=r}Xf.prototype.render=Tm.prototype.render=function(r){var l=this._internalRoot;if(l===null)throw Error(o(409));Yf(r,l,null,null)},Xf.prototype.unmount=Tm.prototype.unmount=function(){var r=this._internalRoot;if(r!==null){this._internalRoot=null;var l=r.containerInfo;Ya(function(){Yf(null,r,null,null)}),l[Go]=null}};function Xf(r){this._internalRoot=r}Xf.prototype.unstable_scheduleHydration=function(r){if(r){var l=pt();r={blockedOn:null,target:r,priority:l};for(var c=0;c<ti.length&&l!==0&&l<ti[c].priority;c++);ti.splice(c,0,r),c===0&&_v(r)}};function Dm(r){return!(!r||r.nodeType!==1&&r.nodeType!==9&&r.nodeType!==11)}function Zf(r){return!(!r||r.nodeType!==1&&r.nodeType!==9&&r.nodeType!==11&&(r.nodeType!==8||r.nodeValue!==" react-mount-point-unstable "))}function hb(){}function R1(r,l,c,m,y){if(y){if(typeof m=="function"){var _=m;m=function(){var se=qf($);_.call(se)}}var $=vb(l,m,r,0,null,!1,!1,"",hb);return r._reactRootContainer=$,r[Go]=$.current,Iu(r.nodeType===8?r.parentNode:r),Ya(),$}for(;y=r.lastChild;)r.removeChild(y);if(typeof m=="function"){var I=m;m=function(){var se=qf(W);I.call(se)}}var W=Gf(r,0,!1,null,null,!1,!1,"",hb);return r._reactRootContainer=W,r[Go]=W.current,Iu(r.nodeType===8?r.parentNode:r),Ya(function(){Yf(l,W,c,m)}),W}function Oc(r,l,c,m,y){var _=c._reactRootContainer;if(_){var $=_;if(typeof y=="function"){var I=y;y=function(){var W=qf($);I.call(W)}}Yf(l,$,r,y)}else $=R1(c,l,r,y,m);return qf($)}Kt=function(r){switch(r.tag){case 3:var l=r.stateNode;if(l.current.memoizedState.isDehydrated){var c=ya(l.pendingLanes);c!==0&&(Fd(l,c|1),rr(l,Qt()),!(Ct&6)&&(Ju=Qt()+500,_o()))}break;case 13:Ya(function(){var m=pr(r,1);if(m!==null){var y=On();Mi(m,r,1,y)}}),Qf(r,1)}},yv=function(r){if(r.tag===13){var l=pr(r,134217728);if(l!==null){var c=On();Mi(l,r,134217728,c)}Qf(r,134217728)}},bv=function(r){if(r.tag===13){var l=$o(r),c=pr(r,l);if(c!==null){var m=On();Mi(c,r,l,m)}Qf(r,l)}},pt=function(){return Vt},kv=function(r,l){var c=Vt;try{return Vt=r,l()}finally{Vt=c}},Bn=function(r,l,c){switch(l){case"input":if(ft(r,c),l=c.name,c.type==="radio"&&l!=null){for(c=r;c.parentNode;)c=c.parentNode;for(c=c.querySelectorAll("input[name="+JSON.stringify(""+l)+'][type="radio"]'),l=0;l<c.length;l++){var m=c[l];if(m!==r&&m.form===r.form){var y=un(m);if(!y)throw Error(o(90));ee(m),ft(m,y)}}}break;case"textarea":Qr(r,c);break;case"select":l=c.value,l!=null&&at(r,!!c.multiple,l,!1)}},lv=km,av=Ya;var z1={usingClientEntryPoint:!1,Events:[Ze,no,un,Wg,Gg,km]},Fc={findFiberByHostInstance:$a,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},gb={bundleType:Fc.bundleType,version:Fc.version,rendererPackageName:Fc.rendererPackageName,rendererConfig:Fc.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:j.ReactCurrentDispatcher,findHostInstanceByFiber:function(r){return r=cv(r),r===null?null:r.stateNode},findFiberByHostInstance:Fc.findFiberByHostInstance||mb,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Hl=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Hl.isDisabled&&Hl.supportsFiber)try{Is=Hl.inject(gb),Jr=Hl}catch{}}return Cr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=z1,Cr.createPortal=function(r,l){var c=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Dm(l))throw Error(o(200));return F1(r,l,null,c)},Cr.createRoot=function(r,l){if(!Dm(r))throw Error(o(299));var c=!1,m="",y=Qa;return l!=null&&(l.unstable_strictMode===!0&&(c=!0),l.identifierPrefix!==void 0&&(m=l.identifierPrefix),l.onRecoverableError!==void 0&&(y=l.onRecoverableError)),l=Gf(r,1,!1,null,null,c,!1,m,y),r[Go]=l.current,Iu(r.nodeType===8?r.parentNode:r),new Tm(l)},Cr.findDOMNode=function(r){if(r==null)return null;if(r.nodeType===1)return r;var l=r._reactInternals;if(l===void 0)throw typeof r.render=="function"?Error(o(188)):(r=Object.keys(r).join(","),Error(o(268,r)));return r=cv(l),r=r===null?null:r.stateNode,r},Cr.flushSync=function(r){return Ya(r)},Cr.hydrate=function(r,l,c){if(!Zf(l))throw Error(o(200));return Oc(null,r,l,!0,c)},Cr.hydrateRoot=function(r,l,c){if(!Dm(r))throw Error(o(405));var m=c!=null&&c.hydratedSources||null,y=!1,_="",$=Qa;if(c!=null&&(c.unstable_strictMode===!0&&(y=!0),c.identifierPrefix!==void 0&&(_=c.identifierPrefix),c.onRecoverableError!==void 0&&($=c.onRecoverableError)),l=vb(l,null,r,1,c??null,y,!1,_,$),r[Go]=l.current,Iu(r),m)for(r=0;r<m.length;r++)c=m[r],y=c._getVersion,y=y(c._source),l.mutableSourceEagerHydrationData==null?l.mutableSourceEagerHydrationData=[c,y]:l.mutableSourceEagerHydrationData.push(c,y);return new Xf(l)},Cr.render=function(r,l,c){if(!Zf(l))throw Error(o(200));return Oc(null,r,l,!1,c)},Cr.unmountComponentAtNode=function(r){if(!Zf(r))throw Error(o(40));return r._reactRootContainer?(Ya(function(){Oc(null,null,r,!1,function(){r._reactRootContainer=null,r[Go]=null})}),!0):!1},Cr.unstable_batchedUpdates=km,Cr.unstable_renderSubtreeIntoContainer=function(r,l,c,m){if(!Zf(c))throw Error(o(200));if(r==null||r._reactInternals===void 0)throw Error(o(38));return Oc(r,l,c,!1,m)},Cr.version="18.3.1-next-f1338f8080-20240426",Cr}var wr={};/**
|
|
33
|
+
`+_.stack}return{value:r,source:l,stack:y,digest:null}}function lm(r,l,c){return{value:r,source:null,stack:c??null,digest:l??null}}function am(r,l){try{console.error(l.value)}catch(c){setTimeout(function(){throw c})}}var Ff=typeof WeakMap=="function"?WeakMap:Map;function Ky(r,l,c){c=Zo(-1,c),c.tag=3,c.payload={element:null};var m=l.value;return c.callback=function(){es||(es=!0,Wa=m),am(r,l)},c}function um(r,l,c){c=Zo(-1,c),c.tag=3;var m=r.type.getDerivedStateFromError;if(typeof m=="function"){var y=l.value;c.payload=function(){return m(y)},c.callback=function(){am(r,l)}}var _=r.stateNode;return _!==null&&typeof _.componentDidCatch=="function"&&(c.callback=function(){am(r,l),typeof m!="function"&&(Vl===null?Vl=new Set([this]):Vl.add(this));var $=l.stack;this.componentDidCatch(l.value,{componentStack:$!==null?$:""})}),c}function sm(r,l,c){var m=r.pingCache;if(m===null){m=r.pingCache=new Ff;var y=new Set;m.set(l,y)}else y=m.get(l),y===void 0&&(y=new Set,m.set(l,y));y.has(c)||(y.add(c),r=L1.bind(null,r,l,c),l.then(r,r))}function jy(r){do{var l;if((l=r.tag===13)&&(l=r.memoizedState,l=l!==null?l.dehydrated!==null:!0),l)return r;r=r.return}while(r!==null);return null}function Bl(r,l,c,m,y){return r.mode&1?(r.flags|=65536,r.lanes=y,r):(r===l?r.flags|=65536:(r.flags|=128,c.flags|=131072,c.flags&=-52805,c.tag===1&&(c.alternate===null?c.tag=17:(l=Zo(-1,1),l.tag=2,Rl(c,l,1))),c.lanes|=1),r)}var yc=j.ReactCurrentOwner,Ln=!1;function ri(r,l,c,m){l.child=r===null?Ae(l,null,c,m):kn(l,r.child,c,m)}function tr(r,l,c,m,y){c=c.render;var _=l.ref;return sn(l,y),m=zl(r,l,c,m,_,y),c=io(),r!==null&&!Ln?(l.updateQueue=r.updateQueue,l.flags&=-2053,r.lanes&=~y,zr(r,l,y)):(rn&&c&&cf(l),l.flags|=1,ri(r,l,m,y),l.child)}function ja(r,l,c,m,y){if(r===null){var _=c.type;return typeof _=="function"&&!Em(_)&&_.defaultProps===void 0&&c.compare===null&&c.defaultProps===void 0?(l.tag=15,l.type=_,vt(r,l,_,m,y)):(r=Ac(c.type,null,m,l,l.mode,y),r.ref=l.ref,r.return=l,l.child=r)}if(_=r.child,!(r.lanes&y)){var $=_.memoizedProps;if(c=c.compare,c=c!==null?c:qs,c($,m)&&r.ref===l.ref)return zr(r,l,y)}return l.flags|=1,r=jl(_,m),r.ref=l.ref,r.return=l,l.child=r}function vt(r,l,c,m,y){if(r!==null){var _=r.memoizedProps;if(qs(_,m)&&r.ref===l.ref)if(Ln=!1,l.pendingProps=m=_,(r.lanes&y)!==0)r.flags&131072&&(Ln=!0);else return l.lanes=r.lanes,zr(r,l,y)}return Hy(r,l,c,m,y)}function bc(r,l,c){var m=l.pendingProps,y=m.children,_=r!==null?r.memoizedState:null;if(m.mode==="hidden")if(!(l.mode&1))l.memoizedState={baseLanes:0,cachePool:null,transitions:null},Xe(Xu,mr),mr|=c;else{if(!(c&1073741824))return r=_!==null?_.baseLanes|c:c,l.lanes=l.childLanes=1073741824,l.memoizedState={baseLanes:r,cachePool:null,transitions:null},l.updateQueue=null,Xe(Xu,mr),mr|=r,null;l.memoizedState={baseLanes:0,cachePool:null,transitions:null},m=_!==null?_.baseLanes:c,Xe(Xu,mr),mr|=m}else _!==null?(m=_.baseLanes|c,l.memoizedState=null):m=c,Xe(Xu,mr),mr|=m;return ri(r,l,y,c),l.child}function cm(r,l){var c=l.ref;(r===null&&c!==null||r!==null&&r.ref!==c)&&(l.flags|=512,l.flags|=2097152)}function Hy(r,l,c,m,y){var _=Pn(c)?qi:hn.current;return _=Qi(l,_),sn(l,y),c=zl(r,l,c,m,_,y),m=io(),r!==null&&!Ln?(l.updateQueue=r.updateQueue,l.flags&=-2053,r.lanes&=~y,zr(r,l,y)):(rn&&m&&cf(l),l.flags|=1,ri(r,l,c,y),l.child)}function Wy(r,l,c,m,y){if(Pn(c)){var _=!0;qn(l)}else _=!1;if(sn(l,y),l.stateNode===null)Rr(r,l),Of(l,c,m),gc(l,c,m,y),m=!0;else if(r===null){var $=l.stateNode,I=l.memoizedProps;$.props=I;var W=$.context,se=c.contextType;typeof se=="object"&&se!==null?se=Fr(se):(se=Pn(c)?qi:hn.current,se=Qi(l,se));var Ce=c.getDerivedStateFromProps,Se=typeof Ce=="function"||typeof $.getSnapshotBeforeUpdate=="function";Se||typeof $.UNSAFE_componentWillReceiveProps!="function"&&typeof $.componentWillReceiveProps!="function"||(I!==m||W!==se)&&Vy(l,$,m,se),vr=!1;var Ee=l.memoizedState;$.state=Ee,oc(l,m,$,y),W=l.memoizedState,I!==m||Ee!==W||Un.current||vr?(typeof Ce=="function"&&(om(l,c,Ce,m),W=l.memoizedState),(I=vr||Uy(l,c,I,m,Ee,W,se))?(Se||typeof $.UNSAFE_componentWillMount!="function"&&typeof $.componentWillMount!="function"||(typeof $.componentWillMount=="function"&&$.componentWillMount(),typeof $.UNSAFE_componentWillMount=="function"&&$.UNSAFE_componentWillMount()),typeof $.componentDidMount=="function"&&(l.flags|=4194308)):(typeof $.componentDidMount=="function"&&(l.flags|=4194308),l.memoizedProps=m,l.memoizedState=W),$.props=m,$.state=W,$.context=se,m=I):(typeof $.componentDidMount=="function"&&(l.flags|=4194308),m=!1)}else{$=l.stateNode,Ry(r,l),I=l.memoizedProps,se=l.type===l.elementType?I:ro(l.type,I),$.props=se,Se=l.pendingProps,Ee=$.context,W=c.contextType,typeof W=="object"&&W!==null?W=Fr(W):(W=Pn(c)?qi:hn.current,W=Qi(l,W));var ze=c.getDerivedStateFromProps;(Ce=typeof ze=="function"||typeof $.getSnapshotBeforeUpdate=="function")||typeof $.UNSAFE_componentWillReceiveProps!="function"&&typeof $.componentWillReceiveProps!="function"||(I!==Se||Ee!==W)&&Vy(l,$,m,W),vr=!1,Ee=l.memoizedState,$.state=Ee,oc(l,m,$,y);var Ke=l.memoizedState;I!==Se||Ee!==Ke||Un.current||vr?(typeof ze=="function"&&(om(l,c,ze,m),Ke=l.memoizedState),(se=vr||Uy(l,c,se,m,Ee,Ke,W)||!1)?(Ce||typeof $.UNSAFE_componentWillUpdate!="function"&&typeof $.componentWillUpdate!="function"||(typeof $.componentWillUpdate=="function"&&$.componentWillUpdate(m,Ke,W),typeof $.UNSAFE_componentWillUpdate=="function"&&$.UNSAFE_componentWillUpdate(m,Ke,W)),typeof $.componentDidUpdate=="function"&&(l.flags|=4),typeof $.getSnapshotBeforeUpdate=="function"&&(l.flags|=1024)):(typeof $.componentDidUpdate!="function"||I===r.memoizedProps&&Ee===r.memoizedState||(l.flags|=4),typeof $.getSnapshotBeforeUpdate!="function"||I===r.memoizedProps&&Ee===r.memoizedState||(l.flags|=1024),l.memoizedProps=m,l.memoizedState=Ke),$.props=m,$.state=Ke,$.context=W,m=se):(typeof $.componentDidUpdate!="function"||I===r.memoizedProps&&Ee===r.memoizedState||(l.flags|=4),typeof $.getSnapshotBeforeUpdate!="function"||I===r.memoizedProps&&Ee===r.memoizedState||(l.flags|=1024),m=!1)}return kc(r,l,c,m,_,y)}function kc(r,l,c,m,y,_){cm(r,l);var $=(l.flags&128)!==0;if(!m&&!$)return y&&uf(l,c,!1),zr(r,l,_);m=l.stateNode,yc.current=l;var I=$&&typeof c.getDerivedStateFromError!="function"?null:m.render();return l.flags|=1,r!==null&&$?(l.child=kn(l,r.child,null,_),l.child=kn(l,null,I,_)):ri(r,l,I,_),l.memoizedState=m.state,y&&uf(l,c,!0),l.child}function qu(r){var l=r.stateNode;l.pendingContext?My(r,l.pendingContext,l.pendingContext!==l.context):l.context&&My(r,l.context,!1),nm(r,l.containerInfo)}function Gy(r,l,c,m,y){return Fl(),Xo(y),l.flags|=256,ri(r,l,c,m),l.child}var Rf={dehydrated:null,treeContext:null,retryLane:0};function dm(r){return{baseLanes:r,cachePool:null,transitions:null}}function zf(r,l,c){var m=l.pendingProps,y=cn.current,_=!1,$=(l.flags&128)!==0,I;if((I=$)||(I=r!==null&&r.memoizedState===null?!1:(y&2)!==0),I?(_=!0,l.flags&=-129):(r===null||r.memoizedState!==null)&&(y|=1),Xe(cn,y&1),r===null)return Gv(l),r=l.memoizedState,r!==null&&(r=r.dehydrated,r!==null)?(l.mode&1?r.data==="$!"?l.lanes=8:l.lanes=1073741824:l.lanes=1,null):($=m.children,r=m.fallback,_?(m=l.mode,_=l.child,$={mode:"hidden",children:$},!(m&1)&&_!==null?(_.childLanes=0,_.pendingProps=$):_=Hl($,m,0,null),r=il(r,m,c,null),_.return=l,r.return=l,_.sibling=r,l.child=_,l.child.memoizedState=dm(c),l.memoizedState=Rf,r):fm(l,$));if(y=r.memoizedState,y!==null&&(I=y.dehydrated,I!==null))return Yy(r,l,$,m,I,y,c);if(_){_=m.fallback,$=l.mode,y=r.child,I=y.sibling;var W={mode:"hidden",children:m.children};return!($&1)&&l.child!==y?(m=l.child,m.childLanes=0,m.pendingProps=W,l.deletions=null):(m=jl(y,W),m.subtreeFlags=y.subtreeFlags&14680064),I!==null?_=jl(I,_):(_=il(_,$,c,null),_.flags|=2),_.return=l,m.return=l,m.sibling=_,l.child=m,m=_,_=l.child,$=r.child.memoizedState,$=$===null?dm(c):{baseLanes:$.baseLanes|c,cachePool:null,transitions:$.transitions},_.memoizedState=$,_.childLanes=r.childLanes&~c,l.memoizedState=Rf,m}return _=r.child,r=_.sibling,m=jl(_,{mode:"visible",children:m.children}),!(l.mode&1)&&(m.lanes=c),m.return=l,m.sibling=null,r!==null&&(c=l.deletions,c===null?(l.deletions=[r],l.flags|=16):c.push(r)),l.child=m,l.memoizedState=null,m}function fm(r,l){return l=Hl({mode:"visible",children:l},r.mode,0,null),l.return=r,r.child=l}function xc(r,l,c,m){return m!==null&&Xo(m),kn(l,r.child,null,c),r=fm(l,l.pendingProps.children),r.flags|=2,l.memoizedState=null,r}function Yy(r,l,c,m,y,_,$){if(c)return l.flags&256?(l.flags&=-257,m=lm(Error(o(422))),xc(r,l,$,m)):l.memoizedState!==null?(l.child=r.child,l.flags|=128,null):(_=m.fallback,y=l.mode,m=Hl({mode:"visible",children:m.children},y,0,null),_=il(_,y,$,null),_.flags|=2,m.return=l,_.return=l,m.sibling=_,l.child=m,l.mode&1&&kn(l,r.child,null,$),l.child.memoizedState=dm($),l.memoizedState=Rf,_);if(!(l.mode&1))return xc(r,l,$,null);if(y.data==="$!"){if(m=y.nextSibling&&y.nextSibling.dataset,m)var I=m.dgst;return m=I,_=Error(o(419)),m=lm(_,m,void 0),xc(r,l,$,m)}if(I=($&r.childLanes)!==0,Ln||I){if(m=Kn,m!==null){switch($&-$){case 4:y=2;break;case 16:y=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:y=32;break;case 536870912:y=268435456;break;default:y=0}y=y&(m.suspendedLanes|$)?0:y,y!==0&&y!==_.retryLane&&(_.retryLane=y,pr(r,y),Mi(m,r,y,-1))}return _m(),m=lm(Error(o(421))),xc(r,l,$,m)}return y.data==="$?"?(l.flags|=128,l.child=r.child,l=M1.bind(null,r),y._reactRetry=l,null):(r=_.treeContext,Zi=bo(y.nextSibling),Xi=l,rn=!0,Or=null,r!==null&&($n[Ar++]=Eo,$n[Ar++]=Co,$n[Ar++]=dr,Eo=r.id,Co=r.overflow,dr=l),l=fm(l,m.children),l.flags|=4096,l)}function pm(r,l,c){r.lanes|=l;var m=r.alternate;m!==null&&(m.lanes|=l),Xv(r.return,l,c)}function $i(r,l,c,m,y){var _=r.memoizedState;_===null?r.memoizedState={isBackwards:l,rendering:null,renderingStartTime:0,last:m,tail:c,tailMode:y}:(_.isBackwards=l,_.rendering=null,_.renderingStartTime=0,_.last=m,_.tail=c,_.tailMode=y)}function So(r,l,c){var m=l.pendingProps,y=m.revealOrder,_=m.tail;if(ri(r,l,m.children,c),m=cn.current,m&2)m=m&1|2,l.flags|=128;else{if(r!==null&&r.flags&128)e:for(r=l.child;r!==null;){if(r.tag===13)r.memoizedState!==null&&pm(r,c,l);else if(r.tag===19)pm(r,c,l);else if(r.child!==null){r.child.return=r,r=r.child;continue}if(r===l)break e;for(;r.sibling===null;){if(r.return===null||r.return===l)break e;r=r.return}r.sibling.return=r.return,r=r.sibling}m&=1}if(Xe(cn,m),!(l.mode&1))l.memoizedState=null;else switch(y){case"forwards":for(c=l.child,y=null;c!==null;)r=c.alternate,r!==null&&hf(r)===null&&(y=c),c=c.sibling;c=y,c===null?(y=l.child,l.child=null):(y=c.sibling,c.sibling=null),$i(l,!1,y,c,_);break;case"backwards":for(c=null,y=l.child,l.child=null;y!==null;){if(r=y.alternate,r!==null&&hf(r)===null){l.child=y;break}r=y.sibling,y.sibling=c,c=y,y=r}$i(l,!0,c,null,_);break;case"together":$i(l,!1,null,null,void 0);break;default:l.memoizedState=null}return l.child}function Rr(r,l){!(l.mode&1)&&r!==null&&(r.alternate=null,l.alternate=null,l.flags|=2)}function zr(r,l,c){if(r!==null&&(l.dependencies=r.dependencies),Po|=l.lanes,!(c&l.childLanes))return null;if(r!==null&&l.child!==r.child)throw Error(o(153));if(l.child!==null){for(r=l.child,c=jl(r,r.pendingProps),l.child=c,c.return=l;r.sibling!==null;)r=r.sibling,c=c.sibling=jl(r,r.pendingProps),c.return=l;c.sibling=null}return l.child}function _c(r,l,c){switch(l.tag){case 3:qu(l),Fl();break;case 5:Iy(l);break;case 1:Pn(l.type)&&qn(l);break;case 4:nm(l,l.stateNode.containerInfo);break;case 10:var m=l.type._context,y=l.memoizedProps.value;Xe(fr,m._currentValue),m._currentValue=y;break;case 13:if(m=l.memoizedState,m!==null)return m.dehydrated!==null?(Xe(cn,cn.current&1),l.flags|=128,null):c&l.child.childLanes?zf(r,l,c):(Xe(cn,cn.current&1),r=zr(r,l,c),r!==null?r.sibling:null);Xe(cn,cn.current&1);break;case 19:if(m=(c&l.childLanes)!==0,r.flags&128){if(m)return So(r,l,c);l.flags|=128}if(y=l.memoizedState,y!==null&&(y.rendering=null,y.tail=null,y.lastEffect=null),Xe(cn,cn.current),m)break;return null;case 22:case 23:return l.lanes=0,bc(r,l,c)}return zr(r,l,c)}var Ir,Mn,qy,Qy;Ir=function(r,l){for(var c=l.child;c!==null;){if(c.tag===5||c.tag===6)r.appendChild(c.stateNode);else if(c.tag!==4&&c.child!==null){c.child.return=c,c=c.child;continue}if(c===l)break;for(;c.sibling===null;){if(c.return===null||c.return===l)return;c=c.return}c.sibling.return=c.return,c=c.sibling}},Mn=function(){},qy=function(r,l,c,m){var y=r.memoizedProps;if(y!==m){r=l.stateNode,Oa(wo.current);var _=null;switch(c){case"input":y=yt(r,y),m=yt(r,m),_=[];break;case"select":y=z({},y,{value:void 0}),m=z({},m,{value:void 0}),_=[];break;case"textarea":y=kt(r,y),m=kt(r,m),_=[];break;default:typeof y.onClick!="function"&&typeof m.onClick=="function"&&(r.onclick=$l)}Sn(c,m);var $;c=null;for(se in y)if(!m.hasOwnProperty(se)&&y.hasOwnProperty(se)&&y[se]!=null)if(se==="style"){var I=y[se];for($ in I)I.hasOwnProperty($)&&(c||(c={}),c[$]="")}else se!=="dangerouslySetInnerHTML"&&se!=="children"&&se!=="suppressContentEditableWarning"&&se!=="suppressHydrationWarning"&&se!=="autoFocus"&&(d.hasOwnProperty(se)?_||(_=[]):(_=_||[]).push(se,null));for(se in m){var W=m[se];if(I=y!=null?y[se]:void 0,m.hasOwnProperty(se)&&W!==I&&(W!=null||I!=null))if(se==="style")if(I){for($ in I)!I.hasOwnProperty($)||W&&W.hasOwnProperty($)||(c||(c={}),c[$]="");for($ in W)W.hasOwnProperty($)&&I[$]!==W[$]&&(c||(c={}),c[$]=W[$])}else c||(_||(_=[]),_.push(se,c)),c=W;else se==="dangerouslySetInnerHTML"?(W=W?W.__html:void 0,I=I?I.__html:void 0,W!=null&&I!==W&&(_=_||[]).push(se,W)):se==="children"?typeof W!="string"&&typeof W!="number"||(_=_||[]).push(se,""+W):se!=="suppressContentEditableWarning"&&se!=="suppressHydrationWarning"&&(d.hasOwnProperty(se)?(W!=null&&se==="onScroll"&&zt("scroll",r),_||I===W||(_=[])):(_=_||[]).push(se,W))}c&&(_=_||[]).push("style",c);var se=_;(l.updateQueue=se)&&(l.flags|=4)}},Qy=function(r,l,c,m){c!==m&&(l.flags|=4)};function Ec(r,l){if(!rn)switch(r.tailMode){case"hidden":l=r.tail;for(var c=null;l!==null;)l.alternate!==null&&(c=l),l=l.sibling;c===null?r.tail=null:c.sibling=null;break;case"collapsed":c=r.tail;for(var m=null;c!==null;)c.alternate!==null&&(m=c),c=c.sibling;m===null?l||r.tail===null?r.tail=null:r.tail.sibling=null:m.sibling=null}}function Xn(r){var l=r.alternate!==null&&r.alternate.child===r.child,c=0,m=0;if(l)for(var y=r.child;y!==null;)c|=y.lanes|y.childLanes,m|=y.subtreeFlags&14680064,m|=y.flags&14680064,y.return=r,y=y.sibling;else for(y=r.child;y!==null;)c|=y.lanes|y.childLanes,m|=y.subtreeFlags,m|=y.flags,y.return=r,y=y.sibling;return r.subtreeFlags|=m,r.childLanes=c,l}function Xy(r,l,c){var m=l.pendingProps;switch(df(l),l.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Xn(l),null;case 1:return Pn(l.type)&&ju(),Xn(l),null;case 3:return m=l.stateNode,Fa(),Zt(Un),Zt(hn),Je(),m.pendingContext&&(m.context=m.pendingContext,m.pendingContext=null),(r===null||r.child===null)&&(ff(l)?l.flags|=4:r===null||r.memoizedState.isDehydrated&&!(l.flags&256)||(l.flags|=1024,Or!==null&&(Ga(Or),Or=null))),Mn(r,l),Xn(l),null;case 5:mf(l);var y=Oa(uc.current);if(c=l.type,r!==null&&l.stateNode!=null)qy(r,l,c,m,y),r.ref!==l.ref&&(l.flags|=512,l.flags|=2097152);else{if(!m){if(l.stateNode===null)throw Error(o(166));return Xn(l),null}if(r=Oa(wo.current),ff(l)){m=l.stateNode,c=l.type;var _=l.memoizedProps;switch(m[ko]=l,m[tc]=_,r=(l.mode&1)!==0,c){case"dialog":zt("cancel",m),zt("close",m);break;case"iframe":case"object":case"embed":zt("load",m);break;case"video":case"audio":for(y=0;y<Zs.length;y++)zt(Zs[y],m);break;case"source":zt("error",m);break;case"img":case"image":case"link":zt("error",m),zt("load",m);break;case"details":zt("toggle",m);break;case"input":Rt(m,_),zt("invalid",m);break;case"select":m._wrapperState={wasMultiple:!!_.multiple},zt("invalid",m);break;case"textarea":Tt(m,_),zt("invalid",m)}Sn(c,_),y=null;for(var $ in _)if(_.hasOwnProperty($)){var I=_[$];$==="children"?typeof I=="string"?m.textContent!==I&&(_.suppressHydrationWarning!==!0&&rf(m.textContent,I,r),y=["children",I]):typeof I=="number"&&m.textContent!==""+I&&(_.suppressHydrationWarning!==!0&&rf(m.textContent,I,r),y=["children",""+I]):d.hasOwnProperty($)&&I!=null&&$==="onScroll"&&zt("scroll",m)}switch(c){case"input":Pe(m),ei(m,_,!0);break;case"textarea":Pe(m),gi(m);break;case"select":case"option":break;default:typeof _.onClick=="function"&&(m.onclick=$l)}m=y,l.updateQueue=m,m!==null&&(l.flags|=4)}else{$=y.nodeType===9?y:y.ownerDocument,r==="http://www.w3.org/1999/xhtml"&&(r=ji(c)),r==="http://www.w3.org/1999/xhtml"?c==="script"?(r=$.createElement("div"),r.innerHTML="<script><\/script>",r=r.removeChild(r.firstChild)):typeof m.is=="string"?r=$.createElement(c,{is:m.is}):(r=$.createElement(c),c==="select"&&($=r,m.multiple?$.multiple=!0:m.size&&($.size=m.size))):r=$.createElementNS(r,c),r[ko]=l,r[tc]=m,Ir(r,l,!1,!1),l.stateNode=r;e:{switch($=Wi(c,m),c){case"dialog":zt("cancel",r),zt("close",r),y=m;break;case"iframe":case"object":case"embed":zt("load",r),y=m;break;case"video":case"audio":for(y=0;y<Zs.length;y++)zt(Zs[y],r);y=m;break;case"source":zt("error",r),y=m;break;case"img":case"image":case"link":zt("error",r),zt("load",r),y=m;break;case"details":zt("toggle",r),y=m;break;case"input":Rt(r,m),y=yt(r,m),zt("invalid",r);break;case"option":y=m;break;case"select":r._wrapperState={wasMultiple:!!m.multiple},y=z({},m,{value:void 0}),zt("invalid",r);break;case"textarea":Tt(r,m),y=kt(r,m),zt("invalid",r);break;default:y=m}Sn(c,y),I=y;for(_ in I)if(I.hasOwnProperty(_)){var W=I[_];_==="style"?pn(r,W):_==="dangerouslySetInnerHTML"?(W=W?W.__html:void 0,W!=null&&_l(r,W)):_==="children"?typeof W=="string"?(c!=="textarea"||W!=="")&&Ne(r,W):typeof W=="number"&&Ne(r,""+W):_!=="suppressContentEditableWarning"&&_!=="suppressHydrationWarning"&&_!=="autoFocus"&&(d.hasOwnProperty(_)?W!=null&&_==="onScroll"&&zt("scroll",r):W!=null&&K(r,_,W,$))}switch(c){case"input":Pe(r),ei(r,m,!1);break;case"textarea":Pe(r),gi(r);break;case"option":m.value!=null&&r.setAttribute("value",""+Be(m.value));break;case"select":r.multiple=!!m.multiple,_=m.value,_!=null?at(r,!!m.multiple,_,!1):m.defaultValue!=null&&at(r,!!m.multiple,m.defaultValue,!0);break;default:typeof y.onClick=="function"&&(r.onclick=$l)}switch(c){case"button":case"input":case"select":case"textarea":m=!!m.autoFocus;break e;case"img":m=!0;break e;default:m=!1}}m&&(l.flags|=4)}l.ref!==null&&(l.flags|=512,l.flags|=2097152)}return Xn(l),null;case 6:if(r&&l.stateNode!=null)Qy(r,l,r.memoizedProps,m);else{if(typeof m!="string"&&l.stateNode===null)throw Error(o(166));if(c=Oa(uc.current),Oa(wo.current),ff(l)){if(m=l.stateNode,c=l.memoizedProps,m[ko]=l,(_=m.nodeValue!==c)&&(r=Xi,r!==null))switch(r.tag){case 3:rf(m.nodeValue,c,(r.mode&1)!==0);break;case 5:r.memoizedProps.suppressHydrationWarning!==!0&&rf(m.nodeValue,c,(r.mode&1)!==0)}_&&(l.flags|=4)}else m=(c.nodeType===9?c:c.ownerDocument).createTextNode(m),m[ko]=l,l.stateNode=m}return Xn(l),null;case 13:if(Zt(cn),m=l.memoizedState,r===null||r.memoizedState!==null&&r.memoizedState.dehydrated!==null){if(rn&&Zi!==null&&l.mode&1&&!(l.flags&128))rc(),Fl(),l.flags|=98560,_=!1;else if(_=ff(l),m!==null&&m.dehydrated!==null){if(r===null){if(!_)throw Error(o(318));if(_=l.memoizedState,_=_!==null?_.dehydrated:null,!_)throw Error(o(317));_[ko]=l}else Fl(),!(l.flags&128)&&(l.memoizedState=null),l.flags|=4;Xn(l),_=!1}else Or!==null&&(Ga(Or),Or=null),_=!0;if(!_)return l.flags&65536?l:null}return l.flags&128?(l.lanes=c,l):(m=m!==null,m!==(r!==null&&r.memoizedState!==null)&&m&&(l.child.flags|=8192,l.mode&1&&(r===null||cn.current&1?En===0&&(En=3):_m())),l.updateQueue!==null&&(l.flags|=4),Xn(l),null);case 4:return Fa(),Mn(r,l),r===null&&Iu(l.stateNode.containerInfo),Xn(l),null;case 10:return Qv(l.type._context),Xn(l),null;case 17:return Pn(l.type)&&ju(),Xn(l),null;case 19:if(Zt(cn),_=l.memoizedState,_===null)return Xn(l),null;if(m=(l.flags&128)!==0,$=_.rendering,$===null)if(m)Ec(_,!1);else{if(En!==0||r!==null&&r.flags&128)for(r=l.child;r!==null;){if($=hf(r),$!==null){for(l.flags|=128,Ec(_,!1),m=$.updateQueue,m!==null&&(l.updateQueue=m,l.flags|=4),l.subtreeFlags=0,m=c,c=l.child;c!==null;)_=c,r=m,_.flags&=14680066,$=_.alternate,$===null?(_.childLanes=0,_.lanes=r,_.child=null,_.subtreeFlags=0,_.memoizedProps=null,_.memoizedState=null,_.updateQueue=null,_.dependencies=null,_.stateNode=null):(_.childLanes=$.childLanes,_.lanes=$.lanes,_.child=$.child,_.subtreeFlags=0,_.deletions=null,_.memoizedProps=$.memoizedProps,_.memoizedState=$.memoizedState,_.updateQueue=$.updateQueue,_.type=$.type,r=$.dependencies,_.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext}),c=c.sibling;return Xe(cn,cn.current&1|2),l.child}r=r.sibling}_.tail!==null&&Qt()>Ju&&(l.flags|=128,m=!0,Ec(_,!1),l.lanes=4194304)}else{if(!m)if(r=hf($),r!==null){if(l.flags|=128,m=!0,c=r.updateQueue,c!==null&&(l.updateQueue=c,l.flags|=4),Ec(_,!0),_.tail===null&&_.tailMode==="hidden"&&!$.alternate&&!rn)return Xn(l),null}else 2*Qt()-_.renderingStartTime>Ju&&c!==1073741824&&(l.flags|=128,m=!0,Ec(_,!1),l.lanes=4194304);_.isBackwards?($.sibling=l.child,l.child=$):(c=_.last,c!==null?c.sibling=$:l.child=$,_.last=$)}return _.tail!==null?(l=_.tail,_.rendering=l,_.tail=l.sibling,_.renderingStartTime=Qt(),l.sibling=null,c=cn.current,Xe(cn,m?c&1|2:c&1),l):(Xn(l),null);case 22:case 23:return xm(),m=l.memoizedState!==null,r!==null&&r.memoizedState!==null!==m&&(l.flags|=8192),m&&l.mode&1?mr&1073741824&&(Xn(l),l.subtreeFlags&6&&(l.flags|=8192)):Xn(l),null;case 24:return null;case 25:return null}throw Error(o(156,l.tag))}function If(r,l){switch(df(l),l.tag){case 1:return Pn(l.type)&&ju(),r=l.flags,r&65536?(l.flags=r&-65537|128,l):null;case 3:return Fa(),Zt(Un),Zt(hn),Je(),r=l.flags,r&65536&&!(r&128)?(l.flags=r&-65537|128,l):null;case 5:return mf(l),null;case 13:if(Zt(cn),r=l.memoizedState,r!==null&&r.dehydrated!==null){if(l.alternate===null)throw Error(o(340));Fl()}return r=l.flags,r&65536?(l.flags=r&-65537|128,l):null;case 19:return Zt(cn),null;case 4:return Fa(),null;case 10:return Qv(l.type._context),null;case 22:case 23:return xm(),null;case 24:return null;default:return null}}var Cc=!1,xi=!1,S1=typeof WeakSet=="function"?WeakSet:Set,Ve=null;function Qu(r,l){var c=r.ref;if(c!==null)if(typeof c=="function")try{c(null)}catch(m){on(r,l,m)}else c.current=null}function Bf(r,l,c){try{c()}catch(m){on(r,l,m)}}var Zy=!1;function Jy(r,l){if(ec=_a,r=Qs(),qd(r)){if("selectionStart"in r)var c={start:r.selectionStart,end:r.selectionEnd};else e:{c=(c=r.ownerDocument)&&c.defaultView||window;var m=c.getSelection&&c.getSelection();if(m&&m.rangeCount!==0){c=m.anchorNode;var y=m.anchorOffset,_=m.focusNode;m=m.focusOffset;try{c.nodeType,_.nodeType}catch{c=null;break e}var $=0,I=-1,W=-1,se=0,Ce=0,Se=r,Ee=null;t:for(;;){for(var ze;Se!==c||y!==0&&Se.nodeType!==3||(I=$+y),Se!==_||m!==0&&Se.nodeType!==3||(W=$+m),Se.nodeType===3&&($+=Se.nodeValue.length),(ze=Se.firstChild)!==null;)Ee=Se,Se=ze;for(;;){if(Se===r)break t;if(Ee===c&&++se===y&&(I=$),Ee===_&&++Ce===m&&(W=$),(ze=Se.nextSibling)!==null)break;Se=Ee,Ee=Se.parentNode}Se=ze}c=I===-1||W===-1?null:{start:I,end:W}}else c=null}c=c||{start:0,end:0}}else c=null;for(Pa={focusedElem:r,selectionRange:c},_a=!1,Ve=l;Ve!==null;)if(l=Ve,r=l.child,(l.subtreeFlags&1028)!==0&&r!==null)r.return=l,Ve=r;else for(;Ve!==null;){l=Ve;try{var Ke=l.alternate;if(l.flags&1024)switch(l.tag){case 0:case 11:case 15:break;case 1:if(Ke!==null){var We=Ke.memoizedProps,Cn=Ke.memoizedState,te=l.stateNode,q=te.getSnapshotBeforeUpdate(l.elementType===l.type?We:ro(l.type,We),Cn);te.__reactInternalSnapshotBeforeUpdate=q}break;case 3:var oe=l.stateNode.containerInfo;oe.nodeType===1?oe.textContent="":oe.nodeType===9&&oe.documentElement&&oe.removeChild(oe.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(o(163))}}catch(we){on(l,l.return,we)}if(r=l.sibling,r!==null){r.return=l.return,Ve=r;break}Ve=l.return}return Ke=Zy,Zy=!1,Ke}function wc(r,l,c){var m=l.updateQueue;if(m=m!==null?m.lastEffect:null,m!==null){var y=m=m.next;do{if((y.tag&r)===r){var _=y.destroy;y.destroy=void 0,_!==void 0&&Bf(l,c,_)}y=y.next}while(y!==m)}}function Sc(r,l){if(l=l.updateQueue,l=l!==null?l.lastEffect:null,l!==null){var c=l=l.next;do{if((c.tag&r)===r){var m=c.create;c.destroy=m()}c=c.next}while(c!==l)}}function vm(r){var l=r.ref;if(l!==null){var c=r.stateNode;switch(r.tag){case 5:r=c;break;default:r=c}typeof l=="function"?l(r):l.current=r}}function Uf(r){var l=r.alternate;l!==null&&(r.alternate=null,Uf(l)),r.child=null,r.deletions=null,r.sibling=null,r.tag===5&&(l=r.stateNode,l!==null&&(delete l[ko],delete l[tc],delete l[nc],delete l[Ku],delete l[C1])),r.stateNode=null,r.return=null,r.dependencies=null,r.memoizedProps=null,r.memoizedState=null,r.pendingProps=null,r.stateNode=null,r.updateQueue=null}function Tc(r){return r.tag===5||r.tag===3||r.tag===4}function el(r){e:for(;;){for(;r.sibling===null;){if(r.return===null||Tc(r.return))return null;r=r.return}for(r.sibling.return=r.return,r=r.sibling;r.tag!==5&&r.tag!==6&&r.tag!==18;){if(r.flags&2||r.child===null||r.tag===4)continue e;r.child.return=r,r=r.child}if(!(r.flags&2))return r.stateNode}}function To(r,l,c){var m=r.tag;if(m===5||m===6)r=r.stateNode,l?c.nodeType===8?c.parentNode.insertBefore(r,l):c.insertBefore(r,l):(c.nodeType===8?(l=c.parentNode,l.insertBefore(r,c)):(l=c,l.appendChild(r)),c=c._reactRootContainer,c!=null||l.onclick!==null||(l.onclick=$l));else if(m!==4&&(r=r.child,r!==null))for(To(r,l,c),r=r.sibling;r!==null;)To(r,l,c),r=r.sibling}function Do(r,l,c){var m=r.tag;if(m===5||m===6)r=r.stateNode,l?c.insertBefore(r,l):c.appendChild(r);else if(m!==4&&(r=r.child,r!==null))for(Do(r,l,c),r=r.sibling;r!==null;)Do(r,l,c),r=r.sibling}var _n=null,Ni=!1;function Li(r,l,c){for(c=c.child;c!==null;)eb(r,l,c),c=c.sibling}function eb(r,l,c){if(Jr&&typeof Jr.onCommitFiberUnmount=="function")try{Jr.onCommitFiberUnmount(Is,c)}catch{}switch(c.tag){case 5:xi||Qu(c,l);case 6:var m=_n,y=Ni;_n=null,Li(r,l,c),_n=m,Ni=y,_n!==null&&(Ni?(r=_n,c=c.stateNode,r.nodeType===8?r.parentNode.removeChild(c):r.removeChild(c)):_n.removeChild(c.stateNode));break;case 18:_n!==null&&(Ni?(r=_n,c=c.stateNode,r.nodeType===8?Vu(r.parentNode,c):r.nodeType===1&&Vu(r,c),Tl(r)):Vu(_n,c.stateNode));break;case 4:m=_n,y=Ni,_n=c.stateNode.containerInfo,Ni=!0,Li(r,l,c),_n=m,Ni=y;break;case 0:case 11:case 14:case 15:if(!xi&&(m=c.updateQueue,m!==null&&(m=m.lastEffect,m!==null))){y=m=m.next;do{var _=y,$=_.destroy;_=_.tag,$!==void 0&&(_&2||_&4)&&Bf(c,l,$),y=y.next}while(y!==m)}Li(r,l,c);break;case 1:if(!xi&&(Qu(c,l),m=c.stateNode,typeof m.componentWillUnmount=="function"))try{m.props=c.memoizedProps,m.state=c.memoizedState,m.componentWillUnmount()}catch(I){on(c,l,I)}Li(r,l,c);break;case 21:Li(r,l,c);break;case 22:c.mode&1?(xi=(m=xi)||c.memoizedState!==null,Li(r,l,c),xi=m):Li(r,l,c);break;default:Li(r,l,c)}}function tb(r){var l=r.updateQueue;if(l!==null){r.updateQueue=null;var c=r.stateNode;c===null&&(c=r.stateNode=new S1),l.forEach(function(m){var y=cb.bind(null,r,m);c.has(m)||(c.add(m),m.then(y,y))})}}function oo(r,l){var c=l.deletions;if(c!==null)for(var m=0;m<c.length;m++){var y=c[m];try{var _=r,$=l,I=$;e:for(;I!==null;){switch(I.tag){case 5:_n=I.stateNode,Ni=!1;break e;case 3:_n=I.stateNode.containerInfo,Ni=!0;break e;case 4:_n=I.stateNode.containerInfo,Ni=!0;break e}I=I.return}if(_n===null)throw Error(o(160));eb(_,$,y),_n=null,Ni=!1;var W=y.alternate;W!==null&&(W.return=null),y.return=null}catch(se){on(y,l,se)}}if(l.subtreeFlags&12854)for(l=l.child;l!==null;)mm(l,r),l=l.sibling}function mm(r,l){var c=r.alternate,m=r.flags;switch(r.tag){case 0:case 11:case 14:case 15:if(oo(l,r),nr(r),m&4){try{wc(3,r,r.return),Sc(3,r)}catch(We){on(r,r.return,We)}try{wc(5,r,r.return)}catch(We){on(r,r.return,We)}}break;case 1:oo(l,r),nr(r),m&512&&c!==null&&Qu(c,c.return);break;case 5:if(oo(l,r),nr(r),m&512&&c!==null&&Qu(c,c.return),r.flags&32){var y=r.stateNode;try{Ne(y,"")}catch(We){on(r,r.return,We)}}if(m&4&&(y=r.stateNode,y!=null)){var _=r.memoizedProps,$=c!==null?c.memoizedProps:_,I=r.type,W=r.updateQueue;if(r.updateQueue=null,W!==null)try{I==="input"&&_.type==="radio"&&_.name!=null&&In(y,_),Wi(I,$);var se=Wi(I,_);for($=0;$<W.length;$+=2){var Ce=W[$],Se=W[$+1];Ce==="style"?pn(y,Se):Ce==="dangerouslySetInnerHTML"?_l(y,Se):Ce==="children"?Ne(y,Se):K(y,Ce,Se,se)}switch(I){case"input":ft(y,_);break;case"textarea":Qr(y,_);break;case"select":var Ee=y._wrapperState.wasMultiple;y._wrapperState.wasMultiple=!!_.multiple;var ze=_.value;ze!=null?at(y,!!_.multiple,ze,!1):Ee!==!!_.multiple&&(_.defaultValue!=null?at(y,!!_.multiple,_.defaultValue,!0):at(y,!!_.multiple,_.multiple?[]:"",!1))}y[tc]=_}catch(We){on(r,r.return,We)}}break;case 6:if(oo(l,r),nr(r),m&4){if(r.stateNode===null)throw Error(o(162));y=r.stateNode,_=r.memoizedProps;try{y.nodeValue=_}catch(We){on(r,r.return,We)}}break;case 3:if(oo(l,r),nr(r),m&4&&c!==null&&c.memoizedState.isDehydrated)try{Tl(l.containerInfo)}catch(We){on(r,r.return,We)}break;case 4:oo(l,r),nr(r);break;case 13:oo(l,r),nr(r),y=r.child,y.flags&8192&&(_=y.memoizedState!==null,y.stateNode.isHidden=_,!_||y.alternate!==null&&y.alternate.memoizedState!==null||(ym=Qt())),m&4&&tb(r);break;case 22:if(Ce=c!==null&&c.memoizedState!==null,r.mode&1?(xi=(se=xi)||Ce,oo(l,r),xi=se):oo(l,r),nr(r),m&8192){if(se=r.memoizedState!==null,(r.stateNode.isHidden=se)&&!Ce&&r.mode&1)for(Ve=r,Ce=r.child;Ce!==null;){for(Se=Ve=Ce;Ve!==null;){switch(Ee=Ve,ze=Ee.child,Ee.tag){case 0:case 11:case 14:case 15:wc(4,Ee,Ee.return);break;case 1:Qu(Ee,Ee.return);var Ke=Ee.stateNode;if(typeof Ke.componentWillUnmount=="function"){m=Ee,c=Ee.return;try{l=m,Ke.props=l.memoizedProps,Ke.state=l.memoizedState,Ke.componentWillUnmount()}catch(We){on(m,c,We)}}break;case 5:Qu(Ee,Ee.return);break;case 22:if(Ee.memoizedState!==null){Dc(Se);continue}}ze!==null?(ze.return=Ee,Ve=ze):Dc(Se)}Ce=Ce.sibling}e:for(Ce=null,Se=r;;){if(Se.tag===5){if(Ce===null){Ce=Se;try{y=Se.stateNode,se?(_=y.style,typeof _.setProperty=="function"?_.setProperty("display","none","important"):_.display="none"):(I=Se.stateNode,W=Se.memoizedProps.style,$=W!=null&&W.hasOwnProperty("display")?W.display:null,I.style.display=Ot("display",$))}catch(We){on(r,r.return,We)}}}else if(Se.tag===6){if(Ce===null)try{Se.stateNode.nodeValue=se?"":Se.memoizedProps}catch(We){on(r,r.return,We)}}else if((Se.tag!==22&&Se.tag!==23||Se.memoizedState===null||Se===r)&&Se.child!==null){Se.child.return=Se,Se=Se.child;continue}if(Se===r)break e;for(;Se.sibling===null;){if(Se.return===null||Se.return===r)break e;Ce===Se&&(Ce=null),Se=Se.return}Ce===Se&&(Ce=null),Se.sibling.return=Se.return,Se=Se.sibling}}break;case 19:oo(l,r),nr(r),m&4&&tb(r);break;case 21:break;default:oo(l,r),nr(r)}}function nr(r){var l=r.flags;if(l&2){try{e:{for(var c=r.return;c!==null;){if(Tc(c)){var m=c;break e}c=c.return}throw Error(o(160))}switch(m.tag){case 5:var y=m.stateNode;m.flags&32&&(Ne(y,""),m.flags&=-33);var _=el(r);Do(r,_,y);break;case 3:case 4:var $=m.stateNode.containerInfo,I=el(r);To(r,I,$);break;default:throw Error(o(161))}}catch(W){on(r,r.return,W)}r.flags&=-3}l&4096&&(r.flags&=-4097)}function T1(r,l,c){Ve=r,hm(r)}function hm(r,l,c){for(var m=(r.mode&1)!==0;Ve!==null;){var y=Ve,_=y.child;if(y.tag===22&&m){var $=y.memoizedState!==null||Cc;if(!$){var I=y.alternate,W=I!==null&&I.memoizedState!==null||xi;I=Cc;var se=xi;if(Cc=$,(xi=W)&&!se)for(Ve=y;Ve!==null;)$=Ve,W=$.child,$.tag===22&&$.memoizedState!==null?gm(y):W!==null?(W.return=$,Ve=W):gm(y);for(;_!==null;)Ve=_,hm(_),_=_.sibling;Ve=y,Cc=I,xi=se}nb(r)}else y.subtreeFlags&8772&&_!==null?(_.return=y,Ve=_):nb(r)}}function nb(r){for(;Ve!==null;){var l=Ve;if(l.flags&8772){var c=l.alternate;try{if(l.flags&8772)switch(l.tag){case 0:case 11:case 15:xi||Sc(5,l);break;case 1:var m=l.stateNode;if(l.flags&4&&!xi)if(c===null)m.componentDidMount();else{var y=l.elementType===l.type?c.memoizedProps:ro(l.type,c.memoizedProps);m.componentDidUpdate(y,c.memoizedState,m.__reactInternalSnapshotBeforeUpdate)}var _=l.updateQueue;_!==null&&tm(l,_,m);break;case 3:var $=l.updateQueue;if($!==null){if(c=null,l.child!==null)switch(l.child.tag){case 5:c=l.child.stateNode;break;case 1:c=l.child.stateNode}tm(l,$,c)}break;case 5:var I=l.stateNode;if(c===null&&l.flags&4){c=I;var W=l.memoizedProps;switch(l.type){case"button":case"input":case"select":case"textarea":W.autoFocus&&c.focus();break;case"img":W.src&&(c.src=W.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(l.memoizedState===null){var se=l.alternate;if(se!==null){var Ce=se.memoizedState;if(Ce!==null){var Se=Ce.dehydrated;Se!==null&&Tl(Se)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(o(163))}xi||l.flags&512&&vm(l)}catch(Ee){on(l,l.return,Ee)}}if(l===r){Ve=null;break}if(c=l.sibling,c!==null){c.return=l.return,Ve=c;break}Ve=l.return}}function Dc(r){for(;Ve!==null;){var l=Ve;if(l===r){Ve=null;break}var c=l.sibling;if(c!==null){c.return=l.return,Ve=c;break}Ve=l.return}}function gm(r){for(;Ve!==null;){var l=Ve;try{switch(l.tag){case 0:case 11:case 15:var c=l.return;try{Sc(4,l)}catch(W){on(l,c,W)}break;case 1:var m=l.stateNode;if(typeof m.componentDidMount=="function"){var y=l.return;try{m.componentDidMount()}catch(W){on(l,y,W)}}var _=l.return;try{vm(l)}catch(W){on(l,_,W)}break;case 5:var $=l.return;try{vm(l)}catch(W){on(l,$,W)}}}catch(W){on(l,l.return,W)}if(l===r){Ve=null;break}var I=l.sibling;if(I!==null){I.return=l.return,Ve=I;break}Ve=l.return}}var D1=Math.ceil,Ul=j.ReactCurrentDispatcher,Ha=j.ReactCurrentOwner,oi=j.ReactCurrentBatchConfig,Ct=0,Kn=null,An=null,li=0,mr=0,Xu=Mr(0),En=0,Pc=null,Po=0,Zu=0,Vf=0,$c=null,ir=null,ym=0,Ju=1/0,hr=null,es=!1,Wa=null,Vl=null,Kf=!1,tl=null,Nc=0,Kl=0,ts=null,Lc=-1,_i=0;function On(){return Ct&6?Qt():Lc!==-1?Lc:Lc=Qt()}function $o(r){return r.mode&1?Ct&2&&li!==0?li&-li:w1.transition!==null?(_i===0&&(_i=Od()),_i):(r=Vt,r!==0||(r=window.event,r=r===void 0?16:Id(r.type)),r):1}function Mi(r,l,c,m){if(50<Kl)throw Kl=0,ts=null,Error(o(185));ka(r,c,m),(!(Ct&2)||r!==Kn)&&(r===Kn&&(!(Ct&2)&&(Zu|=c),En===4&&lo(r,li)),rr(r,m),c===1&&Ct===0&&!(l.mode&1)&&(Ju=Qt()+500,Hu&&_o()))}function rr(r,l){var c=r.callbackNode;vv(r,l);var m=ba(r,r===Kn?li:0);if(m===0)c!==null&&Xg(c),r.callbackNode=null,r.callbackPriority=0;else if(l=m&-m,r.callbackPriority!==l){if(c!=null&&Xg(c),l===1)r.tag===0?Ll(bm.bind(null,r)):sf(bm.bind(null,r)),Uu(function(){!(Ct&6)&&_o()}),c=null;else{switch(gv(m)){case 1:c=ga;break;case 4:c=dv;break;case 16:c=zs;break;case 536870912:c=fv;break;default:c=zs}c=fb(c,jf.bind(null,r))}r.callbackPriority=l,r.callbackNode=c}}function jf(r,l){if(Lc=-1,_i=0,Ct&6)throw Error(o(327));var c=r.callbackNode;if(ns()&&r.callbackNode!==c)return null;var m=ba(r,r===Kn?li:0);if(m===0)return null;if(m&30||m&r.expiredLanes||l)l=Hf(r,m);else{l=m;var y=Ct;Ct|=2;var _=rb();(Kn!==r||li!==l)&&(hr=null,Ju=Qt()+500,nl(r,l));do try{ob();break}catch(I){ib(r,I)}while(!0);qv(),Ul.current=_,Ct=y,An!==null?l=0:(Kn=null,li=0,l=En)}if(l!==0){if(l===2&&(y=mv(r),y!==0&&(m=y,l=Mc(r,y))),l===1)throw c=Pc,nl(r,0),lo(r,m),rr(r,Qt()),c;if(l===6)lo(r,m);else{if(y=r.current.alternate,!(m&30)&&!P1(y)&&(l=Hf(r,m),l===2&&(_=mv(r),_!==0&&(m=_,l=Mc(r,_))),l===1))throw c=Pc,nl(r,0),lo(r,m),rr(r,Qt()),c;switch(r.finishedWork=y,r.finishedLanes=m,l){case 0:case 1:throw Error(o(345));case 2:qa(r,ir,hr);break;case 3:if(lo(r,m),(m&130023424)===m&&(l=ym+500-Qt(),10<l)){if(ba(r,0)!==0)break;if(y=r.suspendedLanes,(y&m)!==m){On(),r.pingedLanes|=r.suspendedLanes&y;break}r.timeoutHandle=lf(qa.bind(null,r,ir,hr),l);break}qa(r,ir,hr);break;case 4:if(lo(r,m),(m&4194240)===m)break;for(l=r.eventTimes,y=-1;0<m;){var $=31-Dr(m);_=1<<$,$=l[$],$>y&&(y=$),m&=~_}if(m=y,m=Qt()-m,m=(120>m?120:480>m?480:1080>m?1080:1920>m?1920:3e3>m?3e3:4320>m?4320:1960*D1(m/1960))-m,10<m){r.timeoutHandle=lf(qa.bind(null,r,ir,hr),m);break}qa(r,ir,hr);break;case 5:qa(r,ir,hr);break;default:throw Error(o(329))}}}return rr(r,Qt()),r.callbackNode===c?jf.bind(null,r):null}function Mc(r,l){var c=$c;return r.current.memoizedState.isDehydrated&&(nl(r,l).flags|=256),r=Hf(r,l),r!==2&&(l=ir,ir=c,l!==null&&Ga(l)),r}function Ga(r){ir===null?ir=r:ir.push.apply(ir,r)}function P1(r){for(var l=r;;){if(l.flags&16384){var c=l.updateQueue;if(c!==null&&(c=c.stores,c!==null))for(var m=0;m<c.length;m++){var y=c[m],_=y.getSnapshot;y=y.value;try{if(!to(_(),y))return!1}catch{return!1}}}if(c=l.child,l.subtreeFlags&16384&&c!==null)c.return=l,l=c;else{if(l===r)break;for(;l.sibling===null;){if(l.return===null||l.return===r)return!0;l=l.return}l.sibling.return=l.return,l=l.sibling}}return!0}function lo(r,l){for(l&=~Vf,l&=~Zu,r.suspendedLanes|=l,r.pingedLanes&=~l,r=r.expirationTimes;0<l;){var c=31-Dr(l),m=1<<c;r[c]=-1,l&=~m}}function bm(r){if(Ct&6)throw Error(o(327));ns();var l=ba(r,0);if(!(l&1))return rr(r,Qt()),null;var c=Hf(r,l);if(r.tag!==0&&c===2){var m=mv(r);m!==0&&(l=m,c=Mc(r,m))}if(c===1)throw c=Pc,nl(r,0),lo(r,l),rr(r,Qt()),c;if(c===6)throw Error(o(345));return r.finishedWork=r.current.alternate,r.finishedLanes=l,qa(r,ir,hr),rr(r,Qt()),null}function km(r,l){var c=Ct;Ct|=1;try{return r(l)}finally{Ct=c,Ct===0&&(Ju=Qt()+500,Hu&&_o())}}function Ya(r){tl!==null&&tl.tag===0&&!(Ct&6)&&ns();var l=Ct;Ct|=1;var c=oi.transition,m=Vt;try{if(oi.transition=null,Vt=1,r)return r()}finally{Vt=m,oi.transition=c,Ct=l,!(Ct&6)&&_o()}}function xm(){mr=Xu.current,Zt(Xu)}function nl(r,l){r.finishedWork=null,r.finishedLanes=0;var c=r.timeoutHandle;if(c!==-1&&(r.timeoutHandle=-1,jv(c)),An!==null)for(c=An.return;c!==null;){var m=c;switch(df(m),m.tag){case 1:m=m.type.childContextTypes,m!=null&&ju();break;case 3:Fa(),Zt(Un),Zt(hn),Je();break;case 5:mf(m);break;case 4:Fa();break;case 13:Zt(cn);break;case 19:Zt(cn);break;case 10:Qv(m.type._context);break;case 22:case 23:xm()}c=c.return}if(Kn=r,An=r=jl(r.current,null),li=mr=l,En=0,Pc=null,Vf=Zu=Po=0,ir=$c=null,Aa!==null){for(l=0;l<Aa.length;l++)if(c=Aa[l],m=c.interleaved,m!==null){c.interleaved=null;var y=m.next,_=c.pending;if(_!==null){var $=_.next;_.next=y,m.next=$}c.pending=m}Aa=null}return r}function ib(r,l){do{var c=An;try{if(qv(),gt.current=Va,gf){for(var m=$t.memoizedState;m!==null;){var y=m.queue;y!==null&&(y.pending=null),m=m.next}gf=!1}if(Wt=0,Qn=Nn=$t=null,cc=!1,Ra=0,Ha.current=null,c===null||c.return===null){En=1,Pc=l,An=null;break}e:{var _=r,$=c.return,I=c,W=l;if(l=li,I.flags|=32768,W!==null&&typeof W=="object"&&typeof W.then=="function"){var se=W,Ce=I,Se=Ce.tag;if(!(Ce.mode&1)&&(Se===0||Se===11||Se===15)){var Ee=Ce.alternate;Ee?(Ce.updateQueue=Ee.updateQueue,Ce.memoizedState=Ee.memoizedState,Ce.lanes=Ee.lanes):(Ce.updateQueue=null,Ce.memoizedState=null)}var ze=jy($);if(ze!==null){ze.flags&=-257,Bl(ze,$,I,_,l),ze.mode&1&&sm(_,se,l),l=ze,W=se;var Ke=l.updateQueue;if(Ke===null){var We=new Set;We.add(W),l.updateQueue=We}else Ke.add(W);break e}else{if(!(l&1)){sm(_,se,l),_m();break e}W=Error(o(426))}}else if(rn&&I.mode&1){var Cn=jy($);if(Cn!==null){!(Cn.flags&65536)&&(Cn.flags|=256),Bl(Cn,$,I,_,l),Xo(Ka(W,I));break e}}_=W=Ka(W,I),En!==4&&(En=2),$c===null?$c=[_]:$c.push(_),_=$;do{switch(_.tag){case 3:_.flags|=65536,l&=-l,_.lanes|=l;var te=Ky(_,W,l);zy(_,te);break e;case 1:I=W;var q=_.type,oe=_.stateNode;if(!(_.flags&128)&&(typeof q.getDerivedStateFromError=="function"||oe!==null&&typeof oe.componentDidCatch=="function"&&(Vl===null||!Vl.has(oe)))){_.flags|=65536,l&=-l,_.lanes|=l;var we=um(_,I,l);zy(_,we);break e}}_=_.return}while(_!==null)}ab(c)}catch(je){l=je,An===c&&c!==null&&(An=c=c.return);continue}break}while(!0)}function rb(){var r=Ul.current;return Ul.current=Va,r===null?Va:r}function _m(){(En===0||En===3||En===2)&&(En=4),Kn===null||!(Po&268435455)&&!(Zu&268435455)||lo(Kn,li)}function Hf(r,l){var c=Ct;Ct|=2;var m=rb();(Kn!==r||li!==l)&&(hr=null,nl(r,l));do try{$1();break}catch(y){ib(r,y)}while(!0);if(qv(),Ct=c,Ul.current=m,An!==null)throw Error(o(261));return Kn=null,li=0,En}function $1(){for(;An!==null;)lb(An)}function ob(){for(;An!==null&&!Zg();)lb(An)}function lb(r){var l=db(r.alternate,r,mr);r.memoizedProps=r.pendingProps,l===null?ab(r):An=l,Ha.current=null}function ab(r){var l=r;do{var c=l.alternate;if(r=l.return,l.flags&32768){if(c=If(c,l),c!==null){c.flags&=32767,An=c;return}if(r!==null)r.flags|=32768,r.subtreeFlags=0,r.deletions=null;else{En=6,An=null;return}}else if(c=Xy(c,l,mr),c!==null){An=c;return}if(l=l.sibling,l!==null){An=l;return}An=l=r}while(l!==null);En===0&&(En=5)}function qa(r,l,c){var m=Vt,y=oi.transition;try{oi.transition=null,Vt=1,N1(r,l,c,m)}finally{oi.transition=y,Vt=m}return null}function N1(r,l,c,m){do ns();while(tl!==null);if(Ct&6)throw Error(o(327));c=r.finishedWork;var y=r.finishedLanes;if(c===null)return null;if(r.finishedWork=null,r.finishedLanes=0,c===r.current)throw Error(o(177));r.callbackNode=null,r.callbackPriority=0;var _=c.lanes|c.childLanes;if(l1(r,_),r===Kn&&(An=Kn=null,li=0),!(c.subtreeFlags&2064)&&!(c.flags&2064)||Kf||(Kf=!0,fb(zs,function(){return ns(),null})),_=(c.flags&15990)!==0,c.subtreeFlags&15990||_){_=oi.transition,oi.transition=null;var $=Vt;Vt=1;var I=Ct;Ct|=4,Ha.current=null,Jy(r,c),mm(c,r),Ru(Pa),_a=!!ec,Pa=ec=null,r.current=c,T1(c),n1(),Ct=I,Vt=$,oi.transition=_}else r.current=c;if(Kf&&(Kf=!1,tl=r,Nc=y),_=r.pendingLanes,_===0&&(Vl=null),ey(c.stateNode),rr(r,Qt()),l!==null)for(m=r.onRecoverableError,c=0;c<l.length;c++)y=l[c],m(y.value,{componentStack:y.stack,digest:y.digest});if(es)throw es=!1,r=Wa,Wa=null,r;return Nc&1&&r.tag!==0&&ns(),_=r.pendingLanes,_&1?r===ts?Kl++:(Kl=0,ts=r):Kl=0,_o(),null}function ns(){if(tl!==null){var r=gv(Nc),l=oi.transition,c=Vt;try{if(oi.transition=null,Vt=16>r?16:r,tl===null)var m=!1;else{if(r=tl,tl=null,Nc=0,Ct&6)throw Error(o(331));var y=Ct;for(Ct|=4,Ve=r.current;Ve!==null;){var _=Ve,$=_.child;if(Ve.flags&16){var I=_.deletions;if(I!==null){for(var W=0;W<I.length;W++){var se=I[W];for(Ve=se;Ve!==null;){var Ce=Ve;switch(Ce.tag){case 0:case 11:case 15:wc(8,Ce,_)}var Se=Ce.child;if(Se!==null)Se.return=Ce,Ve=Se;else for(;Ve!==null;){Ce=Ve;var Ee=Ce.sibling,ze=Ce.return;if(Uf(Ce),Ce===se){Ve=null;break}if(Ee!==null){Ee.return=ze,Ve=Ee;break}Ve=ze}}}var Ke=_.alternate;if(Ke!==null){var We=Ke.child;if(We!==null){Ke.child=null;do{var Cn=We.sibling;We.sibling=null,We=Cn}while(We!==null)}}Ve=_}}if(_.subtreeFlags&2064&&$!==null)$.return=_,Ve=$;else e:for(;Ve!==null;){if(_=Ve,_.flags&2048)switch(_.tag){case 0:case 11:case 15:wc(9,_,_.return)}var te=_.sibling;if(te!==null){te.return=_.return,Ve=te;break e}Ve=_.return}}var q=r.current;for(Ve=q;Ve!==null;){$=Ve;var oe=$.child;if($.subtreeFlags&2064&&oe!==null)oe.return=$,Ve=oe;else e:for($=q;Ve!==null;){if(I=Ve,I.flags&2048)try{switch(I.tag){case 0:case 11:case 15:Sc(9,I)}}catch(je){on(I,I.return,je)}if(I===$){Ve=null;break e}var we=I.sibling;if(we!==null){we.return=I.return,Ve=we;break e}Ve=I.return}}if(Ct=y,_o(),Jr&&typeof Jr.onPostCommitFiberRoot=="function")try{Jr.onPostCommitFiberRoot(Is,r)}catch{}m=!0}return m}finally{Vt=c,oi.transition=l}}return!1}function ub(r,l,c){l=Ka(c,l),l=Ky(r,l,1),r=Rl(r,l,1),l=On(),r!==null&&(ka(r,1,l),rr(r,l))}function on(r,l,c){if(r.tag===3)ub(r,r,c);else for(;l!==null;){if(l.tag===3){ub(l,r,c);break}else if(l.tag===1){var m=l.stateNode;if(typeof l.type.getDerivedStateFromError=="function"||typeof m.componentDidCatch=="function"&&(Vl===null||!Vl.has(m))){r=Ka(c,r),r=um(l,r,1),l=Rl(l,r,1),r=On(),l!==null&&(ka(l,1,r),rr(l,r));break}}l=l.return}}function L1(r,l,c){var m=r.pingCache;m!==null&&m.delete(l),l=On(),r.pingedLanes|=r.suspendedLanes&c,Kn===r&&(li&c)===c&&(En===4||En===3&&(li&130023424)===li&&500>Qt()-ym?nl(r,0):Vf|=c),rr(r,l)}function sb(r,l){l===0&&(r.mode&1?(l=eo,eo<<=1,!(eo&130023424)&&(eo=4194304)):l=1);var c=On();r=pr(r,l),r!==null&&(ka(r,l,c),rr(r,c))}function M1(r){var l=r.memoizedState,c=0;l!==null&&(c=l.retryLane),sb(r,c)}function cb(r,l){var c=0;switch(r.tag){case 13:var m=r.stateNode,y=r.memoizedState;y!==null&&(c=y.retryLane);break;case 19:m=r.stateNode;break;default:throw Error(o(314))}m!==null&&m.delete(l),sb(r,c)}var db;db=function(r,l,c){if(r!==null)if(r.memoizedProps!==l.pendingProps||Un.current)Ln=!0;else{if(!(r.lanes&c)&&!(l.flags&128))return Ln=!1,_c(r,l,c);Ln=!!(r.flags&131072)}else Ln=!1,rn&&l.flags&1048576&&Ay(l,Qo,l.index);switch(l.lanes=0,l.tag){case 2:var m=l.type;Rr(r,l),r=l.pendingProps;var y=Qi(l,hn.current);sn(l,c),y=zl(null,l,m,r,y,c);var _=io();return l.flags|=1,typeof y=="object"&&y!==null&&typeof y.render=="function"&&y.$$typeof===void 0?(l.tag=1,l.memoizedState=null,l.updateQueue=null,Pn(m)?(_=!0,qn(l)):_=!1,l.memoizedState=y.state!==null&&y.state!==void 0?y.state:null,em(l),y.updater=Af,l.stateNode=y,y._reactInternals=l,gc(l,m,r,c),l=kc(null,l,m,!0,_,c)):(l.tag=0,rn&&_&&cf(l),ri(null,l,y,c),l=l.child),l;case 16:m=l.elementType;e:{switch(Rr(r,l),r=l.pendingProps,y=m._init,m=y(m._payload),l.type=m,y=l.tag=O1(m),r=ro(m,r),y){case 0:l=Hy(null,l,m,r,c);break e;case 1:l=Wy(null,l,m,r,c);break e;case 11:l=tr(null,l,m,r,c);break e;case 14:l=ja(null,l,m,ro(m.type,r),c);break e}throw Error(o(306,m,""))}return l;case 0:return m=l.type,y=l.pendingProps,y=l.elementType===m?y:ro(m,y),Hy(r,l,m,y,c);case 1:return m=l.type,y=l.pendingProps,y=l.elementType===m?y:ro(m,y),Wy(r,l,m,y,c);case 3:e:{if(qu(l),r===null)throw Error(o(387));m=l.pendingProps,_=l.memoizedState,y=_.element,Ry(r,l),oc(l,m,null,c);var $=l.memoizedState;if(m=$.element,_.isDehydrated)if(_={element:m,isDehydrated:!1,cache:$.cache,pendingSuspenseBoundaries:$.pendingSuspenseBoundaries,transitions:$.transitions},l.updateQueue.baseState=_,l.memoizedState=_,l.flags&256){y=Ka(Error(o(423)),l),l=Gy(r,l,m,c,y);break e}else if(m!==y){y=Ka(Error(o(424)),l),l=Gy(r,l,m,c,y);break e}else for(Zi=bo(l.stateNode.containerInfo.firstChild),Xi=l,rn=!0,Or=null,c=Ae(l,null,m,c),l.child=c;c;)c.flags=c.flags&-3|4096,c=c.sibling;else{if(Fl(),m===y){l=zr(r,l,c);break e}ri(r,l,m,c)}l=l.child}return l;case 5:return Iy(l),r===null&&Gv(l),m=l.type,y=l.pendingProps,_=r!==null?r.memoizedProps:null,$=y.children,of(m,y)?$=null:_!==null&&of(m,_)&&(l.flags|=32),cm(r,l),ri(r,l,$,c),l.child;case 6:return r===null&&Gv(l),null;case 13:return zf(r,l,c);case 4:return nm(l,l.stateNode.containerInfo),m=l.pendingProps,r===null?l.child=kn(l,null,m,c):ri(r,l,m,c),l.child;case 11:return m=l.type,y=l.pendingProps,y=l.elementType===m?y:ro(m,y),tr(r,l,m,y,c);case 7:return ri(r,l,l.pendingProps,c),l.child;case 8:return ri(r,l,l.pendingProps.children,c),l.child;case 12:return ri(r,l,l.pendingProps.children,c),l.child;case 10:e:{if(m=l.type._context,y=l.pendingProps,_=l.memoizedProps,$=y.value,Xe(fr,m._currentValue),m._currentValue=$,_!==null)if(to(_.value,$)){if(_.children===y.children&&!Un.current){l=zr(r,l,c);break e}}else for(_=l.child,_!==null&&(_.return=l);_!==null;){var I=_.dependencies;if(I!==null){$=_.child;for(var W=I.firstContext;W!==null;){if(W.context===m){if(_.tag===1){W=Zo(-1,c&-c),W.tag=2;var se=_.updateQueue;if(se!==null){se=se.shared;var Ce=se.pending;Ce===null?W.next=W:(W.next=Ce.next,Ce.next=W),se.pending=W}}_.lanes|=c,W=_.alternate,W!==null&&(W.lanes|=c),Xv(_.return,c,l),I.lanes|=c;break}W=W.next}}else if(_.tag===10)$=_.type===l.type?null:_.child;else if(_.tag===18){if($=_.return,$===null)throw Error(o(341));$.lanes|=c,I=$.alternate,I!==null&&(I.lanes|=c),Xv($,c,l),$=_.sibling}else $=_.child;if($!==null)$.return=_;else for($=_;$!==null;){if($===l){$=null;break}if(_=$.sibling,_!==null){_.return=$.return,$=_;break}$=$.return}_=$}ri(r,l,y.children,c),l=l.child}return l;case 9:return y=l.type,m=l.pendingProps.children,sn(l,c),y=Fr(y),m=m(y),l.flags|=1,ri(r,l,m,c),l.child;case 14:return m=l.type,y=ro(m,l.pendingProps),y=ro(m.type,y),ja(r,l,m,y,c);case 15:return vt(r,l,l.type,l.pendingProps,c);case 17:return m=l.type,y=l.pendingProps,y=l.elementType===m?y:ro(m,y),Rr(r,l),l.tag=1,Pn(m)?(r=!0,qn(l)):r=!1,sn(l,c),Of(l,m,y),gc(l,m,y,c),kc(null,l,m,!0,r,c);case 19:return So(r,l,c);case 22:return bc(r,l,c)}throw Error(o(156,l.tag))};function fb(r,l){return Qg(r,l)}function A1(r,l,c,m){this.tag=r,this.key=c,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=l,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=m,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Br(r,l,c,m){return new A1(r,l,c,m)}function Em(r){return r=r.prototype,!(!r||!r.isReactComponent)}function O1(r){if(typeof r=="function")return Em(r)?1:0;if(r!=null){if(r=r.$$typeof,r===de)return 11;if(r===be)return 14}return 2}function jl(r,l){var c=r.alternate;return c===null?(c=Br(r.tag,l,r.key,r.mode),c.elementType=r.elementType,c.type=r.type,c.stateNode=r.stateNode,c.alternate=r,r.alternate=c):(c.pendingProps=l,c.type=r.type,c.flags=0,c.subtreeFlags=0,c.deletions=null),c.flags=r.flags&14680064,c.childLanes=r.childLanes,c.lanes=r.lanes,c.child=r.child,c.memoizedProps=r.memoizedProps,c.memoizedState=r.memoizedState,c.updateQueue=r.updateQueue,l=r.dependencies,c.dependencies=l===null?null:{lanes:l.lanes,firstContext:l.firstContext},c.sibling=r.sibling,c.index=r.index,c.ref=r.ref,c}function Ac(r,l,c,m,y,_){var $=2;if(m=r,typeof r=="function")Em(r)&&($=1);else if(typeof r=="string")$=5;else e:switch(r){case Z:return il(c.children,y,_,l);case ke:$=8,y|=8;break;case pe:return r=Br(12,c,l,y|2),r.elementType=pe,r.lanes=_,r;case re:return r=Br(13,c,l,y),r.elementType=re,r.lanes=_,r;case ae:return r=Br(19,c,l,y),r.elementType=ae,r.lanes=_,r;case J:return Hl(c,y,_,l);default:if(typeof r=="object"&&r!==null)switch(r.$$typeof){case fe:$=10;break e;case R:$=9;break e;case de:$=11;break e;case be:$=14;break e;case V:$=16,m=null;break e}throw Error(o(130,r==null?r:typeof r,""))}return l=Br($,c,l,y),l.elementType=r,l.type=m,l.lanes=_,l}function il(r,l,c,m){return r=Br(7,r,m,l),r.lanes=c,r}function Hl(r,l,c,m){return r=Br(22,r,m,l),r.elementType=J,r.lanes=c,r.stateNode={isHidden:!1},r}function Cm(r,l,c){return r=Br(6,r,null,l),r.lanes=c,r}function Wf(r,l,c){return l=Br(4,r.children!==null?r.children:[],r.key,l),l.lanes=c,l.stateNode={containerInfo:r.containerInfo,pendingChildren:null,implementation:r.implementation},l}function pb(r,l,c,m,y){this.tag=l,this.containerInfo=r,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=hv(0),this.expirationTimes=hv(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=hv(0),this.identifierPrefix=m,this.onRecoverableError=y,this.mutableSourceEagerHydrationData=null}function Gf(r,l,c,m,y,_,$,I,W){return r=new pb(r,l,c,I,W),l===1?(l=1,_===!0&&(l|=8)):l=0,_=Br(3,null,null,l),r.current=_,_.stateNode=r,_.memoizedState={element:m,isDehydrated:c,cache:null,transitions:null,pendingSuspenseBoundaries:null},em(_),r}function F1(r,l,c){var m=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:G,key:m==null?null:""+m,children:r,containerInfo:l,implementation:c}}function wm(r){if(!r)return bi;r=r._reactInternals;e:{if(Zr(r)!==r||r.tag!==1)throw Error(o(170));var l=r;do{switch(l.tag){case 3:l=l.stateNode.context;break e;case 1:if(Pn(l.type)){l=l.stateNode.__reactInternalMemoizedMergedChildContext;break e}}l=l.return}while(l!==null);throw Error(o(171))}if(r.tag===1){var c=r.type;if(Pn(c))return ic(r,c,l)}return l}function vb(r,l,c,m,y,_,$,I,W){return r=Gf(c,m,!0,r,y,_,$,I,W),r.context=wm(null),c=r.current,m=On(),y=$o(c),_=Zo(m,y),_.callback=l??null,Rl(c,_,y),r.current.lanes=y,ka(r,y,m),rr(r,m),r}function Yf(r,l,c,m){var y=l.current,_=On(),$=$o(y);return c=wm(c),l.context===null?l.context=c:l.pendingContext=c,l=Zo(_,$),l.payload={element:r},m=m===void 0?null:m,m!==null&&(l.callback=m),r=Rl(y,l,$),r!==null&&(Mi(r,y,$,_),vf(r,y,$)),$}function qf(r){if(r=r.current,!r.child)return null;switch(r.child.tag){case 5:return r.child.stateNode;default:return r.child.stateNode}}function Sm(r,l){if(r=r.memoizedState,r!==null&&r.dehydrated!==null){var c=r.retryLane;r.retryLane=c!==0&&c<l?c:l}}function Qf(r,l){Sm(r,l),(r=r.alternate)&&Sm(r,l)}function mb(){return null}var Qa=typeof reportError=="function"?reportError:function(r){console.error(r)};function Tm(r){this._internalRoot=r}Xf.prototype.render=Tm.prototype.render=function(r){var l=this._internalRoot;if(l===null)throw Error(o(409));Yf(r,l,null,null)},Xf.prototype.unmount=Tm.prototype.unmount=function(){var r=this._internalRoot;if(r!==null){this._internalRoot=null;var l=r.containerInfo;Ya(function(){Yf(null,r,null,null)}),l[Yo]=null}};function Xf(r){this._internalRoot=r}Xf.prototype.unstable_scheduleHydration=function(r){if(r){var l=pt();r={blockedOn:null,target:r,priority:l};for(var c=0;c<ti.length&&l!==0&&l<ti[c].priority;c++);ti.splice(c,0,r),c===0&&_v(r)}};function Dm(r){return!(!r||r.nodeType!==1&&r.nodeType!==9&&r.nodeType!==11)}function Zf(r){return!(!r||r.nodeType!==1&&r.nodeType!==9&&r.nodeType!==11&&(r.nodeType!==8||r.nodeValue!==" react-mount-point-unstable "))}function hb(){}function R1(r,l,c,m,y){if(y){if(typeof m=="function"){var _=m;m=function(){var se=qf($);_.call(se)}}var $=vb(l,m,r,0,null,!1,!1,"",hb);return r._reactRootContainer=$,r[Yo]=$.current,Iu(r.nodeType===8?r.parentNode:r),Ya(),$}for(;y=r.lastChild;)r.removeChild(y);if(typeof m=="function"){var I=m;m=function(){var se=qf(W);I.call(se)}}var W=Gf(r,0,!1,null,null,!1,!1,"",hb);return r._reactRootContainer=W,r[Yo]=W.current,Iu(r.nodeType===8?r.parentNode:r),Ya(function(){Yf(l,W,c,m)}),W}function Oc(r,l,c,m,y){var _=c._reactRootContainer;if(_){var $=_;if(typeof y=="function"){var I=y;y=function(){var W=qf($);I.call(W)}}Yf(l,$,r,y)}else $=R1(c,l,r,y,m);return qf($)}Kt=function(r){switch(r.tag){case 3:var l=r.stateNode;if(l.current.memoizedState.isDehydrated){var c=ya(l.pendingLanes);c!==0&&(Fd(l,c|1),rr(l,Qt()),!(Ct&6)&&(Ju=Qt()+500,_o()))}break;case 13:Ya(function(){var m=pr(r,1);if(m!==null){var y=On();Mi(m,r,1,y)}}),Qf(r,1)}},yv=function(r){if(r.tag===13){var l=pr(r,134217728);if(l!==null){var c=On();Mi(l,r,134217728,c)}Qf(r,134217728)}},bv=function(r){if(r.tag===13){var l=$o(r),c=pr(r,l);if(c!==null){var m=On();Mi(c,r,l,m)}Qf(r,l)}},pt=function(){return Vt},kv=function(r,l){var c=Vt;try{return Vt=r,l()}finally{Vt=c}},Bn=function(r,l,c){switch(l){case"input":if(ft(r,c),l=c.name,c.type==="radio"&&l!=null){for(c=r;c.parentNode;)c=c.parentNode;for(c=c.querySelectorAll("input[name="+JSON.stringify(""+l)+'][type="radio"]'),l=0;l<c.length;l++){var m=c[l];if(m!==r&&m.form===r.form){var y=un(m);if(!y)throw Error(o(90));ee(m),ft(m,y)}}}break;case"textarea":Qr(r,c);break;case"select":l=c.value,l!=null&&at(r,!!c.multiple,l,!1)}},lv=km,av=Ya;var z1={usingClientEntryPoint:!1,Events:[Ze,no,un,Wg,Gg,km]},Fc={findFiberByHostInstance:$a,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},gb={bundleType:Fc.bundleType,version:Fc.version,rendererPackageName:Fc.rendererPackageName,rendererConfig:Fc.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:j.ReactCurrentDispatcher,findHostInstanceByFiber:function(r){return r=cv(r),r===null?null:r.stateNode},findFiberByHostInstance:Fc.findFiberByHostInstance||mb,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Wl=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Wl.isDisabled&&Wl.supportsFiber)try{Is=Wl.inject(gb),Jr=Wl}catch{}}return Cr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=z1,Cr.createPortal=function(r,l){var c=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Dm(l))throw Error(o(200));return F1(r,l,null,c)},Cr.createRoot=function(r,l){if(!Dm(r))throw Error(o(299));var c=!1,m="",y=Qa;return l!=null&&(l.unstable_strictMode===!0&&(c=!0),l.identifierPrefix!==void 0&&(m=l.identifierPrefix),l.onRecoverableError!==void 0&&(y=l.onRecoverableError)),l=Gf(r,1,!1,null,null,c,!1,m,y),r[Yo]=l.current,Iu(r.nodeType===8?r.parentNode:r),new Tm(l)},Cr.findDOMNode=function(r){if(r==null)return null;if(r.nodeType===1)return r;var l=r._reactInternals;if(l===void 0)throw typeof r.render=="function"?Error(o(188)):(r=Object.keys(r).join(","),Error(o(268,r)));return r=cv(l),r=r===null?null:r.stateNode,r},Cr.flushSync=function(r){return Ya(r)},Cr.hydrate=function(r,l,c){if(!Zf(l))throw Error(o(200));return Oc(null,r,l,!0,c)},Cr.hydrateRoot=function(r,l,c){if(!Dm(r))throw Error(o(405));var m=c!=null&&c.hydratedSources||null,y=!1,_="",$=Qa;if(c!=null&&(c.unstable_strictMode===!0&&(y=!0),c.identifierPrefix!==void 0&&(_=c.identifierPrefix),c.onRecoverableError!==void 0&&($=c.onRecoverableError)),l=vb(l,null,r,1,c??null,y,!1,_,$),r[Yo]=l.current,Iu(r),m)for(r=0;r<m.length;r++)c=m[r],y=c._getVersion,y=y(c._source),l.mutableSourceEagerHydrationData==null?l.mutableSourceEagerHydrationData=[c,y]:l.mutableSourceEagerHydrationData.push(c,y);return new Xf(l)},Cr.render=function(r,l,c){if(!Zf(l))throw Error(o(200));return Oc(null,r,l,!1,c)},Cr.unmountComponentAtNode=function(r){if(!Zf(r))throw Error(o(40));return r._reactRootContainer?(Ya(function(){Oc(null,null,r,!1,function(){r._reactRootContainer=null,r[Yo]=null})}),!0):!1},Cr.unstable_batchedUpdates=km,Cr.unstable_renderSubtreeIntoContainer=function(r,l,c,m){if(!Zf(c))throw Error(o(200));if(r==null||r._reactInternals===void 0)throw Error(o(38));return Oc(r,l,c,!1,m)},Cr.version="18.3.1-next-f1338f8080-20240426",Cr}var wr={};/**
|
|
34
34
|
* @license React
|
|
35
35
|
* react-dom.development.js
|
|
36
36
|
*
|
|
@@ -38,15 +38,15 @@ Error generating stack: `+_.message+`
|
|
|
38
38
|
*
|
|
39
39
|
* This source code is licensed under the MIT license found in the
|
|
40
40
|
* LICENSE file in the root directory of this source tree.
|
|
41
|
-
*/var Z3;function cP(){return Z3||(Z3=1,process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var i=b,n=Q3(),o=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,u=!1;function d(e){u=e}function v(e){if(!u){for(var t=arguments.length,a=new Array(t>1?t-1:0),s=1;s<t;s++)a[s-1]=arguments[s];g("warn",e,a)}}function p(e){if(!u){for(var t=arguments.length,a=new Array(t>1?t-1:0),s=1;s<t;s++)a[s-1]=arguments[s];g("error",e,a)}}function g(e,t,a){{var s=o.ReactDebugCurrentFrame,f=s.getStackAddendum();f!==""&&(t+="%s",a=a.concat([f]));var h=a.map(function(k){return String(k)});h.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,h)}}var x=0,E=1,S=2,C=3,T=4,P=5,N=6,L=7,A=8,F=9,B=10,K=11,j=12,U=13,G=14,Z=15,ke=16,pe=17,fe=18,R=19,de=21,re=22,ae=23,be=24,V=25,J=!0,X=!1,H=!1,z=!1,he=!1,ge=!0,_e=!0,$e=!0,Me=!0,De=new Set,Fe={},Be={};function Ye(e,t){ht(e,t),ht(e+"Capture",t)}function ht(e,t){Fe[e]&&p("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),Fe[e]=t;{var a=e.toLowerCase();Be[a]=e,e==="onDoubleClick"&&(Be.ondblclick=e)}for(var s=0;s<t.length;s++)De.add(t[s])}var Pe=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",ee=Object.prototype.hasOwnProperty;function qe(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,a=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return a}}function yt(e){try{return Rt(e),!1}catch{return!0}}function Rt(e){return""+e}function In(e,t){if(yt(e))return p("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",t,qe(e)),Rt(e)}function ft(e){if(yt(e))return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",qe(e)),Rt(e)}function ei(e,t){if(yt(e))return p("The provided `%s` prop is an unsupported type %s. This value must be coerced to a string before before using it here.",t,qe(e)),Rt(e)}function Ki(e,t){if(yt(e))return p("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",t,qe(e)),Rt(e)}function Yn(e){if(yt(e))return p("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",qe(e)),Rt(e)}function at(e){if(yt(e))return p("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before before using it here.",qe(e)),Rt(e)}var kt=0,Tt=1,Qr=2,gi=3,ji=4,Di=5,go=6,xl=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",Ne=xl+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",et=new RegExp("^["+xl+"]["+Ne+"]*$"),it={},Ot={};function pn(e){return ee.call(Ot,e)?!0:ee.call(it,e)?!1:et.test(e)?(Ot[e]=!0,!0):(it[e]=!0,p("Invalid attribute name: `%s`",e),!1)}function Hi(e,t,a){return t!==null?t.type===kt:a?!1:e.length>2&&(e[0]==="o"||e[0]==="O")&&(e[1]==="n"||e[1]==="N")}function Sn(e,t,a,s){if(a!==null&&a.type===kt)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":{if(s)return!1;if(a!==null)return!a.acceptsBooleans;var f=e.toLowerCase().slice(0,5);return f!=="data-"&&f!=="aria-"}default:return!1}}function Wi(e,t,a,s){if(t===null||typeof t>"u"||Sn(e,t,a,s))return!0;if(s)return!1;if(a!==null)switch(a.type){case gi:return!t;case ji:return t===!1;case Di:return isNaN(t);case go:return isNaN(t)||t<1}return!1}function Tn(e){return Bn.hasOwnProperty(e)?Bn[e]:null}function vn(e,t,a,s,f,h,k){this.acceptsBooleans=t===Qr||t===gi||t===ji,this.attributeName=s,this.attributeNamespace=f,this.mustUseProperty=a,this.propertyName=e,this.type=t,this.sanitizeURL=h,this.removeEmptyString=k}var Bn={},Su=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];Su.forEach(function(e){Bn[e]=new vn(e,kt,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0],a=e[1];Bn[t]=new vn(t,Tt,!1,a,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){Bn[e]=new vn(e,Qr,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Bn[e]=new vn(e,Qr,!1,e,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(e){Bn[e]=new vn(e,gi,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){Bn[e]=new vn(e,gi,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){Bn[e]=new vn(e,ji,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){Bn[e]=new vn(e,go,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){Bn[e]=new vn(e,Di,!1,e.toLowerCase(),null,!1,!1)});var _l=/[\-\:]([a-z])/g,Ld=function(e){return e[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(function(e){var t=e.replace(_l,Ld);Bn[t]=new vn(t,Tt,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(e){var t=e.replace(_l,Ld);Bn[t]=new vn(t,Tt,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(_l,Ld);Bn[t]=new vn(t,Tt,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){Bn[e]=new vn(e,Tt,!1,e.toLowerCase(),null,!1,!1)});var Wg="xlinkHref";Bn[Wg]=new vn("xlinkHref",Tt,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){Bn[e]=new vn(e,Tt,!1,e.toLowerCase(),null,!0,!0)});var Gg=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,lv=!1;function av(e){!lv&&Gg.test(e)&&(lv=!0,p("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(e)))}function uv(e,t,a,s){if(s.mustUseProperty){var f=s.propertyName;return e[f]}else{In(a,t),s.sanitizeURL&&av(""+a);var h=s.attributeName,k=null;if(s.type===ji){if(e.hasAttribute(h)){var w=e.getAttribute(h);return w===""?!0:Wi(t,a,s,!1)?w:w===""+a?a:w}}else if(e.hasAttribute(h)){if(Wi(t,a,s,!1))return e.getAttribute(h);if(s.type===gi)return a;k=e.getAttribute(h)}return Wi(t,a,s,!1)?k===null?a:k:k===""+a?a:k}}function sv(e,t,a,s){{if(!pn(t))return;if(!e.hasAttribute(t))return a===void 0?void 0:null;var f=e.getAttribute(t);return In(a,t),f===""+a?a:f}}function ma(e,t,a,s){var f=Tn(t);if(!Hi(t,f,s)){if(Wi(t,a,f,s)&&(a=null),s||f===null){if(pn(t)){var h=t;a===null?e.removeAttribute(h):(In(a,t),e.setAttribute(h,""+a))}return}var k=f.mustUseProperty;if(k){var w=f.propertyName;if(a===null){var D=f.type;e[w]=D===gi?!1:""}else e[w]=a;return}var M=f.attributeName,O=f.attributeNamespace;if(a===null)e.removeAttribute(M);else{var Q=f.type,Y;Q===gi||Q===ji&&a===!0?Y="":(In(a,M),Y=""+a,f.sanitizeURL&&av(Y.toString())),O?e.setAttributeNS(O,M,Y):e.setAttribute(M,Y)}}}var El=Symbol.for("react.element"),Xr=Symbol.for("react.portal"),Tu=Symbol.for("react.fragment"),ha=Symbol.for("react.strict_mode"),Du=Symbol.for("react.profiler"),Pu=Symbol.for("react.provider"),Rs=Symbol.for("react.context"),$u=Symbol.for("react.forward_ref"),Md=Symbol.for("react.suspense"),Ad=Symbol.for("react.suspense_list"),Zr=Symbol.for("react.memo"),yi=Symbol.for("react.lazy"),Yg=Symbol.for("react.scope"),t1=Symbol.for("react.debug_trace_mode"),cv=Symbol.for("react.offscreen"),qg=Symbol.for("react.legacy_hidden"),Qg=Symbol.for("react.cache"),Xg=Symbol.for("react.tracing_marker"),Zg=Symbol.iterator,n1="@@iterator";function Qt(e){if(e===null||typeof e!="object")return null;var t=Zg&&e[Zg]||e[n1];return typeof t=="function"?t:null}var _t=Object.assign,ga=0,dv,zs,Jg,fv,Is,Jr,ey;function Dr(){}Dr.__reactDisabledLog=!0;function i1(){{if(ga===0){dv=console.log,zs=console.info,Jg=console.warn,fv=console.error,Is=console.group,Jr=console.groupCollapsed,ey=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Dr,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}ga++}}function r1(){{if(ga--,ga===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:_t({},e,{value:dv}),info:_t({},e,{value:zs}),warn:_t({},e,{value:Jg}),error:_t({},e,{value:fv}),group:_t({},e,{value:Is}),groupCollapsed:_t({},e,{value:Jr}),groupEnd:_t({},e,{value:ey})})}ga<0&&p("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var pv=o.ReactCurrentDispatcher,Nu;function eo(e,t,a){{if(Nu===void 0)try{throw Error()}catch(f){var s=f.stack.trim().match(/\n( *(at )?)/);Nu=s&&s[1]||""}return`
|
|
41
|
+
*/var Z3;function cP(){return Z3||(Z3=1,process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var i=b,n=Q3(),o=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,u=!1;function d(e){u=e}function v(e){if(!u){for(var t=arguments.length,a=new Array(t>1?t-1:0),s=1;s<t;s++)a[s-1]=arguments[s];g("warn",e,a)}}function p(e){if(!u){for(var t=arguments.length,a=new Array(t>1?t-1:0),s=1;s<t;s++)a[s-1]=arguments[s];g("error",e,a)}}function g(e,t,a){{var s=o.ReactDebugCurrentFrame,f=s.getStackAddendum();f!==""&&(t+="%s",a=a.concat([f]));var h=a.map(function(k){return String(k)});h.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,h)}}var x=0,E=1,S=2,C=3,T=4,P=5,N=6,L=7,A=8,F=9,B=10,K=11,j=12,U=13,G=14,Z=15,ke=16,pe=17,fe=18,R=19,de=21,re=22,ae=23,be=24,V=25,J=!0,X=!1,H=!1,z=!1,he=!1,ge=!0,_e=!0,$e=!0,Me=!0,De=new Set,Fe={},Be={};function Ye(e,t){ht(e,t),ht(e+"Capture",t)}function ht(e,t){Fe[e]&&p("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),Fe[e]=t;{var a=e.toLowerCase();Be[a]=e,e==="onDoubleClick"&&(Be.ondblclick=e)}for(var s=0;s<t.length;s++)De.add(t[s])}var Pe=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",ee=Object.prototype.hasOwnProperty;function qe(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,a=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return a}}function yt(e){try{return Rt(e),!1}catch{return!0}}function Rt(e){return""+e}function In(e,t){if(yt(e))return p("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",t,qe(e)),Rt(e)}function ft(e){if(yt(e))return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",qe(e)),Rt(e)}function ei(e,t){if(yt(e))return p("The provided `%s` prop is an unsupported type %s. This value must be coerced to a string before before using it here.",t,qe(e)),Rt(e)}function Ki(e,t){if(yt(e))return p("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",t,qe(e)),Rt(e)}function Yn(e){if(yt(e))return p("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",qe(e)),Rt(e)}function at(e){if(yt(e))return p("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before before using it here.",qe(e)),Rt(e)}var kt=0,Tt=1,Qr=2,gi=3,ji=4,Di=5,go=6,_l=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",Ne=_l+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",et=new RegExp("^["+_l+"]["+Ne+"]*$"),it={},Ot={};function pn(e){return ee.call(Ot,e)?!0:ee.call(it,e)?!1:et.test(e)?(Ot[e]=!0,!0):(it[e]=!0,p("Invalid attribute name: `%s`",e),!1)}function Hi(e,t,a){return t!==null?t.type===kt:a?!1:e.length>2&&(e[0]==="o"||e[0]==="O")&&(e[1]==="n"||e[1]==="N")}function Sn(e,t,a,s){if(a!==null&&a.type===kt)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":{if(s)return!1;if(a!==null)return!a.acceptsBooleans;var f=e.toLowerCase().slice(0,5);return f!=="data-"&&f!=="aria-"}default:return!1}}function Wi(e,t,a,s){if(t===null||typeof t>"u"||Sn(e,t,a,s))return!0;if(s)return!1;if(a!==null)switch(a.type){case gi:return!t;case ji:return t===!1;case Di:return isNaN(t);case go:return isNaN(t)||t<1}return!1}function Tn(e){return Bn.hasOwnProperty(e)?Bn[e]:null}function vn(e,t,a,s,f,h,k){this.acceptsBooleans=t===Qr||t===gi||t===ji,this.attributeName=s,this.attributeNamespace=f,this.mustUseProperty=a,this.propertyName=e,this.type=t,this.sanitizeURL=h,this.removeEmptyString=k}var Bn={},Su=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];Su.forEach(function(e){Bn[e]=new vn(e,kt,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0],a=e[1];Bn[t]=new vn(t,Tt,!1,a,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){Bn[e]=new vn(e,Qr,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Bn[e]=new vn(e,Qr,!1,e,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(e){Bn[e]=new vn(e,gi,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){Bn[e]=new vn(e,gi,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){Bn[e]=new vn(e,ji,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){Bn[e]=new vn(e,go,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){Bn[e]=new vn(e,Di,!1,e.toLowerCase(),null,!1,!1)});var El=/[\-\:]([a-z])/g,Ld=function(e){return e[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(function(e){var t=e.replace(El,Ld);Bn[t]=new vn(t,Tt,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(e){var t=e.replace(El,Ld);Bn[t]=new vn(t,Tt,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(El,Ld);Bn[t]=new vn(t,Tt,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){Bn[e]=new vn(e,Tt,!1,e.toLowerCase(),null,!1,!1)});var Wg="xlinkHref";Bn[Wg]=new vn("xlinkHref",Tt,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){Bn[e]=new vn(e,Tt,!1,e.toLowerCase(),null,!0,!0)});var Gg=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,lv=!1;function av(e){!lv&&Gg.test(e)&&(lv=!0,p("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(e)))}function uv(e,t,a,s){if(s.mustUseProperty){var f=s.propertyName;return e[f]}else{In(a,t),s.sanitizeURL&&av(""+a);var h=s.attributeName,k=null;if(s.type===ji){if(e.hasAttribute(h)){var w=e.getAttribute(h);return w===""?!0:Wi(t,a,s,!1)?w:w===""+a?a:w}}else if(e.hasAttribute(h)){if(Wi(t,a,s,!1))return e.getAttribute(h);if(s.type===gi)return a;k=e.getAttribute(h)}return Wi(t,a,s,!1)?k===null?a:k:k===""+a?a:k}}function sv(e,t,a,s){{if(!pn(t))return;if(!e.hasAttribute(t))return a===void 0?void 0:null;var f=e.getAttribute(t);return In(a,t),f===""+a?a:f}}function ma(e,t,a,s){var f=Tn(t);if(!Hi(t,f,s)){if(Wi(t,a,f,s)&&(a=null),s||f===null){if(pn(t)){var h=t;a===null?e.removeAttribute(h):(In(a,t),e.setAttribute(h,""+a))}return}var k=f.mustUseProperty;if(k){var w=f.propertyName;if(a===null){var D=f.type;e[w]=D===gi?!1:""}else e[w]=a;return}var M=f.attributeName,O=f.attributeNamespace;if(a===null)e.removeAttribute(M);else{var Q=f.type,Y;Q===gi||Q===ji&&a===!0?Y="":(In(a,M),Y=""+a,f.sanitizeURL&&av(Y.toString())),O?e.setAttributeNS(O,M,Y):e.setAttribute(M,Y)}}}var Cl=Symbol.for("react.element"),Xr=Symbol.for("react.portal"),Tu=Symbol.for("react.fragment"),ha=Symbol.for("react.strict_mode"),Du=Symbol.for("react.profiler"),Pu=Symbol.for("react.provider"),Rs=Symbol.for("react.context"),$u=Symbol.for("react.forward_ref"),Md=Symbol.for("react.suspense"),Ad=Symbol.for("react.suspense_list"),Zr=Symbol.for("react.memo"),yi=Symbol.for("react.lazy"),Yg=Symbol.for("react.scope"),t1=Symbol.for("react.debug_trace_mode"),cv=Symbol.for("react.offscreen"),qg=Symbol.for("react.legacy_hidden"),Qg=Symbol.for("react.cache"),Xg=Symbol.for("react.tracing_marker"),Zg=Symbol.iterator,n1="@@iterator";function Qt(e){if(e===null||typeof e!="object")return null;var t=Zg&&e[Zg]||e[n1];return typeof t=="function"?t:null}var _t=Object.assign,ga=0,dv,zs,Jg,fv,Is,Jr,ey;function Dr(){}Dr.__reactDisabledLog=!0;function i1(){{if(ga===0){dv=console.log,zs=console.info,Jg=console.warn,fv=console.error,Is=console.group,Jr=console.groupCollapsed,ey=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Dr,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}ga++}}function r1(){{if(ga--,ga===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:_t({},e,{value:dv}),info:_t({},e,{value:zs}),warn:_t({},e,{value:Jg}),error:_t({},e,{value:fv}),group:_t({},e,{value:Is}),groupCollapsed:_t({},e,{value:Jr}),groupEnd:_t({},e,{value:ey})})}ga<0&&p("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var pv=o.ReactCurrentDispatcher,Nu;function eo(e,t,a){{if(Nu===void 0)try{throw Error()}catch(f){var s=f.stack.trim().match(/\n( *(at )?)/);Nu=s&&s[1]||""}return`
|
|
42
42
|
`+Nu+e}}var ya=!1,ba;{var o1=typeof WeakMap=="function"?WeakMap:Map;ba=new o1}function vv(e,t){if(!e||ya)return"";{var a=ba.get(e);if(a!==void 0)return a}var s;ya=!0;var f=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var h;h=pv.current,pv.current=null,i1();try{if(t){var k=function(){throw Error()};if(Object.defineProperty(k.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(k,[])}catch(ce){s=ce}Reflect.construct(e,[],k)}else{try{k.call()}catch(ce){s=ce}e.call(k.prototype)}}else{try{throw Error()}catch(ce){s=ce}e()}}catch(ce){if(ce&&s&&typeof ce.stack=="string"){for(var w=ce.stack.split(`
|
|
43
43
|
`),D=s.stack.split(`
|
|
44
44
|
`),M=w.length-1,O=D.length-1;M>=1&&O>=0&&w[M]!==D[O];)O--;for(;M>=1&&O>=0;M--,O--)if(w[M]!==D[O]){if(M!==1||O!==1)do if(M--,O--,O<0||w[M]!==D[O]){var Q=`
|
|
45
45
|
`+w[M].replace(" at new "," at ");return e.displayName&&Q.includes("<anonymous>")&&(Q=Q.replace("<anonymous>",e.displayName)),typeof e=="function"&&ba.set(e,Q),Q}while(M>=1&&O>=0);break}}}finally{ya=!1,pv.current=h,r1(),Error.prepareStackTrace=f}var Y=e?e.displayName||e.name:"",ue=Y?eo(Y):"";return typeof e=="function"&&ba.set(e,ue),ue}function mv(e,t,a){return vv(e,!0)}function Od(e,t,a){return vv(e,!1)}function hv(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function ka(e,t,a){if(e==null)return"";if(typeof e=="function")return vv(e,hv(e));if(typeof e=="string")return eo(e);switch(e){case Md:return eo("Suspense");case Ad:return eo("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case $u:return Od(e.render);case Zr:return ka(e.type,t,a);case yi:{var s=e,f=s._payload,h=s._init;try{return ka(h(f),t,a)}catch{}}}return""}function l1(e){switch(e._debugOwner&&e._debugOwner.type,e._debugSource,e.tag){case P:return eo(e.type);case ke:return eo("Lazy");case U:return eo("Suspense");case R:return eo("SuspenseList");case x:case S:case Z:return Od(e.type);case K:return Od(e.type.render);case E:return mv(e.type);default:return""}}function Fd(e){try{var t="",a=e;do t+=l1(a),a=a.return;while(a);return t}catch(s){return`
|
|
46
46
|
Error generating stack: `+s.message+`
|
|
47
|
-
`+s.stack}}function Vt(e,t,a){var s=e.displayName;if(s)return s;var f=t.displayName||t.name||"";return f!==""?a+"("+f+")":a}function gv(e){return e.displayName||"Context"}function Kt(e){if(e==null)return null;if(typeof e.tag=="number"&&p("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Tu:return"Fragment";case Xr:return"Portal";case Du:return"Profiler";case ha:return"StrictMode";case Md:return"Suspense";case Ad:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Rs:var t=e;return gv(t)+".Consumer";case Pu:var a=e;return gv(a._context)+".Provider";case $u:return Vt(e,e.render,"ForwardRef");case Zr:var s=e.displayName||null;return s!==null?s:Kt(e.type)||"Memo";case yi:{var f=e,h=f._payload,k=f._init;try{return Kt(k(h))}catch{return null}}}return null}function yv(e,t,a){var s=t.displayName||t.name||"";return e.displayName||(s!==""?a+"("+s+")":a)}function bv(e){return e.displayName||"Context"}function pt(e){var t=e.tag,a=e.type;switch(t){case be:return"Cache";case F:var s=a;return bv(s)+".Consumer";case B:var f=a;return bv(f._context)+".Provider";case fe:return"DehydratedFragment";case K:return yv(a,a.render,"ForwardRef");case L:return"Fragment";case P:return a;case T:return"Portal";case C:return"Root";case N:return"Text";case ke:return Kt(a);case A:return a===ha?"StrictMode":"Mode";case re:return"Offscreen";case j:return"Profiler";case de:return"Scope";case U:return"Suspense";case R:return"SuspenseList";case V:return"TracingMarker";case E:case x:case pe:case S:case G:case Z:if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a;break}return null}var kv=o.ReactDebugCurrentFrame,Pi=null,
|
|
47
|
+
`+s.stack}}function Vt(e,t,a){var s=e.displayName;if(s)return s;var f=t.displayName||t.name||"";return f!==""?a+"("+f+")":a}function gv(e){return e.displayName||"Context"}function Kt(e){if(e==null)return null;if(typeof e.tag=="number"&&p("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Tu:return"Fragment";case Xr:return"Portal";case Du:return"Profiler";case ha:return"StrictMode";case Md:return"Suspense";case Ad:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Rs:var t=e;return gv(t)+".Consumer";case Pu:var a=e;return gv(a._context)+".Provider";case $u:return Vt(e,e.render,"ForwardRef");case Zr:var s=e.displayName||null;return s!==null?s:Kt(e.type)||"Memo";case yi:{var f=e,h=f._payload,k=f._init;try{return Kt(k(h))}catch{return null}}}return null}function yv(e,t,a){var s=t.displayName||t.name||"";return e.displayName||(s!==""?a+"("+s+")":a)}function bv(e){return e.displayName||"Context"}function pt(e){var t=e.tag,a=e.type;switch(t){case be:return"Cache";case F:var s=a;return bv(s)+".Consumer";case B:var f=a;return bv(f._context)+".Provider";case fe:return"DehydratedFragment";case K:return yv(a,a.render,"ForwardRef");case L:return"Fragment";case P:return a;case T:return"Portal";case C:return"Root";case N:return"Text";case ke:return Kt(a);case A:return a===ha?"StrictMode":"Mode";case re:return"Offscreen";case j:return"Profiler";case de:return"Scope";case U:return"Suspense";case R:return"SuspenseList";case V:return"TracingMarker";case E:case x:case pe:case S:case G:case Z:if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a;break}return null}var kv=o.ReactDebugCurrentFrame,Pi=null,wl=!1;function Pr(){{if(Pi===null)return null;var e=Pi._debugOwner;if(e!==null&&typeof e<"u")return pt(e)}return null}function Sl(){return Pi===null?"":Fd(Pi)}function mn(){kv.getCurrentStack=null,Pi=null,wl=!1}function Jt(e){kv.getCurrentStack=e===null?null:Sl,Pi=e,wl=!1}function Bs(){return Pi}function ti(e){wl=e}function $r(e){return""+e}function Ko(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return at(e),e;default:return""}}var Us={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function xv(e,t){Us[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||p("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||t.checked==null||p("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function _v(e){var t=e.type,a=e.nodeName;return a&&a.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function Vs(e){return e._valueTracker}function ty(e){e._valueTracker=null}function a1(e){var t="";return e&&(_v(e)?t=e.checked?"true":"false":t=e.value),t}function Ks(e){var t=_v(e)?"checked":"value",a=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);at(e[t]);var s=""+e[t];if(!(e.hasOwnProperty(t)||typeof a>"u"||typeof a.get!="function"||typeof a.set!="function")){var f=a.get,h=a.set;Object.defineProperty(e,t,{configurable:!0,get:function(){return f.call(this)},set:function(w){at(w),s=""+w,h.call(this,w)}}),Object.defineProperty(e,t,{enumerable:a.enumerable});var k={getValue:function(){return s},setValue:function(w){at(w),s=""+w},stopTracking:function(){ty(e),delete e[t]}};return k}}function Tl(e){Vs(e)||(e._valueTracker=Ks(e))}function xa(e){if(!e)return!1;var t=Vs(e);if(!t)return!0;var a=t.getValue(),s=a1(e);return s!==a?(t.setValue(s),!0):!1}function _a(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}var ny=!1,iy=!1,Rd=!1,js=!1;function zd(e){var t=e.type==="checkbox"||e.type==="radio";return t?e.checked!=null:e.value!=null}function Id(e,t){var a=e,s=t.checked,f=_t({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:s??a._wrapperState.initialChecked});return f}function jo(e,t){xv("input",t),t.checked!==void 0&&t.defaultChecked!==void 0&&!iy&&(p("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",Pr()||"A component",t.type),iy=!0),t.value!==void 0&&t.defaultValue!==void 0&&!ny&&(p("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",Pr()||"A component",t.type),ny=!0);var a=e,s=t.defaultValue==null?"":t.defaultValue;a._wrapperState={initialChecked:t.checked!=null?t.checked:t.defaultChecked,initialValue:Ko(t.value!=null?t.value:s),controlled:zd(t)}}function Bd(e,t){var a=e,s=t.checked;s!=null&&ma(a,"checked",s,!1)}function Lu(e,t){var a=e;{var s=zd(t);!a._wrapperState.controlled&&s&&!js&&(p("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),js=!0),a._wrapperState.controlled&&!s&&!Rd&&(p("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),Rd=!0)}Bd(e,t);var f=Ko(t.value),h=t.type;if(f!=null)h==="number"?(f===0&&a.value===""||a.value!=f)&&(a.value=$r(f)):a.value!==$r(f)&&(a.value=$r(f));else if(h==="submit"||h==="reset"){a.removeAttribute("value");return}t.hasOwnProperty("value")?Kd(a,t.type,f):t.hasOwnProperty("defaultValue")&&Kd(a,t.type,Ko(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(a.defaultChecked=!!t.defaultChecked)}function Ev(e,t,a){var s=e;if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var f=t.type,h=f==="submit"||f==="reset";if(h&&(t.value===void 0||t.value===null))return;var k=$r(s._wrapperState.initialValue);a||k!==s.value&&(s.value=k),s.defaultValue=k}var w=s.name;w!==""&&(s.name=""),s.defaultChecked=!s.defaultChecked,s.defaultChecked=!!s._wrapperState.initialChecked,w!==""&&(s.name=w)}function Ud(e,t){var a=e;Lu(a,t),Vd(a,t)}function Vd(e,t){var a=t.name;if(t.type==="radio"&&a!=null){for(var s=e;s.parentNode;)s=s.parentNode;In(a,"name");for(var f=s.querySelectorAll("input[name="+JSON.stringify(""+a)+'][type="radio"]'),h=0;h<f.length;h++){var k=f[h];if(!(k===e||k.form!==e.form)){var w=Ob(k);if(!w)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");xa(k),Lu(k,w)}}}}function Kd(e,t,a){(t!=="number"||_a(e.ownerDocument)!==e)&&(a==null?e.defaultValue=$r(e._wrapperState.initialValue):e.defaultValue!==$r(a)&&(e.defaultValue=$r(a)))}var Gi=!1,Ea=!1,jd=!1;function Mu(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?i.Children.forEach(t.children,function(a){a!=null&&(typeof a=="string"||typeof a=="number"||Ea||(Ea=!0,p("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}):t.dangerouslySetInnerHTML!=null&&(jd||(jd=!0,p("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),t.selected!=null&&!Gi&&(p("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Gi=!0)}function u1(e,t){t.value!=null&&e.setAttribute("value",$r(Ko(t.value)))}var Cv=Array.isArray;function ni(e){return Cv(e)}var Ca;Ca=!1;function Hs(){var e=Pr();return e?`
|
|
48
48
|
|
|
49
|
-
Check the render method of \``+e+"`.":""}var wv=["value","defaultValue"];function s1(e){{xv("select",e);for(var t=0;t<wv.length;t++){var a=wv[t];if(e[a]!=null){var s=ni(e[a]);e.multiple&&!s?p("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",a,Hs()):!e.multiple&&s&&p("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,Hs())}}}}function Au(e,t,a,s){var f=e.options;if(t){for(var h=a,k={},w=0;w<h.length;w++)k["$"+h[w]]=!0;for(var D=0;D<f.length;D++){var M=k.hasOwnProperty("$"+f[D].value);f[D].selected!==M&&(f[D].selected=M),M&&s&&(f[D].defaultSelected=!0)}}else{for(var O=$r(Vo(a)),Q=null,Y=0;Y<f.length;Y++){if(f[Y].value===O){f[Y].selected=!0,s&&(f[Y].defaultSelected=!0);return}Q===null&&!f[Y].disabled&&(Q=f[Y])}Q!==null&&(Q.selected=!0)}}function Sv(e,t){return _t({},t,{value:void 0})}function Hd(e,t){var a=e;s1(t),a._wrapperState={wasMultiple:!!t.multiple},t.value!==void 0&&t.defaultValue!==void 0&&!Ca&&(p("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Ca=!0)}function c1(e,t){var a=e;a.multiple=!!t.multiple;var s=t.value;s!=null?Au(a,!!t.multiple,s,!1):t.defaultValue!=null&&Au(a,!!t.multiple,t.defaultValue,!0)}function d1(e,t){var a=e,s=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!t.multiple;var f=t.value;f!=null?Au(a,!!t.multiple,f,!1):s!==!!t.multiple&&(t.defaultValue!=null?Au(a,!!t.multiple,t.defaultValue,!0):Au(a,!!t.multiple,t.multiple?[]:"",!1))}function f1(e,t){var a=e,s=t.value;s!=null&&Au(a,!!t.multiple,s,!1)}var ry=!1;function Tv(e,t){var a=e;if(t.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var s=_t({},t,{value:void 0,defaultValue:void 0,children:$r(a._wrapperState.initialValue)});return s}function Dv(e,t){var a=e;xv("textarea",t),t.value!==void 0&&t.defaultValue!==void 0&&!ry&&(p("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components",Pr()||"A component"),ry=!0);var s=t.value;if(s==null){var f=t.children,h=t.defaultValue;if(f!=null){p("Use the `defaultValue` or `value` props instead of setting children on <textarea>.");{if(h!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(ni(f)){if(f.length>1)throw new Error("<textarea> can only have at most one child.");f=f[0]}h=f}}h==null&&(h=""),s=h}a._wrapperState={initialValue:Vo(s)}}function oy(e,t){var a=e,s=Vo(t.value),f=Vo(t.defaultValue);if(s!=null){var h=$r(s);h!==a.value&&(a.value=h),t.defaultValue==null&&a.defaultValue!==h&&(a.defaultValue=h)}f!=null&&(a.defaultValue=$r(f))}function ly(e,t){var a=e,s=a.textContent;s===a._wrapperState.initialValue&&s!==""&&s!==null&&(a.value=s)}function p1(e,t){oy(e,t)}var jo="http://www.w3.org/1999/xhtml",Pv="http://www.w3.org/1998/Math/MathML",$v="http://www.w3.org/2000/svg";function Nv(e){switch(e){case"svg":return $v;case"math":return Pv;default:return jo}}function Lv(e,t){return e==null||e===jo?Nv(t):e===$v&&t==="foreignObject"?jo:e}var ay=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,a,s,f){MSApp.execUnsafeLocalFunction(function(){return e(t,a,s,f)})}:e},Wd,uy=ay(function(e,t){if(e.namespaceURI===$v&&!("innerHTML"in e)){Wd=Wd||document.createElement("div"),Wd.innerHTML="<svg>"+t.valueOf().toString()+"</svg>";for(var a=Wd.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;a.firstChild;)e.appendChild(a.firstChild);return}e.innerHTML=t}),Yi=1,Ho=3,Dn=8,Wo=9,Mv=11,Ou=function(e,t){if(t){var a=e.firstChild;if(a&&a===e.lastChild&&a.nodeType===Ho){a.nodeValue=t;return}}e.textContent=t},Ws={animation:["animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationTimingFunction"],background:["backgroundAttachment","backgroundClip","backgroundColor","backgroundImage","backgroundOrigin","backgroundPositionX","backgroundPositionY","backgroundRepeat","backgroundSize"],backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:["borderBottomColor","borderBottomStyle","borderBottomWidth","borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth","borderLeftColor","borderLeftStyle","borderLeftWidth","borderRightColor","borderRightStyle","borderRightWidth","borderTopColor","borderTopStyle","borderTopWidth"],borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:["fontFamily","fontFeatureSettings","fontKerning","fontLanguageOverride","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition","fontWeight","lineHeight"],fontVariant:["fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition"],gap:["columnGap","rowGap"],grid:["gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:["maskClip","maskComposite","maskImage","maskMode","maskOrigin","maskPositionX","maskPositionY","maskRepeat","maskSize"],maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},Gs={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function sy(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}var cy=["Webkit","ms","Moz","O"];Object.keys(Gs).forEach(function(e){cy.forEach(function(t){Gs[sy(t,e)]=Gs[e]})});function Gd(e,t,a){var s=t==null||typeof t=="boolean"||t==="";return s?"":!a&&typeof t=="number"&&t!==0&&!(Gs.hasOwnProperty(e)&&Gs[e])?t+"px":(Ki(t,e),(""+t).trim())}var dy=/([A-Z])/g,fy=/^ms-/;function Fu(e){return e.replace(dy,"-$1").toLowerCase().replace(fy,"-ms-")}var py=function(){};{var v1=/^(?:webkit|moz|o)[A-Z]/,m1=/^-ms-/,vy=/-(.)/g,Av=/;\s*$/,yo={},wa={},my=!1,Ys=!1,h1=function(e){return e.replace(vy,function(t,a){return a.toUpperCase()})},hy=function(e){yo.hasOwnProperty(e)&&yo[e]||(yo[e]=!0,p("Unsupported style property %s. Did you mean %s?",e,h1(e.replace(m1,"ms-"))))},Ov=function(e){yo.hasOwnProperty(e)&&yo[e]||(yo[e]=!0,p("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))},Fv=function(e,t){wa.hasOwnProperty(t)&&wa[t]||(wa[t]=!0,p(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,t.replace(Av,"")))},gy=function(e,t){my||(my=!0,p("`NaN` is an invalid value for the `%s` css style property.",e))},yy=function(e,t){Ys||(Ys=!0,p("`Infinity` is an invalid value for the `%s` css style property.",e))};py=function(e,t){e.indexOf("-")>-1?hy(e):v1.test(e)?Ov(e):Av.test(t)&&Fv(e,t),typeof t=="number"&&(isNaN(t)?gy(e,t):isFinite(t)||yy(e,t))}}var by=py;function g1(e){{var t="",a="";for(var s in e)if(e.hasOwnProperty(s)){var f=e[s];if(f!=null){var h=s.indexOf("--")===0;t+=a+(h?s:Fu(s))+":",t+=Gd(s,f,h),a=";"}}return t||null}}function ky(e,t){var a=e.style;for(var s in t)if(t.hasOwnProperty(s)){var f=s.indexOf("--")===0;f||by(s,t[s]);var h=Gd(s,t[s],f);s==="float"&&(s="cssFloat"),f?a.setProperty(s,h):a[s]=h}}function y1(e){return e==null||typeof e=="boolean"||e===""}function xy(e){var t={};for(var a in e)for(var s=Ws[a]||[a],f=0;f<s.length;f++)t[s[f]]=a;return t}function b1(e,t){{if(!t)return;var a=xy(e),s=xy(t),f={};for(var h in a){var k=a[h],w=s[h];if(w&&k!==w){var D=k+","+w;if(f[D])continue;f[D]=!0,p("%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",y1(e[k])?"Removing":"Updating",k,w)}}}}var to={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},qs=_t({menuitem:!0},to),_y="__html";function Yd(e,t){if(t){if(qs[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw new Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof t.dangerouslySetInnerHTML!="object"||!(_y in t.dangerouslySetInnerHTML))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.")}if(!t.suppressContentEditableWarning&&t.contentEditable&&t.children!=null&&p("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),t.style!=null&&typeof t.style!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.")}}function Tl(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Qs={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},qd={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},Ru={},k1=new RegExp("^(aria)-["+Ne+"]*$"),zu=new RegExp("^(aria)[A-Z]["+Ne+"]*$");function Rv(e,t){{if(ee.call(Ru,t)&&Ru[t])return!0;if(zu.test(t)){var a="aria-"+t.slice(4).toLowerCase(),s=qd.hasOwnProperty(a)?a:null;if(s==null)return p("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Ru[t]=!0,!0;if(t!==s)return p("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,s),Ru[t]=!0,!0}if(k1.test(t)){var f=t.toLowerCase(),h=qd.hasOwnProperty(f)?f:null;if(h==null)return Ru[t]=!0,!1;if(t!==h)return p("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,h),Ru[t]=!0,!0}}return!0}function Xs(e,t){{var a=[];for(var s in t){var f=Rv(e,s);f||a.push(s)}var h=a.map(function(k){return"`"+k+"`"}).join(", ");a.length===1?p("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",h,e):a.length>1&&p("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",h,e)}}function zv(e,t){Tl(e,t)||Xs(e,t)}var Iv=!1;function Qd(e,t){{if(e!=="input"&&e!=="textarea"&&e!=="select")return;t!=null&&t.value===null&&!Iv&&(Iv=!0,e==="select"&&t.multiple?p("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):p("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}}var Sa=function(){};{var ii={},Bv=/^on./,Xd=/^on[^A-Z]/,Ey=new RegExp("^(aria)-["+Ne+"]*$"),Cy=new RegExp("^(aria)[A-Z]["+Ne+"]*$");Sa=function(e,t,a,s){if(ee.call(ii,t)&&ii[t])return!0;var f=t.toLowerCase();if(f==="onfocusin"||f==="onfocusout")return p("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),ii[t]=!0,!0;if(s!=null){var h=s.registrationNameDependencies,k=s.possibleRegistrationNames;if(h.hasOwnProperty(t))return!0;var w=k.hasOwnProperty(f)?k[f]:null;if(w!=null)return p("Invalid event handler property `%s`. Did you mean `%s`?",t,w),ii[t]=!0,!0;if(Bv.test(t))return p("Unknown event handler property `%s`. It will be ignored.",t),ii[t]=!0,!0}else if(Bv.test(t))return Xd.test(t)&&p("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),ii[t]=!0,!0;if(Ey.test(t)||Cy.test(t))return!0;if(f==="innerhtml")return p("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),ii[t]=!0,!0;if(f==="aria")return p("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),ii[t]=!0,!0;if(f==="is"&&a!==null&&a!==void 0&&typeof a!="string")return p("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof a),ii[t]=!0,!0;if(typeof a=="number"&&isNaN(a))return p("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),ii[t]=!0,!0;var D=Tn(t),M=D!==null&&D.type===kt;if(Qs.hasOwnProperty(f)){var O=Qs[f];if(O!==t)return p("Invalid DOM property `%s`. Did you mean `%s`?",t,O),ii[t]=!0,!0}else if(!M&&t!==f)return p("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,f),ii[t]=!0,!0;return typeof a=="boolean"&&Sn(t,a,D,!1)?(a?p('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',a,t,t,a,t):p('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',a,t,t,a,t,t,t),ii[t]=!0,!0):M?!0:Sn(t,a,D,!1)?(ii[t]=!0,!1):((a==="false"||a==="true")&&D!==null&&D.type===gi&&(p("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",a,t,a==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,a),ii[t]=!0),!0)}}var wy=function(e,t,a){{var s=[];for(var f in t){var h=Sa(e,f,t[f],a);h||s.push(f)}var k=s.map(function(w){return"`"+w+"`"}).join(", ");s.length===1?p("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",k,e):s.length>1&&p("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",k,e)}};function Sy(e,t,a){Tl(e,t)||wy(e,t,a)}var Uv=1,Zd=2,Nr=4,Vv=Uv|Zd|Nr,Ta=null;function x1(e){Ta!==null&&p("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),Ta=e}function _1(){Ta===null&&p("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),Ta=null}function Zs(e){return e===Ta}function Kv(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===Ho?t.parentNode:t}var Jd=null,Da=null,zt=null;function ef(e){var t=os(e);if(t){if(typeof Jd!="function")throw new Error("setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.");var a=t.stateNode;if(a){var s=Ob(a);Jd(t.stateNode,t.type,s)}}}function tf(e){Jd=e}function Iu(e){Da?zt?zt.push(e):zt=[e]:Da=e}function Ty(){return Da!==null||zt!==null}function nf(){if(Da){var e=Da,t=zt;if(Da=null,zt=null,ef(e),t)for(var a=0;a<t.length;a++)ef(t[a])}}var Bu=function(e,t){return e(t)},Js=function(){},Dl=!1;function Dy(){var e=Ty();e&&(Js(),nf())}function Py(e,t,a){if(Dl)return e(t,a);Dl=!0;try{return Bu(e,t,a)}finally{Dl=!1,Dy()}}function E1(e,t,a){Bu=e,Js=a}function $y(e){return e==="button"||e==="input"||e==="select"||e==="textarea"}function rf(e,t,a){switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":return!!(a.disabled&&$y(t));default:return!1}}function Pl(e,t){var a=e.stateNode;if(a===null)return null;var s=Ob(a);if(s===null)return null;var f=s[t];if(rf(t,e.type,s))return null;if(f&&typeof f!="function")throw new Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof f+"` type.");return f}var ec=!1;if(Pe)try{var Pa={};Object.defineProperty(Pa,"passive",{get:function(){ec=!0}}),window.addEventListener("test",Pa,Pa),window.removeEventListener("test",Pa,Pa)}catch{ec=!1}function of(e,t,a,s,f,h,k,w,D){var M=Array.prototype.slice.call(arguments,3);try{t.apply(a,M)}catch(O){this.onError(O)}}var lf=of;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var jv=document.createElement("react");lf=function(t,a,s,f,h,k,w,D,M){if(typeof document>"u"||document===null)throw new Error("The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.");var O=document.createEvent("Event"),Q=!1,Y=!0,ue=window.event,ce=Object.getOwnPropertyDescriptor(window,"event");function ve(){jv.removeEventListener(me,tt,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=ue)}var Oe=Array.prototype.slice.call(arguments,3);function tt(){Q=!0,ve(),a.apply(s,Oe),Y=!1}var Qe,St=!1,xt=!1;function ne(ie){if(Qe=ie.error,St=!0,Qe===null&&ie.colno===0&&ie.lineno===0&&(xt=!0),ie.defaultPrevented&&Qe!=null&&typeof Qe=="object")try{Qe._suppressLogging=!0}catch{}}var me="react-"+(t||"invokeguardedcallback");if(window.addEventListener("error",ne),jv.addEventListener(me,tt,!1),O.initEvent(me,!1,!1),jv.dispatchEvent(O),ce&&Object.defineProperty(window,"event",ce),Q&&Y&&(St?xt&&(Qe=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):Qe=new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`),this.onError(Qe)),window.removeEventListener("error",ne),!Q)return ve(),of.apply(this,arguments)}}var Ny=lf,Uu=!1,af=null,Vu=!1,bo=null,Ly={onError:function(e){Uu=!0,af=e}};function $l(e,t,a,s,f,h,k,w,D){Uu=!1,af=null,Ny.apply(Ly,arguments)}function ko(e,t,a,s,f,h,k,w,D){if($l.apply(this,arguments),Uu){var M=nc();Vu||(Vu=!0,bo=M)}}function tc(){if(Vu){var e=bo;throw Vu=!1,bo=null,e}}function Go(){return Uu}function nc(){if(Uu){var e=af;return Uu=!1,af=null,e}else throw new Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.")}function Ku(e){return e._reactInternals}function C1(e){return e._reactInternals!==void 0}function $a(e,t){e._reactInternals=t}var Ze=0,no=1,un=2,Et=4,Lr=16,Mr=32,Zt=64,Xe=128,bi=256,hn=512,Un=1024,qi=2048,Qi=4096,Pn=8192,ju=16384,My=32767,ic=32768,qn=65536,uf=131072,xo=1048576,Hu=2097152,Yo=4194304,sf=8388608,Nl=16777216,_o=33554432,Ll=Et|Un|0,Ml=un|Et|Lr|Mr|hn|Qi|Pn,Al=Et|Zt|hn|Pn,qo=qi|Lr,$n=Yo|sf|Hu,Ar=o.ReactCurrentOwner;function dr(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{var s=t;do t=s,(t.flags&(un|Qi))!==Ze&&(a=t.return),s=t.return;while(s)}return t.tag===C?a:null}function Eo(e){if(e.tag===U){var t=e.memoizedState;if(t===null){var a=e.alternate;a!==null&&(t=a.memoizedState)}if(t!==null)return t.dehydrated}return null}function Co(e){return e.tag===C?e.stateNode.containerInfo:null}function Na(e){return dr(e)===e}function Ay(e){{var t=Ar.current;if(t!==null&&t.tag===E){var a=t,s=a.stateNode;s._warnedAboutRefsInRender||p("%s is accessing isMounted inside its render() function. render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",pt(a)||"A component"),s._warnedAboutRefsInRender=!0}}var f=Ku(e);return f?dr(f)===f:!1}function cf(e){if(dr(e)!==e)throw new Error("Unable to find node on an unmounted component.")}function df(e){var t=e.alternate;if(!t){var a=dr(e);if(a===null)throw new Error("Unable to find node on an unmounted component.");return a!==e?null:e}for(var s=e,f=t;;){var h=s.return;if(h===null)break;var k=h.alternate;if(k===null){var w=h.return;if(w!==null){s=f=w;continue}break}if(h.child===k.child){for(var D=h.child;D;){if(D===s)return cf(h),e;if(D===f)return cf(h),t;D=D.sibling}throw new Error("Unable to find node on an unmounted component.")}if(s.return!==f.return)s=h,f=k;else{for(var M=!1,O=h.child;O;){if(O===s){M=!0,s=h,f=k;break}if(O===f){M=!0,f=h,s=k;break}O=O.sibling}if(!M){for(O=k.child;O;){if(O===s){M=!0,s=k,f=h;break}if(O===f){M=!0,f=k,s=h;break}O=O.sibling}if(!M)throw new Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(s.alternate!==f)throw new Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(s.tag!==C)throw new Error("Unable to find node on an unmounted component.");return s.stateNode.current===s?e:t}function Xi(e){var t=df(e);return t!==null?Zi(t):null}function Zi(e){if(e.tag===P||e.tag===N)return e;for(var t=e.child;t!==null;){var a=Zi(t);if(a!==null)return a;t=t.sibling}return null}function rn(e){var t=df(e);return t!==null?Or(t):null}function Or(e){if(e.tag===P||e.tag===N)return e;for(var t=e.child;t!==null;){if(t.tag!==T){var a=Or(t);if(a!==null)return a}t=t.sibling}return null}var Hv=n.unstable_scheduleCallback,Oy=n.unstable_cancelCallback,Wv=n.unstable_shouldYield,Gv=n.unstable_requestPaint,Vn=n.unstable_now,ff=n.unstable_getCurrentPriorityLevel,rc=n.unstable_ImmediatePriority,Ol=n.unstable_UserBlockingPriority,Qo=n.unstable_NormalPriority,w1=n.unstable_LowPriority,La=n.unstable_IdlePriority,pf=n.unstable_yieldValue,Fy=n.unstable_setDisableYieldValue,Ma=null,kn=null,Ae=null,fr=!1,Ji=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function Wu(e){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.supportsFiber)return p("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"),!0;try{_e&&(e=_t({},e,{getLaneLabelMap:Aa,injectProfilingHooks:Fr})),Ma=t.inject(e),kn=t}catch(a){p("React instrumentation encountered an error: %s.",a)}return!!t.checkDCE}function Yv(e,t){if(kn&&typeof kn.onScheduleFiberRoot=="function")try{kn.onScheduleFiberRoot(Ma,e,t)}catch(a){fr||(fr=!0,p("React instrumentation encountered an error: %s",a))}}function qv(e,t){if(kn&&typeof kn.onCommitFiberRoot=="function")try{var a=(e.current.flags&Xe)===Xe;if($e){var s;switch(t){case $i:s=rc;break;case So:s=Ol;break;case Rr:s=Qo;break;case zr:s=La;break;default:s=Qo;break}kn.onCommitFiberRoot(Ma,e,s,a)}}catch(f){fr||(fr=!0,p("React instrumentation encountered an error: %s",f))}}function Qv(e){if(kn&&typeof kn.onPostCommitFiberRoot=="function")try{kn.onPostCommitFiberRoot(Ma,e)}catch(t){fr||(fr=!0,p("React instrumentation encountered an error: %s",t))}}function Xv(e){if(kn&&typeof kn.onCommitFiberUnmount=="function")try{kn.onCommitFiberUnmount(Ma,e)}catch(t){fr||(fr=!0,p("React instrumentation encountered an error: %s",t))}}function sn(e){if(typeof pf=="function"&&(Fy(e),d(e)),kn&&typeof kn.setStrictMode=="function")try{kn.setStrictMode(Ma,e)}catch(t){fr||(fr=!0,p("React instrumentation encountered an error: %s",t))}}function Fr(e){Ae=e}function Aa(){{for(var e=new Map,t=1,a=0;a<Ra;a++){var s=By(t);e.set(t,s),t*=2}return e}}function Zv(e){Ae!==null&&typeof Ae.markCommitStarted=="function"&&Ae.markCommitStarted(e)}function Jv(){Ae!==null&&typeof Ae.markCommitStopped=="function"&&Ae.markCommitStopped()}function pr(e){Ae!==null&&typeof Ae.markComponentRenderStarted=="function"&&Ae.markComponentRenderStarted(e)}function vr(){Ae!==null&&typeof Ae.markComponentRenderStopped=="function"&&Ae.markComponentRenderStopped()}function em(e){Ae!==null&&typeof Ae.markComponentPassiveEffectMountStarted=="function"&&Ae.markComponentPassiveEffectMountStarted(e)}function Ry(){Ae!==null&&typeof Ae.markComponentPassiveEffectMountStopped=="function"&&Ae.markComponentPassiveEffectMountStopped()}function Xo(e){Ae!==null&&typeof Ae.markComponentPassiveEffectUnmountStarted=="function"&&Ae.markComponentPassiveEffectUnmountStarted(e)}function Fl(){Ae!==null&&typeof Ae.markComponentPassiveEffectUnmountStopped=="function"&&Ae.markComponentPassiveEffectUnmountStopped()}function vf(e){Ae!==null&&typeof Ae.markComponentLayoutEffectMountStarted=="function"&&Ae.markComponentLayoutEffectMountStarted(e)}function zy(){Ae!==null&&typeof Ae.markComponentLayoutEffectMountStopped=="function"&&Ae.markComponentLayoutEffectMountStopped()}function oc(e){Ae!==null&&typeof Ae.markComponentLayoutEffectUnmountStarted=="function"&&Ae.markComponentLayoutEffectUnmountStarted(e)}function tm(){Ae!==null&&typeof Ae.markComponentLayoutEffectUnmountStopped=="function"&&Ae.markComponentLayoutEffectUnmountStopped()}function lc(e,t,a){Ae!==null&&typeof Ae.markComponentErrored=="function"&&Ae.markComponentErrored(e,t,a)}function wo(e,t,a){Ae!==null&&typeof Ae.markComponentSuspended=="function"&&Ae.markComponentSuspended(e,t,a)}function ac(e){Ae!==null&&typeof Ae.markLayoutEffectsStarted=="function"&&Ae.markLayoutEffectsStarted(e)}function uc(){Ae!==null&&typeof Ae.markLayoutEffectsStopped=="function"&&Ae.markLayoutEffectsStopped()}function Oa(e){Ae!==null&&typeof Ae.markPassiveEffectsStarted=="function"&&Ae.markPassiveEffectsStarted(e)}function nm(){Ae!==null&&typeof Ae.markPassiveEffectsStopped=="function"&&Ae.markPassiveEffectsStopped()}function Fa(e){Ae!==null&&typeof Ae.markRenderStarted=="function"&&Ae.markRenderStarted(e)}function Iy(){Ae!==null&&typeof Ae.markRenderYielded=="function"&&Ae.markRenderYielded()}function mf(){Ae!==null&&typeof Ae.markRenderStopped=="function"&&Ae.markRenderStopped()}function cn(e){Ae!==null&&typeof Ae.markRenderScheduled=="function"&&Ae.markRenderScheduled(e)}function hf(e,t){Ae!==null&&typeof Ae.markForceUpdateScheduled=="function"&&Ae.markForceUpdateScheduled(e,t)}function sc(e,t){Ae!==null&&typeof Ae.markStateUpdateScheduled=="function"&&Ae.markStateUpdateScheduled(e,t)}var Je=0,gt=1,Pt=2,Wt=8,$t=16,Nn=Math.clz32?Math.clz32:cc,Qn=Math.log,gf=Math.LN2;function cc(e){var t=e>>>0;return t===0?32:31-(Qn(t)/gf|0)|0}var Ra=31,xe=0,Dt=0,ot=1,Rl=2,io=4,ki=8,xn=16,Zo=32,zl=4194240,za=64,yf=128,bf=256,kf=512,xf=1024,_f=2048,Ef=4096,Cf=8192,wf=16384,Ia=32768,Sf=65536,Gu=131072,Yu=262144,Tf=524288,dc=1048576,Df=2097152,fc=130023424,Ba=4194304,Pf=8388608,pc=16777216,$f=33554432,Nf=67108864,im=Ba,vc=134217728,rm=268435455,mc=268435456,Ua=536870912,er=1073741824;function By(e){{if(e&ot)return"Sync";if(e&Rl)return"InputContinuousHydration";if(e&io)return"InputContinuous";if(e&ki)return"DefaultHydration";if(e&xn)return"Default";if(e&Zo)return"TransitionHydration";if(e&zl)return"Transition";if(e&fc)return"Retry";if(e&vc)return"SelectiveHydration";if(e&mc)return"IdleHydration";if(e&Ua)return"Idle";if(e&er)return"Offscreen"}}var Xt=-1,Va=za,Lf=Ba;function hc(e){switch(Il(e)){case ot:return ot;case Rl:return Rl;case io:return io;case ki:return ki;case xn:return xn;case Zo:return Zo;case za:case yf:case bf:case kf:case xf:case _f:case Ef:case Cf:case wf:case Ia:case Sf:case Gu:case Yu:case Tf:case dc:case Df:return e&zl;case Ba:case Pf:case pc:case $f:case Nf:return e&fc;case vc:return vc;case mc:return mc;case Ua:return Ua;case er:return er;default:return p("Should have found matching lanes. This is a bug in React."),e}}function Mf(e,t){var a=e.pendingLanes;if(a===xe)return xe;var s=xe,f=e.suspendedLanes,h=e.pingedLanes,k=a&rm;if(k!==xe){var w=k&~f;if(w!==xe)s=hc(w);else{var D=k&h;D!==xe&&(s=hc(D))}}else{var M=a&~f;M!==xe?s=hc(M):h!==xe&&(s=hc(h))}if(s===xe)return xe;if(t!==xe&&t!==s&&(t&f)===xe){var O=Il(s),Q=Il(t);if(O>=Q||O===xn&&(Q&zl)!==xe)return t}(s&io)!==xe&&(s|=a&xn);var Y=e.entangledLanes;if(Y!==xe)for(var ue=e.entanglements,ce=s&Y;ce>0;){var ve=Ln(ce),Oe=1<<ve;s|=ue[ve],ce&=~Oe}return s}function ro(e,t){for(var a=e.eventTimes,s=Xt;t>0;){var f=Ln(t),h=1<<f,k=a[f];k>s&&(s=k),t&=~h}return s}function om(e,t){switch(e){case ot:case Rl:case io:return t+250;case ki:case xn:case Zo:case za:case yf:case bf:case kf:case xf:case _f:case Ef:case Cf:case wf:case Ia:case Sf:case Gu:case Yu:case Tf:case dc:case Df:return t+5e3;case Ba:case Pf:case pc:case $f:case Nf:return Xt;case vc:case mc:case Ua:case er:return Xt;default:return p("Should have found matching lanes. This is a bug in React."),Xt}}function Af(e,t){for(var a=e.pendingLanes,s=e.suspendedLanes,f=e.pingedLanes,h=e.expirationTimes,k=a;k>0;){var w=Ln(k),D=1<<w,M=h[w];M===Xt?((D&s)===xe||(D&f)!==xe)&&(h[w]=om(D,t)):M<=t&&(e.expiredLanes|=D),k&=~D}}function Uy(e){return hc(e.pendingLanes)}function Of(e){var t=e.pendingLanes&~er;return t!==xe?t:t&er?er:xe}function Vy(e){return(e&ot)!==xe}function gc(e){return(e&rm)!==xe}function Ka(e){return(e&fc)===e}function lm(e){var t=ot|io|xn;return(e&t)===xe}function am(e){return(e&zl)===e}function Ff(e,t){var a=Rl|io|ki|xn;return(t&a)!==xe}function Ky(e,t){return(t&e.expiredLanes)!==xe}function um(e){return(e&zl)!==xe}function sm(){var e=Va;return Va<<=1,(Va&zl)===xe&&(Va=za),e}function jy(){var e=Lf;return Lf<<=1,(Lf&fc)===xe&&(Lf=Ba),e}function Il(e){return e&-e}function yc(e){return Il(e)}function Ln(e){return 31-Nn(e)}function ri(e){return Ln(e)}function tr(e,t){return(e&t)!==xe}function ja(e,t){return(e&t)===t}function vt(e,t){return e|t}function bc(e,t){return e&~t}function cm(e,t){return e&t}function Hy(e){return e}function Wy(e,t){return e!==Dt&&e<t?e:t}function kc(e){for(var t=[],a=0;a<Ra;a++)t.push(e);return t}function qu(e,t,a){e.pendingLanes|=t,t!==Ua&&(e.suspendedLanes=xe,e.pingedLanes=xe);var s=e.eventTimes,f=ri(t);s[f]=a}function Gy(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var a=e.expirationTimes,s=t;s>0;){var f=Ln(s),h=1<<f;a[f]=Xt,s&=~h}}function Rf(e,t,a){e.pingedLanes|=e.suspendedLanes&t}function dm(e,t){var a=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=xe,e.pingedLanes=xe,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t;for(var s=e.entanglements,f=e.eventTimes,h=e.expirationTimes,k=a;k>0;){var w=Ln(k),D=1<<w;s[w]=xe,f[w]=Xt,h[w]=Xt,k&=~D}}function zf(e,t){for(var a=e.entangledLanes|=t,s=e.entanglements,f=a;f;){var h=Ln(f),k=1<<h;k&t|s[h]&t&&(s[h]|=t),f&=~k}}function fm(e,t){var a=Il(t),s;switch(a){case io:s=Rl;break;case xn:s=ki;break;case za:case yf:case bf:case kf:case xf:case _f:case Ef:case Cf:case wf:case Ia:case Sf:case Gu:case Yu:case Tf:case dc:case Df:case Ba:case Pf:case pc:case $f:case Nf:s=Zo;break;case Ua:s=mc;break;default:s=Dt;break}return(s&(e.suspendedLanes|t))!==Dt?Dt:s}function xc(e,t,a){if(Ji)for(var s=e.pendingUpdatersLaneMap;a>0;){var f=ri(a),h=1<<f,k=s[f];k.add(t),a&=~h}}function Yy(e,t){if(Ji)for(var a=e.pendingUpdatersLaneMap,s=e.memoizedUpdaters;t>0;){var f=ri(t),h=1<<f,k=a[f];k.size>0&&(k.forEach(function(w){var D=w.alternate;(D===null||!s.has(D))&&s.add(w)}),k.clear()),t&=~h}}function pm(e,t){return null}var $i=ot,So=io,Rr=xn,zr=Ua,_c=Dt;function Ir(){return _c}function Mn(e){_c=e}function qy(e,t){var a=_c;try{return _c=e,t()}finally{_c=a}}function Qy(e,t){return e!==0&&e<t?e:t}function Ec(e,t){return e>t?e:t}function Xn(e,t){return e!==0&&e<t}function Xy(e){var t=Il(e);return Xn($i,t)?Xn(So,t)?gc(t)?Rr:zr:So:$i}function If(e){var t=e.current.memoizedState;return t.isDehydrated}var Cc;function xi(e){Cc=e}function S1(e){Cc(e)}var Ve;function Qu(e){Ve=e}var Bf;function Zy(e){Bf=e}var Jy;function wc(e){Jy=e}var Sc;function vm(e){Sc=e}var Uf=!1,Tc=[],Jo=null,To=null,Do=null,_n=new Map,Ni=new Map,Li=[],eb=["mousedown","mouseup","touchcancel","touchend","touchstart","auxclick","dblclick","pointercancel","pointerdown","pointerup","dragend","dragstart","drop","compositionend","compositionstart","keydown","keypress","keyup","input","textInput","copy","cut","paste","click","change","contextmenu","reset","submit"];function tb(e){return eb.indexOf(e)>-1}function oo(e,t,a,s,f){return{blockedOn:e,domEventName:t,eventSystemFlags:a,nativeEvent:f,targetContainers:[s]}}function mm(e,t){switch(e){case"focusin":case"focusout":Jo=null;break;case"dragenter":case"dragleave":To=null;break;case"mouseover":case"mouseout":Do=null;break;case"pointerover":case"pointerout":{var a=t.pointerId;_n.delete(a);break}case"gotpointercapture":case"lostpointercapture":{var s=t.pointerId;Ni.delete(s);break}}}function nr(e,t,a,s,f,h){if(e===null||e.nativeEvent!==h){var k=oo(t,a,s,f,h);if(t!==null){var w=os(t);w!==null&&Ve(w)}return k}e.eventSystemFlags|=s;var D=e.targetContainers;return f!==null&&D.indexOf(f)===-1&&D.push(f),e}function T1(e,t,a,s,f){switch(t){case"focusin":{var h=f;return Jo=nr(Jo,e,t,a,s,h),!0}case"dragenter":{var k=f;return To=nr(To,e,t,a,s,k),!0}case"mouseover":{var w=f;return Do=nr(Do,e,t,a,s,w),!0}case"pointerover":{var D=f,M=D.pointerId;return _n.set(M,nr(_n.get(M)||null,e,t,a,s,D)),!0}case"gotpointercapture":{var O=f,Q=O.pointerId;return Ni.set(Q,nr(Ni.get(Q)||null,e,t,a,s,O)),!0}}return!1}function hm(e){var t=Ic(e.target);if(t!==null){var a=dr(t);if(a!==null){var s=a.tag;if(s===U){var f=Eo(a);if(f!==null){e.blockedOn=f,Sc(e.priority,function(){Bf(a)});return}}else if(s===C){var h=a.stateNode;if(If(h)){e.blockedOn=Co(a);return}}}}e.blockedOn=null}function nb(e){for(var t=Jy(),a={blockedOn:null,target:e,priority:t},s=0;s<Li.length&&Xn(t,Li[s].priority);s++);Li.splice(s,0,a),s===0&&hm(a)}function Dc(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;t.length>0;){var a=t[0],s=Zu(e.domEventName,e.eventSystemFlags,a,e.nativeEvent);if(s===null){var f=e.nativeEvent,h=new f.constructor(f.type,f);x1(h),f.target.dispatchEvent(h),_1()}else{var k=os(s);return k!==null&&Ve(k),e.blockedOn=s,!1}t.shift()}return!0}function gm(e,t,a){Dc(e)&&a.delete(t)}function D1(){Uf=!1,Jo!==null&&Dc(Jo)&&(Jo=null),To!==null&&Dc(To)&&(To=null),Do!==null&&Dc(Do)&&(Do=null),_n.forEach(gm),Ni.forEach(gm)}function Bl(e,t){e.blockedOn===t&&(e.blockedOn=null,Uf||(Uf=!0,n.unstable_scheduleCallback(n.unstable_NormalPriority,D1)))}function Ha(e){if(Tc.length>0){Bl(Tc[0],e);for(var t=1;t<Tc.length;t++){var a=Tc[t];a.blockedOn===e&&(a.blockedOn=null)}}Jo!==null&&Bl(Jo,e),To!==null&&Bl(To,e),Do!==null&&Bl(Do,e);var s=function(w){return Bl(w,e)};_n.forEach(s),Ni.forEach(s);for(var f=0;f<Li.length;f++){var h=Li[f];h.blockedOn===e&&(h.blockedOn=null)}for(;Li.length>0;){var k=Li[0];if(k.blockedOn!==null)break;hm(k),k.blockedOn===null&&Li.shift()}}var oi=o.ReactCurrentBatchConfig,Ct=!0;function Kn(e){Ct=!!e}function An(){return Ct}function li(e,t,a){var s=Vf(t),f;switch(s){case $i:f=mr;break;case So:f=Xu;break;case Rr:default:f=En;break}return f.bind(null,t,a,e)}function mr(e,t,a,s){var f=Ir(),h=oi.transition;oi.transition=null;try{Mn($i),En(e,t,a,s)}finally{Mn(f),oi.transition=h}}function Xu(e,t,a,s){var f=Ir(),h=oi.transition;oi.transition=null;try{Mn(So),En(e,t,a,s)}finally{Mn(f),oi.transition=h}}function En(e,t,a,s){Ct&&Pc(e,t,a,s)}function Pc(e,t,a,s){var f=Zu(e,t,a,s);if(f===null){H1(e,t,s,Po,a),mm(e,s);return}if(T1(f,e,t,a,s)){s.stopPropagation();return}if(mm(e,s),t&Nr&&tb(e)){for(;f!==null;){var h=os(f);h!==null&&S1(h);var k=Zu(e,t,a,s);if(k===null&&H1(e,t,s,Po,a),k===f)break;f=k}f!==null&&s.stopPropagation();return}H1(e,t,s,null,a)}var Po=null;function Zu(e,t,a,s){Po=null;var f=Kv(s),h=Ic(f);if(h!==null){var k=dr(h);if(k===null)h=null;else{var w=k.tag;if(w===U){var D=Eo(k);if(D!==null)return D;h=null}else if(w===C){var M=k.stateNode;if(If(M))return Co(k);h=null}else k!==h&&(h=null)}}return Po=h,null}function Vf(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return $i;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return So;case"message":{var t=ff();switch(t){case rc:return $i;case Ol:return So;case Qo:case w1:return Rr;case La:return zr;default:return Rr}}default:return Rr}}function $c(e,t,a){return e.addEventListener(t,a,!1),a}function ir(e,t,a){return e.addEventListener(t,a,!0),a}function ym(e,t,a,s){return e.addEventListener(t,a,{capture:!0,passive:s}),a}function Ju(e,t,a,s){return e.addEventListener(t,a,{passive:s}),a}var hr=null,es=null,Wa=null;function Ul(e){return hr=e,es=Nc(),!0}function Kf(){hr=null,es=null,Wa=null}function el(){if(Wa)return Wa;var e,t=es,a=t.length,s,f=Nc(),h=f.length;for(e=0;e<a&&t[e]===f[e];e++);var k=a-e;for(s=1;s<=k&&t[a-s]===f[h-s];s++);var w=s>1?1-s:void 0;return Wa=f.slice(e,w),Wa}function Nc(){return"value"in hr?hr.value:hr.textContent}function Vl(e){var t,a=e.keyCode;return"charCode"in e?(t=e.charCode,t===0&&a===13&&(t=13)):t=a,t===10&&(t=13),t>=32||t===13?t:0}function ts(){return!0}function Lc(){return!1}function _i(e){function t(a,s,f,h,k){this._reactName=a,this._targetInst=f,this.type=s,this.nativeEvent=h,this.target=k,this.currentTarget=null;for(var w in e)if(e.hasOwnProperty(w)){var D=e[w];D?this[w]=D(h):this[w]=h[w]}var M=h.defaultPrevented!=null?h.defaultPrevented:h.returnValue===!1;return M?this.isDefaultPrevented=ts:this.isDefaultPrevented=Lc,this.isPropagationStopped=Lc,this}return _t(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=ts)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=ts)},persist:function(){},isPersistent:ts}),t}var On={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},$o=_i(On),Mi=_t({},On,{view:0,detail:0}),rr=_i(Mi),jf,Mc,Ga;function P1(e){e!==Ga&&(Ga&&e.type==="mousemove"?(jf=e.screenX-Ga.screenX,Mc=e.screenY-Ga.screenY):(jf=0,Mc=0),Ga=e)}var lo=_t({},Mi,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:on,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(P1(e),jf)},movementY:function(e){return"movementY"in e?e.movementY:Mc}}),bm=_i(lo),km=_t({},lo,{dataTransfer:0}),Ya=_i(km),xm=_t({},Mi,{relatedTarget:0}),tl=_i(xm),ib=_t({},On,{animationName:0,elapsedTime:0,pseudoElement:0}),rb=_i(ib),_m=_t({},On,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),Hf=_i(_m),$1=_t({},On,{data:0}),ob=_i($1),lb=ob,ab={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},qa={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"};function N1(e){if(e.key){var t=ab[e.key]||e.key;if(t!=="Unidentified")return t}if(e.type==="keypress"){var a=Vl(e);return a===13?"Enter":String.fromCharCode(a)}return e.type==="keydown"||e.type==="keyup"?qa[e.keyCode]||"Unidentified":""}var ns={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function ub(e){var t=this,a=t.nativeEvent;if(a.getModifierState)return a.getModifierState(e);var s=ns[e];return s?!!a[s]:!1}function on(e){return ub}var L1=_t({},Mi,{key:N1,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:on,charCode:function(e){return e.type==="keypress"?Vl(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Vl(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),sb=_i(L1),M1=_t({},lo,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),cb=_i(M1),db=_t({},Mi,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:on}),fb=_i(db),A1=_t({},On,{propertyName:0,elapsedTime:0,pseudoElement:0}),Br=_i(A1),Em=_t({},lo,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),O1=_i(Em),Kl=[9,13,27,32],Ac=229,nl=Pe&&"CompositionEvent"in window,jl=null;Pe&&"documentMode"in document&&(jl=document.documentMode);var Cm=Pe&&"TextEvent"in window&&!jl,Wf=Pe&&(!nl||jl&&jl>8&&jl<=11),pb=32,Gf=String.fromCharCode(pb);function F1(){Ye("onBeforeInput",["compositionend","keypress","textInput","paste"]),Ye("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),Ye("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),Ye("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"])}var wm=!1;function vb(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}function Yf(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function qf(e,t){return e==="keydown"&&t.keyCode===Ac}function Sm(e,t){switch(e){case"keyup":return Kl.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==Ac;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Qf(e){var t=e.detail;return typeof t=="object"&&"data"in t?t.data:null}function mb(e){return e.locale==="ko"}var Qa=!1;function Tm(e,t,a,s,f){var h,k;if(nl?h=Yf(t):Qa?Sm(t,s)&&(h="onCompositionEnd"):qf(t,s)&&(h="onCompositionStart"),!h)return null;Wf&&!mb(s)&&(!Qa&&h==="onCompositionStart"?Qa=Ul(f):h==="onCompositionEnd"&&Qa&&(k=el()));var w=_b(a,h);if(w.length>0){var D=new ob(h,t,null,s,f);if(e.push({event:D,listeners:w}),k)D.data=k;else{var M=Qf(s);M!==null&&(D.data=M)}}}function Xf(e,t){switch(e){case"compositionend":return Qf(t);case"keypress":var a=t.which;return a!==pb?null:(wm=!0,Gf);case"textInput":var s=t.data;return s===Gf&&wm?null:s;default:return null}}function Dm(e,t){if(Qa){if(e==="compositionend"||!nl&&Sm(e,t)){var a=el();return Kf(),Qa=!1,a}return null}switch(e){case"paste":return null;case"keypress":if(!vb(t)){if(t.char&&t.char.length>1)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Wf&&!mb(t)?null:t.data;default:return null}}function Zf(e,t,a,s,f){var h;if(Cm?h=Xf(t,s):h=Dm(t,s),!h)return null;var k=_b(a,"onBeforeInput");if(k.length>0){var w=new lb("onBeforeInput","beforeinput",null,s,f);e.push({event:w,listeners:k}),w.data=h}}function hb(e,t,a,s,f,h,k){Tm(e,t,a,s,f),Zf(e,t,a,s,f)}var R1={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Oc(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!R1[e.type]:t==="textarea"}/**
|
|
49
|
+
Check the render method of \``+e+"`.":""}var wv=["value","defaultValue"];function s1(e){{xv("select",e);for(var t=0;t<wv.length;t++){var a=wv[t];if(e[a]!=null){var s=ni(e[a]);e.multiple&&!s?p("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",a,Hs()):!e.multiple&&s&&p("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,Hs())}}}}function Au(e,t,a,s){var f=e.options;if(t){for(var h=a,k={},w=0;w<h.length;w++)k["$"+h[w]]=!0;for(var D=0;D<f.length;D++){var M=k.hasOwnProperty("$"+f[D].value);f[D].selected!==M&&(f[D].selected=M),M&&s&&(f[D].defaultSelected=!0)}}else{for(var O=$r(Ko(a)),Q=null,Y=0;Y<f.length;Y++){if(f[Y].value===O){f[Y].selected=!0,s&&(f[Y].defaultSelected=!0);return}Q===null&&!f[Y].disabled&&(Q=f[Y])}Q!==null&&(Q.selected=!0)}}function Sv(e,t){return _t({},t,{value:void 0})}function Hd(e,t){var a=e;s1(t),a._wrapperState={wasMultiple:!!t.multiple},t.value!==void 0&&t.defaultValue!==void 0&&!Ca&&(p("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Ca=!0)}function c1(e,t){var a=e;a.multiple=!!t.multiple;var s=t.value;s!=null?Au(a,!!t.multiple,s,!1):t.defaultValue!=null&&Au(a,!!t.multiple,t.defaultValue,!0)}function d1(e,t){var a=e,s=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!t.multiple;var f=t.value;f!=null?Au(a,!!t.multiple,f,!1):s!==!!t.multiple&&(t.defaultValue!=null?Au(a,!!t.multiple,t.defaultValue,!0):Au(a,!!t.multiple,t.multiple?[]:"",!1))}function f1(e,t){var a=e,s=t.value;s!=null&&Au(a,!!t.multiple,s,!1)}var ry=!1;function Tv(e,t){var a=e;if(t.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var s=_t({},t,{value:void 0,defaultValue:void 0,children:$r(a._wrapperState.initialValue)});return s}function Dv(e,t){var a=e;xv("textarea",t),t.value!==void 0&&t.defaultValue!==void 0&&!ry&&(p("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components",Pr()||"A component"),ry=!0);var s=t.value;if(s==null){var f=t.children,h=t.defaultValue;if(f!=null){p("Use the `defaultValue` or `value` props instead of setting children on <textarea>.");{if(h!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(ni(f)){if(f.length>1)throw new Error("<textarea> can only have at most one child.");f=f[0]}h=f}}h==null&&(h=""),s=h}a._wrapperState={initialValue:Ko(s)}}function oy(e,t){var a=e,s=Ko(t.value),f=Ko(t.defaultValue);if(s!=null){var h=$r(s);h!==a.value&&(a.value=h),t.defaultValue==null&&a.defaultValue!==h&&(a.defaultValue=h)}f!=null&&(a.defaultValue=$r(f))}function ly(e,t){var a=e,s=a.textContent;s===a._wrapperState.initialValue&&s!==""&&s!==null&&(a.value=s)}function p1(e,t){oy(e,t)}var Ho="http://www.w3.org/1999/xhtml",Pv="http://www.w3.org/1998/Math/MathML",$v="http://www.w3.org/2000/svg";function Nv(e){switch(e){case"svg":return $v;case"math":return Pv;default:return Ho}}function Lv(e,t){return e==null||e===Ho?Nv(t):e===$v&&t==="foreignObject"?Ho:e}var ay=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,a,s,f){MSApp.execUnsafeLocalFunction(function(){return e(t,a,s,f)})}:e},Wd,uy=ay(function(e,t){if(e.namespaceURI===$v&&!("innerHTML"in e)){Wd=Wd||document.createElement("div"),Wd.innerHTML="<svg>"+t.valueOf().toString()+"</svg>";for(var a=Wd.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;a.firstChild;)e.appendChild(a.firstChild);return}e.innerHTML=t}),Yi=1,Wo=3,Dn=8,Go=9,Mv=11,Ou=function(e,t){if(t){var a=e.firstChild;if(a&&a===e.lastChild&&a.nodeType===Wo){a.nodeValue=t;return}}e.textContent=t},Ws={animation:["animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationTimingFunction"],background:["backgroundAttachment","backgroundClip","backgroundColor","backgroundImage","backgroundOrigin","backgroundPositionX","backgroundPositionY","backgroundRepeat","backgroundSize"],backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:["borderBottomColor","borderBottomStyle","borderBottomWidth","borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth","borderLeftColor","borderLeftStyle","borderLeftWidth","borderRightColor","borderRightStyle","borderRightWidth","borderTopColor","borderTopStyle","borderTopWidth"],borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:["fontFamily","fontFeatureSettings","fontKerning","fontLanguageOverride","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition","fontWeight","lineHeight"],fontVariant:["fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition"],gap:["columnGap","rowGap"],grid:["gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:["maskClip","maskComposite","maskImage","maskMode","maskOrigin","maskPositionX","maskPositionY","maskRepeat","maskSize"],maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},Gs={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function sy(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}var cy=["Webkit","ms","Moz","O"];Object.keys(Gs).forEach(function(e){cy.forEach(function(t){Gs[sy(t,e)]=Gs[e]})});function Gd(e,t,a){var s=t==null||typeof t=="boolean"||t==="";return s?"":!a&&typeof t=="number"&&t!==0&&!(Gs.hasOwnProperty(e)&&Gs[e])?t+"px":(Ki(t,e),(""+t).trim())}var dy=/([A-Z])/g,fy=/^ms-/;function Fu(e){return e.replace(dy,"-$1").toLowerCase().replace(fy,"-ms-")}var py=function(){};{var v1=/^(?:webkit|moz|o)[A-Z]/,m1=/^-ms-/,vy=/-(.)/g,Av=/;\s*$/,yo={},wa={},my=!1,Ys=!1,h1=function(e){return e.replace(vy,function(t,a){return a.toUpperCase()})},hy=function(e){yo.hasOwnProperty(e)&&yo[e]||(yo[e]=!0,p("Unsupported style property %s. Did you mean %s?",e,h1(e.replace(m1,"ms-"))))},Ov=function(e){yo.hasOwnProperty(e)&&yo[e]||(yo[e]=!0,p("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))},Fv=function(e,t){wa.hasOwnProperty(t)&&wa[t]||(wa[t]=!0,p(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,t.replace(Av,"")))},gy=function(e,t){my||(my=!0,p("`NaN` is an invalid value for the `%s` css style property.",e))},yy=function(e,t){Ys||(Ys=!0,p("`Infinity` is an invalid value for the `%s` css style property.",e))};py=function(e,t){e.indexOf("-")>-1?hy(e):v1.test(e)?Ov(e):Av.test(t)&&Fv(e,t),typeof t=="number"&&(isNaN(t)?gy(e,t):isFinite(t)||yy(e,t))}}var by=py;function g1(e){{var t="",a="";for(var s in e)if(e.hasOwnProperty(s)){var f=e[s];if(f!=null){var h=s.indexOf("--")===0;t+=a+(h?s:Fu(s))+":",t+=Gd(s,f,h),a=";"}}return t||null}}function ky(e,t){var a=e.style;for(var s in t)if(t.hasOwnProperty(s)){var f=s.indexOf("--")===0;f||by(s,t[s]);var h=Gd(s,t[s],f);s==="float"&&(s="cssFloat"),f?a.setProperty(s,h):a[s]=h}}function y1(e){return e==null||typeof e=="boolean"||e===""}function xy(e){var t={};for(var a in e)for(var s=Ws[a]||[a],f=0;f<s.length;f++)t[s[f]]=a;return t}function b1(e,t){{if(!t)return;var a=xy(e),s=xy(t),f={};for(var h in a){var k=a[h],w=s[h];if(w&&k!==w){var D=k+","+w;if(f[D])continue;f[D]=!0,p("%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",y1(e[k])?"Removing":"Updating",k,w)}}}}var to={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},qs=_t({menuitem:!0},to),_y="__html";function Yd(e,t){if(t){if(qs[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw new Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof t.dangerouslySetInnerHTML!="object"||!(_y in t.dangerouslySetInnerHTML))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.")}if(!t.suppressContentEditableWarning&&t.contentEditable&&t.children!=null&&p("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),t.style!=null&&typeof t.style!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.")}}function Dl(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Qs={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},qd={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},Ru={},k1=new RegExp("^(aria)-["+Ne+"]*$"),zu=new RegExp("^(aria)[A-Z]["+Ne+"]*$");function Rv(e,t){{if(ee.call(Ru,t)&&Ru[t])return!0;if(zu.test(t)){var a="aria-"+t.slice(4).toLowerCase(),s=qd.hasOwnProperty(a)?a:null;if(s==null)return p("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Ru[t]=!0,!0;if(t!==s)return p("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,s),Ru[t]=!0,!0}if(k1.test(t)){var f=t.toLowerCase(),h=qd.hasOwnProperty(f)?f:null;if(h==null)return Ru[t]=!0,!1;if(t!==h)return p("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,h),Ru[t]=!0,!0}}return!0}function Xs(e,t){{var a=[];for(var s in t){var f=Rv(e,s);f||a.push(s)}var h=a.map(function(k){return"`"+k+"`"}).join(", ");a.length===1?p("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",h,e):a.length>1&&p("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",h,e)}}function zv(e,t){Dl(e,t)||Xs(e,t)}var Iv=!1;function Qd(e,t){{if(e!=="input"&&e!=="textarea"&&e!=="select")return;t!=null&&t.value===null&&!Iv&&(Iv=!0,e==="select"&&t.multiple?p("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):p("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}}var Sa=function(){};{var ii={},Bv=/^on./,Xd=/^on[^A-Z]/,Ey=new RegExp("^(aria)-["+Ne+"]*$"),Cy=new RegExp("^(aria)[A-Z]["+Ne+"]*$");Sa=function(e,t,a,s){if(ee.call(ii,t)&&ii[t])return!0;var f=t.toLowerCase();if(f==="onfocusin"||f==="onfocusout")return p("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),ii[t]=!0,!0;if(s!=null){var h=s.registrationNameDependencies,k=s.possibleRegistrationNames;if(h.hasOwnProperty(t))return!0;var w=k.hasOwnProperty(f)?k[f]:null;if(w!=null)return p("Invalid event handler property `%s`. Did you mean `%s`?",t,w),ii[t]=!0,!0;if(Bv.test(t))return p("Unknown event handler property `%s`. It will be ignored.",t),ii[t]=!0,!0}else if(Bv.test(t))return Xd.test(t)&&p("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),ii[t]=!0,!0;if(Ey.test(t)||Cy.test(t))return!0;if(f==="innerhtml")return p("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),ii[t]=!0,!0;if(f==="aria")return p("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),ii[t]=!0,!0;if(f==="is"&&a!==null&&a!==void 0&&typeof a!="string")return p("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof a),ii[t]=!0,!0;if(typeof a=="number"&&isNaN(a))return p("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),ii[t]=!0,!0;var D=Tn(t),M=D!==null&&D.type===kt;if(Qs.hasOwnProperty(f)){var O=Qs[f];if(O!==t)return p("Invalid DOM property `%s`. Did you mean `%s`?",t,O),ii[t]=!0,!0}else if(!M&&t!==f)return p("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,f),ii[t]=!0,!0;return typeof a=="boolean"&&Sn(t,a,D,!1)?(a?p('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',a,t,t,a,t):p('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',a,t,t,a,t,t,t),ii[t]=!0,!0):M?!0:Sn(t,a,D,!1)?(ii[t]=!0,!1):((a==="false"||a==="true")&&D!==null&&D.type===gi&&(p("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",a,t,a==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,a),ii[t]=!0),!0)}}var wy=function(e,t,a){{var s=[];for(var f in t){var h=Sa(e,f,t[f],a);h||s.push(f)}var k=s.map(function(w){return"`"+w+"`"}).join(", ");s.length===1?p("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",k,e):s.length>1&&p("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",k,e)}};function Sy(e,t,a){Dl(e,t)||wy(e,t,a)}var Uv=1,Zd=2,Nr=4,Vv=Uv|Zd|Nr,Ta=null;function x1(e){Ta!==null&&p("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),Ta=e}function _1(){Ta===null&&p("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),Ta=null}function Zs(e){return e===Ta}function Kv(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===Wo?t.parentNode:t}var Jd=null,Da=null,zt=null;function ef(e){var t=os(e);if(t){if(typeof Jd!="function")throw new Error("setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.");var a=t.stateNode;if(a){var s=Ob(a);Jd(t.stateNode,t.type,s)}}}function tf(e){Jd=e}function Iu(e){Da?zt?zt.push(e):zt=[e]:Da=e}function Ty(){return Da!==null||zt!==null}function nf(){if(Da){var e=Da,t=zt;if(Da=null,zt=null,ef(e),t)for(var a=0;a<t.length;a++)ef(t[a])}}var Bu=function(e,t){return e(t)},Js=function(){},Pl=!1;function Dy(){var e=Ty();e&&(Js(),nf())}function Py(e,t,a){if(Pl)return e(t,a);Pl=!0;try{return Bu(e,t,a)}finally{Pl=!1,Dy()}}function E1(e,t,a){Bu=e,Js=a}function $y(e){return e==="button"||e==="input"||e==="select"||e==="textarea"}function rf(e,t,a){switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":return!!(a.disabled&&$y(t));default:return!1}}function $l(e,t){var a=e.stateNode;if(a===null)return null;var s=Ob(a);if(s===null)return null;var f=s[t];if(rf(t,e.type,s))return null;if(f&&typeof f!="function")throw new Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof f+"` type.");return f}var ec=!1;if(Pe)try{var Pa={};Object.defineProperty(Pa,"passive",{get:function(){ec=!0}}),window.addEventListener("test",Pa,Pa),window.removeEventListener("test",Pa,Pa)}catch{ec=!1}function of(e,t,a,s,f,h,k,w,D){var M=Array.prototype.slice.call(arguments,3);try{t.apply(a,M)}catch(O){this.onError(O)}}var lf=of;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var jv=document.createElement("react");lf=function(t,a,s,f,h,k,w,D,M){if(typeof document>"u"||document===null)throw new Error("The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.");var O=document.createEvent("Event"),Q=!1,Y=!0,ue=window.event,ce=Object.getOwnPropertyDescriptor(window,"event");function ve(){jv.removeEventListener(me,tt,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=ue)}var Oe=Array.prototype.slice.call(arguments,3);function tt(){Q=!0,ve(),a.apply(s,Oe),Y=!1}var Qe,St=!1,xt=!1;function ne(ie){if(Qe=ie.error,St=!0,Qe===null&&ie.colno===0&&ie.lineno===0&&(xt=!0),ie.defaultPrevented&&Qe!=null&&typeof Qe=="object")try{Qe._suppressLogging=!0}catch{}}var me="react-"+(t||"invokeguardedcallback");if(window.addEventListener("error",ne),jv.addEventListener(me,tt,!1),O.initEvent(me,!1,!1),jv.dispatchEvent(O),ce&&Object.defineProperty(window,"event",ce),Q&&Y&&(St?xt&&(Qe=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):Qe=new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`),this.onError(Qe)),window.removeEventListener("error",ne),!Q)return ve(),of.apply(this,arguments)}}var Ny=lf,Uu=!1,af=null,Vu=!1,bo=null,Ly={onError:function(e){Uu=!0,af=e}};function Nl(e,t,a,s,f,h,k,w,D){Uu=!1,af=null,Ny.apply(Ly,arguments)}function ko(e,t,a,s,f,h,k,w,D){if(Nl.apply(this,arguments),Uu){var M=nc();Vu||(Vu=!0,bo=M)}}function tc(){if(Vu){var e=bo;throw Vu=!1,bo=null,e}}function Yo(){return Uu}function nc(){if(Uu){var e=af;return Uu=!1,af=null,e}else throw new Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.")}function Ku(e){return e._reactInternals}function C1(e){return e._reactInternals!==void 0}function $a(e,t){e._reactInternals=t}var Ze=0,no=1,un=2,Et=4,Lr=16,Mr=32,Zt=64,Xe=128,bi=256,hn=512,Un=1024,qi=2048,Qi=4096,Pn=8192,ju=16384,My=32767,ic=32768,qn=65536,uf=131072,xo=1048576,Hu=2097152,qo=4194304,sf=8388608,Ll=16777216,_o=33554432,Ml=Et|Un|0,Al=un|Et|Lr|Mr|hn|Qi|Pn,Ol=Et|Zt|hn|Pn,Qo=qi|Lr,$n=qo|sf|Hu,Ar=o.ReactCurrentOwner;function dr(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{var s=t;do t=s,(t.flags&(un|Qi))!==Ze&&(a=t.return),s=t.return;while(s)}return t.tag===C?a:null}function Eo(e){if(e.tag===U){var t=e.memoizedState;if(t===null){var a=e.alternate;a!==null&&(t=a.memoizedState)}if(t!==null)return t.dehydrated}return null}function Co(e){return e.tag===C?e.stateNode.containerInfo:null}function Na(e){return dr(e)===e}function Ay(e){{var t=Ar.current;if(t!==null&&t.tag===E){var a=t,s=a.stateNode;s._warnedAboutRefsInRender||p("%s is accessing isMounted inside its render() function. render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",pt(a)||"A component"),s._warnedAboutRefsInRender=!0}}var f=Ku(e);return f?dr(f)===f:!1}function cf(e){if(dr(e)!==e)throw new Error("Unable to find node on an unmounted component.")}function df(e){var t=e.alternate;if(!t){var a=dr(e);if(a===null)throw new Error("Unable to find node on an unmounted component.");return a!==e?null:e}for(var s=e,f=t;;){var h=s.return;if(h===null)break;var k=h.alternate;if(k===null){var w=h.return;if(w!==null){s=f=w;continue}break}if(h.child===k.child){for(var D=h.child;D;){if(D===s)return cf(h),e;if(D===f)return cf(h),t;D=D.sibling}throw new Error("Unable to find node on an unmounted component.")}if(s.return!==f.return)s=h,f=k;else{for(var M=!1,O=h.child;O;){if(O===s){M=!0,s=h,f=k;break}if(O===f){M=!0,f=h,s=k;break}O=O.sibling}if(!M){for(O=k.child;O;){if(O===s){M=!0,s=k,f=h;break}if(O===f){M=!0,f=k,s=h;break}O=O.sibling}if(!M)throw new Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(s.alternate!==f)throw new Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(s.tag!==C)throw new Error("Unable to find node on an unmounted component.");return s.stateNode.current===s?e:t}function Xi(e){var t=df(e);return t!==null?Zi(t):null}function Zi(e){if(e.tag===P||e.tag===N)return e;for(var t=e.child;t!==null;){var a=Zi(t);if(a!==null)return a;t=t.sibling}return null}function rn(e){var t=df(e);return t!==null?Or(t):null}function Or(e){if(e.tag===P||e.tag===N)return e;for(var t=e.child;t!==null;){if(t.tag!==T){var a=Or(t);if(a!==null)return a}t=t.sibling}return null}var Hv=n.unstable_scheduleCallback,Oy=n.unstable_cancelCallback,Wv=n.unstable_shouldYield,Gv=n.unstable_requestPaint,Vn=n.unstable_now,ff=n.unstable_getCurrentPriorityLevel,rc=n.unstable_ImmediatePriority,Fl=n.unstable_UserBlockingPriority,Xo=n.unstable_NormalPriority,w1=n.unstable_LowPriority,La=n.unstable_IdlePriority,pf=n.unstable_yieldValue,Fy=n.unstable_setDisableYieldValue,Ma=null,kn=null,Ae=null,fr=!1,Ji=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function Wu(e){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.supportsFiber)return p("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"),!0;try{_e&&(e=_t({},e,{getLaneLabelMap:Aa,injectProfilingHooks:Fr})),Ma=t.inject(e),kn=t}catch(a){p("React instrumentation encountered an error: %s.",a)}return!!t.checkDCE}function Yv(e,t){if(kn&&typeof kn.onScheduleFiberRoot=="function")try{kn.onScheduleFiberRoot(Ma,e,t)}catch(a){fr||(fr=!0,p("React instrumentation encountered an error: %s",a))}}function qv(e,t){if(kn&&typeof kn.onCommitFiberRoot=="function")try{var a=(e.current.flags&Xe)===Xe;if($e){var s;switch(t){case $i:s=rc;break;case So:s=Fl;break;case Rr:s=Xo;break;case zr:s=La;break;default:s=Xo;break}kn.onCommitFiberRoot(Ma,e,s,a)}}catch(f){fr||(fr=!0,p("React instrumentation encountered an error: %s",f))}}function Qv(e){if(kn&&typeof kn.onPostCommitFiberRoot=="function")try{kn.onPostCommitFiberRoot(Ma,e)}catch(t){fr||(fr=!0,p("React instrumentation encountered an error: %s",t))}}function Xv(e){if(kn&&typeof kn.onCommitFiberUnmount=="function")try{kn.onCommitFiberUnmount(Ma,e)}catch(t){fr||(fr=!0,p("React instrumentation encountered an error: %s",t))}}function sn(e){if(typeof pf=="function"&&(Fy(e),d(e)),kn&&typeof kn.setStrictMode=="function")try{kn.setStrictMode(Ma,e)}catch(t){fr||(fr=!0,p("React instrumentation encountered an error: %s",t))}}function Fr(e){Ae=e}function Aa(){{for(var e=new Map,t=1,a=0;a<Ra;a++){var s=By(t);e.set(t,s),t*=2}return e}}function Zv(e){Ae!==null&&typeof Ae.markCommitStarted=="function"&&Ae.markCommitStarted(e)}function Jv(){Ae!==null&&typeof Ae.markCommitStopped=="function"&&Ae.markCommitStopped()}function pr(e){Ae!==null&&typeof Ae.markComponentRenderStarted=="function"&&Ae.markComponentRenderStarted(e)}function vr(){Ae!==null&&typeof Ae.markComponentRenderStopped=="function"&&Ae.markComponentRenderStopped()}function em(e){Ae!==null&&typeof Ae.markComponentPassiveEffectMountStarted=="function"&&Ae.markComponentPassiveEffectMountStarted(e)}function Ry(){Ae!==null&&typeof Ae.markComponentPassiveEffectMountStopped=="function"&&Ae.markComponentPassiveEffectMountStopped()}function Zo(e){Ae!==null&&typeof Ae.markComponentPassiveEffectUnmountStarted=="function"&&Ae.markComponentPassiveEffectUnmountStarted(e)}function Rl(){Ae!==null&&typeof Ae.markComponentPassiveEffectUnmountStopped=="function"&&Ae.markComponentPassiveEffectUnmountStopped()}function vf(e){Ae!==null&&typeof Ae.markComponentLayoutEffectMountStarted=="function"&&Ae.markComponentLayoutEffectMountStarted(e)}function zy(){Ae!==null&&typeof Ae.markComponentLayoutEffectMountStopped=="function"&&Ae.markComponentLayoutEffectMountStopped()}function oc(e){Ae!==null&&typeof Ae.markComponentLayoutEffectUnmountStarted=="function"&&Ae.markComponentLayoutEffectUnmountStarted(e)}function tm(){Ae!==null&&typeof Ae.markComponentLayoutEffectUnmountStopped=="function"&&Ae.markComponentLayoutEffectUnmountStopped()}function lc(e,t,a){Ae!==null&&typeof Ae.markComponentErrored=="function"&&Ae.markComponentErrored(e,t,a)}function wo(e,t,a){Ae!==null&&typeof Ae.markComponentSuspended=="function"&&Ae.markComponentSuspended(e,t,a)}function ac(e){Ae!==null&&typeof Ae.markLayoutEffectsStarted=="function"&&Ae.markLayoutEffectsStarted(e)}function uc(){Ae!==null&&typeof Ae.markLayoutEffectsStopped=="function"&&Ae.markLayoutEffectsStopped()}function Oa(e){Ae!==null&&typeof Ae.markPassiveEffectsStarted=="function"&&Ae.markPassiveEffectsStarted(e)}function nm(){Ae!==null&&typeof Ae.markPassiveEffectsStopped=="function"&&Ae.markPassiveEffectsStopped()}function Fa(e){Ae!==null&&typeof Ae.markRenderStarted=="function"&&Ae.markRenderStarted(e)}function Iy(){Ae!==null&&typeof Ae.markRenderYielded=="function"&&Ae.markRenderYielded()}function mf(){Ae!==null&&typeof Ae.markRenderStopped=="function"&&Ae.markRenderStopped()}function cn(e){Ae!==null&&typeof Ae.markRenderScheduled=="function"&&Ae.markRenderScheduled(e)}function hf(e,t){Ae!==null&&typeof Ae.markForceUpdateScheduled=="function"&&Ae.markForceUpdateScheduled(e,t)}function sc(e,t){Ae!==null&&typeof Ae.markStateUpdateScheduled=="function"&&Ae.markStateUpdateScheduled(e,t)}var Je=0,gt=1,Pt=2,Wt=8,$t=16,Nn=Math.clz32?Math.clz32:cc,Qn=Math.log,gf=Math.LN2;function cc(e){var t=e>>>0;return t===0?32:31-(Qn(t)/gf|0)|0}var Ra=31,xe=0,Dt=0,ot=1,zl=2,io=4,ki=8,xn=16,Jo=32,Il=4194240,za=64,yf=128,bf=256,kf=512,xf=1024,_f=2048,Ef=4096,Cf=8192,wf=16384,Ia=32768,Sf=65536,Gu=131072,Yu=262144,Tf=524288,dc=1048576,Df=2097152,fc=130023424,Ba=4194304,Pf=8388608,pc=16777216,$f=33554432,Nf=67108864,im=Ba,vc=134217728,rm=268435455,mc=268435456,Ua=536870912,er=1073741824;function By(e){{if(e&ot)return"Sync";if(e&zl)return"InputContinuousHydration";if(e&io)return"InputContinuous";if(e&ki)return"DefaultHydration";if(e&xn)return"Default";if(e&Jo)return"TransitionHydration";if(e&Il)return"Transition";if(e&fc)return"Retry";if(e&vc)return"SelectiveHydration";if(e&mc)return"IdleHydration";if(e&Ua)return"Idle";if(e&er)return"Offscreen"}}var Xt=-1,Va=za,Lf=Ba;function hc(e){switch(Bl(e)){case ot:return ot;case zl:return zl;case io:return io;case ki:return ki;case xn:return xn;case Jo:return Jo;case za:case yf:case bf:case kf:case xf:case _f:case Ef:case Cf:case wf:case Ia:case Sf:case Gu:case Yu:case Tf:case dc:case Df:return e&Il;case Ba:case Pf:case pc:case $f:case Nf:return e&fc;case vc:return vc;case mc:return mc;case Ua:return Ua;case er:return er;default:return p("Should have found matching lanes. This is a bug in React."),e}}function Mf(e,t){var a=e.pendingLanes;if(a===xe)return xe;var s=xe,f=e.suspendedLanes,h=e.pingedLanes,k=a&rm;if(k!==xe){var w=k&~f;if(w!==xe)s=hc(w);else{var D=k&h;D!==xe&&(s=hc(D))}}else{var M=a&~f;M!==xe?s=hc(M):h!==xe&&(s=hc(h))}if(s===xe)return xe;if(t!==xe&&t!==s&&(t&f)===xe){var O=Bl(s),Q=Bl(t);if(O>=Q||O===xn&&(Q&Il)!==xe)return t}(s&io)!==xe&&(s|=a&xn);var Y=e.entangledLanes;if(Y!==xe)for(var ue=e.entanglements,ce=s&Y;ce>0;){var ve=Ln(ce),Oe=1<<ve;s|=ue[ve],ce&=~Oe}return s}function ro(e,t){for(var a=e.eventTimes,s=Xt;t>0;){var f=Ln(t),h=1<<f,k=a[f];k>s&&(s=k),t&=~h}return s}function om(e,t){switch(e){case ot:case zl:case io:return t+250;case ki:case xn:case Jo:case za:case yf:case bf:case kf:case xf:case _f:case Ef:case Cf:case wf:case Ia:case Sf:case Gu:case Yu:case Tf:case dc:case Df:return t+5e3;case Ba:case Pf:case pc:case $f:case Nf:return Xt;case vc:case mc:case Ua:case er:return Xt;default:return p("Should have found matching lanes. This is a bug in React."),Xt}}function Af(e,t){for(var a=e.pendingLanes,s=e.suspendedLanes,f=e.pingedLanes,h=e.expirationTimes,k=a;k>0;){var w=Ln(k),D=1<<w,M=h[w];M===Xt?((D&s)===xe||(D&f)!==xe)&&(h[w]=om(D,t)):M<=t&&(e.expiredLanes|=D),k&=~D}}function Uy(e){return hc(e.pendingLanes)}function Of(e){var t=e.pendingLanes&~er;return t!==xe?t:t&er?er:xe}function Vy(e){return(e&ot)!==xe}function gc(e){return(e&rm)!==xe}function Ka(e){return(e&fc)===e}function lm(e){var t=ot|io|xn;return(e&t)===xe}function am(e){return(e&Il)===e}function Ff(e,t){var a=zl|io|ki|xn;return(t&a)!==xe}function Ky(e,t){return(t&e.expiredLanes)!==xe}function um(e){return(e&Il)!==xe}function sm(){var e=Va;return Va<<=1,(Va&Il)===xe&&(Va=za),e}function jy(){var e=Lf;return Lf<<=1,(Lf&fc)===xe&&(Lf=Ba),e}function Bl(e){return e&-e}function yc(e){return Bl(e)}function Ln(e){return 31-Nn(e)}function ri(e){return Ln(e)}function tr(e,t){return(e&t)!==xe}function ja(e,t){return(e&t)===t}function vt(e,t){return e|t}function bc(e,t){return e&~t}function cm(e,t){return e&t}function Hy(e){return e}function Wy(e,t){return e!==Dt&&e<t?e:t}function kc(e){for(var t=[],a=0;a<Ra;a++)t.push(e);return t}function qu(e,t,a){e.pendingLanes|=t,t!==Ua&&(e.suspendedLanes=xe,e.pingedLanes=xe);var s=e.eventTimes,f=ri(t);s[f]=a}function Gy(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var a=e.expirationTimes,s=t;s>0;){var f=Ln(s),h=1<<f;a[f]=Xt,s&=~h}}function Rf(e,t,a){e.pingedLanes|=e.suspendedLanes&t}function dm(e,t){var a=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=xe,e.pingedLanes=xe,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t;for(var s=e.entanglements,f=e.eventTimes,h=e.expirationTimes,k=a;k>0;){var w=Ln(k),D=1<<w;s[w]=xe,f[w]=Xt,h[w]=Xt,k&=~D}}function zf(e,t){for(var a=e.entangledLanes|=t,s=e.entanglements,f=a;f;){var h=Ln(f),k=1<<h;k&t|s[h]&t&&(s[h]|=t),f&=~k}}function fm(e,t){var a=Bl(t),s;switch(a){case io:s=zl;break;case xn:s=ki;break;case za:case yf:case bf:case kf:case xf:case _f:case Ef:case Cf:case wf:case Ia:case Sf:case Gu:case Yu:case Tf:case dc:case Df:case Ba:case Pf:case pc:case $f:case Nf:s=Jo;break;case Ua:s=mc;break;default:s=Dt;break}return(s&(e.suspendedLanes|t))!==Dt?Dt:s}function xc(e,t,a){if(Ji)for(var s=e.pendingUpdatersLaneMap;a>0;){var f=ri(a),h=1<<f,k=s[f];k.add(t),a&=~h}}function Yy(e,t){if(Ji)for(var a=e.pendingUpdatersLaneMap,s=e.memoizedUpdaters;t>0;){var f=ri(t),h=1<<f,k=a[f];k.size>0&&(k.forEach(function(w){var D=w.alternate;(D===null||!s.has(D))&&s.add(w)}),k.clear()),t&=~h}}function pm(e,t){return null}var $i=ot,So=io,Rr=xn,zr=Ua,_c=Dt;function Ir(){return _c}function Mn(e){_c=e}function qy(e,t){var a=_c;try{return _c=e,t()}finally{_c=a}}function Qy(e,t){return e!==0&&e<t?e:t}function Ec(e,t){return e>t?e:t}function Xn(e,t){return e!==0&&e<t}function Xy(e){var t=Bl(e);return Xn($i,t)?Xn(So,t)?gc(t)?Rr:zr:So:$i}function If(e){var t=e.current.memoizedState;return t.isDehydrated}var Cc;function xi(e){Cc=e}function S1(e){Cc(e)}var Ve;function Qu(e){Ve=e}var Bf;function Zy(e){Bf=e}var Jy;function wc(e){Jy=e}var Sc;function vm(e){Sc=e}var Uf=!1,Tc=[],el=null,To=null,Do=null,_n=new Map,Ni=new Map,Li=[],eb=["mousedown","mouseup","touchcancel","touchend","touchstart","auxclick","dblclick","pointercancel","pointerdown","pointerup","dragend","dragstart","drop","compositionend","compositionstart","keydown","keypress","keyup","input","textInput","copy","cut","paste","click","change","contextmenu","reset","submit"];function tb(e){return eb.indexOf(e)>-1}function oo(e,t,a,s,f){return{blockedOn:e,domEventName:t,eventSystemFlags:a,nativeEvent:f,targetContainers:[s]}}function mm(e,t){switch(e){case"focusin":case"focusout":el=null;break;case"dragenter":case"dragleave":To=null;break;case"mouseover":case"mouseout":Do=null;break;case"pointerover":case"pointerout":{var a=t.pointerId;_n.delete(a);break}case"gotpointercapture":case"lostpointercapture":{var s=t.pointerId;Ni.delete(s);break}}}function nr(e,t,a,s,f,h){if(e===null||e.nativeEvent!==h){var k=oo(t,a,s,f,h);if(t!==null){var w=os(t);w!==null&&Ve(w)}return k}e.eventSystemFlags|=s;var D=e.targetContainers;return f!==null&&D.indexOf(f)===-1&&D.push(f),e}function T1(e,t,a,s,f){switch(t){case"focusin":{var h=f;return el=nr(el,e,t,a,s,h),!0}case"dragenter":{var k=f;return To=nr(To,e,t,a,s,k),!0}case"mouseover":{var w=f;return Do=nr(Do,e,t,a,s,w),!0}case"pointerover":{var D=f,M=D.pointerId;return _n.set(M,nr(_n.get(M)||null,e,t,a,s,D)),!0}case"gotpointercapture":{var O=f,Q=O.pointerId;return Ni.set(Q,nr(Ni.get(Q)||null,e,t,a,s,O)),!0}}return!1}function hm(e){var t=Ic(e.target);if(t!==null){var a=dr(t);if(a!==null){var s=a.tag;if(s===U){var f=Eo(a);if(f!==null){e.blockedOn=f,Sc(e.priority,function(){Bf(a)});return}}else if(s===C){var h=a.stateNode;if(If(h)){e.blockedOn=Co(a);return}}}}e.blockedOn=null}function nb(e){for(var t=Jy(),a={blockedOn:null,target:e,priority:t},s=0;s<Li.length&&Xn(t,Li[s].priority);s++);Li.splice(s,0,a),s===0&&hm(a)}function Dc(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;t.length>0;){var a=t[0],s=Zu(e.domEventName,e.eventSystemFlags,a,e.nativeEvent);if(s===null){var f=e.nativeEvent,h=new f.constructor(f.type,f);x1(h),f.target.dispatchEvent(h),_1()}else{var k=os(s);return k!==null&&Ve(k),e.blockedOn=s,!1}t.shift()}return!0}function gm(e,t,a){Dc(e)&&a.delete(t)}function D1(){Uf=!1,el!==null&&Dc(el)&&(el=null),To!==null&&Dc(To)&&(To=null),Do!==null&&Dc(Do)&&(Do=null),_n.forEach(gm),Ni.forEach(gm)}function Ul(e,t){e.blockedOn===t&&(e.blockedOn=null,Uf||(Uf=!0,n.unstable_scheduleCallback(n.unstable_NormalPriority,D1)))}function Ha(e){if(Tc.length>0){Ul(Tc[0],e);for(var t=1;t<Tc.length;t++){var a=Tc[t];a.blockedOn===e&&(a.blockedOn=null)}}el!==null&&Ul(el,e),To!==null&&Ul(To,e),Do!==null&&Ul(Do,e);var s=function(w){return Ul(w,e)};_n.forEach(s),Ni.forEach(s);for(var f=0;f<Li.length;f++){var h=Li[f];h.blockedOn===e&&(h.blockedOn=null)}for(;Li.length>0;){var k=Li[0];if(k.blockedOn!==null)break;hm(k),k.blockedOn===null&&Li.shift()}}var oi=o.ReactCurrentBatchConfig,Ct=!0;function Kn(e){Ct=!!e}function An(){return Ct}function li(e,t,a){var s=Vf(t),f;switch(s){case $i:f=mr;break;case So:f=Xu;break;case Rr:default:f=En;break}return f.bind(null,t,a,e)}function mr(e,t,a,s){var f=Ir(),h=oi.transition;oi.transition=null;try{Mn($i),En(e,t,a,s)}finally{Mn(f),oi.transition=h}}function Xu(e,t,a,s){var f=Ir(),h=oi.transition;oi.transition=null;try{Mn(So),En(e,t,a,s)}finally{Mn(f),oi.transition=h}}function En(e,t,a,s){Ct&&Pc(e,t,a,s)}function Pc(e,t,a,s){var f=Zu(e,t,a,s);if(f===null){H1(e,t,s,Po,a),mm(e,s);return}if(T1(f,e,t,a,s)){s.stopPropagation();return}if(mm(e,s),t&Nr&&tb(e)){for(;f!==null;){var h=os(f);h!==null&&S1(h);var k=Zu(e,t,a,s);if(k===null&&H1(e,t,s,Po,a),k===f)break;f=k}f!==null&&s.stopPropagation();return}H1(e,t,s,null,a)}var Po=null;function Zu(e,t,a,s){Po=null;var f=Kv(s),h=Ic(f);if(h!==null){var k=dr(h);if(k===null)h=null;else{var w=k.tag;if(w===U){var D=Eo(k);if(D!==null)return D;h=null}else if(w===C){var M=k.stateNode;if(If(M))return Co(k);h=null}else k!==h&&(h=null)}}return Po=h,null}function Vf(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return $i;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return So;case"message":{var t=ff();switch(t){case rc:return $i;case Fl:return So;case Xo:case w1:return Rr;case La:return zr;default:return Rr}}default:return Rr}}function $c(e,t,a){return e.addEventListener(t,a,!1),a}function ir(e,t,a){return e.addEventListener(t,a,!0),a}function ym(e,t,a,s){return e.addEventListener(t,a,{capture:!0,passive:s}),a}function Ju(e,t,a,s){return e.addEventListener(t,a,{passive:s}),a}var hr=null,es=null,Wa=null;function Vl(e){return hr=e,es=Nc(),!0}function Kf(){hr=null,es=null,Wa=null}function tl(){if(Wa)return Wa;var e,t=es,a=t.length,s,f=Nc(),h=f.length;for(e=0;e<a&&t[e]===f[e];e++);var k=a-e;for(s=1;s<=k&&t[a-s]===f[h-s];s++);var w=s>1?1-s:void 0;return Wa=f.slice(e,w),Wa}function Nc(){return"value"in hr?hr.value:hr.textContent}function Kl(e){var t,a=e.keyCode;return"charCode"in e?(t=e.charCode,t===0&&a===13&&(t=13)):t=a,t===10&&(t=13),t>=32||t===13?t:0}function ts(){return!0}function Lc(){return!1}function _i(e){function t(a,s,f,h,k){this._reactName=a,this._targetInst=f,this.type=s,this.nativeEvent=h,this.target=k,this.currentTarget=null;for(var w in e)if(e.hasOwnProperty(w)){var D=e[w];D?this[w]=D(h):this[w]=h[w]}var M=h.defaultPrevented!=null?h.defaultPrevented:h.returnValue===!1;return M?this.isDefaultPrevented=ts:this.isDefaultPrevented=Lc,this.isPropagationStopped=Lc,this}return _t(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=ts)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=ts)},persist:function(){},isPersistent:ts}),t}var On={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},$o=_i(On),Mi=_t({},On,{view:0,detail:0}),rr=_i(Mi),jf,Mc,Ga;function P1(e){e!==Ga&&(Ga&&e.type==="mousemove"?(jf=e.screenX-Ga.screenX,Mc=e.screenY-Ga.screenY):(jf=0,Mc=0),Ga=e)}var lo=_t({},Mi,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:on,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(P1(e),jf)},movementY:function(e){return"movementY"in e?e.movementY:Mc}}),bm=_i(lo),km=_t({},lo,{dataTransfer:0}),Ya=_i(km),xm=_t({},Mi,{relatedTarget:0}),nl=_i(xm),ib=_t({},On,{animationName:0,elapsedTime:0,pseudoElement:0}),rb=_i(ib),_m=_t({},On,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),Hf=_i(_m),$1=_t({},On,{data:0}),ob=_i($1),lb=ob,ab={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},qa={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"};function N1(e){if(e.key){var t=ab[e.key]||e.key;if(t!=="Unidentified")return t}if(e.type==="keypress"){var a=Kl(e);return a===13?"Enter":String.fromCharCode(a)}return e.type==="keydown"||e.type==="keyup"?qa[e.keyCode]||"Unidentified":""}var ns={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function ub(e){var t=this,a=t.nativeEvent;if(a.getModifierState)return a.getModifierState(e);var s=ns[e];return s?!!a[s]:!1}function on(e){return ub}var L1=_t({},Mi,{key:N1,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:on,charCode:function(e){return e.type==="keypress"?Kl(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Kl(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),sb=_i(L1),M1=_t({},lo,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),cb=_i(M1),db=_t({},Mi,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:on}),fb=_i(db),A1=_t({},On,{propertyName:0,elapsedTime:0,pseudoElement:0}),Br=_i(A1),Em=_t({},lo,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),O1=_i(Em),jl=[9,13,27,32],Ac=229,il=Pe&&"CompositionEvent"in window,Hl=null;Pe&&"documentMode"in document&&(Hl=document.documentMode);var Cm=Pe&&"TextEvent"in window&&!Hl,Wf=Pe&&(!il||Hl&&Hl>8&&Hl<=11),pb=32,Gf=String.fromCharCode(pb);function F1(){Ye("onBeforeInput",["compositionend","keypress","textInput","paste"]),Ye("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),Ye("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),Ye("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"])}var wm=!1;function vb(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}function Yf(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function qf(e,t){return e==="keydown"&&t.keyCode===Ac}function Sm(e,t){switch(e){case"keyup":return jl.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==Ac;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Qf(e){var t=e.detail;return typeof t=="object"&&"data"in t?t.data:null}function mb(e){return e.locale==="ko"}var Qa=!1;function Tm(e,t,a,s,f){var h,k;if(il?h=Yf(t):Qa?Sm(t,s)&&(h="onCompositionEnd"):qf(t,s)&&(h="onCompositionStart"),!h)return null;Wf&&!mb(s)&&(!Qa&&h==="onCompositionStart"?Qa=Vl(f):h==="onCompositionEnd"&&Qa&&(k=tl()));var w=_b(a,h);if(w.length>0){var D=new ob(h,t,null,s,f);if(e.push({event:D,listeners:w}),k)D.data=k;else{var M=Qf(s);M!==null&&(D.data=M)}}}function Xf(e,t){switch(e){case"compositionend":return Qf(t);case"keypress":var a=t.which;return a!==pb?null:(wm=!0,Gf);case"textInput":var s=t.data;return s===Gf&&wm?null:s;default:return null}}function Dm(e,t){if(Qa){if(e==="compositionend"||!il&&Sm(e,t)){var a=tl();return Kf(),Qa=!1,a}return null}switch(e){case"paste":return null;case"keypress":if(!vb(t)){if(t.char&&t.char.length>1)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Wf&&!mb(t)?null:t.data;default:return null}}function Zf(e,t,a,s,f){var h;if(Cm?h=Xf(t,s):h=Dm(t,s),!h)return null;var k=_b(a,"onBeforeInput");if(k.length>0){var w=new lb("onBeforeInput","beforeinput",null,s,f);e.push({event:w,listeners:k}),w.data=h}}function hb(e,t,a,s,f,h,k){Tm(e,t,a,s,f),Zf(e,t,a,s,f)}var R1={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Oc(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!R1[e.type]:t==="textarea"}/**
|
|
50
50
|
* Checks if an event is supported in the current execution environment.
|
|
51
51
|
*
|
|
52
52
|
* NOTE: This will not work correctly for non-generic events such as `change`,
|
|
@@ -58,8 +58,8 @@ Check the render method of \``+e+"`.":""}var wv=["value","defaultValue"];functio
|
|
|
58
58
|
* @return {boolean} True if the event is supported.
|
|
59
59
|
* @internal
|
|
60
60
|
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
|
61
|
-
*/function z1(e){if(!Pe)return!1;var t="on"+e,a=t in document;if(!a){var s=document.createElement("div");s.setAttribute(t,"return;"),a=typeof s[t]=="function"}return a}function Fc(){Ye("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function gb(e,t,a,s){Iu(s);var f=_b(t,"onChange");if(f.length>0){var h=new $o("onChange","change",null,a,s);e.push({event:h,listeners:f})}}var Hl=null,r=null;function l(e){var t=e.nodeName&&e.nodeName.toLowerCase();return t==="select"||t==="input"&&e.type==="file"}function c(e){var t=[];gb(t,r,e,Kv(e)),Py(m,t)}function m(e){WT(e,0)}function y(e){var t=rp(e);if(xa(t))return e}function _(e,t){if(e==="change")return t}var $=!1;Pe&&($=z1("input")&&(!document.documentMode||document.documentMode>9));function I(e,t){Hl=e,r=t,Hl.attachEvent("onpropertychange",se)}function W(){Hl&&(Hl.detachEvent("onpropertychange",se),Hl=null,r=null)}function se(e){e.propertyName==="value"&&y(r)&&c(e)}function Ce(e,t,a){e==="focusin"?(W(),I(t,a)):e==="focusout"&&W()}function Se(e,t){if(e==="selectionchange"||e==="keyup"||e==="keydown")return y(r)}function Ee(e){var t=e.nodeName;return t&&t.toLowerCase()==="input"&&(e.type==="checkbox"||e.type==="radio")}function ze(e,t){if(e==="click")return y(t)}function Ke(e,t){if(e==="input"||e==="change")return y(t)}function We(e){var t=e._wrapperState;!t||!t.controlled||e.type!=="number"||Kd(e,"number",e.value)}function Cn(e,t,a,s,f,h,k){var w=a?rp(a):window,D,M;if(l(w)?D=_:Oc(w)?$?D=Ke:(D=Se,M=Ce):Ee(w)&&(D=ze),D){var O=D(t,a);if(O){gb(e,O,s,f);return}}M&&M(t,w,a),t==="focusout"&&We(w)}function te(){ht("onMouseEnter",["mouseout","mouseover"]),ht("onMouseLeave",["mouseout","mouseover"]),ht("onPointerEnter",["pointerout","pointerover"]),ht("onPointerLeave",["pointerout","pointerover"])}function q(e,t,a,s,f,h,k){var w=t==="mouseover"||t==="pointerover",D=t==="mouseout"||t==="pointerout";if(w&&!Zs(s)){var M=s.relatedTarget||s.fromElement;if(M&&(Ic(M)||Vm(M)))return}if(!(!D&&!w)){var O;if(f.window===f)O=f;else{var Q=f.ownerDocument;Q?O=Q.defaultView||Q.parentWindow:O=window}var Y,ue;if(D){var ce=s.relatedTarget||s.toElement;if(Y=a,ue=ce?Ic(ce):null,ue!==null){var ve=dr(ue);(ue!==ve||ue.tag!==P&&ue.tag!==N)&&(ue=null)}}else Y=null,ue=a;if(Y!==ue){var Oe=bm,tt="onMouseLeave",Qe="onMouseEnter",St="mouse";(t==="pointerout"||t==="pointerover")&&(Oe=cb,tt="onPointerLeave",Qe="onPointerEnter",St="pointer");var xt=Y==null?O:rp(Y),ne=ue==null?O:rp(ue),me=new Oe(tt,St+"leave",Y,s,f);me.target=xt,me.relatedTarget=ne;var ie=null,Te=Ic(f);if(Te===a){var Ue=new Oe(Qe,St+"enter",ue,s,f);Ue.target=ne,Ue.relatedTarget=xt,ie=Ue}jF(e,me,ie,Y,ue)}}}function oe(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var we=typeof Object.is=="function"?Object.is:oe;function je(e,t){if(we(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var a=Object.keys(e),s=Object.keys(t);if(a.length!==s.length)return!1;for(var f=0;f<a.length;f++){var h=a[f];if(!ee.call(t,h)||!we(e[h],t[h]))return!1}return!0}function nt(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function rt(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function ut(e,t){for(var a=nt(e),s=0,f=0;a;){if(a.nodeType===Ho){if(f=s+a.textContent.length,s<=t&&f>=t)return{node:a,offset:t-s};s=f}a=nt(rt(a))}}function Zn(e){var t=e.ownerDocument,a=t&&t.defaultView||window,s=a.getSelection&&a.getSelection();if(!s||s.rangeCount===0)return null;var f=s.anchorNode,h=s.anchorOffset,k=s.focusNode,w=s.focusOffset;try{f.nodeType,k.nodeType}catch{return null}return Nt(e,f,h,k,w)}function Nt(e,t,a,s,f){var h=0,k=-1,w=-1,D=0,M=0,O=e,Q=null;e:for(;;){for(var Y=null;O===t&&(a===0||O.nodeType===Ho)&&(k=h+a),O===s&&(f===0||O.nodeType===Ho)&&(w=h+f),O.nodeType===Ho&&(h+=O.nodeValue.length),(Y=O.firstChild)!==null;)Q=O,O=Y;for(;;){if(O===e)break e;if(Q===t&&++D===a&&(k=h),Q===s&&++M===f&&(w=h),(Y=O.nextSibling)!==null)break;O=Q,Q=O.parentNode}O=Y}return k===-1||w===-1?null:{start:k,end:w}}function Wl(e,t){var a=e.ownerDocument||document,s=a&&a.defaultView||window;if(s.getSelection){var f=s.getSelection(),h=e.textContent.length,k=Math.min(t.start,h),w=t.end===void 0?k:Math.min(t.end,h);if(!f.extend&&k>w){var D=w;w=k,k=D}var M=ut(e,k),O=ut(e,w);if(M&&O){if(f.rangeCount===1&&f.anchorNode===M.node&&f.anchorOffset===M.offset&&f.focusNode===O.node&&f.focusOffset===O.offset)return;var Q=a.createRange();Q.setStart(M.node,M.offset),f.removeAllRanges(),k>w?(f.addRange(Q),f.extend(O.node,O.offset)):(Q.setEnd(O.node,O.offset),f.addRange(Q))}}}function yb(e){return e&&e.nodeType===Ho}function OT(e,t){return!e||!t?!1:e===t?!0:yb(e)?!1:yb(t)?OT(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1}function SF(e){return e&&e.ownerDocument&&OT(e.ownerDocument.documentElement,e)}function TF(e){try{return typeof e.contentWindow.location.href=="string"}catch{return!1}}function FT(){for(var e=window,t=_a();t instanceof e.HTMLIFrameElement;){if(TF(t))e=t.contentWindow;else return t;t=_a(e.document)}return t}function I1(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function DF(){var e=FT();return{focusedElem:e,selectionRange:I1(e)?$F(e):null}}function PF(e){var t=FT(),a=e.focusedElem,s=e.selectionRange;if(t!==a&&SF(a)){s!==null&&I1(a)&&NF(a,s);for(var f=[],h=a;h=h.parentNode;)h.nodeType===Yi&&f.push({element:h,left:h.scrollLeft,top:h.scrollTop});typeof a.focus=="function"&&a.focus();for(var k=0;k<f.length;k++){var w=f[k];w.element.scrollLeft=w.left,w.element.scrollTop=w.top}}}function $F(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=Zn(e),t||{start:0,end:0}}function NF(e,t){var a=t.start,s=t.end;s===void 0&&(s=a),"selectionStart"in e?(e.selectionStart=a,e.selectionEnd=Math.min(s,e.value.length)):Wl(e,t)}var LF=Pe&&"documentMode"in document&&document.documentMode<=11;function MF(){Ye("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var Jf=null,B1=null,Pm=null,U1=!1;function AF(e){if("selectionStart"in e&&I1(e))return{start:e.selectionStart,end:e.selectionEnd};var t=e.ownerDocument&&e.ownerDocument.defaultView||window,a=t.getSelection();return{anchorNode:a.anchorNode,anchorOffset:a.anchorOffset,focusNode:a.focusNode,focusOffset:a.focusOffset}}function OF(e){return e.window===e?e.document:e.nodeType===Wo?e:e.ownerDocument}function RT(e,t,a){var s=OF(a);if(!(U1||Jf==null||Jf!==_a(s))){var f=AF(Jf);if(!Pm||!je(Pm,f)){Pm=f;var h=_b(B1,"onSelect");if(h.length>0){var k=new $o("onSelect","select",null,t,a);e.push({event:k,listeners:h}),k.target=Jf}}}}function FF(e,t,a,s,f,h,k){var w=a?rp(a):window;switch(t){case"focusin":(Oc(w)||w.contentEditable==="true")&&(Jf=w,B1=a,Pm=null);break;case"focusout":Jf=null,B1=null,Pm=null;break;case"mousedown":U1=!0;break;case"contextmenu":case"mouseup":case"dragend":U1=!1,RT(e,s,f);break;case"selectionchange":if(LF)break;case"keydown":case"keyup":RT(e,s,f)}}function bb(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}var ep={animationend:bb("Animation","AnimationEnd"),animationiteration:bb("Animation","AnimationIteration"),animationstart:bb("Animation","AnimationStart"),transitionend:bb("Transition","TransitionEnd")},V1={},zT={};Pe&&(zT=document.createElement("div").style,"AnimationEvent"in window||(delete ep.animationend.animation,delete ep.animationiteration.animation,delete ep.animationstart.animation),"TransitionEvent"in window||delete ep.transitionend.transition);function kb(e){if(V1[e])return V1[e];if(!ep[e])return e;var t=ep[e];for(var a in t)if(t.hasOwnProperty(a)&&a in zT)return V1[e]=t[a];return e}var IT=kb("animationend"),BT=kb("animationiteration"),UT=kb("animationstart"),VT=kb("transitionend"),KT=new Map,jT=["abort","auxClick","cancel","canPlay","canPlayThrough","click","close","contextMenu","copy","cut","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","gotPointerCapture","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","lostPointerCapture","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","pointerCancel","pointerDown","pointerMove","pointerOut","pointerOver","pointerUp","progress","rateChange","reset","resize","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchStart","volumeChange","scroll","toggle","touchMove","waiting","wheel"];function is(e,t){KT.set(e,t),Ye(t,[e])}function RF(){for(var e=0;e<jT.length;e++){var t=jT[e],a=t.toLowerCase(),s=t[0].toUpperCase()+t.slice(1);is(a,"on"+s)}is(IT,"onAnimationEnd"),is(BT,"onAnimationIteration"),is(UT,"onAnimationStart"),is("dblclick","onDoubleClick"),is("focusin","onFocus"),is("focusout","onBlur"),is(VT,"onTransitionEnd")}function zF(e,t,a,s,f,h,k){var w=KT.get(t);if(w!==void 0){var D=$o,M=t;switch(t){case"keypress":if(Vl(s)===0)return;case"keydown":case"keyup":D=sb;break;case"focusin":M="focus",D=tl;break;case"focusout":M="blur",D=tl;break;case"beforeblur":case"afterblur":D=tl;break;case"click":if(s.button===2)return;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":D=bm;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":D=Ya;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":D=fb;break;case IT:case BT:case UT:D=rb;break;case VT:D=Br;break;case"scroll":D=rr;break;case"wheel":D=O1;break;case"copy":case"cut":case"paste":D=Hf;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":D=cb;break}var O=(h&Nr)!==0;{var Q=!O&&t==="scroll",Y=VF(a,w,s.type,O,Q);if(Y.length>0){var ue=new D(w,M,null,s,f);e.push({event:ue,listeners:Y})}}}}RF(),te(),Fc(),MF(),F1();function IF(e,t,a,s,f,h,k){zF(e,t,a,s,f,h);var w=(h&Vv)===0;w&&(q(e,t,a,s,f),Cn(e,t,a,s,f),FF(e,t,a,s,f),hb(e,t,a,s,f))}var $m=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],K1=new Set(["cancel","close","invalid","load","scroll","toggle"].concat($m));function HT(e,t,a){var s=e.type||"unknown-event";e.currentTarget=a,ko(s,t,void 0,e),e.currentTarget=null}function BF(e,t,a){var s;if(a)for(var f=t.length-1;f>=0;f--){var h=t[f],k=h.instance,w=h.currentTarget,D=h.listener;if(k!==s&&e.isPropagationStopped())return;HT(e,D,w),s=k}else for(var M=0;M<t.length;M++){var O=t[M],Q=O.instance,Y=O.currentTarget,ue=O.listener;if(Q!==s&&e.isPropagationStopped())return;HT(e,ue,Y),s=Q}}function WT(e,t){for(var a=(t&Nr)!==0,s=0;s<e.length;s++){var f=e[s],h=f.event,k=f.listeners;BF(h,k,a)}tc()}function UF(e,t,a,s,f){var h=Kv(a),k=[];IF(k,e,s,a,h,t),WT(k,t)}function dn(e,t){K1.has(e)||p('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var a=!1,s=gz(t),f=HF(e);s.has(f)||(GT(t,e,Zd,a),s.add(f))}function j1(e,t,a){K1.has(e)&&!t&&p('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',e);var s=0;t&&(s|=Nr),GT(a,e,s,t)}var xb="_reactListening"+Math.random().toString(36).slice(2);function Nm(e){if(!e[xb]){e[xb]=!0,De.forEach(function(a){a!=="selectionchange"&&(K1.has(a)||j1(a,!1,e),j1(a,!0,e))});var t=e.nodeType===Wo?e:e.ownerDocument;t!==null&&(t[xb]||(t[xb]=!0,j1("selectionchange",!1,t)))}}function GT(e,t,a,s,f){var h=li(e,t,a),k=void 0;ec&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(k=!0),e=e,s?k!==void 0?ym(e,t,h,k):ir(e,t,h):k!==void 0?Ju(e,t,h,k):$c(e,t,h)}function YT(e,t){return e===t||e.nodeType===Dn&&e.parentNode===t}function H1(e,t,a,s,f){var h=s;if(!(t&Uv)&&!(t&Zd)){var k=f;if(s!==null){var w=s;e:for(;;){if(w===null)return;var D=w.tag;if(D===C||D===T){var M=w.stateNode.containerInfo;if(YT(M,k))break;if(D===T)for(var O=w.return;O!==null;){var Q=O.tag;if(Q===C||Q===T){var Y=O.stateNode.containerInfo;if(YT(Y,k))return}O=O.return}for(;M!==null;){var ue=Ic(M);if(ue===null)return;var ce=ue.tag;if(ce===P||ce===N){w=h=ue;continue e}M=M.parentNode}}w=w.return}}}Py(function(){return UF(e,t,a,h)})}function Lm(e,t,a){return{instance:e,listener:t,currentTarget:a}}function VF(e,t,a,s,f,h){for(var k=t!==null?t+"Capture":null,w=s?k:t,D=[],M=e,O=null;M!==null;){var Q=M,Y=Q.stateNode,ue=Q.tag;if(ue===P&&Y!==null&&(O=Y,w!==null)){var ce=Pl(M,w);ce!=null&&D.push(Lm(M,ce,O))}if(f)break;M=M.return}return D}function _b(e,t){for(var a=t+"Capture",s=[],f=e;f!==null;){var h=f,k=h.stateNode,w=h.tag;if(w===P&&k!==null){var D=k,M=Pl(f,a);M!=null&&s.unshift(Lm(f,M,D));var O=Pl(f,t);O!=null&&s.push(Lm(f,O,D))}f=f.return}return s}function tp(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==P);return e||null}function KF(e,t){for(var a=e,s=t,f=0,h=a;h;h=tp(h))f++;for(var k=0,w=s;w;w=tp(w))k++;for(;f-k>0;)a=tp(a),f--;for(;k-f>0;)s=tp(s),k--;for(var D=f;D--;){if(a===s||s!==null&&a===s.alternate)return a;a=tp(a),s=tp(s)}return null}function qT(e,t,a,s,f){for(var h=t._reactName,k=[],w=a;w!==null&&w!==s;){var D=w,M=D.alternate,O=D.stateNode,Q=D.tag;if(M!==null&&M===s)break;if(Q===P&&O!==null){var Y=O;if(f){var ue=Pl(w,h);ue!=null&&k.unshift(Lm(w,ue,Y))}else if(!f){var ce=Pl(w,h);ce!=null&&k.push(Lm(w,ce,Y))}}w=w.return}k.length!==0&&e.push({event:t,listeners:k})}function jF(e,t,a,s,f){var h=s&&f?KF(s,f):null;s!==null&&qT(e,t,s,h,!1),f!==null&&a!==null&&qT(e,a,f,h,!0)}function HF(e,t){return e+"__bubble"}var Ur=!1,Mm="dangerouslySetInnerHTML",Eb="suppressContentEditableWarning",rs="suppressHydrationWarning",QT="autoFocus",Rc="children",zc="style",Cb="__html",W1,wb,Am,XT,Sb,ZT,JT;W1={dialog:!0,webview:!0},wb=function(e,t){zv(e,t),Qd(e,t),Sy(e,t,{registrationNameDependencies:Fe,possibleRegistrationNames:Be})},ZT=Pe&&!document.documentMode,Am=function(e,t,a){if(!Ur){var s=Tb(a),f=Tb(t);f!==s&&(Ur=!0,p("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(f),JSON.stringify(s)))}},XT=function(e){if(!Ur){Ur=!0;var t=[];e.forEach(function(a){t.push(a)}),p("Extra attributes from the server: %s",t)}},Sb=function(e,t){t===!1?p("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",e,e,e):p("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)},JT=function(e,t){var a=e.namespaceURI===jo?e.ownerDocument.createElement(e.tagName):e.ownerDocument.createElementNS(e.namespaceURI,e.tagName);return a.innerHTML=t,a.innerHTML};var WF=/\r\n?/g,GF=/\u0000|\uFFFD/g;function Tb(e){Yn(e);var t=typeof e=="string"?e:""+e;return t.replace(WF,`
|
|
62
|
-
`).replace(GF,"")}function Db(e,t,a,s){var f=Tb(t),h=Tb(e);if(h!==f&&(s&&(Ur||(Ur=!0,p('Text content did not match. Server: "%s" Client: "%s"',h,f))),a&&J))throw new Error("Text content does not match server-rendered HTML.")}function e8(e){return e.nodeType===Wo?e:e.ownerDocument}function YF(){}function Pb(e){e.onclick=YF}function qF(e,t,a,s,f){for(var h in s)if(s.hasOwnProperty(h)){var k=s[h];if(h===zc)k&&Object.freeze(k),ky(t,k);else if(h===Mm){var w=k?k[Cb]:void 0;w!=null&&uy(t,w)}else if(h===Rc)if(typeof k=="string"){var D=e!=="textarea"||k!=="";D&&Ou(t,k)}else typeof k=="number"&&Ou(t,""+k);else h===Eb||h===rs||h===QT||(Fe.hasOwnProperty(h)?k!=null&&(typeof k!="function"&&Sb(h,k),h==="onScroll"&&dn("scroll",t)):k!=null&&ma(t,h,k,f))}}function QF(e,t,a,s){for(var f=0;f<t.length;f+=2){var h=t[f],k=t[f+1];h===zc?ky(e,k):h===Mm?uy(e,k):h===Rc?Ou(e,k):ma(e,h,k,s)}}function XF(e,t,a,s){var f,h=e8(a),k,w=s;if(w===jo&&(w=Nv(e)),w===jo){if(f=Tl(e,t),!f&&e!==e.toLowerCase()&&p("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",e),e==="script"){var D=h.createElement("div");D.innerHTML="<script><\/script>";var M=D.firstChild;k=D.removeChild(M)}else if(typeof t.is=="string")k=h.createElement(e,{is:t.is});else if(k=h.createElement(e),e==="select"){var O=k;t.multiple?O.multiple=!0:t.size&&(O.size=t.size)}}else k=h.createElementNS(w,e);return w===jo&&!f&&Object.prototype.toString.call(k)==="[object HTMLUnknownElement]"&&!ee.call(W1,e)&&(W1[e]=!0,p("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",e)),k}function ZF(e,t){return e8(t).createTextNode(e)}function JF(e,t,a,s){var f=Tl(t,a);wb(t,a);var h;switch(t){case"dialog":dn("cancel",e),dn("close",e),h=a;break;case"iframe":case"object":case"embed":dn("load",e),h=a;break;case"video":case"audio":for(var k=0;k<$m.length;k++)dn($m[k],e);h=a;break;case"source":dn("error",e),h=a;break;case"img":case"image":case"link":dn("error",e),dn("load",e),h=a;break;case"details":dn("toggle",e),h=a;break;case"input":Ko(e,a),h=Id(e,a),dn("invalid",e);break;case"option":Mu(e,a),h=a;break;case"select":Hd(e,a),h=Sv(e,a),dn("invalid",e);break;case"textarea":Dv(e,a),h=Tv(e,a),dn("invalid",e);break;default:h=a}switch(Yd(t,h),qF(t,e,s,h,f),t){case"input":Sl(e),Ev(e,a,!1);break;case"textarea":Sl(e),ly(e);break;case"option":u1(e,a);break;case"select":c1(e,a);break;default:typeof h.onClick=="function"&&Pb(e);break}}function eR(e,t,a,s,f){wb(t,s);var h=null,k,w;switch(t){case"input":k=Id(e,a),w=Id(e,s),h=[];break;case"select":k=Sv(e,a),w=Sv(e,s),h=[];break;case"textarea":k=Tv(e,a),w=Tv(e,s),h=[];break;default:k=a,w=s,typeof k.onClick!="function"&&typeof w.onClick=="function"&&Pb(e);break}Yd(t,w);var D,M,O=null;for(D in k)if(!(w.hasOwnProperty(D)||!k.hasOwnProperty(D)||k[D]==null))if(D===zc){var Q=k[D];for(M in Q)Q.hasOwnProperty(M)&&(O||(O={}),O[M]="")}else D===Mm||D===Rc||D===Eb||D===rs||D===QT||(Fe.hasOwnProperty(D)?h||(h=[]):(h=h||[]).push(D,null));for(D in w){var Y=w[D],ue=k!=null?k[D]:void 0;if(!(!w.hasOwnProperty(D)||Y===ue||Y==null&&ue==null))if(D===zc)if(Y&&Object.freeze(Y),ue){for(M in ue)ue.hasOwnProperty(M)&&(!Y||!Y.hasOwnProperty(M))&&(O||(O={}),O[M]="");for(M in Y)Y.hasOwnProperty(M)&&ue[M]!==Y[M]&&(O||(O={}),O[M]=Y[M])}else O||(h||(h=[]),h.push(D,O)),O=Y;else if(D===Mm){var ce=Y?Y[Cb]:void 0,ve=ue?ue[Cb]:void 0;ce!=null&&ve!==ce&&(h=h||[]).push(D,ce)}else D===Rc?(typeof Y=="string"||typeof Y=="number")&&(h=h||[]).push(D,""+Y):D===Eb||D===rs||(Fe.hasOwnProperty(D)?(Y!=null&&(typeof Y!="function"&&Sb(D,Y),D==="onScroll"&&dn("scroll",e)),!h&&ue!==Y&&(h=[])):(h=h||[]).push(D,Y))}return O&&(b1(O,w[zc]),(h=h||[]).push(zc,O)),h}function tR(e,t,a,s,f){a==="input"&&f.type==="radio"&&f.name!=null&&Bd(e,f);var h=Tl(a,s),k=Tl(a,f);switch(QF(e,t,h,k),a){case"input":Lu(e,f);break;case"textarea":oy(e,f);break;case"select":d1(e,f);break}}function nR(e){{var t=e.toLowerCase();return Qs.hasOwnProperty(t)&&Qs[t]||null}}function iR(e,t,a,s,f,h,k){var w,D;switch(w=Tl(t,a),wb(t,a),t){case"dialog":dn("cancel",e),dn("close",e);break;case"iframe":case"object":case"embed":dn("load",e);break;case"video":case"audio":for(var M=0;M<$m.length;M++)dn($m[M],e);break;case"source":dn("error",e);break;case"img":case"image":case"link":dn("error",e),dn("load",e);break;case"details":dn("toggle",e);break;case"input":Ko(e,a),dn("invalid",e);break;case"option":Mu(e,a);break;case"select":Hd(e,a),dn("invalid",e);break;case"textarea":Dv(e,a),dn("invalid",e);break}Yd(t,a);{D=new Set;for(var O=e.attributes,Q=0;Q<O.length;Q++){var Y=O[Q].name.toLowerCase();switch(Y){case"value":break;case"checked":break;case"selected":break;default:D.add(O[Q].name)}}}var ue=null;for(var ce in a)if(a.hasOwnProperty(ce)){var ve=a[ce];if(ce===Rc)typeof ve=="string"?e.textContent!==ve&&(a[rs]!==!0&&Db(e.textContent,ve,h,k),ue=[Rc,ve]):typeof ve=="number"&&e.textContent!==""+ve&&(a[rs]!==!0&&Db(e.textContent,ve,h,k),ue=[Rc,""+ve]);else if(Fe.hasOwnProperty(ce))ve!=null&&(typeof ve!="function"&&Sb(ce,ve),ce==="onScroll"&&dn("scroll",e));else if(k&&typeof w=="boolean"){var Oe=void 0,tt=Tn(ce);if(a[rs]!==!0){if(!(ce===Eb||ce===rs||ce==="value"||ce==="checked"||ce==="selected")){if(ce===Mm){var Qe=e.innerHTML,St=ve?ve[Cb]:void 0;if(St!=null){var xt=JT(e,St);xt!==Qe&&Am(ce,Qe,xt)}}else if(ce===zc){if(D.delete(ce),ZT){var ne=g1(ve);Oe=e.getAttribute("style"),ne!==Oe&&Am(ce,Oe,ne)}}else if(w&&!he)D.delete(ce.toLowerCase()),Oe=sv(e,ce,ve),ve!==Oe&&Am(ce,Oe,ve);else if(!Hi(ce,tt,w)&&!Wi(ce,ve,tt,w)){var me=!1;if(tt!==null)D.delete(tt.attributeName),Oe=uv(e,ce,ve,tt);else{var ie=s;if(ie===jo&&(ie=Nv(t)),ie===jo)D.delete(ce.toLowerCase());else{var Te=nR(ce);Te!==null&&Te!==ce&&(me=!0,D.delete(Te)),D.delete(ce)}Oe=sv(e,ce,ve)}var Ue=he;!Ue&&ve!==Oe&&!me&&Am(ce,Oe,ve)}}}}}switch(k&&D.size>0&&a[rs]!==!0&&XT(D),t){case"input":Sl(e),Ev(e,a,!0);break;case"textarea":Sl(e),ly(e);break;case"select":case"option":break;default:typeof a.onClick=="function"&&Pb(e);break}return ue}function rR(e,t,a){var s=e.nodeValue!==t;return s}function G1(e,t){{if(Ur)return;Ur=!0,p("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase())}}function Y1(e,t){{if(Ur)return;Ur=!0,p('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase())}}function q1(e,t,a){{if(Ur)return;Ur=!0,p("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase())}}function Q1(e,t){{if(t===""||Ur)return;Ur=!0,p('Expected server HTML to contain a matching text node for "%s" in <%s>.',t,e.nodeName.toLowerCase())}}function oR(e,t,a){switch(t){case"input":Ud(e,a);return;case"textarea":p1(e,a);return;case"select":f1(e,a);return}}var Om=function(){},Fm=function(){};{var lR=["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","template","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],t8=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],aR=t8.concat(["button"]),uR=["dd","dt","li","option","optgroup","p","rp","rt"],n8={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};Fm=function(e,t){var a=_t({},e||n8),s={tag:t};return t8.indexOf(t)!==-1&&(a.aTagInScope=null,a.buttonTagInScope=null,a.nobrTagInScope=null),aR.indexOf(t)!==-1&&(a.pTagInButtonScope=null),lR.indexOf(t)!==-1&&t!=="address"&&t!=="div"&&t!=="p"&&(a.listItemTagAutoclosing=null,a.dlItemTagAutoclosing=null),a.current=s,t==="form"&&(a.formTag=s),t==="a"&&(a.aTagInScope=s),t==="button"&&(a.buttonTagInScope=s),t==="nobr"&&(a.nobrTagInScope=s),t==="p"&&(a.pTagInButtonScope=s),t==="li"&&(a.listItemTagAutoclosing=s),(t==="dd"||t==="dt")&&(a.dlItemTagAutoclosing=s),a};var sR=function(e,t){switch(t){case"select":return e==="option"||e==="optgroup"||e==="#text";case"optgroup":return e==="option"||e==="#text";case"option":return e==="#text";case"tr":return e==="th"||e==="td"||e==="style"||e==="script"||e==="template";case"tbody":case"thead":case"tfoot":return e==="tr"||e==="style"||e==="script"||e==="template";case"colgroup":return e==="col"||e==="template";case"table":return e==="caption"||e==="colgroup"||e==="tbody"||e==="tfoot"||e==="thead"||e==="style"||e==="script"||e==="template";case"head":return e==="base"||e==="basefont"||e==="bgsound"||e==="link"||e==="meta"||e==="title"||e==="noscript"||e==="noframes"||e==="style"||e==="script"||e==="template";case"html":return e==="head"||e==="body"||e==="frameset";case"frameset":return e==="frame";case"#document":return e==="html"}switch(e){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t!=="h1"&&t!=="h2"&&t!=="h3"&&t!=="h4"&&t!=="h5"&&t!=="h6";case"rp":case"rt":return uR.indexOf(t)===-1;case"body":case"caption":case"col":case"colgroup":case"frameset":case"frame":case"head":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return t==null}return!0},cR=function(e,t){switch(e){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t.pTagInButtonScope;case"form":return t.formTag||t.pTagInButtonScope;case"li":return t.listItemTagAutoclosing;case"dd":case"dt":return t.dlItemTagAutoclosing;case"button":return t.buttonTagInScope;case"a":return t.aTagInScope;case"nobr":return t.nobrTagInScope}return null},i8={};Om=function(e,t,a){a=a||n8;var s=a.current,f=s&&s.tag;t!=null&&(e!=null&&p("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var h=sR(e,f)?null:s,k=h?null:cR(e,a),w=h||k;if(w){var D=w.tag,M=!!h+"|"+e+"|"+D;if(!i8[M]){i8[M]=!0;var O=e,Q="";if(e==="#text"?/\S/.test(t)?O="Text nodes":(O="Whitespace text nodes",Q=" Make sure you don't have any extra whitespace between tags on each line of your source code."):O="<"+e+">",h){var Y="";D==="table"&&e==="tr"&&(Y+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),p("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",O,D,Q,Y)}else p("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",O,D)}}}}var $b="suppressHydrationWarning",Nb="$",Lb="/$",Rm="$?",zm="$!",dR="style",X1=null,Z1=null;function fR(e){var t,a,s=e.nodeType;switch(s){case Wo:case Mv:{t=s===Wo?"#document":"#fragment";var f=e.documentElement;a=f?f.namespaceURI:Lv(null,"");break}default:{var h=s===Dn?e.parentNode:e,k=h.namespaceURI||null;t=h.tagName,a=Lv(k,t);break}}{var w=t.toLowerCase(),D=Fm(null,w);return{namespace:a,ancestorInfo:D}}}function pR(e,t,a){{var s=e,f=Lv(s.namespace,t),h=Fm(s.ancestorInfo,t);return{namespace:f,ancestorInfo:h}}}function bH(e){return e}function vR(e){X1=An(),Z1=DF();var t=null;return Kn(!1),t}function mR(e){PF(Z1),Kn(X1),X1=null,Z1=null}function hR(e,t,a,s,f){var h;{var k=s;if(Om(e,null,k.ancestorInfo),typeof t.children=="string"||typeof t.children=="number"){var w=""+t.children,D=Fm(k.ancestorInfo,e);Om(null,w,D)}h=k.namespace}var M=XF(e,t,a,h);return Um(f,M),l_(M,t),M}function gR(e,t){e.appendChild(t)}function yR(e,t,a,s,f){switch(JF(e,t,a,s),t){case"button":case"input":case"select":case"textarea":return!!a.autoFocus;case"img":return!0;default:return!1}}function bR(e,t,a,s,f,h){{var k=h;if(typeof s.children!=typeof a.children&&(typeof s.children=="string"||typeof s.children=="number")){var w=""+s.children,D=Fm(k.ancestorInfo,t);Om(null,w,D)}}return eR(e,t,a,s)}function J1(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}function kR(e,t,a,s){{var f=a;Om(null,e,f.ancestorInfo)}var h=ZF(e,t);return Um(s,h),h}function xR(){var e=window.event;return e===void 0?Rr:Vf(e.type)}var e_=typeof setTimeout=="function"?setTimeout:void 0,_R=typeof clearTimeout=="function"?clearTimeout:void 0,t_=-1,r8=typeof Promise=="function"?Promise:void 0,ER=typeof queueMicrotask=="function"?queueMicrotask:typeof r8<"u"?function(e){return r8.resolve(null).then(e).catch(CR)}:e_;function CR(e){setTimeout(function(){throw e})}function wR(e,t,a,s){switch(t){case"button":case"input":case"select":case"textarea":a.autoFocus&&e.focus();return;case"img":{a.src&&(e.src=a.src);return}}}function SR(e,t,a,s,f,h){tR(e,t,a,s,f),l_(e,f)}function o8(e){Ou(e,"")}function TR(e,t,a){e.nodeValue=a}function DR(e,t){e.appendChild(t)}function PR(e,t){var a;e.nodeType===Dn?(a=e.parentNode,a.insertBefore(t,e)):(a=e,a.appendChild(t));var s=e._reactRootContainer;s==null&&a.onclick===null&&Pb(a)}function $R(e,t,a){e.insertBefore(t,a)}function NR(e,t,a){e.nodeType===Dn?e.parentNode.insertBefore(t,a):e.insertBefore(t,a)}function LR(e,t){e.removeChild(t)}function MR(e,t){e.nodeType===Dn?e.parentNode.removeChild(t):e.removeChild(t)}function n_(e,t){var a=t,s=0;do{var f=a.nextSibling;if(e.removeChild(a),f&&f.nodeType===Dn){var h=f.data;if(h===Lb)if(s===0){e.removeChild(f),Ha(t);return}else s--;else(h===Nb||h===Rm||h===zm)&&s++}a=f}while(a);Ha(t)}function AR(e,t){e.nodeType===Dn?n_(e.parentNode,t):e.nodeType===Yi&&n_(e,t),Ha(e)}function OR(e){e=e;var t=e.style;typeof t.setProperty=="function"?t.setProperty("display","none","important"):t.display="none"}function FR(e){e.nodeValue=""}function RR(e,t){e=e;var a=t[dR],s=a!=null&&a.hasOwnProperty("display")?a.display:null;e.style.display=Gd("display",s)}function zR(e,t){e.nodeValue=t}function IR(e){e.nodeType===Yi?e.textContent="":e.nodeType===Wo&&e.documentElement&&e.removeChild(e.documentElement)}function BR(e,t,a){return e.nodeType!==Yi||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}function UR(e,t){return t===""||e.nodeType!==Ho?null:e}function VR(e){return e.nodeType!==Dn?null:e}function l8(e){return e.data===Rm}function i_(e){return e.data===zm}function KR(e){var t=e.nextSibling&&e.nextSibling.dataset,a,s,f;return t&&(a=t.dgst,s=t.msg,f=t.stck),{message:s,digest:a,stack:f}}function jR(e,t){e._reactRetry=t}function Mb(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===Yi||t===Ho)break;if(t===Dn){var a=e.data;if(a===Nb||a===zm||a===Rm)break;if(a===Lb)return null}}return e}function Im(e){return Mb(e.nextSibling)}function HR(e){return Mb(e.firstChild)}function WR(e){return Mb(e.firstChild)}function GR(e){return Mb(e.nextSibling)}function YR(e,t,a,s,f,h,k){Um(h,e),l_(e,a);var w;{var D=f;w=D.namespace}var M=(h.mode>)!==Je;return iR(e,t,a,w,s,M,k)}function qR(e,t,a,s){return Um(a,e),a.mode>,rR(e,t)}function QR(e,t){Um(t,e)}function XR(e){for(var t=e.nextSibling,a=0;t;){if(t.nodeType===Dn){var s=t.data;if(s===Lb){if(a===0)return Im(t);a--}else(s===Nb||s===zm||s===Rm)&&a++}t=t.nextSibling}return null}function a8(e){for(var t=e.previousSibling,a=0;t;){if(t.nodeType===Dn){var s=t.data;if(s===Nb||s===zm||s===Rm){if(a===0)return t;a--}else s===Lb&&a++}t=t.previousSibling}return null}function ZR(e){Ha(e)}function JR(e){Ha(e)}function ez(e){return e!=="head"&&e!=="body"}function tz(e,t,a,s){var f=!0;Db(t.nodeValue,a,s,f)}function nz(e,t,a,s,f,h){if(t[$b]!==!0){var k=!0;Db(s.nodeValue,f,h,k)}}function iz(e,t){t.nodeType===Yi?G1(e,t):t.nodeType===Dn||Y1(e,t)}function rz(e,t){{var a=e.parentNode;a!==null&&(t.nodeType===Yi?G1(a,t):t.nodeType===Dn||Y1(a,t))}}function oz(e,t,a,s,f){(f||t[$b]!==!0)&&(s.nodeType===Yi?G1(a,s):s.nodeType===Dn||Y1(a,s))}function lz(e,t,a){q1(e,t)}function az(e,t){Q1(e,t)}function uz(e,t,a){{var s=e.parentNode;s!==null&&q1(s,t)}}function sz(e,t){{var a=e.parentNode;a!==null&&Q1(a,t)}}function cz(e,t,a,s,f,h){(h||t[$b]!==!0)&&q1(a,s)}function dz(e,t,a,s,f){(f||t[$b]!==!0)&&Q1(a,s)}function fz(e){p("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",e.nodeName.toLowerCase())}function pz(e){Nm(e)}var np=Math.random().toString(36).slice(2),ip="__reactFiber$"+np,r_="__reactProps$"+np,Bm="__reactContainer$"+np,o_="__reactEvents$"+np,vz="__reactListeners$"+np,mz="__reactHandles$"+np;function hz(e){delete e[ip],delete e[r_],delete e[o_],delete e[vz],delete e[mz]}function Um(e,t){t[ip]=e}function Ab(e,t){t[Bm]=e}function u8(e){e[Bm]=null}function Vm(e){return!!e[Bm]}function Ic(e){var t=e[ip];if(t)return t;for(var a=e.parentNode;a;){if(t=a[Bm]||a[ip],t){var s=t.alternate;if(t.child!==null||s!==null&&s.child!==null)for(var f=a8(e);f!==null;){var h=f[ip];if(h)return h;f=a8(f)}return t}e=a,a=e.parentNode}return null}function os(e){var t=e[ip]||e[Bm];return t&&(t.tag===P||t.tag===N||t.tag===U||t.tag===C)?t:null}function rp(e){if(e.tag===P||e.tag===N)return e.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function Ob(e){return e[r_]||null}function l_(e,t){e[r_]=t}function gz(e){var t=e[o_];return t===void 0&&(t=e[o_]=new Set),t}var s8={},c8=o.ReactDebugCurrentFrame;function Fb(e){if(e){var t=e._owner,a=ka(e.type,e._source,t?t.type:null);c8.setExtraStackFrame(a)}else c8.setExtraStackFrame(null)}function il(e,t,a,s,f){{var h=Function.call.bind(ee);for(var k in e)if(h(e,k)){var w=void 0;try{if(typeof e[k]!="function"){var D=Error((s||"React class")+": "+a+" type `"+k+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[k]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw D.name="Invariant Violation",D}w=e[k](t,k,s,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(M){w=M}w&&!(w instanceof Error)&&(Fb(f),p("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",s||"React class",a,k,typeof w),Fb(null)),w instanceof Error&&!(w.message in s8)&&(s8[w.message]=!0,Fb(f),p("Failed %s type: %s",a,w.message),Fb(null))}}}var a_=[],Rb;Rb=[];var Xa=-1;function ls(e){return{current:e}}function or(e,t){if(Xa<0){p("Unexpected pop.");return}t!==Rb[Xa]&&p("Unexpected Fiber popped."),e.current=a_[Xa],a_[Xa]=null,Rb[Xa]=null,Xa--}function lr(e,t,a){Xa++,a_[Xa]=e.current,Rb[Xa]=a,e.current=t}var u_;u_={};var ao={};Object.freeze(ao);var Za=ls(ao),Gl=ls(!1),s_=ao;function op(e,t,a){return a&&Yl(t)?s_:Za.current}function d8(e,t,a){{var s=e.stateNode;s.__reactInternalMemoizedUnmaskedChildContext=t,s.__reactInternalMemoizedMaskedChildContext=a}}function lp(e,t){{var a=e.type,s=a.contextTypes;if(!s)return ao;var f=e.stateNode;if(f&&f.__reactInternalMemoizedUnmaskedChildContext===t)return f.__reactInternalMemoizedMaskedChildContext;var h={};for(var k in s)h[k]=t[k];{var w=pt(e)||"Unknown";il(s,h,"context",w)}return f&&d8(e,t,h),h}}function zb(){return Gl.current}function Yl(e){{var t=e.childContextTypes;return t!=null}}function Ib(e){or(Gl,e),or(Za,e)}function c_(e){or(Gl,e),or(Za,e)}function f8(e,t,a){{if(Za.current!==ao)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");lr(Za,t,e),lr(Gl,a,e)}}function p8(e,t,a){{var s=e.stateNode,f=t.childContextTypes;if(typeof s.getChildContext!="function"){{var h=pt(e)||"Unknown";u_[h]||(u_[h]=!0,p("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",h,h))}return a}var k=s.getChildContext();for(var w in k)if(!(w in f))throw new Error((pt(e)||"Unknown")+'.getChildContext(): key "'+w+'" is not defined in childContextTypes.');{var D=pt(e)||"Unknown";il(f,k,"child context",D)}return _t({},a,k)}}function Bb(e){{var t=e.stateNode,a=t&&t.__reactInternalMemoizedMergedChildContext||ao;return s_=Za.current,lr(Za,a,e),lr(Gl,Gl.current,e),!0}}function v8(e,t,a){{var s=e.stateNode;if(!s)throw new Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.");if(a){var f=p8(e,t,s_);s.__reactInternalMemoizedMergedChildContext=f,or(Gl,e),or(Za,e),lr(Za,f,e),lr(Gl,a,e)}else or(Gl,e),lr(Gl,a,e)}}function yz(e){{if(!Na(e)||e.tag!==E)throw new Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.");var t=e;do{switch(t.tag){case C:return t.stateNode.context;case E:{var a=t.type;if(Yl(a))return t.stateNode.__reactInternalMemoizedMergedChildContext;break}}t=t.return}while(t!==null);throw new Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.")}}var as=0,Ub=1,Ja=null,d_=!1,f_=!1;function m8(e){Ja===null?Ja=[e]:Ja.push(e)}function bz(e){d_=!0,m8(e)}function h8(){d_&&us()}function us(){if(!f_&&Ja!==null){f_=!0;var e=0,t=Ir();try{var a=!0,s=Ja;for(Mn($i);e<s.length;e++){var f=s[e];do f=f(a);while(f!==null)}Ja=null,d_=!1}catch(h){throw Ja!==null&&(Ja=Ja.slice(e+1)),Hv(rc,us),h}finally{Mn(t),f_=!1}}return null}var ap=[],up=0,Vb=null,Kb=0,No=[],Lo=0,Bc=null,eu=1,tu="";function kz(e){return Vc(),(e.flags&xo)!==Ze}function xz(e){return Vc(),Kb}function _z(){var e=tu,t=eu,a=t&~Ez(t);return a.toString(32)+e}function Uc(e,t){Vc(),ap[up++]=Kb,ap[up++]=Vb,Vb=e,Kb=t}function g8(e,t,a){Vc(),No[Lo++]=eu,No[Lo++]=tu,No[Lo++]=Bc,Bc=e;var s=eu,f=tu,h=jb(s)-1,k=s&~(1<<h),w=a+1,D=jb(t)+h;if(D>30){var M=h-h%5,O=(1<<M)-1,Q=(k&O).toString(32),Y=k>>M,ue=h-M,ce=jb(t)+ue,ve=w<<ue,Oe=ve|Y,tt=Q+f;eu=1<<ce|Oe,tu=tt}else{var Qe=w<<h,St=Qe|k,xt=f;eu=1<<D|St,tu=xt}}function p_(e){Vc();var t=e.return;if(t!==null){var a=1,s=0;Uc(e,a),g8(e,a,s)}}function jb(e){return 32-Nn(e)}function Ez(e){return 1<<jb(e)-1}function v_(e){for(;e===Vb;)Vb=ap[--up],ap[up]=null,Kb=ap[--up],ap[up]=null;for(;e===Bc;)Bc=No[--Lo],No[Lo]=null,tu=No[--Lo],No[Lo]=null,eu=No[--Lo],No[Lo]=null}function Cz(){return Vc(),Bc!==null?{id:eu,overflow:tu}:null}function wz(e,t){Vc(),No[Lo++]=eu,No[Lo++]=tu,No[Lo++]=Bc,eu=t.id,tu=t.overflow,Bc=e}function Vc(){Oi()||p("Expected to be hydrating. This is a bug in React. Please file an issue.")}var Ai=null,Mo=null,rl=!1,Kc=!1,ss=null;function Sz(){rl&&p("We should not be hydrating here. This is a bug in React. Please file a bug.")}function y8(){Kc=!0}function Tz(){return Kc}function Dz(e){var t=e.stateNode.containerInfo;return Mo=WR(t),Ai=e,rl=!0,ss=null,Kc=!1,!0}function Pz(e,t,a){return Mo=GR(t),Ai=e,rl=!0,ss=null,Kc=!1,a!==null&&wz(e,a),!0}function b8(e,t){switch(e.tag){case C:{iz(e.stateNode.containerInfo,t);break}case P:{var a=(e.mode>)!==Je;oz(e.type,e.memoizedProps,e.stateNode,t,a);break}case U:{var s=e.memoizedState;s.dehydrated!==null&&rz(s.dehydrated,t);break}}}function k8(e,t){b8(e,t);var a=MU();a.stateNode=t,a.return=e;var s=e.deletions;s===null?(e.deletions=[a],e.flags|=Lr):s.push(a)}function m_(e,t){{if(Kc)return;switch(e.tag){case C:{var a=e.stateNode.containerInfo;switch(t.tag){case P:var s=t.type;t.pendingProps,lz(a,s);break;case N:var f=t.pendingProps;az(a,f);break}break}case P:{var h=e.type,k=e.memoizedProps,w=e.stateNode;switch(t.tag){case P:{var D=t.type,M=t.pendingProps,O=(e.mode>)!==Je;cz(h,k,w,D,M,O);break}case N:{var Q=t.pendingProps,Y=(e.mode>)!==Je;dz(h,k,w,Q,Y);break}}break}case U:{var ue=e.memoizedState,ce=ue.dehydrated;if(ce!==null)switch(t.tag){case P:var ve=t.type;t.pendingProps,uz(ce,ve);break;case N:var Oe=t.pendingProps;sz(ce,Oe);break}break}default:return}}}function x8(e,t){t.flags=t.flags&~Qi|un,m_(e,t)}function _8(e,t){switch(e.tag){case P:{var a=e.type;e.pendingProps;var s=BR(t,a);return s!==null?(e.stateNode=s,Ai=e,Mo=HR(s),!0):!1}case N:{var f=e.pendingProps,h=UR(t,f);return h!==null?(e.stateNode=h,Ai=e,Mo=null,!0):!1}case U:{var k=VR(t);if(k!==null){var w={dehydrated:k,treeContext:Cz(),retryLane:er};e.memoizedState=w;var D=AU(k);return D.return=e,e.child=D,Ai=e,Mo=null,!0}return!1}default:return!1}}function h_(e){return(e.mode>)!==Je&&(e.flags&Xe)===Ze}function g_(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function y_(e){if(rl){var t=Mo;if(!t){h_(e)&&(m_(Ai,e),g_()),x8(Ai,e),rl=!1,Ai=e;return}var a=t;if(!_8(e,t)){h_(e)&&(m_(Ai,e),g_()),t=Im(a);var s=Ai;if(!t||!_8(e,t)){x8(Ai,e),rl=!1,Ai=e;return}k8(s,a)}}}function $z(e,t,a){var s=e.stateNode,f=!Kc,h=YR(s,e.type,e.memoizedProps,t,a,e,f);return e.updateQueue=h,h!==null}function Nz(e){var t=e.stateNode,a=e.memoizedProps,s=qR(t,a,e);if(s){var f=Ai;if(f!==null)switch(f.tag){case C:{var h=f.stateNode.containerInfo,k=(f.mode>)!==Je;tz(h,t,a,k);break}case P:{var w=f.type,D=f.memoizedProps,M=f.stateNode,O=(f.mode>)!==Je;nz(w,D,M,t,a,O);break}}}return s}function Lz(e){var t=e.memoizedState,a=t!==null?t.dehydrated:null;if(!a)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");QR(a,e)}function Mz(e){var t=e.memoizedState,a=t!==null?t.dehydrated:null;if(!a)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");return XR(a)}function E8(e){for(var t=e.return;t!==null&&t.tag!==P&&t.tag!==C&&t.tag!==U;)t=t.return;Ai=t}function Hb(e){if(e!==Ai)return!1;if(!rl)return E8(e),rl=!0,!1;if(e.tag!==C&&(e.tag!==P||ez(e.type)&&!J1(e.type,e.memoizedProps))){var t=Mo;if(t)if(h_(e))C8(e),g_();else for(;t;)k8(e,t),t=Im(t)}return E8(e),e.tag===U?Mo=Mz(e):Mo=Ai?Im(e.stateNode):null,!0}function Az(){return rl&&Mo!==null}function C8(e){for(var t=Mo;t;)b8(e,t),t=Im(t)}function sp(){Ai=null,Mo=null,rl=!1,Kc=!1}function w8(){ss!==null&&(y7(ss),ss=null)}function Oi(){return rl}function b_(e){ss===null?ss=[e]:ss.push(e)}var Oz=o.ReactCurrentBatchConfig,Fz=null;function Rz(){return Oz.transition}var ol={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var zz=function(e){for(var t=null,a=e;a!==null;)a.mode&Wt&&(t=a),a=a.return;return t},jc=function(e){var t=[];return e.forEach(function(a){t.push(a)}),t.sort().join(", ")},Km=[],jm=[],Hm=[],Wm=[],Gm=[],Ym=[],Hc=new Set;ol.recordUnsafeLifecycleWarnings=function(e,t){Hc.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&Km.push(e),e.mode&Wt&&typeof t.UNSAFE_componentWillMount=="function"&&jm.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&Hm.push(e),e.mode&Wt&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&Wm.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&Gm.push(e),e.mode&Wt&&typeof t.UNSAFE_componentWillUpdate=="function"&&Ym.push(e))},ol.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;Km.length>0&&(Km.forEach(function(Y){e.add(pt(Y)||"Component"),Hc.add(Y.type)}),Km=[]);var t=new Set;jm.length>0&&(jm.forEach(function(Y){t.add(pt(Y)||"Component"),Hc.add(Y.type)}),jm=[]);var a=new Set;Hm.length>0&&(Hm.forEach(function(Y){a.add(pt(Y)||"Component"),Hc.add(Y.type)}),Hm=[]);var s=new Set;Wm.length>0&&(Wm.forEach(function(Y){s.add(pt(Y)||"Component"),Hc.add(Y.type)}),Wm=[]);var f=new Set;Gm.length>0&&(Gm.forEach(function(Y){f.add(pt(Y)||"Component"),Hc.add(Y.type)}),Gm=[]);var h=new Set;if(Ym.length>0&&(Ym.forEach(function(Y){h.add(pt(Y)||"Component"),Hc.add(Y.type)}),Ym=[]),t.size>0){var k=jc(t);p(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
61
|
+
*/function z1(e){if(!Pe)return!1;var t="on"+e,a=t in document;if(!a){var s=document.createElement("div");s.setAttribute(t,"return;"),a=typeof s[t]=="function"}return a}function Fc(){Ye("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function gb(e,t,a,s){Iu(s);var f=_b(t,"onChange");if(f.length>0){var h=new $o("onChange","change",null,a,s);e.push({event:h,listeners:f})}}var Wl=null,r=null;function l(e){var t=e.nodeName&&e.nodeName.toLowerCase();return t==="select"||t==="input"&&e.type==="file"}function c(e){var t=[];gb(t,r,e,Kv(e)),Py(m,t)}function m(e){WT(e,0)}function y(e){var t=rp(e);if(xa(t))return e}function _(e,t){if(e==="change")return t}var $=!1;Pe&&($=z1("input")&&(!document.documentMode||document.documentMode>9));function I(e,t){Wl=e,r=t,Wl.attachEvent("onpropertychange",se)}function W(){Wl&&(Wl.detachEvent("onpropertychange",se),Wl=null,r=null)}function se(e){e.propertyName==="value"&&y(r)&&c(e)}function Ce(e,t,a){e==="focusin"?(W(),I(t,a)):e==="focusout"&&W()}function Se(e,t){if(e==="selectionchange"||e==="keyup"||e==="keydown")return y(r)}function Ee(e){var t=e.nodeName;return t&&t.toLowerCase()==="input"&&(e.type==="checkbox"||e.type==="radio")}function ze(e,t){if(e==="click")return y(t)}function Ke(e,t){if(e==="input"||e==="change")return y(t)}function We(e){var t=e._wrapperState;!t||!t.controlled||e.type!=="number"||Kd(e,"number",e.value)}function Cn(e,t,a,s,f,h,k){var w=a?rp(a):window,D,M;if(l(w)?D=_:Oc(w)?$?D=Ke:(D=Se,M=Ce):Ee(w)&&(D=ze),D){var O=D(t,a);if(O){gb(e,O,s,f);return}}M&&M(t,w,a),t==="focusout"&&We(w)}function te(){ht("onMouseEnter",["mouseout","mouseover"]),ht("onMouseLeave",["mouseout","mouseover"]),ht("onPointerEnter",["pointerout","pointerover"]),ht("onPointerLeave",["pointerout","pointerover"])}function q(e,t,a,s,f,h,k){var w=t==="mouseover"||t==="pointerover",D=t==="mouseout"||t==="pointerout";if(w&&!Zs(s)){var M=s.relatedTarget||s.fromElement;if(M&&(Ic(M)||Vm(M)))return}if(!(!D&&!w)){var O;if(f.window===f)O=f;else{var Q=f.ownerDocument;Q?O=Q.defaultView||Q.parentWindow:O=window}var Y,ue;if(D){var ce=s.relatedTarget||s.toElement;if(Y=a,ue=ce?Ic(ce):null,ue!==null){var ve=dr(ue);(ue!==ve||ue.tag!==P&&ue.tag!==N)&&(ue=null)}}else Y=null,ue=a;if(Y!==ue){var Oe=bm,tt="onMouseLeave",Qe="onMouseEnter",St="mouse";(t==="pointerout"||t==="pointerover")&&(Oe=cb,tt="onPointerLeave",Qe="onPointerEnter",St="pointer");var xt=Y==null?O:rp(Y),ne=ue==null?O:rp(ue),me=new Oe(tt,St+"leave",Y,s,f);me.target=xt,me.relatedTarget=ne;var ie=null,Te=Ic(f);if(Te===a){var Ue=new Oe(Qe,St+"enter",ue,s,f);Ue.target=ne,Ue.relatedTarget=xt,ie=Ue}jF(e,me,ie,Y,ue)}}}function oe(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var we=typeof Object.is=="function"?Object.is:oe;function je(e,t){if(we(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var a=Object.keys(e),s=Object.keys(t);if(a.length!==s.length)return!1;for(var f=0;f<a.length;f++){var h=a[f];if(!ee.call(t,h)||!we(e[h],t[h]))return!1}return!0}function nt(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function rt(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function ut(e,t){for(var a=nt(e),s=0,f=0;a;){if(a.nodeType===Wo){if(f=s+a.textContent.length,s<=t&&f>=t)return{node:a,offset:t-s};s=f}a=nt(rt(a))}}function Zn(e){var t=e.ownerDocument,a=t&&t.defaultView||window,s=a.getSelection&&a.getSelection();if(!s||s.rangeCount===0)return null;var f=s.anchorNode,h=s.anchorOffset,k=s.focusNode,w=s.focusOffset;try{f.nodeType,k.nodeType}catch{return null}return Nt(e,f,h,k,w)}function Nt(e,t,a,s,f){var h=0,k=-1,w=-1,D=0,M=0,O=e,Q=null;e:for(;;){for(var Y=null;O===t&&(a===0||O.nodeType===Wo)&&(k=h+a),O===s&&(f===0||O.nodeType===Wo)&&(w=h+f),O.nodeType===Wo&&(h+=O.nodeValue.length),(Y=O.firstChild)!==null;)Q=O,O=Y;for(;;){if(O===e)break e;if(Q===t&&++D===a&&(k=h),Q===s&&++M===f&&(w=h),(Y=O.nextSibling)!==null)break;O=Q,Q=O.parentNode}O=Y}return k===-1||w===-1?null:{start:k,end:w}}function Gl(e,t){var a=e.ownerDocument||document,s=a&&a.defaultView||window;if(s.getSelection){var f=s.getSelection(),h=e.textContent.length,k=Math.min(t.start,h),w=t.end===void 0?k:Math.min(t.end,h);if(!f.extend&&k>w){var D=w;w=k,k=D}var M=ut(e,k),O=ut(e,w);if(M&&O){if(f.rangeCount===1&&f.anchorNode===M.node&&f.anchorOffset===M.offset&&f.focusNode===O.node&&f.focusOffset===O.offset)return;var Q=a.createRange();Q.setStart(M.node,M.offset),f.removeAllRanges(),k>w?(f.addRange(Q),f.extend(O.node,O.offset)):(Q.setEnd(O.node,O.offset),f.addRange(Q))}}}function yb(e){return e&&e.nodeType===Wo}function OT(e,t){return!e||!t?!1:e===t?!0:yb(e)?!1:yb(t)?OT(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1}function SF(e){return e&&e.ownerDocument&&OT(e.ownerDocument.documentElement,e)}function TF(e){try{return typeof e.contentWindow.location.href=="string"}catch{return!1}}function FT(){for(var e=window,t=_a();t instanceof e.HTMLIFrameElement;){if(TF(t))e=t.contentWindow;else return t;t=_a(e.document)}return t}function I1(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function DF(){var e=FT();return{focusedElem:e,selectionRange:I1(e)?$F(e):null}}function PF(e){var t=FT(),a=e.focusedElem,s=e.selectionRange;if(t!==a&&SF(a)){s!==null&&I1(a)&&NF(a,s);for(var f=[],h=a;h=h.parentNode;)h.nodeType===Yi&&f.push({element:h,left:h.scrollLeft,top:h.scrollTop});typeof a.focus=="function"&&a.focus();for(var k=0;k<f.length;k++){var w=f[k];w.element.scrollLeft=w.left,w.element.scrollTop=w.top}}}function $F(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=Zn(e),t||{start:0,end:0}}function NF(e,t){var a=t.start,s=t.end;s===void 0&&(s=a),"selectionStart"in e?(e.selectionStart=a,e.selectionEnd=Math.min(s,e.value.length)):Gl(e,t)}var LF=Pe&&"documentMode"in document&&document.documentMode<=11;function MF(){Ye("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var Jf=null,B1=null,Pm=null,U1=!1;function AF(e){if("selectionStart"in e&&I1(e))return{start:e.selectionStart,end:e.selectionEnd};var t=e.ownerDocument&&e.ownerDocument.defaultView||window,a=t.getSelection();return{anchorNode:a.anchorNode,anchorOffset:a.anchorOffset,focusNode:a.focusNode,focusOffset:a.focusOffset}}function OF(e){return e.window===e?e.document:e.nodeType===Go?e:e.ownerDocument}function RT(e,t,a){var s=OF(a);if(!(U1||Jf==null||Jf!==_a(s))){var f=AF(Jf);if(!Pm||!je(Pm,f)){Pm=f;var h=_b(B1,"onSelect");if(h.length>0){var k=new $o("onSelect","select",null,t,a);e.push({event:k,listeners:h}),k.target=Jf}}}}function FF(e,t,a,s,f,h,k){var w=a?rp(a):window;switch(t){case"focusin":(Oc(w)||w.contentEditable==="true")&&(Jf=w,B1=a,Pm=null);break;case"focusout":Jf=null,B1=null,Pm=null;break;case"mousedown":U1=!0;break;case"contextmenu":case"mouseup":case"dragend":U1=!1,RT(e,s,f);break;case"selectionchange":if(LF)break;case"keydown":case"keyup":RT(e,s,f)}}function bb(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}var ep={animationend:bb("Animation","AnimationEnd"),animationiteration:bb("Animation","AnimationIteration"),animationstart:bb("Animation","AnimationStart"),transitionend:bb("Transition","TransitionEnd")},V1={},zT={};Pe&&(zT=document.createElement("div").style,"AnimationEvent"in window||(delete ep.animationend.animation,delete ep.animationiteration.animation,delete ep.animationstart.animation),"TransitionEvent"in window||delete ep.transitionend.transition);function kb(e){if(V1[e])return V1[e];if(!ep[e])return e;var t=ep[e];for(var a in t)if(t.hasOwnProperty(a)&&a in zT)return V1[e]=t[a];return e}var IT=kb("animationend"),BT=kb("animationiteration"),UT=kb("animationstart"),VT=kb("transitionend"),KT=new Map,jT=["abort","auxClick","cancel","canPlay","canPlayThrough","click","close","contextMenu","copy","cut","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","gotPointerCapture","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","lostPointerCapture","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","pointerCancel","pointerDown","pointerMove","pointerOut","pointerOver","pointerUp","progress","rateChange","reset","resize","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchStart","volumeChange","scroll","toggle","touchMove","waiting","wheel"];function is(e,t){KT.set(e,t),Ye(t,[e])}function RF(){for(var e=0;e<jT.length;e++){var t=jT[e],a=t.toLowerCase(),s=t[0].toUpperCase()+t.slice(1);is(a,"on"+s)}is(IT,"onAnimationEnd"),is(BT,"onAnimationIteration"),is(UT,"onAnimationStart"),is("dblclick","onDoubleClick"),is("focusin","onFocus"),is("focusout","onBlur"),is(VT,"onTransitionEnd")}function zF(e,t,a,s,f,h,k){var w=KT.get(t);if(w!==void 0){var D=$o,M=t;switch(t){case"keypress":if(Kl(s)===0)return;case"keydown":case"keyup":D=sb;break;case"focusin":M="focus",D=nl;break;case"focusout":M="blur",D=nl;break;case"beforeblur":case"afterblur":D=nl;break;case"click":if(s.button===2)return;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":D=bm;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":D=Ya;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":D=fb;break;case IT:case BT:case UT:D=rb;break;case VT:D=Br;break;case"scroll":D=rr;break;case"wheel":D=O1;break;case"copy":case"cut":case"paste":D=Hf;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":D=cb;break}var O=(h&Nr)!==0;{var Q=!O&&t==="scroll",Y=VF(a,w,s.type,O,Q);if(Y.length>0){var ue=new D(w,M,null,s,f);e.push({event:ue,listeners:Y})}}}}RF(),te(),Fc(),MF(),F1();function IF(e,t,a,s,f,h,k){zF(e,t,a,s,f,h);var w=(h&Vv)===0;w&&(q(e,t,a,s,f),Cn(e,t,a,s,f),FF(e,t,a,s,f),hb(e,t,a,s,f))}var $m=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],K1=new Set(["cancel","close","invalid","load","scroll","toggle"].concat($m));function HT(e,t,a){var s=e.type||"unknown-event";e.currentTarget=a,ko(s,t,void 0,e),e.currentTarget=null}function BF(e,t,a){var s;if(a)for(var f=t.length-1;f>=0;f--){var h=t[f],k=h.instance,w=h.currentTarget,D=h.listener;if(k!==s&&e.isPropagationStopped())return;HT(e,D,w),s=k}else for(var M=0;M<t.length;M++){var O=t[M],Q=O.instance,Y=O.currentTarget,ue=O.listener;if(Q!==s&&e.isPropagationStopped())return;HT(e,ue,Y),s=Q}}function WT(e,t){for(var a=(t&Nr)!==0,s=0;s<e.length;s++){var f=e[s],h=f.event,k=f.listeners;BF(h,k,a)}tc()}function UF(e,t,a,s,f){var h=Kv(a),k=[];IF(k,e,s,a,h,t),WT(k,t)}function dn(e,t){K1.has(e)||p('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var a=!1,s=gz(t),f=HF(e);s.has(f)||(GT(t,e,Zd,a),s.add(f))}function j1(e,t,a){K1.has(e)&&!t&&p('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',e);var s=0;t&&(s|=Nr),GT(a,e,s,t)}var xb="_reactListening"+Math.random().toString(36).slice(2);function Nm(e){if(!e[xb]){e[xb]=!0,De.forEach(function(a){a!=="selectionchange"&&(K1.has(a)||j1(a,!1,e),j1(a,!0,e))});var t=e.nodeType===Go?e:e.ownerDocument;t!==null&&(t[xb]||(t[xb]=!0,j1("selectionchange",!1,t)))}}function GT(e,t,a,s,f){var h=li(e,t,a),k=void 0;ec&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(k=!0),e=e,s?k!==void 0?ym(e,t,h,k):ir(e,t,h):k!==void 0?Ju(e,t,h,k):$c(e,t,h)}function YT(e,t){return e===t||e.nodeType===Dn&&e.parentNode===t}function H1(e,t,a,s,f){var h=s;if(!(t&Uv)&&!(t&Zd)){var k=f;if(s!==null){var w=s;e:for(;;){if(w===null)return;var D=w.tag;if(D===C||D===T){var M=w.stateNode.containerInfo;if(YT(M,k))break;if(D===T)for(var O=w.return;O!==null;){var Q=O.tag;if(Q===C||Q===T){var Y=O.stateNode.containerInfo;if(YT(Y,k))return}O=O.return}for(;M!==null;){var ue=Ic(M);if(ue===null)return;var ce=ue.tag;if(ce===P||ce===N){w=h=ue;continue e}M=M.parentNode}}w=w.return}}}Py(function(){return UF(e,t,a,h)})}function Lm(e,t,a){return{instance:e,listener:t,currentTarget:a}}function VF(e,t,a,s,f,h){for(var k=t!==null?t+"Capture":null,w=s?k:t,D=[],M=e,O=null;M!==null;){var Q=M,Y=Q.stateNode,ue=Q.tag;if(ue===P&&Y!==null&&(O=Y,w!==null)){var ce=$l(M,w);ce!=null&&D.push(Lm(M,ce,O))}if(f)break;M=M.return}return D}function _b(e,t){for(var a=t+"Capture",s=[],f=e;f!==null;){var h=f,k=h.stateNode,w=h.tag;if(w===P&&k!==null){var D=k,M=$l(f,a);M!=null&&s.unshift(Lm(f,M,D));var O=$l(f,t);O!=null&&s.push(Lm(f,O,D))}f=f.return}return s}function tp(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==P);return e||null}function KF(e,t){for(var a=e,s=t,f=0,h=a;h;h=tp(h))f++;for(var k=0,w=s;w;w=tp(w))k++;for(;f-k>0;)a=tp(a),f--;for(;k-f>0;)s=tp(s),k--;for(var D=f;D--;){if(a===s||s!==null&&a===s.alternate)return a;a=tp(a),s=tp(s)}return null}function qT(e,t,a,s,f){for(var h=t._reactName,k=[],w=a;w!==null&&w!==s;){var D=w,M=D.alternate,O=D.stateNode,Q=D.tag;if(M!==null&&M===s)break;if(Q===P&&O!==null){var Y=O;if(f){var ue=$l(w,h);ue!=null&&k.unshift(Lm(w,ue,Y))}else if(!f){var ce=$l(w,h);ce!=null&&k.push(Lm(w,ce,Y))}}w=w.return}k.length!==0&&e.push({event:t,listeners:k})}function jF(e,t,a,s,f){var h=s&&f?KF(s,f):null;s!==null&&qT(e,t,s,h,!1),f!==null&&a!==null&&qT(e,a,f,h,!0)}function HF(e,t){return e+"__bubble"}var Ur=!1,Mm="dangerouslySetInnerHTML",Eb="suppressContentEditableWarning",rs="suppressHydrationWarning",QT="autoFocus",Rc="children",zc="style",Cb="__html",W1,wb,Am,XT,Sb,ZT,JT;W1={dialog:!0,webview:!0},wb=function(e,t){zv(e,t),Qd(e,t),Sy(e,t,{registrationNameDependencies:Fe,possibleRegistrationNames:Be})},ZT=Pe&&!document.documentMode,Am=function(e,t,a){if(!Ur){var s=Tb(a),f=Tb(t);f!==s&&(Ur=!0,p("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(f),JSON.stringify(s)))}},XT=function(e){if(!Ur){Ur=!0;var t=[];e.forEach(function(a){t.push(a)}),p("Extra attributes from the server: %s",t)}},Sb=function(e,t){t===!1?p("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",e,e,e):p("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)},JT=function(e,t){var a=e.namespaceURI===Ho?e.ownerDocument.createElement(e.tagName):e.ownerDocument.createElementNS(e.namespaceURI,e.tagName);return a.innerHTML=t,a.innerHTML};var WF=/\r\n?/g,GF=/\u0000|\uFFFD/g;function Tb(e){Yn(e);var t=typeof e=="string"?e:""+e;return t.replace(WF,`
|
|
62
|
+
`).replace(GF,"")}function Db(e,t,a,s){var f=Tb(t),h=Tb(e);if(h!==f&&(s&&(Ur||(Ur=!0,p('Text content did not match. Server: "%s" Client: "%s"',h,f))),a&&J))throw new Error("Text content does not match server-rendered HTML.")}function eD(e){return e.nodeType===Go?e:e.ownerDocument}function YF(){}function Pb(e){e.onclick=YF}function qF(e,t,a,s,f){for(var h in s)if(s.hasOwnProperty(h)){var k=s[h];if(h===zc)k&&Object.freeze(k),ky(t,k);else if(h===Mm){var w=k?k[Cb]:void 0;w!=null&&uy(t,w)}else if(h===Rc)if(typeof k=="string"){var D=e!=="textarea"||k!=="";D&&Ou(t,k)}else typeof k=="number"&&Ou(t,""+k);else h===Eb||h===rs||h===QT||(Fe.hasOwnProperty(h)?k!=null&&(typeof k!="function"&&Sb(h,k),h==="onScroll"&&dn("scroll",t)):k!=null&&ma(t,h,k,f))}}function QF(e,t,a,s){for(var f=0;f<t.length;f+=2){var h=t[f],k=t[f+1];h===zc?ky(e,k):h===Mm?uy(e,k):h===Rc?Ou(e,k):ma(e,h,k,s)}}function XF(e,t,a,s){var f,h=eD(a),k,w=s;if(w===Ho&&(w=Nv(e)),w===Ho){if(f=Dl(e,t),!f&&e!==e.toLowerCase()&&p("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",e),e==="script"){var D=h.createElement("div");D.innerHTML="<script><\/script>";var M=D.firstChild;k=D.removeChild(M)}else if(typeof t.is=="string")k=h.createElement(e,{is:t.is});else if(k=h.createElement(e),e==="select"){var O=k;t.multiple?O.multiple=!0:t.size&&(O.size=t.size)}}else k=h.createElementNS(w,e);return w===Ho&&!f&&Object.prototype.toString.call(k)==="[object HTMLUnknownElement]"&&!ee.call(W1,e)&&(W1[e]=!0,p("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",e)),k}function ZF(e,t){return eD(t).createTextNode(e)}function JF(e,t,a,s){var f=Dl(t,a);wb(t,a);var h;switch(t){case"dialog":dn("cancel",e),dn("close",e),h=a;break;case"iframe":case"object":case"embed":dn("load",e),h=a;break;case"video":case"audio":for(var k=0;k<$m.length;k++)dn($m[k],e);h=a;break;case"source":dn("error",e),h=a;break;case"img":case"image":case"link":dn("error",e),dn("load",e),h=a;break;case"details":dn("toggle",e),h=a;break;case"input":jo(e,a),h=Id(e,a),dn("invalid",e);break;case"option":Mu(e,a),h=a;break;case"select":Hd(e,a),h=Sv(e,a),dn("invalid",e);break;case"textarea":Dv(e,a),h=Tv(e,a),dn("invalid",e);break;default:h=a}switch(Yd(t,h),qF(t,e,s,h,f),t){case"input":Tl(e),Ev(e,a,!1);break;case"textarea":Tl(e),ly(e);break;case"option":u1(e,a);break;case"select":c1(e,a);break;default:typeof h.onClick=="function"&&Pb(e);break}}function eR(e,t,a,s,f){wb(t,s);var h=null,k,w;switch(t){case"input":k=Id(e,a),w=Id(e,s),h=[];break;case"select":k=Sv(e,a),w=Sv(e,s),h=[];break;case"textarea":k=Tv(e,a),w=Tv(e,s),h=[];break;default:k=a,w=s,typeof k.onClick!="function"&&typeof w.onClick=="function"&&Pb(e);break}Yd(t,w);var D,M,O=null;for(D in k)if(!(w.hasOwnProperty(D)||!k.hasOwnProperty(D)||k[D]==null))if(D===zc){var Q=k[D];for(M in Q)Q.hasOwnProperty(M)&&(O||(O={}),O[M]="")}else D===Mm||D===Rc||D===Eb||D===rs||D===QT||(Fe.hasOwnProperty(D)?h||(h=[]):(h=h||[]).push(D,null));for(D in w){var Y=w[D],ue=k!=null?k[D]:void 0;if(!(!w.hasOwnProperty(D)||Y===ue||Y==null&&ue==null))if(D===zc)if(Y&&Object.freeze(Y),ue){for(M in ue)ue.hasOwnProperty(M)&&(!Y||!Y.hasOwnProperty(M))&&(O||(O={}),O[M]="");for(M in Y)Y.hasOwnProperty(M)&&ue[M]!==Y[M]&&(O||(O={}),O[M]=Y[M])}else O||(h||(h=[]),h.push(D,O)),O=Y;else if(D===Mm){var ce=Y?Y[Cb]:void 0,ve=ue?ue[Cb]:void 0;ce!=null&&ve!==ce&&(h=h||[]).push(D,ce)}else D===Rc?(typeof Y=="string"||typeof Y=="number")&&(h=h||[]).push(D,""+Y):D===Eb||D===rs||(Fe.hasOwnProperty(D)?(Y!=null&&(typeof Y!="function"&&Sb(D,Y),D==="onScroll"&&dn("scroll",e)),!h&&ue!==Y&&(h=[])):(h=h||[]).push(D,Y))}return O&&(b1(O,w[zc]),(h=h||[]).push(zc,O)),h}function tR(e,t,a,s,f){a==="input"&&f.type==="radio"&&f.name!=null&&Bd(e,f);var h=Dl(a,s),k=Dl(a,f);switch(QF(e,t,h,k),a){case"input":Lu(e,f);break;case"textarea":oy(e,f);break;case"select":d1(e,f);break}}function nR(e){{var t=e.toLowerCase();return Qs.hasOwnProperty(t)&&Qs[t]||null}}function iR(e,t,a,s,f,h,k){var w,D;switch(w=Dl(t,a),wb(t,a),t){case"dialog":dn("cancel",e),dn("close",e);break;case"iframe":case"object":case"embed":dn("load",e);break;case"video":case"audio":for(var M=0;M<$m.length;M++)dn($m[M],e);break;case"source":dn("error",e);break;case"img":case"image":case"link":dn("error",e),dn("load",e);break;case"details":dn("toggle",e);break;case"input":jo(e,a),dn("invalid",e);break;case"option":Mu(e,a);break;case"select":Hd(e,a),dn("invalid",e);break;case"textarea":Dv(e,a),dn("invalid",e);break}Yd(t,a);{D=new Set;for(var O=e.attributes,Q=0;Q<O.length;Q++){var Y=O[Q].name.toLowerCase();switch(Y){case"value":break;case"checked":break;case"selected":break;default:D.add(O[Q].name)}}}var ue=null;for(var ce in a)if(a.hasOwnProperty(ce)){var ve=a[ce];if(ce===Rc)typeof ve=="string"?e.textContent!==ve&&(a[rs]!==!0&&Db(e.textContent,ve,h,k),ue=[Rc,ve]):typeof ve=="number"&&e.textContent!==""+ve&&(a[rs]!==!0&&Db(e.textContent,ve,h,k),ue=[Rc,""+ve]);else if(Fe.hasOwnProperty(ce))ve!=null&&(typeof ve!="function"&&Sb(ce,ve),ce==="onScroll"&&dn("scroll",e));else if(k&&typeof w=="boolean"){var Oe=void 0,tt=Tn(ce);if(a[rs]!==!0){if(!(ce===Eb||ce===rs||ce==="value"||ce==="checked"||ce==="selected")){if(ce===Mm){var Qe=e.innerHTML,St=ve?ve[Cb]:void 0;if(St!=null){var xt=JT(e,St);xt!==Qe&&Am(ce,Qe,xt)}}else if(ce===zc){if(D.delete(ce),ZT){var ne=g1(ve);Oe=e.getAttribute("style"),ne!==Oe&&Am(ce,Oe,ne)}}else if(w&&!he)D.delete(ce.toLowerCase()),Oe=sv(e,ce,ve),ve!==Oe&&Am(ce,Oe,ve);else if(!Hi(ce,tt,w)&&!Wi(ce,ve,tt,w)){var me=!1;if(tt!==null)D.delete(tt.attributeName),Oe=uv(e,ce,ve,tt);else{var ie=s;if(ie===Ho&&(ie=Nv(t)),ie===Ho)D.delete(ce.toLowerCase());else{var Te=nR(ce);Te!==null&&Te!==ce&&(me=!0,D.delete(Te)),D.delete(ce)}Oe=sv(e,ce,ve)}var Ue=he;!Ue&&ve!==Oe&&!me&&Am(ce,Oe,ve)}}}}}switch(k&&D.size>0&&a[rs]!==!0&&XT(D),t){case"input":Tl(e),Ev(e,a,!0);break;case"textarea":Tl(e),ly(e);break;case"select":case"option":break;default:typeof a.onClick=="function"&&Pb(e);break}return ue}function rR(e,t,a){var s=e.nodeValue!==t;return s}function G1(e,t){{if(Ur)return;Ur=!0,p("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase())}}function Y1(e,t){{if(Ur)return;Ur=!0,p('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase())}}function q1(e,t,a){{if(Ur)return;Ur=!0,p("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase())}}function Q1(e,t){{if(t===""||Ur)return;Ur=!0,p('Expected server HTML to contain a matching text node for "%s" in <%s>.',t,e.nodeName.toLowerCase())}}function oR(e,t,a){switch(t){case"input":Ud(e,a);return;case"textarea":p1(e,a);return;case"select":f1(e,a);return}}var Om=function(){},Fm=function(){};{var lR=["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","template","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],tD=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],aR=tD.concat(["button"]),uR=["dd","dt","li","option","optgroup","p","rp","rt"],nD={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};Fm=function(e,t){var a=_t({},e||nD),s={tag:t};return tD.indexOf(t)!==-1&&(a.aTagInScope=null,a.buttonTagInScope=null,a.nobrTagInScope=null),aR.indexOf(t)!==-1&&(a.pTagInButtonScope=null),lR.indexOf(t)!==-1&&t!=="address"&&t!=="div"&&t!=="p"&&(a.listItemTagAutoclosing=null,a.dlItemTagAutoclosing=null),a.current=s,t==="form"&&(a.formTag=s),t==="a"&&(a.aTagInScope=s),t==="button"&&(a.buttonTagInScope=s),t==="nobr"&&(a.nobrTagInScope=s),t==="p"&&(a.pTagInButtonScope=s),t==="li"&&(a.listItemTagAutoclosing=s),(t==="dd"||t==="dt")&&(a.dlItemTagAutoclosing=s),a};var sR=function(e,t){switch(t){case"select":return e==="option"||e==="optgroup"||e==="#text";case"optgroup":return e==="option"||e==="#text";case"option":return e==="#text";case"tr":return e==="th"||e==="td"||e==="style"||e==="script"||e==="template";case"tbody":case"thead":case"tfoot":return e==="tr"||e==="style"||e==="script"||e==="template";case"colgroup":return e==="col"||e==="template";case"table":return e==="caption"||e==="colgroup"||e==="tbody"||e==="tfoot"||e==="thead"||e==="style"||e==="script"||e==="template";case"head":return e==="base"||e==="basefont"||e==="bgsound"||e==="link"||e==="meta"||e==="title"||e==="noscript"||e==="noframes"||e==="style"||e==="script"||e==="template";case"html":return e==="head"||e==="body"||e==="frameset";case"frameset":return e==="frame";case"#document":return e==="html"}switch(e){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t!=="h1"&&t!=="h2"&&t!=="h3"&&t!=="h4"&&t!=="h5"&&t!=="h6";case"rp":case"rt":return uR.indexOf(t)===-1;case"body":case"caption":case"col":case"colgroup":case"frameset":case"frame":case"head":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return t==null}return!0},cR=function(e,t){switch(e){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t.pTagInButtonScope;case"form":return t.formTag||t.pTagInButtonScope;case"li":return t.listItemTagAutoclosing;case"dd":case"dt":return t.dlItemTagAutoclosing;case"button":return t.buttonTagInScope;case"a":return t.aTagInScope;case"nobr":return t.nobrTagInScope}return null},iD={};Om=function(e,t,a){a=a||nD;var s=a.current,f=s&&s.tag;t!=null&&(e!=null&&p("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var h=sR(e,f)?null:s,k=h?null:cR(e,a),w=h||k;if(w){var D=w.tag,M=!!h+"|"+e+"|"+D;if(!iD[M]){iD[M]=!0;var O=e,Q="";if(e==="#text"?/\S/.test(t)?O="Text nodes":(O="Whitespace text nodes",Q=" Make sure you don't have any extra whitespace between tags on each line of your source code."):O="<"+e+">",h){var Y="";D==="table"&&e==="tr"&&(Y+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),p("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",O,D,Q,Y)}else p("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",O,D)}}}}var $b="suppressHydrationWarning",Nb="$",Lb="/$",Rm="$?",zm="$!",dR="style",X1=null,Z1=null;function fR(e){var t,a,s=e.nodeType;switch(s){case Go:case Mv:{t=s===Go?"#document":"#fragment";var f=e.documentElement;a=f?f.namespaceURI:Lv(null,"");break}default:{var h=s===Dn?e.parentNode:e,k=h.namespaceURI||null;t=h.tagName,a=Lv(k,t);break}}{var w=t.toLowerCase(),D=Fm(null,w);return{namespace:a,ancestorInfo:D}}}function pR(e,t,a){{var s=e,f=Lv(s.namespace,t),h=Fm(s.ancestorInfo,t);return{namespace:f,ancestorInfo:h}}}function xH(e){return e}function vR(e){X1=An(),Z1=DF();var t=null;return Kn(!1),t}function mR(e){PF(Z1),Kn(X1),X1=null,Z1=null}function hR(e,t,a,s,f){var h;{var k=s;if(Om(e,null,k.ancestorInfo),typeof t.children=="string"||typeof t.children=="number"){var w=""+t.children,D=Fm(k.ancestorInfo,e);Om(null,w,D)}h=k.namespace}var M=XF(e,t,a,h);return Um(f,M),l_(M,t),M}function gR(e,t){e.appendChild(t)}function yR(e,t,a,s,f){switch(JF(e,t,a,s),t){case"button":case"input":case"select":case"textarea":return!!a.autoFocus;case"img":return!0;default:return!1}}function bR(e,t,a,s,f,h){{var k=h;if(typeof s.children!=typeof a.children&&(typeof s.children=="string"||typeof s.children=="number")){var w=""+s.children,D=Fm(k.ancestorInfo,t);Om(null,w,D)}}return eR(e,t,a,s)}function J1(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}function kR(e,t,a,s){{var f=a;Om(null,e,f.ancestorInfo)}var h=ZF(e,t);return Um(s,h),h}function xR(){var e=window.event;return e===void 0?Rr:Vf(e.type)}var e_=typeof setTimeout=="function"?setTimeout:void 0,_R=typeof clearTimeout=="function"?clearTimeout:void 0,t_=-1,rD=typeof Promise=="function"?Promise:void 0,ER=typeof queueMicrotask=="function"?queueMicrotask:typeof rD<"u"?function(e){return rD.resolve(null).then(e).catch(CR)}:e_;function CR(e){setTimeout(function(){throw e})}function wR(e,t,a,s){switch(t){case"button":case"input":case"select":case"textarea":a.autoFocus&&e.focus();return;case"img":{a.src&&(e.src=a.src);return}}}function SR(e,t,a,s,f,h){tR(e,t,a,s,f),l_(e,f)}function oD(e){Ou(e,"")}function TR(e,t,a){e.nodeValue=a}function DR(e,t){e.appendChild(t)}function PR(e,t){var a;e.nodeType===Dn?(a=e.parentNode,a.insertBefore(t,e)):(a=e,a.appendChild(t));var s=e._reactRootContainer;s==null&&a.onclick===null&&Pb(a)}function $R(e,t,a){e.insertBefore(t,a)}function NR(e,t,a){e.nodeType===Dn?e.parentNode.insertBefore(t,a):e.insertBefore(t,a)}function LR(e,t){e.removeChild(t)}function MR(e,t){e.nodeType===Dn?e.parentNode.removeChild(t):e.removeChild(t)}function n_(e,t){var a=t,s=0;do{var f=a.nextSibling;if(e.removeChild(a),f&&f.nodeType===Dn){var h=f.data;if(h===Lb)if(s===0){e.removeChild(f),Ha(t);return}else s--;else(h===Nb||h===Rm||h===zm)&&s++}a=f}while(a);Ha(t)}function AR(e,t){e.nodeType===Dn?n_(e.parentNode,t):e.nodeType===Yi&&n_(e,t),Ha(e)}function OR(e){e=e;var t=e.style;typeof t.setProperty=="function"?t.setProperty("display","none","important"):t.display="none"}function FR(e){e.nodeValue=""}function RR(e,t){e=e;var a=t[dR],s=a!=null&&a.hasOwnProperty("display")?a.display:null;e.style.display=Gd("display",s)}function zR(e,t){e.nodeValue=t}function IR(e){e.nodeType===Yi?e.textContent="":e.nodeType===Go&&e.documentElement&&e.removeChild(e.documentElement)}function BR(e,t,a){return e.nodeType!==Yi||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}function UR(e,t){return t===""||e.nodeType!==Wo?null:e}function VR(e){return e.nodeType!==Dn?null:e}function lD(e){return e.data===Rm}function i_(e){return e.data===zm}function KR(e){var t=e.nextSibling&&e.nextSibling.dataset,a,s,f;return t&&(a=t.dgst,s=t.msg,f=t.stck),{message:s,digest:a,stack:f}}function jR(e,t){e._reactRetry=t}function Mb(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===Yi||t===Wo)break;if(t===Dn){var a=e.data;if(a===Nb||a===zm||a===Rm)break;if(a===Lb)return null}}return e}function Im(e){return Mb(e.nextSibling)}function HR(e){return Mb(e.firstChild)}function WR(e){return Mb(e.firstChild)}function GR(e){return Mb(e.nextSibling)}function YR(e,t,a,s,f,h,k){Um(h,e),l_(e,a);var w;{var D=f;w=D.namespace}var M=(h.mode>)!==Je;return iR(e,t,a,w,s,M,k)}function qR(e,t,a,s){return Um(a,e),a.mode>,rR(e,t)}function QR(e,t){Um(t,e)}function XR(e){for(var t=e.nextSibling,a=0;t;){if(t.nodeType===Dn){var s=t.data;if(s===Lb){if(a===0)return Im(t);a--}else(s===Nb||s===zm||s===Rm)&&a++}t=t.nextSibling}return null}function aD(e){for(var t=e.previousSibling,a=0;t;){if(t.nodeType===Dn){var s=t.data;if(s===Nb||s===zm||s===Rm){if(a===0)return t;a--}else s===Lb&&a++}t=t.previousSibling}return null}function ZR(e){Ha(e)}function JR(e){Ha(e)}function ez(e){return e!=="head"&&e!=="body"}function tz(e,t,a,s){var f=!0;Db(t.nodeValue,a,s,f)}function nz(e,t,a,s,f,h){if(t[$b]!==!0){var k=!0;Db(s.nodeValue,f,h,k)}}function iz(e,t){t.nodeType===Yi?G1(e,t):t.nodeType===Dn||Y1(e,t)}function rz(e,t){{var a=e.parentNode;a!==null&&(t.nodeType===Yi?G1(a,t):t.nodeType===Dn||Y1(a,t))}}function oz(e,t,a,s,f){(f||t[$b]!==!0)&&(s.nodeType===Yi?G1(a,s):s.nodeType===Dn||Y1(a,s))}function lz(e,t,a){q1(e,t)}function az(e,t){Q1(e,t)}function uz(e,t,a){{var s=e.parentNode;s!==null&&q1(s,t)}}function sz(e,t){{var a=e.parentNode;a!==null&&Q1(a,t)}}function cz(e,t,a,s,f,h){(h||t[$b]!==!0)&&q1(a,s)}function dz(e,t,a,s,f){(f||t[$b]!==!0)&&Q1(a,s)}function fz(e){p("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",e.nodeName.toLowerCase())}function pz(e){Nm(e)}var np=Math.random().toString(36).slice(2),ip="__reactFiber$"+np,r_="__reactProps$"+np,Bm="__reactContainer$"+np,o_="__reactEvents$"+np,vz="__reactListeners$"+np,mz="__reactHandles$"+np;function hz(e){delete e[ip],delete e[r_],delete e[o_],delete e[vz],delete e[mz]}function Um(e,t){t[ip]=e}function Ab(e,t){t[Bm]=e}function uD(e){e[Bm]=null}function Vm(e){return!!e[Bm]}function Ic(e){var t=e[ip];if(t)return t;for(var a=e.parentNode;a;){if(t=a[Bm]||a[ip],t){var s=t.alternate;if(t.child!==null||s!==null&&s.child!==null)for(var f=aD(e);f!==null;){var h=f[ip];if(h)return h;f=aD(f)}return t}e=a,a=e.parentNode}return null}function os(e){var t=e[ip]||e[Bm];return t&&(t.tag===P||t.tag===N||t.tag===U||t.tag===C)?t:null}function rp(e){if(e.tag===P||e.tag===N)return e.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function Ob(e){return e[r_]||null}function l_(e,t){e[r_]=t}function gz(e){var t=e[o_];return t===void 0&&(t=e[o_]=new Set),t}var sD={},cD=o.ReactDebugCurrentFrame;function Fb(e){if(e){var t=e._owner,a=ka(e.type,e._source,t?t.type:null);cD.setExtraStackFrame(a)}else cD.setExtraStackFrame(null)}function rl(e,t,a,s,f){{var h=Function.call.bind(ee);for(var k in e)if(h(e,k)){var w=void 0;try{if(typeof e[k]!="function"){var D=Error((s||"React class")+": "+a+" type `"+k+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[k]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw D.name="Invariant Violation",D}w=e[k](t,k,s,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(M){w=M}w&&!(w instanceof Error)&&(Fb(f),p("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",s||"React class",a,k,typeof w),Fb(null)),w instanceof Error&&!(w.message in sD)&&(sD[w.message]=!0,Fb(f),p("Failed %s type: %s",a,w.message),Fb(null))}}}var a_=[],Rb;Rb=[];var Xa=-1;function ls(e){return{current:e}}function or(e,t){if(Xa<0){p("Unexpected pop.");return}t!==Rb[Xa]&&p("Unexpected Fiber popped."),e.current=a_[Xa],a_[Xa]=null,Rb[Xa]=null,Xa--}function lr(e,t,a){Xa++,a_[Xa]=e.current,Rb[Xa]=a,e.current=t}var u_;u_={};var ao={};Object.freeze(ao);var Za=ls(ao),Yl=ls(!1),s_=ao;function op(e,t,a){return a&&ql(t)?s_:Za.current}function dD(e,t,a){{var s=e.stateNode;s.__reactInternalMemoizedUnmaskedChildContext=t,s.__reactInternalMemoizedMaskedChildContext=a}}function lp(e,t){{var a=e.type,s=a.contextTypes;if(!s)return ao;var f=e.stateNode;if(f&&f.__reactInternalMemoizedUnmaskedChildContext===t)return f.__reactInternalMemoizedMaskedChildContext;var h={};for(var k in s)h[k]=t[k];{var w=pt(e)||"Unknown";rl(s,h,"context",w)}return f&&dD(e,t,h),h}}function zb(){return Yl.current}function ql(e){{var t=e.childContextTypes;return t!=null}}function Ib(e){or(Yl,e),or(Za,e)}function c_(e){or(Yl,e),or(Za,e)}function fD(e,t,a){{if(Za.current!==ao)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");lr(Za,t,e),lr(Yl,a,e)}}function pD(e,t,a){{var s=e.stateNode,f=t.childContextTypes;if(typeof s.getChildContext!="function"){{var h=pt(e)||"Unknown";u_[h]||(u_[h]=!0,p("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",h,h))}return a}var k=s.getChildContext();for(var w in k)if(!(w in f))throw new Error((pt(e)||"Unknown")+'.getChildContext(): key "'+w+'" is not defined in childContextTypes.');{var D=pt(e)||"Unknown";rl(f,k,"child context",D)}return _t({},a,k)}}function Bb(e){{var t=e.stateNode,a=t&&t.__reactInternalMemoizedMergedChildContext||ao;return s_=Za.current,lr(Za,a,e),lr(Yl,Yl.current,e),!0}}function vD(e,t,a){{var s=e.stateNode;if(!s)throw new Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.");if(a){var f=pD(e,t,s_);s.__reactInternalMemoizedMergedChildContext=f,or(Yl,e),or(Za,e),lr(Za,f,e),lr(Yl,a,e)}else or(Yl,e),lr(Yl,a,e)}}function yz(e){{if(!Na(e)||e.tag!==E)throw new Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.");var t=e;do{switch(t.tag){case C:return t.stateNode.context;case E:{var a=t.type;if(ql(a))return t.stateNode.__reactInternalMemoizedMergedChildContext;break}}t=t.return}while(t!==null);throw new Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.")}}var as=0,Ub=1,Ja=null,d_=!1,f_=!1;function mD(e){Ja===null?Ja=[e]:Ja.push(e)}function bz(e){d_=!0,mD(e)}function hD(){d_&&us()}function us(){if(!f_&&Ja!==null){f_=!0;var e=0,t=Ir();try{var a=!0,s=Ja;for(Mn($i);e<s.length;e++){var f=s[e];do f=f(a);while(f!==null)}Ja=null,d_=!1}catch(h){throw Ja!==null&&(Ja=Ja.slice(e+1)),Hv(rc,us),h}finally{Mn(t),f_=!1}}return null}var ap=[],up=0,Vb=null,Kb=0,No=[],Lo=0,Bc=null,eu=1,tu="";function kz(e){return Vc(),(e.flags&xo)!==Ze}function xz(e){return Vc(),Kb}function _z(){var e=tu,t=eu,a=t&~Ez(t);return a.toString(32)+e}function Uc(e,t){Vc(),ap[up++]=Kb,ap[up++]=Vb,Vb=e,Kb=t}function gD(e,t,a){Vc(),No[Lo++]=eu,No[Lo++]=tu,No[Lo++]=Bc,Bc=e;var s=eu,f=tu,h=jb(s)-1,k=s&~(1<<h),w=a+1,D=jb(t)+h;if(D>30){var M=h-h%5,O=(1<<M)-1,Q=(k&O).toString(32),Y=k>>M,ue=h-M,ce=jb(t)+ue,ve=w<<ue,Oe=ve|Y,tt=Q+f;eu=1<<ce|Oe,tu=tt}else{var Qe=w<<h,St=Qe|k,xt=f;eu=1<<D|St,tu=xt}}function p_(e){Vc();var t=e.return;if(t!==null){var a=1,s=0;Uc(e,a),gD(e,a,s)}}function jb(e){return 32-Nn(e)}function Ez(e){return 1<<jb(e)-1}function v_(e){for(;e===Vb;)Vb=ap[--up],ap[up]=null,Kb=ap[--up],ap[up]=null;for(;e===Bc;)Bc=No[--Lo],No[Lo]=null,tu=No[--Lo],No[Lo]=null,eu=No[--Lo],No[Lo]=null}function Cz(){return Vc(),Bc!==null?{id:eu,overflow:tu}:null}function wz(e,t){Vc(),No[Lo++]=eu,No[Lo++]=tu,No[Lo++]=Bc,eu=t.id,tu=t.overflow,Bc=e}function Vc(){Oi()||p("Expected to be hydrating. This is a bug in React. Please file an issue.")}var Ai=null,Mo=null,ol=!1,Kc=!1,ss=null;function Sz(){ol&&p("We should not be hydrating here. This is a bug in React. Please file a bug.")}function yD(){Kc=!0}function Tz(){return Kc}function Dz(e){var t=e.stateNode.containerInfo;return Mo=WR(t),Ai=e,ol=!0,ss=null,Kc=!1,!0}function Pz(e,t,a){return Mo=GR(t),Ai=e,ol=!0,ss=null,Kc=!1,a!==null&&wz(e,a),!0}function bD(e,t){switch(e.tag){case C:{iz(e.stateNode.containerInfo,t);break}case P:{var a=(e.mode>)!==Je;oz(e.type,e.memoizedProps,e.stateNode,t,a);break}case U:{var s=e.memoizedState;s.dehydrated!==null&&rz(s.dehydrated,t);break}}}function kD(e,t){bD(e,t);var a=MU();a.stateNode=t,a.return=e;var s=e.deletions;s===null?(e.deletions=[a],e.flags|=Lr):s.push(a)}function m_(e,t){{if(Kc)return;switch(e.tag){case C:{var a=e.stateNode.containerInfo;switch(t.tag){case P:var s=t.type;t.pendingProps,lz(a,s);break;case N:var f=t.pendingProps;az(a,f);break}break}case P:{var h=e.type,k=e.memoizedProps,w=e.stateNode;switch(t.tag){case P:{var D=t.type,M=t.pendingProps,O=(e.mode>)!==Je;cz(h,k,w,D,M,O);break}case N:{var Q=t.pendingProps,Y=(e.mode>)!==Je;dz(h,k,w,Q,Y);break}}break}case U:{var ue=e.memoizedState,ce=ue.dehydrated;if(ce!==null)switch(t.tag){case P:var ve=t.type;t.pendingProps,uz(ce,ve);break;case N:var Oe=t.pendingProps;sz(ce,Oe);break}break}default:return}}}function xD(e,t){t.flags=t.flags&~Qi|un,m_(e,t)}function _D(e,t){switch(e.tag){case P:{var a=e.type;e.pendingProps;var s=BR(t,a);return s!==null?(e.stateNode=s,Ai=e,Mo=HR(s),!0):!1}case N:{var f=e.pendingProps,h=UR(t,f);return h!==null?(e.stateNode=h,Ai=e,Mo=null,!0):!1}case U:{var k=VR(t);if(k!==null){var w={dehydrated:k,treeContext:Cz(),retryLane:er};e.memoizedState=w;var D=AU(k);return D.return=e,e.child=D,Ai=e,Mo=null,!0}return!1}default:return!1}}function h_(e){return(e.mode>)!==Je&&(e.flags&Xe)===Ze}function g_(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function y_(e){if(ol){var t=Mo;if(!t){h_(e)&&(m_(Ai,e),g_()),xD(Ai,e),ol=!1,Ai=e;return}var a=t;if(!_D(e,t)){h_(e)&&(m_(Ai,e),g_()),t=Im(a);var s=Ai;if(!t||!_D(e,t)){xD(Ai,e),ol=!1,Ai=e;return}kD(s,a)}}}function $z(e,t,a){var s=e.stateNode,f=!Kc,h=YR(s,e.type,e.memoizedProps,t,a,e,f);return e.updateQueue=h,h!==null}function Nz(e){var t=e.stateNode,a=e.memoizedProps,s=qR(t,a,e);if(s){var f=Ai;if(f!==null)switch(f.tag){case C:{var h=f.stateNode.containerInfo,k=(f.mode>)!==Je;tz(h,t,a,k);break}case P:{var w=f.type,D=f.memoizedProps,M=f.stateNode,O=(f.mode>)!==Je;nz(w,D,M,t,a,O);break}}}return s}function Lz(e){var t=e.memoizedState,a=t!==null?t.dehydrated:null;if(!a)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");QR(a,e)}function Mz(e){var t=e.memoizedState,a=t!==null?t.dehydrated:null;if(!a)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");return XR(a)}function ED(e){for(var t=e.return;t!==null&&t.tag!==P&&t.tag!==C&&t.tag!==U;)t=t.return;Ai=t}function Hb(e){if(e!==Ai)return!1;if(!ol)return ED(e),ol=!0,!1;if(e.tag!==C&&(e.tag!==P||ez(e.type)&&!J1(e.type,e.memoizedProps))){var t=Mo;if(t)if(h_(e))CD(e),g_();else for(;t;)kD(e,t),t=Im(t)}return ED(e),e.tag===U?Mo=Mz(e):Mo=Ai?Im(e.stateNode):null,!0}function Az(){return ol&&Mo!==null}function CD(e){for(var t=Mo;t;)bD(e,t),t=Im(t)}function sp(){Ai=null,Mo=null,ol=!1,Kc=!1}function wD(){ss!==null&&(y7(ss),ss=null)}function Oi(){return ol}function b_(e){ss===null?ss=[e]:ss.push(e)}var Oz=o.ReactCurrentBatchConfig,Fz=null;function Rz(){return Oz.transition}var ll={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var zz=function(e){for(var t=null,a=e;a!==null;)a.mode&Wt&&(t=a),a=a.return;return t},jc=function(e){var t=[];return e.forEach(function(a){t.push(a)}),t.sort().join(", ")},Km=[],jm=[],Hm=[],Wm=[],Gm=[],Ym=[],Hc=new Set;ll.recordUnsafeLifecycleWarnings=function(e,t){Hc.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&Km.push(e),e.mode&Wt&&typeof t.UNSAFE_componentWillMount=="function"&&jm.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&Hm.push(e),e.mode&Wt&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&Wm.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&Gm.push(e),e.mode&Wt&&typeof t.UNSAFE_componentWillUpdate=="function"&&Ym.push(e))},ll.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;Km.length>0&&(Km.forEach(function(Y){e.add(pt(Y)||"Component"),Hc.add(Y.type)}),Km=[]);var t=new Set;jm.length>0&&(jm.forEach(function(Y){t.add(pt(Y)||"Component"),Hc.add(Y.type)}),jm=[]);var a=new Set;Hm.length>0&&(Hm.forEach(function(Y){a.add(pt(Y)||"Component"),Hc.add(Y.type)}),Hm=[]);var s=new Set;Wm.length>0&&(Wm.forEach(function(Y){s.add(pt(Y)||"Component"),Hc.add(Y.type)}),Wm=[]);var f=new Set;Gm.length>0&&(Gm.forEach(function(Y){f.add(pt(Y)||"Component"),Hc.add(Y.type)}),Gm=[]);var h=new Set;if(Ym.length>0&&(Ym.forEach(function(Y){h.add(pt(Y)||"Component"),Hc.add(Y.type)}),Ym=[]),t.size>0){var k=jc(t);p(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
63
63
|
|
|
64
64
|
* Move code with side effects to componentDidMount, and set initial state in the constructor.
|
|
65
65
|
|
|
@@ -88,17 +88,17 @@ Please update the following components: %s`,O)}if(f.size>0){var Q=jc(f);v(`compo
|
|
|
88
88
|
* Move data fetching code or side effects to componentDidUpdate.
|
|
89
89
|
* Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
|
|
90
90
|
|
|
91
|
-
Please update the following components: %s`,Q)}};var Wb=new Map,
|
|
91
|
+
Please update the following components: %s`,Q)}};var Wb=new Map,SD=new Set;ll.recordLegacyContextWarning=function(e,t){var a=zz(e);if(a===null){p("Expected to find a StrictMode component in a strict mode tree. This error is likely caused by a bug in React. Please file an issue.");return}if(!SD.has(e.type)){var s=Wb.get(a);(e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(s===void 0&&(s=[],Wb.set(a,s)),s.push(e))}},ll.flushLegacyContextWarning=function(){Wb.forEach(function(e,t){if(e.length!==0){var a=e[0],s=new Set;e.forEach(function(h){s.add(pt(h)||"Component"),SD.add(h.type)});var f=jc(s);try{Jt(a),p(`Legacy context API has been detected within a strict-mode tree.
|
|
92
92
|
|
|
93
93
|
The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.
|
|
94
94
|
|
|
95
95
|
Please update the following components: %s
|
|
96
96
|
|
|
97
|
-
Learn more about this warning here: https://reactjs.org/link/legacy-context`,f)}finally{mn()}}})},
|
|
97
|
+
Learn more about this warning here: https://reactjs.org/link/legacy-context`,f)}finally{mn()}}})},ll.discardPendingWarnings=function(){Km=[],jm=[],Hm=[],Wm=[],Gm=[],Ym=[],Wb=new Map}}var k_,x_,__,E_,C_,TD=function(e,t){};k_=!1,x_=!1,__={},E_={},C_={},TD=function(e,t){if(!(e===null||typeof e!="object")&&!(!e._store||e._store.validated||e.key!=null)){if(typeof e._store!="object")throw new Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");e._store.validated=!0;var a=pt(t)||"Component";E_[a]||(E_[a]=!0,p('Each child in a list should have a unique "key" prop. See https://reactjs.org/link/warning-keys for more information.'))}};function Iz(e){return e.prototype&&e.prototype.isReactComponent}function qm(e,t,a){var s=a.ref;if(s!==null&&typeof s!="function"&&typeof s!="object"){if((e.mode&Wt||ge)&&!(a._owner&&a._self&&a._owner.stateNode!==a._self)&&!(a._owner&&a._owner.tag!==E)&&!(typeof a.type=="function"&&!Iz(a.type))&&a._owner){var f=pt(e)||"Component";__[f]||(p('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',f,s),__[f]=!0)}if(a._owner){var h=a._owner,k;if(h){var w=h;if(w.tag!==E)throw new Error("Function components cannot have string refs. We recommend using useRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref");k=w.stateNode}if(!k)throw new Error("Missing owner for string ref "+s+". This error is likely caused by a bug in React. Please file an issue.");var D=k;ei(s,"ref");var M=""+s;if(t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===M)return t.ref;var O=function(Q){var Y=D.refs;Q===null?delete Y[M]:Y[M]=Q};return O._stringRef=M,O}else{if(typeof s!="string")throw new Error("Expected ref to be a function, a string, an object returned by React.createRef(), or null.");if(!a._owner)throw new Error("Element ref was specified as a string ("+s+`) but no owner was set. This could happen for one of the following reasons:
|
|
98
98
|
1. You may be adding a ref to a function component
|
|
99
99
|
2. You may be adding a ref to a component that was not created inside a component's render method
|
|
100
100
|
3. You have multiple copies of React loaded
|
|
101
|
-
See https://reactjs.org/link/refs-must-have-owner for more information.`)}}return s}function Gb(e,t){var a=Object.prototype.toString.call(t);throw new Error("Objects are not valid as a React child (found: "+(a==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":a)+"). If you meant to render a collection of children, use an array instead.")}function Yb(e){{var t=pt(e)||"Component";if(C_[t])return;C_[t]=!0,p("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}}function D8(e){var t=e._payload,a=e._init;return a(t)}function P8(e){function t(ne,me){if(e){var ie=ne.deletions;ie===null?(ne.deletions=[me],ne.flags|=Lr):ie.push(me)}}function a(ne,me){if(!e)return null;for(var ie=me;ie!==null;)t(ne,ie),ie=ie.sibling;return null}function s(ne,me){for(var ie=new Map,Te=me;Te!==null;)Te.key!==null?ie.set(Te.key,Te):ie.set(Te.index,Te),Te=Te.sibling;return ie}function f(ne,me){var ie=ed(ne,me);return ie.index=0,ie.sibling=null,ie}function h(ne,me,ie){if(ne.index=ie,!e)return ne.flags|=xo,me;var Te=ne.alternate;if(Te!==null){var Ue=Te.index;return Ue<me?(ne.flags|=un,me):Ue}else return ne.flags|=un,me}function k(ne){return e&&ne.alternate===null&&(ne.flags|=un),ne}function w(ne,me,ie,Te){if(me===null||me.tag!==N){var Ue=b3(ie,ne.mode,Te);return Ue.return=ne,Ue}else{var Re=f(me,ie);return Re.return=ne,Re}}function D(ne,me,ie,Te){var Ue=ie.type;if(Ue===Tu)return O(ne,me,ie.props.children,Te,ie.key);if(me!==null&&(me.elementType===Ue||A7(me,ie)||typeof Ue=="object"&&Ue!==null&&Ue.$$typeof===yi&&D8(Ue)===me.type)){var Re=f(me,ie.props);return Re.ref=qm(ne,me,ie),Re.return=ne,Re._debugSource=ie._source,Re._debugOwner=ie._owner,Re}var lt=y3(ie,ne.mode,Te);return lt.ref=qm(ne,me,ie),lt.return=ne,lt}function M(ne,me,ie,Te){if(me===null||me.tag!==T||me.stateNode.containerInfo!==ie.containerInfo||me.stateNode.implementation!==ie.implementation){var Ue=k3(ie,ne.mode,Te);return Ue.return=ne,Ue}else{var Re=f(me,ie.children||[]);return Re.return=ne,Re}}function O(ne,me,ie,Te,Ue){if(me===null||me.tag!==L){var Re=ks(ie,ne.mode,Te,Ue);return Re.return=ne,Re}else{var lt=f(me,ie);return lt.return=ne,lt}}function Q(ne,me,ie){if(typeof me=="string"&&me!==""||typeof me=="number"){var Te=b3(""+me,ne.mode,ie);return Te.return=ne,Te}if(typeof me=="object"&&me!==null){switch(me.$$typeof){case El:{var Ue=y3(me,ne.mode,ie);return Ue.ref=qm(ne,null,me),Ue.return=ne,Ue}case Xr:{var Re=k3(me,ne.mode,ie);return Re.return=ne,Re}case yi:{var lt=me._payload,ct=me._init;return Q(ne,ct(lt),ie)}}if(ni(me)||Qt(me)){var Yt=ks(me,ne.mode,ie,null);return Yt.return=ne,Yt}Gb(ne,me)}return typeof me=="function"&&Yb(ne),null}function Y(ne,me,ie,Te){var Ue=me!==null?me.key:null;if(typeof ie=="string"&&ie!==""||typeof ie=="number")return Ue!==null?null:w(ne,me,""+ie,Te);if(typeof ie=="object"&&ie!==null){switch(ie.$$typeof){case El:return ie.key===Ue?D(ne,me,ie,Te):null;case Xr:return ie.key===Ue?M(ne,me,ie,Te):null;case yi:{var Re=ie._payload,lt=ie._init;return Y(ne,me,lt(Re),Te)}}if(ni(ie)||Qt(ie))return Ue!==null?null:O(ne,me,ie,Te,null);Gb(ne,ie)}return typeof ie=="function"&&Yb(ne),null}function ue(ne,me,ie,Te,Ue){if(typeof Te=="string"&&Te!==""||typeof Te=="number"){var Re=ne.get(ie)||null;return w(me,Re,""+Te,Ue)}if(typeof Te=="object"&&Te!==null){switch(Te.$$typeof){case El:{var lt=ne.get(Te.key===null?ie:Te.key)||null;return D(me,lt,Te,Ue)}case Xr:{var ct=ne.get(Te.key===null?ie:Te.key)||null;return M(me,ct,Te,Ue)}case yi:var Yt=Te._payload,Lt=Te._init;return ue(ne,me,ie,Lt(Yt),Ue)}if(ni(Te)||Qt(Te)){var jn=ne.get(ie)||null;return O(me,jn,Te,Ue,null)}Gb(me,Te)}return typeof Te=="function"&&Yb(me),null}function ce(ne,me,ie){{if(typeof ne!="object"||ne===null)return me;switch(ne.$$typeof){case El:case Xr:T8(ne,ie);var Te=ne.key;if(typeof Te!="string")break;if(me===null){me=new Set,me.add(Te);break}if(!me.has(Te)){me.add(Te);break}p("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.",Te);break;case yi:var Ue=ne._payload,Re=ne._init;ce(Re(Ue),me,ie);break}}return me}function ve(ne,me,ie,Te){for(var Ue=null,Re=0;Re<ie.length;Re++){var lt=ie[Re];Ue=ce(lt,Ue,ne)}for(var ct=null,Yt=null,Lt=me,jn=0,Mt=0,Fn=null;Lt!==null&&Mt<ie.length;Mt++){Lt.index>Mt?(Fn=Lt,Lt=null):Fn=Lt.sibling;var ur=Y(ne,Lt,ie[Mt],Te);if(ur===null){Lt===null&&(Lt=Fn);break}e&&Lt&&ur.alternate===null&&t(ne,Lt),jn=h(ur,jn,Mt),Yt===null?ct=ur:Yt.sibling=ur,Yt=ur,Lt=Fn}if(Mt===ie.length){if(a(ne,Lt),Oi()){var Vi=Mt;Uc(ne,Vi)}return ct}if(Lt===null){for(;Mt<ie.length;Mt++){var so=Q(ne,ie[Mt],Te);so!==null&&(jn=h(so,jn,Mt),Yt===null?ct=so:Yt.sibling=so,Yt=so)}if(Oi()){var kr=Mt;Uc(ne,kr)}return ct}for(var xr=s(ne,Lt);Mt<ie.length;Mt++){var sr=ue(xr,ne,Mt,ie[Mt],Te);sr!==null&&(e&&sr.alternate!==null&&xr.delete(sr.key===null?Mt:sr.key),jn=h(sr,jn,Mt),Yt===null?ct=sr:Yt.sibling=sr,Yt=sr)}if(e&&xr.forEach(function(Dp){return t(ne,Dp)}),Oi()){var uu=Mt;Uc(ne,uu)}return ct}function Oe(ne,me,ie,Te){var Ue=Qt(ie);if(typeof Ue!="function")throw new Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");{typeof Symbol=="function"&&ie[Symbol.toStringTag]==="Generator"&&(x_||p("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),x_=!0),ie.entries===Ue&&(k_||p("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),k_=!0);var Re=Ue.call(ie);if(Re)for(var lt=null,ct=Re.next();!ct.done;ct=Re.next()){var Yt=ct.value;lt=ce(Yt,lt,ne)}}var Lt=Ue.call(ie);if(Lt==null)throw new Error("An iterable object provided no iterator.");for(var jn=null,Mt=null,Fn=me,ur=0,Vi=0,so=null,kr=Lt.next();Fn!==null&&!kr.done;Vi++,kr=Lt.next()){Fn.index>Vi?(so=Fn,Fn=null):so=Fn.sibling;var xr=Y(ne,Fn,kr.value,Te);if(xr===null){Fn===null&&(Fn=so);break}e&&Fn&&xr.alternate===null&&t(ne,Fn),ur=h(xr,ur,Vi),Mt===null?jn=xr:Mt.sibling=xr,Mt=xr,Fn=so}if(kr.done){if(a(ne,Fn),Oi()){var sr=Vi;Uc(ne,sr)}return jn}if(Fn===null){for(;!kr.done;Vi++,kr=Lt.next()){var uu=Q(ne,kr.value,Te);uu!==null&&(ur=h(uu,ur,Vi),Mt===null?jn=uu:Mt.sibling=uu,Mt=uu)}if(Oi()){var Dp=Vi;Uc(ne,Dp)}return jn}for(var Th=s(ne,Fn);!kr.done;Vi++,kr=Lt.next()){var na=ue(Th,ne,Vi,kr.value,Te);na!==null&&(e&&na.alternate!==null&&Th.delete(na.key===null?Vi:na.key),ur=h(na,ur,Vi),Mt===null?jn=na:Mt.sibling=na,Mt=na)}if(e&&Th.forEach(function(dV){return t(ne,dV)}),Oi()){var cV=Vi;Uc(ne,cV)}return jn}function tt(ne,me,ie,Te){if(me!==null&&me.tag===N){a(ne,me.sibling);var Ue=f(me,ie);return Ue.return=ne,Ue}a(ne,me);var Re=b3(ie,ne.mode,Te);return Re.return=ne,Re}function Qe(ne,me,ie,Te){for(var Ue=ie.key,Re=me;Re!==null;){if(Re.key===Ue){var lt=ie.type;if(lt===Tu){if(Re.tag===L){a(ne,Re.sibling);var ct=f(Re,ie.props.children);return ct.return=ne,ct._debugSource=ie._source,ct._debugOwner=ie._owner,ct}}else if(Re.elementType===lt||A7(Re,ie)||typeof lt=="object"&<!==null&<.$$typeof===yi&&D8(lt)===Re.type){a(ne,Re.sibling);var Yt=f(Re,ie.props);return Yt.ref=qm(ne,Re,ie),Yt.return=ne,Yt._debugSource=ie._source,Yt._debugOwner=ie._owner,Yt}a(ne,Re);break}else t(ne,Re);Re=Re.sibling}if(ie.type===Tu){var Lt=ks(ie.props.children,ne.mode,Te,ie.key);return Lt.return=ne,Lt}else{var jn=y3(ie,ne.mode,Te);return jn.ref=qm(ne,me,ie),jn.return=ne,jn}}function St(ne,me,ie,Te){for(var Ue=ie.key,Re=me;Re!==null;){if(Re.key===Ue)if(Re.tag===T&&Re.stateNode.containerInfo===ie.containerInfo&&Re.stateNode.implementation===ie.implementation){a(ne,Re.sibling);var lt=f(Re,ie.children||[]);return lt.return=ne,lt}else{a(ne,Re);break}else t(ne,Re);Re=Re.sibling}var ct=k3(ie,ne.mode,Te);return ct.return=ne,ct}function xt(ne,me,ie,Te){var Ue=typeof ie=="object"&&ie!==null&&ie.type===Tu&&ie.key===null;if(Ue&&(ie=ie.props.children),typeof ie=="object"&&ie!==null){switch(ie.$$typeof){case El:return k(Qe(ne,me,ie,Te));case Xr:return k(St(ne,me,ie,Te));case yi:var Re=ie._payload,lt=ie._init;return xt(ne,me,lt(Re),Te)}if(ni(ie))return ve(ne,me,ie,Te);if(Qt(ie))return Oe(ne,me,ie,Te);Gb(ne,ie)}return typeof ie=="string"&&ie!==""||typeof ie=="number"?k(tt(ne,me,""+ie,Te)):(typeof ie=="function"&&Yb(ne),a(ne,me))}return xt}var cp=P8(!0),$8=P8(!1);function Bz(e,t){if(e!==null&&t.child!==e.child)throw new Error("Resuming work not yet implemented.");if(t.child!==null){var a=t.child,s=ed(a,a.pendingProps);for(t.child=s,s.return=t;a.sibling!==null;)a=a.sibling,s=s.sibling=ed(a,a.pendingProps),s.return=t;s.sibling=null}}function Uz(e,t){for(var a=e.child;a!==null;)DU(a,t),a=a.sibling}var w_=ls(null),S_;S_={};var qb=null,dp=null,T_=null,Qb=!1;function Xb(){qb=null,dp=null,T_=null,Qb=!1}function N8(){Qb=!0}function L8(){Qb=!1}function M8(e,t,a){lr(w_,t._currentValue,e),t._currentValue=a,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==S_&&p("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=S_}function D_(e,t){var a=w_.current;or(w_,t),e._currentValue=a}function P_(e,t,a){for(var s=e;s!==null;){var f=s.alternate;if(ja(s.childLanes,t)?f!==null&&!ja(f.childLanes,t)&&(f.childLanes=vt(f.childLanes,t)):(s.childLanes=vt(s.childLanes,t),f!==null&&(f.childLanes=vt(f.childLanes,t))),s===a)break;s=s.return}s!==a&&p("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue.")}function Vz(e,t,a){Kz(e,t,a)}function Kz(e,t,a){var s=e.child;for(s!==null&&(s.return=e);s!==null;){var f=void 0,h=s.dependencies;if(h!==null){f=s.child;for(var k=h.firstContext;k!==null;){if(k.context===t){if(s.tag===E){var w=yc(a),D=nu(Xt,w);D.tag=Jb;var M=s.updateQueue;if(M!==null){var O=M.shared,Q=O.pending;Q===null?D.next=D:(D.next=Q.next,Q.next=D),O.pending=D}}s.lanes=vt(s.lanes,a);var Y=s.alternate;Y!==null&&(Y.lanes=vt(Y.lanes,a)),P_(s.return,a,e),h.lanes=vt(h.lanes,a);break}k=k.next}}else if(s.tag===B)f=s.type===e.type?null:s.child;else if(s.tag===fe){var ue=s.return;if(ue===null)throw new Error("We just came from a parent so we must have had a parent. This is a bug in React.");ue.lanes=vt(ue.lanes,a);var ce=ue.alternate;ce!==null&&(ce.lanes=vt(ce.lanes,a)),P_(ue,a,e),f=s.sibling}else f=s.child;if(f!==null)f.return=s;else for(f=s;f!==null;){if(f===e){f=null;break}var ve=f.sibling;if(ve!==null){ve.return=f.return,f=ve;break}f=f.return}s=f}}function fp(e,t){qb=e,dp=null,T_=null;var a=e.dependencies;if(a!==null){var s=a.firstContext;s!==null&&(tr(a.lanes,t)&&ch(),a.firstContext=null)}}function Jn(e){Qb&&p("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");var t=e._currentValue;if(T_!==e){var a={context:e,memoizedValue:t,next:null};if(dp===null){if(qb===null)throw new Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");dp=a,qb.dependencies={lanes:xe,firstContext:a}}else dp=dp.next=a}return t}var Wc=null;function $_(e){Wc===null?Wc=[e]:Wc.push(e)}function jz(){if(Wc!==null){for(var e=0;e<Wc.length;e++){var t=Wc[e],a=t.interleaved;if(a!==null){t.interleaved=null;var s=a.next,f=t.pending;if(f!==null){var h=f.next;f.next=s,a.next=h}t.pending=a}}Wc=null}}function A8(e,t,a,s){var f=t.interleaved;return f===null?(a.next=a,$_(t)):(a.next=f.next,f.next=a),t.interleaved=a,Zb(e,s)}function Hz(e,t,a,s){var f=t.interleaved;f===null?(a.next=a,$_(t)):(a.next=f.next,f.next=a),t.interleaved=a}function Wz(e,t,a,s){var f=t.interleaved;return f===null?(a.next=a,$_(t)):(a.next=f.next,f.next=a),t.interleaved=a,Zb(e,s)}function Vr(e,t){return Zb(e,t)}var Gz=Zb;function Zb(e,t){e.lanes=vt(e.lanes,t);var a=e.alternate;a!==null&&(a.lanes=vt(a.lanes,t)),a===null&&(e.flags&(un|Qi))!==Ze&&$7(e);for(var s=e,f=e.return;f!==null;)f.childLanes=vt(f.childLanes,t),a=f.alternate,a!==null?a.childLanes=vt(a.childLanes,t):(f.flags&(un|Qi))!==Ze&&$7(e),s=f,f=f.return;if(s.tag===C){var h=s.stateNode;return h}else return null}var O8=0,F8=1,Jb=2,N_=3,e0=!1,L_,t0;L_=!1,t0=null;function M_(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:xe},effects:null};e.updateQueue=t}function R8(e,t){var a=t.updateQueue,s=e.updateQueue;if(a===s){var f={baseState:s.baseState,firstBaseUpdate:s.firstBaseUpdate,lastBaseUpdate:s.lastBaseUpdate,shared:s.shared,effects:s.effects};t.updateQueue=f}}function nu(e,t){var a={eventTime:e,lane:t,tag:O8,payload:null,callback:null,next:null};return a}function cs(e,t,a){var s=e.updateQueue;if(s===null)return null;var f=s.shared;if(t0===f&&!L_&&(p("An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback."),L_=!0),HB()){var h=f.pending;return h===null?t.next=t:(t.next=h.next,h.next=t),f.pending=t,Gz(e,a)}else return Wz(e,f,t,a)}function n0(e,t,a){var s=t.updateQueue;if(s!==null){var f=s.shared;if(um(a)){var h=f.lanes;h=cm(h,e.pendingLanes);var k=vt(h,a);f.lanes=k,zf(e,k)}}}function A_(e,t){var a=e.updateQueue,s=e.alternate;if(s!==null){var f=s.updateQueue;if(a===f){var h=null,k=null,w=a.firstBaseUpdate;if(w!==null){var D=w;do{var M={eventTime:D.eventTime,lane:D.lane,tag:D.tag,payload:D.payload,callback:D.callback,next:null};k===null?h=k=M:(k.next=M,k=M),D=D.next}while(D!==null);k===null?h=k=t:(k.next=t,k=t)}else h=k=t;a={baseState:f.baseState,firstBaseUpdate:h,lastBaseUpdate:k,shared:f.shared,effects:f.effects},e.updateQueue=a;return}}var O=a.lastBaseUpdate;O===null?a.firstBaseUpdate=t:O.next=t,a.lastBaseUpdate=t}function Yz(e,t,a,s,f,h){switch(a.tag){case F8:{var k=a.payload;if(typeof k=="function"){N8();var w=k.call(h,s,f);{if(e.mode&Wt){sn(!0);try{k.call(h,s,f)}finally{sn(!1)}}L8()}return w}return k}case N_:e.flags=e.flags&~qn|Xe;case O8:{var D=a.payload,M;if(typeof D=="function"){N8(),M=D.call(h,s,f);{if(e.mode&Wt){sn(!0);try{D.call(h,s,f)}finally{sn(!1)}}L8()}}else M=D;return M==null?s:_t({},s,M)}case Jb:return e0=!0,s}return s}function i0(e,t,a,s){var f=e.updateQueue;e0=!1,t0=f.shared;var h=f.firstBaseUpdate,k=f.lastBaseUpdate,w=f.shared.pending;if(w!==null){f.shared.pending=null;var D=w,M=D.next;D.next=null,k===null?h=M:k.next=M,k=D;var O=e.alternate;if(O!==null){var Q=O.updateQueue,Y=Q.lastBaseUpdate;Y!==k&&(Y===null?Q.firstBaseUpdate=M:Y.next=M,Q.lastBaseUpdate=D)}}if(h!==null){var ue=f.baseState,ce=xe,ve=null,Oe=null,tt=null,Qe=h;do{var St=Qe.lane,xt=Qe.eventTime;if(ja(s,St)){if(tt!==null){var me={eventTime:xt,lane:Dt,tag:Qe.tag,payload:Qe.payload,callback:Qe.callback,next:null};tt=tt.next=me}ue=Yz(e,f,Qe,ue,t,a);var ie=Qe.callback;if(ie!==null&&Qe.lane!==Dt){e.flags|=Zt;var Te=f.effects;Te===null?f.effects=[Qe]:Te.push(Qe)}}else{var ne={eventTime:xt,lane:St,tag:Qe.tag,payload:Qe.payload,callback:Qe.callback,next:null};tt===null?(Oe=tt=ne,ve=ue):tt=tt.next=ne,ce=vt(ce,St)}if(Qe=Qe.next,Qe===null){if(w=f.shared.pending,w===null)break;var Ue=w,Re=Ue.next;Ue.next=null,Qe=Re,f.lastBaseUpdate=Ue,f.shared.pending=null}}while(!0);tt===null&&(ve=ue),f.baseState=ve,f.firstBaseUpdate=Oe,f.lastBaseUpdate=tt;var lt=f.shared.interleaved;if(lt!==null){var ct=lt;do ce=vt(ce,ct.lane),ct=ct.next;while(ct!==lt)}else h===null&&(f.shared.lanes=xe);_h(ce),e.lanes=ce,e.memoizedState=ue}t0=null}function qz(e,t){if(typeof e!="function")throw new Error("Invalid argument passed as callback. Expected a function. Instead "+("received: "+e));e.call(t)}function z8(){e0=!1}function r0(){return e0}function I8(e,t,a){var s=t.effects;if(t.effects=null,s!==null)for(var f=0;f<s.length;f++){var h=s[f],k=h.callback;k!==null&&(h.callback=null,qz(k,a))}}var Qm={},ds=ls(Qm),Xm=ls(Qm),o0=ls(Qm);function l0(e){if(e===Qm)throw new Error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.");return e}function B8(){var e=l0(o0.current);return e}function O_(e,t){lr(o0,t,e),lr(Xm,e,e),lr(ds,Qm,e);var a=fR(t);or(ds,e),lr(ds,a,e)}function pp(e){or(ds,e),or(Xm,e),or(o0,e)}function F_(){var e=l0(ds.current);return e}function U8(e){l0(o0.current);var t=l0(ds.current),a=pR(t,e.type);t!==a&&(lr(Xm,e,e),lr(ds,a,e))}function R_(e){Xm.current===e&&(or(ds,e),or(Xm,e))}var Qz=0,V8=1,K8=1,Zm=2,ll=ls(Qz);function z_(e,t){return(e&t)!==0}function vp(e){return e&V8}function I_(e,t){return e&V8|t}function Xz(e,t){return e|t}function fs(e,t){lr(ll,t,e)}function mp(e){or(ll,e)}function Zz(e,t){var a=e.memoizedState;return a!==null?a.dehydrated!==null:(e.memoizedProps,!0)}function a0(e){for(var t=e;t!==null;){if(t.tag===U){var a=t.memoizedState;if(a!==null){var s=a.dehydrated;if(s===null||l8(s)||i_(s))return t}}else if(t.tag===R&&t.memoizedProps.revealOrder!==void 0){var f=(t.flags&Xe)!==Ze;if(f)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)return null;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Kr=0,ai=1,ql=2,ui=4,Fi=8,B_=[];function U_(){for(var e=0;e<B_.length;e++){var t=B_[e];t._workInProgressVersionPrimary=null}B_.length=0}function Jz(e,t){var a=t._getVersion,s=a(t._source);e.mutableSourceEagerHydrationData==null?e.mutableSourceEagerHydrationData=[t,s]:e.mutableSourceEagerHydrationData.push(t,s)}var Ie=o.ReactCurrentDispatcher,Jm=o.ReactCurrentBatchConfig,V_,hp;V_=new Set;var Gc=xe,Gt=null,si=null,ci=null,u0=!1,eh=!1,th=0,eI=0,tI=25,ye=null,Ao=null,ps=-1,K_=!1;function It(){{var e=ye;Ao===null?Ao=[e]:Ao.push(e)}}function Le(){{var e=ye;Ao!==null&&(ps++,Ao[ps]!==e&&nI(e))}}function gp(e){e!=null&&!ni(e)&&p("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",ye,typeof e)}function nI(e){{var t=pt(Gt);if(!V_.has(t)&&(V_.add(t),Ao!==null)){for(var a="",s=30,f=0;f<=ps;f++){for(var h=Ao[f],k=f===ps?e:h,w=f+1+". "+h;w.length<s;)w+=" ";w+=k+`
|
|
101
|
+
See https://reactjs.org/link/refs-must-have-owner for more information.`)}}return s}function Gb(e,t){var a=Object.prototype.toString.call(t);throw new Error("Objects are not valid as a React child (found: "+(a==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":a)+"). If you meant to render a collection of children, use an array instead.")}function Yb(e){{var t=pt(e)||"Component";if(C_[t])return;C_[t]=!0,p("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}}function DD(e){var t=e._payload,a=e._init;return a(t)}function PD(e){function t(ne,me){if(e){var ie=ne.deletions;ie===null?(ne.deletions=[me],ne.flags|=Lr):ie.push(me)}}function a(ne,me){if(!e)return null;for(var ie=me;ie!==null;)t(ne,ie),ie=ie.sibling;return null}function s(ne,me){for(var ie=new Map,Te=me;Te!==null;)Te.key!==null?ie.set(Te.key,Te):ie.set(Te.index,Te),Te=Te.sibling;return ie}function f(ne,me){var ie=ed(ne,me);return ie.index=0,ie.sibling=null,ie}function h(ne,me,ie){if(ne.index=ie,!e)return ne.flags|=xo,me;var Te=ne.alternate;if(Te!==null){var Ue=Te.index;return Ue<me?(ne.flags|=un,me):Ue}else return ne.flags|=un,me}function k(ne){return e&&ne.alternate===null&&(ne.flags|=un),ne}function w(ne,me,ie,Te){if(me===null||me.tag!==N){var Ue=b3(ie,ne.mode,Te);return Ue.return=ne,Ue}else{var Re=f(me,ie);return Re.return=ne,Re}}function D(ne,me,ie,Te){var Ue=ie.type;if(Ue===Tu)return O(ne,me,ie.props.children,Te,ie.key);if(me!==null&&(me.elementType===Ue||A7(me,ie)||typeof Ue=="object"&&Ue!==null&&Ue.$$typeof===yi&&DD(Ue)===me.type)){var Re=f(me,ie.props);return Re.ref=qm(ne,me,ie),Re.return=ne,Re._debugSource=ie._source,Re._debugOwner=ie._owner,Re}var lt=y3(ie,ne.mode,Te);return lt.ref=qm(ne,me,ie),lt.return=ne,lt}function M(ne,me,ie,Te){if(me===null||me.tag!==T||me.stateNode.containerInfo!==ie.containerInfo||me.stateNode.implementation!==ie.implementation){var Ue=k3(ie,ne.mode,Te);return Ue.return=ne,Ue}else{var Re=f(me,ie.children||[]);return Re.return=ne,Re}}function O(ne,me,ie,Te,Ue){if(me===null||me.tag!==L){var Re=ks(ie,ne.mode,Te,Ue);return Re.return=ne,Re}else{var lt=f(me,ie);return lt.return=ne,lt}}function Q(ne,me,ie){if(typeof me=="string"&&me!==""||typeof me=="number"){var Te=b3(""+me,ne.mode,ie);return Te.return=ne,Te}if(typeof me=="object"&&me!==null){switch(me.$$typeof){case Cl:{var Ue=y3(me,ne.mode,ie);return Ue.ref=qm(ne,null,me),Ue.return=ne,Ue}case Xr:{var Re=k3(me,ne.mode,ie);return Re.return=ne,Re}case yi:{var lt=me._payload,ct=me._init;return Q(ne,ct(lt),ie)}}if(ni(me)||Qt(me)){var Yt=ks(me,ne.mode,ie,null);return Yt.return=ne,Yt}Gb(ne,me)}return typeof me=="function"&&Yb(ne),null}function Y(ne,me,ie,Te){var Ue=me!==null?me.key:null;if(typeof ie=="string"&&ie!==""||typeof ie=="number")return Ue!==null?null:w(ne,me,""+ie,Te);if(typeof ie=="object"&&ie!==null){switch(ie.$$typeof){case Cl:return ie.key===Ue?D(ne,me,ie,Te):null;case Xr:return ie.key===Ue?M(ne,me,ie,Te):null;case yi:{var Re=ie._payload,lt=ie._init;return Y(ne,me,lt(Re),Te)}}if(ni(ie)||Qt(ie))return Ue!==null?null:O(ne,me,ie,Te,null);Gb(ne,ie)}return typeof ie=="function"&&Yb(ne),null}function ue(ne,me,ie,Te,Ue){if(typeof Te=="string"&&Te!==""||typeof Te=="number"){var Re=ne.get(ie)||null;return w(me,Re,""+Te,Ue)}if(typeof Te=="object"&&Te!==null){switch(Te.$$typeof){case Cl:{var lt=ne.get(Te.key===null?ie:Te.key)||null;return D(me,lt,Te,Ue)}case Xr:{var ct=ne.get(Te.key===null?ie:Te.key)||null;return M(me,ct,Te,Ue)}case yi:var Yt=Te._payload,Lt=Te._init;return ue(ne,me,ie,Lt(Yt),Ue)}if(ni(Te)||Qt(Te)){var jn=ne.get(ie)||null;return O(me,jn,Te,Ue,null)}Gb(me,Te)}return typeof Te=="function"&&Yb(me),null}function ce(ne,me,ie){{if(typeof ne!="object"||ne===null)return me;switch(ne.$$typeof){case Cl:case Xr:TD(ne,ie);var Te=ne.key;if(typeof Te!="string")break;if(me===null){me=new Set,me.add(Te);break}if(!me.has(Te)){me.add(Te);break}p("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.",Te);break;case yi:var Ue=ne._payload,Re=ne._init;ce(Re(Ue),me,ie);break}}return me}function ve(ne,me,ie,Te){for(var Ue=null,Re=0;Re<ie.length;Re++){var lt=ie[Re];Ue=ce(lt,Ue,ne)}for(var ct=null,Yt=null,Lt=me,jn=0,Mt=0,Fn=null;Lt!==null&&Mt<ie.length;Mt++){Lt.index>Mt?(Fn=Lt,Lt=null):Fn=Lt.sibling;var ur=Y(ne,Lt,ie[Mt],Te);if(ur===null){Lt===null&&(Lt=Fn);break}e&&Lt&&ur.alternate===null&&t(ne,Lt),jn=h(ur,jn,Mt),Yt===null?ct=ur:Yt.sibling=ur,Yt=ur,Lt=Fn}if(Mt===ie.length){if(a(ne,Lt),Oi()){var Vi=Mt;Uc(ne,Vi)}return ct}if(Lt===null){for(;Mt<ie.length;Mt++){var so=Q(ne,ie[Mt],Te);so!==null&&(jn=h(so,jn,Mt),Yt===null?ct=so:Yt.sibling=so,Yt=so)}if(Oi()){var kr=Mt;Uc(ne,kr)}return ct}for(var xr=s(ne,Lt);Mt<ie.length;Mt++){var sr=ue(xr,ne,Mt,ie[Mt],Te);sr!==null&&(e&&sr.alternate!==null&&xr.delete(sr.key===null?Mt:sr.key),jn=h(sr,jn,Mt),Yt===null?ct=sr:Yt.sibling=sr,Yt=sr)}if(e&&xr.forEach(function(Dp){return t(ne,Dp)}),Oi()){var uu=Mt;Uc(ne,uu)}return ct}function Oe(ne,me,ie,Te){var Ue=Qt(ie);if(typeof Ue!="function")throw new Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");{typeof Symbol=="function"&&ie[Symbol.toStringTag]==="Generator"&&(x_||p("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),x_=!0),ie.entries===Ue&&(k_||p("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),k_=!0);var Re=Ue.call(ie);if(Re)for(var lt=null,ct=Re.next();!ct.done;ct=Re.next()){var Yt=ct.value;lt=ce(Yt,lt,ne)}}var Lt=Ue.call(ie);if(Lt==null)throw new Error("An iterable object provided no iterator.");for(var jn=null,Mt=null,Fn=me,ur=0,Vi=0,so=null,kr=Lt.next();Fn!==null&&!kr.done;Vi++,kr=Lt.next()){Fn.index>Vi?(so=Fn,Fn=null):so=Fn.sibling;var xr=Y(ne,Fn,kr.value,Te);if(xr===null){Fn===null&&(Fn=so);break}e&&Fn&&xr.alternate===null&&t(ne,Fn),ur=h(xr,ur,Vi),Mt===null?jn=xr:Mt.sibling=xr,Mt=xr,Fn=so}if(kr.done){if(a(ne,Fn),Oi()){var sr=Vi;Uc(ne,sr)}return jn}if(Fn===null){for(;!kr.done;Vi++,kr=Lt.next()){var uu=Q(ne,kr.value,Te);uu!==null&&(ur=h(uu,ur,Vi),Mt===null?jn=uu:Mt.sibling=uu,Mt=uu)}if(Oi()){var Dp=Vi;Uc(ne,Dp)}return jn}for(var Th=s(ne,Fn);!kr.done;Vi++,kr=Lt.next()){var ia=ue(Th,ne,Vi,kr.value,Te);ia!==null&&(e&&ia.alternate!==null&&Th.delete(ia.key===null?Vi:ia.key),ur=h(ia,ur,Vi),Mt===null?jn=ia:Mt.sibling=ia,Mt=ia)}if(e&&Th.forEach(function(dV){return t(ne,dV)}),Oi()){var cV=Vi;Uc(ne,cV)}return jn}function tt(ne,me,ie,Te){if(me!==null&&me.tag===N){a(ne,me.sibling);var Ue=f(me,ie);return Ue.return=ne,Ue}a(ne,me);var Re=b3(ie,ne.mode,Te);return Re.return=ne,Re}function Qe(ne,me,ie,Te){for(var Ue=ie.key,Re=me;Re!==null;){if(Re.key===Ue){var lt=ie.type;if(lt===Tu){if(Re.tag===L){a(ne,Re.sibling);var ct=f(Re,ie.props.children);return ct.return=ne,ct._debugSource=ie._source,ct._debugOwner=ie._owner,ct}}else if(Re.elementType===lt||A7(Re,ie)||typeof lt=="object"&<!==null&<.$$typeof===yi&&DD(lt)===Re.type){a(ne,Re.sibling);var Yt=f(Re,ie.props);return Yt.ref=qm(ne,Re,ie),Yt.return=ne,Yt._debugSource=ie._source,Yt._debugOwner=ie._owner,Yt}a(ne,Re);break}else t(ne,Re);Re=Re.sibling}if(ie.type===Tu){var Lt=ks(ie.props.children,ne.mode,Te,ie.key);return Lt.return=ne,Lt}else{var jn=y3(ie,ne.mode,Te);return jn.ref=qm(ne,me,ie),jn.return=ne,jn}}function St(ne,me,ie,Te){for(var Ue=ie.key,Re=me;Re!==null;){if(Re.key===Ue)if(Re.tag===T&&Re.stateNode.containerInfo===ie.containerInfo&&Re.stateNode.implementation===ie.implementation){a(ne,Re.sibling);var lt=f(Re,ie.children||[]);return lt.return=ne,lt}else{a(ne,Re);break}else t(ne,Re);Re=Re.sibling}var ct=k3(ie,ne.mode,Te);return ct.return=ne,ct}function xt(ne,me,ie,Te){var Ue=typeof ie=="object"&&ie!==null&&ie.type===Tu&&ie.key===null;if(Ue&&(ie=ie.props.children),typeof ie=="object"&&ie!==null){switch(ie.$$typeof){case Cl:return k(Qe(ne,me,ie,Te));case Xr:return k(St(ne,me,ie,Te));case yi:var Re=ie._payload,lt=ie._init;return xt(ne,me,lt(Re),Te)}if(ni(ie))return ve(ne,me,ie,Te);if(Qt(ie))return Oe(ne,me,ie,Te);Gb(ne,ie)}return typeof ie=="string"&&ie!==""||typeof ie=="number"?k(tt(ne,me,""+ie,Te)):(typeof ie=="function"&&Yb(ne),a(ne,me))}return xt}var cp=PD(!0),$D=PD(!1);function Bz(e,t){if(e!==null&&t.child!==e.child)throw new Error("Resuming work not yet implemented.");if(t.child!==null){var a=t.child,s=ed(a,a.pendingProps);for(t.child=s,s.return=t;a.sibling!==null;)a=a.sibling,s=s.sibling=ed(a,a.pendingProps),s.return=t;s.sibling=null}}function Uz(e,t){for(var a=e.child;a!==null;)DU(a,t),a=a.sibling}var w_=ls(null),S_;S_={};var qb=null,dp=null,T_=null,Qb=!1;function Xb(){qb=null,dp=null,T_=null,Qb=!1}function ND(){Qb=!0}function LD(){Qb=!1}function MD(e,t,a){lr(w_,t._currentValue,e),t._currentValue=a,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==S_&&p("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=S_}function D_(e,t){var a=w_.current;or(w_,t),e._currentValue=a}function P_(e,t,a){for(var s=e;s!==null;){var f=s.alternate;if(ja(s.childLanes,t)?f!==null&&!ja(f.childLanes,t)&&(f.childLanes=vt(f.childLanes,t)):(s.childLanes=vt(s.childLanes,t),f!==null&&(f.childLanes=vt(f.childLanes,t))),s===a)break;s=s.return}s!==a&&p("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue.")}function Vz(e,t,a){Kz(e,t,a)}function Kz(e,t,a){var s=e.child;for(s!==null&&(s.return=e);s!==null;){var f=void 0,h=s.dependencies;if(h!==null){f=s.child;for(var k=h.firstContext;k!==null;){if(k.context===t){if(s.tag===E){var w=yc(a),D=nu(Xt,w);D.tag=Jb;var M=s.updateQueue;if(M!==null){var O=M.shared,Q=O.pending;Q===null?D.next=D:(D.next=Q.next,Q.next=D),O.pending=D}}s.lanes=vt(s.lanes,a);var Y=s.alternate;Y!==null&&(Y.lanes=vt(Y.lanes,a)),P_(s.return,a,e),h.lanes=vt(h.lanes,a);break}k=k.next}}else if(s.tag===B)f=s.type===e.type?null:s.child;else if(s.tag===fe){var ue=s.return;if(ue===null)throw new Error("We just came from a parent so we must have had a parent. This is a bug in React.");ue.lanes=vt(ue.lanes,a);var ce=ue.alternate;ce!==null&&(ce.lanes=vt(ce.lanes,a)),P_(ue,a,e),f=s.sibling}else f=s.child;if(f!==null)f.return=s;else for(f=s;f!==null;){if(f===e){f=null;break}var ve=f.sibling;if(ve!==null){ve.return=f.return,f=ve;break}f=f.return}s=f}}function fp(e,t){qb=e,dp=null,T_=null;var a=e.dependencies;if(a!==null){var s=a.firstContext;s!==null&&(tr(a.lanes,t)&&ch(),a.firstContext=null)}}function Jn(e){Qb&&p("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");var t=e._currentValue;if(T_!==e){var a={context:e,memoizedValue:t,next:null};if(dp===null){if(qb===null)throw new Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");dp=a,qb.dependencies={lanes:xe,firstContext:a}}else dp=dp.next=a}return t}var Wc=null;function $_(e){Wc===null?Wc=[e]:Wc.push(e)}function jz(){if(Wc!==null){for(var e=0;e<Wc.length;e++){var t=Wc[e],a=t.interleaved;if(a!==null){t.interleaved=null;var s=a.next,f=t.pending;if(f!==null){var h=f.next;f.next=s,a.next=h}t.pending=a}}Wc=null}}function AD(e,t,a,s){var f=t.interleaved;return f===null?(a.next=a,$_(t)):(a.next=f.next,f.next=a),t.interleaved=a,Zb(e,s)}function Hz(e,t,a,s){var f=t.interleaved;f===null?(a.next=a,$_(t)):(a.next=f.next,f.next=a),t.interleaved=a}function Wz(e,t,a,s){var f=t.interleaved;return f===null?(a.next=a,$_(t)):(a.next=f.next,f.next=a),t.interleaved=a,Zb(e,s)}function Vr(e,t){return Zb(e,t)}var Gz=Zb;function Zb(e,t){e.lanes=vt(e.lanes,t);var a=e.alternate;a!==null&&(a.lanes=vt(a.lanes,t)),a===null&&(e.flags&(un|Qi))!==Ze&&$7(e);for(var s=e,f=e.return;f!==null;)f.childLanes=vt(f.childLanes,t),a=f.alternate,a!==null?a.childLanes=vt(a.childLanes,t):(f.flags&(un|Qi))!==Ze&&$7(e),s=f,f=f.return;if(s.tag===C){var h=s.stateNode;return h}else return null}var OD=0,FD=1,Jb=2,N_=3,e0=!1,L_,t0;L_=!1,t0=null;function M_(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:xe},effects:null};e.updateQueue=t}function RD(e,t){var a=t.updateQueue,s=e.updateQueue;if(a===s){var f={baseState:s.baseState,firstBaseUpdate:s.firstBaseUpdate,lastBaseUpdate:s.lastBaseUpdate,shared:s.shared,effects:s.effects};t.updateQueue=f}}function nu(e,t){var a={eventTime:e,lane:t,tag:OD,payload:null,callback:null,next:null};return a}function cs(e,t,a){var s=e.updateQueue;if(s===null)return null;var f=s.shared;if(t0===f&&!L_&&(p("An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback."),L_=!0),HB()){var h=f.pending;return h===null?t.next=t:(t.next=h.next,h.next=t),f.pending=t,Gz(e,a)}else return Wz(e,f,t,a)}function n0(e,t,a){var s=t.updateQueue;if(s!==null){var f=s.shared;if(um(a)){var h=f.lanes;h=cm(h,e.pendingLanes);var k=vt(h,a);f.lanes=k,zf(e,k)}}}function A_(e,t){var a=e.updateQueue,s=e.alternate;if(s!==null){var f=s.updateQueue;if(a===f){var h=null,k=null,w=a.firstBaseUpdate;if(w!==null){var D=w;do{var M={eventTime:D.eventTime,lane:D.lane,tag:D.tag,payload:D.payload,callback:D.callback,next:null};k===null?h=k=M:(k.next=M,k=M),D=D.next}while(D!==null);k===null?h=k=t:(k.next=t,k=t)}else h=k=t;a={baseState:f.baseState,firstBaseUpdate:h,lastBaseUpdate:k,shared:f.shared,effects:f.effects},e.updateQueue=a;return}}var O=a.lastBaseUpdate;O===null?a.firstBaseUpdate=t:O.next=t,a.lastBaseUpdate=t}function Yz(e,t,a,s,f,h){switch(a.tag){case FD:{var k=a.payload;if(typeof k=="function"){ND();var w=k.call(h,s,f);{if(e.mode&Wt){sn(!0);try{k.call(h,s,f)}finally{sn(!1)}}LD()}return w}return k}case N_:e.flags=e.flags&~qn|Xe;case OD:{var D=a.payload,M;if(typeof D=="function"){ND(),M=D.call(h,s,f);{if(e.mode&Wt){sn(!0);try{D.call(h,s,f)}finally{sn(!1)}}LD()}}else M=D;return M==null?s:_t({},s,M)}case Jb:return e0=!0,s}return s}function i0(e,t,a,s){var f=e.updateQueue;e0=!1,t0=f.shared;var h=f.firstBaseUpdate,k=f.lastBaseUpdate,w=f.shared.pending;if(w!==null){f.shared.pending=null;var D=w,M=D.next;D.next=null,k===null?h=M:k.next=M,k=D;var O=e.alternate;if(O!==null){var Q=O.updateQueue,Y=Q.lastBaseUpdate;Y!==k&&(Y===null?Q.firstBaseUpdate=M:Y.next=M,Q.lastBaseUpdate=D)}}if(h!==null){var ue=f.baseState,ce=xe,ve=null,Oe=null,tt=null,Qe=h;do{var St=Qe.lane,xt=Qe.eventTime;if(ja(s,St)){if(tt!==null){var me={eventTime:xt,lane:Dt,tag:Qe.tag,payload:Qe.payload,callback:Qe.callback,next:null};tt=tt.next=me}ue=Yz(e,f,Qe,ue,t,a);var ie=Qe.callback;if(ie!==null&&Qe.lane!==Dt){e.flags|=Zt;var Te=f.effects;Te===null?f.effects=[Qe]:Te.push(Qe)}}else{var ne={eventTime:xt,lane:St,tag:Qe.tag,payload:Qe.payload,callback:Qe.callback,next:null};tt===null?(Oe=tt=ne,ve=ue):tt=tt.next=ne,ce=vt(ce,St)}if(Qe=Qe.next,Qe===null){if(w=f.shared.pending,w===null)break;var Ue=w,Re=Ue.next;Ue.next=null,Qe=Re,f.lastBaseUpdate=Ue,f.shared.pending=null}}while(!0);tt===null&&(ve=ue),f.baseState=ve,f.firstBaseUpdate=Oe,f.lastBaseUpdate=tt;var lt=f.shared.interleaved;if(lt!==null){var ct=lt;do ce=vt(ce,ct.lane),ct=ct.next;while(ct!==lt)}else h===null&&(f.shared.lanes=xe);_h(ce),e.lanes=ce,e.memoizedState=ue}t0=null}function qz(e,t){if(typeof e!="function")throw new Error("Invalid argument passed as callback. Expected a function. Instead "+("received: "+e));e.call(t)}function zD(){e0=!1}function r0(){return e0}function ID(e,t,a){var s=t.effects;if(t.effects=null,s!==null)for(var f=0;f<s.length;f++){var h=s[f],k=h.callback;k!==null&&(h.callback=null,qz(k,a))}}var Qm={},ds=ls(Qm),Xm=ls(Qm),o0=ls(Qm);function l0(e){if(e===Qm)throw new Error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.");return e}function BD(){var e=l0(o0.current);return e}function O_(e,t){lr(o0,t,e),lr(Xm,e,e),lr(ds,Qm,e);var a=fR(t);or(ds,e),lr(ds,a,e)}function pp(e){or(ds,e),or(Xm,e),or(o0,e)}function F_(){var e=l0(ds.current);return e}function UD(e){l0(o0.current);var t=l0(ds.current),a=pR(t,e.type);t!==a&&(lr(Xm,e,e),lr(ds,a,e))}function R_(e){Xm.current===e&&(or(ds,e),or(Xm,e))}var Qz=0,VD=1,KD=1,Zm=2,al=ls(Qz);function z_(e,t){return(e&t)!==0}function vp(e){return e&VD}function I_(e,t){return e&VD|t}function Xz(e,t){return e|t}function fs(e,t){lr(al,t,e)}function mp(e){or(al,e)}function Zz(e,t){var a=e.memoizedState;return a!==null?a.dehydrated!==null:(e.memoizedProps,!0)}function a0(e){for(var t=e;t!==null;){if(t.tag===U){var a=t.memoizedState;if(a!==null){var s=a.dehydrated;if(s===null||lD(s)||i_(s))return t}}else if(t.tag===R&&t.memoizedProps.revealOrder!==void 0){var f=(t.flags&Xe)!==Ze;if(f)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)return null;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Kr=0,ai=1,Ql=2,ui=4,Fi=8,B_=[];function U_(){for(var e=0;e<B_.length;e++){var t=B_[e];t._workInProgressVersionPrimary=null}B_.length=0}function Jz(e,t){var a=t._getVersion,s=a(t._source);e.mutableSourceEagerHydrationData==null?e.mutableSourceEagerHydrationData=[t,s]:e.mutableSourceEagerHydrationData.push(t,s)}var Ie=o.ReactCurrentDispatcher,Jm=o.ReactCurrentBatchConfig,V_,hp;V_=new Set;var Gc=xe,Gt=null,si=null,ci=null,u0=!1,eh=!1,th=0,eI=0,tI=25,ye=null,Ao=null,ps=-1,K_=!1;function It(){{var e=ye;Ao===null?Ao=[e]:Ao.push(e)}}function Le(){{var e=ye;Ao!==null&&(ps++,Ao[ps]!==e&&nI(e))}}function gp(e){e!=null&&!ni(e)&&p("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",ye,typeof e)}function nI(e){{var t=pt(Gt);if(!V_.has(t)&&(V_.add(t),Ao!==null)){for(var a="",s=30,f=0;f<=ps;f++){for(var h=Ao[f],k=f===ps?e:h,w=f+1+". "+h;w.length<s;)w+=" ";w+=k+`
|
|
102
102
|
`,a+=w}p(`React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://reactjs.org/link/rules-of-hooks
|
|
103
103
|
|
|
104
104
|
Previous render Next render
|
|
@@ -111,11 +111,11 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`)}}retur
|
|
|
111
111
|
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function j_(e,t){if(K_)return!1;if(t===null)return p("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",ye),!1;e.length!==t.length&&p(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
112
112
|
|
|
113
113
|
Previous: %s
|
|
114
|
-
Incoming: %s`,ye,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var a=0;a<t.length&&a<e.length;a++)if(!we(e[a],t[a]))return!1;return!0}function yp(e,t,a,s,f,h){Gc=h,Gt=t,Ao=e!==null?e._debugHookTypes:null,ps=-1,K_=e!==null&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=xe,e!==null&&e.memoizedState!==null?Ie.current=dD:Ao!==null?Ie.current=cD:Ie.current=sD;var k=a(s,f);if(eh){var w=0;do{if(eh=!1,th=0,w>=tI)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");w+=1,K_=!1,si=null,ci=null,t.updateQueue=null,ps=-1,Ie.current=fD,k=a(s,f)}while(eh)}Ie.current=x0,t._debugHookTypes=Ao;var D=si!==null&&si.next!==null;if(Gc=xe,Gt=null,si=null,ci=null,ye=null,Ao=null,ps=-1,e!==null&&(e.flags&$n)!==(t.flags&$n)&&(e.mode>)!==Je&&p("Internal React error: Expected static flag was missing. Please notify the React team."),u0=!1,D)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return k}function bp(){var e=th!==0;return th=0,e}function j8(e,t,a){t.updateQueue=e.updateQueue,(t.mode&$t)!==Je?t.flags&=-50333701:t.flags&=-2053,e.lanes=bc(e.lanes,a)}function H8(){if(Ie.current=x0,u0){for(var e=Gt.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}u0=!1}Gc=xe,Gt=null,si=null,ci=null,Ao=null,ps=-1,ye=null,rD=!1,eh=!1,th=0}function Ql(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return ci===null?Gt.memoizedState=ci=e:ci=ci.next=e,ci}function Oo(){var e;if(si===null){var t=Gt.alternate;t!==null?e=t.memoizedState:e=null}else e=si.next;var a;if(ci===null?a=Gt.memoizedState:a=ci.next,a!==null)ci=a,a=ci.next,si=e;else{if(e===null)throw new Error("Rendered more hooks than during the previous render.");si=e;var s={memoizedState:si.memoizedState,baseState:si.baseState,baseQueue:si.baseQueue,queue:si.queue,next:null};ci===null?Gt.memoizedState=ci=s:ci=ci.next=s}return ci}function W8(){return{lastEffect:null,stores:null}}function H_(e,t){return typeof t=="function"?t(e):t}function W_(e,t,a){var s=Ql(),f;a!==void 0?f=a(t):f=t,s.memoizedState=s.baseState=f;var h={pending:null,interleaved:null,lanes:xe,dispatch:null,lastRenderedReducer:e,lastRenderedState:f};s.queue=h;var k=h.dispatch=lI.bind(null,Gt,h);return[s.memoizedState,k]}function G_(e,t,a){var s=Oo(),f=s.queue;if(f===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");f.lastRenderedReducer=e;var h=si,k=h.baseQueue,w=f.pending;if(w!==null){if(k!==null){var D=k.next,M=w.next;k.next=M,w.next=D}h.baseQueue!==k&&p("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),h.baseQueue=k=w,f.pending=null}if(k!==null){var O=k.next,Q=h.baseState,Y=null,ue=null,ce=null,ve=O;do{var Oe=ve.lane;if(ja(Gc,Oe)){if(ce!==null){var Qe={lane:Dt,action:ve.action,hasEagerState:ve.hasEagerState,eagerState:ve.eagerState,next:null};ce=ce.next=Qe}if(ve.hasEagerState)Q=ve.eagerState;else{var St=ve.action;Q=e(Q,St)}}else{var tt={lane:Oe,action:ve.action,hasEagerState:ve.hasEagerState,eagerState:ve.eagerState,next:null};ce===null?(ue=ce=tt,Y=Q):ce=ce.next=tt,Gt.lanes=vt(Gt.lanes,Oe),_h(Oe)}ve=ve.next}while(ve!==null&&ve!==O);ce===null?Y=Q:ce.next=ue,we(Q,s.memoizedState)||ch(),s.memoizedState=Q,s.baseState=Y,s.baseQueue=ce,f.lastRenderedState=Q}var xt=f.interleaved;if(xt!==null){var ne=xt;do{var me=ne.lane;Gt.lanes=vt(Gt.lanes,me),_h(me),ne=ne.next}while(ne!==xt)}else k===null&&(f.lanes=xe);var ie=f.dispatch;return[s.memoizedState,ie]}function Y_(e,t,a){var s=Oo(),f=s.queue;if(f===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");f.lastRenderedReducer=e;var h=f.dispatch,k=f.pending,w=s.memoizedState;if(k!==null){f.pending=null;var D=k.next,M=D;do{var O=M.action;w=e(w,O),M=M.next}while(M!==D);we(w,s.memoizedState)||ch(),s.memoizedState=w,s.baseQueue===null&&(s.baseState=w),f.lastRenderedState=w}return[w,h]}function kH(e,t,a){}function xH(e,t,a){}function q_(e,t,a){var s=Gt,f=Ql(),h,k=Oi();if(k){if(a===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");h=a(),hp||h!==a()&&(p("The result of getServerSnapshot should be cached to avoid an infinite loop"),hp=!0)}else{if(h=t(),!hp){var w=t();we(h,w)||(p("The result of getSnapshot should be cached to avoid an infinite loop"),hp=!0)}var D=B0();if(D===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");Ff(D,Gc)||G8(s,t,h)}f.memoizedState=h;var M={value:h,getSnapshot:t};return f.queue=M,p0(q8.bind(null,s,M,e),[e]),s.flags|=qi,nh(ai|Fi,Y8.bind(null,s,M,h,t),void 0,null),h}function s0(e,t,a){var s=Gt,f=Oo(),h=t();if(!hp){var k=t();we(h,k)||(p("The result of getSnapshot should be cached to avoid an infinite loop"),hp=!0)}var w=f.memoizedState,D=!we(w,h);D&&(f.memoizedState=h,ch());var M=f.queue;if(rh(q8.bind(null,s,M,e),[e]),M.getSnapshot!==t||D||ci!==null&&ci.memoizedState.tag&ai){s.flags|=qi,nh(ai|Fi,Y8.bind(null,s,M,h,t),void 0,null);var O=B0();if(O===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");Ff(O,Gc)||G8(s,t,h)}return h}function G8(e,t,a){e.flags|=ju;var s={getSnapshot:t,value:a},f=Gt.updateQueue;if(f===null)f=W8(),Gt.updateQueue=f,f.stores=[s];else{var h=f.stores;h===null?f.stores=[s]:h.push(s)}}function Y8(e,t,a,s){t.value=a,t.getSnapshot=s,Q8(t)&&X8(e)}function q8(e,t,a){var s=function(){Q8(t)&&X8(e)};return a(s)}function Q8(e){var t=e.getSnapshot,a=e.value;try{var s=t();return!we(a,s)}catch{return!0}}function X8(e){var t=Vr(e,ot);t!==null&&vi(t,e,ot,Xt)}function c0(e){var t=Ql();typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e;var a={pending:null,interleaved:null,lanes:xe,dispatch:null,lastRenderedReducer:H_,lastRenderedState:e};t.queue=a;var s=a.dispatch=aI.bind(null,Gt,a);return[t.memoizedState,s]}function Q_(e){return G_(H_)}function X_(e){return Y_(H_)}function nh(e,t,a,s){var f={tag:e,create:t,destroy:a,deps:s,next:null},h=Gt.updateQueue;if(h===null)h=W8(),Gt.updateQueue=h,h.lastEffect=f.next=f;else{var k=h.lastEffect;if(k===null)h.lastEffect=f.next=f;else{var w=k.next;k.next=f,f.next=w,h.lastEffect=f}}return f}function Z_(e){var t=Ql();{var a={current:e};return t.memoizedState=a,a}}function d0(e){var t=Oo();return t.memoizedState}function ih(e,t,a,s){var f=Ql(),h=s===void 0?null:s;Gt.flags|=e,f.memoizedState=nh(ai|t,a,void 0,h)}function f0(e,t,a,s){var f=Oo(),h=s===void 0?null:s,k=void 0;if(si!==null){var w=si.memoizedState;if(k=w.destroy,h!==null){var D=w.deps;if(j_(h,D)){f.memoizedState=nh(t,a,k,h);return}}}Gt.flags|=e,f.memoizedState=nh(ai|t,a,k,h)}function p0(e,t){return(Gt.mode&$t)!==Je?ih(_o|qi|sf,Fi,e,t):ih(qi|sf,Fi,e,t)}function rh(e,t){return f0(qi,Fi,e,t)}function J_(e,t){return ih(Et,ql,e,t)}function v0(e,t){return f0(Et,ql,e,t)}function e4(e,t){var a=Et;return a|=Yo,(Gt.mode&$t)!==Je&&(a|=Nl),ih(a,ui,e,t)}function m0(e,t){return f0(Et,ui,e,t)}function Z8(e,t){if(typeof t=="function"){var a=t,s=e();return a(s),function(){a(null)}}else if(t!=null){var f=t;f.hasOwnProperty("current")||p("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(f).join(", ")+"}");var h=e();return f.current=h,function(){f.current=null}}}function t4(e,t,a){typeof t!="function"&&p("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var s=a!=null?a.concat([e]):null,f=Et;return f|=Yo,(Gt.mode&$t)!==Je&&(f|=Nl),ih(f,ui,Z8.bind(null,t,e),s)}function h0(e,t,a){typeof t!="function"&&p("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var s=a!=null?a.concat([e]):null;return f0(Et,ui,Z8.bind(null,t,e),s)}function iI(e,t){}var g0=iI;function n4(e,t){var a=Ql(),s=t===void 0?null:t;return a.memoizedState=[e,s],e}function y0(e,t){var a=Oo(),s=t===void 0?null:t,f=a.memoizedState;if(f!==null&&s!==null){var h=f[1];if(j_(s,h))return f[0]}return a.memoizedState=[e,s],e}function i4(e,t){var a=Ql(),s=t===void 0?null:t,f=e();return a.memoizedState=[f,s],f}function b0(e,t){var a=Oo(),s=t===void 0?null:t,f=a.memoizedState;if(f!==null&&s!==null){var h=f[1];if(j_(s,h))return f[0]}var k=e();return a.memoizedState=[k,s],k}function r4(e){var t=Ql();return t.memoizedState=e,e}function J8(e){var t=Oo(),a=si,s=a.memoizedState;return tD(t,s,e)}function eD(e){var t=Oo();if(si===null)return t.memoizedState=e,e;var a=si.memoizedState;return tD(t,a,e)}function tD(e,t,a){var s=!lm(Gc);if(s){if(!we(a,t)){var f=sm();Gt.lanes=vt(Gt.lanes,f),_h(f),e.baseState=!0}return t}else return e.baseState&&(e.baseState=!1,ch()),e.memoizedState=a,a}function rI(e,t,a){var s=Ir();Mn(Qy(s,So)),e(!0);var f=Jm.transition;Jm.transition={};var h=Jm.transition;Jm.transition._updatedFibers=new Set;try{e(!1),t()}finally{if(Mn(s),Jm.transition=f,f===null&&h._updatedFibers){var k=h._updatedFibers.size;k>10&&v("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."),h._updatedFibers.clear()}}}function o4(){var e=c0(!1),t=e[0],a=e[1],s=rI.bind(null,a),f=Ql();return f.memoizedState=s,[t,s]}function nD(){var e=Q_(),t=e[0],a=Oo(),s=a.memoizedState;return[t,s]}function iD(){var e=X_(),t=e[0],a=Oo(),s=a.memoizedState;return[t,s]}var rD=!1;function oI(){return rD}function l4(){var e=Ql(),t=B0(),a=t.identifierPrefix,s;if(Oi()){var f=_z();s=":"+a+"R"+f;var h=th++;h>0&&(s+="H"+h.toString(32)),s+=":"}else{var k=eI++;s=":"+a+"r"+k.toString(32)+":"}return e.memoizedState=s,s}function k0(){var e=Oo(),t=e.memoizedState;return t}function lI(e,t,a){typeof arguments[3]=="function"&&p("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var s=ys(e),f={lane:s,action:a,hasEagerState:!1,eagerState:null,next:null};if(oD(e))lD(t,f);else{var h=A8(e,t,f,s);if(h!==null){var k=br();vi(h,e,s,k),aD(h,t,s)}}uD(e,s)}function aI(e,t,a){typeof arguments[3]=="function"&&p("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var s=ys(e),f={lane:s,action:a,hasEagerState:!1,eagerState:null,next:null};if(oD(e))lD(t,f);else{var h=e.alternate;if(e.lanes===xe&&(h===null||h.lanes===xe)){var k=t.lastRenderedReducer;if(k!==null){var w;w=Ie.current,Ie.current=al;try{var D=t.lastRenderedState,M=k(D,a);if(f.hasEagerState=!0,f.eagerState=M,we(M,D)){Hz(e,t,f,s);return}}catch{}finally{Ie.current=w}}}var O=A8(e,t,f,s);if(O!==null){var Q=br();vi(O,e,s,Q),aD(O,t,s)}}uD(e,s)}function oD(e){var t=e.alternate;return e===Gt||t!==null&&t===Gt}function lD(e,t){eh=u0=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function aD(e,t,a){if(um(a)){var s=t.lanes;s=cm(s,e.pendingLanes);var f=vt(s,a);t.lanes=f,zf(e,f)}}function uD(e,t,a){sc(e,t)}var x0={readContext:Jn,useCallback:ar,useContext:ar,useEffect:ar,useImperativeHandle:ar,useInsertionEffect:ar,useLayoutEffect:ar,useMemo:ar,useReducer:ar,useRef:ar,useState:ar,useDebugValue:ar,useDeferredValue:ar,useTransition:ar,useMutableSource:ar,useSyncExternalStore:ar,useId:ar,unstable_isNewReconciler:X},sD=null,cD=null,dD=null,fD=null,Xl=null,al=null,_0=null;{var a4=function(){p("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")},st=function(){p("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks")};sD={readContext:function(e){return Jn(e)},useCallback:function(e,t){return ye="useCallback",It(),gp(t),n4(e,t)},useContext:function(e){return ye="useContext",It(),Jn(e)},useEffect:function(e,t){return ye="useEffect",It(),gp(t),p0(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",It(),gp(a),t4(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",It(),gp(t),J_(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",It(),gp(t),e4(e,t)},useMemo:function(e,t){ye="useMemo",It(),gp(t);var a=Ie.current;Ie.current=Xl;try{return i4(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",It();var s=Ie.current;Ie.current=Xl;try{return W_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",It(),Z_(e)},useState:function(e){ye="useState",It();var t=Ie.current;Ie.current=Xl;try{return c0(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",It(),void 0},useDeferredValue:function(e){return ye="useDeferredValue",It(),r4(e)},useTransition:function(){return ye="useTransition",It(),o4()},useMutableSource:function(e,t,a){return ye="useMutableSource",It(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",It(),q_(e,t,a)},useId:function(){return ye="useId",It(),l4()},unstable_isNewReconciler:X},cD={readContext:function(e){return Jn(e)},useCallback:function(e,t){return ye="useCallback",Le(),n4(e,t)},useContext:function(e){return ye="useContext",Le(),Jn(e)},useEffect:function(e,t){return ye="useEffect",Le(),p0(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",Le(),t4(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",Le(),J_(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",Le(),e4(e,t)},useMemo:function(e,t){ye="useMemo",Le();var a=Ie.current;Ie.current=Xl;try{return i4(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",Le();var s=Ie.current;Ie.current=Xl;try{return W_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",Le(),Z_(e)},useState:function(e){ye="useState",Le();var t=Ie.current;Ie.current=Xl;try{return c0(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",Le(),void 0},useDeferredValue:function(e){return ye="useDeferredValue",Le(),r4(e)},useTransition:function(){return ye="useTransition",Le(),o4()},useMutableSource:function(e,t,a){return ye="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",Le(),q_(e,t,a)},useId:function(){return ye="useId",Le(),l4()},unstable_isNewReconciler:X},dD={readContext:function(e){return Jn(e)},useCallback:function(e,t){return ye="useCallback",Le(),y0(e,t)},useContext:function(e){return ye="useContext",Le(),Jn(e)},useEffect:function(e,t){return ye="useEffect",Le(),rh(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",Le(),h0(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",Le(),v0(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",Le(),m0(e,t)},useMemo:function(e,t){ye="useMemo",Le();var a=Ie.current;Ie.current=al;try{return b0(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",Le();var s=Ie.current;Ie.current=al;try{return G_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",Le(),d0()},useState:function(e){ye="useState",Le();var t=Ie.current;Ie.current=al;try{return Q_(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",Le(),g0()},useDeferredValue:function(e){return ye="useDeferredValue",Le(),J8(e)},useTransition:function(){return ye="useTransition",Le(),nD()},useMutableSource:function(e,t,a){return ye="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",Le(),s0(e,t)},useId:function(){return ye="useId",Le(),k0()},unstable_isNewReconciler:X},fD={readContext:function(e){return Jn(e)},useCallback:function(e,t){return ye="useCallback",Le(),y0(e,t)},useContext:function(e){return ye="useContext",Le(),Jn(e)},useEffect:function(e,t){return ye="useEffect",Le(),rh(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",Le(),h0(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",Le(),v0(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",Le(),m0(e,t)},useMemo:function(e,t){ye="useMemo",Le();var a=Ie.current;Ie.current=_0;try{return b0(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",Le();var s=Ie.current;Ie.current=_0;try{return Y_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",Le(),d0()},useState:function(e){ye="useState",Le();var t=Ie.current;Ie.current=_0;try{return X_(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",Le(),g0()},useDeferredValue:function(e){return ye="useDeferredValue",Le(),eD(e)},useTransition:function(){return ye="useTransition",Le(),iD()},useMutableSource:function(e,t,a){return ye="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",Le(),s0(e,t)},useId:function(){return ye="useId",Le(),k0()},unstable_isNewReconciler:X},Xl={readContext:function(e){return a4(),Jn(e)},useCallback:function(e,t){return ye="useCallback",st(),It(),n4(e,t)},useContext:function(e){return ye="useContext",st(),It(),Jn(e)},useEffect:function(e,t){return ye="useEffect",st(),It(),p0(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",st(),It(),t4(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",st(),It(),J_(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",st(),It(),e4(e,t)},useMemo:function(e,t){ye="useMemo",st(),It();var a=Ie.current;Ie.current=Xl;try{return i4(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",st(),It();var s=Ie.current;Ie.current=Xl;try{return W_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",st(),It(),Z_(e)},useState:function(e){ye="useState",st(),It();var t=Ie.current;Ie.current=Xl;try{return c0(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",st(),It(),void 0},useDeferredValue:function(e){return ye="useDeferredValue",st(),It(),r4(e)},useTransition:function(){return ye="useTransition",st(),It(),o4()},useMutableSource:function(e,t,a){return ye="useMutableSource",st(),It(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",st(),It(),q_(e,t,a)},useId:function(){return ye="useId",st(),It(),l4()},unstable_isNewReconciler:X},al={readContext:function(e){return a4(),Jn(e)},useCallback:function(e,t){return ye="useCallback",st(),Le(),y0(e,t)},useContext:function(e){return ye="useContext",st(),Le(),Jn(e)},useEffect:function(e,t){return ye="useEffect",st(),Le(),rh(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",st(),Le(),h0(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",st(),Le(),v0(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",st(),Le(),m0(e,t)},useMemo:function(e,t){ye="useMemo",st(),Le();var a=Ie.current;Ie.current=al;try{return b0(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",st(),Le();var s=Ie.current;Ie.current=al;try{return G_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",st(),Le(),d0()},useState:function(e){ye="useState",st(),Le();var t=Ie.current;Ie.current=al;try{return Q_(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",st(),Le(),g0()},useDeferredValue:function(e){return ye="useDeferredValue",st(),Le(),J8(e)},useTransition:function(){return ye="useTransition",st(),Le(),nD()},useMutableSource:function(e,t,a){return ye="useMutableSource",st(),Le(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",st(),Le(),s0(e,t)},useId:function(){return ye="useId",st(),Le(),k0()},unstable_isNewReconciler:X},_0={readContext:function(e){return a4(),Jn(e)},useCallback:function(e,t){return ye="useCallback",st(),Le(),y0(e,t)},useContext:function(e){return ye="useContext",st(),Le(),Jn(e)},useEffect:function(e,t){return ye="useEffect",st(),Le(),rh(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",st(),Le(),h0(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",st(),Le(),v0(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",st(),Le(),m0(e,t)},useMemo:function(e,t){ye="useMemo",st(),Le();var a=Ie.current;Ie.current=al;try{return b0(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",st(),Le();var s=Ie.current;Ie.current=al;try{return Y_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",st(),Le(),d0()},useState:function(e){ye="useState",st(),Le();var t=Ie.current;Ie.current=al;try{return X_(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",st(),Le(),g0()},useDeferredValue:function(e){return ye="useDeferredValue",st(),Le(),eD(e)},useTransition:function(){return ye="useTransition",st(),Le(),iD()},useMutableSource:function(e,t,a){return ye="useMutableSource",st(),Le(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",st(),Le(),s0(e,t)},useId:function(){return ye="useId",st(),Le(),k0()},unstable_isNewReconciler:X}}var vs=n.unstable_now,pD=0,E0=-1,oh=-1,C0=-1,u4=!1,w0=!1;function vD(){return u4}function uI(){w0=!0}function sI(){u4=!1,w0=!1}function cI(){u4=w0,w0=!1}function mD(){return pD}function hD(){pD=vs()}function s4(e){oh=vs(),e.actualStartTime<0&&(e.actualStartTime=vs())}function gD(e){oh=-1}function S0(e,t){if(oh>=0){var a=vs()-oh;e.actualDuration+=a,t&&(e.selfBaseDuration=a),oh=-1}}function Zl(e){if(E0>=0){var t=vs()-E0;E0=-1;for(var a=e.return;a!==null;){switch(a.tag){case C:var s=a.stateNode;s.effectDuration+=t;return;case j:var f=a.stateNode;f.effectDuration+=t;return}a=a.return}}}function c4(e){if(C0>=0){var t=vs()-C0;C0=-1;for(var a=e.return;a!==null;){switch(a.tag){case C:var s=a.stateNode;s!==null&&(s.passiveEffectDuration+=t);return;case j:var f=a.stateNode;f!==null&&(f.passiveEffectDuration+=t);return}a=a.return}}}function Jl(){E0=vs()}function d4(){C0=vs()}function f4(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function ul(e,t){if(e&&e.defaultProps){var a=_t({},t),s=e.defaultProps;for(var f in s)a[f]===void 0&&(a[f]=s[f]);return a}return t}var p4={},v4,m4,h4,g4,y4,yD,T0,b4,k4,x4,lh;{v4=new Set,m4=new Set,h4=new Set,g4=new Set,b4=new Set,y4=new Set,k4=new Set,x4=new Set,lh=new Set;var bD=new Set;T0=function(e,t){if(!(e===null||typeof e=="function")){var a=t+"_"+e;bD.has(a)||(bD.add(a),p("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},yD=function(e,t){if(t===void 0){var a=Kt(e)||"Component";y4.has(a)||(y4.add(a),p("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",a))}},Object.defineProperty(p4,"_processChildContext",{enumerable:!1,value:function(){throw new Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).")}}),Object.freeze(p4)}function _4(e,t,a,s){var f=e.memoizedState,h=a(s,f);{if(e.mode&Wt){sn(!0);try{h=a(s,f)}finally{sn(!1)}}yD(t,h)}var k=h==null?f:_t({},f,h);if(e.memoizedState=k,e.lanes===xe){var w=e.updateQueue;w.baseState=k}}var E4={isMounted:Ay,enqueueSetState:function(e,t,a){var s=Ku(e),f=br(),h=ys(s),k=nu(f,h);k.payload=t,a!=null&&(T0(a,"setState"),k.callback=a);var w=cs(s,k,h);w!==null&&(vi(w,s,h,f),n0(w,s,h)),sc(s,h)},enqueueReplaceState:function(e,t,a){var s=Ku(e),f=br(),h=ys(s),k=nu(f,h);k.tag=F8,k.payload=t,a!=null&&(T0(a,"replaceState"),k.callback=a);var w=cs(s,k,h);w!==null&&(vi(w,s,h,f),n0(w,s,h)),sc(s,h)},enqueueForceUpdate:function(e,t){var a=Ku(e),s=br(),f=ys(a),h=nu(s,f);h.tag=Jb,t!=null&&(T0(t,"forceUpdate"),h.callback=t);var k=cs(a,h,f);k!==null&&(vi(k,a,f,s),n0(k,a,f)),hf(a,f)}};function kD(e,t,a,s,f,h,k){var w=e.stateNode;if(typeof w.shouldComponentUpdate=="function"){var D=w.shouldComponentUpdate(s,h,k);{if(e.mode&Wt){sn(!0);try{D=w.shouldComponentUpdate(s,h,k)}finally{sn(!1)}}D===void 0&&p("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",Kt(t)||"Component")}return D}return t.prototype&&t.prototype.isPureReactComponent?!je(a,s)||!je(f,h):!0}function dI(e,t,a){var s=e.stateNode;{var f=Kt(t)||"Component",h=s.render;h||(t.prototype&&typeof t.prototype.render=="function"?p("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",f):p("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",f)),s.getInitialState&&!s.getInitialState.isReactClassApproved&&!s.state&&p("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",f),s.getDefaultProps&&!s.getDefaultProps.isReactClassApproved&&p("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",f),s.propTypes&&p("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",f),s.contextType&&p("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",f),t.childContextTypes&&!lh.has(t)&&(e.mode&Wt)===Je&&(lh.add(t),p(`%s uses the legacy childContextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() instead
|
|
114
|
+
Incoming: %s`,ye,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var a=0;a<t.length&&a<e.length;a++)if(!we(e[a],t[a]))return!1;return!0}function yp(e,t,a,s,f,h){Gc=h,Gt=t,Ao=e!==null?e._debugHookTypes:null,ps=-1,K_=e!==null&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=xe,e!==null&&e.memoizedState!==null?Ie.current=d8:Ao!==null?Ie.current=c8:Ie.current=s8;var k=a(s,f);if(eh){var w=0;do{if(eh=!1,th=0,w>=tI)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");w+=1,K_=!1,si=null,ci=null,t.updateQueue=null,ps=-1,Ie.current=f8,k=a(s,f)}while(eh)}Ie.current=x0,t._debugHookTypes=Ao;var D=si!==null&&si.next!==null;if(Gc=xe,Gt=null,si=null,ci=null,ye=null,Ao=null,ps=-1,e!==null&&(e.flags&$n)!==(t.flags&$n)&&(e.mode>)!==Je&&p("Internal React error: Expected static flag was missing. Please notify the React team."),u0=!1,D)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return k}function bp(){var e=th!==0;return th=0,e}function jD(e,t,a){t.updateQueue=e.updateQueue,(t.mode&$t)!==Je?t.flags&=-50333701:t.flags&=-2053,e.lanes=bc(e.lanes,a)}function HD(){if(Ie.current=x0,u0){for(var e=Gt.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}u0=!1}Gc=xe,Gt=null,si=null,ci=null,Ao=null,ps=-1,ye=null,r8=!1,eh=!1,th=0}function Xl(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return ci===null?Gt.memoizedState=ci=e:ci=ci.next=e,ci}function Oo(){var e;if(si===null){var t=Gt.alternate;t!==null?e=t.memoizedState:e=null}else e=si.next;var a;if(ci===null?a=Gt.memoizedState:a=ci.next,a!==null)ci=a,a=ci.next,si=e;else{if(e===null)throw new Error("Rendered more hooks than during the previous render.");si=e;var s={memoizedState:si.memoizedState,baseState:si.baseState,baseQueue:si.baseQueue,queue:si.queue,next:null};ci===null?Gt.memoizedState=ci=s:ci=ci.next=s}return ci}function WD(){return{lastEffect:null,stores:null}}function H_(e,t){return typeof t=="function"?t(e):t}function W_(e,t,a){var s=Xl(),f;a!==void 0?f=a(t):f=t,s.memoizedState=s.baseState=f;var h={pending:null,interleaved:null,lanes:xe,dispatch:null,lastRenderedReducer:e,lastRenderedState:f};s.queue=h;var k=h.dispatch=lI.bind(null,Gt,h);return[s.memoizedState,k]}function G_(e,t,a){var s=Oo(),f=s.queue;if(f===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");f.lastRenderedReducer=e;var h=si,k=h.baseQueue,w=f.pending;if(w!==null){if(k!==null){var D=k.next,M=w.next;k.next=M,w.next=D}h.baseQueue!==k&&p("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),h.baseQueue=k=w,f.pending=null}if(k!==null){var O=k.next,Q=h.baseState,Y=null,ue=null,ce=null,ve=O;do{var Oe=ve.lane;if(ja(Gc,Oe)){if(ce!==null){var Qe={lane:Dt,action:ve.action,hasEagerState:ve.hasEagerState,eagerState:ve.eagerState,next:null};ce=ce.next=Qe}if(ve.hasEagerState)Q=ve.eagerState;else{var St=ve.action;Q=e(Q,St)}}else{var tt={lane:Oe,action:ve.action,hasEagerState:ve.hasEagerState,eagerState:ve.eagerState,next:null};ce===null?(ue=ce=tt,Y=Q):ce=ce.next=tt,Gt.lanes=vt(Gt.lanes,Oe),_h(Oe)}ve=ve.next}while(ve!==null&&ve!==O);ce===null?Y=Q:ce.next=ue,we(Q,s.memoizedState)||ch(),s.memoizedState=Q,s.baseState=Y,s.baseQueue=ce,f.lastRenderedState=Q}var xt=f.interleaved;if(xt!==null){var ne=xt;do{var me=ne.lane;Gt.lanes=vt(Gt.lanes,me),_h(me),ne=ne.next}while(ne!==xt)}else k===null&&(f.lanes=xe);var ie=f.dispatch;return[s.memoizedState,ie]}function Y_(e,t,a){var s=Oo(),f=s.queue;if(f===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");f.lastRenderedReducer=e;var h=f.dispatch,k=f.pending,w=s.memoizedState;if(k!==null){f.pending=null;var D=k.next,M=D;do{var O=M.action;w=e(w,O),M=M.next}while(M!==D);we(w,s.memoizedState)||ch(),s.memoizedState=w,s.baseQueue===null&&(s.baseState=w),f.lastRenderedState=w}return[w,h]}function _H(e,t,a){}function EH(e,t,a){}function q_(e,t,a){var s=Gt,f=Xl(),h,k=Oi();if(k){if(a===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");h=a(),hp||h!==a()&&(p("The result of getServerSnapshot should be cached to avoid an infinite loop"),hp=!0)}else{if(h=t(),!hp){var w=t();we(h,w)||(p("The result of getSnapshot should be cached to avoid an infinite loop"),hp=!0)}var D=B0();if(D===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");Ff(D,Gc)||GD(s,t,h)}f.memoizedState=h;var M={value:h,getSnapshot:t};return f.queue=M,p0(qD.bind(null,s,M,e),[e]),s.flags|=qi,nh(ai|Fi,YD.bind(null,s,M,h,t),void 0,null),h}function s0(e,t,a){var s=Gt,f=Oo(),h=t();if(!hp){var k=t();we(h,k)||(p("The result of getSnapshot should be cached to avoid an infinite loop"),hp=!0)}var w=f.memoizedState,D=!we(w,h);D&&(f.memoizedState=h,ch());var M=f.queue;if(rh(qD.bind(null,s,M,e),[e]),M.getSnapshot!==t||D||ci!==null&&ci.memoizedState.tag&ai){s.flags|=qi,nh(ai|Fi,YD.bind(null,s,M,h,t),void 0,null);var O=B0();if(O===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");Ff(O,Gc)||GD(s,t,h)}return h}function GD(e,t,a){e.flags|=ju;var s={getSnapshot:t,value:a},f=Gt.updateQueue;if(f===null)f=WD(),Gt.updateQueue=f,f.stores=[s];else{var h=f.stores;h===null?f.stores=[s]:h.push(s)}}function YD(e,t,a,s){t.value=a,t.getSnapshot=s,QD(t)&&XD(e)}function qD(e,t,a){var s=function(){QD(t)&&XD(e)};return a(s)}function QD(e){var t=e.getSnapshot,a=e.value;try{var s=t();return!we(a,s)}catch{return!0}}function XD(e){var t=Vr(e,ot);t!==null&&vi(t,e,ot,Xt)}function c0(e){var t=Xl();typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e;var a={pending:null,interleaved:null,lanes:xe,dispatch:null,lastRenderedReducer:H_,lastRenderedState:e};t.queue=a;var s=a.dispatch=aI.bind(null,Gt,a);return[t.memoizedState,s]}function Q_(e){return G_(H_)}function X_(e){return Y_(H_)}function nh(e,t,a,s){var f={tag:e,create:t,destroy:a,deps:s,next:null},h=Gt.updateQueue;if(h===null)h=WD(),Gt.updateQueue=h,h.lastEffect=f.next=f;else{var k=h.lastEffect;if(k===null)h.lastEffect=f.next=f;else{var w=k.next;k.next=f,f.next=w,h.lastEffect=f}}return f}function Z_(e){var t=Xl();{var a={current:e};return t.memoizedState=a,a}}function d0(e){var t=Oo();return t.memoizedState}function ih(e,t,a,s){var f=Xl(),h=s===void 0?null:s;Gt.flags|=e,f.memoizedState=nh(ai|t,a,void 0,h)}function f0(e,t,a,s){var f=Oo(),h=s===void 0?null:s,k=void 0;if(si!==null){var w=si.memoizedState;if(k=w.destroy,h!==null){var D=w.deps;if(j_(h,D)){f.memoizedState=nh(t,a,k,h);return}}}Gt.flags|=e,f.memoizedState=nh(ai|t,a,k,h)}function p0(e,t){return(Gt.mode&$t)!==Je?ih(_o|qi|sf,Fi,e,t):ih(qi|sf,Fi,e,t)}function rh(e,t){return f0(qi,Fi,e,t)}function J_(e,t){return ih(Et,Ql,e,t)}function v0(e,t){return f0(Et,Ql,e,t)}function e4(e,t){var a=Et;return a|=qo,(Gt.mode&$t)!==Je&&(a|=Ll),ih(a,ui,e,t)}function m0(e,t){return f0(Et,ui,e,t)}function ZD(e,t){if(typeof t=="function"){var a=t,s=e();return a(s),function(){a(null)}}else if(t!=null){var f=t;f.hasOwnProperty("current")||p("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(f).join(", ")+"}");var h=e();return f.current=h,function(){f.current=null}}}function t4(e,t,a){typeof t!="function"&&p("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var s=a!=null?a.concat([e]):null,f=Et;return f|=qo,(Gt.mode&$t)!==Je&&(f|=Ll),ih(f,ui,ZD.bind(null,t,e),s)}function h0(e,t,a){typeof t!="function"&&p("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var s=a!=null?a.concat([e]):null;return f0(Et,ui,ZD.bind(null,t,e),s)}function iI(e,t){}var g0=iI;function n4(e,t){var a=Xl(),s=t===void 0?null:t;return a.memoizedState=[e,s],e}function y0(e,t){var a=Oo(),s=t===void 0?null:t,f=a.memoizedState;if(f!==null&&s!==null){var h=f[1];if(j_(s,h))return f[0]}return a.memoizedState=[e,s],e}function i4(e,t){var a=Xl(),s=t===void 0?null:t,f=e();return a.memoizedState=[f,s],f}function b0(e,t){var a=Oo(),s=t===void 0?null:t,f=a.memoizedState;if(f!==null&&s!==null){var h=f[1];if(j_(s,h))return f[0]}var k=e();return a.memoizedState=[k,s],k}function r4(e){var t=Xl();return t.memoizedState=e,e}function JD(e){var t=Oo(),a=si,s=a.memoizedState;return t8(t,s,e)}function e8(e){var t=Oo();if(si===null)return t.memoizedState=e,e;var a=si.memoizedState;return t8(t,a,e)}function t8(e,t,a){var s=!lm(Gc);if(s){if(!we(a,t)){var f=sm();Gt.lanes=vt(Gt.lanes,f),_h(f),e.baseState=!0}return t}else return e.baseState&&(e.baseState=!1,ch()),e.memoizedState=a,a}function rI(e,t,a){var s=Ir();Mn(Qy(s,So)),e(!0);var f=Jm.transition;Jm.transition={};var h=Jm.transition;Jm.transition._updatedFibers=new Set;try{e(!1),t()}finally{if(Mn(s),Jm.transition=f,f===null&&h._updatedFibers){var k=h._updatedFibers.size;k>10&&v("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."),h._updatedFibers.clear()}}}function o4(){var e=c0(!1),t=e[0],a=e[1],s=rI.bind(null,a),f=Xl();return f.memoizedState=s,[t,s]}function n8(){var e=Q_(),t=e[0],a=Oo(),s=a.memoizedState;return[t,s]}function i8(){var e=X_(),t=e[0],a=Oo(),s=a.memoizedState;return[t,s]}var r8=!1;function oI(){return r8}function l4(){var e=Xl(),t=B0(),a=t.identifierPrefix,s;if(Oi()){var f=_z();s=":"+a+"R"+f;var h=th++;h>0&&(s+="H"+h.toString(32)),s+=":"}else{var k=eI++;s=":"+a+"r"+k.toString(32)+":"}return e.memoizedState=s,s}function k0(){var e=Oo(),t=e.memoizedState;return t}function lI(e,t,a){typeof arguments[3]=="function"&&p("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var s=ys(e),f={lane:s,action:a,hasEagerState:!1,eagerState:null,next:null};if(o8(e))l8(t,f);else{var h=AD(e,t,f,s);if(h!==null){var k=br();vi(h,e,s,k),a8(h,t,s)}}u8(e,s)}function aI(e,t,a){typeof arguments[3]=="function"&&p("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var s=ys(e),f={lane:s,action:a,hasEagerState:!1,eagerState:null,next:null};if(o8(e))l8(t,f);else{var h=e.alternate;if(e.lanes===xe&&(h===null||h.lanes===xe)){var k=t.lastRenderedReducer;if(k!==null){var w;w=Ie.current,Ie.current=ul;try{var D=t.lastRenderedState,M=k(D,a);if(f.hasEagerState=!0,f.eagerState=M,we(M,D)){Hz(e,t,f,s);return}}catch{}finally{Ie.current=w}}}var O=AD(e,t,f,s);if(O!==null){var Q=br();vi(O,e,s,Q),a8(O,t,s)}}u8(e,s)}function o8(e){var t=e.alternate;return e===Gt||t!==null&&t===Gt}function l8(e,t){eh=u0=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function a8(e,t,a){if(um(a)){var s=t.lanes;s=cm(s,e.pendingLanes);var f=vt(s,a);t.lanes=f,zf(e,f)}}function u8(e,t,a){sc(e,t)}var x0={readContext:Jn,useCallback:ar,useContext:ar,useEffect:ar,useImperativeHandle:ar,useInsertionEffect:ar,useLayoutEffect:ar,useMemo:ar,useReducer:ar,useRef:ar,useState:ar,useDebugValue:ar,useDeferredValue:ar,useTransition:ar,useMutableSource:ar,useSyncExternalStore:ar,useId:ar,unstable_isNewReconciler:X},s8=null,c8=null,d8=null,f8=null,Zl=null,ul=null,_0=null;{var a4=function(){p("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")},st=function(){p("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks")};s8={readContext:function(e){return Jn(e)},useCallback:function(e,t){return ye="useCallback",It(),gp(t),n4(e,t)},useContext:function(e){return ye="useContext",It(),Jn(e)},useEffect:function(e,t){return ye="useEffect",It(),gp(t),p0(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",It(),gp(a),t4(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",It(),gp(t),J_(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",It(),gp(t),e4(e,t)},useMemo:function(e,t){ye="useMemo",It(),gp(t);var a=Ie.current;Ie.current=Zl;try{return i4(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",It();var s=Ie.current;Ie.current=Zl;try{return W_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",It(),Z_(e)},useState:function(e){ye="useState",It();var t=Ie.current;Ie.current=Zl;try{return c0(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",It(),void 0},useDeferredValue:function(e){return ye="useDeferredValue",It(),r4(e)},useTransition:function(){return ye="useTransition",It(),o4()},useMutableSource:function(e,t,a){return ye="useMutableSource",It(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",It(),q_(e,t,a)},useId:function(){return ye="useId",It(),l4()},unstable_isNewReconciler:X},c8={readContext:function(e){return Jn(e)},useCallback:function(e,t){return ye="useCallback",Le(),n4(e,t)},useContext:function(e){return ye="useContext",Le(),Jn(e)},useEffect:function(e,t){return ye="useEffect",Le(),p0(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",Le(),t4(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",Le(),J_(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",Le(),e4(e,t)},useMemo:function(e,t){ye="useMemo",Le();var a=Ie.current;Ie.current=Zl;try{return i4(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",Le();var s=Ie.current;Ie.current=Zl;try{return W_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",Le(),Z_(e)},useState:function(e){ye="useState",Le();var t=Ie.current;Ie.current=Zl;try{return c0(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",Le(),void 0},useDeferredValue:function(e){return ye="useDeferredValue",Le(),r4(e)},useTransition:function(){return ye="useTransition",Le(),o4()},useMutableSource:function(e,t,a){return ye="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",Le(),q_(e,t,a)},useId:function(){return ye="useId",Le(),l4()},unstable_isNewReconciler:X},d8={readContext:function(e){return Jn(e)},useCallback:function(e,t){return ye="useCallback",Le(),y0(e,t)},useContext:function(e){return ye="useContext",Le(),Jn(e)},useEffect:function(e,t){return ye="useEffect",Le(),rh(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",Le(),h0(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",Le(),v0(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",Le(),m0(e,t)},useMemo:function(e,t){ye="useMemo",Le();var a=Ie.current;Ie.current=ul;try{return b0(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",Le();var s=Ie.current;Ie.current=ul;try{return G_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",Le(),d0()},useState:function(e){ye="useState",Le();var t=Ie.current;Ie.current=ul;try{return Q_(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",Le(),g0()},useDeferredValue:function(e){return ye="useDeferredValue",Le(),JD(e)},useTransition:function(){return ye="useTransition",Le(),n8()},useMutableSource:function(e,t,a){return ye="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",Le(),s0(e,t)},useId:function(){return ye="useId",Le(),k0()},unstable_isNewReconciler:X},f8={readContext:function(e){return Jn(e)},useCallback:function(e,t){return ye="useCallback",Le(),y0(e,t)},useContext:function(e){return ye="useContext",Le(),Jn(e)},useEffect:function(e,t){return ye="useEffect",Le(),rh(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",Le(),h0(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",Le(),v0(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",Le(),m0(e,t)},useMemo:function(e,t){ye="useMemo",Le();var a=Ie.current;Ie.current=_0;try{return b0(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",Le();var s=Ie.current;Ie.current=_0;try{return Y_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",Le(),d0()},useState:function(e){ye="useState",Le();var t=Ie.current;Ie.current=_0;try{return X_(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",Le(),g0()},useDeferredValue:function(e){return ye="useDeferredValue",Le(),e8(e)},useTransition:function(){return ye="useTransition",Le(),i8()},useMutableSource:function(e,t,a){return ye="useMutableSource",Le(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",Le(),s0(e,t)},useId:function(){return ye="useId",Le(),k0()},unstable_isNewReconciler:X},Zl={readContext:function(e){return a4(),Jn(e)},useCallback:function(e,t){return ye="useCallback",st(),It(),n4(e,t)},useContext:function(e){return ye="useContext",st(),It(),Jn(e)},useEffect:function(e,t){return ye="useEffect",st(),It(),p0(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",st(),It(),t4(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",st(),It(),J_(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",st(),It(),e4(e,t)},useMemo:function(e,t){ye="useMemo",st(),It();var a=Ie.current;Ie.current=Zl;try{return i4(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",st(),It();var s=Ie.current;Ie.current=Zl;try{return W_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",st(),It(),Z_(e)},useState:function(e){ye="useState",st(),It();var t=Ie.current;Ie.current=Zl;try{return c0(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",st(),It(),void 0},useDeferredValue:function(e){return ye="useDeferredValue",st(),It(),r4(e)},useTransition:function(){return ye="useTransition",st(),It(),o4()},useMutableSource:function(e,t,a){return ye="useMutableSource",st(),It(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",st(),It(),q_(e,t,a)},useId:function(){return ye="useId",st(),It(),l4()},unstable_isNewReconciler:X},ul={readContext:function(e){return a4(),Jn(e)},useCallback:function(e,t){return ye="useCallback",st(),Le(),y0(e,t)},useContext:function(e){return ye="useContext",st(),Le(),Jn(e)},useEffect:function(e,t){return ye="useEffect",st(),Le(),rh(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",st(),Le(),h0(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",st(),Le(),v0(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",st(),Le(),m0(e,t)},useMemo:function(e,t){ye="useMemo",st(),Le();var a=Ie.current;Ie.current=ul;try{return b0(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",st(),Le();var s=Ie.current;Ie.current=ul;try{return G_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",st(),Le(),d0()},useState:function(e){ye="useState",st(),Le();var t=Ie.current;Ie.current=ul;try{return Q_(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",st(),Le(),g0()},useDeferredValue:function(e){return ye="useDeferredValue",st(),Le(),JD(e)},useTransition:function(){return ye="useTransition",st(),Le(),n8()},useMutableSource:function(e,t,a){return ye="useMutableSource",st(),Le(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",st(),Le(),s0(e,t)},useId:function(){return ye="useId",st(),Le(),k0()},unstable_isNewReconciler:X},_0={readContext:function(e){return a4(),Jn(e)},useCallback:function(e,t){return ye="useCallback",st(),Le(),y0(e,t)},useContext:function(e){return ye="useContext",st(),Le(),Jn(e)},useEffect:function(e,t){return ye="useEffect",st(),Le(),rh(e,t)},useImperativeHandle:function(e,t,a){return ye="useImperativeHandle",st(),Le(),h0(e,t,a)},useInsertionEffect:function(e,t){return ye="useInsertionEffect",st(),Le(),v0(e,t)},useLayoutEffect:function(e,t){return ye="useLayoutEffect",st(),Le(),m0(e,t)},useMemo:function(e,t){ye="useMemo",st(),Le();var a=Ie.current;Ie.current=ul;try{return b0(e,t)}finally{Ie.current=a}},useReducer:function(e,t,a){ye="useReducer",st(),Le();var s=Ie.current;Ie.current=ul;try{return Y_(e,t,a)}finally{Ie.current=s}},useRef:function(e){return ye="useRef",st(),Le(),d0()},useState:function(e){ye="useState",st(),Le();var t=Ie.current;Ie.current=ul;try{return X_(e)}finally{Ie.current=t}},useDebugValue:function(e,t){return ye="useDebugValue",st(),Le(),g0()},useDeferredValue:function(e){return ye="useDeferredValue",st(),Le(),e8(e)},useTransition:function(){return ye="useTransition",st(),Le(),i8()},useMutableSource:function(e,t,a){return ye="useMutableSource",st(),Le(),void 0},useSyncExternalStore:function(e,t,a){return ye="useSyncExternalStore",st(),Le(),s0(e,t)},useId:function(){return ye="useId",st(),Le(),k0()},unstable_isNewReconciler:X}}var vs=n.unstable_now,p8=0,E0=-1,oh=-1,C0=-1,u4=!1,w0=!1;function v8(){return u4}function uI(){w0=!0}function sI(){u4=!1,w0=!1}function cI(){u4=w0,w0=!1}function m8(){return p8}function h8(){p8=vs()}function s4(e){oh=vs(),e.actualStartTime<0&&(e.actualStartTime=vs())}function g8(e){oh=-1}function S0(e,t){if(oh>=0){var a=vs()-oh;e.actualDuration+=a,t&&(e.selfBaseDuration=a),oh=-1}}function Jl(e){if(E0>=0){var t=vs()-E0;E0=-1;for(var a=e.return;a!==null;){switch(a.tag){case C:var s=a.stateNode;s.effectDuration+=t;return;case j:var f=a.stateNode;f.effectDuration+=t;return}a=a.return}}}function c4(e){if(C0>=0){var t=vs()-C0;C0=-1;for(var a=e.return;a!==null;){switch(a.tag){case C:var s=a.stateNode;s!==null&&(s.passiveEffectDuration+=t);return;case j:var f=a.stateNode;f!==null&&(f.passiveEffectDuration+=t);return}a=a.return}}}function ea(){E0=vs()}function d4(){C0=vs()}function f4(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function sl(e,t){if(e&&e.defaultProps){var a=_t({},t),s=e.defaultProps;for(var f in s)a[f]===void 0&&(a[f]=s[f]);return a}return t}var p4={},v4,m4,h4,g4,y4,y8,T0,b4,k4,x4,lh;{v4=new Set,m4=new Set,h4=new Set,g4=new Set,b4=new Set,y4=new Set,k4=new Set,x4=new Set,lh=new Set;var b8=new Set;T0=function(e,t){if(!(e===null||typeof e=="function")){var a=t+"_"+e;b8.has(a)||(b8.add(a),p("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},y8=function(e,t){if(t===void 0){var a=Kt(e)||"Component";y4.has(a)||(y4.add(a),p("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",a))}},Object.defineProperty(p4,"_processChildContext",{enumerable:!1,value:function(){throw new Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).")}}),Object.freeze(p4)}function _4(e,t,a,s){var f=e.memoizedState,h=a(s,f);{if(e.mode&Wt){sn(!0);try{h=a(s,f)}finally{sn(!1)}}y8(t,h)}var k=h==null?f:_t({},f,h);if(e.memoizedState=k,e.lanes===xe){var w=e.updateQueue;w.baseState=k}}var E4={isMounted:Ay,enqueueSetState:function(e,t,a){var s=Ku(e),f=br(),h=ys(s),k=nu(f,h);k.payload=t,a!=null&&(T0(a,"setState"),k.callback=a);var w=cs(s,k,h);w!==null&&(vi(w,s,h,f),n0(w,s,h)),sc(s,h)},enqueueReplaceState:function(e,t,a){var s=Ku(e),f=br(),h=ys(s),k=nu(f,h);k.tag=FD,k.payload=t,a!=null&&(T0(a,"replaceState"),k.callback=a);var w=cs(s,k,h);w!==null&&(vi(w,s,h,f),n0(w,s,h)),sc(s,h)},enqueueForceUpdate:function(e,t){var a=Ku(e),s=br(),f=ys(a),h=nu(s,f);h.tag=Jb,t!=null&&(T0(t,"forceUpdate"),h.callback=t);var k=cs(a,h,f);k!==null&&(vi(k,a,f,s),n0(k,a,f)),hf(a,f)}};function k8(e,t,a,s,f,h,k){var w=e.stateNode;if(typeof w.shouldComponentUpdate=="function"){var D=w.shouldComponentUpdate(s,h,k);{if(e.mode&Wt){sn(!0);try{D=w.shouldComponentUpdate(s,h,k)}finally{sn(!1)}}D===void 0&&p("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",Kt(t)||"Component")}return D}return t.prototype&&t.prototype.isPureReactComponent?!je(a,s)||!je(f,h):!0}function dI(e,t,a){var s=e.stateNode;{var f=Kt(t)||"Component",h=s.render;h||(t.prototype&&typeof t.prototype.render=="function"?p("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",f):p("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",f)),s.getInitialState&&!s.getInitialState.isReactClassApproved&&!s.state&&p("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",f),s.getDefaultProps&&!s.getDefaultProps.isReactClassApproved&&p("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",f),s.propTypes&&p("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",f),s.contextType&&p("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",f),t.childContextTypes&&!lh.has(t)&&(e.mode&Wt)===Je&&(lh.add(t),p(`%s uses the legacy childContextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() instead
|
|
115
115
|
|
|
116
116
|
.Learn more about this warning here: https://reactjs.org/link/legacy-context`,f)),t.contextTypes&&!lh.has(t)&&(e.mode&Wt)===Je&&(lh.add(t),p(`%s uses the legacy contextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() with static contextType instead.
|
|
117
117
|
|
|
118
|
-
Learn more about this warning here: https://reactjs.org/link/legacy-context`,f)),s.contextTypes&&p("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",f),t.contextType&&t.contextTypes&&!k4.has(t)&&(k4.add(t),p("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",f)),typeof s.componentShouldUpdate=="function"&&p("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",f),t.prototype&&t.prototype.isPureReactComponent&&typeof s.shouldComponentUpdate<"u"&&p("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",Kt(t)||"A pure component"),typeof s.componentDidUnmount=="function"&&p("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",f),typeof s.componentDidReceiveProps=="function"&&p("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",f),typeof s.componentWillRecieveProps=="function"&&p("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",f),typeof s.UNSAFE_componentWillRecieveProps=="function"&&p("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",f);var k=s.props!==a;s.props!==void 0&&k&&p("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",f,f),s.defaultProps&&p("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",f,f),typeof s.getSnapshotBeforeUpdate=="function"&&typeof s.componentDidUpdate!="function"&&!h4.has(t)&&(h4.add(t),p("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Kt(t))),typeof s.getDerivedStateFromProps=="function"&&p("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",f),typeof s.getDerivedStateFromError=="function"&&p("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",f),typeof t.getSnapshotBeforeUpdate=="function"&&p("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",f);var w=s.state;w&&(typeof w!="object"||ni(w))&&p("%s.state: must be set to an object or null",f),typeof s.getChildContext=="function"&&typeof t.childContextTypes!="object"&&p("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",f)}}function
|
|
118
|
+
Learn more about this warning here: https://reactjs.org/link/legacy-context`,f)),s.contextTypes&&p("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",f),t.contextType&&t.contextTypes&&!k4.has(t)&&(k4.add(t),p("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",f)),typeof s.componentShouldUpdate=="function"&&p("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",f),t.prototype&&t.prototype.isPureReactComponent&&typeof s.shouldComponentUpdate<"u"&&p("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",Kt(t)||"A pure component"),typeof s.componentDidUnmount=="function"&&p("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",f),typeof s.componentDidReceiveProps=="function"&&p("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",f),typeof s.componentWillRecieveProps=="function"&&p("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",f),typeof s.UNSAFE_componentWillRecieveProps=="function"&&p("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",f);var k=s.props!==a;s.props!==void 0&&k&&p("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",f,f),s.defaultProps&&p("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",f,f),typeof s.getSnapshotBeforeUpdate=="function"&&typeof s.componentDidUpdate!="function"&&!h4.has(t)&&(h4.add(t),p("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Kt(t))),typeof s.getDerivedStateFromProps=="function"&&p("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",f),typeof s.getDerivedStateFromError=="function"&&p("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",f),typeof t.getSnapshotBeforeUpdate=="function"&&p("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",f);var w=s.state;w&&(typeof w!="object"||ni(w))&&p("%s.state: must be set to an object or null",f),typeof s.getChildContext=="function"&&typeof t.childContextTypes!="object"&&p("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",f)}}function x8(e,t){t.updater=E4,e.stateNode=t,$a(t,e),t._reactInternalInstance=p4}function _8(e,t,a){var s=!1,f=ao,h=ao,k=t.contextType;if("contextType"in t){var w=k===null||k!==void 0&&k.$$typeof===Rs&&k._context===void 0;if(!w&&!x4.has(t)){x4.add(t);var D="";k===void 0?D=" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof k!="object"?D=" However, it is set to a "+typeof k+".":k.$$typeof===Pu?D=" Did you accidentally pass the Context.Provider instead?":k._context!==void 0?D=" Did you accidentally pass the Context.Consumer instead?":D=" However, it is set to an object with keys {"+Object.keys(k).join(", ")+"}.",p("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Kt(t)||"Component",D)}}if(typeof k=="object"&&k!==null)h=Jn(k);else{f=op(e,t,!0);var M=t.contextTypes;s=M!=null,h=s?lp(e,f):ao}var O=new t(a,h);if(e.mode&Wt){sn(!0);try{O=new t(a,h)}finally{sn(!1)}}var Q=e.memoizedState=O.state!==null&&O.state!==void 0?O.state:null;x8(e,O);{if(typeof t.getDerivedStateFromProps=="function"&&Q===null){var Y=Kt(t)||"Component";m4.has(Y)||(m4.add(Y),p("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",Y,O.state===null?"null":"undefined",Y))}if(typeof t.getDerivedStateFromProps=="function"||typeof O.getSnapshotBeforeUpdate=="function"){var ue=null,ce=null,ve=null;if(typeof O.componentWillMount=="function"&&O.componentWillMount.__suppressDeprecationWarning!==!0?ue="componentWillMount":typeof O.UNSAFE_componentWillMount=="function"&&(ue="UNSAFE_componentWillMount"),typeof O.componentWillReceiveProps=="function"&&O.componentWillReceiveProps.__suppressDeprecationWarning!==!0?ce="componentWillReceiveProps":typeof O.UNSAFE_componentWillReceiveProps=="function"&&(ce="UNSAFE_componentWillReceiveProps"),typeof O.componentWillUpdate=="function"&&O.componentWillUpdate.__suppressDeprecationWarning!==!0?ve="componentWillUpdate":typeof O.UNSAFE_componentWillUpdate=="function"&&(ve="UNSAFE_componentWillUpdate"),ue!==null||ce!==null||ve!==null){var Oe=Kt(t)||"Component",tt=typeof t.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";g4.has(Oe)||(g4.add(Oe),p(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
119
119
|
|
|
120
120
|
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
121
121
|
|
|
@@ -123,13 +123,13 @@ The above lifecycles should be removed. Learn more about this warning here:
|
|
|
123
123
|
https://reactjs.org/link/unsafe-component-lifecycles`,Oe,tt,ue!==null?`
|
|
124
124
|
`+ue:"",ce!==null?`
|
|
125
125
|
`+ce:"",ve!==null?`
|
|
126
|
-
`+ve:""))}}}return s&&
|
|
126
|
+
`+ve:""))}}}return s&&dD(e,f,h),O}function fI(e,t){var a=t.state;typeof t.componentWillMount=="function"&&t.componentWillMount(),typeof t.UNSAFE_componentWillMount=="function"&&t.UNSAFE_componentWillMount(),a!==t.state&&(p("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",pt(e)||"Component"),E4.enqueueReplaceState(t,t.state,null))}function E8(e,t,a,s){var f=t.state;if(typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(a,s),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(a,s),t.state!==f){{var h=pt(e)||"Component";v4.has(h)||(v4.add(h),p("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",h))}E4.enqueueReplaceState(t,t.state,null)}}function C4(e,t,a,s){dI(e,t,a);var f=e.stateNode;f.props=a,f.state=e.memoizedState,f.refs={},M_(e);var h=t.contextType;if(typeof h=="object"&&h!==null)f.context=Jn(h);else{var k=op(e,t,!0);f.context=lp(e,k)}{if(f.state===a){var w=Kt(t)||"Component";b4.has(w)||(b4.add(w),p("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",w))}e.mode&Wt&&ll.recordLegacyContextWarning(e,f),ll.recordUnsafeLifecycleWarnings(e,f)}f.state=e.memoizedState;var D=t.getDerivedStateFromProps;if(typeof D=="function"&&(_4(e,t,D,a),f.state=e.memoizedState),typeof t.getDerivedStateFromProps!="function"&&typeof f.getSnapshotBeforeUpdate!="function"&&(typeof f.UNSAFE_componentWillMount=="function"||typeof f.componentWillMount=="function")&&(fI(e,f),i0(e,a,f,s),f.state=e.memoizedState),typeof f.componentDidMount=="function"){var M=Et;M|=qo,(e.mode&$t)!==Je&&(M|=Ll),e.flags|=M}}function pI(e,t,a,s){var f=e.stateNode,h=e.memoizedProps;f.props=h;var k=f.context,w=t.contextType,D=ao;if(typeof w=="object"&&w!==null)D=Jn(w);else{var M=op(e,t,!0);D=lp(e,M)}var O=t.getDerivedStateFromProps,Q=typeof O=="function"||typeof f.getSnapshotBeforeUpdate=="function";!Q&&(typeof f.UNSAFE_componentWillReceiveProps=="function"||typeof f.componentWillReceiveProps=="function")&&(h!==a||k!==D)&&E8(e,f,a,D),zD();var Y=e.memoizedState,ue=f.state=Y;if(i0(e,a,f,s),ue=e.memoizedState,h===a&&Y===ue&&!zb()&&!r0()){if(typeof f.componentDidMount=="function"){var ce=Et;ce|=qo,(e.mode&$t)!==Je&&(ce|=Ll),e.flags|=ce}return!1}typeof O=="function"&&(_4(e,t,O,a),ue=e.memoizedState);var ve=r0()||k8(e,t,h,a,Y,ue,D);if(ve){if(!Q&&(typeof f.UNSAFE_componentWillMount=="function"||typeof f.componentWillMount=="function")&&(typeof f.componentWillMount=="function"&&f.componentWillMount(),typeof f.UNSAFE_componentWillMount=="function"&&f.UNSAFE_componentWillMount()),typeof f.componentDidMount=="function"){var Oe=Et;Oe|=qo,(e.mode&$t)!==Je&&(Oe|=Ll),e.flags|=Oe}}else{if(typeof f.componentDidMount=="function"){var tt=Et;tt|=qo,(e.mode&$t)!==Je&&(tt|=Ll),e.flags|=tt}e.memoizedProps=a,e.memoizedState=ue}return f.props=a,f.state=ue,f.context=D,ve}function vI(e,t,a,s,f){var h=t.stateNode;RD(e,t);var k=t.memoizedProps,w=t.type===t.elementType?k:sl(t.type,k);h.props=w;var D=t.pendingProps,M=h.context,O=a.contextType,Q=ao;if(typeof O=="object"&&O!==null)Q=Jn(O);else{var Y=op(t,a,!0);Q=lp(t,Y)}var ue=a.getDerivedStateFromProps,ce=typeof ue=="function"||typeof h.getSnapshotBeforeUpdate=="function";!ce&&(typeof h.UNSAFE_componentWillReceiveProps=="function"||typeof h.componentWillReceiveProps=="function")&&(k!==D||M!==Q)&&E8(t,h,s,Q),zD();var ve=t.memoizedState,Oe=h.state=ve;if(i0(t,s,h,f),Oe=t.memoizedState,k===D&&ve===Oe&&!zb()&&!r0()&&!H)return typeof h.componentDidUpdate=="function"&&(k!==e.memoizedProps||ve!==e.memoizedState)&&(t.flags|=Et),typeof h.getSnapshotBeforeUpdate=="function"&&(k!==e.memoizedProps||ve!==e.memoizedState)&&(t.flags|=Un),!1;typeof ue=="function"&&(_4(t,a,ue,s),Oe=t.memoizedState);var tt=r0()||k8(t,a,w,s,ve,Oe,Q)||H;return tt?(!ce&&(typeof h.UNSAFE_componentWillUpdate=="function"||typeof h.componentWillUpdate=="function")&&(typeof h.componentWillUpdate=="function"&&h.componentWillUpdate(s,Oe,Q),typeof h.UNSAFE_componentWillUpdate=="function"&&h.UNSAFE_componentWillUpdate(s,Oe,Q)),typeof h.componentDidUpdate=="function"&&(t.flags|=Et),typeof h.getSnapshotBeforeUpdate=="function"&&(t.flags|=Un)):(typeof h.componentDidUpdate=="function"&&(k!==e.memoizedProps||ve!==e.memoizedState)&&(t.flags|=Et),typeof h.getSnapshotBeforeUpdate=="function"&&(k!==e.memoizedProps||ve!==e.memoizedState)&&(t.flags|=Un),t.memoizedProps=s,t.memoizedState=Oe),h.props=s,h.state=Oe,h.context=Q,tt}function Yc(e,t){return{value:e,source:t,stack:Fd(t),digest:null}}function w4(e,t,a){return{value:e,source:null,stack:a??null,digest:t??null}}function mI(e,t){return!0}function S4(e,t){try{var a=mI(e,t);if(a===!1)return;var s=t.value,f=t.source,h=t.stack,k=h!==null?h:"";if(s!=null&&s._suppressLogging){if(e.tag===E)return;console.error(s)}var w=f?pt(f):null,D=w?"The above error occurred in the <"+w+"> component:":"The above error occurred in one of your React components:",M;if(e.tag===C)M=`Consider adding an error boundary to your tree to customize error handling behavior.
|
|
127
127
|
Visit https://reactjs.org/link/error-boundaries to learn more about error boundaries.`;else{var O=pt(e)||"Anonymous";M="React will try to recreate this component tree from scratch "+("using the error boundary you provided, "+O+".")}var Q=D+`
|
|
128
128
|
`+k+`
|
|
129
129
|
|
|
130
|
-
`+(""+M);console.error(Q)}catch(Y){setTimeout(function(){throw Y})}}var hI=typeof WeakMap=="function"?WeakMap:Map;function CD(e,t,a){var s=nu(Xt,a);s.tag=N_,s.payload={element:null};var f=t.value;return s.callback=function(){uU(f),S4(e,t)},s}function T4(e,t,a){var s=nu(Xt,a);s.tag=N_;var f=e.type.getDerivedStateFromError;if(typeof f=="function"){var h=t.value;s.payload=function(){return f(h)},s.callback=function(){O7(e),S4(e,t)}}var k=e.stateNode;return k!==null&&typeof k.componentDidCatch=="function"&&(s.callback=function(){O7(e),S4(e,t),typeof f!="function"&&lU(this);var D=t.value,M=t.stack;this.componentDidCatch(D,{componentStack:M!==null?M:""}),typeof f!="function"&&(tr(e.lanes,ot)||p("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",pt(e)||"Unknown"))}),s}function wD(e,t,a){var s=e.pingCache,f;if(s===null?(s=e.pingCache=new hI,f=new Set,s.set(t,f)):(f=s.get(t),f===void 0&&(f=new Set,s.set(t,f))),!f.has(a)){f.add(a);var h=sU.bind(null,e,t,a);Ji&&Eh(e,a),t.then(h,h)}}function gI(e,t,a,s){var f=e.updateQueue;if(f===null){var h=new Set;h.add(a),e.updateQueue=h}else f.add(a)}function yI(e,t){var a=e.tag;if((e.mode>)===Je&&(a===x||a===K||a===Z)){var s=e.alternate;s?(e.updateQueue=s.updateQueue,e.memoizedState=s.memoizedState,e.lanes=s.lanes):(e.updateQueue=null,e.memoizedState=null)}}function SD(e){var t=e;do{if(t.tag===U&&Zz(t))return t;t=t.return}while(t!==null);return null}function TD(e,t,a,s,f){if((e.mode>)===Je){if(e===t)e.flags|=qn;else{if(e.flags|=Xe,a.flags|=uf,a.flags&=-52805,a.tag===E){var h=a.alternate;if(h===null)a.tag=pe;else{var k=nu(Xt,ot);k.tag=Jb,cs(a,k,ot)}}a.lanes=vt(a.lanes,ot)}return e}return e.flags|=qn,e.lanes=f,e}function bI(e,t,a,s,f){if(a.flags|=ic,Ji&&Eh(e,f),s!==null&&typeof s=="object"&&typeof s.then=="function"){var h=s;yI(a),Oi()&&a.mode>&&y8();var k=SD(t);if(k!==null){k.flags&=~bi,TD(k,t,a,e,f),k.mode>&&wD(e,h,f),gI(k,e,h);return}else{if(!Vy(f)){wD(e,h,f),l3();return}var w=new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");s=w}}else if(Oi()&&a.mode>){y8();var D=SD(t);if(D!==null){(D.flags&qn)===Ze&&(D.flags|=bi),TD(D,t,a,e,f),b_(Yc(s,a));return}}s=Yc(s,a),ZB(s);var M=t;do{switch(M.tag){case C:{var O=s;M.flags|=qn;var Q=yc(f);M.lanes=vt(M.lanes,Q);var Y=CD(M,O,Q);A_(M,Y);return}case E:var ue=s,ce=M.type,ve=M.stateNode;if((M.flags&Xe)===Ze&&(typeof ce.getDerivedStateFromError=="function"||ve!==null&&typeof ve.componentDidCatch=="function"&&!S7(ve))){M.flags|=qn;var Oe=yc(f);M.lanes=vt(M.lanes,Oe);var tt=T4(M,ue,Oe);A_(M,tt);return}break}M=M.return}while(M!==null)}function kI(){return null}var ah=o.ReactCurrentOwner,sl=!1,D4,uh,P4,$4,N4,qc,L4,D0,sh;D4={},uh={},P4={},$4={},N4={},qc=!1,L4={},D0={},sh={};function gr(e,t,a,s){e===null?t.child=$8(t,null,a,s):t.child=cp(t,e.child,a,s)}function xI(e,t,a,s){t.child=cp(t,e.child,null,s),t.child=cp(t,null,a,s)}function DD(e,t,a,s,f){if(t.type!==t.elementType){var h=a.propTypes;h&&il(h,s,"prop",Kt(a))}var k=a.render,w=t.ref,D,M;fp(t,f),pr(t);{if(ah.current=t,ti(!0),D=yp(e,t,k,s,w,f),M=bp(),t.mode&Wt){sn(!0);try{D=yp(e,t,k,s,w,f),M=bp()}finally{sn(!1)}}ti(!1)}return vr(),e!==null&&!sl?(j8(e,t,f),iu(e,t,f)):(Oi()&&M&&p_(t),t.flags|=no,gr(e,t,D,f),t.child)}function PD(e,t,a,s,f){if(e===null){var h=a.type;if(SU(h)&&a.compare===null&&a.defaultProps===void 0){var k=h;return k=Tp(h),t.tag=Z,t.type=k,O4(t,h),$D(e,t,k,s,f)}{var w=h.propTypes;if(w&&il(w,s,"prop",Kt(h)),a.defaultProps!==void 0){var D=Kt(h)||"Unknown";sh[D]||(p("%s: Support for defaultProps will be removed from memo components in a future major release. Use JavaScript default parameters instead.",D),sh[D]=!0)}}var M=g3(a.type,null,s,t,t.mode,f);return M.ref=t.ref,M.return=t,t.child=M,M}{var O=a.type,Q=O.propTypes;Q&&il(Q,s,"prop",Kt(O))}var Y=e.child,ue=U4(e,f);if(!ue){var ce=Y.memoizedProps,ve=a.compare;if(ve=ve!==null?ve:je,ve(ce,s)&&e.ref===t.ref)return iu(e,t,f)}t.flags|=no;var Oe=ed(Y,s);return Oe.ref=t.ref,Oe.return=t,t.child=Oe,Oe}function $D(e,t,a,s,f){if(t.type!==t.elementType){var h=t.elementType;if(h.$$typeof===yi){var k=h,w=k._payload,D=k._init;try{h=D(w)}catch{h=null}var M=h&&h.propTypes;M&&il(M,s,"prop",Kt(h))}}if(e!==null){var O=e.memoizedProps;if(je(O,s)&&e.ref===t.ref&&t.type===e.type)if(sl=!1,t.pendingProps=s=O,U4(e,f))(e.flags&uf)!==Ze&&(sl=!0);else return t.lanes=e.lanes,iu(e,t,f)}return M4(e,t,a,s,f)}function ND(e,t,a){var s=t.pendingProps,f=s.children,h=e!==null?e.memoizedState:null;if(s.mode==="hidden"||z)if((t.mode>)===Je){var k={baseLanes:xe,cachePool:null,transitions:null};t.memoizedState=k,U0(t,a)}else if(tr(a,er)){var Q={baseLanes:xe,cachePool:null,transitions:null};t.memoizedState=Q;var Y=h!==null?h.baseLanes:a;U0(t,Y)}else{var w=null,D;if(h!==null){var M=h.baseLanes;D=vt(M,a)}else D=a;t.lanes=t.childLanes=er;var O={baseLanes:D,cachePool:w,transitions:null};return t.memoizedState=O,t.updateQueue=null,U0(t,D),null}else{var ue;h!==null?(ue=vt(h.baseLanes,a),t.memoizedState=null):ue=a,U0(t,ue)}return gr(e,t,f,a),t.child}function _I(e,t,a){var s=t.pendingProps;return gr(e,t,s,a),t.child}function EI(e,t,a){var s=t.pendingProps.children;return gr(e,t,s,a),t.child}function CI(e,t,a){{t.flags|=Et;{var s=t.stateNode;s.effectDuration=0,s.passiveEffectDuration=0}}var f=t.pendingProps,h=f.children;return gr(e,t,h,a),t.child}function LD(e,t){var a=t.ref;(e===null&&a!==null||e!==null&&e.ref!==a)&&(t.flags|=hn,t.flags|=Hu)}function M4(e,t,a,s,f){if(t.type!==t.elementType){var h=a.propTypes;h&&il(h,s,"prop",Kt(a))}var k;{var w=op(t,a,!0);k=lp(t,w)}var D,M;fp(t,f),pr(t);{if(ah.current=t,ti(!0),D=yp(e,t,a,s,k,f),M=bp(),t.mode&Wt){sn(!0);try{D=yp(e,t,a,s,k,f),M=bp()}finally{sn(!1)}}ti(!1)}return vr(),e!==null&&!sl?(j8(e,t,f),iu(e,t,f)):(Oi()&&M&&p_(t),t.flags|=no,gr(e,t,D,f),t.child)}function MD(e,t,a,s,f){{switch(UU(t)){case!1:{var h=t.stateNode,k=t.type,w=new k(t.memoizedProps,h.context),D=w.state;h.updater.enqueueSetState(h,D,null);break}case!0:{t.flags|=Xe,t.flags|=qn;var M=new Error("Simulated error coming from DevTools"),O=yc(f);t.lanes=vt(t.lanes,O);var Q=T4(t,Yc(M,t),O);A_(t,Q);break}}if(t.type!==t.elementType){var Y=a.propTypes;Y&&il(Y,s,"prop",Kt(a))}}var ue;Yl(a)?(ue=!0,Bb(t)):ue=!1,fp(t,f);var ce=t.stateNode,ve;ce===null?($0(e,t),_D(t,a,s),C4(t,a,s,f),ve=!0):e===null?ve=pI(t,a,s,f):ve=vI(e,t,a,s,f);var Oe=A4(e,t,a,ve,ue,f);{var tt=t.stateNode;ve&&tt.props!==s&&(qc||p("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",pt(t)||"a component"),qc=!0)}return Oe}function A4(e,t,a,s,f,h){LD(e,t);var k=(t.flags&Xe)!==Ze;if(!s&&!k)return f&&v8(t,a,!1),iu(e,t,h);var w=t.stateNode;ah.current=t;var D;if(k&&typeof a.getDerivedStateFromError!="function")D=null,gD();else{pr(t);{if(ti(!0),D=w.render(),t.mode&Wt){sn(!0);try{w.render()}finally{sn(!1)}}ti(!1)}vr()}return t.flags|=no,e!==null&&k?xI(e,t,D,h):gr(e,t,D,h),t.memoizedState=w.state,f&&v8(t,a,!0),t.child}function AD(e){var t=e.stateNode;t.pendingContext?f8(e,t.pendingContext,t.pendingContext!==t.context):t.context&&f8(e,t.context,!1),O_(e,t.containerInfo)}function wI(e,t,a){if(AD(t),e===null)throw new Error("Should have a current fiber. This is a bug in React.");var s=t.pendingProps,f=t.memoizedState,h=f.element;R8(e,t),i0(t,s,null,a);var k=t.memoizedState;t.stateNode;var w=k.element;if(f.isDehydrated){var D={element:w,isDehydrated:!1,cache:k.cache,pendingSuspenseBoundaries:k.pendingSuspenseBoundaries,transitions:k.transitions},M=t.updateQueue;if(M.baseState=D,t.memoizedState=D,t.flags&bi){var O=Yc(new Error("There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering."),t);return OD(e,t,w,a,O)}else if(w!==h){var Q=Yc(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t);return OD(e,t,w,a,Q)}else{Dz(t);var Y=$8(t,null,w,a);t.child=Y;for(var ue=Y;ue;)ue.flags=ue.flags&~un|Qi,ue=ue.sibling}}else{if(sp(),w===h)return iu(e,t,a);gr(e,t,w,a)}return t.child}function OD(e,t,a,s,f){return sp(),b_(f),t.flags|=bi,gr(e,t,a,s),t.child}function SI(e,t,a){U8(t),e===null&&y_(t);var s=t.type,f=t.pendingProps,h=e!==null?e.memoizedProps:null,k=f.children,w=J1(s,f);return w?k=null:h!==null&&J1(s,h)&&(t.flags|=Mr),LD(e,t),gr(e,t,k,a),t.child}function TI(e,t){return e===null&&y_(t),null}function DI(e,t,a,s){$0(e,t);var f=t.pendingProps,h=a,k=h._payload,w=h._init,D=w(k);t.type=D;var M=t.tag=TU(D),O=ul(D,f),Q;switch(M){case x:return O4(t,D),t.type=D=Tp(D),Q=M4(null,t,D,O,s),Q;case E:return t.type=D=d3(D),Q=MD(null,t,D,O,s),Q;case K:return t.type=D=f3(D),Q=DD(null,t,D,O,s),Q;case G:{if(t.type!==t.elementType){var Y=D.propTypes;Y&&il(Y,O,"prop",Kt(D))}return Q=PD(null,t,D,ul(D.type,O),s),Q}}var ue="";throw D!==null&&typeof D=="object"&&D.$$typeof===yi&&(ue=" Did you wrap a component in React.lazy() more than once?"),new Error("Element type is invalid. Received a promise that resolves to: "+D+". "+("Lazy element type must resolve to a class or function."+ue))}function PI(e,t,a,s,f){$0(e,t),t.tag=E;var h;return Yl(a)?(h=!0,Bb(t)):h=!1,fp(t,f),_D(t,a,s),C4(t,a,s,f),A4(null,t,a,!0,h,f)}function $I(e,t,a,s){$0(e,t);var f=t.pendingProps,h;{var k=op(t,a,!1);h=lp(t,k)}fp(t,s);var w,D;pr(t);{if(a.prototype&&typeof a.prototype.render=="function"){var M=Kt(a)||"Unknown";D4[M]||(p("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",M,M),D4[M]=!0)}t.mode&Wt&&ol.recordLegacyContextWarning(t,null),ti(!0),ah.current=t,w=yp(null,t,a,f,h,s),D=bp(),ti(!1)}if(vr(),t.flags|=no,typeof w=="object"&&w!==null&&typeof w.render=="function"&&w.$$typeof===void 0){var O=Kt(a)||"Unknown";uh[O]||(p("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",O,O,O),uh[O]=!0)}if(typeof w=="object"&&w!==null&&typeof w.render=="function"&&w.$$typeof===void 0){{var Q=Kt(a)||"Unknown";uh[Q]||(p("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",Q,Q,Q),uh[Q]=!0)}t.tag=E,t.memoizedState=null,t.updateQueue=null;var Y=!1;return Yl(a)?(Y=!0,Bb(t)):Y=!1,t.memoizedState=w.state!==null&&w.state!==void 0?w.state:null,M_(t),xD(t,w),C4(t,a,f,s),A4(null,t,a,!0,Y,s)}else{if(t.tag=x,t.mode&Wt){sn(!0);try{w=yp(null,t,a,f,h,s),D=bp()}finally{sn(!1)}}return Oi()&&D&&p_(t),gr(null,t,w,s),O4(t,a),t.child}}function O4(e,t){{if(t&&t.childContextTypes&&p("%s(...): childContextTypes cannot be defined on a function component.",t.displayName||t.name||"Component"),e.ref!==null){var a="",s=Pr();s&&(a+=`
|
|
130
|
+
`+(""+M);console.error(Q)}catch(Y){setTimeout(function(){throw Y})}}var hI=typeof WeakMap=="function"?WeakMap:Map;function C8(e,t,a){var s=nu(Xt,a);s.tag=N_,s.payload={element:null};var f=t.value;return s.callback=function(){uU(f),S4(e,t)},s}function T4(e,t,a){var s=nu(Xt,a);s.tag=N_;var f=e.type.getDerivedStateFromError;if(typeof f=="function"){var h=t.value;s.payload=function(){return f(h)},s.callback=function(){O7(e),S4(e,t)}}var k=e.stateNode;return k!==null&&typeof k.componentDidCatch=="function"&&(s.callback=function(){O7(e),S4(e,t),typeof f!="function"&&lU(this);var D=t.value,M=t.stack;this.componentDidCatch(D,{componentStack:M!==null?M:""}),typeof f!="function"&&(tr(e.lanes,ot)||p("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",pt(e)||"Unknown"))}),s}function w8(e,t,a){var s=e.pingCache,f;if(s===null?(s=e.pingCache=new hI,f=new Set,s.set(t,f)):(f=s.get(t),f===void 0&&(f=new Set,s.set(t,f))),!f.has(a)){f.add(a);var h=sU.bind(null,e,t,a);Ji&&Eh(e,a),t.then(h,h)}}function gI(e,t,a,s){var f=e.updateQueue;if(f===null){var h=new Set;h.add(a),e.updateQueue=h}else f.add(a)}function yI(e,t){var a=e.tag;if((e.mode>)===Je&&(a===x||a===K||a===Z)){var s=e.alternate;s?(e.updateQueue=s.updateQueue,e.memoizedState=s.memoizedState,e.lanes=s.lanes):(e.updateQueue=null,e.memoizedState=null)}}function S8(e){var t=e;do{if(t.tag===U&&Zz(t))return t;t=t.return}while(t!==null);return null}function T8(e,t,a,s,f){if((e.mode>)===Je){if(e===t)e.flags|=qn;else{if(e.flags|=Xe,a.flags|=uf,a.flags&=-52805,a.tag===E){var h=a.alternate;if(h===null)a.tag=pe;else{var k=nu(Xt,ot);k.tag=Jb,cs(a,k,ot)}}a.lanes=vt(a.lanes,ot)}return e}return e.flags|=qn,e.lanes=f,e}function bI(e,t,a,s,f){if(a.flags|=ic,Ji&&Eh(e,f),s!==null&&typeof s=="object"&&typeof s.then=="function"){var h=s;yI(a),Oi()&&a.mode>&&yD();var k=S8(t);if(k!==null){k.flags&=~bi,T8(k,t,a,e,f),k.mode>&&w8(e,h,f),gI(k,e,h);return}else{if(!Vy(f)){w8(e,h,f),l3();return}var w=new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");s=w}}else if(Oi()&&a.mode>){yD();var D=S8(t);if(D!==null){(D.flags&qn)===Ze&&(D.flags|=bi),T8(D,t,a,e,f),b_(Yc(s,a));return}}s=Yc(s,a),ZB(s);var M=t;do{switch(M.tag){case C:{var O=s;M.flags|=qn;var Q=yc(f);M.lanes=vt(M.lanes,Q);var Y=C8(M,O,Q);A_(M,Y);return}case E:var ue=s,ce=M.type,ve=M.stateNode;if((M.flags&Xe)===Ze&&(typeof ce.getDerivedStateFromError=="function"||ve!==null&&typeof ve.componentDidCatch=="function"&&!S7(ve))){M.flags|=qn;var Oe=yc(f);M.lanes=vt(M.lanes,Oe);var tt=T4(M,ue,Oe);A_(M,tt);return}break}M=M.return}while(M!==null)}function kI(){return null}var ah=o.ReactCurrentOwner,cl=!1,D4,uh,P4,$4,N4,qc,L4,D0,sh;D4={},uh={},P4={},$4={},N4={},qc=!1,L4={},D0={},sh={};function gr(e,t,a,s){e===null?t.child=$D(t,null,a,s):t.child=cp(t,e.child,a,s)}function xI(e,t,a,s){t.child=cp(t,e.child,null,s),t.child=cp(t,null,a,s)}function D8(e,t,a,s,f){if(t.type!==t.elementType){var h=a.propTypes;h&&rl(h,s,"prop",Kt(a))}var k=a.render,w=t.ref,D,M;fp(t,f),pr(t);{if(ah.current=t,ti(!0),D=yp(e,t,k,s,w,f),M=bp(),t.mode&Wt){sn(!0);try{D=yp(e,t,k,s,w,f),M=bp()}finally{sn(!1)}}ti(!1)}return vr(),e!==null&&!cl?(jD(e,t,f),iu(e,t,f)):(Oi()&&M&&p_(t),t.flags|=no,gr(e,t,D,f),t.child)}function P8(e,t,a,s,f){if(e===null){var h=a.type;if(SU(h)&&a.compare===null&&a.defaultProps===void 0){var k=h;return k=Tp(h),t.tag=Z,t.type=k,O4(t,h),$8(e,t,k,s,f)}{var w=h.propTypes;if(w&&rl(w,s,"prop",Kt(h)),a.defaultProps!==void 0){var D=Kt(h)||"Unknown";sh[D]||(p("%s: Support for defaultProps will be removed from memo components in a future major release. Use JavaScript default parameters instead.",D),sh[D]=!0)}}var M=g3(a.type,null,s,t,t.mode,f);return M.ref=t.ref,M.return=t,t.child=M,M}{var O=a.type,Q=O.propTypes;Q&&rl(Q,s,"prop",Kt(O))}var Y=e.child,ue=U4(e,f);if(!ue){var ce=Y.memoizedProps,ve=a.compare;if(ve=ve!==null?ve:je,ve(ce,s)&&e.ref===t.ref)return iu(e,t,f)}t.flags|=no;var Oe=ed(Y,s);return Oe.ref=t.ref,Oe.return=t,t.child=Oe,Oe}function $8(e,t,a,s,f){if(t.type!==t.elementType){var h=t.elementType;if(h.$$typeof===yi){var k=h,w=k._payload,D=k._init;try{h=D(w)}catch{h=null}var M=h&&h.propTypes;M&&rl(M,s,"prop",Kt(h))}}if(e!==null){var O=e.memoizedProps;if(je(O,s)&&e.ref===t.ref&&t.type===e.type)if(cl=!1,t.pendingProps=s=O,U4(e,f))(e.flags&uf)!==Ze&&(cl=!0);else return t.lanes=e.lanes,iu(e,t,f)}return M4(e,t,a,s,f)}function N8(e,t,a){var s=t.pendingProps,f=s.children,h=e!==null?e.memoizedState:null;if(s.mode==="hidden"||z)if((t.mode>)===Je){var k={baseLanes:xe,cachePool:null,transitions:null};t.memoizedState=k,U0(t,a)}else if(tr(a,er)){var Q={baseLanes:xe,cachePool:null,transitions:null};t.memoizedState=Q;var Y=h!==null?h.baseLanes:a;U0(t,Y)}else{var w=null,D;if(h!==null){var M=h.baseLanes;D=vt(M,a)}else D=a;t.lanes=t.childLanes=er;var O={baseLanes:D,cachePool:w,transitions:null};return t.memoizedState=O,t.updateQueue=null,U0(t,D),null}else{var ue;h!==null?(ue=vt(h.baseLanes,a),t.memoizedState=null):ue=a,U0(t,ue)}return gr(e,t,f,a),t.child}function _I(e,t,a){var s=t.pendingProps;return gr(e,t,s,a),t.child}function EI(e,t,a){var s=t.pendingProps.children;return gr(e,t,s,a),t.child}function CI(e,t,a){{t.flags|=Et;{var s=t.stateNode;s.effectDuration=0,s.passiveEffectDuration=0}}var f=t.pendingProps,h=f.children;return gr(e,t,h,a),t.child}function L8(e,t){var a=t.ref;(e===null&&a!==null||e!==null&&e.ref!==a)&&(t.flags|=hn,t.flags|=Hu)}function M4(e,t,a,s,f){if(t.type!==t.elementType){var h=a.propTypes;h&&rl(h,s,"prop",Kt(a))}var k;{var w=op(t,a,!0);k=lp(t,w)}var D,M;fp(t,f),pr(t);{if(ah.current=t,ti(!0),D=yp(e,t,a,s,k,f),M=bp(),t.mode&Wt){sn(!0);try{D=yp(e,t,a,s,k,f),M=bp()}finally{sn(!1)}}ti(!1)}return vr(),e!==null&&!cl?(jD(e,t,f),iu(e,t,f)):(Oi()&&M&&p_(t),t.flags|=no,gr(e,t,D,f),t.child)}function M8(e,t,a,s,f){{switch(UU(t)){case!1:{var h=t.stateNode,k=t.type,w=new k(t.memoizedProps,h.context),D=w.state;h.updater.enqueueSetState(h,D,null);break}case!0:{t.flags|=Xe,t.flags|=qn;var M=new Error("Simulated error coming from DevTools"),O=yc(f);t.lanes=vt(t.lanes,O);var Q=T4(t,Yc(M,t),O);A_(t,Q);break}}if(t.type!==t.elementType){var Y=a.propTypes;Y&&rl(Y,s,"prop",Kt(a))}}var ue;ql(a)?(ue=!0,Bb(t)):ue=!1,fp(t,f);var ce=t.stateNode,ve;ce===null?($0(e,t),_8(t,a,s),C4(t,a,s,f),ve=!0):e===null?ve=pI(t,a,s,f):ve=vI(e,t,a,s,f);var Oe=A4(e,t,a,ve,ue,f);{var tt=t.stateNode;ve&&tt.props!==s&&(qc||p("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",pt(t)||"a component"),qc=!0)}return Oe}function A4(e,t,a,s,f,h){L8(e,t);var k=(t.flags&Xe)!==Ze;if(!s&&!k)return f&&vD(t,a,!1),iu(e,t,h);var w=t.stateNode;ah.current=t;var D;if(k&&typeof a.getDerivedStateFromError!="function")D=null,g8();else{pr(t);{if(ti(!0),D=w.render(),t.mode&Wt){sn(!0);try{w.render()}finally{sn(!1)}}ti(!1)}vr()}return t.flags|=no,e!==null&&k?xI(e,t,D,h):gr(e,t,D,h),t.memoizedState=w.state,f&&vD(t,a,!0),t.child}function A8(e){var t=e.stateNode;t.pendingContext?fD(e,t.pendingContext,t.pendingContext!==t.context):t.context&&fD(e,t.context,!1),O_(e,t.containerInfo)}function wI(e,t,a){if(A8(t),e===null)throw new Error("Should have a current fiber. This is a bug in React.");var s=t.pendingProps,f=t.memoizedState,h=f.element;RD(e,t),i0(t,s,null,a);var k=t.memoizedState;t.stateNode;var w=k.element;if(f.isDehydrated){var D={element:w,isDehydrated:!1,cache:k.cache,pendingSuspenseBoundaries:k.pendingSuspenseBoundaries,transitions:k.transitions},M=t.updateQueue;if(M.baseState=D,t.memoizedState=D,t.flags&bi){var O=Yc(new Error("There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering."),t);return O8(e,t,w,a,O)}else if(w!==h){var Q=Yc(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t);return O8(e,t,w,a,Q)}else{Dz(t);var Y=$D(t,null,w,a);t.child=Y;for(var ue=Y;ue;)ue.flags=ue.flags&~un|Qi,ue=ue.sibling}}else{if(sp(),w===h)return iu(e,t,a);gr(e,t,w,a)}return t.child}function O8(e,t,a,s,f){return sp(),b_(f),t.flags|=bi,gr(e,t,a,s),t.child}function SI(e,t,a){UD(t),e===null&&y_(t);var s=t.type,f=t.pendingProps,h=e!==null?e.memoizedProps:null,k=f.children,w=J1(s,f);return w?k=null:h!==null&&J1(s,h)&&(t.flags|=Mr),L8(e,t),gr(e,t,k,a),t.child}function TI(e,t){return e===null&&y_(t),null}function DI(e,t,a,s){$0(e,t);var f=t.pendingProps,h=a,k=h._payload,w=h._init,D=w(k);t.type=D;var M=t.tag=TU(D),O=sl(D,f),Q;switch(M){case x:return O4(t,D),t.type=D=Tp(D),Q=M4(null,t,D,O,s),Q;case E:return t.type=D=d3(D),Q=M8(null,t,D,O,s),Q;case K:return t.type=D=f3(D),Q=D8(null,t,D,O,s),Q;case G:{if(t.type!==t.elementType){var Y=D.propTypes;Y&&rl(Y,O,"prop",Kt(D))}return Q=P8(null,t,D,sl(D.type,O),s),Q}}var ue="";throw D!==null&&typeof D=="object"&&D.$$typeof===yi&&(ue=" Did you wrap a component in React.lazy() more than once?"),new Error("Element type is invalid. Received a promise that resolves to: "+D+". "+("Lazy element type must resolve to a class or function."+ue))}function PI(e,t,a,s,f){$0(e,t),t.tag=E;var h;return ql(a)?(h=!0,Bb(t)):h=!1,fp(t,f),_8(t,a,s),C4(t,a,s,f),A4(null,t,a,!0,h,f)}function $I(e,t,a,s){$0(e,t);var f=t.pendingProps,h;{var k=op(t,a,!1);h=lp(t,k)}fp(t,s);var w,D;pr(t);{if(a.prototype&&typeof a.prototype.render=="function"){var M=Kt(a)||"Unknown";D4[M]||(p("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",M,M),D4[M]=!0)}t.mode&Wt&&ll.recordLegacyContextWarning(t,null),ti(!0),ah.current=t,w=yp(null,t,a,f,h,s),D=bp(),ti(!1)}if(vr(),t.flags|=no,typeof w=="object"&&w!==null&&typeof w.render=="function"&&w.$$typeof===void 0){var O=Kt(a)||"Unknown";uh[O]||(p("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",O,O,O),uh[O]=!0)}if(typeof w=="object"&&w!==null&&typeof w.render=="function"&&w.$$typeof===void 0){{var Q=Kt(a)||"Unknown";uh[Q]||(p("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",Q,Q,Q),uh[Q]=!0)}t.tag=E,t.memoizedState=null,t.updateQueue=null;var Y=!1;return ql(a)?(Y=!0,Bb(t)):Y=!1,t.memoizedState=w.state!==null&&w.state!==void 0?w.state:null,M_(t),x8(t,w),C4(t,a,f,s),A4(null,t,a,!0,Y,s)}else{if(t.tag=x,t.mode&Wt){sn(!0);try{w=yp(null,t,a,f,h,s),D=bp()}finally{sn(!1)}}return Oi()&&D&&p_(t),gr(null,t,w,s),O4(t,a),t.child}}function O4(e,t){{if(t&&t.childContextTypes&&p("%s(...): childContextTypes cannot be defined on a function component.",t.displayName||t.name||"Component"),e.ref!==null){var a="",s=Pr();s&&(a+=`
|
|
131
131
|
|
|
132
|
-
Check the render method of \``+s+"`.");var f=s||"",h=e._debugSource;h&&(f=h.fileName+":"+h.lineNumber),N4[f]||(N4[f]=!0,p("Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s",a))}if(t.defaultProps!==void 0){var k=Kt(t)||"Unknown";sh[k]||(p("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",k),sh[k]=!0)}if(typeof t.getDerivedStateFromProps=="function"){var w=Kt(t)||"Unknown";$4[w]||(p("%s: Function components do not support getDerivedStateFromProps.",w),$4[w]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var D=Kt(t)||"Unknown";P4[D]||(p("%s: Function components do not support contextType.",D),P4[D]=!0)}}}var F4={dehydrated:null,treeContext:null,retryLane:Dt};function R4(e){return{baseLanes:e,cachePool:kI(),transitions:null}}function NI(e,t){var a=null;return{baseLanes:vt(e.baseLanes,t),cachePool:a,transitions:e.transitions}}function LI(e,t,a,s){if(t!==null){var f=t.memoizedState;if(f===null)return!1}return z_(e,Zm)}function MI(e,t){return bc(e.childLanes,t)}function FD(e,t,a){var s=t.pendingProps;VU(t)&&(t.flags|=Xe);var f=ll.current,h=!1,k=(t.flags&Xe)!==Ze;if(k||LI(f,e)?(h=!0,t.flags&=~Xe):(e===null||e.memoizedState!==null)&&(f=Xz(f,K8)),f=vp(f),fs(t,f),e===null){y_(t);var w=t.memoizedState;if(w!==null){var D=w.dehydrated;if(D!==null)return zI(t,D)}var M=s.children,O=s.fallback;if(h){var Q=AI(t,M,O,a),Y=t.child;return Y.memoizedState=R4(a),t.memoizedState=F4,Q}else return z4(t,M)}else{var ue=e.memoizedState;if(ue!==null){var ce=ue.dehydrated;if(ce!==null)return II(e,t,k,s,ce,ue,a)}if(h){var ve=s.fallback,Oe=s.children,tt=FI(e,t,Oe,ve,a),Qe=t.child,St=e.child.memoizedState;return Qe.memoizedState=St===null?R4(a):NI(St,a),Qe.childLanes=MI(e,a),t.memoizedState=F4,tt}else{var xt=s.children,ne=OI(e,t,xt,a);return t.memoizedState=null,ne}}}function z4(e,t,a){var s=e.mode,f={mode:"visible",children:t},h=I4(f,s);return h.return=e,e.child=h,h}function AI(e,t,a,s){var f=e.mode,h=e.child,k={mode:"hidden",children:t},w,D;return(f>)===Je&&h!==null?(w=h,w.childLanes=xe,w.pendingProps=k,e.mode&Pt&&(w.actualDuration=0,w.actualStartTime=-1,w.selfBaseDuration=0,w.treeBaseDuration=0),D=ks(a,f,s,null)):(w=I4(k,f),D=ks(a,f,s,null)),w.return=e,D.return=e,w.sibling=D,e.child=w,D}function I4(e,t,a){return R7(e,t,xe,null)}function RD(e,t){return ed(e,t)}function OI(e,t,a,s){var f=e.child,h=f.sibling,k=RD(f,{mode:"visible",children:a});if((t.mode>)===Je&&(k.lanes=s),k.return=t,k.sibling=null,h!==null){var w=t.deletions;w===null?(t.deletions=[h],t.flags|=Lr):w.push(h)}return t.child=k,k}function FI(e,t,a,s,f){var h=t.mode,k=e.child,w=k.sibling,D={mode:"hidden",children:a},M;if((h>)===Je&&t.child!==k){var O=t.child;M=O,M.childLanes=xe,M.pendingProps=D,t.mode&Pt&&(M.actualDuration=0,M.actualStartTime=-1,M.selfBaseDuration=k.selfBaseDuration,M.treeBaseDuration=k.treeBaseDuration),t.deletions=null}else M=RD(k,D),M.subtreeFlags=k.subtreeFlags&$n;var Q;return w!==null?Q=ed(w,s):(Q=ks(s,h,f,null),Q.flags|=un),Q.return=t,M.return=t,M.sibling=Q,t.child=M,Q}function P0(e,t,a,s){s!==null&&b_(s),cp(t,e.child,null,a);var f=t.pendingProps,h=f.children,k=z4(t,h);return k.flags|=un,t.memoizedState=null,k}function RI(e,t,a,s,f){var h=t.mode,k={mode:"visible",children:a},w=I4(k,h),D=ks(s,h,f,null);return D.flags|=un,w.return=t,D.return=t,w.sibling=D,t.child=w,(t.mode>)!==Je&&cp(t,e.child,null,f),D}function zI(e,t,a){return(e.mode>)===Je?(p("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."),e.lanes=ot):i_(t)?e.lanes=ki:e.lanes=er,null}function II(e,t,a,s,f,h,k){if(a)if(t.flags&bi){t.flags&=~bi;var ne=w4(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering."));return P0(e,t,k,ne)}else{if(t.memoizedState!==null)return t.child=e.child,t.flags|=Xe,null;var me=s.children,ie=s.fallback,Te=RI(e,t,me,ie,k),Ue=t.child;return Ue.memoizedState=R4(k),t.memoizedState=F4,Te}else{if(Sz(),(t.mode>)===Je)return P0(e,t,k,null);if(i_(f)){var w,D,M;{var O=KR(f);w=O.digest,D=O.message,M=O.stack}var Q;D?Q=new Error(D):Q=new Error("The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering.");var Y=w4(Q,w,M);return P0(e,t,k,Y)}var ue=tr(k,e.childLanes);if(sl||ue){var ce=B0();if(ce!==null){var ve=fm(ce,k);if(ve!==Dt&&ve!==h.retryLane){h.retryLane=ve;var Oe=Xt;Vr(e,ve),vi(ce,e,ve,Oe)}}l3();var tt=w4(new Error("This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition."));return P0(e,t,k,tt)}else if(l8(f)){t.flags|=Xe,t.child=e.child;var Qe=cU.bind(null,e);return jR(f,Qe),null}else{Pz(t,f,h.treeContext);var St=s.children,xt=z4(t,St);return xt.flags|=Qi,xt}}}function zD(e,t,a){e.lanes=vt(e.lanes,t);var s=e.alternate;s!==null&&(s.lanes=vt(s.lanes,t)),P_(e.return,t,a)}function BI(e,t,a){for(var s=t;s!==null;){if(s.tag===U){var f=s.memoizedState;f!==null&&zD(s,a,e)}else if(s.tag===R)zD(s,a,e);else if(s.child!==null){s.child.return=s,s=s.child;continue}if(s===e)return;for(;s.sibling===null;){if(s.return===null||s.return===e)return;s=s.return}s.sibling.return=s.return,s=s.sibling}}function UI(e){for(var t=e,a=null;t!==null;){var s=t.alternate;s!==null&&a0(s)===null&&(a=t),t=t.sibling}return a}function VI(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!L4[e])if(L4[e]=!0,typeof e=="string")switch(e.toLowerCase()){case"together":case"forwards":case"backwards":{p('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',e,e.toLowerCase());break}case"forward":case"backward":{p('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',e,e.toLowerCase());break}default:p('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e);break}else p('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}function KI(e,t){e!==void 0&&!D0[e]&&(e!=="collapsed"&&e!=="hidden"?(D0[e]=!0,p('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):t!=="forwards"&&t!=="backwards"&&(D0[e]=!0,p('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',e)))}function ID(e,t){{var a=ni(e),s=!a&&typeof Qt(e)=="function";if(a||s){var f=a?"array":"iterable";return p("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",f,t,f),!1}}return!0}function jI(e,t){if((t==="forwards"||t==="backwards")&&e!==void 0&&e!==null&&e!==!1)if(ni(e)){for(var a=0;a<e.length;a++)if(!ID(e[a],a))return}else{var s=Qt(e);if(typeof s=="function"){var f=s.call(e);if(f)for(var h=f.next(),k=0;!h.done;h=f.next()){if(!ID(h.value,k))return;k++}}else p('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',t)}}function B4(e,t,a,s,f){var h=e.memoizedState;h===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:s,tail:a,tailMode:f}:(h.isBackwards=t,h.rendering=null,h.renderingStartTime=0,h.last=s,h.tail=a,h.tailMode=f)}function BD(e,t,a){var s=t.pendingProps,f=s.revealOrder,h=s.tail,k=s.children;VI(f),KI(h,f),jI(k,f),gr(e,t,k,a);var w=ll.current,D=z_(w,Zm);if(D)w=I_(w,Zm),t.flags|=Xe;else{var M=e!==null&&(e.flags&Xe)!==Ze;M&&BI(t,t.child,a),w=vp(w)}if(fs(t,w),(t.mode>)===Je)t.memoizedState=null;else switch(f){case"forwards":{var O=UI(t.child),Q;O===null?(Q=t.child,t.child=null):(Q=O.sibling,O.sibling=null),B4(t,!1,Q,O,h);break}case"backwards":{var Y=null,ue=t.child;for(t.child=null;ue!==null;){var ce=ue.alternate;if(ce!==null&&a0(ce)===null){t.child=ue;break}var ve=ue.sibling;ue.sibling=Y,Y=ue,ue=ve}B4(t,!0,Y,null,h);break}case"together":{B4(t,!1,null,null,void 0);break}default:t.memoizedState=null}return t.child}function HI(e,t,a){O_(t,t.stateNode.containerInfo);var s=t.pendingProps;return e===null?t.child=cp(t,null,s,a):gr(e,t,s,a),t.child}var UD=!1;function WI(e,t,a){var s=t.type,f=s._context,h=t.pendingProps,k=t.memoizedProps,w=h.value;{"value"in h||UD||(UD=!0,p("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?"));var D=t.type.propTypes;D&&il(D,h,"prop","Context.Provider")}if(M8(t,f,w),k!==null){var M=k.value;if(we(M,w)){if(k.children===h.children&&!zb())return iu(e,t,a)}else Vz(t,f,a)}var O=h.children;return gr(e,t,O,a),t.child}var VD=!1;function GI(e,t,a){var s=t.type;s._context===void 0?s!==s.Consumer&&(VD||(VD=!0,p("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):s=s._context;var f=t.pendingProps,h=f.children;typeof h!="function"&&p("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),fp(t,a);var k=Jn(s);pr(t);var w;return ah.current=t,ti(!0),w=h(k),ti(!1),vr(),t.flags|=no,gr(e,t,w,a),t.child}function ch(){sl=!0}function $0(e,t){(t.mode>)===Je&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=un)}function iu(e,t,a){return e!==null&&(t.dependencies=e.dependencies),gD(),_h(t.lanes),tr(a,t.childLanes)?(Bz(e,t),t.child):null}function YI(e,t,a){{var s=t.return;if(s===null)throw new Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,a.index=t.index,a.sibling=t.sibling,a.return=t.return,a.ref=t.ref,t===s.child)s.child=a;else{var f=s.child;if(f===null)throw new Error("Expected parent to have a child.");for(;f.sibling!==t;)if(f=f.sibling,f===null)throw new Error("Expected to find the previous sibling.");f.sibling=a}var h=s.deletions;return h===null?(s.deletions=[e],s.flags|=Lr):h.push(e),a.flags|=un,a}}function U4(e,t){var a=e.lanes;return!!tr(a,t)}function qI(e,t,a){switch(t.tag){case C:AD(t),t.stateNode,sp();break;case P:U8(t);break;case E:{var s=t.type;Yl(s)&&Bb(t);break}case T:O_(t,t.stateNode.containerInfo);break;case B:{var f=t.memoizedProps.value,h=t.type._context;M8(t,h,f);break}case j:{var k=tr(a,t.childLanes);k&&(t.flags|=Et);{var w=t.stateNode;w.effectDuration=0,w.passiveEffectDuration=0}}break;case U:{var D=t.memoizedState;if(D!==null){if(D.dehydrated!==null)return fs(t,vp(ll.current)),t.flags|=Xe,null;var M=t.child,O=M.childLanes;if(tr(a,O))return FD(e,t,a);fs(t,vp(ll.current));var Q=iu(e,t,a);return Q!==null?Q.sibling:null}else fs(t,vp(ll.current));break}case R:{var Y=(e.flags&Xe)!==Ze,ue=tr(a,t.childLanes);if(Y){if(ue)return BD(e,t,a);t.flags|=Xe}var ce=t.memoizedState;if(ce!==null&&(ce.rendering=null,ce.tail=null,ce.lastEffect=null),fs(t,ll.current),ue)break;return null}case re:case ae:return t.lanes=xe,ND(e,t,a)}return iu(e,t,a)}function KD(e,t,a){if(t._debugNeedsRemount&&e!==null)return YI(e,t,g3(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes));if(e!==null){var s=e.memoizedProps,f=t.pendingProps;if(s!==f||zb()||t.type!==e.type)sl=!0;else{var h=U4(e,a);if(!h&&(t.flags&Xe)===Ze)return sl=!1,qI(e,t,a);(e.flags&uf)!==Ze?sl=!0:sl=!1}}else if(sl=!1,Oi()&&kz(t)){var k=t.index,w=xz();g8(t,w,k)}switch(t.lanes=xe,t.tag){case S:return $I(e,t,t.type,a);case ke:{var D=t.elementType;return DI(e,t,D,a)}case x:{var M=t.type,O=t.pendingProps,Q=t.elementType===M?O:ul(M,O);return M4(e,t,M,Q,a)}case E:{var Y=t.type,ue=t.pendingProps,ce=t.elementType===Y?ue:ul(Y,ue);return MD(e,t,Y,ce,a)}case C:return wI(e,t,a);case P:return SI(e,t,a);case N:return TI(e,t);case U:return FD(e,t,a);case T:return HI(e,t,a);case K:{var ve=t.type,Oe=t.pendingProps,tt=t.elementType===ve?Oe:ul(ve,Oe);return DD(e,t,ve,tt,a)}case L:return _I(e,t,a);case A:return EI(e,t,a);case j:return CI(e,t,a);case B:return WI(e,t,a);case F:return GI(e,t,a);case G:{var Qe=t.type,St=t.pendingProps,xt=ul(Qe,St);if(t.type!==t.elementType){var ne=Qe.propTypes;ne&&il(ne,xt,"prop",Kt(Qe))}return xt=ul(Qe.type,xt),PD(e,t,Qe,xt,a)}case Z:return $D(e,t,t.type,t.pendingProps,a);case pe:{var me=t.type,ie=t.pendingProps,Te=t.elementType===me?ie:ul(me,ie);return PI(e,t,me,Te,a)}case R:return BD(e,t,a);case de:break;case re:return ND(e,t,a)}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function kp(e){e.flags|=Et}function jD(e){e.flags|=hn,e.flags|=Hu}var HD,V4,WD,GD;HD=function(e,t,a,s){for(var f=t.child;f!==null;){if(f.tag===P||f.tag===N)gR(e,f.stateNode);else if(f.tag!==T){if(f.child!==null){f.child.return=f,f=f.child;continue}}if(f===t)return;for(;f.sibling===null;){if(f.return===null||f.return===t)return;f=f.return}f.sibling.return=f.return,f=f.sibling}},V4=function(e,t){},WD=function(e,t,a,s,f){var h=e.memoizedProps;if(h!==s){var k=t.stateNode,w=F_(),D=bR(k,a,h,s,f,w);t.updateQueue=D,D&&kp(t)}},GD=function(e,t,a,s){a!==s&&kp(t)};function dh(e,t){if(!Oi())switch(e.tailMode){case"hidden":{for(var a=e.tail,s=null;a!==null;)a.alternate!==null&&(s=a),a=a.sibling;s===null?e.tail=null:s.sibling=null;break}case"collapsed":{for(var f=e.tail,h=null;f!==null;)f.alternate!==null&&(h=f),f=f.sibling;h===null?!t&&e.tail!==null?e.tail.sibling=null:e.tail=null:h.sibling=null;break}}}function Ri(e){var t=e.alternate!==null&&e.alternate.child===e.child,a=xe,s=Ze;if(t){if((e.mode&Pt)!==Je){for(var D=e.selfBaseDuration,M=e.child;M!==null;)a=vt(a,vt(M.lanes,M.childLanes)),s|=M.subtreeFlags&$n,s|=M.flags&$n,D+=M.treeBaseDuration,M=M.sibling;e.treeBaseDuration=D}else for(var O=e.child;O!==null;)a=vt(a,vt(O.lanes,O.childLanes)),s|=O.subtreeFlags&$n,s|=O.flags&$n,O.return=e,O=O.sibling;e.subtreeFlags|=s}else{if((e.mode&Pt)!==Je){for(var f=e.actualDuration,h=e.selfBaseDuration,k=e.child;k!==null;)a=vt(a,vt(k.lanes,k.childLanes)),s|=k.subtreeFlags,s|=k.flags,f+=k.actualDuration,h+=k.treeBaseDuration,k=k.sibling;e.actualDuration=f,e.treeBaseDuration=h}else for(var w=e.child;w!==null;)a=vt(a,vt(w.lanes,w.childLanes)),s|=w.subtreeFlags,s|=w.flags,w.return=e,w=w.sibling;e.subtreeFlags|=s}return e.childLanes=a,t}function QI(e,t,a){if(Az()&&(t.mode>)!==Je&&(t.flags&Xe)===Ze)return C8(t),sp(),t.flags|=bi|ic|qn,!1;var s=Hb(t);if(a!==null&&a.dehydrated!==null)if(e===null){if(!s)throw new Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(Lz(t),Ri(t),(t.mode&Pt)!==Je){var f=a!==null;if(f){var h=t.child;h!==null&&(t.treeBaseDuration-=h.treeBaseDuration)}}return!1}else{if(sp(),(t.flags&Xe)===Ze&&(t.memoizedState=null),t.flags|=Et,Ri(t),(t.mode&Pt)!==Je){var k=a!==null;if(k){var w=t.child;w!==null&&(t.treeBaseDuration-=w.treeBaseDuration)}}return!1}else return w8(),!0}function YD(e,t,a){var s=t.pendingProps;switch(v_(t),t.tag){case S:case ke:case Z:case x:case K:case L:case A:case j:case F:case G:return Ri(t),null;case E:{var f=t.type;return Yl(f)&&Ib(t),Ri(t),null}case C:{var h=t.stateNode;if(pp(t),c_(t),U_(),h.pendingContext&&(h.context=h.pendingContext,h.pendingContext=null),e===null||e.child===null){var k=Hb(t);if(k)kp(t);else if(e!==null){var w=e.memoizedState;(!w.isDehydrated||(t.flags&bi)!==Ze)&&(t.flags|=Un,w8())}}return V4(e,t),Ri(t),null}case P:{R_(t);var D=B8(),M=t.type;if(e!==null&&t.stateNode!=null)WD(e,t,M,s,D),e.ref!==t.ref&&jD(t);else{if(!s){if(t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return Ri(t),null}var O=F_(),Q=Hb(t);if(Q)$z(t,D,O)&&kp(t);else{var Y=hR(M,s,D,O,t);HD(Y,t,!1,!1),t.stateNode=Y,yR(Y,M,s,D)&&kp(t)}t.ref!==null&&jD(t)}return Ri(t),null}case N:{var ue=s;if(e&&t.stateNode!=null){var ce=e.memoizedProps;GD(e,t,ce,ue)}else{if(typeof ue!="string"&&t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");var ve=B8(),Oe=F_(),tt=Hb(t);tt?Nz(t)&&kp(t):t.stateNode=kR(ue,ve,Oe,t)}return Ri(t),null}case U:{mp(t);var Qe=t.memoizedState;if(e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){var St=QI(e,t,Qe);if(!St)return t.flags&qn?t:null}if((t.flags&Xe)!==Ze)return t.lanes=a,(t.mode&Pt)!==Je&&f4(t),t;var xt=Qe!==null,ne=e!==null&&e.memoizedState!==null;if(xt!==ne&&xt){var me=t.child;if(me.flags|=Pn,(t.mode>)!==Je){var ie=e===null&&(t.memoizedProps.unstable_avoidThisFallback!==!0||!0);ie||z_(ll.current,K8)?XB():l3()}}var Te=t.updateQueue;if(Te!==null&&(t.flags|=Et),Ri(t),(t.mode&Pt)!==Je&&xt){var Ue=t.child;Ue!==null&&(t.treeBaseDuration-=Ue.treeBaseDuration)}return null}case T:return pp(t),V4(e,t),e===null&&pz(t.stateNode.containerInfo),Ri(t),null;case B:var Re=t.type._context;return D_(Re,t),Ri(t),null;case pe:{var lt=t.type;return Yl(lt)&&Ib(t),Ri(t),null}case R:{mp(t);var ct=t.memoizedState;if(ct===null)return Ri(t),null;var Yt=(t.flags&Xe)!==Ze,Lt=ct.rendering;if(Lt===null)if(Yt)dh(ct,!1);else{var jn=JB()&&(e===null||(e.flags&Xe)===Ze);if(!jn)for(var Mt=t.child;Mt!==null;){var Fn=a0(Mt);if(Fn!==null){Yt=!0,t.flags|=Xe,dh(ct,!1);var ur=Fn.updateQueue;return ur!==null&&(t.updateQueue=ur,t.flags|=Et),t.subtreeFlags=Ze,Uz(t,a),fs(t,I_(ll.current,Zm)),t.child}Mt=Mt.sibling}ct.tail!==null&&Vn()>m7()&&(t.flags|=Xe,Yt=!0,dh(ct,!1),t.lanes=im)}else{if(!Yt){var Vi=a0(Lt);if(Vi!==null){t.flags|=Xe,Yt=!0;var so=Vi.updateQueue;if(so!==null&&(t.updateQueue=so,t.flags|=Et),dh(ct,!0),ct.tail===null&&ct.tailMode==="hidden"&&!Lt.alternate&&!Oi())return Ri(t),null}else Vn()*2-ct.renderingStartTime>m7()&&a!==er&&(t.flags|=Xe,Yt=!0,dh(ct,!1),t.lanes=im)}if(ct.isBackwards)Lt.sibling=t.child,t.child=Lt;else{var kr=ct.last;kr!==null?kr.sibling=Lt:t.child=Lt,ct.last=Lt}}if(ct.tail!==null){var xr=ct.tail;ct.rendering=xr,ct.tail=xr.sibling,ct.renderingStartTime=Vn(),xr.sibling=null;var sr=ll.current;return Yt?sr=I_(sr,Zm):sr=vp(sr),fs(t,sr),xr}return Ri(t),null}case de:break;case re:case ae:{o3(t);var uu=t.memoizedState,Dp=uu!==null;if(e!==null){var Th=e.memoizedState,na=Th!==null;na!==Dp&&!z&&(t.flags|=Pn)}return!Dp||(t.mode>)===Je?Ri(t):tr(ta,er)&&(Ri(t),t.subtreeFlags&(un|Et)&&(t.flags|=Pn)),null}case be:return null;case V:return null}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function XI(e,t,a){switch(v_(t),t.tag){case E:{var s=t.type;Yl(s)&&Ib(t);var f=t.flags;return f&qn?(t.flags=f&~qn|Xe,(t.mode&Pt)!==Je&&f4(t),t):null}case C:{t.stateNode,pp(t),c_(t),U_();var h=t.flags;return(h&qn)!==Ze&&(h&Xe)===Ze?(t.flags=h&~qn|Xe,t):null}case P:return R_(t),null;case U:{mp(t);var k=t.memoizedState;if(k!==null&&k.dehydrated!==null){if(t.alternate===null)throw new Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");sp()}var w=t.flags;return w&qn?(t.flags=w&~qn|Xe,(t.mode&Pt)!==Je&&f4(t),t):null}case R:return mp(t),null;case T:return pp(t),null;case B:var D=t.type._context;return D_(D,t),null;case re:case ae:return o3(t),null;case be:return null;default:return null}}function qD(e,t,a){switch(v_(t),t.tag){case E:{var s=t.type.childContextTypes;s!=null&&Ib(t);break}case C:{t.stateNode,pp(t),c_(t),U_();break}case P:{R_(t);break}case T:pp(t);break;case U:mp(t);break;case R:mp(t);break;case B:var f=t.type._context;D_(f,t);break;case re:case ae:o3(t);break}}var QD=null;QD=new Set;var N0=!1,zi=!1,ZI=typeof WeakSet=="function"?WeakSet:Set,He=null,xp=null,_p=null;function JI(e){$l(null,function(){throw e}),nc()}var eB=function(e,t){if(t.props=e.memoizedProps,t.state=e.memoizedState,e.mode&Pt)try{Jl(),t.componentWillUnmount()}finally{Zl(e)}else t.componentWillUnmount()};function XD(e,t){try{ms(ui,e)}catch(a){en(e,t,a)}}function K4(e,t,a){try{eB(e,a)}catch(s){en(e,t,s)}}function tB(e,t,a){try{a.componentDidMount()}catch(s){en(e,t,s)}}function ZD(e,t){try{e7(e)}catch(a){en(e,t,a)}}function Ep(e,t){var a=e.ref;if(a!==null)if(typeof a=="function"){var s;try{if($e&&Me&&e.mode&Pt)try{Jl(),s=a(null)}finally{Zl(e)}else s=a(null)}catch(f){en(e,t,f)}typeof s=="function"&&p("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",pt(e))}else a.current=null}function L0(e,t,a){try{a()}catch(s){en(e,t,s)}}var JD=!1;function nB(e,t){vR(e.containerInfo),He=t,iB();var a=JD;return JD=!1,a}function iB(){for(;He!==null;){var e=He,t=e.child;(e.subtreeFlags&Ll)!==Ze&&t!==null?(t.return=e,He=t):rB()}}function rB(){for(;He!==null;){var e=He;Jt(e);try{oB(e)}catch(a){en(e,e.return,a)}mn();var t=e.sibling;if(t!==null){t.return=e.return,He=t;return}He=e.return}}function oB(e){var t=e.alternate,a=e.flags;if((a&Un)!==Ze){switch(Jt(e),e.tag){case x:case K:case Z:break;case E:{if(t!==null){var s=t.memoizedProps,f=t.memoizedState,h=e.stateNode;e.type===e.elementType&&!qc&&(h.props!==e.memoizedProps&&p("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(e)||"instance"),h.state!==e.memoizedState&&p("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(e)||"instance"));var k=h.getSnapshotBeforeUpdate(e.elementType===e.type?s:ul(e.type,s),f);{var w=QD;k===void 0&&!w.has(e.type)&&(w.add(e.type),p("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",pt(e)))}h.__reactInternalSnapshotBeforeUpdate=k}break}case C:{{var D=e.stateNode;IR(D.containerInfo)}break}case P:case N:case T:case pe:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}mn()}}function cl(e,t,a){var s=t.updateQueue,f=s!==null?s.lastEffect:null;if(f!==null){var h=f.next,k=h;do{if((k.tag&e)===e){var w=k.destroy;k.destroy=void 0,w!==void 0&&((e&Fi)!==Kr?Xo(t):(e&ui)!==Kr&&oc(t),(e&ql)!==Kr&&Ch(!0),L0(t,a,w),(e&ql)!==Kr&&Ch(!1),(e&Fi)!==Kr?Fl():(e&ui)!==Kr&&tm())}k=k.next}while(k!==h)}}function ms(e,t){var a=t.updateQueue,s=a!==null?a.lastEffect:null;if(s!==null){var f=s.next,h=f;do{if((h.tag&e)===e){(e&Fi)!==Kr?em(t):(e&ui)!==Kr&&vf(t);var k=h.create;(e&ql)!==Kr&&Ch(!0),h.destroy=k(),(e&ql)!==Kr&&Ch(!1),(e&Fi)!==Kr?Ry():(e&ui)!==Kr&&zy();{var w=h.destroy;if(w!==void 0&&typeof w!="function"){var D=void 0;(h.tag&ui)!==Ze?D="useLayoutEffect":(h.tag&ql)!==Ze?D="useInsertionEffect":D="useEffect";var M=void 0;w===null?M=" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof w.then=="function"?M=`
|
|
132
|
+
Check the render method of \``+s+"`.");var f=s||"",h=e._debugSource;h&&(f=h.fileName+":"+h.lineNumber),N4[f]||(N4[f]=!0,p("Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s",a))}if(t.defaultProps!==void 0){var k=Kt(t)||"Unknown";sh[k]||(p("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",k),sh[k]=!0)}if(typeof t.getDerivedStateFromProps=="function"){var w=Kt(t)||"Unknown";$4[w]||(p("%s: Function components do not support getDerivedStateFromProps.",w),$4[w]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var D=Kt(t)||"Unknown";P4[D]||(p("%s: Function components do not support contextType.",D),P4[D]=!0)}}}var F4={dehydrated:null,treeContext:null,retryLane:Dt};function R4(e){return{baseLanes:e,cachePool:kI(),transitions:null}}function NI(e,t){var a=null;return{baseLanes:vt(e.baseLanes,t),cachePool:a,transitions:e.transitions}}function LI(e,t,a,s){if(t!==null){var f=t.memoizedState;if(f===null)return!1}return z_(e,Zm)}function MI(e,t){return bc(e.childLanes,t)}function F8(e,t,a){var s=t.pendingProps;VU(t)&&(t.flags|=Xe);var f=al.current,h=!1,k=(t.flags&Xe)!==Ze;if(k||LI(f,e)?(h=!0,t.flags&=~Xe):(e===null||e.memoizedState!==null)&&(f=Xz(f,KD)),f=vp(f),fs(t,f),e===null){y_(t);var w=t.memoizedState;if(w!==null){var D=w.dehydrated;if(D!==null)return zI(t,D)}var M=s.children,O=s.fallback;if(h){var Q=AI(t,M,O,a),Y=t.child;return Y.memoizedState=R4(a),t.memoizedState=F4,Q}else return z4(t,M)}else{var ue=e.memoizedState;if(ue!==null){var ce=ue.dehydrated;if(ce!==null)return II(e,t,k,s,ce,ue,a)}if(h){var ve=s.fallback,Oe=s.children,tt=FI(e,t,Oe,ve,a),Qe=t.child,St=e.child.memoizedState;return Qe.memoizedState=St===null?R4(a):NI(St,a),Qe.childLanes=MI(e,a),t.memoizedState=F4,tt}else{var xt=s.children,ne=OI(e,t,xt,a);return t.memoizedState=null,ne}}}function z4(e,t,a){var s=e.mode,f={mode:"visible",children:t},h=I4(f,s);return h.return=e,e.child=h,h}function AI(e,t,a,s){var f=e.mode,h=e.child,k={mode:"hidden",children:t},w,D;return(f>)===Je&&h!==null?(w=h,w.childLanes=xe,w.pendingProps=k,e.mode&Pt&&(w.actualDuration=0,w.actualStartTime=-1,w.selfBaseDuration=0,w.treeBaseDuration=0),D=ks(a,f,s,null)):(w=I4(k,f),D=ks(a,f,s,null)),w.return=e,D.return=e,w.sibling=D,e.child=w,D}function I4(e,t,a){return R7(e,t,xe,null)}function R8(e,t){return ed(e,t)}function OI(e,t,a,s){var f=e.child,h=f.sibling,k=R8(f,{mode:"visible",children:a});if((t.mode>)===Je&&(k.lanes=s),k.return=t,k.sibling=null,h!==null){var w=t.deletions;w===null?(t.deletions=[h],t.flags|=Lr):w.push(h)}return t.child=k,k}function FI(e,t,a,s,f){var h=t.mode,k=e.child,w=k.sibling,D={mode:"hidden",children:a},M;if((h>)===Je&&t.child!==k){var O=t.child;M=O,M.childLanes=xe,M.pendingProps=D,t.mode&Pt&&(M.actualDuration=0,M.actualStartTime=-1,M.selfBaseDuration=k.selfBaseDuration,M.treeBaseDuration=k.treeBaseDuration),t.deletions=null}else M=R8(k,D),M.subtreeFlags=k.subtreeFlags&$n;var Q;return w!==null?Q=ed(w,s):(Q=ks(s,h,f,null),Q.flags|=un),Q.return=t,M.return=t,M.sibling=Q,t.child=M,Q}function P0(e,t,a,s){s!==null&&b_(s),cp(t,e.child,null,a);var f=t.pendingProps,h=f.children,k=z4(t,h);return k.flags|=un,t.memoizedState=null,k}function RI(e,t,a,s,f){var h=t.mode,k={mode:"visible",children:a},w=I4(k,h),D=ks(s,h,f,null);return D.flags|=un,w.return=t,D.return=t,w.sibling=D,t.child=w,(t.mode>)!==Je&&cp(t,e.child,null,f),D}function zI(e,t,a){return(e.mode>)===Je?(p("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."),e.lanes=ot):i_(t)?e.lanes=ki:e.lanes=er,null}function II(e,t,a,s,f,h,k){if(a)if(t.flags&bi){t.flags&=~bi;var ne=w4(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering."));return P0(e,t,k,ne)}else{if(t.memoizedState!==null)return t.child=e.child,t.flags|=Xe,null;var me=s.children,ie=s.fallback,Te=RI(e,t,me,ie,k),Ue=t.child;return Ue.memoizedState=R4(k),t.memoizedState=F4,Te}else{if(Sz(),(t.mode>)===Je)return P0(e,t,k,null);if(i_(f)){var w,D,M;{var O=KR(f);w=O.digest,D=O.message,M=O.stack}var Q;D?Q=new Error(D):Q=new Error("The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering.");var Y=w4(Q,w,M);return P0(e,t,k,Y)}var ue=tr(k,e.childLanes);if(cl||ue){var ce=B0();if(ce!==null){var ve=fm(ce,k);if(ve!==Dt&&ve!==h.retryLane){h.retryLane=ve;var Oe=Xt;Vr(e,ve),vi(ce,e,ve,Oe)}}l3();var tt=w4(new Error("This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition."));return P0(e,t,k,tt)}else if(lD(f)){t.flags|=Xe,t.child=e.child;var Qe=cU.bind(null,e);return jR(f,Qe),null}else{Pz(t,f,h.treeContext);var St=s.children,xt=z4(t,St);return xt.flags|=Qi,xt}}}function z8(e,t,a){e.lanes=vt(e.lanes,t);var s=e.alternate;s!==null&&(s.lanes=vt(s.lanes,t)),P_(e.return,t,a)}function BI(e,t,a){for(var s=t;s!==null;){if(s.tag===U){var f=s.memoizedState;f!==null&&z8(s,a,e)}else if(s.tag===R)z8(s,a,e);else if(s.child!==null){s.child.return=s,s=s.child;continue}if(s===e)return;for(;s.sibling===null;){if(s.return===null||s.return===e)return;s=s.return}s.sibling.return=s.return,s=s.sibling}}function UI(e){for(var t=e,a=null;t!==null;){var s=t.alternate;s!==null&&a0(s)===null&&(a=t),t=t.sibling}return a}function VI(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!L4[e])if(L4[e]=!0,typeof e=="string")switch(e.toLowerCase()){case"together":case"forwards":case"backwards":{p('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',e,e.toLowerCase());break}case"forward":case"backward":{p('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',e,e.toLowerCase());break}default:p('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e);break}else p('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}function KI(e,t){e!==void 0&&!D0[e]&&(e!=="collapsed"&&e!=="hidden"?(D0[e]=!0,p('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):t!=="forwards"&&t!=="backwards"&&(D0[e]=!0,p('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',e)))}function I8(e,t){{var a=ni(e),s=!a&&typeof Qt(e)=="function";if(a||s){var f=a?"array":"iterable";return p("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",f,t,f),!1}}return!0}function jI(e,t){if((t==="forwards"||t==="backwards")&&e!==void 0&&e!==null&&e!==!1)if(ni(e)){for(var a=0;a<e.length;a++)if(!I8(e[a],a))return}else{var s=Qt(e);if(typeof s=="function"){var f=s.call(e);if(f)for(var h=f.next(),k=0;!h.done;h=f.next()){if(!I8(h.value,k))return;k++}}else p('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',t)}}function B4(e,t,a,s,f){var h=e.memoizedState;h===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:s,tail:a,tailMode:f}:(h.isBackwards=t,h.rendering=null,h.renderingStartTime=0,h.last=s,h.tail=a,h.tailMode=f)}function B8(e,t,a){var s=t.pendingProps,f=s.revealOrder,h=s.tail,k=s.children;VI(f),KI(h,f),jI(k,f),gr(e,t,k,a);var w=al.current,D=z_(w,Zm);if(D)w=I_(w,Zm),t.flags|=Xe;else{var M=e!==null&&(e.flags&Xe)!==Ze;M&&BI(t,t.child,a),w=vp(w)}if(fs(t,w),(t.mode>)===Je)t.memoizedState=null;else switch(f){case"forwards":{var O=UI(t.child),Q;O===null?(Q=t.child,t.child=null):(Q=O.sibling,O.sibling=null),B4(t,!1,Q,O,h);break}case"backwards":{var Y=null,ue=t.child;for(t.child=null;ue!==null;){var ce=ue.alternate;if(ce!==null&&a0(ce)===null){t.child=ue;break}var ve=ue.sibling;ue.sibling=Y,Y=ue,ue=ve}B4(t,!0,Y,null,h);break}case"together":{B4(t,!1,null,null,void 0);break}default:t.memoizedState=null}return t.child}function HI(e,t,a){O_(t,t.stateNode.containerInfo);var s=t.pendingProps;return e===null?t.child=cp(t,null,s,a):gr(e,t,s,a),t.child}var U8=!1;function WI(e,t,a){var s=t.type,f=s._context,h=t.pendingProps,k=t.memoizedProps,w=h.value;{"value"in h||U8||(U8=!0,p("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?"));var D=t.type.propTypes;D&&rl(D,h,"prop","Context.Provider")}if(MD(t,f,w),k!==null){var M=k.value;if(we(M,w)){if(k.children===h.children&&!zb())return iu(e,t,a)}else Vz(t,f,a)}var O=h.children;return gr(e,t,O,a),t.child}var V8=!1;function GI(e,t,a){var s=t.type;s._context===void 0?s!==s.Consumer&&(V8||(V8=!0,p("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):s=s._context;var f=t.pendingProps,h=f.children;typeof h!="function"&&p("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),fp(t,a);var k=Jn(s);pr(t);var w;return ah.current=t,ti(!0),w=h(k),ti(!1),vr(),t.flags|=no,gr(e,t,w,a),t.child}function ch(){cl=!0}function $0(e,t){(t.mode>)===Je&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=un)}function iu(e,t,a){return e!==null&&(t.dependencies=e.dependencies),g8(),_h(t.lanes),tr(a,t.childLanes)?(Bz(e,t),t.child):null}function YI(e,t,a){{var s=t.return;if(s===null)throw new Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,a.index=t.index,a.sibling=t.sibling,a.return=t.return,a.ref=t.ref,t===s.child)s.child=a;else{var f=s.child;if(f===null)throw new Error("Expected parent to have a child.");for(;f.sibling!==t;)if(f=f.sibling,f===null)throw new Error("Expected to find the previous sibling.");f.sibling=a}var h=s.deletions;return h===null?(s.deletions=[e],s.flags|=Lr):h.push(e),a.flags|=un,a}}function U4(e,t){var a=e.lanes;return!!tr(a,t)}function qI(e,t,a){switch(t.tag){case C:A8(t),t.stateNode,sp();break;case P:UD(t);break;case E:{var s=t.type;ql(s)&&Bb(t);break}case T:O_(t,t.stateNode.containerInfo);break;case B:{var f=t.memoizedProps.value,h=t.type._context;MD(t,h,f);break}case j:{var k=tr(a,t.childLanes);k&&(t.flags|=Et);{var w=t.stateNode;w.effectDuration=0,w.passiveEffectDuration=0}}break;case U:{var D=t.memoizedState;if(D!==null){if(D.dehydrated!==null)return fs(t,vp(al.current)),t.flags|=Xe,null;var M=t.child,O=M.childLanes;if(tr(a,O))return F8(e,t,a);fs(t,vp(al.current));var Q=iu(e,t,a);return Q!==null?Q.sibling:null}else fs(t,vp(al.current));break}case R:{var Y=(e.flags&Xe)!==Ze,ue=tr(a,t.childLanes);if(Y){if(ue)return B8(e,t,a);t.flags|=Xe}var ce=t.memoizedState;if(ce!==null&&(ce.rendering=null,ce.tail=null,ce.lastEffect=null),fs(t,al.current),ue)break;return null}case re:case ae:return t.lanes=xe,N8(e,t,a)}return iu(e,t,a)}function K8(e,t,a){if(t._debugNeedsRemount&&e!==null)return YI(e,t,g3(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes));if(e!==null){var s=e.memoizedProps,f=t.pendingProps;if(s!==f||zb()||t.type!==e.type)cl=!0;else{var h=U4(e,a);if(!h&&(t.flags&Xe)===Ze)return cl=!1,qI(e,t,a);(e.flags&uf)!==Ze?cl=!0:cl=!1}}else if(cl=!1,Oi()&&kz(t)){var k=t.index,w=xz();gD(t,w,k)}switch(t.lanes=xe,t.tag){case S:return $I(e,t,t.type,a);case ke:{var D=t.elementType;return DI(e,t,D,a)}case x:{var M=t.type,O=t.pendingProps,Q=t.elementType===M?O:sl(M,O);return M4(e,t,M,Q,a)}case E:{var Y=t.type,ue=t.pendingProps,ce=t.elementType===Y?ue:sl(Y,ue);return M8(e,t,Y,ce,a)}case C:return wI(e,t,a);case P:return SI(e,t,a);case N:return TI(e,t);case U:return F8(e,t,a);case T:return HI(e,t,a);case K:{var ve=t.type,Oe=t.pendingProps,tt=t.elementType===ve?Oe:sl(ve,Oe);return D8(e,t,ve,tt,a)}case L:return _I(e,t,a);case A:return EI(e,t,a);case j:return CI(e,t,a);case B:return WI(e,t,a);case F:return GI(e,t,a);case G:{var Qe=t.type,St=t.pendingProps,xt=sl(Qe,St);if(t.type!==t.elementType){var ne=Qe.propTypes;ne&&rl(ne,xt,"prop",Kt(Qe))}return xt=sl(Qe.type,xt),P8(e,t,Qe,xt,a)}case Z:return $8(e,t,t.type,t.pendingProps,a);case pe:{var me=t.type,ie=t.pendingProps,Te=t.elementType===me?ie:sl(me,ie);return PI(e,t,me,Te,a)}case R:return B8(e,t,a);case de:break;case re:return N8(e,t,a)}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function kp(e){e.flags|=Et}function j8(e){e.flags|=hn,e.flags|=Hu}var H8,V4,W8,G8;H8=function(e,t,a,s){for(var f=t.child;f!==null;){if(f.tag===P||f.tag===N)gR(e,f.stateNode);else if(f.tag!==T){if(f.child!==null){f.child.return=f,f=f.child;continue}}if(f===t)return;for(;f.sibling===null;){if(f.return===null||f.return===t)return;f=f.return}f.sibling.return=f.return,f=f.sibling}},V4=function(e,t){},W8=function(e,t,a,s,f){var h=e.memoizedProps;if(h!==s){var k=t.stateNode,w=F_(),D=bR(k,a,h,s,f,w);t.updateQueue=D,D&&kp(t)}},G8=function(e,t,a,s){a!==s&&kp(t)};function dh(e,t){if(!Oi())switch(e.tailMode){case"hidden":{for(var a=e.tail,s=null;a!==null;)a.alternate!==null&&(s=a),a=a.sibling;s===null?e.tail=null:s.sibling=null;break}case"collapsed":{for(var f=e.tail,h=null;f!==null;)f.alternate!==null&&(h=f),f=f.sibling;h===null?!t&&e.tail!==null?e.tail.sibling=null:e.tail=null:h.sibling=null;break}}}function Ri(e){var t=e.alternate!==null&&e.alternate.child===e.child,a=xe,s=Ze;if(t){if((e.mode&Pt)!==Je){for(var D=e.selfBaseDuration,M=e.child;M!==null;)a=vt(a,vt(M.lanes,M.childLanes)),s|=M.subtreeFlags&$n,s|=M.flags&$n,D+=M.treeBaseDuration,M=M.sibling;e.treeBaseDuration=D}else for(var O=e.child;O!==null;)a=vt(a,vt(O.lanes,O.childLanes)),s|=O.subtreeFlags&$n,s|=O.flags&$n,O.return=e,O=O.sibling;e.subtreeFlags|=s}else{if((e.mode&Pt)!==Je){for(var f=e.actualDuration,h=e.selfBaseDuration,k=e.child;k!==null;)a=vt(a,vt(k.lanes,k.childLanes)),s|=k.subtreeFlags,s|=k.flags,f+=k.actualDuration,h+=k.treeBaseDuration,k=k.sibling;e.actualDuration=f,e.treeBaseDuration=h}else for(var w=e.child;w!==null;)a=vt(a,vt(w.lanes,w.childLanes)),s|=w.subtreeFlags,s|=w.flags,w.return=e,w=w.sibling;e.subtreeFlags|=s}return e.childLanes=a,t}function QI(e,t,a){if(Az()&&(t.mode>)!==Je&&(t.flags&Xe)===Ze)return CD(t),sp(),t.flags|=bi|ic|qn,!1;var s=Hb(t);if(a!==null&&a.dehydrated!==null)if(e===null){if(!s)throw new Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(Lz(t),Ri(t),(t.mode&Pt)!==Je){var f=a!==null;if(f){var h=t.child;h!==null&&(t.treeBaseDuration-=h.treeBaseDuration)}}return!1}else{if(sp(),(t.flags&Xe)===Ze&&(t.memoizedState=null),t.flags|=Et,Ri(t),(t.mode&Pt)!==Je){var k=a!==null;if(k){var w=t.child;w!==null&&(t.treeBaseDuration-=w.treeBaseDuration)}}return!1}else return wD(),!0}function Y8(e,t,a){var s=t.pendingProps;switch(v_(t),t.tag){case S:case ke:case Z:case x:case K:case L:case A:case j:case F:case G:return Ri(t),null;case E:{var f=t.type;return ql(f)&&Ib(t),Ri(t),null}case C:{var h=t.stateNode;if(pp(t),c_(t),U_(),h.pendingContext&&(h.context=h.pendingContext,h.pendingContext=null),e===null||e.child===null){var k=Hb(t);if(k)kp(t);else if(e!==null){var w=e.memoizedState;(!w.isDehydrated||(t.flags&bi)!==Ze)&&(t.flags|=Un,wD())}}return V4(e,t),Ri(t),null}case P:{R_(t);var D=BD(),M=t.type;if(e!==null&&t.stateNode!=null)W8(e,t,M,s,D),e.ref!==t.ref&&j8(t);else{if(!s){if(t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return Ri(t),null}var O=F_(),Q=Hb(t);if(Q)$z(t,D,O)&&kp(t);else{var Y=hR(M,s,D,O,t);H8(Y,t,!1,!1),t.stateNode=Y,yR(Y,M,s,D)&&kp(t)}t.ref!==null&&j8(t)}return Ri(t),null}case N:{var ue=s;if(e&&t.stateNode!=null){var ce=e.memoizedProps;G8(e,t,ce,ue)}else{if(typeof ue!="string"&&t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");var ve=BD(),Oe=F_(),tt=Hb(t);tt?Nz(t)&&kp(t):t.stateNode=kR(ue,ve,Oe,t)}return Ri(t),null}case U:{mp(t);var Qe=t.memoizedState;if(e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){var St=QI(e,t,Qe);if(!St)return t.flags&qn?t:null}if((t.flags&Xe)!==Ze)return t.lanes=a,(t.mode&Pt)!==Je&&f4(t),t;var xt=Qe!==null,ne=e!==null&&e.memoizedState!==null;if(xt!==ne&&xt){var me=t.child;if(me.flags|=Pn,(t.mode>)!==Je){var ie=e===null&&(t.memoizedProps.unstable_avoidThisFallback!==!0||!0);ie||z_(al.current,KD)?XB():l3()}}var Te=t.updateQueue;if(Te!==null&&(t.flags|=Et),Ri(t),(t.mode&Pt)!==Je&&xt){var Ue=t.child;Ue!==null&&(t.treeBaseDuration-=Ue.treeBaseDuration)}return null}case T:return pp(t),V4(e,t),e===null&&pz(t.stateNode.containerInfo),Ri(t),null;case B:var Re=t.type._context;return D_(Re,t),Ri(t),null;case pe:{var lt=t.type;return ql(lt)&&Ib(t),Ri(t),null}case R:{mp(t);var ct=t.memoizedState;if(ct===null)return Ri(t),null;var Yt=(t.flags&Xe)!==Ze,Lt=ct.rendering;if(Lt===null)if(Yt)dh(ct,!1);else{var jn=JB()&&(e===null||(e.flags&Xe)===Ze);if(!jn)for(var Mt=t.child;Mt!==null;){var Fn=a0(Mt);if(Fn!==null){Yt=!0,t.flags|=Xe,dh(ct,!1);var ur=Fn.updateQueue;return ur!==null&&(t.updateQueue=ur,t.flags|=Et),t.subtreeFlags=Ze,Uz(t,a),fs(t,I_(al.current,Zm)),t.child}Mt=Mt.sibling}ct.tail!==null&&Vn()>m7()&&(t.flags|=Xe,Yt=!0,dh(ct,!1),t.lanes=im)}else{if(!Yt){var Vi=a0(Lt);if(Vi!==null){t.flags|=Xe,Yt=!0;var so=Vi.updateQueue;if(so!==null&&(t.updateQueue=so,t.flags|=Et),dh(ct,!0),ct.tail===null&&ct.tailMode==="hidden"&&!Lt.alternate&&!Oi())return Ri(t),null}else Vn()*2-ct.renderingStartTime>m7()&&a!==er&&(t.flags|=Xe,Yt=!0,dh(ct,!1),t.lanes=im)}if(ct.isBackwards)Lt.sibling=t.child,t.child=Lt;else{var kr=ct.last;kr!==null?kr.sibling=Lt:t.child=Lt,ct.last=Lt}}if(ct.tail!==null){var xr=ct.tail;ct.rendering=xr,ct.tail=xr.sibling,ct.renderingStartTime=Vn(),xr.sibling=null;var sr=al.current;return Yt?sr=I_(sr,Zm):sr=vp(sr),fs(t,sr),xr}return Ri(t),null}case de:break;case re:case ae:{o3(t);var uu=t.memoizedState,Dp=uu!==null;if(e!==null){var Th=e.memoizedState,ia=Th!==null;ia!==Dp&&!z&&(t.flags|=Pn)}return!Dp||(t.mode>)===Je?Ri(t):tr(na,er)&&(Ri(t),t.subtreeFlags&(un|Et)&&(t.flags|=Pn)),null}case be:return null;case V:return null}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function XI(e,t,a){switch(v_(t),t.tag){case E:{var s=t.type;ql(s)&&Ib(t);var f=t.flags;return f&qn?(t.flags=f&~qn|Xe,(t.mode&Pt)!==Je&&f4(t),t):null}case C:{t.stateNode,pp(t),c_(t),U_();var h=t.flags;return(h&qn)!==Ze&&(h&Xe)===Ze?(t.flags=h&~qn|Xe,t):null}case P:return R_(t),null;case U:{mp(t);var k=t.memoizedState;if(k!==null&&k.dehydrated!==null){if(t.alternate===null)throw new Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");sp()}var w=t.flags;return w&qn?(t.flags=w&~qn|Xe,(t.mode&Pt)!==Je&&f4(t),t):null}case R:return mp(t),null;case T:return pp(t),null;case B:var D=t.type._context;return D_(D,t),null;case re:case ae:return o3(t),null;case be:return null;default:return null}}function q8(e,t,a){switch(v_(t),t.tag){case E:{var s=t.type.childContextTypes;s!=null&&Ib(t);break}case C:{t.stateNode,pp(t),c_(t),U_();break}case P:{R_(t);break}case T:pp(t);break;case U:mp(t);break;case R:mp(t);break;case B:var f=t.type._context;D_(f,t);break;case re:case ae:o3(t);break}}var Q8=null;Q8=new Set;var N0=!1,zi=!1,ZI=typeof WeakSet=="function"?WeakSet:Set,He=null,xp=null,_p=null;function JI(e){Nl(null,function(){throw e}),nc()}var eB=function(e,t){if(t.props=e.memoizedProps,t.state=e.memoizedState,e.mode&Pt)try{ea(),t.componentWillUnmount()}finally{Jl(e)}else t.componentWillUnmount()};function X8(e,t){try{ms(ui,e)}catch(a){en(e,t,a)}}function K4(e,t,a){try{eB(e,a)}catch(s){en(e,t,s)}}function tB(e,t,a){try{a.componentDidMount()}catch(s){en(e,t,s)}}function Z8(e,t){try{e7(e)}catch(a){en(e,t,a)}}function Ep(e,t){var a=e.ref;if(a!==null)if(typeof a=="function"){var s;try{if($e&&Me&&e.mode&Pt)try{ea(),s=a(null)}finally{Jl(e)}else s=a(null)}catch(f){en(e,t,f)}typeof s=="function"&&p("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",pt(e))}else a.current=null}function L0(e,t,a){try{a()}catch(s){en(e,t,s)}}var J8=!1;function nB(e,t){vR(e.containerInfo),He=t,iB();var a=J8;return J8=!1,a}function iB(){for(;He!==null;){var e=He,t=e.child;(e.subtreeFlags&Ml)!==Ze&&t!==null?(t.return=e,He=t):rB()}}function rB(){for(;He!==null;){var e=He;Jt(e);try{oB(e)}catch(a){en(e,e.return,a)}mn();var t=e.sibling;if(t!==null){t.return=e.return,He=t;return}He=e.return}}function oB(e){var t=e.alternate,a=e.flags;if((a&Un)!==Ze){switch(Jt(e),e.tag){case x:case K:case Z:break;case E:{if(t!==null){var s=t.memoizedProps,f=t.memoizedState,h=e.stateNode;e.type===e.elementType&&!qc&&(h.props!==e.memoizedProps&&p("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(e)||"instance"),h.state!==e.memoizedState&&p("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(e)||"instance"));var k=h.getSnapshotBeforeUpdate(e.elementType===e.type?s:sl(e.type,s),f);{var w=Q8;k===void 0&&!w.has(e.type)&&(w.add(e.type),p("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",pt(e)))}h.__reactInternalSnapshotBeforeUpdate=k}break}case C:{{var D=e.stateNode;IR(D.containerInfo)}break}case P:case N:case T:case pe:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}mn()}}function dl(e,t,a){var s=t.updateQueue,f=s!==null?s.lastEffect:null;if(f!==null){var h=f.next,k=h;do{if((k.tag&e)===e){var w=k.destroy;k.destroy=void 0,w!==void 0&&((e&Fi)!==Kr?Zo(t):(e&ui)!==Kr&&oc(t),(e&Ql)!==Kr&&Ch(!0),L0(t,a,w),(e&Ql)!==Kr&&Ch(!1),(e&Fi)!==Kr?Rl():(e&ui)!==Kr&&tm())}k=k.next}while(k!==h)}}function ms(e,t){var a=t.updateQueue,s=a!==null?a.lastEffect:null;if(s!==null){var f=s.next,h=f;do{if((h.tag&e)===e){(e&Fi)!==Kr?em(t):(e&ui)!==Kr&&vf(t);var k=h.create;(e&Ql)!==Kr&&Ch(!0),h.destroy=k(),(e&Ql)!==Kr&&Ch(!1),(e&Fi)!==Kr?Ry():(e&ui)!==Kr&&zy();{var w=h.destroy;if(w!==void 0&&typeof w!="function"){var D=void 0;(h.tag&ui)!==Ze?D="useLayoutEffect":(h.tag&Ql)!==Ze?D="useInsertionEffect":D="useEffect";var M=void 0;w===null?M=" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof w.then=="function"?M=`
|
|
133
133
|
|
|
134
134
|
It looks like you wrote `+D+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
|
|
135
135
|
|
|
@@ -142,11 +142,11 @@ It looks like you wrote `+D+`(async () => ...) or returned a Promise. Instead, w
|
|
|
142
142
|
fetchData();
|
|
143
143
|
}, [someId]); // Or [] if effect doesn't need props or state
|
|
144
144
|
|
|
145
|
-
Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching`:M=" You returned: "+w,p("%s must not return anything besides a function, which is used for clean-up.%s",D,M)}}}h=h.next}while(h!==f)}}function lB(e,t){if((t.flags&Et)!==Ze)switch(t.tag){case j:{var a=t.stateNode.passiveEffectDuration,s=t.memoizedProps,f=s.id,h=s.onPostCommit,k=mD(),w=t.alternate===null?"mount":"update";vD()&&(w="nested-update"),typeof h=="function"&&h(f,w,a,k);var D=t.return;e:for(;D!==null;){switch(D.tag){case C:var M=D.stateNode;M.passiveEffectDuration+=a;break e;case j:var O=D.stateNode;O.passiveEffectDuration+=a;break e}D=D.return}break}}}function aB(e,t,a,s){if((a.flags&Al)!==Ze)switch(a.tag){case x:case K:case Z:{if(!zi)if(a.mode&Pt)try{Jl(),ms(ui|ai,a)}finally{Zl(a)}else ms(ui|ai,a);break}case E:{var f=a.stateNode;if(a.flags&Et&&!zi)if(t===null)if(a.type===a.elementType&&!qc&&(f.props!==a.memoizedProps&&p("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(a)||"instance"),f.state!==a.memoizedState&&p("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(a)||"instance")),a.mode&Pt)try{Jl(),f.componentDidMount()}finally{Zl(a)}else f.componentDidMount();else{var h=a.elementType===a.type?t.memoizedProps:ul(a.type,t.memoizedProps),k=t.memoizedState;if(a.type===a.elementType&&!qc&&(f.props!==a.memoizedProps&&p("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(a)||"instance"),f.state!==a.memoizedState&&p("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(a)||"instance")),a.mode&Pt)try{Jl(),f.componentDidUpdate(h,k,f.__reactInternalSnapshotBeforeUpdate)}finally{Zl(a)}else f.componentDidUpdate(h,k,f.__reactInternalSnapshotBeforeUpdate)}var w=a.updateQueue;w!==null&&(a.type===a.elementType&&!qc&&(f.props!==a.memoizedProps&&p("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(a)||"instance"),f.state!==a.memoizedState&&p("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(a)||"instance")),I8(a,w,f));break}case C:{var D=a.updateQueue;if(D!==null){var M=null;if(a.child!==null)switch(a.child.tag){case P:M=a.child.stateNode;break;case E:M=a.child.stateNode;break}I8(a,D,M)}break}case P:{var O=a.stateNode;if(t===null&&a.flags&Et){var Q=a.type,Y=a.memoizedProps;wR(O,Q,Y)}break}case N:break;case T:break;case j:{{var ue=a.memoizedProps,ce=ue.onCommit,ve=ue.onRender,Oe=a.stateNode.effectDuration,tt=mD(),Qe=t===null?"mount":"update";vD()&&(Qe="nested-update"),typeof ve=="function"&&ve(a.memoizedProps.id,Qe,a.actualDuration,a.treeBaseDuration,a.actualStartTime,tt);{typeof ce=="function"&&ce(a.memoizedProps.id,Qe,Oe,tt),rU(a);var St=a.return;e:for(;St!==null;){switch(St.tag){case C:var xt=St.stateNode;xt.effectDuration+=Oe;break e;case j:var ne=St.stateNode;ne.effectDuration+=Oe;break e}St=St.return}}}break}case U:{mB(e,a);break}case R:case pe:case de:case re:case ae:case V:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}zi||a.flags&hn&&e7(a)}function uB(e){switch(e.tag){case x:case K:case Z:{if(e.mode&Pt)try{Jl(),XD(e,e.return)}finally{Zl(e)}else XD(e,e.return);break}case E:{var t=e.stateNode;typeof t.componentDidMount=="function"&&tB(e,e.return,t),ZD(e,e.return);break}case P:{ZD(e,e.return);break}}}function sB(e,t){for(var a=null,s=e;;){if(s.tag===P){if(a===null){a=s;try{var f=s.stateNode;t?OR(f):RR(s.stateNode,s.memoizedProps)}catch(k){en(e,e.return,k)}}}else if(s.tag===N){if(a===null)try{var h=s.stateNode;t?FR(h):zR(h,s.memoizedProps)}catch(k){en(e,e.return,k)}}else if(!((s.tag===re||s.tag===ae)&&s.memoizedState!==null&&s!==e)){if(s.child!==null){s.child.return=s,s=s.child;continue}}if(s===e)return;for(;s.sibling===null;){if(s.return===null||s.return===e)return;a===s&&(a=null),s=s.return}a===s&&(a=null),s.sibling.return=s.return,s=s.sibling}}function e7(e){var t=e.ref;if(t!==null){var a=e.stateNode,s;switch(e.tag){case P:s=a;break;default:s=a}if(typeof t=="function"){var f;if(e.mode&Pt)try{Jl(),f=t(s)}finally{Zl(e)}else f=t(s);typeof f=="function"&&p("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",pt(e))}else t.hasOwnProperty("current")||p("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",pt(e)),t.current=s}}function cB(e){var t=e.alternate;t!==null&&(t.return=null),e.return=null}function t7(e){var t=e.alternate;t!==null&&(e.alternate=null,t7(t));{if(e.child=null,e.deletions=null,e.sibling=null,e.tag===P){var a=e.stateNode;a!==null&&hz(a)}e.stateNode=null,e._debugOwner=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}}function dB(e){for(var t=e.return;t!==null;){if(n7(t))return t;t=t.return}throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.")}function n7(e){return e.tag===P||e.tag===C||e.tag===T}function i7(e){var t=e;e:for(;;){for(;t.sibling===null;){if(t.return===null||n7(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==P&&t.tag!==N&&t.tag!==fe;){if(t.flags&un||t.child===null||t.tag===T)continue e;t.child.return=t,t=t.child}if(!(t.flags&un))return t.stateNode}}function fB(e){var t=dB(e);switch(t.tag){case P:{var a=t.stateNode;t.flags&Mr&&(o8(a),t.flags&=~Mr);var s=i7(e);H4(e,s,a);break}case C:case T:{var f=t.stateNode.containerInfo,h=i7(e);j4(e,h,f);break}default:throw new Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function j4(e,t,a){var s=e.tag,f=s===P||s===N;if(f){var h=e.stateNode;t?NR(a,h,t):PR(a,h)}else if(s!==T){var k=e.child;if(k!==null){j4(k,t,a);for(var w=k.sibling;w!==null;)j4(w,t,a),w=w.sibling}}}function H4(e,t,a){var s=e.tag,f=s===P||s===N;if(f){var h=e.stateNode;t?$R(a,h,t):DR(a,h)}else if(s!==T){var k=e.child;if(k!==null){H4(k,t,a);for(var w=k.sibling;w!==null;)H4(w,t,a),w=w.sibling}}}var Ii=null,dl=!1;function pB(e,t,a){{var s=t;e:for(;s!==null;){switch(s.tag){case P:{Ii=s.stateNode,dl=!1;break e}case C:{Ii=s.stateNode.containerInfo,dl=!0;break e}case T:{Ii=s.stateNode.containerInfo,dl=!0;break e}}s=s.return}if(Ii===null)throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");r7(e,t,a),Ii=null,dl=!1}cB(a)}function hs(e,t,a){for(var s=a.child;s!==null;)r7(e,t,s),s=s.sibling}function r7(e,t,a){switch(Xv(a),a.tag){case P:zi||Ep(a,t);case N:{{var s=Ii,f=dl;Ii=null,hs(e,t,a),Ii=s,dl=f,Ii!==null&&(dl?MR(Ii,a.stateNode):LR(Ii,a.stateNode))}return}case fe:{Ii!==null&&(dl?AR(Ii,a.stateNode):n_(Ii,a.stateNode));return}case T:{{var h=Ii,k=dl;Ii=a.stateNode.containerInfo,dl=!0,hs(e,t,a),Ii=h,dl=k}return}case x:case K:case G:case Z:{if(!zi){var w=a.updateQueue;if(w!==null){var D=w.lastEffect;if(D!==null){var M=D.next,O=M;do{var Q=O,Y=Q.destroy,ue=Q.tag;Y!==void 0&&((ue&ql)!==Kr?L0(a,t,Y):(ue&ui)!==Kr&&(oc(a),a.mode&Pt?(Jl(),L0(a,t,Y),Zl(a)):L0(a,t,Y),tm())),O=O.next}while(O!==M)}}}hs(e,t,a);return}case E:{if(!zi){Ep(a,t);var ce=a.stateNode;typeof ce.componentWillUnmount=="function"&&K4(a,t,ce)}hs(e,t,a);return}case de:{hs(e,t,a);return}case re:{if(a.mode>){var ve=zi;zi=ve||a.memoizedState!==null,hs(e,t,a),zi=ve}else hs(e,t,a);break}default:{hs(e,t,a);return}}}function vB(e){e.memoizedState}function mB(e,t){var a=t.memoizedState;if(a===null){var s=t.alternate;if(s!==null){var f=s.memoizedState;if(f!==null){var h=f.dehydrated;h!==null&&JR(h)}}}}function o7(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var a=e.stateNode;a===null&&(a=e.stateNode=new ZI),t.forEach(function(s){var f=dU.bind(null,e,s);if(!a.has(s)){if(a.add(s),Ji)if(xp!==null&&_p!==null)Eh(_p,xp);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");s.then(f,f)}})}}function hB(e,t,a){xp=a,_p=e,Jt(t),l7(t,e),Jt(t),xp=null,_p=null}function fl(e,t,a){var s=t.deletions;if(s!==null)for(var f=0;f<s.length;f++){var h=s[f];try{pB(e,t,h)}catch(D){en(h,t,D)}}var k=Bs();if(t.subtreeFlags&Ml)for(var w=t.child;w!==null;)Jt(w),l7(w,e),w=w.sibling;Jt(k)}function l7(e,t,a){var s=e.alternate,f=e.flags;switch(e.tag){case x:case K:case G:case Z:{if(fl(t,e),ea(e),f&Et){try{cl(ql|ai,e,e.return),ms(ql|ai,e)}catch(lt){en(e,e.return,lt)}if(e.mode&Pt){try{Jl(),cl(ui|ai,e,e.return)}catch(lt){en(e,e.return,lt)}Zl(e)}else try{cl(ui|ai,e,e.return)}catch(lt){en(e,e.return,lt)}}return}case E:{fl(t,e),ea(e),f&hn&&s!==null&&Ep(s,s.return);return}case P:{fl(t,e),ea(e),f&hn&&s!==null&&Ep(s,s.return);{if(e.flags&Mr){var h=e.stateNode;try{o8(h)}catch(lt){en(e,e.return,lt)}}if(f&Et){var k=e.stateNode;if(k!=null){var w=e.memoizedProps,D=s!==null?s.memoizedProps:w,M=e.type,O=e.updateQueue;if(e.updateQueue=null,O!==null)try{SR(k,O,M,D,w,e)}catch(lt){en(e,e.return,lt)}}}}return}case N:{if(fl(t,e),ea(e),f&Et){if(e.stateNode===null)throw new Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");var Q=e.stateNode,Y=e.memoizedProps,ue=s!==null?s.memoizedProps:Y;try{TR(Q,ue,Y)}catch(lt){en(e,e.return,lt)}}return}case C:{if(fl(t,e),ea(e),f&Et&&s!==null){var ce=s.memoizedState;if(ce.isDehydrated)try{ZR(t.containerInfo)}catch(lt){en(e,e.return,lt)}}return}case T:{fl(t,e),ea(e);return}case U:{fl(t,e),ea(e);var ve=e.child;if(ve.flags&Pn){var Oe=ve.stateNode,tt=ve.memoizedState,Qe=tt!==null;if(Oe.isHidden=Qe,Qe){var St=ve.alternate!==null&&ve.alternate.memoizedState!==null;St||QB()}}if(f&Et){try{vB(e)}catch(lt){en(e,e.return,lt)}o7(e)}return}case re:{var xt=s!==null&&s.memoizedState!==null;if(e.mode>){var ne=zi;zi=ne||xt,fl(t,e),zi=ne}else fl(t,e);if(ea(e),f&Pn){var me=e.stateNode,ie=e.memoizedState,Te=ie!==null,Ue=e;if(me.isHidden=Te,Te&&!xt&&(Ue.mode>)!==Je){He=Ue;for(var Re=Ue.child;Re!==null;)He=Re,yB(Re),Re=Re.sibling}sB(Ue,Te)}return}case R:{fl(t,e),ea(e),f&Et&&o7(e);return}case de:return;default:{fl(t,e),ea(e);return}}}function ea(e){var t=e.flags;if(t&un){try{fB(e)}catch(a){en(e,e.return,a)}e.flags&=~un}t&Qi&&(e.flags&=~Qi)}function gB(e,t,a){xp=a,_p=t,He=e,a7(e,t,a),xp=null,_p=null}function a7(e,t,a){for(var s=(e.mode>)!==Je;He!==null;){var f=He,h=f.child;if(f.tag===re&&s){var k=f.memoizedState!==null,w=k||N0;if(w){W4(e,t,a);continue}else{var D=f.alternate,M=D!==null&&D.memoizedState!==null,O=M||zi,Q=N0,Y=zi;N0=w,zi=O,zi&&!Y&&(He=f,bB(f));for(var ue=h;ue!==null;)He=ue,a7(ue,t,a),ue=ue.sibling;He=f,N0=Q,zi=Y,W4(e,t,a);continue}}(f.subtreeFlags&Al)!==Ze&&h!==null?(h.return=f,He=h):W4(e,t,a)}}function W4(e,t,a){for(;He!==null;){var s=He;if((s.flags&Al)!==Ze){var f=s.alternate;Jt(s);try{aB(t,f,s,a)}catch(k){en(s,s.return,k)}mn()}if(s===e){He=null;return}var h=s.sibling;if(h!==null){h.return=s.return,He=h;return}He=s.return}}function yB(e){for(;He!==null;){var t=He,a=t.child;switch(t.tag){case x:case K:case G:case Z:{if(t.mode&Pt)try{Jl(),cl(ui,t,t.return)}finally{Zl(t)}else cl(ui,t,t.return);break}case E:{Ep(t,t.return);var s=t.stateNode;typeof s.componentWillUnmount=="function"&&K4(t,t.return,s);break}case P:{Ep(t,t.return);break}case re:{var f=t.memoizedState!==null;if(f){u7(e);continue}break}}a!==null?(a.return=t,He=a):u7(e)}}function u7(e){for(;He!==null;){var t=He;if(t===e){He=null;return}var a=t.sibling;if(a!==null){a.return=t.return,He=a;return}He=t.return}}function bB(e){for(;He!==null;){var t=He,a=t.child;if(t.tag===re){var s=t.memoizedState!==null;if(s){s7(e);continue}}a!==null?(a.return=t,He=a):s7(e)}}function s7(e){for(;He!==null;){var t=He;Jt(t);try{uB(t)}catch(s){en(t,t.return,s)}if(mn(),t===e){He=null;return}var a=t.sibling;if(a!==null){a.return=t.return,He=a;return}He=t.return}}function kB(e,t,a,s){He=t,xB(t,e,a,s)}function xB(e,t,a,s){for(;He!==null;){var f=He,h=f.child;(f.subtreeFlags&qo)!==Ze&&h!==null?(h.return=f,He=h):_B(e,t,a,s)}}function _B(e,t,a,s){for(;He!==null;){var f=He;if((f.flags&qi)!==Ze){Jt(f);try{EB(t,f,a,s)}catch(k){en(f,f.return,k)}mn()}if(f===e){He=null;return}var h=f.sibling;if(h!==null){h.return=f.return,He=h;return}He=f.return}}function EB(e,t,a,s){switch(t.tag){case x:case K:case Z:{if(t.mode&Pt){d4();try{ms(Fi|ai,t)}finally{c4(t)}}else ms(Fi|ai,t);break}}}function CB(e){He=e,wB()}function wB(){for(;He!==null;){var e=He,t=e.child;if((He.flags&Lr)!==Ze){var a=e.deletions;if(a!==null){for(var s=0;s<a.length;s++){var f=a[s];He=f,DB(f,e)}{var h=e.alternate;if(h!==null){var k=h.child;if(k!==null){h.child=null;do{var w=k.sibling;k.sibling=null,k=w}while(k!==null)}}}He=e}}(e.subtreeFlags&qo)!==Ze&&t!==null?(t.return=e,He=t):SB()}}function SB(){for(;He!==null;){var e=He;(e.flags&qi)!==Ze&&(Jt(e),TB(e),mn());var t=e.sibling;if(t!==null){t.return=e.return,He=t;return}He=e.return}}function TB(e){switch(e.tag){case x:case K:case Z:{e.mode&Pt?(d4(),cl(Fi|ai,e,e.return),c4(e)):cl(Fi|ai,e,e.return);break}}}function DB(e,t){for(;He!==null;){var a=He;Jt(a),$B(a,t),mn();var s=a.child;s!==null?(s.return=a,He=s):PB(e)}}function PB(e){for(;He!==null;){var t=He,a=t.sibling,s=t.return;if(t7(t),t===e){He=null;return}if(a!==null){a.return=s,He=a;return}He=s}}function $B(e,t){switch(e.tag){case x:case K:case Z:{e.mode&Pt?(d4(),cl(Fi,e,t),c4(e)):cl(Fi,e,t);break}}}function NB(e){switch(e.tag){case x:case K:case Z:{try{ms(ui|ai,e)}catch(a){en(e,e.return,a)}break}case E:{var t=e.stateNode;try{t.componentDidMount()}catch(a){en(e,e.return,a)}break}}}function LB(e){switch(e.tag){case x:case K:case Z:{try{ms(Fi|ai,e)}catch(t){en(e,e.return,t)}break}}}function MB(e){switch(e.tag){case x:case K:case Z:{try{cl(ui|ai,e,e.return)}catch(a){en(e,e.return,a)}break}case E:{var t=e.stateNode;typeof t.componentWillUnmount=="function"&&K4(e,e.return,t);break}}}function AB(e){switch(e.tag){case x:case K:case Z:try{cl(Fi|ai,e,e.return)}catch(t){en(e,e.return,t)}}}if(typeof Symbol=="function"&&Symbol.for){var fh=Symbol.for;fh("selector.component"),fh("selector.has_pseudo_class"),fh("selector.role"),fh("selector.test_id"),fh("selector.text")}var OB=[];function FB(){OB.forEach(function(e){return e()})}var RB=o.ReactCurrentActQueue;function zB(e){{var t=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0,a=typeof jest<"u";return a&&t!==!1}}function c7(){{var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return!e&&RB.current!==null&&p("The current testing environment is not configured to support act(...)"),e}}var IB=Math.ceil,G4=o.ReactCurrentDispatcher,Y4=o.ReactCurrentOwner,Bi=o.ReactCurrentBatchConfig,pl=o.ReactCurrentActQueue,di=0,d7=1,Ui=2,Fo=4,ru=0,ph=1,Qc=2,M0=3,vh=4,f7=5,q4=6,wt=di,yr=null,wn=null,fi=xe,ta=xe,Q4=ls(xe),pi=ru,mh=null,A0=xe,hh=xe,O0=xe,gh=null,jr=null,X4=0,p7=500,v7=1/0,BB=500,ou=null;function yh(){v7=Vn()+BB}function m7(){return v7}var F0=!1,Z4=null,Cp=null,Xc=!1,gs=null,bh=xe,J4=[],e3=null,UB=50,kh=0,t3=null,n3=!1,R0=!1,VB=50,wp=0,z0=null,xh=Xt,I0=xe,h7=!1;function B0(){return yr}function br(){return(wt&(Ui|Fo))!==di?Vn():(xh!==Xt||(xh=Vn()),xh)}function ys(e){var t=e.mode;if((t>)===Je)return ot;if((wt&Ui)!==di&&fi!==xe)return yc(fi);var a=Rz()!==Fz;if(a){if(Bi.transition!==null){var s=Bi.transition;s._updatedFibers||(s._updatedFibers=new Set),s._updatedFibers.add(e)}return I0===Dt&&(I0=sm()),I0}var f=Ir();if(f!==Dt)return f;var h=xR();return h}function KB(e){var t=e.mode;return(t>)===Je?ot:jy()}function vi(e,t,a,s){pU(),h7&&p("useInsertionEffect must not schedule updates."),n3&&(R0=!0),qu(e,a,s),(wt&Ui)!==xe&&e===yr?hU(t):(Ji&&xc(e,t,a),gU(t),e===yr&&((wt&Ui)===di&&(hh=vt(hh,a)),pi===vh&&bs(e,fi)),Hr(e,s),a===ot&&wt===di&&(t.mode>)===Je&&!pl.isBatchingLegacy&&(yh(),h8()))}function jB(e,t,a){var s=e.current;s.lanes=t,qu(e,t,a),Hr(e,a)}function HB(e){return(wt&Ui)!==di}function Hr(e,t){var a=e.callbackNode;Af(e,t);var s=Mf(e,e===yr?fi:xe);if(s===xe){a!==null&&L7(a),e.callbackNode=null,e.callbackPriority=Dt;return}var f=Il(s),h=e.callbackPriority;if(h===f&&!(pl.current!==null&&a!==s3)){a==null&&h!==ot&&p("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.");return}a!=null&&L7(a);var k;if(f===ot)e.tag===as?(pl.isBatchingLegacy!==null&&(pl.didScheduleLegacyUpdate=!0),bz(b7.bind(null,e))):m8(b7.bind(null,e)),pl.current!==null?pl.current.push(us):ER(function(){(wt&(Ui|Fo))===di&&us()}),k=null;else{var w;switch(Xy(s)){case $i:w=rc;break;case So:w=Ol;break;case Rr:w=Qo;break;case zr:w=La;break;default:w=Qo;break}k=c3(w,g7.bind(null,e))}e.callbackPriority=f,e.callbackNode=k}function g7(e,t){if(sI(),xh=Xt,I0=xe,(wt&(Ui|Fo))!==di)throw new Error("Should not already be working.");var a=e.callbackNode,s=au();if(s&&e.callbackNode!==a)return null;var f=Mf(e,e===yr?fi:xe);if(f===xe)return null;var h=!Ff(e,f)&&!Ky(e,f)&&!t,k=h?tU(e,f):V0(e,f);if(k!==ru){if(k===Qc){var w=Of(e);w!==xe&&(f=w,k=i3(e,w))}if(k===ph){var D=mh;throw Zc(e,xe),bs(e,f),Hr(e,Vn()),D}if(k===q4)bs(e,f);else{var M=!Ff(e,f),O=e.current.alternate;if(M&&!GB(O)){if(k=V0(e,f),k===Qc){var Q=Of(e);Q!==xe&&(f=Q,k=i3(e,Q))}if(k===ph){var Y=mh;throw Zc(e,xe),bs(e,f),Hr(e,Vn()),Y}}e.finishedWork=O,e.finishedLanes=f,WB(e,k,f)}}return Hr(e,Vn()),e.callbackNode===a?g7.bind(null,e):null}function i3(e,t){var a=gh;if(If(e)){var s=Zc(e,t);s.flags|=bi,fz(e.containerInfo)}var f=V0(e,t);if(f!==Qc){var h=jr;jr=a,h!==null&&y7(h)}return f}function y7(e){jr===null?jr=e:jr.push.apply(jr,e)}function WB(e,t,a){switch(t){case ru:case ph:throw new Error("Root did not complete. This is a bug in React.");case Qc:{Jc(e,jr,ou);break}case M0:{if(bs(e,a),Ka(a)&&!M7()){var s=X4+p7-Vn();if(s>10){var f=Mf(e,xe);if(f!==xe)break;var h=e.suspendedLanes;if(!ja(h,a)){br(),Rf(e,h);break}e.timeoutHandle=e_(Jc.bind(null,e,jr,ou),s);break}}Jc(e,jr,ou);break}case vh:{if(bs(e,a),am(a))break;if(!M7()){var k=ro(e,a),w=k,D=Vn()-w,M=fU(D)-D;if(M>10){e.timeoutHandle=e_(Jc.bind(null,e,jr,ou),M);break}}Jc(e,jr,ou);break}case f7:{Jc(e,jr,ou);break}default:throw new Error("Unknown root exit status.")}}function GB(e){for(var t=e;;){if(t.flags&ju){var a=t.updateQueue;if(a!==null){var s=a.stores;if(s!==null)for(var f=0;f<s.length;f++){var h=s[f],k=h.getSnapshot,w=h.value;try{if(!we(k(),w))return!1}catch{return!1}}}}var D=t.child;if(t.subtreeFlags&ju&&D!==null){D.return=t,t=D;continue}if(t===e)return!0;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}return!0}function bs(e,t){t=bc(t,O0),t=bc(t,hh),Gy(e,t)}function b7(e){if(cI(),(wt&(Ui|Fo))!==di)throw new Error("Should not already be working.");au();var t=Mf(e,xe);if(!tr(t,ot))return Hr(e,Vn()),null;var a=V0(e,t);if(e.tag!==as&&a===Qc){var s=Of(e);s!==xe&&(t=s,a=i3(e,s))}if(a===ph){var f=mh;throw Zc(e,xe),bs(e,t),Hr(e,Vn()),f}if(a===q4)throw new Error("Root did not complete. This is a bug in React.");var h=e.current.alternate;return e.finishedWork=h,e.finishedLanes=t,Jc(e,jr,ou),Hr(e,Vn()),null}function YB(e,t){t!==xe&&(zf(e,vt(t,ot)),Hr(e,Vn()),(wt&(Ui|Fo))===di&&(yh(),us()))}function r3(e,t){var a=wt;wt|=d7;try{return e(t)}finally{wt=a,wt===di&&!pl.isBatchingLegacy&&(yh(),h8())}}function qB(e,t,a,s,f){var h=Ir(),k=Bi.transition;try{return Bi.transition=null,Mn($i),e(t,a,s,f)}finally{Mn(h),Bi.transition=k,wt===di&&yh()}}function lu(e){gs!==null&&gs.tag===as&&(wt&(Ui|Fo))===di&&au();var t=wt;wt|=d7;var a=Bi.transition,s=Ir();try{return Bi.transition=null,Mn($i),e?e():void 0}finally{Mn(s),Bi.transition=a,wt=t,(wt&(Ui|Fo))===di&&us()}}function k7(){return(wt&(Ui|Fo))!==di}function U0(e,t){lr(Q4,ta,e),ta=vt(ta,t)}function o3(e){ta=Q4.current,or(Q4,e)}function Zc(e,t){e.finishedWork=null,e.finishedLanes=xe;var a=e.timeoutHandle;if(a!==t_&&(e.timeoutHandle=t_,_R(a)),wn!==null)for(var s=wn.return;s!==null;){var f=s.alternate;qD(f,s),s=s.return}yr=e;var h=ed(e.current,null);return wn=h,fi=ta=t,pi=ru,mh=null,A0=xe,hh=xe,O0=xe,gh=null,jr=null,jz(),ol.discardPendingWarnings(),h}function x7(e,t){do{var a=wn;try{if(Xb(),H8(),mn(),Y4.current=null,a===null||a.return===null){pi=ph,mh=t,wn=null;return}if($e&&a.mode&Pt&&S0(a,!0),_e)if(vr(),t!==null&&typeof t=="object"&&typeof t.then=="function"){var s=t;wo(a,s,fi)}else lc(a,t,fi);bI(e,a.return,a,t,fi),w7(a)}catch(f){t=f,wn===a&&a!==null?(a=a.return,wn=a):a=wn;continue}return}while(!0)}function _7(){var e=G4.current;return G4.current=x0,e===null?x0:e}function E7(e){G4.current=e}function QB(){X4=Vn()}function _h(e){A0=vt(e,A0)}function XB(){pi===ru&&(pi=M0)}function l3(){(pi===ru||pi===M0||pi===Qc)&&(pi=vh),yr!==null&&(gc(A0)||gc(hh))&&bs(yr,fi)}function ZB(e){pi!==vh&&(pi=Qc),gh===null?gh=[e]:gh.push(e)}function JB(){return pi===ru}function V0(e,t){var a=wt;wt|=Ui;var s=_7();if(yr!==e||fi!==t){if(Ji){var f=e.memoizedUpdaters;f.size>0&&(Eh(e,fi),f.clear()),Yy(e,t)}ou=pm(),Zc(e,t)}Fa(t);do try{eU();break}catch(h){x7(e,h)}while(!0);if(Xb(),wt=a,E7(s),wn!==null)throw new Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");return mf(),yr=null,fi=xe,pi}function eU(){for(;wn!==null;)C7(wn)}function tU(e,t){var a=wt;wt|=Ui;var s=_7();if(yr!==e||fi!==t){if(Ji){var f=e.memoizedUpdaters;f.size>0&&(Eh(e,fi),f.clear()),Yy(e,t)}ou=pm(),yh(),Zc(e,t)}Fa(t);do try{nU();break}catch(h){x7(e,h)}while(!0);return Xb(),E7(s),wt=a,wn!==null?(Iy(),ru):(mf(),yr=null,fi=xe,pi)}function nU(){for(;wn!==null&&!Wv();)C7(wn)}function C7(e){var t=e.alternate;Jt(e);var a;(e.mode&Pt)!==Je?(s4(e),a=a3(t,e,ta),S0(e,!0)):a=a3(t,e,ta),mn(),e.memoizedProps=e.pendingProps,a===null?w7(e):wn=a,Y4.current=null}function w7(e){var t=e;do{var a=t.alternate,s=t.return;if((t.flags&ic)===Ze){Jt(t);var f=void 0;if((t.mode&Pt)===Je?f=YD(a,t,ta):(s4(t),f=YD(a,t,ta),S0(t,!1)),mn(),f!==null){wn=f;return}}else{var h=XI(a,t);if(h!==null){h.flags&=My,wn=h;return}if((t.mode&Pt)!==Je){S0(t,!1);for(var k=t.actualDuration,w=t.child;w!==null;)k+=w.actualDuration,w=w.sibling;t.actualDuration=k}if(s!==null)s.flags|=ic,s.subtreeFlags=Ze,s.deletions=null;else{pi=q4,wn=null;return}}var D=t.sibling;if(D!==null){wn=D;return}t=s,wn=t}while(t!==null);pi===ru&&(pi=f7)}function Jc(e,t,a){var s=Ir(),f=Bi.transition;try{Bi.transition=null,Mn($i),iU(e,t,a,s)}finally{Bi.transition=f,Mn(s)}return null}function iU(e,t,a,s){do au();while(gs!==null);if(vU(),(wt&(Ui|Fo))!==di)throw new Error("Should not already be working.");var f=e.finishedWork,h=e.finishedLanes;if(Zv(h),f===null)return Jv(),null;if(h===xe&&p("root.finishedLanes should not be empty during a commit. This is a bug in React."),e.finishedWork=null,e.finishedLanes=xe,f===e.current)throw new Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");e.callbackNode=null,e.callbackPriority=Dt;var k=vt(f.lanes,f.childLanes);dm(e,k),e===yr&&(yr=null,wn=null,fi=xe),((f.subtreeFlags&qo)!==Ze||(f.flags&qo)!==Ze)&&(Xc||(Xc=!0,e3=a,c3(Qo,function(){return au(),null})));var w=(f.subtreeFlags&(Ll|Ml|Al|qo))!==Ze,D=(f.flags&(Ll|Ml|Al|qo))!==Ze;if(w||D){var M=Bi.transition;Bi.transition=null;var O=Ir();Mn($i);var Q=wt;wt|=Fo,Y4.current=null,nB(e,f),hD(),hB(e,f,h),mR(e.containerInfo),e.current=f,ac(h),gB(f,e,h),uc(),Gv(),wt=Q,Mn(O),Bi.transition=M}else e.current=f,hD();var Y=Xc;if(Xc?(Xc=!1,gs=e,bh=h):(wp=0,z0=null),k=e.pendingLanes,k===xe&&(Cp=null),Y||P7(e.current,!1),qv(f.stateNode,s),Ji&&e.memoizedUpdaters.clear(),FB(),Hr(e,Vn()),t!==null)for(var ue=e.onRecoverableError,ce=0;ce<t.length;ce++){var ve=t[ce],Oe=ve.stack,tt=ve.digest;ue(ve.value,{componentStack:Oe,digest:tt})}if(F0){F0=!1;var Qe=Z4;throw Z4=null,Qe}return tr(bh,ot)&&e.tag!==as&&au(),k=e.pendingLanes,tr(k,ot)?(uI(),e===t3?kh++:(kh=0,t3=e)):kh=0,us(),Jv(),null}function au(){if(gs!==null){var e=Xy(bh),t=Ec(Rr,e),a=Bi.transition,s=Ir();try{return Bi.transition=null,Mn(t),oU()}finally{Mn(s),Bi.transition=a}}return!1}function rU(e){J4.push(e),Xc||(Xc=!0,c3(Qo,function(){return au(),null}))}function oU(){if(gs===null)return!1;var e=e3;e3=null;var t=gs,a=bh;if(gs=null,bh=xe,(wt&(Ui|Fo))!==di)throw new Error("Cannot flush passive effects while already rendering.");n3=!0,R0=!1,Oa(a);var s=wt;wt|=Fo,CB(t.current),kB(t,t.current,a,e);{var f=J4;J4=[];for(var h=0;h<f.length;h++){var k=f[h];lB(t,k)}}nm(),P7(t.current,!0),wt=s,us(),R0?t===z0?wp++:(wp=0,z0=t):wp=0,n3=!1,R0=!1,Qv(t);{var w=t.current.stateNode;w.effectDuration=0,w.passiveEffectDuration=0}return!0}function S7(e){return Cp!==null&&Cp.has(e)}function lU(e){Cp===null?Cp=new Set([e]):Cp.add(e)}function aU(e){F0||(F0=!0,Z4=e)}var uU=aU;function T7(e,t,a){var s=Yc(a,t),f=CD(e,s,ot),h=cs(e,f,ot),k=br();h!==null&&(qu(h,ot,k),Hr(h,k))}function en(e,t,a){if(JI(a),Ch(!1),e.tag===C){T7(e,e,a);return}var s=null;for(s=t;s!==null;){if(s.tag===C){T7(s,e,a);return}else if(s.tag===E){var f=s.type,h=s.stateNode;if(typeof f.getDerivedStateFromError=="function"||typeof h.componentDidCatch=="function"&&!S7(h)){var k=Yc(a,e),w=T4(s,k,ot),D=cs(s,w,ot),M=br();D!==null&&(qu(D,ot,M),Hr(D,M));return}}s=s.return}p(`Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
|
|
145
|
+
Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching`:M=" You returned: "+w,p("%s must not return anything besides a function, which is used for clean-up.%s",D,M)}}}h=h.next}while(h!==f)}}function lB(e,t){if((t.flags&Et)!==Ze)switch(t.tag){case j:{var a=t.stateNode.passiveEffectDuration,s=t.memoizedProps,f=s.id,h=s.onPostCommit,k=m8(),w=t.alternate===null?"mount":"update";v8()&&(w="nested-update"),typeof h=="function"&&h(f,w,a,k);var D=t.return;e:for(;D!==null;){switch(D.tag){case C:var M=D.stateNode;M.passiveEffectDuration+=a;break e;case j:var O=D.stateNode;O.passiveEffectDuration+=a;break e}D=D.return}break}}}function aB(e,t,a,s){if((a.flags&Ol)!==Ze)switch(a.tag){case x:case K:case Z:{if(!zi)if(a.mode&Pt)try{ea(),ms(ui|ai,a)}finally{Jl(a)}else ms(ui|ai,a);break}case E:{var f=a.stateNode;if(a.flags&Et&&!zi)if(t===null)if(a.type===a.elementType&&!qc&&(f.props!==a.memoizedProps&&p("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(a)||"instance"),f.state!==a.memoizedState&&p("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(a)||"instance")),a.mode&Pt)try{ea(),f.componentDidMount()}finally{Jl(a)}else f.componentDidMount();else{var h=a.elementType===a.type?t.memoizedProps:sl(a.type,t.memoizedProps),k=t.memoizedState;if(a.type===a.elementType&&!qc&&(f.props!==a.memoizedProps&&p("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(a)||"instance"),f.state!==a.memoizedState&&p("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(a)||"instance")),a.mode&Pt)try{ea(),f.componentDidUpdate(h,k,f.__reactInternalSnapshotBeforeUpdate)}finally{Jl(a)}else f.componentDidUpdate(h,k,f.__reactInternalSnapshotBeforeUpdate)}var w=a.updateQueue;w!==null&&(a.type===a.elementType&&!qc&&(f.props!==a.memoizedProps&&p("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(a)||"instance"),f.state!==a.memoizedState&&p("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(a)||"instance")),ID(a,w,f));break}case C:{var D=a.updateQueue;if(D!==null){var M=null;if(a.child!==null)switch(a.child.tag){case P:M=a.child.stateNode;break;case E:M=a.child.stateNode;break}ID(a,D,M)}break}case P:{var O=a.stateNode;if(t===null&&a.flags&Et){var Q=a.type,Y=a.memoizedProps;wR(O,Q,Y)}break}case N:break;case T:break;case j:{{var ue=a.memoizedProps,ce=ue.onCommit,ve=ue.onRender,Oe=a.stateNode.effectDuration,tt=m8(),Qe=t===null?"mount":"update";v8()&&(Qe="nested-update"),typeof ve=="function"&&ve(a.memoizedProps.id,Qe,a.actualDuration,a.treeBaseDuration,a.actualStartTime,tt);{typeof ce=="function"&&ce(a.memoizedProps.id,Qe,Oe,tt),rU(a);var St=a.return;e:for(;St!==null;){switch(St.tag){case C:var xt=St.stateNode;xt.effectDuration+=Oe;break e;case j:var ne=St.stateNode;ne.effectDuration+=Oe;break e}St=St.return}}}break}case U:{mB(e,a);break}case R:case pe:case de:case re:case ae:case V:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}zi||a.flags&hn&&e7(a)}function uB(e){switch(e.tag){case x:case K:case Z:{if(e.mode&Pt)try{ea(),X8(e,e.return)}finally{Jl(e)}else X8(e,e.return);break}case E:{var t=e.stateNode;typeof t.componentDidMount=="function"&&tB(e,e.return,t),Z8(e,e.return);break}case P:{Z8(e,e.return);break}}}function sB(e,t){for(var a=null,s=e;;){if(s.tag===P){if(a===null){a=s;try{var f=s.stateNode;t?OR(f):RR(s.stateNode,s.memoizedProps)}catch(k){en(e,e.return,k)}}}else if(s.tag===N){if(a===null)try{var h=s.stateNode;t?FR(h):zR(h,s.memoizedProps)}catch(k){en(e,e.return,k)}}else if(!((s.tag===re||s.tag===ae)&&s.memoizedState!==null&&s!==e)){if(s.child!==null){s.child.return=s,s=s.child;continue}}if(s===e)return;for(;s.sibling===null;){if(s.return===null||s.return===e)return;a===s&&(a=null),s=s.return}a===s&&(a=null),s.sibling.return=s.return,s=s.sibling}}function e7(e){var t=e.ref;if(t!==null){var a=e.stateNode,s;switch(e.tag){case P:s=a;break;default:s=a}if(typeof t=="function"){var f;if(e.mode&Pt)try{ea(),f=t(s)}finally{Jl(e)}else f=t(s);typeof f=="function"&&p("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",pt(e))}else t.hasOwnProperty("current")||p("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",pt(e)),t.current=s}}function cB(e){var t=e.alternate;t!==null&&(t.return=null),e.return=null}function t7(e){var t=e.alternate;t!==null&&(e.alternate=null,t7(t));{if(e.child=null,e.deletions=null,e.sibling=null,e.tag===P){var a=e.stateNode;a!==null&&hz(a)}e.stateNode=null,e._debugOwner=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}}function dB(e){for(var t=e.return;t!==null;){if(n7(t))return t;t=t.return}throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.")}function n7(e){return e.tag===P||e.tag===C||e.tag===T}function i7(e){var t=e;e:for(;;){for(;t.sibling===null;){if(t.return===null||n7(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==P&&t.tag!==N&&t.tag!==fe;){if(t.flags&un||t.child===null||t.tag===T)continue e;t.child.return=t,t=t.child}if(!(t.flags&un))return t.stateNode}}function fB(e){var t=dB(e);switch(t.tag){case P:{var a=t.stateNode;t.flags&Mr&&(oD(a),t.flags&=~Mr);var s=i7(e);H4(e,s,a);break}case C:case T:{var f=t.stateNode.containerInfo,h=i7(e);j4(e,h,f);break}default:throw new Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function j4(e,t,a){var s=e.tag,f=s===P||s===N;if(f){var h=e.stateNode;t?NR(a,h,t):PR(a,h)}else if(s!==T){var k=e.child;if(k!==null){j4(k,t,a);for(var w=k.sibling;w!==null;)j4(w,t,a),w=w.sibling}}}function H4(e,t,a){var s=e.tag,f=s===P||s===N;if(f){var h=e.stateNode;t?$R(a,h,t):DR(a,h)}else if(s!==T){var k=e.child;if(k!==null){H4(k,t,a);for(var w=k.sibling;w!==null;)H4(w,t,a),w=w.sibling}}}var Ii=null,fl=!1;function pB(e,t,a){{var s=t;e:for(;s!==null;){switch(s.tag){case P:{Ii=s.stateNode,fl=!1;break e}case C:{Ii=s.stateNode.containerInfo,fl=!0;break e}case T:{Ii=s.stateNode.containerInfo,fl=!0;break e}}s=s.return}if(Ii===null)throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");r7(e,t,a),Ii=null,fl=!1}cB(a)}function hs(e,t,a){for(var s=a.child;s!==null;)r7(e,t,s),s=s.sibling}function r7(e,t,a){switch(Xv(a),a.tag){case P:zi||Ep(a,t);case N:{{var s=Ii,f=fl;Ii=null,hs(e,t,a),Ii=s,fl=f,Ii!==null&&(fl?MR(Ii,a.stateNode):LR(Ii,a.stateNode))}return}case fe:{Ii!==null&&(fl?AR(Ii,a.stateNode):n_(Ii,a.stateNode));return}case T:{{var h=Ii,k=fl;Ii=a.stateNode.containerInfo,fl=!0,hs(e,t,a),Ii=h,fl=k}return}case x:case K:case G:case Z:{if(!zi){var w=a.updateQueue;if(w!==null){var D=w.lastEffect;if(D!==null){var M=D.next,O=M;do{var Q=O,Y=Q.destroy,ue=Q.tag;Y!==void 0&&((ue&Ql)!==Kr?L0(a,t,Y):(ue&ui)!==Kr&&(oc(a),a.mode&Pt?(ea(),L0(a,t,Y),Jl(a)):L0(a,t,Y),tm())),O=O.next}while(O!==M)}}}hs(e,t,a);return}case E:{if(!zi){Ep(a,t);var ce=a.stateNode;typeof ce.componentWillUnmount=="function"&&K4(a,t,ce)}hs(e,t,a);return}case de:{hs(e,t,a);return}case re:{if(a.mode>){var ve=zi;zi=ve||a.memoizedState!==null,hs(e,t,a),zi=ve}else hs(e,t,a);break}default:{hs(e,t,a);return}}}function vB(e){e.memoizedState}function mB(e,t){var a=t.memoizedState;if(a===null){var s=t.alternate;if(s!==null){var f=s.memoizedState;if(f!==null){var h=f.dehydrated;h!==null&&JR(h)}}}}function o7(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var a=e.stateNode;a===null&&(a=e.stateNode=new ZI),t.forEach(function(s){var f=dU.bind(null,e,s);if(!a.has(s)){if(a.add(s),Ji)if(xp!==null&&_p!==null)Eh(_p,xp);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");s.then(f,f)}})}}function hB(e,t,a){xp=a,_p=e,Jt(t),l7(t,e),Jt(t),xp=null,_p=null}function pl(e,t,a){var s=t.deletions;if(s!==null)for(var f=0;f<s.length;f++){var h=s[f];try{pB(e,t,h)}catch(D){en(h,t,D)}}var k=Bs();if(t.subtreeFlags&Al)for(var w=t.child;w!==null;)Jt(w),l7(w,e),w=w.sibling;Jt(k)}function l7(e,t,a){var s=e.alternate,f=e.flags;switch(e.tag){case x:case K:case G:case Z:{if(pl(t,e),ta(e),f&Et){try{dl(Ql|ai,e,e.return),ms(Ql|ai,e)}catch(lt){en(e,e.return,lt)}if(e.mode&Pt){try{ea(),dl(ui|ai,e,e.return)}catch(lt){en(e,e.return,lt)}Jl(e)}else try{dl(ui|ai,e,e.return)}catch(lt){en(e,e.return,lt)}}return}case E:{pl(t,e),ta(e),f&hn&&s!==null&&Ep(s,s.return);return}case P:{pl(t,e),ta(e),f&hn&&s!==null&&Ep(s,s.return);{if(e.flags&Mr){var h=e.stateNode;try{oD(h)}catch(lt){en(e,e.return,lt)}}if(f&Et){var k=e.stateNode;if(k!=null){var w=e.memoizedProps,D=s!==null?s.memoizedProps:w,M=e.type,O=e.updateQueue;if(e.updateQueue=null,O!==null)try{SR(k,O,M,D,w,e)}catch(lt){en(e,e.return,lt)}}}}return}case N:{if(pl(t,e),ta(e),f&Et){if(e.stateNode===null)throw new Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");var Q=e.stateNode,Y=e.memoizedProps,ue=s!==null?s.memoizedProps:Y;try{TR(Q,ue,Y)}catch(lt){en(e,e.return,lt)}}return}case C:{if(pl(t,e),ta(e),f&Et&&s!==null){var ce=s.memoizedState;if(ce.isDehydrated)try{ZR(t.containerInfo)}catch(lt){en(e,e.return,lt)}}return}case T:{pl(t,e),ta(e);return}case U:{pl(t,e),ta(e);var ve=e.child;if(ve.flags&Pn){var Oe=ve.stateNode,tt=ve.memoizedState,Qe=tt!==null;if(Oe.isHidden=Qe,Qe){var St=ve.alternate!==null&&ve.alternate.memoizedState!==null;St||QB()}}if(f&Et){try{vB(e)}catch(lt){en(e,e.return,lt)}o7(e)}return}case re:{var xt=s!==null&&s.memoizedState!==null;if(e.mode>){var ne=zi;zi=ne||xt,pl(t,e),zi=ne}else pl(t,e);if(ta(e),f&Pn){var me=e.stateNode,ie=e.memoizedState,Te=ie!==null,Ue=e;if(me.isHidden=Te,Te&&!xt&&(Ue.mode>)!==Je){He=Ue;for(var Re=Ue.child;Re!==null;)He=Re,yB(Re),Re=Re.sibling}sB(Ue,Te)}return}case R:{pl(t,e),ta(e),f&Et&&o7(e);return}case de:return;default:{pl(t,e),ta(e);return}}}function ta(e){var t=e.flags;if(t&un){try{fB(e)}catch(a){en(e,e.return,a)}e.flags&=~un}t&Qi&&(e.flags&=~Qi)}function gB(e,t,a){xp=a,_p=t,He=e,a7(e,t,a),xp=null,_p=null}function a7(e,t,a){for(var s=(e.mode>)!==Je;He!==null;){var f=He,h=f.child;if(f.tag===re&&s){var k=f.memoizedState!==null,w=k||N0;if(w){W4(e,t,a);continue}else{var D=f.alternate,M=D!==null&&D.memoizedState!==null,O=M||zi,Q=N0,Y=zi;N0=w,zi=O,zi&&!Y&&(He=f,bB(f));for(var ue=h;ue!==null;)He=ue,a7(ue,t,a),ue=ue.sibling;He=f,N0=Q,zi=Y,W4(e,t,a);continue}}(f.subtreeFlags&Ol)!==Ze&&h!==null?(h.return=f,He=h):W4(e,t,a)}}function W4(e,t,a){for(;He!==null;){var s=He;if((s.flags&Ol)!==Ze){var f=s.alternate;Jt(s);try{aB(t,f,s,a)}catch(k){en(s,s.return,k)}mn()}if(s===e){He=null;return}var h=s.sibling;if(h!==null){h.return=s.return,He=h;return}He=s.return}}function yB(e){for(;He!==null;){var t=He,a=t.child;switch(t.tag){case x:case K:case G:case Z:{if(t.mode&Pt)try{ea(),dl(ui,t,t.return)}finally{Jl(t)}else dl(ui,t,t.return);break}case E:{Ep(t,t.return);var s=t.stateNode;typeof s.componentWillUnmount=="function"&&K4(t,t.return,s);break}case P:{Ep(t,t.return);break}case re:{var f=t.memoizedState!==null;if(f){u7(e);continue}break}}a!==null?(a.return=t,He=a):u7(e)}}function u7(e){for(;He!==null;){var t=He;if(t===e){He=null;return}var a=t.sibling;if(a!==null){a.return=t.return,He=a;return}He=t.return}}function bB(e){for(;He!==null;){var t=He,a=t.child;if(t.tag===re){var s=t.memoizedState!==null;if(s){s7(e);continue}}a!==null?(a.return=t,He=a):s7(e)}}function s7(e){for(;He!==null;){var t=He;Jt(t);try{uB(t)}catch(s){en(t,t.return,s)}if(mn(),t===e){He=null;return}var a=t.sibling;if(a!==null){a.return=t.return,He=a;return}He=t.return}}function kB(e,t,a,s){He=t,xB(t,e,a,s)}function xB(e,t,a,s){for(;He!==null;){var f=He,h=f.child;(f.subtreeFlags&Qo)!==Ze&&h!==null?(h.return=f,He=h):_B(e,t,a,s)}}function _B(e,t,a,s){for(;He!==null;){var f=He;if((f.flags&qi)!==Ze){Jt(f);try{EB(t,f,a,s)}catch(k){en(f,f.return,k)}mn()}if(f===e){He=null;return}var h=f.sibling;if(h!==null){h.return=f.return,He=h;return}He=f.return}}function EB(e,t,a,s){switch(t.tag){case x:case K:case Z:{if(t.mode&Pt){d4();try{ms(Fi|ai,t)}finally{c4(t)}}else ms(Fi|ai,t);break}}}function CB(e){He=e,wB()}function wB(){for(;He!==null;){var e=He,t=e.child;if((He.flags&Lr)!==Ze){var a=e.deletions;if(a!==null){for(var s=0;s<a.length;s++){var f=a[s];He=f,DB(f,e)}{var h=e.alternate;if(h!==null){var k=h.child;if(k!==null){h.child=null;do{var w=k.sibling;k.sibling=null,k=w}while(k!==null)}}}He=e}}(e.subtreeFlags&Qo)!==Ze&&t!==null?(t.return=e,He=t):SB()}}function SB(){for(;He!==null;){var e=He;(e.flags&qi)!==Ze&&(Jt(e),TB(e),mn());var t=e.sibling;if(t!==null){t.return=e.return,He=t;return}He=e.return}}function TB(e){switch(e.tag){case x:case K:case Z:{e.mode&Pt?(d4(),dl(Fi|ai,e,e.return),c4(e)):dl(Fi|ai,e,e.return);break}}}function DB(e,t){for(;He!==null;){var a=He;Jt(a),$B(a,t),mn();var s=a.child;s!==null?(s.return=a,He=s):PB(e)}}function PB(e){for(;He!==null;){var t=He,a=t.sibling,s=t.return;if(t7(t),t===e){He=null;return}if(a!==null){a.return=s,He=a;return}He=s}}function $B(e,t){switch(e.tag){case x:case K:case Z:{e.mode&Pt?(d4(),dl(Fi,e,t),c4(e)):dl(Fi,e,t);break}}}function NB(e){switch(e.tag){case x:case K:case Z:{try{ms(ui|ai,e)}catch(a){en(e,e.return,a)}break}case E:{var t=e.stateNode;try{t.componentDidMount()}catch(a){en(e,e.return,a)}break}}}function LB(e){switch(e.tag){case x:case K:case Z:{try{ms(Fi|ai,e)}catch(t){en(e,e.return,t)}break}}}function MB(e){switch(e.tag){case x:case K:case Z:{try{dl(ui|ai,e,e.return)}catch(a){en(e,e.return,a)}break}case E:{var t=e.stateNode;typeof t.componentWillUnmount=="function"&&K4(e,e.return,t);break}}}function AB(e){switch(e.tag){case x:case K:case Z:try{dl(Fi|ai,e,e.return)}catch(t){en(e,e.return,t)}}}if(typeof Symbol=="function"&&Symbol.for){var fh=Symbol.for;fh("selector.component"),fh("selector.has_pseudo_class"),fh("selector.role"),fh("selector.test_id"),fh("selector.text")}var OB=[];function FB(){OB.forEach(function(e){return e()})}var RB=o.ReactCurrentActQueue;function zB(e){{var t=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0,a=typeof jest<"u";return a&&t!==!1}}function c7(){{var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return!e&&RB.current!==null&&p("The current testing environment is not configured to support act(...)"),e}}var IB=Math.ceil,G4=o.ReactCurrentDispatcher,Y4=o.ReactCurrentOwner,Bi=o.ReactCurrentBatchConfig,vl=o.ReactCurrentActQueue,di=0,d7=1,Ui=2,Fo=4,ru=0,ph=1,Qc=2,M0=3,vh=4,f7=5,q4=6,wt=di,yr=null,wn=null,fi=xe,na=xe,Q4=ls(xe),pi=ru,mh=null,A0=xe,hh=xe,O0=xe,gh=null,jr=null,X4=0,p7=500,v7=1/0,BB=500,ou=null;function yh(){v7=Vn()+BB}function m7(){return v7}var F0=!1,Z4=null,Cp=null,Xc=!1,gs=null,bh=xe,J4=[],e3=null,UB=50,kh=0,t3=null,n3=!1,R0=!1,VB=50,wp=0,z0=null,xh=Xt,I0=xe,h7=!1;function B0(){return yr}function br(){return(wt&(Ui|Fo))!==di?Vn():(xh!==Xt||(xh=Vn()),xh)}function ys(e){var t=e.mode;if((t>)===Je)return ot;if((wt&Ui)!==di&&fi!==xe)return yc(fi);var a=Rz()!==Fz;if(a){if(Bi.transition!==null){var s=Bi.transition;s._updatedFibers||(s._updatedFibers=new Set),s._updatedFibers.add(e)}return I0===Dt&&(I0=sm()),I0}var f=Ir();if(f!==Dt)return f;var h=xR();return h}function KB(e){var t=e.mode;return(t>)===Je?ot:jy()}function vi(e,t,a,s){pU(),h7&&p("useInsertionEffect must not schedule updates."),n3&&(R0=!0),qu(e,a,s),(wt&Ui)!==xe&&e===yr?hU(t):(Ji&&xc(e,t,a),gU(t),e===yr&&((wt&Ui)===di&&(hh=vt(hh,a)),pi===vh&&bs(e,fi)),Hr(e,s),a===ot&&wt===di&&(t.mode>)===Je&&!vl.isBatchingLegacy&&(yh(),hD()))}function jB(e,t,a){var s=e.current;s.lanes=t,qu(e,t,a),Hr(e,a)}function HB(e){return(wt&Ui)!==di}function Hr(e,t){var a=e.callbackNode;Af(e,t);var s=Mf(e,e===yr?fi:xe);if(s===xe){a!==null&&L7(a),e.callbackNode=null,e.callbackPriority=Dt;return}var f=Bl(s),h=e.callbackPriority;if(h===f&&!(vl.current!==null&&a!==s3)){a==null&&h!==ot&&p("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.");return}a!=null&&L7(a);var k;if(f===ot)e.tag===as?(vl.isBatchingLegacy!==null&&(vl.didScheduleLegacyUpdate=!0),bz(b7.bind(null,e))):mD(b7.bind(null,e)),vl.current!==null?vl.current.push(us):ER(function(){(wt&(Ui|Fo))===di&&us()}),k=null;else{var w;switch(Xy(s)){case $i:w=rc;break;case So:w=Fl;break;case Rr:w=Xo;break;case zr:w=La;break;default:w=Xo;break}k=c3(w,g7.bind(null,e))}e.callbackPriority=f,e.callbackNode=k}function g7(e,t){if(sI(),xh=Xt,I0=xe,(wt&(Ui|Fo))!==di)throw new Error("Should not already be working.");var a=e.callbackNode,s=au();if(s&&e.callbackNode!==a)return null;var f=Mf(e,e===yr?fi:xe);if(f===xe)return null;var h=!Ff(e,f)&&!Ky(e,f)&&!t,k=h?tU(e,f):V0(e,f);if(k!==ru){if(k===Qc){var w=Of(e);w!==xe&&(f=w,k=i3(e,w))}if(k===ph){var D=mh;throw Zc(e,xe),bs(e,f),Hr(e,Vn()),D}if(k===q4)bs(e,f);else{var M=!Ff(e,f),O=e.current.alternate;if(M&&!GB(O)){if(k=V0(e,f),k===Qc){var Q=Of(e);Q!==xe&&(f=Q,k=i3(e,Q))}if(k===ph){var Y=mh;throw Zc(e,xe),bs(e,f),Hr(e,Vn()),Y}}e.finishedWork=O,e.finishedLanes=f,WB(e,k,f)}}return Hr(e,Vn()),e.callbackNode===a?g7.bind(null,e):null}function i3(e,t){var a=gh;if(If(e)){var s=Zc(e,t);s.flags|=bi,fz(e.containerInfo)}var f=V0(e,t);if(f!==Qc){var h=jr;jr=a,h!==null&&y7(h)}return f}function y7(e){jr===null?jr=e:jr.push.apply(jr,e)}function WB(e,t,a){switch(t){case ru:case ph:throw new Error("Root did not complete. This is a bug in React.");case Qc:{Jc(e,jr,ou);break}case M0:{if(bs(e,a),Ka(a)&&!M7()){var s=X4+p7-Vn();if(s>10){var f=Mf(e,xe);if(f!==xe)break;var h=e.suspendedLanes;if(!ja(h,a)){br(),Rf(e,h);break}e.timeoutHandle=e_(Jc.bind(null,e,jr,ou),s);break}}Jc(e,jr,ou);break}case vh:{if(bs(e,a),am(a))break;if(!M7()){var k=ro(e,a),w=k,D=Vn()-w,M=fU(D)-D;if(M>10){e.timeoutHandle=e_(Jc.bind(null,e,jr,ou),M);break}}Jc(e,jr,ou);break}case f7:{Jc(e,jr,ou);break}default:throw new Error("Unknown root exit status.")}}function GB(e){for(var t=e;;){if(t.flags&ju){var a=t.updateQueue;if(a!==null){var s=a.stores;if(s!==null)for(var f=0;f<s.length;f++){var h=s[f],k=h.getSnapshot,w=h.value;try{if(!we(k(),w))return!1}catch{return!1}}}}var D=t.child;if(t.subtreeFlags&ju&&D!==null){D.return=t,t=D;continue}if(t===e)return!0;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}return!0}function bs(e,t){t=bc(t,O0),t=bc(t,hh),Gy(e,t)}function b7(e){if(cI(),(wt&(Ui|Fo))!==di)throw new Error("Should not already be working.");au();var t=Mf(e,xe);if(!tr(t,ot))return Hr(e,Vn()),null;var a=V0(e,t);if(e.tag!==as&&a===Qc){var s=Of(e);s!==xe&&(t=s,a=i3(e,s))}if(a===ph){var f=mh;throw Zc(e,xe),bs(e,t),Hr(e,Vn()),f}if(a===q4)throw new Error("Root did not complete. This is a bug in React.");var h=e.current.alternate;return e.finishedWork=h,e.finishedLanes=t,Jc(e,jr,ou),Hr(e,Vn()),null}function YB(e,t){t!==xe&&(zf(e,vt(t,ot)),Hr(e,Vn()),(wt&(Ui|Fo))===di&&(yh(),us()))}function r3(e,t){var a=wt;wt|=d7;try{return e(t)}finally{wt=a,wt===di&&!vl.isBatchingLegacy&&(yh(),hD())}}function qB(e,t,a,s,f){var h=Ir(),k=Bi.transition;try{return Bi.transition=null,Mn($i),e(t,a,s,f)}finally{Mn(h),Bi.transition=k,wt===di&&yh()}}function lu(e){gs!==null&&gs.tag===as&&(wt&(Ui|Fo))===di&&au();var t=wt;wt|=d7;var a=Bi.transition,s=Ir();try{return Bi.transition=null,Mn($i),e?e():void 0}finally{Mn(s),Bi.transition=a,wt=t,(wt&(Ui|Fo))===di&&us()}}function k7(){return(wt&(Ui|Fo))!==di}function U0(e,t){lr(Q4,na,e),na=vt(na,t)}function o3(e){na=Q4.current,or(Q4,e)}function Zc(e,t){e.finishedWork=null,e.finishedLanes=xe;var a=e.timeoutHandle;if(a!==t_&&(e.timeoutHandle=t_,_R(a)),wn!==null)for(var s=wn.return;s!==null;){var f=s.alternate;q8(f,s),s=s.return}yr=e;var h=ed(e.current,null);return wn=h,fi=na=t,pi=ru,mh=null,A0=xe,hh=xe,O0=xe,gh=null,jr=null,jz(),ll.discardPendingWarnings(),h}function x7(e,t){do{var a=wn;try{if(Xb(),HD(),mn(),Y4.current=null,a===null||a.return===null){pi=ph,mh=t,wn=null;return}if($e&&a.mode&Pt&&S0(a,!0),_e)if(vr(),t!==null&&typeof t=="object"&&typeof t.then=="function"){var s=t;wo(a,s,fi)}else lc(a,t,fi);bI(e,a.return,a,t,fi),w7(a)}catch(f){t=f,wn===a&&a!==null?(a=a.return,wn=a):a=wn;continue}return}while(!0)}function _7(){var e=G4.current;return G4.current=x0,e===null?x0:e}function E7(e){G4.current=e}function QB(){X4=Vn()}function _h(e){A0=vt(e,A0)}function XB(){pi===ru&&(pi=M0)}function l3(){(pi===ru||pi===M0||pi===Qc)&&(pi=vh),yr!==null&&(gc(A0)||gc(hh))&&bs(yr,fi)}function ZB(e){pi!==vh&&(pi=Qc),gh===null?gh=[e]:gh.push(e)}function JB(){return pi===ru}function V0(e,t){var a=wt;wt|=Ui;var s=_7();if(yr!==e||fi!==t){if(Ji){var f=e.memoizedUpdaters;f.size>0&&(Eh(e,fi),f.clear()),Yy(e,t)}ou=pm(),Zc(e,t)}Fa(t);do try{eU();break}catch(h){x7(e,h)}while(!0);if(Xb(),wt=a,E7(s),wn!==null)throw new Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");return mf(),yr=null,fi=xe,pi}function eU(){for(;wn!==null;)C7(wn)}function tU(e,t){var a=wt;wt|=Ui;var s=_7();if(yr!==e||fi!==t){if(Ji){var f=e.memoizedUpdaters;f.size>0&&(Eh(e,fi),f.clear()),Yy(e,t)}ou=pm(),yh(),Zc(e,t)}Fa(t);do try{nU();break}catch(h){x7(e,h)}while(!0);return Xb(),E7(s),wt=a,wn!==null?(Iy(),ru):(mf(),yr=null,fi=xe,pi)}function nU(){for(;wn!==null&&!Wv();)C7(wn)}function C7(e){var t=e.alternate;Jt(e);var a;(e.mode&Pt)!==Je?(s4(e),a=a3(t,e,na),S0(e,!0)):a=a3(t,e,na),mn(),e.memoizedProps=e.pendingProps,a===null?w7(e):wn=a,Y4.current=null}function w7(e){var t=e;do{var a=t.alternate,s=t.return;if((t.flags&ic)===Ze){Jt(t);var f=void 0;if((t.mode&Pt)===Je?f=Y8(a,t,na):(s4(t),f=Y8(a,t,na),S0(t,!1)),mn(),f!==null){wn=f;return}}else{var h=XI(a,t);if(h!==null){h.flags&=My,wn=h;return}if((t.mode&Pt)!==Je){S0(t,!1);for(var k=t.actualDuration,w=t.child;w!==null;)k+=w.actualDuration,w=w.sibling;t.actualDuration=k}if(s!==null)s.flags|=ic,s.subtreeFlags=Ze,s.deletions=null;else{pi=q4,wn=null;return}}var D=t.sibling;if(D!==null){wn=D;return}t=s,wn=t}while(t!==null);pi===ru&&(pi=f7)}function Jc(e,t,a){var s=Ir(),f=Bi.transition;try{Bi.transition=null,Mn($i),iU(e,t,a,s)}finally{Bi.transition=f,Mn(s)}return null}function iU(e,t,a,s){do au();while(gs!==null);if(vU(),(wt&(Ui|Fo))!==di)throw new Error("Should not already be working.");var f=e.finishedWork,h=e.finishedLanes;if(Zv(h),f===null)return Jv(),null;if(h===xe&&p("root.finishedLanes should not be empty during a commit. This is a bug in React."),e.finishedWork=null,e.finishedLanes=xe,f===e.current)throw new Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");e.callbackNode=null,e.callbackPriority=Dt;var k=vt(f.lanes,f.childLanes);dm(e,k),e===yr&&(yr=null,wn=null,fi=xe),((f.subtreeFlags&Qo)!==Ze||(f.flags&Qo)!==Ze)&&(Xc||(Xc=!0,e3=a,c3(Xo,function(){return au(),null})));var w=(f.subtreeFlags&(Ml|Al|Ol|Qo))!==Ze,D=(f.flags&(Ml|Al|Ol|Qo))!==Ze;if(w||D){var M=Bi.transition;Bi.transition=null;var O=Ir();Mn($i);var Q=wt;wt|=Fo,Y4.current=null,nB(e,f),h8(),hB(e,f,h),mR(e.containerInfo),e.current=f,ac(h),gB(f,e,h),uc(),Gv(),wt=Q,Mn(O),Bi.transition=M}else e.current=f,h8();var Y=Xc;if(Xc?(Xc=!1,gs=e,bh=h):(wp=0,z0=null),k=e.pendingLanes,k===xe&&(Cp=null),Y||P7(e.current,!1),qv(f.stateNode,s),Ji&&e.memoizedUpdaters.clear(),FB(),Hr(e,Vn()),t!==null)for(var ue=e.onRecoverableError,ce=0;ce<t.length;ce++){var ve=t[ce],Oe=ve.stack,tt=ve.digest;ue(ve.value,{componentStack:Oe,digest:tt})}if(F0){F0=!1;var Qe=Z4;throw Z4=null,Qe}return tr(bh,ot)&&e.tag!==as&&au(),k=e.pendingLanes,tr(k,ot)?(uI(),e===t3?kh++:(kh=0,t3=e)):kh=0,us(),Jv(),null}function au(){if(gs!==null){var e=Xy(bh),t=Ec(Rr,e),a=Bi.transition,s=Ir();try{return Bi.transition=null,Mn(t),oU()}finally{Mn(s),Bi.transition=a}}return!1}function rU(e){J4.push(e),Xc||(Xc=!0,c3(Xo,function(){return au(),null}))}function oU(){if(gs===null)return!1;var e=e3;e3=null;var t=gs,a=bh;if(gs=null,bh=xe,(wt&(Ui|Fo))!==di)throw new Error("Cannot flush passive effects while already rendering.");n3=!0,R0=!1,Oa(a);var s=wt;wt|=Fo,CB(t.current),kB(t,t.current,a,e);{var f=J4;J4=[];for(var h=0;h<f.length;h++){var k=f[h];lB(t,k)}}nm(),P7(t.current,!0),wt=s,us(),R0?t===z0?wp++:(wp=0,z0=t):wp=0,n3=!1,R0=!1,Qv(t);{var w=t.current.stateNode;w.effectDuration=0,w.passiveEffectDuration=0}return!0}function S7(e){return Cp!==null&&Cp.has(e)}function lU(e){Cp===null?Cp=new Set([e]):Cp.add(e)}function aU(e){F0||(F0=!0,Z4=e)}var uU=aU;function T7(e,t,a){var s=Yc(a,t),f=C8(e,s,ot),h=cs(e,f,ot),k=br();h!==null&&(qu(h,ot,k),Hr(h,k))}function en(e,t,a){if(JI(a),Ch(!1),e.tag===C){T7(e,e,a);return}var s=null;for(s=t;s!==null;){if(s.tag===C){T7(s,e,a);return}else if(s.tag===E){var f=s.type,h=s.stateNode;if(typeof f.getDerivedStateFromError=="function"||typeof h.componentDidCatch=="function"&&!S7(h)){var k=Yc(a,e),w=T4(s,k,ot),D=cs(s,w,ot),M=br();D!==null&&(qu(D,ot,M),Hr(D,M));return}}s=s.return}p(`Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
|
|
146
146
|
|
|
147
147
|
Error message:
|
|
148
148
|
|
|
149
|
-
%s`,a)}function sU(e,t,a){var s=e.pingCache;s!==null&&s.delete(t);var f=br();Rf(e,a),yU(e),yr===e&&ja(fi,a)&&(pi===vh||pi===M0&&Ka(fi)&&Vn()-X4<p7?Zc(e,xe):O0=vt(O0,a)),Hr(e,f)}function D7(e,t){t===Dt&&(t=KB(e));var a=br(),s=Vr(e,t);s!==null&&(qu(s,t,a),Hr(s,a))}function cU(e){var t=e.memoizedState,a=Dt;t!==null&&(a=t.retryLane),D7(e,a)}function dU(e,t){var a=Dt,s;switch(e.tag){case U:s=e.stateNode;var f=e.memoizedState;f!==null&&(a=f.retryLane);break;case R:s=e.stateNode;break;default:throw new Error("Pinged unknown suspense boundary type. This is probably a bug in React.")}s!==null&&s.delete(t),D7(e,a)}function fU(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:IB(e/1960)*1960}function pU(){if(kh>UB)throw kh=0,t3=null,new Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");wp>VB&&(wp=0,z0=null,p("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render."))}function vU(){
|
|
149
|
+
%s`,a)}function sU(e,t,a){var s=e.pingCache;s!==null&&s.delete(t);var f=br();Rf(e,a),yU(e),yr===e&&ja(fi,a)&&(pi===vh||pi===M0&&Ka(fi)&&Vn()-X4<p7?Zc(e,xe):O0=vt(O0,a)),Hr(e,f)}function D7(e,t){t===Dt&&(t=KB(e));var a=br(),s=Vr(e,t);s!==null&&(qu(s,t,a),Hr(s,a))}function cU(e){var t=e.memoizedState,a=Dt;t!==null&&(a=t.retryLane),D7(e,a)}function dU(e,t){var a=Dt,s;switch(e.tag){case U:s=e.stateNode;var f=e.memoizedState;f!==null&&(a=f.retryLane);break;case R:s=e.stateNode;break;default:throw new Error("Pinged unknown suspense boundary type. This is probably a bug in React.")}s!==null&&s.delete(t),D7(e,a)}function fU(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:IB(e/1960)*1960}function pU(){if(kh>UB)throw kh=0,t3=null,new Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");wp>VB&&(wp=0,z0=null,p("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render."))}function vU(){ll.flushLegacyContextWarning(),ll.flushPendingUnsafeLifecycleWarnings()}function P7(e,t){Jt(e),K0(e,Ll,MB),t&&K0(e,_o,AB),K0(e,Ll,NB),t&&K0(e,_o,LB),mn()}function K0(e,t,a){for(var s=e,f=null;s!==null;){var h=s.subtreeFlags&t;s!==f&&s.child!==null&&h!==Ze?s=s.child:((s.flags&t)!==Ze&&a(s),s.sibling!==null?s=s.sibling:s=f=s.return)}}var j0=null;function $7(e){{if((wt&Ui)!==di||!(e.mode>))return;var t=e.tag;if(t!==S&&t!==C&&t!==E&&t!==x&&t!==K&&t!==G&&t!==Z)return;var a=pt(e)||"ReactComponent";if(j0!==null){if(j0.has(a))return;j0.add(a)}else j0=new Set([a]);var s=Pi;try{Jt(e),p("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead.")}finally{s?Jt(e):mn()}}}var a3;{var mU=null;a3=function(e,t,a){var s=z7(mU,t);try{return K8(e,t,a)}catch(h){if(Tz()||h!==null&&typeof h=="object"&&typeof h.then=="function")throw h;if(Xb(),HD(),q8(e,t),z7(t,s),t.mode&Pt&&s4(t),Nl(null,K8,null,e,t,a),Yo()){var f=nc();typeof f=="object"&&f!==null&&f._suppressLogging&&typeof h=="object"&&h!==null&&!h._suppressLogging&&(h._suppressLogging=!0)}throw h}}}var N7=!1,u3;u3=new Set;function hU(e){if(wl&&!oI())switch(e.tag){case x:case K:case Z:{var t=wn&&pt(wn)||"Unknown",a=t;if(!u3.has(a)){u3.add(a);var s=pt(e)||"Unknown";p("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render",s,t,t)}break}case E:{N7||(p("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),N7=!0);break}}}function Eh(e,t){if(Ji){var a=e.memoizedUpdaters;a.forEach(function(s){xc(e,s,t)})}}var s3={};function c3(e,t){{var a=vl.current;return a!==null?(a.push(t),s3):Hv(e,t)}}function L7(e){if(e!==s3)return Oy(e)}function M7(){return vl.current!==null}function gU(e){{if(e.mode>){if(!c7())return}else if(!zB()||wt!==di||e.tag!==x&&e.tag!==K&&e.tag!==Z)return;if(vl.current===null){var t=Pi;try{Jt(e),p(`An update to %s inside a test was not wrapped in act(...).
|
|
150
150
|
|
|
151
151
|
When testing, code that causes React state updates should be wrapped into act(...):
|
|
152
152
|
|
|
@@ -155,7 +155,7 @@ act(() => {
|
|
|
155
155
|
});
|
|
156
156
|
/* assert on the output */
|
|
157
157
|
|
|
158
|
-
This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`,pt(e))}finally{t?Jt(e):mn()}}}}function yU(e){e.tag!==as&&c7()&&
|
|
158
|
+
This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`,pt(e))}finally{t?Jt(e):mn()}}}}function yU(e){e.tag!==as&&c7()&&vl.current===null&&p(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
|
|
159
159
|
|
|
160
160
|
When testing, code that resolves suspended data should be wrapped into act(...):
|
|
161
161
|
|
|
@@ -166,24 +166,24 @@ act(() => {
|
|
|
166
166
|
|
|
167
167
|
This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`)}function Ch(e){h7=e}var Ro=null,Sp=null,bU=function(e){Ro=e};function Tp(e){{if(Ro===null)return e;var t=Ro(e);return t===void 0?e:t.current}}function d3(e){return Tp(e)}function f3(e){{if(Ro===null)return e;var t=Ro(e);if(t===void 0){if(e!=null&&typeof e.render=="function"){var a=Tp(e.render);if(e.render!==a){var s={$$typeof:$u,render:a};return e.displayName!==void 0&&(s.displayName=e.displayName),s}}return e}return t.current}}function A7(e,t){{if(Ro===null)return!1;var a=e.elementType,s=t.type,f=!1,h=typeof s=="object"&&s!==null?s.$$typeof:null;switch(e.tag){case E:{typeof s=="function"&&(f=!0);break}case x:{(typeof s=="function"||h===yi)&&(f=!0);break}case K:{(h===$u||h===yi)&&(f=!0);break}case G:case Z:{(h===Zr||h===yi)&&(f=!0);break}default:return!1}if(f){var k=Ro(a);if(k!==void 0&&k===Ro(s))return!0}return!1}}function O7(e){{if(Ro===null||typeof WeakSet!="function")return;Sp===null&&(Sp=new WeakSet),Sp.add(e)}}var kU=function(e,t){{if(Ro===null)return;var a=t.staleFamilies,s=t.updatedFamilies;au(),lu(function(){p3(e.current,s,a)})}},xU=function(e,t){{if(e.context!==ao)return;au(),lu(function(){wh(t,e,null,null)})}};function p3(e,t,a){{var s=e.alternate,f=e.child,h=e.sibling,k=e.tag,w=e.type,D=null;switch(k){case x:case Z:case E:D=w;break;case K:D=w.render;break}if(Ro===null)throw new Error("Expected resolveFamily to be set during hot reload.");var M=!1,O=!1;if(D!==null){var Q=Ro(D);Q!==void 0&&(a.has(Q)?O=!0:t.has(Q)&&(k===E?O=!0:M=!0))}if(Sp!==null&&(Sp.has(e)||s!==null&&Sp.has(s))&&(O=!0),O&&(e._debugNeedsRemount=!0),O||M){var Y=Vr(e,ot);Y!==null&&vi(Y,e,ot,Xt)}f!==null&&!O&&p3(f,t,a),h!==null&&p3(h,t,a)}}var _U=function(e,t){{var a=new Set,s=new Set(t.map(function(f){return f.current}));return v3(e.current,s,a),a}};function v3(e,t,a){{var s=e.child,f=e.sibling,h=e.tag,k=e.type,w=null;switch(h){case x:case Z:case E:w=k;break;case K:w=k.render;break}var D=!1;w!==null&&t.has(w)&&(D=!0),D?EU(e,a):s!==null&&v3(s,t,a),f!==null&&v3(f,t,a)}}function EU(e,t){{var a=CU(e,t);if(a)return;for(var s=e;;){switch(s.tag){case P:t.add(s.stateNode);return;case T:t.add(s.stateNode.containerInfo);return;case C:t.add(s.stateNode.containerInfo);return}if(s.return===null)throw new Error("Expected to reach root first.");s=s.return}}}function CU(e,t){for(var a=e,s=!1;;){if(a.tag===P)s=!0,t.add(a.stateNode);else if(a.child!==null){a.child.return=a,a=a.child;continue}if(a===e)return s;for(;a.sibling===null;){if(a.return===null||a.return===e)return s;a=a.return}a.sibling.return=a.return,a=a.sibling}return!1}var m3;{m3=!1;try{var F7=Object.preventExtensions({})}catch{m3=!0}}function wU(e,t,a,s){this.tag=e,this.key=a,this.elementType=null,this.type=null,this.stateNode=null,this.return=null,this.child=null,this.sibling=null,this.index=0,this.ref=null,this.pendingProps=t,this.memoizedProps=null,this.updateQueue=null,this.memoizedState=null,this.dependencies=null,this.mode=s,this.flags=Ze,this.subtreeFlags=Ze,this.deletions=null,this.lanes=xe,this.childLanes=xe,this.alternate=null,this.actualDuration=Number.NaN,this.actualStartTime=Number.NaN,this.selfBaseDuration=Number.NaN,this.treeBaseDuration=Number.NaN,this.actualDuration=0,this.actualStartTime=-1,this.selfBaseDuration=0,this.treeBaseDuration=0,this._debugSource=null,this._debugOwner=null,this._debugNeedsRemount=!1,this._debugHookTypes=null,!m3&&typeof Object.preventExtensions=="function"&&Object.preventExtensions(this)}var uo=function(e,t,a,s){return new wU(e,t,a,s)};function h3(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function SU(e){return typeof e=="function"&&!h3(e)&&e.defaultProps===void 0}function TU(e){if(typeof e=="function")return h3(e)?E:x;if(e!=null){var t=e.$$typeof;if(t===$u)return K;if(t===Zr)return G}return S}function ed(e,t){var a=e.alternate;a===null?(a=uo(e.tag,t,e.key,e.mode),a.elementType=e.elementType,a.type=e.type,a.stateNode=e.stateNode,a._debugSource=e._debugSource,a._debugOwner=e._debugOwner,a._debugHookTypes=e._debugHookTypes,a.alternate=e,e.alternate=a):(a.pendingProps=t,a.type=e.type,a.flags=Ze,a.subtreeFlags=Ze,a.deletions=null,a.actualDuration=0,a.actualStartTime=-1),a.flags=e.flags&$n,a.childLanes=e.childLanes,a.lanes=e.lanes,a.child=e.child,a.memoizedProps=e.memoizedProps,a.memoizedState=e.memoizedState,a.updateQueue=e.updateQueue;var s=e.dependencies;switch(a.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext},a.sibling=e.sibling,a.index=e.index,a.ref=e.ref,a.selfBaseDuration=e.selfBaseDuration,a.treeBaseDuration=e.treeBaseDuration,a._debugNeedsRemount=e._debugNeedsRemount,a.tag){case S:case x:case Z:a.type=Tp(e.type);break;case E:a.type=d3(e.type);break;case K:a.type=f3(e.type);break}return a}function DU(e,t){e.flags&=$n|un;var a=e.alternate;if(a===null)e.childLanes=xe,e.lanes=t,e.child=null,e.subtreeFlags=Ze,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0;else{e.childLanes=a.childLanes,e.lanes=a.lanes,e.child=a.child,e.subtreeFlags=Ze,e.deletions=null,e.memoizedProps=a.memoizedProps,e.memoizedState=a.memoizedState,e.updateQueue=a.updateQueue,e.type=a.type;var s=a.dependencies;e.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext},e.selfBaseDuration=a.selfBaseDuration,e.treeBaseDuration=a.treeBaseDuration}return e}function PU(e,t,a){var s;return e===Ub?(s=gt,t===!0&&(s|=Wt,s|=$t)):s=Je,Ji&&(s|=Pt),uo(C,null,null,s)}function g3(e,t,a,s,f,h){var k=S,w=e;if(typeof e=="function")h3(e)?(k=E,w=d3(w)):w=Tp(w);else if(typeof e=="string")k=P;else e:switch(e){case Tu:return ks(a.children,f,h,t);case ha:k=A,f|=Wt,(f>)!==Je&&(f|=$t);break;case Du:return $U(a,f,h,t);case Md:return NU(a,f,h,t);case Ad:return LU(a,f,h,t);case cv:return R7(a,f,h,t);case qg:case Yg:case Qg:case Xg:case t1:default:{if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Pu:k=B;break e;case Rs:k=F;break e;case $u:k=K,w=f3(w);break e;case Zr:k=G;break e;case yi:k=ke,w=null;break e}var D="";{(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(D+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var M=s?pt(s):null;M&&(D+=`
|
|
168
168
|
|
|
169
|
-
Check the render method of \``+M+"`.")}throw new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(e==null?e:typeof e)+"."+D))}}var O=uo(k,a,t,f);return O.elementType=e,O.type=w,O.lanes=h,O._debugOwner=s,O}function y3(e,t,a){var s=null;s=e._owner;var f=e.type,h=e.key,k=e.props,w=g3(f,h,k,s,t,a);return w._debugSource=e._source,w._debugOwner=e._owner,w}function ks(e,t,a,s){var f=uo(L,e,s,t);return f.lanes=a,f}function $U(e,t,a,s){typeof e.id!="string"&&p('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id);var f=uo(j,e,s,t|Pt);return f.elementType=Du,f.lanes=a,f.stateNode={effectDuration:0,passiveEffectDuration:0},f}function NU(e,t,a,s){var f=uo(U,e,s,t);return f.elementType=Md,f.lanes=a,f}function LU(e,t,a,s){var f=uo(R,e,s,t);return f.elementType=Ad,f.lanes=a,f}function R7(e,t,a,s){var f=uo(re,e,s,t);f.elementType=cv,f.lanes=a;var h={isHidden:!1};return f.stateNode=h,f}function b3(e,t,a){var s=uo(N,e,null,t);return s.lanes=a,s}function MU(){var e=uo(P,null,null,Je);return e.elementType="DELETED",e}function AU(e){var t=uo(fe,null,null,Je);return t.stateNode=e,t}function k3(e,t,a){var s=e.children!==null?e.children:[],f=uo(T,s,e.key,t);return f.lanes=a,f.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},f}function z7(e,t){return e===null&&(e=uo(S,null,null,Je)),e.tag=t.tag,e.key=t.key,e.elementType=t.elementType,e.type=t.type,e.stateNode=t.stateNode,e.return=t.return,e.child=t.child,e.sibling=t.sibling,e.index=t.index,e.ref=t.ref,e.pendingProps=t.pendingProps,e.memoizedProps=t.memoizedProps,e.updateQueue=t.updateQueue,e.memoizedState=t.memoizedState,e.dependencies=t.dependencies,e.mode=t.mode,e.flags=t.flags,e.subtreeFlags=t.subtreeFlags,e.deletions=t.deletions,e.lanes=t.lanes,e.childLanes=t.childLanes,e.alternate=t.alternate,e.actualDuration=t.actualDuration,e.actualStartTime=t.actualStartTime,e.selfBaseDuration=t.selfBaseDuration,e.treeBaseDuration=t.treeBaseDuration,e._debugSource=t._debugSource,e._debugOwner=t._debugOwner,e._debugNeedsRemount=t._debugNeedsRemount,e._debugHookTypes=t._debugHookTypes,e}function OU(e,t,a,s,f){this.tag=t,this.containerInfo=e,this.pendingChildren=null,this.current=null,this.pingCache=null,this.finishedWork=null,this.timeoutHandle=t_,this.context=null,this.pendingContext=null,this.callbackNode=null,this.callbackPriority=Dt,this.eventTimes=kc(xe),this.expirationTimes=kc(Xt),this.pendingLanes=xe,this.suspendedLanes=xe,this.pingedLanes=xe,this.expiredLanes=xe,this.mutableReadLanes=xe,this.finishedLanes=xe,this.entangledLanes=xe,this.entanglements=kc(xe),this.identifierPrefix=s,this.onRecoverableError=f,this.mutableSourceEagerHydrationData=null,this.effectDuration=0,this.passiveEffectDuration=0;{this.memoizedUpdaters=new Set;for(var h=this.pendingUpdatersLaneMap=[],k=0;k<Ra;k++)h.push(new Set)}switch(t){case Ub:this._debugRootType=a?"hydrateRoot()":"createRoot()";break;case as:this._debugRootType=a?"hydrate()":"render()";break}}function I7(e,t,a,s,f,h,k,w,D,M){var O=new OU(e,t,a,w,D),Q=PU(t,h);O.current=Q,Q.stateNode=O;{var Y={element:s,isDehydrated:a,cache:null,transitions:null,pendingSuspenseBoundaries:null};Q.memoizedState=Y}return M_(Q),O}var x3="18.3.1";function FU(e,t,a){var s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;return ft(s),{$$typeof:Xr,key:s==null?null:""+s,children:e,containerInfo:t,implementation:a}}var _3,E3;_3=!1,E3={};function B7(e){if(!e)return ao;var t=Ku(e),a=yz(t);if(t.tag===E){var s=t.type;if(
|
|
169
|
+
Check the render method of \``+M+"`.")}throw new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(e==null?e:typeof e)+"."+D))}}var O=uo(k,a,t,f);return O.elementType=e,O.type=w,O.lanes=h,O._debugOwner=s,O}function y3(e,t,a){var s=null;s=e._owner;var f=e.type,h=e.key,k=e.props,w=g3(f,h,k,s,t,a);return w._debugSource=e._source,w._debugOwner=e._owner,w}function ks(e,t,a,s){var f=uo(L,e,s,t);return f.lanes=a,f}function $U(e,t,a,s){typeof e.id!="string"&&p('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id);var f=uo(j,e,s,t|Pt);return f.elementType=Du,f.lanes=a,f.stateNode={effectDuration:0,passiveEffectDuration:0},f}function NU(e,t,a,s){var f=uo(U,e,s,t);return f.elementType=Md,f.lanes=a,f}function LU(e,t,a,s){var f=uo(R,e,s,t);return f.elementType=Ad,f.lanes=a,f}function R7(e,t,a,s){var f=uo(re,e,s,t);f.elementType=cv,f.lanes=a;var h={isHidden:!1};return f.stateNode=h,f}function b3(e,t,a){var s=uo(N,e,null,t);return s.lanes=a,s}function MU(){var e=uo(P,null,null,Je);return e.elementType="DELETED",e}function AU(e){var t=uo(fe,null,null,Je);return t.stateNode=e,t}function k3(e,t,a){var s=e.children!==null?e.children:[],f=uo(T,s,e.key,t);return f.lanes=a,f.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},f}function z7(e,t){return e===null&&(e=uo(S,null,null,Je)),e.tag=t.tag,e.key=t.key,e.elementType=t.elementType,e.type=t.type,e.stateNode=t.stateNode,e.return=t.return,e.child=t.child,e.sibling=t.sibling,e.index=t.index,e.ref=t.ref,e.pendingProps=t.pendingProps,e.memoizedProps=t.memoizedProps,e.updateQueue=t.updateQueue,e.memoizedState=t.memoizedState,e.dependencies=t.dependencies,e.mode=t.mode,e.flags=t.flags,e.subtreeFlags=t.subtreeFlags,e.deletions=t.deletions,e.lanes=t.lanes,e.childLanes=t.childLanes,e.alternate=t.alternate,e.actualDuration=t.actualDuration,e.actualStartTime=t.actualStartTime,e.selfBaseDuration=t.selfBaseDuration,e.treeBaseDuration=t.treeBaseDuration,e._debugSource=t._debugSource,e._debugOwner=t._debugOwner,e._debugNeedsRemount=t._debugNeedsRemount,e._debugHookTypes=t._debugHookTypes,e}function OU(e,t,a,s,f){this.tag=t,this.containerInfo=e,this.pendingChildren=null,this.current=null,this.pingCache=null,this.finishedWork=null,this.timeoutHandle=t_,this.context=null,this.pendingContext=null,this.callbackNode=null,this.callbackPriority=Dt,this.eventTimes=kc(xe),this.expirationTimes=kc(Xt),this.pendingLanes=xe,this.suspendedLanes=xe,this.pingedLanes=xe,this.expiredLanes=xe,this.mutableReadLanes=xe,this.finishedLanes=xe,this.entangledLanes=xe,this.entanglements=kc(xe),this.identifierPrefix=s,this.onRecoverableError=f,this.mutableSourceEagerHydrationData=null,this.effectDuration=0,this.passiveEffectDuration=0;{this.memoizedUpdaters=new Set;for(var h=this.pendingUpdatersLaneMap=[],k=0;k<Ra;k++)h.push(new Set)}switch(t){case Ub:this._debugRootType=a?"hydrateRoot()":"createRoot()";break;case as:this._debugRootType=a?"hydrate()":"render()";break}}function I7(e,t,a,s,f,h,k,w,D,M){var O=new OU(e,t,a,w,D),Q=PU(t,h);O.current=Q,Q.stateNode=O;{var Y={element:s,isDehydrated:a,cache:null,transitions:null,pendingSuspenseBoundaries:null};Q.memoizedState=Y}return M_(Q),O}var x3="18.3.1";function FU(e,t,a){var s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;return ft(s),{$$typeof:Xr,key:s==null?null:""+s,children:e,containerInfo:t,implementation:a}}var _3,E3;_3=!1,E3={};function B7(e){if(!e)return ao;var t=Ku(e),a=yz(t);if(t.tag===E){var s=t.type;if(ql(s))return pD(t,s,a)}return a}function RU(e,t){{var a=Ku(e);if(a===void 0){if(typeof e.render=="function")throw new Error("Unable to find node on an unmounted component.");var s=Object.keys(e).join(",");throw new Error("Argument appears to not be a ReactComponent. Keys: "+s)}var f=Xi(a);if(f===null)return null;if(f.mode&Wt){var h=pt(a)||"Component";if(!E3[h]){E3[h]=!0;var k=Pi;try{Jt(f),a.mode&Wt?p("%s is deprecated in StrictMode. %s was passed an instance of %s which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,h):p("%s is deprecated in StrictMode. %s was passed an instance of %s which renders StrictMode children. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,h)}finally{k?Jt(k):mn()}}}return f.stateNode}}function U7(e,t,a,s,f,h,k,w){var D=!1,M=null;return I7(e,t,D,M,a,s,f,h,k)}function V7(e,t,a,s,f,h,k,w,D,M){var O=!0,Q=I7(a,s,O,e,f,h,k,w,D);Q.context=B7(null);var Y=Q.current,ue=br(),ce=ys(Y),ve=nu(ue,ce);return ve.callback=t??null,cs(Y,ve,ce),jB(Q,ce,ue),Q}function wh(e,t,a,s){Yv(t,e);var f=t.current,h=br(),k=ys(f);cn(k);var w=B7(a);t.context===null?t.context=w:t.pendingContext=w,wl&&Pi!==null&&!_3&&(_3=!0,p(`Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.
|
|
170
170
|
|
|
171
|
-
Check the render method of %s.`,pt(Pi)||"Unknown"));var D=nu(h,k);D.payload={element:e},s=s===void 0?null:s,s!==null&&(typeof s!="function"&&p("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",s),D.callback=s);var M=cs(f,D,k);return M!==null&&(vi(M,f,k,h),n0(M,f,k)),k}function H0(e){var t=e.current;if(!t.child)return null;switch(t.child.tag){case P:return t.child.stateNode;default:return t.child.stateNode}}function zU(e){switch(e.tag){case C:{var t=e.stateNode;if(If(t)){var a=Uy(t);YB(t,a)}break}case U:{lu(function(){var f=Vr(e,ot);if(f!==null){var h=br();vi(f,e,ot,h)}});var s=ot;C3(e,s);break}}}function K7(e,t){var a=e.memoizedState;a!==null&&a.dehydrated!==null&&(a.retryLane=Wy(a.retryLane,t))}function C3(e,t){K7(e,t);var a=e.alternate;a&&K7(a,t)}function IU(e){if(e.tag===U){var t=vc,a=Vr(e,t);if(a!==null){var s=br();vi(a,e,t,s)}C3(e,t)}}function BU(e){if(e.tag===U){var t=ys(e),a=Vr(e,t);if(a!==null){var s=br();vi(a,e,t,s)}C3(e,t)}}function j7(e){var t=rn(e);return t===null?null:t.stateNode}var H7=function(e){return null};function UU(e){return H7(e)}var W7=function(e){return!1};function VU(e){return W7(e)}var G7=null,Y7=null,q7=null,Q7=null,X7=null,Z7=null,J7=null,e9=null,t9=null;{var n9=function(e,t,a){var s=t[a],f=ni(e)?e.slice():_t({},e);return a+1===t.length?(ni(f)?f.splice(s,1):delete f[s],f):(f[s]=n9(e[s],t,a+1),f)},i9=function(e,t){return n9(e,t,0)},r9=function(e,t,a,s){var f=t[s],h=ni(e)?e.slice():_t({},e);if(s+1===t.length){var k=a[s];h[k]=h[f],ni(h)?h.splice(f,1):delete h[f]}else h[f]=r9(e[f],t,a,s+1);return h},o9=function(e,t,a){if(t.length!==a.length){v("copyWithRename() expects paths of the same length");return}else for(var s=0;s<a.length-1;s++)if(t[s]!==a[s]){v("copyWithRename() expects paths to be the same except for the deepest key");return}return r9(e,t,a,0)},l9=function(e,t,a,s){if(a>=t.length)return s;var f=t[a],h=ni(e)?e.slice():_t({},e);return h[f]=l9(e[f],t,a+1,s),h},a9=function(e,t,a){return l9(e,t,0,a)},w3=function(e,t){for(var a=e.memoizedState;a!==null&&t>0;)a=a.next,t--;return a};G7=function(e,t,a,s){var f=w3(e,t);if(f!==null){var h=a9(f.memoizedState,a,s);f.memoizedState=h,f.baseState=h,e.memoizedProps=_t({},e.memoizedProps);var k=Vr(e,ot);k!==null&&vi(k,e,ot,Xt)}},Y7=function(e,t,a){var s=w3(e,t);if(s!==null){var f=i9(s.memoizedState,a);s.memoizedState=f,s.baseState=f,e.memoizedProps=_t({},e.memoizedProps);var h=Vr(e,ot);h!==null&&vi(h,e,ot,Xt)}},q7=function(e,t,a,s){var f=w3(e,t);if(f!==null){var h=o9(f.memoizedState,a,s);f.memoizedState=h,f.baseState=h,e.memoizedProps=_t({},e.memoizedProps);var k=Vr(e,ot);k!==null&&vi(k,e,ot,Xt)}},Q7=function(e,t,a){e.pendingProps=a9(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var s=Vr(e,ot);s!==null&&vi(s,e,ot,Xt)},X7=function(e,t){e.pendingProps=i9(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=Vr(e,ot);a!==null&&vi(a,e,ot,Xt)},Z7=function(e,t,a){e.pendingProps=o9(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var s=Vr(e,ot);s!==null&&vi(s,e,ot,Xt)},J7=function(e){var t=Vr(e,ot);t!==null&&vi(t,e,ot,Xt)},e9=function(e){H7=e},t9=function(e){W7=e}}function KU(e){var t=Xi(e);return t===null?null:t.stateNode}function jU(e){return null}function HU(){return Pi}function WU(e){var t=e.findFiberByHostInstance,a=o.ReactCurrentDispatcher;return Wu({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:G7,overrideHookStateDeletePath:Y7,overrideHookStateRenamePath:q7,overrideProps:Q7,overridePropsDeletePath:X7,overridePropsRenamePath:Z7,setErrorHandler:e9,setSuspenseHandler:t9,scheduleUpdate:J7,currentDispatcherRef:a,findHostInstanceByFiber:KU,findFiberByHostInstance:t||jU,findHostInstancesForRefresh:_U,scheduleRefresh:kU,scheduleRoot:xU,setRefreshHandler:bU,getCurrentFiber:HU,reconcilerVersion:x3})}var u9=typeof reportError=="function"?reportError:function(e){console.error(e)};function S3(e){this._internalRoot=e}W0.prototype.render=S3.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw new Error("Cannot update an unmounted root.");{typeof arguments[1]=="function"?p("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):G0(arguments[1])?p("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."):typeof arguments[1]<"u"&&p("You passed a second argument to root.render(...) but it only accepts one argument.");var a=t.containerInfo;if(a.nodeType!==Dn){var s=j7(t.current);s&&s.parentNode!==a&&p("render(...): It looks like the React-rendered content of the root container was removed without using React. This is not supported and will cause errors. Instead, call root.unmount() to empty a root's container.")}}wh(e,t,null,null)},W0.prototype.unmount=S3.prototype.unmount=function(){typeof arguments[0]=="function"&&p("unmount(...): does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect().");var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;k7()&&p("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."),lu(function(){wh(null,e,null,null)}),
|
|
171
|
+
Check the render method of %s.`,pt(Pi)||"Unknown"));var D=nu(h,k);D.payload={element:e},s=s===void 0?null:s,s!==null&&(typeof s!="function"&&p("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",s),D.callback=s);var M=cs(f,D,k);return M!==null&&(vi(M,f,k,h),n0(M,f,k)),k}function H0(e){var t=e.current;if(!t.child)return null;switch(t.child.tag){case P:return t.child.stateNode;default:return t.child.stateNode}}function zU(e){switch(e.tag){case C:{var t=e.stateNode;if(If(t)){var a=Uy(t);YB(t,a)}break}case U:{lu(function(){var f=Vr(e,ot);if(f!==null){var h=br();vi(f,e,ot,h)}});var s=ot;C3(e,s);break}}}function K7(e,t){var a=e.memoizedState;a!==null&&a.dehydrated!==null&&(a.retryLane=Wy(a.retryLane,t))}function C3(e,t){K7(e,t);var a=e.alternate;a&&K7(a,t)}function IU(e){if(e.tag===U){var t=vc,a=Vr(e,t);if(a!==null){var s=br();vi(a,e,t,s)}C3(e,t)}}function BU(e){if(e.tag===U){var t=ys(e),a=Vr(e,t);if(a!==null){var s=br();vi(a,e,t,s)}C3(e,t)}}function j7(e){var t=rn(e);return t===null?null:t.stateNode}var H7=function(e){return null};function UU(e){return H7(e)}var W7=function(e){return!1};function VU(e){return W7(e)}var G7=null,Y7=null,q7=null,Q7=null,X7=null,Z7=null,J7=null,e9=null,t9=null;{var n9=function(e,t,a){var s=t[a],f=ni(e)?e.slice():_t({},e);return a+1===t.length?(ni(f)?f.splice(s,1):delete f[s],f):(f[s]=n9(e[s],t,a+1),f)},i9=function(e,t){return n9(e,t,0)},r9=function(e,t,a,s){var f=t[s],h=ni(e)?e.slice():_t({},e);if(s+1===t.length){var k=a[s];h[k]=h[f],ni(h)?h.splice(f,1):delete h[f]}else h[f]=r9(e[f],t,a,s+1);return h},o9=function(e,t,a){if(t.length!==a.length){v("copyWithRename() expects paths of the same length");return}else for(var s=0;s<a.length-1;s++)if(t[s]!==a[s]){v("copyWithRename() expects paths to be the same except for the deepest key");return}return r9(e,t,a,0)},l9=function(e,t,a,s){if(a>=t.length)return s;var f=t[a],h=ni(e)?e.slice():_t({},e);return h[f]=l9(e[f],t,a+1,s),h},a9=function(e,t,a){return l9(e,t,0,a)},w3=function(e,t){for(var a=e.memoizedState;a!==null&&t>0;)a=a.next,t--;return a};G7=function(e,t,a,s){var f=w3(e,t);if(f!==null){var h=a9(f.memoizedState,a,s);f.memoizedState=h,f.baseState=h,e.memoizedProps=_t({},e.memoizedProps);var k=Vr(e,ot);k!==null&&vi(k,e,ot,Xt)}},Y7=function(e,t,a){var s=w3(e,t);if(s!==null){var f=i9(s.memoizedState,a);s.memoizedState=f,s.baseState=f,e.memoizedProps=_t({},e.memoizedProps);var h=Vr(e,ot);h!==null&&vi(h,e,ot,Xt)}},q7=function(e,t,a,s){var f=w3(e,t);if(f!==null){var h=o9(f.memoizedState,a,s);f.memoizedState=h,f.baseState=h,e.memoizedProps=_t({},e.memoizedProps);var k=Vr(e,ot);k!==null&&vi(k,e,ot,Xt)}},Q7=function(e,t,a){e.pendingProps=a9(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var s=Vr(e,ot);s!==null&&vi(s,e,ot,Xt)},X7=function(e,t){e.pendingProps=i9(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=Vr(e,ot);a!==null&&vi(a,e,ot,Xt)},Z7=function(e,t,a){e.pendingProps=o9(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var s=Vr(e,ot);s!==null&&vi(s,e,ot,Xt)},J7=function(e){var t=Vr(e,ot);t!==null&&vi(t,e,ot,Xt)},e9=function(e){H7=e},t9=function(e){W7=e}}function KU(e){var t=Xi(e);return t===null?null:t.stateNode}function jU(e){return null}function HU(){return Pi}function WU(e){var t=e.findFiberByHostInstance,a=o.ReactCurrentDispatcher;return Wu({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:G7,overrideHookStateDeletePath:Y7,overrideHookStateRenamePath:q7,overrideProps:Q7,overridePropsDeletePath:X7,overridePropsRenamePath:Z7,setErrorHandler:e9,setSuspenseHandler:t9,scheduleUpdate:J7,currentDispatcherRef:a,findHostInstanceByFiber:KU,findFiberByHostInstance:t||jU,findHostInstancesForRefresh:_U,scheduleRefresh:kU,scheduleRoot:xU,setRefreshHandler:bU,getCurrentFiber:HU,reconcilerVersion:x3})}var u9=typeof reportError=="function"?reportError:function(e){console.error(e)};function S3(e){this._internalRoot=e}W0.prototype.render=S3.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw new Error("Cannot update an unmounted root.");{typeof arguments[1]=="function"?p("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):G0(arguments[1])?p("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."):typeof arguments[1]<"u"&&p("You passed a second argument to root.render(...) but it only accepts one argument.");var a=t.containerInfo;if(a.nodeType!==Dn){var s=j7(t.current);s&&s.parentNode!==a&&p("render(...): It looks like the React-rendered content of the root container was removed without using React. This is not supported and will cause errors. Instead, call root.unmount() to empty a root's container.")}}wh(e,t,null,null)},W0.prototype.unmount=S3.prototype.unmount=function(){typeof arguments[0]=="function"&&p("unmount(...): does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect().");var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;k7()&&p("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."),lu(function(){wh(null,e,null,null)}),uD(t)}};function GU(e,t){if(!G0(e))throw new Error("createRoot(...): Target container is not a DOM element.");s9(e);var a=!1,s=!1,f="",h=u9;t!=null&&(t.hydrate?v("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===Cl&&p(`You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:
|
|
172
172
|
|
|
173
173
|
let root = createRoot(domContainer);
|
|
174
|
-
root.render(<App />);`),t.unstable_strictMode===!0&&(a=!0),t.identifierPrefix!==void 0&&(f=t.identifierPrefix),t.onRecoverableError!==void 0&&(h=t.onRecoverableError),t.transitionCallbacks!==void 0&&t.transitionCallbacks);var k=U7(e,Ub,null,a,s,f,h);Ab(k.current,e);var w=e.nodeType===Dn?e.parentNode:e;return Nm(w),new S3(k)}function W0(e){this._internalRoot=e}function YU(e){e&&nb(e)}W0.prototype.unstable_scheduleHydration=YU;function qU(e,t,a){if(!G0(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");s9(e),t===void 0&&p("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var s=a??null,f=a!=null&&a.hydratedSources||null,h=!1,k=!1,w="",D=u9;a!=null&&(a.unstable_strictMode===!0&&(h=!0),a.identifierPrefix!==void 0&&(w=a.identifierPrefix),a.onRecoverableError!==void 0&&(D=a.onRecoverableError));var M=V7(t,null,e,Ub,s,h,k,w,D);if(Ab(M.current,e),Nm(e),f)for(var O=0;O<f.length;O++){var Q=f[O];Jz(M,Q)}return new W0(M)}function G0(e){return!!(e&&(e.nodeType===Yi||e.nodeType===
|
|
175
|
-
You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}wr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=D3,wr.createPortal=rV,wr.createRoot=lV,wr.findDOMNode=JU,wr.flushSync=uV,wr.hydrate=eV,wr.hydrateRoot=aV,wr.render=tV,wr.unmountComponentAtNode=iV,wr.unstable_batchedUpdates=r3,wr.unstable_renderSubtreeIntoContainer=oV,wr.version=x3,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),wr}function J3(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(process.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(J3)}catch(i){console.error(i)}}}process.env.NODE_ENV==="production"?(J3(),lk.exports=sP()):lk.exports=cP();var od=lk.exports;const dP=lP(od);function sk(i,n=!0){let[o,u]=b.useState(!0),d=o&&n;return Bt(()=>{if(d&&i.current&&"getAnimations"in i.current)for(let v of i.current.getAnimations())v instanceof CSSTransition&&v.cancel()},[i,d]),eE(i,d,b.useCallback(()=>u(!1),[])),d}function ck(i,n){let[o,u]=b.useState(n?"open":"closed");switch(o){case"open":n||u("exiting");break;case"closed":case"exiting":n&&u("open");break}let d=o==="exiting";return eE(i,d,b.useCallback(()=>{u(v=>v==="exiting"?"closed":v)},[])),d}function eE(i,n,o){Bt(()=>{if(n&&i.current){if(!("getAnimations"in i.current)){o();return}let u=i.current.getAnimations();if(u.length===0){o();return}let d=!1;return Promise.all(u.map(v=>v.finished)).then(()=>{d||od.flushSync(()=>{o()})}).catch(()=>{}),()=>{d=!0}}},[i,n,o])}const fP=typeof Element<"u"&&"checkVisibility"in Element.prototype;function pP(i){const n=_r(i);if(!(i instanceof n.HTMLElement)&&!(i instanceof n.SVGElement))return!1;let{display:o,visibility:u}=i.style,d=o!=="none"&&u!=="hidden"&&u!=="collapse";if(d){const{getComputedStyle:v}=i.ownerDocument.defaultView;let{display:p,visibility:g}=v(i);d=p!=="none"&&g!=="hidden"&&g!=="collapse"}return d}function vP(i,n){return!i.hasAttribute("hidden")&&!i.hasAttribute("data-react-aria-prevent-focus")&&(i.nodeName==="DETAILS"&&n&&n.nodeName!=="SUMMARY"?i.hasAttribute("open"):!0)}function dk(i,n){return fP?i.checkVisibility({visibilityProperty:!0})&&!i.closest("[data-react-aria-prevent-focus]"):i.nodeName!=="#comment"&&pP(i)&&vP(i,n)&&(!i.parentElement||dk(i.parentElement,i))}const fk=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable^="false"])',"permission"],mP=fk.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";fk.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const hP=fk.join(':not([hidden]):not([tabindex="-1"]),');function tE(i){return i.matches(mP)&&dk(i)&&!nE(i)}function gP(i){return i.matches(hP)&&dk(i)&&!nE(i)}function nE(i){let n=i;for(;n!=null;){if(n instanceof n.ownerDocument.defaultView.HTMLElement&&n.inert)return!0;n=n.parentElement}return!1}function vl(i,n,o){let[u,d]=b.useState(i||n),v=b.useRef(i!==void 0),p=i!==void 0;b.useEffect(()=>{let E=v.current;E!==p&&process.env.NODE_ENV!=="production"&&console.warn(`WARN: A component changed from ${E?"controlled":"uncontrolled"} to ${p?"controlled":"uncontrolled"}.`),v.current=p},[p]);let g=p?i:u,x=b.useCallback((E,...S)=>{let C=(T,...P)=>{o&&(Object.is(g,T)||o(T,...P)),p||(g=T)};typeof E=="function"?(process.env.NODE_ENV!=="production"&&console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),d((P,...N)=>{let L=E(p?g:P,...N);return C(L,...S),p?P:L})):(p||d(E),C(E,...S))},[p,g,o]);return[g,x]}function ld(i,n=-1/0,o=1/0){return Math.min(Math.max(i,n),o)}function zh(i,n){let o=i,u=0,d=n.toString(),v=d.toLowerCase().indexOf("e-");if(v>0)u=Math.abs(Math.floor(Math.log10(Math.abs(n))))+v;else{let p=d.indexOf(".");p>=0&&(u=d.length-p)}if(u>0){let p=Math.pow(10,u);o=Math.round(o*p)/p}return o}function oa(i,n,o,u){n=Number(n),o=Number(o);let d=(i-(isNaN(n)?0:n))%u,v=zh(Math.abs(d)*2>=u?i+Math.sign(d)*(u-Math.abs(d)):i-d,u);return isNaN(n)?!isNaN(o)&&v>o&&(v=Math.floor(zh(o/u,u))*u):v<n?v=n:!isNaN(o)&&v>o&&(v=n+Math.floor(zh((o-n)/u,u))*u),v=zh(v,u),v}function pk(i){let n=i;return n.nativeEvent=i,n.isDefaultPrevented=()=>n.defaultPrevented,n.isPropagationStopped=()=>n.cancelBubble,n.persist=()=>{},n}function iE(i,n){Object.defineProperty(i,"target",{value:n}),Object.defineProperty(i,"currentTarget",{value:n})}function rE(i){let n=b.useRef({isFocused:!1,observer:null});Bt(()=>{const u=n.current;return()=>{u.observer&&(u.observer.disconnect(),u.observer=null)}},[]);let o=gn(u=>{i==null||i(u)});return b.useCallback(u=>{if(u.target instanceof HTMLButtonElement||u.target instanceof HTMLInputElement||u.target instanceof HTMLTextAreaElement||u.target instanceof HTMLSelectElement){n.current.isFocused=!0;let d=u.target,v=p=>{if(n.current.isFocused=!1,d.disabled){let g=pk(p);o(g)}n.current.observer&&(n.current.observer.disconnect(),n.current.observer=null)};d.addEventListener("focusout",v,{once:!0}),n.current.observer=new MutationObserver(()=>{if(n.current.isFocused&&d.disabled){var p;(p=n.current.observer)===null||p===void 0||p.disconnect();let g=d===document.activeElement?null:document.activeElement;d.dispatchEvent(new FocusEvent("blur",{relatedTarget:g})),d.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:g}))}}),n.current.observer.observe(d,{attributes:!0,attributeFilter:["disabled"]})}},[o])}let Ih=!1;function oE(i){for(;i&&!tE(i);)i=i.parentElement;let n=_r(i),o=n.document.activeElement;if(!o||o===i)return;Ih=!0;let u=!1,d=S=>{(S.target===o||u)&&S.stopImmediatePropagation()},v=S=>{(S.target===o||u)&&(S.stopImmediatePropagation(),!i&&!u&&(u=!0,zo(o),x()))},p=S=>{(S.target===i||u)&&S.stopImmediatePropagation()},g=S=>{(S.target===i||u)&&(S.stopImmediatePropagation(),u||(u=!0,zo(o),x()))};n.addEventListener("blur",d,!0),n.addEventListener("focusout",v,!0),n.addEventListener("focusin",g,!0),n.addEventListener("focus",p,!0);let x=()=>{cancelAnimationFrame(E),n.removeEventListener("blur",d,!0),n.removeEventListener("focusout",v,!0),n.removeEventListener("focusin",g,!0),n.removeEventListener("focus",p,!0),Ih=!1,u=!1},E=requestAnimationFrame(x);return x}let ad="default",vk="",Bh=new WeakMap;function lE(i){if($p()){if(ad==="default"){const n=Ft(i);vk=n.documentElement.style.webkitUserSelect,n.documentElement.style.webkitUserSelect="none"}ad="disabled"}else if(i instanceof HTMLElement||i instanceof SVGElement){let n="userSelect"in i.style?"userSelect":"webkitUserSelect";Bh.set(i,i.style[n]),i.style[n]="none"}}function mk(i){if($p()){if(ad!=="disabled")return;ad="restoring",setTimeout(()=>{U3(()=>{if(ad==="restoring"){const n=Ft(i);n.documentElement.style.webkitUserSelect==="none"&&(n.documentElement.style.webkitUserSelect=vk||""),vk="",ad="default"}})},300)}else if((i instanceof HTMLElement||i instanceof SVGElement)&&i&&Bh.has(i)){let n=Bh.get(i),o="userSelect"in i.style?"userSelect":"webkitUserSelect";i.style[o]==="none"&&(i.style[o]=n),i.getAttribute("style")===""&&i.removeAttribute("style"),Bh.delete(i)}}const Mp=b.createContext({register:()=>{}});Mp.displayName="PressResponderContext";function yP(i,n){return n.get?n.get.call(i):n.value}function aE(i,n,o){if(!n.has(i))throw new TypeError("attempted to "+o+" private field on non-instance");return n.get(i)}function bP(i,n){var o=aE(i,n,"get");return yP(i,o)}function kP(i,n){if(n.has(i))throw new TypeError("Cannot initialize the same private elements twice on an object")}function xP(i,n,o){kP(i,n),n.set(i,o)}function _P(i,n,o){if(n.set)n.set.call(i,o);else{if(!n.writable)throw new TypeError("attempted to set read only private field");n.value=o}}function uE(i,n,o){var u=aE(i,n,"set");return _P(i,u,o),o}function EP(i){let n=b.useContext(Mp);if(n){let{register:o,...u}=n;i=Ge(u,i),o()}return nk(n,i.ref),i}var Uh=new WeakMap;class Vh{continuePropagation(){uE(this,Uh,!1)}get shouldStopPropagation(){return bP(this,Uh)}constructor(n,o,u,d){xP(this,Uh,{writable:!0,value:void 0}),uE(this,Uh,!0);var v;let p=(v=d==null?void 0:d.target)!==null&&v!==void 0?v:u.currentTarget;const g=p==null?void 0:p.getBoundingClientRect();let x,E=0,S,C=null;u.clientX!=null&&u.clientY!=null&&(S=u.clientX,C=u.clientY),g&&(S!=null&&C!=null?(x=S-g.left,E=C-g.top):(x=g.width/2,E=g.height/2)),this.type=n,this.pointerType=o,this.target=u.currentTarget,this.shiftKey=u.shiftKey,this.metaKey=u.metaKey,this.ctrlKey=u.ctrlKey,this.altKey=u.altKey,this.x=x,this.y=E}}const sE=Symbol("linkClicked"),cE="react-aria-pressable-style",dE="data-react-aria-pressable";function vu(i){let{onPress:n,onPressChange:o,onPressStart:u,onPressEnd:d,onPressUp:v,onClick:p,isDisabled:g,isPressed:x,preventFocusOnPress:E,shouldCancelOnPointerExit:S,allowTextSelectionOnPress:C,ref:T,...P}=EP(i),[N,L]=b.useState(!1),A=b.useRef({isPressed:!1,ignoreEmulatedMouseEvents:!1,didFirePressStart:!1,isTriggeringEvent:!1,activePointerId:null,target:null,isOverTarget:!1,pointerType:null,disposables:[]}),{addGlobalListener:F,removeAllGlobalListeners:B}=Np(),K=gn((R,de)=>{let re=A.current;if(g||re.didFirePressStart)return!1;let ae=!0;if(re.isTriggeringEvent=!0,u){let be=new Vh("pressstart",de,R);u(be),ae=be.shouldStopPropagation}return o&&o(!0),re.isTriggeringEvent=!1,re.didFirePressStart=!0,L(!0),ae}),j=gn((R,de,re=!0)=>{let ae=A.current;if(!ae.didFirePressStart)return!1;ae.didFirePressStart=!1,ae.isTriggeringEvent=!0;let be=!0;if(d){let V=new Vh("pressend",de,R);d(V),be=V.shouldStopPropagation}if(o&&o(!1),L(!1),n&&re&&!g){let V=new Vh("press",de,R);n(V),be&&(be=V.shouldStopPropagation)}return ae.isTriggeringEvent=!1,be}),U=gn((R,de)=>{let re=A.current;if(g)return!1;if(v){re.isTriggeringEvent=!0;let ae=new Vh("pressup",de,R);return v(ae),re.isTriggeringEvent=!1,ae.shouldStopPropagation}return!0}),G=gn(R=>{let de=A.current;if(de.isPressed&&de.target){de.didFirePressStart&&de.pointerType!=null&&j(ws(de.target,R),de.pointerType,!1),de.isPressed=!1,de.isOverTarget=!1,de.activePointerId=null,de.pointerType=null,B(),C||mk(de.target);for(let re of de.disposables)re();de.disposables=[]}}),Z=gn(R=>{S&&G(R)}),ke=gn(R=>{g||p==null||p(R)}),pe=gn((R,de)=>{if(!g&&p){let re=new MouseEvent("click",R);iE(re,de),p(pk(re))}}),fe=b.useMemo(()=>{let R=A.current,de={onKeyDown(ae){if(gk(ae.nativeEvent,ae.currentTarget)&&fn(ae.currentTarget,Ut(ae.nativeEvent))){var be;vE(Ut(ae.nativeEvent),ae.key)&&ae.preventDefault();let V=!0;if(!R.isPressed&&!ae.repeat){R.target=ae.currentTarget,R.isPressed=!0,R.pointerType="keyboard",V=K(ae,"keyboard");let J=ae.currentTarget,X=H=>{gk(H,J)&&!H.repeat&&fn(J,Ut(H))&&R.target&&U(ws(R.target,H),"keyboard")};F(Ft(ae.currentTarget),"keyup",ia(X,re),!0)}V&&ae.stopPropagation(),ae.metaKey&&du()&&((be=R.metaKeyEvents)===null||be===void 0||be.set(ae.key,ae.nativeEvent))}else ae.key==="Meta"&&(R.metaKeyEvents=new Map)},onClick(ae){if(!(ae&&!fn(ae.currentTarget,Ut(ae.nativeEvent)))&&ae&&ae.button===0&&!R.isTriggeringEvent&&!_s.isOpening){let be=!0;if(g&&ae.preventDefault(),!R.ignoreEmulatedMouseEvents&&!R.isPressed&&(R.pointerType==="virtual"||ok(ae.nativeEvent))){let V=K(ae,"virtual"),J=U(ae,"virtual"),X=j(ae,"virtual");ke(ae),be=V&&J&&X}else if(R.isPressed&&R.pointerType!=="keyboard"){let V=R.pointerType||ae.nativeEvent.pointerType||"virtual",J=U(ws(ae.currentTarget,ae),V),X=j(ws(ae.currentTarget,ae),V,!0);be=J&&X,R.isOverTarget=!1,ke(ae),G(ae)}R.ignoreEmulatedMouseEvents=!1,be&&ae.stopPropagation()}}},re=ae=>{var be;if(R.isPressed&&R.target&&gk(ae,R.target)){var V;vE(Ut(ae),ae.key)&&ae.preventDefault();let X=Ut(ae),H=fn(R.target,Ut(ae));j(ws(R.target,ae),"keyboard",H),H&&pe(ae,R.target),B(),ae.key!=="Enter"&&hk(R.target)&&fn(R.target,X)&&!ae[sE]&&(ae[sE]=!0,_s(R.target,ae,!1)),R.isPressed=!1,(V=R.metaKeyEvents)===null||V===void 0||V.delete(ae.key)}else if(ae.key==="Meta"&&(!((be=R.metaKeyEvents)===null||be===void 0)&&be.size)){var J;let X=R.metaKeyEvents;R.metaKeyEvents=void 0;for(let H of X.values())(J=R.target)===null||J===void 0||J.dispatchEvent(new KeyboardEvent("keyup",H))}};if(typeof PointerEvent<"u"){de.onPointerDown=V=>{if(V.button!==0||!fn(V.currentTarget,Ut(V.nativeEvent)))return;if(tP(V.nativeEvent)){R.pointerType="virtual";return}R.pointerType=V.pointerType;let J=!0;if(!R.isPressed){R.isPressed=!0,R.isOverTarget=!0,R.activePointerId=V.pointerId,R.target=V.currentTarget,C||lE(R.target),J=K(V,R.pointerType);let X=Ut(V.nativeEvent);"releasePointerCapture"in X&&X.releasePointerCapture(V.pointerId),F(Ft(V.currentTarget),"pointerup",ae,!1),F(Ft(V.currentTarget),"pointercancel",be,!1)}J&&V.stopPropagation()},de.onMouseDown=V=>{if(fn(V.currentTarget,Ut(V.nativeEvent))&&V.button===0){if(E){let J=oE(V.target);J&&R.disposables.push(J)}V.stopPropagation()}},de.onPointerUp=V=>{!fn(V.currentTarget,Ut(V.nativeEvent))||R.pointerType==="virtual"||V.button===0&&!R.isPressed&&U(V,R.pointerType||V.pointerType)},de.onPointerEnter=V=>{V.pointerId===R.activePointerId&&R.target&&!R.isOverTarget&&R.pointerType!=null&&(R.isOverTarget=!0,K(ws(R.target,V),R.pointerType))},de.onPointerLeave=V=>{V.pointerId===R.activePointerId&&R.target&&R.isOverTarget&&R.pointerType!=null&&(R.isOverTarget=!1,j(ws(R.target,V),R.pointerType,!1),Z(V))};let ae=V=>{if(V.pointerId===R.activePointerId&&R.isPressed&&V.button===0&&R.target){if(fn(R.target,Ut(V))&&R.pointerType!=null){let J=!1,X=setTimeout(()=>{R.isPressed&&R.target instanceof HTMLElement&&(J?G(V):(zo(R.target),R.target.click()))},80);F(V.currentTarget,"click",()=>J=!0,!0),R.disposables.push(()=>clearTimeout(X))}else G(V);R.isOverTarget=!1}},be=V=>{G(V)};de.onDragStart=V=>{fn(V.currentTarget,Ut(V.nativeEvent))&&G(V)}}else if(process.env.NODE_ENV==="test"){de.onMouseDown=V=>{if(V.button!==0||!fn(V.currentTarget,Ut(V.nativeEvent)))return;if(R.ignoreEmulatedMouseEvents){V.stopPropagation();return}if(R.isPressed=!0,R.isOverTarget=!0,R.target=V.currentTarget,R.pointerType=ok(V.nativeEvent)?"virtual":"mouse",od.flushSync(()=>K(V,R.pointerType))&&V.stopPropagation(),E){let X=oE(V.target);X&&R.disposables.push(X)}F(Ft(V.currentTarget),"mouseup",ae,!1)},de.onMouseEnter=V=>{if(!fn(V.currentTarget,Ut(V.nativeEvent)))return;let J=!0;R.isPressed&&!R.ignoreEmulatedMouseEvents&&R.pointerType!=null&&(R.isOverTarget=!0,J=K(V,R.pointerType)),J&&V.stopPropagation()},de.onMouseLeave=V=>{if(!fn(V.currentTarget,Ut(V.nativeEvent)))return;let J=!0;R.isPressed&&!R.ignoreEmulatedMouseEvents&&R.pointerType!=null&&(R.isOverTarget=!1,J=j(V,R.pointerType,!1),Z(V)),J&&V.stopPropagation()},de.onMouseUp=V=>{fn(V.currentTarget,Ut(V.nativeEvent))&&!R.ignoreEmulatedMouseEvents&&V.button===0&&!R.isPressed&&U(V,R.pointerType||"mouse")};let ae=V=>{if(V.button===0){if(R.ignoreEmulatedMouseEvents){R.ignoreEmulatedMouseEvents=!1;return}R.target&&R.target.contains(V.target)&&R.pointerType!=null||G(V),R.isOverTarget=!1}};de.onTouchStart=V=>{if(!fn(V.currentTarget,Ut(V.nativeEvent)))return;let J=CP(V.nativeEvent);if(!J)return;R.activePointerId=J.identifier,R.ignoreEmulatedMouseEvents=!0,R.isOverTarget=!0,R.isPressed=!0,R.target=V.currentTarget,R.pointerType="touch",C||lE(R.target),K(mu(R.target,V),R.pointerType)&&V.stopPropagation(),F(_r(V.currentTarget),"scroll",be,!0)},de.onTouchMove=V=>{if(!fn(V.currentTarget,Ut(V.nativeEvent)))return;if(!R.isPressed){V.stopPropagation();return}let J=fE(V.nativeEvent,R.activePointerId),X=!0;J&&pE(J,V.currentTarget)?!R.isOverTarget&&R.pointerType!=null&&(R.isOverTarget=!0,X=K(mu(R.target,V),R.pointerType)):R.isOverTarget&&R.pointerType!=null&&(R.isOverTarget=!1,X=j(mu(R.target,V),R.pointerType,!1),Z(mu(R.target,V))),X&&V.stopPropagation()},de.onTouchEnd=V=>{if(!fn(V.currentTarget,Ut(V.nativeEvent)))return;if(!R.isPressed){V.stopPropagation();return}let J=fE(V.nativeEvent,R.activePointerId),X=!0;J&&pE(J,V.currentTarget)&&R.pointerType!=null?(U(mu(R.target,V),R.pointerType),X=j(mu(R.target,V),R.pointerType),pe(V.nativeEvent,R.target)):R.isOverTarget&&R.pointerType!=null&&(X=j(mu(R.target,V),R.pointerType,!1)),X&&V.stopPropagation(),R.isPressed=!1,R.activePointerId=null,R.isOverTarget=!1,R.ignoreEmulatedMouseEvents=!0,R.target&&!C&&mk(R.target),B()},de.onTouchCancel=V=>{fn(V.currentTarget,Ut(V.nativeEvent))&&(V.stopPropagation(),R.isPressed&&G(mu(R.target,V)))};let be=V=>{R.isPressed&&fn(Ut(V),R.target)&&G({currentTarget:R.target,shiftKey:!1,ctrlKey:!1,metaKey:!1,altKey:!1})};de.onDragStart=V=>{fn(V.currentTarget,Ut(V.nativeEvent))&&G(V)}}return de},[F,g,E,B,C,G,Z,j,K,U,ke,pe]);return b.useEffect(()=>{if(!T||process.env.NODE_ENV==="test")return;const R=Ft(T.current);if(!R||!R.head||R.getElementById(cE))return;const de=R.createElement("style");de.id=cE,de.textContent=`
|
|
174
|
+
root.render(<App />);`),t.unstable_strictMode===!0&&(a=!0),t.identifierPrefix!==void 0&&(f=t.identifierPrefix),t.onRecoverableError!==void 0&&(h=t.onRecoverableError),t.transitionCallbacks!==void 0&&t.transitionCallbacks);var k=U7(e,Ub,null,a,s,f,h);Ab(k.current,e);var w=e.nodeType===Dn?e.parentNode:e;return Nm(w),new S3(k)}function W0(e){this._internalRoot=e}function YU(e){e&&nb(e)}W0.prototype.unstable_scheduleHydration=YU;function qU(e,t,a){if(!G0(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");s9(e),t===void 0&&p("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var s=a??null,f=a!=null&&a.hydratedSources||null,h=!1,k=!1,w="",D=u9;a!=null&&(a.unstable_strictMode===!0&&(h=!0),a.identifierPrefix!==void 0&&(w=a.identifierPrefix),a.onRecoverableError!==void 0&&(D=a.onRecoverableError));var M=V7(t,null,e,Ub,s,h,k,w,D);if(Ab(M.current,e),Nm(e),f)for(var O=0;O<f.length;O++){var Q=f[O];Jz(M,Q)}return new W0(M)}function G0(e){return!!(e&&(e.nodeType===Yi||e.nodeType===Go||e.nodeType===Mv))}function Sh(e){return!!(e&&(e.nodeType===Yi||e.nodeType===Go||e.nodeType===Mv||e.nodeType===Dn&&e.nodeValue===" react-mount-point-unstable "))}function s9(e){e.nodeType===Yi&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&p("createRoot(): Creating roots directly with document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try using a container element created for your app."),Vm(e)&&(e._reactRootContainer?p("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):p("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}var QU=o.ReactCurrentOwner,c9;c9=function(e){if(e._reactRootContainer&&e.nodeType!==Dn){var t=j7(e._reactRootContainer.current);t&&t.parentNode!==e&&p("render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container.")}var a=!!e._reactRootContainer,s=T3(e),f=!!(s&&os(s));f&&!a&&p("render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."),e.nodeType===Yi&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&p("render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.")};function T3(e){return e?e.nodeType===Go?e.documentElement:e.firstChild:null}function d9(){}function XU(e,t,a,s,f){if(f){if(typeof s=="function"){var h=s;s=function(){var Y=H0(k);h.call(Y)}}var k=V7(t,s,e,as,null,!1,!1,"",d9);e._reactRootContainer=k,Ab(k.current,e);var w=e.nodeType===Dn?e.parentNode:e;return Nm(w),lu(),k}else{for(var D;D=e.lastChild;)e.removeChild(D);if(typeof s=="function"){var M=s;s=function(){var Y=H0(O);M.call(Y)}}var O=U7(e,as,null,!1,!1,"",d9);e._reactRootContainer=O,Ab(O.current,e);var Q=e.nodeType===Dn?e.parentNode:e;return Nm(Q),lu(function(){wh(t,O,a,s)}),O}}function ZU(e,t){e!==null&&typeof e!="function"&&p("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e)}function Y0(e,t,a,s,f){c9(a),ZU(f===void 0?null:f,"render");var h=a._reactRootContainer,k;if(!h)k=XU(a,t,e,f,s);else{if(k=h,typeof f=="function"){var w=f;f=function(){var D=H0(k);w.call(D)}}wh(t,k,e,f)}return H0(k)}var f9=!1;function JU(e){{f9||(f9=!0,p("findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node"));var t=QU.current;if(t!==null&&t.stateNode!==null){var a=t.stateNode._warnedAboutRefsInRender;a||p("%s is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",Kt(t.type)||"A component"),t.stateNode._warnedAboutRefsInRender=!0}}return e==null?null:e.nodeType===Yi?e:RU(e,"findDOMNode")}function eV(e,t,a){if(p("ReactDOM.hydrate is no longer supported in React 18. Use hydrateRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!Sh(t))throw new Error("Target container is not a DOM element.");{var s=Vm(t)&&t._reactRootContainer===void 0;s&&p("You are calling ReactDOM.hydrate() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call hydrateRoot(container, element)?")}return Y0(null,e,t,!0,a)}function tV(e,t,a){if(p("ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!Sh(t))throw new Error("Target container is not a DOM element.");{var s=Vm(t)&&t._reactRootContainer===void 0;s&&p("You are calling ReactDOM.render() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.render(element)?")}return Y0(null,e,t,!1,a)}function nV(e,t,a,s){if(p("ReactDOM.unstable_renderSubtreeIntoContainer() is no longer supported in React 18. Consider using a portal instead. Until you switch to the createRoot API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!Sh(a))throw new Error("Target container is not a DOM element.");if(e==null||!C1(e))throw new Error("parentComponent must be a valid React Component");return Y0(e,t,a,!1,s)}var p9=!1;function iV(e){if(p9||(p9=!0,p("unmountComponentAtNode is deprecated and will be removed in the next major release. Switch to the createRoot API. Learn more: https://reactjs.org/link/switch-to-createroot")),!Sh(e))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");{var t=Vm(e)&&e._reactRootContainer===void 0;t&&p("You are calling ReactDOM.unmountComponentAtNode() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.unmount()?")}if(e._reactRootContainer){{var a=T3(e),s=a&&!os(a);s&&p("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.")}return lu(function(){Y0(null,null,e,!1,function(){e._reactRootContainer=null,uD(e)})}),!0}else{{var f=T3(e),h=!!(f&&os(f)),k=e.nodeType===Yi&&Sh(e.parentNode)&&!!e.parentNode._reactRootContainer;h&&p("unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. %s",k?"You may have accidentally passed in a React root node instead of its container.":"Instead, have the parent component update its state and rerender in order to remove this component.")}return!1}}xi(zU),Qu(IU),Zy(BU),wc(Ir),vm(qy),(typeof Map!="function"||Map.prototype==null||typeof Map.prototype.forEach!="function"||typeof Set!="function"||Set.prototype==null||typeof Set.prototype.clear!="function"||typeof Set.prototype.forEach!="function")&&p("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),tf(oR),E1(r3,qB,lu);function rV(e,t){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!G0(t))throw new Error("Target container is not a DOM element.");return FU(e,t,null,a)}function oV(e,t,a,s){return nV(e,t,a,s)}var D3={usingClientEntryPoint:!1,Events:[os,rp,Ob,Iu,nf,r3]};function lV(e,t){return D3.usingClientEntryPoint||p('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),GU(e,t)}function aV(e,t,a){return D3.usingClientEntryPoint||p('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),qU(e,t,a)}function uV(e){return k7()&&p("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."),lu(e)}var sV=WU({findFiberByHostInstance:Ic,bundleType:1,version:x3,rendererPackageName:"react-dom"});if(!sV&&Pe&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var v9=window.location.protocol;/^(https?|file):$/.test(v9)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+(v9==="file:"?`
|
|
175
|
+
You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}wr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=D3,wr.createPortal=rV,wr.createRoot=lV,wr.findDOMNode=JU,wr.flushSync=uV,wr.hydrate=eV,wr.hydrateRoot=aV,wr.render=tV,wr.unmountComponentAtNode=iV,wr.unstable_batchedUpdates=r3,wr.unstable_renderSubtreeIntoContainer=oV,wr.version=x3,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),wr}function J3(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(process.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(J3)}catch(i){console.error(i)}}}process.env.NODE_ENV==="production"?(J3(),lk.exports=sP()):lk.exports=cP();var od=lk.exports;const dP=lP(od);function sk(i,n=!0){let[o,u]=b.useState(!0),d=o&&n;return Bt(()=>{if(d&&i.current&&"getAnimations"in i.current)for(let v of i.current.getAnimations())v instanceof CSSTransition&&v.cancel()},[i,d]),eE(i,d,b.useCallback(()=>u(!1),[])),d}function ck(i,n){let[o,u]=b.useState(n?"open":"closed");switch(o){case"open":n||u("exiting");break;case"closed":case"exiting":n&&u("open");break}let d=o==="exiting";return eE(i,d,b.useCallback(()=>{u(v=>v==="exiting"?"closed":v)},[])),d}function eE(i,n,o){Bt(()=>{if(n&&i.current){if(!("getAnimations"in i.current)){o();return}let u=i.current.getAnimations();if(u.length===0){o();return}let d=!1;return Promise.all(u.map(v=>v.finished)).then(()=>{d||od.flushSync(()=>{o()})}).catch(()=>{}),()=>{d=!0}}},[i,n,o])}const fP=typeof Element<"u"&&"checkVisibility"in Element.prototype;function pP(i){const n=_r(i);if(!(i instanceof n.HTMLElement)&&!(i instanceof n.SVGElement))return!1;let{display:o,visibility:u}=i.style,d=o!=="none"&&u!=="hidden"&&u!=="collapse";if(d){const{getComputedStyle:v}=i.ownerDocument.defaultView;let{display:p,visibility:g}=v(i);d=p!=="none"&&g!=="hidden"&&g!=="collapse"}return d}function vP(i,n){return!i.hasAttribute("hidden")&&!i.hasAttribute("data-react-aria-prevent-focus")&&(i.nodeName==="DETAILS"&&n&&n.nodeName!=="SUMMARY"?i.hasAttribute("open"):!0)}function dk(i,n){return fP?i.checkVisibility({visibilityProperty:!0})&&!i.closest("[data-react-aria-prevent-focus]"):i.nodeName!=="#comment"&&pP(i)&&vP(i,n)&&(!i.parentElement||dk(i.parentElement,i))}const fk=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable^="false"])',"permission"],mP=fk.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";fk.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const hP=fk.join(':not([hidden]):not([tabindex="-1"]),');function tE(i){return i.matches(mP)&&dk(i)&&!nE(i)}function gP(i){return i.matches(hP)&&dk(i)&&!nE(i)}function nE(i){let n=i;for(;n!=null;){if(n instanceof n.ownerDocument.defaultView.HTMLElement&&n.inert)return!0;n=n.parentElement}return!1}function ml(i,n,o){let[u,d]=b.useState(i||n),v=b.useRef(i!==void 0),p=i!==void 0;b.useEffect(()=>{let E=v.current;E!==p&&process.env.NODE_ENV!=="production"&&console.warn(`WARN: A component changed from ${E?"controlled":"uncontrolled"} to ${p?"controlled":"uncontrolled"}.`),v.current=p},[p]);let g=p?i:u,x=b.useCallback((E,...S)=>{let C=(T,...P)=>{o&&(Object.is(g,T)||o(T,...P)),p||(g=T)};typeof E=="function"?(process.env.NODE_ENV!=="production"&&console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),d((P,...N)=>{let L=E(p?g:P,...N);return C(L,...S),p?P:L})):(p||d(E),C(E,...S))},[p,g,o]);return[g,x]}function ld(i,n=-1/0,o=1/0){return Math.min(Math.max(i,n),o)}function zh(i,n){let o=i,u=0,d=n.toString(),v=d.toLowerCase().indexOf("e-");if(v>0)u=Math.abs(Math.floor(Math.log10(Math.abs(n))))+v;else{let p=d.indexOf(".");p>=0&&(u=d.length-p)}if(u>0){let p=Math.pow(10,u);o=Math.round(o*p)/p}return o}function la(i,n,o,u){n=Number(n),o=Number(o);let d=(i-(isNaN(n)?0:n))%u,v=zh(Math.abs(d)*2>=u?i+Math.sign(d)*(u-Math.abs(d)):i-d,u);return isNaN(n)?!isNaN(o)&&v>o&&(v=Math.floor(zh(o/u,u))*u):v<n?v=n:!isNaN(o)&&v>o&&(v=n+Math.floor(zh((o-n)/u,u))*u),v=zh(v,u),v}function pk(i){let n=i;return n.nativeEvent=i,n.isDefaultPrevented=()=>n.defaultPrevented,n.isPropagationStopped=()=>n.cancelBubble,n.persist=()=>{},n}function iE(i,n){Object.defineProperty(i,"target",{value:n}),Object.defineProperty(i,"currentTarget",{value:n})}function rE(i){let n=b.useRef({isFocused:!1,observer:null});Bt(()=>{const u=n.current;return()=>{u.observer&&(u.observer.disconnect(),u.observer=null)}},[]);let o=gn(u=>{i==null||i(u)});return b.useCallback(u=>{if(u.target instanceof HTMLButtonElement||u.target instanceof HTMLInputElement||u.target instanceof HTMLTextAreaElement||u.target instanceof HTMLSelectElement){n.current.isFocused=!0;let d=u.target,v=p=>{if(n.current.isFocused=!1,d.disabled){let g=pk(p);o(g)}n.current.observer&&(n.current.observer.disconnect(),n.current.observer=null)};d.addEventListener("focusout",v,{once:!0}),n.current.observer=new MutationObserver(()=>{if(n.current.isFocused&&d.disabled){var p;(p=n.current.observer)===null||p===void 0||p.disconnect();let g=d===document.activeElement?null:document.activeElement;d.dispatchEvent(new FocusEvent("blur",{relatedTarget:g})),d.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:g}))}}),n.current.observer.observe(d,{attributes:!0,attributeFilter:["disabled"]})}},[o])}let Ih=!1;function oE(i){for(;i&&!tE(i);)i=i.parentElement;let n=_r(i),o=n.document.activeElement;if(!o||o===i)return;Ih=!0;let u=!1,d=S=>{(S.target===o||u)&&S.stopImmediatePropagation()},v=S=>{(S.target===o||u)&&(S.stopImmediatePropagation(),!i&&!u&&(u=!0,zo(o),x()))},p=S=>{(S.target===i||u)&&S.stopImmediatePropagation()},g=S=>{(S.target===i||u)&&(S.stopImmediatePropagation(),u||(u=!0,zo(o),x()))};n.addEventListener("blur",d,!0),n.addEventListener("focusout",v,!0),n.addEventListener("focusin",g,!0),n.addEventListener("focus",p,!0);let x=()=>{cancelAnimationFrame(E),n.removeEventListener("blur",d,!0),n.removeEventListener("focusout",v,!0),n.removeEventListener("focusin",g,!0),n.removeEventListener("focus",p,!0),Ih=!1,u=!1},E=requestAnimationFrame(x);return x}let ad="default",vk="",Bh=new WeakMap;function lE(i){if($p()){if(ad==="default"){const n=Ft(i);vk=n.documentElement.style.webkitUserSelect,n.documentElement.style.webkitUserSelect="none"}ad="disabled"}else if(i instanceof HTMLElement||i instanceof SVGElement){let n="userSelect"in i.style?"userSelect":"webkitUserSelect";Bh.set(i,i.style[n]),i.style[n]="none"}}function mk(i){if($p()){if(ad!=="disabled")return;ad="restoring",setTimeout(()=>{U3(()=>{if(ad==="restoring"){const n=Ft(i);n.documentElement.style.webkitUserSelect==="none"&&(n.documentElement.style.webkitUserSelect=vk||""),vk="",ad="default"}})},300)}else if((i instanceof HTMLElement||i instanceof SVGElement)&&i&&Bh.has(i)){let n=Bh.get(i),o="userSelect"in i.style?"userSelect":"webkitUserSelect";i.style[o]==="none"&&(i.style[o]=n),i.getAttribute("style")===""&&i.removeAttribute("style"),Bh.delete(i)}}const Mp=b.createContext({register:()=>{}});Mp.displayName="PressResponderContext";function yP(i,n){return n.get?n.get.call(i):n.value}function aE(i,n,o){if(!n.has(i))throw new TypeError("attempted to "+o+" private field on non-instance");return n.get(i)}function bP(i,n){var o=aE(i,n,"get");return yP(i,o)}function kP(i,n){if(n.has(i))throw new TypeError("Cannot initialize the same private elements twice on an object")}function xP(i,n,o){kP(i,n),n.set(i,o)}function _P(i,n,o){if(n.set)n.set.call(i,o);else{if(!n.writable)throw new TypeError("attempted to set read only private field");n.value=o}}function uE(i,n,o){var u=aE(i,n,"set");return _P(i,u,o),o}function EP(i){let n=b.useContext(Mp);if(n){let{register:o,...u}=n;i=Ge(u,i),o()}return nk(n,i.ref),i}var Uh=new WeakMap;class Vh{continuePropagation(){uE(this,Uh,!1)}get shouldStopPropagation(){return bP(this,Uh)}constructor(n,o,u,d){xP(this,Uh,{writable:!0,value:void 0}),uE(this,Uh,!0);var v;let p=(v=d==null?void 0:d.target)!==null&&v!==void 0?v:u.currentTarget;const g=p==null?void 0:p.getBoundingClientRect();let x,E=0,S,C=null;u.clientX!=null&&u.clientY!=null&&(S=u.clientX,C=u.clientY),g&&(S!=null&&C!=null?(x=S-g.left,E=C-g.top):(x=g.width/2,E=g.height/2)),this.type=n,this.pointerType=o,this.target=u.currentTarget,this.shiftKey=u.shiftKey,this.metaKey=u.metaKey,this.ctrlKey=u.ctrlKey,this.altKey=u.altKey,this.x=x,this.y=E}}const sE=Symbol("linkClicked"),cE="react-aria-pressable-style",dE="data-react-aria-pressable";function vu(i){let{onPress:n,onPressChange:o,onPressStart:u,onPressEnd:d,onPressUp:v,onClick:p,isDisabled:g,isPressed:x,preventFocusOnPress:E,shouldCancelOnPointerExit:S,allowTextSelectionOnPress:C,ref:T,...P}=EP(i),[N,L]=b.useState(!1),A=b.useRef({isPressed:!1,ignoreEmulatedMouseEvents:!1,didFirePressStart:!1,isTriggeringEvent:!1,activePointerId:null,target:null,isOverTarget:!1,pointerType:null,disposables:[]}),{addGlobalListener:F,removeAllGlobalListeners:B}=Np(),K=gn((R,de)=>{let re=A.current;if(g||re.didFirePressStart)return!1;let ae=!0;if(re.isTriggeringEvent=!0,u){let be=new Vh("pressstart",de,R);u(be),ae=be.shouldStopPropagation}return o&&o(!0),re.isTriggeringEvent=!1,re.didFirePressStart=!0,L(!0),ae}),j=gn((R,de,re=!0)=>{let ae=A.current;if(!ae.didFirePressStart)return!1;ae.didFirePressStart=!1,ae.isTriggeringEvent=!0;let be=!0;if(d){let V=new Vh("pressend",de,R);d(V),be=V.shouldStopPropagation}if(o&&o(!1),L(!1),n&&re&&!g){let V=new Vh("press",de,R);n(V),be&&(be=V.shouldStopPropagation)}return ae.isTriggeringEvent=!1,be}),U=gn((R,de)=>{let re=A.current;if(g)return!1;if(v){re.isTriggeringEvent=!0;let ae=new Vh("pressup",de,R);return v(ae),re.isTriggeringEvent=!1,ae.shouldStopPropagation}return!0}),G=gn(R=>{let de=A.current;if(de.isPressed&&de.target){de.didFirePressStart&&de.pointerType!=null&&j(ws(de.target,R),de.pointerType,!1),de.isPressed=!1,de.isOverTarget=!1,de.activePointerId=null,de.pointerType=null,B(),C||mk(de.target);for(let re of de.disposables)re();de.disposables=[]}}),Z=gn(R=>{S&&G(R)}),ke=gn(R=>{g||p==null||p(R)}),pe=gn((R,de)=>{if(!g&&p){let re=new MouseEvent("click",R);iE(re,de),p(pk(re))}}),fe=b.useMemo(()=>{let R=A.current,de={onKeyDown(ae){if(gk(ae.nativeEvent,ae.currentTarget)&&fn(ae.currentTarget,Ut(ae.nativeEvent))){var be;vE(Ut(ae.nativeEvent),ae.key)&&ae.preventDefault();let V=!0;if(!R.isPressed&&!ae.repeat){R.target=ae.currentTarget,R.isPressed=!0,R.pointerType="keyboard",V=K(ae,"keyboard");let J=ae.currentTarget,X=H=>{gk(H,J)&&!H.repeat&&fn(J,Ut(H))&&R.target&&U(ws(R.target,H),"keyboard")};F(Ft(ae.currentTarget),"keyup",ra(X,re),!0)}V&&ae.stopPropagation(),ae.metaKey&&du()&&((be=R.metaKeyEvents)===null||be===void 0||be.set(ae.key,ae.nativeEvent))}else ae.key==="Meta"&&(R.metaKeyEvents=new Map)},onClick(ae){if(!(ae&&!fn(ae.currentTarget,Ut(ae.nativeEvent)))&&ae&&ae.button===0&&!R.isTriggeringEvent&&!_s.isOpening){let be=!0;if(g&&ae.preventDefault(),!R.ignoreEmulatedMouseEvents&&!R.isPressed&&(R.pointerType==="virtual"||ok(ae.nativeEvent))){let V=K(ae,"virtual"),J=U(ae,"virtual"),X=j(ae,"virtual");ke(ae),be=V&&J&&X}else if(R.isPressed&&R.pointerType!=="keyboard"){let V=R.pointerType||ae.nativeEvent.pointerType||"virtual",J=U(ws(ae.currentTarget,ae),V),X=j(ws(ae.currentTarget,ae),V,!0);be=J&&X,R.isOverTarget=!1,ke(ae),G(ae)}R.ignoreEmulatedMouseEvents=!1,be&&ae.stopPropagation()}}},re=ae=>{var be;if(R.isPressed&&R.target&&gk(ae,R.target)){var V;vE(Ut(ae),ae.key)&&ae.preventDefault();let X=Ut(ae),H=fn(R.target,Ut(ae));j(ws(R.target,ae),"keyboard",H),H&&pe(ae,R.target),B(),ae.key!=="Enter"&&hk(R.target)&&fn(R.target,X)&&!ae[sE]&&(ae[sE]=!0,_s(R.target,ae,!1)),R.isPressed=!1,(V=R.metaKeyEvents)===null||V===void 0||V.delete(ae.key)}else if(ae.key==="Meta"&&(!((be=R.metaKeyEvents)===null||be===void 0)&&be.size)){var J;let X=R.metaKeyEvents;R.metaKeyEvents=void 0;for(let H of X.values())(J=R.target)===null||J===void 0||J.dispatchEvent(new KeyboardEvent("keyup",H))}};if(typeof PointerEvent<"u"){de.onPointerDown=V=>{if(V.button!==0||!fn(V.currentTarget,Ut(V.nativeEvent)))return;if(tP(V.nativeEvent)){R.pointerType="virtual";return}R.pointerType=V.pointerType;let J=!0;if(!R.isPressed){R.isPressed=!0,R.isOverTarget=!0,R.activePointerId=V.pointerId,R.target=V.currentTarget,C||lE(R.target),J=K(V,R.pointerType);let X=Ut(V.nativeEvent);"releasePointerCapture"in X&&X.releasePointerCapture(V.pointerId),F(Ft(V.currentTarget),"pointerup",ae,!1),F(Ft(V.currentTarget),"pointercancel",be,!1)}J&&V.stopPropagation()},de.onMouseDown=V=>{if(fn(V.currentTarget,Ut(V.nativeEvent))&&V.button===0){if(E){let J=oE(V.target);J&&R.disposables.push(J)}V.stopPropagation()}},de.onPointerUp=V=>{!fn(V.currentTarget,Ut(V.nativeEvent))||R.pointerType==="virtual"||V.button===0&&!R.isPressed&&U(V,R.pointerType||V.pointerType)},de.onPointerEnter=V=>{V.pointerId===R.activePointerId&&R.target&&!R.isOverTarget&&R.pointerType!=null&&(R.isOverTarget=!0,K(ws(R.target,V),R.pointerType))},de.onPointerLeave=V=>{V.pointerId===R.activePointerId&&R.target&&R.isOverTarget&&R.pointerType!=null&&(R.isOverTarget=!1,j(ws(R.target,V),R.pointerType,!1),Z(V))};let ae=V=>{if(V.pointerId===R.activePointerId&&R.isPressed&&V.button===0&&R.target){if(fn(R.target,Ut(V))&&R.pointerType!=null){let J=!1,X=setTimeout(()=>{R.isPressed&&R.target instanceof HTMLElement&&(J?G(V):(zo(R.target),R.target.click()))},80);F(V.currentTarget,"click",()=>J=!0,!0),R.disposables.push(()=>clearTimeout(X))}else G(V);R.isOverTarget=!1}},be=V=>{G(V)};de.onDragStart=V=>{fn(V.currentTarget,Ut(V.nativeEvent))&&G(V)}}else if(process.env.NODE_ENV==="test"){de.onMouseDown=V=>{if(V.button!==0||!fn(V.currentTarget,Ut(V.nativeEvent)))return;if(R.ignoreEmulatedMouseEvents){V.stopPropagation();return}if(R.isPressed=!0,R.isOverTarget=!0,R.target=V.currentTarget,R.pointerType=ok(V.nativeEvent)?"virtual":"mouse",od.flushSync(()=>K(V,R.pointerType))&&V.stopPropagation(),E){let X=oE(V.target);X&&R.disposables.push(X)}F(Ft(V.currentTarget),"mouseup",ae,!1)},de.onMouseEnter=V=>{if(!fn(V.currentTarget,Ut(V.nativeEvent)))return;let J=!0;R.isPressed&&!R.ignoreEmulatedMouseEvents&&R.pointerType!=null&&(R.isOverTarget=!0,J=K(V,R.pointerType)),J&&V.stopPropagation()},de.onMouseLeave=V=>{if(!fn(V.currentTarget,Ut(V.nativeEvent)))return;let J=!0;R.isPressed&&!R.ignoreEmulatedMouseEvents&&R.pointerType!=null&&(R.isOverTarget=!1,J=j(V,R.pointerType,!1),Z(V)),J&&V.stopPropagation()},de.onMouseUp=V=>{fn(V.currentTarget,Ut(V.nativeEvent))&&!R.ignoreEmulatedMouseEvents&&V.button===0&&!R.isPressed&&U(V,R.pointerType||"mouse")};let ae=V=>{if(V.button===0){if(R.ignoreEmulatedMouseEvents){R.ignoreEmulatedMouseEvents=!1;return}R.target&&R.target.contains(V.target)&&R.pointerType!=null||G(V),R.isOverTarget=!1}};de.onTouchStart=V=>{if(!fn(V.currentTarget,Ut(V.nativeEvent)))return;let J=CP(V.nativeEvent);if(!J)return;R.activePointerId=J.identifier,R.ignoreEmulatedMouseEvents=!0,R.isOverTarget=!0,R.isPressed=!0,R.target=V.currentTarget,R.pointerType="touch",C||lE(R.target),K(mu(R.target,V),R.pointerType)&&V.stopPropagation(),F(_r(V.currentTarget),"scroll",be,!0)},de.onTouchMove=V=>{if(!fn(V.currentTarget,Ut(V.nativeEvent)))return;if(!R.isPressed){V.stopPropagation();return}let J=fE(V.nativeEvent,R.activePointerId),X=!0;J&&pE(J,V.currentTarget)?!R.isOverTarget&&R.pointerType!=null&&(R.isOverTarget=!0,X=K(mu(R.target,V),R.pointerType)):R.isOverTarget&&R.pointerType!=null&&(R.isOverTarget=!1,X=j(mu(R.target,V),R.pointerType,!1),Z(mu(R.target,V))),X&&V.stopPropagation()},de.onTouchEnd=V=>{if(!fn(V.currentTarget,Ut(V.nativeEvent)))return;if(!R.isPressed){V.stopPropagation();return}let J=fE(V.nativeEvent,R.activePointerId),X=!0;J&&pE(J,V.currentTarget)&&R.pointerType!=null?(U(mu(R.target,V),R.pointerType),X=j(mu(R.target,V),R.pointerType),pe(V.nativeEvent,R.target)):R.isOverTarget&&R.pointerType!=null&&(X=j(mu(R.target,V),R.pointerType,!1)),X&&V.stopPropagation(),R.isPressed=!1,R.activePointerId=null,R.isOverTarget=!1,R.ignoreEmulatedMouseEvents=!0,R.target&&!C&&mk(R.target),B()},de.onTouchCancel=V=>{fn(V.currentTarget,Ut(V.nativeEvent))&&(V.stopPropagation(),R.isPressed&&G(mu(R.target,V)))};let be=V=>{R.isPressed&&fn(Ut(V),R.target)&&G({currentTarget:R.target,shiftKey:!1,ctrlKey:!1,metaKey:!1,altKey:!1})};de.onDragStart=V=>{fn(V.currentTarget,Ut(V.nativeEvent))&&G(V)}}return de},[F,g,E,B,C,G,Z,j,K,U,ke,pe]);return b.useEffect(()=>{if(!T||process.env.NODE_ENV==="test")return;const R=Ft(T.current);if(!R||!R.head||R.getElementById(cE))return;const de=R.createElement("style");de.id=cE,de.textContent=`
|
|
176
176
|
@layer {
|
|
177
177
|
[${dE}] {
|
|
178
178
|
touch-action: pan-x pan-y pinch-zoom;
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
`.trim(),R.head.prepend(de)},[T]),b.useEffect(()=>{let R=A.current;return()=>{var de;C||mk((de=R.target)!==null&&de!==void 0?de:void 0);for(let re of R.disposables)re();R.disposables=[]}},[C]),{isPressed:x||N,pressProps:Ge(P,fe,{[dE]:!0})}}function hk(i){return i.tagName==="A"&&i.hasAttribute("href")}function gk(i,n){const{key:o,code:u}=i,d=n,v=d.getAttribute("role");return(o==="Enter"||o===" "||o==="Spacebar"||u==="Space")&&!(d instanceof _r(d).HTMLInputElement&&!mE(d,o)||d instanceof _r(d).HTMLTextAreaElement||d.isContentEditable)&&!((v==="link"||!v&&hk(d))&&o!=="Enter")}function CP(i){const{targetTouches:n}=i;return n.length>0?n[0]:null}function fE(i,n){const o=i.changedTouches;for(let u=0;u<o.length;u++){const d=o[u];if(d.identifier===n)return d}return null}function mu(i,n){let o=0,u=0;return n.targetTouches&&n.targetTouches.length===1&&(o=n.targetTouches[0].clientX,u=n.targetTouches[0].clientY),{currentTarget:i,shiftKey:n.shiftKey,ctrlKey:n.ctrlKey,metaKey:n.metaKey,altKey:n.altKey,clientX:o,clientY:u}}function ws(i,n){let o=n.clientX,u=n.clientY;return{currentTarget:i,shiftKey:n.shiftKey,ctrlKey:n.ctrlKey,metaKey:n.metaKey,altKey:n.altKey,clientX:o,clientY:u}}function wP(i){let n=0,o=0;return i.width!==void 0?n=i.width/2:i.radiusX!==void 0&&(n=i.radiusX),i.height!==void 0?o=i.height/2:i.radiusY!==void 0&&(o=i.radiusY),{top:i.clientY-o,right:i.clientX+n,bottom:i.clientY+o,left:i.clientX-n}}function SP(i,n){return!(i.left>n.right||n.left>i.right||i.top>n.bottom||n.top>i.bottom)}function pE(i,n){let o=n.getBoundingClientRect(),u=wP(i);return SP(o,u)}function TP(i){return i instanceof HTMLInputElement?!1:i instanceof HTMLButtonElement?i.type!=="submit"&&i.type!=="reset":!hk(i)}function vE(i,n){return i instanceof HTMLInputElement?!mE(i,n):TP(i)}const DP=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function mE(i,n){return i.type==="checkbox"||i.type==="radio"?n===" ":DP.has(i.type)}let Ss=null,yk=new Set,Ap=new Map,Ts=!1,bk=!1;const PP={Tab:!0,Escape:!0};function Kh(i,n){for(let o of yk)o(i,n)}function $P(i){return!(i.metaKey||!du()&&i.altKey||i.ctrlKey||i.key==="Control"||i.key==="Shift"||i.key==="Meta")}function jh(i){Ts=!0,$P(i)&&(Ss="keyboard",Kh("keyboard",i))}function co(i){Ss="pointer",(i.type==="mousedown"||i.type==="pointerdown")&&(Ts=!0,Kh("pointer",i))}function hE(i){ok(i)&&(Ts=!0,Ss="virtual")}function gE(i){i.target===window||i.target===document||Ih||!i.isTrusted||(!Ts&&!bk&&(Ss="virtual",Kh("virtual",i)),Ts=!1,bk=!1)}function yE(){Ih||(Ts=!1,bk=!0)}function kk(i){if(typeof window>"u"||typeof document>"u"||Ap.get(_r(i)))return;const n=_r(i),o=Ft(i);let u=n.HTMLElement.prototype.focus;n.HTMLElement.prototype.focus=function(){Ts=!0,u.apply(this,arguments)},o.addEventListener("keydown",jh,!0),o.addEventListener("keyup",jh,!0),o.addEventListener("click",hE,!0),n.addEventListener("focus",gE,!0),n.addEventListener("blur",yE,!1),typeof PointerEvent<"u"?(o.addEventListener("pointerdown",co,!0),o.addEventListener("pointermove",co,!0),o.addEventListener("pointerup",co,!0)):process.env.NODE_ENV==="test"&&(o.addEventListener("mousedown",co,!0),o.addEventListener("mousemove",co,!0),o.addEventListener("mouseup",co,!0)),n.addEventListener("beforeunload",()=>{bE(i)},{once:!0}),Ap.set(n,{focus:u})}const bE=(i,n)=>{const o=_r(i),u=Ft(i);n&&u.removeEventListener("DOMContentLoaded",n),Ap.has(o)&&(o.HTMLElement.prototype.focus=Ap.get(o).focus,u.removeEventListener("keydown",jh,!0),u.removeEventListener("keyup",jh,!0),u.removeEventListener("click",hE,!0),o.removeEventListener("focus",gE,!0),o.removeEventListener("blur",yE,!1),typeof PointerEvent<"u"?(u.removeEventListener("pointerdown",co,!0),u.removeEventListener("pointermove",co,!0),u.removeEventListener("pointerup",co,!0)):process.env.NODE_ENV==="test"&&(u.removeEventListener("mousedown",co,!0),u.removeEventListener("mousemove",co,!0),u.removeEventListener("mouseup",co,!0)),Ap.delete(o))};function NP(i){const n=Ft(i);let o;return n.readyState!=="loading"?kk(i):(o=()=>{kk(i)},n.addEventListener("DOMContentLoaded",o)),()=>bE(i,o)}typeof document<"u"&&NP();function ud(){return Ss!=="pointer"}function Hh(){return Ss}function kE(i){Ss=i,Kh(i,null)}const LP=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function MP(i,n,o){let u=Ft(o==null?void 0:o.target);const d=typeof window<"u"?_r(o==null?void 0:o.target).HTMLInputElement:HTMLInputElement,v=typeof window<"u"?_r(o==null?void 0:o.target).HTMLTextAreaElement:HTMLTextAreaElement,p=typeof window<"u"?_r(o==null?void 0:o.target).HTMLElement:HTMLElement,g=typeof window<"u"?_r(o==null?void 0:o.target).KeyboardEvent:KeyboardEvent;return i=i||u.activeElement instanceof d&&!LP.has(u.activeElement.type)||u.activeElement instanceof v||u.activeElement instanceof p&&u.activeElement.isContentEditable,!(i&&n==="keyboard"&&o instanceof g&&!PP[o.key])}function AP(i,n,o){kk(),b.useEffect(()=>{let u=(d,v)=>{MP(!!(o!=null&&o.isTextInput),d,v)&&i(ud())};return yk.add(u),()=>{yk.delete(u)}},n)}function hu(i){const n=Ft(i),o=Ei(n);if(Hh()==="virtual"){let u=o;U3(()=>{Ei(n)===u&&i.isConnected&&zo(i)})}else zo(i)}function Wh(i){let{isDisabled:n,onFocus:o,onBlur:u,onFocusChange:d}=i;const v=b.useCallback(x=>{if(x.target===x.currentTarget)return u&&u(x),d&&d(!1),!0},[u,d]),p=rE(v),g=b.useCallback(x=>{const E=Ft(x.target),S=E?Ei(E):Ei();x.target===x.currentTarget&&S===Ut(x.nativeEvent)&&(o&&o(x),d&&d(!0),p(x))},[d,o,p]);return{focusProps:{onFocus:!n&&(o||d||u)?g:void 0,onBlur:!n&&(u||d)?v:void 0}}}function xE(i){if(!i)return;let n=!0;return o=>{let u={...o,preventDefault(){o.preventDefault()},isDefaultPrevented(){return o.isDefaultPrevented()},stopPropagation(){n&&process.env.NODE_ENV!=="production"?console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior."):n=!0},continuePropagation(){n=!1},isPropagationStopped(){return n}};i(u),n&&o.stopPropagation()}}function _E(i){return{keyboardProps:i.isDisabled?{}:{onKeyDown:xE(i.onKeyDown),onKeyUp:xE(i.onKeyUp)}}}let xk=b.createContext(null);function OP(i){let n=b.useContext(xk)||{};nk(n,i);let{ref:o,...u}=n;return u}function Gh(i,n){let{focusProps:o}=Wh(i),{keyboardProps:u}=_E(i),d=Ge(o,u),v=OP(n),p=i.isDisabled?{}:v,g=b.useRef(i.autoFocus);b.useEffect(()=>{g.current&&n.current&&hu(n.current),g.current=!1},[n]);let x=i.excludeFromTabOrder?-1:0;return i.isDisabled&&(x=void 0),{focusableProps:Ge({...d,tabIndex:x},p)}}const EE=b.forwardRef(({children:i,...n},o)=>{let u=b.useRef(!1),d=b.useContext(Mp);o=pu(o||(d==null?void 0:d.ref));let v=Ge(d||{},{...n,ref:o,register(){u.current=!0,d&&d.register()}});return nk(d,o),b.useEffect(()=>{u.current||(process.env.NODE_ENV!=="production"&&console.warn("A PressResponder was rendered without a pressable child. Either call the usePress hook, or wrap your DOM node with <Pressable> component."),u.current=!0)},[]),b.createElement(Mp.Provider,{value:v},i)});function FP({children:i}){let n=b.useMemo(()=>({register:()=>{}}),[]);return b.createElement(Mp.Provider,{value:n},i)}function Op(i){let{isDisabled:n,onBlurWithin:o,onFocusWithin:u,onFocusWithinChange:d}=i,v=b.useRef({isFocusWithin:!1}),{addGlobalListener:p,removeAllGlobalListeners:g}=Np(),x=b.useCallback(C=>{C.currentTarget.contains(C.target)&&v.current.isFocusWithin&&!C.currentTarget.contains(C.relatedTarget)&&(v.current.isFocusWithin=!1,g(),o&&o(C),d&&d(!1))},[o,d,v,g]),E=rE(x),S=b.useCallback(C=>{if(!C.currentTarget.contains(C.target))return;const T=Ft(C.target),P=Ei(T);if(!v.current.isFocusWithin&&P===Ut(C.nativeEvent)){u&&u(C),d&&d(!0),v.current.isFocusWithin=!0,E(C);let N=C.currentTarget;p(T,"focus",L=>{if(v.current.isFocusWithin&&!fn(N,L.target)){let A=new T.defaultView.FocusEvent("blur",{relatedTarget:L.target});iE(A,N);let F=pk(A);x(F)}},{capture:!0})}},[u,d,E,p,x]);return n?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:S,onBlur:x}}}let Yh=!1,qh=0;function _k(){Yh=!0,setTimeout(()=>{Yh=!1},50)}function CE(i){i.pointerType==="touch"&&_k()}function RP(){if(!(typeof document>"u"))return qh===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",CE):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",_k)),qh++,()=>{qh--,!(qh>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",CE):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",_k))}}function ml(i){let{onHoverStart:n,onHoverChange:o,onHoverEnd:u,isDisabled:d}=i,[v,p]=b.useState(!1),g=b.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;b.useEffect(RP,[]);let{addGlobalListener:x,removeAllGlobalListeners:E}=Np(),{hoverProps:S,triggerHoverEnd:C}=b.useMemo(()=>{let T=(L,A)=>{if(g.pointerType=A,d||A==="touch"||g.isHovered||!L.currentTarget.contains(L.target))return;g.isHovered=!0;let F=L.currentTarget;g.target=F,x(Ft(L.target),"pointerover",B=>{g.isHovered&&g.target&&!fn(g.target,B.target)&&P(B,B.pointerType)},{capture:!0}),n&&n({type:"hoverstart",target:F,pointerType:A}),o&&o(!0),p(!0)},P=(L,A)=>{let F=g.target;g.pointerType="",g.target=null,!(A==="touch"||!g.isHovered||!F)&&(g.isHovered=!1,E(),u&&u({type:"hoverend",target:F,pointerType:A}),o&&o(!1),p(!1))},N={};return typeof PointerEvent<"u"?(N.onPointerEnter=L=>{Yh&&L.pointerType==="mouse"||T(L,L.pointerType)},N.onPointerLeave=L=>{!d&&L.currentTarget.contains(L.target)&&P(L,L.pointerType)}):process.env.NODE_ENV==="test"&&(N.onTouchStart=()=>{g.ignoreEmulatedMouseEvents=!0},N.onMouseEnter=L=>{!g.ignoreEmulatedMouseEvents&&!Yh&&T(L,"mouse"),g.ignoreEmulatedMouseEvents=!1},N.onMouseLeave=L=>{!d&&L.currentTarget.contains(L.target)&&P(L,"mouse")}),{hoverProps:N,triggerHoverEnd:P}},[n,o,u,d,g,x,E]);return b.useEffect(()=>{d&&C({currentTarget:g.target},g.pointerType)},[d]),{hoverProps:S,isHovered:v}}function zP(i){let{ref:n,onInteractOutside:o,isDisabled:u,onInteractOutsideStart:d}=i,v=b.useRef({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}),p=gn(x=>{o&&Qh(x,n)&&(d&&d(x),v.current.isPointerDown=!0)}),g=gn(x=>{o&&o(x)});b.useEffect(()=>{let x=v.current;if(u)return;const E=n.current,S=Ft(E);if(typeof PointerEvent<"u"){let C=T=>{x.isPointerDown&&Qh(T,n)&&g(T),x.isPointerDown=!1};return S.addEventListener("pointerdown",p,!0),S.addEventListener("click",C,!0),()=>{S.removeEventListener("pointerdown",p,!0),S.removeEventListener("click",C,!0)}}else if(process.env.NODE_ENV==="test"){let C=P=>{x.ignoreEmulatedMouseEvents?x.ignoreEmulatedMouseEvents=!1:x.isPointerDown&&Qh(P,n)&&g(P),x.isPointerDown=!1},T=P=>{x.ignoreEmulatedMouseEvents=!0,x.isPointerDown&&Qh(P,n)&&g(P),x.isPointerDown=!1};return S.addEventListener("mousedown",p,!0),S.addEventListener("mouseup",C,!0),S.addEventListener("touchstart",p,!0),S.addEventListener("touchend",T,!0),()=>{S.removeEventListener("mousedown",p,!0),S.removeEventListener("mouseup",C,!0),S.removeEventListener("touchstart",p,!0),S.removeEventListener("touchend",T,!0)}}},[n,u,p,g])}function Qh(i,n){if(i.button>0)return!1;if(i.target){const o=i.target.ownerDocument;if(!o||!o.documentElement.contains(i.target)||i.target.closest("[data-react-aria-top-layer]"))return!1}return n.current?!i.composedPath().includes(n.current):!1}function IP(i,n){let{onScroll:o,isDisabled:u}=i,d=b.useCallback(v=>{v.ctrlKey||(v.preventDefault(),v.stopPropagation(),o&&o({deltaX:v.deltaX,deltaY:v.deltaY}))},[o]);Cs(n,"wheel",u?void 0:d)}const BP=500;function wE(i){let{isDisabled:n,onLongPressStart:o,onLongPressEnd:u,onLongPress:d,threshold:v=BP,accessibilityDescription:p}=i;const g=b.useRef(void 0);let{addGlobalListener:x,removeGlobalListener:E}=Np(),{pressProps:S}=vu({isDisabled:n,onPressStart(T){if(T.continuePropagation(),(T.pointerType==="mouse"||T.pointerType==="touch")&&(o&&o({...T,type:"longpressstart"}),g.current=setTimeout(()=>{T.target.dispatchEvent(new PointerEvent("pointercancel",{bubbles:!0})),Ft(T.target).activeElement!==T.target&&zo(T.target),d&&d({...T,type:"longpress"}),g.current=void 0},v),T.pointerType==="touch")){let P=N=>{N.preventDefault()};x(T.target,"contextmenu",P,{once:!0}),x(window,"pointerup",()=>{setTimeout(()=>{E(T.target,"contextmenu",P)},30)},{once:!0})}},onPressEnd(T){g.current&&clearTimeout(g.current),u&&(T.pointerType==="mouse"||T.pointerType==="touch")&&u({...T,type:"longpressend"})}}),C=eP(d&&!n?p:void 0);return{longPressProps:Ge(S,C)}}function UP(i,n){let{elementType:o="a",onPress:u,onPressStart:d,onPressEnd:v,onClick:p,isDisabled:g,...x}=i,E={};o!=="a"&&(E={role:"link",tabIndex:g?void 0:0});let{focusableProps:S}=Gh(i,n),{pressProps:C,isPressed:T}=vu({onPress:u,onPressStart:d,onPressEnd:v,onClick:p,isDisabled:g,ref:n}),P=At(x,{labelable:!0}),N=Ge(S,C),L=nd(),A=ek(i);return{isPressed:T,linkProps:Ge(P,A,{...N,...E,"aria-disabled":g||void 0,"aria-current":i["aria-current"],onClick:F=>{var B;(B=C.onClick)===null||B===void 0||B.call(C,F),I3(F,L,i.href,i.routerOptions)}})}}const VP=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),KP=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function jP(i){if(Intl.Locale){let o=new Intl.Locale(i).maximize(),u=typeof o.getTextInfo=="function"?o.getTextInfo():o.textInfo;if(u)return u.direction==="rtl";if(o.script)return VP.has(o.script)}let n=i.split("-")[0];return KP.has(n)}const HP=Symbol.for("react-aria.i18n.locale");function SE(){let i=typeof window<"u"&&window[HP]||typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([i])}catch{i="en-US"}return{locale:i,direction:jP(i)?"rtl":"ltr"}}let Ek=SE(),Fp=new Set;function TE(){Ek=SE();for(let i of Fp)i(Ek)}function WP(){let i=su(),[n,o]=b.useState(Ek);return b.useEffect(()=>(Fp.size===0&&window.addEventListener("languagechange",TE),Fp.add(o),()=>{Fp.delete(o),Fp.size===0&&window.removeEventListener("languagechange",TE)}),[]),i?{locale:"en-US",direction:"ltr"}:n}const GP=b.createContext(null);function la(){let i=WP();return b.useContext(GP)||i}const YP=Symbol.for("react-aria.i18n.locale"),qP=Symbol.for("react-aria.i18n.strings");let sd;class Xh{getStringForLocale(n,o){let d=this.getStringsForLocale(o)[n];if(!d)throw new Error(`Could not find intl message ${n} in ${o} locale`);return d}getStringsForLocale(n){let o=this.strings[n];return o||(o=QP(n,this.strings,this.defaultLocale),this.strings[n]=o),o}static getGlobalDictionaryForPackage(n){if(typeof window>"u")return null;let o=window[YP];if(sd===void 0){let d=window[qP];if(!d)return null;sd={};for(let v in d)sd[v]=new Xh({[o]:d[v]},o)}let u=sd==null?void 0:sd[n];if(!u)throw new Error(`Strings for package "${n}" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);return u}constructor(n,o="en-US"){this.strings=Object.fromEntries(Object.entries(n).filter(([,u])=>u)),this.defaultLocale=o}}function QP(i,n,o="en-US"){if(n[i])return n[i];let u=XP(i);if(n[u])return n[u];for(let d in n)if(d.startsWith(u+"-"))return n[d];return n[o]}function XP(i){return Intl.Locale?new Intl.Locale(i).language:i.split("-")[0]}const DE=new Map,PE=new Map;class ZP{format(n,o){let u=this.strings.getStringForLocale(n,this.locale);return typeof u=="function"?u(o,this):u}plural(n,o,u="cardinal"){let d=o["="+n];if(d)return typeof d=="function"?d():d;let v=this.locale+":"+u,p=DE.get(v);p||(p=new Intl.PluralRules(this.locale,{type:u}),DE.set(v,p));let g=p.select(n);return d=o[g]||o.other,typeof d=="function"?d():d}number(n){let o=PE.get(this.locale);return o||(o=new Intl.NumberFormat(this.locale),PE.set(this.locale,o)),o.format(n)}select(n,o){let u=n[o]||n.other;return typeof u=="function"?u():u}constructor(n,o){this.locale=n,this.strings=o}}const $E=new WeakMap;function JP(i){let n=$E.get(i);return n||(n=new Xh(i),$E.set(i,n)),n}function e$(i,n){return n&&Xh.getGlobalDictionaryForPackage(n)||JP(i)}function cd(i,n){let{locale:o}=la(),u=e$(i,n);return b.useMemo(()=>new ZP(o,u),[o,u])}function t$(i={}){let{locale:n}=la();return b.useMemo(()=>new Intl.ListFormat(n,i),[n,i])}let Ck=new Map,wk=!1;try{wk=new Intl.NumberFormat("de-DE",{signDisplay:"exceptZero"}).resolvedOptions().signDisplay==="exceptZero"}catch{}let Zh=!1;try{Zh=new Intl.NumberFormat("de-DE",{style:"unit",unit:"degree"}).resolvedOptions().style==="unit"}catch{}const NE={degree:{narrow:{default:"°","ja-JP":" 度","zh-TW":"度","sl-SI":" °"}}};class Jh{format(n){let o="";if(!wk&&this.options.signDisplay!=null?o=i$(this.numberFormatter,this.options.signDisplay,n):o=this.numberFormatter.format(n),this.options.style==="unit"&&!Zh){var u;let{unit:d,unitDisplay:v="short",locale:p}=this.resolvedOptions();if(!d)return o;let g=(u=NE[d])===null||u===void 0?void 0:u[v];o+=g[p]||g.default}return o}formatToParts(n){return this.numberFormatter.formatToParts(n)}formatRange(n,o){if(typeof this.numberFormatter.formatRange=="function")return this.numberFormatter.formatRange(n,o);if(o<n)throw new RangeError("End date must be >= start date");return`${this.format(n)} – ${this.format(o)}`}formatRangeToParts(n,o){if(typeof this.numberFormatter.formatRangeToParts=="function")return this.numberFormatter.formatRangeToParts(n,o);if(o<n)throw new RangeError("End date must be >= start date");let u=this.numberFormatter.formatToParts(n),d=this.numberFormatter.formatToParts(o);return[...u.map(v=>({...v,source:"startRange"})),{type:"literal",value:" – ",source:"shared"},...d.map(v=>({...v,source:"endRange"}))]}resolvedOptions(){let n=this.numberFormatter.resolvedOptions();return!wk&&this.options.signDisplay!=null&&(n={...n,signDisplay:this.options.signDisplay}),!Zh&&this.options.style==="unit"&&(n={...n,style:"unit",unit:this.options.unit,unitDisplay:this.options.unitDisplay}),n}constructor(n,o={}){this.numberFormatter=n$(n,o),this.options=o}}function n$(i,n={}){let{numberingSystem:o}=n;if(o&&i.includes("-nu-")&&(i.includes("-u-")||(i+="-u-"),i+=`-nu-${o}`),n.style==="unit"&&!Zh){var u;let{unit:p,unitDisplay:g="short"}=n;if(!p)throw new Error('unit option must be provided with style: "unit"');if(!(!((u=NE[p])===null||u===void 0)&&u[g]))throw new Error(`Unsupported unit ${p} with unitDisplay = ${g}`);n={...n,style:"decimal"}}let d=i+(n?Object.entries(n).sort((p,g)=>p[0]<g[0]?-1:1).join():"");if(Ck.has(d))return Ck.get(d);let v=new Intl.NumberFormat(i,n);return Ck.set(d,v),v}function i$(i,n,o){if(n==="auto")return i.format(o);if(n==="never")return i.format(Math.abs(o));{let u=!1;if(n==="always"?u=o>0||Object.is(o,0):n==="exceptZero"&&(Object.is(o,-0)||Object.is(o,0)?o=Math.abs(o):u=o>0),u){let d=i.format(-o),v=i.format(o),p=d.replace(v,"").replace(/\u200e|\u061C/,"");return[...p].length!==1&&console.warn("@react-aria/i18n polyfill for NumberFormat signDisplay: Unsupported case"),d.replace(v,"!!!").replace(p,"+").replace("!!!",v)}else return i.format(o)}}const r$=new RegExp("^.*\\(.*\\).*$"),o$=["latn","arab","hanidec","deva","beng","fullwide"];class LE{parse(n){return Sk(this.locale,this.options,n).parse(n)}isValidPartialNumber(n,o,u){return Sk(this.locale,this.options,n).isValidPartialNumber(n,o,u)}getNumberingSystem(n){return Sk(this.locale,this.options,n).options.numberingSystem}constructor(n,o={}){this.locale=n,this.options=o}}const ME=new Map;function Sk(i,n,o){let u=AE(i,n);if(!i.includes("-nu-")&&!u.isValidPartialNumber(o)){for(let d of o$)if(d!==u.options.numberingSystem){let v=AE(i+(i.includes("-u-")?"-nu-":"-u-nu-")+d,n);if(v.isValidPartialNumber(o))return v}}return u}function AE(i,n){let o=i+(n?Object.entries(n).sort((d,v)=>d[0]<v[0]?-1:1).join():""),u=ME.get(o);return u||(u=new l$(i,n),ME.set(o,u)),u}class l${parse(n){let o=this.sanitize(n);if(this.symbols.group&&(o=dd(o,this.symbols.group,"")),this.symbols.decimal&&(o=o.replace(this.symbols.decimal,".")),this.symbols.minusSign&&(o=o.replace(this.symbols.minusSign,"-")),o=o.replace(this.symbols.numeral,this.symbols.index),this.options.style==="percent"){let p=o.indexOf("-");o=o.replace("-",""),o=o.replace("+","");let g=o.indexOf(".");g===-1&&(g=o.length),o=o.replace(".",""),g-2===0?o=`0.${o}`:g-2===-1?o=`0.0${o}`:g-2===-2?o="0.00":o=`${o.slice(0,g-2)}.${o.slice(g-2)}`,p>-1&&(o=`-${o}`)}let u=o?+o:NaN;if(isNaN(u))return NaN;if(this.options.style==="percent"){var d,v;let p={...this.options,style:"decimal",minimumFractionDigits:Math.min(((d=this.options.minimumFractionDigits)!==null&&d!==void 0?d:0)+2,20),maximumFractionDigits:Math.min(((v=this.options.maximumFractionDigits)!==null&&v!==void 0?v:0)+2,20)};return new LE(this.locale,p).parse(new Jh(this.locale,p).format(u))}return this.options.currencySign==="accounting"&&r$.test(n)&&(u=-1*u),u}sanitize(n){return n=n.replace(this.symbols.literals,""),this.symbols.minusSign&&(n=n.replace("-",this.symbols.minusSign)),this.options.numberingSystem==="arab"&&(this.symbols.decimal&&(n=n.replace(",",this.symbols.decimal),n=n.replace("،",this.symbols.decimal)),this.symbols.group&&(n=dd(n,".",this.symbols.group))),this.symbols.group==="’"&&n.includes("'")&&(n=dd(n,"'",this.symbols.group)),this.options.locale==="fr-FR"&&this.symbols.group&&(n=dd(n," ",this.symbols.group),n=dd(n,/\u00A0/g,this.symbols.group)),n}isValidPartialNumber(n,o=-1/0,u=1/0){return n=this.sanitize(n),this.symbols.minusSign&&n.startsWith(this.symbols.minusSign)&&o<0?n=n.slice(this.symbols.minusSign.length):this.symbols.plusSign&&n.startsWith(this.symbols.plusSign)&&u>0&&(n=n.slice(this.symbols.plusSign.length)),this.symbols.group&&n.startsWith(this.symbols.group)||this.symbols.decimal&&n.indexOf(this.symbols.decimal)>-1&&this.options.maximumFractionDigits===0?!1:(this.symbols.group&&(n=dd(n,this.symbols.group,"")),n=n.replace(this.symbols.numeral,""),this.symbols.decimal&&(n=n.replace(this.symbols.decimal,"")),n.length===0)}constructor(n,o={}){this.locale=n,o.roundingIncrement!==1&&o.roundingIncrement!=null&&(o.maximumFractionDigits==null&&o.minimumFractionDigits==null?(o.maximumFractionDigits=0,o.minimumFractionDigits=0):o.maximumFractionDigits==null?o.maximumFractionDigits=o.minimumFractionDigits:o.minimumFractionDigits==null&&(o.minimumFractionDigits=o.maximumFractionDigits)),this.formatter=new Intl.NumberFormat(n,o),this.options=this.formatter.resolvedOptions(),this.symbols=u$(n,this.formatter,this.options,o);var u,d;this.options.style==="percent"&&(((u=this.options.minimumFractionDigits)!==null&&u!==void 0?u:0)>18||((d=this.options.maximumFractionDigits)!==null&&d!==void 0?d:0)>18)&&console.warn("NumberParser cannot handle percentages with greater than 18 decimal places, please reduce the number in your options.")}}const OE=new Set(["decimal","fraction","integer","minusSign","plusSign","group"]),a$=[0,4,2,1,11,20,3,7,100,21,.1,1.1];function u$(i,n,o,u){var d,v,p,g;let x=new Intl.NumberFormat(i,{...o,minimumSignificantDigits:1,maximumSignificantDigits:21,roundingIncrement:1,roundingPriority:"auto",roundingMode:"halfExpand"}),E=x.formatToParts(-10000.111),S=x.formatToParts(10000.111),C=a$.map(fe=>x.formatToParts(fe));var T;let P=(T=(d=E.find(fe=>fe.type==="minusSign"))===null||d===void 0?void 0:d.value)!==null&&T!==void 0?T:"-",N=(v=S.find(fe=>fe.type==="plusSign"))===null||v===void 0?void 0:v.value;!N&&((u==null?void 0:u.signDisplay)==="exceptZero"||(u==null?void 0:u.signDisplay)==="always")&&(N="+");let A=(p=new Intl.NumberFormat(i,{...o,minimumFractionDigits:2,maximumFractionDigits:2}).formatToParts(.001).find(fe=>fe.type==="decimal"))===null||p===void 0?void 0:p.value,F=(g=E.find(fe=>fe.type==="group"))===null||g===void 0?void 0:g.value,B=E.filter(fe=>!OE.has(fe.type)).map(fe=>FE(fe.value)),K=C.flatMap(fe=>fe.filter(R=>!OE.has(R.type)).map(R=>FE(R.value))),j=[...new Set([...B,...K])].sort((fe,R)=>R.length-fe.length),U=j.length===0?new RegExp("[\\p{White_Space}]","gu"):new RegExp(`${j.join("|")}|[\\p{White_Space}]`,"gu"),G=[...new Intl.NumberFormat(o.locale,{useGrouping:!1}).format(9876543210)].reverse(),Z=new Map(G.map((fe,R)=>[fe,R])),ke=new RegExp(`[${G.join("")}]`,"g");return{minusSign:P,plusSign:N,decimal:A,group:F,literals:U,numeral:ke,index:fe=>String(Z.get(fe))}}function dd(i,n,o){return i.replaceAll?i.replaceAll(n,o):i.split(n).join(o)}function FE(i){return i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function RE(i={}){let{locale:n}=la();return b.useMemo(()=>new Jh(n,i),[n,i])}let Tk=new Map;function eg(i){let{locale:n}=la(),o=n+(i?Object.entries(i).sort((d,v)=>d[0]<v[0]?-1:1).join():"");if(Tk.has(o))return Tk.get(o);let u=new Intl.Collator(n,i);return Tk.set(o,u),u}function s$(i){let n=eg({usage:"search",...i}),o=b.useCallback((v,p)=>p.length===0?!0:(v=v.normalize("NFC"),p=p.normalize("NFC"),n.compare(v.slice(0,p.length),p)===0),[n]),u=b.useCallback((v,p)=>p.length===0?!0:(v=v.normalize("NFC"),p=p.normalize("NFC"),n.compare(v.slice(-p.length),p)===0),[n]),d=b.useCallback((v,p)=>{if(p.length===0)return!0;v=v.normalize("NFC"),p=p.normalize("NFC");let g=0,x=p.length;for(;g+x<=v.length;g++){let E=v.slice(g,g+x);if(n.compare(p,E)===0)return!0}return!1},[n]);return b.useMemo(()=>({startsWith:o,endsWith:u,contains:d}),[o,u,d])}function c$(i,n){let{elementType:o="button",isDisabled:u,onPress:d,onPressStart:v,onPressEnd:p,onPressUp:g,onPressChange:x,preventFocusOnPress:E,allowFocusWhenDisabled:S,onClick:C,href:T,target:P,rel:N,type:L="button"}=i,A;o==="button"?A={type:L,disabled:u,form:i.form,formAction:i.formAction,formEncType:i.formEncType,formMethod:i.formMethod,formNoValidate:i.formNoValidate,formTarget:i.formTarget,name:i.name,value:i.value}:A={role:"button",href:o==="a"&&!u?T:void 0,target:o==="a"?P:void 0,type:o==="input"?L:void 0,disabled:o==="input"?u:void 0,"aria-disabled":!u||o==="input"?void 0:u,rel:o==="a"?N:void 0};let{pressProps:F,isPressed:B}=vu({onPressStart:v,onPressEnd:p,onPressChange:x,onPress:d,onPressUp:g,onClick:C,isDisabled:u,preventFocusOnPress:E,ref:n}),{focusableProps:K}=Gh(i,n);S&&(K.tabIndex=u?-1:K.tabIndex);let j=Ge(K,F,At(i,{labelable:!0}));return{isPressed:B,buttonProps:Ge(A,j,{"aria-haspopup":i["aria-haspopup"],"aria-expanded":i["aria-expanded"],"aria-controls":i["aria-controls"],"aria-pressed":i["aria-pressed"],"aria-current":i["aria-current"],"aria-disabled":i["aria-disabled"]})}}const zE=b.createContext(null),Dk="react-aria-focus-scope-restore";let tn=null;function Pk(i){let{children:n,contain:o,restoreFocus:u,autoFocus:d}=i,v=b.useRef(null),p=b.useRef(null),g=b.useRef([]),{parentNode:x}=b.useContext(zE)||{},E=b.useMemo(()=>new Lk({scopeRef:g}),[g]);Bt(()=>{let T=x||Hn.root;if(Hn.getTreeNode(T.scopeRef)&&tn&&!tg(tn,T.scopeRef)){let P=Hn.getTreeNode(tn);P&&(T=P)}T.addChild(E),Hn.addNode(E)},[E,x]),Bt(()=>{let T=Hn.getTreeNode(g);T&&(T.contain=!!o)},[o]),Bt(()=>{var T;let P=(T=v.current)===null||T===void 0?void 0:T.nextSibling,N=[],L=A=>A.stopPropagation();for(;P&&P!==p.current;)N.push(P),P.addEventListener(Dk,L),P=P.nextSibling;return g.current=N,()=>{for(let A of N)A.removeEventListener(Dk,L)}},[n]),h$(g,u,o),p$(g,o),g$(g,u,o),m$(g,d),b.useEffect(()=>{const T=Ei(Ft(g.current?g.current[0]:void 0));let P=null;if(fo(T,g.current)){for(let N of Hn.traverse())N.scopeRef&&fo(T,N.scopeRef.current)&&(P=N);P===Hn.getTreeNode(g)&&(tn=P.scopeRef)}},[g]),Bt(()=>()=>{var T,P,N;let L=(N=(P=Hn.getTreeNode(g))===null||P===void 0||(T=P.parent)===null||T===void 0?void 0:T.scopeRef)!==null&&N!==void 0?N:null;(g===tn||tg(g,tn))&&(!L||Hn.getTreeNode(L))&&(tn=L),Hn.removeTreeNode(g)},[g]);let S=b.useMemo(()=>d$(g),[]),C=b.useMemo(()=>({focusManager:S,parentNode:E}),[E,S]);return b.createElement(zE.Provider,{value:C},b.createElement("span",{"data-focus-scope-start":!0,hidden:!0,ref:v}),n,b.createElement("span",{"data-focus-scope-end":!0,hidden:!0,ref:p}))}function d$(i){return{focusNext(n={}){let o=i.current,{from:u,tabbable:d,wrap:v,accept:p}=n;var g;let x=u||Ei(Ft((g=o[0])!==null&&g!==void 0?g:void 0)),E=o[0].previousElementSibling,S=Ds(o),C=ua(S,{tabbable:d,accept:p},o);C.currentNode=fo(x,o)?x:E;let T=C.nextNode();return!T&&v&&(C.currentNode=E,T=C.nextNode()),T&&aa(T,!0),T},focusPrevious(n={}){let o=i.current,{from:u,tabbable:d,wrap:v,accept:p}=n;var g;let x=u||Ei(Ft((g=o[0])!==null&&g!==void 0?g:void 0)),E=o[o.length-1].nextElementSibling,S=Ds(o),C=ua(S,{tabbable:d,accept:p},o);C.currentNode=fo(x,o)?x:E;let T=C.previousNode();return!T&&v&&(C.currentNode=E,T=C.previousNode()),T&&aa(T,!0),T},focusFirst(n={}){let o=i.current,{tabbable:u,accept:d}=n,v=Ds(o),p=ua(v,{tabbable:u,accept:d},o);p.currentNode=o[0].previousElementSibling;let g=p.nextNode();return g&&aa(g,!0),g},focusLast(n={}){let o=i.current,{tabbable:u,accept:d}=n,v=Ds(o),p=ua(v,{tabbable:u,accept:d},o);p.currentNode=o[o.length-1].nextElementSibling;let g=p.previousNode();return g&&aa(g,!0),g}}}function Ds(i){return i[0].parentElement}function Rp(i){let n=Hn.getTreeNode(tn);for(;n&&n.scopeRef!==i;){if(n.contain)return!1;n=n.parent}return!0}function f$(i){if(i.checked)return!0;let n=[];if(!i.form)n=[...Ft(i).querySelectorAll(`input[type="radio"][name="${CSS.escape(i.name)}"]`)].filter(v=>!v.form);else{var o,u;let v=(u=i.form)===null||u===void 0||(o=u.elements)===null||o===void 0?void 0:o.namedItem(i.name);n=[...v??[]]}return n?!n.some(v=>v.checked):!1}function p$(i,n){let o=b.useRef(void 0),u=b.useRef(void 0);Bt(()=>{let d=i.current;if(!n){u.current&&(cancelAnimationFrame(u.current),u.current=void 0);return}const v=Ft(d?d[0]:void 0);let p=E=>{if(E.key!=="Tab"||E.altKey||E.ctrlKey||E.metaKey||!Rp(i)||E.isComposing)return;let S=Ei(v),C=i.current;if(!C||!fo(S,C))return;let T=Ds(C),P=ua(T,{tabbable:!0},C);if(!S)return;P.currentNode=S;let N=E.shiftKey?P.previousNode():P.nextNode();N||(P.currentNode=E.shiftKey?C[C.length-1].nextElementSibling:C[0].previousElementSibling,N=E.shiftKey?P.previousNode():P.nextNode()),E.preventDefault(),N&&aa(N,!0)},g=E=>{(!tn||tg(tn,i))&&fo(Ut(E),i.current)?(tn=i,o.current=Ut(E)):Rp(i)&&!gu(Ut(E),i)?o.current?o.current.focus():tn&&tn.current&&$k(tn.current):Rp(i)&&(o.current=Ut(E))},x=E=>{u.current&&cancelAnimationFrame(u.current),u.current=requestAnimationFrame(()=>{let S=Hh(),C=(S==="virtual"||S===null)&&Ah()&&J0(),T=Ei(v);if(!C&&T&&Rp(i)&&!gu(T,i)){tn=i;let N=Ut(E);if(N&&N.isConnected){var P;o.current=N,(P=o.current)===null||P===void 0||P.focus()}else tn.current&&$k(tn.current)}})};return v.addEventListener("keydown",p,!1),v.addEventListener("focusin",g,!1),d==null||d.forEach(E=>E.addEventListener("focusin",g,!1)),d==null||d.forEach(E=>E.addEventListener("focusout",x,!1)),()=>{v.removeEventListener("keydown",p,!1),v.removeEventListener("focusin",g,!1),d==null||d.forEach(E=>E.removeEventListener("focusin",g,!1)),d==null||d.forEach(E=>E.removeEventListener("focusout",x,!1))}},[i,n]),Bt(()=>()=>{u.current&&cancelAnimationFrame(u.current)},[u])}function IE(i){return gu(i)}function fo(i,n){return!i||!n?!1:n.some(o=>o.contains(i))}function gu(i,n=null){if(i instanceof Element&&i.closest("[data-react-aria-top-layer]"))return!0;for(let{scopeRef:o}of Hn.traverse(Hn.getTreeNode(n)))if(o&&fo(i,o.current))return!0;return!1}function v$(i){return gu(i,tn)}function tg(i,n){var o;let u=(o=Hn.getTreeNode(n))===null||o===void 0?void 0:o.parent;for(;u;){if(u.scopeRef===i)return!0;u=u.parent}return!1}function aa(i,n=!1){if(i!=null&&!n)try{hu(i)}catch{}else if(i!=null)try{i.focus()}catch{}}function BE(i,n=!0){let o=i[0].previousElementSibling,u=Ds(i),d=ua(u,{tabbable:n},i);d.currentNode=o;let v=d.nextNode();return n&&!v&&(u=Ds(i),d=ua(u,{tabbable:!1},i),d.currentNode=o,v=d.nextNode()),v}function $k(i,n=!0){aa(BE(i,n))}function m$(i,n){const o=b.useRef(n);b.useEffect(()=>{if(o.current){tn=i;const u=Ft(i.current?i.current[0]:void 0);!fo(Ei(u),tn.current)&&i.current&&$k(i.current)}o.current=!1},[i])}function h$(i,n,o){Bt(()=>{if(n||o)return;let u=i.current;const d=Ft(u?u[0]:void 0);let v=p=>{let g=Ut(p);fo(g,i.current)?tn=i:IE(g)||(tn=null)};return d.addEventListener("focusin",v,!1),u==null||u.forEach(p=>p.addEventListener("focusin",v,!1)),()=>{d.removeEventListener("focusin",v,!1),u==null||u.forEach(p=>p.removeEventListener("focusin",v,!1))}},[i,n,o])}function UE(i){let n=Hn.getTreeNode(tn);for(;n&&n.scopeRef!==i;){if(n.nodeToRestore)return!1;n=n.parent}return(n==null?void 0:n.scopeRef)===i}function g$(i,n,o){const u=b.useRef(typeof document<"u"?Ei(Ft(i.current?i.current[0]:void 0)):null);Bt(()=>{let d=i.current;const v=Ft(d?d[0]:void 0);if(!n||o)return;let p=()=>{(!tn||tg(tn,i))&&fo(Ei(v),i.current)&&(tn=i)};return v.addEventListener("focusin",p,!1),d==null||d.forEach(g=>g.addEventListener("focusin",p,!1)),()=>{v.removeEventListener("focusin",p,!1),d==null||d.forEach(g=>g.removeEventListener("focusin",p,!1))}},[i,o]),Bt(()=>{const d=Ft(i.current?i.current[0]:void 0);if(!n)return;let v=p=>{if(p.key!=="Tab"||p.altKey||p.ctrlKey||p.metaKey||!Rp(i)||p.isComposing)return;let g=d.activeElement;if(!gu(g,i)||!UE(i))return;let x=Hn.getTreeNode(i);if(!x)return;let E=x.nodeToRestore,S=ua(d.body,{tabbable:!0});S.currentNode=g;let C=p.shiftKey?S.previousNode():S.nextNode();if((!E||!E.isConnected||E===d.body)&&(E=void 0,x.nodeToRestore=void 0),(!C||!gu(C,i))&&E){S.currentNode=E;do C=p.shiftKey?S.previousNode():S.nextNode();while(gu(C,i));p.preventDefault(),p.stopPropagation(),C?aa(C,!0):IE(E)?aa(E,!0):g.blur()}};return o||d.addEventListener("keydown",v,!0),()=>{o||d.removeEventListener("keydown",v,!0)}},[i,n,o]),Bt(()=>{const d=Ft(i.current?i.current[0]:void 0);if(!n)return;let v=Hn.getTreeNode(i);if(v){var p;return v.nodeToRestore=(p=u.current)!==null&&p!==void 0?p:void 0,()=>{let g=Hn.getTreeNode(i);if(!g)return;let x=g.nodeToRestore,E=Ei(d);if(n&&x&&(E&&gu(E,i)||E===d.body&&UE(i))){let S=Hn.clone();requestAnimationFrame(()=>{if(d.activeElement===d.body){let C=S.getTreeNode(i);for(;C;){if(C.nodeToRestore&&C.nodeToRestore.isConnected){VE(C.nodeToRestore);return}C=C.parent}for(C=S.getTreeNode(i);C;){if(C.scopeRef&&C.scopeRef.current&&Hn.getTreeNode(C.scopeRef)){let T=BE(C.scopeRef.current,!0);VE(T);return}C=C.parent}}})}}}},[i,n])}function VE(i){i.dispatchEvent(new CustomEvent(Dk,{bubbles:!0,cancelable:!0}))&&aa(i)}function ua(i,n,o){let u=n!=null&&n.tabbable?gP:tE,d=(i==null?void 0:i.nodeType)===Node.ELEMENT_NODE?i:null,v=Ft(d),p=M9(v,i||v,NodeFilter.SHOW_ELEMENT,{acceptNode(g){var x;return!(n==null||(x=n.from)===null||x===void 0)&&x.contains(g)||n!=null&&n.tabbable&&g.tagName==="INPUT"&&g.getAttribute("type")==="radio"&&(!f$(g)||p.currentNode.tagName==="INPUT"&&p.currentNode.type==="radio"&&p.currentNode.name===g.name)?NodeFilter.FILTER_REJECT:u(g)&&(!o||fo(g,o))&&(!(n!=null&&n.accept)||n.accept(g))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return n!=null&&n.from&&(p.currentNode=n.from),p}class Nk{get size(){return this.fastMap.size}getTreeNode(n){return this.fastMap.get(n)}addTreeNode(n,o,u){let d=this.fastMap.get(o??null);if(!d)return;let v=new Lk({scopeRef:n});d.addChild(v),v.parent=d,this.fastMap.set(n,v),u&&(v.nodeToRestore=u)}addNode(n){this.fastMap.set(n.scopeRef,n)}removeTreeNode(n){if(n===null)return;let o=this.fastMap.get(n);if(!o)return;let u=o.parent;for(let v of this.traverse())v!==o&&o.nodeToRestore&&v.nodeToRestore&&o.scopeRef&&o.scopeRef.current&&fo(v.nodeToRestore,o.scopeRef.current)&&(v.nodeToRestore=o.nodeToRestore);let d=o.children;u&&(u.removeChild(o),d.size>0&&d.forEach(v=>u&&u.addChild(v))),this.fastMap.delete(o.scopeRef)}*traverse(n=this.root){if(n.scopeRef!=null&&(yield n),n.children.size>0)for(let o of n.children)yield*this.traverse(o)}clone(){var n;let o=new Nk;var u;for(let d of this.traverse())o.addTreeNode(d.scopeRef,(u=(n=d.parent)===null||n===void 0?void 0:n.scopeRef)!==null&&u!==void 0?u:null,d.nodeToRestore);return o}constructor(){this.fastMap=new Map,this.root=new Lk({scopeRef:null}),this.fastMap.set(null,this.root)}}class Lk{addChild(n){this.children.add(n),n.parent=this}removeChild(n){this.children.delete(n),n.parent=void 0}constructor(n){this.children=new Set,this.contain=!1,this.scopeRef=n.scopeRef}}let Hn=new Nk;function Io(i={}){let{autoFocus:n=!1,isTextInput:o,within:u}=i,d=b.useRef({isFocused:!1,isFocusVisible:n||ud()}),[v,p]=b.useState(!1),[g,x]=b.useState(()=>d.current.isFocused&&d.current.isFocusVisible),E=b.useCallback(()=>x(d.current.isFocused&&d.current.isFocusVisible),[]),S=b.useCallback(P=>{d.current.isFocused=P,p(P),E()},[E]);AP(P=>{d.current.isFocusVisible=P,E()},[],{isTextInput:o});let{focusProps:C}=Wh({isDisabled:u,onFocusChange:S}),{focusWithinProps:T}=Op({isDisabled:!u,onFocusWithinChange:S});return{isFocused:v,isFocusVisible:g,focusProps:u?T:C}}function KE(i){let n=b$(Ft(i));n!==i&&(n&&y$(n,i),i&&Mk(i,n))}function y$(i,n){i.dispatchEvent(new FocusEvent("blur",{relatedTarget:n})),i.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:n}))}function Mk(i,n){i.dispatchEvent(new FocusEvent("focus",{relatedTarget:n})),i.dispatchEvent(new FocusEvent("focusin",{bubbles:!0,relatedTarget:n}))}function b$(i){let n=Ei(i),o=n==null?void 0:n.getAttribute("aria-activedescendant");return o&&i.getElementById(o)||n}const jE=7e3;let po=null;function fd(i,n="assertive",o=jE){po?po.announce(i,n,o):(po=new x$,(typeof IS_REACT_ACT_ENVIRONMENT=="boolean"?IS_REACT_ACT_ENVIRONMENT:typeof jest<"u")?po.announce(i,n,o):setTimeout(()=>{po!=null&&po.isAttached()&&(po==null||po.announce(i,n,o))},100))}function k$(i){po&&po.clear(i)}class x${isAttached(){var n;return(n=this.node)===null||n===void 0?void 0:n.isConnected}createLog(n){let o=document.createElement("div");return o.setAttribute("role","log"),o.setAttribute("aria-live",n),o.setAttribute("aria-relevant","additions"),o}destroy(){this.node&&(document.body.removeChild(this.node),this.node=null)}announce(n,o="assertive",u=jE){var d,v;if(!this.node)return;let p=document.createElement("div");typeof n=="object"?(p.setAttribute("role","img"),p.setAttribute("aria-labelledby",n["aria-labelledby"])):p.textContent=n,o==="assertive"?(d=this.assertiveLog)===null||d===void 0||d.appendChild(p):(v=this.politeLog)===null||v===void 0||v.appendChild(p),n!==""&&setTimeout(()=>{p.remove()},u)}clear(n){this.node&&((!n||n==="assertive")&&this.assertiveLog&&(this.assertiveLog.innerHTML=""),(!n||n==="polite")&&this.politeLog&&(this.politeLog.innerHTML=""))}constructor(){this.node=null,this.assertiveLog=null,this.politeLog=null,typeof document<"u"&&(this.node=document.createElement("div"),this.node.dataset.liveAnnouncer="true",Object.assign(this.node.style,{border:0,clip:"rect(0 0 0 0)",clipPath:"inset(50%)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"}),this.assertiveLog=this.createLog("assertive"),this.node.appendChild(this.assertiveLog),this.politeLog=this.createLog("polite"),this.node.appendChild(this.politeLog),document.body.prepend(this.node))}}const HE={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},WE={...HE,customError:!0,valid:!1},pd={isInvalid:!1,validationDetails:HE,validationErrors:[]},_$=b.createContext({}),vd="__formValidationState"+Date.now();function md(i){if(i[vd]){let{realtimeValidation:n,displayValidation:o,updateValidation:u,resetValidation:d,commitValidation:v}=i[vd];return{realtimeValidation:n,displayValidation:o,updateValidation:u,resetValidation:d,commitValidation:v}}return E$(i)}function E$(i){let{isInvalid:n,validationState:o,name:u,value:d,builtinValidation:v,validate:p,validationBehavior:g="aria"}=i;o&&(n||(n=o==="invalid"));let x=n!==void 0?{isInvalid:n,validationErrors:[],validationDetails:WE}:null,E=b.useMemo(()=>{if(!p||d==null)return null;let fe=C$(p,d);return GE(fe)},[p,d]);v!=null&&v.validationDetails.valid&&(v=void 0);let S=b.useContext(_$),C=b.useMemo(()=>u?Array.isArray(u)?u.flatMap(fe=>Ak(S[fe])):Ak(S[u]):[],[S,u]),[T,P]=b.useState(S),[N,L]=b.useState(!1);S!==T&&(P(S),L(!1));let A=b.useMemo(()=>GE(N?[]:C),[N,C]),F=b.useRef(pd),[B,K]=b.useState(pd),j=b.useRef(pd),U=()=>{if(!G)return;Z(!1);let fe=E||v||F.current;Ok(fe,j.current)||(j.current=fe,K(fe))},[G,Z]=b.useState(!1);return b.useEffect(U),{realtimeValidation:x||A||E||v||pd,displayValidation:g==="native"?x||A||B:x||A||E||v||B,updateValidation(fe){g==="aria"&&!Ok(B,fe)?K(fe):F.current=fe},resetValidation(){let fe=pd;Ok(fe,j.current)||(j.current=fe,K(fe)),g==="native"&&Z(!1),L(!0)},commitValidation(){g==="native"&&Z(!0),L(!0)}}}function Ak(i){return i?Array.isArray(i)?i:[i]:[]}function C$(i,n){if(typeof i=="function"){let o=i(n);if(o&&typeof o!="boolean")return Ak(o)}return[]}function GE(i){return i.length?{isInvalid:!0,validationErrors:i,validationDetails:WE}:null}function Ok(i,n){return i===n?!0:!!i&&!!n&&i.isInvalid===n.isInvalid&&i.validationErrors.length===n.validationErrors.length&&i.validationErrors.every((o,u)=>o===n.validationErrors[u])&&Object.entries(i.validationDetails).every(([o,u])=>n.validationDetails[o]===u)}function Fk(i,n,o){let{validationBehavior:u,focus:d}=i;Bt(()=>{if(u==="native"&&(o!=null&&o.current)&&!o.current.disabled){let E=n.realtimeValidation.isInvalid?n.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";o.current.setCustomValidity(E),o.current.hasAttribute("title")||(o.current.title=""),n.realtimeValidation.isInvalid||n.updateValidation(S$(o.current))}});let v=b.useRef(!1),p=gn(()=>{v.current||n.resetValidation()}),g=gn(E=>{var S;n.displayValidation.isInvalid||n.commitValidation();let C=o==null||(S=o.current)===null||S===void 0?void 0:S.form;if(!E.defaultPrevented&&o&&C&&T$(C)===o.current){var T;d?d():(T=o.current)===null||T===void 0||T.focus(),kE("keyboard")}E.preventDefault()}),x=gn(()=>{n.commitValidation()});b.useEffect(()=>{let E=o==null?void 0:o.current;if(!E)return;let S=E.form,C=S==null?void 0:S.reset;return S&&(S.reset=()=>{v.current=!window.event||window.event.type==="message"&&window.event.target instanceof MessagePort,C==null||C.call(S),v.current=!1}),E.addEventListener("invalid",g),E.addEventListener("change",x),S==null||S.addEventListener("reset",p),()=>{E.removeEventListener("invalid",g),E.removeEventListener("change",x),S==null||S.removeEventListener("reset",p),S&&(S.reset=C)}},[o,g,x,p,u])}function w$(i){let n=i.validity;return{badInput:n.badInput,customError:n.customError,patternMismatch:n.patternMismatch,rangeOverflow:n.rangeOverflow,rangeUnderflow:n.rangeUnderflow,stepMismatch:n.stepMismatch,tooLong:n.tooLong,tooShort:n.tooShort,typeMismatch:n.typeMismatch,valueMissing:n.valueMissing,valid:n.valid}}function S$(i){return{isInvalid:!i.validity.valid,validationDetails:w$(i),validationErrors:i.validationMessage?[i.validationMessage]:[]}}function T$(i){for(let n=0;n<i.elements.length;n++){let o=i.elements[n];if(!o.validity.valid)return o}return null}function D$(i,n,o){let{isDisabled:u=!1,isReadOnly:d=!1,value:v,name:p,form:g,children:x,"aria-label":E,"aria-labelledby":S,validationState:C="valid",isInvalid:T,onPressStart:P,onPressEnd:N,onPressChange:L,onPress:A,onPressUp:F,onClick:B}=i,K=re=>{re.stopPropagation(),n.setSelected(re.target.checked)},j=x!=null,U=E!=null||S!=null;!j&&!U&&process.env.NODE_ENV!=="production"&&console.warn("If you do not provide children, you must specify an aria-label for accessibility");let{pressProps:G,isPressed:Z}=vu({onPressStart:P,onPressEnd:N,onPressChange:L,onPress:A,onPressUp:F,onClick:B,isDisabled:u}),{pressProps:ke,isPressed:pe}=vu({onPressStart:P,onPressEnd:N,onPressChange:L,onPressUp:F,onClick:B,onPress(re){var ae;A==null||A(re),n.toggle(),(ae=o.current)===null||ae===void 0||ae.focus()},isDisabled:u||d}),{focusableProps:fe}=Gh(i,o),R=Ge(G,fe),de=At(i,{labelable:!0});return Fh(o,n.defaultSelected,n.setSelected),{labelProps:Ge(ke,{onClick:re=>re.preventDefault()}),inputProps:Ge(de,{"aria-invalid":T||C==="invalid"||void 0,"aria-errormessage":i["aria-errormessage"],"aria-controls":i["aria-controls"],"aria-readonly":d||void 0,onChange:K,disabled:u,...v==null?{}:{value:v},name:p,form:g,type:"checkbox",...R}),isSelected:n.isSelected,isPressed:Z||pe,isDisabled:u,isReadOnly:d,isInvalid:T||C==="invalid"}}function YE(i,n,o){let u=md({...i,value:n.isSelected}),{isInvalid:d,validationErrors:v,validationDetails:p}=u.displayValidation,{labelProps:g,inputProps:x,isSelected:E,isPressed:S,isDisabled:C,isReadOnly:T}=D$({...i,isInvalid:d},n,o);Fk(i,u,o);let{isIndeterminate:P,isRequired:N,validationBehavior:L="aria"}=i;b.useEffect(()=>{o.current&&(o.current.indeterminate=!!P)});let{pressProps:A}=vu({isDisabled:C||T,onPress(){let{[vd]:F}=i,{commitValidation:B}=F||u;B()}});return{labelProps:Ge(g,A,b.useMemo(()=>({onMouseDown:F=>F.preventDefault()}),[])),inputProps:{...x,checked:E,"aria-required":N&&L==="aria"||void 0,required:N&&L==="native"},isSelected:E,isPressed:S,isDisabled:C,isReadOnly:T,isInvalid:d,validationErrors:v,validationDetails:p}}const P$=new WeakMap;function qE(i){let{id:n,label:o,"aria-labelledby":u,"aria-label":d,labelElementType:v="label"}=i;n=Rn(n);let p=Rn(),g={};o?(u=u?`${p} ${u}`:p,g={id:p,htmlFor:v==="label"?n:void 0}):!u&&!d&&process.env.NODE_ENV!=="production"&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let x=Oh({id:n,"aria-label":d,"aria-labelledby":u});return{labelProps:g,fieldProps:x}}function QE(i){let{description:n,errorMessage:o,isInvalid:u,validationState:d}=i,{labelProps:v,fieldProps:p}=qE(i),g=cu([!!n,!!o,u,d]),x=cu([!!n,!!o,u,d]);return p=Ge(p,{"aria-describedby":[g,x,i["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:v,fieldProps:p,descriptionProps:{id:g},errorMessageProps:{id:x}}}function XE(i={}){let{isReadOnly:n}=i,[o,u]=vl(i.isSelected,i.defaultSelected||!1,i.onChange),[d]=b.useState(o);function v(x){n||u(x)}function p(){n||u(!o)}var g;return{isSelected:o,defaultSelected:(g=i.defaultSelected)!==null&&g!==void 0?g:d,setSelected:v,toggle:p}}function $$(i,n,o){const u=XE({isReadOnly:i.isReadOnly||n.isReadOnly,isSelected:n.isSelected(i.value),defaultSelected:n.defaultValue.includes(i.value),onChange(F){F?n.addValue(i.value):n.removeValue(i.value),i.onChange&&i.onChange(F)}});let{name:d,form:v,descriptionId:p,errorMessageId:g,validationBehavior:x}=P$.get(n);var E;x=(E=i.validationBehavior)!==null&&E!==void 0?E:x;let{realtimeValidation:S}=md({...i,value:u.isSelected,name:void 0,validationBehavior:"aria"}),C=b.useRef(pd),T=()=>{n.setInvalid(i.value,S.isInvalid?S:C.current)};b.useEffect(T);let P=n.realtimeValidation.isInvalid?n.realtimeValidation:S,N=x==="native"?n.displayValidation:P;var L;let A=YE({...i,isReadOnly:i.isReadOnly||n.isReadOnly,isDisabled:i.isDisabled||n.isDisabled,name:i.name||d,form:i.form||v,isRequired:(L=i.isRequired)!==null&&L!==void 0?L:n.isRequired,validationBehavior:x,[vd]:{realtimeValidation:P,displayValidation:N,resetValidation:n.resetValidation,commitValidation:n.commitValidation,updateValidation(F){C.current=F,T()}}},u,o);return{...A,inputProps:{...A.inputProps,"aria-describedby":[i["aria-describedby"],n.isInvalid?g:null,p].filter(Boolean).join(" ")||void 0}}}function N$(i){let{minValue:n,maxValue:o,step:u,formatOptions:d,value:v,defaultValue:p=NaN,onChange:g,locale:x,isDisabled:E,isReadOnly:S}=i;v===null&&(v=NaN),v!==void 0&&!isNaN(v)&&(u!==void 0&&!isNaN(u)?v=oa(v,n,o,u):v=ld(v,n,o)),isNaN(p)||(u!==void 0&&!isNaN(u)?p=oa(p,n,o,u):p=ld(p,n,o));let[C,T]=vl(v,isNaN(p)?NaN:p,g),[P]=b.useState(C),[N,L]=b.useState(()=>isNaN(C)?"":new Jh(x,d).format(C)),A=b.useMemo(()=>new LE(x,d),[x,d]),F=b.useMemo(()=>A.getNumberingSystem(N),[A,N]),B=b.useMemo(()=>new Jh(x,{...d,numberingSystem:F}),[x,d,F]),K=b.useMemo(()=>B.resolvedOptions(),[B]),j=b.useCallback(_e=>isNaN(_e)||_e===null?"":B.format(_e),[B]),U=md({...i,value:C}),G=u!==void 0&&!isNaN(u)?u:1;K.style==="percent"&&(u===void 0||isNaN(u))&&(G=.01);let[Z,ke]=b.useState(C),[pe,fe]=b.useState(x),[R,de]=b.useState(d);(!Object.is(C,Z)||x!==pe||d!==R)&&(L(j(C)),ke(C),fe(x),de(d));let re=b.useMemo(()=>A.parse(N),[A,N]),ae=()=>{if(!N.length){T(NaN),L(v===void 0?"":j(C));return}if(isNaN(re)){L(j(C));return}let _e;u===void 0||isNaN(u)?_e=ld(re,n,o):_e=oa(re,n,o,u),_e=A.parse(j(_e)),T(_e),L(j(v===void 0?_e:C)),U.commitValidation()},be=(_e,$e=0)=>{let Me=re;if(isNaN(Me)){let De=isNaN($e)?0:$e;return oa(De,n,o,G)}else{let De=oa(Me,n,o,G);return _e==="+"&&De>Me||_e==="-"&&De<Me?De:oa(Rk(_e,Me,G),n,o,G)}},V=()=>{let _e=be("+",n);_e===C&&L(j(_e)),T(_e),U.commitValidation()},J=()=>{let _e=be("-",o);_e===C&&L(j(_e)),T(_e),U.commitValidation()},X=()=>{o!=null&&(T(oa(o,n,o,G)),U.commitValidation())},H=()=>{n!=null&&(T(n),U.commitValidation())},z=b.useMemo(()=>!E&&!S&&(isNaN(re)||o===void 0||isNaN(o)||oa(re,n,o,G)>re||Rk("+",re,G)<=o),[E,S,n,o,G,re]),he=b.useMemo(()=>!E&&!S&&(isNaN(re)||n===void 0||isNaN(n)||oa(re,n,o,G)<re||Rk("-",re,G)>=n),[E,S,n,o,G,re]);return{...U,validate:_e=>A.isValidPartialNumber(_e,n,o),increment:V,incrementToMax:X,decrement:J,decrementToMin:H,canIncrement:z,canDecrement:he,minValue:n,maxValue:o,numberValue:re,defaultNumberValue:isNaN(p)?P:p,setNumberValue:T,setInputValue:L,inputValue:N,commit:ae}}function Rk(i,n,o){let u=i==="+"?n+o:n-o;if(n%1!==0||o%1!==0){const d=n.toString().split("."),v=o.toString().split("."),p=d[1]&&d[1].length||0,g=v[1]&&v[1].length||0,x=Math.pow(10,Math.max(p,g));n=Math.round(n*x),o=Math.round(o*x),u=i==="+"?n+o:n-o,u/=x}return u}const ZE={border:0,clip:"rect(0 0 0 0)",clipPath:"inset(50%)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"};function JE(i={}){let{style:n,isFocusable:o}=i,[u,d]=b.useState(!1),{focusWithinProps:v}=Op({isDisabled:!o,onFocusWithinChange:g=>d(g)}),p=b.useMemo(()=>u?n:n?{...ZE,...n}:ZE,[u]);return{visuallyHiddenProps:{...v,style:p}}}function eC(i){let{children:n,elementType:o="div",isFocusable:u,style:d,...v}=i,{visuallyHiddenProps:p}=JE(i);return b.createElement(o,Ge(v,p),n)}function zk(i,n){let{inputElementType:o="input",isDisabled:u=!1,isRequired:d=!1,isReadOnly:v=!1,type:p="text",validationBehavior:g="aria"}=i,[x,E]=vl(i.value,i.defaultValue||"",i.onChange),{focusableProps:S}=Gh(i,n),C=md({...i,value:x}),{isInvalid:T,validationErrors:P,validationDetails:N}=C.displayValidation,{labelProps:L,fieldProps:A,descriptionProps:F,errorMessageProps:B}=QE({...i,isInvalid:T,errorMessage:i.errorMessage||P}),K=At(i,{labelable:!0});const j={type:p,pattern:i.pattern};let[U]=b.useState(x);var G;return Fh(n,(G=i.defaultValue)!==null&&G!==void 0?G:U,E),Fk(i,C,n),b.useEffect(()=>{if(n.current instanceof _r(n.current).HTMLTextAreaElement){let Z=n.current;Object.defineProperty(Z,"defaultValue",{get:()=>Z.value,set:()=>{},configurable:!0})}},[n]),{labelProps:L,inputProps:Ge(K,o==="input"?j:void 0,{disabled:u,readOnly:v,required:d&&g==="native","aria-required":d&&g==="aria"||void 0,"aria-invalid":T||void 0,"aria-errormessage":i["aria-errormessage"],"aria-activedescendant":i["aria-activedescendant"],"aria-autocomplete":i["aria-autocomplete"],"aria-haspopup":i["aria-haspopup"],"aria-controls":i["aria-controls"],value:x,onChange:Z=>E(Z.target.value),autoComplete:i.autoComplete,autoCapitalize:i.autoCapitalize,maxLength:i.maxLength,minLength:i.minLength,name:i.name,form:i.form,placeholder:i.placeholder,inputMode:i.inputMode,autoCorrect:i.autoCorrect,spellCheck:i.spellCheck,[parseInt(b.version,10)>=17?"enterKeyHint":"enterkeyhint"]:i.enterKeyHint,onCopy:i.onCopy,onCut:i.onCut,onPaste:i.onPaste,onCompositionEnd:i.onCompositionEnd,onCompositionStart:i.onCompositionStart,onCompositionUpdate:i.onCompositionUpdate,onSelect:i.onSelect,onBeforeInput:i.onBeforeInput,onInput:i.onInput,...S,...A}),descriptionProps:F,errorMessageProps:B,isInvalid:T,validationErrors:P,validationDetails:N}}function tC(){return typeof window<"u"&&window.InputEvent&&typeof InputEvent.prototype.getTargetRanges=="function"}function L$(i,n,o){let u=gn(C=>{let T=o.current;if(!T)return;let P=null;switch(C.inputType){case"historyUndo":case"historyRedo":return;case"insertLineBreak":return;case"deleteContent":case"deleteByCut":case"deleteByDrag":P=T.value.slice(0,T.selectionStart)+T.value.slice(T.selectionEnd);break;case"deleteContentForward":P=T.selectionEnd===T.selectionStart?T.value.slice(0,T.selectionStart)+T.value.slice(T.selectionEnd+1):T.value.slice(0,T.selectionStart)+T.value.slice(T.selectionEnd);break;case"deleteContentBackward":P=T.selectionEnd===T.selectionStart?T.value.slice(0,T.selectionStart-1)+T.value.slice(T.selectionStart):T.value.slice(0,T.selectionStart)+T.value.slice(T.selectionEnd);break;case"deleteSoftLineBackward":case"deleteHardLineBackward":P=T.value.slice(T.selectionStart);break;default:C.data!=null&&(P=T.value.slice(0,T.selectionStart)+C.data+T.value.slice(T.selectionEnd));break}(P==null||!n.validate(P))&&C.preventDefault()});b.useEffect(()=>{if(!tC()||!o.current)return;let C=o.current;return C.addEventListener("beforeinput",u,!1),()=>{C.removeEventListener("beforeinput",u,!1)}},[o,u]);let d=tC()?null:C=>{let T=C.target.value.slice(0,C.target.selectionStart)+C.data+C.target.value.slice(C.target.selectionEnd);n.validate(T)||C.preventDefault()},{labelProps:v,inputProps:p,descriptionProps:g,errorMessageProps:x,...E}=zk(i,o),S=b.useRef(null);return{inputProps:Ge(p,{onBeforeInput:d,onCompositionStart(){let{value:C,selectionStart:T,selectionEnd:P}=o.current;S.current={value:C,selectionStart:T,selectionEnd:P}},onCompositionEnd(){if(o.current&&!n.validate(o.current.value)){let{value:C,selectionStart:T,selectionEnd:P}=S.current;o.current.value=C,o.current.setSelectionRange(T,P),n.setInputValue(C)}}}),labelProps:v,descriptionProps:g,errorMessageProps:x,...E}}var nC={};nC={Empty:"فارغ"};var iC={};iC={Empty:"Изпразни"};var rC={};rC={Empty:"Prázdné"};var oC={};oC={Empty:"Tom"};var lC={};lC={Empty:"Leer"};var aC={};aC={Empty:"Άδειο"};var uC={};uC={Empty:"Empty"};var sC={};sC={Empty:"Vacío"};var cC={};cC={Empty:"Tühjenda"};var dC={};dC={Empty:"Tyhjä"};var fC={};fC={Empty:"Vide"};var pC={};pC={Empty:"ריק"};var vC={};vC={Empty:"Prazno"};var mC={};mC={Empty:"Üres"};var hC={};hC={Empty:"Vuoto"};var gC={};gC={Empty:"空"};var yC={};yC={Empty:"비어 있음"};var bC={};bC={Empty:"Tuščias"};var kC={};kC={Empty:"Tukšs"};var xC={};xC={Empty:"Tom"};var _C={};_C={Empty:"Leeg"};var EC={};EC={Empty:"Pusty"};var CC={};CC={Empty:"Vazio"};var wC={};wC={Empty:"Vazio"};var SC={};SC={Empty:"Gol"};var TC={};TC={Empty:"Не заполнено"};var DC={};DC={Empty:"Prázdne"};var PC={};PC={Empty:"Prazen"};var $C={};$C={Empty:"Prazno"};var NC={};NC={Empty:"Tomt"};var LC={};LC={Empty:"Boş"};var MC={};MC={Empty:"Пусто"};var AC={};AC={Empty:"空"};var OC={};OC={Empty:"空白"};var FC={};FC={"ar-AE":nC,"bg-BG":iC,"cs-CZ":rC,"da-DK":oC,"de-DE":lC,"el-GR":aC,"en-US":uC,"es-ES":sC,"et-EE":cC,"fi-FI":dC,"fr-FR":fC,"he-IL":pC,"hr-HR":vC,"hu-HU":mC,"it-IT":hC,"ja-JP":gC,"ko-KR":yC,"lt-LT":bC,"lv-LV":kC,"nb-NO":xC,"nl-NL":_C,"pl-PL":EC,"pt-BR":CC,"pt-PT":wC,"ro-RO":SC,"ru-RU":TC,"sk-SK":DC,"sl-SI":PC,"sr-SP":$C,"sv-SE":NC,"tr-TR":LC,"uk-UA":MC,"zh-CN":AC,"zh-TW":OC};function M$(i){return i&&i.__esModule?i.default:i}function A$(i){const n=b.useRef(void 0);let{value:o,textValue:u,minValue:d,maxValue:v,isDisabled:p,isReadOnly:g,isRequired:x,onIncrement:E,onIncrementPage:S,onDecrement:C,onDecrementPage:T,onDecrementToMin:P,onIncrementToMax:N}=i;const L=cd(M$(FC),"@react-aria/spinbutton"),A=()=>clearTimeout(n.current);b.useEffect(()=>()=>A(),[]);let F=R=>{if(!(R.ctrlKey||R.metaKey||R.shiftKey||R.altKey||g||R.nativeEvent.isComposing))switch(R.key){case"PageUp":if(S){R.preventDefault(),S==null||S();break}case"ArrowUp":case"Up":E&&(R.preventDefault(),E==null||E());break;case"PageDown":if(T){R.preventDefault(),T==null||T();break}case"ArrowDown":case"Down":C&&(R.preventDefault(),C==null||C());break;case"Home":P&&(R.preventDefault(),P==null||P());break;case"End":N&&(R.preventDefault(),N==null||N());break}},B=b.useRef(!1),K=()=>{B.current=!0},j=()=>{B.current=!1},U=u===""?L.format("Empty"):(u||`${o}`).replace("-","−");b.useEffect(()=>{B.current&&(k$("assertive"),fd(U,"assertive"))},[U]);const G=gn(R=>{A(),E==null||E(),n.current=window.setTimeout(()=>{(v===void 0||isNaN(v)||o===void 0||isNaN(o)||o<v)&&G(60)},R)}),Z=gn(R=>{A(),C==null||C(),n.current=window.setTimeout(()=>{(d===void 0||isNaN(d)||o===void 0||isNaN(o)||o>d)&&Z(60)},R)});let ke=R=>{R.preventDefault()},{addGlobalListener:pe,removeAllGlobalListeners:fe}=Np();return{spinButtonProps:{role:"spinbutton","aria-valuenow":o!==void 0&&!isNaN(o)?o:void 0,"aria-valuetext":U,"aria-valuemin":d,"aria-valuemax":v,"aria-disabled":p||void 0,"aria-readonly":g||void 0,"aria-required":x||void 0,onKeyDown:F,onFocus:K,onBlur:j},incrementButtonProps:{onPressStart:()=>{G(400),pe(window,"contextmenu",ke)},onPressEnd:()=>{A(),fe()},onFocus:K,onBlur:j},decrementButtonProps:{onPressStart:()=>{Z(400),pe(window,"contextmenu",ke)},onPressEnd:()=>{A(),fe()},onFocus:K,onBlur:j}}}var RC={};RC={decrease:i=>`خفض ${i.fieldLabel}`,increase:i=>`زيادة ${i.fieldLabel}`,numberField:"حقل رقمي"};var zC={};zC={decrease:i=>`Намаляване ${i.fieldLabel}`,increase:i=>`Усилване ${i.fieldLabel}`,numberField:"Номер на полето"};var IC={};IC={decrease:i=>`Snížit ${i.fieldLabel}`,increase:i=>`Zvýšit ${i.fieldLabel}`,numberField:"Číselné pole"};var BC={};BC={decrease:i=>`Reducer ${i.fieldLabel}`,increase:i=>`Øg ${i.fieldLabel}`,numberField:"Talfelt"};var UC={};UC={decrease:i=>`${i.fieldLabel} verringern`,increase:i=>`${i.fieldLabel} erhöhen`,numberField:"Nummernfeld"};var VC={};VC={decrease:i=>`Μείωση ${i.fieldLabel}`,increase:i=>`Αύξηση ${i.fieldLabel}`,numberField:"Πεδίο αριθμού"};var KC={};KC={decrease:i=>`Decrease ${i.fieldLabel}`,increase:i=>`Increase ${i.fieldLabel}`,numberField:"Number field"};var jC={};jC={decrease:i=>`Reducir ${i.fieldLabel}`,increase:i=>`Aumentar ${i.fieldLabel}`,numberField:"Campo de número"};var HC={};HC={decrease:i=>`Vähenda ${i.fieldLabel}`,increase:i=>`Suurenda ${i.fieldLabel}`,numberField:"Numbri väli"};var WC={};WC={decrease:i=>`Vähennä ${i.fieldLabel}`,increase:i=>`Lisää ${i.fieldLabel}`,numberField:"Numerokenttä"};var GC={};GC={decrease:i=>`Diminuer ${i.fieldLabel}`,increase:i=>`Augmenter ${i.fieldLabel}`,numberField:"Champ de nombre"};var YC={};YC={decrease:i=>`הקטן ${i.fieldLabel}`,increase:i=>`הגדל ${i.fieldLabel}`,numberField:"שדה מספר"};var qC={};qC={decrease:i=>`Smanji ${i.fieldLabel}`,increase:i=>`Povećaj ${i.fieldLabel}`,numberField:"Polje broja"};var QC={};QC={decrease:i=>`${i.fieldLabel} csökkentése`,increase:i=>`${i.fieldLabel} növelése`,numberField:"Számmező"};var XC={};XC={decrease:i=>`Riduci ${i.fieldLabel}`,increase:i=>`Aumenta ${i.fieldLabel}`,numberField:"Campo numero"};var ZC={};ZC={decrease:i=>`${i.fieldLabel}を縮小`,increase:i=>`${i.fieldLabel}を拡大`,numberField:"数値フィールド"};var JC={};JC={decrease:i=>`${i.fieldLabel} 감소`,increase:i=>`${i.fieldLabel} 증가`,numberField:"번호 필드"};var ew={};ew={decrease:i=>`Sumažinti ${i.fieldLabel}`,increase:i=>`Padidinti ${i.fieldLabel}`,numberField:"Numerio laukas"};var tw={};tw={decrease:i=>`Samazināšana ${i.fieldLabel}`,increase:i=>`Palielināšana ${i.fieldLabel}`,numberField:"Skaitļu lauks"};var nw={};nw={decrease:i=>`Reduser ${i.fieldLabel}`,increase:i=>`Øk ${i.fieldLabel}`,numberField:"Tallfelt"};var iw={};iw={decrease:i=>`${i.fieldLabel} verlagen`,increase:i=>`${i.fieldLabel} verhogen`,numberField:"Getalveld"};var rw={};rw={decrease:i=>`Zmniejsz ${i.fieldLabel}`,increase:i=>`Zwiększ ${i.fieldLabel}`,numberField:"Pole numeru"};var ow={};ow={decrease:i=>`Diminuir ${i.fieldLabel}`,increase:i=>`Aumentar ${i.fieldLabel}`,numberField:"Campo de número"};var lw={};lw={decrease:i=>`Diminuir ${i.fieldLabel}`,increase:i=>`Aumentar ${i.fieldLabel}`,numberField:"Campo numérico"};var aw={};aw={decrease:i=>`Scădere ${i.fieldLabel}`,increase:i=>`Creștere ${i.fieldLabel}`,numberField:"Câmp numeric"};var uw={};uw={decrease:i=>`Уменьшение ${i.fieldLabel}`,increase:i=>`Увеличение ${i.fieldLabel}`,numberField:"Числовое поле"};var sw={};sw={decrease:i=>`Znížiť ${i.fieldLabel}`,increase:i=>`Zvýšiť ${i.fieldLabel}`,numberField:"Číselné pole"};var cw={};cw={decrease:i=>`Upadati ${i.fieldLabel}`,increase:i=>`Povečajte ${i.fieldLabel}`,numberField:"Številčno polje"};var dw={};dw={decrease:i=>`Smanji ${i.fieldLabel}`,increase:i=>`Povećaj ${i.fieldLabel}`,numberField:"Polje broja"};var fw={};fw={decrease:i=>`Minska ${i.fieldLabel}`,increase:i=>`Öka ${i.fieldLabel}`,numberField:"Nummerfält"};var pw={};pw={decrease:i=>`${i.fieldLabel} azalt`,increase:i=>`${i.fieldLabel} arttır`,numberField:"Sayı alanı"};var vw={};vw={decrease:i=>`Зменшити ${i.fieldLabel}`,increase:i=>`Збільшити ${i.fieldLabel}`,numberField:"Поле номера"};var mw={};mw={decrease:i=>`降低 ${i.fieldLabel}`,increase:i=>`提高 ${i.fieldLabel}`,numberField:"数字字段"};var hw={};hw={decrease:i=>`縮小 ${i.fieldLabel}`,increase:i=>`放大 ${i.fieldLabel}`,numberField:"數字欄位"};var gw={};gw={"ar-AE":RC,"bg-BG":zC,"cs-CZ":IC,"da-DK":BC,"de-DE":UC,"el-GR":VC,"en-US":KC,"es-ES":jC,"et-EE":HC,"fi-FI":WC,"fr-FR":GC,"he-IL":YC,"hr-HR":qC,"hu-HU":QC,"it-IT":XC,"ja-JP":ZC,"ko-KR":JC,"lt-LT":ew,"lv-LV":tw,"nb-NO":nw,"nl-NL":iw,"pl-PL":rw,"pt-BR":ow,"pt-PT":lw,"ro-RO":aw,"ru-RU":uw,"sk-SK":sw,"sl-SI":cw,"sr-SP":dw,"sv-SE":fw,"tr-TR":pw,"uk-UA":vw,"zh-CN":mw,"zh-TW":hw};function O$(i){return i&&i.__esModule?i.default:i}function F$(i,n,o){let{id:u,decrementAriaLabel:d,incrementAriaLabel:v,isDisabled:p,isReadOnly:g,isRequired:x,minValue:E,maxValue:S,autoFocus:C,label:T,formatOptions:P,onBlur:N=()=>{},onFocus:L,onFocusChange:A,onKeyDown:F,onKeyUp:B,description:K,errorMessage:j,isWheelDisabled:U,...G}=i,{increment:Z,incrementToMax:ke,decrement:pe,decrementToMin:fe,numberValue:R,inputValue:de,commit:re,commitValidation:ae}=n;const be=cd(O$(gw),"@react-aria/numberfield");let V=Rn(u),{focusProps:J}=Wh({onBlur(){re()}}),X=RE(P),H=b.useMemo(()=>X.resolvedOptions(),[X]),z=RE({...P,currencySign:void 0}),he=b.useMemo(()=>isNaN(R)?"":z.format(R),[z,R]),{spinButtonProps:ge,incrementButtonProps:_e,decrementButtonProps:$e}=A$({isDisabled:p,isReadOnly:g,isRequired:x,maxValue:S,minValue:E,onIncrement:Z,onIncrementToMax:ke,onDecrement:pe,onDecrementToMin:fe,value:R,textValue:he}),[Me,De]=b.useState(!1),{focusWithinProps:Fe}=Op({isDisabled:p,onFocusWithinChange:De}),Be=b.useCallback(it=>{Math.abs(it.deltaY)<=Math.abs(it.deltaX)||(it.deltaY>0?Z():it.deltaY<0&&pe())},[pe,Z]);IP({onScroll:Be,isDisabled:U||p||g||!Me},o);var ht;let Pe=((ht=H.maximumFractionDigits)!==null&&ht!==void 0?ht:0)>0,ee=n.minValue===void 0||isNaN(n.minValue)||n.minValue<0,qe="numeric";R3()?ee?qe="text":Pe&&(qe="decimal"):Ah()&&(ee?qe="numeric":Pe&&(qe="decimal"));let yt=it=>{n.validate(it)&&n.setInputValue(it)},Rt=At(i),In=b.useCallback(it=>{it.nativeEvent.isComposing||(it.key==="Enter"?(re(),ae()):it.continuePropagation())},[re,ae]),{isInvalid:ft,validationErrors:ei,validationDetails:Ki}=n.displayValidation,{labelProps:Yn,inputProps:at,descriptionProps:kt,errorMessageProps:Tt}=L$({...G,...Rt,name:void 0,form:void 0,label:T,autoFocus:C,isDisabled:p,isReadOnly:g,isRequired:x,validate:void 0,[vd]:n,value:de,defaultValue:"!",autoComplete:"off","aria-label":i["aria-label"]||void 0,"aria-labelledby":i["aria-labelledby"]||void 0,id:V,type:"text",inputMode:qe,onChange:yt,onBlur:N,onFocus:L,onFocusChange:A,onKeyDown:b.useMemo(()=>ia(In,F),[In,F]),onKeyUp:B,description:K,errorMessage:j},n,o);Fh(o,n.defaultNumberValue,n.setNumberValue);let Qr=Ge(ge,J,at,{role:null,"aria-roledescription":$p()?null:be.format("numberField"),"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null,"aria-valuetext":null,autoCorrect:"off",spellCheck:"false"});i.validationBehavior==="native"&&(Qr["aria-required"]=void 0);let gi=it=>{var Ot;document.activeElement!==o.current&&(it.pointerType==="mouse"?(Ot=o.current)===null||Ot===void 0||Ot.focus():it.target.focus())},ji=i["aria-label"]||(typeof i.label=="string"?i.label:""),Di;ji||(Di=i.label!=null?Yn.id:i["aria-labelledby"]);let go=Rn(),xl=Rn(),Ne=Ge(_e,{"aria-label":v||be.format("increase",{fieldLabel:ji}).trim(),id:Di&&!v?go:null,"aria-labelledby":Di&&!v?`${go} ${Di}`:null,"aria-controls":V,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!n.canIncrement,onPressStart:gi}),et=Ge($e,{"aria-label":d||be.format("decrease",{fieldLabel:ji}).trim(),id:Di&&!d?xl:null,"aria-labelledby":Di&&!d?`${xl} ${Di}`:null,"aria-controls":V,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!n.canDecrement,onPressStart:gi});return{groupProps:{...Fe,role:"group","aria-disabled":p,"aria-invalid":ft?"true":void 0},labelProps:Yn,inputProps:Qr,incrementButtonProps:Ne,decrementButtonProps:et,errorMessageProps:Tt,descriptionProps:kt,isInvalid:ft,validationErrors:ei,validationDetails:Ki}}var yw={};yw={buttonLabel:"عرض المقترحات",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} خيار`,other:()=>`${n.number(i.optionCount)} خيارات`})} متاحة.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`المجموعة المدخلة ${i.groupTitle}, مع ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} خيار`,other:()=>`${n.number(i.groupCount)} خيارات`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", محدد",other:""},i.isSelected)}`,listboxLabel:"مقترحات",selectedAnnouncement:i=>`${i.optionText}، محدد`};var bw={};bw={buttonLabel:"Покажи предложения",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} опция`,other:()=>`${n.number(i.optionCount)} опции`})} на разположение.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Въведена група ${i.groupTitle}, с ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} опция`,other:()=>`${n.number(i.groupCount)} опции`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", избрани",other:""},i.isSelected)}`,listboxLabel:"Предложения",selectedAnnouncement:i=>`${i.optionText}, избрани`};var kw={};kw={buttonLabel:"Zobrazit doporučení",countAnnouncement:(i,n)=>`K dispozici ${n.plural(i.optionCount,{one:()=>`je ${n.number(i.optionCount)} možnost`,other:()=>`jsou/je ${n.number(i.optionCount)} možnosti/-í`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Zadaná skupina „${i.groupTitle}“ ${n.plural(i.groupCount,{one:()=>`s ${n.number(i.groupCount)} možností`,other:()=>`se ${n.number(i.groupCount)} možnostmi`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:" (vybráno)",other:""},i.isSelected)}`,listboxLabel:"Návrhy",selectedAnnouncement:i=>`${i.optionText}, vybráno`};var xw={};xw={buttonLabel:"Vis forslag",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} mulighed tilgængelig`,other:()=>`${n.number(i.optionCount)} muligheder tilgængelige`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Angivet gruppe ${i.groupTitle}, med ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} mulighed`,other:()=>`${n.number(i.groupCount)} muligheder`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", valgt",other:""},i.isSelected)}`,listboxLabel:"Forslag",selectedAnnouncement:i=>`${i.optionText}, valgt`};var _w={};_w={buttonLabel:"Empfehlungen anzeigen",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} Option`,other:()=>`${n.number(i.optionCount)} Optionen`})} verfügbar.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Eingetretene Gruppe ${i.groupTitle}, mit ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} Option`,other:()=>`${n.number(i.groupCount)} Optionen`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", ausgewählt",other:""},i.isSelected)}`,listboxLabel:"Empfehlungen",selectedAnnouncement:i=>`${i.optionText}, ausgewählt`};var Ew={};Ew={buttonLabel:"Προβολή προτάσεων",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} επιλογή`,other:()=>`${n.number(i.optionCount)} επιλογές `})} διαθέσιμες.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Εισαγμένη ομάδα ${i.groupTitle}, με ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} επιλογή`,other:()=>`${n.number(i.groupCount)} επιλογές`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", επιλεγμένο",other:""},i.isSelected)}`,listboxLabel:"Προτάσεις",selectedAnnouncement:i=>`${i.optionText}, επιλέχθηκε`};var Cw={};Cw={focusAnnouncement:(i,n)=>`${n.select({true:()=>`Entered group ${i.groupTitle}, with ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} option`,other:()=>`${n.number(i.groupCount)} options`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", selected",other:""},i.isSelected)}`,countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} option`,other:()=>`${n.number(i.optionCount)} options`})} available.`,selectedAnnouncement:i=>`${i.optionText}, selected`,buttonLabel:"Show suggestions",listboxLabel:"Suggestions"};var ww={};ww={buttonLabel:"Mostrar sugerencias",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opción`,other:()=>`${n.number(i.optionCount)} opciones`})} disponible(s).`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Se ha unido al grupo ${i.groupTitle}, con ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opción`,other:()=>`${n.number(i.groupCount)} opciones`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", seleccionado",other:""},i.isSelected)}`,listboxLabel:"Sugerencias",selectedAnnouncement:i=>`${i.optionText}, seleccionado`};var Sw={};Sw={buttonLabel:"Kuva soovitused",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} valik`,other:()=>`${n.number(i.optionCount)} valikud`})} saadaval.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Sisestatud rühm ${i.groupTitle}, valikuga ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} valik`,other:()=>`${n.number(i.groupCount)} valikud`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", valitud",other:""},i.isSelected)}`,listboxLabel:"Soovitused",selectedAnnouncement:i=>`${i.optionText}, valitud`};var Tw={};Tw={buttonLabel:"Näytä ehdotukset",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} vaihtoehto`,other:()=>`${n.number(i.optionCount)} vaihtoehdot`})} saatavilla.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Mentiin ryhmään ${i.groupTitle}, ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} vaihtoehdon`,other:()=>`${n.number(i.groupCount)} vaihtoehdon`})} kanssa.`,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", valittu",other:""},i.isSelected)}`,listboxLabel:"Ehdotukset",selectedAnnouncement:i=>`${i.optionText}, valittu`};var Dw={};Dw={buttonLabel:"Afficher les suggestions",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} option`,other:()=>`${n.number(i.optionCount)} options`})} disponible(s).`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Groupe ${i.groupTitle} rejoint, avec ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} option`,other:()=>`${n.number(i.groupCount)} options`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", sélectionné(s)",other:""},i.isSelected)}`,listboxLabel:"Suggestions",selectedAnnouncement:i=>`${i.optionText}, sélectionné`};var Pw={};Pw={buttonLabel:"הצג הצעות",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`אפשרות ${n.number(i.optionCount)}`,other:()=>`${n.number(i.optionCount)} אפשרויות`})} במצב זמין.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`נכנס לקבוצה ${i.groupTitle}, עם ${n.plural(i.groupCount,{one:()=>`אפשרות ${n.number(i.groupCount)}`,other:()=>`${n.number(i.groupCount)} אפשרויות`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", נבחר",other:""},i.isSelected)}`,listboxLabel:"הצעות",selectedAnnouncement:i=>`${i.optionText}, נבחר`};var $w={};$w={buttonLabel:"Prikaži prijedloge",countAnnouncement:(i,n)=>`Dostupno još: ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opcija`,other:()=>`${n.number(i.optionCount)} opcije/a`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Unesena skupina ${i.groupTitle}, s ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opcijom`,other:()=>`${n.number(i.groupCount)} opcije/a`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", odabranih",other:""},i.isSelected)}`,listboxLabel:"Prijedlozi",selectedAnnouncement:i=>`${i.optionText}, odabrano`};var Nw={};Nw={buttonLabel:"Javaslatok megjelenítése",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} lehetőség`,other:()=>`${n.number(i.optionCount)} lehetőség`})} áll rendelkezésre.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Belépett a(z) ${i.groupTitle} csoportba, amely ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} lehetőséget`,other:()=>`${n.number(i.groupCount)} lehetőséget`})} tartalmaz. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", kijelölve",other:""},i.isSelected)}`,listboxLabel:"Javaslatok",selectedAnnouncement:i=>`${i.optionText}, kijelölve`};var Lw={};Lw={buttonLabel:"Mostra suggerimenti",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opzione disponibile`,other:()=>`${n.number(i.optionCount)} opzioni disponibili`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Ingresso nel gruppo ${i.groupTitle}, con ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opzione`,other:()=>`${n.number(i.groupCount)} opzioni`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", selezionato",other:""},i.isSelected)}`,listboxLabel:"Suggerimenti",selectedAnnouncement:i=>`${i.optionText}, selezionato`};var Mw={};Mw={buttonLabel:"候補を表示",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} 個のオプション`,other:()=>`${n.number(i.optionCount)} 個のオプション`})}を利用できます。`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`入力されたグループ ${i.groupTitle}、${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} 個のオプション`,other:()=>`${n.number(i.groupCount)} 個のオプション`})}を含む。`,other:""},i.isGroupChange)}${i.optionText}${n.select({true:"、選択済み",other:""},i.isSelected)}`,listboxLabel:"候補",selectedAnnouncement:i=>`${i.optionText}、選択済み`};var Aw={};Aw={buttonLabel:"제안 사항 표시",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)}개 옵션`,other:()=>`${n.number(i.optionCount)}개 옵션`})}을 사용할 수 있습니다.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`입력한 그룹 ${i.groupTitle}, ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)}개 옵션`,other:()=>`${n.number(i.groupCount)}개 옵션`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", 선택됨",other:""},i.isSelected)}`,listboxLabel:"제안",selectedAnnouncement:i=>`${i.optionText}, 선택됨`};var Ow={};Ow={buttonLabel:"Rodyti pasiūlymus",countAnnouncement:(i,n)=>`Yra ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} parinktis`,other:()=>`${n.number(i.optionCount)} parinktys (-ių)`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Įvesta grupė ${i.groupTitle}, su ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} parinktimi`,other:()=>`${n.number(i.groupCount)} parinktimis (-ių)`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", pasirinkta",other:""},i.isSelected)}`,listboxLabel:"Pasiūlymai",selectedAnnouncement:i=>`${i.optionText}, pasirinkta`};var Fw={};Fw={buttonLabel:"Rādīt ieteikumus",countAnnouncement:(i,n)=>`Pieejamo opciju skaits: ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opcija`,other:()=>`${n.number(i.optionCount)} opcijas`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Ievadīta grupa ${i.groupTitle}, ar ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opciju`,other:()=>`${n.number(i.groupCount)} opcijām`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", atlasīta",other:""},i.isSelected)}`,listboxLabel:"Ieteikumi",selectedAnnouncement:i=>`${i.optionText}, atlasīta`};var Rw={};Rw={buttonLabel:"Vis forslag",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} alternativ`,other:()=>`${n.number(i.optionCount)} alternativer`})} finnes.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Angitt gruppe ${i.groupTitle}, med ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} alternativ`,other:()=>`${n.number(i.groupCount)} alternativer`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", valgt",other:""},i.isSelected)}`,listboxLabel:"Forslag",selectedAnnouncement:i=>`${i.optionText}, valgt`};var zw={};zw={buttonLabel:"Suggesties weergeven",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} optie`,other:()=>`${n.number(i.optionCount)} opties`})} beschikbaar.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Groep ${i.groupTitle} ingevoerd met ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} optie`,other:()=>`${n.number(i.groupCount)} opties`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", geselecteerd",other:""},i.isSelected)}`,listboxLabel:"Suggesties",selectedAnnouncement:i=>`${i.optionText}, geselecteerd`};var Iw={};Iw={buttonLabel:"Wyświetlaj sugestie",countAnnouncement:(i,n)=>`dostępna/dostępne(-nych) ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opcja`,other:()=>`${n.number(i.optionCount)} opcje(-i)`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Dołączono do grupy ${i.groupTitle}, z ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opcją`,other:()=>`${n.number(i.groupCount)} opcjami`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", wybrano",other:""},i.isSelected)}`,listboxLabel:"Sugestie",selectedAnnouncement:i=>`${i.optionText}, wybrano`};var Bw={};Bw={buttonLabel:"Mostrar sugestões",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opção`,other:()=>`${n.number(i.optionCount)} opções`})} disponível.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Grupo inserido ${i.groupTitle}, com ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opção`,other:()=>`${n.number(i.groupCount)} opções`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", selecionado",other:""},i.isSelected)}`,listboxLabel:"Sugestões",selectedAnnouncement:i=>`${i.optionText}, selecionado`};var Uw={};Uw={buttonLabel:"Apresentar sugestões",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opção`,other:()=>`${n.number(i.optionCount)} opções`})} disponível.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Grupo introduzido ${i.groupTitle}, com ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opção`,other:()=>`${n.number(i.groupCount)} opções`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", selecionado",other:""},i.isSelected)}`,listboxLabel:"Sugestões",selectedAnnouncement:i=>`${i.optionText}, selecionado`};var Vw={};Vw={buttonLabel:"Afișare sugestii",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opțiune`,other:()=>`${n.number(i.optionCount)} opțiuni`})} disponibile.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Grup ${i.groupTitle} introdus, cu ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opțiune`,other:()=>`${n.number(i.groupCount)} opțiuni`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", selectat",other:""},i.isSelected)}`,listboxLabel:"Sugestii",selectedAnnouncement:i=>`${i.optionText}, selectat`};var Kw={};Kw={buttonLabel:"Показать предложения",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} параметр`,other:()=>`${n.number(i.optionCount)} параметров`})} доступно.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Введенная группа ${i.groupTitle}, с ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} параметром`,other:()=>`${n.number(i.groupCount)} параметрами`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", выбранными",other:""},i.isSelected)}`,listboxLabel:"Предложения",selectedAnnouncement:i=>`${i.optionText}, выбрано`};var jw={};jw={buttonLabel:"Zobraziť návrhy",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} možnosť`,other:()=>`${n.number(i.optionCount)} možnosti/-í`})} k dispozícii.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Zadaná skupina ${i.groupTitle}, s ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} možnosťou`,other:()=>`${n.number(i.groupCount)} možnosťami`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", vybraté",other:""},i.isSelected)}`,listboxLabel:"Návrhy",selectedAnnouncement:i=>`${i.optionText}, vybraté`};var Hw={};Hw={buttonLabel:"Prikaži predloge",countAnnouncement:(i,n)=>`Na voljo je ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opcija`,other:()=>`${n.number(i.optionCount)} opcije`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Vnesena skupina ${i.groupTitle}, z ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opcija`,other:()=>`${n.number(i.groupCount)} opcije`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", izbrano",other:""},i.isSelected)}`,listboxLabel:"Predlogi",selectedAnnouncement:i=>`${i.optionText}, izbrano`};var Ww={};Ww={buttonLabel:"Prikaži predloge",countAnnouncement:(i,n)=>`Dostupno još: ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opcija`,other:()=>`${n.number(i.optionCount)} opcije/a`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Unesena grupa ${i.groupTitle}, s ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opcijom`,other:()=>`${n.number(i.groupCount)} optione/a`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", izabranih",other:""},i.isSelected)}`,listboxLabel:"Predlozi",selectedAnnouncement:i=>`${i.optionText}, izabrano`};var Gw={};Gw={buttonLabel:"Visa förslag",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} alternativ`,other:()=>`${n.number(i.optionCount)} alternativ`})} tillgängliga.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Ingick i gruppen ${i.groupTitle} med ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} alternativ`,other:()=>`${n.number(i.groupCount)} alternativ`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", valda",other:""},i.isSelected)}`,listboxLabel:"Förslag",selectedAnnouncement:i=>`${i.optionText}, valda`};var Yw={};Yw={buttonLabel:"Önerileri göster",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} seçenek`,other:()=>`${n.number(i.optionCount)} seçenekler`})} kullanılabilir.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Girilen grup ${i.groupTitle}, ile ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} seçenek`,other:()=>`${n.number(i.groupCount)} seçenekler`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", seçildi",other:""},i.isSelected)}`,listboxLabel:"Öneriler",selectedAnnouncement:i=>`${i.optionText}, seçildi`};var qw={};qw={buttonLabel:"Показати пропозиції",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} параметр`,other:()=>`${n.number(i.optionCount)} параметри(-ів)`})} доступно.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Введена група ${i.groupTitle}, з ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} параметр`,other:()=>`${n.number(i.groupCount)} параметри(-ів)`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", вибрано",other:""},i.isSelected)}`,listboxLabel:"Пропозиції",selectedAnnouncement:i=>`${i.optionText}, вибрано`};var Qw={};Qw={buttonLabel:"显示建议",countAnnouncement:(i,n)=>`有 ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} 个选项`,other:()=>`${n.number(i.optionCount)} 个选项`})}可用。`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`进入了 ${i.groupTitle} 组,其中有 ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} 个选项`,other:()=>`${n.number(i.groupCount)} 个选项`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", 已选择",other:""},i.isSelected)}`,listboxLabel:"建议",selectedAnnouncement:i=>`${i.optionText}, 已选择`};var Xw={};Xw={buttonLabel:"顯示建議",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} 選項`,other:()=>`${n.number(i.optionCount)} 選項`})} 可用。`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`輸入的群組 ${i.groupTitle}, 有 ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} 選項`,other:()=>`${n.number(i.groupCount)} 選項`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", 已選取",other:""},i.isSelected)}`,listboxLabel:"建議",selectedAnnouncement:i=>`${i.optionText}, 已選取`};var Zw={};Zw={"ar-AE":yw,"bg-BG":bw,"cs-CZ":kw,"da-DK":xw,"de-DE":_w,"el-GR":Ew,"en-US":Cw,"es-ES":ww,"et-EE":Sw,"fi-FI":Tw,"fr-FR":Dw,"he-IL":Pw,"hr-HR":$w,"hu-HU":Nw,"it-IT":Lw,"ja-JP":Mw,"ko-KR":Aw,"lt-LT":Ow,"lv-LV":Fw,"nb-NO":Rw,"nl-NL":zw,"pl-PL":Iw,"pt-BR":Bw,"pt-PT":Uw,"ro-RO":Vw,"ru-RU":Kw,"sk-SK":jw,"sl-SI":Hw,"sr-SP":Ww,"sv-SE":Gw,"tr-TR":Yw,"uk-UA":qw,"zh-CN":Qw,"zh-TW":Xw};const hl={top:"top",bottom:"top",left:"left",right:"left"},ng={top:"bottom",bottom:"top",left:"right",right:"left"},R$={top:"left",left:"top"},Ik={top:"height",left:"width"},Jw={width:"totalWidth",height:"totalHeight"},ig={};let mi=typeof document<"u"?window.visualViewport:null;function e2(i){let n=0,o=0,u=0,d=0,v=0,p=0,g={};var x;let E=((x=mi==null?void 0:mi.scale)!==null&&x!==void 0?x:1)>1;if(i.tagName==="BODY"){let N=document.documentElement;u=N.clientWidth,d=N.clientHeight;var S;n=(S=mi==null?void 0:mi.width)!==null&&S!==void 0?S:u;var C;o=(C=mi==null?void 0:mi.height)!==null&&C!==void 0?C:d,g.top=N.scrollTop||i.scrollTop,g.left=N.scrollLeft||i.scrollLeft,mi&&(v=mi.offsetTop,p=mi.offsetLeft)}else({width:n,height:o,top:v,left:p}=hd(i,!1)),g.top=i.scrollTop,g.left=i.scrollLeft,u=n,d=o;if(Z0()&&(i.tagName==="BODY"||i.tagName==="HTML")&&E){g.top=0,g.left=0;var T;v=(T=mi==null?void 0:mi.pageTop)!==null&&T!==void 0?T:0;var P;p=(P=mi==null?void 0:mi.pageLeft)!==null&&P!==void 0?P:0}return{width:n,height:o,totalWidth:u,totalHeight:d,scroll:g,top:v,left:p}}function z$(i){return{top:i.scrollTop,left:i.scrollLeft,width:i.scrollWidth,height:i.scrollHeight}}function t2(i,n,o,u,d,v,p){var g;let x=(g=d.scroll[i])!==null&&g!==void 0?g:0,E=u[Ik[i]],S=u.scroll[hl[i]]+v,C=E+u.scroll[hl[i]]-v,T=n-x+p[i]-u[hl[i]],P=n-x+o+p[i]-u[hl[i]];return T<S?S-T:P>C?Math.max(C-P,S-T):0}function I$(i){let n=window.getComputedStyle(i);return{top:parseInt(n.marginTop,10)||0,bottom:parseInt(n.marginBottom,10)||0,left:parseInt(n.marginLeft,10)||0,right:parseInt(n.marginRight,10)||0}}function n2(i){if(ig[i])return ig[i];let[n,o]=i.split(" "),u=hl[n]||"right",d=R$[u];hl[o]||(o="center");let v=Ik[u],p=Ik[d];return ig[i]={placement:n,crossPlacement:o,axis:u,crossAxis:d,size:v,crossSize:p},ig[i]}function Bk(i,n,o,u,d,v,p,g,x,E){let{placement:S,crossPlacement:C,axis:T,crossAxis:P,size:N,crossSize:L}=u,A={};var F;A[P]=(F=i[P])!==null&&F!==void 0?F:0;var B,K,j,U;C==="center"?A[P]+=(((B=i[L])!==null&&B!==void 0?B:0)-((K=o[L])!==null&&K!==void 0?K:0))/2:C!==P&&(A[P]+=((j=i[L])!==null&&j!==void 0?j:0)-((U=o[L])!==null&&U!==void 0?U:0)),A[P]+=v;const G=i[P]-o[L]+x+E,Z=i[P]+i[L]-x-E;if(A[P]=ld(A[P],G,Z),S===T){const ke=g?p[N]:n[Jw[N]];A[ng[T]]=Math.floor(ke-i[T]+d)}else A[T]=Math.floor(i[T]+i[N]+d);return A}function B$(i,n,o,u,d,v,p,g){const x=u?o.height:n[Jw.height];var E;let S=i.top!=null?o.top+i.top:o.top+(x-((E=i.bottom)!==null&&E!==void 0?E:0)-p);var C,T,P,N,L,A;let F=g!=="top"?Math.max(0,n.height+n.top+((C=n.scroll.top)!==null&&C!==void 0?C:0)-S-(((T=d.top)!==null&&T!==void 0?T:0)+((P=d.bottom)!==null&&P!==void 0?P:0)+v)):Math.max(0,S+p-(n.top+((N=n.scroll.top)!==null&&N!==void 0?N:0))-(((L=d.top)!==null&&L!==void 0?L:0)+((A=d.bottom)!==null&&A!==void 0?A:0)+v));return Math.min(n.height-v*2,F)}function i2(i,n,o,u,d,v){let{placement:p,axis:g,size:x}=v;var E,S;if(p===g)return Math.max(0,o[g]-i[g]-((E=i.scroll[g])!==null&&E!==void 0?E:0)+n[g]-((S=u[g])!==null&&S!==void 0?S:0)-u[ng[g]]-d);var C;return Math.max(0,i[x]+i[g]+i.scroll[g]-n[g]-o[g]-o[x]-((C=u[g])!==null&&C!==void 0?C:0)-u[ng[g]]-d)}function U$(i,n,o,u,d,v,p,g,x,E,S,C,T,P,N,L){let A=n2(i),{size:F,crossAxis:B,crossSize:K,placement:j,crossPlacement:U}=A,G=Bk(n,g,o,A,S,C,E,T,N,L),Z=S,ke=i2(g,E,n,d,v+S,A);if(p&&u[F]>ke){let Fe=n2(`${ng[j]} ${U}`),Be=Bk(n,g,o,Fe,S,C,E,T,N,L);i2(g,E,n,d,v+S,Fe)>ke&&(A=Fe,G=Be,Z=S)}let pe="bottom";A.axis==="top"?A.placement==="top"?pe="top":A.placement==="bottom"&&(pe="bottom"):A.crossAxis==="top"&&(A.crossPlacement==="top"?pe="bottom":A.crossPlacement==="bottom"&&(pe="top"));let fe=t2(B,G[B],o[K],g,x,v,E);G[B]+=fe;let R=B$(G,g,E,T,d,v,o.height,pe);P&&P<R&&(R=P),o.height=Math.min(o.height,R),G=Bk(n,g,o,A,Z,C,E,T,N,L),fe=t2(B,G[B],o[K],g,x,v,E),G[B]+=fe;let de={},re=n[B]-G[B]-d[hl[B]],ae=re+.5*n[K];const be=N/2+L;var V,J,X,H;const z=hl[B]==="left"?((V=d.left)!==null&&V!==void 0?V:0)+((J=d.right)!==null&&J!==void 0?J:0):((X=d.top)!==null&&X!==void 0?X:0)+((H=d.bottom)!==null&&H!==void 0?H:0),he=o[K]-z-N/2-L,ge=n[B]+N/2-(G[B]+d[hl[B]]),_e=n[B]+n[K]-N/2-(G[B]+d[hl[B]]),$e=ld(ae,ge,_e);de[B]=ld($e,be,he),{placement:j,crossPlacement:U}=A,N?re=de[B]:U==="right"?re+=n[K]:U==="center"&&(re+=n[K]/2);let Me=j==="left"||j==="top"?o[F]:0,De={x:j==="top"||j==="bottom"?re:Me,y:j==="left"||j==="right"?re:Me};return{position:G,maxHeight:R,arrowOffsetLeft:de.left,arrowOffsetTop:de.top,placement:j,triggerAnchorPoint:De}}function V$(i){let{placement:n,targetNode:o,overlayNode:u,scrollNode:d,padding:v,shouldFlip:p,boundaryElement:g,offset:x,crossOffset:E,maxHeight:S,arrowSize:C=0,arrowBoundaryOffset:T=0}=i,P=u instanceof HTMLElement?K$(u):document.documentElement,N=P===document.documentElement;const L=window.getComputedStyle(P).position;let A=!!L&&L!=="static",F=N?hd(o,!1):r2(o,P,!1);if(!N){let{marginTop:de,marginLeft:re}=window.getComputedStyle(o);F.top+=parseInt(de,10)||0,F.left+=parseInt(re,10)||0}let B=hd(u,!0),K=I$(u);var j,U;B.width+=((j=K.left)!==null&&j!==void 0?j:0)+((U=K.right)!==null&&U!==void 0?U:0);var G,Z;B.height+=((G=K.top)!==null&&G!==void 0?G:0)+((Z=K.bottom)!==null&&Z!==void 0?Z:0);let ke=z$(d),pe=e2(g),fe=e2(P),R=g.tagName==="BODY"?hd(P,!1):r2(P,g,!1);return P.tagName==="HTML"&&g.tagName==="BODY"&&(fe.scroll.top=0,fe.scroll.left=0),U$(n,F,B,ke,K,v,p,pe,fe,R,x,E,A,S,C,T)}function Uk(i,n){let{top:o,left:u,width:d,height:v}=i.getBoundingClientRect();return n&&i instanceof i.ownerDocument.defaultView.HTMLElement&&(d=i.offsetWidth,v=i.offsetHeight),{top:o,left:u,width:d,height:v}}function hd(i,n){let{top:o,left:u,width:d,height:v}=Uk(i,n),{scrollTop:p,scrollLeft:g,clientTop:x,clientLeft:E}=document.documentElement;return{top:o+p-x,left:u+g-E,width:d,height:v}}function r2(i,n,o){let u=window.getComputedStyle(i),d;if(u.position==="fixed")d=Uk(i,o);else{d=hd(i,o);let v=hd(n,o),p=window.getComputedStyle(n);v.top+=(parseInt(p.borderTopWidth,10)||0)-n.scrollTop,v.left+=(parseInt(p.borderLeftWidth,10)||0)-n.scrollLeft,d.top-=v.top,d.left-=v.left}return d.top-=parseInt(u.marginTop,10)||0,d.left-=parseInt(u.marginLeft,10)||0,d}function K$(i){let n=i.offsetParent;if(n&&n===document.body&&window.getComputedStyle(n).position==="static"&&!o2(n)&&(n=document.documentElement),n==null)for(n=i.parentElement;n&&!o2(n);)n=n.parentElement;return n||document.documentElement}function o2(i){let n=window.getComputedStyle(i);return n.transform!=="none"||/transform|perspective/.test(n.willChange)||n.filter!=="none"||n.contain==="paint"||"backdropFilter"in n&&n.backdropFilter!=="none"||"WebkitBackdropFilter"in n&&n.WebkitBackdropFilter!=="none"}const l2=new WeakMap;function j$(i){let{triggerRef:n,isOpen:o,onClose:u}=i;b.useEffect(()=>{if(!o||u===null)return;let d=v=>{let p=v.target;if(!n.current||p instanceof Node&&!p.contains(n.current)||v.target instanceof HTMLInputElement||v.target instanceof HTMLTextAreaElement)return;let g=u||l2.get(n.current);g&&g()};return window.addEventListener("scroll",d,!0),()=>{window.removeEventListener("scroll",d,!0)}},[o,u,n])}let zn=typeof document<"u"?window.visualViewport:null;function H$(i){let{direction:n}=la(),{arrowSize:o,targetRef:u,overlayRef:d,arrowRef:v,scrollRef:p=d,placement:g="bottom",containerPadding:x=12,shouldFlip:E=!0,boundaryElement:S=typeof document<"u"?document.body:null,offset:C=0,crossOffset:T=0,shouldUpdatePosition:P=!0,isOpen:N=!0,onClose:L,maxHeight:A,arrowBoundaryOffset:F=0}=i,[B,K]=b.useState(null),j=[P,g,d.current,u.current,v==null?void 0:v.current,p.current,x,E,S,C,T,N,n,A,F,o],U=b.useRef(zn==null?void 0:zn.scale);b.useEffect(()=>{N&&(U.current=zn==null?void 0:zn.scale)},[N]);let G=b.useCallback(()=>{if(P===!1||!N||!d.current||!u.current||!S||(zn==null?void 0:zn.scale)!==U.current)return;let de=null;if(p.current&&p.current.contains(document.activeElement)){var re;let z=(re=document.activeElement)===null||re===void 0?void 0:re.getBoundingClientRect(),he=p.current.getBoundingClientRect();var ae;if(de={type:"top",offset:((ae=z==null?void 0:z.top)!==null&&ae!==void 0?ae:0)-he.top},de.offset>he.height/2){de.type="bottom";var be;de.offset=((be=z==null?void 0:z.bottom)!==null&&be!==void 0?be:0)-he.bottom}}let V=d.current;if(!A&&d.current){var J;V.style.top="0px",V.style.bottom="";var X;V.style.maxHeight=((X=(J=window.visualViewport)===null||J===void 0?void 0:J.height)!==null&&X!==void 0?X:window.innerHeight)+"px"}let H=V$({placement:G$(g,n),overlayNode:d.current,targetNode:u.current,scrollNode:p.current||d.current,padding:x,shouldFlip:E,boundaryElement:S,offset:C,crossOffset:T,maxHeight:A,arrowSize:o??(v!=null&&v.current?Uk(v.current,!0).width:0),arrowBoundaryOffset:F});if(H.position){if(V.style.top="",V.style.bottom="",V.style.left="",V.style.right="",Object.keys(H.position).forEach(z=>V.style[z]=H.position[z]+"px"),V.style.maxHeight=H.maxHeight!=null?H.maxHeight+"px":"",de&&document.activeElement&&p.current){let z=document.activeElement.getBoundingClientRect(),he=p.current.getBoundingClientRect(),ge=z[de.type]-he[de.type];p.current.scrollTop+=ge-de.offset}K(H)}},j);Bt(G,j),W$(G),id({ref:d,onResize:G}),id({ref:u,onResize:G});let Z=b.useRef(!1);Bt(()=>{let de,re=()=>{Z.current=!0,clearTimeout(de),de=setTimeout(()=>{Z.current=!1},500),G()},ae=()=>{Z.current&&re()};return zn==null||zn.addEventListener("resize",re),zn==null||zn.addEventListener("scroll",ae),()=>{zn==null||zn.removeEventListener("resize",re),zn==null||zn.removeEventListener("scroll",ae)}},[G]);let ke=b.useCallback(()=>{Z.current||L==null||L()},[L,Z]);j$({triggerRef:u,isOpen:N,onClose:L&&ke});var pe,fe,R;return{overlayProps:{style:{position:B?"absolute":"fixed",top:B?void 0:0,left:B?void 0:0,zIndex:1e5,...B==null?void 0:B.position,maxHeight:(pe=B==null?void 0:B.maxHeight)!==null&&pe!==void 0?pe:"100vh"}},placement:(fe=B==null?void 0:B.placement)!==null&&fe!==void 0?fe:null,triggerAnchorPoint:(R=B==null?void 0:B.triggerAnchorPoint)!==null&&R!==void 0?R:null,arrowProps:{"aria-hidden":"true",role:"presentation",style:{left:B==null?void 0:B.arrowOffsetLeft,top:B==null?void 0:B.arrowOffsetTop}},updatePosition:G}}function W$(i){Bt(()=>(window.addEventListener("resize",i,!1),()=>{window.removeEventListener("resize",i,!1)}),[i])}function G$(i,n){return n==="rtl"?i.replace("start","right").replace("end","left"):i.replace("start","left").replace("end","right")}const gl=[];function a2(i,n){let{onClose:o,shouldCloseOnBlur:u,isOpen:d,isDismissable:v=!1,isKeyboardDismissDisabled:p=!1,shouldCloseOnInteractOutside:g}=i;b.useEffect(()=>{if(d&&!gl.includes(n))return gl.push(n),()=>{let N=gl.indexOf(n);N>=0&&gl.splice(N,1)}},[d,n]);let x=()=>{gl[gl.length-1]===n&&o&&o()},E=N=>{(!g||g(N.target))&&gl[gl.length-1]===n&&(N.stopPropagation(),N.preventDefault())},S=N=>{(!g||g(N.target))&&(gl[gl.length-1]===n&&(N.stopPropagation(),N.preventDefault()),x())},C=N=>{N.key==="Escape"&&!p&&!N.nativeEvent.isComposing&&(N.stopPropagation(),N.preventDefault(),x())};zP({ref:n,onInteractOutside:v&&d?S:void 0,onInteractOutsideStart:E});let{focusWithinProps:T}=Op({isDisabled:!u,onBlurWithin:N=>{!N.relatedTarget||v$(N.relatedTarget)||(!g||g(N.relatedTarget))&&(o==null||o())}}),P=N=>{N.target===N.currentTarget&&N.preventDefault()};return{overlayProps:{onKeyDown:C,...T},underlayProps:{onPointerDown:P}}}function u2(i,n,o){let{type:u}=i,{isOpen:d}=n;b.useEffect(()=>{o&&o.current&&l2.set(o.current,n.close)});let v;u==="menu"?v=!0:u==="listbox"&&(v="listbox");let p=Rn();return{triggerProps:{"aria-haspopup":v,"aria-expanded":d,"aria-controls":d?p:void 0,onPress:n.toggle},overlayProps:{id:p}}}const zp=typeof document<"u"&&window.visualViewport;let rg=0,Vk;function s2(i={}){let{isDisabled:n}=i;Bt(()=>{if(!n)return rg++,rg===1&&($p()?Vk=q$():Vk=Y$()),()=>{rg--,rg===0&&Vk()}},[n])}function Y$(){let i=window.innerWidth-document.documentElement.clientWidth;return ia(i>0&&("scrollbarGutter"in document.documentElement.style?Kk(document.documentElement,"scrollbarGutter","stable"):Kk(document.documentElement,"paddingRight",`${i}px`)),Kk(document.documentElement,"overflow","hidden"))}function q$(){let i,n=!1,o=x=>{let E=x.target;i=Es(E)?E:ik(E,!0),n=!1;let S=E.ownerDocument.defaultView.getSelection();S&&!S.isCollapsed&&S.containsNode(E,!0)&&(n=!0),"selectionStart"in E&&"selectionEnd"in E&&E.selectionStart<E.selectionEnd&&E.ownerDocument.activeElement===E&&(n=!0)},u=document.createElement("style");u.textContent=`
|
|
181
|
+
`.trim(),R.head.prepend(de)},[T]),b.useEffect(()=>{let R=A.current;return()=>{var de;C||mk((de=R.target)!==null&&de!==void 0?de:void 0);for(let re of R.disposables)re();R.disposables=[]}},[C]),{isPressed:x||N,pressProps:Ge(P,fe,{[dE]:!0})}}function hk(i){return i.tagName==="A"&&i.hasAttribute("href")}function gk(i,n){const{key:o,code:u}=i,d=n,v=d.getAttribute("role");return(o==="Enter"||o===" "||o==="Spacebar"||u==="Space")&&!(d instanceof _r(d).HTMLInputElement&&!mE(d,o)||d instanceof _r(d).HTMLTextAreaElement||d.isContentEditable)&&!((v==="link"||!v&&hk(d))&&o!=="Enter")}function CP(i){const{targetTouches:n}=i;return n.length>0?n[0]:null}function fE(i,n){const o=i.changedTouches;for(let u=0;u<o.length;u++){const d=o[u];if(d.identifier===n)return d}return null}function mu(i,n){let o=0,u=0;return n.targetTouches&&n.targetTouches.length===1&&(o=n.targetTouches[0].clientX,u=n.targetTouches[0].clientY),{currentTarget:i,shiftKey:n.shiftKey,ctrlKey:n.ctrlKey,metaKey:n.metaKey,altKey:n.altKey,clientX:o,clientY:u}}function ws(i,n){let o=n.clientX,u=n.clientY;return{currentTarget:i,shiftKey:n.shiftKey,ctrlKey:n.ctrlKey,metaKey:n.metaKey,altKey:n.altKey,clientX:o,clientY:u}}function wP(i){let n=0,o=0;return i.width!==void 0?n=i.width/2:i.radiusX!==void 0&&(n=i.radiusX),i.height!==void 0?o=i.height/2:i.radiusY!==void 0&&(o=i.radiusY),{top:i.clientY-o,right:i.clientX+n,bottom:i.clientY+o,left:i.clientX-n}}function SP(i,n){return!(i.left>n.right||n.left>i.right||i.top>n.bottom||n.top>i.bottom)}function pE(i,n){let o=n.getBoundingClientRect(),u=wP(i);return SP(o,u)}function TP(i){return i instanceof HTMLInputElement?!1:i instanceof HTMLButtonElement?i.type!=="submit"&&i.type!=="reset":!hk(i)}function vE(i,n){return i instanceof HTMLInputElement?!mE(i,n):TP(i)}const DP=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function mE(i,n){return i.type==="checkbox"||i.type==="radio"?n===" ":DP.has(i.type)}let Ss=null,yk=new Set,Ap=new Map,Ts=!1,bk=!1;const PP={Tab:!0,Escape:!0};function Kh(i,n){for(let o of yk)o(i,n)}function $P(i){return!(i.metaKey||!du()&&i.altKey||i.ctrlKey||i.key==="Control"||i.key==="Shift"||i.key==="Meta")}function jh(i){Ts=!0,$P(i)&&(Ss="keyboard",Kh("keyboard",i))}function co(i){Ss="pointer",(i.type==="mousedown"||i.type==="pointerdown")&&(Ts=!0,Kh("pointer",i))}function hE(i){ok(i)&&(Ts=!0,Ss="virtual")}function gE(i){i.target===window||i.target===document||Ih||!i.isTrusted||(!Ts&&!bk&&(Ss="virtual",Kh("virtual",i)),Ts=!1,bk=!1)}function yE(){Ih||(Ts=!1,bk=!0)}function kk(i){if(typeof window>"u"||typeof document>"u"||Ap.get(_r(i)))return;const n=_r(i),o=Ft(i);let u=n.HTMLElement.prototype.focus;n.HTMLElement.prototype.focus=function(){Ts=!0,u.apply(this,arguments)},o.addEventListener("keydown",jh,!0),o.addEventListener("keyup",jh,!0),o.addEventListener("click",hE,!0),n.addEventListener("focus",gE,!0),n.addEventListener("blur",yE,!1),typeof PointerEvent<"u"?(o.addEventListener("pointerdown",co,!0),o.addEventListener("pointermove",co,!0),o.addEventListener("pointerup",co,!0)):process.env.NODE_ENV==="test"&&(o.addEventListener("mousedown",co,!0),o.addEventListener("mousemove",co,!0),o.addEventListener("mouseup",co,!0)),n.addEventListener("beforeunload",()=>{bE(i)},{once:!0}),Ap.set(n,{focus:u})}const bE=(i,n)=>{const o=_r(i),u=Ft(i);n&&u.removeEventListener("DOMContentLoaded",n),Ap.has(o)&&(o.HTMLElement.prototype.focus=Ap.get(o).focus,u.removeEventListener("keydown",jh,!0),u.removeEventListener("keyup",jh,!0),u.removeEventListener("click",hE,!0),o.removeEventListener("focus",gE,!0),o.removeEventListener("blur",yE,!1),typeof PointerEvent<"u"?(u.removeEventListener("pointerdown",co,!0),u.removeEventListener("pointermove",co,!0),u.removeEventListener("pointerup",co,!0)):process.env.NODE_ENV==="test"&&(u.removeEventListener("mousedown",co,!0),u.removeEventListener("mousemove",co,!0),u.removeEventListener("mouseup",co,!0)),Ap.delete(o))};function NP(i){const n=Ft(i);let o;return n.readyState!=="loading"?kk(i):(o=()=>{kk(i)},n.addEventListener("DOMContentLoaded",o)),()=>bE(i,o)}typeof document<"u"&&NP();function ud(){return Ss!=="pointer"}function Hh(){return Ss}function kE(i){Ss=i,Kh(i,null)}const LP=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function MP(i,n,o){let u=Ft(o==null?void 0:o.target);const d=typeof window<"u"?_r(o==null?void 0:o.target).HTMLInputElement:HTMLInputElement,v=typeof window<"u"?_r(o==null?void 0:o.target).HTMLTextAreaElement:HTMLTextAreaElement,p=typeof window<"u"?_r(o==null?void 0:o.target).HTMLElement:HTMLElement,g=typeof window<"u"?_r(o==null?void 0:o.target).KeyboardEvent:KeyboardEvent;return i=i||u.activeElement instanceof d&&!LP.has(u.activeElement.type)||u.activeElement instanceof v||u.activeElement instanceof p&&u.activeElement.isContentEditable,!(i&&n==="keyboard"&&o instanceof g&&!PP[o.key])}function AP(i,n,o){kk(),b.useEffect(()=>{let u=(d,v)=>{MP(!!(o!=null&&o.isTextInput),d,v)&&i(ud())};return yk.add(u),()=>{yk.delete(u)}},n)}function hu(i){const n=Ft(i),o=Ei(n);if(Hh()==="virtual"){let u=o;U3(()=>{Ei(n)===u&&i.isConnected&&zo(i)})}else zo(i)}function Wh(i){let{isDisabled:n,onFocus:o,onBlur:u,onFocusChange:d}=i;const v=b.useCallback(x=>{if(x.target===x.currentTarget)return u&&u(x),d&&d(!1),!0},[u,d]),p=rE(v),g=b.useCallback(x=>{const E=Ft(x.target),S=E?Ei(E):Ei();x.target===x.currentTarget&&S===Ut(x.nativeEvent)&&(o&&o(x),d&&d(!0),p(x))},[d,o,p]);return{focusProps:{onFocus:!n&&(o||d||u)?g:void 0,onBlur:!n&&(u||d)?v:void 0}}}function xE(i){if(!i)return;let n=!0;return o=>{let u={...o,preventDefault(){o.preventDefault()},isDefaultPrevented(){return o.isDefaultPrevented()},stopPropagation(){n&&process.env.NODE_ENV!=="production"?console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior."):n=!0},continuePropagation(){n=!1},isPropagationStopped(){return n}};i(u),n&&o.stopPropagation()}}function _E(i){return{keyboardProps:i.isDisabled?{}:{onKeyDown:xE(i.onKeyDown),onKeyUp:xE(i.onKeyUp)}}}let xk=b.createContext(null);function OP(i){let n=b.useContext(xk)||{};nk(n,i);let{ref:o,...u}=n;return u}function Gh(i,n){let{focusProps:o}=Wh(i),{keyboardProps:u}=_E(i),d=Ge(o,u),v=OP(n),p=i.isDisabled?{}:v,g=b.useRef(i.autoFocus);b.useEffect(()=>{g.current&&n.current&&hu(n.current),g.current=!1},[n]);let x=i.excludeFromTabOrder?-1:0;return i.isDisabled&&(x=void 0),{focusableProps:Ge({...d,tabIndex:x},p)}}const EE=b.forwardRef(({children:i,...n},o)=>{let u=b.useRef(!1),d=b.useContext(Mp);o=pu(o||(d==null?void 0:d.ref));let v=Ge(d||{},{...n,ref:o,register(){u.current=!0,d&&d.register()}});return nk(d,o),b.useEffect(()=>{u.current||(process.env.NODE_ENV!=="production"&&console.warn("A PressResponder was rendered without a pressable child. Either call the usePress hook, or wrap your DOM node with <Pressable> component."),u.current=!0)},[]),b.createElement(Mp.Provider,{value:v},i)});function FP({children:i}){let n=b.useMemo(()=>({register:()=>{}}),[]);return b.createElement(Mp.Provider,{value:n},i)}function Op(i){let{isDisabled:n,onBlurWithin:o,onFocusWithin:u,onFocusWithinChange:d}=i,v=b.useRef({isFocusWithin:!1}),{addGlobalListener:p,removeAllGlobalListeners:g}=Np(),x=b.useCallback(C=>{C.currentTarget.contains(C.target)&&v.current.isFocusWithin&&!C.currentTarget.contains(C.relatedTarget)&&(v.current.isFocusWithin=!1,g(),o&&o(C),d&&d(!1))},[o,d,v,g]),E=rE(x),S=b.useCallback(C=>{if(!C.currentTarget.contains(C.target))return;const T=Ft(C.target),P=Ei(T);if(!v.current.isFocusWithin&&P===Ut(C.nativeEvent)){u&&u(C),d&&d(!0),v.current.isFocusWithin=!0,E(C);let N=C.currentTarget;p(T,"focus",L=>{if(v.current.isFocusWithin&&!fn(N,L.target)){let A=new T.defaultView.FocusEvent("blur",{relatedTarget:L.target});iE(A,N);let F=pk(A);x(F)}},{capture:!0})}},[u,d,E,p,x]);return n?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:S,onBlur:x}}}let Yh=!1,qh=0;function _k(){Yh=!0,setTimeout(()=>{Yh=!1},50)}function CE(i){i.pointerType==="touch"&&_k()}function RP(){if(!(typeof document>"u"))return qh===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",CE):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",_k)),qh++,()=>{qh--,!(qh>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",CE):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",_k))}}function hl(i){let{onHoverStart:n,onHoverChange:o,onHoverEnd:u,isDisabled:d}=i,[v,p]=b.useState(!1),g=b.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;b.useEffect(RP,[]);let{addGlobalListener:x,removeAllGlobalListeners:E}=Np(),{hoverProps:S,triggerHoverEnd:C}=b.useMemo(()=>{let T=(L,A)=>{if(g.pointerType=A,d||A==="touch"||g.isHovered||!L.currentTarget.contains(L.target))return;g.isHovered=!0;let F=L.currentTarget;g.target=F,x(Ft(L.target),"pointerover",B=>{g.isHovered&&g.target&&!fn(g.target,B.target)&&P(B,B.pointerType)},{capture:!0}),n&&n({type:"hoverstart",target:F,pointerType:A}),o&&o(!0),p(!0)},P=(L,A)=>{let F=g.target;g.pointerType="",g.target=null,!(A==="touch"||!g.isHovered||!F)&&(g.isHovered=!1,E(),u&&u({type:"hoverend",target:F,pointerType:A}),o&&o(!1),p(!1))},N={};return typeof PointerEvent<"u"?(N.onPointerEnter=L=>{Yh&&L.pointerType==="mouse"||T(L,L.pointerType)},N.onPointerLeave=L=>{!d&&L.currentTarget.contains(L.target)&&P(L,L.pointerType)}):process.env.NODE_ENV==="test"&&(N.onTouchStart=()=>{g.ignoreEmulatedMouseEvents=!0},N.onMouseEnter=L=>{!g.ignoreEmulatedMouseEvents&&!Yh&&T(L,"mouse"),g.ignoreEmulatedMouseEvents=!1},N.onMouseLeave=L=>{!d&&L.currentTarget.contains(L.target)&&P(L,"mouse")}),{hoverProps:N,triggerHoverEnd:P}},[n,o,u,d,g,x,E]);return b.useEffect(()=>{d&&C({currentTarget:g.target},g.pointerType)},[d]),{hoverProps:S,isHovered:v}}function zP(i){let{ref:n,onInteractOutside:o,isDisabled:u,onInteractOutsideStart:d}=i,v=b.useRef({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}),p=gn(x=>{o&&Qh(x,n)&&(d&&d(x),v.current.isPointerDown=!0)}),g=gn(x=>{o&&o(x)});b.useEffect(()=>{let x=v.current;if(u)return;const E=n.current,S=Ft(E);if(typeof PointerEvent<"u"){let C=T=>{x.isPointerDown&&Qh(T,n)&&g(T),x.isPointerDown=!1};return S.addEventListener("pointerdown",p,!0),S.addEventListener("click",C,!0),()=>{S.removeEventListener("pointerdown",p,!0),S.removeEventListener("click",C,!0)}}else if(process.env.NODE_ENV==="test"){let C=P=>{x.ignoreEmulatedMouseEvents?x.ignoreEmulatedMouseEvents=!1:x.isPointerDown&&Qh(P,n)&&g(P),x.isPointerDown=!1},T=P=>{x.ignoreEmulatedMouseEvents=!0,x.isPointerDown&&Qh(P,n)&&g(P),x.isPointerDown=!1};return S.addEventListener("mousedown",p,!0),S.addEventListener("mouseup",C,!0),S.addEventListener("touchstart",p,!0),S.addEventListener("touchend",T,!0),()=>{S.removeEventListener("mousedown",p,!0),S.removeEventListener("mouseup",C,!0),S.removeEventListener("touchstart",p,!0),S.removeEventListener("touchend",T,!0)}}},[n,u,p,g])}function Qh(i,n){if(i.button>0)return!1;if(i.target){const o=i.target.ownerDocument;if(!o||!o.documentElement.contains(i.target)||i.target.closest("[data-react-aria-top-layer]"))return!1}return n.current?!i.composedPath().includes(n.current):!1}function IP(i,n){let{onScroll:o,isDisabled:u}=i,d=b.useCallback(v=>{v.ctrlKey||(v.preventDefault(),v.stopPropagation(),o&&o({deltaX:v.deltaX,deltaY:v.deltaY}))},[o]);Cs(n,"wheel",u?void 0:d)}const BP=500;function wE(i){let{isDisabled:n,onLongPressStart:o,onLongPressEnd:u,onLongPress:d,threshold:v=BP,accessibilityDescription:p}=i;const g=b.useRef(void 0);let{addGlobalListener:x,removeGlobalListener:E}=Np(),{pressProps:S}=vu({isDisabled:n,onPressStart(T){if(T.continuePropagation(),(T.pointerType==="mouse"||T.pointerType==="touch")&&(o&&o({...T,type:"longpressstart"}),g.current=setTimeout(()=>{T.target.dispatchEvent(new PointerEvent("pointercancel",{bubbles:!0})),Ft(T.target).activeElement!==T.target&&zo(T.target),d&&d({...T,type:"longpress"}),g.current=void 0},v),T.pointerType==="touch")){let P=N=>{N.preventDefault()};x(T.target,"contextmenu",P,{once:!0}),x(window,"pointerup",()=>{setTimeout(()=>{E(T.target,"contextmenu",P)},30)},{once:!0})}},onPressEnd(T){g.current&&clearTimeout(g.current),u&&(T.pointerType==="mouse"||T.pointerType==="touch")&&u({...T,type:"longpressend"})}}),C=eP(d&&!n?p:void 0);return{longPressProps:Ge(S,C)}}function UP(i,n){let{elementType:o="a",onPress:u,onPressStart:d,onPressEnd:v,onClick:p,isDisabled:g,...x}=i,E={};o!=="a"&&(E={role:"link",tabIndex:g?void 0:0});let{focusableProps:S}=Gh(i,n),{pressProps:C,isPressed:T}=vu({onPress:u,onPressStart:d,onPressEnd:v,onClick:p,isDisabled:g,ref:n}),P=At(x,{labelable:!0}),N=Ge(S,C),L=nd(),A=ek(i);return{isPressed:T,linkProps:Ge(P,A,{...N,...E,"aria-disabled":g||void 0,"aria-current":i["aria-current"],onClick:F=>{var B;(B=C.onClick)===null||B===void 0||B.call(C,F),I3(F,L,i.href,i.routerOptions)}})}}const VP=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),KP=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function jP(i){if(Intl.Locale){let o=new Intl.Locale(i).maximize(),u=typeof o.getTextInfo=="function"?o.getTextInfo():o.textInfo;if(u)return u.direction==="rtl";if(o.script)return VP.has(o.script)}let n=i.split("-")[0];return KP.has(n)}const HP=Symbol.for("react-aria.i18n.locale");function SE(){let i=typeof window<"u"&&window[HP]||typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([i])}catch{i="en-US"}return{locale:i,direction:jP(i)?"rtl":"ltr"}}let Ek=SE(),Fp=new Set;function TE(){Ek=SE();for(let i of Fp)i(Ek)}function WP(){let i=su(),[n,o]=b.useState(Ek);return b.useEffect(()=>(Fp.size===0&&window.addEventListener("languagechange",TE),Fp.add(o),()=>{Fp.delete(o),Fp.size===0&&window.removeEventListener("languagechange",TE)}),[]),i?{locale:"en-US",direction:"ltr"}:n}const GP=b.createContext(null);function aa(){let i=WP();return b.useContext(GP)||i}const YP=Symbol.for("react-aria.i18n.locale"),qP=Symbol.for("react-aria.i18n.strings");let sd;class Xh{getStringForLocale(n,o){let d=this.getStringsForLocale(o)[n];if(!d)throw new Error(`Could not find intl message ${n} in ${o} locale`);return d}getStringsForLocale(n){let o=this.strings[n];return o||(o=QP(n,this.strings,this.defaultLocale),this.strings[n]=o),o}static getGlobalDictionaryForPackage(n){if(typeof window>"u")return null;let o=window[YP];if(sd===void 0){let d=window[qP];if(!d)return null;sd={};for(let v in d)sd[v]=new Xh({[o]:d[v]},o)}let u=sd==null?void 0:sd[n];if(!u)throw new Error(`Strings for package "${n}" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);return u}constructor(n,o="en-US"){this.strings=Object.fromEntries(Object.entries(n).filter(([,u])=>u)),this.defaultLocale=o}}function QP(i,n,o="en-US"){if(n[i])return n[i];let u=XP(i);if(n[u])return n[u];for(let d in n)if(d.startsWith(u+"-"))return n[d];return n[o]}function XP(i){return Intl.Locale?new Intl.Locale(i).language:i.split("-")[0]}const DE=new Map,PE=new Map;class ZP{format(n,o){let u=this.strings.getStringForLocale(n,this.locale);return typeof u=="function"?u(o,this):u}plural(n,o,u="cardinal"){let d=o["="+n];if(d)return typeof d=="function"?d():d;let v=this.locale+":"+u,p=DE.get(v);p||(p=new Intl.PluralRules(this.locale,{type:u}),DE.set(v,p));let g=p.select(n);return d=o[g]||o.other,typeof d=="function"?d():d}number(n){let o=PE.get(this.locale);return o||(o=new Intl.NumberFormat(this.locale),PE.set(this.locale,o)),o.format(n)}select(n,o){let u=n[o]||n.other;return typeof u=="function"?u():u}constructor(n,o){this.locale=n,this.strings=o}}const $E=new WeakMap;function JP(i){let n=$E.get(i);return n||(n=new Xh(i),$E.set(i,n)),n}function e$(i,n){return n&&Xh.getGlobalDictionaryForPackage(n)||JP(i)}function cd(i,n){let{locale:o}=aa(),u=e$(i,n);return b.useMemo(()=>new ZP(o,u),[o,u])}function t$(i={}){let{locale:n}=aa();return b.useMemo(()=>new Intl.ListFormat(n,i),[n,i])}let Ck=new Map,wk=!1;try{wk=new Intl.NumberFormat("de-DE",{signDisplay:"exceptZero"}).resolvedOptions().signDisplay==="exceptZero"}catch{}let Zh=!1;try{Zh=new Intl.NumberFormat("de-DE",{style:"unit",unit:"degree"}).resolvedOptions().style==="unit"}catch{}const NE={degree:{narrow:{default:"°","ja-JP":" 度","zh-TW":"度","sl-SI":" °"}}};class Jh{format(n){let o="";if(!wk&&this.options.signDisplay!=null?o=i$(this.numberFormatter,this.options.signDisplay,n):o=this.numberFormatter.format(n),this.options.style==="unit"&&!Zh){var u;let{unit:d,unitDisplay:v="short",locale:p}=this.resolvedOptions();if(!d)return o;let g=(u=NE[d])===null||u===void 0?void 0:u[v];o+=g[p]||g.default}return o}formatToParts(n){return this.numberFormatter.formatToParts(n)}formatRange(n,o){if(typeof this.numberFormatter.formatRange=="function")return this.numberFormatter.formatRange(n,o);if(o<n)throw new RangeError("End date must be >= start date");return`${this.format(n)} – ${this.format(o)}`}formatRangeToParts(n,o){if(typeof this.numberFormatter.formatRangeToParts=="function")return this.numberFormatter.formatRangeToParts(n,o);if(o<n)throw new RangeError("End date must be >= start date");let u=this.numberFormatter.formatToParts(n),d=this.numberFormatter.formatToParts(o);return[...u.map(v=>({...v,source:"startRange"})),{type:"literal",value:" – ",source:"shared"},...d.map(v=>({...v,source:"endRange"}))]}resolvedOptions(){let n=this.numberFormatter.resolvedOptions();return!wk&&this.options.signDisplay!=null&&(n={...n,signDisplay:this.options.signDisplay}),!Zh&&this.options.style==="unit"&&(n={...n,style:"unit",unit:this.options.unit,unitDisplay:this.options.unitDisplay}),n}constructor(n,o={}){this.numberFormatter=n$(n,o),this.options=o}}function n$(i,n={}){let{numberingSystem:o}=n;if(o&&i.includes("-nu-")&&(i.includes("-u-")||(i+="-u-"),i+=`-nu-${o}`),n.style==="unit"&&!Zh){var u;let{unit:p,unitDisplay:g="short"}=n;if(!p)throw new Error('unit option must be provided with style: "unit"');if(!(!((u=NE[p])===null||u===void 0)&&u[g]))throw new Error(`Unsupported unit ${p} with unitDisplay = ${g}`);n={...n,style:"decimal"}}let d=i+(n?Object.entries(n).sort((p,g)=>p[0]<g[0]?-1:1).join():"");if(Ck.has(d))return Ck.get(d);let v=new Intl.NumberFormat(i,n);return Ck.set(d,v),v}function i$(i,n,o){if(n==="auto")return i.format(o);if(n==="never")return i.format(Math.abs(o));{let u=!1;if(n==="always"?u=o>0||Object.is(o,0):n==="exceptZero"&&(Object.is(o,-0)||Object.is(o,0)?o=Math.abs(o):u=o>0),u){let d=i.format(-o),v=i.format(o),p=d.replace(v,"").replace(/\u200e|\u061C/,"");return[...p].length!==1&&console.warn("@react-aria/i18n polyfill for NumberFormat signDisplay: Unsupported case"),d.replace(v,"!!!").replace(p,"+").replace("!!!",v)}else return i.format(o)}}const r$=new RegExp("^.*\\(.*\\).*$"),o$=["latn","arab","hanidec","deva","beng","fullwide"];class LE{parse(n){return Sk(this.locale,this.options,n).parse(n)}isValidPartialNumber(n,o,u){return Sk(this.locale,this.options,n).isValidPartialNumber(n,o,u)}getNumberingSystem(n){return Sk(this.locale,this.options,n).options.numberingSystem}constructor(n,o={}){this.locale=n,this.options=o}}const ME=new Map;function Sk(i,n,o){let u=AE(i,n);if(!i.includes("-nu-")&&!u.isValidPartialNumber(o)){for(let d of o$)if(d!==u.options.numberingSystem){let v=AE(i+(i.includes("-u-")?"-nu-":"-u-nu-")+d,n);if(v.isValidPartialNumber(o))return v}}return u}function AE(i,n){let o=i+(n?Object.entries(n).sort((d,v)=>d[0]<v[0]?-1:1).join():""),u=ME.get(o);return u||(u=new l$(i,n),ME.set(o,u)),u}class l${parse(n){let o=this.sanitize(n);if(this.symbols.group&&(o=dd(o,this.symbols.group,"")),this.symbols.decimal&&(o=o.replace(this.symbols.decimal,".")),this.symbols.minusSign&&(o=o.replace(this.symbols.minusSign,"-")),o=o.replace(this.symbols.numeral,this.symbols.index),this.options.style==="percent"){let p=o.indexOf("-");o=o.replace("-",""),o=o.replace("+","");let g=o.indexOf(".");g===-1&&(g=o.length),o=o.replace(".",""),g-2===0?o=`0.${o}`:g-2===-1?o=`0.0${o}`:g-2===-2?o="0.00":o=`${o.slice(0,g-2)}.${o.slice(g-2)}`,p>-1&&(o=`-${o}`)}let u=o?+o:NaN;if(isNaN(u))return NaN;if(this.options.style==="percent"){var d,v;let p={...this.options,style:"decimal",minimumFractionDigits:Math.min(((d=this.options.minimumFractionDigits)!==null&&d!==void 0?d:0)+2,20),maximumFractionDigits:Math.min(((v=this.options.maximumFractionDigits)!==null&&v!==void 0?v:0)+2,20)};return new LE(this.locale,p).parse(new Jh(this.locale,p).format(u))}return this.options.currencySign==="accounting"&&r$.test(n)&&(u=-1*u),u}sanitize(n){return n=n.replace(this.symbols.literals,""),this.symbols.minusSign&&(n=n.replace("-",this.symbols.minusSign)),this.options.numberingSystem==="arab"&&(this.symbols.decimal&&(n=n.replace(",",this.symbols.decimal),n=n.replace("،",this.symbols.decimal)),this.symbols.group&&(n=dd(n,".",this.symbols.group))),this.symbols.group==="’"&&n.includes("'")&&(n=dd(n,"'",this.symbols.group)),this.options.locale==="fr-FR"&&this.symbols.group&&(n=dd(n," ",this.symbols.group),n=dd(n,/\u00A0/g,this.symbols.group)),n}isValidPartialNumber(n,o=-1/0,u=1/0){return n=this.sanitize(n),this.symbols.minusSign&&n.startsWith(this.symbols.minusSign)&&o<0?n=n.slice(this.symbols.minusSign.length):this.symbols.plusSign&&n.startsWith(this.symbols.plusSign)&&u>0&&(n=n.slice(this.symbols.plusSign.length)),this.symbols.group&&n.startsWith(this.symbols.group)||this.symbols.decimal&&n.indexOf(this.symbols.decimal)>-1&&this.options.maximumFractionDigits===0?!1:(this.symbols.group&&(n=dd(n,this.symbols.group,"")),n=n.replace(this.symbols.numeral,""),this.symbols.decimal&&(n=n.replace(this.symbols.decimal,"")),n.length===0)}constructor(n,o={}){this.locale=n,o.roundingIncrement!==1&&o.roundingIncrement!=null&&(o.maximumFractionDigits==null&&o.minimumFractionDigits==null?(o.maximumFractionDigits=0,o.minimumFractionDigits=0):o.maximumFractionDigits==null?o.maximumFractionDigits=o.minimumFractionDigits:o.minimumFractionDigits==null&&(o.minimumFractionDigits=o.maximumFractionDigits)),this.formatter=new Intl.NumberFormat(n,o),this.options=this.formatter.resolvedOptions(),this.symbols=u$(n,this.formatter,this.options,o);var u,d;this.options.style==="percent"&&(((u=this.options.minimumFractionDigits)!==null&&u!==void 0?u:0)>18||((d=this.options.maximumFractionDigits)!==null&&d!==void 0?d:0)>18)&&console.warn("NumberParser cannot handle percentages with greater than 18 decimal places, please reduce the number in your options.")}}const OE=new Set(["decimal","fraction","integer","minusSign","plusSign","group"]),a$=[0,4,2,1,11,20,3,7,100,21,.1,1.1];function u$(i,n,o,u){var d,v,p,g;let x=new Intl.NumberFormat(i,{...o,minimumSignificantDigits:1,maximumSignificantDigits:21,roundingIncrement:1,roundingPriority:"auto",roundingMode:"halfExpand"}),E=x.formatToParts(-10000.111),S=x.formatToParts(10000.111),C=a$.map(fe=>x.formatToParts(fe));var T;let P=(T=(d=E.find(fe=>fe.type==="minusSign"))===null||d===void 0?void 0:d.value)!==null&&T!==void 0?T:"-",N=(v=S.find(fe=>fe.type==="plusSign"))===null||v===void 0?void 0:v.value;!N&&((u==null?void 0:u.signDisplay)==="exceptZero"||(u==null?void 0:u.signDisplay)==="always")&&(N="+");let A=(p=new Intl.NumberFormat(i,{...o,minimumFractionDigits:2,maximumFractionDigits:2}).formatToParts(.001).find(fe=>fe.type==="decimal"))===null||p===void 0?void 0:p.value,F=(g=E.find(fe=>fe.type==="group"))===null||g===void 0?void 0:g.value,B=E.filter(fe=>!OE.has(fe.type)).map(fe=>FE(fe.value)),K=C.flatMap(fe=>fe.filter(R=>!OE.has(R.type)).map(R=>FE(R.value))),j=[...new Set([...B,...K])].sort((fe,R)=>R.length-fe.length),U=j.length===0?new RegExp("[\\p{White_Space}]","gu"):new RegExp(`${j.join("|")}|[\\p{White_Space}]`,"gu"),G=[...new Intl.NumberFormat(o.locale,{useGrouping:!1}).format(9876543210)].reverse(),Z=new Map(G.map((fe,R)=>[fe,R])),ke=new RegExp(`[${G.join("")}]`,"g");return{minusSign:P,plusSign:N,decimal:A,group:F,literals:U,numeral:ke,index:fe=>String(Z.get(fe))}}function dd(i,n,o){return i.replaceAll?i.replaceAll(n,o):i.split(n).join(o)}function FE(i){return i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function RE(i={}){let{locale:n}=aa();return b.useMemo(()=>new Jh(n,i),[n,i])}let Tk=new Map;function eg(i){let{locale:n}=aa(),o=n+(i?Object.entries(i).sort((d,v)=>d[0]<v[0]?-1:1).join():"");if(Tk.has(o))return Tk.get(o);let u=new Intl.Collator(n,i);return Tk.set(o,u),u}function s$(i){let n=eg({usage:"search",...i}),o=b.useCallback((v,p)=>p.length===0?!0:(v=v.normalize("NFC"),p=p.normalize("NFC"),n.compare(v.slice(0,p.length),p)===0),[n]),u=b.useCallback((v,p)=>p.length===0?!0:(v=v.normalize("NFC"),p=p.normalize("NFC"),n.compare(v.slice(-p.length),p)===0),[n]),d=b.useCallback((v,p)=>{if(p.length===0)return!0;v=v.normalize("NFC"),p=p.normalize("NFC");let g=0,x=p.length;for(;g+x<=v.length;g++){let E=v.slice(g,g+x);if(n.compare(p,E)===0)return!0}return!1},[n]);return b.useMemo(()=>({startsWith:o,endsWith:u,contains:d}),[o,u,d])}function c$(i,n){let{elementType:o="button",isDisabled:u,onPress:d,onPressStart:v,onPressEnd:p,onPressUp:g,onPressChange:x,preventFocusOnPress:E,allowFocusWhenDisabled:S,onClick:C,href:T,target:P,rel:N,type:L="button"}=i,A;o==="button"?A={type:L,disabled:u,form:i.form,formAction:i.formAction,formEncType:i.formEncType,formMethod:i.formMethod,formNoValidate:i.formNoValidate,formTarget:i.formTarget,name:i.name,value:i.value}:A={role:"button",href:o==="a"&&!u?T:void 0,target:o==="a"?P:void 0,type:o==="input"?L:void 0,disabled:o==="input"?u:void 0,"aria-disabled":!u||o==="input"?void 0:u,rel:o==="a"?N:void 0};let{pressProps:F,isPressed:B}=vu({onPressStart:v,onPressEnd:p,onPressChange:x,onPress:d,onPressUp:g,onClick:C,isDisabled:u,preventFocusOnPress:E,ref:n}),{focusableProps:K}=Gh(i,n);S&&(K.tabIndex=u?-1:K.tabIndex);let j=Ge(K,F,At(i,{labelable:!0}));return{isPressed:B,buttonProps:Ge(A,j,{"aria-haspopup":i["aria-haspopup"],"aria-expanded":i["aria-expanded"],"aria-controls":i["aria-controls"],"aria-pressed":i["aria-pressed"],"aria-current":i["aria-current"],"aria-disabled":i["aria-disabled"]})}}const zE=b.createContext(null),Dk="react-aria-focus-scope-restore";let tn=null;function Pk(i){let{children:n,contain:o,restoreFocus:u,autoFocus:d}=i,v=b.useRef(null),p=b.useRef(null),g=b.useRef([]),{parentNode:x}=b.useContext(zE)||{},E=b.useMemo(()=>new Lk({scopeRef:g}),[g]);Bt(()=>{let T=x||Hn.root;if(Hn.getTreeNode(T.scopeRef)&&tn&&!tg(tn,T.scopeRef)){let P=Hn.getTreeNode(tn);P&&(T=P)}T.addChild(E),Hn.addNode(E)},[E,x]),Bt(()=>{let T=Hn.getTreeNode(g);T&&(T.contain=!!o)},[o]),Bt(()=>{var T;let P=(T=v.current)===null||T===void 0?void 0:T.nextSibling,N=[],L=A=>A.stopPropagation();for(;P&&P!==p.current;)N.push(P),P.addEventListener(Dk,L),P=P.nextSibling;return g.current=N,()=>{for(let A of N)A.removeEventListener(Dk,L)}},[n]),h$(g,u,o),p$(g,o),g$(g,u,o),m$(g,d),b.useEffect(()=>{const T=Ei(Ft(g.current?g.current[0]:void 0));let P=null;if(fo(T,g.current)){for(let N of Hn.traverse())N.scopeRef&&fo(T,N.scopeRef.current)&&(P=N);P===Hn.getTreeNode(g)&&(tn=P.scopeRef)}},[g]),Bt(()=>()=>{var T,P,N;let L=(N=(P=Hn.getTreeNode(g))===null||P===void 0||(T=P.parent)===null||T===void 0?void 0:T.scopeRef)!==null&&N!==void 0?N:null;(g===tn||tg(g,tn))&&(!L||Hn.getTreeNode(L))&&(tn=L),Hn.removeTreeNode(g)},[g]);let S=b.useMemo(()=>d$(g),[]),C=b.useMemo(()=>({focusManager:S,parentNode:E}),[E,S]);return b.createElement(zE.Provider,{value:C},b.createElement("span",{"data-focus-scope-start":!0,hidden:!0,ref:v}),n,b.createElement("span",{"data-focus-scope-end":!0,hidden:!0,ref:p}))}function d$(i){return{focusNext(n={}){let o=i.current,{from:u,tabbable:d,wrap:v,accept:p}=n;var g;let x=u||Ei(Ft((g=o[0])!==null&&g!==void 0?g:void 0)),E=o[0].previousElementSibling,S=Ds(o),C=sa(S,{tabbable:d,accept:p},o);C.currentNode=fo(x,o)?x:E;let T=C.nextNode();return!T&&v&&(C.currentNode=E,T=C.nextNode()),T&&ua(T,!0),T},focusPrevious(n={}){let o=i.current,{from:u,tabbable:d,wrap:v,accept:p}=n;var g;let x=u||Ei(Ft((g=o[0])!==null&&g!==void 0?g:void 0)),E=o[o.length-1].nextElementSibling,S=Ds(o),C=sa(S,{tabbable:d,accept:p},o);C.currentNode=fo(x,o)?x:E;let T=C.previousNode();return!T&&v&&(C.currentNode=E,T=C.previousNode()),T&&ua(T,!0),T},focusFirst(n={}){let o=i.current,{tabbable:u,accept:d}=n,v=Ds(o),p=sa(v,{tabbable:u,accept:d},o);p.currentNode=o[0].previousElementSibling;let g=p.nextNode();return g&&ua(g,!0),g},focusLast(n={}){let o=i.current,{tabbable:u,accept:d}=n,v=Ds(o),p=sa(v,{tabbable:u,accept:d},o);p.currentNode=o[o.length-1].nextElementSibling;let g=p.previousNode();return g&&ua(g,!0),g}}}function Ds(i){return i[0].parentElement}function Rp(i){let n=Hn.getTreeNode(tn);for(;n&&n.scopeRef!==i;){if(n.contain)return!1;n=n.parent}return!0}function f$(i){if(i.checked)return!0;let n=[];if(!i.form)n=[...Ft(i).querySelectorAll(`input[type="radio"][name="${CSS.escape(i.name)}"]`)].filter(v=>!v.form);else{var o,u;let v=(u=i.form)===null||u===void 0||(o=u.elements)===null||o===void 0?void 0:o.namedItem(i.name);n=[...v??[]]}return n?!n.some(v=>v.checked):!1}function p$(i,n){let o=b.useRef(void 0),u=b.useRef(void 0);Bt(()=>{let d=i.current;if(!n){u.current&&(cancelAnimationFrame(u.current),u.current=void 0);return}const v=Ft(d?d[0]:void 0);let p=E=>{if(E.key!=="Tab"||E.altKey||E.ctrlKey||E.metaKey||!Rp(i)||E.isComposing)return;let S=Ei(v),C=i.current;if(!C||!fo(S,C))return;let T=Ds(C),P=sa(T,{tabbable:!0},C);if(!S)return;P.currentNode=S;let N=E.shiftKey?P.previousNode():P.nextNode();N||(P.currentNode=E.shiftKey?C[C.length-1].nextElementSibling:C[0].previousElementSibling,N=E.shiftKey?P.previousNode():P.nextNode()),E.preventDefault(),N&&ua(N,!0)},g=E=>{(!tn||tg(tn,i))&&fo(Ut(E),i.current)?(tn=i,o.current=Ut(E)):Rp(i)&&!gu(Ut(E),i)?o.current?o.current.focus():tn&&tn.current&&$k(tn.current):Rp(i)&&(o.current=Ut(E))},x=E=>{u.current&&cancelAnimationFrame(u.current),u.current=requestAnimationFrame(()=>{let S=Hh(),C=(S==="virtual"||S===null)&&Ah()&&J0(),T=Ei(v);if(!C&&T&&Rp(i)&&!gu(T,i)){tn=i;let N=Ut(E);if(N&&N.isConnected){var P;o.current=N,(P=o.current)===null||P===void 0||P.focus()}else tn.current&&$k(tn.current)}})};return v.addEventListener("keydown",p,!1),v.addEventListener("focusin",g,!1),d==null||d.forEach(E=>E.addEventListener("focusin",g,!1)),d==null||d.forEach(E=>E.addEventListener("focusout",x,!1)),()=>{v.removeEventListener("keydown",p,!1),v.removeEventListener("focusin",g,!1),d==null||d.forEach(E=>E.removeEventListener("focusin",g,!1)),d==null||d.forEach(E=>E.removeEventListener("focusout",x,!1))}},[i,n]),Bt(()=>()=>{u.current&&cancelAnimationFrame(u.current)},[u])}function IE(i){return gu(i)}function fo(i,n){return!i||!n?!1:n.some(o=>o.contains(i))}function gu(i,n=null){if(i instanceof Element&&i.closest("[data-react-aria-top-layer]"))return!0;for(let{scopeRef:o}of Hn.traverse(Hn.getTreeNode(n)))if(o&&fo(i,o.current))return!0;return!1}function v$(i){return gu(i,tn)}function tg(i,n){var o;let u=(o=Hn.getTreeNode(n))===null||o===void 0?void 0:o.parent;for(;u;){if(u.scopeRef===i)return!0;u=u.parent}return!1}function ua(i,n=!1){if(i!=null&&!n)try{hu(i)}catch{}else if(i!=null)try{i.focus()}catch{}}function BE(i,n=!0){let o=i[0].previousElementSibling,u=Ds(i),d=sa(u,{tabbable:n},i);d.currentNode=o;let v=d.nextNode();return n&&!v&&(u=Ds(i),d=sa(u,{tabbable:!1},i),d.currentNode=o,v=d.nextNode()),v}function $k(i,n=!0){ua(BE(i,n))}function m$(i,n){const o=b.useRef(n);b.useEffect(()=>{if(o.current){tn=i;const u=Ft(i.current?i.current[0]:void 0);!fo(Ei(u),tn.current)&&i.current&&$k(i.current)}o.current=!1},[i])}function h$(i,n,o){Bt(()=>{if(n||o)return;let u=i.current;const d=Ft(u?u[0]:void 0);let v=p=>{let g=Ut(p);fo(g,i.current)?tn=i:IE(g)||(tn=null)};return d.addEventListener("focusin",v,!1),u==null||u.forEach(p=>p.addEventListener("focusin",v,!1)),()=>{d.removeEventListener("focusin",v,!1),u==null||u.forEach(p=>p.removeEventListener("focusin",v,!1))}},[i,n,o])}function UE(i){let n=Hn.getTreeNode(tn);for(;n&&n.scopeRef!==i;){if(n.nodeToRestore)return!1;n=n.parent}return(n==null?void 0:n.scopeRef)===i}function g$(i,n,o){const u=b.useRef(typeof document<"u"?Ei(Ft(i.current?i.current[0]:void 0)):null);Bt(()=>{let d=i.current;const v=Ft(d?d[0]:void 0);if(!n||o)return;let p=()=>{(!tn||tg(tn,i))&&fo(Ei(v),i.current)&&(tn=i)};return v.addEventListener("focusin",p,!1),d==null||d.forEach(g=>g.addEventListener("focusin",p,!1)),()=>{v.removeEventListener("focusin",p,!1),d==null||d.forEach(g=>g.removeEventListener("focusin",p,!1))}},[i,o]),Bt(()=>{const d=Ft(i.current?i.current[0]:void 0);if(!n)return;let v=p=>{if(p.key!=="Tab"||p.altKey||p.ctrlKey||p.metaKey||!Rp(i)||p.isComposing)return;let g=d.activeElement;if(!gu(g,i)||!UE(i))return;let x=Hn.getTreeNode(i);if(!x)return;let E=x.nodeToRestore,S=sa(d.body,{tabbable:!0});S.currentNode=g;let C=p.shiftKey?S.previousNode():S.nextNode();if((!E||!E.isConnected||E===d.body)&&(E=void 0,x.nodeToRestore=void 0),(!C||!gu(C,i))&&E){S.currentNode=E;do C=p.shiftKey?S.previousNode():S.nextNode();while(gu(C,i));p.preventDefault(),p.stopPropagation(),C?ua(C,!0):IE(E)?ua(E,!0):g.blur()}};return o||d.addEventListener("keydown",v,!0),()=>{o||d.removeEventListener("keydown",v,!0)}},[i,n,o]),Bt(()=>{const d=Ft(i.current?i.current[0]:void 0);if(!n)return;let v=Hn.getTreeNode(i);if(v){var p;return v.nodeToRestore=(p=u.current)!==null&&p!==void 0?p:void 0,()=>{let g=Hn.getTreeNode(i);if(!g)return;let x=g.nodeToRestore,E=Ei(d);if(n&&x&&(E&&gu(E,i)||E===d.body&&UE(i))){let S=Hn.clone();requestAnimationFrame(()=>{if(d.activeElement===d.body){let C=S.getTreeNode(i);for(;C;){if(C.nodeToRestore&&C.nodeToRestore.isConnected){VE(C.nodeToRestore);return}C=C.parent}for(C=S.getTreeNode(i);C;){if(C.scopeRef&&C.scopeRef.current&&Hn.getTreeNode(C.scopeRef)){let T=BE(C.scopeRef.current,!0);VE(T);return}C=C.parent}}})}}}},[i,n])}function VE(i){i.dispatchEvent(new CustomEvent(Dk,{bubbles:!0,cancelable:!0}))&&ua(i)}function sa(i,n,o){let u=n!=null&&n.tabbable?gP:tE,d=(i==null?void 0:i.nodeType)===Node.ELEMENT_NODE?i:null,v=Ft(d),p=M9(v,i||v,NodeFilter.SHOW_ELEMENT,{acceptNode(g){var x;return!(n==null||(x=n.from)===null||x===void 0)&&x.contains(g)||n!=null&&n.tabbable&&g.tagName==="INPUT"&&g.getAttribute("type")==="radio"&&(!f$(g)||p.currentNode.tagName==="INPUT"&&p.currentNode.type==="radio"&&p.currentNode.name===g.name)?NodeFilter.FILTER_REJECT:u(g)&&(!o||fo(g,o))&&(!(n!=null&&n.accept)||n.accept(g))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return n!=null&&n.from&&(p.currentNode=n.from),p}class Nk{get size(){return this.fastMap.size}getTreeNode(n){return this.fastMap.get(n)}addTreeNode(n,o,u){let d=this.fastMap.get(o??null);if(!d)return;let v=new Lk({scopeRef:n});d.addChild(v),v.parent=d,this.fastMap.set(n,v),u&&(v.nodeToRestore=u)}addNode(n){this.fastMap.set(n.scopeRef,n)}removeTreeNode(n){if(n===null)return;let o=this.fastMap.get(n);if(!o)return;let u=o.parent;for(let v of this.traverse())v!==o&&o.nodeToRestore&&v.nodeToRestore&&o.scopeRef&&o.scopeRef.current&&fo(v.nodeToRestore,o.scopeRef.current)&&(v.nodeToRestore=o.nodeToRestore);let d=o.children;u&&(u.removeChild(o),d.size>0&&d.forEach(v=>u&&u.addChild(v))),this.fastMap.delete(o.scopeRef)}*traverse(n=this.root){if(n.scopeRef!=null&&(yield n),n.children.size>0)for(let o of n.children)yield*this.traverse(o)}clone(){var n;let o=new Nk;var u;for(let d of this.traverse())o.addTreeNode(d.scopeRef,(u=(n=d.parent)===null||n===void 0?void 0:n.scopeRef)!==null&&u!==void 0?u:null,d.nodeToRestore);return o}constructor(){this.fastMap=new Map,this.root=new Lk({scopeRef:null}),this.fastMap.set(null,this.root)}}class Lk{addChild(n){this.children.add(n),n.parent=this}removeChild(n){this.children.delete(n),n.parent=void 0}constructor(n){this.children=new Set,this.contain=!1,this.scopeRef=n.scopeRef}}let Hn=new Nk;function Io(i={}){let{autoFocus:n=!1,isTextInput:o,within:u}=i,d=b.useRef({isFocused:!1,isFocusVisible:n||ud()}),[v,p]=b.useState(!1),[g,x]=b.useState(()=>d.current.isFocused&&d.current.isFocusVisible),E=b.useCallback(()=>x(d.current.isFocused&&d.current.isFocusVisible),[]),S=b.useCallback(P=>{d.current.isFocused=P,p(P),E()},[E]);AP(P=>{d.current.isFocusVisible=P,E()},[],{isTextInput:o});let{focusProps:C}=Wh({isDisabled:u,onFocusChange:S}),{focusWithinProps:T}=Op({isDisabled:!u,onFocusWithinChange:S});return{isFocused:v,isFocusVisible:g,focusProps:u?T:C}}function KE(i){let n=b$(Ft(i));n!==i&&(n&&y$(n,i),i&&Mk(i,n))}function y$(i,n){i.dispatchEvent(new FocusEvent("blur",{relatedTarget:n})),i.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:n}))}function Mk(i,n){i.dispatchEvent(new FocusEvent("focus",{relatedTarget:n})),i.dispatchEvent(new FocusEvent("focusin",{bubbles:!0,relatedTarget:n}))}function b$(i){let n=Ei(i),o=n==null?void 0:n.getAttribute("aria-activedescendant");return o&&i.getElementById(o)||n}const jE=7e3;let po=null;function fd(i,n="assertive",o=jE){po?po.announce(i,n,o):(po=new x$,(typeof IS_REACT_ACT_ENVIRONMENT=="boolean"?IS_REACT_ACT_ENVIRONMENT:typeof jest<"u")?po.announce(i,n,o):setTimeout(()=>{po!=null&&po.isAttached()&&(po==null||po.announce(i,n,o))},100))}function k$(i){po&&po.clear(i)}class x${isAttached(){var n;return(n=this.node)===null||n===void 0?void 0:n.isConnected}createLog(n){let o=document.createElement("div");return o.setAttribute("role","log"),o.setAttribute("aria-live",n),o.setAttribute("aria-relevant","additions"),o}destroy(){this.node&&(document.body.removeChild(this.node),this.node=null)}announce(n,o="assertive",u=jE){var d,v;if(!this.node)return;let p=document.createElement("div");typeof n=="object"?(p.setAttribute("role","img"),p.setAttribute("aria-labelledby",n["aria-labelledby"])):p.textContent=n,o==="assertive"?(d=this.assertiveLog)===null||d===void 0||d.appendChild(p):(v=this.politeLog)===null||v===void 0||v.appendChild(p),n!==""&&setTimeout(()=>{p.remove()},u)}clear(n){this.node&&((!n||n==="assertive")&&this.assertiveLog&&(this.assertiveLog.innerHTML=""),(!n||n==="polite")&&this.politeLog&&(this.politeLog.innerHTML=""))}constructor(){this.node=null,this.assertiveLog=null,this.politeLog=null,typeof document<"u"&&(this.node=document.createElement("div"),this.node.dataset.liveAnnouncer="true",Object.assign(this.node.style,{border:0,clip:"rect(0 0 0 0)",clipPath:"inset(50%)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"}),this.assertiveLog=this.createLog("assertive"),this.node.appendChild(this.assertiveLog),this.politeLog=this.createLog("polite"),this.node.appendChild(this.politeLog),document.body.prepend(this.node))}}const HE={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},WE={...HE,customError:!0,valid:!1},pd={isInvalid:!1,validationDetails:HE,validationErrors:[]},_$=b.createContext({}),vd="__formValidationState"+Date.now();function md(i){if(i[vd]){let{realtimeValidation:n,displayValidation:o,updateValidation:u,resetValidation:d,commitValidation:v}=i[vd];return{realtimeValidation:n,displayValidation:o,updateValidation:u,resetValidation:d,commitValidation:v}}return E$(i)}function E$(i){let{isInvalid:n,validationState:o,name:u,value:d,builtinValidation:v,validate:p,validationBehavior:g="aria"}=i;o&&(n||(n=o==="invalid"));let x=n!==void 0?{isInvalid:n,validationErrors:[],validationDetails:WE}:null,E=b.useMemo(()=>{if(!p||d==null)return null;let fe=C$(p,d);return GE(fe)},[p,d]);v!=null&&v.validationDetails.valid&&(v=void 0);let S=b.useContext(_$),C=b.useMemo(()=>u?Array.isArray(u)?u.flatMap(fe=>Ak(S[fe])):Ak(S[u]):[],[S,u]),[T,P]=b.useState(S),[N,L]=b.useState(!1);S!==T&&(P(S),L(!1));let A=b.useMemo(()=>GE(N?[]:C),[N,C]),F=b.useRef(pd),[B,K]=b.useState(pd),j=b.useRef(pd),U=()=>{if(!G)return;Z(!1);let fe=E||v||F.current;Ok(fe,j.current)||(j.current=fe,K(fe))},[G,Z]=b.useState(!1);return b.useEffect(U),{realtimeValidation:x||A||E||v||pd,displayValidation:g==="native"?x||A||B:x||A||E||v||B,updateValidation(fe){g==="aria"&&!Ok(B,fe)?K(fe):F.current=fe},resetValidation(){let fe=pd;Ok(fe,j.current)||(j.current=fe,K(fe)),g==="native"&&Z(!1),L(!0)},commitValidation(){g==="native"&&Z(!0),L(!0)}}}function Ak(i){return i?Array.isArray(i)?i:[i]:[]}function C$(i,n){if(typeof i=="function"){let o=i(n);if(o&&typeof o!="boolean")return Ak(o)}return[]}function GE(i){return i.length?{isInvalid:!0,validationErrors:i,validationDetails:WE}:null}function Ok(i,n){return i===n?!0:!!i&&!!n&&i.isInvalid===n.isInvalid&&i.validationErrors.length===n.validationErrors.length&&i.validationErrors.every((o,u)=>o===n.validationErrors[u])&&Object.entries(i.validationDetails).every(([o,u])=>n.validationDetails[o]===u)}function Fk(i,n,o){let{validationBehavior:u,focus:d}=i;Bt(()=>{if(u==="native"&&(o!=null&&o.current)&&!o.current.disabled){let E=n.realtimeValidation.isInvalid?n.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";o.current.setCustomValidity(E),o.current.hasAttribute("title")||(o.current.title=""),n.realtimeValidation.isInvalid||n.updateValidation(S$(o.current))}});let v=b.useRef(!1),p=gn(()=>{v.current||n.resetValidation()}),g=gn(E=>{var S;n.displayValidation.isInvalid||n.commitValidation();let C=o==null||(S=o.current)===null||S===void 0?void 0:S.form;if(!E.defaultPrevented&&o&&C&&T$(C)===o.current){var T;d?d():(T=o.current)===null||T===void 0||T.focus(),kE("keyboard")}E.preventDefault()}),x=gn(()=>{n.commitValidation()});b.useEffect(()=>{let E=o==null?void 0:o.current;if(!E)return;let S=E.form,C=S==null?void 0:S.reset;return S&&(S.reset=()=>{v.current=!window.event||window.event.type==="message"&&window.event.target instanceof MessagePort,C==null||C.call(S),v.current=!1}),E.addEventListener("invalid",g),E.addEventListener("change",x),S==null||S.addEventListener("reset",p),()=>{E.removeEventListener("invalid",g),E.removeEventListener("change",x),S==null||S.removeEventListener("reset",p),S&&(S.reset=C)}},[o,g,x,p,u])}function w$(i){let n=i.validity;return{badInput:n.badInput,customError:n.customError,patternMismatch:n.patternMismatch,rangeOverflow:n.rangeOverflow,rangeUnderflow:n.rangeUnderflow,stepMismatch:n.stepMismatch,tooLong:n.tooLong,tooShort:n.tooShort,typeMismatch:n.typeMismatch,valueMissing:n.valueMissing,valid:n.valid}}function S$(i){return{isInvalid:!i.validity.valid,validationDetails:w$(i),validationErrors:i.validationMessage?[i.validationMessage]:[]}}function T$(i){for(let n=0;n<i.elements.length;n++){let o=i.elements[n];if(!o.validity.valid)return o}return null}function D$(i,n,o){let{isDisabled:u=!1,isReadOnly:d=!1,value:v,name:p,form:g,children:x,"aria-label":E,"aria-labelledby":S,validationState:C="valid",isInvalid:T,onPressStart:P,onPressEnd:N,onPressChange:L,onPress:A,onPressUp:F,onClick:B}=i,K=re=>{re.stopPropagation(),n.setSelected(re.target.checked)},j=x!=null,U=E!=null||S!=null;!j&&!U&&process.env.NODE_ENV!=="production"&&console.warn("If you do not provide children, you must specify an aria-label for accessibility");let{pressProps:G,isPressed:Z}=vu({onPressStart:P,onPressEnd:N,onPressChange:L,onPress:A,onPressUp:F,onClick:B,isDisabled:u}),{pressProps:ke,isPressed:pe}=vu({onPressStart:P,onPressEnd:N,onPressChange:L,onPressUp:F,onClick:B,onPress(re){var ae;A==null||A(re),n.toggle(),(ae=o.current)===null||ae===void 0||ae.focus()},isDisabled:u||d}),{focusableProps:fe}=Gh(i,o),R=Ge(G,fe),de=At(i,{labelable:!0});return Fh(o,n.defaultSelected,n.setSelected),{labelProps:Ge(ke,{onClick:re=>re.preventDefault()}),inputProps:Ge(de,{"aria-invalid":T||C==="invalid"||void 0,"aria-errormessage":i["aria-errormessage"],"aria-controls":i["aria-controls"],"aria-readonly":d||void 0,onChange:K,disabled:u,...v==null?{}:{value:v},name:p,form:g,type:"checkbox",...R}),isSelected:n.isSelected,isPressed:Z||pe,isDisabled:u,isReadOnly:d,isInvalid:T||C==="invalid"}}function YE(i,n,o){let u=md({...i,value:n.isSelected}),{isInvalid:d,validationErrors:v,validationDetails:p}=u.displayValidation,{labelProps:g,inputProps:x,isSelected:E,isPressed:S,isDisabled:C,isReadOnly:T}=D$({...i,isInvalid:d},n,o);Fk(i,u,o);let{isIndeterminate:P,isRequired:N,validationBehavior:L="aria"}=i;b.useEffect(()=>{o.current&&(o.current.indeterminate=!!P)});let{pressProps:A}=vu({isDisabled:C||T,onPress(){let{[vd]:F}=i,{commitValidation:B}=F||u;B()}});return{labelProps:Ge(g,A,b.useMemo(()=>({onMouseDown:F=>F.preventDefault()}),[])),inputProps:{...x,checked:E,"aria-required":N&&L==="aria"||void 0,required:N&&L==="native"},isSelected:E,isPressed:S,isDisabled:C,isReadOnly:T,isInvalid:d,validationErrors:v,validationDetails:p}}const P$=new WeakMap;function qE(i){let{id:n,label:o,"aria-labelledby":u,"aria-label":d,labelElementType:v="label"}=i;n=Rn(n);let p=Rn(),g={};o?(u=u?`${p} ${u}`:p,g={id:p,htmlFor:v==="label"?n:void 0}):!u&&!d&&process.env.NODE_ENV!=="production"&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let x=Oh({id:n,"aria-label":d,"aria-labelledby":u});return{labelProps:g,fieldProps:x}}function QE(i){let{description:n,errorMessage:o,isInvalid:u,validationState:d}=i,{labelProps:v,fieldProps:p}=qE(i),g=cu([!!n,!!o,u,d]),x=cu([!!n,!!o,u,d]);return p=Ge(p,{"aria-describedby":[g,x,i["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:v,fieldProps:p,descriptionProps:{id:g},errorMessageProps:{id:x}}}function XE(i={}){let{isReadOnly:n}=i,[o,u]=ml(i.isSelected,i.defaultSelected||!1,i.onChange),[d]=b.useState(o);function v(x){n||u(x)}function p(){n||u(!o)}var g;return{isSelected:o,defaultSelected:(g=i.defaultSelected)!==null&&g!==void 0?g:d,setSelected:v,toggle:p}}function $$(i,n,o){const u=XE({isReadOnly:i.isReadOnly||n.isReadOnly,isSelected:n.isSelected(i.value),defaultSelected:n.defaultValue.includes(i.value),onChange(F){F?n.addValue(i.value):n.removeValue(i.value),i.onChange&&i.onChange(F)}});let{name:d,form:v,descriptionId:p,errorMessageId:g,validationBehavior:x}=P$.get(n);var E;x=(E=i.validationBehavior)!==null&&E!==void 0?E:x;let{realtimeValidation:S}=md({...i,value:u.isSelected,name:void 0,validationBehavior:"aria"}),C=b.useRef(pd),T=()=>{n.setInvalid(i.value,S.isInvalid?S:C.current)};b.useEffect(T);let P=n.realtimeValidation.isInvalid?n.realtimeValidation:S,N=x==="native"?n.displayValidation:P;var L;let A=YE({...i,isReadOnly:i.isReadOnly||n.isReadOnly,isDisabled:i.isDisabled||n.isDisabled,name:i.name||d,form:i.form||v,isRequired:(L=i.isRequired)!==null&&L!==void 0?L:n.isRequired,validationBehavior:x,[vd]:{realtimeValidation:P,displayValidation:N,resetValidation:n.resetValidation,commitValidation:n.commitValidation,updateValidation(F){C.current=F,T()}}},u,o);return{...A,inputProps:{...A.inputProps,"aria-describedby":[i["aria-describedby"],n.isInvalid?g:null,p].filter(Boolean).join(" ")||void 0}}}function N$(i){let{minValue:n,maxValue:o,step:u,formatOptions:d,value:v,defaultValue:p=NaN,onChange:g,locale:x,isDisabled:E,isReadOnly:S}=i;v===null&&(v=NaN),v!==void 0&&!isNaN(v)&&(u!==void 0&&!isNaN(u)?v=la(v,n,o,u):v=ld(v,n,o)),isNaN(p)||(u!==void 0&&!isNaN(u)?p=la(p,n,o,u):p=ld(p,n,o));let[C,T]=ml(v,isNaN(p)?NaN:p,g),[P]=b.useState(C),[N,L]=b.useState(()=>isNaN(C)?"":new Jh(x,d).format(C)),A=b.useMemo(()=>new LE(x,d),[x,d]),F=b.useMemo(()=>A.getNumberingSystem(N),[A,N]),B=b.useMemo(()=>new Jh(x,{...d,numberingSystem:F}),[x,d,F]),K=b.useMemo(()=>B.resolvedOptions(),[B]),j=b.useCallback(_e=>isNaN(_e)||_e===null?"":B.format(_e),[B]),U=md({...i,value:C}),G=u!==void 0&&!isNaN(u)?u:1;K.style==="percent"&&(u===void 0||isNaN(u))&&(G=.01);let[Z,ke]=b.useState(C),[pe,fe]=b.useState(x),[R,de]=b.useState(d);(!Object.is(C,Z)||x!==pe||d!==R)&&(L(j(C)),ke(C),fe(x),de(d));let re=b.useMemo(()=>A.parse(N),[A,N]),ae=()=>{if(!N.length){T(NaN),L(v===void 0?"":j(C));return}if(isNaN(re)){L(j(C));return}let _e;u===void 0||isNaN(u)?_e=ld(re,n,o):_e=la(re,n,o,u),_e=A.parse(j(_e)),T(_e),L(j(v===void 0?_e:C)),U.commitValidation()},be=(_e,$e=0)=>{let Me=re;if(isNaN(Me)){let De=isNaN($e)?0:$e;return la(De,n,o,G)}else{let De=la(Me,n,o,G);return _e==="+"&&De>Me||_e==="-"&&De<Me?De:la(Rk(_e,Me,G),n,o,G)}},V=()=>{let _e=be("+",n);_e===C&&L(j(_e)),T(_e),U.commitValidation()},J=()=>{let _e=be("-",o);_e===C&&L(j(_e)),T(_e),U.commitValidation()},X=()=>{o!=null&&(T(la(o,n,o,G)),U.commitValidation())},H=()=>{n!=null&&(T(n),U.commitValidation())},z=b.useMemo(()=>!E&&!S&&(isNaN(re)||o===void 0||isNaN(o)||la(re,n,o,G)>re||Rk("+",re,G)<=o),[E,S,n,o,G,re]),he=b.useMemo(()=>!E&&!S&&(isNaN(re)||n===void 0||isNaN(n)||la(re,n,o,G)<re||Rk("-",re,G)>=n),[E,S,n,o,G,re]);return{...U,validate:_e=>A.isValidPartialNumber(_e,n,o),increment:V,incrementToMax:X,decrement:J,decrementToMin:H,canIncrement:z,canDecrement:he,minValue:n,maxValue:o,numberValue:re,defaultNumberValue:isNaN(p)?P:p,setNumberValue:T,setInputValue:L,inputValue:N,commit:ae}}function Rk(i,n,o){let u=i==="+"?n+o:n-o;if(n%1!==0||o%1!==0){const d=n.toString().split("."),v=o.toString().split("."),p=d[1]&&d[1].length||0,g=v[1]&&v[1].length||0,x=Math.pow(10,Math.max(p,g));n=Math.round(n*x),o=Math.round(o*x),u=i==="+"?n+o:n-o,u/=x}return u}const ZE={border:0,clip:"rect(0 0 0 0)",clipPath:"inset(50%)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"};function JE(i={}){let{style:n,isFocusable:o}=i,[u,d]=b.useState(!1),{focusWithinProps:v}=Op({isDisabled:!o,onFocusWithinChange:g=>d(g)}),p=b.useMemo(()=>u?n:n?{...ZE,...n}:ZE,[u]);return{visuallyHiddenProps:{...v,style:p}}}function eC(i){let{children:n,elementType:o="div",isFocusable:u,style:d,...v}=i,{visuallyHiddenProps:p}=JE(i);return b.createElement(o,Ge(v,p),n)}function zk(i,n){let{inputElementType:o="input",isDisabled:u=!1,isRequired:d=!1,isReadOnly:v=!1,type:p="text",validationBehavior:g="aria"}=i,[x,E]=ml(i.value,i.defaultValue||"",i.onChange),{focusableProps:S}=Gh(i,n),C=md({...i,value:x}),{isInvalid:T,validationErrors:P,validationDetails:N}=C.displayValidation,{labelProps:L,fieldProps:A,descriptionProps:F,errorMessageProps:B}=QE({...i,isInvalid:T,errorMessage:i.errorMessage||P}),K=At(i,{labelable:!0});const j={type:p,pattern:i.pattern};let[U]=b.useState(x);var G;return Fh(n,(G=i.defaultValue)!==null&&G!==void 0?G:U,E),Fk(i,C,n),b.useEffect(()=>{if(n.current instanceof _r(n.current).HTMLTextAreaElement){let Z=n.current;Object.defineProperty(Z,"defaultValue",{get:()=>Z.value,set:()=>{},configurable:!0})}},[n]),{labelProps:L,inputProps:Ge(K,o==="input"?j:void 0,{disabled:u,readOnly:v,required:d&&g==="native","aria-required":d&&g==="aria"||void 0,"aria-invalid":T||void 0,"aria-errormessage":i["aria-errormessage"],"aria-activedescendant":i["aria-activedescendant"],"aria-autocomplete":i["aria-autocomplete"],"aria-haspopup":i["aria-haspopup"],"aria-controls":i["aria-controls"],value:x,onChange:Z=>E(Z.target.value),autoComplete:i.autoComplete,autoCapitalize:i.autoCapitalize,maxLength:i.maxLength,minLength:i.minLength,name:i.name,form:i.form,placeholder:i.placeholder,inputMode:i.inputMode,autoCorrect:i.autoCorrect,spellCheck:i.spellCheck,[parseInt(b.version,10)>=17?"enterKeyHint":"enterkeyhint"]:i.enterKeyHint,onCopy:i.onCopy,onCut:i.onCut,onPaste:i.onPaste,onCompositionEnd:i.onCompositionEnd,onCompositionStart:i.onCompositionStart,onCompositionUpdate:i.onCompositionUpdate,onSelect:i.onSelect,onBeforeInput:i.onBeforeInput,onInput:i.onInput,...S,...A}),descriptionProps:F,errorMessageProps:B,isInvalid:T,validationErrors:P,validationDetails:N}}function tC(){return typeof window<"u"&&window.InputEvent&&typeof InputEvent.prototype.getTargetRanges=="function"}function L$(i,n,o){let u=gn(C=>{let T=o.current;if(!T)return;let P=null;switch(C.inputType){case"historyUndo":case"historyRedo":return;case"insertLineBreak":return;case"deleteContent":case"deleteByCut":case"deleteByDrag":P=T.value.slice(0,T.selectionStart)+T.value.slice(T.selectionEnd);break;case"deleteContentForward":P=T.selectionEnd===T.selectionStart?T.value.slice(0,T.selectionStart)+T.value.slice(T.selectionEnd+1):T.value.slice(0,T.selectionStart)+T.value.slice(T.selectionEnd);break;case"deleteContentBackward":P=T.selectionEnd===T.selectionStart?T.value.slice(0,T.selectionStart-1)+T.value.slice(T.selectionStart):T.value.slice(0,T.selectionStart)+T.value.slice(T.selectionEnd);break;case"deleteSoftLineBackward":case"deleteHardLineBackward":P=T.value.slice(T.selectionStart);break;default:C.data!=null&&(P=T.value.slice(0,T.selectionStart)+C.data+T.value.slice(T.selectionEnd));break}(P==null||!n.validate(P))&&C.preventDefault()});b.useEffect(()=>{if(!tC()||!o.current)return;let C=o.current;return C.addEventListener("beforeinput",u,!1),()=>{C.removeEventListener("beforeinput",u,!1)}},[o,u]);let d=tC()?null:C=>{let T=C.target.value.slice(0,C.target.selectionStart)+C.data+C.target.value.slice(C.target.selectionEnd);n.validate(T)||C.preventDefault()},{labelProps:v,inputProps:p,descriptionProps:g,errorMessageProps:x,...E}=zk(i,o),S=b.useRef(null);return{inputProps:Ge(p,{onBeforeInput:d,onCompositionStart(){let{value:C,selectionStart:T,selectionEnd:P}=o.current;S.current={value:C,selectionStart:T,selectionEnd:P}},onCompositionEnd(){if(o.current&&!n.validate(o.current.value)){let{value:C,selectionStart:T,selectionEnd:P}=S.current;o.current.value=C,o.current.setSelectionRange(T,P),n.setInputValue(C)}}}),labelProps:v,descriptionProps:g,errorMessageProps:x,...E}}var nC={};nC={Empty:"فارغ"};var iC={};iC={Empty:"Изпразни"};var rC={};rC={Empty:"Prázdné"};var oC={};oC={Empty:"Tom"};var lC={};lC={Empty:"Leer"};var aC={};aC={Empty:"Άδειο"};var uC={};uC={Empty:"Empty"};var sC={};sC={Empty:"Vacío"};var cC={};cC={Empty:"Tühjenda"};var dC={};dC={Empty:"Tyhjä"};var fC={};fC={Empty:"Vide"};var pC={};pC={Empty:"ריק"};var vC={};vC={Empty:"Prazno"};var mC={};mC={Empty:"Üres"};var hC={};hC={Empty:"Vuoto"};var gC={};gC={Empty:"空"};var yC={};yC={Empty:"비어 있음"};var bC={};bC={Empty:"Tuščias"};var kC={};kC={Empty:"Tukšs"};var xC={};xC={Empty:"Tom"};var _C={};_C={Empty:"Leeg"};var EC={};EC={Empty:"Pusty"};var CC={};CC={Empty:"Vazio"};var wC={};wC={Empty:"Vazio"};var SC={};SC={Empty:"Gol"};var TC={};TC={Empty:"Не заполнено"};var DC={};DC={Empty:"Prázdne"};var PC={};PC={Empty:"Prazen"};var $C={};$C={Empty:"Prazno"};var NC={};NC={Empty:"Tomt"};var LC={};LC={Empty:"Boş"};var MC={};MC={Empty:"Пусто"};var AC={};AC={Empty:"空"};var OC={};OC={Empty:"空白"};var FC={};FC={"ar-AE":nC,"bg-BG":iC,"cs-CZ":rC,"da-DK":oC,"de-DE":lC,"el-GR":aC,"en-US":uC,"es-ES":sC,"et-EE":cC,"fi-FI":dC,"fr-FR":fC,"he-IL":pC,"hr-HR":vC,"hu-HU":mC,"it-IT":hC,"ja-JP":gC,"ko-KR":yC,"lt-LT":bC,"lv-LV":kC,"nb-NO":xC,"nl-NL":_C,"pl-PL":EC,"pt-BR":CC,"pt-PT":wC,"ro-RO":SC,"ru-RU":TC,"sk-SK":DC,"sl-SI":PC,"sr-SP":$C,"sv-SE":NC,"tr-TR":LC,"uk-UA":MC,"zh-CN":AC,"zh-TW":OC};function M$(i){return i&&i.__esModule?i.default:i}function A$(i){const n=b.useRef(void 0);let{value:o,textValue:u,minValue:d,maxValue:v,isDisabled:p,isReadOnly:g,isRequired:x,onIncrement:E,onIncrementPage:S,onDecrement:C,onDecrementPage:T,onDecrementToMin:P,onIncrementToMax:N}=i;const L=cd(M$(FC),"@react-aria/spinbutton"),A=()=>clearTimeout(n.current);b.useEffect(()=>()=>A(),[]);let F=R=>{if(!(R.ctrlKey||R.metaKey||R.shiftKey||R.altKey||g||R.nativeEvent.isComposing))switch(R.key){case"PageUp":if(S){R.preventDefault(),S==null||S();break}case"ArrowUp":case"Up":E&&(R.preventDefault(),E==null||E());break;case"PageDown":if(T){R.preventDefault(),T==null||T();break}case"ArrowDown":case"Down":C&&(R.preventDefault(),C==null||C());break;case"Home":P&&(R.preventDefault(),P==null||P());break;case"End":N&&(R.preventDefault(),N==null||N());break}},B=b.useRef(!1),K=()=>{B.current=!0},j=()=>{B.current=!1},U=u===""?L.format("Empty"):(u||`${o}`).replace("-","−");b.useEffect(()=>{B.current&&(k$("assertive"),fd(U,"assertive"))},[U]);const G=gn(R=>{A(),E==null||E(),n.current=window.setTimeout(()=>{(v===void 0||isNaN(v)||o===void 0||isNaN(o)||o<v)&&G(60)},R)}),Z=gn(R=>{A(),C==null||C(),n.current=window.setTimeout(()=>{(d===void 0||isNaN(d)||o===void 0||isNaN(o)||o>d)&&Z(60)},R)});let ke=R=>{R.preventDefault()},{addGlobalListener:pe,removeAllGlobalListeners:fe}=Np();return{spinButtonProps:{role:"spinbutton","aria-valuenow":o!==void 0&&!isNaN(o)?o:void 0,"aria-valuetext":U,"aria-valuemin":d,"aria-valuemax":v,"aria-disabled":p||void 0,"aria-readonly":g||void 0,"aria-required":x||void 0,onKeyDown:F,onFocus:K,onBlur:j},incrementButtonProps:{onPressStart:()=>{G(400),pe(window,"contextmenu",ke)},onPressEnd:()=>{A(),fe()},onFocus:K,onBlur:j},decrementButtonProps:{onPressStart:()=>{Z(400),pe(window,"contextmenu",ke)},onPressEnd:()=>{A(),fe()},onFocus:K,onBlur:j}}}var RC={};RC={decrease:i=>`خفض ${i.fieldLabel}`,increase:i=>`زيادة ${i.fieldLabel}`,numberField:"حقل رقمي"};var zC={};zC={decrease:i=>`Намаляване ${i.fieldLabel}`,increase:i=>`Усилване ${i.fieldLabel}`,numberField:"Номер на полето"};var IC={};IC={decrease:i=>`Snížit ${i.fieldLabel}`,increase:i=>`Zvýšit ${i.fieldLabel}`,numberField:"Číselné pole"};var BC={};BC={decrease:i=>`Reducer ${i.fieldLabel}`,increase:i=>`Øg ${i.fieldLabel}`,numberField:"Talfelt"};var UC={};UC={decrease:i=>`${i.fieldLabel} verringern`,increase:i=>`${i.fieldLabel} erhöhen`,numberField:"Nummernfeld"};var VC={};VC={decrease:i=>`Μείωση ${i.fieldLabel}`,increase:i=>`Αύξηση ${i.fieldLabel}`,numberField:"Πεδίο αριθμού"};var KC={};KC={decrease:i=>`Decrease ${i.fieldLabel}`,increase:i=>`Increase ${i.fieldLabel}`,numberField:"Number field"};var jC={};jC={decrease:i=>`Reducir ${i.fieldLabel}`,increase:i=>`Aumentar ${i.fieldLabel}`,numberField:"Campo de número"};var HC={};HC={decrease:i=>`Vähenda ${i.fieldLabel}`,increase:i=>`Suurenda ${i.fieldLabel}`,numberField:"Numbri väli"};var WC={};WC={decrease:i=>`Vähennä ${i.fieldLabel}`,increase:i=>`Lisää ${i.fieldLabel}`,numberField:"Numerokenttä"};var GC={};GC={decrease:i=>`Diminuer ${i.fieldLabel}`,increase:i=>`Augmenter ${i.fieldLabel}`,numberField:"Champ de nombre"};var YC={};YC={decrease:i=>`הקטן ${i.fieldLabel}`,increase:i=>`הגדל ${i.fieldLabel}`,numberField:"שדה מספר"};var qC={};qC={decrease:i=>`Smanji ${i.fieldLabel}`,increase:i=>`Povećaj ${i.fieldLabel}`,numberField:"Polje broja"};var QC={};QC={decrease:i=>`${i.fieldLabel} csökkentése`,increase:i=>`${i.fieldLabel} növelése`,numberField:"Számmező"};var XC={};XC={decrease:i=>`Riduci ${i.fieldLabel}`,increase:i=>`Aumenta ${i.fieldLabel}`,numberField:"Campo numero"};var ZC={};ZC={decrease:i=>`${i.fieldLabel}を縮小`,increase:i=>`${i.fieldLabel}を拡大`,numberField:"数値フィールド"};var JC={};JC={decrease:i=>`${i.fieldLabel} 감소`,increase:i=>`${i.fieldLabel} 증가`,numberField:"번호 필드"};var ew={};ew={decrease:i=>`Sumažinti ${i.fieldLabel}`,increase:i=>`Padidinti ${i.fieldLabel}`,numberField:"Numerio laukas"};var tw={};tw={decrease:i=>`Samazināšana ${i.fieldLabel}`,increase:i=>`Palielināšana ${i.fieldLabel}`,numberField:"Skaitļu lauks"};var nw={};nw={decrease:i=>`Reduser ${i.fieldLabel}`,increase:i=>`Øk ${i.fieldLabel}`,numberField:"Tallfelt"};var iw={};iw={decrease:i=>`${i.fieldLabel} verlagen`,increase:i=>`${i.fieldLabel} verhogen`,numberField:"Getalveld"};var rw={};rw={decrease:i=>`Zmniejsz ${i.fieldLabel}`,increase:i=>`Zwiększ ${i.fieldLabel}`,numberField:"Pole numeru"};var ow={};ow={decrease:i=>`Diminuir ${i.fieldLabel}`,increase:i=>`Aumentar ${i.fieldLabel}`,numberField:"Campo de número"};var lw={};lw={decrease:i=>`Diminuir ${i.fieldLabel}`,increase:i=>`Aumentar ${i.fieldLabel}`,numberField:"Campo numérico"};var aw={};aw={decrease:i=>`Scădere ${i.fieldLabel}`,increase:i=>`Creștere ${i.fieldLabel}`,numberField:"Câmp numeric"};var uw={};uw={decrease:i=>`Уменьшение ${i.fieldLabel}`,increase:i=>`Увеличение ${i.fieldLabel}`,numberField:"Числовое поле"};var sw={};sw={decrease:i=>`Znížiť ${i.fieldLabel}`,increase:i=>`Zvýšiť ${i.fieldLabel}`,numberField:"Číselné pole"};var cw={};cw={decrease:i=>`Upadati ${i.fieldLabel}`,increase:i=>`Povečajte ${i.fieldLabel}`,numberField:"Številčno polje"};var dw={};dw={decrease:i=>`Smanji ${i.fieldLabel}`,increase:i=>`Povećaj ${i.fieldLabel}`,numberField:"Polje broja"};var fw={};fw={decrease:i=>`Minska ${i.fieldLabel}`,increase:i=>`Öka ${i.fieldLabel}`,numberField:"Nummerfält"};var pw={};pw={decrease:i=>`${i.fieldLabel} azalt`,increase:i=>`${i.fieldLabel} arttır`,numberField:"Sayı alanı"};var vw={};vw={decrease:i=>`Зменшити ${i.fieldLabel}`,increase:i=>`Збільшити ${i.fieldLabel}`,numberField:"Поле номера"};var mw={};mw={decrease:i=>`降低 ${i.fieldLabel}`,increase:i=>`提高 ${i.fieldLabel}`,numberField:"数字字段"};var hw={};hw={decrease:i=>`縮小 ${i.fieldLabel}`,increase:i=>`放大 ${i.fieldLabel}`,numberField:"數字欄位"};var gw={};gw={"ar-AE":RC,"bg-BG":zC,"cs-CZ":IC,"da-DK":BC,"de-DE":UC,"el-GR":VC,"en-US":KC,"es-ES":jC,"et-EE":HC,"fi-FI":WC,"fr-FR":GC,"he-IL":YC,"hr-HR":qC,"hu-HU":QC,"it-IT":XC,"ja-JP":ZC,"ko-KR":JC,"lt-LT":ew,"lv-LV":tw,"nb-NO":nw,"nl-NL":iw,"pl-PL":rw,"pt-BR":ow,"pt-PT":lw,"ro-RO":aw,"ru-RU":uw,"sk-SK":sw,"sl-SI":cw,"sr-SP":dw,"sv-SE":fw,"tr-TR":pw,"uk-UA":vw,"zh-CN":mw,"zh-TW":hw};function O$(i){return i&&i.__esModule?i.default:i}function F$(i,n,o){let{id:u,decrementAriaLabel:d,incrementAriaLabel:v,isDisabled:p,isReadOnly:g,isRequired:x,minValue:E,maxValue:S,autoFocus:C,label:T,formatOptions:P,onBlur:N=()=>{},onFocus:L,onFocusChange:A,onKeyDown:F,onKeyUp:B,description:K,errorMessage:j,isWheelDisabled:U,...G}=i,{increment:Z,incrementToMax:ke,decrement:pe,decrementToMin:fe,numberValue:R,inputValue:de,commit:re,commitValidation:ae}=n;const be=cd(O$(gw),"@react-aria/numberfield");let V=Rn(u),{focusProps:J}=Wh({onBlur(){re()}}),X=RE(P),H=b.useMemo(()=>X.resolvedOptions(),[X]),z=RE({...P,currencySign:void 0}),he=b.useMemo(()=>isNaN(R)?"":z.format(R),[z,R]),{spinButtonProps:ge,incrementButtonProps:_e,decrementButtonProps:$e}=A$({isDisabled:p,isReadOnly:g,isRequired:x,maxValue:S,minValue:E,onIncrement:Z,onIncrementToMax:ke,onDecrement:pe,onDecrementToMin:fe,value:R,textValue:he}),[Me,De]=b.useState(!1),{focusWithinProps:Fe}=Op({isDisabled:p,onFocusWithinChange:De}),Be=b.useCallback(it=>{Math.abs(it.deltaY)<=Math.abs(it.deltaX)||(it.deltaY>0?Z():it.deltaY<0&&pe())},[pe,Z]);IP({onScroll:Be,isDisabled:U||p||g||!Me},o);var ht;let Pe=((ht=H.maximumFractionDigits)!==null&&ht!==void 0?ht:0)>0,ee=n.minValue===void 0||isNaN(n.minValue)||n.minValue<0,qe="numeric";R3()?ee?qe="text":Pe&&(qe="decimal"):Ah()&&(ee?qe="numeric":Pe&&(qe="decimal"));let yt=it=>{n.validate(it)&&n.setInputValue(it)},Rt=At(i),In=b.useCallback(it=>{it.nativeEvent.isComposing||(it.key==="Enter"?(re(),ae()):it.continuePropagation())},[re,ae]),{isInvalid:ft,validationErrors:ei,validationDetails:Ki}=n.displayValidation,{labelProps:Yn,inputProps:at,descriptionProps:kt,errorMessageProps:Tt}=L$({...G,...Rt,name:void 0,form:void 0,label:T,autoFocus:C,isDisabled:p,isReadOnly:g,isRequired:x,validate:void 0,[vd]:n,value:de,defaultValue:"!",autoComplete:"off","aria-label":i["aria-label"]||void 0,"aria-labelledby":i["aria-labelledby"]||void 0,id:V,type:"text",inputMode:qe,onChange:yt,onBlur:N,onFocus:L,onFocusChange:A,onKeyDown:b.useMemo(()=>ra(In,F),[In,F]),onKeyUp:B,description:K,errorMessage:j},n,o);Fh(o,n.defaultNumberValue,n.setNumberValue);let Qr=Ge(ge,J,at,{role:null,"aria-roledescription":$p()?null:be.format("numberField"),"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null,"aria-valuetext":null,autoCorrect:"off",spellCheck:"false"});i.validationBehavior==="native"&&(Qr["aria-required"]=void 0);let gi=it=>{var Ot;document.activeElement!==o.current&&(it.pointerType==="mouse"?(Ot=o.current)===null||Ot===void 0||Ot.focus():it.target.focus())},ji=i["aria-label"]||(typeof i.label=="string"?i.label:""),Di;ji||(Di=i.label!=null?Yn.id:i["aria-labelledby"]);let go=Rn(),_l=Rn(),Ne=Ge(_e,{"aria-label":v||be.format("increase",{fieldLabel:ji}).trim(),id:Di&&!v?go:null,"aria-labelledby":Di&&!v?`${go} ${Di}`:null,"aria-controls":V,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!n.canIncrement,onPressStart:gi}),et=Ge($e,{"aria-label":d||be.format("decrease",{fieldLabel:ji}).trim(),id:Di&&!d?_l:null,"aria-labelledby":Di&&!d?`${_l} ${Di}`:null,"aria-controls":V,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!n.canDecrement,onPressStart:gi});return{groupProps:{...Fe,role:"group","aria-disabled":p,"aria-invalid":ft?"true":void 0},labelProps:Yn,inputProps:Qr,incrementButtonProps:Ne,decrementButtonProps:et,errorMessageProps:Tt,descriptionProps:kt,isInvalid:ft,validationErrors:ei,validationDetails:Ki}}var yw={};yw={buttonLabel:"عرض المقترحات",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} خيار`,other:()=>`${n.number(i.optionCount)} خيارات`})} متاحة.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`المجموعة المدخلة ${i.groupTitle}, مع ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} خيار`,other:()=>`${n.number(i.groupCount)} خيارات`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", محدد",other:""},i.isSelected)}`,listboxLabel:"مقترحات",selectedAnnouncement:i=>`${i.optionText}، محدد`};var bw={};bw={buttonLabel:"Покажи предложения",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} опция`,other:()=>`${n.number(i.optionCount)} опции`})} на разположение.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Въведена група ${i.groupTitle}, с ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} опция`,other:()=>`${n.number(i.groupCount)} опции`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", избрани",other:""},i.isSelected)}`,listboxLabel:"Предложения",selectedAnnouncement:i=>`${i.optionText}, избрани`};var kw={};kw={buttonLabel:"Zobrazit doporučení",countAnnouncement:(i,n)=>`K dispozici ${n.plural(i.optionCount,{one:()=>`je ${n.number(i.optionCount)} možnost`,other:()=>`jsou/je ${n.number(i.optionCount)} možnosti/-í`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Zadaná skupina „${i.groupTitle}“ ${n.plural(i.groupCount,{one:()=>`s ${n.number(i.groupCount)} možností`,other:()=>`se ${n.number(i.groupCount)} možnostmi`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:" (vybráno)",other:""},i.isSelected)}`,listboxLabel:"Návrhy",selectedAnnouncement:i=>`${i.optionText}, vybráno`};var xw={};xw={buttonLabel:"Vis forslag",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} mulighed tilgængelig`,other:()=>`${n.number(i.optionCount)} muligheder tilgængelige`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Angivet gruppe ${i.groupTitle}, med ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} mulighed`,other:()=>`${n.number(i.groupCount)} muligheder`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", valgt",other:""},i.isSelected)}`,listboxLabel:"Forslag",selectedAnnouncement:i=>`${i.optionText}, valgt`};var _w={};_w={buttonLabel:"Empfehlungen anzeigen",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} Option`,other:()=>`${n.number(i.optionCount)} Optionen`})} verfügbar.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Eingetretene Gruppe ${i.groupTitle}, mit ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} Option`,other:()=>`${n.number(i.groupCount)} Optionen`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", ausgewählt",other:""},i.isSelected)}`,listboxLabel:"Empfehlungen",selectedAnnouncement:i=>`${i.optionText}, ausgewählt`};var Ew={};Ew={buttonLabel:"Προβολή προτάσεων",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} επιλογή`,other:()=>`${n.number(i.optionCount)} επιλογές `})} διαθέσιμες.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Εισαγμένη ομάδα ${i.groupTitle}, με ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} επιλογή`,other:()=>`${n.number(i.groupCount)} επιλογές`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", επιλεγμένο",other:""},i.isSelected)}`,listboxLabel:"Προτάσεις",selectedAnnouncement:i=>`${i.optionText}, επιλέχθηκε`};var Cw={};Cw={focusAnnouncement:(i,n)=>`${n.select({true:()=>`Entered group ${i.groupTitle}, with ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} option`,other:()=>`${n.number(i.groupCount)} options`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", selected",other:""},i.isSelected)}`,countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} option`,other:()=>`${n.number(i.optionCount)} options`})} available.`,selectedAnnouncement:i=>`${i.optionText}, selected`,buttonLabel:"Show suggestions",listboxLabel:"Suggestions"};var ww={};ww={buttonLabel:"Mostrar sugerencias",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opción`,other:()=>`${n.number(i.optionCount)} opciones`})} disponible(s).`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Se ha unido al grupo ${i.groupTitle}, con ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opción`,other:()=>`${n.number(i.groupCount)} opciones`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", seleccionado",other:""},i.isSelected)}`,listboxLabel:"Sugerencias",selectedAnnouncement:i=>`${i.optionText}, seleccionado`};var Sw={};Sw={buttonLabel:"Kuva soovitused",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} valik`,other:()=>`${n.number(i.optionCount)} valikud`})} saadaval.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Sisestatud rühm ${i.groupTitle}, valikuga ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} valik`,other:()=>`${n.number(i.groupCount)} valikud`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", valitud",other:""},i.isSelected)}`,listboxLabel:"Soovitused",selectedAnnouncement:i=>`${i.optionText}, valitud`};var Tw={};Tw={buttonLabel:"Näytä ehdotukset",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} vaihtoehto`,other:()=>`${n.number(i.optionCount)} vaihtoehdot`})} saatavilla.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Mentiin ryhmään ${i.groupTitle}, ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} vaihtoehdon`,other:()=>`${n.number(i.groupCount)} vaihtoehdon`})} kanssa.`,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", valittu",other:""},i.isSelected)}`,listboxLabel:"Ehdotukset",selectedAnnouncement:i=>`${i.optionText}, valittu`};var Dw={};Dw={buttonLabel:"Afficher les suggestions",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} option`,other:()=>`${n.number(i.optionCount)} options`})} disponible(s).`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Groupe ${i.groupTitle} rejoint, avec ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} option`,other:()=>`${n.number(i.groupCount)} options`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", sélectionné(s)",other:""},i.isSelected)}`,listboxLabel:"Suggestions",selectedAnnouncement:i=>`${i.optionText}, sélectionné`};var Pw={};Pw={buttonLabel:"הצג הצעות",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`אפשרות ${n.number(i.optionCount)}`,other:()=>`${n.number(i.optionCount)} אפשרויות`})} במצב זמין.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`נכנס לקבוצה ${i.groupTitle}, עם ${n.plural(i.groupCount,{one:()=>`אפשרות ${n.number(i.groupCount)}`,other:()=>`${n.number(i.groupCount)} אפשרויות`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", נבחר",other:""},i.isSelected)}`,listboxLabel:"הצעות",selectedAnnouncement:i=>`${i.optionText}, נבחר`};var $w={};$w={buttonLabel:"Prikaži prijedloge",countAnnouncement:(i,n)=>`Dostupno još: ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opcija`,other:()=>`${n.number(i.optionCount)} opcije/a`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Unesena skupina ${i.groupTitle}, s ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opcijom`,other:()=>`${n.number(i.groupCount)} opcije/a`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", odabranih",other:""},i.isSelected)}`,listboxLabel:"Prijedlozi",selectedAnnouncement:i=>`${i.optionText}, odabrano`};var Nw={};Nw={buttonLabel:"Javaslatok megjelenítése",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} lehetőség`,other:()=>`${n.number(i.optionCount)} lehetőség`})} áll rendelkezésre.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Belépett a(z) ${i.groupTitle} csoportba, amely ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} lehetőséget`,other:()=>`${n.number(i.groupCount)} lehetőséget`})} tartalmaz. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", kijelölve",other:""},i.isSelected)}`,listboxLabel:"Javaslatok",selectedAnnouncement:i=>`${i.optionText}, kijelölve`};var Lw={};Lw={buttonLabel:"Mostra suggerimenti",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opzione disponibile`,other:()=>`${n.number(i.optionCount)} opzioni disponibili`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Ingresso nel gruppo ${i.groupTitle}, con ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opzione`,other:()=>`${n.number(i.groupCount)} opzioni`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", selezionato",other:""},i.isSelected)}`,listboxLabel:"Suggerimenti",selectedAnnouncement:i=>`${i.optionText}, selezionato`};var Mw={};Mw={buttonLabel:"候補を表示",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} 個のオプション`,other:()=>`${n.number(i.optionCount)} 個のオプション`})}を利用できます。`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`入力されたグループ ${i.groupTitle}、${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} 個のオプション`,other:()=>`${n.number(i.groupCount)} 個のオプション`})}を含む。`,other:""},i.isGroupChange)}${i.optionText}${n.select({true:"、選択済み",other:""},i.isSelected)}`,listboxLabel:"候補",selectedAnnouncement:i=>`${i.optionText}、選択済み`};var Aw={};Aw={buttonLabel:"제안 사항 표시",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)}개 옵션`,other:()=>`${n.number(i.optionCount)}개 옵션`})}을 사용할 수 있습니다.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`입력한 그룹 ${i.groupTitle}, ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)}개 옵션`,other:()=>`${n.number(i.groupCount)}개 옵션`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", 선택됨",other:""},i.isSelected)}`,listboxLabel:"제안",selectedAnnouncement:i=>`${i.optionText}, 선택됨`};var Ow={};Ow={buttonLabel:"Rodyti pasiūlymus",countAnnouncement:(i,n)=>`Yra ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} parinktis`,other:()=>`${n.number(i.optionCount)} parinktys (-ių)`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Įvesta grupė ${i.groupTitle}, su ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} parinktimi`,other:()=>`${n.number(i.groupCount)} parinktimis (-ių)`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", pasirinkta",other:""},i.isSelected)}`,listboxLabel:"Pasiūlymai",selectedAnnouncement:i=>`${i.optionText}, pasirinkta`};var Fw={};Fw={buttonLabel:"Rādīt ieteikumus",countAnnouncement:(i,n)=>`Pieejamo opciju skaits: ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opcija`,other:()=>`${n.number(i.optionCount)} opcijas`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Ievadīta grupa ${i.groupTitle}, ar ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opciju`,other:()=>`${n.number(i.groupCount)} opcijām`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", atlasīta",other:""},i.isSelected)}`,listboxLabel:"Ieteikumi",selectedAnnouncement:i=>`${i.optionText}, atlasīta`};var Rw={};Rw={buttonLabel:"Vis forslag",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} alternativ`,other:()=>`${n.number(i.optionCount)} alternativer`})} finnes.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Angitt gruppe ${i.groupTitle}, med ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} alternativ`,other:()=>`${n.number(i.groupCount)} alternativer`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", valgt",other:""},i.isSelected)}`,listboxLabel:"Forslag",selectedAnnouncement:i=>`${i.optionText}, valgt`};var zw={};zw={buttonLabel:"Suggesties weergeven",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} optie`,other:()=>`${n.number(i.optionCount)} opties`})} beschikbaar.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Groep ${i.groupTitle} ingevoerd met ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} optie`,other:()=>`${n.number(i.groupCount)} opties`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", geselecteerd",other:""},i.isSelected)}`,listboxLabel:"Suggesties",selectedAnnouncement:i=>`${i.optionText}, geselecteerd`};var Iw={};Iw={buttonLabel:"Wyświetlaj sugestie",countAnnouncement:(i,n)=>`dostępna/dostępne(-nych) ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opcja`,other:()=>`${n.number(i.optionCount)} opcje(-i)`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Dołączono do grupy ${i.groupTitle}, z ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opcją`,other:()=>`${n.number(i.groupCount)} opcjami`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", wybrano",other:""},i.isSelected)}`,listboxLabel:"Sugestie",selectedAnnouncement:i=>`${i.optionText}, wybrano`};var Bw={};Bw={buttonLabel:"Mostrar sugestões",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opção`,other:()=>`${n.number(i.optionCount)} opções`})} disponível.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Grupo inserido ${i.groupTitle}, com ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opção`,other:()=>`${n.number(i.groupCount)} opções`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", selecionado",other:""},i.isSelected)}`,listboxLabel:"Sugestões",selectedAnnouncement:i=>`${i.optionText}, selecionado`};var Uw={};Uw={buttonLabel:"Apresentar sugestões",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opção`,other:()=>`${n.number(i.optionCount)} opções`})} disponível.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Grupo introduzido ${i.groupTitle}, com ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opção`,other:()=>`${n.number(i.groupCount)} opções`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", selecionado",other:""},i.isSelected)}`,listboxLabel:"Sugestões",selectedAnnouncement:i=>`${i.optionText}, selecionado`};var Vw={};Vw={buttonLabel:"Afișare sugestii",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opțiune`,other:()=>`${n.number(i.optionCount)} opțiuni`})} disponibile.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Grup ${i.groupTitle} introdus, cu ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opțiune`,other:()=>`${n.number(i.groupCount)} opțiuni`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", selectat",other:""},i.isSelected)}`,listboxLabel:"Sugestii",selectedAnnouncement:i=>`${i.optionText}, selectat`};var Kw={};Kw={buttonLabel:"Показать предложения",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} параметр`,other:()=>`${n.number(i.optionCount)} параметров`})} доступно.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Введенная группа ${i.groupTitle}, с ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} параметром`,other:()=>`${n.number(i.groupCount)} параметрами`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", выбранными",other:""},i.isSelected)}`,listboxLabel:"Предложения",selectedAnnouncement:i=>`${i.optionText}, выбрано`};var jw={};jw={buttonLabel:"Zobraziť návrhy",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} možnosť`,other:()=>`${n.number(i.optionCount)} možnosti/-í`})} k dispozícii.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Zadaná skupina ${i.groupTitle}, s ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} možnosťou`,other:()=>`${n.number(i.groupCount)} možnosťami`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", vybraté",other:""},i.isSelected)}`,listboxLabel:"Návrhy",selectedAnnouncement:i=>`${i.optionText}, vybraté`};var Hw={};Hw={buttonLabel:"Prikaži predloge",countAnnouncement:(i,n)=>`Na voljo je ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opcija`,other:()=>`${n.number(i.optionCount)} opcije`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Vnesena skupina ${i.groupTitle}, z ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opcija`,other:()=>`${n.number(i.groupCount)} opcije`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", izbrano",other:""},i.isSelected)}`,listboxLabel:"Predlogi",selectedAnnouncement:i=>`${i.optionText}, izbrano`};var Ww={};Ww={buttonLabel:"Prikaži predloge",countAnnouncement:(i,n)=>`Dostupno još: ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} opcija`,other:()=>`${n.number(i.optionCount)} opcije/a`})}.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Unesena grupa ${i.groupTitle}, s ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} opcijom`,other:()=>`${n.number(i.groupCount)} optione/a`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", izabranih",other:""},i.isSelected)}`,listboxLabel:"Predlozi",selectedAnnouncement:i=>`${i.optionText}, izabrano`};var Gw={};Gw={buttonLabel:"Visa förslag",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} alternativ`,other:()=>`${n.number(i.optionCount)} alternativ`})} tillgängliga.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Ingick i gruppen ${i.groupTitle} med ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} alternativ`,other:()=>`${n.number(i.groupCount)} alternativ`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", valda",other:""},i.isSelected)}`,listboxLabel:"Förslag",selectedAnnouncement:i=>`${i.optionText}, valda`};var Yw={};Yw={buttonLabel:"Önerileri göster",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} seçenek`,other:()=>`${n.number(i.optionCount)} seçenekler`})} kullanılabilir.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Girilen grup ${i.groupTitle}, ile ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} seçenek`,other:()=>`${n.number(i.groupCount)} seçenekler`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", seçildi",other:""},i.isSelected)}`,listboxLabel:"Öneriler",selectedAnnouncement:i=>`${i.optionText}, seçildi`};var qw={};qw={buttonLabel:"Показати пропозиції",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} параметр`,other:()=>`${n.number(i.optionCount)} параметри(-ів)`})} доступно.`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`Введена група ${i.groupTitle}, з ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} параметр`,other:()=>`${n.number(i.groupCount)} параметри(-ів)`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", вибрано",other:""},i.isSelected)}`,listboxLabel:"Пропозиції",selectedAnnouncement:i=>`${i.optionText}, вибрано`};var Qw={};Qw={buttonLabel:"显示建议",countAnnouncement:(i,n)=>`有 ${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} 个选项`,other:()=>`${n.number(i.optionCount)} 个选项`})}可用。`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`进入了 ${i.groupTitle} 组,其中有 ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} 个选项`,other:()=>`${n.number(i.groupCount)} 个选项`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", 已选择",other:""},i.isSelected)}`,listboxLabel:"建议",selectedAnnouncement:i=>`${i.optionText}, 已选择`};var Xw={};Xw={buttonLabel:"顯示建議",countAnnouncement:(i,n)=>`${n.plural(i.optionCount,{one:()=>`${n.number(i.optionCount)} 選項`,other:()=>`${n.number(i.optionCount)} 選項`})} 可用。`,focusAnnouncement:(i,n)=>`${n.select({true:()=>`輸入的群組 ${i.groupTitle}, 有 ${n.plural(i.groupCount,{one:()=>`${n.number(i.groupCount)} 選項`,other:()=>`${n.number(i.groupCount)} 選項`})}. `,other:""},i.isGroupChange)}${i.optionText}${n.select({true:", 已選取",other:""},i.isSelected)}`,listboxLabel:"建議",selectedAnnouncement:i=>`${i.optionText}, 已選取`};var Zw={};Zw={"ar-AE":yw,"bg-BG":bw,"cs-CZ":kw,"da-DK":xw,"de-DE":_w,"el-GR":Ew,"en-US":Cw,"es-ES":ww,"et-EE":Sw,"fi-FI":Tw,"fr-FR":Dw,"he-IL":Pw,"hr-HR":$w,"hu-HU":Nw,"it-IT":Lw,"ja-JP":Mw,"ko-KR":Aw,"lt-LT":Ow,"lv-LV":Fw,"nb-NO":Rw,"nl-NL":zw,"pl-PL":Iw,"pt-BR":Bw,"pt-PT":Uw,"ro-RO":Vw,"ru-RU":Kw,"sk-SK":jw,"sl-SI":Hw,"sr-SP":Ww,"sv-SE":Gw,"tr-TR":Yw,"uk-UA":qw,"zh-CN":Qw,"zh-TW":Xw};const gl={top:"top",bottom:"top",left:"left",right:"left"},ng={top:"bottom",bottom:"top",left:"right",right:"left"},R$={top:"left",left:"top"},Ik={top:"height",left:"width"},Jw={width:"totalWidth",height:"totalHeight"},ig={};let mi=typeof document<"u"?window.visualViewport:null;function e2(i){let n=0,o=0,u=0,d=0,v=0,p=0,g={};var x;let E=((x=mi==null?void 0:mi.scale)!==null&&x!==void 0?x:1)>1;if(i.tagName==="BODY"){let N=document.documentElement;u=N.clientWidth,d=N.clientHeight;var S;n=(S=mi==null?void 0:mi.width)!==null&&S!==void 0?S:u;var C;o=(C=mi==null?void 0:mi.height)!==null&&C!==void 0?C:d,g.top=N.scrollTop||i.scrollTop,g.left=N.scrollLeft||i.scrollLeft,mi&&(v=mi.offsetTop,p=mi.offsetLeft)}else({width:n,height:o,top:v,left:p}=hd(i,!1)),g.top=i.scrollTop,g.left=i.scrollLeft,u=n,d=o;if(Z0()&&(i.tagName==="BODY"||i.tagName==="HTML")&&E){g.top=0,g.left=0;var T;v=(T=mi==null?void 0:mi.pageTop)!==null&&T!==void 0?T:0;var P;p=(P=mi==null?void 0:mi.pageLeft)!==null&&P!==void 0?P:0}return{width:n,height:o,totalWidth:u,totalHeight:d,scroll:g,top:v,left:p}}function z$(i){return{top:i.scrollTop,left:i.scrollLeft,width:i.scrollWidth,height:i.scrollHeight}}function t2(i,n,o,u,d,v,p){var g;let x=(g=d.scroll[i])!==null&&g!==void 0?g:0,E=u[Ik[i]],S=u.scroll[gl[i]]+v,C=E+u.scroll[gl[i]]-v,T=n-x+p[i]-u[gl[i]],P=n-x+o+p[i]-u[gl[i]];return T<S?S-T:P>C?Math.max(C-P,S-T):0}function I$(i){let n=window.getComputedStyle(i);return{top:parseInt(n.marginTop,10)||0,bottom:parseInt(n.marginBottom,10)||0,left:parseInt(n.marginLeft,10)||0,right:parseInt(n.marginRight,10)||0}}function n2(i){if(ig[i])return ig[i];let[n,o]=i.split(" "),u=gl[n]||"right",d=R$[u];gl[o]||(o="center");let v=Ik[u],p=Ik[d];return ig[i]={placement:n,crossPlacement:o,axis:u,crossAxis:d,size:v,crossSize:p},ig[i]}function Bk(i,n,o,u,d,v,p,g,x,E){let{placement:S,crossPlacement:C,axis:T,crossAxis:P,size:N,crossSize:L}=u,A={};var F;A[P]=(F=i[P])!==null&&F!==void 0?F:0;var B,K,j,U;C==="center"?A[P]+=(((B=i[L])!==null&&B!==void 0?B:0)-((K=o[L])!==null&&K!==void 0?K:0))/2:C!==P&&(A[P]+=((j=i[L])!==null&&j!==void 0?j:0)-((U=o[L])!==null&&U!==void 0?U:0)),A[P]+=v;const G=i[P]-o[L]+x+E,Z=i[P]+i[L]-x-E;if(A[P]=ld(A[P],G,Z),S===T){const ke=g?p[N]:n[Jw[N]];A[ng[T]]=Math.floor(ke-i[T]+d)}else A[T]=Math.floor(i[T]+i[N]+d);return A}function B$(i,n,o,u,d,v,p,g){const x=u?o.height:n[Jw.height];var E;let S=i.top!=null?o.top+i.top:o.top+(x-((E=i.bottom)!==null&&E!==void 0?E:0)-p);var C,T,P,N,L,A;let F=g!=="top"?Math.max(0,n.height+n.top+((C=n.scroll.top)!==null&&C!==void 0?C:0)-S-(((T=d.top)!==null&&T!==void 0?T:0)+((P=d.bottom)!==null&&P!==void 0?P:0)+v)):Math.max(0,S+p-(n.top+((N=n.scroll.top)!==null&&N!==void 0?N:0))-(((L=d.top)!==null&&L!==void 0?L:0)+((A=d.bottom)!==null&&A!==void 0?A:0)+v));return Math.min(n.height-v*2,F)}function i2(i,n,o,u,d,v){let{placement:p,axis:g,size:x}=v;var E,S;if(p===g)return Math.max(0,o[g]-i[g]-((E=i.scroll[g])!==null&&E!==void 0?E:0)+n[g]-((S=u[g])!==null&&S!==void 0?S:0)-u[ng[g]]-d);var C;return Math.max(0,i[x]+i[g]+i.scroll[g]-n[g]-o[g]-o[x]-((C=u[g])!==null&&C!==void 0?C:0)-u[ng[g]]-d)}function U$(i,n,o,u,d,v,p,g,x,E,S,C,T,P,N,L){let A=n2(i),{size:F,crossAxis:B,crossSize:K,placement:j,crossPlacement:U}=A,G=Bk(n,g,o,A,S,C,E,T,N,L),Z=S,ke=i2(g,E,n,d,v+S,A);if(p&&u[F]>ke){let Fe=n2(`${ng[j]} ${U}`),Be=Bk(n,g,o,Fe,S,C,E,T,N,L);i2(g,E,n,d,v+S,Fe)>ke&&(A=Fe,G=Be,Z=S)}let pe="bottom";A.axis==="top"?A.placement==="top"?pe="top":A.placement==="bottom"&&(pe="bottom"):A.crossAxis==="top"&&(A.crossPlacement==="top"?pe="bottom":A.crossPlacement==="bottom"&&(pe="top"));let fe=t2(B,G[B],o[K],g,x,v,E);G[B]+=fe;let R=B$(G,g,E,T,d,v,o.height,pe);P&&P<R&&(R=P),o.height=Math.min(o.height,R),G=Bk(n,g,o,A,Z,C,E,T,N,L),fe=t2(B,G[B],o[K],g,x,v,E),G[B]+=fe;let de={},re=n[B]-G[B]-d[gl[B]],ae=re+.5*n[K];const be=N/2+L;var V,J,X,H;const z=gl[B]==="left"?((V=d.left)!==null&&V!==void 0?V:0)+((J=d.right)!==null&&J!==void 0?J:0):((X=d.top)!==null&&X!==void 0?X:0)+((H=d.bottom)!==null&&H!==void 0?H:0),he=o[K]-z-N/2-L,ge=n[B]+N/2-(G[B]+d[gl[B]]),_e=n[B]+n[K]-N/2-(G[B]+d[gl[B]]),$e=ld(ae,ge,_e);de[B]=ld($e,be,he),{placement:j,crossPlacement:U}=A,N?re=de[B]:U==="right"?re+=n[K]:U==="center"&&(re+=n[K]/2);let Me=j==="left"||j==="top"?o[F]:0,De={x:j==="top"||j==="bottom"?re:Me,y:j==="left"||j==="right"?re:Me};return{position:G,maxHeight:R,arrowOffsetLeft:de.left,arrowOffsetTop:de.top,placement:j,triggerAnchorPoint:De}}function V$(i){let{placement:n,targetNode:o,overlayNode:u,scrollNode:d,padding:v,shouldFlip:p,boundaryElement:g,offset:x,crossOffset:E,maxHeight:S,arrowSize:C=0,arrowBoundaryOffset:T=0}=i,P=u instanceof HTMLElement?K$(u):document.documentElement,N=P===document.documentElement;const L=window.getComputedStyle(P).position;let A=!!L&&L!=="static",F=N?hd(o,!1):r2(o,P,!1);if(!N){let{marginTop:de,marginLeft:re}=window.getComputedStyle(o);F.top+=parseInt(de,10)||0,F.left+=parseInt(re,10)||0}let B=hd(u,!0),K=I$(u);var j,U;B.width+=((j=K.left)!==null&&j!==void 0?j:0)+((U=K.right)!==null&&U!==void 0?U:0);var G,Z;B.height+=((G=K.top)!==null&&G!==void 0?G:0)+((Z=K.bottom)!==null&&Z!==void 0?Z:0);let ke=z$(d),pe=e2(g),fe=e2(P),R=g.tagName==="BODY"?hd(P,!1):r2(P,g,!1);return P.tagName==="HTML"&&g.tagName==="BODY"&&(fe.scroll.top=0,fe.scroll.left=0),U$(n,F,B,ke,K,v,p,pe,fe,R,x,E,A,S,C,T)}function Uk(i,n){let{top:o,left:u,width:d,height:v}=i.getBoundingClientRect();return n&&i instanceof i.ownerDocument.defaultView.HTMLElement&&(d=i.offsetWidth,v=i.offsetHeight),{top:o,left:u,width:d,height:v}}function hd(i,n){let{top:o,left:u,width:d,height:v}=Uk(i,n),{scrollTop:p,scrollLeft:g,clientTop:x,clientLeft:E}=document.documentElement;return{top:o+p-x,left:u+g-E,width:d,height:v}}function r2(i,n,o){let u=window.getComputedStyle(i),d;if(u.position==="fixed")d=Uk(i,o);else{d=hd(i,o);let v=hd(n,o),p=window.getComputedStyle(n);v.top+=(parseInt(p.borderTopWidth,10)||0)-n.scrollTop,v.left+=(parseInt(p.borderLeftWidth,10)||0)-n.scrollLeft,d.top-=v.top,d.left-=v.left}return d.top-=parseInt(u.marginTop,10)||0,d.left-=parseInt(u.marginLeft,10)||0,d}function K$(i){let n=i.offsetParent;if(n&&n===document.body&&window.getComputedStyle(n).position==="static"&&!o2(n)&&(n=document.documentElement),n==null)for(n=i.parentElement;n&&!o2(n);)n=n.parentElement;return n||document.documentElement}function o2(i){let n=window.getComputedStyle(i);return n.transform!=="none"||/transform|perspective/.test(n.willChange)||n.filter!=="none"||n.contain==="paint"||"backdropFilter"in n&&n.backdropFilter!=="none"||"WebkitBackdropFilter"in n&&n.WebkitBackdropFilter!=="none"}const l2=new WeakMap;function j$(i){let{triggerRef:n,isOpen:o,onClose:u}=i;b.useEffect(()=>{if(!o||u===null)return;let d=v=>{let p=v.target;if(!n.current||p instanceof Node&&!p.contains(n.current)||v.target instanceof HTMLInputElement||v.target instanceof HTMLTextAreaElement)return;let g=u||l2.get(n.current);g&&g()};return window.addEventListener("scroll",d,!0),()=>{window.removeEventListener("scroll",d,!0)}},[o,u,n])}let zn=typeof document<"u"?window.visualViewport:null;function H$(i){let{direction:n}=aa(),{arrowSize:o,targetRef:u,overlayRef:d,arrowRef:v,scrollRef:p=d,placement:g="bottom",containerPadding:x=12,shouldFlip:E=!0,boundaryElement:S=typeof document<"u"?document.body:null,offset:C=0,crossOffset:T=0,shouldUpdatePosition:P=!0,isOpen:N=!0,onClose:L,maxHeight:A,arrowBoundaryOffset:F=0}=i,[B,K]=b.useState(null),j=[P,g,d.current,u.current,v==null?void 0:v.current,p.current,x,E,S,C,T,N,n,A,F,o],U=b.useRef(zn==null?void 0:zn.scale);b.useEffect(()=>{N&&(U.current=zn==null?void 0:zn.scale)},[N]);let G=b.useCallback(()=>{if(P===!1||!N||!d.current||!u.current||!S||(zn==null?void 0:zn.scale)!==U.current)return;let de=null;if(p.current&&p.current.contains(document.activeElement)){var re;let z=(re=document.activeElement)===null||re===void 0?void 0:re.getBoundingClientRect(),he=p.current.getBoundingClientRect();var ae;if(de={type:"top",offset:((ae=z==null?void 0:z.top)!==null&&ae!==void 0?ae:0)-he.top},de.offset>he.height/2){de.type="bottom";var be;de.offset=((be=z==null?void 0:z.bottom)!==null&&be!==void 0?be:0)-he.bottom}}let V=d.current;if(!A&&d.current){var J;V.style.top="0px",V.style.bottom="";var X;V.style.maxHeight=((X=(J=window.visualViewport)===null||J===void 0?void 0:J.height)!==null&&X!==void 0?X:window.innerHeight)+"px"}let H=V$({placement:G$(g,n),overlayNode:d.current,targetNode:u.current,scrollNode:p.current||d.current,padding:x,shouldFlip:E,boundaryElement:S,offset:C,crossOffset:T,maxHeight:A,arrowSize:o??(v!=null&&v.current?Uk(v.current,!0).width:0),arrowBoundaryOffset:F});if(H.position){if(V.style.top="",V.style.bottom="",V.style.left="",V.style.right="",Object.keys(H.position).forEach(z=>V.style[z]=H.position[z]+"px"),V.style.maxHeight=H.maxHeight!=null?H.maxHeight+"px":"",de&&document.activeElement&&p.current){let z=document.activeElement.getBoundingClientRect(),he=p.current.getBoundingClientRect(),ge=z[de.type]-he[de.type];p.current.scrollTop+=ge-de.offset}K(H)}},j);Bt(G,j),W$(G),id({ref:d,onResize:G}),id({ref:u,onResize:G});let Z=b.useRef(!1);Bt(()=>{let de,re=()=>{Z.current=!0,clearTimeout(de),de=setTimeout(()=>{Z.current=!1},500),G()},ae=()=>{Z.current&&re()};return zn==null||zn.addEventListener("resize",re),zn==null||zn.addEventListener("scroll",ae),()=>{zn==null||zn.removeEventListener("resize",re),zn==null||zn.removeEventListener("scroll",ae)}},[G]);let ke=b.useCallback(()=>{Z.current||L==null||L()},[L,Z]);j$({triggerRef:u,isOpen:N,onClose:L&&ke});var pe,fe,R;return{overlayProps:{style:{position:B?"absolute":"fixed",top:B?void 0:0,left:B?void 0:0,zIndex:1e5,...B==null?void 0:B.position,maxHeight:(pe=B==null?void 0:B.maxHeight)!==null&&pe!==void 0?pe:"100vh"}},placement:(fe=B==null?void 0:B.placement)!==null&&fe!==void 0?fe:null,triggerAnchorPoint:(R=B==null?void 0:B.triggerAnchorPoint)!==null&&R!==void 0?R:null,arrowProps:{"aria-hidden":"true",role:"presentation",style:{left:B==null?void 0:B.arrowOffsetLeft,top:B==null?void 0:B.arrowOffsetTop}},updatePosition:G}}function W$(i){Bt(()=>(window.addEventListener("resize",i,!1),()=>{window.removeEventListener("resize",i,!1)}),[i])}function G$(i,n){return n==="rtl"?i.replace("start","right").replace("end","left"):i.replace("start","left").replace("end","right")}const yl=[];function a2(i,n){let{onClose:o,shouldCloseOnBlur:u,isOpen:d,isDismissable:v=!1,isKeyboardDismissDisabled:p=!1,shouldCloseOnInteractOutside:g}=i;b.useEffect(()=>{if(d&&!yl.includes(n))return yl.push(n),()=>{let N=yl.indexOf(n);N>=0&&yl.splice(N,1)}},[d,n]);let x=()=>{yl[yl.length-1]===n&&o&&o()},E=N=>{(!g||g(N.target))&&yl[yl.length-1]===n&&(N.stopPropagation(),N.preventDefault())},S=N=>{(!g||g(N.target))&&(yl[yl.length-1]===n&&(N.stopPropagation(),N.preventDefault()),x())},C=N=>{N.key==="Escape"&&!p&&!N.nativeEvent.isComposing&&(N.stopPropagation(),N.preventDefault(),x())};zP({ref:n,onInteractOutside:v&&d?S:void 0,onInteractOutsideStart:E});let{focusWithinProps:T}=Op({isDisabled:!u,onBlurWithin:N=>{!N.relatedTarget||v$(N.relatedTarget)||(!g||g(N.relatedTarget))&&(o==null||o())}}),P=N=>{N.target===N.currentTarget&&N.preventDefault()};return{overlayProps:{onKeyDown:C,...T},underlayProps:{onPointerDown:P}}}function u2(i,n,o){let{type:u}=i,{isOpen:d}=n;b.useEffect(()=>{o&&o.current&&l2.set(o.current,n.close)});let v;u==="menu"?v=!0:u==="listbox"&&(v="listbox");let p=Rn();return{triggerProps:{"aria-haspopup":v,"aria-expanded":d,"aria-controls":d?p:void 0,onPress:n.toggle},overlayProps:{id:p}}}const zp=typeof document<"u"&&window.visualViewport;let rg=0,Vk;function s2(i={}){let{isDisabled:n}=i;Bt(()=>{if(!n)return rg++,rg===1&&($p()?Vk=q$():Vk=Y$()),()=>{rg--,rg===0&&Vk()}},[n])}function Y$(){let i=window.innerWidth-document.documentElement.clientWidth;return ra(i>0&&("scrollbarGutter"in document.documentElement.style?Kk(document.documentElement,"scrollbarGutter","stable"):Kk(document.documentElement,"paddingRight",`${i}px`)),Kk(document.documentElement,"overflow","hidden"))}function q$(){let i,n=!1,o=x=>{let E=x.target;i=Es(E)?E:ik(E,!0),n=!1;let S=E.ownerDocument.defaultView.getSelection();S&&!S.isCollapsed&&S.containsNode(E,!0)&&(n=!0),"selectionStart"in E&&"selectionEnd"in E&&E.selectionStart<E.selectionEnd&&E.ownerDocument.activeElement===E&&(n=!0)},u=document.createElement("style");u.textContent=`
|
|
182
182
|
@layer {
|
|
183
183
|
* {
|
|
184
184
|
overscroll-behavior: contain;
|
|
185
185
|
}
|
|
186
|
-
}`.trim(),document.head.prepend(u);let d=x=>{if(!(x.touches.length===2||n)){if(!i||i===document.documentElement||i===document.body){x.preventDefault();return}i.scrollHeight===i.clientHeight&&i.scrollWidth===i.clientWidth&&x.preventDefault()}},v=x=>{let E=x.target,S=x.relatedTarget;if(S&&Lp(S))S.focus({preventScroll:!0}),c2(S,Lp(E));else if(!S){var C;let T=(C=E.parentElement)===null||C===void 0?void 0:C.closest("[tabindex]");T==null||T.focus({preventScroll:!0})}},p=HTMLElement.prototype.focus;HTMLElement.prototype.focus=function(x){let E=document.activeElement!=null&&Lp(document.activeElement);p.call(this,{...x,preventScroll:!0}),(!x||!x.preventScroll)&&c2(this,E)};let g=ia(jk(document,"touchstart",o,{passive:!1,capture:!0}),jk(document,"touchmove",d,{passive:!1,capture:!0}),jk(document,"blur",v,!0));return()=>{g(),u.remove(),HTMLElement.prototype.focus=p}}function Kk(i,n,o){let u=i.style[n];return i.style[n]=o,()=>{i.style[n]=u}}function jk(i,n,o,u){return i.addEventListener(n,o,u),()=>{i.removeEventListener(n,o,u)}}function c2(i,n){n||!zp?d2(i):zp.addEventListener("resize",()=>d2(i),{once:!0})}function d2(i){let n=document.scrollingElement||document.documentElement,o=i;for(;o&&o!==n;){let u=ik(o);if(u!==document.documentElement&&u!==document.body&&u!==o){let d=u.getBoundingClientRect(),v=o.getBoundingClientRect();if(v.top<d.top||v.bottom>d.top+o.clientHeight){let p=d.bottom;zp&&(p=Math.min(p,zp.offsetTop+zp.height));let g=v.top-d.top-((p-d.top)/2-v.height/2);u.scrollTo({top:Math.max(0,Math.min(u.scrollHeight-u.clientHeight,u.scrollTop+g)),behavior:"smooth"})}}o=u.parentElement}}const Q$=b.createContext({});function X$(){var i;return(i=b.useContext(Q$))!==null&&i!==void 0?i:{}}var f2={};f2={dismiss:"تجاهل"};var p2={};p2={dismiss:"Отхвърляне"};var v2={};v2={dismiss:"Odstranit"};var m2={};m2={dismiss:"Luk"};var h2={};h2={dismiss:"Schließen"};var g2={};g2={dismiss:"Απόρριψη"};var y2={};y2={dismiss:"Dismiss"};var b2={};b2={dismiss:"Descartar"};var k2={};k2={dismiss:"Lõpeta"};var x2={};x2={dismiss:"Hylkää"};var _2={};_2={dismiss:"Rejeter"};var E2={};E2={dismiss:"התעלם"};var C2={};C2={dismiss:"Odbaci"};var w2={};w2={dismiss:"Elutasítás"};var S2={};S2={dismiss:"Ignora"};var T2={};T2={dismiss:"閉じる"};var D2={};D2={dismiss:"무시"};var P2={};P2={dismiss:"Atmesti"};var $2={};$2={dismiss:"Nerādīt"};var N2={};N2={dismiss:"Lukk"};var L2={};L2={dismiss:"Negeren"};var M2={};M2={dismiss:"Zignoruj"};var A2={};A2={dismiss:"Descartar"};var O2={};O2={dismiss:"Dispensar"};var F2={};F2={dismiss:"Revocare"};var R2={};R2={dismiss:"Пропустить"};var z2={};z2={dismiss:"Zrušiť"};var I2={};I2={dismiss:"Opusti"};var B2={};B2={dismiss:"Odbaci"};var U2={};U2={dismiss:"Avvisa"};var V2={};V2={dismiss:"Kapat"};var K2={};K2={dismiss:"Скасувати"};var j2={};j2={dismiss:"取消"};var H2={};H2={dismiss:"關閉"};var W2={};W2={"ar-AE":f2,"bg-BG":p2,"cs-CZ":v2,"da-DK":m2,"de-DE":h2,"el-GR":g2,"en-US":y2,"es-ES":b2,"et-EE":k2,"fi-FI":x2,"fr-FR":_2,"he-IL":E2,"hr-HR":C2,"hu-HU":w2,"it-IT":S2,"ja-JP":T2,"ko-KR":D2,"lt-LT":P2,"lv-LV":$2,"nb-NO":N2,"nl-NL":L2,"pl-PL":M2,"pt-BR":A2,"pt-PT":O2,"ro-RO":F2,"ru-RU":R2,"sk-SK":z2,"sl-SI":I2,"sr-SP":B2,"sv-SE":U2,"tr-TR":V2,"uk-UA":K2,"zh-CN":j2,"zh-TW":H2};function Z$(i){return i&&i.__esModule?i.default:i}function Hk(i){let{onDismiss:n,...o}=i,u=cd(Z$(W2),"@react-aria/overlays"),d=Oh(o,u.format("dismiss")),v=()=>{n&&n()};return b.createElement(eC,null,b.createElement("button",{...d,tabIndex:-1,onClick:v,style:{width:1,height:1}}))}const J$=typeof HTMLElement<"u"&&"inert"in HTMLElement.prototype;let Ip=new WeakMap,Sr=[];function Wk(i,n){let o=_r(i==null?void 0:i[0]),u=n instanceof o.Element?{root:n}:n;var d;let v=(d=u==null?void 0:u.root)!==null&&d!==void 0?d:document.body,p=(u==null?void 0:u.shouldUseInert)&&J$,g=new Set(i),x=new Set,E=L=>p&&L instanceof o.HTMLElement?L.inert:L.getAttribute("aria-hidden")==="true",S=(L,A)=>{p&&L instanceof o.HTMLElement?L.inert=A:A?L.setAttribute("aria-hidden","true"):(L.removeAttribute("aria-hidden"),L instanceof o.HTMLElement&&(L.inert=!1))},C=L=>{for(let K of L.querySelectorAll("[data-live-announcer], [data-react-aria-top-layer]"))g.add(K);let A=K=>{if(x.has(K)||g.has(K)||K.parentElement&&x.has(K.parentElement)&&K.parentElement.getAttribute("role")!=="row")return NodeFilter.FILTER_REJECT;for(let j of g)if(K.contains(j))return NodeFilter.FILTER_SKIP;return NodeFilter.FILTER_ACCEPT},F=document.createTreeWalker(L,NodeFilter.SHOW_ELEMENT,{acceptNode:A}),B=A(L);if(B===NodeFilter.FILTER_ACCEPT&&T(L),B!==NodeFilter.FILTER_REJECT){let K=F.nextNode();for(;K!=null;)T(K),K=F.nextNode()}},T=L=>{var A;let F=(A=Ip.get(L))!==null&&A!==void 0?A:0;E(L)&&F===0||(F===0&&S(L,!0),x.add(L),Ip.set(L,F+1))};Sr.length&&Sr[Sr.length-1].disconnect(),C(v);let P=new MutationObserver(L=>{for(let A of L)if(A.type==="childList"&&![...g,...x].some(F=>F.contains(A.target)))for(let F of A.addedNodes)(F instanceof HTMLElement||F instanceof SVGElement)&&(F.dataset.liveAnnouncer==="true"||F.dataset.reactAriaTopLayer==="true")?g.add(F):F instanceof Element&&C(F)});P.observe(v,{childList:!0,subtree:!0});let N={visibleNodes:g,hiddenNodes:x,observe(){P.observe(v,{childList:!0,subtree:!0})},disconnect(){P.disconnect()}};return Sr.push(N),()=>{P.disconnect();for(let L of x){let A=Ip.get(L);A!=null&&(A===1?(S(L,!1),Ip.delete(L)):Ip.set(L,A-1))}N===Sr[Sr.length-1]?(Sr.pop(),Sr.length&&Sr[Sr.length-1].observe()):Sr.splice(Sr.indexOf(N),1)}}function eN(i){let n=Sr[Sr.length-1];if(n&&!n.visibleNodes.has(i))return n.visibleNodes.add(i),()=>{n.visibleNodes.delete(i)}}function tN(i,n){let{triggerRef:o,popoverRef:u,groupRef:d,isNonModal:v,isKeyboardDismissDisabled:p,shouldCloseOnInteractOutside:g,...x}=i,E=x.trigger==="SubmenuTrigger",{overlayProps:S,underlayProps:C}=a2({isOpen:n.isOpen,onClose:n.close,shouldCloseOnBlur:!0,isDismissable:!v||E,isKeyboardDismissDisabled:p,shouldCloseOnInteractOutside:g},d??u),{overlayProps:T,arrowProps:P,placement:N,triggerAnchorPoint:L}=H$({...x,targetRef:o,overlayRef:u,isOpen:n.isOpen,onClose:v&&!E?n.close:null});return s2({isDisabled:v||!n.isOpen}),b.useEffect(()=>{if(n.isOpen&&u.current){var A,F;return v?eN((A=d==null?void 0:d.current)!==null&&A!==void 0?A:u.current):Wk([(F=d==null?void 0:d.current)!==null&&F!==void 0?F:u.current],{shouldUseInert:!0})}},[v,n.isOpen,u,d]),{popoverProps:Ge(S,T),arrowProps:P,underlayProps:C,placement:N,triggerAnchorPoint:L}}const G2=b.createContext(null);function Gk(i){let n=su(),{portalContainer:o=n?null:document.body,isExiting:u}=i,[d,v]=b.useState(!1),p=b.useMemo(()=>({contain:d,setContain:v}),[d,v]),{getContainer:g}=X$();if(!i.portalContainer&&g&&(o=g()),!o)return null;let x=i.children;return i.disableFocusManagement||(x=b.createElement(Pk,{restoreFocus:!0,contain:(i.shouldContainFocus||d)&&!u},x)),x=b.createElement(G2.Provider,{value:p},b.createElement(FP,null,x)),dP.createPortal(x,o)}function Y2(){let i=b.useContext(G2),n=i==null?void 0:i.setContain;Bt(()=>{n==null||n(!0)},[n])}function nN(i,n,o){let{overlayProps:u,underlayProps:d}=a2({...i,isOpen:n.isOpen,onClose:n.close},o);return s2({isDisabled:!n.isOpen}),Y2(),b.useEffect(()=>{if(n.isOpen&&o.current)return Wk([o.current],{shouldUseInert:!0})},[n.isOpen,o]),{modalProps:Ge(u),underlayProps:d}}const og=new WeakMap;function iN(i){return typeof i=="string"?i.replace(/\s*/g,""):""+i}function q2(i,n){let o=og.get(i);if(!o)throw new Error("Unknown list");return`${o.id}-option-${iN(n)}`}function Yk(i){return Mh()?i.altKey:i.ctrlKey}function lg(i,n){var o,u;let d=`[data-key="${CSS.escape(String(n))}"]`,v=(o=i.current)===null||o===void 0?void 0:o.dataset.collection;return v&&(d=`[data-collection="${CSS.escape(v)}"]${d}`),(u=i.current)===null||u===void 0?void 0:u.querySelector(d)}const Q2=new WeakMap;function rN(i){let n=Rn();return Q2.set(i,n),n}function oN(i){return Q2.get(i)}const lN=1e3;function X2(i){let{keyboardDelegate:n,selectionManager:o,onTypeSelect:u}=i,d=b.useRef({search:"",timeout:void 0}).current,v=p=>{let g=aN(p.key);if(!(!g||p.ctrlKey||p.metaKey||!p.currentTarget.contains(p.target)||d.search.length===0&&g===" ")){if(g===" "&&d.search.trim().length>0&&(p.preventDefault(),"continuePropagation"in p||p.stopPropagation()),d.search+=g,n.getKeyForSearch!=null){let x=n.getKeyForSearch(d.search,o.focusedKey);x==null&&(x=n.getKeyForSearch(d.search)),x!=null&&(o.setFocusedKey(x),u&&u(x))}clearTimeout(d.timeout),d.timeout=setTimeout(()=>{d.search=""},lN)}};return{typeSelectProps:{onKeyDownCapture:n.getKeyForSearch?v:void 0}}}function aN(i){return i.length===1||!/^[A-Z]/i.test(i)?i:""}function Z2(i){let{selectionManager:n,keyboardDelegate:o,ref:u,autoFocus:d=!1,shouldFocusWrap:v=!1,disallowEmptySelection:p=!1,disallowSelectAll:g=!1,escapeKeyBehavior:x="clearSelection",selectOnFocus:E=n.selectionBehavior==="replace",disallowTypeAhead:S=!1,shouldUseVirtualFocus:C,allowsTabNavigation:T=!1,isVirtualized:P,scrollRef:N=u,linkBehavior:L="action"}=i,{direction:A}=la(),F=nd(),B=J=>{var X;if(J.altKey&&J.key==="Tab"&&J.preventDefault(),!(!((X=u.current)===null||X===void 0)&&X.contains(J.target)))return;const H=(ee,qe)=>{if(ee!=null){if(n.isLink(ee)&&L==="selection"&&E&&!Yk(J)){od.flushSync(()=>{n.setFocusedKey(ee,qe)});let yt=lg(u,ee),Rt=n.getItemProps(ee);yt&&F.open(yt,J,Rt.href,Rt.routerOptions);return}if(n.setFocusedKey(ee,qe),n.isLink(ee)&&L==="override")return;J.shiftKey&&n.selectionMode==="multiple"?n.extendSelection(ee):E&&!Yk(J)&&n.replaceSelection(ee)}};switch(J.key){case"ArrowDown":if(o.getKeyBelow){var z,he,ge;let ee=n.focusedKey!=null?(z=o.getKeyBelow)===null||z===void 0?void 0:z.call(o,n.focusedKey):(he=o.getFirstKey)===null||he===void 0?void 0:he.call(o);ee==null&&v&&(ee=(ge=o.getFirstKey)===null||ge===void 0?void 0:ge.call(o,n.focusedKey)),ee!=null&&(J.preventDefault(),H(ee))}break;case"ArrowUp":if(o.getKeyAbove){var _e,$e,Me;let ee=n.focusedKey!=null?(_e=o.getKeyAbove)===null||_e===void 0?void 0:_e.call(o,n.focusedKey):($e=o.getLastKey)===null||$e===void 0?void 0:$e.call(o);ee==null&&v&&(ee=(Me=o.getLastKey)===null||Me===void 0?void 0:Me.call(o,n.focusedKey)),ee!=null&&(J.preventDefault(),H(ee))}break;case"ArrowLeft":if(o.getKeyLeftOf){var De,Fe,Be;let ee=n.focusedKey!=null?(De=o.getKeyLeftOf)===null||De===void 0?void 0:De.call(o,n.focusedKey):null;ee==null&&v&&(ee=A==="rtl"?(Fe=o.getFirstKey)===null||Fe===void 0?void 0:Fe.call(o,n.focusedKey):(Be=o.getLastKey)===null||Be===void 0?void 0:Be.call(o,n.focusedKey)),ee!=null&&(J.preventDefault(),H(ee,A==="rtl"?"first":"last"))}break;case"ArrowRight":if(o.getKeyRightOf){var Ye,ht,Pe;let ee=n.focusedKey!=null?(Ye=o.getKeyRightOf)===null||Ye===void 0?void 0:Ye.call(o,n.focusedKey):null;ee==null&&v&&(ee=A==="rtl"?(ht=o.getLastKey)===null||ht===void 0?void 0:ht.call(o,n.focusedKey):(Pe=o.getFirstKey)===null||Pe===void 0?void 0:Pe.call(o,n.focusedKey)),ee!=null&&(J.preventDefault(),H(ee,A==="rtl"?"last":"first"))}break;case"Home":if(o.getFirstKey){if(n.focusedKey===null&&J.shiftKey)return;J.preventDefault();let ee=o.getFirstKey(n.focusedKey,rd(J));n.setFocusedKey(ee),ee!=null&&(rd(J)&&J.shiftKey&&n.selectionMode==="multiple"?n.extendSelection(ee):E&&n.replaceSelection(ee))}break;case"End":if(o.getLastKey){if(n.focusedKey===null&&J.shiftKey)return;J.preventDefault();let ee=o.getLastKey(n.focusedKey,rd(J));n.setFocusedKey(ee),ee!=null&&(rd(J)&&J.shiftKey&&n.selectionMode==="multiple"?n.extendSelection(ee):E&&n.replaceSelection(ee))}break;case"PageDown":if(o.getKeyPageBelow&&n.focusedKey!=null){let ee=o.getKeyPageBelow(n.focusedKey);ee!=null&&(J.preventDefault(),H(ee))}break;case"PageUp":if(o.getKeyPageAbove&&n.focusedKey!=null){let ee=o.getKeyPageAbove(n.focusedKey);ee!=null&&(J.preventDefault(),H(ee))}break;case"a":rd(J)&&n.selectionMode==="multiple"&&g!==!0&&(J.preventDefault(),n.selectAll());break;case"Escape":x==="clearSelection"&&!p&&n.selectedKeys.size!==0&&(J.stopPropagation(),J.preventDefault(),n.clearSelection());break;case"Tab":if(!T){if(J.shiftKey)u.current.focus();else{let ee=ua(u.current,{tabbable:!0}),qe,yt;do yt=ee.lastChild(),yt&&(qe=yt);while(yt);qe&&!qe.contains(document.activeElement)&&zo(qe)}break}}},K=b.useRef({top:0,left:0});Cs(N,"scroll",P?void 0:()=>{var J,X,H,z;K.current={top:(H=(J=N.current)===null||J===void 0?void 0:J.scrollTop)!==null&&H!==void 0?H:0,left:(z=(X=N.current)===null||X===void 0?void 0:X.scrollLeft)!==null&&z!==void 0?z:0}});let j=J=>{if(n.isFocused){J.currentTarget.contains(J.target)||n.setFocused(!1);return}if(J.currentTarget.contains(J.target)){if(n.setFocused(!0),n.focusedKey==null){var X,H;let ge=$e=>{$e!=null&&(n.setFocusedKey($e),E&&!n.isSelected($e)&&n.replaceSelection($e))},_e=J.relatedTarget;var z,he;_e&&J.currentTarget.compareDocumentPosition(_e)&Node.DOCUMENT_POSITION_FOLLOWING?ge((z=n.lastSelectedKey)!==null&&z!==void 0?z:(X=o.getLastKey)===null||X===void 0?void 0:X.call(o)):ge((he=n.firstSelectedKey)!==null&&he!==void 0?he:(H=o.getFirstKey)===null||H===void 0?void 0:H.call(o))}else!P&&N.current&&(N.current.scrollTop=K.current.top,N.current.scrollLeft=K.current.left);if(n.focusedKey!=null&&N.current){let ge=lg(u,n.focusedKey);ge instanceof HTMLElement&&(!ge.contains(document.activeElement)&&!C&&zo(ge),Hh()==="keyboard"&&W3(ge,{containingElement:u.current}))}}},U=J=>{J.currentTarget.contains(J.relatedTarget)||n.setFocused(!1)},G=b.useRef(!1);Cs(u,oP,C?J=>{let{detail:X}=J;J.stopPropagation(),n.setFocused(!0),(X==null?void 0:X.focusStrategy)==="first"&&(G.current=!0)}:void 0);let Z=gn(()=>{var J,X;let H=(X=(J=o.getFirstKey)===null||J===void 0?void 0:J.call(o))!==null&&X!==void 0?X:null;if(H==null){let z=Ei();KE(u.current),Mk(z,null),n.collection.size>0&&(G.current=!1)}else n.setFocusedKey(H),G.current=!1});V3(()=>{G.current&&Z()},[n.collection,Z]);let ke=gn(()=>{n.collection.size>0&&(G.current=!1)});V3(()=>{ke()},[n.focusedKey,ke]),Cs(u,rP,C?J=>{var X;J.stopPropagation(),n.setFocused(!1),!((X=J.detail)===null||X===void 0)&&X.clearFocusKey&&n.setFocusedKey(null)}:void 0);const pe=b.useRef(d),fe=b.useRef(!1);b.useEffect(()=>{if(pe.current){var J,X;let he=null;var H;d==="first"&&(he=(H=(J=o.getFirstKey)===null||J===void 0?void 0:J.call(o))!==null&&H!==void 0?H:null);var z;d==="last"&&(he=(z=(X=o.getLastKey)===null||X===void 0?void 0:X.call(o))!==null&&z!==void 0?z:null);let ge=n.selectedKeys;if(ge.size){for(let _e of ge)if(n.canSelectItem(_e)){he=_e;break}}n.setFocused(!0),n.setFocusedKey(he),he==null&&!C&&u.current&&hu(u.current),n.collection.size>0&&(pe.current=!1,fe.current=!0)}});let R=b.useRef(n.focusedKey),de=b.useRef(null);b.useEffect(()=>{if(n.isFocused&&n.focusedKey!=null&&(n.focusedKey!==R.current||fe.current)&&N.current&&u.current){let J=Hh(),X=lg(u,n.focusedKey);if(!(X instanceof HTMLElement))return;(J==="keyboard"||fe.current)&&(de.current&&cancelAnimationFrame(de.current),de.current=requestAnimationFrame(()=>{N.current&&(j3(N.current,X),J!=="virtual"&&W3(X,{containingElement:u.current}))}))}!C&&n.isFocused&&n.focusedKey==null&&R.current!=null&&u.current&&hu(u.current),R.current=n.focusedKey,fe.current=!1}),b.useEffect(()=>()=>{de.current&&cancelAnimationFrame(de.current)},[]),Cs(u,"react-aria-focus-scope-restore",J=>{J.preventDefault(),n.setFocused(!0)});let re={onKeyDown:B,onFocus:j,onBlur:U,onMouseDown(J){N.current===J.target&&J.preventDefault()}},{typeSelectProps:ae}=X2({keyboardDelegate:o,selectionManager:n});S||(re=Ge(ae,re));let be;C||(be=n.focusedKey==null?0:-1);let V=rN(n.collection);return{collectionProps:Ge(re,{tabIndex:be,"data-collection":V})}}function J2(i){let{id:n,selectionManager:o,key:u,ref:d,shouldSelectOnPressUp:v,shouldUseVirtualFocus:p,focus:g,isDisabled:x,onAction:E,allowsDifferentPressOrigin:S,linkBehavior:C="action"}=i,T=nd();n=Rn(n);let P=z=>{if(z.pointerType==="keyboard"&&Yk(z))o.toggleSelection(u);else{if(o.selectionMode==="none")return;if(o.isLink(u)){if(C==="selection"&&d.current){let he=o.getItemProps(u);T.open(d.current,z,he.href,he.routerOptions),o.setSelectedKeys(o.selectedKeys);return}else if(C==="override"||C==="none")return}o.selectionMode==="single"?o.isSelected(u)&&!o.disallowEmptySelection?o.toggleSelection(u):o.replaceSelection(u):z&&z.shiftKey?o.extendSelection(u):o.selectionBehavior==="toggle"||z&&(rd(z)||z.pointerType==="touch"||z.pointerType==="virtual")?o.toggleSelection(u):o.replaceSelection(u)}};b.useEffect(()=>{u===o.focusedKey&&o.isFocused&&(p?KE(d.current):g?g():document.activeElement!==d.current&&d.current&&hu(d.current))},[d,u,o.focusedKey,o.childFocusStrategy,o.isFocused,p]),x=x||o.isDisabled(u);let N={};!p&&!x?N={tabIndex:u===o.focusedKey?0:-1,onFocus(z){z.target===d.current&&o.setFocusedKey(u)}}:x&&(N.onMouseDown=z=>{z.preventDefault()});let L=o.isLink(u)&&C==="override",A=E&&i.UNSTABLE_itemBehavior==="action",F=o.isLink(u)&&C!=="selection"&&C!=="none",B=!x&&o.canSelectItem(u)&&!L&&!A,K=(E||F)&&!x,j=K&&(o.selectionBehavior==="replace"?!B:!B||o.isEmpty),U=K&&B&&o.selectionBehavior==="replace",G=j||U,Z=b.useRef(null),ke=G&&B,pe=b.useRef(!1),fe=b.useRef(!1),R=o.getItemProps(u),de=z=>{if(E){var he;E(),(he=d.current)===null||he===void 0||he.dispatchEvent(new CustomEvent("react-aria-item-action",{bubbles:!0}))}F&&d.current&&T.open(d.current,z,R.href,R.routerOptions)},re={ref:d};if(v?(re.onPressStart=z=>{Z.current=z.pointerType,pe.current=ke,z.pointerType==="keyboard"&&(!G||tS())&&P(z)},S?(re.onPressUp=j?void 0:z=>{z.pointerType==="mouse"&&B&&P(z)},re.onPress=j?de:z=>{z.pointerType!=="keyboard"&&z.pointerType!=="mouse"&&B&&P(z)}):re.onPress=z=>{if(j||U&&z.pointerType!=="mouse"){if(z.pointerType==="keyboard"&&!eS())return;de(z)}else z.pointerType!=="keyboard"&&B&&P(z)}):(re.onPressStart=z=>{Z.current=z.pointerType,pe.current=ke,fe.current=j,B&&(z.pointerType==="mouse"&&!j||z.pointerType==="keyboard"&&(!K||tS()))&&P(z)},re.onPress=z=>{(z.pointerType==="touch"||z.pointerType==="pen"||z.pointerType==="virtual"||z.pointerType==="keyboard"&&G&&eS()||z.pointerType==="mouse"&&fe.current)&&(G?de(z):B&&P(z))}),N["data-collection"]=oN(o.collection),N["data-key"]=u,re.preventFocusOnPress=p,p&&(re=Ge(re,{onPressStart(z){z.pointerType!=="touch"&&(o.setFocused(!0),o.setFocusedKey(u))},onPress(z){z.pointerType==="touch"&&(o.setFocused(!0),o.setFocusedKey(u))}})),R)for(let z of["onPressStart","onPressEnd","onPressChange","onPress","onPressUp","onClick"])R[z]&&(re[z]=ia(re[z],R[z]));let{pressProps:ae,isPressed:be}=vu(re),V=U?z=>{Z.current==="mouse"&&(z.stopPropagation(),z.preventDefault(),de(z))}:void 0,{longPressProps:J}=wE({isDisabled:!ke,onLongPress(z){z.pointerType==="touch"&&(P(z),o.setSelectionBehavior("toggle"))}}),X=z=>{Z.current==="touch"&&pe.current&&z.preventDefault()},H=C!=="none"&&o.isLink(u)?z=>{_s.isOpening||z.preventDefault()}:void 0;return{itemProps:Ge(N,B||j||p&&!x?ae:{},ke?J:{},{onDoubleClick:V,onDragStartCapture:X,onClick:H,id:n},p?{onMouseDown:z=>z.preventDefault()}:void 0),isPressed:be,isSelected:o.isSelected(u),isFocused:o.isFocused&&o.focusedKey===u,isDisabled:x,allowsSelection:B,hasAction:G}}function eS(){let i=window.event;return(i==null?void 0:i.key)==="Enter"}function tS(){let i=window.event;return(i==null?void 0:i.key)===" "||(i==null?void 0:i.code)==="Space"}class nS{getItemRect(n){let o=this.ref.current;if(!o)return null;let u=n!=null?lg(this.ref,n):null;if(!u)return null;let d=o.getBoundingClientRect(),v=u.getBoundingClientRect();return{x:v.left-d.left-o.clientLeft+o.scrollLeft,y:v.top-d.top-o.clientTop+o.scrollTop,width:v.width,height:v.height}}getContentSize(){let n=this.ref.current;var o,u;return{width:(o=n==null?void 0:n.scrollWidth)!==null&&o!==void 0?o:0,height:(u=n==null?void 0:n.scrollHeight)!==null&&u!==void 0?u:0}}getVisibleRect(){let n=this.ref.current;var o,u,d,v;return{x:(o=n==null?void 0:n.scrollLeft)!==null&&o!==void 0?o:0,y:(u=n==null?void 0:n.scrollTop)!==null&&u!==void 0?u:0,width:(d=n==null?void 0:n.clientWidth)!==null&&d!==void 0?d:0,height:(v=n==null?void 0:n.clientHeight)!==null&&v!==void 0?v:0}}constructor(n){this.ref=n}}class ag{isDisabled(n){var o;return this.disabledBehavior==="all"&&(((o=n.props)===null||o===void 0?void 0:o.isDisabled)||this.disabledKeys.has(n.key))}findNextNonDisabled(n,o){let u=n;for(;u!=null;){let d=this.collection.getItem(u);if((d==null?void 0:d.type)==="item"&&!this.isDisabled(d))return u;u=o(u)}return null}getNextKey(n){let o=n;return o=this.collection.getKeyAfter(o),this.findNextNonDisabled(o,u=>this.collection.getKeyAfter(u))}getPreviousKey(n){let o=n;return o=this.collection.getKeyBefore(o),this.findNextNonDisabled(o,u=>this.collection.getKeyBefore(u))}findKey(n,o,u){let d=n,v=this.layoutDelegate.getItemRect(d);if(!v||d==null)return null;let p=v;do{if(d=o(d),d==null)break;v=this.layoutDelegate.getItemRect(d)}while(v&&u(p,v)&&d!=null);return d}isSameRow(n,o){return n.y===o.y||n.x!==o.x}isSameColumn(n,o){return n.x===o.x||n.y!==o.y}getKeyBelow(n){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(n,o=>this.getNextKey(o),this.isSameRow):this.getNextKey(n)}getKeyAbove(n){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(n,o=>this.getPreviousKey(o),this.isSameRow):this.getPreviousKey(n)}getNextColumn(n,o){return o?this.getPreviousKey(n):this.getNextKey(n)}getKeyRightOf(n){let o=this.direction==="ltr"?"getKeyRightOf":"getKeyLeftOf";return this.layoutDelegate[o]?(n=this.layoutDelegate[o](n),this.findNextNonDisabled(n,u=>this.layoutDelegate[o](u))):this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(n,this.direction==="rtl"):this.findKey(n,u=>this.getNextColumn(u,this.direction==="rtl"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(n,this.direction==="rtl"):null}getKeyLeftOf(n){let o=this.direction==="ltr"?"getKeyLeftOf":"getKeyRightOf";return this.layoutDelegate[o]?(n=this.layoutDelegate[o](n),this.findNextNonDisabled(n,u=>this.layoutDelegate[o](u))):this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(n,this.direction==="ltr"):this.findKey(n,u=>this.getNextColumn(u,this.direction==="ltr"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(n,this.direction==="ltr"):null}getFirstKey(){let n=this.collection.getFirstKey();return this.findNextNonDisabled(n,o=>this.collection.getKeyAfter(o))}getLastKey(){let n=this.collection.getLastKey();return this.findNextNonDisabled(n,o=>this.collection.getKeyBefore(o))}getKeyPageAbove(n){let o=this.ref.current,u=this.layoutDelegate.getItemRect(n);if(!u)return null;if(o&&!Es(o))return this.getFirstKey();let d=n;if(this.orientation==="horizontal"){let v=Math.max(0,u.x+u.width-this.layoutDelegate.getVisibleRect().width);for(;u&&u.x>v&&d!=null;)d=this.getKeyAbove(d),u=d==null?null:this.layoutDelegate.getItemRect(d)}else{let v=Math.max(0,u.y+u.height-this.layoutDelegate.getVisibleRect().height);for(;u&&u.y>v&&d!=null;)d=this.getKeyAbove(d),u=d==null?null:this.layoutDelegate.getItemRect(d)}return d??this.getFirstKey()}getKeyPageBelow(n){let o=this.ref.current,u=this.layoutDelegate.getItemRect(n);if(!u)return null;if(o&&!Es(o))return this.getLastKey();let d=n;if(this.orientation==="horizontal"){let v=Math.min(this.layoutDelegate.getContentSize().width,u.y-u.width+this.layoutDelegate.getVisibleRect().width);for(;u&&u.x<v&&d!=null;)d=this.getKeyBelow(d),u=d==null?null:this.layoutDelegate.getItemRect(d)}else{let v=Math.min(this.layoutDelegate.getContentSize().height,u.y-u.height+this.layoutDelegate.getVisibleRect().height);for(;u&&u.y<v&&d!=null;)d=this.getKeyBelow(d),u=d==null?null:this.layoutDelegate.getItemRect(d)}return d??this.getLastKey()}getKeyForSearch(n,o){if(!this.collator)return null;let u=this.collection,d=o||this.getFirstKey();for(;d!=null;){let v=u.getItem(d);if(!v)return null;let p=v.textValue.slice(0,n.length);if(v.textValue&&this.collator.compare(p,n)===0)return d;d=this.getNextKey(d)}return null}constructor(...n){if(n.length===1){let o=n[0];this.collection=o.collection,this.ref=o.ref,this.collator=o.collator,this.disabledKeys=o.disabledKeys||new Set,this.disabledBehavior=o.disabledBehavior||"all",this.orientation=o.orientation||"vertical",this.direction=o.direction,this.layout=o.layout||"stack",this.layoutDelegate=o.layoutDelegate||new nS(o.ref)}else this.collection=n[0],this.disabledKeys=n[1],this.ref=n[2],this.collator=n[3],this.layout="stack",this.orientation="vertical",this.disabledBehavior="all",this.layoutDelegate=new nS(this.ref);this.layout==="stack"&&this.orientation==="vertical"&&(this.getKeyLeftOf=void 0,this.getKeyRightOf=void 0)}}function iS(i){let{selectionManager:n,collection:o,disabledKeys:u,ref:d,keyboardDelegate:v,layoutDelegate:p}=i,g=eg({usage:"search",sensitivity:"base"}),x=n.disabledBehavior,E=b.useMemo(()=>v||new ag({collection:o,disabledKeys:u,disabledBehavior:x,ref:d,collator:g,layoutDelegate:p}),[v,p,o,u,d,g,x]),{collectionProps:S}=Z2({...i,ref:d,selectionManager:n,keyboardDelegate:E});return{listProps:S}}function uN(i,n,o){let u=At(i,{labelable:!0}),d=i.selectionBehavior||"toggle",v=i.linkBehavior||(d==="replace"?"action":"override");d==="toggle"&&v==="action"&&(v="override");let{listProps:p}=iS({...i,ref:o,selectionManager:n.selectionManager,collection:n.collection,disabledKeys:n.disabledKeys,linkBehavior:v}),{focusWithinProps:g}=Op({onFocusWithin:i.onFocus,onBlurWithin:i.onBlur,onFocusWithinChange:i.onFocusChange}),x=Rn(i.id);og.set(n,{id:x,shouldUseVirtualFocus:i.shouldUseVirtualFocus,shouldSelectOnPressUp:i.shouldSelectOnPressUp,shouldFocusOnHover:i.shouldFocusOnHover,isVirtualized:i.isVirtualized,onAction:i.onAction,linkBehavior:v,UNSTABLE_itemBehavior:i.UNSTABLE_itemBehavior});let{labelProps:E,fieldProps:S}=qE({...i,id:x,labelElementType:"span"});return{labelProps:E,listBoxProps:Ge(u,g,n.selectionManager.selectionMode==="multiple"?{"aria-multiselectable":"true"}:{},{role:"listbox",...Ge(S,p)})}}class sN{build(n,o){return this.context=o,rS(()=>this.iterateCollection(n))}*iterateCollection(n){let{children:o,items:u}=n;if(b.isValidElement(o)&&o.type===b.Fragment)yield*this.iterateCollection({children:o.props.children,items:u});else if(typeof o=="function"){if(!u)throw new Error("props.children was a function but props.items is missing");let d=0;for(let v of u)yield*this.getFullNode({value:v,index:d},{renderer:o}),d++}else{let d=[];b.Children.forEach(o,p=>{p&&d.push(p)});let v=0;for(let p of d){let g=this.getFullNode({element:p,index:v},{});for(let x of g)v++,yield x}}}getKey(n,o,u,d){if(n.key!=null)return n.key;if(o.type==="cell"&&o.key!=null)return`${d}${o.key}`;let v=o.value;if(v!=null){var p;let g=(p=v.key)!==null&&p!==void 0?p:v.id;if(g==null)throw new Error("No key found for item");return g}return d?`${d}.${o.index}`:`$.${o.index}`}getChildState(n,o){return{renderer:o.renderer||n.renderer}}*getFullNode(n,o,u,d){if(b.isValidElement(n.element)&&n.element.type===b.Fragment){let A=[];b.Children.forEach(n.element.props.children,B=>{A.push(B)});var v;let F=(v=n.index)!==null&&v!==void 0?v:0;for(const B of A)yield*this.getFullNode({element:B,index:F++},o,u,d);return}let p=n.element;if(!p&&n.value&&o&&o.renderer){let A=this.cache.get(n.value);if(A&&(!A.shouldInvalidate||!A.shouldInvalidate(this.context))){A.index=n.index,A.parentKey=d?d.key:null,yield A;return}p=o.renderer(n.value)}if(b.isValidElement(p)){let A=p.type;if(typeof A!="function"&&typeof A.getCollectionNode!="function"){let j=p.type;throw new Error(`Unknown element <${j}> in collection.`)}let F=A.getCollectionNode(p.props,this.context);var g;let B=(g=n.index)!==null&&g!==void 0?g:0,K=F.next();for(;!K.done&&K.value;){let j=K.value;n.index=B;var x;let U=(x=j.key)!==null&&x!==void 0?x:null;U==null&&(U=j.element?null:this.getKey(p,n,o,u));let Z=[...this.getFullNode({...j,key:U,index:B,wrapper:cN(n.wrapper,j.wrapper)},this.getChildState(o,j),u?`${u}${p.key}`:p.key,d)];for(let ke of Z){var E,S;ke.value=(S=(E=j.value)!==null&&E!==void 0?E:n.value)!==null&&S!==void 0?S:null,ke.value&&this.cache.set(ke.value,ke);var C;if(n.type&&ke.type!==n.type)throw new Error(`Unsupported type <${qk(ke.type)}> in <${qk((C=d==null?void 0:d.type)!==null&&C!==void 0?C:"unknown parent type")}>. Only <${qk(n.type)}> is supported.`);B++,yield ke}K=F.next(Z)}return}if(n.key==null||n.type==null)return;let T=this;var P,N;let L={type:n.type,props:n.props,key:n.key,parentKey:d?d.key:null,value:(P=n.value)!==null&&P!==void 0?P:null,level:d?d.level+1:0,index:n.index,rendered:n.rendered,textValue:(N=n.textValue)!==null&&N!==void 0?N:"","aria-label":n["aria-label"],wrapper:n.wrapper,shouldInvalidate:n.shouldInvalidate,hasChildNodes:n.hasChildNodes||!1,childNodes:rS(function*(){if(!n.hasChildNodes||!n.childNodes)return;let A=0;for(let F of n.childNodes()){F.key!=null&&(F.key=`${L.key}${F.key}`);let B=T.getFullNode({...F,index:A},T.getChildState(o,F),L.key,L);for(let K of B)A++,yield K}})};yield L}constructor(){this.cache=new WeakMap}}function rS(i){let n=[],o=null;return{*[Symbol.iterator](){for(let u of n)yield u;o||(o=i());for(let u of o)n.push(u),yield u}}}function cN(i,n){if(i&&n)return o=>i(n(o));if(i)return i;if(n)return n}function qk(i){return i[0].toUpperCase()+i.slice(1)}function oS(i,n,o){let u=b.useMemo(()=>new sN,[]),{children:d,items:v,collection:p}=i;return b.useMemo(()=>{if(p)return p;let x=u.build({children:d,items:v},o);return n(x)},[u,d,v,p,o,n])}function ug(i,n){return typeof n.getChildren=="function"?n.getChildren(i.key):i.childNodes}function dN(i){return fN(i)}function fN(i,n){for(let o of i)return o}function Qk(i,n,o){if(n.parentKey===o.parentKey)return n.index-o.index;let u=[...lS(i,n),n],d=[...lS(i,o),o],v=u.slice(0,d.length).findIndex((p,g)=>p!==d[g]);return v!==-1?(n=u[v],o=d[v],n.index-o.index):u.findIndex(p=>p===o)>=0?1:(d.findIndex(p=>p===n)>=0,-1)}function lS(i,n){let o=[],u=n;for(;(u==null?void 0:u.parentKey)!=null;)u=i.getItem(u.parentKey),u&&o.unshift(u);return o}const aS=new WeakMap;function Xk(i){let n=aS.get(i);if(n!=null)return n;let o=0,u=d=>{for(let v of d)v.type==="section"?u(ug(v,i)):v.type==="item"&&o++};return u(i),aS.set(i,o),o}function pN(i,n,o){var u,d;let{key:v}=i,p=og.get(n);var g;let x=(g=i.isDisabled)!==null&&g!==void 0?g:n.selectionManager.isDisabled(v);var E;let S=(E=i.isSelected)!==null&&E!==void 0?E:n.selectionManager.isSelected(v);var C;let T=(C=i.shouldSelectOnPressUp)!==null&&C!==void 0?C:p==null?void 0:p.shouldSelectOnPressUp;var P;let N=(P=i.shouldFocusOnHover)!==null&&P!==void 0?P:p==null?void 0:p.shouldFocusOnHover;var L;let A=(L=i.shouldUseVirtualFocus)!==null&&L!==void 0?L:p==null?void 0:p.shouldUseVirtualFocus;var F;let B=(F=i.isVirtualized)!==null&&F!==void 0?F:p==null?void 0:p.isVirtualized,K=cu(),j=cu(),U={role:"option","aria-disabled":x||void 0,"aria-selected":n.selectionManager.selectionMode!=="none"?S:void 0};du()&&Z0()||(U["aria-label"]=i["aria-label"],U["aria-labelledby"]=K,U["aria-describedby"]=j);let G=n.collection.getItem(v);if(B){let J=Number(G==null?void 0:G.index);U["aria-posinset"]=Number.isNaN(J)?void 0:J+1,U["aria-setsize"]=Xk(n.collection)}let Z=p!=null&&p.onAction?()=>{var J;return p==null||(J=p.onAction)===null||J===void 0?void 0:J.call(p,v)}:void 0,ke=q2(n,v),{itemProps:pe,isPressed:fe,isFocused:R,hasAction:de,allowsSelection:re}=J2({selectionManager:n.selectionManager,key:v,ref:o,shouldSelectOnPressUp:T,allowsDifferentPressOrigin:T&&N,isVirtualized:B,shouldUseVirtualFocus:A,isDisabled:x,onAction:Z||!(G==null||(u=G.props)===null||u===void 0)&&u.onAction?ia(G==null||(d=G.props)===null||d===void 0?void 0:d.onAction,Z):void 0,linkBehavior:p==null?void 0:p.linkBehavior,UNSTABLE_itemBehavior:p==null?void 0:p.UNSTABLE_itemBehavior,id:ke}),{hoverProps:ae}=ml({isDisabled:x||!N,onHoverStart(){ud()||(n.selectionManager.setFocused(!0),n.selectionManager.setFocusedKey(v))}}),be=At(G==null?void 0:G.props);delete be.id;let V=ek(G==null?void 0:G.props);return{optionProps:{...U,...Ge(be,pe,ae,V),id:ke},labelProps:{id:K},descriptionProps:{id:j},isFocused:R,isFocusVisible:R&&n.selectionManager.isFocused&&ud(),isSelected:S,isDisabled:x,isPressed:fe,allowsSelection:re,hasAction:de}}function vN(i){let{heading:n,"aria-label":o}=i,u=Rn();return{itemProps:{role:"presentation"},headingProps:n?{id:u,role:"presentation"}:{},groupProps:{role:"group","aria-label":o,"aria-labelledby":n?u:void 0}}}var uS={};uS={longPressMessage:"اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة"};var sS={};sS={longPressMessage:"Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто"};var cS={};cS={longPressMessage:"Dlouhým stiskem nebo stisknutím kláves Alt + šipka dolů otevřete nabídku"};var dS={};dS={longPressMessage:"Langt tryk eller tryk på Alt + pil ned for at åbne menuen"};var fS={};fS={longPressMessage:"Drücken Sie lange oder drücken Sie Alt + Nach-unten, um das Menü zu öffnen"};var pS={};pS={longPressMessage:"Πιέστε παρατεταμένα ή πατήστε Alt + κάτω βέλος για να ανοίξετε το μενού"};var vS={};vS={longPressMessage:"Long press or press Alt + ArrowDown to open menu"};var mS={};mS={longPressMessage:"Mantenga pulsado o pulse Alt + flecha abajo para abrir el menú"};var hS={};hS={longPressMessage:"Menüü avamiseks vajutage pikalt või vajutage klahve Alt + allanool"};var gS={};gS={longPressMessage:"Avaa valikko painamalla pohjassa tai näppäinyhdistelmällä Alt + Alanuoli"};var yS={};yS={longPressMessage:"Appuyez de manière prolongée ou appuyez sur Alt + Flèche vers le bas pour ouvrir le menu."};var bS={};bS={longPressMessage:"לחץ לחיצה ארוכה או הקש Alt + ArrowDown כדי לפתוח את התפריט"};var kS={};kS={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dolje za otvaranje izbornika"};var xS={};xS={longPressMessage:"Nyomja meg hosszan, vagy nyomja meg az Alt + lefele nyíl gombot a menü megnyitásához"};var _S={};_S={longPressMessage:"Premere a lungo o premere Alt + Freccia giù per aprire il menu"};var ES={};ES={longPressMessage:"長押しまたは Alt+下矢印キーでメニューを開く"};var CS={};CS={longPressMessage:"길게 누르거나 Alt + 아래쪽 화살표를 눌러 메뉴 열기"};var wS={};wS={longPressMessage:"Norėdami atidaryti meniu, nuspaudę palaikykite arba paspauskite „Alt + ArrowDown“."};var SS={};SS={longPressMessage:"Lai atvērtu izvēlni, turiet nospiestu vai nospiediet taustiņu kombināciju Alt + lejupvērstā bultiņa"};var TS={};TS={longPressMessage:"Langt trykk eller trykk Alt + PilNed for å åpne menyen"};var DS={};DS={longPressMessage:"Druk lang op Alt + pijl-omlaag of druk op Alt om het menu te openen"};var PS={};PS={longPressMessage:"Naciśnij i przytrzymaj lub naciśnij klawisze Alt + Strzałka w dół, aby otworzyć menu"};var $S={};$S={longPressMessage:"Pressione e segure ou pressione Alt + Seta para baixo para abrir o menu"};var NS={};NS={longPressMessage:"Prima continuamente ou prima Alt + Seta Para Baixo para abrir o menu"};var LS={};LS={longPressMessage:"Apăsați lung sau apăsați pe Alt + săgeată în jos pentru a deschide meniul"};var MS={};MS={longPressMessage:"Нажмите и удерживайте или нажмите Alt + Стрелка вниз, чтобы открыть меню"};var AS={};AS={longPressMessage:"Ponuku otvoríte dlhým stlačením alebo stlačením klávesu Alt + klávesu so šípkou nadol"};var OS={};OS={longPressMessage:"Za odprtje menija pritisnite in držite gumb ali pritisnite Alt+puščica navzdol"};var FS={};FS={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dole da otvorite meni"};var RS={};RS={longPressMessage:"Håll nedtryckt eller tryck på Alt + pil nedåt för att öppna menyn"};var zS={};zS={longPressMessage:"Menüyü açmak için uzun basın veya Alt + Aşağı Ok tuşuna basın"};var IS={};IS={longPressMessage:"Довго або звичайно натисніть комбінацію клавіш Alt і стрілка вниз, щоб відкрити меню"};var BS={};BS={longPressMessage:"长按或按 Alt + 向下方向键以打开菜单"};var US={};US={longPressMessage:"長按或按 Alt+向下鍵以開啟功能表"};var VS={};VS={"ar-AE":uS,"bg-BG":sS,"cs-CZ":cS,"da-DK":dS,"de-DE":fS,"el-GR":pS,"en-US":vS,"es-ES":mS,"et-EE":hS,"fi-FI":gS,"fr-FR":yS,"he-IL":bS,"hr-HR":kS,"hu-HU":xS,"it-IT":_S,"ja-JP":ES,"ko-KR":CS,"lt-LT":wS,"lv-LV":SS,"nb-NO":TS,"nl-NL":DS,"pl-PL":PS,"pt-BR":$S,"pt-PT":NS,"ro-RO":LS,"ru-RU":MS,"sk-SK":AS,"sl-SI":OS,"sr-SP":FS,"sv-SE":RS,"tr-TR":zS,"uk-UA":IS,"zh-CN":BS,"zh-TW":US};function mN(i){return i&&i.__esModule?i.default:i}function Zk(i,n,o){let{type:u="menu",isDisabled:d,trigger:v="press"}=i,p=Rn(),{triggerProps:g,overlayProps:x}=u2({type:u},n,o),E=P=>{if(!d&&!(v==="longPress"&&!P.altKey)&&o&&o.current)switch(P.key){case"Enter":case" ":if(v==="longPress"||P.isDefaultPrevented())return;case"ArrowDown":"continuePropagation"in P||P.stopPropagation(),P.preventDefault(),n.toggle("first");break;case"ArrowUp":"continuePropagation"in P||P.stopPropagation(),P.preventDefault(),n.toggle("last");break;default:"continuePropagation"in P&&P.continuePropagation()}},S=cd(mN(VS),"@react-aria/menu"),{longPressProps:C}=wE({isDisabled:d||v!=="longPress",accessibilityDescription:S.format("longPressMessage"),onLongPressStart(){n.close()},onLongPress(){n.open("first")}}),T={preventFocusOnPress:!0,onPressStart(P){P.pointerType!=="touch"&&P.pointerType!=="keyboard"&&!d&&(zo(P.target),n.open(P.pointerType==="virtual"?"first":null))},onPress(P){P.pointerType==="touch"&&!d&&(zo(P.target),n.toggle())}};return delete g.onPress,{menuTriggerProps:{...g,...v==="press"?T:C,id:p,onKeyDown:E},menuProps:{...x,"aria-labelledby":p,autoFocus:n.focusStrategy||!0,onClose:n.close}}}const KS=new WeakMap;function hN(i,n,o){let{shouldFocusWrap:u=!0,onKeyDown:d,onKeyUp:v,...p}=i;!i["aria-label"]&&!i["aria-labelledby"]&&process.env.NODE_ENV!=="production"&&console.warn("An aria-label or aria-labelledby prop is required for accessibility.");let g=At(i,{labelable:!0}),{listProps:x}=iS({...p,ref:o,selectionManager:n.selectionManager,collection:n.collection,disabledKeys:n.disabledKeys,shouldFocusWrap:u,linkBehavior:"override"});return KS.set(n,{onClose:i.onClose,onAction:i.onAction,shouldUseVirtualFocus:i.shouldUseVirtualFocus}),{menuProps:Ge(g,{onKeyDown:d,onKeyUp:v},{role:"menu",...x,onKeyDown:E=>{var S;(E.key!=="Escape"||i.shouldUseVirtualFocus)&&((S=x.onKeyDown)===null||S===void 0||S.call(x,E))}})}}function gN(i,n,o){let{id:u,key:d,closeOnSelect:v,isVirtualized:p,"aria-haspopup":g,onPressStart:x,onPressUp:E,onPress:S,onPressChange:C,onPressEnd:T,onClick:P,onHoverStart:N,onHoverChange:L,onHoverEnd:A,onKeyDown:F,onKeyUp:B,onFocus:K,onFocusChange:j,onBlur:U,selectionManager:G=n.selectionManager}=i,Z=!!g,ke=Z&&i["aria-expanded"]==="true";var pe;let fe=(pe=i.isDisabled)!==null&&pe!==void 0?pe:G.isDisabled(d);var R;let de=(R=i.isSelected)!==null&&R!==void 0?R:G.isSelected(d),re=KS.get(n),ae=n.collection.getItem(d),be=i.onClose||re.onClose,V=nd(),J=()=>{var ft;if(!Z&&(!(ae==null||(ft=ae.props)===null||ft===void 0)&&ft.onAction?ae.props.onAction():i.onAction&&i.onAction(d),re.onAction)){let ei=re.onAction;ei(d)}},X="menuitem";Z||(G.selectionMode==="single"?X="menuitemradio":G.selectionMode==="multiple"&&(X="menuitemcheckbox"));let H=cu(),z=cu(),he=cu(),ge={id:u,"aria-disabled":fe||void 0,role:X,"aria-label":i["aria-label"],"aria-labelledby":H,"aria-describedby":[z,he].filter(Boolean).join(" ")||void 0,"aria-controls":i["aria-controls"],"aria-haspopup":g,"aria-expanded":i["aria-expanded"]};G.selectionMode!=="none"&&!Z&&(ge["aria-checked"]=de),p&&(ge["aria-posinset"]=ae==null?void 0:ae.index,ge["aria-setsize"]=Xk(n.collection));let _e=b.useRef(!1),$e=ft=>{C==null||C(ft),_e.current=ft},Me=b.useRef(null),De=ft=>{ft.pointerType!=="keyboard"&&(Me.current={pointerType:ft.pointerType}),ft.pointerType==="mouse"&&(_e.current||ft.target.click()),E==null||E(ft)},Fe=ft=>{var ei,Ki;P==null||P(ft),J(),I3(ft,V,ae.props.href,ae==null?void 0:ae.props.routerOptions);let Yn=((ei=Me.current)===null||ei===void 0?void 0:ei.pointerType)==="keyboard"?((Ki=Me.current)===null||Ki===void 0?void 0:Ki.key)==="Enter"||G.selectionMode==="none"||G.isLink(d):G.selectionMode!=="multiple"||G.isLink(d);Yn=v??Yn,be&&!Z&&Yn&&be(),Me.current=null},{itemProps:Be,isFocused:Ye}=J2({id:u,selectionManager:G,key:d,ref:o,shouldSelectOnPressUp:!0,allowsDifferentPressOrigin:!0,linkBehavior:"none",shouldUseVirtualFocus:re.shouldUseVirtualFocus}),{pressProps:ht,isPressed:Pe}=vu({onPressStart:x,onPress:S,onPressUp:De,onPressChange:$e,onPressEnd:T,isDisabled:fe}),{hoverProps:ee}=ml({isDisabled:fe,onHoverStart(ft){!ud()&&!(ke&&g)&&(G.setFocused(!0),G.setFocusedKey(d)),N==null||N(ft)},onHoverChange:L,onHoverEnd:A}),{keyboardProps:qe}=_E({onKeyDown:ft=>{if(ft.repeat){ft.continuePropagation();return}switch(ft.key){case" ":Me.current={pointerType:"keyboard",key:" "},ft.target.click();break;case"Enter":Me.current={pointerType:"keyboard",key:"Enter"},ft.target.tagName!=="A"&&ft.target.click();break;default:Z||ft.continuePropagation(),F==null||F(ft);break}},onKeyUp:B}),{focusProps:yt}=Wh({onBlur:U,onFocus:K,onFocusChange:j}),Rt=At(ae==null?void 0:ae.props);delete Rt.id;let In=ek(ae==null?void 0:ae.props);return{menuItemProps:{...ge,...Ge(Rt,In,Z?{onFocus:Be.onFocus,"data-collection":Be["data-collection"],"data-key":Be["data-key"]}:Be,ht,ee,qe,yt,re.shouldUseVirtualFocus||Z?{onMouseDown:ft=>ft.preventDefault()}:void 0,fe?void 0:{onClick:Fe}),tabIndex:Be.tabIndex!=null&&ke&&!re.shouldUseVirtualFocus?-1:Be.tabIndex},labelProps:{id:H},descriptionProps:{id:z},keyboardShortcutProps:{id:he},isFocused:Ye,isFocusVisible:Ye&&G.isFocused&&ud()&&!ke,isSelected:de,isPressed:Pe,isDisabled:fe}}function yN(i){let{heading:n,"aria-label":o}=i,u=Rn();return{itemProps:{role:"presentation"},headingProps:n?{id:u,role:"presentation"}:{},groupProps:{role:"group","aria-label":o,"aria-labelledby":n?u:void 0}}}function bN(i){return i&&i.__esModule?i.default:i}function kN(i,n){let{buttonRef:o,popoverRef:u,inputRef:d,listBoxRef:v,keyboardDelegate:p,layoutDelegate:g,shouldFocusWrap:x,isReadOnly:E,isDisabled:S}=i,C=b.useRef(null);o=o??C;let T=cd(bN(Zw),"@react-aria/combobox"),{menuTriggerProps:P,menuProps:N}=Zk({type:"listbox",isDisabled:S||E},n,o);og.set(n,{id:N.id});let{collection:L}=n,{disabledKeys:A}=n.selectionManager,F=b.useMemo(()=>p||new ag({collection:L,disabledKeys:A,ref:v,layoutDelegate:g}),[p,g,L,A,v]),{collectionProps:B}=Z2({selectionManager:n.selectionManager,keyboardDelegate:F,disallowTypeAhead:!0,disallowEmptySelection:!0,shouldFocusWrap:x,ref:d,isVirtualized:!0}),K=nd(),j=Pe=>{if(!Pe.nativeEvent.isComposing)switch(Pe.key){case"Enter":case"Tab":if(n.isOpen&&Pe.key==="Enter"&&Pe.preventDefault(),n.isOpen&&v.current&&n.selectionManager.focusedKey!=null){let ee=n.collection.getItem(n.selectionManager.focusedKey);if(ee!=null&&ee.props.href){let qe=v.current.querySelector(`[data-key="${CSS.escape(n.selectionManager.focusedKey.toString())}"]`);Pe.key==="Enter"&&qe instanceof HTMLAnchorElement&&K.open(qe,Pe,ee.props.href,ee.props.routerOptions),n.close();break}else if(ee!=null&&ee.props.onAction){ee.props.onAction(),n.close();break}}n.commit();break;case"Escape":(n.selectedKey!==null||n.inputValue===""||i.allowsCustomValue)&&Pe.continuePropagation(),n.revert();break;case"ArrowDown":n.open("first","manual");break;case"ArrowUp":n.open("last","manual");break;case"ArrowLeft":case"ArrowRight":n.selectionManager.setFocusedKey(null);break}},U=Pe=>{var ee;let qe=(o==null?void 0:o.current)&&o.current===Pe.relatedTarget,yt=(ee=u.current)===null||ee===void 0?void 0:ee.contains(Pe.relatedTarget);qe||yt||(i.onBlur&&i.onBlur(Pe),n.setFocused(!1))},G=Pe=>{n.isFocused||(i.onFocus&&i.onFocus(Pe),n.setFocused(!0))},{isInvalid:Z,validationErrors:ke,validationDetails:pe}=n.displayValidation,{labelProps:fe,inputProps:R,descriptionProps:de,errorMessageProps:re}=zk({...i,onChange:n.setInputValue,onKeyDown:E?i.onKeyDown:ia(n.isOpen&&B.onKeyDown,j,i.onKeyDown),onBlur:U,value:n.inputValue,defaultValue:n.defaultInputValue,onFocus:G,autoComplete:"off",validate:void 0,[vd]:n},d),ae=Pe=>{if(Pe.pointerType==="touch"){var ee;(ee=d.current)===null||ee===void 0||ee.focus(),n.toggle(null,"manual")}},be=Pe=>{if(Pe.pointerType!=="touch"){var ee;(ee=d.current)===null||ee===void 0||ee.focus(),n.toggle(Pe.pointerType==="keyboard"||Pe.pointerType==="virtual"?"first":null,"manual")}},V=Oh({id:P.id,"aria-label":T.format("buttonLabel"),"aria-labelledby":i["aria-labelledby"]||fe.id}),J=Oh({id:N.id,"aria-label":T.format("listboxLabel"),"aria-labelledby":i["aria-labelledby"]||fe.id}),X=b.useRef(0),H=Pe=>{if(S||E)return;if(Pe.timeStamp-X.current<500){var ee;Pe.preventDefault(),(ee=d.current)===null||ee===void 0||ee.focus();return}let qe=Pe.target.getBoundingClientRect(),yt=Pe.changedTouches[0],Rt=Math.ceil(qe.left+.5*qe.width),In=Math.ceil(qe.top+.5*qe.height);if(yt.clientX===Rt&&yt.clientY===In){var ft;Pe.preventDefault(),(ft=d.current)===null||ft===void 0||ft.focus(),n.toggle(null,"manual"),X.current=Pe.timeStamp}},z=n.selectionManager.focusedKey!=null&&n.isOpen?n.collection.getItem(n.selectionManager.focusedKey):void 0;var he;let ge=(he=z==null?void 0:z.parentKey)!==null&&he!==void 0?he:null;var _e;let $e=(_e=n.selectionManager.focusedKey)!==null&&_e!==void 0?_e:null,Me=b.useRef(ge),De=b.useRef($e);b.useEffect(()=>{if(Mh()&&z!=null&&$e!=null&&$e!==De.current){let ee=n.selectionManager.isSelected($e),qe=ge!=null?n.collection.getItem(ge):null,yt=(qe==null?void 0:qe["aria-label"])||(typeof(qe==null?void 0:qe.rendered)=="string"?qe.rendered:"")||"";var Pe;let Rt=T.format("focusAnnouncement",{isGroupChange:(Pe=qe&&ge!==Me.current)!==null&&Pe!==void 0?Pe:!1,groupTitle:yt,groupCount:qe?[...ug(qe,n.collection)].length:0,optionText:z["aria-label"]||z.textValue||"",isSelected:ee});fd(Rt)}Me.current=ge,De.current=$e});let Fe=Xk(n.collection),Be=b.useRef(Fe),Ye=b.useRef(n.isOpen);b.useEffect(()=>{let Pe=n.isOpen!==Ye.current&&(n.selectionManager.focusedKey==null||Mh());if(n.isOpen&&(Pe||Fe!==Be.current)){let ee=T.format("countAnnouncement",{optionCount:Fe});fd(ee)}Be.current=Fe,Ye.current=n.isOpen});let ht=b.useRef(n.selectedKey);return b.useEffect(()=>{if(Mh()&&n.isFocused&&n.selectedItem&&n.selectedKey!==ht.current){let Pe=n.selectedItem["aria-label"]||n.selectedItem.textValue||"",ee=T.format("selectedAnnouncement",{optionText:Pe});fd(ee)}ht.current=n.selectedKey}),b.useEffect(()=>{if(n.isOpen)return Wk([d.current,u.current].filter(Pe=>Pe!=null))},[n.isOpen,d,u]),Y9(()=>{!z&&d.current&&Ei(Ft(d.current))===d.current&&Mk(d.current,null)},[z]),Cs(v,"react-aria-item-action",n.isOpen?()=>{n.close()}:void 0),{labelProps:fe,buttonProps:{...P,...V,excludeFromTabOrder:!0,preventFocusOnPress:!0,onPress:ae,onPressStart:be,isDisabled:S||E},inputProps:Ge(R,{role:"combobox","aria-expanded":P["aria-expanded"],"aria-controls":n.isOpen?N.id:void 0,"aria-autocomplete":"list","aria-activedescendant":z?q2(n,z.key):void 0,onTouchEnd:H,autoCorrect:"off",spellCheck:"false"}),listBoxProps:Ge(N,J,{autoFocus:n.focusStrategy||!0,shouldUseVirtualFocus:!0,shouldSelectOnPressUp:!0,shouldFocusOnHover:!0,linkBehavior:"selection",UNSTABLE_itemBehavior:"action"}),descriptionProps:de,errorMessageProps:re,isInvalid:Z,validationErrors:ke,validationDetails:pe}}function xN(i,n){let{role:o="dialog"}=i,u=cu();u=i["aria-label"]?void 0:u;let d=b.useRef(!1);return b.useEffect(()=>{if(n.current&&!n.current.contains(document.activeElement)){hu(n.current);let v=setTimeout(()=>{(document.activeElement===n.current||document.activeElement===document.body)&&(d.current=!0,n.current&&(n.current.blur(),hu(n.current)),d.current=!1)},500);return()=>{clearTimeout(v)}}},[n]),Y2(),{dialogProps:{...At(i,{labelable:!0}),role:o,tabIndex:-1,"aria-labelledby":i["aria-labelledby"]||u,onBlur:v=>{d.current&&v.stopPropagation()}},titleProps:{id:u}}}function _N(i,n,o){let{isDisabled:u}=i,d=Rn(),v=Rn(),p=su(),g=b.useRef(null),x=b.useCallback(()=>{g.current=requestAnimationFrame(()=>{o.current&&o.current.setAttribute("hidden","until-found")}),od.flushSync(()=>{n.toggle()})},[o,n]);Cs(o,"beforematch",x);let E=b.useRef(null);return Bt(()=>{if(g.current&&cancelAnimationFrame(g.current),o.current&&!u&&!p){let S=o.current;E.current==null||typeof S.getAnimations!="function"?n.isExpanded?(S.removeAttribute("hidden"),S.style.setProperty("--disclosure-panel-width","auto"),S.style.setProperty("--disclosure-panel-height","auto")):(S.setAttribute("hidden","until-found"),S.style.setProperty("--disclosure-panel-width","0px"),S.style.setProperty("--disclosure-panel-height","0px")):n.isExpanded!==E.current&&(n.isExpanded?(S.removeAttribute("hidden"),S.style.setProperty("--disclosure-panel-width",S.scrollWidth+"px"),S.style.setProperty("--disclosure-panel-height",S.scrollHeight+"px"),Promise.all(S.getAnimations().map(C=>C.finished)).then(()=>{S.style.setProperty("--disclosure-panel-width","auto"),S.style.setProperty("--disclosure-panel-height","auto")}).catch(()=>{})):(S.style.setProperty("--disclosure-panel-width",S.scrollWidth+"px"),S.style.setProperty("--disclosure-panel-height",S.scrollHeight+"px"),window.getComputedStyle(S).height,S.style.setProperty("--disclosure-panel-width","0px"),S.style.setProperty("--disclosure-panel-height","0px"),Promise.all(S.getAnimations().map(C=>C.finished)).then(()=>S.setAttribute("hidden","until-found")).catch(()=>{}))),E.current=n.isExpanded}},[u,o,n.isExpanded,p]),b.useEffect(()=>()=>{g.current&&cancelAnimationFrame(g.current)},[]),{buttonProps:{id:d,"aria-expanded":n.isExpanded,"aria-controls":v,onPress:S=>{!u&&S.pointerType!=="keyboard"&&n.toggle()},isDisabled:u,onPressStart(S){S.pointerType==="keyboard"&&!u&&n.toggle()}},panelProps:{id:v,role:"group","aria-labelledby":d,"aria-hidden":!n.isExpanded,hidden:p||u?u||!n.isExpanded:void 0}}}var Jk={exports:{}},ex={};/**
|
|
186
|
+
}`.trim(),document.head.prepend(u);let d=x=>{if(!(x.touches.length===2||n)){if(!i||i===document.documentElement||i===document.body){x.preventDefault();return}i.scrollHeight===i.clientHeight&&i.scrollWidth===i.clientWidth&&x.preventDefault()}},v=x=>{let E=x.target,S=x.relatedTarget;if(S&&Lp(S))S.focus({preventScroll:!0}),c2(S,Lp(E));else if(!S){var C;let T=(C=E.parentElement)===null||C===void 0?void 0:C.closest("[tabindex]");T==null||T.focus({preventScroll:!0})}},p=HTMLElement.prototype.focus;HTMLElement.prototype.focus=function(x){let E=document.activeElement!=null&&Lp(document.activeElement);p.call(this,{...x,preventScroll:!0}),(!x||!x.preventScroll)&&c2(this,E)};let g=ra(jk(document,"touchstart",o,{passive:!1,capture:!0}),jk(document,"touchmove",d,{passive:!1,capture:!0}),jk(document,"blur",v,!0));return()=>{g(),u.remove(),HTMLElement.prototype.focus=p}}function Kk(i,n,o){let u=i.style[n];return i.style[n]=o,()=>{i.style[n]=u}}function jk(i,n,o,u){return i.addEventListener(n,o,u),()=>{i.removeEventListener(n,o,u)}}function c2(i,n){n||!zp?d2(i):zp.addEventListener("resize",()=>d2(i),{once:!0})}function d2(i){let n=document.scrollingElement||document.documentElement,o=i;for(;o&&o!==n;){let u=ik(o);if(u!==document.documentElement&&u!==document.body&&u!==o){let d=u.getBoundingClientRect(),v=o.getBoundingClientRect();if(v.top<d.top||v.bottom>d.top+o.clientHeight){let p=d.bottom;zp&&(p=Math.min(p,zp.offsetTop+zp.height));let g=v.top-d.top-((p-d.top)/2-v.height/2);u.scrollTo({top:Math.max(0,Math.min(u.scrollHeight-u.clientHeight,u.scrollTop+g)),behavior:"smooth"})}}o=u.parentElement}}const Q$=b.createContext({});function X$(){var i;return(i=b.useContext(Q$))!==null&&i!==void 0?i:{}}var f2={};f2={dismiss:"تجاهل"};var p2={};p2={dismiss:"Отхвърляне"};var v2={};v2={dismiss:"Odstranit"};var m2={};m2={dismiss:"Luk"};var h2={};h2={dismiss:"Schließen"};var g2={};g2={dismiss:"Απόρριψη"};var y2={};y2={dismiss:"Dismiss"};var b2={};b2={dismiss:"Descartar"};var k2={};k2={dismiss:"Lõpeta"};var x2={};x2={dismiss:"Hylkää"};var _2={};_2={dismiss:"Rejeter"};var E2={};E2={dismiss:"התעלם"};var C2={};C2={dismiss:"Odbaci"};var w2={};w2={dismiss:"Elutasítás"};var S2={};S2={dismiss:"Ignora"};var T2={};T2={dismiss:"閉じる"};var D2={};D2={dismiss:"무시"};var P2={};P2={dismiss:"Atmesti"};var $2={};$2={dismiss:"Nerādīt"};var N2={};N2={dismiss:"Lukk"};var L2={};L2={dismiss:"Negeren"};var M2={};M2={dismiss:"Zignoruj"};var A2={};A2={dismiss:"Descartar"};var O2={};O2={dismiss:"Dispensar"};var F2={};F2={dismiss:"Revocare"};var R2={};R2={dismiss:"Пропустить"};var z2={};z2={dismiss:"Zrušiť"};var I2={};I2={dismiss:"Opusti"};var B2={};B2={dismiss:"Odbaci"};var U2={};U2={dismiss:"Avvisa"};var V2={};V2={dismiss:"Kapat"};var K2={};K2={dismiss:"Скасувати"};var j2={};j2={dismiss:"取消"};var H2={};H2={dismiss:"關閉"};var W2={};W2={"ar-AE":f2,"bg-BG":p2,"cs-CZ":v2,"da-DK":m2,"de-DE":h2,"el-GR":g2,"en-US":y2,"es-ES":b2,"et-EE":k2,"fi-FI":x2,"fr-FR":_2,"he-IL":E2,"hr-HR":C2,"hu-HU":w2,"it-IT":S2,"ja-JP":T2,"ko-KR":D2,"lt-LT":P2,"lv-LV":$2,"nb-NO":N2,"nl-NL":L2,"pl-PL":M2,"pt-BR":A2,"pt-PT":O2,"ro-RO":F2,"ru-RU":R2,"sk-SK":z2,"sl-SI":I2,"sr-SP":B2,"sv-SE":U2,"tr-TR":V2,"uk-UA":K2,"zh-CN":j2,"zh-TW":H2};function Z$(i){return i&&i.__esModule?i.default:i}function Hk(i){let{onDismiss:n,...o}=i,u=cd(Z$(W2),"@react-aria/overlays"),d=Oh(o,u.format("dismiss")),v=()=>{n&&n()};return b.createElement(eC,null,b.createElement("button",{...d,tabIndex:-1,onClick:v,style:{width:1,height:1}}))}const J$=typeof HTMLElement<"u"&&"inert"in HTMLElement.prototype;let Ip=new WeakMap,Sr=[];function Wk(i,n){let o=_r(i==null?void 0:i[0]),u=n instanceof o.Element?{root:n}:n;var d;let v=(d=u==null?void 0:u.root)!==null&&d!==void 0?d:document.body,p=(u==null?void 0:u.shouldUseInert)&&J$,g=new Set(i),x=new Set,E=L=>p&&L instanceof o.HTMLElement?L.inert:L.getAttribute("aria-hidden")==="true",S=(L,A)=>{p&&L instanceof o.HTMLElement?L.inert=A:A?L.setAttribute("aria-hidden","true"):(L.removeAttribute("aria-hidden"),L instanceof o.HTMLElement&&(L.inert=!1))},C=L=>{for(let K of L.querySelectorAll("[data-live-announcer], [data-react-aria-top-layer]"))g.add(K);let A=K=>{if(x.has(K)||g.has(K)||K.parentElement&&x.has(K.parentElement)&&K.parentElement.getAttribute("role")!=="row")return NodeFilter.FILTER_REJECT;for(let j of g)if(K.contains(j))return NodeFilter.FILTER_SKIP;return NodeFilter.FILTER_ACCEPT},F=document.createTreeWalker(L,NodeFilter.SHOW_ELEMENT,{acceptNode:A}),B=A(L);if(B===NodeFilter.FILTER_ACCEPT&&T(L),B!==NodeFilter.FILTER_REJECT){let K=F.nextNode();for(;K!=null;)T(K),K=F.nextNode()}},T=L=>{var A;let F=(A=Ip.get(L))!==null&&A!==void 0?A:0;E(L)&&F===0||(F===0&&S(L,!0),x.add(L),Ip.set(L,F+1))};Sr.length&&Sr[Sr.length-1].disconnect(),C(v);let P=new MutationObserver(L=>{for(let A of L)if(A.type==="childList"&&![...g,...x].some(F=>F.contains(A.target)))for(let F of A.addedNodes)(F instanceof HTMLElement||F instanceof SVGElement)&&(F.dataset.liveAnnouncer==="true"||F.dataset.reactAriaTopLayer==="true")?g.add(F):F instanceof Element&&C(F)});P.observe(v,{childList:!0,subtree:!0});let N={visibleNodes:g,hiddenNodes:x,observe(){P.observe(v,{childList:!0,subtree:!0})},disconnect(){P.disconnect()}};return Sr.push(N),()=>{P.disconnect();for(let L of x){let A=Ip.get(L);A!=null&&(A===1?(S(L,!1),Ip.delete(L)):Ip.set(L,A-1))}N===Sr[Sr.length-1]?(Sr.pop(),Sr.length&&Sr[Sr.length-1].observe()):Sr.splice(Sr.indexOf(N),1)}}function eN(i){let n=Sr[Sr.length-1];if(n&&!n.visibleNodes.has(i))return n.visibleNodes.add(i),()=>{n.visibleNodes.delete(i)}}function tN(i,n){let{triggerRef:o,popoverRef:u,groupRef:d,isNonModal:v,isKeyboardDismissDisabled:p,shouldCloseOnInteractOutside:g,...x}=i,E=x.trigger==="SubmenuTrigger",{overlayProps:S,underlayProps:C}=a2({isOpen:n.isOpen,onClose:n.close,shouldCloseOnBlur:!0,isDismissable:!v||E,isKeyboardDismissDisabled:p,shouldCloseOnInteractOutside:g},d??u),{overlayProps:T,arrowProps:P,placement:N,triggerAnchorPoint:L}=H$({...x,targetRef:o,overlayRef:u,isOpen:n.isOpen,onClose:v&&!E?n.close:null});return s2({isDisabled:v||!n.isOpen}),b.useEffect(()=>{if(n.isOpen&&u.current){var A,F;return v?eN((A=d==null?void 0:d.current)!==null&&A!==void 0?A:u.current):Wk([(F=d==null?void 0:d.current)!==null&&F!==void 0?F:u.current],{shouldUseInert:!0})}},[v,n.isOpen,u,d]),{popoverProps:Ge(S,T),arrowProps:P,underlayProps:C,placement:N,triggerAnchorPoint:L}}const G2=b.createContext(null);function Gk(i){let n=su(),{portalContainer:o=n?null:document.body,isExiting:u}=i,[d,v]=b.useState(!1),p=b.useMemo(()=>({contain:d,setContain:v}),[d,v]),{getContainer:g}=X$();if(!i.portalContainer&&g&&(o=g()),!o)return null;let x=i.children;return i.disableFocusManagement||(x=b.createElement(Pk,{restoreFocus:!0,contain:(i.shouldContainFocus||d)&&!u},x)),x=b.createElement(G2.Provider,{value:p},b.createElement(FP,null,x)),dP.createPortal(x,o)}function Y2(){let i=b.useContext(G2),n=i==null?void 0:i.setContain;Bt(()=>{n==null||n(!0)},[n])}function nN(i,n,o){let{overlayProps:u,underlayProps:d}=a2({...i,isOpen:n.isOpen,onClose:n.close},o);return s2({isDisabled:!n.isOpen}),Y2(),b.useEffect(()=>{if(n.isOpen&&o.current)return Wk([o.current],{shouldUseInert:!0})},[n.isOpen,o]),{modalProps:Ge(u),underlayProps:d}}const og=new WeakMap;function iN(i){return typeof i=="string"?i.replace(/\s*/g,""):""+i}function q2(i,n){let o=og.get(i);if(!o)throw new Error("Unknown list");return`${o.id}-option-${iN(n)}`}function Yk(i){return Mh()?i.altKey:i.ctrlKey}function lg(i,n){var o,u;let d=`[data-key="${CSS.escape(String(n))}"]`,v=(o=i.current)===null||o===void 0?void 0:o.dataset.collection;return v&&(d=`[data-collection="${CSS.escape(v)}"]${d}`),(u=i.current)===null||u===void 0?void 0:u.querySelector(d)}const Q2=new WeakMap;function rN(i){let n=Rn();return Q2.set(i,n),n}function oN(i){return Q2.get(i)}const lN=1e3;function X2(i){let{keyboardDelegate:n,selectionManager:o,onTypeSelect:u}=i,d=b.useRef({search:"",timeout:void 0}).current,v=p=>{let g=aN(p.key);if(!(!g||p.ctrlKey||p.metaKey||!p.currentTarget.contains(p.target)||d.search.length===0&&g===" ")){if(g===" "&&d.search.trim().length>0&&(p.preventDefault(),"continuePropagation"in p||p.stopPropagation()),d.search+=g,n.getKeyForSearch!=null){let x=n.getKeyForSearch(d.search,o.focusedKey);x==null&&(x=n.getKeyForSearch(d.search)),x!=null&&(o.setFocusedKey(x),u&&u(x))}clearTimeout(d.timeout),d.timeout=setTimeout(()=>{d.search=""},lN)}};return{typeSelectProps:{onKeyDownCapture:n.getKeyForSearch?v:void 0}}}function aN(i){return i.length===1||!/^[A-Z]/i.test(i)?i:""}function Z2(i){let{selectionManager:n,keyboardDelegate:o,ref:u,autoFocus:d=!1,shouldFocusWrap:v=!1,disallowEmptySelection:p=!1,disallowSelectAll:g=!1,escapeKeyBehavior:x="clearSelection",selectOnFocus:E=n.selectionBehavior==="replace",disallowTypeAhead:S=!1,shouldUseVirtualFocus:C,allowsTabNavigation:T=!1,isVirtualized:P,scrollRef:N=u,linkBehavior:L="action"}=i,{direction:A}=aa(),F=nd(),B=J=>{var X;if(J.altKey&&J.key==="Tab"&&J.preventDefault(),!(!((X=u.current)===null||X===void 0)&&X.contains(J.target)))return;const H=(ee,qe)=>{if(ee!=null){if(n.isLink(ee)&&L==="selection"&&E&&!Yk(J)){od.flushSync(()=>{n.setFocusedKey(ee,qe)});let yt=lg(u,ee),Rt=n.getItemProps(ee);yt&&F.open(yt,J,Rt.href,Rt.routerOptions);return}if(n.setFocusedKey(ee,qe),n.isLink(ee)&&L==="override")return;J.shiftKey&&n.selectionMode==="multiple"?n.extendSelection(ee):E&&!Yk(J)&&n.replaceSelection(ee)}};switch(J.key){case"ArrowDown":if(o.getKeyBelow){var z,he,ge;let ee=n.focusedKey!=null?(z=o.getKeyBelow)===null||z===void 0?void 0:z.call(o,n.focusedKey):(he=o.getFirstKey)===null||he===void 0?void 0:he.call(o);ee==null&&v&&(ee=(ge=o.getFirstKey)===null||ge===void 0?void 0:ge.call(o,n.focusedKey)),ee!=null&&(J.preventDefault(),H(ee))}break;case"ArrowUp":if(o.getKeyAbove){var _e,$e,Me;let ee=n.focusedKey!=null?(_e=o.getKeyAbove)===null||_e===void 0?void 0:_e.call(o,n.focusedKey):($e=o.getLastKey)===null||$e===void 0?void 0:$e.call(o);ee==null&&v&&(ee=(Me=o.getLastKey)===null||Me===void 0?void 0:Me.call(o,n.focusedKey)),ee!=null&&(J.preventDefault(),H(ee))}break;case"ArrowLeft":if(o.getKeyLeftOf){var De,Fe,Be;let ee=n.focusedKey!=null?(De=o.getKeyLeftOf)===null||De===void 0?void 0:De.call(o,n.focusedKey):null;ee==null&&v&&(ee=A==="rtl"?(Fe=o.getFirstKey)===null||Fe===void 0?void 0:Fe.call(o,n.focusedKey):(Be=o.getLastKey)===null||Be===void 0?void 0:Be.call(o,n.focusedKey)),ee!=null&&(J.preventDefault(),H(ee,A==="rtl"?"first":"last"))}break;case"ArrowRight":if(o.getKeyRightOf){var Ye,ht,Pe;let ee=n.focusedKey!=null?(Ye=o.getKeyRightOf)===null||Ye===void 0?void 0:Ye.call(o,n.focusedKey):null;ee==null&&v&&(ee=A==="rtl"?(ht=o.getLastKey)===null||ht===void 0?void 0:ht.call(o,n.focusedKey):(Pe=o.getFirstKey)===null||Pe===void 0?void 0:Pe.call(o,n.focusedKey)),ee!=null&&(J.preventDefault(),H(ee,A==="rtl"?"last":"first"))}break;case"Home":if(o.getFirstKey){if(n.focusedKey===null&&J.shiftKey)return;J.preventDefault();let ee=o.getFirstKey(n.focusedKey,rd(J));n.setFocusedKey(ee),ee!=null&&(rd(J)&&J.shiftKey&&n.selectionMode==="multiple"?n.extendSelection(ee):E&&n.replaceSelection(ee))}break;case"End":if(o.getLastKey){if(n.focusedKey===null&&J.shiftKey)return;J.preventDefault();let ee=o.getLastKey(n.focusedKey,rd(J));n.setFocusedKey(ee),ee!=null&&(rd(J)&&J.shiftKey&&n.selectionMode==="multiple"?n.extendSelection(ee):E&&n.replaceSelection(ee))}break;case"PageDown":if(o.getKeyPageBelow&&n.focusedKey!=null){let ee=o.getKeyPageBelow(n.focusedKey);ee!=null&&(J.preventDefault(),H(ee))}break;case"PageUp":if(o.getKeyPageAbove&&n.focusedKey!=null){let ee=o.getKeyPageAbove(n.focusedKey);ee!=null&&(J.preventDefault(),H(ee))}break;case"a":rd(J)&&n.selectionMode==="multiple"&&g!==!0&&(J.preventDefault(),n.selectAll());break;case"Escape":x==="clearSelection"&&!p&&n.selectedKeys.size!==0&&(J.stopPropagation(),J.preventDefault(),n.clearSelection());break;case"Tab":if(!T){if(J.shiftKey)u.current.focus();else{let ee=sa(u.current,{tabbable:!0}),qe,yt;do yt=ee.lastChild(),yt&&(qe=yt);while(yt);qe&&!qe.contains(document.activeElement)&&zo(qe)}break}}},K=b.useRef({top:0,left:0});Cs(N,"scroll",P?void 0:()=>{var J,X,H,z;K.current={top:(H=(J=N.current)===null||J===void 0?void 0:J.scrollTop)!==null&&H!==void 0?H:0,left:(z=(X=N.current)===null||X===void 0?void 0:X.scrollLeft)!==null&&z!==void 0?z:0}});let j=J=>{if(n.isFocused){J.currentTarget.contains(J.target)||n.setFocused(!1);return}if(J.currentTarget.contains(J.target)){if(n.setFocused(!0),n.focusedKey==null){var X,H;let ge=$e=>{$e!=null&&(n.setFocusedKey($e),E&&!n.isSelected($e)&&n.replaceSelection($e))},_e=J.relatedTarget;var z,he;_e&&J.currentTarget.compareDocumentPosition(_e)&Node.DOCUMENT_POSITION_FOLLOWING?ge((z=n.lastSelectedKey)!==null&&z!==void 0?z:(X=o.getLastKey)===null||X===void 0?void 0:X.call(o)):ge((he=n.firstSelectedKey)!==null&&he!==void 0?he:(H=o.getFirstKey)===null||H===void 0?void 0:H.call(o))}else!P&&N.current&&(N.current.scrollTop=K.current.top,N.current.scrollLeft=K.current.left);if(n.focusedKey!=null&&N.current){let ge=lg(u,n.focusedKey);ge instanceof HTMLElement&&(!ge.contains(document.activeElement)&&!C&&zo(ge),Hh()==="keyboard"&&W3(ge,{containingElement:u.current}))}}},U=J=>{J.currentTarget.contains(J.relatedTarget)||n.setFocused(!1)},G=b.useRef(!1);Cs(u,oP,C?J=>{let{detail:X}=J;J.stopPropagation(),n.setFocused(!0),(X==null?void 0:X.focusStrategy)==="first"&&(G.current=!0)}:void 0);let Z=gn(()=>{var J,X;let H=(X=(J=o.getFirstKey)===null||J===void 0?void 0:J.call(o))!==null&&X!==void 0?X:null;if(H==null){let z=Ei();KE(u.current),Mk(z,null),n.collection.size>0&&(G.current=!1)}else n.setFocusedKey(H),G.current=!1});V3(()=>{G.current&&Z()},[n.collection,Z]);let ke=gn(()=>{n.collection.size>0&&(G.current=!1)});V3(()=>{ke()},[n.focusedKey,ke]),Cs(u,rP,C?J=>{var X;J.stopPropagation(),n.setFocused(!1),!((X=J.detail)===null||X===void 0)&&X.clearFocusKey&&n.setFocusedKey(null)}:void 0);const pe=b.useRef(d),fe=b.useRef(!1);b.useEffect(()=>{if(pe.current){var J,X;let he=null;var H;d==="first"&&(he=(H=(J=o.getFirstKey)===null||J===void 0?void 0:J.call(o))!==null&&H!==void 0?H:null);var z;d==="last"&&(he=(z=(X=o.getLastKey)===null||X===void 0?void 0:X.call(o))!==null&&z!==void 0?z:null);let ge=n.selectedKeys;if(ge.size){for(let _e of ge)if(n.canSelectItem(_e)){he=_e;break}}n.setFocused(!0),n.setFocusedKey(he),he==null&&!C&&u.current&&hu(u.current),n.collection.size>0&&(pe.current=!1,fe.current=!0)}});let R=b.useRef(n.focusedKey),de=b.useRef(null);b.useEffect(()=>{if(n.isFocused&&n.focusedKey!=null&&(n.focusedKey!==R.current||fe.current)&&N.current&&u.current){let J=Hh(),X=lg(u,n.focusedKey);if(!(X instanceof HTMLElement))return;(J==="keyboard"||fe.current)&&(de.current&&cancelAnimationFrame(de.current),de.current=requestAnimationFrame(()=>{N.current&&(j3(N.current,X),J!=="virtual"&&W3(X,{containingElement:u.current}))}))}!C&&n.isFocused&&n.focusedKey==null&&R.current!=null&&u.current&&hu(u.current),R.current=n.focusedKey,fe.current=!1}),b.useEffect(()=>()=>{de.current&&cancelAnimationFrame(de.current)},[]),Cs(u,"react-aria-focus-scope-restore",J=>{J.preventDefault(),n.setFocused(!0)});let re={onKeyDown:B,onFocus:j,onBlur:U,onMouseDown(J){N.current===J.target&&J.preventDefault()}},{typeSelectProps:ae}=X2({keyboardDelegate:o,selectionManager:n});S||(re=Ge(ae,re));let be;C||(be=n.focusedKey==null?0:-1);let V=rN(n.collection);return{collectionProps:Ge(re,{tabIndex:be,"data-collection":V})}}function J2(i){let{id:n,selectionManager:o,key:u,ref:d,shouldSelectOnPressUp:v,shouldUseVirtualFocus:p,focus:g,isDisabled:x,onAction:E,allowsDifferentPressOrigin:S,linkBehavior:C="action"}=i,T=nd();n=Rn(n);let P=z=>{if(z.pointerType==="keyboard"&&Yk(z))o.toggleSelection(u);else{if(o.selectionMode==="none")return;if(o.isLink(u)){if(C==="selection"&&d.current){let he=o.getItemProps(u);T.open(d.current,z,he.href,he.routerOptions),o.setSelectedKeys(o.selectedKeys);return}else if(C==="override"||C==="none")return}o.selectionMode==="single"?o.isSelected(u)&&!o.disallowEmptySelection?o.toggleSelection(u):o.replaceSelection(u):z&&z.shiftKey?o.extendSelection(u):o.selectionBehavior==="toggle"||z&&(rd(z)||z.pointerType==="touch"||z.pointerType==="virtual")?o.toggleSelection(u):o.replaceSelection(u)}};b.useEffect(()=>{u===o.focusedKey&&o.isFocused&&(p?KE(d.current):g?g():document.activeElement!==d.current&&d.current&&hu(d.current))},[d,u,o.focusedKey,o.childFocusStrategy,o.isFocused,p]),x=x||o.isDisabled(u);let N={};!p&&!x?N={tabIndex:u===o.focusedKey?0:-1,onFocus(z){z.target===d.current&&o.setFocusedKey(u)}}:x&&(N.onMouseDown=z=>{z.preventDefault()});let L=o.isLink(u)&&C==="override",A=E&&i.UNSTABLE_itemBehavior==="action",F=o.isLink(u)&&C!=="selection"&&C!=="none",B=!x&&o.canSelectItem(u)&&!L&&!A,K=(E||F)&&!x,j=K&&(o.selectionBehavior==="replace"?!B:!B||o.isEmpty),U=K&&B&&o.selectionBehavior==="replace",G=j||U,Z=b.useRef(null),ke=G&&B,pe=b.useRef(!1),fe=b.useRef(!1),R=o.getItemProps(u),de=z=>{if(E){var he;E(),(he=d.current)===null||he===void 0||he.dispatchEvent(new CustomEvent("react-aria-item-action",{bubbles:!0}))}F&&d.current&&T.open(d.current,z,R.href,R.routerOptions)},re={ref:d};if(v?(re.onPressStart=z=>{Z.current=z.pointerType,pe.current=ke,z.pointerType==="keyboard"&&(!G||tS())&&P(z)},S?(re.onPressUp=j?void 0:z=>{z.pointerType==="mouse"&&B&&P(z)},re.onPress=j?de:z=>{z.pointerType!=="keyboard"&&z.pointerType!=="mouse"&&B&&P(z)}):re.onPress=z=>{if(j||U&&z.pointerType!=="mouse"){if(z.pointerType==="keyboard"&&!eS())return;de(z)}else z.pointerType!=="keyboard"&&B&&P(z)}):(re.onPressStart=z=>{Z.current=z.pointerType,pe.current=ke,fe.current=j,B&&(z.pointerType==="mouse"&&!j||z.pointerType==="keyboard"&&(!K||tS()))&&P(z)},re.onPress=z=>{(z.pointerType==="touch"||z.pointerType==="pen"||z.pointerType==="virtual"||z.pointerType==="keyboard"&&G&&eS()||z.pointerType==="mouse"&&fe.current)&&(G?de(z):B&&P(z))}),N["data-collection"]=oN(o.collection),N["data-key"]=u,re.preventFocusOnPress=p,p&&(re=Ge(re,{onPressStart(z){z.pointerType!=="touch"&&(o.setFocused(!0),o.setFocusedKey(u))},onPress(z){z.pointerType==="touch"&&(o.setFocused(!0),o.setFocusedKey(u))}})),R)for(let z of["onPressStart","onPressEnd","onPressChange","onPress","onPressUp","onClick"])R[z]&&(re[z]=ra(re[z],R[z]));let{pressProps:ae,isPressed:be}=vu(re),V=U?z=>{Z.current==="mouse"&&(z.stopPropagation(),z.preventDefault(),de(z))}:void 0,{longPressProps:J}=wE({isDisabled:!ke,onLongPress(z){z.pointerType==="touch"&&(P(z),o.setSelectionBehavior("toggle"))}}),X=z=>{Z.current==="touch"&&pe.current&&z.preventDefault()},H=C!=="none"&&o.isLink(u)?z=>{_s.isOpening||z.preventDefault()}:void 0;return{itemProps:Ge(N,B||j||p&&!x?ae:{},ke?J:{},{onDoubleClick:V,onDragStartCapture:X,onClick:H,id:n},p?{onMouseDown:z=>z.preventDefault()}:void 0),isPressed:be,isSelected:o.isSelected(u),isFocused:o.isFocused&&o.focusedKey===u,isDisabled:x,allowsSelection:B,hasAction:G}}function eS(){let i=window.event;return(i==null?void 0:i.key)==="Enter"}function tS(){let i=window.event;return(i==null?void 0:i.key)===" "||(i==null?void 0:i.code)==="Space"}class nS{getItemRect(n){let o=this.ref.current;if(!o)return null;let u=n!=null?lg(this.ref,n):null;if(!u)return null;let d=o.getBoundingClientRect(),v=u.getBoundingClientRect();return{x:v.left-d.left-o.clientLeft+o.scrollLeft,y:v.top-d.top-o.clientTop+o.scrollTop,width:v.width,height:v.height}}getContentSize(){let n=this.ref.current;var o,u;return{width:(o=n==null?void 0:n.scrollWidth)!==null&&o!==void 0?o:0,height:(u=n==null?void 0:n.scrollHeight)!==null&&u!==void 0?u:0}}getVisibleRect(){let n=this.ref.current;var o,u,d,v;return{x:(o=n==null?void 0:n.scrollLeft)!==null&&o!==void 0?o:0,y:(u=n==null?void 0:n.scrollTop)!==null&&u!==void 0?u:0,width:(d=n==null?void 0:n.clientWidth)!==null&&d!==void 0?d:0,height:(v=n==null?void 0:n.clientHeight)!==null&&v!==void 0?v:0}}constructor(n){this.ref=n}}class ag{isDisabled(n){var o;return this.disabledBehavior==="all"&&(((o=n.props)===null||o===void 0?void 0:o.isDisabled)||this.disabledKeys.has(n.key))}findNextNonDisabled(n,o){let u=n;for(;u!=null;){let d=this.collection.getItem(u);if((d==null?void 0:d.type)==="item"&&!this.isDisabled(d))return u;u=o(u)}return null}getNextKey(n){let o=n;return o=this.collection.getKeyAfter(o),this.findNextNonDisabled(o,u=>this.collection.getKeyAfter(u))}getPreviousKey(n){let o=n;return o=this.collection.getKeyBefore(o),this.findNextNonDisabled(o,u=>this.collection.getKeyBefore(u))}findKey(n,o,u){let d=n,v=this.layoutDelegate.getItemRect(d);if(!v||d==null)return null;let p=v;do{if(d=o(d),d==null)break;v=this.layoutDelegate.getItemRect(d)}while(v&&u(p,v)&&d!=null);return d}isSameRow(n,o){return n.y===o.y||n.x!==o.x}isSameColumn(n,o){return n.x===o.x||n.y!==o.y}getKeyBelow(n){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(n,o=>this.getNextKey(o),this.isSameRow):this.getNextKey(n)}getKeyAbove(n){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(n,o=>this.getPreviousKey(o),this.isSameRow):this.getPreviousKey(n)}getNextColumn(n,o){return o?this.getPreviousKey(n):this.getNextKey(n)}getKeyRightOf(n){let o=this.direction==="ltr"?"getKeyRightOf":"getKeyLeftOf";return this.layoutDelegate[o]?(n=this.layoutDelegate[o](n),this.findNextNonDisabled(n,u=>this.layoutDelegate[o](u))):this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(n,this.direction==="rtl"):this.findKey(n,u=>this.getNextColumn(u,this.direction==="rtl"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(n,this.direction==="rtl"):null}getKeyLeftOf(n){let o=this.direction==="ltr"?"getKeyLeftOf":"getKeyRightOf";return this.layoutDelegate[o]?(n=this.layoutDelegate[o](n),this.findNextNonDisabled(n,u=>this.layoutDelegate[o](u))):this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(n,this.direction==="ltr"):this.findKey(n,u=>this.getNextColumn(u,this.direction==="ltr"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(n,this.direction==="ltr"):null}getFirstKey(){let n=this.collection.getFirstKey();return this.findNextNonDisabled(n,o=>this.collection.getKeyAfter(o))}getLastKey(){let n=this.collection.getLastKey();return this.findNextNonDisabled(n,o=>this.collection.getKeyBefore(o))}getKeyPageAbove(n){let o=this.ref.current,u=this.layoutDelegate.getItemRect(n);if(!u)return null;if(o&&!Es(o))return this.getFirstKey();let d=n;if(this.orientation==="horizontal"){let v=Math.max(0,u.x+u.width-this.layoutDelegate.getVisibleRect().width);for(;u&&u.x>v&&d!=null;)d=this.getKeyAbove(d),u=d==null?null:this.layoutDelegate.getItemRect(d)}else{let v=Math.max(0,u.y+u.height-this.layoutDelegate.getVisibleRect().height);for(;u&&u.y>v&&d!=null;)d=this.getKeyAbove(d),u=d==null?null:this.layoutDelegate.getItemRect(d)}return d??this.getFirstKey()}getKeyPageBelow(n){let o=this.ref.current,u=this.layoutDelegate.getItemRect(n);if(!u)return null;if(o&&!Es(o))return this.getLastKey();let d=n;if(this.orientation==="horizontal"){let v=Math.min(this.layoutDelegate.getContentSize().width,u.y-u.width+this.layoutDelegate.getVisibleRect().width);for(;u&&u.x<v&&d!=null;)d=this.getKeyBelow(d),u=d==null?null:this.layoutDelegate.getItemRect(d)}else{let v=Math.min(this.layoutDelegate.getContentSize().height,u.y-u.height+this.layoutDelegate.getVisibleRect().height);for(;u&&u.y<v&&d!=null;)d=this.getKeyBelow(d),u=d==null?null:this.layoutDelegate.getItemRect(d)}return d??this.getLastKey()}getKeyForSearch(n,o){if(!this.collator)return null;let u=this.collection,d=o||this.getFirstKey();for(;d!=null;){let v=u.getItem(d);if(!v)return null;let p=v.textValue.slice(0,n.length);if(v.textValue&&this.collator.compare(p,n)===0)return d;d=this.getNextKey(d)}return null}constructor(...n){if(n.length===1){let o=n[0];this.collection=o.collection,this.ref=o.ref,this.collator=o.collator,this.disabledKeys=o.disabledKeys||new Set,this.disabledBehavior=o.disabledBehavior||"all",this.orientation=o.orientation||"vertical",this.direction=o.direction,this.layout=o.layout||"stack",this.layoutDelegate=o.layoutDelegate||new nS(o.ref)}else this.collection=n[0],this.disabledKeys=n[1],this.ref=n[2],this.collator=n[3],this.layout="stack",this.orientation="vertical",this.disabledBehavior="all",this.layoutDelegate=new nS(this.ref);this.layout==="stack"&&this.orientation==="vertical"&&(this.getKeyLeftOf=void 0,this.getKeyRightOf=void 0)}}function iS(i){let{selectionManager:n,collection:o,disabledKeys:u,ref:d,keyboardDelegate:v,layoutDelegate:p}=i,g=eg({usage:"search",sensitivity:"base"}),x=n.disabledBehavior,E=b.useMemo(()=>v||new ag({collection:o,disabledKeys:u,disabledBehavior:x,ref:d,collator:g,layoutDelegate:p}),[v,p,o,u,d,g,x]),{collectionProps:S}=Z2({...i,ref:d,selectionManager:n,keyboardDelegate:E});return{listProps:S}}function uN(i,n,o){let u=At(i,{labelable:!0}),d=i.selectionBehavior||"toggle",v=i.linkBehavior||(d==="replace"?"action":"override");d==="toggle"&&v==="action"&&(v="override");let{listProps:p}=iS({...i,ref:o,selectionManager:n.selectionManager,collection:n.collection,disabledKeys:n.disabledKeys,linkBehavior:v}),{focusWithinProps:g}=Op({onFocusWithin:i.onFocus,onBlurWithin:i.onBlur,onFocusWithinChange:i.onFocusChange}),x=Rn(i.id);og.set(n,{id:x,shouldUseVirtualFocus:i.shouldUseVirtualFocus,shouldSelectOnPressUp:i.shouldSelectOnPressUp,shouldFocusOnHover:i.shouldFocusOnHover,isVirtualized:i.isVirtualized,onAction:i.onAction,linkBehavior:v,UNSTABLE_itemBehavior:i.UNSTABLE_itemBehavior});let{labelProps:E,fieldProps:S}=qE({...i,id:x,labelElementType:"span"});return{labelProps:E,listBoxProps:Ge(u,g,n.selectionManager.selectionMode==="multiple"?{"aria-multiselectable":"true"}:{},{role:"listbox",...Ge(S,p)})}}class sN{build(n,o){return this.context=o,rS(()=>this.iterateCollection(n))}*iterateCollection(n){let{children:o,items:u}=n;if(b.isValidElement(o)&&o.type===b.Fragment)yield*this.iterateCollection({children:o.props.children,items:u});else if(typeof o=="function"){if(!u)throw new Error("props.children was a function but props.items is missing");let d=0;for(let v of u)yield*this.getFullNode({value:v,index:d},{renderer:o}),d++}else{let d=[];b.Children.forEach(o,p=>{p&&d.push(p)});let v=0;for(let p of d){let g=this.getFullNode({element:p,index:v},{});for(let x of g)v++,yield x}}}getKey(n,o,u,d){if(n.key!=null)return n.key;if(o.type==="cell"&&o.key!=null)return`${d}${o.key}`;let v=o.value;if(v!=null){var p;let g=(p=v.key)!==null&&p!==void 0?p:v.id;if(g==null)throw new Error("No key found for item");return g}return d?`${d}.${o.index}`:`$.${o.index}`}getChildState(n,o){return{renderer:o.renderer||n.renderer}}*getFullNode(n,o,u,d){if(b.isValidElement(n.element)&&n.element.type===b.Fragment){let A=[];b.Children.forEach(n.element.props.children,B=>{A.push(B)});var v;let F=(v=n.index)!==null&&v!==void 0?v:0;for(const B of A)yield*this.getFullNode({element:B,index:F++},o,u,d);return}let p=n.element;if(!p&&n.value&&o&&o.renderer){let A=this.cache.get(n.value);if(A&&(!A.shouldInvalidate||!A.shouldInvalidate(this.context))){A.index=n.index,A.parentKey=d?d.key:null,yield A;return}p=o.renderer(n.value)}if(b.isValidElement(p)){let A=p.type;if(typeof A!="function"&&typeof A.getCollectionNode!="function"){let j=p.type;throw new Error(`Unknown element <${j}> in collection.`)}let F=A.getCollectionNode(p.props,this.context);var g;let B=(g=n.index)!==null&&g!==void 0?g:0,K=F.next();for(;!K.done&&K.value;){let j=K.value;n.index=B;var x;let U=(x=j.key)!==null&&x!==void 0?x:null;U==null&&(U=j.element?null:this.getKey(p,n,o,u));let Z=[...this.getFullNode({...j,key:U,index:B,wrapper:cN(n.wrapper,j.wrapper)},this.getChildState(o,j),u?`${u}${p.key}`:p.key,d)];for(let ke of Z){var E,S;ke.value=(S=(E=j.value)!==null&&E!==void 0?E:n.value)!==null&&S!==void 0?S:null,ke.value&&this.cache.set(ke.value,ke);var C;if(n.type&&ke.type!==n.type)throw new Error(`Unsupported type <${qk(ke.type)}> in <${qk((C=d==null?void 0:d.type)!==null&&C!==void 0?C:"unknown parent type")}>. Only <${qk(n.type)}> is supported.`);B++,yield ke}K=F.next(Z)}return}if(n.key==null||n.type==null)return;let T=this;var P,N;let L={type:n.type,props:n.props,key:n.key,parentKey:d?d.key:null,value:(P=n.value)!==null&&P!==void 0?P:null,level:d?d.level+1:0,index:n.index,rendered:n.rendered,textValue:(N=n.textValue)!==null&&N!==void 0?N:"","aria-label":n["aria-label"],wrapper:n.wrapper,shouldInvalidate:n.shouldInvalidate,hasChildNodes:n.hasChildNodes||!1,childNodes:rS(function*(){if(!n.hasChildNodes||!n.childNodes)return;let A=0;for(let F of n.childNodes()){F.key!=null&&(F.key=`${L.key}${F.key}`);let B=T.getFullNode({...F,index:A},T.getChildState(o,F),L.key,L);for(let K of B)A++,yield K}})};yield L}constructor(){this.cache=new WeakMap}}function rS(i){let n=[],o=null;return{*[Symbol.iterator](){for(let u of n)yield u;o||(o=i());for(let u of o)n.push(u),yield u}}}function cN(i,n){if(i&&n)return o=>i(n(o));if(i)return i;if(n)return n}function qk(i){return i[0].toUpperCase()+i.slice(1)}function oS(i,n,o){let u=b.useMemo(()=>new sN,[]),{children:d,items:v,collection:p}=i;return b.useMemo(()=>{if(p)return p;let x=u.build({children:d,items:v},o);return n(x)},[u,d,v,p,o,n])}function ug(i,n){return typeof n.getChildren=="function"?n.getChildren(i.key):i.childNodes}function dN(i){return fN(i)}function fN(i,n){for(let o of i)return o}function Qk(i,n,o){if(n.parentKey===o.parentKey)return n.index-o.index;let u=[...lS(i,n),n],d=[...lS(i,o),o],v=u.slice(0,d.length).findIndex((p,g)=>p!==d[g]);return v!==-1?(n=u[v],o=d[v],n.index-o.index):u.findIndex(p=>p===o)>=0?1:(d.findIndex(p=>p===n)>=0,-1)}function lS(i,n){let o=[],u=n;for(;(u==null?void 0:u.parentKey)!=null;)u=i.getItem(u.parentKey),u&&o.unshift(u);return o}const aS=new WeakMap;function Xk(i){let n=aS.get(i);if(n!=null)return n;let o=0,u=d=>{for(let v of d)v.type==="section"?u(ug(v,i)):v.type==="item"&&o++};return u(i),aS.set(i,o),o}function pN(i,n,o){var u,d;let{key:v}=i,p=og.get(n);var g;let x=(g=i.isDisabled)!==null&&g!==void 0?g:n.selectionManager.isDisabled(v);var E;let S=(E=i.isSelected)!==null&&E!==void 0?E:n.selectionManager.isSelected(v);var C;let T=(C=i.shouldSelectOnPressUp)!==null&&C!==void 0?C:p==null?void 0:p.shouldSelectOnPressUp;var P;let N=(P=i.shouldFocusOnHover)!==null&&P!==void 0?P:p==null?void 0:p.shouldFocusOnHover;var L;let A=(L=i.shouldUseVirtualFocus)!==null&&L!==void 0?L:p==null?void 0:p.shouldUseVirtualFocus;var F;let B=(F=i.isVirtualized)!==null&&F!==void 0?F:p==null?void 0:p.isVirtualized,K=cu(),j=cu(),U={role:"option","aria-disabled":x||void 0,"aria-selected":n.selectionManager.selectionMode!=="none"?S:void 0};du()&&Z0()||(U["aria-label"]=i["aria-label"],U["aria-labelledby"]=K,U["aria-describedby"]=j);let G=n.collection.getItem(v);if(B){let J=Number(G==null?void 0:G.index);U["aria-posinset"]=Number.isNaN(J)?void 0:J+1,U["aria-setsize"]=Xk(n.collection)}let Z=p!=null&&p.onAction?()=>{var J;return p==null||(J=p.onAction)===null||J===void 0?void 0:J.call(p,v)}:void 0,ke=q2(n,v),{itemProps:pe,isPressed:fe,isFocused:R,hasAction:de,allowsSelection:re}=J2({selectionManager:n.selectionManager,key:v,ref:o,shouldSelectOnPressUp:T,allowsDifferentPressOrigin:T&&N,isVirtualized:B,shouldUseVirtualFocus:A,isDisabled:x,onAction:Z||!(G==null||(u=G.props)===null||u===void 0)&&u.onAction?ra(G==null||(d=G.props)===null||d===void 0?void 0:d.onAction,Z):void 0,linkBehavior:p==null?void 0:p.linkBehavior,UNSTABLE_itemBehavior:p==null?void 0:p.UNSTABLE_itemBehavior,id:ke}),{hoverProps:ae}=hl({isDisabled:x||!N,onHoverStart(){ud()||(n.selectionManager.setFocused(!0),n.selectionManager.setFocusedKey(v))}}),be=At(G==null?void 0:G.props);delete be.id;let V=ek(G==null?void 0:G.props);return{optionProps:{...U,...Ge(be,pe,ae,V),id:ke},labelProps:{id:K},descriptionProps:{id:j},isFocused:R,isFocusVisible:R&&n.selectionManager.isFocused&&ud(),isSelected:S,isDisabled:x,isPressed:fe,allowsSelection:re,hasAction:de}}function vN(i){let{heading:n,"aria-label":o}=i,u=Rn();return{itemProps:{role:"presentation"},headingProps:n?{id:u,role:"presentation"}:{},groupProps:{role:"group","aria-label":o,"aria-labelledby":n?u:void 0}}}var uS={};uS={longPressMessage:"اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة"};var sS={};sS={longPressMessage:"Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто"};var cS={};cS={longPressMessage:"Dlouhým stiskem nebo stisknutím kláves Alt + šipka dolů otevřete nabídku"};var dS={};dS={longPressMessage:"Langt tryk eller tryk på Alt + pil ned for at åbne menuen"};var fS={};fS={longPressMessage:"Drücken Sie lange oder drücken Sie Alt + Nach-unten, um das Menü zu öffnen"};var pS={};pS={longPressMessage:"Πιέστε παρατεταμένα ή πατήστε Alt + κάτω βέλος για να ανοίξετε το μενού"};var vS={};vS={longPressMessage:"Long press or press Alt + ArrowDown to open menu"};var mS={};mS={longPressMessage:"Mantenga pulsado o pulse Alt + flecha abajo para abrir el menú"};var hS={};hS={longPressMessage:"Menüü avamiseks vajutage pikalt või vajutage klahve Alt + allanool"};var gS={};gS={longPressMessage:"Avaa valikko painamalla pohjassa tai näppäinyhdistelmällä Alt + Alanuoli"};var yS={};yS={longPressMessage:"Appuyez de manière prolongée ou appuyez sur Alt + Flèche vers le bas pour ouvrir le menu."};var bS={};bS={longPressMessage:"לחץ לחיצה ארוכה או הקש Alt + ArrowDown כדי לפתוח את התפריט"};var kS={};kS={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dolje za otvaranje izbornika"};var xS={};xS={longPressMessage:"Nyomja meg hosszan, vagy nyomja meg az Alt + lefele nyíl gombot a menü megnyitásához"};var _S={};_S={longPressMessage:"Premere a lungo o premere Alt + Freccia giù per aprire il menu"};var ES={};ES={longPressMessage:"長押しまたは Alt+下矢印キーでメニューを開く"};var CS={};CS={longPressMessage:"길게 누르거나 Alt + 아래쪽 화살표를 눌러 메뉴 열기"};var wS={};wS={longPressMessage:"Norėdami atidaryti meniu, nuspaudę palaikykite arba paspauskite „Alt + ArrowDown“."};var SS={};SS={longPressMessage:"Lai atvērtu izvēlni, turiet nospiestu vai nospiediet taustiņu kombināciju Alt + lejupvērstā bultiņa"};var TS={};TS={longPressMessage:"Langt trykk eller trykk Alt + PilNed for å åpne menyen"};var DS={};DS={longPressMessage:"Druk lang op Alt + pijl-omlaag of druk op Alt om het menu te openen"};var PS={};PS={longPressMessage:"Naciśnij i przytrzymaj lub naciśnij klawisze Alt + Strzałka w dół, aby otworzyć menu"};var $S={};$S={longPressMessage:"Pressione e segure ou pressione Alt + Seta para baixo para abrir o menu"};var NS={};NS={longPressMessage:"Prima continuamente ou prima Alt + Seta Para Baixo para abrir o menu"};var LS={};LS={longPressMessage:"Apăsați lung sau apăsați pe Alt + săgeată în jos pentru a deschide meniul"};var MS={};MS={longPressMessage:"Нажмите и удерживайте или нажмите Alt + Стрелка вниз, чтобы открыть меню"};var AS={};AS={longPressMessage:"Ponuku otvoríte dlhým stlačením alebo stlačením klávesu Alt + klávesu so šípkou nadol"};var OS={};OS={longPressMessage:"Za odprtje menija pritisnite in držite gumb ali pritisnite Alt+puščica navzdol"};var FS={};FS={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dole da otvorite meni"};var RS={};RS={longPressMessage:"Håll nedtryckt eller tryck på Alt + pil nedåt för att öppna menyn"};var zS={};zS={longPressMessage:"Menüyü açmak için uzun basın veya Alt + Aşağı Ok tuşuna basın"};var IS={};IS={longPressMessage:"Довго або звичайно натисніть комбінацію клавіш Alt і стрілка вниз, щоб відкрити меню"};var BS={};BS={longPressMessage:"长按或按 Alt + 向下方向键以打开菜单"};var US={};US={longPressMessage:"長按或按 Alt+向下鍵以開啟功能表"};var VS={};VS={"ar-AE":uS,"bg-BG":sS,"cs-CZ":cS,"da-DK":dS,"de-DE":fS,"el-GR":pS,"en-US":vS,"es-ES":mS,"et-EE":hS,"fi-FI":gS,"fr-FR":yS,"he-IL":bS,"hr-HR":kS,"hu-HU":xS,"it-IT":_S,"ja-JP":ES,"ko-KR":CS,"lt-LT":wS,"lv-LV":SS,"nb-NO":TS,"nl-NL":DS,"pl-PL":PS,"pt-BR":$S,"pt-PT":NS,"ro-RO":LS,"ru-RU":MS,"sk-SK":AS,"sl-SI":OS,"sr-SP":FS,"sv-SE":RS,"tr-TR":zS,"uk-UA":IS,"zh-CN":BS,"zh-TW":US};function mN(i){return i&&i.__esModule?i.default:i}function Zk(i,n,o){let{type:u="menu",isDisabled:d,trigger:v="press"}=i,p=Rn(),{triggerProps:g,overlayProps:x}=u2({type:u},n,o),E=P=>{if(!d&&!(v==="longPress"&&!P.altKey)&&o&&o.current)switch(P.key){case"Enter":case" ":if(v==="longPress"||P.isDefaultPrevented())return;case"ArrowDown":"continuePropagation"in P||P.stopPropagation(),P.preventDefault(),n.toggle("first");break;case"ArrowUp":"continuePropagation"in P||P.stopPropagation(),P.preventDefault(),n.toggle("last");break;default:"continuePropagation"in P&&P.continuePropagation()}},S=cd(mN(VS),"@react-aria/menu"),{longPressProps:C}=wE({isDisabled:d||v!=="longPress",accessibilityDescription:S.format("longPressMessage"),onLongPressStart(){n.close()},onLongPress(){n.open("first")}}),T={preventFocusOnPress:!0,onPressStart(P){P.pointerType!=="touch"&&P.pointerType!=="keyboard"&&!d&&(zo(P.target),n.open(P.pointerType==="virtual"?"first":null))},onPress(P){P.pointerType==="touch"&&!d&&(zo(P.target),n.toggle())}};return delete g.onPress,{menuTriggerProps:{...g,...v==="press"?T:C,id:p,onKeyDown:E},menuProps:{...x,"aria-labelledby":p,autoFocus:n.focusStrategy||!0,onClose:n.close}}}const KS=new WeakMap;function hN(i,n,o){let{shouldFocusWrap:u=!0,onKeyDown:d,onKeyUp:v,...p}=i;!i["aria-label"]&&!i["aria-labelledby"]&&process.env.NODE_ENV!=="production"&&console.warn("An aria-label or aria-labelledby prop is required for accessibility.");let g=At(i,{labelable:!0}),{listProps:x}=iS({...p,ref:o,selectionManager:n.selectionManager,collection:n.collection,disabledKeys:n.disabledKeys,shouldFocusWrap:u,linkBehavior:"override"});return KS.set(n,{onClose:i.onClose,onAction:i.onAction,shouldUseVirtualFocus:i.shouldUseVirtualFocus}),{menuProps:Ge(g,{onKeyDown:d,onKeyUp:v},{role:"menu",...x,onKeyDown:E=>{var S;(E.key!=="Escape"||i.shouldUseVirtualFocus)&&((S=x.onKeyDown)===null||S===void 0||S.call(x,E))}})}}function gN(i,n,o){let{id:u,key:d,closeOnSelect:v,isVirtualized:p,"aria-haspopup":g,onPressStart:x,onPressUp:E,onPress:S,onPressChange:C,onPressEnd:T,onClick:P,onHoverStart:N,onHoverChange:L,onHoverEnd:A,onKeyDown:F,onKeyUp:B,onFocus:K,onFocusChange:j,onBlur:U,selectionManager:G=n.selectionManager}=i,Z=!!g,ke=Z&&i["aria-expanded"]==="true";var pe;let fe=(pe=i.isDisabled)!==null&&pe!==void 0?pe:G.isDisabled(d);var R;let de=(R=i.isSelected)!==null&&R!==void 0?R:G.isSelected(d),re=KS.get(n),ae=n.collection.getItem(d),be=i.onClose||re.onClose,V=nd(),J=()=>{var ft;if(!Z&&(!(ae==null||(ft=ae.props)===null||ft===void 0)&&ft.onAction?ae.props.onAction():i.onAction&&i.onAction(d),re.onAction)){let ei=re.onAction;ei(d)}},X="menuitem";Z||(G.selectionMode==="single"?X="menuitemradio":G.selectionMode==="multiple"&&(X="menuitemcheckbox"));let H=cu(),z=cu(),he=cu(),ge={id:u,"aria-disabled":fe||void 0,role:X,"aria-label":i["aria-label"],"aria-labelledby":H,"aria-describedby":[z,he].filter(Boolean).join(" ")||void 0,"aria-controls":i["aria-controls"],"aria-haspopup":g,"aria-expanded":i["aria-expanded"]};G.selectionMode!=="none"&&!Z&&(ge["aria-checked"]=de),p&&(ge["aria-posinset"]=ae==null?void 0:ae.index,ge["aria-setsize"]=Xk(n.collection));let _e=b.useRef(!1),$e=ft=>{C==null||C(ft),_e.current=ft},Me=b.useRef(null),De=ft=>{ft.pointerType!=="keyboard"&&(Me.current={pointerType:ft.pointerType}),ft.pointerType==="mouse"&&(_e.current||ft.target.click()),E==null||E(ft)},Fe=ft=>{var ei,Ki;P==null||P(ft),J(),I3(ft,V,ae.props.href,ae==null?void 0:ae.props.routerOptions);let Yn=((ei=Me.current)===null||ei===void 0?void 0:ei.pointerType)==="keyboard"?((Ki=Me.current)===null||Ki===void 0?void 0:Ki.key)==="Enter"||G.selectionMode==="none"||G.isLink(d):G.selectionMode!=="multiple"||G.isLink(d);Yn=v??Yn,be&&!Z&&Yn&&be(),Me.current=null},{itemProps:Be,isFocused:Ye}=J2({id:u,selectionManager:G,key:d,ref:o,shouldSelectOnPressUp:!0,allowsDifferentPressOrigin:!0,linkBehavior:"none",shouldUseVirtualFocus:re.shouldUseVirtualFocus}),{pressProps:ht,isPressed:Pe}=vu({onPressStart:x,onPress:S,onPressUp:De,onPressChange:$e,onPressEnd:T,isDisabled:fe}),{hoverProps:ee}=hl({isDisabled:fe,onHoverStart(ft){!ud()&&!(ke&&g)&&(G.setFocused(!0),G.setFocusedKey(d)),N==null||N(ft)},onHoverChange:L,onHoverEnd:A}),{keyboardProps:qe}=_E({onKeyDown:ft=>{if(ft.repeat){ft.continuePropagation();return}switch(ft.key){case" ":Me.current={pointerType:"keyboard",key:" "},ft.target.click();break;case"Enter":Me.current={pointerType:"keyboard",key:"Enter"},ft.target.tagName!=="A"&&ft.target.click();break;default:Z||ft.continuePropagation(),F==null||F(ft);break}},onKeyUp:B}),{focusProps:yt}=Wh({onBlur:U,onFocus:K,onFocusChange:j}),Rt=At(ae==null?void 0:ae.props);delete Rt.id;let In=ek(ae==null?void 0:ae.props);return{menuItemProps:{...ge,...Ge(Rt,In,Z?{onFocus:Be.onFocus,"data-collection":Be["data-collection"],"data-key":Be["data-key"]}:Be,ht,ee,qe,yt,re.shouldUseVirtualFocus||Z?{onMouseDown:ft=>ft.preventDefault()}:void 0,fe?void 0:{onClick:Fe}),tabIndex:Be.tabIndex!=null&&ke&&!re.shouldUseVirtualFocus?-1:Be.tabIndex},labelProps:{id:H},descriptionProps:{id:z},keyboardShortcutProps:{id:he},isFocused:Ye,isFocusVisible:Ye&&G.isFocused&&ud()&&!ke,isSelected:de,isPressed:Pe,isDisabled:fe}}function yN(i){let{heading:n,"aria-label":o}=i,u=Rn();return{itemProps:{role:"presentation"},headingProps:n?{id:u,role:"presentation"}:{},groupProps:{role:"group","aria-label":o,"aria-labelledby":n?u:void 0}}}function bN(i){return i&&i.__esModule?i.default:i}function kN(i,n){let{buttonRef:o,popoverRef:u,inputRef:d,listBoxRef:v,keyboardDelegate:p,layoutDelegate:g,shouldFocusWrap:x,isReadOnly:E,isDisabled:S}=i,C=b.useRef(null);o=o??C;let T=cd(bN(Zw),"@react-aria/combobox"),{menuTriggerProps:P,menuProps:N}=Zk({type:"listbox",isDisabled:S||E},n,o);og.set(n,{id:N.id});let{collection:L}=n,{disabledKeys:A}=n.selectionManager,F=b.useMemo(()=>p||new ag({collection:L,disabledKeys:A,ref:v,layoutDelegate:g}),[p,g,L,A,v]),{collectionProps:B}=Z2({selectionManager:n.selectionManager,keyboardDelegate:F,disallowTypeAhead:!0,disallowEmptySelection:!0,shouldFocusWrap:x,ref:d,isVirtualized:!0}),K=nd(),j=Pe=>{if(!Pe.nativeEvent.isComposing)switch(Pe.key){case"Enter":case"Tab":if(n.isOpen&&Pe.key==="Enter"&&Pe.preventDefault(),n.isOpen&&v.current&&n.selectionManager.focusedKey!=null){let ee=n.collection.getItem(n.selectionManager.focusedKey);if(ee!=null&&ee.props.href){let qe=v.current.querySelector(`[data-key="${CSS.escape(n.selectionManager.focusedKey.toString())}"]`);Pe.key==="Enter"&&qe instanceof HTMLAnchorElement&&K.open(qe,Pe,ee.props.href,ee.props.routerOptions),n.close();break}else if(ee!=null&&ee.props.onAction){ee.props.onAction(),n.close();break}}n.commit();break;case"Escape":(n.selectedKey!==null||n.inputValue===""||i.allowsCustomValue)&&Pe.continuePropagation(),n.revert();break;case"ArrowDown":n.open("first","manual");break;case"ArrowUp":n.open("last","manual");break;case"ArrowLeft":case"ArrowRight":n.selectionManager.setFocusedKey(null);break}},U=Pe=>{var ee;let qe=(o==null?void 0:o.current)&&o.current===Pe.relatedTarget,yt=(ee=u.current)===null||ee===void 0?void 0:ee.contains(Pe.relatedTarget);qe||yt||(i.onBlur&&i.onBlur(Pe),n.setFocused(!1))},G=Pe=>{n.isFocused||(i.onFocus&&i.onFocus(Pe),n.setFocused(!0))},{isInvalid:Z,validationErrors:ke,validationDetails:pe}=n.displayValidation,{labelProps:fe,inputProps:R,descriptionProps:de,errorMessageProps:re}=zk({...i,onChange:n.setInputValue,onKeyDown:E?i.onKeyDown:ra(n.isOpen&&B.onKeyDown,j,i.onKeyDown),onBlur:U,value:n.inputValue,defaultValue:n.defaultInputValue,onFocus:G,autoComplete:"off",validate:void 0,[vd]:n},d),ae=Pe=>{if(Pe.pointerType==="touch"){var ee;(ee=d.current)===null||ee===void 0||ee.focus(),n.toggle(null,"manual")}},be=Pe=>{if(Pe.pointerType!=="touch"){var ee;(ee=d.current)===null||ee===void 0||ee.focus(),n.toggle(Pe.pointerType==="keyboard"||Pe.pointerType==="virtual"?"first":null,"manual")}},V=Oh({id:P.id,"aria-label":T.format("buttonLabel"),"aria-labelledby":i["aria-labelledby"]||fe.id}),J=Oh({id:N.id,"aria-label":T.format("listboxLabel"),"aria-labelledby":i["aria-labelledby"]||fe.id}),X=b.useRef(0),H=Pe=>{if(S||E)return;if(Pe.timeStamp-X.current<500){var ee;Pe.preventDefault(),(ee=d.current)===null||ee===void 0||ee.focus();return}let qe=Pe.target.getBoundingClientRect(),yt=Pe.changedTouches[0],Rt=Math.ceil(qe.left+.5*qe.width),In=Math.ceil(qe.top+.5*qe.height);if(yt.clientX===Rt&&yt.clientY===In){var ft;Pe.preventDefault(),(ft=d.current)===null||ft===void 0||ft.focus(),n.toggle(null,"manual"),X.current=Pe.timeStamp}},z=n.selectionManager.focusedKey!=null&&n.isOpen?n.collection.getItem(n.selectionManager.focusedKey):void 0;var he;let ge=(he=z==null?void 0:z.parentKey)!==null&&he!==void 0?he:null;var _e;let $e=(_e=n.selectionManager.focusedKey)!==null&&_e!==void 0?_e:null,Me=b.useRef(ge),De=b.useRef($e);b.useEffect(()=>{if(Mh()&&z!=null&&$e!=null&&$e!==De.current){let ee=n.selectionManager.isSelected($e),qe=ge!=null?n.collection.getItem(ge):null,yt=(qe==null?void 0:qe["aria-label"])||(typeof(qe==null?void 0:qe.rendered)=="string"?qe.rendered:"")||"";var Pe;let Rt=T.format("focusAnnouncement",{isGroupChange:(Pe=qe&&ge!==Me.current)!==null&&Pe!==void 0?Pe:!1,groupTitle:yt,groupCount:qe?[...ug(qe,n.collection)].length:0,optionText:z["aria-label"]||z.textValue||"",isSelected:ee});fd(Rt)}Me.current=ge,De.current=$e});let Fe=Xk(n.collection),Be=b.useRef(Fe),Ye=b.useRef(n.isOpen);b.useEffect(()=>{let Pe=n.isOpen!==Ye.current&&(n.selectionManager.focusedKey==null||Mh());if(n.isOpen&&(Pe||Fe!==Be.current)){let ee=T.format("countAnnouncement",{optionCount:Fe});fd(ee)}Be.current=Fe,Ye.current=n.isOpen});let ht=b.useRef(n.selectedKey);return b.useEffect(()=>{if(Mh()&&n.isFocused&&n.selectedItem&&n.selectedKey!==ht.current){let Pe=n.selectedItem["aria-label"]||n.selectedItem.textValue||"",ee=T.format("selectedAnnouncement",{optionText:Pe});fd(ee)}ht.current=n.selectedKey}),b.useEffect(()=>{if(n.isOpen)return Wk([d.current,u.current].filter(Pe=>Pe!=null))},[n.isOpen,d,u]),Y9(()=>{!z&&d.current&&Ei(Ft(d.current))===d.current&&Mk(d.current,null)},[z]),Cs(v,"react-aria-item-action",n.isOpen?()=>{n.close()}:void 0),{labelProps:fe,buttonProps:{...P,...V,excludeFromTabOrder:!0,preventFocusOnPress:!0,onPress:ae,onPressStart:be,isDisabled:S||E},inputProps:Ge(R,{role:"combobox","aria-expanded":P["aria-expanded"],"aria-controls":n.isOpen?N.id:void 0,"aria-autocomplete":"list","aria-activedescendant":z?q2(n,z.key):void 0,onTouchEnd:H,autoCorrect:"off",spellCheck:"false"}),listBoxProps:Ge(N,J,{autoFocus:n.focusStrategy||!0,shouldUseVirtualFocus:!0,shouldSelectOnPressUp:!0,shouldFocusOnHover:!0,linkBehavior:"selection",UNSTABLE_itemBehavior:"action"}),descriptionProps:de,errorMessageProps:re,isInvalid:Z,validationErrors:ke,validationDetails:pe}}function xN(i,n){let{role:o="dialog"}=i,u=cu();u=i["aria-label"]?void 0:u;let d=b.useRef(!1);return b.useEffect(()=>{if(n.current&&!n.current.contains(document.activeElement)){hu(n.current);let v=setTimeout(()=>{(document.activeElement===n.current||document.activeElement===document.body)&&(d.current=!0,n.current&&(n.current.blur(),hu(n.current)),d.current=!1)},500);return()=>{clearTimeout(v)}}},[n]),Y2(),{dialogProps:{...At(i,{labelable:!0}),role:o,tabIndex:-1,"aria-labelledby":i["aria-labelledby"]||u,onBlur:v=>{d.current&&v.stopPropagation()}},titleProps:{id:u}}}function _N(i,n,o){let{isDisabled:u}=i,d=Rn(),v=Rn(),p=su(),g=b.useRef(null),x=b.useCallback(()=>{g.current=requestAnimationFrame(()=>{o.current&&o.current.setAttribute("hidden","until-found")}),od.flushSync(()=>{n.toggle()})},[o,n]);Cs(o,"beforematch",x);let E=b.useRef(null);return Bt(()=>{if(g.current&&cancelAnimationFrame(g.current),o.current&&!u&&!p){let S=o.current;E.current==null||typeof S.getAnimations!="function"?n.isExpanded?(S.removeAttribute("hidden"),S.style.setProperty("--disclosure-panel-width","auto"),S.style.setProperty("--disclosure-panel-height","auto")):(S.setAttribute("hidden","until-found"),S.style.setProperty("--disclosure-panel-width","0px"),S.style.setProperty("--disclosure-panel-height","0px")):n.isExpanded!==E.current&&(n.isExpanded?(S.removeAttribute("hidden"),S.style.setProperty("--disclosure-panel-width",S.scrollWidth+"px"),S.style.setProperty("--disclosure-panel-height",S.scrollHeight+"px"),Promise.all(S.getAnimations().map(C=>C.finished)).then(()=>{S.style.setProperty("--disclosure-panel-width","auto"),S.style.setProperty("--disclosure-panel-height","auto")}).catch(()=>{})):(S.style.setProperty("--disclosure-panel-width",S.scrollWidth+"px"),S.style.setProperty("--disclosure-panel-height",S.scrollHeight+"px"),window.getComputedStyle(S).height,S.style.setProperty("--disclosure-panel-width","0px"),S.style.setProperty("--disclosure-panel-height","0px"),Promise.all(S.getAnimations().map(C=>C.finished)).then(()=>S.setAttribute("hidden","until-found")).catch(()=>{}))),E.current=n.isExpanded}},[u,o,n.isExpanded,p]),b.useEffect(()=>()=>{g.current&&cancelAnimationFrame(g.current)},[]),{buttonProps:{id:d,"aria-expanded":n.isExpanded,"aria-controls":v,onPress:S=>{!u&&S.pointerType!=="keyboard"&&n.toggle()},isDisabled:u,onPressStart(S){S.pointerType==="keyboard"&&!u&&n.toggle()}},panelProps:{id:v,role:"group","aria-labelledby":d,"aria-hidden":!n.isExpanded,hidden:p||u?u||!n.isExpanded:void 0}}}var Jk={exports:{}},ex={};/**
|
|
187
187
|
* @license React
|
|
188
188
|
* use-sync-external-store-shim.production.js
|
|
189
189
|
*
|
|
@@ -199,7 +199,7 @@ You might need to use a local HTTP server (instead of file://): https://reactjs.
|
|
|
199
199
|
*
|
|
200
200
|
* This source code is licensed under the MIT license found in the
|
|
201
201
|
* LICENSE file in the root directory of this source tree.
|
|
202
|
-
*/var HS;function CN(){return HS||(HS=1,process.env.NODE_ENV!=="production"&&function(){function i(P,N){return P===N&&(P!==0||1/P===1/N)||P!==P&&N!==N}function n(P,N){S||d.startTransition===void 0||(S=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var L=N();if(!C){var A=N();v(L,A)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),C=!0)}A=p({inst:{value:L,getSnapshot:N}});var F=A[0].inst,B=A[1];return x(function(){F.value=L,F.getSnapshot=N,o(F)&&B({inst:F})},[P,L,N]),g(function(){return o(F)&&B({inst:F}),P(function(){o(F)&&B({inst:F})})},[P]),E(L),L}function o(P){var N=P.getSnapshot;P=P.value;try{var L=N();return!v(P,L)}catch{return!0}}function u(P,N){return N()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var d=b,v=typeof Object.is=="function"?Object.is:i,p=d.useState,g=d.useEffect,x=d.useLayoutEffect,E=d.useDebugValue,S=!1,C=!1,T=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?u:n;tx.useSyncExternalStore=d.useSyncExternalStore!==void 0?d.useSyncExternalStore:T,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),tx}process.env.NODE_ENV==="production"?Jk.exports=EN():Jk.exports=CN();var wN=Jk.exports;const nx=new WeakMap;function SN(i,n,o){let{keyboardDelegate:u,isDisabled:d,isRequired:v,name:p,form:g,validationBehavior:x="aria"}=i,E=eg({usage:"search",sensitivity:"base"}),S=b.useMemo(()=>u||new ag(n.collection,n.disabledKeys,o,E),[u,n.collection,n.disabledKeys,E,o]),{menuTriggerProps:C,menuProps:T}=Zk({isDisabled:d,type:"listbox"},n,o),P=pe=>{if(n.selectionManager.selectionMode!=="multiple")switch(pe.key){case"ArrowLeft":{var fe,R;pe.preventDefault();let ae=n.selectedKey!=null?(fe=S.getKeyAbove)===null||fe===void 0?void 0:fe.call(S,n.selectedKey):(R=S.getFirstKey)===null||R===void 0?void 0:R.call(S);ae&&n.setSelectedKey(ae);break}case"ArrowRight":{var de,re;pe.preventDefault();let ae=n.selectedKey!=null?(de=S.getKeyBelow)===null||de===void 0?void 0:de.call(S,n.selectedKey):(re=S.getFirstKey)===null||re===void 0?void 0:re.call(S);ae&&n.setSelectedKey(ae);break}}},{typeSelectProps:N}=X2({keyboardDelegate:S,selectionManager:n.selectionManager,onTypeSelect(pe){n.setSelectedKey(pe)}}),{isInvalid:L,validationErrors:A,validationDetails:F}=n.displayValidation,{labelProps:B,fieldProps:K,descriptionProps:j,errorMessageProps:U}=QE({...i,labelElementType:"span",isInvalid:L,errorMessage:i.errorMessage||A});N.onKeyDown=N.onKeyDownCapture,delete N.onKeyDownCapture,n.selectionManager.selectionMode==="multiple"&&(N={});let G=At(i,{labelable:!0}),Z=Ge(N,C,K),ke=Rn();return nx.set(n,{isDisabled:d,isRequired:v,name:p,form:g,validationBehavior:x}),{labelProps:{...B,onClick:()=>{if(!i.isDisabled){var pe;(pe=o.current)===null||pe===void 0||pe.focus(),kE("keyboard")}}},triggerProps:Ge(G,{...Z,isDisabled:d,onKeyDown:ia(Z.onKeyDown,P,i.onKeyDown),onKeyUp:i.onKeyUp,"aria-labelledby":[ke,Z["aria-labelledby"],Z["aria-label"]&&!Z["aria-labelledby"]?Z.id:null].filter(Boolean).join(" "),onFocus(pe){n.isFocused||(i.onFocus&&i.onFocus(pe),i.onFocusChange&&i.onFocusChange(!0),n.setFocused(!0))},onBlur(pe){n.isOpen||(i.onBlur&&i.onBlur(pe),i.onFocusChange&&i.onFocusChange(!1),n.setFocused(!1))}}),valueProps:{id:ke},menuProps:{...T,autoFocus:n.focusStrategy||!0,shouldSelectOnPressUp:!0,shouldFocusOnHover:!0,disallowEmptySelection:!0,linkBehavior:"selection",onBlur:pe=>{pe.currentTarget.contains(pe.relatedTarget)||(i.onBlur&&i.onBlur(pe),i.onFocusChange&&i.onFocusChange(!1),n.setFocused(!1))},"aria-labelledby":[K["aria-labelledby"],Z["aria-label"]&&!K["aria-labelledby"]?Z.id:null].filter(Boolean).join(" ")},descriptionProps:j,errorMessageProps:U,isInvalid:L,validationErrors:A,validationDetails:F,hiddenSelectProps:{isDisabled:d,name:p,label:i.label,state:n,triggerRef:o,form:g}}}function TN(i,n,o){let u=nx.get(n)||{},{autoComplete:d,name:v=u.name,form:p=u.form,isDisabled:g=u.isDisabled}=i,{validationBehavior:x,isRequired:E}=u,{visuallyHiddenProps:S}=JE({style:{position:"fixed",top:0,left:0}});Fh(i.selectRef,n.defaultValue,n.setValue),Fk({validationBehavior:x,focus:()=>{var N;return(N=o.current)===null||N===void 0?void 0:N.focus()}},n,i.selectRef);let C=n.setValue,T=b.useCallback(N=>{N.target.multiple?C(Array.from(N.target.selectedOptions,L=>L.value)):C(N.currentTarget.value)},[C]);var P;return{containerProps:{...S,"aria-hidden":!0,"data-react-aria-prevent-focus":!0,"data-a11y-ignore":"aria-hidden-focus"},inputProps:{style:{display:"none"}},selectProps:{tabIndex:-1,autoComplete:d,disabled:g,multiple:n.selectionManager.selectionMode==="multiple",required:x==="native"&&E,name:v,form:p,value:(P=n.value)!==null&&P!==void 0?P:"",onChange:T,onInput:T}}}function DN(i){let{state:n,triggerRef:o,label:u,name:d,form:v,isDisabled:p}=i,g=b.useRef(null),x=b.useRef(null),{containerProps:E,selectProps:S}=TN({...i,selectRef:n.collection.size<=300?g:x},n,o);if(n.collection.size<=300)return b.createElement("div",{...E,"data-testid":"hidden-select-container"},b.createElement("label",null,u,b.createElement("select",{...S,ref:g},b.createElement("option",null),[...n.collection.getKeys()].map(C=>{let T=n.collection.getItem(C);if(T&&T.type==="item")return b.createElement("option",{key:T.key,value:T.key},T.textValue)}))));if(d){let C=nx.get(n)||{},{validationBehavior:T}=C,P=Array.isArray(n.value)?n.value:[n.value];P.length===0&&(P=[null]);let N=P.map((L,A)=>{let F={type:"hidden",autoComplete:S.autoComplete,name:d,form:v,disabled:p,value:L??""};return T==="native"?b.createElement("input",{key:A,...F,ref:A===0?x:null,style:{display:"none"},type:"text",required:A===0?S.required:!1,onChange:()=>{}}):b.createElement("input",{key:A,...F,ref:A===0?x:null})});return b.createElement(b.Fragment,null,N)}return null}const PN=b.createContext(null);b.createContext(null),b.createContext(null),b.createContext(null),b.createContext(null);const $N=b.createContext({}),ix=b.createContext(null),WS=b.createContext(null),gd=Symbol("default");function cr({values:i,children:n}){for(let[o,u]of i)n=b.createElement(o.Provider,{value:u},n);return n}function nn(i){let{className:n,style:o,children:u,defaultClassName:d,defaultChildren:v,defaultStyle:p,values:g}=i;return b.useMemo(()=>{let x,E,S;return typeof n=="function"?x=n({...g,defaultClassName:d}):x=n,typeof o=="function"?E=o({...g,defaultStyle:p||{}}):E=o,typeof u=="function"?S=u({...g,defaultChildren:v}):u==null?S=v:S=u,{className:x??d,style:E||p?{...p,...E}:void 0,children:S??v,"data-rac":""}},[n,o,u,d,v,p,g])}function yu(i,n){let o=b.useContext(i);if(n===null)return null;if(o&&typeof o=="object"&&"slots"in o&&o.slots){let u=n||gd;if(!o.slots[u]){let d=new Intl.ListFormat().format(Object.keys(o.slots).map(p=>`"${p}"`)),v=n?`Invalid slot "${n}".`:"A slot prop is required.";throw new Error(`${v} Valid slot names are ${d}.`)}return o.slots[u]}return o}function yn(i,n,o){let u=yu(o,i.slot)||{},{ref:d,...v}=u,p=pu(b.useMemo(()=>$h(n,d),[n,d])),g=Ge(v,i);return"style"in v&&v.style&&"style"in i&&i.style&&(typeof v.style=="function"||typeof i.style=="function"?g.style=x=>{let E=typeof v.style=="function"?v.style(x):v.style,S={...x.defaultStyle,...E},C=typeof i.style=="function"?i.style({...x,defaultStyle:S}):i.style;return{...S,...C}}:g.style={...v.style,...i.style}),[g,p]}function yd(i=!0){let[n,o]=b.useState(i),u=b.useRef(!1),d=b.useCallback(v=>{u.current=!0,o(!!v)},[]);return Bt(()=>{u.current||o(!1)},[]),[d,n]}function bd(i){const n=/^(data-.*)$/;let o={};for(const u in i)n.test(u)||(o[u]=i[u]);return o}class kd{get childNodes(){throw new Error("childNodes is not supported")}clone(){let n=new this.constructor(this.key);return n.value=this.value,n.level=this.level,n.hasChildNodes=this.hasChildNodes,n.rendered=this.rendered,n.textValue=this.textValue,n["aria-label"]=this["aria-label"],n.index=this.index,n.parentKey=this.parentKey,n.prevKey=this.prevKey,n.nextKey=this.nextKey,n.firstChildKey=this.firstChildKey,n.lastChildKey=this.lastChildKey,n.props=this.props,n.render=this.render,n.colSpan=this.colSpan,n.colIndex=this.colIndex,n}filter(n,o,u){let d=this.clone();return o.addDescendants(d,n),d}constructor(n){this.value=null,this.level=0,this.hasChildNodes=!1,this.rendered=null,this.textValue="",this["aria-label"]=void 0,this.index=0,this.parentKey=null,this.prevKey=null,this.nextKey=null,this.firstChildKey=null,this.lastChildKey=null,this.props={},this.colSpan=null,this.colIndex=null,this.type=this.constructor.type,this.key=n}}class GS extends kd{filter(n,o,u){let[d,v]=qS(n,o,this.firstChildKey,u),p=this.clone();return p.firstChildKey=d,p.lastChildKey=v,p}}class NN extends kd{}NN.type="header";class YS extends kd{}YS.type="loader";class rx extends GS{filter(n,o,u){if(u(this.textValue,this)){let d=this.clone();return o.addDescendants(d,n),d}return null}}rx.type="item";class LN extends GS{filter(n,o,u){let d=super.filter(n,o,u);if(d&&d.lastChildKey!==null){let v=n.getItem(d.lastChildKey);if(v&&v.type!=="header")return d}return null}}LN.type="section";class MN{get size(){return this.itemCount}getKeys(){return this.keyMap.keys()}*[Symbol.iterator](){let n=this.firstKey!=null?this.keyMap.get(this.firstKey):void 0;for(;n;)yield n,n=n.nextKey!=null?this.keyMap.get(n.nextKey):void 0}getChildren(n){let o=this.keyMap;return{*[Symbol.iterator](){let u=o.get(n),d=(u==null?void 0:u.firstChildKey)!=null?o.get(u.firstChildKey):null;for(;d;)yield d,d=d.nextKey!=null?o.get(d.nextKey):void 0}}}getKeyBefore(n){let o=this.keyMap.get(n);if(!o)return null;if(o.prevKey!=null){for(o=this.keyMap.get(o.prevKey);o&&o.type!=="item"&&o.lastChildKey!=null;)o=this.keyMap.get(o.lastChildKey);var u;return(u=o==null?void 0:o.key)!==null&&u!==void 0?u:null}return o.parentKey}getKeyAfter(n){let o=this.keyMap.get(n);if(!o)return null;if(o.type!=="item"&&o.firstChildKey!=null)return o.firstChildKey;for(;o;){if(o.nextKey!=null)return o.nextKey;if(o.parentKey!=null)o=this.keyMap.get(o.parentKey);else return null}return null}getFirstKey(){return this.firstKey}getLastKey(){let n=this.lastKey!=null?this.keyMap.get(this.lastKey):null;for(;(n==null?void 0:n.lastChildKey)!=null;)n=this.keyMap.get(n.lastChildKey);var o;return(o=n==null?void 0:n.key)!==null&&o!==void 0?o:null}getItem(n){var o;return(o=this.keyMap.get(n))!==null&&o!==void 0?o:null}at(){throw new Error("Not implemented")}clone(){let n=this.constructor,o=new n;return o.keyMap=new Map(this.keyMap),o.firstKey=this.firstKey,o.lastKey=this.lastKey,o.itemCount=this.itemCount,o}addNode(n){if(this.frozen)throw new Error("Cannot add a node to a frozen collection");n.type==="item"&&this.keyMap.get(n.key)==null&&this.itemCount++,this.keyMap.set(n.key,n)}addDescendants(n,o){this.addNode(n);let u=o.getChildren(n.key);for(let d of u)this.addDescendants(d,o)}removeNode(n){if(this.frozen)throw new Error("Cannot remove a node to a frozen collection");let o=this.keyMap.get(n);o!=null&&o.type==="item"&&this.itemCount--,this.keyMap.delete(n)}commit(n,o,u=!1){if(this.frozen)throw new Error("Cannot commit a frozen collection");this.firstKey=n,this.lastKey=o,this.frozen=!u}filter(n){let o=new this.constructor,[u,d]=qS(this,o,this.firstKey,n);return o==null||o.commit(u,d),o}constructor(){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.frozen=!1,this.itemCount=0}}function qS(i,n,o,u){if(o==null)return[null,null];let d=null,v=null,p=i.getItem(o);for(;p!=null;){let E=p.filter(i,n,u);E!=null&&(E.nextKey=null,v&&(E.prevKey=v.key,v.nextKey=E.key),d==null&&(d=E),n.addNode(E),v=E),p=p.nextKey?i.getItem(p.nextKey):null}if(v&&v.type==="separator"){let E=v.prevKey;n.removeNode(v.key),E?(v=n.getItem(E),v.nextKey=null):v=null}var g,x;return[(g=d==null?void 0:d.key)!==null&&g!==void 0?g:null,(x=v==null?void 0:v.key)!==null&&x!==void 0?x:null]}class QS{*[Symbol.iterator](){let n=this.firstChild;for(;n;)yield n,n=n.nextSibling}get firstChild(){return this._firstChild}set firstChild(n){this._firstChild=n,this.ownerDocument.markDirty(this)}get lastChild(){return this._lastChild}set lastChild(n){this._lastChild=n,this.ownerDocument.markDirty(this)}get previousSibling(){return this._previousSibling}set previousSibling(n){this._previousSibling=n,this.ownerDocument.markDirty(this)}get nextSibling(){return this._nextSibling}set nextSibling(n){this._nextSibling=n,this.ownerDocument.markDirty(this)}get parentNode(){return this._parentNode}set parentNode(n){this._parentNode=n,this.ownerDocument.markDirty(this)}get isConnected(){var n;return((n=this.parentNode)===null||n===void 0?void 0:n.isConnected)||!1}invalidateChildIndices(n){(this._minInvalidChildIndex==null||!this._minInvalidChildIndex.isConnected||n.index<this._minInvalidChildIndex.index)&&(this._minInvalidChildIndex=n,this.ownerDocument.markDirty(this))}updateChildIndices(){let n=this._minInvalidChildIndex;for(;n;)n.index=n.previousSibling?n.previousSibling.index+1:0,n=n.nextSibling;this._minInvalidChildIndex=null}appendChild(n){n.parentNode&&n.parentNode.removeChild(n),this.firstChild==null&&(this.firstChild=n),this.lastChild?(this.lastChild.nextSibling=n,n.index=this.lastChild.index+1,n.previousSibling=this.lastChild):(n.previousSibling=null,n.index=0),n.parentNode=this,n.nextSibling=null,this.lastChild=n,this.ownerDocument.markDirty(this),this.isConnected&&this.ownerDocument.queueUpdate()}insertBefore(n,o){if(o==null)return this.appendChild(n);n.parentNode&&n.parentNode.removeChild(n),n.nextSibling=o,n.previousSibling=o.previousSibling,n.index=o.index-1,this.firstChild===o?this.firstChild=n:o.previousSibling&&(o.previousSibling.nextSibling=n),o.previousSibling=n,n.parentNode=o.parentNode,this.invalidateChildIndices(n),this.isConnected&&this.ownerDocument.queueUpdate()}removeChild(n){n.parentNode===this&&(this._minInvalidChildIndex===n&&(this._minInvalidChildIndex=null),n.nextSibling&&(this.invalidateChildIndices(n.nextSibling),n.nextSibling.previousSibling=n.previousSibling),n.previousSibling&&(n.previousSibling.nextSibling=n.nextSibling),this.firstChild===n&&(this.firstChild=n.nextSibling),this.lastChild===n&&(this.lastChild=n.previousSibling),n.parentNode=null,n.nextSibling=null,n.previousSibling=null,n.index=0,this.ownerDocument.markDirty(n),this.isConnected&&this.ownerDocument.queueUpdate())}addEventListener(){}removeEventListener(){}get previousVisibleSibling(){let n=this.previousSibling;for(;n&&n.isHidden;)n=n.previousSibling;return n}get nextVisibleSibling(){let n=this.nextSibling;for(;n&&n.isHidden;)n=n.nextSibling;return n}get firstVisibleChild(){let n=this.firstChild;for(;n&&n.isHidden;)n=n.nextSibling;return n}get lastVisibleChild(){let n=this.lastChild;for(;n&&n.isHidden;)n=n.previousSibling;return n}constructor(n){this._firstChild=null,this._lastChild=null,this._previousSibling=null,this._nextSibling=null,this._parentNode=null,this._minInvalidChildIndex=null,this.ownerDocument=n}}class xd extends QS{get index(){return this._index}set index(n){this._index=n,this.ownerDocument.markDirty(this)}get level(){var n;return this.parentNode instanceof xd?this.parentNode.level+(((n=this.node)===null||n===void 0?void 0:n.type)==="item"?1:0):0}getMutableNode(){return this.node==null?null:(this.isMutated||(this.node=this.node.clone(),this.isMutated=!0),this.ownerDocument.markDirty(this),this.node)}updateNode(){var n,o,u,d,v,p,g,x;let E=this.nextVisibleSibling,S=this.getMutableNode();if(S!=null){S.index=this.index,S.level=this.level;var C;S.parentKey=this.parentNode instanceof xd&&(C=(n=this.parentNode.node)===null||n===void 0?void 0:n.key)!==null&&C!==void 0?C:null;var T;S.prevKey=(T=(u=this.previousVisibleSibling)===null||u===void 0||(o=u.node)===null||o===void 0?void 0:o.key)!==null&&T!==void 0?T:null;var P;S.nextKey=(P=E==null||(d=E.node)===null||d===void 0?void 0:d.key)!==null&&P!==void 0?P:null,S.hasChildNodes=!!this.firstChild;var N;S.firstChildKey=(N=(p=this.firstVisibleChild)===null||p===void 0||(v=p.node)===null||v===void 0?void 0:v.key)!==null&&N!==void 0?N:null;var L;if(S.lastChildKey=(L=(x=this.lastVisibleChild)===null||x===void 0||(g=x.node)===null||g===void 0?void 0:g.key)!==null&&L!==void 0?L:null,(S.colSpan!=null||S.colIndex!=null)&&E){var A,F;let B=((A=S.colIndex)!==null&&A!==void 0?A:S.index)+((F=S.colSpan)!==null&&F!==void 0?F:1);if(E.node!=null&&B!==E.node.colIndex){let K=E.getMutableNode();K.colIndex=B}}}}setProps(n,o,u,d,v){let p,{value:g,textValue:x,id:E,...S}=n;if(this.node==null?(p=new u(E??`react-aria-${++this.ownerDocument.nodeId}`),this.node=p):p=this.getMutableNode(),S.ref=o,p.props=S,p.rendered=d,p.render=v,p.value=g,p.textValue=x||(typeof S.children=="string"?S.children:"")||n["aria-label"]||"",E!=null&&E!==p.key)throw new Error("Cannot change the id of an item");S.colSpan!=null&&(p.colSpan=S.colSpan),this.isConnected&&this.ownerDocument.queueUpdate()}get style(){let n=this;return{get display(){return n.isHidden?"none":""},set display(o){let u=o==="none";if(n.isHidden!==u){var d,v;(((d=n.parentNode)===null||d===void 0?void 0:d.firstVisibleChild)===n||((v=n.parentNode)===null||v===void 0?void 0:v.lastVisibleChild)===n)&&n.ownerDocument.markDirty(n.parentNode);let p=n.previousVisibleSibling,g=n.nextVisibleSibling;p&&n.ownerDocument.markDirty(p),g&&n.ownerDocument.markDirty(g),n.isHidden=u,n.ownerDocument.markDirty(n)}}}}hasAttribute(){}setAttribute(){}setAttributeNS(){}removeAttribute(){}constructor(n,o){super(o),this.nodeType=8,this.isMutated=!0,this._index=0,this.isHidden=!1,this.node=null}}class AN extends QS{get isConnected(){return!0}createElement(n){return new xd(n,this)}getMutableCollection(){return this.nextCollection||(this.nextCollection=this.collection.clone()),this.nextCollection}markDirty(n){this.dirtyNodes.add(n)}addNode(n){if(n.isHidden||n.node==null)return;let o=this.getMutableCollection();if(!o.getItem(n.node.key))for(let u of n)this.addNode(u);o.addNode(n.node)}removeNode(n){for(let o of n)this.removeNode(o);n.node&&this.getMutableCollection().removeNode(n.node.key)}getCollection(){return this.inSubscription?this.collection.clone():(this.queuedRender=!1,this.updateCollection(),this.collection)}updateCollection(){for(let g of this.dirtyNodes)g instanceof xd&&(!g.isConnected||g.isHidden)?this.removeNode(g):g.updateChildIndices();for(let g of this.dirtyNodes)g instanceof xd?(g.isConnected&&!g.isHidden&&(g.updateNode(),this.addNode(g)),g.node&&this.dirtyNodes.delete(g),g.isMutated=!1):this.dirtyNodes.delete(g);if(this.nextCollection){var n,o,u,d,v,p;this.nextCollection.commit((v=(o=this.firstVisibleChild)===null||o===void 0||(n=o.node)===null||n===void 0?void 0:n.key)!==null&&v!==void 0?v:null,(p=(d=this.lastVisibleChild)===null||d===void 0||(u=d.node)===null||u===void 0?void 0:u.key)!==null&&p!==void 0?p:null,this.isSSR),this.isSSR||(this.collection=this.nextCollection,this.nextCollection=null)}}queueUpdate(){if(!(this.dirtyNodes.size===0||this.queuedRender)){this.queuedRender=!0,this.inSubscription=!0;for(let n of this.subscriptions)n();this.inSubscription=!1}}subscribe(n){return this.subscriptions.add(n),()=>this.subscriptions.delete(n)}resetAfterSSR(){this.isSSR&&(this.isSSR=!1,this.firstChild=null,this.lastChild=null,this.nodeId=0)}constructor(n){super(null),this.nodeType=11,this.ownerDocument=this,this.dirtyNodes=new Set,this.isSSR=!1,this.nodeId=0,this.nodesByProps=new WeakMap,this.nextCollection=null,this.subscriptions=new Set,this.queuedRender=!1,this.inSubscription=!1,this.collection=n,this.nextCollection=n}}function XS(i){let{children:n,items:o,idScope:u,addIdAndValue:d,dependencies:v=[]}=i,p=b.useMemo(()=>new WeakMap,v);return b.useMemo(()=>{if(o&&typeof n=="function"){let E=[];for(let S of o){let C=p.get(S);if(!C){C=n(S);var g,x;let T=(x=(g=C.props.id)!==null&&g!==void 0?g:S.key)!==null&&x!==void 0?x:S.id;if(T==null)throw new Error("Could not determine key for item");u&&(T=u+":"+T),C=b.cloneElement(C,d?{key:T,id:T,value:S}:{key:T}),p.set(S,C)}E.push(C)}return E}else if(typeof n!="function")return n},[n,o,p,u,d])}if(typeof HTMLTemplateElement<"u"){const i=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild").get;Object.defineProperty(HTMLTemplateElement.prototype,"firstChild",{configurable:!0,enumerable:!0,get:function(){return this.dataset.reactAriaHidden?this.content.firstChild:i.call(this)}})}const sg=b.createContext(!1);function ON(i){if(b.useContext(sg))return b.createElement(b.Fragment,null,i.children);let o=b.createElement(sg.Provider,{value:!0},i.children);return b.createElement("template",{"data-react-aria-hidden":!0},o)}function Bp(i){let n=(o,u)=>b.useContext(sg)?null:i(o,u);return n.displayName=i.displayName||i.name,b.forwardRef(n)}function FN(){return b.useContext(sg)}const ZS=b.createContext(!1),Up=b.createContext(null);function cg(i){if(b.useContext(Up))return i.content;let{collection:o,document:u}=BN(i.createCollection);return b.createElement(b.Fragment,null,b.createElement(ON,null,b.createElement(Up.Provider,{value:u},i.content)),b.createElement(RN,{render:i.children,collection:o}))}function RN({collection:i,render:n}){return n(i)}function zN(i,n,o){let u=su(),d=b.useRef(u);d.current=u;let v=b.useCallback(()=>d.current?o():n(),[n,o]);return wN.useSyncExternalStore(i,v)}const IN=typeof b.useSyncExternalStore=="function"?b.useSyncExternalStore:zN;function BN(i){let[n]=b.useState(()=>new AN((i==null?void 0:i())||new MN)),o=b.useCallback(p=>n.subscribe(p),[n]),u=b.useCallback(()=>{let p=n.getCollection();return n.isSSR&&n.resetAfterSSR(),p},[n]),d=b.useCallback(()=>(n.isSSR=!0,n.getCollection()),[n]);return{collection:IN(o,u,d),document:n}}const ox=b.createContext(null);function UN(i){var n;return n=class extends kd{},n.type=i,n}function VN(i,n,o,u,d,v){typeof i=="string"&&(i=UN(i));let p=b.useCallback(x=>{x==null||x.setProps(n,o,i,u,v)},[n,o,u,v,i]),g=b.useContext(ox);if(g){let x=g.ownerDocument.nodesByProps.get(n);return x||(x=g.ownerDocument.createElement(i.type),x.setProps(n,o,i,u,v),g.appendChild(x),g.ownerDocument.updateCollection(),g.ownerDocument.nodesByProps.set(n,x)),d?b.createElement(ox.Provider,{value:x},d):null}return b.createElement(i.type,{ref:p},d)}function lx(i,n){let o=({node:d})=>n(d.props,d.props.ref,d),u=b.forwardRef((d,v)=>{let p=b.useContext(xk);if(!b.useContext(ZS)){if(n.length>=3)throw new Error(n.name+" cannot be rendered outside a collection.");return n(d,v)}return VN(i,d,v,"children"in d?d.children:null,null,x=>b.createElement(xk.Provider,{value:p},b.createElement(o,{node:x})))});return u.displayName=n.name,u}function KN(i){return XS({...i,addIdAndValue:!0})}const JS=b.createContext(null);function e5(i){let n=b.useContext(JS),o=((n==null?void 0:n.dependencies)||[]).concat(i.dependencies),u=i.idScope||(n==null?void 0:n.idScope),d=KN({...i,idScope:u,dependencies:o});return b.useContext(Up)&&(d=b.createElement(jN,null,d)),n=b.useMemo(()=>({dependencies:o,idScope:u}),[u,...o]),b.createElement(JS.Provider,{value:n},d)}function jN({children:i}){let n=b.useContext(Up),o=b.useMemo(()=>b.createElement(Up.Provider,{value:null},b.createElement(ZS.Provider,{value:!0},i)),[i]);return su()?b.createElement(ox.Provider,{value:n},o):od.createPortal(o,n)}const t5=b.createContext(null),HN={CollectionRoot({collection:i,renderDropIndicator:n}){return n5(i,null,n)},CollectionBranch({collection:i,parent:n,renderDropIndicator:o}){return n5(i,n,o)}};function n5(i,n,o){return XS({items:n?i.getChildren(n.key):i,dependencies:[o],children(u){let d=u.render(u);return!o||u.type!=="item"?d:b.createElement(b.Fragment,null,o({type:"item",key:u.key,dropPosition:"before"}),d,WN(i,u,o))}})}function WN(i,n,o){let u=n.key,d=i.getKeyAfter(u),v=d!=null?i.getItem(d):null;for(;v!=null&&v.type!=="item";)d=i.getKeyAfter(v.key),v=d!=null?i.getItem(d):null;let p=n.nextKey!=null?i.getItem(n.nextKey):null;for(;p!=null&&p.type!=="item";)p=p.nextKey!=null?i.getItem(p.nextKey):null;let g=[];if(p==null){let x=n;for(;x&&(!v||x.parentKey!==v.parentKey&&v.level<x.level);){let E=o({type:"item",key:x.key,dropPosition:"after"});b.isValidElement(E)&&g.push(b.cloneElement(E,{key:`${x.key}-after`})),x=x.parentKey!=null?i.getItem(x.parentKey):null}}return g}const Vp=b.createContext(HN);function GN(i){return b.useMemo(()=>i!=null?new Set([i]):null,[i])}const YN=b.createContext(null),qN=b.forwardRef(function(n,o){[n,o]=yn(n,o,YN);let u=n.href&&!n.isDisabled?"a":"span",{linkProps:d,isPressed:v}=UP({...n,elementType:u},o),{hoverProps:p,isHovered:g}=ml(n),{focusProps:x,isFocused:E,isFocusVisible:S}=Io(),C=nn({...n,defaultClassName:"react-aria-Link",values:{isCurrent:!!n["aria-current"],isDisabled:n.isDisabled||!1,isPressed:v,isHovered:g,isFocused:E,isFocusVisible:S}}),T=At(n,{global:!0});return delete T.onClick,b.createElement(u,{ref:o,slot:n.slot||void 0,...Ge(T,C,d,p,x),"data-focused":E||void 0,"data-hovered":g||void 0,"data-pressed":v||void 0,"data-focus-visible":S||void 0,"data-current":!!n["aria-current"]||void 0,"data-disabled":n.isDisabled||void 0},C.children)}),Ps=b.createContext({}),dg=Bp(function(n,o){[n,o]=yn(n,o,Ps);let{elementType:u="label",...d}=n;return b.createElement(u,{className:"react-aria-Label",...d,ref:o})}),QN=b.createContext(null),sa=b.createContext({}),Kp=Bp(function(n,o){[n,o]=yn(n,o,sa);let u=n,{isPending:d}=u,{buttonProps:v,isPressed:p}=c$(n,o);v=XN(v,d);let{focusProps:g,isFocused:x,isFocusVisible:E}=Io(n),{hoverProps:S,isHovered:C}=ml({...n,isDisabled:n.isDisabled||d}),T={isHovered:C,isPressed:(u.isPressed||p)&&!d,isFocused:x,isFocusVisible:E,isDisabled:n.isDisabled||!1,isPending:d??!1},P=nn({...n,values:T,defaultClassName:"react-aria-Button"}),N=Rn(v.id),L=Rn(),A=v["aria-labelledby"];d&&(A?A=`${A} ${L}`:v["aria-label"]&&(A=`${N} ${L}`));let F=b.useRef(d);b.useEffect(()=>{let K={"aria-labelledby":A||N};(!F.current&&x&&d||F.current&&x&&!d)&&fd(K,"assertive"),F.current=d},[d,x,A,N]);let B=At(n,{global:!0});return delete B.onClick,b.createElement("button",{...Ge(B,P,v,g,S),type:v.type==="submit"&&d?"button":v.type,id:N,ref:o,"aria-labelledby":A,slot:n.slot||void 0,"aria-disabled":d?"true":v["aria-disabled"],"data-disabled":n.isDisabled||void 0,"data-pressed":T.isPressed||void 0,"data-hovered":C||void 0,"data-focused":x||void 0,"data-pending":d||void 0,"data-focus-visible":E||void 0},b.createElement(QN.Provider,{value:{id:L}},P.children))});function XN(i,n){if(n){for(const o in i)o.startsWith("on")&&!(o.includes("Focus")||o.includes("Blur"))&&(i[o]=void 0);i.href=void 0,i.target=void 0}return i}const yl=b.createContext({}),ZN=b.forwardRef(function(n,o){[n,o]=yn(n,o,yl);let{elementType:u="span",...d}=n;return b.createElement(u,{className:"react-aria-Text",...d,ref:o})});class ax{*[Symbol.iterator](){yield*this.iterable}get size(){return this._size}getKeys(){return this.keyMap.keys()}getKeyBefore(n){let o=this.keyMap.get(n);var u;return o&&(u=o.prevKey)!==null&&u!==void 0?u:null}getKeyAfter(n){let o=this.keyMap.get(n);var u;return o&&(u=o.nextKey)!==null&&u!==void 0?u:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(n){var o;return(o=this.keyMap.get(n))!==null&&o!==void 0?o:null}at(n){const o=[...this.getKeys()];return this.getItem(o[n])}getChildren(n){let o=this.keyMap.get(n);return(o==null?void 0:o.childNodes)||[]}constructor(n){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.iterable=n;let o=g=>{if(this.keyMap.set(g.key,g),g.childNodes&&g.type==="section")for(let x of g.childNodes)o(x)};for(let g of n)o(g);let u=null,d=0,v=0;for(let[g,x]of this.keyMap)u?(u.nextKey=g,x.prevKey=u.key):(this.firstKey=g,x.prevKey=void 0),x.type==="item"&&(x.index=d++),(x.type==="section"||x.type==="item")&&v++,u=x,u.nextKey=void 0;this._size=v;var p;this.lastKey=(p=u==null?void 0:u.key)!==null&&p!==void 0?p:null}}class Bo extends Set{constructor(n,o,u){super(n),n instanceof Bo?(this.anchorKey=o??n.anchorKey,this.currentKey=u??n.currentKey):(this.anchorKey=o??null,this.currentKey=u??null)}}function JN(i,n){if(i.size!==n.size)return!1;for(let o of i)if(!n.has(o))return!1;return!0}function ux(i){let{selectionMode:n="none",disallowEmptySelection:o=!1,allowDuplicateSelectionEvents:u,selectionBehavior:d="toggle",disabledBehavior:v="all"}=i,p=b.useRef(!1),[,g]=b.useState(!1),x=b.useRef(null),E=b.useRef(null),[,S]=b.useState(null),C=b.useMemo(()=>i5(i.selectedKeys),[i.selectedKeys]),T=b.useMemo(()=>i5(i.defaultSelectedKeys,new Bo),[i.defaultSelectedKeys]),[P,N]=vl(C,T,i.onSelectionChange),L=b.useMemo(()=>i.disabledKeys?new Set(i.disabledKeys):new Set,[i.disabledKeys]),[A,F]=b.useState(d);d==="replace"&&A==="toggle"&&typeof P=="object"&&P.size===0&&F("replace");let B=b.useRef(d);return b.useEffect(()=>{d!==B.current&&(F(d),B.current=d)},[d]),{selectionMode:n,disallowEmptySelection:o,selectionBehavior:A,setSelectionBehavior:F,get isFocused(){return p.current},setFocused(K){p.current=K,g(K)},get focusedKey(){return x.current},get childFocusStrategy(){return E.current},setFocusedKey(K,j="first"){x.current=K,E.current=j,S(K)},selectedKeys:P,setSelectedKeys(K){(u||!JN(K,P))&&N(K)},disabledKeys:L,disabledBehavior:v}}function i5(i,n){return i?i==="all"?"all":new Bo(i):n}class jp{get selectionMode(){return this.state.selectionMode}get disallowEmptySelection(){return this.state.disallowEmptySelection}get selectionBehavior(){return this.state.selectionBehavior}setSelectionBehavior(n){this.state.setSelectionBehavior(n)}get isFocused(){return this.state.isFocused}setFocused(n){this.state.setFocused(n)}get focusedKey(){return this.state.focusedKey}get childFocusStrategy(){return this.state.childFocusStrategy}setFocusedKey(n,o){(n==null||this.collection.getItem(n))&&this.state.setFocusedKey(n,o)}get selectedKeys(){return this.state.selectedKeys==="all"?new Set(this.getSelectAllKeys()):this.state.selectedKeys}get rawSelection(){return this.state.selectedKeys}isSelected(n){if(this.state.selectionMode==="none")return!1;let o=this.getKey(n);return o==null?!1:this.state.selectedKeys==="all"?this.canSelectItem(o):this.state.selectedKeys.has(o)}get isEmpty(){return this.state.selectedKeys!=="all"&&this.state.selectedKeys.size===0}get isSelectAll(){if(this.isEmpty)return!1;if(this.state.selectedKeys==="all")return!0;if(this._isSelectAll!=null)return this._isSelectAll;let n=this.getSelectAllKeys(),o=this.state.selectedKeys;return this._isSelectAll=n.every(u=>o.has(u)),this._isSelectAll}get firstSelectedKey(){let n=null;for(let u of this.state.selectedKeys){let d=this.collection.getItem(u);(!n||d&&Qk(this.collection,d,n)<0)&&(n=d)}var o;return(o=n==null?void 0:n.key)!==null&&o!==void 0?o:null}get lastSelectedKey(){let n=null;for(let u of this.state.selectedKeys){let d=this.collection.getItem(u);(!n||d&&Qk(this.collection,d,n)>0)&&(n=d)}var o;return(o=n==null?void 0:n.key)!==null&&o!==void 0?o:null}get disabledKeys(){return this.state.disabledKeys}get disabledBehavior(){return this.state.disabledBehavior}extendSelection(n){if(this.selectionMode==="none")return;if(this.selectionMode==="single"){this.replaceSelection(n);return}let o=this.getKey(n);if(o==null)return;let u;if(this.state.selectedKeys==="all")u=new Bo([o],o,o);else{let p=this.state.selectedKeys;var d;let g=(d=p.anchorKey)!==null&&d!==void 0?d:o;u=new Bo(p,g,o);var v;for(let x of this.getKeyRange(g,(v=p.currentKey)!==null&&v!==void 0?v:o))u.delete(x);for(let x of this.getKeyRange(o,g))this.canSelectItem(x)&&u.add(x)}this.state.setSelectedKeys(u)}getKeyRange(n,o){let u=this.collection.getItem(n),d=this.collection.getItem(o);return u&&d?Qk(this.collection,u,d)<=0?this.getKeyRangeInternal(n,o):this.getKeyRangeInternal(o,n):[]}getKeyRangeInternal(n,o){var u;if(!((u=this.layoutDelegate)===null||u===void 0)&&u.getKeyRange)return this.layoutDelegate.getKeyRange(n,o);let d=[],v=n;for(;v!=null;){let p=this.collection.getItem(v);if(p&&(p.type==="item"||p.type==="cell"&&this.allowsCellSelection)&&d.push(v),v===o)return d;v=this.collection.getKeyAfter(v)}return[]}getKey(n){let o=this.collection.getItem(n);if(!o||o.type==="cell"&&this.allowsCellSelection)return n;for(;o&&o.type!=="item"&&o.parentKey!=null;)o=this.collection.getItem(o.parentKey);return!o||o.type!=="item"?null:o.key}toggleSelection(n){if(this.selectionMode==="none")return;if(this.selectionMode==="single"&&!this.isSelected(n)){this.replaceSelection(n);return}let o=this.getKey(n);if(o==null)return;let u=new Bo(this.state.selectedKeys==="all"?this.getSelectAllKeys():this.state.selectedKeys);u.has(o)?u.delete(o):this.canSelectItem(o)&&(u.add(o),u.anchorKey=o,u.currentKey=o),!(this.disallowEmptySelection&&u.size===0)&&this.state.setSelectedKeys(u)}replaceSelection(n){if(this.selectionMode==="none")return;let o=this.getKey(n);if(o==null)return;let u=this.canSelectItem(o)?new Bo([o],o,o):new Bo;this.state.setSelectedKeys(u)}setSelectedKeys(n){if(this.selectionMode==="none")return;let o=new Bo;for(let u of n){let d=this.getKey(u);if(d!=null&&(o.add(d),this.selectionMode==="single"))break}this.state.setSelectedKeys(o)}getSelectAllKeys(){let n=[],o=u=>{for(;u!=null;){if(this.canSelectItem(u)){var d;let p=this.collection.getItem(u);(p==null?void 0:p.type)==="item"&&n.push(u);var v;p!=null&&p.hasChildNodes&&(this.allowsCellSelection||p.type!=="item")&&o((v=(d=dN(ug(p,this.collection)))===null||d===void 0?void 0:d.key)!==null&&v!==void 0?v:null)}u=this.collection.getKeyAfter(u)}};return o(this.collection.getFirstKey()),n}selectAll(){!this.isSelectAll&&this.selectionMode==="multiple"&&this.state.setSelectedKeys("all")}clearSelection(){!this.disallowEmptySelection&&(this.state.selectedKeys==="all"||this.state.selectedKeys.size>0)&&this.state.setSelectedKeys(new Bo)}toggleSelectAll(){this.isSelectAll?this.clearSelection():this.selectAll()}select(n,o){this.selectionMode!=="none"&&(this.selectionMode==="single"?this.isSelected(n)&&!this.disallowEmptySelection?this.toggleSelection(n):this.replaceSelection(n):this.selectionBehavior==="toggle"||o&&(o.pointerType==="touch"||o.pointerType==="virtual")?this.toggleSelection(n):this.replaceSelection(n))}isSelectionEqual(n){if(n===this.state.selectedKeys)return!0;let o=this.selectedKeys;if(n.size!==o.size)return!1;for(let u of n)if(!o.has(u))return!1;for(let u of o)if(!n.has(u))return!1;return!0}canSelectItem(n){var o;if(this.state.selectionMode==="none"||this.state.disabledKeys.has(n))return!1;let u=this.collection.getItem(n);return!(!u||!(u==null||(o=u.props)===null||o===void 0)&&o.isDisabled||u.type==="cell"&&!this.allowsCellSelection)}isDisabled(n){var o,u;return this.state.disabledBehavior==="all"&&(this.state.disabledKeys.has(n)||!!(!((u=this.collection.getItem(n))===null||u===void 0||(o=u.props)===null||o===void 0)&&o.isDisabled))}isLink(n){var o,u;return!!(!((u=this.collection.getItem(n))===null||u===void 0||(o=u.props)===null||o===void 0)&&o.href)}getItemProps(n){var o;return(o=this.collection.getItem(n))===null||o===void 0?void 0:o.props}withCollection(n){return new jp(n,this.state,{allowsCellSelection:this.allowsCellSelection,layoutDelegate:this.layoutDelegate||void 0})}constructor(n,o,u){this.collection=n,this.state=o;var d;this.allowsCellSelection=(d=u==null?void 0:u.allowsCellSelection)!==null&&d!==void 0?d:!1,this._isSelectAll=null,this.layoutDelegate=(u==null?void 0:u.layoutDelegate)||null}}function sx(i){let{filter:n,layoutDelegate:o}=i,u=ux(i),d=b.useMemo(()=>i.disabledKeys?new Set(i.disabledKeys):new Set,[i.disabledKeys]),v=b.useCallback(E=>n?new ax(n(E)):new ax(E),[n]),p=b.useMemo(()=>({suppressTextValueWarning:i.suppressTextValueWarning}),[i.suppressTextValueWarning]),g=oS(i,v,p),x=b.useMemo(()=>new jp(g,u,{layoutDelegate:o}),[g,u,o]);return r5(g,x),{collection:g,disabledKeys:d,selectionManager:x}}function eL(i,n){let o=b.useMemo(()=>n?i.collection.filter(n):i.collection,[i.collection,n]),u=i.selectionManager.withCollection(o);return r5(o,u),{collection:o,selectionManager:u,disabledKeys:i.disabledKeys}}function r5(i,n){const o=b.useRef(null);b.useEffect(()=>{if(n.focusedKey!=null&&!i.getItem(n.focusedKey)&&o.current){const S=o.current.getItem(n.focusedKey),C=[...o.current.getKeys()].map(F=>{const B=o.current.getItem(F);return(B==null?void 0:B.type)==="item"?B:null}).filter(F=>F!==null),T=[...i.getKeys()].map(F=>{const B=i.getItem(F);return(B==null?void 0:B.type)==="item"?B:null}).filter(F=>F!==null);var u,d;const P=((u=C==null?void 0:C.length)!==null&&u!==void 0?u:0)-((d=T==null?void 0:T.length)!==null&&d!==void 0?d:0);var v,p,g;let N=Math.min(P>1?Math.max(((v=S==null?void 0:S.index)!==null&&v!==void 0?v:0)-P+1,0):(p=S==null?void 0:S.index)!==null&&p!==void 0?p:0,((g=T==null?void 0:T.length)!==null&&g!==void 0?g:0)-1),L=null,A=!1;for(;N>=0;){if(!n.isDisabled(T[N].key)){L=T[N];break}if(N<T.length-1&&!A)N++;else{A=!0;var x,E;N>((x=S==null?void 0:S.index)!==null&&x!==void 0?x:0)&&(N=(E=S==null?void 0:S.index)!==null&&E!==void 0?E:0),N--}}n.setFocusedKey(L?L.key:null)}o.current=i},[i,n])}function tL(i){var n;let[o,u]=vl(i.selectedKey,(n=i.defaultSelectedKey)!==null&&n!==void 0?n:null,i.onSelectionChange),d=b.useMemo(()=>o!=null?[o]:[],[o]),{collection:v,disabledKeys:p,selectionManager:g}=sx({...i,selectionMode:"single",disallowEmptySelection:!0,allowDuplicateSelectionEvents:!0,selectedKeys:d,onSelectionChange:E=>{if(E==="all")return;var S;let C=(S=E.values().next().value)!==null&&S!==void 0?S:null;C===o&&i.onSelectionChange&&i.onSelectionChange(C),u(C)}}),x=o!=null?v.getItem(o):null;return{collection:v,disabledKeys:p,selectionManager:g,selectedKey:o,setSelectedKey:u,selectedItem:x}}function Hp(i){let[n,o]=vl(i.isOpen,i.defaultOpen||!1,i.onOpenChange);const u=b.useCallback(()=>{o(!0)},[o]),d=b.useCallback(()=>{o(!1)},[o]),v=b.useCallback(()=>{o(!n)},[o,n]);return{isOpen:n,setOpen:o,open:u,close:d,toggle:v}}function nL(i){var n;let{defaultFilter:o,menuTrigger:u="input",allowsEmptyCollection:d=!1,allowsCustomValue:v,shouldCloseOnBlur:p=!0}=i,[g,x]=b.useState(!1),[E,S]=b.useState(!1),[C,T]=b.useState(null),P=at=>{i.onSelectionChange&&i.onSelectionChange(at),at===F&&(_e(),z())};var N;let{collection:L,selectionManager:A,selectedKey:F,setSelectedKey:B,selectedItem:K,disabledKeys:j}=tL({...i,onSelectionChange:P,items:(N=i.items)!==null&&N!==void 0?N:i.defaultItems}),[U,G]=vl(i.inputValue,l5(i.defaultInputValue,F,L)||"",i.onInputChange),[Z]=b.useState(F),[ke]=b.useState(U),pe=L,fe=b.useMemo(()=>i.items!=null||!o?L:iL(L,U,o),[L,U,o,i.items]),[R,de]=b.useState(fe),re=b.useRef("focus"),be=Hp({...i,onOpenChange:at=>{i.onOpenChange&&i.onOpenChange(at,at?re.current:void 0),A.setFocused(at),at||A.setFocusedKey(null)},isOpen:void 0,defaultOpen:void 0}),V=(at=null,kt)=>{let Tt=kt==="manual"||kt==="focus"&&u==="focus";(d||fe.size>0||Tt&&pe.size>0||i.items)&&(Tt&&!be.isOpen&&i.items===void 0&&x(!0),re.current=kt,T(at),be.open())},J=(at=null,kt)=>{let Tt=kt==="manual"||kt==="focus"&&u==="focus";!(d||fe.size>0||Tt&&pe.size>0||i.items)&&!be.isOpen||(Tt&&!be.isOpen&&i.items===void 0&&x(!0),be.isOpen||(re.current=kt),H(at))},X=b.useCallback(()=>{de(g?pe:fe)},[g,pe,fe]),H=b.useCallback((at=null)=>{be.isOpen&&X(),T(at),be.toggle()},[be,X]),z=b.useCallback(()=>{be.isOpen&&(X(),be.close())},[be,X]),[he,ge]=b.useState(U),_e=()=>{var at,kt;let Tt=F!=null&&(kt=(at=L.getItem(F))===null||at===void 0?void 0:at.textValue)!==null&&kt!==void 0?kt:"";ge(Tt),G(Tt)};var $e,Me;let De=b.useRef((Me=($e=i.selectedKey)!==null&&$e!==void 0?$e:i.defaultSelectedKey)!==null&&Me!==void 0?Me:null);var Fe;let Be=b.useRef(F!=null&&(Fe=(n=L.getItem(F))===null||n===void 0?void 0:n.textValue)!==null&&Fe!==void 0?Fe:"");b.useEffect(()=>{var at;E&&(fe.size>0||d)&&!be.isOpen&&U!==he&&u!=="manual"&&V(null,"input"),!g&&!d&&be.isOpen&&fe.size===0&&z(),F!=null&&F!==De.current&&z(),U!==he&&(A.setFocusedKey(null),x(!1),U===""&&(i.inputValue===void 0||i.selectedKey===void 0)&&B(null)),F!==De.current&&(i.inputValue===void 0||i.selectedKey===void 0)?_e():he!==U&&ge(U);var kt;let Tt=F!=null&&(kt=(at=L.getItem(F))===null||at===void 0?void 0:at.textValue)!==null&&kt!==void 0?kt:"";!E&&F!=null&&i.inputValue===void 0&&F===De.current&&Be.current!==Tt&&(ge(Tt),G(Tt)),De.current=F,Be.current=Tt});let Ye=md({...i,value:b.useMemo(()=>({inputValue:U,selectedKey:F}),[U,F])}),ht=()=>{v&&F==null?Pe():ee()},Pe=()=>{De.current=null,B(null),z()},ee=()=>{if(i.selectedKey!==void 0&&i.inputValue!==void 0){var at,kt;(at=i.onSelectionChange)===null||at===void 0||at.call(i,F);var Tt;let Qr=F!=null&&(Tt=(kt=L.getItem(F))===null||kt===void 0?void 0:kt.textValue)!==null&&Tt!==void 0?Tt:"";ge(Qr),z()}else _e(),z()};const qe=()=>{if(v){var at,kt;const Tt=F!=null&&(kt=(at=L.getItem(F))===null||at===void 0?void 0:at.textValue)!==null&&kt!==void 0?kt:"";U===Tt?ee():Pe()}else ee()};let yt=()=>{be.isOpen&&A.focusedKey!=null?F===A.focusedKey?ee():B(A.focusedKey):qe()},Rt=b.useRef(U),In=at=>{at?(Rt.current=U,u==="focus"&&!i.isReadOnly&&V(null,"focus")):(p&&qe(),U!==Rt.current&&Ye.commitValidation()),S(at)},ft=b.useMemo(()=>be.isOpen?g?pe:fe:R,[be.isOpen,pe,fe,g,R]);var ei;let Ki=(ei=i.defaultSelectedKey)!==null&&ei!==void 0?ei:Z;var Yn;return{...Ye,...be,focusStrategy:C,toggle:J,open:V,close:qe,selectionManager:A,selectedKey:F,defaultSelectedKey:Ki,setSelectedKey:B,disabledKeys:j,isFocused:E,setFocused:In,selectedItem:K,collection:ft,inputValue:U,defaultInputValue:(Yn=l5(i.defaultInputValue,Ki,L))!==null&&Yn!==void 0?Yn:ke,setInputValue:G,commit:yt,revert:ht}}function iL(i,n,o){return new ax(o5(i,i,n,o))}function o5(i,n,o,u){let d=[];for(let v of n)if(v.type==="section"&&v.hasChildNodes){let p=o5(i,ug(v,i),o,u);[...p].some(g=>g.type==="item")&&d.push({...v,childNodes:p})}else v.type==="item"&&u(v.textValue,o)?d.push({...v}):v.type!=="item"&&d.push({...v});return d}function l5(i,n,o){if(i==null){var u,d;if(n!=null)return(d=(u=o.getItem(n))===null||u===void 0?void 0:u.textValue)!==null&&d!==void 0?d:""}return i}function rL(i){let[n,o]=vl(i.isExpanded,i.defaultExpanded||!1,i.onExpandedChange);const u=b.useCallback(()=>{o(!0)},[o]),d=b.useCallback(()=>{o(!1)},[o]),v=b.useCallback(()=>{o(!n)},[o,n]);return{isExpanded:n,setExpanded:o,expand:u,collapse:d,toggle:v}}function cx(i){let n=Hp(i),[o,u]=b.useState(null),[d,v]=b.useState([]),p=()=>{v([]),n.close()};return{focusStrategy:o,...n,open(E=null){u(E),n.open()},toggle(E=null){u(E),n.toggle()},close(){p()},expandedKeysStack:d,openSubmenu:(E,S)=>{v(C=>S>C.length?C:[...C.slice(0,S),E])},closeSubmenu:(E,S)=>{v(C=>C[S]===E?C.slice(0,S):C)}}}function oL(i){let{selectionMode:n="single"}=i,o=Hp(i),[u,d]=b.useState(null),v=b.useMemo(()=>{var j;return i.defaultValue!==void 0?i.defaultValue:n==="single"?(j=i.defaultSelectedKey)!==null&&j!==void 0?j:null:[]},[i.defaultValue,i.defaultSelectedKey,n]),p=b.useMemo(()=>i.value!==void 0?i.value:n==="single"?i.selectedKey:void 0,[i.value,i.selectedKey,n]),[g,x]=vl(p,v,i.onChange),E=n==="single"&&Array.isArray(g)?g[0]:g,S=j=>{if(n==="single"){var U,G;let Z=Array.isArray(j)?(G=j[0])!==null&&G!==void 0?G:null:j;x(Z),Z!==E&&((U=i.onSelectionChange)===null||U===void 0||U.call(i,Z))}else{let Z=[];Array.isArray(j)?Z=j:j!=null&&(Z=[j]),x(Z)}},C=sx({...i,selectionMode:n,disallowEmptySelection:n==="single",allowDuplicateSelectionEvents:!0,selectedKeys:b.useMemo(()=>lL(E),[E]),onSelectionChange:j=>{if(j!=="all"){if(n==="single"){var U;let G=(U=j.values().next().value)!==null&&U!==void 0?U:null;S(G),o.close()}else S([...j]);N.commitValidation()}}}),T=C.selectionManager.firstSelectedKey,P=b.useMemo(()=>[...C.selectionManager.selectedKeys].map(j=>C.collection.getItem(j)).filter(j=>j!=null),[C.selectionManager.selectedKeys,C.collection]),N=md({...i,value:Array.isArray(E)&&E.length===0?null:E}),[L,A]=b.useState(!1),[F]=b.useState(E);var B,K;return{...N,...C,...o,value:E,defaultValue:v??F,setValue:S,selectedKey:T,setSelectedKey:S,selectedItem:(B=P[0])!==null&&B!==void 0?B:null,selectedItems:P,defaultSelectedKey:(K=i.defaultSelectedKey)!==null&&K!==void 0?K:i.selectionMode==="single"?F:null,focusStrategy:u,open(j=null){C.collection.size!==0&&(d(j),o.open())},toggle(j=null){C.collection.size!==0&&(d(j),o.toggle())},isFocused:L,setFocused:A}}function lL(i){if(i!==void 0)return i===null?[]:Array.isArray(i)?i:[i]}class aL{*[Symbol.iterator](){yield*this.iterable}get size(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}getKeyBefore(n){let o=this.keyMap.get(n);var u;return o&&(u=o.prevKey)!==null&&u!==void 0?u:null}getKeyAfter(n){let o=this.keyMap.get(n);var u;return o&&(u=o.nextKey)!==null&&u!==void 0?u:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(n){var o;return(o=this.keyMap.get(n))!==null&&o!==void 0?o:null}at(n){const o=[...this.getKeys()];return this.getItem(o[n])}constructor(n,{expandedKeys:o}={}){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.iterable=n,o=o||new Set;let u=g=>{if(this.keyMap.set(g.key,g),g.childNodes&&(g.type==="section"||o.has(g.key)))for(let x of g.childNodes)u(x)};for(let g of n)u(g);let d=null,v=0;for(let[g,x]of this.keyMap)d?(d.nextKey=g,x.prevKey=d.key):(this.firstKey=g,x.prevKey=void 0),x.type==="item"&&(x.index=v++),d=x,d.nextKey=void 0;var p;this.lastKey=(p=d==null?void 0:d.key)!==null&&p!==void 0?p:null}}function uL(i){let{onExpandedChange:n}=i,[o,u]=vl(i.expandedKeys?new Set(i.expandedKeys):void 0,i.defaultExpandedKeys?new Set(i.defaultExpandedKeys):new Set,n),d=ux(i),v=b.useMemo(()=>i.disabledKeys?new Set(i.disabledKeys):new Set,[i.disabledKeys]),p=oS(i,b.useCallback(x=>new aL(x,{expandedKeys:o}),[o]),null);return b.useEffect(()=>{d.focusedKey!=null&&!p.getItem(d.focusedKey)&&d.setFocusedKey(null)},[p,d.focusedKey]),{collection:p,expandedKeys:o,disabledKeys:v,toggleKey:x=>{u(sL(o,x))},setExpandedKeys:u,selectionManager:new jp(p,d)}}function sL(i,n){let o=new Set(i);return o.has(n)?o.delete(n):o.add(n),o}const _d=b.createContext(null),cL=b.forwardRef(function(n,o){let u=b.useContext(_d);return u!=null&&u.isInvalid?b.createElement(dL,{...n,ref:o}):null}),dL=b.forwardRef((i,n)=>{let o=b.useContext(_d),u=At(i,{global:!0}),d=nn({...i,defaultClassName:"react-aria-FieldError",defaultChildren:o.validationErrors.length===0?void 0:o.validationErrors.join(" "),values:o});return d.children==null?null:b.createElement(ZN,{slot:"errorMessage",...u,...d,ref:n})}),Wp=b.createContext(null),fL=b.createContext(null),pL=b.forwardRef(function(n,o){let{inputRef:u=null,...d}=n;[n,o]=yn(d,o,PN);let{validationBehavior:v}=yu(Wp)||{};var p,g;let x=(g=(p=n.validationBehavior)!==null&&p!==void 0?p:v)!==null&&g!==void 0?g:"native",E=b.useContext(fL),S=pu(b.useMemo(()=>$h(u,n.inputRef!==void 0?n.inputRef:null),[u,n.inputRef])),{labelProps:C,inputProps:T,isSelected:P,isDisabled:N,isReadOnly:L,isPressed:A,isInvalid:F}=E?$$({...bd(n),value:n.value,children:typeof n.children=="function"?!0:n.children},E,S):YE({...bd(n),children:typeof n.children=="function"?!0:n.children,validationBehavior:x},XE(n),S),{isFocused:B,isFocusVisible:K,focusProps:j}=Io(),U=N||L,{hoverProps:G,isHovered:Z}=ml({...n,isDisabled:U}),ke=nn({...n,defaultClassName:"react-aria-Checkbox",values:{isSelected:P,isIndeterminate:n.isIndeterminate||!1,isPressed:A,isHovered:Z,isFocused:B,isFocusVisible:K,isDisabled:N,isReadOnly:L,isInvalid:F,isRequired:n.isRequired||!1}}),pe=At(n,{global:!0});return delete pe.id,delete pe.onClick,b.createElement("label",{...Ge(pe,C,G,ke),ref:o,slot:n.slot||void 0,"data-selected":P||void 0,"data-indeterminate":n.isIndeterminate||void 0,"data-pressed":A||void 0,"data-hovered":Z||void 0,"data-focused":B||void 0,"data-focus-visible":K||void 0,"data-disabled":N||void 0,"data-readonly":L||void 0,"data-invalid":F||void 0,"data-required":n.isRequired||void 0},b.createElement(eC,{elementType:"span"},b.createElement("input",{...Ge(T,j),ref:S})),ke.children)}),Gp=b.createContext({}),dx=b.forwardRef(function(n,o){[n,o]=yn(n,o,Gp);let{isDisabled:u,isInvalid:d,isReadOnly:v,onHoverStart:p,onHoverChange:g,onHoverEnd:x,...E}=n,{hoverProps:S,isHovered:C}=ml({onHoverStart:p,onHoverChange:g,onHoverEnd:x,isDisabled:u}),{isFocused:T,isFocusVisible:P,focusProps:N}=Io({within:!0});u??(u=!!n["aria-disabled"]&&n["aria-disabled"]!=="false"),d??(d=!!n["aria-invalid"]&&n["aria-invalid"]!=="false");let L=nn({...n,values:{isHovered:C,isFocusWithin:T,isFocusVisible:P,isDisabled:u,isInvalid:d},defaultClassName:"react-aria-Group"});var A,F;return b.createElement("div",{...Ge(E,N,S),...L,ref:o,role:(A=n.role)!==null&&A!==void 0?A:"group",slot:(F=n.slot)!==null&&F!==void 0?F:void 0,"data-focus-within":T||void 0,"data-hovered":C||void 0,"data-focus-visible":P||void 0,"data-disabled":u||void 0,"data-invalid":d||void 0,"data-readonly":v||void 0},L.children)}),Yp=b.createContext({});let vL=i=>{let{onHoverStart:n,onHoverChange:o,onHoverEnd:u,...d}=i;return d};const a5=Bp(function(n,o){[n,o]=yn(n,o,Yp);let{hoverProps:u,isHovered:d}=ml(n),{isFocused:v,isFocusVisible:p,focusProps:g}=Io({isTextInput:!0,autoFocus:n.autoFocus}),x=!!n["aria-invalid"]&&n["aria-invalid"]!=="false",E=nn({...n,values:{isHovered:d,isFocused:v,isFocusVisible:p,isDisabled:n.disabled||!1,isInvalid:x},defaultClassName:"react-aria-Input"});return b.createElement("input",{...Ge(vL(n),g,u),...E,ref:o,"data-focused":v||void 0,"data-disabled":n.disabled||void 0,"data-hovered":d||void 0,"data-focus-visible":p||void 0,"data-invalid":x||void 0})});var u5={};u5={colorSwatchPicker:"تغييرات الألوان",dropzoneLabel:"DropZone",selectPlaceholder:"حدد عنصرًا",tableResizer:"أداة تغيير الحجم"};var s5={};s5={colorSwatchPicker:"Цветови мостри",dropzoneLabel:"DropZone",selectPlaceholder:"Изберете предмет",tableResizer:"Преоразмерител"};var c5={};c5={colorSwatchPicker:"Vzorky barev",dropzoneLabel:"Místo pro přetažení",selectPlaceholder:"Vyberte položku",tableResizer:"Změna velikosti"};var d5={};d5={colorSwatchPicker:"Farveprøver",dropzoneLabel:"DropZone",selectPlaceholder:"Vælg et element",tableResizer:"Størrelsesændring"};var f5={};f5={colorSwatchPicker:"Farbfelder",dropzoneLabel:"Ablegebereich",selectPlaceholder:"Element wählen",tableResizer:"Größenanpassung"};var p5={};p5={colorSwatchPicker:"Χρωματικά δείγματα",dropzoneLabel:"DropZone",selectPlaceholder:"Επιλέξτε ένα αντικείμενο",tableResizer:"Αλλαγή μεγέθους"};var v5={};v5={selectPlaceholder:"Select an item",tableResizer:"Resizer",dropzoneLabel:"DropZone",colorSwatchPicker:"Color swatches"};var m5={};m5={colorSwatchPicker:"Muestras de colores",dropzoneLabel:"DropZone",selectPlaceholder:"Seleccionar un artículo",tableResizer:"Cambiador de tamaño"};var h5={};h5={colorSwatchPicker:"Värvinäidised",dropzoneLabel:"DropZone",selectPlaceholder:"Valige üksus",tableResizer:"Suuruse muutja"};var g5={};g5={colorSwatchPicker:"Värimallit",dropzoneLabel:"DropZone",selectPlaceholder:"Valitse kohde",tableResizer:"Koon muuttaja"};var y5={};y5={colorSwatchPicker:"Échantillons de couleurs",dropzoneLabel:"DropZone",selectPlaceholder:"Sélectionner un élément",tableResizer:"Redimensionneur"};var b5={};b5={colorSwatchPicker:"דוגמיות צבע",dropzoneLabel:"DropZone",selectPlaceholder:"בחר פריט",tableResizer:"שינוי גודל"};var k5={};k5={colorSwatchPicker:"Uzorci boja",dropzoneLabel:"Zona spuštanja",selectPlaceholder:"Odaberite stavku",tableResizer:"Promjena veličine"};var x5={};x5={colorSwatchPicker:"Színtárak",dropzoneLabel:"DropZone",selectPlaceholder:"Válasszon ki egy elemet",tableResizer:"Átméretező"};var _5={};_5={colorSwatchPicker:"Campioni di colore",dropzoneLabel:"Zona di rilascio",selectPlaceholder:"Seleziona un elemento",tableResizer:"Ridimensionamento"};var E5={};E5={colorSwatchPicker:"カラースウォッチ",dropzoneLabel:"ドロップゾーン",selectPlaceholder:"項目を選択",tableResizer:"サイズ変更ツール"};var C5={};C5={colorSwatchPicker:"색상 견본",dropzoneLabel:"드롭 영역",selectPlaceholder:"항목 선택",tableResizer:"크기 조정기"};var w5={};w5={colorSwatchPicker:"Spalvų pavyzdžiai",dropzoneLabel:"„DropZone“",selectPlaceholder:"Pasirinkite elementą",tableResizer:"Dydžio keitiklis"};var S5={};S5={colorSwatchPicker:"Krāsu paraugi",dropzoneLabel:"DropZone",selectPlaceholder:"Izvēlēties vienumu",tableResizer:"Izmēra mainītājs"};var T5={};T5={colorSwatchPicker:"Fargekart",dropzoneLabel:"Droppsone",selectPlaceholder:"Velg et element",tableResizer:"Størrelsesendrer"};var D5={};D5={colorSwatchPicker:"kleurstalen",dropzoneLabel:"DropZone",selectPlaceholder:"Selecteer een item",tableResizer:"Resizer"};var P5={};P5={colorSwatchPicker:"Próbki kolorów",dropzoneLabel:"Strefa upuszczania",selectPlaceholder:"Wybierz element",tableResizer:"Zmiana rozmiaru"};var $5={};$5={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var N5={};N5={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var L5={};L5={colorSwatchPicker:"Specimene de culoare",dropzoneLabel:"Zonă de plasare",selectPlaceholder:"Selectați un element",tableResizer:"Instrument de redimensionare"};var M5={};M5={colorSwatchPicker:"Цветовые образцы",dropzoneLabel:"DropZone",selectPlaceholder:"Выберите элемент",tableResizer:"Средство изменения размера"};var A5={};A5={colorSwatchPicker:"Vzorkovníky farieb",dropzoneLabel:"DropZone",selectPlaceholder:"Vyberte položku",tableResizer:"Nástroj na zmenu veľkosti"};var O5={};O5={colorSwatchPicker:"Barvne palete",dropzoneLabel:"DropZone",selectPlaceholder:"Izberite element",tableResizer:"Spreminjanje velikosti"};var F5={};F5={colorSwatchPicker:"Uzorci boje",dropzoneLabel:"DropZone",selectPlaceholder:"Izaberite stavku",tableResizer:"Promena veličine"};var R5={};R5={colorSwatchPicker:"Färgrutor",dropzoneLabel:"DropZone",selectPlaceholder:"Välj en artikel",tableResizer:"Storleksändrare"};var z5={};z5={colorSwatchPicker:"Renk örnekleri",dropzoneLabel:"Bırakma Bölgesi",selectPlaceholder:"Bir öğe seçin",tableResizer:"Yeniden boyutlandırıcı"};var I5={};I5={colorSwatchPicker:"Зразки кольорів",dropzoneLabel:"DropZone",selectPlaceholder:"Виберіть елемент",tableResizer:"Засіб змінення розміру"};var B5={};B5={colorSwatchPicker:"颜色色板",dropzoneLabel:"放置区域",selectPlaceholder:"选择一个项目",tableResizer:"尺寸调整器"};var U5={};U5={colorSwatchPicker:"色票",dropzoneLabel:"放置區",selectPlaceholder:"選取項目",tableResizer:"大小調整器"};var V5={};V5={"ar-AE":u5,"bg-BG":s5,"cs-CZ":c5,"da-DK":d5,"de-DE":f5,"el-GR":p5,"en-US":v5,"es-ES":m5,"et-EE":h5,"fi-FI":g5,"fr-FR":y5,"he-IL":b5,"hr-HR":k5,"hu-HU":x5,"it-IT":_5,"ja-JP":E5,"ko-KR":C5,"lt-LT":w5,"lv-LV":S5,"nb-NO":T5,"nl-NL":D5,"pl-PL":P5,"pt-BR":$5,"pt-PT":N5,"ro-RO":L5,"ru-RU":M5,"sk-SK":A5,"sl-SI":O5,"sr-SP":F5,"sv-SE":R5,"tr-TR":z5,"uk-UA":I5,"zh-CN":B5,"zh-TW":U5};const fg=b.createContext({}),K5=b.createContext(null),mL=b.forwardRef(function(n,o){let{render:u}=b.useContext(K5);return b.createElement(b.Fragment,null,u(n,o))});function j5(i,n){var o;let u=i==null?void 0:i.renderDropIndicator,d=i==null||(o=i.isVirtualDragging)===null||o===void 0?void 0:o.call(i),v=b.useCallback(p=>{if(d||n!=null&&n.isDropTarget(p))return u?u(p):b.createElement(mL,{target:p})},[n==null?void 0:n.target,d,u]);return i!=null&&i.useDropIndicator?v:void 0}function hL(i,n,o){var u,d;let v=i.focusedKey,p=null;if(!(n==null||(u=n.isVirtualDragging)===null||u===void 0)&&u.call(n)&&(o==null||(d=o.target)===null||d===void 0?void 0:d.type)==="item"&&(p=o.target.key,o.target.dropPosition==="after")){let C=o.collection.getKeyAfter(p),T=null;if(C!=null){var g,x;let P=(x=(g=o.collection.getItem(p))===null||g===void 0?void 0:g.level)!==null&&x!==void 0?x:0;for(;C;){let N=o.collection.getItem(C);if(!N)break;if(N.type!=="item"){C=o.collection.getKeyAfter(C);continue}var E;if(((E=N.level)!==null&&E!==void 0?E:0)<=P)break;T=C,C=o.collection.getKeyAfter(C)}}var S;p=(S=C??T)!==null&&S!==void 0?S:p}return b.useMemo(()=>new Set([v,p].filter(C=>C!=null)),[v,p])}const H5=b.createContext({}),gL=b.createContext(null);function W5(i){let n=b.useRef({});return b.createElement(gL.Provider,{value:n},i.children)}const G5=b.createContext({isSelected:!1}),Y5=b.createContext({});class yL extends kd{filter(n,o){let u=o.getItem(this.prevKey);if(u&&u.type!=="separator"){let d=this.clone();return o.addDescendants(d,n),d}return null}}yL.type="separator";const qp=b.createContext(null),$s=b.createContext(null),q5=b.forwardRef(function(n,o){[n,o]=yn(n,o,qp);let u=b.useContext($s);return u?b.createElement(Q5,{state:u,props:n,listBoxRef:o}):b.createElement(cg,{content:b.createElement(e5,n)},d=>b.createElement(bL,{props:n,listBoxRef:o,collection:d}))});function bL({props:i,listBoxRef:n,collection:o}){i={...i,collection:o,children:null,items:null};let{layoutDelegate:u}=b.useContext(Vp),d=sx({...i,layoutDelegate:u});return b.createElement(Q5,{state:d,props:i,listBoxRef:n})}function Q5({state:i,props:n,listBoxRef:o}){[n,o]=yn(n,o,ix);let{dragAndDropHooks:u,layout:d="stack",orientation:v="vertical",filter:p}=n,g=eL(i,p),{collection:x,selectionManager:E}=g,S=!!(u!=null&&u.useDraggableCollectionState),C=!!(u!=null&&u.useDroppableCollectionState),{direction:T}=la(),{disabledBehavior:P,disabledKeys:N}=E,L=eg({usage:"search",sensitivity:"base"}),{isVirtualized:A,layoutDelegate:F,dropTargetDelegate:B,CollectionRoot:K}=b.useContext(Vp),j=b.useMemo(()=>n.keyboardDelegate||new ag({collection:x,collator:L,ref:o,disabledKeys:N,disabledBehavior:P,layout:d,orientation:v,direction:T,layoutDelegate:F}),[x,L,o,P,N,v,T,n.keyboardDelegate,d,F]),{listBoxProps:U}=uN({...n,shouldSelectOnPressUp:S||n.shouldSelectOnPressUp,keyboardDelegate:j,isVirtualized:A},g,o),G=b.useRef(S),Z=b.useRef(C);b.useEffect(()=>{process.env.NODE_ENV!=="production"&&(G.current!==S&&console.warn("Drag hooks were provided during one render, but not another. This should be avoided as it may produce unexpected behavior."),Z.current!==C&&console.warn("Drop hooks were provided during one render, but not another. This should be avoided as it may produce unexpected behavior."))},[S,C]);let ke,pe,fe,R=!1,de=null,re=b.useRef(null);if(S&&u){ke=u.useDraggableCollectionState({collection:x,selectionManager:E,preview:u.renderDragPreview?re:void 0}),u.useDraggableCollection({},ke,o);let ge=u.DragPreview;de=u.renderDragPreview?b.createElement(ge,{ref:re},u.renderDragPreview):null}if(C&&u){pe=u.useDroppableCollectionState({collection:x,selectionManager:E});let ge=u.dropTargetDelegate||B||new u.ListDropTargetDelegate(x,o,{orientation:v,layout:d,direction:T});fe=u.useDroppableCollection({keyboardDelegate:j,dropTargetDelegate:ge},pe,o),R=pe.isDropTarget({type:"root"})}let{focusProps:ae,isFocused:be,isFocusVisible:V}=Io(),J=g.collection.size===0,X={isDropTarget:R,isEmpty:J,isFocused:be,isFocusVisible:V,layout:n.layout||"stack",state:g},H=nn({className:n.className,style:n.style,defaultClassName:"react-aria-ListBox",values:X}),z=null;J&&n.renderEmptyState&&(z=b.createElement("div",{role:"option",style:{display:"contents"}},n.renderEmptyState(X)));let he=At(n,{global:!0});return b.createElement(Pk,null,b.createElement("div",{...Ge(he,H,U,ae,fe==null?void 0:fe.collectionProps),ref:o,slot:n.slot||void 0,onScroll:n.onScroll,"data-drop-target":R||void 0,"data-empty":J||void 0,"data-focused":be||void 0,"data-focus-visible":V||void 0,"data-layout":n.layout||"stack","data-orientation":n.orientation||"vertical"},b.createElement(cr,{values:[[qp,n],[$s,g],[fg,{dragAndDropHooks:u,dragState:ke,dropState:pe}],[Y5,{elementType:"div"}],[K5,{render:xL}],[t5,{name:"ListBoxSection",render:kL}]]},b.createElement(W5,null,b.createElement(K,{collection:x,scrollRef:o,persistedKeys:hL(E,u,pe),renderDropIndicator:j5(u,pe)}))),z,de))}function kL(i,n,o,u="react-aria-ListBoxSection"){let d=b.useContext($s),{dragAndDropHooks:v,dropState:p}=b.useContext(fg),{CollectionBranch:g}=b.useContext(Vp),[x,E]=yd();var S;let{headingProps:C,groupProps:T}=vN({heading:E,"aria-label":(S=i["aria-label"])!==null&&S!==void 0?S:void 0}),P=nn({defaultClassName:u,className:i.className,style:i.style,values:{}}),N=At(i,{global:!0});return delete N.id,b.createElement("section",{...Ge(N,P,T),ref:n},b.createElement(H5.Provider,{value:{...C,ref:x}},b.createElement(g,{collection:d.collection,parent:o,renderDropIndicator:j5(v,p)})))}const X5=lx(rx,function(n,o,u){let d=pu(o),v=b.useContext($s),{dragAndDropHooks:p,dragState:g,dropState:x}=b.useContext(fg),{optionProps:E,labelProps:S,descriptionProps:C,...T}=pN({key:u.key,"aria-label":n==null?void 0:n["aria-label"]},v,d),{hoverProps:P,isHovered:N}=ml({isDisabled:!T.allowsSelection&&!T.hasAction,onHoverStart:u.props.onHoverStart,onHoverChange:u.props.onHoverChange,onHoverEnd:u.props.onHoverEnd}),L=null;g&&p&&(L=p.useDraggableItem({key:u.key},g));let A=null;x&&p&&(A=p.useDroppableItem({target:{type:"item",key:u.key,dropPosition:"on"}},x,d));let F=g&&g.isDragging(u.key),B=nn({...n,id:void 0,children:n.children,defaultClassName:"react-aria-ListBoxItem",values:{...T,isHovered:N,selectionMode:v.selectionManager.selectionMode,selectionBehavior:v.selectionManager.selectionBehavior,allowsDragging:!!g,isDragging:F,isDropTarget:A==null?void 0:A.isDropTarget}});b.useEffect(()=>{!u.textValue&&process.env.NODE_ENV!=="production"&&console.warn("A `textValue` prop is required for <ListBoxItem> elements with non-plain text children in order to support accessibility features such as type to select.")},[u.textValue]);let K=n.href?"a":"div",j=At(n,{global:!0});return delete j.id,delete j.onClick,b.createElement(K,{...Ge(j,B,E,P,L==null?void 0:L.dragProps,A==null?void 0:A.dropProps),ref:d,"data-allows-dragging":!!g||void 0,"data-selected":T.isSelected||void 0,"data-disabled":T.isDisabled||void 0,"data-hovered":N||void 0,"data-focused":T.isFocused||void 0,"data-focus-visible":T.isFocusVisible||void 0,"data-pressed":T.isPressed||void 0,"data-dragging":F||void 0,"data-drop-target":(A==null?void 0:A.isDropTarget)||void 0,"data-selection-mode":v.selectionManager.selectionMode==="none"?void 0:v.selectionManager.selectionMode},b.createElement(cr,{values:[[yl,{slots:{[gd]:S,label:S,description:C}}],[G5,{isSelected:T.isSelected}]]},B.children))});function xL(i,n){n=pu(n);let{dragAndDropHooks:o,dropState:u}=b.useContext(fg),{dropIndicatorProps:d,isHidden:v,isDropTarget:p}=o.useDropIndicator(i,u,n);return v?null:b.createElement(EL,{...i,dropIndicatorProps:d,isDropTarget:p,ref:n})}function _L(i,n){let{dropIndicatorProps:o,isDropTarget:u,...d}=i,v=nn({...d,defaultClassName:"react-aria-DropIndicator",values:{isDropTarget:u}});return b.createElement("div",{...o,...v,role:"option",ref:n,"data-drop-target":u||void 0})}const EL=b.forwardRef(_L);lx(YS,function(n,o,u){let d=b.useContext($s),{isLoading:v,onLoadMore:p,scrollOffset:g,...x}=n,E=b.useRef(null),S=b.useMemo(()=>({onLoadMore:p,collection:d==null?void 0:d.collection,sentinelRef:E,scrollOffset:g}),[p,g,d==null?void 0:d.collection]);nP(S,E);let C=nn({...x,id:void 0,children:u.rendered,defaultClassName:"react-aria-ListBoxLoadingIndicator",values:null}),T={tabIndex:-1};return b.createElement(b.Fragment,null,b.createElement("div",{style:{position:"relative",width:0,height:0},inert:iP(!0)},b.createElement("div",{"data-testid":"loadMoreSentinel",ref:E,style:{position:"absolute",height:1,width:1}})),v&&C.children&&b.createElement("div",{...Ge(At(n,{global:!0}),T),...C,role:"option",ref:o},C.children))});const CL=b.createContext({placement:"bottom"}),Qp=b.createContext(null),Z5=b.createContext(null),fx=b.forwardRef(function(n,o){[n,o]=yn(n,o,Qp);let u=b.useContext(ca),d=Hp(n),v=n.isOpen!=null||n.defaultOpen!=null||!u?d:u,p=ck(o,v.isOpen)||n.isExiting||!1,g=FN(),{direction:x}=la();if(g){let E=n.children;return typeof E=="function"&&(E=E({trigger:n.trigger||null,placement:"bottom",isEntering:!1,isExiting:!1,defaultChildren:null})),b.createElement(b.Fragment,null,E)}return v&&!v.isOpen&&!p?null:b.createElement(wL,{...n,triggerRef:n.triggerRef,state:v,popoverRef:o,isExiting:p,dir:x})});function wL({state:i,isExiting:n,UNSTABLE_portalContainer:o,clearContexts:u,...d}){let v=b.useRef(null),p=b.useRef(null),g=b.useContext(Z5),x=g&&d.trigger==="SubmenuTrigger";var E;let{popoverProps:S,underlayProps:C,arrowProps:T,placement:P,triggerAnchorPoint:N}=tN({...d,offset:(E=d.offset)!==null&&E!==void 0?E:8,arrowRef:v,groupRef:x?g:p},i),L=d.popoverRef,A=sk(L,!!P)||d.isEntering||!1,F=nn({...d,defaultClassName:"react-aria-Popover",values:{trigger:d.trigger||null,placement:P,isEntering:A,isExiting:n}}),B=!d.isNonModal||d.trigger==="SubmenuTrigger",[K,j]=b.useState(!1);Bt(()=>{L.current&&j(B&&!L.current.querySelector("[role=dialog]"))},[L,B]),b.useEffect(()=>{K&&d.trigger!=="SubmenuTrigger"&&L.current&&!L.current.contains(document.activeElement)&&hu(L.current)},[K,L,d.trigger]);let U=b.useMemo(()=>{let pe=F.children;if(u)for(let fe of u)pe=b.createElement(fe.Provider,{value:null},pe);return pe},[F.children,u]),G={...S.style,"--trigger-anchor-point":N?`${N.x}px ${N.y}px`:void 0,...F.style},Z=b.createElement("div",{...Ge(At(d,{global:!0}),S),...F,role:K?"dialog":void 0,tabIndex:K?-1:void 0,"aria-label":d["aria-label"],"aria-labelledby":d["aria-labelledby"],ref:L,slot:d.slot||void 0,style:G,dir:d.dir,"data-trigger":d.trigger,"data-placement":P,"data-entering":A||void 0,"data-exiting":n||void 0},!d.isNonModal&&b.createElement(Hk,{onDismiss:i.close}),b.createElement(CL.Provider,{value:{...T,placement:P,ref:v}},U),b.createElement(Hk,{onDismiss:i.close}));if(!x)return b.createElement(Gk,{...d,shouldContainFocus:K,isExiting:n,portalContainer:o},!d.isNonModal&&i.isOpen&&b.createElement("div",{"data-testid":"underlay",...C,style:{position:"fixed",inset:0}}),b.createElement("div",{ref:p,style:{display:"contents"}},b.createElement(Z5.Provider,{value:p},Z)));var ke;return b.createElement(Gk,{...d,shouldContainFocus:K,isExiting:n,portalContainer:(ke=o??(g==null?void 0:g.current))!==null&&ke!==void 0?ke:void 0},Z)}const SL=b.createContext({}),J5=b.createContext(null),px=b.createContext(null),pg=b.createContext(null),vg=b.createContext(null);function e6(i){let n=cx(i),o=b.useRef(null),{menuTriggerProps:u,menuProps:d}=Zk({...i,type:"menu"},n,o),[v,p]=b.useState(null),g=b.useCallback(()=>{o.current&&p(o.current.offsetWidth+"px")},[o]);id({ref:o,onResize:g});let x=b.useRef(null);return b.createElement(cr,{values:[[J5,{...d,ref:x}],[ca,n],[pg,n],[Qp,{trigger:"MenuTrigger",triggerRef:o,scrollRef:x,placement:"bottom start",style:{"--trigger-width":v},"aria-labelledby":d["aria-labelledby"]}]]},b.createElement(EE,{...u,ref:o,isPressed:n.isOpen},i.children))}const TL=b.createContext(null);class DL extends kd{filter(n,o,u){let d=n.getItem(this.firstChildKey);if(d&&u(d.textValue,this)){let v=this.clone();return o.addDescendants(v,n),v}return null}}DL.type="submenutrigger";const PL=b.forwardRef(function(n,o){return[n,o]=yn(n,o,J5),b.createElement(cg,{content:b.createElement(e5,n)},u=>b.createElement($L,{props:n,collection:u,menuRef:o}))});function $L({props:i,collection:n,menuRef:o}){[i,o]=yn(i,o,ix);let{filter:u,...d}=i,v=b.useMemo(()=>u?n.filter(u):n,[n,u]),p=uL({...i,collection:v,children:void 0}),g=b.useContext(pg),{isVirtualized:x,CollectionRoot:E}=b.useContext(Vp),{menuProps:S}=hN({...i,isVirtualized:x,onClose:i.onClose||(g==null?void 0:g.close)},p,o),C=nn({defaultClassName:"react-aria-Menu",className:i.className,style:i.style,values:{isEmpty:p.collection.size===0}}),T=null;p.collection.size===0&&i.renderEmptyState&&(T=b.createElement("div",{role:"menuitem",style:{display:"contents"}},i.renderEmptyState()));let P=At(i,{global:!0});return b.createElement(Pk,null,b.createElement("div",{...Ge(P,C,S),ref:o,slot:i.slot||void 0,"data-empty":p.collection.size===0||void 0,onScroll:i.onScroll},b.createElement(cr,{values:[[px,p],[Y5,{elementType:"div"}],[t5,{name:"MenuSection",render:LL}],[TL,{parentMenuRef:o,shouldUseVirtualFocus:d==null?void 0:d.shouldUseVirtualFocus}],[vx,null],[ix,null],[WS,null],[vg,p.selectionManager],[pg,g??cx({})]]},b.createElement(W5,null,b.createElement(E,{collection:p.collection,persistedKeys:GN(p.selectionManager.focusedKey),scrollRef:o}))),T))}class NL extends jp{get focusedKey(){return this.parent.focusedKey}get isFocused(){return this.parent.isFocused}setFocusedKey(n,o){return this.parent.setFocusedKey(n,o)}setFocused(n){this.parent.setFocused(n)}get childFocusStrategy(){return this.parent.childFocusStrategy}constructor(n,o){super(n.collection,o),this.parent=n}}function LL(i,n,o,u="react-aria-MenuSection"){var d,v;let p=b.useContext(px),{CollectionBranch:g}=b.useContext(Vp),[x,E]=yd();var S;let{headingProps:C,groupProps:T}=yN({heading:E,"aria-label":(S=o.props["aria-label"])!==null&&S!==void 0?S:void 0}),P=nn({defaultClassName:u,className:(d=o.props)===null||d===void 0?void 0:d.className,style:(v=o.props)===null||v===void 0?void 0:v.style,values:{}}),N=b.useContext(vg),L=ux(i),A=i.selectionMode!=null?new NL(N,L):N,F=At(i,{global:!0});return delete F.id,b.createElement("section",{...Ge(F,P,T),ref:n},b.createElement(cr,{values:[[H5,{...C,ref:x}],[vg,A]]},b.createElement(g,{collection:p.collection,parent:o})))}const vx=b.createContext(null),ML=lx(rx,function(n,o,u){var d;[n,o]=yn(n,o,vx);let v=(d=yu(vx))===null||d===void 0?void 0:d.id,p=b.useContext(px),g=pu(o),x=b.useContext(vg),{menuItemProps:E,labelProps:S,descriptionProps:C,keyboardShortcutProps:T,...P}=gN({...n,id:v,key:u.key,selectionManager:x},p,g),{hoverProps:N,isHovered:L}=ml({isDisabled:P.isDisabled}),A=nn({...n,id:void 0,children:u.rendered,defaultClassName:"react-aria-MenuItem",values:{...P,isHovered:L,isFocusVisible:P.isFocusVisible,selectionMode:x.selectionMode,selectionBehavior:x.selectionBehavior,hasSubmenu:!!n["aria-haspopup"],isOpen:n["aria-expanded"]==="true"}}),F=n.href?"a":"div",B=At(n,{global:!0});return delete B.id,delete B.onClick,b.createElement(F,{...Ge(B,A,E,N),ref:g,"data-disabled":P.isDisabled||void 0,"data-hovered":L||void 0,"data-focused":P.isFocused||void 0,"data-focus-visible":P.isFocusVisible||void 0,"data-pressed":P.isPressed||void 0,"data-selected":P.isSelected||void 0,"data-selection-mode":x.selectionMode==="none"?void 0:x.selectionMode,"data-has-submenu":!!n["aria-haspopup"]||void 0,"data-open":n["aria-expanded"]==="true"||void 0},b.createElement(cr,{values:[[yl,{slots:{[gd]:S,label:S,description:C}}],[SL,T],[G5,{isSelected:P.isSelected}]]},A.children))}),t6=b.createContext(null),ca=b.createContext(null);function AL(i){let n=cx(i),o=b.useRef(null),{triggerProps:u,overlayProps:d}=u2({type:"dialog"},n,o),[v,p]=b.useState(null),g=b.useCallback(()=>{o.current&&p(o.current.offsetWidth+"px")},[o]);return id({ref:o,onResize:g}),u.id=Rn(),d["aria-labelledby"]=u.id,b.createElement(cr,{values:[[ca,n],[pg,n],[t6,d],[Qp,{trigger:"DialogTrigger",triggerRef:o,"aria-labelledby":d["aria-labelledby"],style:{"--trigger-width":v}}]]},b.createElement(EE,{...u,ref:o,isPressed:n.isOpen},i.children))}const OL=b.forwardRef(function(n,o){let u=n["aria-labelledby"];[n,o]=yn(n,o,t6);let{dialogProps:d,titleProps:v}=xN({...n,"aria-labelledby":u},o),p=b.useContext(ca);!d["aria-label"]&&!d["aria-labelledby"]&&(n["aria-labelledby"]?d["aria-labelledby"]=n["aria-labelledby"]:process.env.NODE_ENV!=="production"&&console.warn('If a Dialog does not contain a <Heading slot="title">, it must have an aria-label or aria-labelledby attribute for accessibility.'));let g=nn({defaultClassName:"react-aria-Dialog",className:n.className,style:n.style,children:n.children,values:{close:(p==null?void 0:p.close)||(()=>{})}}),x=At(n,{global:!0});return b.createElement("section",{...Ge(x,g,d),ref:o,slot:n.slot||void 0},b.createElement(cr,{values:[[$N,{slots:{[gd]:{},title:{...v,level:2}}}],[sa,{slots:{[gd]:{},close:{onPress:()=>p==null?void 0:p.close()}}}]]},g.children))}),FL=b.createContext(null),RL=b.createContext(null),zL=b.forwardRef(function(n,o){[n,o]=yn(n,o,FL);let{children:u,isDisabled:d=!1,isInvalid:v=!1,isRequired:p=!1}=n,g=b.useMemo(()=>{var x;return b.createElement(qp.Provider,{value:{items:(x=n.items)!==null&&x!==void 0?x:n.defaultItems}},typeof u=="function"?u({isOpen:!1,isDisabled:d,isInvalid:v,isRequired:p,defaultChildren:null}):u)},[u,d,v,p,n.items,n.defaultItems]);return b.createElement(cg,{content:g},x=>b.createElement(BL,{props:n,collection:x,comboBoxRef:o}))}),IL=[Ps,sa,Yp,Gp,yl];function BL({props:i,collection:n,comboBoxRef:o}){let{name:u,formValue:d="key",allowsCustomValue:v}=i;v&&(d="text");let{validationBehavior:p}=yu(Wp)||{};var g,x;let E=(x=(g=i.validationBehavior)!==null&&g!==void 0?g:p)!==null&&x!==void 0?x:"native",{contains:S}=s$({sensitivity:"base"}),C=nL({defaultFilter:i.defaultFilter||S,...i,items:i.items,children:void 0,collection:n,validationBehavior:E}),T=b.useRef(null),P=b.useRef(null),N=b.useRef(null),L=b.useRef(null),[A,F]=yd(!i["aria-label"]&&!i["aria-labelledby"]),{buttonProps:B,inputProps:K,listBoxProps:j,labelProps:U,descriptionProps:G,errorMessageProps:Z,...ke}=kN({...bd(i),label:F,inputRef:P,buttonRef:T,listBoxRef:N,popoverRef:L,name:d==="text"?u:void 0,validationBehavior:E},C),[pe,fe]=b.useState(null),R=b.useCallback(()=>{if(P.current){var V;let J=(V=T.current)===null||V===void 0?void 0:V.getBoundingClientRect(),X=P.current.getBoundingClientRect(),H=J?Math.min(J.left,X.left):X.left,z=J?Math.max(J.right,X.right):X.right;fe(z-H+"px")}},[T,P,fe]);id({ref:P,onResize:R});let de=b.useMemo(()=>({isOpen:C.isOpen,isDisabled:i.isDisabled||!1,isInvalid:ke.isInvalid||!1,isRequired:i.isRequired||!1}),[C.isOpen,i.isDisabled,ke.isInvalid,i.isRequired]),re=nn({...i,values:de,defaultClassName:"react-aria-ComboBox"}),ae=At(i,{global:!0});delete ae.id;var be;return b.createElement(cr,{values:[[RL,C],[Ps,{...U,ref:A}],[sa,{...B,ref:T,isPressed:C.isOpen}],[Yp,{...K,ref:P}],[ca,C],[Qp,{ref:L,triggerRef:P,scrollRef:N,placement:"bottom start",isNonModal:!0,trigger:"ComboBox",style:{"--trigger-width":pe},clearContexts:IL}],[qp,{...j,ref:N}],[$s,C],[yl,{slots:{description:G,errorMessage:Z}}],[Gp,{isInvalid:ke.isInvalid,isDisabled:i.isDisabled||!1}],[_d,ke]]},b.createElement("div",{...ae,...re,ref:o,slot:i.slot||void 0,"data-focused":C.isFocused||void 0,"data-open":C.isOpen||void 0,"data-disabled":i.isDisabled||void 0,"data-invalid":ke.isInvalid||void 0,"data-required":i.isRequired||void 0}),u&&d==="key"&&b.createElement("input",{type:"hidden",name:u,form:i.form,value:(be=C.selectedKey)!==null&&be!==void 0?be:""}))}const UL=b.createContext(null),VL=b.createContext(null),KL=b.createContext(null),n6=b.createContext(null),jL=b.forwardRef(function(n,o){[n,o]=yn(n,o,VL);let u=b.useContext(UL),{id:d,...v}=n,p=Rn();d||(d=p);let g=u?u.expandedKeys.has(d):n.isExpanded,x=rL({...n,isExpanded:g,onExpandedChange(F){var B;u&&u.toggleKey(d),(B=n.onExpandedChange)===null||B===void 0||B.call(n,F)}}),E=b.useRef(null),S=n.isDisabled||(u==null?void 0:u.isDisabled)||!1,{buttonProps:C,panelProps:T}=_N({...n,isExpanded:g,isDisabled:S},x,E),{isFocusVisible:P,focusProps:N}=Io({within:!0}),L=nn({...n,id:void 0,defaultClassName:"react-aria-Disclosure",values:{isExpanded:x.isExpanded,isDisabled:S,isFocusVisibleWithin:P,state:x}}),A=At(v,{global:!0});return b.createElement(cr,{values:[[sa,{slots:{[gd]:{},trigger:C}}],[n6,{panelProps:T,panelRef:E}],[KL,x]]},b.createElement("div",{...Ge(A,L,N),ref:o,"data-expanded":x.isExpanded||void 0,"data-disabled":S||void 0,"data-focus-visible-within":P||void 0},L.children))}),HL=b.forwardRef(function(n,o){let{role:u="group"}=n,{panelProps:d,panelRef:v}=b.useContext(n6),{isFocusVisible:p,focusProps:g}=Io({within:!0}),x=nn({...n,defaultClassName:"react-aria-DisclosurePanel",values:{isFocusVisibleWithin:p}}),E=At(n,{global:!0});return b.createElement("div",{...Ge(E,x,d,g),ref:$h(o,v),role:u,"data-focus-visible-within":p||void 0},b.createElement(cr,{values:[[sa,null]]},n.children))}),WL=b.createContext(null),mx=b.createContext(null),GL=b.forwardRef(function(n,o){if(b.useContext(mx)){if(process.env.NODE_ENV!=="production"&&(n.onOpenChange||n.defaultOpen!==void 0||n.isOpen!==void 0)){const L=new Set(["isDismissable","isKeyboardDismissDisabled","isOpen","defaultOpen","onOpenChange","isEntering","isExiting","UNSTABLE_portalContainer","shouldCloseOnInteractOutside"]),A=Object.keys(n).filter(F=>L.has(F));console.warn(`This modal is already wrapped in a ModalOverlay, props [${A.join(", ")}] should be placed on the ModalOverlay instead.`)}return b.createElement(r6,{...n,modalRef:o},n.children)}let{isDismissable:d,isKeyboardDismissDisabled:v,isOpen:p,defaultOpen:g,onOpenChange:x,children:E,isEntering:S,isExiting:C,UNSTABLE_portalContainer:T,shouldCloseOnInteractOutside:P,...N}=n;return b.createElement(i6,{isDismissable:d,isKeyboardDismissDisabled:v,isOpen:p,defaultOpen:g,onOpenChange:x,isEntering:S,isExiting:C,UNSTABLE_portalContainer:T,shouldCloseOnInteractOutside:P},b.createElement(r6,{...N,modalRef:o},E))});function YL(i,n){[i,n]=yn(i,n,WL);let o=b.useContext(ca),u=Hp(i),d=i.isOpen!=null||i.defaultOpen!=null||!o?u:o;d===o&&process.env.NODE_ENV!=="production"&&(i.onOpenChange||i.defaultOpen!==void 0||i.isOpen!==void 0)&&console.warn("This modals state is controlled by a trigger, place onOpenChange on the trigger instead.");let v=pu(n),p=b.useRef(null),g=ck(v,d.isOpen),x=ck(p,d.isOpen),E=g||x||i.isExiting||!1,S=su();return!d.isOpen&&!E||S?null:b.createElement(qL,{...i,state:d,isExiting:E,overlayRef:v,modalRef:p})}const i6=b.forwardRef(YL);function qL({UNSTABLE_portalContainer:i,...n}){let o=n.modalRef,{state:u}=n,{modalProps:d,underlayProps:v}=nN(n,u,o),p=sk(n.overlayRef)||n.isEntering||!1,g=nn({...n,defaultClassName:"react-aria-ModalOverlay",values:{isEntering:p,isExiting:n.isExiting,state:u}}),x=Z9(),E;if(typeof document<"u"){let C=Es(document.body)?document.body:document.scrollingElement||document.documentElement,T=C.getBoundingClientRect().height%1;E=C.scrollHeight-T}let S={...g.style,"--visual-viewport-height":x.height+"px","--page-height":E!==void 0?E+"px":void 0};return b.createElement(Gk,{isExiting:n.isExiting,portalContainer:i},b.createElement("div",{...Ge(At(n,{global:!0}),v),...g,style:S,ref:n.overlayRef,"data-entering":p||void 0,"data-exiting":n.isExiting||void 0},b.createElement(cr,{values:[[mx,{modalProps:d,modalRef:o,isExiting:n.isExiting,isDismissable:n.isDismissable}],[ca,u]]},g.children)))}function r6(i){let{modalProps:n,modalRef:o,isExiting:u,isDismissable:d}=b.useContext(mx),v=b.useContext(ca),p=b.useMemo(()=>$h(i.modalRef,o),[i.modalRef,o]),g=pu(p),x=sk(g),E=nn({...i,defaultClassName:"react-aria-Modal",values:{isEntering:x,isExiting:u,state:v}});return b.createElement("div",{...Ge(At(i,{global:!0}),n),...E,ref:g,"data-entering":x||void 0,"data-exiting":u||void 0},d&&b.createElement(Hk,{onDismiss:v.close}),E.children)}const QL=b.createContext(null),XL=b.createContext(null),ZL=b.forwardRef(function(n,o){[n,o]=yn(n,o,QL);let{validationBehavior:u}=yu(Wp)||{};var d,v;let p=(v=(d=n.validationBehavior)!==null&&d!==void 0?d:u)!==null&&v!==void 0?v:"native",{locale:g}=la(),x=N$({...n,locale:g,validationBehavior:p}),E=b.useRef(null),[S,C]=yd(!n["aria-label"]&&!n["aria-labelledby"]),{labelProps:T,groupProps:P,inputProps:N,incrementButtonProps:L,decrementButtonProps:A,descriptionProps:F,errorMessageProps:B,...K}=F$({...bd(n),label:C,validationBehavior:p},x,E),j=nn({...n,values:{state:x,isDisabled:n.isDisabled||!1,isInvalid:K.isInvalid||!1,isRequired:n.isRequired||!1},defaultClassName:"react-aria-NumberField"}),U=At(n,{global:!0});return delete U.id,b.createElement(cr,{values:[[XL,x],[Gp,P],[Yp,{...N,ref:E}],[Ps,{...T,ref:S}],[sa,{slots:{increment:L,decrement:A}}],[yl,{slots:{description:F,errorMessage:B}}],[_d,K]]},b.createElement("div",{...U,...j,ref:o,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-required":n.isRequired||void 0,"data-invalid":K.isInvalid||void 0}),n.name&&b.createElement("input",{type:"hidden",name:n.name,form:n.form,value:isNaN(x.numberValue)?"":x.numberValue,disabled:n.isDisabled||void 0}))});function JL(i){return i&&i.__esModule?i.default:i}const hx=b.createContext(null),o6=b.createContext(null),eM=b.forwardRef(function(n,o){[n,o]=yn(n,o,hx);let{children:u,isDisabled:d=!1,isInvalid:v=!1,isRequired:p=!1}=n,g=b.useMemo(()=>typeof u=="function"?u({isOpen:!1,isDisabled:d,isInvalid:v,isRequired:p,isFocused:!1,isFocusVisible:!1,defaultChildren:null}):u,[u,d,v,p]);return b.createElement(cg,{content:g},x=>b.createElement(nM,{props:n,collection:x,selectRef:o}))}),tM=[Ps,sa,yl];function nM({props:i,selectRef:n,collection:o}){let{validationBehavior:u}=yu(Wp)||{};var d,v;let p=(v=(d=i.validationBehavior)!==null&&d!==void 0?d:u)!==null&&v!==void 0?v:"native",g=oL({...i,collection:o,children:void 0,validationBehavior:p}),{isFocusVisible:x,focusProps:E}=Io({within:!0}),S=b.useRef(null),[C,T]=yd(!i["aria-label"]&&!i["aria-labelledby"]),{labelProps:P,triggerProps:N,valueProps:L,menuProps:A,descriptionProps:F,errorMessageProps:B,hiddenSelectProps:K,...j}=SN({...bd(i),label:T,validationBehavior:p},g,S),[U,G]=b.useState(null),Z=b.useCallback(()=>{S.current&&G(S.current.offsetWidth+"px")},[S]);id({ref:S,onResize:Z});let ke=b.useMemo(()=>({isOpen:g.isOpen,isFocused:g.isFocused,isFocusVisible:x,isDisabled:i.isDisabled||!1,isInvalid:j.isInvalid||!1,isRequired:i.isRequired||!1}),[g.isOpen,g.isFocused,x,i.isDisabled,j.isInvalid,i.isRequired]),pe=nn({...i,values:ke,defaultClassName:"react-aria-Select"}),fe=At(i,{global:!0});delete fe.id;let R=b.useRef(null);return b.createElement(cr,{values:[[hx,i],[o6,g],[l6,L],[Ps,{...P,ref:C,elementType:"span"}],[sa,{...N,ref:S,isPressed:g.isOpen,autoFocus:i.autoFocus}],[ca,g],[Qp,{trigger:"Select",triggerRef:S,scrollRef:R,placement:"bottom start",style:{"--trigger-width":U},"aria-labelledby":A["aria-labelledby"],clearContexts:tM}],[qp,{...A,ref:R}],[$s,g],[yl,{slots:{description:F,errorMessage:B}}],[_d,j]]},b.createElement("div",{...Ge(fe,pe,E),ref:n,slot:i.slot||void 0,"data-focused":g.isFocused||void 0,"data-focus-visible":x||void 0,"data-open":g.isOpen||void 0,"data-disabled":i.isDisabled||void 0,"data-invalid":j.isInvalid||void 0,"data-required":i.isRequired||void 0},pe.children,b.createElement(DN,{...K,autoComplete:i.autoComplete})))}const l6=b.createContext(null),iM=Bp(function(n,o){var u;[n,o]=yn(n,o,l6);let d=b.useContext(o6),{placeholder:v}=yu(hx),p=d.selectedItems.map(F=>{var B;let K=(B=F.props)===null||B===void 0?void 0:B.children;return typeof K=="function"&&(K=K({isHovered:!1,isPressed:!1,isSelected:!1,isFocused:!1,isFocusVisible:!1,isDisabled:!1,selectionMode:"single",selectionBehavior:"toggle"})),K}),g=t$(),x=b.useMemo(()=>d.selectedItems.map(F=>F==null?void 0:F.textValue),[d.selectedItems]),E=d.selectionManager.selectionMode,S=b.useMemo(()=>{var F;return E==="single"?(F=x[0])!==null&&F!==void 0?F:"":g.format(x)},[E,g,x]),C=b.useMemo(()=>{if(E==="single")return p[0];let F=g.formatToParts(x);if(F.length===0)return null;let B=0;return F.map(K=>K.type==="element"?b.createElement(b.Fragment,{key:B},p[B++]):K.value)},[E,g,x,p]),T=cd(JL(V5),"react-aria-components");var P,N;let L=nn({...n,defaultChildren:(P=C??v)!==null&&P!==void 0?P:T.format("selectPlaceholder"),defaultClassName:"react-aria-SelectValue",values:{selectedItem:(N=(u=d.selectedItems[0])===null||u===void 0?void 0:u.value)!==null&&N!==void 0?N:null,selectedItems:b.useMemo(()=>d.selectedItems.map(F=>{var B;return(B=F.value)!==null&&B!==void 0?B:null}),[d.selectedItems]),selectedText:S,isPlaceholder:d.selectedItems.length===0,state:d}}),A=At(n,{global:!0});return b.createElement("span",{ref:o,...A,...L,"data-placeholder":d.selectedItems.length===0||void 0},b.createElement(yl.Provider,{value:void 0},L.children))}),a6=b.createContext({});let rM=i=>{let{onHoverStart:n,onHoverChange:o,onHoverEnd:u,...d}=i;return d};const oM=b.forwardRef(function(n,o){[n,o]=yn(n,o,a6);let{hoverProps:u,isHovered:d}=ml(n),{isFocused:v,isFocusVisible:p,focusProps:g}=Io({isTextInput:!0,autoFocus:n.autoFocus}),x=!!n["aria-invalid"]&&n["aria-invalid"]!=="false",E=nn({...n,values:{isHovered:d,isFocused:v,isFocusVisible:p,isDisabled:n.disabled||!1,isInvalid:x},defaultClassName:"react-aria-TextArea"});return b.createElement("textarea",{...Ge(rM(n),g,u),...E,ref:o,"data-focused":v||void 0,"data-disabled":n.disabled||void 0,"data-hovered":d||void 0,"data-focus-visible":p||void 0,"data-invalid":x||void 0})}),lM=b.createContext(null),u6=Bp(function(n,o){[n,o]=yn(n,o,lM);let{validationBehavior:u}=yu(Wp)||{};var d,v;let p=(v=(d=n.validationBehavior)!==null&&d!==void 0?d:u)!==null&&v!==void 0?v:"native",g=b.useRef(null);[n,g]=yn(n,g,WS);let[x,E]=yd(!n["aria-label"]&&!n["aria-labelledby"]),[S,C]=b.useState("input"),{labelProps:T,inputProps:P,descriptionProps:N,errorMessageProps:L,...A}=zk({...bd(n),inputElementType:S,label:E,validationBehavior:p},g),F=b.useCallback(j=>{g.current=j,j&&C(j instanceof HTMLTextAreaElement?"textarea":"input")},[g]),B=nn({...n,values:{isDisabled:n.isDisabled||!1,isInvalid:A.isInvalid,isReadOnly:n.isReadOnly||!1,isRequired:n.isRequired||!1},defaultClassName:"react-aria-TextField"}),K=At(n,{global:!0});return delete K.id,b.createElement("div",{...K,...B,ref:o,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-invalid":A.isInvalid||void 0,"data-readonly":n.isReadOnly||void 0,"data-required":n.isRequired||void 0},b.createElement(cr,{values:[[Ps,{...T,ref:x}],[Yp,{...P,ref:F}],[a6,{...P,ref:F}],[Gp,{role:"presentation",isInvalid:A.isInvalid,isDisabled:n.isDisabled||!1}],[yl,{slots:{description:N,errorMessage:L}}],[_d,A]]},B.children))}),aM={primary:{appearance:"filled",size:"md",color:"blue"},secondary:{appearance:"outlined",size:"md",color:"grey"},tertiary:{appearance:"linked",size:"md",color:"blue"},critical:{appearance:"filled",size:"md",color:"red"}},gx={appearance:"outlined",size:"md",color:"grey"};function uM(i){const{variant:n,appearance:o,size:u,color:d,...v}=i,p=n?aM[n]:null,g=o??(p==null?void 0:p.appearance)??gx.appearance,x=u??(p==null?void 0:p.size)??gx.size,E=d??(p==null?void 0:p.color)??gx.color;return{appearance:g,size:x,color:E,...v}}const sM=ln({base:"ui-kit__useFocusRing-module__base"}.base);function bu(i={}){const n=Io(i),o=sM(),u={...n.focusProps,"data-focused":n.isFocused,"data-focus-visible":n.isFocusVisible};return{...n,focusProps:u,focusRingClassnames:o}}const bn={base:"ui-kit__button-module__base",sizeXxs:"ui-kit__button-module__sizeXxs",sizeXs:"ui-kit__button-module__sizeXs",sizeSm:"ui-kit__button-module__sizeSm",sizeMd:"ui-kit__button-module__sizeMd",sizeLg:"ui-kit__button-module__sizeLg",sizeXl:"ui-kit__button-module__sizeXl",sizeXxl:"ui-kit__button-module__sizeXxl",typeFilled:"ui-kit__button-module__typeFilled",typeOutlined:"ui-kit__button-module__typeOutlined",typeLinked:"ui-kit__button-module__typeLinked",colorBlue:"ui-kit__button-module__colorBlue",colorRed:"ui-kit__button-module__colorRed",colorGrey:"ui-kit__button-module__colorGrey",filledBlue:"ui-kit__button-module__filledBlue",filledRed:"ui-kit__button-module__filledRed",filledGrey:"ui-kit__button-module__filledGrey",outlinedBlue:"ui-kit__button-module__outlinedBlue",outlinedRed:"ui-kit__button-module__outlinedRed",outlinedGrey:"ui-kit__button-module__outlinedGrey",linkedBlue:"ui-kit__button-module__linkedBlue",linkedRed:"ui-kit__button-module__linkedRed",linkedGrey:"ui-kit__button-module__linkedGrey"},cM=ln(bn.base,{variants:{appearance:{filled:bn.typeFilled,outlined:bn.typeOutlined,linked:bn.typeLinked},size:{xxs:bn.sizeXxs,xs:bn.sizeXs,sm:bn.sizeSm,md:bn.sizeMd,lg:bn.sizeLg,xl:bn.sizeXl,xxl:bn.sizeXxl},color:{blue:bn.colorBlue,red:bn.colorRed,grey:bn.colorGrey}},compoundVariants:[{appearance:"filled",color:"blue",class:bn.filledBlue},{appearance:"filled",color:"red",class:bn.filledRed},{appearance:"filled",color:"grey",class:bn.filledGrey},{appearance:"outlined",color:"blue",class:bn.outlinedBlue},{appearance:"outlined",color:"red",class:bn.outlinedRed},{appearance:"outlined",color:"grey",class:bn.outlinedGrey},{appearance:"linked",color:"blue",class:bn.linkedBlue},{appearance:"linked",color:"red",class:bn.linkedRed},{appearance:"linked",color:"grey",class:bn.linkedGrey}],defaultVariants:{appearance:"outlined",size:"md",color:"grey"}});function Ed(i){const{className:n,...o}=i,u=uM(o),{appearance:d,size:v,color:p,...g}=u,{focusRingClassnames:x,focusProps:E}=bu(),S=Ge(g,E);return le.jsx(Kp,{className:dt(cM({appearance:d,size:v,color:p}),x,n),...S})}Ed.displayName="Button";const s6={base:"ui-kit__button-group-module__base",fit:"ui-kit__button-group-module__fit"};function dM({className:i,children:n,...o}){return le.jsx("div",{className:dt(s6.base,i),...o,children:n})}function fM({children:i,expand:n=!0}){return b.cloneElement(i,{className:dt(i.props.className,!n&&s6.fit)})}const yx={root:"ui-kit__checkbox-module__root",label:"ui-kit__checkbox-module__label",control:"ui-kit__checkbox-module__control"},pM={h1:{variant:"heading-md",tone:"headline"},h2:{variant:"heading-md",tone:"headline"},h3:{variant:"heading-md",tone:"headline"},h4:{variant:"heading-md",tone:"headline"},h5:{variant:"heading-md",tone:"headline"},h6:{variant:"heading-md",tone:"headline"},dd:{variant:"body-md"},dt:{variant:"body-md"},legend:{variant:"body-md"},p:{variant:"body-md"},span:{variant:"body-md"},strong:{variant:"body-md-strong"}},vM="body-md",mM="default",hM=({as:i="span",variant:n,tone:o})=>{const u=pM[i]||{},d=n||u.variant||vM,v=o||u.tone||mM;return{variant:d,tone:v}},Ci={base:"ui-kit__text-module__base","visually-hidden":"ui-kit__text-module__visually-hidden","heading-lg":"ui-kit__text-module__heading-lg","heading-md":"ui-kit__text-module__heading-md","body-md-strong":"ui-kit__text-module__body-md-strong","body-md":"ui-kit__text-module__body-md","body-sm":"ui-kit__text-module__body-sm",default:"ui-kit__text-module__default",headline:"ui-kit__text-module__headline",dark:"ui-kit__text-module__dark",light:"ui-kit__text-module__light",disabled:"ui-kit__text-module__disabled",info:"ui-kit__text-module__info",success:"ui-kit__text-module__success",warning:"ui-kit__text-module__warning",critical:"ui-kit__text-module__critical",error:"ui-kit__text-module__error"},gM=ln(Ci.base,{variants:{tone:{default:Ci.default,headline:Ci.headline,dark:Ci.dark,light:Ci.light,disabled:Ci.disabled,critical:Ci.critical,error:Ci.error,info:Ci.info,success:Ci.success,warning:Ci.warning},variant:{"heading-lg":Ci["heading-lg"],"heading-md":Ci["heading-md"],"body-md-strong":Ci["body-md-strong"],"body-md":Ci["body-md"],"body-sm":Ci["body-sm"]},visuallyHidden:{true:Ci["visually-hidden"]}}}),vo=b.forwardRef(({className:i,as:n="span",variant:o,tone:u,color:d,children:v,visuallyHidden:p=!1,...g},x)=>{const{variant:E,tone:S}=hM({as:n,variant:o,tone:u}),C=d?{"--ui-kit-text-color":`var(--ui-kit-color-${d})`}:void 0;return b.createElement(n,{className:gM({className:i,variant:E,tone:S,visuallyHidden:p}),style:C,ref:x,...g},v)});vo.displayName="Text";function c6({className:i,children:n,...o}){const{focusRingClassnames:u,focusProps:d}=bu(),v=Ge(o,d);return le.jsx(pL,{...v,className:dt(yx.root,u,i),children:p=>le.jsxs(le.Fragment,{children:[le.jsx("div",{className:yx.control,"data-rac":!0,...p.isSelected?{"data-selected":""}:{},...p.isDisabled?{"data-disabled":""}:{}}),n!=null&&le.jsx(vo,{className:dt(yx.label,"label"),children:n})]})})}const Cd={root:"ui-kit__collapsible-module__root",heading:"ui-kit__collapsible-module__heading",trigger:"ui-kit__collapsible-module__trigger",chevronWrap:"ui-kit__collapsible-module__chevronWrap",panel:"ui-kit__collapsible-module__panel",content:"ui-kit__collapsible-module__content"},yM=()=>le.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"18",viewBox:"0 0 10 18",fill:"none",children:le.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.21967 7.21967C1.51256 6.92678 1.98744 6.92678 2.28033 7.21967L5 9.93934L7.71967 7.21967C8.01256 6.92678 8.48744 6.92678 8.78033 7.21967C9.07322 7.51256 9.07322 7.98744 8.78033 8.28033L5.70711 11.3536C5.31658 11.7441 4.68342 11.7441 4.29289 11.3536L1.21967 8.28033C0.926777 7.98744 0.926777 7.51256 1.21967 7.21967Z",fill:"#314351"})});function d6({title:i,children:n,defaultStatus:o="closed",isOpen:u,className:d,classNames:v,onOpenChange:p}){return le.jsxs(jL,{defaultExpanded:u===void 0?o==="open":void 0,isExpanded:u,onExpandedChange:p,className:dt(Cd.root,d),children:[le.jsxs(Kp,{slot:"trigger",className:dt(Cd.trigger,v==null?void 0:v.trigger),children:[le.jsx(vo,{variant:"body-md-strong",tone:"dark",as:"h2",className:dt(Cd.heading,v==null?void 0:v.heading),children:i}),le.jsx("span",{className:dt(Cd.chevronWrap,v==null?void 0:v.chevronWrap),"aria-hidden":!0,children:le.jsx(yM,{})})]}),le.jsx(HL,{className:dt(Cd.panel,v==null?void 0:v.panel),children:le.jsx("div",{className:dt(Cd.content,v==null?void 0:v.content),children:n})})]})}d6.displayName="Collapsible";function bM(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}function kM(i){if(i.__esModule)return i;var n=i.default;if(typeof n=="function"){var o=function u(){return this instanceof u?Reflect.construct(n,arguments,this.constructor):n.apply(this,arguments)};o.prototype=n.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(i).forEach(function(u){var d=Object.getOwnPropertyDescriptor(i,u);Object.defineProperty(o,u,d.get?d:{enumerable:!0,get:function(){return i[u]}})}),o}var mo={},bx={exports:{}},kx={exports:{}},jt={};/** @license React v16.13.1
|
|
202
|
+
*/var HS;function CN(){return HS||(HS=1,process.env.NODE_ENV!=="production"&&function(){function i(P,N){return P===N&&(P!==0||1/P===1/N)||P!==P&&N!==N}function n(P,N){S||d.startTransition===void 0||(S=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var L=N();if(!C){var A=N();v(L,A)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),C=!0)}A=p({inst:{value:L,getSnapshot:N}});var F=A[0].inst,B=A[1];return x(function(){F.value=L,F.getSnapshot=N,o(F)&&B({inst:F})},[P,L,N]),g(function(){return o(F)&&B({inst:F}),P(function(){o(F)&&B({inst:F})})},[P]),E(L),L}function o(P){var N=P.getSnapshot;P=P.value;try{var L=N();return!v(P,L)}catch{return!0}}function u(P,N){return N()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var d=b,v=typeof Object.is=="function"?Object.is:i,p=d.useState,g=d.useEffect,x=d.useLayoutEffect,E=d.useDebugValue,S=!1,C=!1,T=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?u:n;tx.useSyncExternalStore=d.useSyncExternalStore!==void 0?d.useSyncExternalStore:T,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),tx}process.env.NODE_ENV==="production"?Jk.exports=EN():Jk.exports=CN();var wN=Jk.exports;const nx=new WeakMap;function SN(i,n,o){let{keyboardDelegate:u,isDisabled:d,isRequired:v,name:p,form:g,validationBehavior:x="aria"}=i,E=eg({usage:"search",sensitivity:"base"}),S=b.useMemo(()=>u||new ag(n.collection,n.disabledKeys,o,E),[u,n.collection,n.disabledKeys,E,o]),{menuTriggerProps:C,menuProps:T}=Zk({isDisabled:d,type:"listbox"},n,o),P=pe=>{if(n.selectionManager.selectionMode!=="multiple")switch(pe.key){case"ArrowLeft":{var fe,R;pe.preventDefault();let ae=n.selectedKey!=null?(fe=S.getKeyAbove)===null||fe===void 0?void 0:fe.call(S,n.selectedKey):(R=S.getFirstKey)===null||R===void 0?void 0:R.call(S);ae&&n.setSelectedKey(ae);break}case"ArrowRight":{var de,re;pe.preventDefault();let ae=n.selectedKey!=null?(de=S.getKeyBelow)===null||de===void 0?void 0:de.call(S,n.selectedKey):(re=S.getFirstKey)===null||re===void 0?void 0:re.call(S);ae&&n.setSelectedKey(ae);break}}},{typeSelectProps:N}=X2({keyboardDelegate:S,selectionManager:n.selectionManager,onTypeSelect(pe){n.setSelectedKey(pe)}}),{isInvalid:L,validationErrors:A,validationDetails:F}=n.displayValidation,{labelProps:B,fieldProps:K,descriptionProps:j,errorMessageProps:U}=QE({...i,labelElementType:"span",isInvalid:L,errorMessage:i.errorMessage||A});N.onKeyDown=N.onKeyDownCapture,delete N.onKeyDownCapture,n.selectionManager.selectionMode==="multiple"&&(N={});let G=At(i,{labelable:!0}),Z=Ge(N,C,K),ke=Rn();return nx.set(n,{isDisabled:d,isRequired:v,name:p,form:g,validationBehavior:x}),{labelProps:{...B,onClick:()=>{if(!i.isDisabled){var pe;(pe=o.current)===null||pe===void 0||pe.focus(),kE("keyboard")}}},triggerProps:Ge(G,{...Z,isDisabled:d,onKeyDown:ra(Z.onKeyDown,P,i.onKeyDown),onKeyUp:i.onKeyUp,"aria-labelledby":[ke,Z["aria-labelledby"],Z["aria-label"]&&!Z["aria-labelledby"]?Z.id:null].filter(Boolean).join(" "),onFocus(pe){n.isFocused||(i.onFocus&&i.onFocus(pe),i.onFocusChange&&i.onFocusChange(!0),n.setFocused(!0))},onBlur(pe){n.isOpen||(i.onBlur&&i.onBlur(pe),i.onFocusChange&&i.onFocusChange(!1),n.setFocused(!1))}}),valueProps:{id:ke},menuProps:{...T,autoFocus:n.focusStrategy||!0,shouldSelectOnPressUp:!0,shouldFocusOnHover:!0,disallowEmptySelection:!0,linkBehavior:"selection",onBlur:pe=>{pe.currentTarget.contains(pe.relatedTarget)||(i.onBlur&&i.onBlur(pe),i.onFocusChange&&i.onFocusChange(!1),n.setFocused(!1))},"aria-labelledby":[K["aria-labelledby"],Z["aria-label"]&&!K["aria-labelledby"]?Z.id:null].filter(Boolean).join(" ")},descriptionProps:j,errorMessageProps:U,isInvalid:L,validationErrors:A,validationDetails:F,hiddenSelectProps:{isDisabled:d,name:p,label:i.label,state:n,triggerRef:o,form:g}}}function TN(i,n,o){let u=nx.get(n)||{},{autoComplete:d,name:v=u.name,form:p=u.form,isDisabled:g=u.isDisabled}=i,{validationBehavior:x,isRequired:E}=u,{visuallyHiddenProps:S}=JE({style:{position:"fixed",top:0,left:0}});Fh(i.selectRef,n.defaultValue,n.setValue),Fk({validationBehavior:x,focus:()=>{var N;return(N=o.current)===null||N===void 0?void 0:N.focus()}},n,i.selectRef);let C=n.setValue,T=b.useCallback(N=>{N.target.multiple?C(Array.from(N.target.selectedOptions,L=>L.value)):C(N.currentTarget.value)},[C]);var P;return{containerProps:{...S,"aria-hidden":!0,"data-react-aria-prevent-focus":!0,"data-a11y-ignore":"aria-hidden-focus"},inputProps:{style:{display:"none"}},selectProps:{tabIndex:-1,autoComplete:d,disabled:g,multiple:n.selectionManager.selectionMode==="multiple",required:x==="native"&&E,name:v,form:p,value:(P=n.value)!==null&&P!==void 0?P:"",onChange:T,onInput:T}}}function DN(i){let{state:n,triggerRef:o,label:u,name:d,form:v,isDisabled:p}=i,g=b.useRef(null),x=b.useRef(null),{containerProps:E,selectProps:S}=TN({...i,selectRef:n.collection.size<=300?g:x},n,o);if(n.collection.size<=300)return b.createElement("div",{...E,"data-testid":"hidden-select-container"},b.createElement("label",null,u,b.createElement("select",{...S,ref:g},b.createElement("option",null),[...n.collection.getKeys()].map(C=>{let T=n.collection.getItem(C);if(T&&T.type==="item")return b.createElement("option",{key:T.key,value:T.key},T.textValue)}))));if(d){let C=nx.get(n)||{},{validationBehavior:T}=C,P=Array.isArray(n.value)?n.value:[n.value];P.length===0&&(P=[null]);let N=P.map((L,A)=>{let F={type:"hidden",autoComplete:S.autoComplete,name:d,form:v,disabled:p,value:L??""};return T==="native"?b.createElement("input",{key:A,...F,ref:A===0?x:null,style:{display:"none"},type:"text",required:A===0?S.required:!1,onChange:()=>{}}):b.createElement("input",{key:A,...F,ref:A===0?x:null})});return b.createElement(b.Fragment,null,N)}return null}const PN=b.createContext(null);b.createContext(null),b.createContext(null),b.createContext(null),b.createContext(null);const $N=b.createContext({}),ix=b.createContext(null),WS=b.createContext(null),gd=Symbol("default");function cr({values:i,children:n}){for(let[o,u]of i)n=b.createElement(o.Provider,{value:u},n);return n}function nn(i){let{className:n,style:o,children:u,defaultClassName:d,defaultChildren:v,defaultStyle:p,values:g}=i;return b.useMemo(()=>{let x,E,S;return typeof n=="function"?x=n({...g,defaultClassName:d}):x=n,typeof o=="function"?E=o({...g,defaultStyle:p||{}}):E=o,typeof u=="function"?S=u({...g,defaultChildren:v}):u==null?S=v:S=u,{className:x??d,style:E||p?{...p,...E}:void 0,children:S??v,"data-rac":""}},[n,o,u,d,v,p,g])}function yu(i,n){let o=b.useContext(i);if(n===null)return null;if(o&&typeof o=="object"&&"slots"in o&&o.slots){let u=n||gd;if(!o.slots[u]){let d=new Intl.ListFormat().format(Object.keys(o.slots).map(p=>`"${p}"`)),v=n?`Invalid slot "${n}".`:"A slot prop is required.";throw new Error(`${v} Valid slot names are ${d}.`)}return o.slots[u]}return o}function yn(i,n,o){let u=yu(o,i.slot)||{},{ref:d,...v}=u,p=pu(b.useMemo(()=>$h(n,d),[n,d])),g=Ge(v,i);return"style"in v&&v.style&&"style"in i&&i.style&&(typeof v.style=="function"||typeof i.style=="function"?g.style=x=>{let E=typeof v.style=="function"?v.style(x):v.style,S={...x.defaultStyle,...E},C=typeof i.style=="function"?i.style({...x,defaultStyle:S}):i.style;return{...S,...C}}:g.style={...v.style,...i.style}),[g,p]}function yd(i=!0){let[n,o]=b.useState(i),u=b.useRef(!1),d=b.useCallback(v=>{u.current=!0,o(!!v)},[]);return Bt(()=>{u.current||o(!1)},[]),[d,n]}function bd(i){const n=/^(data-.*)$/;let o={};for(const u in i)n.test(u)||(o[u]=i[u]);return o}class kd{get childNodes(){throw new Error("childNodes is not supported")}clone(){let n=new this.constructor(this.key);return n.value=this.value,n.level=this.level,n.hasChildNodes=this.hasChildNodes,n.rendered=this.rendered,n.textValue=this.textValue,n["aria-label"]=this["aria-label"],n.index=this.index,n.parentKey=this.parentKey,n.prevKey=this.prevKey,n.nextKey=this.nextKey,n.firstChildKey=this.firstChildKey,n.lastChildKey=this.lastChildKey,n.props=this.props,n.render=this.render,n.colSpan=this.colSpan,n.colIndex=this.colIndex,n}filter(n,o,u){let d=this.clone();return o.addDescendants(d,n),d}constructor(n){this.value=null,this.level=0,this.hasChildNodes=!1,this.rendered=null,this.textValue="",this["aria-label"]=void 0,this.index=0,this.parentKey=null,this.prevKey=null,this.nextKey=null,this.firstChildKey=null,this.lastChildKey=null,this.props={},this.colSpan=null,this.colIndex=null,this.type=this.constructor.type,this.key=n}}class GS extends kd{filter(n,o,u){let[d,v]=qS(n,o,this.firstChildKey,u),p=this.clone();return p.firstChildKey=d,p.lastChildKey=v,p}}class NN extends kd{}NN.type="header";class YS extends kd{}YS.type="loader";class rx extends GS{filter(n,o,u){if(u(this.textValue,this)){let d=this.clone();return o.addDescendants(d,n),d}return null}}rx.type="item";class LN extends GS{filter(n,o,u){let d=super.filter(n,o,u);if(d&&d.lastChildKey!==null){let v=n.getItem(d.lastChildKey);if(v&&v.type!=="header")return d}return null}}LN.type="section";class MN{get size(){return this.itemCount}getKeys(){return this.keyMap.keys()}*[Symbol.iterator](){let n=this.firstKey!=null?this.keyMap.get(this.firstKey):void 0;for(;n;)yield n,n=n.nextKey!=null?this.keyMap.get(n.nextKey):void 0}getChildren(n){let o=this.keyMap;return{*[Symbol.iterator](){let u=o.get(n),d=(u==null?void 0:u.firstChildKey)!=null?o.get(u.firstChildKey):null;for(;d;)yield d,d=d.nextKey!=null?o.get(d.nextKey):void 0}}}getKeyBefore(n){let o=this.keyMap.get(n);if(!o)return null;if(o.prevKey!=null){for(o=this.keyMap.get(o.prevKey);o&&o.type!=="item"&&o.lastChildKey!=null;)o=this.keyMap.get(o.lastChildKey);var u;return(u=o==null?void 0:o.key)!==null&&u!==void 0?u:null}return o.parentKey}getKeyAfter(n){let o=this.keyMap.get(n);if(!o)return null;if(o.type!=="item"&&o.firstChildKey!=null)return o.firstChildKey;for(;o;){if(o.nextKey!=null)return o.nextKey;if(o.parentKey!=null)o=this.keyMap.get(o.parentKey);else return null}return null}getFirstKey(){return this.firstKey}getLastKey(){let n=this.lastKey!=null?this.keyMap.get(this.lastKey):null;for(;(n==null?void 0:n.lastChildKey)!=null;)n=this.keyMap.get(n.lastChildKey);var o;return(o=n==null?void 0:n.key)!==null&&o!==void 0?o:null}getItem(n){var o;return(o=this.keyMap.get(n))!==null&&o!==void 0?o:null}at(){throw new Error("Not implemented")}clone(){let n=this.constructor,o=new n;return o.keyMap=new Map(this.keyMap),o.firstKey=this.firstKey,o.lastKey=this.lastKey,o.itemCount=this.itemCount,o}addNode(n){if(this.frozen)throw new Error("Cannot add a node to a frozen collection");n.type==="item"&&this.keyMap.get(n.key)==null&&this.itemCount++,this.keyMap.set(n.key,n)}addDescendants(n,o){this.addNode(n);let u=o.getChildren(n.key);for(let d of u)this.addDescendants(d,o)}removeNode(n){if(this.frozen)throw new Error("Cannot remove a node to a frozen collection");let o=this.keyMap.get(n);o!=null&&o.type==="item"&&this.itemCount--,this.keyMap.delete(n)}commit(n,o,u=!1){if(this.frozen)throw new Error("Cannot commit a frozen collection");this.firstKey=n,this.lastKey=o,this.frozen=!u}filter(n){let o=new this.constructor,[u,d]=qS(this,o,this.firstKey,n);return o==null||o.commit(u,d),o}constructor(){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.frozen=!1,this.itemCount=0}}function qS(i,n,o,u){if(o==null)return[null,null];let d=null,v=null,p=i.getItem(o);for(;p!=null;){let E=p.filter(i,n,u);E!=null&&(E.nextKey=null,v&&(E.prevKey=v.key,v.nextKey=E.key),d==null&&(d=E),n.addNode(E),v=E),p=p.nextKey?i.getItem(p.nextKey):null}if(v&&v.type==="separator"){let E=v.prevKey;n.removeNode(v.key),E?(v=n.getItem(E),v.nextKey=null):v=null}var g,x;return[(g=d==null?void 0:d.key)!==null&&g!==void 0?g:null,(x=v==null?void 0:v.key)!==null&&x!==void 0?x:null]}class QS{*[Symbol.iterator](){let n=this.firstChild;for(;n;)yield n,n=n.nextSibling}get firstChild(){return this._firstChild}set firstChild(n){this._firstChild=n,this.ownerDocument.markDirty(this)}get lastChild(){return this._lastChild}set lastChild(n){this._lastChild=n,this.ownerDocument.markDirty(this)}get previousSibling(){return this._previousSibling}set previousSibling(n){this._previousSibling=n,this.ownerDocument.markDirty(this)}get nextSibling(){return this._nextSibling}set nextSibling(n){this._nextSibling=n,this.ownerDocument.markDirty(this)}get parentNode(){return this._parentNode}set parentNode(n){this._parentNode=n,this.ownerDocument.markDirty(this)}get isConnected(){var n;return((n=this.parentNode)===null||n===void 0?void 0:n.isConnected)||!1}invalidateChildIndices(n){(this._minInvalidChildIndex==null||!this._minInvalidChildIndex.isConnected||n.index<this._minInvalidChildIndex.index)&&(this._minInvalidChildIndex=n,this.ownerDocument.markDirty(this))}updateChildIndices(){let n=this._minInvalidChildIndex;for(;n;)n.index=n.previousSibling?n.previousSibling.index+1:0,n=n.nextSibling;this._minInvalidChildIndex=null}appendChild(n){n.parentNode&&n.parentNode.removeChild(n),this.firstChild==null&&(this.firstChild=n),this.lastChild?(this.lastChild.nextSibling=n,n.index=this.lastChild.index+1,n.previousSibling=this.lastChild):(n.previousSibling=null,n.index=0),n.parentNode=this,n.nextSibling=null,this.lastChild=n,this.ownerDocument.markDirty(this),this.isConnected&&this.ownerDocument.queueUpdate()}insertBefore(n,o){if(o==null)return this.appendChild(n);n.parentNode&&n.parentNode.removeChild(n),n.nextSibling=o,n.previousSibling=o.previousSibling,n.index=o.index-1,this.firstChild===o?this.firstChild=n:o.previousSibling&&(o.previousSibling.nextSibling=n),o.previousSibling=n,n.parentNode=o.parentNode,this.invalidateChildIndices(n),this.isConnected&&this.ownerDocument.queueUpdate()}removeChild(n){n.parentNode===this&&(this._minInvalidChildIndex===n&&(this._minInvalidChildIndex=null),n.nextSibling&&(this.invalidateChildIndices(n.nextSibling),n.nextSibling.previousSibling=n.previousSibling),n.previousSibling&&(n.previousSibling.nextSibling=n.nextSibling),this.firstChild===n&&(this.firstChild=n.nextSibling),this.lastChild===n&&(this.lastChild=n.previousSibling),n.parentNode=null,n.nextSibling=null,n.previousSibling=null,n.index=0,this.ownerDocument.markDirty(n),this.isConnected&&this.ownerDocument.queueUpdate())}addEventListener(){}removeEventListener(){}get previousVisibleSibling(){let n=this.previousSibling;for(;n&&n.isHidden;)n=n.previousSibling;return n}get nextVisibleSibling(){let n=this.nextSibling;for(;n&&n.isHidden;)n=n.nextSibling;return n}get firstVisibleChild(){let n=this.firstChild;for(;n&&n.isHidden;)n=n.nextSibling;return n}get lastVisibleChild(){let n=this.lastChild;for(;n&&n.isHidden;)n=n.previousSibling;return n}constructor(n){this._firstChild=null,this._lastChild=null,this._previousSibling=null,this._nextSibling=null,this._parentNode=null,this._minInvalidChildIndex=null,this.ownerDocument=n}}class xd extends QS{get index(){return this._index}set index(n){this._index=n,this.ownerDocument.markDirty(this)}get level(){var n;return this.parentNode instanceof xd?this.parentNode.level+(((n=this.node)===null||n===void 0?void 0:n.type)==="item"?1:0):0}getMutableNode(){return this.node==null?null:(this.isMutated||(this.node=this.node.clone(),this.isMutated=!0),this.ownerDocument.markDirty(this),this.node)}updateNode(){var n,o,u,d,v,p,g,x;let E=this.nextVisibleSibling,S=this.getMutableNode();if(S!=null){S.index=this.index,S.level=this.level;var C;S.parentKey=this.parentNode instanceof xd&&(C=(n=this.parentNode.node)===null||n===void 0?void 0:n.key)!==null&&C!==void 0?C:null;var T;S.prevKey=(T=(u=this.previousVisibleSibling)===null||u===void 0||(o=u.node)===null||o===void 0?void 0:o.key)!==null&&T!==void 0?T:null;var P;S.nextKey=(P=E==null||(d=E.node)===null||d===void 0?void 0:d.key)!==null&&P!==void 0?P:null,S.hasChildNodes=!!this.firstChild;var N;S.firstChildKey=(N=(p=this.firstVisibleChild)===null||p===void 0||(v=p.node)===null||v===void 0?void 0:v.key)!==null&&N!==void 0?N:null;var L;if(S.lastChildKey=(L=(x=this.lastVisibleChild)===null||x===void 0||(g=x.node)===null||g===void 0?void 0:g.key)!==null&&L!==void 0?L:null,(S.colSpan!=null||S.colIndex!=null)&&E){var A,F;let B=((A=S.colIndex)!==null&&A!==void 0?A:S.index)+((F=S.colSpan)!==null&&F!==void 0?F:1);if(E.node!=null&&B!==E.node.colIndex){let K=E.getMutableNode();K.colIndex=B}}}}setProps(n,o,u,d,v){let p,{value:g,textValue:x,id:E,...S}=n;if(this.node==null?(p=new u(E??`react-aria-${++this.ownerDocument.nodeId}`),this.node=p):p=this.getMutableNode(),S.ref=o,p.props=S,p.rendered=d,p.render=v,p.value=g,p.textValue=x||(typeof S.children=="string"?S.children:"")||n["aria-label"]||"",E!=null&&E!==p.key)throw new Error("Cannot change the id of an item");S.colSpan!=null&&(p.colSpan=S.colSpan),this.isConnected&&this.ownerDocument.queueUpdate()}get style(){let n=this;return{get display(){return n.isHidden?"none":""},set display(o){let u=o==="none";if(n.isHidden!==u){var d,v;(((d=n.parentNode)===null||d===void 0?void 0:d.firstVisibleChild)===n||((v=n.parentNode)===null||v===void 0?void 0:v.lastVisibleChild)===n)&&n.ownerDocument.markDirty(n.parentNode);let p=n.previousVisibleSibling,g=n.nextVisibleSibling;p&&n.ownerDocument.markDirty(p),g&&n.ownerDocument.markDirty(g),n.isHidden=u,n.ownerDocument.markDirty(n)}}}}hasAttribute(){}setAttribute(){}setAttributeNS(){}removeAttribute(){}constructor(n,o){super(o),this.nodeType=8,this.isMutated=!0,this._index=0,this.isHidden=!1,this.node=null}}class AN extends QS{get isConnected(){return!0}createElement(n){return new xd(n,this)}getMutableCollection(){return this.nextCollection||(this.nextCollection=this.collection.clone()),this.nextCollection}markDirty(n){this.dirtyNodes.add(n)}addNode(n){if(n.isHidden||n.node==null)return;let o=this.getMutableCollection();if(!o.getItem(n.node.key))for(let u of n)this.addNode(u);o.addNode(n.node)}removeNode(n){for(let o of n)this.removeNode(o);n.node&&this.getMutableCollection().removeNode(n.node.key)}getCollection(){return this.inSubscription?this.collection.clone():(this.queuedRender=!1,this.updateCollection(),this.collection)}updateCollection(){for(let g of this.dirtyNodes)g instanceof xd&&(!g.isConnected||g.isHidden)?this.removeNode(g):g.updateChildIndices();for(let g of this.dirtyNodes)g instanceof xd?(g.isConnected&&!g.isHidden&&(g.updateNode(),this.addNode(g)),g.node&&this.dirtyNodes.delete(g),g.isMutated=!1):this.dirtyNodes.delete(g);if(this.nextCollection){var n,o,u,d,v,p;this.nextCollection.commit((v=(o=this.firstVisibleChild)===null||o===void 0||(n=o.node)===null||n===void 0?void 0:n.key)!==null&&v!==void 0?v:null,(p=(d=this.lastVisibleChild)===null||d===void 0||(u=d.node)===null||u===void 0?void 0:u.key)!==null&&p!==void 0?p:null,this.isSSR),this.isSSR||(this.collection=this.nextCollection,this.nextCollection=null)}}queueUpdate(){if(!(this.dirtyNodes.size===0||this.queuedRender)){this.queuedRender=!0,this.inSubscription=!0;for(let n of this.subscriptions)n();this.inSubscription=!1}}subscribe(n){return this.subscriptions.add(n),()=>this.subscriptions.delete(n)}resetAfterSSR(){this.isSSR&&(this.isSSR=!1,this.firstChild=null,this.lastChild=null,this.nodeId=0)}constructor(n){super(null),this.nodeType=11,this.ownerDocument=this,this.dirtyNodes=new Set,this.isSSR=!1,this.nodeId=0,this.nodesByProps=new WeakMap,this.nextCollection=null,this.subscriptions=new Set,this.queuedRender=!1,this.inSubscription=!1,this.collection=n,this.nextCollection=n}}function XS(i){let{children:n,items:o,idScope:u,addIdAndValue:d,dependencies:v=[]}=i,p=b.useMemo(()=>new WeakMap,v);return b.useMemo(()=>{if(o&&typeof n=="function"){let E=[];for(let S of o){let C=p.get(S);if(!C){C=n(S);var g,x;let T=(x=(g=C.props.id)!==null&&g!==void 0?g:S.key)!==null&&x!==void 0?x:S.id;if(T==null)throw new Error("Could not determine key for item");u&&(T=u+":"+T),C=b.cloneElement(C,d?{key:T,id:T,value:S}:{key:T}),p.set(S,C)}E.push(C)}return E}else if(typeof n!="function")return n},[n,o,p,u,d])}if(typeof HTMLTemplateElement<"u"){const i=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild").get;Object.defineProperty(HTMLTemplateElement.prototype,"firstChild",{configurable:!0,enumerable:!0,get:function(){return this.dataset.reactAriaHidden?this.content.firstChild:i.call(this)}})}const sg=b.createContext(!1);function ON(i){if(b.useContext(sg))return b.createElement(b.Fragment,null,i.children);let o=b.createElement(sg.Provider,{value:!0},i.children);return b.createElement("template",{"data-react-aria-hidden":!0},o)}function Bp(i){let n=(o,u)=>b.useContext(sg)?null:i(o,u);return n.displayName=i.displayName||i.name,b.forwardRef(n)}function FN(){return b.useContext(sg)}const ZS=b.createContext(!1),Up=b.createContext(null);function cg(i){if(b.useContext(Up))return i.content;let{collection:o,document:u}=BN(i.createCollection);return b.createElement(b.Fragment,null,b.createElement(ON,null,b.createElement(Up.Provider,{value:u},i.content)),b.createElement(RN,{render:i.children,collection:o}))}function RN({collection:i,render:n}){return n(i)}function zN(i,n,o){let u=su(),d=b.useRef(u);d.current=u;let v=b.useCallback(()=>d.current?o():n(),[n,o]);return wN.useSyncExternalStore(i,v)}const IN=typeof b.useSyncExternalStore=="function"?b.useSyncExternalStore:zN;function BN(i){let[n]=b.useState(()=>new AN((i==null?void 0:i())||new MN)),o=b.useCallback(p=>n.subscribe(p),[n]),u=b.useCallback(()=>{let p=n.getCollection();return n.isSSR&&n.resetAfterSSR(),p},[n]),d=b.useCallback(()=>(n.isSSR=!0,n.getCollection()),[n]);return{collection:IN(o,u,d),document:n}}const ox=b.createContext(null);function UN(i){var n;return n=class extends kd{},n.type=i,n}function VN(i,n,o,u,d,v){typeof i=="string"&&(i=UN(i));let p=b.useCallback(x=>{x==null||x.setProps(n,o,i,u,v)},[n,o,u,v,i]),g=b.useContext(ox);if(g){let x=g.ownerDocument.nodesByProps.get(n);return x||(x=g.ownerDocument.createElement(i.type),x.setProps(n,o,i,u,v),g.appendChild(x),g.ownerDocument.updateCollection(),g.ownerDocument.nodesByProps.set(n,x)),d?b.createElement(ox.Provider,{value:x},d):null}return b.createElement(i.type,{ref:p},d)}function lx(i,n){let o=({node:d})=>n(d.props,d.props.ref,d),u=b.forwardRef((d,v)=>{let p=b.useContext(xk);if(!b.useContext(ZS)){if(n.length>=3)throw new Error(n.name+" cannot be rendered outside a collection.");return n(d,v)}return VN(i,d,v,"children"in d?d.children:null,null,x=>b.createElement(xk.Provider,{value:p},b.createElement(o,{node:x})))});return u.displayName=n.name,u}function KN(i){return XS({...i,addIdAndValue:!0})}const JS=b.createContext(null);function e5(i){let n=b.useContext(JS),o=((n==null?void 0:n.dependencies)||[]).concat(i.dependencies),u=i.idScope||(n==null?void 0:n.idScope),d=KN({...i,idScope:u,dependencies:o});return b.useContext(Up)&&(d=b.createElement(jN,null,d)),n=b.useMemo(()=>({dependencies:o,idScope:u}),[u,...o]),b.createElement(JS.Provider,{value:n},d)}function jN({children:i}){let n=b.useContext(Up),o=b.useMemo(()=>b.createElement(Up.Provider,{value:null},b.createElement(ZS.Provider,{value:!0},i)),[i]);return su()?b.createElement(ox.Provider,{value:n},o):od.createPortal(o,n)}const t5=b.createContext(null),HN={CollectionRoot({collection:i,renderDropIndicator:n}){return n5(i,null,n)},CollectionBranch({collection:i,parent:n,renderDropIndicator:o}){return n5(i,n,o)}};function n5(i,n,o){return XS({items:n?i.getChildren(n.key):i,dependencies:[o],children(u){let d=u.render(u);return!o||u.type!=="item"?d:b.createElement(b.Fragment,null,o({type:"item",key:u.key,dropPosition:"before"}),d,WN(i,u,o))}})}function WN(i,n,o){let u=n.key,d=i.getKeyAfter(u),v=d!=null?i.getItem(d):null;for(;v!=null&&v.type!=="item";)d=i.getKeyAfter(v.key),v=d!=null?i.getItem(d):null;let p=n.nextKey!=null?i.getItem(n.nextKey):null;for(;p!=null&&p.type!=="item";)p=p.nextKey!=null?i.getItem(p.nextKey):null;let g=[];if(p==null){let x=n;for(;x&&(!v||x.parentKey!==v.parentKey&&v.level<x.level);){let E=o({type:"item",key:x.key,dropPosition:"after"});b.isValidElement(E)&&g.push(b.cloneElement(E,{key:`${x.key}-after`})),x=x.parentKey!=null?i.getItem(x.parentKey):null}}return g}const Vp=b.createContext(HN);function GN(i){return b.useMemo(()=>i!=null?new Set([i]):null,[i])}const YN=b.createContext(null),qN=b.forwardRef(function(n,o){[n,o]=yn(n,o,YN);let u=n.href&&!n.isDisabled?"a":"span",{linkProps:d,isPressed:v}=UP({...n,elementType:u},o),{hoverProps:p,isHovered:g}=hl(n),{focusProps:x,isFocused:E,isFocusVisible:S}=Io(),C=nn({...n,defaultClassName:"react-aria-Link",values:{isCurrent:!!n["aria-current"],isDisabled:n.isDisabled||!1,isPressed:v,isHovered:g,isFocused:E,isFocusVisible:S}}),T=At(n,{global:!0});return delete T.onClick,b.createElement(u,{ref:o,slot:n.slot||void 0,...Ge(T,C,d,p,x),"data-focused":E||void 0,"data-hovered":g||void 0,"data-pressed":v||void 0,"data-focus-visible":S||void 0,"data-current":!!n["aria-current"]||void 0,"data-disabled":n.isDisabled||void 0},C.children)}),Ps=b.createContext({}),dg=Bp(function(n,o){[n,o]=yn(n,o,Ps);let{elementType:u="label",...d}=n;return b.createElement(u,{className:"react-aria-Label",...d,ref:o})}),QN=b.createContext(null),ca=b.createContext({}),Kp=Bp(function(n,o){[n,o]=yn(n,o,ca);let u=n,{isPending:d}=u,{buttonProps:v,isPressed:p}=c$(n,o);v=XN(v,d);let{focusProps:g,isFocused:x,isFocusVisible:E}=Io(n),{hoverProps:S,isHovered:C}=hl({...n,isDisabled:n.isDisabled||d}),T={isHovered:C,isPressed:(u.isPressed||p)&&!d,isFocused:x,isFocusVisible:E,isDisabled:n.isDisabled||!1,isPending:d??!1},P=nn({...n,values:T,defaultClassName:"react-aria-Button"}),N=Rn(v.id),L=Rn(),A=v["aria-labelledby"];d&&(A?A=`${A} ${L}`:v["aria-label"]&&(A=`${N} ${L}`));let F=b.useRef(d);b.useEffect(()=>{let K={"aria-labelledby":A||N};(!F.current&&x&&d||F.current&&x&&!d)&&fd(K,"assertive"),F.current=d},[d,x,A,N]);let B=At(n,{global:!0});return delete B.onClick,b.createElement("button",{...Ge(B,P,v,g,S),type:v.type==="submit"&&d?"button":v.type,id:N,ref:o,"aria-labelledby":A,slot:n.slot||void 0,"aria-disabled":d?"true":v["aria-disabled"],"data-disabled":n.isDisabled||void 0,"data-pressed":T.isPressed||void 0,"data-hovered":C||void 0,"data-focused":x||void 0,"data-pending":d||void 0,"data-focus-visible":E||void 0},b.createElement(QN.Provider,{value:{id:L}},P.children))});function XN(i,n){if(n){for(const o in i)o.startsWith("on")&&!(o.includes("Focus")||o.includes("Blur"))&&(i[o]=void 0);i.href=void 0,i.target=void 0}return i}const bl=b.createContext({}),ZN=b.forwardRef(function(n,o){[n,o]=yn(n,o,bl);let{elementType:u="span",...d}=n;return b.createElement(u,{className:"react-aria-Text",...d,ref:o})});class ax{*[Symbol.iterator](){yield*this.iterable}get size(){return this._size}getKeys(){return this.keyMap.keys()}getKeyBefore(n){let o=this.keyMap.get(n);var u;return o&&(u=o.prevKey)!==null&&u!==void 0?u:null}getKeyAfter(n){let o=this.keyMap.get(n);var u;return o&&(u=o.nextKey)!==null&&u!==void 0?u:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(n){var o;return(o=this.keyMap.get(n))!==null&&o!==void 0?o:null}at(n){const o=[...this.getKeys()];return this.getItem(o[n])}getChildren(n){let o=this.keyMap.get(n);return(o==null?void 0:o.childNodes)||[]}constructor(n){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.iterable=n;let o=g=>{if(this.keyMap.set(g.key,g),g.childNodes&&g.type==="section")for(let x of g.childNodes)o(x)};for(let g of n)o(g);let u=null,d=0,v=0;for(let[g,x]of this.keyMap)u?(u.nextKey=g,x.prevKey=u.key):(this.firstKey=g,x.prevKey=void 0),x.type==="item"&&(x.index=d++),(x.type==="section"||x.type==="item")&&v++,u=x,u.nextKey=void 0;this._size=v;var p;this.lastKey=(p=u==null?void 0:u.key)!==null&&p!==void 0?p:null}}class Bo extends Set{constructor(n,o,u){super(n),n instanceof Bo?(this.anchorKey=o??n.anchorKey,this.currentKey=u??n.currentKey):(this.anchorKey=o??null,this.currentKey=u??null)}}function JN(i,n){if(i.size!==n.size)return!1;for(let o of i)if(!n.has(o))return!1;return!0}function ux(i){let{selectionMode:n="none",disallowEmptySelection:o=!1,allowDuplicateSelectionEvents:u,selectionBehavior:d="toggle",disabledBehavior:v="all"}=i,p=b.useRef(!1),[,g]=b.useState(!1),x=b.useRef(null),E=b.useRef(null),[,S]=b.useState(null),C=b.useMemo(()=>i5(i.selectedKeys),[i.selectedKeys]),T=b.useMemo(()=>i5(i.defaultSelectedKeys,new Bo),[i.defaultSelectedKeys]),[P,N]=ml(C,T,i.onSelectionChange),L=b.useMemo(()=>i.disabledKeys?new Set(i.disabledKeys):new Set,[i.disabledKeys]),[A,F]=b.useState(d);d==="replace"&&A==="toggle"&&typeof P=="object"&&P.size===0&&F("replace");let B=b.useRef(d);return b.useEffect(()=>{d!==B.current&&(F(d),B.current=d)},[d]),{selectionMode:n,disallowEmptySelection:o,selectionBehavior:A,setSelectionBehavior:F,get isFocused(){return p.current},setFocused(K){p.current=K,g(K)},get focusedKey(){return x.current},get childFocusStrategy(){return E.current},setFocusedKey(K,j="first"){x.current=K,E.current=j,S(K)},selectedKeys:P,setSelectedKeys(K){(u||!JN(K,P))&&N(K)},disabledKeys:L,disabledBehavior:v}}function i5(i,n){return i?i==="all"?"all":new Bo(i):n}class jp{get selectionMode(){return this.state.selectionMode}get disallowEmptySelection(){return this.state.disallowEmptySelection}get selectionBehavior(){return this.state.selectionBehavior}setSelectionBehavior(n){this.state.setSelectionBehavior(n)}get isFocused(){return this.state.isFocused}setFocused(n){this.state.setFocused(n)}get focusedKey(){return this.state.focusedKey}get childFocusStrategy(){return this.state.childFocusStrategy}setFocusedKey(n,o){(n==null||this.collection.getItem(n))&&this.state.setFocusedKey(n,o)}get selectedKeys(){return this.state.selectedKeys==="all"?new Set(this.getSelectAllKeys()):this.state.selectedKeys}get rawSelection(){return this.state.selectedKeys}isSelected(n){if(this.state.selectionMode==="none")return!1;let o=this.getKey(n);return o==null?!1:this.state.selectedKeys==="all"?this.canSelectItem(o):this.state.selectedKeys.has(o)}get isEmpty(){return this.state.selectedKeys!=="all"&&this.state.selectedKeys.size===0}get isSelectAll(){if(this.isEmpty)return!1;if(this.state.selectedKeys==="all")return!0;if(this._isSelectAll!=null)return this._isSelectAll;let n=this.getSelectAllKeys(),o=this.state.selectedKeys;return this._isSelectAll=n.every(u=>o.has(u)),this._isSelectAll}get firstSelectedKey(){let n=null;for(let u of this.state.selectedKeys){let d=this.collection.getItem(u);(!n||d&&Qk(this.collection,d,n)<0)&&(n=d)}var o;return(o=n==null?void 0:n.key)!==null&&o!==void 0?o:null}get lastSelectedKey(){let n=null;for(let u of this.state.selectedKeys){let d=this.collection.getItem(u);(!n||d&&Qk(this.collection,d,n)>0)&&(n=d)}var o;return(o=n==null?void 0:n.key)!==null&&o!==void 0?o:null}get disabledKeys(){return this.state.disabledKeys}get disabledBehavior(){return this.state.disabledBehavior}extendSelection(n){if(this.selectionMode==="none")return;if(this.selectionMode==="single"){this.replaceSelection(n);return}let o=this.getKey(n);if(o==null)return;let u;if(this.state.selectedKeys==="all")u=new Bo([o],o,o);else{let p=this.state.selectedKeys;var d;let g=(d=p.anchorKey)!==null&&d!==void 0?d:o;u=new Bo(p,g,o);var v;for(let x of this.getKeyRange(g,(v=p.currentKey)!==null&&v!==void 0?v:o))u.delete(x);for(let x of this.getKeyRange(o,g))this.canSelectItem(x)&&u.add(x)}this.state.setSelectedKeys(u)}getKeyRange(n,o){let u=this.collection.getItem(n),d=this.collection.getItem(o);return u&&d?Qk(this.collection,u,d)<=0?this.getKeyRangeInternal(n,o):this.getKeyRangeInternal(o,n):[]}getKeyRangeInternal(n,o){var u;if(!((u=this.layoutDelegate)===null||u===void 0)&&u.getKeyRange)return this.layoutDelegate.getKeyRange(n,o);let d=[],v=n;for(;v!=null;){let p=this.collection.getItem(v);if(p&&(p.type==="item"||p.type==="cell"&&this.allowsCellSelection)&&d.push(v),v===o)return d;v=this.collection.getKeyAfter(v)}return[]}getKey(n){let o=this.collection.getItem(n);if(!o||o.type==="cell"&&this.allowsCellSelection)return n;for(;o&&o.type!=="item"&&o.parentKey!=null;)o=this.collection.getItem(o.parentKey);return!o||o.type!=="item"?null:o.key}toggleSelection(n){if(this.selectionMode==="none")return;if(this.selectionMode==="single"&&!this.isSelected(n)){this.replaceSelection(n);return}let o=this.getKey(n);if(o==null)return;let u=new Bo(this.state.selectedKeys==="all"?this.getSelectAllKeys():this.state.selectedKeys);u.has(o)?u.delete(o):this.canSelectItem(o)&&(u.add(o),u.anchorKey=o,u.currentKey=o),!(this.disallowEmptySelection&&u.size===0)&&this.state.setSelectedKeys(u)}replaceSelection(n){if(this.selectionMode==="none")return;let o=this.getKey(n);if(o==null)return;let u=this.canSelectItem(o)?new Bo([o],o,o):new Bo;this.state.setSelectedKeys(u)}setSelectedKeys(n){if(this.selectionMode==="none")return;let o=new Bo;for(let u of n){let d=this.getKey(u);if(d!=null&&(o.add(d),this.selectionMode==="single"))break}this.state.setSelectedKeys(o)}getSelectAllKeys(){let n=[],o=u=>{for(;u!=null;){if(this.canSelectItem(u)){var d;let p=this.collection.getItem(u);(p==null?void 0:p.type)==="item"&&n.push(u);var v;p!=null&&p.hasChildNodes&&(this.allowsCellSelection||p.type!=="item")&&o((v=(d=dN(ug(p,this.collection)))===null||d===void 0?void 0:d.key)!==null&&v!==void 0?v:null)}u=this.collection.getKeyAfter(u)}};return o(this.collection.getFirstKey()),n}selectAll(){!this.isSelectAll&&this.selectionMode==="multiple"&&this.state.setSelectedKeys("all")}clearSelection(){!this.disallowEmptySelection&&(this.state.selectedKeys==="all"||this.state.selectedKeys.size>0)&&this.state.setSelectedKeys(new Bo)}toggleSelectAll(){this.isSelectAll?this.clearSelection():this.selectAll()}select(n,o){this.selectionMode!=="none"&&(this.selectionMode==="single"?this.isSelected(n)&&!this.disallowEmptySelection?this.toggleSelection(n):this.replaceSelection(n):this.selectionBehavior==="toggle"||o&&(o.pointerType==="touch"||o.pointerType==="virtual")?this.toggleSelection(n):this.replaceSelection(n))}isSelectionEqual(n){if(n===this.state.selectedKeys)return!0;let o=this.selectedKeys;if(n.size!==o.size)return!1;for(let u of n)if(!o.has(u))return!1;for(let u of o)if(!n.has(u))return!1;return!0}canSelectItem(n){var o;if(this.state.selectionMode==="none"||this.state.disabledKeys.has(n))return!1;let u=this.collection.getItem(n);return!(!u||!(u==null||(o=u.props)===null||o===void 0)&&o.isDisabled||u.type==="cell"&&!this.allowsCellSelection)}isDisabled(n){var o,u;return this.state.disabledBehavior==="all"&&(this.state.disabledKeys.has(n)||!!(!((u=this.collection.getItem(n))===null||u===void 0||(o=u.props)===null||o===void 0)&&o.isDisabled))}isLink(n){var o,u;return!!(!((u=this.collection.getItem(n))===null||u===void 0||(o=u.props)===null||o===void 0)&&o.href)}getItemProps(n){var o;return(o=this.collection.getItem(n))===null||o===void 0?void 0:o.props}withCollection(n){return new jp(n,this.state,{allowsCellSelection:this.allowsCellSelection,layoutDelegate:this.layoutDelegate||void 0})}constructor(n,o,u){this.collection=n,this.state=o;var d;this.allowsCellSelection=(d=u==null?void 0:u.allowsCellSelection)!==null&&d!==void 0?d:!1,this._isSelectAll=null,this.layoutDelegate=(u==null?void 0:u.layoutDelegate)||null}}function sx(i){let{filter:n,layoutDelegate:o}=i,u=ux(i),d=b.useMemo(()=>i.disabledKeys?new Set(i.disabledKeys):new Set,[i.disabledKeys]),v=b.useCallback(E=>n?new ax(n(E)):new ax(E),[n]),p=b.useMemo(()=>({suppressTextValueWarning:i.suppressTextValueWarning}),[i.suppressTextValueWarning]),g=oS(i,v,p),x=b.useMemo(()=>new jp(g,u,{layoutDelegate:o}),[g,u,o]);return r5(g,x),{collection:g,disabledKeys:d,selectionManager:x}}function eL(i,n){let o=b.useMemo(()=>n?i.collection.filter(n):i.collection,[i.collection,n]),u=i.selectionManager.withCollection(o);return r5(o,u),{collection:o,selectionManager:u,disabledKeys:i.disabledKeys}}function r5(i,n){const o=b.useRef(null);b.useEffect(()=>{if(n.focusedKey!=null&&!i.getItem(n.focusedKey)&&o.current){const S=o.current.getItem(n.focusedKey),C=[...o.current.getKeys()].map(F=>{const B=o.current.getItem(F);return(B==null?void 0:B.type)==="item"?B:null}).filter(F=>F!==null),T=[...i.getKeys()].map(F=>{const B=i.getItem(F);return(B==null?void 0:B.type)==="item"?B:null}).filter(F=>F!==null);var u,d;const P=((u=C==null?void 0:C.length)!==null&&u!==void 0?u:0)-((d=T==null?void 0:T.length)!==null&&d!==void 0?d:0);var v,p,g;let N=Math.min(P>1?Math.max(((v=S==null?void 0:S.index)!==null&&v!==void 0?v:0)-P+1,0):(p=S==null?void 0:S.index)!==null&&p!==void 0?p:0,((g=T==null?void 0:T.length)!==null&&g!==void 0?g:0)-1),L=null,A=!1;for(;N>=0;){if(!n.isDisabled(T[N].key)){L=T[N];break}if(N<T.length-1&&!A)N++;else{A=!0;var x,E;N>((x=S==null?void 0:S.index)!==null&&x!==void 0?x:0)&&(N=(E=S==null?void 0:S.index)!==null&&E!==void 0?E:0),N--}}n.setFocusedKey(L?L.key:null)}o.current=i},[i,n])}function tL(i){var n;let[o,u]=ml(i.selectedKey,(n=i.defaultSelectedKey)!==null&&n!==void 0?n:null,i.onSelectionChange),d=b.useMemo(()=>o!=null?[o]:[],[o]),{collection:v,disabledKeys:p,selectionManager:g}=sx({...i,selectionMode:"single",disallowEmptySelection:!0,allowDuplicateSelectionEvents:!0,selectedKeys:d,onSelectionChange:E=>{if(E==="all")return;var S;let C=(S=E.values().next().value)!==null&&S!==void 0?S:null;C===o&&i.onSelectionChange&&i.onSelectionChange(C),u(C)}}),x=o!=null?v.getItem(o):null;return{collection:v,disabledKeys:p,selectionManager:g,selectedKey:o,setSelectedKey:u,selectedItem:x}}function Hp(i){let[n,o]=ml(i.isOpen,i.defaultOpen||!1,i.onOpenChange);const u=b.useCallback(()=>{o(!0)},[o]),d=b.useCallback(()=>{o(!1)},[o]),v=b.useCallback(()=>{o(!n)},[o,n]);return{isOpen:n,setOpen:o,open:u,close:d,toggle:v}}function nL(i){var n;let{defaultFilter:o,menuTrigger:u="input",allowsEmptyCollection:d=!1,allowsCustomValue:v,shouldCloseOnBlur:p=!0}=i,[g,x]=b.useState(!1),[E,S]=b.useState(!1),[C,T]=b.useState(null),P=at=>{i.onSelectionChange&&i.onSelectionChange(at),at===F&&(_e(),z())};var N;let{collection:L,selectionManager:A,selectedKey:F,setSelectedKey:B,selectedItem:K,disabledKeys:j}=tL({...i,onSelectionChange:P,items:(N=i.items)!==null&&N!==void 0?N:i.defaultItems}),[U,G]=ml(i.inputValue,l5(i.defaultInputValue,F,L)||"",i.onInputChange),[Z]=b.useState(F),[ke]=b.useState(U),pe=L,fe=b.useMemo(()=>i.items!=null||!o?L:iL(L,U,o),[L,U,o,i.items]),[R,de]=b.useState(fe),re=b.useRef("focus"),be=Hp({...i,onOpenChange:at=>{i.onOpenChange&&i.onOpenChange(at,at?re.current:void 0),A.setFocused(at),at||A.setFocusedKey(null)},isOpen:void 0,defaultOpen:void 0}),V=(at=null,kt)=>{let Tt=kt==="manual"||kt==="focus"&&u==="focus";(d||fe.size>0||Tt&&pe.size>0||i.items)&&(Tt&&!be.isOpen&&i.items===void 0&&x(!0),re.current=kt,T(at),be.open())},J=(at=null,kt)=>{let Tt=kt==="manual"||kt==="focus"&&u==="focus";!(d||fe.size>0||Tt&&pe.size>0||i.items)&&!be.isOpen||(Tt&&!be.isOpen&&i.items===void 0&&x(!0),be.isOpen||(re.current=kt),H(at))},X=b.useCallback(()=>{de(g?pe:fe)},[g,pe,fe]),H=b.useCallback((at=null)=>{be.isOpen&&X(),T(at),be.toggle()},[be,X]),z=b.useCallback(()=>{be.isOpen&&(X(),be.close())},[be,X]),[he,ge]=b.useState(U),_e=()=>{var at,kt;let Tt=F!=null&&(kt=(at=L.getItem(F))===null||at===void 0?void 0:at.textValue)!==null&&kt!==void 0?kt:"";ge(Tt),G(Tt)};var $e,Me;let De=b.useRef((Me=($e=i.selectedKey)!==null&&$e!==void 0?$e:i.defaultSelectedKey)!==null&&Me!==void 0?Me:null);var Fe;let Be=b.useRef(F!=null&&(Fe=(n=L.getItem(F))===null||n===void 0?void 0:n.textValue)!==null&&Fe!==void 0?Fe:"");b.useEffect(()=>{var at;E&&(fe.size>0||d)&&!be.isOpen&&U!==he&&u!=="manual"&&V(null,"input"),!g&&!d&&be.isOpen&&fe.size===0&&z(),F!=null&&F!==De.current&&z(),U!==he&&(A.setFocusedKey(null),x(!1),U===""&&(i.inputValue===void 0||i.selectedKey===void 0)&&B(null)),F!==De.current&&(i.inputValue===void 0||i.selectedKey===void 0)?_e():he!==U&&ge(U);var kt;let Tt=F!=null&&(kt=(at=L.getItem(F))===null||at===void 0?void 0:at.textValue)!==null&&kt!==void 0?kt:"";!E&&F!=null&&i.inputValue===void 0&&F===De.current&&Be.current!==Tt&&(ge(Tt),G(Tt)),De.current=F,Be.current=Tt});let Ye=md({...i,value:b.useMemo(()=>({inputValue:U,selectedKey:F}),[U,F])}),ht=()=>{v&&F==null?Pe():ee()},Pe=()=>{De.current=null,B(null),z()},ee=()=>{if(i.selectedKey!==void 0&&i.inputValue!==void 0){var at,kt;(at=i.onSelectionChange)===null||at===void 0||at.call(i,F);var Tt;let Qr=F!=null&&(Tt=(kt=L.getItem(F))===null||kt===void 0?void 0:kt.textValue)!==null&&Tt!==void 0?Tt:"";ge(Qr),z()}else _e(),z()};const qe=()=>{if(v){var at,kt;const Tt=F!=null&&(kt=(at=L.getItem(F))===null||at===void 0?void 0:at.textValue)!==null&&kt!==void 0?kt:"";U===Tt?ee():Pe()}else ee()};let yt=()=>{be.isOpen&&A.focusedKey!=null?F===A.focusedKey?ee():B(A.focusedKey):qe()},Rt=b.useRef(U),In=at=>{at?(Rt.current=U,u==="focus"&&!i.isReadOnly&&V(null,"focus")):(p&&qe(),U!==Rt.current&&Ye.commitValidation()),S(at)},ft=b.useMemo(()=>be.isOpen?g?pe:fe:R,[be.isOpen,pe,fe,g,R]);var ei;let Ki=(ei=i.defaultSelectedKey)!==null&&ei!==void 0?ei:Z;var Yn;return{...Ye,...be,focusStrategy:C,toggle:J,open:V,close:qe,selectionManager:A,selectedKey:F,defaultSelectedKey:Ki,setSelectedKey:B,disabledKeys:j,isFocused:E,setFocused:In,selectedItem:K,collection:ft,inputValue:U,defaultInputValue:(Yn=l5(i.defaultInputValue,Ki,L))!==null&&Yn!==void 0?Yn:ke,setInputValue:G,commit:yt,revert:ht}}function iL(i,n,o){return new ax(o5(i,i,n,o))}function o5(i,n,o,u){let d=[];for(let v of n)if(v.type==="section"&&v.hasChildNodes){let p=o5(i,ug(v,i),o,u);[...p].some(g=>g.type==="item")&&d.push({...v,childNodes:p})}else v.type==="item"&&u(v.textValue,o)?d.push({...v}):v.type!=="item"&&d.push({...v});return d}function l5(i,n,o){if(i==null){var u,d;if(n!=null)return(d=(u=o.getItem(n))===null||u===void 0?void 0:u.textValue)!==null&&d!==void 0?d:""}return i}function rL(i){let[n,o]=ml(i.isExpanded,i.defaultExpanded||!1,i.onExpandedChange);const u=b.useCallback(()=>{o(!0)},[o]),d=b.useCallback(()=>{o(!1)},[o]),v=b.useCallback(()=>{o(!n)},[o,n]);return{isExpanded:n,setExpanded:o,expand:u,collapse:d,toggle:v}}function cx(i){let n=Hp(i),[o,u]=b.useState(null),[d,v]=b.useState([]),p=()=>{v([]),n.close()};return{focusStrategy:o,...n,open(E=null){u(E),n.open()},toggle(E=null){u(E),n.toggle()},close(){p()},expandedKeysStack:d,openSubmenu:(E,S)=>{v(C=>S>C.length?C:[...C.slice(0,S),E])},closeSubmenu:(E,S)=>{v(C=>C[S]===E?C.slice(0,S):C)}}}function oL(i){let{selectionMode:n="single"}=i,o=Hp(i),[u,d]=b.useState(null),v=b.useMemo(()=>{var j;return i.defaultValue!==void 0?i.defaultValue:n==="single"?(j=i.defaultSelectedKey)!==null&&j!==void 0?j:null:[]},[i.defaultValue,i.defaultSelectedKey,n]),p=b.useMemo(()=>i.value!==void 0?i.value:n==="single"?i.selectedKey:void 0,[i.value,i.selectedKey,n]),[g,x]=ml(p,v,i.onChange),E=n==="single"&&Array.isArray(g)?g[0]:g,S=j=>{if(n==="single"){var U,G;let Z=Array.isArray(j)?(G=j[0])!==null&&G!==void 0?G:null:j;x(Z),Z!==E&&((U=i.onSelectionChange)===null||U===void 0||U.call(i,Z))}else{let Z=[];Array.isArray(j)?Z=j:j!=null&&(Z=[j]),x(Z)}},C=sx({...i,selectionMode:n,disallowEmptySelection:n==="single",allowDuplicateSelectionEvents:!0,selectedKeys:b.useMemo(()=>lL(E),[E]),onSelectionChange:j=>{if(j!=="all"){if(n==="single"){var U;let G=(U=j.values().next().value)!==null&&U!==void 0?U:null;S(G),o.close()}else S([...j]);N.commitValidation()}}}),T=C.selectionManager.firstSelectedKey,P=b.useMemo(()=>[...C.selectionManager.selectedKeys].map(j=>C.collection.getItem(j)).filter(j=>j!=null),[C.selectionManager.selectedKeys,C.collection]),N=md({...i,value:Array.isArray(E)&&E.length===0?null:E}),[L,A]=b.useState(!1),[F]=b.useState(E);var B,K;return{...N,...C,...o,value:E,defaultValue:v??F,setValue:S,selectedKey:T,setSelectedKey:S,selectedItem:(B=P[0])!==null&&B!==void 0?B:null,selectedItems:P,defaultSelectedKey:(K=i.defaultSelectedKey)!==null&&K!==void 0?K:i.selectionMode==="single"?F:null,focusStrategy:u,open(j=null){C.collection.size!==0&&(d(j),o.open())},toggle(j=null){C.collection.size!==0&&(d(j),o.toggle())},isFocused:L,setFocused:A}}function lL(i){if(i!==void 0)return i===null?[]:Array.isArray(i)?i:[i]}class aL{*[Symbol.iterator](){yield*this.iterable}get size(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}getKeyBefore(n){let o=this.keyMap.get(n);var u;return o&&(u=o.prevKey)!==null&&u!==void 0?u:null}getKeyAfter(n){let o=this.keyMap.get(n);var u;return o&&(u=o.nextKey)!==null&&u!==void 0?u:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(n){var o;return(o=this.keyMap.get(n))!==null&&o!==void 0?o:null}at(n){const o=[...this.getKeys()];return this.getItem(o[n])}constructor(n,{expandedKeys:o}={}){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.iterable=n,o=o||new Set;let u=g=>{if(this.keyMap.set(g.key,g),g.childNodes&&(g.type==="section"||o.has(g.key)))for(let x of g.childNodes)u(x)};for(let g of n)u(g);let d=null,v=0;for(let[g,x]of this.keyMap)d?(d.nextKey=g,x.prevKey=d.key):(this.firstKey=g,x.prevKey=void 0),x.type==="item"&&(x.index=v++),d=x,d.nextKey=void 0;var p;this.lastKey=(p=d==null?void 0:d.key)!==null&&p!==void 0?p:null}}function uL(i){let{onExpandedChange:n}=i,[o,u]=ml(i.expandedKeys?new Set(i.expandedKeys):void 0,i.defaultExpandedKeys?new Set(i.defaultExpandedKeys):new Set,n),d=ux(i),v=b.useMemo(()=>i.disabledKeys?new Set(i.disabledKeys):new Set,[i.disabledKeys]),p=oS(i,b.useCallback(x=>new aL(x,{expandedKeys:o}),[o]),null);return b.useEffect(()=>{d.focusedKey!=null&&!p.getItem(d.focusedKey)&&d.setFocusedKey(null)},[p,d.focusedKey]),{collection:p,expandedKeys:o,disabledKeys:v,toggleKey:x=>{u(sL(o,x))},setExpandedKeys:u,selectionManager:new jp(p,d)}}function sL(i,n){let o=new Set(i);return o.has(n)?o.delete(n):o.add(n),o}const _d=b.createContext(null),cL=b.forwardRef(function(n,o){let u=b.useContext(_d);return u!=null&&u.isInvalid?b.createElement(dL,{...n,ref:o}):null}),dL=b.forwardRef((i,n)=>{let o=b.useContext(_d),u=At(i,{global:!0}),d=nn({...i,defaultClassName:"react-aria-FieldError",defaultChildren:o.validationErrors.length===0?void 0:o.validationErrors.join(" "),values:o});return d.children==null?null:b.createElement(ZN,{slot:"errorMessage",...u,...d,ref:n})}),Wp=b.createContext(null),fL=b.createContext(null),pL=b.forwardRef(function(n,o){let{inputRef:u=null,...d}=n;[n,o]=yn(d,o,PN);let{validationBehavior:v}=yu(Wp)||{};var p,g;let x=(g=(p=n.validationBehavior)!==null&&p!==void 0?p:v)!==null&&g!==void 0?g:"native",E=b.useContext(fL),S=pu(b.useMemo(()=>$h(u,n.inputRef!==void 0?n.inputRef:null),[u,n.inputRef])),{labelProps:C,inputProps:T,isSelected:P,isDisabled:N,isReadOnly:L,isPressed:A,isInvalid:F}=E?$$({...bd(n),value:n.value,children:typeof n.children=="function"?!0:n.children},E,S):YE({...bd(n),children:typeof n.children=="function"?!0:n.children,validationBehavior:x},XE(n),S),{isFocused:B,isFocusVisible:K,focusProps:j}=Io(),U=N||L,{hoverProps:G,isHovered:Z}=hl({...n,isDisabled:U}),ke=nn({...n,defaultClassName:"react-aria-Checkbox",values:{isSelected:P,isIndeterminate:n.isIndeterminate||!1,isPressed:A,isHovered:Z,isFocused:B,isFocusVisible:K,isDisabled:N,isReadOnly:L,isInvalid:F,isRequired:n.isRequired||!1}}),pe=At(n,{global:!0});return delete pe.id,delete pe.onClick,b.createElement("label",{...Ge(pe,C,G,ke),ref:o,slot:n.slot||void 0,"data-selected":P||void 0,"data-indeterminate":n.isIndeterminate||void 0,"data-pressed":A||void 0,"data-hovered":Z||void 0,"data-focused":B||void 0,"data-focus-visible":K||void 0,"data-disabled":N||void 0,"data-readonly":L||void 0,"data-invalid":F||void 0,"data-required":n.isRequired||void 0},b.createElement(eC,{elementType:"span"},b.createElement("input",{...Ge(T,j),ref:S})),ke.children)}),Gp=b.createContext({}),dx=b.forwardRef(function(n,o){[n,o]=yn(n,o,Gp);let{isDisabled:u,isInvalid:d,isReadOnly:v,onHoverStart:p,onHoverChange:g,onHoverEnd:x,...E}=n,{hoverProps:S,isHovered:C}=hl({onHoverStart:p,onHoverChange:g,onHoverEnd:x,isDisabled:u}),{isFocused:T,isFocusVisible:P,focusProps:N}=Io({within:!0});u??(u=!!n["aria-disabled"]&&n["aria-disabled"]!=="false"),d??(d=!!n["aria-invalid"]&&n["aria-invalid"]!=="false");let L=nn({...n,values:{isHovered:C,isFocusWithin:T,isFocusVisible:P,isDisabled:u,isInvalid:d},defaultClassName:"react-aria-Group"});var A,F;return b.createElement("div",{...Ge(E,N,S),...L,ref:o,role:(A=n.role)!==null&&A!==void 0?A:"group",slot:(F=n.slot)!==null&&F!==void 0?F:void 0,"data-focus-within":T||void 0,"data-hovered":C||void 0,"data-focus-visible":P||void 0,"data-disabled":u||void 0,"data-invalid":d||void 0,"data-readonly":v||void 0},L.children)}),Yp=b.createContext({});let vL=i=>{let{onHoverStart:n,onHoverChange:o,onHoverEnd:u,...d}=i;return d};const a5=Bp(function(n,o){[n,o]=yn(n,o,Yp);let{hoverProps:u,isHovered:d}=hl(n),{isFocused:v,isFocusVisible:p,focusProps:g}=Io({isTextInput:!0,autoFocus:n.autoFocus}),x=!!n["aria-invalid"]&&n["aria-invalid"]!=="false",E=nn({...n,values:{isHovered:d,isFocused:v,isFocusVisible:p,isDisabled:n.disabled||!1,isInvalid:x},defaultClassName:"react-aria-Input"});return b.createElement("input",{...Ge(vL(n),g,u),...E,ref:o,"data-focused":v||void 0,"data-disabled":n.disabled||void 0,"data-hovered":d||void 0,"data-focus-visible":p||void 0,"data-invalid":x||void 0})});var u5={};u5={colorSwatchPicker:"تغييرات الألوان",dropzoneLabel:"DropZone",selectPlaceholder:"حدد عنصرًا",tableResizer:"أداة تغيير الحجم"};var s5={};s5={colorSwatchPicker:"Цветови мостри",dropzoneLabel:"DropZone",selectPlaceholder:"Изберете предмет",tableResizer:"Преоразмерител"};var c5={};c5={colorSwatchPicker:"Vzorky barev",dropzoneLabel:"Místo pro přetažení",selectPlaceholder:"Vyberte položku",tableResizer:"Změna velikosti"};var d5={};d5={colorSwatchPicker:"Farveprøver",dropzoneLabel:"DropZone",selectPlaceholder:"Vælg et element",tableResizer:"Størrelsesændring"};var f5={};f5={colorSwatchPicker:"Farbfelder",dropzoneLabel:"Ablegebereich",selectPlaceholder:"Element wählen",tableResizer:"Größenanpassung"};var p5={};p5={colorSwatchPicker:"Χρωματικά δείγματα",dropzoneLabel:"DropZone",selectPlaceholder:"Επιλέξτε ένα αντικείμενο",tableResizer:"Αλλαγή μεγέθους"};var v5={};v5={selectPlaceholder:"Select an item",tableResizer:"Resizer",dropzoneLabel:"DropZone",colorSwatchPicker:"Color swatches"};var m5={};m5={colorSwatchPicker:"Muestras de colores",dropzoneLabel:"DropZone",selectPlaceholder:"Seleccionar un artículo",tableResizer:"Cambiador de tamaño"};var h5={};h5={colorSwatchPicker:"Värvinäidised",dropzoneLabel:"DropZone",selectPlaceholder:"Valige üksus",tableResizer:"Suuruse muutja"};var g5={};g5={colorSwatchPicker:"Värimallit",dropzoneLabel:"DropZone",selectPlaceholder:"Valitse kohde",tableResizer:"Koon muuttaja"};var y5={};y5={colorSwatchPicker:"Échantillons de couleurs",dropzoneLabel:"DropZone",selectPlaceholder:"Sélectionner un élément",tableResizer:"Redimensionneur"};var b5={};b5={colorSwatchPicker:"דוגמיות צבע",dropzoneLabel:"DropZone",selectPlaceholder:"בחר פריט",tableResizer:"שינוי גודל"};var k5={};k5={colorSwatchPicker:"Uzorci boja",dropzoneLabel:"Zona spuštanja",selectPlaceholder:"Odaberite stavku",tableResizer:"Promjena veličine"};var x5={};x5={colorSwatchPicker:"Színtárak",dropzoneLabel:"DropZone",selectPlaceholder:"Válasszon ki egy elemet",tableResizer:"Átméretező"};var _5={};_5={colorSwatchPicker:"Campioni di colore",dropzoneLabel:"Zona di rilascio",selectPlaceholder:"Seleziona un elemento",tableResizer:"Ridimensionamento"};var E5={};E5={colorSwatchPicker:"カラースウォッチ",dropzoneLabel:"ドロップゾーン",selectPlaceholder:"項目を選択",tableResizer:"サイズ変更ツール"};var C5={};C5={colorSwatchPicker:"색상 견본",dropzoneLabel:"드롭 영역",selectPlaceholder:"항목 선택",tableResizer:"크기 조정기"};var w5={};w5={colorSwatchPicker:"Spalvų pavyzdžiai",dropzoneLabel:"„DropZone“",selectPlaceholder:"Pasirinkite elementą",tableResizer:"Dydžio keitiklis"};var S5={};S5={colorSwatchPicker:"Krāsu paraugi",dropzoneLabel:"DropZone",selectPlaceholder:"Izvēlēties vienumu",tableResizer:"Izmēra mainītājs"};var T5={};T5={colorSwatchPicker:"Fargekart",dropzoneLabel:"Droppsone",selectPlaceholder:"Velg et element",tableResizer:"Størrelsesendrer"};var D5={};D5={colorSwatchPicker:"kleurstalen",dropzoneLabel:"DropZone",selectPlaceholder:"Selecteer een item",tableResizer:"Resizer"};var P5={};P5={colorSwatchPicker:"Próbki kolorów",dropzoneLabel:"Strefa upuszczania",selectPlaceholder:"Wybierz element",tableResizer:"Zmiana rozmiaru"};var $5={};$5={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var N5={};N5={colorSwatchPicker:"Amostras de cores",dropzoneLabel:"DropZone",selectPlaceholder:"Selecione um item",tableResizer:"Redimensionador"};var L5={};L5={colorSwatchPicker:"Specimene de culoare",dropzoneLabel:"Zonă de plasare",selectPlaceholder:"Selectați un element",tableResizer:"Instrument de redimensionare"};var M5={};M5={colorSwatchPicker:"Цветовые образцы",dropzoneLabel:"DropZone",selectPlaceholder:"Выберите элемент",tableResizer:"Средство изменения размера"};var A5={};A5={colorSwatchPicker:"Vzorkovníky farieb",dropzoneLabel:"DropZone",selectPlaceholder:"Vyberte položku",tableResizer:"Nástroj na zmenu veľkosti"};var O5={};O5={colorSwatchPicker:"Barvne palete",dropzoneLabel:"DropZone",selectPlaceholder:"Izberite element",tableResizer:"Spreminjanje velikosti"};var F5={};F5={colorSwatchPicker:"Uzorci boje",dropzoneLabel:"DropZone",selectPlaceholder:"Izaberite stavku",tableResizer:"Promena veličine"};var R5={};R5={colorSwatchPicker:"Färgrutor",dropzoneLabel:"DropZone",selectPlaceholder:"Välj en artikel",tableResizer:"Storleksändrare"};var z5={};z5={colorSwatchPicker:"Renk örnekleri",dropzoneLabel:"Bırakma Bölgesi",selectPlaceholder:"Bir öğe seçin",tableResizer:"Yeniden boyutlandırıcı"};var I5={};I5={colorSwatchPicker:"Зразки кольорів",dropzoneLabel:"DropZone",selectPlaceholder:"Виберіть елемент",tableResizer:"Засіб змінення розміру"};var B5={};B5={colorSwatchPicker:"颜色色板",dropzoneLabel:"放置区域",selectPlaceholder:"选择一个项目",tableResizer:"尺寸调整器"};var U5={};U5={colorSwatchPicker:"色票",dropzoneLabel:"放置區",selectPlaceholder:"選取項目",tableResizer:"大小調整器"};var V5={};V5={"ar-AE":u5,"bg-BG":s5,"cs-CZ":c5,"da-DK":d5,"de-DE":f5,"el-GR":p5,"en-US":v5,"es-ES":m5,"et-EE":h5,"fi-FI":g5,"fr-FR":y5,"he-IL":b5,"hr-HR":k5,"hu-HU":x5,"it-IT":_5,"ja-JP":E5,"ko-KR":C5,"lt-LT":w5,"lv-LV":S5,"nb-NO":T5,"nl-NL":D5,"pl-PL":P5,"pt-BR":$5,"pt-PT":N5,"ro-RO":L5,"ru-RU":M5,"sk-SK":A5,"sl-SI":O5,"sr-SP":F5,"sv-SE":R5,"tr-TR":z5,"uk-UA":I5,"zh-CN":B5,"zh-TW":U5};const fg=b.createContext({}),K5=b.createContext(null),mL=b.forwardRef(function(n,o){let{render:u}=b.useContext(K5);return b.createElement(b.Fragment,null,u(n,o))});function j5(i,n){var o;let u=i==null?void 0:i.renderDropIndicator,d=i==null||(o=i.isVirtualDragging)===null||o===void 0?void 0:o.call(i),v=b.useCallback(p=>{if(d||n!=null&&n.isDropTarget(p))return u?u(p):b.createElement(mL,{target:p})},[n==null?void 0:n.target,d,u]);return i!=null&&i.useDropIndicator?v:void 0}function hL(i,n,o){var u,d;let v=i.focusedKey,p=null;if(!(n==null||(u=n.isVirtualDragging)===null||u===void 0)&&u.call(n)&&(o==null||(d=o.target)===null||d===void 0?void 0:d.type)==="item"&&(p=o.target.key,o.target.dropPosition==="after")){let C=o.collection.getKeyAfter(p),T=null;if(C!=null){var g,x;let P=(x=(g=o.collection.getItem(p))===null||g===void 0?void 0:g.level)!==null&&x!==void 0?x:0;for(;C;){let N=o.collection.getItem(C);if(!N)break;if(N.type!=="item"){C=o.collection.getKeyAfter(C);continue}var E;if(((E=N.level)!==null&&E!==void 0?E:0)<=P)break;T=C,C=o.collection.getKeyAfter(C)}}var S;p=(S=C??T)!==null&&S!==void 0?S:p}return b.useMemo(()=>new Set([v,p].filter(C=>C!=null)),[v,p])}const H5=b.createContext({}),gL=b.createContext(null);function W5(i){let n=b.useRef({});return b.createElement(gL.Provider,{value:n},i.children)}const G5=b.createContext({isSelected:!1}),Y5=b.createContext({});class yL extends kd{filter(n,o){let u=o.getItem(this.prevKey);if(u&&u.type!=="separator"){let d=this.clone();return o.addDescendants(d,n),d}return null}}yL.type="separator";const qp=b.createContext(null),$s=b.createContext(null),q5=b.forwardRef(function(n,o){[n,o]=yn(n,o,qp);let u=b.useContext($s);return u?b.createElement(Q5,{state:u,props:n,listBoxRef:o}):b.createElement(cg,{content:b.createElement(e5,n)},d=>b.createElement(bL,{props:n,listBoxRef:o,collection:d}))});function bL({props:i,listBoxRef:n,collection:o}){i={...i,collection:o,children:null,items:null};let{layoutDelegate:u}=b.useContext(Vp),d=sx({...i,layoutDelegate:u});return b.createElement(Q5,{state:d,props:i,listBoxRef:n})}function Q5({state:i,props:n,listBoxRef:o}){[n,o]=yn(n,o,ix);let{dragAndDropHooks:u,layout:d="stack",orientation:v="vertical",filter:p}=n,g=eL(i,p),{collection:x,selectionManager:E}=g,S=!!(u!=null&&u.useDraggableCollectionState),C=!!(u!=null&&u.useDroppableCollectionState),{direction:T}=aa(),{disabledBehavior:P,disabledKeys:N}=E,L=eg({usage:"search",sensitivity:"base"}),{isVirtualized:A,layoutDelegate:F,dropTargetDelegate:B,CollectionRoot:K}=b.useContext(Vp),j=b.useMemo(()=>n.keyboardDelegate||new ag({collection:x,collator:L,ref:o,disabledKeys:N,disabledBehavior:P,layout:d,orientation:v,direction:T,layoutDelegate:F}),[x,L,o,P,N,v,T,n.keyboardDelegate,d,F]),{listBoxProps:U}=uN({...n,shouldSelectOnPressUp:S||n.shouldSelectOnPressUp,keyboardDelegate:j,isVirtualized:A},g,o),G=b.useRef(S),Z=b.useRef(C);b.useEffect(()=>{process.env.NODE_ENV!=="production"&&(G.current!==S&&console.warn("Drag hooks were provided during one render, but not another. This should be avoided as it may produce unexpected behavior."),Z.current!==C&&console.warn("Drop hooks were provided during one render, but not another. This should be avoided as it may produce unexpected behavior."))},[S,C]);let ke,pe,fe,R=!1,de=null,re=b.useRef(null);if(S&&u){ke=u.useDraggableCollectionState({collection:x,selectionManager:E,preview:u.renderDragPreview?re:void 0}),u.useDraggableCollection({},ke,o);let ge=u.DragPreview;de=u.renderDragPreview?b.createElement(ge,{ref:re},u.renderDragPreview):null}if(C&&u){pe=u.useDroppableCollectionState({collection:x,selectionManager:E});let ge=u.dropTargetDelegate||B||new u.ListDropTargetDelegate(x,o,{orientation:v,layout:d,direction:T});fe=u.useDroppableCollection({keyboardDelegate:j,dropTargetDelegate:ge},pe,o),R=pe.isDropTarget({type:"root"})}let{focusProps:ae,isFocused:be,isFocusVisible:V}=Io(),J=g.collection.size===0,X={isDropTarget:R,isEmpty:J,isFocused:be,isFocusVisible:V,layout:n.layout||"stack",state:g},H=nn({className:n.className,style:n.style,defaultClassName:"react-aria-ListBox",values:X}),z=null;J&&n.renderEmptyState&&(z=b.createElement("div",{role:"option",style:{display:"contents"}},n.renderEmptyState(X)));let he=At(n,{global:!0});return b.createElement(Pk,null,b.createElement("div",{...Ge(he,H,U,ae,fe==null?void 0:fe.collectionProps),ref:o,slot:n.slot||void 0,onScroll:n.onScroll,"data-drop-target":R||void 0,"data-empty":J||void 0,"data-focused":be||void 0,"data-focus-visible":V||void 0,"data-layout":n.layout||"stack","data-orientation":n.orientation||"vertical"},b.createElement(cr,{values:[[qp,n],[$s,g],[fg,{dragAndDropHooks:u,dragState:ke,dropState:pe}],[Y5,{elementType:"div"}],[K5,{render:xL}],[t5,{name:"ListBoxSection",render:kL}]]},b.createElement(W5,null,b.createElement(K,{collection:x,scrollRef:o,persistedKeys:hL(E,u,pe),renderDropIndicator:j5(u,pe)}))),z,de))}function kL(i,n,o,u="react-aria-ListBoxSection"){let d=b.useContext($s),{dragAndDropHooks:v,dropState:p}=b.useContext(fg),{CollectionBranch:g}=b.useContext(Vp),[x,E]=yd();var S;let{headingProps:C,groupProps:T}=vN({heading:E,"aria-label":(S=i["aria-label"])!==null&&S!==void 0?S:void 0}),P=nn({defaultClassName:u,className:i.className,style:i.style,values:{}}),N=At(i,{global:!0});return delete N.id,b.createElement("section",{...Ge(N,P,T),ref:n},b.createElement(H5.Provider,{value:{...C,ref:x}},b.createElement(g,{collection:d.collection,parent:o,renderDropIndicator:j5(v,p)})))}const X5=lx(rx,function(n,o,u){let d=pu(o),v=b.useContext($s),{dragAndDropHooks:p,dragState:g,dropState:x}=b.useContext(fg),{optionProps:E,labelProps:S,descriptionProps:C,...T}=pN({key:u.key,"aria-label":n==null?void 0:n["aria-label"]},v,d),{hoverProps:P,isHovered:N}=hl({isDisabled:!T.allowsSelection&&!T.hasAction,onHoverStart:u.props.onHoverStart,onHoverChange:u.props.onHoverChange,onHoverEnd:u.props.onHoverEnd}),L=null;g&&p&&(L=p.useDraggableItem({key:u.key},g));let A=null;x&&p&&(A=p.useDroppableItem({target:{type:"item",key:u.key,dropPosition:"on"}},x,d));let F=g&&g.isDragging(u.key),B=nn({...n,id:void 0,children:n.children,defaultClassName:"react-aria-ListBoxItem",values:{...T,isHovered:N,selectionMode:v.selectionManager.selectionMode,selectionBehavior:v.selectionManager.selectionBehavior,allowsDragging:!!g,isDragging:F,isDropTarget:A==null?void 0:A.isDropTarget}});b.useEffect(()=>{!u.textValue&&process.env.NODE_ENV!=="production"&&console.warn("A `textValue` prop is required for <ListBoxItem> elements with non-plain text children in order to support accessibility features such as type to select.")},[u.textValue]);let K=n.href?"a":"div",j=At(n,{global:!0});return delete j.id,delete j.onClick,b.createElement(K,{...Ge(j,B,E,P,L==null?void 0:L.dragProps,A==null?void 0:A.dropProps),ref:d,"data-allows-dragging":!!g||void 0,"data-selected":T.isSelected||void 0,"data-disabled":T.isDisabled||void 0,"data-hovered":N||void 0,"data-focused":T.isFocused||void 0,"data-focus-visible":T.isFocusVisible||void 0,"data-pressed":T.isPressed||void 0,"data-dragging":F||void 0,"data-drop-target":(A==null?void 0:A.isDropTarget)||void 0,"data-selection-mode":v.selectionManager.selectionMode==="none"?void 0:v.selectionManager.selectionMode},b.createElement(cr,{values:[[bl,{slots:{[gd]:S,label:S,description:C}}],[G5,{isSelected:T.isSelected}]]},B.children))});function xL(i,n){n=pu(n);let{dragAndDropHooks:o,dropState:u}=b.useContext(fg),{dropIndicatorProps:d,isHidden:v,isDropTarget:p}=o.useDropIndicator(i,u,n);return v?null:b.createElement(EL,{...i,dropIndicatorProps:d,isDropTarget:p,ref:n})}function _L(i,n){let{dropIndicatorProps:o,isDropTarget:u,...d}=i,v=nn({...d,defaultClassName:"react-aria-DropIndicator",values:{isDropTarget:u}});return b.createElement("div",{...o,...v,role:"option",ref:n,"data-drop-target":u||void 0})}const EL=b.forwardRef(_L);lx(YS,function(n,o,u){let d=b.useContext($s),{isLoading:v,onLoadMore:p,scrollOffset:g,...x}=n,E=b.useRef(null),S=b.useMemo(()=>({onLoadMore:p,collection:d==null?void 0:d.collection,sentinelRef:E,scrollOffset:g}),[p,g,d==null?void 0:d.collection]);nP(S,E);let C=nn({...x,id:void 0,children:u.rendered,defaultClassName:"react-aria-ListBoxLoadingIndicator",values:null}),T={tabIndex:-1};return b.createElement(b.Fragment,null,b.createElement("div",{style:{position:"relative",width:0,height:0},inert:iP(!0)},b.createElement("div",{"data-testid":"loadMoreSentinel",ref:E,style:{position:"absolute",height:1,width:1}})),v&&C.children&&b.createElement("div",{...Ge(At(n,{global:!0}),T),...C,role:"option",ref:o},C.children))});const CL=b.createContext({placement:"bottom"}),Qp=b.createContext(null),Z5=b.createContext(null),fx=b.forwardRef(function(n,o){[n,o]=yn(n,o,Qp);let u=b.useContext(da),d=Hp(n),v=n.isOpen!=null||n.defaultOpen!=null||!u?d:u,p=ck(o,v.isOpen)||n.isExiting||!1,g=FN(),{direction:x}=aa();if(g){let E=n.children;return typeof E=="function"&&(E=E({trigger:n.trigger||null,placement:"bottom",isEntering:!1,isExiting:!1,defaultChildren:null})),b.createElement(b.Fragment,null,E)}return v&&!v.isOpen&&!p?null:b.createElement(wL,{...n,triggerRef:n.triggerRef,state:v,popoverRef:o,isExiting:p,dir:x})});function wL({state:i,isExiting:n,UNSTABLE_portalContainer:o,clearContexts:u,...d}){let v=b.useRef(null),p=b.useRef(null),g=b.useContext(Z5),x=g&&d.trigger==="SubmenuTrigger";var E;let{popoverProps:S,underlayProps:C,arrowProps:T,placement:P,triggerAnchorPoint:N}=tN({...d,offset:(E=d.offset)!==null&&E!==void 0?E:8,arrowRef:v,groupRef:x?g:p},i),L=d.popoverRef,A=sk(L,!!P)||d.isEntering||!1,F=nn({...d,defaultClassName:"react-aria-Popover",values:{trigger:d.trigger||null,placement:P,isEntering:A,isExiting:n}}),B=!d.isNonModal||d.trigger==="SubmenuTrigger",[K,j]=b.useState(!1);Bt(()=>{L.current&&j(B&&!L.current.querySelector("[role=dialog]"))},[L,B]),b.useEffect(()=>{K&&d.trigger!=="SubmenuTrigger"&&L.current&&!L.current.contains(document.activeElement)&&hu(L.current)},[K,L,d.trigger]);let U=b.useMemo(()=>{let pe=F.children;if(u)for(let fe of u)pe=b.createElement(fe.Provider,{value:null},pe);return pe},[F.children,u]),G={...S.style,"--trigger-anchor-point":N?`${N.x}px ${N.y}px`:void 0,...F.style},Z=b.createElement("div",{...Ge(At(d,{global:!0}),S),...F,role:K?"dialog":void 0,tabIndex:K?-1:void 0,"aria-label":d["aria-label"],"aria-labelledby":d["aria-labelledby"],ref:L,slot:d.slot||void 0,style:G,dir:d.dir,"data-trigger":d.trigger,"data-placement":P,"data-entering":A||void 0,"data-exiting":n||void 0},!d.isNonModal&&b.createElement(Hk,{onDismiss:i.close}),b.createElement(CL.Provider,{value:{...T,placement:P,ref:v}},U),b.createElement(Hk,{onDismiss:i.close}));if(!x)return b.createElement(Gk,{...d,shouldContainFocus:K,isExiting:n,portalContainer:o},!d.isNonModal&&i.isOpen&&b.createElement("div",{"data-testid":"underlay",...C,style:{position:"fixed",inset:0}}),b.createElement("div",{ref:p,style:{display:"contents"}},b.createElement(Z5.Provider,{value:p},Z)));var ke;return b.createElement(Gk,{...d,shouldContainFocus:K,isExiting:n,portalContainer:(ke=o??(g==null?void 0:g.current))!==null&&ke!==void 0?ke:void 0},Z)}const SL=b.createContext({}),J5=b.createContext(null),px=b.createContext(null),pg=b.createContext(null),vg=b.createContext(null);function e6(i){let n=cx(i),o=b.useRef(null),{menuTriggerProps:u,menuProps:d}=Zk({...i,type:"menu"},n,o),[v,p]=b.useState(null),g=b.useCallback(()=>{o.current&&p(o.current.offsetWidth+"px")},[o]);id({ref:o,onResize:g});let x=b.useRef(null);return b.createElement(cr,{values:[[J5,{...d,ref:x}],[da,n],[pg,n],[Qp,{trigger:"MenuTrigger",triggerRef:o,scrollRef:x,placement:"bottom start",style:{"--trigger-width":v},"aria-labelledby":d["aria-labelledby"]}]]},b.createElement(EE,{...u,ref:o,isPressed:n.isOpen},i.children))}const TL=b.createContext(null);class DL extends kd{filter(n,o,u){let d=n.getItem(this.firstChildKey);if(d&&u(d.textValue,this)){let v=this.clone();return o.addDescendants(v,n),v}return null}}DL.type="submenutrigger";const PL=b.forwardRef(function(n,o){return[n,o]=yn(n,o,J5),b.createElement(cg,{content:b.createElement(e5,n)},u=>b.createElement($L,{props:n,collection:u,menuRef:o}))});function $L({props:i,collection:n,menuRef:o}){[i,o]=yn(i,o,ix);let{filter:u,...d}=i,v=b.useMemo(()=>u?n.filter(u):n,[n,u]),p=uL({...i,collection:v,children:void 0}),g=b.useContext(pg),{isVirtualized:x,CollectionRoot:E}=b.useContext(Vp),{menuProps:S}=hN({...i,isVirtualized:x,onClose:i.onClose||(g==null?void 0:g.close)},p,o),C=nn({defaultClassName:"react-aria-Menu",className:i.className,style:i.style,values:{isEmpty:p.collection.size===0}}),T=null;p.collection.size===0&&i.renderEmptyState&&(T=b.createElement("div",{role:"menuitem",style:{display:"contents"}},i.renderEmptyState()));let P=At(i,{global:!0});return b.createElement(Pk,null,b.createElement("div",{...Ge(P,C,S),ref:o,slot:i.slot||void 0,"data-empty":p.collection.size===0||void 0,onScroll:i.onScroll},b.createElement(cr,{values:[[px,p],[Y5,{elementType:"div"}],[t5,{name:"MenuSection",render:LL}],[TL,{parentMenuRef:o,shouldUseVirtualFocus:d==null?void 0:d.shouldUseVirtualFocus}],[vx,null],[ix,null],[WS,null],[vg,p.selectionManager],[pg,g??cx({})]]},b.createElement(W5,null,b.createElement(E,{collection:p.collection,persistedKeys:GN(p.selectionManager.focusedKey),scrollRef:o}))),T))}class NL extends jp{get focusedKey(){return this.parent.focusedKey}get isFocused(){return this.parent.isFocused}setFocusedKey(n,o){return this.parent.setFocusedKey(n,o)}setFocused(n){this.parent.setFocused(n)}get childFocusStrategy(){return this.parent.childFocusStrategy}constructor(n,o){super(n.collection,o),this.parent=n}}function LL(i,n,o,u="react-aria-MenuSection"){var d,v;let p=b.useContext(px),{CollectionBranch:g}=b.useContext(Vp),[x,E]=yd();var S;let{headingProps:C,groupProps:T}=yN({heading:E,"aria-label":(S=o.props["aria-label"])!==null&&S!==void 0?S:void 0}),P=nn({defaultClassName:u,className:(d=o.props)===null||d===void 0?void 0:d.className,style:(v=o.props)===null||v===void 0?void 0:v.style,values:{}}),N=b.useContext(vg),L=ux(i),A=i.selectionMode!=null?new NL(N,L):N,F=At(i,{global:!0});return delete F.id,b.createElement("section",{...Ge(F,P,T),ref:n},b.createElement(cr,{values:[[H5,{...C,ref:x}],[vg,A]]},b.createElement(g,{collection:p.collection,parent:o})))}const vx=b.createContext(null),ML=lx(rx,function(n,o,u){var d;[n,o]=yn(n,o,vx);let v=(d=yu(vx))===null||d===void 0?void 0:d.id,p=b.useContext(px),g=pu(o),x=b.useContext(vg),{menuItemProps:E,labelProps:S,descriptionProps:C,keyboardShortcutProps:T,...P}=gN({...n,id:v,key:u.key,selectionManager:x},p,g),{hoverProps:N,isHovered:L}=hl({isDisabled:P.isDisabled}),A=nn({...n,id:void 0,children:u.rendered,defaultClassName:"react-aria-MenuItem",values:{...P,isHovered:L,isFocusVisible:P.isFocusVisible,selectionMode:x.selectionMode,selectionBehavior:x.selectionBehavior,hasSubmenu:!!n["aria-haspopup"],isOpen:n["aria-expanded"]==="true"}}),F=n.href?"a":"div",B=At(n,{global:!0});return delete B.id,delete B.onClick,b.createElement(F,{...Ge(B,A,E,N),ref:g,"data-disabled":P.isDisabled||void 0,"data-hovered":L||void 0,"data-focused":P.isFocused||void 0,"data-focus-visible":P.isFocusVisible||void 0,"data-pressed":P.isPressed||void 0,"data-selected":P.isSelected||void 0,"data-selection-mode":x.selectionMode==="none"?void 0:x.selectionMode,"data-has-submenu":!!n["aria-haspopup"]||void 0,"data-open":n["aria-expanded"]==="true"||void 0},b.createElement(cr,{values:[[bl,{slots:{[gd]:S,label:S,description:C}}],[SL,T],[G5,{isSelected:P.isSelected}]]},A.children))}),t6=b.createContext(null),da=b.createContext(null);function AL(i){let n=cx(i),o=b.useRef(null),{triggerProps:u,overlayProps:d}=u2({type:"dialog"},n,o),[v,p]=b.useState(null),g=b.useCallback(()=>{o.current&&p(o.current.offsetWidth+"px")},[o]);return id({ref:o,onResize:g}),u.id=Rn(),d["aria-labelledby"]=u.id,b.createElement(cr,{values:[[da,n],[pg,n],[t6,d],[Qp,{trigger:"DialogTrigger",triggerRef:o,"aria-labelledby":d["aria-labelledby"],style:{"--trigger-width":v}}]]},b.createElement(EE,{...u,ref:o,isPressed:n.isOpen},i.children))}const OL=b.forwardRef(function(n,o){let u=n["aria-labelledby"];[n,o]=yn(n,o,t6);let{dialogProps:d,titleProps:v}=xN({...n,"aria-labelledby":u},o),p=b.useContext(da);!d["aria-label"]&&!d["aria-labelledby"]&&(n["aria-labelledby"]?d["aria-labelledby"]=n["aria-labelledby"]:process.env.NODE_ENV!=="production"&&console.warn('If a Dialog does not contain a <Heading slot="title">, it must have an aria-label or aria-labelledby attribute for accessibility.'));let g=nn({defaultClassName:"react-aria-Dialog",className:n.className,style:n.style,children:n.children,values:{close:(p==null?void 0:p.close)||(()=>{})}}),x=At(n,{global:!0});return b.createElement("section",{...Ge(x,g,d),ref:o,slot:n.slot||void 0},b.createElement(cr,{values:[[$N,{slots:{[gd]:{},title:{...v,level:2}}}],[ca,{slots:{[gd]:{},close:{onPress:()=>p==null?void 0:p.close()}}}]]},g.children))}),FL=b.createContext(null),RL=b.createContext(null),zL=b.forwardRef(function(n,o){[n,o]=yn(n,o,FL);let{children:u,isDisabled:d=!1,isInvalid:v=!1,isRequired:p=!1}=n,g=b.useMemo(()=>{var x;return b.createElement(qp.Provider,{value:{items:(x=n.items)!==null&&x!==void 0?x:n.defaultItems}},typeof u=="function"?u({isOpen:!1,isDisabled:d,isInvalid:v,isRequired:p,defaultChildren:null}):u)},[u,d,v,p,n.items,n.defaultItems]);return b.createElement(cg,{content:g},x=>b.createElement(BL,{props:n,collection:x,comboBoxRef:o}))}),IL=[Ps,ca,Yp,Gp,bl];function BL({props:i,collection:n,comboBoxRef:o}){let{name:u,formValue:d="key",allowsCustomValue:v}=i;v&&(d="text");let{validationBehavior:p}=yu(Wp)||{};var g,x;let E=(x=(g=i.validationBehavior)!==null&&g!==void 0?g:p)!==null&&x!==void 0?x:"native",{contains:S}=s$({sensitivity:"base"}),C=nL({defaultFilter:i.defaultFilter||S,...i,items:i.items,children:void 0,collection:n,validationBehavior:E}),T=b.useRef(null),P=b.useRef(null),N=b.useRef(null),L=b.useRef(null),[A,F]=yd(!i["aria-label"]&&!i["aria-labelledby"]),{buttonProps:B,inputProps:K,listBoxProps:j,labelProps:U,descriptionProps:G,errorMessageProps:Z,...ke}=kN({...bd(i),label:F,inputRef:P,buttonRef:T,listBoxRef:N,popoverRef:L,name:d==="text"?u:void 0,validationBehavior:E},C),[pe,fe]=b.useState(null),R=b.useCallback(()=>{if(P.current){var V;let J=(V=T.current)===null||V===void 0?void 0:V.getBoundingClientRect(),X=P.current.getBoundingClientRect(),H=J?Math.min(J.left,X.left):X.left,z=J?Math.max(J.right,X.right):X.right;fe(z-H+"px")}},[T,P,fe]);id({ref:P,onResize:R});let de=b.useMemo(()=>({isOpen:C.isOpen,isDisabled:i.isDisabled||!1,isInvalid:ke.isInvalid||!1,isRequired:i.isRequired||!1}),[C.isOpen,i.isDisabled,ke.isInvalid,i.isRequired]),re=nn({...i,values:de,defaultClassName:"react-aria-ComboBox"}),ae=At(i,{global:!0});delete ae.id;var be;return b.createElement(cr,{values:[[RL,C],[Ps,{...U,ref:A}],[ca,{...B,ref:T,isPressed:C.isOpen}],[Yp,{...K,ref:P}],[da,C],[Qp,{ref:L,triggerRef:P,scrollRef:N,placement:"bottom start",isNonModal:!0,trigger:"ComboBox",style:{"--trigger-width":pe},clearContexts:IL}],[qp,{...j,ref:N}],[$s,C],[bl,{slots:{description:G,errorMessage:Z}}],[Gp,{isInvalid:ke.isInvalid,isDisabled:i.isDisabled||!1}],[_d,ke]]},b.createElement("div",{...ae,...re,ref:o,slot:i.slot||void 0,"data-focused":C.isFocused||void 0,"data-open":C.isOpen||void 0,"data-disabled":i.isDisabled||void 0,"data-invalid":ke.isInvalid||void 0,"data-required":i.isRequired||void 0}),u&&d==="key"&&b.createElement("input",{type:"hidden",name:u,form:i.form,value:(be=C.selectedKey)!==null&&be!==void 0?be:""}))}const UL=b.createContext(null),VL=b.createContext(null),KL=b.createContext(null),n6=b.createContext(null),jL=b.forwardRef(function(n,o){[n,o]=yn(n,o,VL);let u=b.useContext(UL),{id:d,...v}=n,p=Rn();d||(d=p);let g=u?u.expandedKeys.has(d):n.isExpanded,x=rL({...n,isExpanded:g,onExpandedChange(F){var B;u&&u.toggleKey(d),(B=n.onExpandedChange)===null||B===void 0||B.call(n,F)}}),E=b.useRef(null),S=n.isDisabled||(u==null?void 0:u.isDisabled)||!1,{buttonProps:C,panelProps:T}=_N({...n,isExpanded:g,isDisabled:S},x,E),{isFocusVisible:P,focusProps:N}=Io({within:!0}),L=nn({...n,id:void 0,defaultClassName:"react-aria-Disclosure",values:{isExpanded:x.isExpanded,isDisabled:S,isFocusVisibleWithin:P,state:x}}),A=At(v,{global:!0});return b.createElement(cr,{values:[[ca,{slots:{[gd]:{},trigger:C}}],[n6,{panelProps:T,panelRef:E}],[KL,x]]},b.createElement("div",{...Ge(A,L,N),ref:o,"data-expanded":x.isExpanded||void 0,"data-disabled":S||void 0,"data-focus-visible-within":P||void 0},L.children))}),HL=b.forwardRef(function(n,o){let{role:u="group"}=n,{panelProps:d,panelRef:v}=b.useContext(n6),{isFocusVisible:p,focusProps:g}=Io({within:!0}),x=nn({...n,defaultClassName:"react-aria-DisclosurePanel",values:{isFocusVisibleWithin:p}}),E=At(n,{global:!0});return b.createElement("div",{...Ge(E,x,d,g),ref:$h(o,v),role:u,"data-focus-visible-within":p||void 0},b.createElement(cr,{values:[[ca,null]]},n.children))}),WL=b.createContext(null),mx=b.createContext(null),GL=b.forwardRef(function(n,o){if(b.useContext(mx)){if(process.env.NODE_ENV!=="production"&&(n.onOpenChange||n.defaultOpen!==void 0||n.isOpen!==void 0)){const L=new Set(["isDismissable","isKeyboardDismissDisabled","isOpen","defaultOpen","onOpenChange","isEntering","isExiting","UNSTABLE_portalContainer","shouldCloseOnInteractOutside"]),A=Object.keys(n).filter(F=>L.has(F));console.warn(`This modal is already wrapped in a ModalOverlay, props [${A.join(", ")}] should be placed on the ModalOverlay instead.`)}return b.createElement(r6,{...n,modalRef:o},n.children)}let{isDismissable:d,isKeyboardDismissDisabled:v,isOpen:p,defaultOpen:g,onOpenChange:x,children:E,isEntering:S,isExiting:C,UNSTABLE_portalContainer:T,shouldCloseOnInteractOutside:P,...N}=n;return b.createElement(i6,{isDismissable:d,isKeyboardDismissDisabled:v,isOpen:p,defaultOpen:g,onOpenChange:x,isEntering:S,isExiting:C,UNSTABLE_portalContainer:T,shouldCloseOnInteractOutside:P},b.createElement(r6,{...N,modalRef:o},E))});function YL(i,n){[i,n]=yn(i,n,WL);let o=b.useContext(da),u=Hp(i),d=i.isOpen!=null||i.defaultOpen!=null||!o?u:o;d===o&&process.env.NODE_ENV!=="production"&&(i.onOpenChange||i.defaultOpen!==void 0||i.isOpen!==void 0)&&console.warn("This modals state is controlled by a trigger, place onOpenChange on the trigger instead.");let v=pu(n),p=b.useRef(null),g=ck(v,d.isOpen),x=ck(p,d.isOpen),E=g||x||i.isExiting||!1,S=su();return!d.isOpen&&!E||S?null:b.createElement(qL,{...i,state:d,isExiting:E,overlayRef:v,modalRef:p})}const i6=b.forwardRef(YL);function qL({UNSTABLE_portalContainer:i,...n}){let o=n.modalRef,{state:u}=n,{modalProps:d,underlayProps:v}=nN(n,u,o),p=sk(n.overlayRef)||n.isEntering||!1,g=nn({...n,defaultClassName:"react-aria-ModalOverlay",values:{isEntering:p,isExiting:n.isExiting,state:u}}),x=Z9(),E;if(typeof document<"u"){let C=Es(document.body)?document.body:document.scrollingElement||document.documentElement,T=C.getBoundingClientRect().height%1;E=C.scrollHeight-T}let S={...g.style,"--visual-viewport-height":x.height+"px","--page-height":E!==void 0?E+"px":void 0};return b.createElement(Gk,{isExiting:n.isExiting,portalContainer:i},b.createElement("div",{...Ge(At(n,{global:!0}),v),...g,style:S,ref:n.overlayRef,"data-entering":p||void 0,"data-exiting":n.isExiting||void 0},b.createElement(cr,{values:[[mx,{modalProps:d,modalRef:o,isExiting:n.isExiting,isDismissable:n.isDismissable}],[da,u]]},g.children)))}function r6(i){let{modalProps:n,modalRef:o,isExiting:u,isDismissable:d}=b.useContext(mx),v=b.useContext(da),p=b.useMemo(()=>$h(i.modalRef,o),[i.modalRef,o]),g=pu(p),x=sk(g),E=nn({...i,defaultClassName:"react-aria-Modal",values:{isEntering:x,isExiting:u,state:v}});return b.createElement("div",{...Ge(At(i,{global:!0}),n),...E,ref:g,"data-entering":x||void 0,"data-exiting":u||void 0},d&&b.createElement(Hk,{onDismiss:v.close}),E.children)}const QL=b.createContext(null),XL=b.createContext(null),ZL=b.forwardRef(function(n,o){[n,o]=yn(n,o,QL);let{validationBehavior:u}=yu(Wp)||{};var d,v;let p=(v=(d=n.validationBehavior)!==null&&d!==void 0?d:u)!==null&&v!==void 0?v:"native",{locale:g}=aa(),x=N$({...n,locale:g,validationBehavior:p}),E=b.useRef(null),[S,C]=yd(!n["aria-label"]&&!n["aria-labelledby"]),{labelProps:T,groupProps:P,inputProps:N,incrementButtonProps:L,decrementButtonProps:A,descriptionProps:F,errorMessageProps:B,...K}=F$({...bd(n),label:C,validationBehavior:p},x,E),j=nn({...n,values:{state:x,isDisabled:n.isDisabled||!1,isInvalid:K.isInvalid||!1,isRequired:n.isRequired||!1},defaultClassName:"react-aria-NumberField"}),U=At(n,{global:!0});return delete U.id,b.createElement(cr,{values:[[XL,x],[Gp,P],[Yp,{...N,ref:E}],[Ps,{...T,ref:S}],[ca,{slots:{increment:L,decrement:A}}],[bl,{slots:{description:F,errorMessage:B}}],[_d,K]]},b.createElement("div",{...U,...j,ref:o,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-required":n.isRequired||void 0,"data-invalid":K.isInvalid||void 0}),n.name&&b.createElement("input",{type:"hidden",name:n.name,form:n.form,value:isNaN(x.numberValue)?"":x.numberValue,disabled:n.isDisabled||void 0}))});function JL(i){return i&&i.__esModule?i.default:i}const hx=b.createContext(null),o6=b.createContext(null),eM=b.forwardRef(function(n,o){[n,o]=yn(n,o,hx);let{children:u,isDisabled:d=!1,isInvalid:v=!1,isRequired:p=!1}=n,g=b.useMemo(()=>typeof u=="function"?u({isOpen:!1,isDisabled:d,isInvalid:v,isRequired:p,isFocused:!1,isFocusVisible:!1,defaultChildren:null}):u,[u,d,v,p]);return b.createElement(cg,{content:g},x=>b.createElement(nM,{props:n,collection:x,selectRef:o}))}),tM=[Ps,ca,bl];function nM({props:i,selectRef:n,collection:o}){let{validationBehavior:u}=yu(Wp)||{};var d,v;let p=(v=(d=i.validationBehavior)!==null&&d!==void 0?d:u)!==null&&v!==void 0?v:"native",g=oL({...i,collection:o,children:void 0,validationBehavior:p}),{isFocusVisible:x,focusProps:E}=Io({within:!0}),S=b.useRef(null),[C,T]=yd(!i["aria-label"]&&!i["aria-labelledby"]),{labelProps:P,triggerProps:N,valueProps:L,menuProps:A,descriptionProps:F,errorMessageProps:B,hiddenSelectProps:K,...j}=SN({...bd(i),label:T,validationBehavior:p},g,S),[U,G]=b.useState(null),Z=b.useCallback(()=>{S.current&&G(S.current.offsetWidth+"px")},[S]);id({ref:S,onResize:Z});let ke=b.useMemo(()=>({isOpen:g.isOpen,isFocused:g.isFocused,isFocusVisible:x,isDisabled:i.isDisabled||!1,isInvalid:j.isInvalid||!1,isRequired:i.isRequired||!1}),[g.isOpen,g.isFocused,x,i.isDisabled,j.isInvalid,i.isRequired]),pe=nn({...i,values:ke,defaultClassName:"react-aria-Select"}),fe=At(i,{global:!0});delete fe.id;let R=b.useRef(null);return b.createElement(cr,{values:[[hx,i],[o6,g],[l6,L],[Ps,{...P,ref:C,elementType:"span"}],[ca,{...N,ref:S,isPressed:g.isOpen,autoFocus:i.autoFocus}],[da,g],[Qp,{trigger:"Select",triggerRef:S,scrollRef:R,placement:"bottom start",style:{"--trigger-width":U},"aria-labelledby":A["aria-labelledby"],clearContexts:tM}],[qp,{...A,ref:R}],[$s,g],[bl,{slots:{description:F,errorMessage:B}}],[_d,j]]},b.createElement("div",{...Ge(fe,pe,E),ref:n,slot:i.slot||void 0,"data-focused":g.isFocused||void 0,"data-focus-visible":x||void 0,"data-open":g.isOpen||void 0,"data-disabled":i.isDisabled||void 0,"data-invalid":j.isInvalid||void 0,"data-required":i.isRequired||void 0},pe.children,b.createElement(DN,{...K,autoComplete:i.autoComplete})))}const l6=b.createContext(null),iM=Bp(function(n,o){var u;[n,o]=yn(n,o,l6);let d=b.useContext(o6),{placeholder:v}=yu(hx),p=d.selectedItems.map(F=>{var B;let K=(B=F.props)===null||B===void 0?void 0:B.children;return typeof K=="function"&&(K=K({isHovered:!1,isPressed:!1,isSelected:!1,isFocused:!1,isFocusVisible:!1,isDisabled:!1,selectionMode:"single",selectionBehavior:"toggle"})),K}),g=t$(),x=b.useMemo(()=>d.selectedItems.map(F=>F==null?void 0:F.textValue),[d.selectedItems]),E=d.selectionManager.selectionMode,S=b.useMemo(()=>{var F;return E==="single"?(F=x[0])!==null&&F!==void 0?F:"":g.format(x)},[E,g,x]),C=b.useMemo(()=>{if(E==="single")return p[0];let F=g.formatToParts(x);if(F.length===0)return null;let B=0;return F.map(K=>K.type==="element"?b.createElement(b.Fragment,{key:B},p[B++]):K.value)},[E,g,x,p]),T=cd(JL(V5),"react-aria-components");var P,N;let L=nn({...n,defaultChildren:(P=C??v)!==null&&P!==void 0?P:T.format("selectPlaceholder"),defaultClassName:"react-aria-SelectValue",values:{selectedItem:(N=(u=d.selectedItems[0])===null||u===void 0?void 0:u.value)!==null&&N!==void 0?N:null,selectedItems:b.useMemo(()=>d.selectedItems.map(F=>{var B;return(B=F.value)!==null&&B!==void 0?B:null}),[d.selectedItems]),selectedText:S,isPlaceholder:d.selectedItems.length===0,state:d}}),A=At(n,{global:!0});return b.createElement("span",{ref:o,...A,...L,"data-placeholder":d.selectedItems.length===0||void 0},b.createElement(bl.Provider,{value:void 0},L.children))}),a6=b.createContext({});let rM=i=>{let{onHoverStart:n,onHoverChange:o,onHoverEnd:u,...d}=i;return d};const oM=b.forwardRef(function(n,o){[n,o]=yn(n,o,a6);let{hoverProps:u,isHovered:d}=hl(n),{isFocused:v,isFocusVisible:p,focusProps:g}=Io({isTextInput:!0,autoFocus:n.autoFocus}),x=!!n["aria-invalid"]&&n["aria-invalid"]!=="false",E=nn({...n,values:{isHovered:d,isFocused:v,isFocusVisible:p,isDisabled:n.disabled||!1,isInvalid:x},defaultClassName:"react-aria-TextArea"});return b.createElement("textarea",{...Ge(rM(n),g,u),...E,ref:o,"data-focused":v||void 0,"data-disabled":n.disabled||void 0,"data-hovered":d||void 0,"data-focus-visible":p||void 0,"data-invalid":x||void 0})}),lM=b.createContext(null),u6=Bp(function(n,o){[n,o]=yn(n,o,lM);let{validationBehavior:u}=yu(Wp)||{};var d,v;let p=(v=(d=n.validationBehavior)!==null&&d!==void 0?d:u)!==null&&v!==void 0?v:"native",g=b.useRef(null);[n,g]=yn(n,g,WS);let[x,E]=yd(!n["aria-label"]&&!n["aria-labelledby"]),[S,C]=b.useState("input"),{labelProps:T,inputProps:P,descriptionProps:N,errorMessageProps:L,...A}=zk({...bd(n),inputElementType:S,label:E,validationBehavior:p},g),F=b.useCallback(j=>{g.current=j,j&&C(j instanceof HTMLTextAreaElement?"textarea":"input")},[g]),B=nn({...n,values:{isDisabled:n.isDisabled||!1,isInvalid:A.isInvalid,isReadOnly:n.isReadOnly||!1,isRequired:n.isRequired||!1},defaultClassName:"react-aria-TextField"}),K=At(n,{global:!0});return delete K.id,b.createElement("div",{...K,...B,ref:o,slot:n.slot||void 0,"data-disabled":n.isDisabled||void 0,"data-invalid":A.isInvalid||void 0,"data-readonly":n.isReadOnly||void 0,"data-required":n.isRequired||void 0},b.createElement(cr,{values:[[Ps,{...T,ref:x}],[Yp,{...P,ref:F}],[a6,{...P,ref:F}],[Gp,{role:"presentation",isInvalid:A.isInvalid,isDisabled:n.isDisabled||!1}],[bl,{slots:{description:N,errorMessage:L}}],[_d,A]]},B.children))}),aM={primary:{appearance:"filled",size:"md",color:"blue"},secondary:{appearance:"outlined",size:"md",color:"grey"},tertiary:{appearance:"linked",size:"md",color:"blue"},critical:{appearance:"filled",size:"md",color:"red"}},gx={appearance:"outlined",size:"md",color:"grey"};function uM(i){const{variant:n,appearance:o,size:u,color:d,...v}=i,p=n?aM[n]:null,g=o??(p==null?void 0:p.appearance)??gx.appearance,x=u??(p==null?void 0:p.size)??gx.size,E=d??(p==null?void 0:p.color)??gx.color;return{appearance:g,size:x,color:E,...v}}const sM=ln({base:"ui-kit__useFocusRing-module__base"}.base);function bu(i={}){const n=Io(i),o=sM(),u={...n.focusProps,"data-focused":n.isFocused,"data-focus-visible":n.isFocusVisible};return{...n,focusProps:u,focusRingClassnames:o}}const bn={base:"ui-kit__button-module__base",sizeXxs:"ui-kit__button-module__sizeXxs",sizeXs:"ui-kit__button-module__sizeXs",sizeSm:"ui-kit__button-module__sizeSm",sizeMd:"ui-kit__button-module__sizeMd",sizeLg:"ui-kit__button-module__sizeLg",sizeXl:"ui-kit__button-module__sizeXl",sizeXxl:"ui-kit__button-module__sizeXxl",typeFilled:"ui-kit__button-module__typeFilled",typeOutlined:"ui-kit__button-module__typeOutlined",typeLinked:"ui-kit__button-module__typeLinked",colorBlue:"ui-kit__button-module__colorBlue",colorRed:"ui-kit__button-module__colorRed",colorGrey:"ui-kit__button-module__colorGrey",filledBlue:"ui-kit__button-module__filledBlue",filledRed:"ui-kit__button-module__filledRed",filledGrey:"ui-kit__button-module__filledGrey",outlinedBlue:"ui-kit__button-module__outlinedBlue",outlinedRed:"ui-kit__button-module__outlinedRed",outlinedGrey:"ui-kit__button-module__outlinedGrey",linkedBlue:"ui-kit__button-module__linkedBlue",linkedRed:"ui-kit__button-module__linkedRed",linkedGrey:"ui-kit__button-module__linkedGrey"},cM=ln(bn.base,{variants:{appearance:{filled:bn.typeFilled,outlined:bn.typeOutlined,linked:bn.typeLinked},size:{xxs:bn.sizeXxs,xs:bn.sizeXs,sm:bn.sizeSm,md:bn.sizeMd,lg:bn.sizeLg,xl:bn.sizeXl,xxl:bn.sizeXxl},color:{blue:bn.colorBlue,red:bn.colorRed,grey:bn.colorGrey}},compoundVariants:[{appearance:"filled",color:"blue",class:bn.filledBlue},{appearance:"filled",color:"red",class:bn.filledRed},{appearance:"filled",color:"grey",class:bn.filledGrey},{appearance:"outlined",color:"blue",class:bn.outlinedBlue},{appearance:"outlined",color:"red",class:bn.outlinedRed},{appearance:"outlined",color:"grey",class:bn.outlinedGrey},{appearance:"linked",color:"blue",class:bn.linkedBlue},{appearance:"linked",color:"red",class:bn.linkedRed},{appearance:"linked",color:"grey",class:bn.linkedGrey}],defaultVariants:{appearance:"outlined",size:"md",color:"grey"}});function Ed(i){const{className:n,...o}=i,u=uM(o),{appearance:d,size:v,color:p,...g}=u,{focusRingClassnames:x,focusProps:E}=bu(),S=Ge(g,E);return le.jsx(Kp,{className:dt(cM({appearance:d,size:v,color:p}),x,n),...S})}Ed.displayName="Button";const s6={base:"ui-kit__button-group-module__base",fit:"ui-kit__button-group-module__fit"};function dM({className:i,children:n,...o}){return le.jsx("div",{className:dt(s6.base,i),...o,children:n})}function fM({children:i,expand:n=!0}){return b.cloneElement(i,{className:dt(i.props.className,!n&&s6.fit)})}const yx={root:"ui-kit__checkbox-module__root",label:"ui-kit__checkbox-module__label",control:"ui-kit__checkbox-module__control"},pM={h1:{variant:"heading-md",tone:"headline"},h2:{variant:"heading-md",tone:"headline"},h3:{variant:"heading-md",tone:"headline"},h4:{variant:"heading-md",tone:"headline"},h5:{variant:"heading-md",tone:"headline"},h6:{variant:"heading-md",tone:"headline"},dd:{variant:"body-md"},dt:{variant:"body-md"},legend:{variant:"body-md"},p:{variant:"body-md"},span:{variant:"body-md"},strong:{variant:"body-md-strong"}},vM="body-md",mM="default",hM=({as:i="span",variant:n,tone:o})=>{const u=pM[i]||{},d=n||u.variant||vM,v=o||u.tone||mM;return{variant:d,tone:v}},Ci={base:"ui-kit__text-module__base","visually-hidden":"ui-kit__text-module__visually-hidden","heading-lg":"ui-kit__text-module__heading-lg","heading-md":"ui-kit__text-module__heading-md","body-md-strong":"ui-kit__text-module__body-md-strong","body-md":"ui-kit__text-module__body-md","body-sm":"ui-kit__text-module__body-sm",default:"ui-kit__text-module__default",headline:"ui-kit__text-module__headline",dark:"ui-kit__text-module__dark",light:"ui-kit__text-module__light",disabled:"ui-kit__text-module__disabled",info:"ui-kit__text-module__info",success:"ui-kit__text-module__success",warning:"ui-kit__text-module__warning",critical:"ui-kit__text-module__critical",error:"ui-kit__text-module__error"},gM=ln(Ci.base,{variants:{tone:{default:Ci.default,headline:Ci.headline,dark:Ci.dark,light:Ci.light,disabled:Ci.disabled,critical:Ci.critical,error:Ci.error,info:Ci.info,success:Ci.success,warning:Ci.warning},variant:{"heading-lg":Ci["heading-lg"],"heading-md":Ci["heading-md"],"body-md-strong":Ci["body-md-strong"],"body-md":Ci["body-md"],"body-sm":Ci["body-sm"]},visuallyHidden:{true:Ci["visually-hidden"]}}}),vo=b.forwardRef(({className:i,as:n="span",variant:o,tone:u,color:d,children:v,visuallyHidden:p=!1,...g},x)=>{const{variant:E,tone:S}=hM({as:n,variant:o,tone:u}),C=d?{"--ui-kit-text-color":`var(--ui-kit-color-${d})`}:void 0;return b.createElement(n,{className:gM({className:i,variant:E,tone:S,visuallyHidden:p}),style:C,ref:x,...g},v)});vo.displayName="Text";function c6({className:i,children:n,...o}){const{focusRingClassnames:u,focusProps:d}=bu(),v=Ge(o,d);return le.jsx(pL,{...v,className:dt(yx.root,u,i),children:p=>le.jsxs(le.Fragment,{children:[le.jsx("div",{className:yx.control,"data-rac":!0,...p.isSelected?{"data-selected":""}:{},...p.isDisabled?{"data-disabled":""}:{}}),n!=null&&le.jsx(vo,{className:dt(yx.label,"label"),children:n})]})})}const Cd={root:"ui-kit__collapsible-module__root",heading:"ui-kit__collapsible-module__heading",trigger:"ui-kit__collapsible-module__trigger",chevronWrap:"ui-kit__collapsible-module__chevronWrap",panel:"ui-kit__collapsible-module__panel",content:"ui-kit__collapsible-module__content"},yM=()=>le.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"18",viewBox:"0 0 10 18",fill:"none",children:le.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.21967 7.21967C1.51256 6.92678 1.98744 6.92678 2.28033 7.21967L5 9.93934L7.71967 7.21967C8.01256 6.92678 8.48744 6.92678 8.78033 7.21967C9.07322 7.51256 9.07322 7.98744 8.78033 8.28033L5.70711 11.3536C5.31658 11.7441 4.68342 11.7441 4.29289 11.3536L1.21967 8.28033C0.926777 7.98744 0.926777 7.51256 1.21967 7.21967Z",fill:"#314351"})});function d6({title:i,children:n,defaultStatus:o="closed",isOpen:u,className:d,classNames:v,onOpenChange:p}){return le.jsxs(jL,{defaultExpanded:u===void 0?o==="open":void 0,isExpanded:u,onExpandedChange:p,className:dt(Cd.root,d),children:[le.jsxs(Kp,{slot:"trigger",className:dt(Cd.trigger,v==null?void 0:v.trigger),children:[le.jsx(vo,{variant:"body-md-strong",tone:"dark",as:"h2",className:dt(Cd.heading,v==null?void 0:v.heading),children:i}),le.jsx("span",{className:dt(Cd.chevronWrap,v==null?void 0:v.chevronWrap),"aria-hidden":!0,children:le.jsx(yM,{})})]}),le.jsx(HL,{className:dt(Cd.panel,v==null?void 0:v.panel),children:le.jsx("div",{className:dt(Cd.content,v==null?void 0:v.content),children:n})})]})}d6.displayName="Collapsible";function bM(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}function kM(i){if(i.__esModule)return i;var n=i.default;if(typeof n=="function"){var o=function u(){return this instanceof u?Reflect.construct(n,arguments,this.constructor):n.apply(this,arguments)};o.prototype=n.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(i).forEach(function(u){var d=Object.getOwnPropertyDescriptor(i,u);Object.defineProperty(o,u,d.get?d:{enumerable:!0,get:function(){return i[u]}})}),o}var mo={},bx={exports:{}},kx={exports:{}},jt={};/** @license React v16.13.1
|
|
203
203
|
* react-is.production.min.js
|
|
204
204
|
*
|
|
205
205
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
@@ -218,7 +218,7 @@ object-assign
|
|
|
218
218
|
(c) Sindre Sorhus
|
|
219
219
|
@license MIT
|
|
220
220
|
*/var xx,h6;function EM(){if(h6)return xx;h6=1;var i=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function u(v){if(v==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(v)}function d(){try{if(!Object.assign)return!1;var v=new String("abc");if(v[5]="de",Object.getOwnPropertyNames(v)[0]==="5")return!1;for(var p={},g=0;g<10;g++)p["_"+String.fromCharCode(g)]=g;var x=Object.getOwnPropertyNames(p).map(function(S){return p[S]});if(x.join("")!=="0123456789")return!1;var E={};return"abcdefghijklmnopqrst".split("").forEach(function(S){E[S]=S}),Object.keys(Object.assign({},E)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return xx=d()?Object.assign:function(v,p){for(var g,x=u(v),E,S=1;S<arguments.length;S++){g=Object(arguments[S]);for(var C in g)n.call(g,C)&&(x[C]=g[C]);if(i){E=i(g);for(var T=0;T<E.length;T++)o.call(g,E[T])&&(x[E[T]]=g[E[T]])}}return x},xx}var _x,g6;function Ex(){if(g6)return _x;g6=1;var i="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return _x=i,_x}var Cx,y6;function CM(){if(y6)return Cx;y6=1;var i=function(){};if(process.env.NODE_ENV!=="production"){var n=Ex(),o={},u=Function.call.bind(Object.prototype.hasOwnProperty);i=function(v){var p="Warning: "+v;typeof console<"u"&&console.error(p);try{throw new Error(p)}catch{}}}function d(v,p,g,x,E){if(process.env.NODE_ENV!=="production"){for(var S in v)if(u(v,S)){var C;try{if(typeof v[S]!="function"){var T=Error((x||"React class")+": "+g+" type `"+S+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof v[S]+"`.");throw T.name="Invariant Violation",T}C=v[S](p,S,x,g,null,n)}catch(N){C=N}if(C&&!(C instanceof Error)&&i((x||"React class")+": type specification of "+g+" `"+S+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof C+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),C instanceof Error&&!(C.message in o)){o[C.message]=!0;var P=E?E():"";i("Failed "+g+" type: "+C.message+(P??""))}}}}return d.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(o={})},Cx=d,Cx}var wx,b6;function wM(){if(b6)return wx;b6=1;var i=m6(),n=EM(),o=Ex(),u=CM(),d=Function.call.bind(Object.prototype.hasOwnProperty),v=function(){};process.env.NODE_ENV!=="production"&&(v=function(g){var x="Warning: "+g;typeof console<"u"&&console.error(x);try{throw new Error(x)}catch{}});function p(){return null}return wx=function(g,x){var E=typeof Symbol=="function"&&Symbol.iterator,S="@@iterator";function C(H){var z=H&&(E&&H[E]||H[S]);if(typeof z=="function")return z}var T="<<anonymous>>",P={array:F("array"),bool:F("boolean"),func:F("function"),number:F("number"),object:F("object"),string:F("string"),symbol:F("symbol"),any:B(),arrayOf:K,element:j(),elementType:U(),instanceOf:G,node:fe(),objectOf:ke,oneOf:Z,oneOfType:pe,shape:R,exact:de};function N(H,z){return H===z?H!==0||1/H===1/z:H!==H&&z!==z}function L(H){this.message=H,this.stack=""}L.prototype=Error.prototype;function A(H){if(process.env.NODE_ENV!=="production")var z={},he=0;function ge($e,Me,De,Fe,Be,Ye,ht){if(Fe=Fe||T,Ye=Ye||De,ht!==o){if(x){var Pe=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 Pe.name="Invariant Violation",Pe}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var ee=Fe+":"+De;!z[ee]&&he<3&&(v("You are manually calling a React.PropTypes validation function for the `"+Ye+"` prop on `"+Fe+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),z[ee]=!0,he++)}}return Me[De]==null?$e?Me[De]===null?new L("The "+Be+" `"+Ye+"` is marked as required "+("in `"+Fe+"`, but its value is `null`.")):new L("The "+Be+" `"+Ye+"` is marked as required in "+("`"+Fe+"`, but its value is `undefined`.")):null:H(Me,De,Fe,Be,Ye)}var _e=ge.bind(null,!1);return _e.isRequired=ge.bind(null,!0),_e}function F(H){function z(he,ge,_e,$e,Me,De){var Fe=he[ge],Be=be(Fe);if(Be!==H){var Ye=V(Fe);return new L("Invalid "+$e+" `"+Me+"` of type "+("`"+Ye+"` supplied to `"+_e+"`, expected ")+("`"+H+"`."))}return null}return A(z)}function B(){return A(p)}function K(H){function z(he,ge,_e,$e,Me){if(typeof H!="function")return new L("Property `"+Me+"` of component `"+_e+"` has invalid PropType notation inside arrayOf.");var De=he[ge];if(!Array.isArray(De)){var Fe=be(De);return new L("Invalid "+$e+" `"+Me+"` of type "+("`"+Fe+"` supplied to `"+_e+"`, expected an array."))}for(var Be=0;Be<De.length;Be++){var Ye=H(De,Be,_e,$e,Me+"["+Be+"]",o);if(Ye instanceof Error)return Ye}return null}return A(z)}function j(){function H(z,he,ge,_e,$e){var Me=z[he];if(!g(Me)){var De=be(Me);return new L("Invalid "+_e+" `"+$e+"` of type "+("`"+De+"` supplied to `"+ge+"`, expected a single ReactElement."))}return null}return A(H)}function U(){function H(z,he,ge,_e,$e){var Me=z[he];if(!i.isValidElementType(Me)){var De=be(Me);return new L("Invalid "+_e+" `"+$e+"` of type "+("`"+De+"` supplied to `"+ge+"`, expected a single ReactElement type."))}return null}return A(H)}function G(H){function z(he,ge,_e,$e,Me){if(!(he[ge]instanceof H)){var De=H.name||T,Fe=X(he[ge]);return new L("Invalid "+$e+" `"+Me+"` of type "+("`"+Fe+"` supplied to `"+_e+"`, expected ")+("instance of `"+De+"`."))}return null}return A(z)}function Z(H){if(!Array.isArray(H))return process.env.NODE_ENV!=="production"&&(arguments.length>1?v("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):v("Invalid argument supplied to oneOf, expected an array.")),p;function z(he,ge,_e,$e,Me){for(var De=he[ge],Fe=0;Fe<H.length;Fe++)if(N(De,H[Fe]))return null;var Be=JSON.stringify(H,function(Ye,ht){var Pe=V(ht);return Pe==="symbol"?String(ht):ht});return new L("Invalid "+$e+" `"+Me+"` of value `"+String(De)+"` "+("supplied to `"+_e+"`, expected one of "+Be+"."))}return A(z)}function ke(H){function z(he,ge,_e,$e,Me){if(typeof H!="function")return new L("Property `"+Me+"` of component `"+_e+"` has invalid PropType notation inside objectOf.");var De=he[ge],Fe=be(De);if(Fe!=="object")return new L("Invalid "+$e+" `"+Me+"` of type "+("`"+Fe+"` supplied to `"+_e+"`, expected an object."));for(var Be in De)if(d(De,Be)){var Ye=H(De,Be,_e,$e,Me+"."+Be,o);if(Ye instanceof Error)return Ye}return null}return A(z)}function pe(H){if(!Array.isArray(H))return process.env.NODE_ENV!=="production"&&v("Invalid argument supplied to oneOfType, expected an instance of array."),p;for(var z=0;z<H.length;z++){var he=H[z];if(typeof he!="function")return v("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+J(he)+" at index "+z+"."),p}function ge(_e,$e,Me,De,Fe){for(var Be=0;Be<H.length;Be++){var Ye=H[Be];if(Ye(_e,$e,Me,De,Fe,o)==null)return null}return new L("Invalid "+De+" `"+Fe+"` supplied to "+("`"+Me+"`."))}return A(ge)}function fe(){function H(z,he,ge,_e,$e){return re(z[he])?null:new L("Invalid "+_e+" `"+$e+"` supplied to "+("`"+ge+"`, expected a ReactNode."))}return A(H)}function R(H){function z(he,ge,_e,$e,Me){var De=he[ge],Fe=be(De);if(Fe!=="object")return new L("Invalid "+$e+" `"+Me+"` of type `"+Fe+"` "+("supplied to `"+_e+"`, expected `object`."));for(var Be in H){var Ye=H[Be];if(Ye){var ht=Ye(De,Be,_e,$e,Me+"."+Be,o);if(ht)return ht}}return null}return A(z)}function de(H){function z(he,ge,_e,$e,Me){var De=he[ge],Fe=be(De);if(Fe!=="object")return new L("Invalid "+$e+" `"+Me+"` of type `"+Fe+"` "+("supplied to `"+_e+"`, expected `object`."));var Be=n({},he[ge],H);for(var Ye in Be){var ht=H[Ye];if(!ht)return new L("Invalid "+$e+" `"+Me+"` key `"+Ye+"` supplied to `"+_e+"`.\nBad object: "+JSON.stringify(he[ge],null," ")+`
|
|
221
|
-
Valid keys: `+JSON.stringify(Object.keys(H),null," "));var Pe=ht(De,Ye,_e,$e,Me+"."+Ye,o);if(Pe)return Pe}return null}return A(z)}function re(H){switch(typeof H){case"number":case"string":case"undefined":return!0;case"boolean":return!H;case"object":if(Array.isArray(H))return H.every(re);if(H===null||g(H))return!0;var z=C(H);if(z){var he=z.call(H),ge;if(z!==H.entries){for(;!(ge=he.next()).done;)if(!re(ge.value))return!1}else for(;!(ge=he.next()).done;){var _e=ge.value;if(_e&&!re(_e[1]))return!1}}else return!1;return!0;default:return!1}}function ae(H,z){return H==="symbol"?!0:z?z["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&z instanceof Symbol:!1}function be(H){var z=typeof H;return Array.isArray(H)?"array":H instanceof RegExp?"object":ae(z,H)?"symbol":z}function V(H){if(typeof H>"u"||H===null)return""+H;var z=be(H);if(z==="object"){if(H instanceof Date)return"date";if(H instanceof RegExp)return"regexp"}return z}function J(H){var z=V(H);switch(z){case"array":case"object":return"an "+z;case"boolean":case"date":case"regexp":return"a "+z;default:return z}}function X(H){return!H.constructor||!H.constructor.name?T:H.constructor.name}return P.checkPropTypes=u,P.resetWarningCache=u.resetWarningCache,P.PropTypes=P,P},wx}var Sx,k6;function SM(){if(k6)return Sx;k6=1;var i=Ex();function n(){}function o(){}return o.resetWarningCache=n,Sx=function(){function u(p,g,x,E,S,C){if(C!==i){var T=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 T.name="Invariant Violation",T}}u.isRequired=u;function d(){return u}var v={array:u,bool:u,func:u,number:u,object:u,string:u,symbol:u,any:u,arrayOf:d,element:u,elementType:u,instanceOf:d,node:u,objectOf:d,oneOf:d,oneOfType:d,shape:d,exact:d,checkPropTypes:o,resetWarningCache:n};return v.PropTypes=v,v},Sx}if(process.env.NODE_ENV!=="production"){var TM=m6(),DM=!0;bx.exports=wM()(TM.isElement,DM)}else bx.exports=SM()();var PM=bx.exports,Wn=function(){return Wn=Object.assign||function(i){for(var n,o=1,u=arguments.length;o<u;o++){n=arguments[o];for(var d in n)Object.prototype.hasOwnProperty.call(n,d)&&(i[d]=n[d])}return i},Wn.apply(this,arguments)};function ku(i,n,o){if(o||arguments.length===2)for(var u=0,d=n.length,v;u<d;u++)(v||!(u in n))&&(v||(v=Array.prototype.slice.call(n,0,u)),v[u]=n[u]);return i.concat(v||Array.prototype.slice.call(n))}function $M(i){var n=Object.create(null);return function(o){return n[o]===void 0&&(n[o]=i(o)),n[o]}}var NM=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,LM=$M(function(i){return NM.test(i)||i.charCodeAt(0)===111&&i.charCodeAt(1)===110&&i.charCodeAt(2)<91}),MM=function(i,n,o,u){var d=o?o.call(u,i,n):void 0;if(d!==void 0)return!!d;if(i===n)return!0;if(typeof i!="object"||!i||typeof n!="object"||!n)return!1;var v=Object.keys(i),p=Object.keys(n);if(v.length!==p.length)return!1;for(var g=Object.prototype.hasOwnProperty.bind(n),x=0;x<v.length;x++){var E=v[x];if(!g(E))return!1;var S=i[E],C=n[E];if(d=o?o.call(u,S,C,E):void 0,d===!1||d===void 0&&S!==C)return!1}return!0};const AM=bM(MM);var an="-ms-",Xp="-moz-",Ht="-webkit-",x6="comm",mg="rule",Tx="decl",OM="@import",_6="@keyframes",FM="@layer",E6=Math.abs,Dx=String.fromCharCode,Px=Object.assign;function RM(i,n){return hi(i,0)^45?(((n<<2^hi(i,0))<<2^hi(i,1))<<2^hi(i,2))<<2^hi(i,3):0}function C6(i){return i.trim()}function da(i,n){return(i=n.exec(i))?i[0]:i}function bt(i,n,o){return i.replace(n,o)}function hg(i,n,o){return i.indexOf(n,o)}function hi(i,n){return i.charCodeAt(n)|0}function wd(i,n,o){return i.slice(n,o)}function bl(i){return i.length}function w6(i){return i.length}function Zp(i,n){return n.push(i),i}function zM(i,n){return i.map(n).join("")}function S6(i,n){return i.filter(function(o){return!da(o,n)})}var gg=1,Sd=1,T6=0,ho=0,Gn=0,Td="";function yg(i,n,o,u,d,v,p,g){return{value:i,root:n,parent:o,type:u,props:d,children:v,line:gg,column:Sd,length:p,return:"",siblings:g}}function xu(i,n){return Px(yg("",null,null,"",null,null,0,i.siblings),i,{length:-i.length},n)}function Dd(i){for(;i.root;)i=xu(i.root,{children:[i]});Zp(i,i.siblings)}function IM(){return Gn}function BM(){return Gn=ho>0?hi(Td,--ho):0,Sd--,Gn===10&&(Sd=1,gg--),Gn}function Uo(){return Gn=ho<T6?hi(Td,ho++):0,Sd++,Gn===10&&(Sd=1,gg++),Gn}function Ns(){return hi(Td,ho)}function bg(){return ho}function kg(i,n){return wd(Td,i,n)}function $x(i){switch(i){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function UM(i){return gg=Sd=1,T6=bl(Td=i),ho=0,[]}function VM(i){return Td="",i}function Nx(i){return C6(kg(ho-1,Lx(i===91?i+2:i===40?i+1:i)))}function KM(i){for(;(Gn=Ns())&&Gn<33;)Uo();return $x(i)>2||$x(Gn)>3?"":" "}function jM(i,n){for(;--n&&Uo()&&!(Gn<48||Gn>102||Gn>57&&Gn<65||Gn>70&&Gn<97););return kg(i,bg()+(n<6&&Ns()==32&&Uo()==32))}function Lx(i){for(;Uo();)switch(Gn){case i:return ho;case 34:case 39:i!==34&&i!==39&&Lx(Gn);break;case 40:i===41&&Lx(i);break;case 92:Uo();break}return ho}function HM(i,n){for(;Uo()&&i+Gn!==57&&!(i+Gn===84&&Ns()===47););return"/*"+kg(n,ho-1)+"*"+Dx(i===47?i:Uo())}function WM(i){for(;!$x(Ns());)Uo();return kg(i,ho)}function GM(i){return VM(xg("",null,null,null,[""],i=UM(i),0,[0],i))}function xg(i,n,o,u,d,v,p,g,x){for(var E=0,S=0,C=p,T=0,P=0,N=0,L=1,A=1,F=1,B=0,K="",j=d,U=v,G=u,Z=K;A;)switch(N=B,B=Uo()){case 40:if(N!=108&&hi(Z,C-1)==58){hg(Z+=bt(Nx(B),"&","&\f"),"&\f",E6(E?g[E-1]:0))!=-1&&(F=-1);break}case 34:case 39:case 91:Z+=Nx(B);break;case 9:case 10:case 13:case 32:Z+=KM(N);break;case 92:Z+=jM(bg()-1,7);continue;case 47:switch(Ns()){case 42:case 47:Zp(YM(HM(Uo(),bg()),n,o,x),x);break;default:Z+="/"}break;case 123*L:g[E++]=bl(Z)*F;case 125*L:case 59:case 0:switch(B){case 0:case 125:A=0;case 59+S:F==-1&&(Z=bt(Z,/\f/g,"")),P>0&&bl(Z)-C&&Zp(P>32?P6(Z+";",u,o,C-1,x):P6(bt(Z," ","")+";",u,o,C-2,x),x);break;case 59:Z+=";";default:if(Zp(G=D6(Z,n,o,E,S,d,g,K,j=[],U=[],C,v),v),B===123)if(S===0)xg(Z,n,G,G,j,v,C,g,U);else switch(T===99&&hi(Z,3)===110?100:T){case 100:case 108:case 109:case 115:xg(i,G,G,u&&Zp(D6(i,G,G,0,0,d,g,K,d,j=[],C,U),U),d,U,C,g,u?j:U);break;default:xg(Z,G,G,G,[""],U,0,g,U)}}E=S=P=0,L=F=1,K=Z="",C=p;break;case 58:C=1+bl(Z),P=N;default:if(L<1){if(B==123)--L;else if(B==125&&L++==0&&BM()==125)continue}switch(Z+=Dx(B),B*L){case 38:F=S>0?1:(Z+="\f",-1);break;case 44:g[E++]=(bl(Z)-1)*F,F=1;break;case 64:Ns()===45&&(Z+=Nx(Uo())),T=Ns(),S=C=bl(K=Z+=WM(bg())),B++;break;case 45:N===45&&bl(Z)==2&&(L=0)}}return v}function D6(i,n,o,u,d,v,p,g,x,E,S,C){for(var T=d-1,P=d===0?v:[""],N=w6(P),L=0,A=0,F=0;L<u;++L)for(var B=0,K=wd(i,T+1,T=E6(A=p[L])),j=i;B<N;++B)(j=C6(A>0?P[B]+" "+K:bt(K,/&\f/g,P[B])))&&(x[F++]=j);return yg(i,n,o,d===0?mg:g,x,E,S,C)}function YM(i,n,o,u){return yg(i,n,o,x6,Dx(IM()),wd(i,2,-2),0,u)}function P6(i,n,o,u,d){return yg(i,n,o,Tx,wd(i,0,u),wd(i,u+1,-1),u,d)}function $6(i,n,o){switch(RM(i,n)){case 5103:return Ht+"print-"+i+i;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return Ht+i+i;case 4789:return Xp+i+i;case 5349:case 4246:case 4810:case 6968:case 2756:return Ht+i+Xp+i+an+i+i;case 5936:switch(hi(i,n+11)){case 114:return Ht+i+an+bt(i,/[svh]\w+-[tblr]{2}/,"tb")+i;case 108:return Ht+i+an+bt(i,/[svh]\w+-[tblr]{2}/,"tb-rl")+i;case 45:return Ht+i+an+bt(i,/[svh]\w+-[tblr]{2}/,"lr")+i}case 6828:case 4268:case 2903:return Ht+i+an+i+i;case 6165:return Ht+i+an+"flex-"+i+i;case 5187:return Ht+i+bt(i,/(\w+).+(:[^]+)/,Ht+"box-$1$2"+an+"flex-$1$2")+i;case 5443:return Ht+i+an+"flex-item-"+bt(i,/flex-|-self/g,"")+(da(i,/flex-|baseline/)?"":an+"grid-row-"+bt(i,/flex-|-self/g,""))+i;case 4675:return Ht+i+an+"flex-line-pack"+bt(i,/align-content|flex-|-self/g,"")+i;case 5548:return Ht+i+an+bt(i,"shrink","negative")+i;case 5292:return Ht+i+an+bt(i,"basis","preferred-size")+i;case 6060:return Ht+"box-"+bt(i,"-grow","")+Ht+i+an+bt(i,"grow","positive")+i;case 4554:return Ht+bt(i,/([^-])(transform)/g,"$1"+Ht+"$2")+i;case 6187:return bt(bt(bt(i,/(zoom-|grab)/,Ht+"$1"),/(image-set)/,Ht+"$1"),i,"")+i;case 5495:case 3959:return bt(i,/(image-set\([^]*)/,Ht+"$1$`$1");case 4968:return bt(bt(i,/(.+:)(flex-)?(.*)/,Ht+"box-pack:$3"+an+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+Ht+i+i;case 4200:if(!da(i,/flex-|baseline/))return an+"grid-column-align"+wd(i,n)+i;break;case 2592:case 3360:return an+bt(i,"template-","")+i;case 4384:case 3616:return o&&o.some(function(u,d){return n=d,da(u.props,/grid-\w+-end/)})?~hg(i+(o=o[n].value),"span",0)?i:an+bt(i,"-start","")+i+an+"grid-row-span:"+(~hg(o,"span",0)?da(o,/\d+/):+da(o,/\d+/)-+da(i,/\d+/))+";":an+bt(i,"-start","")+i;case 4896:case 4128:return o&&o.some(function(u){return da(u.props,/grid-\w+-start/)})?i:an+bt(bt(i,"-end","-span"),"span ","")+i;case 4095:case 3583:case 4068:case 2532:return bt(i,/(.+)-inline(.+)/,Ht+"$1$2")+i;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(bl(i)-1-n>6)switch(hi(i,n+1)){case 109:if(hi(i,n+4)!==45)break;case 102:return bt(i,/(.+:)(.+)-([^]+)/,"$1"+Ht+"$2-$3$1"+Xp+(hi(i,n+3)==108?"$3":"$2-$3"))+i;case 115:return~hg(i,"stretch",0)?$6(bt(i,"stretch","fill-available"),n,o)+i:i}break;case 5152:case 5920:return bt(i,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(u,d,v,p,g,x,E){return an+d+":"+v+E+(p?an+d+"-span:"+(g?x:+x-+v)+E:"")+i});case 4949:if(hi(i,n+6)===121)return bt(i,":",":"+Ht)+i;break;case 6444:switch(hi(i,hi(i,14)===45?18:11)){case 120:return bt(i,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+Ht+(hi(i,14)===45?"inline-":"")+"box$3$1"+Ht+"$2$3$1"+an+"$2box$3")+i;case 100:return bt(i,":",":"+an)+i}break;case 5719:case 2647:case 2135:case 3927:case 2391:return bt(i,"scroll-","scroll-snap-")+i}return i}function _g(i,n){for(var o="",u=0;u<i.length;u++)o+=n(i[u],u,i,n)||"";return o}function qM(i,n,o,u){switch(i.type){case FM:if(i.children.length)break;case OM:case Tx:return i.return=i.return||i.value;case x6:return"";case _6:return i.return=i.value+"{"+_g(i.children,u)+"}";case mg:if(!bl(i.value=i.props.join(",")))return""}return bl(o=_g(i.children,u))?i.return=i.value+"{"+o+"}":""}function QM(i){var n=w6(i);return function(o,u,d,v){for(var p="",g=0;g<n;g++)p+=i[g](o,u,d,v)||"";return p}}function XM(i){return function(n){n.root||(n=n.return)&&i(n)}}function ZM(i,n,o,u){if(i.length>-1&&!i.return)switch(i.type){case Tx:i.return=$6(i.value,i.length,o);return;case _6:return _g([xu(i,{value:bt(i.value,"@","@"+Ht)})],u);case mg:if(i.length)return zM(o=i.props,function(d){switch(da(d,u=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":Dd(xu(i,{props:[bt(d,/:(read-\w+)/,":"+Xp+"$1")]})),Dd(xu(i,{props:[d]})),Px(i,{props:S6(o,u)});break;case"::placeholder":Dd(xu(i,{props:[bt(d,/:(plac\w+)/,":"+Ht+"input-$1")]})),Dd(xu(i,{props:[bt(d,/:(plac\w+)/,":"+Xp+"$1")]})),Dd(xu(i,{props:[bt(d,/:(plac\w+)/,an+"input-$1")]})),Dd(xu(i,{props:[d]})),Px(i,{props:S6(o,u)});break}return""})}}var JM={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},fa=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",N6="active",Eg="data-styled-version",Ls="6.1.8",Mx=`/*!sc*/
|
|
221
|
+
Valid keys: `+JSON.stringify(Object.keys(H),null," "));var Pe=ht(De,Ye,_e,$e,Me+"."+Ye,o);if(Pe)return Pe}return null}return A(z)}function re(H){switch(typeof H){case"number":case"string":case"undefined":return!0;case"boolean":return!H;case"object":if(Array.isArray(H))return H.every(re);if(H===null||g(H))return!0;var z=C(H);if(z){var he=z.call(H),ge;if(z!==H.entries){for(;!(ge=he.next()).done;)if(!re(ge.value))return!1}else for(;!(ge=he.next()).done;){var _e=ge.value;if(_e&&!re(_e[1]))return!1}}else return!1;return!0;default:return!1}}function ae(H,z){return H==="symbol"?!0:z?z["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&z instanceof Symbol:!1}function be(H){var z=typeof H;return Array.isArray(H)?"array":H instanceof RegExp?"object":ae(z,H)?"symbol":z}function V(H){if(typeof H>"u"||H===null)return""+H;var z=be(H);if(z==="object"){if(H instanceof Date)return"date";if(H instanceof RegExp)return"regexp"}return z}function J(H){var z=V(H);switch(z){case"array":case"object":return"an "+z;case"boolean":case"date":case"regexp":return"a "+z;default:return z}}function X(H){return!H.constructor||!H.constructor.name?T:H.constructor.name}return P.checkPropTypes=u,P.resetWarningCache=u.resetWarningCache,P.PropTypes=P,P},wx}var Sx,k6;function SM(){if(k6)return Sx;k6=1;var i=Ex();function n(){}function o(){}return o.resetWarningCache=n,Sx=function(){function u(p,g,x,E,S,C){if(C!==i){var T=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 T.name="Invariant Violation",T}}u.isRequired=u;function d(){return u}var v={array:u,bool:u,func:u,number:u,object:u,string:u,symbol:u,any:u,arrayOf:d,element:u,elementType:u,instanceOf:d,node:u,objectOf:d,oneOf:d,oneOfType:d,shape:d,exact:d,checkPropTypes:o,resetWarningCache:n};return v.PropTypes=v,v},Sx}if(process.env.NODE_ENV!=="production"){var TM=m6(),DM=!0;bx.exports=wM()(TM.isElement,DM)}else bx.exports=SM()();var PM=bx.exports,Wn=function(){return Wn=Object.assign||function(i){for(var n,o=1,u=arguments.length;o<u;o++){n=arguments[o];for(var d in n)Object.prototype.hasOwnProperty.call(n,d)&&(i[d]=n[d])}return i},Wn.apply(this,arguments)};function ku(i,n,o){if(o||arguments.length===2)for(var u=0,d=n.length,v;u<d;u++)(v||!(u in n))&&(v||(v=Array.prototype.slice.call(n,0,u)),v[u]=n[u]);return i.concat(v||Array.prototype.slice.call(n))}function $M(i){var n=Object.create(null);return function(o){return n[o]===void 0&&(n[o]=i(o)),n[o]}}var NM=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,LM=$M(function(i){return NM.test(i)||i.charCodeAt(0)===111&&i.charCodeAt(1)===110&&i.charCodeAt(2)<91}),MM=function(i,n,o,u){var d=o?o.call(u,i,n):void 0;if(d!==void 0)return!!d;if(i===n)return!0;if(typeof i!="object"||!i||typeof n!="object"||!n)return!1;var v=Object.keys(i),p=Object.keys(n);if(v.length!==p.length)return!1;for(var g=Object.prototype.hasOwnProperty.bind(n),x=0;x<v.length;x++){var E=v[x];if(!g(E))return!1;var S=i[E],C=n[E];if(d=o?o.call(u,S,C,E):void 0,d===!1||d===void 0&&S!==C)return!1}return!0};const AM=bM(MM);var an="-ms-",Xp="-moz-",Ht="-webkit-",x6="comm",mg="rule",Tx="decl",OM="@import",_6="@keyframes",FM="@layer",E6=Math.abs,Dx=String.fromCharCode,Px=Object.assign;function RM(i,n){return hi(i,0)^45?(((n<<2^hi(i,0))<<2^hi(i,1))<<2^hi(i,2))<<2^hi(i,3):0}function C6(i){return i.trim()}function fa(i,n){return(i=n.exec(i))?i[0]:i}function bt(i,n,o){return i.replace(n,o)}function hg(i,n,o){return i.indexOf(n,o)}function hi(i,n){return i.charCodeAt(n)|0}function wd(i,n,o){return i.slice(n,o)}function kl(i){return i.length}function w6(i){return i.length}function Zp(i,n){return n.push(i),i}function zM(i,n){return i.map(n).join("")}function S6(i,n){return i.filter(function(o){return!fa(o,n)})}var gg=1,Sd=1,T6=0,ho=0,Gn=0,Td="";function yg(i,n,o,u,d,v,p,g){return{value:i,root:n,parent:o,type:u,props:d,children:v,line:gg,column:Sd,length:p,return:"",siblings:g}}function xu(i,n){return Px(yg("",null,null,"",null,null,0,i.siblings),i,{length:-i.length},n)}function Dd(i){for(;i.root;)i=xu(i.root,{children:[i]});Zp(i,i.siblings)}function IM(){return Gn}function BM(){return Gn=ho>0?hi(Td,--ho):0,Sd--,Gn===10&&(Sd=1,gg--),Gn}function Uo(){return Gn=ho<T6?hi(Td,ho++):0,Sd++,Gn===10&&(Sd=1,gg++),Gn}function Ns(){return hi(Td,ho)}function bg(){return ho}function kg(i,n){return wd(Td,i,n)}function $x(i){switch(i){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function UM(i){return gg=Sd=1,T6=kl(Td=i),ho=0,[]}function VM(i){return Td="",i}function Nx(i){return C6(kg(ho-1,Lx(i===91?i+2:i===40?i+1:i)))}function KM(i){for(;(Gn=Ns())&&Gn<33;)Uo();return $x(i)>2||$x(Gn)>3?"":" "}function jM(i,n){for(;--n&&Uo()&&!(Gn<48||Gn>102||Gn>57&&Gn<65||Gn>70&&Gn<97););return kg(i,bg()+(n<6&&Ns()==32&&Uo()==32))}function Lx(i){for(;Uo();)switch(Gn){case i:return ho;case 34:case 39:i!==34&&i!==39&&Lx(Gn);break;case 40:i===41&&Lx(i);break;case 92:Uo();break}return ho}function HM(i,n){for(;Uo()&&i+Gn!==57&&!(i+Gn===84&&Ns()===47););return"/*"+kg(n,ho-1)+"*"+Dx(i===47?i:Uo())}function WM(i){for(;!$x(Ns());)Uo();return kg(i,ho)}function GM(i){return VM(xg("",null,null,null,[""],i=UM(i),0,[0],i))}function xg(i,n,o,u,d,v,p,g,x){for(var E=0,S=0,C=p,T=0,P=0,N=0,L=1,A=1,F=1,B=0,K="",j=d,U=v,G=u,Z=K;A;)switch(N=B,B=Uo()){case 40:if(N!=108&&hi(Z,C-1)==58){hg(Z+=bt(Nx(B),"&","&\f"),"&\f",E6(E?g[E-1]:0))!=-1&&(F=-1);break}case 34:case 39:case 91:Z+=Nx(B);break;case 9:case 10:case 13:case 32:Z+=KM(N);break;case 92:Z+=jM(bg()-1,7);continue;case 47:switch(Ns()){case 42:case 47:Zp(YM(HM(Uo(),bg()),n,o,x),x);break;default:Z+="/"}break;case 123*L:g[E++]=kl(Z)*F;case 125*L:case 59:case 0:switch(B){case 0:case 125:A=0;case 59+S:F==-1&&(Z=bt(Z,/\f/g,"")),P>0&&kl(Z)-C&&Zp(P>32?P6(Z+";",u,o,C-1,x):P6(bt(Z," ","")+";",u,o,C-2,x),x);break;case 59:Z+=";";default:if(Zp(G=D6(Z,n,o,E,S,d,g,K,j=[],U=[],C,v),v),B===123)if(S===0)xg(Z,n,G,G,j,v,C,g,U);else switch(T===99&&hi(Z,3)===110?100:T){case 100:case 108:case 109:case 115:xg(i,G,G,u&&Zp(D6(i,G,G,0,0,d,g,K,d,j=[],C,U),U),d,U,C,g,u?j:U);break;default:xg(Z,G,G,G,[""],U,0,g,U)}}E=S=P=0,L=F=1,K=Z="",C=p;break;case 58:C=1+kl(Z),P=N;default:if(L<1){if(B==123)--L;else if(B==125&&L++==0&&BM()==125)continue}switch(Z+=Dx(B),B*L){case 38:F=S>0?1:(Z+="\f",-1);break;case 44:g[E++]=(kl(Z)-1)*F,F=1;break;case 64:Ns()===45&&(Z+=Nx(Uo())),T=Ns(),S=C=kl(K=Z+=WM(bg())),B++;break;case 45:N===45&&kl(Z)==2&&(L=0)}}return v}function D6(i,n,o,u,d,v,p,g,x,E,S,C){for(var T=d-1,P=d===0?v:[""],N=w6(P),L=0,A=0,F=0;L<u;++L)for(var B=0,K=wd(i,T+1,T=E6(A=p[L])),j=i;B<N;++B)(j=C6(A>0?P[B]+" "+K:bt(K,/&\f/g,P[B])))&&(x[F++]=j);return yg(i,n,o,d===0?mg:g,x,E,S,C)}function YM(i,n,o,u){return yg(i,n,o,x6,Dx(IM()),wd(i,2,-2),0,u)}function P6(i,n,o,u,d){return yg(i,n,o,Tx,wd(i,0,u),wd(i,u+1,-1),u,d)}function $6(i,n,o){switch(RM(i,n)){case 5103:return Ht+"print-"+i+i;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return Ht+i+i;case 4789:return Xp+i+i;case 5349:case 4246:case 4810:case 6968:case 2756:return Ht+i+Xp+i+an+i+i;case 5936:switch(hi(i,n+11)){case 114:return Ht+i+an+bt(i,/[svh]\w+-[tblr]{2}/,"tb")+i;case 108:return Ht+i+an+bt(i,/[svh]\w+-[tblr]{2}/,"tb-rl")+i;case 45:return Ht+i+an+bt(i,/[svh]\w+-[tblr]{2}/,"lr")+i}case 6828:case 4268:case 2903:return Ht+i+an+i+i;case 6165:return Ht+i+an+"flex-"+i+i;case 5187:return Ht+i+bt(i,/(\w+).+(:[^]+)/,Ht+"box-$1$2"+an+"flex-$1$2")+i;case 5443:return Ht+i+an+"flex-item-"+bt(i,/flex-|-self/g,"")+(fa(i,/flex-|baseline/)?"":an+"grid-row-"+bt(i,/flex-|-self/g,""))+i;case 4675:return Ht+i+an+"flex-line-pack"+bt(i,/align-content|flex-|-self/g,"")+i;case 5548:return Ht+i+an+bt(i,"shrink","negative")+i;case 5292:return Ht+i+an+bt(i,"basis","preferred-size")+i;case 6060:return Ht+"box-"+bt(i,"-grow","")+Ht+i+an+bt(i,"grow","positive")+i;case 4554:return Ht+bt(i,/([^-])(transform)/g,"$1"+Ht+"$2")+i;case 6187:return bt(bt(bt(i,/(zoom-|grab)/,Ht+"$1"),/(image-set)/,Ht+"$1"),i,"")+i;case 5495:case 3959:return bt(i,/(image-set\([^]*)/,Ht+"$1$`$1");case 4968:return bt(bt(i,/(.+:)(flex-)?(.*)/,Ht+"box-pack:$3"+an+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+Ht+i+i;case 4200:if(!fa(i,/flex-|baseline/))return an+"grid-column-align"+wd(i,n)+i;break;case 2592:case 3360:return an+bt(i,"template-","")+i;case 4384:case 3616:return o&&o.some(function(u,d){return n=d,fa(u.props,/grid-\w+-end/)})?~hg(i+(o=o[n].value),"span",0)?i:an+bt(i,"-start","")+i+an+"grid-row-span:"+(~hg(o,"span",0)?fa(o,/\d+/):+fa(o,/\d+/)-+fa(i,/\d+/))+";":an+bt(i,"-start","")+i;case 4896:case 4128:return o&&o.some(function(u){return fa(u.props,/grid-\w+-start/)})?i:an+bt(bt(i,"-end","-span"),"span ","")+i;case 4095:case 3583:case 4068:case 2532:return bt(i,/(.+)-inline(.+)/,Ht+"$1$2")+i;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(kl(i)-1-n>6)switch(hi(i,n+1)){case 109:if(hi(i,n+4)!==45)break;case 102:return bt(i,/(.+:)(.+)-([^]+)/,"$1"+Ht+"$2-$3$1"+Xp+(hi(i,n+3)==108?"$3":"$2-$3"))+i;case 115:return~hg(i,"stretch",0)?$6(bt(i,"stretch","fill-available"),n,o)+i:i}break;case 5152:case 5920:return bt(i,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(u,d,v,p,g,x,E){return an+d+":"+v+E+(p?an+d+"-span:"+(g?x:+x-+v)+E:"")+i});case 4949:if(hi(i,n+6)===121)return bt(i,":",":"+Ht)+i;break;case 6444:switch(hi(i,hi(i,14)===45?18:11)){case 120:return bt(i,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+Ht+(hi(i,14)===45?"inline-":"")+"box$3$1"+Ht+"$2$3$1"+an+"$2box$3")+i;case 100:return bt(i,":",":"+an)+i}break;case 5719:case 2647:case 2135:case 3927:case 2391:return bt(i,"scroll-","scroll-snap-")+i}return i}function _g(i,n){for(var o="",u=0;u<i.length;u++)o+=n(i[u],u,i,n)||"";return o}function qM(i,n,o,u){switch(i.type){case FM:if(i.children.length)break;case OM:case Tx:return i.return=i.return||i.value;case x6:return"";case _6:return i.return=i.value+"{"+_g(i.children,u)+"}";case mg:if(!kl(i.value=i.props.join(",")))return""}return kl(o=_g(i.children,u))?i.return=i.value+"{"+o+"}":""}function QM(i){var n=w6(i);return function(o,u,d,v){for(var p="",g=0;g<n;g++)p+=i[g](o,u,d,v)||"";return p}}function XM(i){return function(n){n.root||(n=n.return)&&i(n)}}function ZM(i,n,o,u){if(i.length>-1&&!i.return)switch(i.type){case Tx:i.return=$6(i.value,i.length,o);return;case _6:return _g([xu(i,{value:bt(i.value,"@","@"+Ht)})],u);case mg:if(i.length)return zM(o=i.props,function(d){switch(fa(d,u=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":Dd(xu(i,{props:[bt(d,/:(read-\w+)/,":"+Xp+"$1")]})),Dd(xu(i,{props:[d]})),Px(i,{props:S6(o,u)});break;case"::placeholder":Dd(xu(i,{props:[bt(d,/:(plac\w+)/,":"+Ht+"input-$1")]})),Dd(xu(i,{props:[bt(d,/:(plac\w+)/,":"+Xp+"$1")]})),Dd(xu(i,{props:[bt(d,/:(plac\w+)/,an+"input-$1")]})),Dd(xu(i,{props:[d]})),Px(i,{props:S6(o,u)});break}return""})}}var JM={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},pa=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",N6="active",Eg="data-styled-version",Ls="6.1.8",Mx=`/*!sc*/
|
|
222
222
|
`,Ax=typeof window<"u"&&"HTMLElement"in window,eA=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==""?process.env.REACT_APP_SC_DISABLE_SPEEDY!=="false"&&process.env.REACT_APP_SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.SC_DISABLE_SPEEDY!==void 0&&process.env.SC_DISABLE_SPEEDY!==""?process.env.SC_DISABLE_SPEEDY!=="false"&&process.env.SC_DISABLE_SPEEDY:process.env.NODE_ENV!=="production"),tA={},L6=/invalid hook call/i,Cg=new Set,M6=function(i,n){if(process.env.NODE_ENV!=="production"){var o=n?' with the id of "'.concat(n,'"'):"",u="The component ".concat(i).concat(o,` has been created dynamically.
|
|
223
223
|
`)+`You may see this warning because you've called styled inside another component.
|
|
224
224
|
To resolve this only create new StyledComponents outside of any render method and function component.`,d=console.error;try{var v=!0;console.error=function(p){for(var g=[],x=1;x<arguments.length;x++)g[x-1]=arguments[x];L6.test(p)?(v=!1,Cg.delete(u)):d.apply(void 0,ku([p],g,!1))},b.useRef(),v&&!Cg.has(u)&&(console.warn(u),Cg.add(u))}catch(p){L6.test(p.message)&&Cg.delete(u)}finally{console.error=d}}},wg=Object.freeze([]),Pd=Object.freeze({});function Ox(i,n,o){return o===void 0&&(o=Pd),i.theme!==o.theme&&i.theme||n||o.theme}var Fx=new Set(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","track","u","ul","use","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"]),nA=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,iA=/(^-|-$)/g;function A6(i){return i.replace(nA,"-").replace(iA,"")}var rA=/(a)(d)/gi,Sg=52,O6=function(i){return String.fromCharCode(i+(i>25?39:97))};function Rx(i){var n,o="";for(n=Math.abs(i);n>Sg;n=n/Sg|0)o=O6(n%Sg)+o;return(O6(n%Sg)+o).replace(rA,"$1-$2")}var zx,F6=5381,Ms=function(i,n){for(var o=n.length;o;)i=33*i^n.charCodeAt(--o);return i},R6=function(i){return Ms(F6,i)};function Ix(i){return Rx(R6(i)>>>0)}function Tg(i){return process.env.NODE_ENV!=="production"&&typeof i=="string"&&i||i.displayName||i.name||"Component"}function Bx(i){return typeof i=="string"&&(process.env.NODE_ENV==="production"||i.charAt(0)===i.charAt(0).toLowerCase())}var z6=typeof Symbol=="function"&&Symbol.for,I6=z6?Symbol.for("react.memo"):60115,oA=z6?Symbol.for("react.forward_ref"):60112,lA={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},aA={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},B6={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},uA=((zx={})[oA]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},zx[I6]=B6,zx);function U6(i){return("type"in(n=i)&&n.type.$$typeof)===I6?B6:"$$typeof"in i?uA[i.$$typeof]:lA;var n}var sA=Object.defineProperty,cA=Object.getOwnPropertyNames,V6=Object.getOwnPropertySymbols,dA=Object.getOwnPropertyDescriptor,fA=Object.getPrototypeOf,K6=Object.prototype;function Ux(i,n,o){if(typeof n!="string"){if(K6){var u=fA(n);u&&u!==K6&&Ux(i,u,o)}var d=cA(n);V6&&(d=d.concat(V6(n)));for(var v=U6(i),p=U6(n),g=0;g<d.length;++g){var x=d[g];if(!(x in aA||o&&o[x]||p&&x in p||v&&x in v)){var E=dA(n,x);try{sA(i,x,E)}catch{}}}}return i}function As(i){return typeof i=="function"}function Dg(i){return typeof i=="object"&&"styledComponentId"in i}function Os(i,n){return i&&n?"".concat(i," ").concat(n):i||n||""}function Jp(i,n){if(i.length===0)return"";for(var o=i[0],u=1;u<i.length;u++)o+=n?n+i[u]:i[u];return o}function $d(i){return i!==null&&typeof i=="object"&&i.constructor.name===Object.name&&!("props"in i&&i.$$typeof)}function Vx(i,n,o){if(o===void 0&&(o=!1),!o&&!$d(i)&&!Array.isArray(i))return n;if(Array.isArray(n))for(var u=0;u<n.length;u++)i[u]=Vx(i[u],n[u]);else if($d(n))for(var u in n)i[u]=Vx(i[u],n[u]);return i}function Kx(i,n){Object.defineProperty(i,"toString",{value:n})}var pA=process.env.NODE_ENV!=="production"?{1:`Cannot create styled-component for component: %s.
|
|
@@ -262,7 +262,7 @@ as for instance in your render method then you may be running into this limitati
|
|
|
262
262
|
|
|
263
263
|
`,17:`CSSStyleSheet could not be found on HTMLStyleElement.
|
|
264
264
|
Has styled-components' style tag been unmounted or altered by another script?
|
|
265
|
-
`,18:"ThemeProvider: Please make sure your useTheme hook is within a `<ThemeProvider>`"}:{};function vA(){for(var i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];for(var o=i[0],u=[],d=1,v=i.length;d<v;d+=1)u.push(i[d]);return u.forEach(function(p){o=o.replace(/%[a-z]/,p)}),o}function Tr(i){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];return process.env.NODE_ENV==="production"?new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(i," for more information.").concat(n.length>0?" Args: ".concat(n.join(", ")):"")):new Error(vA.apply(void 0,ku([pA[i]],n,!1)).trim())}var mA=function(){function i(n){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=n}return i.prototype.indexOfGroup=function(n){for(var o=0,u=0;u<n;u++)o+=this.groupSizes[u];return o},i.prototype.insertRules=function(n,o){if(n>=this.groupSizes.length){for(var u=this.groupSizes,d=u.length,v=d;n>=v;)if((v<<=1)<0)throw Tr(16,"".concat(n));this.groupSizes=new Uint32Array(v),this.groupSizes.set(u),this.length=v;for(var p=d;p<v;p++)this.groupSizes[p]=0}for(var g=this.indexOfGroup(n+1),x=(p=0,o.length);p<x;p++)this.tag.insertRule(g,o[p])&&(this.groupSizes[n]++,g++)},i.prototype.clearGroup=function(n){if(n<this.length){var o=this.groupSizes[n],u=this.indexOfGroup(n),d=u+o;this.groupSizes[n]=0;for(var v=u;v<d;v++)this.tag.deleteRule(u)}},i.prototype.getGroup=function(n){var o="";if(n>=this.length||this.groupSizes[n]===0)return o;for(var u=this.groupSizes[n],d=this.indexOfGroup(n),v=d+u,p=d;p<v;p++)o+="".concat(this.tag.getRule(p)).concat(Mx);return o},i}(),Pg=new Map,$g=new Map,Ng=1,Lg=function(i){if(Pg.has(i))return Pg.get(i);for(;$g.has(Ng);)Ng++;var n=Ng++;if(process.env.NODE_ENV!=="production"&&((0|n)<0||n>1073741824))throw Tr(16,"".concat(n));return Pg.set(i,n),$g.set(n,i),n},hA=function(i,n){Ng=n+1,Pg.set(i,n),$g.set(n,i)},gA="style[".concat(fa,"][").concat(Eg,'="').concat(Ls,'"]'),yA=new RegExp("^".concat(fa,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),bA=function(i,n,o){for(var u,d=o.split(","),v=0,p=d.length;v<p;v++)(u=d[v])&&i.registerName(n,u)},kA=function(i,n){for(var o,u=((o=n.textContent)!==null&&o!==void 0?o:"").split(Mx),d=[],v=0,p=u.length;v<p;v++){var g=u[v].trim();if(g){var x=g.match(yA);if(x){var E=0|parseInt(x[1],10),S=x[2];E!==0&&(hA(S,E),bA(i,S,x[3]),i.getTag().insertRules(E,d)),d.length=0}else d.push(g)}}};function jx(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var j6=function(i){var n=document.head,o=i||n,u=document.createElement("style"),d=function(g){var x=Array.from(g.querySelectorAll("style[".concat(fa,"]")));return x[x.length-1]}(o),v=d!==void 0?d.nextSibling:null;u.setAttribute(fa,N6),u.setAttribute(Eg,Ls);var p=jx();return p&&u.setAttribute("nonce",p),o.insertBefore(u,v),u},xA=function(){function i(n){this.element=j6(n),this.element.appendChild(document.createTextNode("")),this.sheet=function(o){if(o.sheet)return o.sheet;for(var u=document.styleSheets,d=0,v=u.length;d<v;d++){var p=u[d];if(p.ownerNode===o)return p}throw Tr(17)}(this.element),this.length=0}return i.prototype.insertRule=function(n,o){try{return this.sheet.insertRule(o,n),this.length++,!0}catch{return!1}},i.prototype.deleteRule=function(n){this.sheet.deleteRule(n),this.length--},i.prototype.getRule=function(n){var o=this.sheet.cssRules[n];return o&&o.cssText?o.cssText:""},i}(),_A=function(){function i(n){this.element=j6(n),this.nodes=this.element.childNodes,this.length=0}return i.prototype.insertRule=function(n,o){if(n<=this.length&&n>=0){var u=document.createTextNode(o);return this.element.insertBefore(u,this.nodes[n]||null),this.length++,!0}return!1},i.prototype.deleteRule=function(n){this.element.removeChild(this.nodes[n]),this.length--},i.prototype.getRule=function(n){return n<this.length?this.nodes[n].textContent:""},i}(),EA=function(){function i(n){this.rules=[],this.length=0}return i.prototype.insertRule=function(n,o){return n<=this.length&&(this.rules.splice(n,0,o),this.length++,!0)},i.prototype.deleteRule=function(n){this.rules.splice(n,1),this.length--},i.prototype.getRule=function(n){return n<this.length?this.rules[n]:""},i}(),H6=Ax,CA={isServer:!Ax,useCSSOMInjection:!eA},Nd=function(){function i(n,o,u){n===void 0&&(n=Pd),o===void 0&&(o={});var d=this;this.options=Wn(Wn({},CA),n),this.gs=o,this.names=new Map(u),this.server=!!n.isServer,!this.server&&Ax&&H6&&(H6=!1,function(v){for(var p=document.querySelectorAll(gA),g=0,x=p.length;g<x;g++){var E=p[g];E&&E.getAttribute(fa)!==N6&&(kA(v,E),E.parentNode&&E.parentNode.removeChild(E))}}(this)),Kx(this,function(){return function(v){for(var p=v.getTag(),g=p.length,x="",E=function(C){var T=function(F){return $g.get(F)}(C);if(T===void 0)return"continue";var P=v.names.get(T),N=p.getGroup(C);if(P===void 0||N.length===0)return"continue";var L="".concat(fa,".g").concat(C,'[id="').concat(T,'"]'),A="";P!==void 0&&P.forEach(function(F){F.length>0&&(A+="".concat(F,","))}),x+="".concat(N).concat(L,'{content:"').concat(A,'"}').concat(Mx)},S=0;S<g;S++)E(S);return x}(d)})}return i.registerId=function(n){return Lg(n)},i.prototype.reconstructWithOptions=function(n,o){return o===void 0&&(o=!0),new i(Wn(Wn({},this.options),n),this.gs,o&&this.names||void 0)},i.prototype.allocateGSInstance=function(n){return this.gs[n]=(this.gs[n]||0)+1},i.prototype.getTag=function(){return this.tag||(this.tag=(n=function(o){var u=o.useCSSOMInjection,d=o.target;return o.isServer?new EA(d):u?new xA(d):new _A(d)}(this.options),new mA(n)));var n},i.prototype.hasNameForId=function(n,o){return this.names.has(n)&&this.names.get(n).has(o)},i.prototype.registerName=function(n,o){if(Lg(n),this.names.has(n))this.names.get(n).add(o);else{var u=new Set;u.add(o),this.names.set(n,u)}},i.prototype.insertRules=function(n,o,u){this.registerName(n,o),this.getTag().insertRules(Lg(n),u)},i.prototype.clearNames=function(n){this.names.has(n)&&this.names.get(n).clear()},i.prototype.clearRules=function(n){this.getTag().clearGroup(Lg(n)),this.clearNames(n)},i.prototype.clearTag=function(){this.tag=void 0},i}(),wA=/&/g,SA=/^\s*\/\/.*$/gm;function W6(i,n){return i.map(function(o){return o.type==="rule"&&(o.value="".concat(n," ").concat(o.value),o.value=o.value.replaceAll(",",",".concat(n," ")),o.props=o.props.map(function(u){return"".concat(n," ").concat(u)})),Array.isArray(o.children)&&o.type!=="@keyframes"&&(o.children=W6(o.children,n)),o})}function G6(i){var n,o,u,d=i===void 0?Pd:i,v=d.options,p=v===void 0?Pd:v,g=d.plugins,x=g===void 0?wg:g,E=function(T,P,N){return N.startsWith(o)&&N.endsWith(o)&&N.replaceAll(o,"").length>0?".".concat(n):T},S=x.slice();S.push(function(T){T.type===mg&&T.value.includes("&")&&(T.props[0]=T.props[0].replace(wA,o).replace(u,E))}),p.prefix&&S.push(ZM),S.push(qM);var C=function(T,P,N,L){P===void 0&&(P=""),N===void 0&&(N=""),L===void 0&&(L="&"),n=L,o=P,u=new RegExp("\\".concat(o,"\\b"),"g");var A=T.replace(SA,""),F=GM(N||P?"".concat(N," ").concat(P," { ").concat(A," }"):A);p.namespace&&(F=W6(F,p.namespace));var B=[];return _g(F,QM(S.concat(XM(function(K){return B.push(K)})))),B};return C.hash=x.length?x.reduce(function(T,P){return P.name||Tr(15),Ms(T,P.name)},F6).toString():"",C}var Y6=new Nd,Hx=G6(),Mg=b.createContext({shouldForwardProp:void 0,styleSheet:Y6,stylis:Hx}),TA=Mg.Consumer,DA=b.createContext(void 0);function Ag(){return b.useContext(Mg)}function q6(i){var n=b.useState(i.stylisPlugins),o=n[0],u=n[1],d=Ag().styleSheet,v=b.useMemo(function(){var x=d;return i.sheet?x=i.sheet:i.target&&(x=x.reconstructWithOptions({target:i.target},!1)),i.disableCSSOMInjection&&(x=x.reconstructWithOptions({useCSSOMInjection:!1})),x},[i.disableCSSOMInjection,i.sheet,i.target,d]),p=b.useMemo(function(){return G6({options:{namespace:i.namespace,prefix:i.enableVendorPrefixes},plugins:o})},[i.enableVendorPrefixes,i.namespace,o]);b.useEffect(function(){AM(o,i.stylisPlugins)||u(i.stylisPlugins)},[i.stylisPlugins]);var g=b.useMemo(function(){return{shouldForwardProp:i.shouldForwardProp,styleSheet:v,stylis:p}},[i.shouldForwardProp,v,p]);return b.createElement(Mg.Provider,{value:g},b.createElement(DA.Provider,{value:p},i.children))}var Wx=function(){function i(n,o){var u=this;this.inject=function(d,v){v===void 0&&(v=Hx);var p=u.name+v.hash;d.hasNameForId(u.id,p)||d.insertRules(u.id,p,v(u.rules,p,"@keyframes"))},this.name=n,this.id="sc-keyframes-".concat(n),this.rules=o,Kx(this,function(){throw Tr(12,String(u.name))})}return i.prototype.getName=function(n){return n===void 0&&(n=Hx),this.name+n.hash},i}(),PA=function(i){return i>="A"&&i<="Z"};function Q6(i){for(var n="",o=0;o<i.length;o++){var u=i[o];if(o===1&&u==="-"&&i[0]==="-")return i;PA(u)?n+="-"+u.toLowerCase():n+=u}return n.startsWith("ms-")?"-"+n:n}var X6=function(i){return i==null||i===!1||i===""},Z6=function(i){var n,o,u=[];for(var d in i){var v=i[d];i.hasOwnProperty(d)&&!X6(v)&&(Array.isArray(v)&&v.isCss||As(v)?u.push("".concat(Q6(d),":"),v,";"):$d(v)?u.push.apply(u,ku(ku(["".concat(d," {")],Z6(v),!1),["}"],!1)):u.push("".concat(Q6(d),": ").concat((n=d,(o=v)==null||typeof o=="boolean"||o===""?"":typeof o!="number"||o===0||n in JM||n.startsWith("--")?String(o).trim():"".concat(o,"px")),";")))}return u};function _u(i,n,o,u){if(X6(i))return[];if(Dg(i))return[".".concat(i.styledComponentId)];if(As(i)){if(!As(v=i)||v.prototype&&v.prototype.isReactComponent||!n)return[i];var d=i(n);return process.env.NODE_ENV==="production"||typeof d!="object"||Array.isArray(d)||d instanceof Wx||$d(d)||d===null||console.error("".concat(Tg(i)," is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.")),_u(d,n,o,u)}var v;return i instanceof Wx?o?(i.inject(o,u),[i.getName(u)]):[i]:$d(i)?Z6(i):Array.isArray(i)?Array.prototype.concat.apply(wg,i.map(function(p){return _u(p,n,o,u)})):[i.toString()]}function J6(i){for(var n=0;n<i.length;n+=1){var o=i[n];if(As(o)&&!Dg(o))return!1}return!0}var $A=R6(Ls),NA=function(){function i(n,o,u){this.rules=n,this.staticRulesId="",this.isStatic=process.env.NODE_ENV==="production"&&(u===void 0||u.isStatic)&&J6(n),this.componentId=o,this.baseHash=Ms($A,o),this.baseStyle=u,Nd.registerId(o)}return i.prototype.generateAndInjectStyles=function(n,o,u){var d=this.baseStyle?this.baseStyle.generateAndInjectStyles(n,o,u):"";if(this.isStatic&&!u.hash)if(this.staticRulesId&&o.hasNameForId(this.componentId,this.staticRulesId))d=Os(d,this.staticRulesId);else{var v=Jp(_u(this.rules,n,o,u)),p=Rx(Ms(this.baseHash,v)>>>0);if(!o.hasNameForId(this.componentId,p)){var g=u(v,".".concat(p),void 0,this.componentId);o.insertRules(this.componentId,p,g)}d=Os(d,p),this.staticRulesId=p}else{for(var x=Ms(this.baseHash,u.hash),E="",S=0;S<this.rules.length;S++){var C=this.rules[S];if(typeof C=="string")E+=C,process.env.NODE_ENV!=="production"&&(x=Ms(x,C));else if(C){var T=Jp(_u(C,n,o,u));x=Ms(x,T+S),E+=T}}if(E){var P=Rx(x>>>0);o.hasNameForId(this.componentId,P)||o.insertRules(this.componentId,P,u(E,".".concat(P),void 0,this.componentId)),d=Os(d,P)}}return d},i}(),Eu=b.createContext(void 0),LA=Eu.Consumer;function MA(){var i=b.useContext(Eu);if(!i)throw Tr(18);return i}function AA(i){var n=b.useContext(Eu),o=b.useMemo(function(){return function(u,d){if(!u)throw Tr(14);if(As(u)){var v=u(d);if(process.env.NODE_ENV!=="production"&&(v===null||Array.isArray(v)||typeof v!="object"))throw Tr(7);return v}if(Array.isArray(u)||typeof u!="object")throw Tr(8);return d?Wn(Wn({},d),u):u}(i.theme,n)},[i.theme,n]);return i.children?b.createElement(Eu.Provider,{value:o},i.children):null}var Gx={},eT=new Set;function OA(i,n,o){var u=Dg(i),d=i,v=!Bx(i),p=n.attrs,g=p===void 0?wg:p,x=n.componentId,E=x===void 0?function(j,U){var G=typeof j!="string"?"sc":A6(j);Gx[G]=(Gx[G]||0)+1;var Z="".concat(G,"-").concat(Ix(Ls+G+Gx[G]));return U?"".concat(U,"-").concat(Z):Z}(n.displayName,n.parentComponentId):x,S=n.displayName,C=S===void 0?function(j){return Bx(j)?"styled.".concat(j):"Styled(".concat(Tg(j),")")}(i):S,T=n.displayName&&n.componentId?"".concat(A6(n.displayName),"-").concat(n.componentId):n.componentId||E,P=u&&d.attrs?d.attrs.concat(g).filter(Boolean):g,N=n.shouldForwardProp;if(u&&d.shouldForwardProp){var L=d.shouldForwardProp;if(n.shouldForwardProp){var A=n.shouldForwardProp;N=function(j,U){return L(j,U)&&A(j,U)}}else N=L}var F=new NA(o,T,u?d.componentStyle:void 0);function B(j,U){return function(G,Z,ke){var pe=G.attrs,fe=G.componentStyle,R=G.defaultProps,de=G.foldedComponentIds,re=G.styledComponentId,ae=G.target,be=b.useContext(Eu),V=Ag(),J=G.shouldForwardProp||V.shouldForwardProp;process.env.NODE_ENV!=="production"&&b.useDebugValue(re);var X=Ox(Z,be,R)||Pd,H=function(Me,De,Fe){for(var Be,Ye=Wn(Wn({},De),{className:void 0,theme:Fe}),ht=0;ht<Me.length;ht+=1){var Pe=As(Be=Me[ht])?Be(Ye):Be;for(var ee in Pe)Ye[ee]=ee==="className"?Os(Ye[ee],Pe[ee]):ee==="style"?Wn(Wn({},Ye[ee]),Pe[ee]):Pe[ee]}return De.className&&(Ye.className=Os(Ye.className,De.className)),Ye}(pe,Z,X),z=H.as||ae,he={};for(var ge in H)H[ge]===void 0||ge[0]==="$"||ge==="as"||ge==="theme"&&H.theme===X||(ge==="forwardedAs"?he.as=H.forwardedAs:J&&!J(ge,z)||(he[ge]=H[ge],J||process.env.NODE_ENV!=="development"||LM(ge)||eT.has(ge)||!Fx.has(z)||(eT.add(ge),console.warn('styled-components: it looks like an unknown prop "'.concat(ge,'" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));var _e=function(Me,De){var Fe=Ag(),Be=Me.generateAndInjectStyles(De,Fe.styleSheet,Fe.stylis);return process.env.NODE_ENV!=="production"&&b.useDebugValue(Be),Be}(fe,H);process.env.NODE_ENV!=="production"&&G.warnTooManyClasses&&G.warnTooManyClasses(_e);var $e=Os(de,re);return _e&&($e+=" "+_e),H.className&&($e+=" "+H.className),he[Bx(z)&&!Fx.has(z)?"class":"className"]=$e,he.ref=ke,b.createElement(z,he)}(K,j,U)}B.displayName=C;var K=b.forwardRef(B);return K.attrs=P,K.componentStyle=F,K.displayName=C,K.shouldForwardProp=N,K.foldedComponentIds=u?Os(d.foldedComponentIds,d.styledComponentId):"",K.styledComponentId=T,K.target=u?d.target:i,Object.defineProperty(K,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(j){this._foldedDefaultProps=u?function(U){for(var G=[],Z=1;Z<arguments.length;Z++)G[Z-1]=arguments[Z];for(var ke=0,pe=G;ke<pe.length;ke++)Vx(U,pe[ke],!0);return U}({},d.defaultProps,j):j}}),process.env.NODE_ENV!=="production"&&(M6(C,T),K.warnTooManyClasses=function(j,U){var G={},Z=!1;return function(ke){if(!Z&&(G[ke]=!0,Object.keys(G).length>=200)){var pe=U?' with the id of "'.concat(U,'"'):"";console.warn("Over ".concat(200," classes were generated for component ").concat(j).concat(pe,`.
|
|
265
|
+
`,18:"ThemeProvider: Please make sure your useTheme hook is within a `<ThemeProvider>`"}:{};function vA(){for(var i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];for(var o=i[0],u=[],d=1,v=i.length;d<v;d+=1)u.push(i[d]);return u.forEach(function(p){o=o.replace(/%[a-z]/,p)}),o}function Tr(i){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];return process.env.NODE_ENV==="production"?new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(i," for more information.").concat(n.length>0?" Args: ".concat(n.join(", ")):"")):new Error(vA.apply(void 0,ku([pA[i]],n,!1)).trim())}var mA=function(){function i(n){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=n}return i.prototype.indexOfGroup=function(n){for(var o=0,u=0;u<n;u++)o+=this.groupSizes[u];return o},i.prototype.insertRules=function(n,o){if(n>=this.groupSizes.length){for(var u=this.groupSizes,d=u.length,v=d;n>=v;)if((v<<=1)<0)throw Tr(16,"".concat(n));this.groupSizes=new Uint32Array(v),this.groupSizes.set(u),this.length=v;for(var p=d;p<v;p++)this.groupSizes[p]=0}for(var g=this.indexOfGroup(n+1),x=(p=0,o.length);p<x;p++)this.tag.insertRule(g,o[p])&&(this.groupSizes[n]++,g++)},i.prototype.clearGroup=function(n){if(n<this.length){var o=this.groupSizes[n],u=this.indexOfGroup(n),d=u+o;this.groupSizes[n]=0;for(var v=u;v<d;v++)this.tag.deleteRule(u)}},i.prototype.getGroup=function(n){var o="";if(n>=this.length||this.groupSizes[n]===0)return o;for(var u=this.groupSizes[n],d=this.indexOfGroup(n),v=d+u,p=d;p<v;p++)o+="".concat(this.tag.getRule(p)).concat(Mx);return o},i}(),Pg=new Map,$g=new Map,Ng=1,Lg=function(i){if(Pg.has(i))return Pg.get(i);for(;$g.has(Ng);)Ng++;var n=Ng++;if(process.env.NODE_ENV!=="production"&&((0|n)<0||n>1073741824))throw Tr(16,"".concat(n));return Pg.set(i,n),$g.set(n,i),n},hA=function(i,n){Ng=n+1,Pg.set(i,n),$g.set(n,i)},gA="style[".concat(pa,"][").concat(Eg,'="').concat(Ls,'"]'),yA=new RegExp("^".concat(pa,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),bA=function(i,n,o){for(var u,d=o.split(","),v=0,p=d.length;v<p;v++)(u=d[v])&&i.registerName(n,u)},kA=function(i,n){for(var o,u=((o=n.textContent)!==null&&o!==void 0?o:"").split(Mx),d=[],v=0,p=u.length;v<p;v++){var g=u[v].trim();if(g){var x=g.match(yA);if(x){var E=0|parseInt(x[1],10),S=x[2];E!==0&&(hA(S,E),bA(i,S,x[3]),i.getTag().insertRules(E,d)),d.length=0}else d.push(g)}}};function jx(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var j6=function(i){var n=document.head,o=i||n,u=document.createElement("style"),d=function(g){var x=Array.from(g.querySelectorAll("style[".concat(pa,"]")));return x[x.length-1]}(o),v=d!==void 0?d.nextSibling:null;u.setAttribute(pa,N6),u.setAttribute(Eg,Ls);var p=jx();return p&&u.setAttribute("nonce",p),o.insertBefore(u,v),u},xA=function(){function i(n){this.element=j6(n),this.element.appendChild(document.createTextNode("")),this.sheet=function(o){if(o.sheet)return o.sheet;for(var u=document.styleSheets,d=0,v=u.length;d<v;d++){var p=u[d];if(p.ownerNode===o)return p}throw Tr(17)}(this.element),this.length=0}return i.prototype.insertRule=function(n,o){try{return this.sheet.insertRule(o,n),this.length++,!0}catch{return!1}},i.prototype.deleteRule=function(n){this.sheet.deleteRule(n),this.length--},i.prototype.getRule=function(n){var o=this.sheet.cssRules[n];return o&&o.cssText?o.cssText:""},i}(),_A=function(){function i(n){this.element=j6(n),this.nodes=this.element.childNodes,this.length=0}return i.prototype.insertRule=function(n,o){if(n<=this.length&&n>=0){var u=document.createTextNode(o);return this.element.insertBefore(u,this.nodes[n]||null),this.length++,!0}return!1},i.prototype.deleteRule=function(n){this.element.removeChild(this.nodes[n]),this.length--},i.prototype.getRule=function(n){return n<this.length?this.nodes[n].textContent:""},i}(),EA=function(){function i(n){this.rules=[],this.length=0}return i.prototype.insertRule=function(n,o){return n<=this.length&&(this.rules.splice(n,0,o),this.length++,!0)},i.prototype.deleteRule=function(n){this.rules.splice(n,1),this.length--},i.prototype.getRule=function(n){return n<this.length?this.rules[n]:""},i}(),H6=Ax,CA={isServer:!Ax,useCSSOMInjection:!eA},Nd=function(){function i(n,o,u){n===void 0&&(n=Pd),o===void 0&&(o={});var d=this;this.options=Wn(Wn({},CA),n),this.gs=o,this.names=new Map(u),this.server=!!n.isServer,!this.server&&Ax&&H6&&(H6=!1,function(v){for(var p=document.querySelectorAll(gA),g=0,x=p.length;g<x;g++){var E=p[g];E&&E.getAttribute(pa)!==N6&&(kA(v,E),E.parentNode&&E.parentNode.removeChild(E))}}(this)),Kx(this,function(){return function(v){for(var p=v.getTag(),g=p.length,x="",E=function(C){var T=function(F){return $g.get(F)}(C);if(T===void 0)return"continue";var P=v.names.get(T),N=p.getGroup(C);if(P===void 0||N.length===0)return"continue";var L="".concat(pa,".g").concat(C,'[id="').concat(T,'"]'),A="";P!==void 0&&P.forEach(function(F){F.length>0&&(A+="".concat(F,","))}),x+="".concat(N).concat(L,'{content:"').concat(A,'"}').concat(Mx)},S=0;S<g;S++)E(S);return x}(d)})}return i.registerId=function(n){return Lg(n)},i.prototype.reconstructWithOptions=function(n,o){return o===void 0&&(o=!0),new i(Wn(Wn({},this.options),n),this.gs,o&&this.names||void 0)},i.prototype.allocateGSInstance=function(n){return this.gs[n]=(this.gs[n]||0)+1},i.prototype.getTag=function(){return this.tag||(this.tag=(n=function(o){var u=o.useCSSOMInjection,d=o.target;return o.isServer?new EA(d):u?new xA(d):new _A(d)}(this.options),new mA(n)));var n},i.prototype.hasNameForId=function(n,o){return this.names.has(n)&&this.names.get(n).has(o)},i.prototype.registerName=function(n,o){if(Lg(n),this.names.has(n))this.names.get(n).add(o);else{var u=new Set;u.add(o),this.names.set(n,u)}},i.prototype.insertRules=function(n,o,u){this.registerName(n,o),this.getTag().insertRules(Lg(n),u)},i.prototype.clearNames=function(n){this.names.has(n)&&this.names.get(n).clear()},i.prototype.clearRules=function(n){this.getTag().clearGroup(Lg(n)),this.clearNames(n)},i.prototype.clearTag=function(){this.tag=void 0},i}(),wA=/&/g,SA=/^\s*\/\/.*$/gm;function W6(i,n){return i.map(function(o){return o.type==="rule"&&(o.value="".concat(n," ").concat(o.value),o.value=o.value.replaceAll(",",",".concat(n," ")),o.props=o.props.map(function(u){return"".concat(n," ").concat(u)})),Array.isArray(o.children)&&o.type!=="@keyframes"&&(o.children=W6(o.children,n)),o})}function G6(i){var n,o,u,d=i===void 0?Pd:i,v=d.options,p=v===void 0?Pd:v,g=d.plugins,x=g===void 0?wg:g,E=function(T,P,N){return N.startsWith(o)&&N.endsWith(o)&&N.replaceAll(o,"").length>0?".".concat(n):T},S=x.slice();S.push(function(T){T.type===mg&&T.value.includes("&")&&(T.props[0]=T.props[0].replace(wA,o).replace(u,E))}),p.prefix&&S.push(ZM),S.push(qM);var C=function(T,P,N,L){P===void 0&&(P=""),N===void 0&&(N=""),L===void 0&&(L="&"),n=L,o=P,u=new RegExp("\\".concat(o,"\\b"),"g");var A=T.replace(SA,""),F=GM(N||P?"".concat(N," ").concat(P," { ").concat(A," }"):A);p.namespace&&(F=W6(F,p.namespace));var B=[];return _g(F,QM(S.concat(XM(function(K){return B.push(K)})))),B};return C.hash=x.length?x.reduce(function(T,P){return P.name||Tr(15),Ms(T,P.name)},F6).toString():"",C}var Y6=new Nd,Hx=G6(),Mg=b.createContext({shouldForwardProp:void 0,styleSheet:Y6,stylis:Hx}),TA=Mg.Consumer,DA=b.createContext(void 0);function Ag(){return b.useContext(Mg)}function q6(i){var n=b.useState(i.stylisPlugins),o=n[0],u=n[1],d=Ag().styleSheet,v=b.useMemo(function(){var x=d;return i.sheet?x=i.sheet:i.target&&(x=x.reconstructWithOptions({target:i.target},!1)),i.disableCSSOMInjection&&(x=x.reconstructWithOptions({useCSSOMInjection:!1})),x},[i.disableCSSOMInjection,i.sheet,i.target,d]),p=b.useMemo(function(){return G6({options:{namespace:i.namespace,prefix:i.enableVendorPrefixes},plugins:o})},[i.enableVendorPrefixes,i.namespace,o]);b.useEffect(function(){AM(o,i.stylisPlugins)||u(i.stylisPlugins)},[i.stylisPlugins]);var g=b.useMemo(function(){return{shouldForwardProp:i.shouldForwardProp,styleSheet:v,stylis:p}},[i.shouldForwardProp,v,p]);return b.createElement(Mg.Provider,{value:g},b.createElement(DA.Provider,{value:p},i.children))}var Wx=function(){function i(n,o){var u=this;this.inject=function(d,v){v===void 0&&(v=Hx);var p=u.name+v.hash;d.hasNameForId(u.id,p)||d.insertRules(u.id,p,v(u.rules,p,"@keyframes"))},this.name=n,this.id="sc-keyframes-".concat(n),this.rules=o,Kx(this,function(){throw Tr(12,String(u.name))})}return i.prototype.getName=function(n){return n===void 0&&(n=Hx),this.name+n.hash},i}(),PA=function(i){return i>="A"&&i<="Z"};function Q6(i){for(var n="",o=0;o<i.length;o++){var u=i[o];if(o===1&&u==="-"&&i[0]==="-")return i;PA(u)?n+="-"+u.toLowerCase():n+=u}return n.startsWith("ms-")?"-"+n:n}var X6=function(i){return i==null||i===!1||i===""},Z6=function(i){var n,o,u=[];for(var d in i){var v=i[d];i.hasOwnProperty(d)&&!X6(v)&&(Array.isArray(v)&&v.isCss||As(v)?u.push("".concat(Q6(d),":"),v,";"):$d(v)?u.push.apply(u,ku(ku(["".concat(d," {")],Z6(v),!1),["}"],!1)):u.push("".concat(Q6(d),": ").concat((n=d,(o=v)==null||typeof o=="boolean"||o===""?"":typeof o!="number"||o===0||n in JM||n.startsWith("--")?String(o).trim():"".concat(o,"px")),";")))}return u};function _u(i,n,o,u){if(X6(i))return[];if(Dg(i))return[".".concat(i.styledComponentId)];if(As(i)){if(!As(v=i)||v.prototype&&v.prototype.isReactComponent||!n)return[i];var d=i(n);return process.env.NODE_ENV==="production"||typeof d!="object"||Array.isArray(d)||d instanceof Wx||$d(d)||d===null||console.error("".concat(Tg(i)," is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.")),_u(d,n,o,u)}var v;return i instanceof Wx?o?(i.inject(o,u),[i.getName(u)]):[i]:$d(i)?Z6(i):Array.isArray(i)?Array.prototype.concat.apply(wg,i.map(function(p){return _u(p,n,o,u)})):[i.toString()]}function J6(i){for(var n=0;n<i.length;n+=1){var o=i[n];if(As(o)&&!Dg(o))return!1}return!0}var $A=R6(Ls),NA=function(){function i(n,o,u){this.rules=n,this.staticRulesId="",this.isStatic=process.env.NODE_ENV==="production"&&(u===void 0||u.isStatic)&&J6(n),this.componentId=o,this.baseHash=Ms($A,o),this.baseStyle=u,Nd.registerId(o)}return i.prototype.generateAndInjectStyles=function(n,o,u){var d=this.baseStyle?this.baseStyle.generateAndInjectStyles(n,o,u):"";if(this.isStatic&&!u.hash)if(this.staticRulesId&&o.hasNameForId(this.componentId,this.staticRulesId))d=Os(d,this.staticRulesId);else{var v=Jp(_u(this.rules,n,o,u)),p=Rx(Ms(this.baseHash,v)>>>0);if(!o.hasNameForId(this.componentId,p)){var g=u(v,".".concat(p),void 0,this.componentId);o.insertRules(this.componentId,p,g)}d=Os(d,p),this.staticRulesId=p}else{for(var x=Ms(this.baseHash,u.hash),E="",S=0;S<this.rules.length;S++){var C=this.rules[S];if(typeof C=="string")E+=C,process.env.NODE_ENV!=="production"&&(x=Ms(x,C));else if(C){var T=Jp(_u(C,n,o,u));x=Ms(x,T+S),E+=T}}if(E){var P=Rx(x>>>0);o.hasNameForId(this.componentId,P)||o.insertRules(this.componentId,P,u(E,".".concat(P),void 0,this.componentId)),d=Os(d,P)}}return d},i}(),Eu=b.createContext(void 0),LA=Eu.Consumer;function MA(){var i=b.useContext(Eu);if(!i)throw Tr(18);return i}function AA(i){var n=b.useContext(Eu),o=b.useMemo(function(){return function(u,d){if(!u)throw Tr(14);if(As(u)){var v=u(d);if(process.env.NODE_ENV!=="production"&&(v===null||Array.isArray(v)||typeof v!="object"))throw Tr(7);return v}if(Array.isArray(u)||typeof u!="object")throw Tr(8);return d?Wn(Wn({},d),u):u}(i.theme,n)},[i.theme,n]);return i.children?b.createElement(Eu.Provider,{value:o},i.children):null}var Gx={},eT=new Set;function OA(i,n,o){var u=Dg(i),d=i,v=!Bx(i),p=n.attrs,g=p===void 0?wg:p,x=n.componentId,E=x===void 0?function(j,U){var G=typeof j!="string"?"sc":A6(j);Gx[G]=(Gx[G]||0)+1;var Z="".concat(G,"-").concat(Ix(Ls+G+Gx[G]));return U?"".concat(U,"-").concat(Z):Z}(n.displayName,n.parentComponentId):x,S=n.displayName,C=S===void 0?function(j){return Bx(j)?"styled.".concat(j):"Styled(".concat(Tg(j),")")}(i):S,T=n.displayName&&n.componentId?"".concat(A6(n.displayName),"-").concat(n.componentId):n.componentId||E,P=u&&d.attrs?d.attrs.concat(g).filter(Boolean):g,N=n.shouldForwardProp;if(u&&d.shouldForwardProp){var L=d.shouldForwardProp;if(n.shouldForwardProp){var A=n.shouldForwardProp;N=function(j,U){return L(j,U)&&A(j,U)}}else N=L}var F=new NA(o,T,u?d.componentStyle:void 0);function B(j,U){return function(G,Z,ke){var pe=G.attrs,fe=G.componentStyle,R=G.defaultProps,de=G.foldedComponentIds,re=G.styledComponentId,ae=G.target,be=b.useContext(Eu),V=Ag(),J=G.shouldForwardProp||V.shouldForwardProp;process.env.NODE_ENV!=="production"&&b.useDebugValue(re);var X=Ox(Z,be,R)||Pd,H=function(Me,De,Fe){for(var Be,Ye=Wn(Wn({},De),{className:void 0,theme:Fe}),ht=0;ht<Me.length;ht+=1){var Pe=As(Be=Me[ht])?Be(Ye):Be;for(var ee in Pe)Ye[ee]=ee==="className"?Os(Ye[ee],Pe[ee]):ee==="style"?Wn(Wn({},Ye[ee]),Pe[ee]):Pe[ee]}return De.className&&(Ye.className=Os(Ye.className,De.className)),Ye}(pe,Z,X),z=H.as||ae,he={};for(var ge in H)H[ge]===void 0||ge[0]==="$"||ge==="as"||ge==="theme"&&H.theme===X||(ge==="forwardedAs"?he.as=H.forwardedAs:J&&!J(ge,z)||(he[ge]=H[ge],J||process.env.NODE_ENV!=="development"||LM(ge)||eT.has(ge)||!Fx.has(z)||(eT.add(ge),console.warn('styled-components: it looks like an unknown prop "'.concat(ge,'" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));var _e=function(Me,De){var Fe=Ag(),Be=Me.generateAndInjectStyles(De,Fe.styleSheet,Fe.stylis);return process.env.NODE_ENV!=="production"&&b.useDebugValue(Be),Be}(fe,H);process.env.NODE_ENV!=="production"&&G.warnTooManyClasses&&G.warnTooManyClasses(_e);var $e=Os(de,re);return _e&&($e+=" "+_e),H.className&&($e+=" "+H.className),he[Bx(z)&&!Fx.has(z)?"class":"className"]=$e,he.ref=ke,b.createElement(z,he)}(K,j,U)}B.displayName=C;var K=b.forwardRef(B);return K.attrs=P,K.componentStyle=F,K.displayName=C,K.shouldForwardProp=N,K.foldedComponentIds=u?Os(d.foldedComponentIds,d.styledComponentId):"",K.styledComponentId=T,K.target=u?d.target:i,Object.defineProperty(K,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(j){this._foldedDefaultProps=u?function(U){for(var G=[],Z=1;Z<arguments.length;Z++)G[Z-1]=arguments[Z];for(var ke=0,pe=G;ke<pe.length;ke++)Vx(U,pe[ke],!0);return U}({},d.defaultProps,j):j}}),process.env.NODE_ENV!=="production"&&(M6(C,T),K.warnTooManyClasses=function(j,U){var G={},Z=!1;return function(ke){if(!Z&&(G[ke]=!0,Object.keys(G).length>=200)){var pe=U?' with the id of "'.concat(U,'"'):"";console.warn("Over ".concat(200," classes were generated for component ").concat(j).concat(pe,`.
|
|
266
266
|
`)+`Consider using the attrs method, together with a style object for frequently changed styles.
|
|
267
267
|
Example:
|
|
268
268
|
const Component = styled.div.attrs(props => ({
|
|
@@ -271,8 +271,8 @@ Example:
|
|
|
271
271
|
},
|
|
272
272
|
}))\`width: 100%;\`
|
|
273
273
|
|
|
274
|
-
<Component />`),Z=!0,G={}}}}(C,T)),Kx(K,function(){return".".concat(K.styledComponentId)}),v&&Ux(K,i,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),K}function tT(i,n){for(var o=[i[0]],u=0,d=n.length;u<d;u+=1)o.push(n[u],i[u+1]);return o}var nT=function(i){return Object.assign(i,{isCss:!0})};function Og(i){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];if(As(i)||$d(i))return nT(_u(tT(wg,ku([i],n,!0))));var u=i;return n.length===0&&u.length===1&&typeof u[0]=="string"?_u(u):nT(_u(tT(u,n)))}function Yx(i,n,o){if(o===void 0&&(o=Pd),!n)throw Tr(1,n);var u=function(d){for(var v=[],p=1;p<arguments.length;p++)v[p-1]=arguments[p];return i(n,o,Og.apply(void 0,ku([d],v,!1)))};return u.attrs=function(d){return Yx(i,n,Wn(Wn({},o),{attrs:Array.prototype.concat(o.attrs,d).filter(Boolean)}))},u.withConfig=function(d){return Yx(i,n,Wn(Wn({},o),d))},u}var iT=function(i){return Yx(OA,i)},qx=iT;Fx.forEach(function(i){qx[i]=iT(i)});var FA=function(){function i(n,o){this.rules=n,this.componentId=o,this.isStatic=J6(n),Nd.registerId(this.componentId+1)}return i.prototype.createStyles=function(n,o,u,d){var v=d(Jp(_u(this.rules,o,u,d)),""),p=this.componentId+n;u.insertRules(p,p,v)},i.prototype.removeStyles=function(n,o){o.clearRules(this.componentId+n)},i.prototype.renderStyles=function(n,o,u,d){n>2&&Nd.registerId(this.componentId+n),this.removeStyles(n,u),this.createStyles(n,o,u,d)},i}();function RA(i){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];var u=Og.apply(void 0,ku([i],n,!1)),d="sc-global-".concat(Ix(JSON.stringify(u))),v=new FA(u,d);process.env.NODE_ENV!=="production"&&M6(d);var p=function(x){var E=Ag(),S=b.useContext(Eu),C=b.useRef(E.styleSheet.allocateGSInstance(d)).current;return process.env.NODE_ENV!=="production"&&b.Children.count(x.children)&&console.warn("The global style component ".concat(d," was given child JSX. createGlobalStyle does not render children.")),process.env.NODE_ENV!=="production"&&u.some(function(T){return typeof T=="string"&&T.indexOf("@import")!==-1})&&console.warn("Please do not use @import CSS syntax in createGlobalStyle at this time, as the CSSOM APIs we use in production do not handle it well. Instead, we recommend using a library such as react-helmet to inject a typical <link> meta tag to the stylesheet, or simply embedding it manually in your index.html <head> section for a simpler app."),E.styleSheet.server&&g(C,x,E.styleSheet,S,E.stylis),b.useLayoutEffect(function(){if(!E.styleSheet.server)return g(C,x,E.styleSheet,S,E.stylis),function(){return v.removeStyles(C,E.styleSheet)}},[C,x,E.styleSheet,S,E.stylis]),null};function g(x,E,S,C,T){if(v.isStatic)v.renderStyles(x,tA,S,T);else{var P=Wn(Wn({},E),{theme:Ox(E,C,p.defaultProps)});v.renderStyles(x,P,S,T)}}return b.memo(p)}function zA(i){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn("`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.");var u=Jp(Og.apply(void 0,ku([i],n,!1))),d=Ix(u);return new Wx(d,u)}function IA(i){var n=b.forwardRef(function(o,u){var d=Ox(o,b.useContext(Eu),i.defaultProps);return process.env.NODE_ENV!=="production"&&d===void 0&&console.warn('[withTheme] You are not using a ThemeProvider nor passing a theme prop or a theme in defaultProps in component class "'.concat(Tg(i),'"')),b.createElement(i,Wn({},o,{theme:d,ref:u}))});return n.displayName="WithTheme(".concat(Tg(i),")"),Ux(n,i)}var BA=function(){function i(){var n=this;this._emitSheetCSS=function(){var o=n.instance.toString(),u=jx(),d=Jp([u&&'nonce="'.concat(u,'"'),"".concat(
|
|
274
|
+
<Component />`),Z=!0,G={}}}}(C,T)),Kx(K,function(){return".".concat(K.styledComponentId)}),v&&Ux(K,i,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),K}function tT(i,n){for(var o=[i[0]],u=0,d=n.length;u<d;u+=1)o.push(n[u],i[u+1]);return o}var nT=function(i){return Object.assign(i,{isCss:!0})};function Og(i){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];if(As(i)||$d(i))return nT(_u(tT(wg,ku([i],n,!0))));var u=i;return n.length===0&&u.length===1&&typeof u[0]=="string"?_u(u):nT(_u(tT(u,n)))}function Yx(i,n,o){if(o===void 0&&(o=Pd),!n)throw Tr(1,n);var u=function(d){for(var v=[],p=1;p<arguments.length;p++)v[p-1]=arguments[p];return i(n,o,Og.apply(void 0,ku([d],v,!1)))};return u.attrs=function(d){return Yx(i,n,Wn(Wn({},o),{attrs:Array.prototype.concat(o.attrs,d).filter(Boolean)}))},u.withConfig=function(d){return Yx(i,n,Wn(Wn({},o),d))},u}var iT=function(i){return Yx(OA,i)},qx=iT;Fx.forEach(function(i){qx[i]=iT(i)});var FA=function(){function i(n,o){this.rules=n,this.componentId=o,this.isStatic=J6(n),Nd.registerId(this.componentId+1)}return i.prototype.createStyles=function(n,o,u,d){var v=d(Jp(_u(this.rules,o,u,d)),""),p=this.componentId+n;u.insertRules(p,p,v)},i.prototype.removeStyles=function(n,o){o.clearRules(this.componentId+n)},i.prototype.renderStyles=function(n,o,u,d){n>2&&Nd.registerId(this.componentId+n),this.removeStyles(n,u),this.createStyles(n,o,u,d)},i}();function RA(i){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];var u=Og.apply(void 0,ku([i],n,!1)),d="sc-global-".concat(Ix(JSON.stringify(u))),v=new FA(u,d);process.env.NODE_ENV!=="production"&&M6(d);var p=function(x){var E=Ag(),S=b.useContext(Eu),C=b.useRef(E.styleSheet.allocateGSInstance(d)).current;return process.env.NODE_ENV!=="production"&&b.Children.count(x.children)&&console.warn("The global style component ".concat(d," was given child JSX. createGlobalStyle does not render children.")),process.env.NODE_ENV!=="production"&&u.some(function(T){return typeof T=="string"&&T.indexOf("@import")!==-1})&&console.warn("Please do not use @import CSS syntax in createGlobalStyle at this time, as the CSSOM APIs we use in production do not handle it well. Instead, we recommend using a library such as react-helmet to inject a typical <link> meta tag to the stylesheet, or simply embedding it manually in your index.html <head> section for a simpler app."),E.styleSheet.server&&g(C,x,E.styleSheet,S,E.stylis),b.useLayoutEffect(function(){if(!E.styleSheet.server)return g(C,x,E.styleSheet,S,E.stylis),function(){return v.removeStyles(C,E.styleSheet)}},[C,x,E.styleSheet,S,E.stylis]),null};function g(x,E,S,C,T){if(v.isStatic)v.renderStyles(x,tA,S,T);else{var P=Wn(Wn({},E),{theme:Ox(E,C,p.defaultProps)});v.renderStyles(x,P,S,T)}}return b.memo(p)}function zA(i){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn("`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.");var u=Jp(Og.apply(void 0,ku([i],n,!1))),d=Ix(u);return new Wx(d,u)}function IA(i){var n=b.forwardRef(function(o,u){var d=Ox(o,b.useContext(Eu),i.defaultProps);return process.env.NODE_ENV!=="production"&&d===void 0&&console.warn('[withTheme] You are not using a ThemeProvider nor passing a theme prop or a theme in defaultProps in component class "'.concat(Tg(i),'"')),b.createElement(i,Wn({},o,{theme:d,ref:u}))});return n.displayName="WithTheme(".concat(Tg(i),")"),Ux(n,i)}var BA=function(){function i(){var n=this;this._emitSheetCSS=function(){var o=n.instance.toString(),u=jx(),d=Jp([u&&'nonce="'.concat(u,'"'),"".concat(pa,'="true"'),"".concat(Eg,'="').concat(Ls,'"')].filter(Boolean)," ");return"<style ".concat(d,">").concat(o,"</style>")},this.getStyleTags=function(){if(n.sealed)throw Tr(2);return n._emitSheetCSS()},this.getStyleElement=function(){var o;if(n.sealed)throw Tr(2);var u=((o={})[pa]="",o[Eg]=Ls,o.dangerouslySetInnerHTML={__html:n.instance.toString()},o),d=jx();return d&&(u.nonce=d),[b.createElement("style",Wn({},u,{key:"sc-0-0"}))]},this.seal=function(){n.sealed=!0},this.instance=new Nd({isServer:!0}),this.sealed=!1}return i.prototype.collectStyles=function(n){if(this.sealed)throw Tr(2);return b.createElement(q6,{sheet:this.instance},n)},i.prototype.interleaveWithNodeStream=function(n){throw Tr(3)},i}(),UA={StyleSheet:Nd,mainSheet:Y6};process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn(`It looks like you've imported 'styled-components' on React Native.
|
|
275
275
|
Perhaps you're looking to import 'styled-components/native'?
|
|
276
|
-
Read more about this at https://www.styled-components.com/docs/basics#react-native`);var Fg="__sc-".concat(
|
|
276
|
+
Read more about this at https://www.styled-components.com/docs/basics#react-native`);var Fg="__sc-".concat(pa,"__");process.env.NODE_ENV!=="production"&&process.env.NODE_ENV!=="test"&&typeof window<"u"&&(window[Fg]||(window[Fg]=0),window[Fg]===1&&console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
|
|
277
277
|
|
|
278
|
-
See https://s-c.sh/2BAXzed for more info.`),window[Fg]+=1);const VA=Object.freeze(Object.defineProperty({__proto__:null,ServerStyleSheet:BA,StyleSheetConsumer:TA,StyleSheetContext:Mg,StyleSheetManager:q6,ThemeConsumer:LA,ThemeContext:Eu,ThemeProvider:AA,__PRIVATE__:UA,createGlobalStyle:RA,css:Og,default:qx,isStyledComponent:Dg,keyframes:zA,styled:qx,useTheme:MA,version:Ls,withTheme:IA},Symbol.toStringTag,{value:"Module"})),KA=kM(VA);mo.__esModule=!0,mo.default=mo.BaseIconUI=void 0;var jA=rT(PM),HA=rT(KA),WA=le;function rT(i){return i&&i.__esModule?i:{default:i}}const oT=(0,HA.default)("span").withConfig({displayName:"baseIcon__BaseIconUI",componentId:"sc-q7zmye-0"})(["svg{display:block;height:100%;width:100%;}"]);mo.BaseIconUI=oT;function Qx({svg:i='<svg width="20" height="20">test</svg>',...n}){const o=document.createElement("div");return o.innerHTML=i,(0,WA.jsx)(oT,{...n,"data-cy":"BaseIcon",dangerouslySetInnerHTML:{__html:i}})}Qx.propTypes={svg:jA.default.string},Qx.displayName="BaseIcon";var GA=Qx;mo.default=GA;var lT=void 0,YA=QA(mo),qA=le;function QA(i){return i&&i.__esModule?i:{default:i}}const XA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M20.549 14.858a4.22 4.22 0 0 1-.186 4.13A4.213 4.213 0 0 1 16.753 21H7.247c-1.48 0-2.83-.751-3.608-2.012a4.22 4.22 0 0 1-.186-4.13l4.754-9.512A4.219 4.219 0 0 1 11.999 3c1.618 0 3.072.9 3.796 2.346l4.754 9.512zm-1.887 3.078a2.232 2.232 0 0 0 .098-2.183L14.006 6.24A2.201 2.201 0 0 0 12 5.001a2.2 2.2 0 0 0-2.005 1.24L5.24 15.753a2.232 2.232 0 0 0 .098 2.183 2.227 2.227 0 0 0 1.907 1.063h9.508c.783 0 1.496-.397 1.908-1.063zM12 13.997a1 1 0 0 1-1-1V9.003a1 1 0 1 1 2 0v3.994a1 1 0 0 1-1 1zm.019 1a1 1 0 1 1 0 2.002 1.004 1.004 0 0 1-1.005-1c0-.554.443-1.001.995-1.001h.01z"/></svg>';function aT(i){return(0,qA.jsx)(YA.default,{svg:XA,...i})}aT.displayName="alert";var ZA=aT;lT=ZA;var Xx=void 0,JA=tO(mo),eO=le;function tO(i){return i&&i.__esModule?i:{default:i}}const nO='<svg enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m12 14.5 4-3.8-1.2-1.2-2.8 2.7-2.8-2.7-1.2 1.2z"/></svg>';function uT(i){return(0,eO.jsx)(JA.default,{svg:nO,...i})}uT.displayName="chevron-down";var iO=uT;Xx=iO;var sT=void 0,rO=lO(mo),oO=le;function lO(i){return i&&i.__esModule?i:{default:i}}const aO='<svg enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m12 9.5-4 3.8 1.2 1.2 2.8-2.7 2.8 2.7 1.2-1.2z"/></svg>';function cT(i){return(0,oO.jsx)(rO.default,{svg:aO,...i})}cT.displayName="chevron-up";var uO=cT;sT=uO;var sO=dO(mo),cO=le;function dO(i){return i&&i.__esModule?i:{default:i}}const fO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M13.414 12l4.293-4.293a.999.999 0 1 0-1.414-1.414L12 10.586 7.707 6.293a.999.999 0 1 0-1.414 1.414L10.586 12l-4.293 4.293a.999.999 0 1 0 1.414 1.414L12 13.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L13.414 12z"/></svg>';function pO(i){return(0,cO.jsx)(sO.default,{svg:fO,...i})}pO.displayName="cross-medium";var vO=hO(mo),mO=le;function hO(i){return i&&i.__esModule?i:{default:i}}const gO='<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 18c0-1.1046-.8954-2-2-2s-2 .8954-2 2 .8954 2 2 2 2-.8954 2-2Zm0-6c0-1.1046-.8954-2-2-2s-2 .8954-2 2 .8954 2 2 2 2-.8954 2-2Zm-2-8c1.1046 0 2 .89543 2 2s-.8954 2-2 2-2-.89543-2-2 .8954-2 2-2Z" fill="#000"/></svg>';function yO(i){return(0,mO.jsx)(vO.default,{svg:gO,...i})}yO.displayName="kebab-large";var dT=void 0,bO=xO(mo),kO=le;function xO(i){return i&&i.__esModule?i:{default:i}}const _O='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M6 11.5C6 9.019 8.019 7 10.5 7S15 9.019 15 11.5 12.981 16 10.5 16A4.505 4.505 0 0 1 6 11.5m13.707 7.793l-3.965-3.966A6.456 6.456 0 0 0 17 11.5C17 7.916 14.084 5 10.5 5A6.508 6.508 0 0 0 4 11.5c0 3.584 2.916 6.5 6.5 6.5a6.455 6.455 0 0 0 3.828-1.259l3.965 3.966a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414"/></svg>';function fT(i){return(0,kO.jsx)(bO.default,{svg:_O,...i})}fT.displayName="search-medium";var EO=fT;dT=EO;var CO=SO(mo),wO=le;function SO(i){return i&&i.__esModule?i:{default:i}}const TO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 18c0 .6-.4 1-1 1H8c-.6 0-1-.4-1-1V9h9v9zM10 6c0-.6.4-1 1-1h1c.6 0 1 .4 1 1v1h-3V6zm2-3h-1C9.3 3 8 4.3 8 6v1H5c-.6 0-1 .4-1 1s.4 1 1 1v9c0 1.7 1.3 3 3 3h7c1.7 0 3-1.3 3-3V9c.6 0 1-.4 1-1s-.4-1-1-1h-3V6c0-1.7-1.3-3-3-3zm-2 8c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1m3 0c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1"/></svg>';function DO(i){return(0,wO.jsx)(CO.default,{svg:TO,...i})}DO.displayName="trash";const pT=b.forwardRef((i,n)=>le.jsx("svg",{ref:n,xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...i,children:le.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 4.5C7.41015 4.5 4.5 7.41015 4.5 11C4.5 14.5899 7.41015 17.5 11 17.5C12.5247 17.5 13.9268 16.975 15.0353 16.096L18.2197 19.2803C18.5126 19.5732 18.9874 19.5732 19.2803 19.2803C19.5732 18.9874 19.5732 18.5126 19.2803 18.2197L16.096 15.0354C16.975 13.9268 17.5 12.5247 17.5 11C17.5 7.41015 14.5899 4.5 11 4.5ZM6 11C6 8.23858 8.23858 6 11 6C13.7614 6 16 8.23858 16 11C16 13.7614 13.7614 16 11 16C8.23858 16 6 13.7614 6 11Z",fill:"#7E8E9E"})}));pT.displayName="Search";const Wr={container:"ui-kit__combobox-module__container",itemRow:"ui-kit__combobox-module__itemRow",triggerButton:"ui-kit__combobox-module__triggerButton",popover:"ui-kit__combobox-module__popover",dropdownInner:"ui-kit__combobox-module__dropdownInner",searchInput:"ui-kit__combobox-module__searchInput",listBox:"ui-kit__combobox-module__listBox",listBoxItem:"ui-kit__combobox-module__listBoxItem",itemContent:"ui-kit__combobox-module__itemContent",emptyState:"ui-kit__combobox-module__emptyState",chip:"ui-kit__combobox-module__chip"};function PO({placement:i="bottom end",items:n,getText:o,renderItem:u=B=>o(B),renderSelectedItem:d,selectionMode:v="single",selectedItems:p=[],onChange:g,showSearch:x=!1,searchValue:E,onSearchChange:S,isDisabled:C=!1,isOpen:T,defaultOpen:P,onOpenChange:N,withColorIndicator:L,renderTrigger:A,ariaLabel:F="Options"}){const[B,K]=b.useState(!!P),j=b.useRef(null),U=b.useRef(null),G=T??B,Z=V=>{N==null||N(V),T===void 0&&K(V)},[ke,pe]=b.useState(""),fe=E??ke,R=V=>{E===void 0&&pe(V),S==null||S(V)},de=b.useMemo(()=>{if(!x)return n;const V=fe.trim().toLowerCase();return V?n.filter(J=>o(J).toLowerCase().includes(V)):n},[n,x,fe,o]),re=b.useMemo(()=>new Set((p??[]).map(V=>String(V.id))),[p]),ae=V=>{if(!g||C)return;if(V==="all")return g(de);const J=new Set(Array.from(V).map(String)),X=de.filter(H=>J.has(String(H.id)));g(X)},be={slot:"trigger",isDisabled:C,className:Wr.triggerButton,"aria-label":F};return b.useEffect(()=>{var V;if(G)if(x)(V=j.current)==null||V.focus();else{const J=setTimeout(()=>{var H;const X=(H=U.current)==null?void 0:H.querySelector('[role="option"]');X==null||X.focus()},0);return()=>clearTimeout(J)}},[G,x]),le.jsx("div",{className:Wr.container,"data-selection":v,...C?{"data-disabled":""}:{},children:le.jsxs(e6,{isOpen:G&&!C,onOpenChange:V=>{C||Z(V)},children:[A?A({buttonProps:be,isOpen:G,isDisabled:C,selectionMode:v,showSearch:x}):le.jsx(Ed,{className:Wr.defaultTrigger,isDisabled:C,children:"Open"}),le.jsx(fx,{className:Wr.popover,placement:i,"data-selection":v,children:le.jsxs("div",{className:Wr.dropdownInner,children:[x&&le.jsx(tv,{ref:j,placeholder:"Search…",className:Wr.searchInput,style:{height:"38px",boxSizing:"border-box"},value:fe,onChange:V=>R(V.target.value),suffix:le.jsx(Cu,{icon:pT})}),le.jsx(q5,{ref:U,className:Wr.listBox,selectionMode:v==="multiple"?"multiple":"single",selectedKeys:v==="multiple"?re:void 0,onSelectionChange:ae,"aria-label":F,children:de.length>0&&de.map(V=>{const J=String(V.id),X=re.has(J),H=o(V),z=`cb-item-${J}`;return le.jsx(X5,{id:J,className:Wr.listBoxItem,isDisabled:C,textValue:H,"aria-labelledby":z,"data-selected":X,children:le.jsxs("div",{className:Wr.itemRow,"data-selected":X,children:[v==="multiple"&&le.jsx(c6,{isReadOnly:!0,isSelected:X,"aria-label":`Select ${H}`,className:Wr.checkbox}),L&&le.jsx("span",{className:Wr.chip,style:{backgroundColor:(V==null?void 0:V.color)||"var(--ui-kit-color-charcoal-500)"}}),le.jsx("div",{id:z,className:Wr.itemContent,children:X&&d?d(V):u(V)})]})},J)})}),de.length===0&&le.jsx("div",{className:Wr.emptyState,children:x&&fe.trim().length?"No items found":"No items available"})]})})]})})}const $O={base:"ui-kit__divider-module__base"};function NO({className:i,...n}){return le.jsx("hr",{className:dt($O.base,i),...n})}const ev={base:"ui-kit__icon-module__base",xs:"ui-kit__icon-module__xs",sm:"ui-kit__icon-module__sm",md:"ui-kit__icon-module__md",lg:"ui-kit__icon-module__lg"},LO=ln(ev.base,{variants:{size:{xs:ev.xs,sm:ev.sm,md:ev.md,lg:ev.lg}}});function Cu({className:i,icon:n,size:o="md",...u}){return le.jsx("span",{role:"img",className:LO({className:i,size:o}),...u,children:n&&le.jsx(n,{})})}Cu.displayName="Icon";const kl={base:"ui-kit__icon-button-module__base",sm:"ui-kit__icon-button-module__sm",md:"ui-kit__icon-button-module__md",icon:"ui-kit__icon-button-module__icon",action:"ui-kit__icon-button-module__action",default:"ui-kit__icon-button-module__default",seamless:"ui-kit__icon-button-module__seamless"};function vT({icon:i,iconClassName:n,iconSize:o,iconStyle:u}){const d=o||u?{...o?{width:`${o}px`,height:`${o}px`}:{},...u}:void 0;if(b.isValidElement(i)){const p=i.props;return b.cloneElement(i,{...p,"aria-hidden":"true",className:dt(n||kl.icon,p.className),fill:p.fill||"currentColor",width:void 0,height:void 0,style:d?{...p.style,...d}:p.style})}const v=i;return le.jsx(v,{"aria-hidden":"true",className:n||kl.icon,fill:"currentColor",width:void 0,height:void 0,style:d})}const MO=ln(kl.base,{variants:{size:{sm:kl.sm,md:kl.md},variant:{action:kl.action,default:kl.default},seamless:{true:kl.seamless,false:void 0}},defaultVariants:{size:"md",variant:"default",seamless:!1}});function Rg({className:i,icon:n,size:o="md",variant:u="default",seamless:d=!1,iconSize:v,iconClassName:p,iconStyle:g,renderIcon:x,...E}){const{focusRingClassnames:S,focusProps:C}=bu(),T=Ge(E,C),P=x?x(n,{iconClassName:dt(kl.icon,p),iconSize:v,iconStyle:g}):vT({icon:n,iconClassName:dt(kl.icon,p),iconSize:v,iconStyle:g});return le.jsx(Kp,{className:dt(MO({className:i,size:o,variant:u,seamless:d}),S),"data-size":o,...T,children:P})}Rg.displayName="IconButton";const wi={base:"ui-kit__input-module__base",error:"ui-kit__input-module__error",success:"ui-kit__input-module__success",warning:"ui-kit__input-module__warning",group:"ui-kit__input-module__group",disabled:"ui-kit__input-module__disabled",prefix:"ui-kit__input-module__prefix",input:"ui-kit__input-module__input",left:"ui-kit__input-module__left",right:"ui-kit__input-module__right",suffix:"ui-kit__input-module__suffix"},AO=ln(wi.base,{variants:{state:{error:wi.error,success:wi.success,warning:wi.warning}}}),OO=ln(wi.group,{variants:{disabled:{true:wi.disabled},state:{error:wi.error,success:wi.success,warning:wi.warning}}}),FO=ln(wi.input,{variants:{align:{left:wi.left,right:wi.right},state:{error:wi.error,success:wi.success,warning:wi.warning}}});function mT(i,n){return typeof i=="string"?le.jsx(vo,{className:n,variant:"body-md",tone:"disabled",children:i}):le.jsx("span",{className:n,children:i})}const tv=b.forwardRef(({className:i,align:n="left",disabled:o,prefix:u,state:d,suffix:v,...p},g)=>{const{focusProps:x,focusRingClassnames:E}=bu({within:!0});return le.jsx("div",{...x,className:dt(AO({className:i,state:d}),E),children:le.jsxs(dx,{className:OO({disabled:o,state:d}),children:[u&&mT(u,wi.prefix),le.jsx(a5,{...p,ref:g,className:FO({align:n,state:d}),disabled:o}),v&&mT(v,wi.suffix)]})})});tv.displayName="Input";const nv={base:"ui-kit__label-module__base","label-group":"ui-kit__label-module__label-group"},RO=ln(nv.base,{variants:{required:{true:nv.required}}});function zg({className:i,...n}){return le.jsxs(dg,{className:RO({className:i}),...n,children:[n.children,n.required&&le.jsx(vo,{className:nv.required,tone:"error",children:"*"})]})}function Ig({children:i}){return le.jsx(vo,{className:nv.description,tone:"disabled",children:i})}function Bg(i){return le.jsx(dx,{className:nv["label-group"],...i})}zg.displayName="Label",Ig.displayName="LabelDescription",Bg.displayName="LabelGroup";const zO=ln({base:"ui-kit__link-module__base"}.base);function hT({className:i,...n}){const{focusRingClassnames:o,focusProps:u}=bu(),d=Ge(n,u);return le.jsx(qN,{className:dt(zO({className:i}),o),...d})}hT.displayName="Link";const iv={base:"ui-kit__list-module__base",bullet:"ui-kit__list-module__bullet",numbered:"ui-kit__list-module__numbered",item:"ui-kit__list-module__item"},IO=ln(iv.base,{variants:{decoration:{none:iv.none,bullet:iv.bullet,numbered:iv.numbered}}}),BO=ln(iv.item);function gT({decoration:i="none",...n}){const o=i!=="numbered"?"ul":"ol";return le.jsx(o,{...n,className:IO({decoration:i})})}function UO({...i}){return le.jsx("li",{...i,className:BO()})}gT.displayName="List";const Ug={menu:"ui-kit__menu-module__menu",menuItem:"ui-kit__menu-module__menuItem",menuItemWrapper:"ui-kit__menu-module__menuItemWrapper"};function VO({className:i,...n}){return le.jsx(fx,{children:le.jsx(PL,{className:dt(Ug.menu,i),...n})})}function KO({className:i,isDisabled:n,title:o="",children:u,...d}){return le.jsx(ML,{className:dt(Ug.menuItem,i,n&&Ug.disabled),...d,children:le.jsx("span",{className:Ug.menuItemWrapper,title:o,children:u})})}const pa={entering:"ui-kit__modal-module__entering",exiting:"ui-kit__modal-module__exiting",dialog:"ui-kit__modal-module__dialog",modal:"ui-kit__modal-module__modal",modalContent:"ui-kit__modal-module__modalContent",modalOverlay:"ui-kit__modal-module__modalOverlay",title:"ui-kit__modal-module__title",description:"ui-kit__modal-module__description",footer:"ui-kit__modal-module__footer"};function jO({children:i,role:n="dialog",...o}){return le.jsx(i6,{...o,className:({isEntering:u,isExiting:d})=>dt(pa.modalOverlay,{[pa.entering]:u,[pa.exiting]:d}),children:le.jsx(GL,{className:dt(pa.modal),children:le.jsx(OL,{className:dt(pa.dialog),role:n,children:i})})})}function HO({title:i,description:n,footer:o,className:u}){return le.jsxs("div",{className:dt(pa.modalContent,u),children:[i&&le.jsx(vo,{as:"h1",slot:"title",className:pa.title,children:i}),n&&le.jsx(vo,{className:pa.description,children:n}),o&&le.jsx("div",{className:pa.footer,children:o})]})}const Vg={base:"ui-kit__number-field-module__base",group:"ui-kit__number-field-module__group",input:"ui-kit__number-field-module__input",button:"ui-kit__number-field-module__button"},WO=ln(Vg.base),GO=ln(Vg.group),YO=ln(Vg.input),qO=ln(Vg.button);function yT({className:i,...n}){const{focusProps:o,focusRingClassnames:u}=bu({within:!0}),d={className:qO()},v=Ge(n,o);return le.jsxs(ZL,{className:dt(WO({className:i}),u),...v,children:[le.jsx(dg,{}),le.jsxs(dx,{className:GO(),children:[le.jsx(a5,{className:YO(),disabled:n==null?void 0:n.isDisabled}),le.jsx(Kp,{slot:"increment","aria-label":"increment",...d,children:le.jsx(Cu,{className:"icon",icon:sT})}),le.jsx(Kp,{slot:"decrement","aria-label":"decrement",...d,children:le.jsx(Cu,{className:"icon",icon:Xx})})]}),le.jsx(cL,{})]})}yT.displayName="NumberField";const va={container:"ui-kit__data-row-module__container",iconButtonInDataRow:"ui-kit__data-row-module__iconButtonInDataRow",column:"ui-kit__data-row-module__column",item:"ui-kit__data-row-module__item",itemLink:"ui-kit__data-row-module__itemLink",columnHidden:"ui-kit__data-row-module__columnHidden",columnVisible:"ui-kit__data-row-module__columnVisible",clickable:"ui-kit__data-row-module__clickable",variantProperty:"ui-kit__data-row-module__variantProperty"},QO=ln(va.container,{variants:{clickable:{true:va.clickable,false:void 0},variant:{default:void 0,property:va.variantProperty}},defaultVariants:{variant:"default"}}),XO=ln(va.item,{variants:{isLink:{true:va.itemLink,false:void 0}}}),ZO=ln(va.column,{variants:{isVisible:{true:va.columnVisible,false:va.columnHidden}},defaultVariants:{isVisible:!0}}),JO=b.createContext(void 0);function bT({className:i,children:n,onIconClick:o,icon:u,buttonSize:d="sm",iconSizePx:v,iconVariant:p="default",hover:g,clickable:x,href:E,variant:S="default",...C}){const T=u&&g,P={className:dt(QO({clickable:x??!1,variant:S,className:i})),...C},N=()=>!T||!u?null:le.jsx(Rg,{icon:u,size:d,iconSize:v,variant:p,seamless:!0,"aria-label":"Action button",className:va.iconButtonInDataRow,onPress:()=>{o==null||o()}}),L=le.jsx(JO.Provider,{value:S,children:n});return x&&E?le.jsxs("a",{href:E,...P,style:{textDecoration:"none",color:"inherit"},children:[L,N()]}):le.jsxs("div",{...P,children:[L,N()]})}bT.displayName="DataRow";function kT({className:i,children:n,isVisible:o=!0,...u}){return le.jsx("div",{className:dt(ZO({isVisible:o,className:i})),...u,children:n})}kT.displayName="DataRow.Column";function xT({className:i,children:n,variant:o="body-md",color:u,href:d,target:v="_blank",...p}){const g=!!d,x=dt(XO({isLink:g,className:i}));return g?le.jsx("a",{href:d,target:v,rel:v==="_blank"?"noopener noreferrer":void 0,className:x,...p,children:le.jsx(vo,{as:"span",variant:o,color:u,children:n})}):le.jsx(vo,{as:"span",className:x,variant:o,color:u,...p,children:n})}xT.displayName="DataRow.Item";const _T=Object.assign(bT,{Column:kT,Item:xT});_T.displayName="DataRow";const Gr={select:"ui-kit__select-module__select",popover:"ui-kit__select-module__popover",listBox:"ui-kit__select-module__listBox",selectItem:"ui-kit__select-module__selectItem",selectTrigger:"ui-kit__select-module__selectTrigger",filterableTrigger:"ui-kit__select-module__filterableTrigger",selectLabel:"ui-kit__select-module__selectLabel",selectValue:"ui-kit__select-module__selectValue",visuallyHidden:"ui-kit__select-module__visuallyHidden",hideSelectValue:"ui-kit__select-module__hideSelectValue",emptyState:"ui-kit__select-module__emptyState"},ET=ln(Gr.base,{variants:{hideLabel:{true:Gr.visuallyHidden}}});function eF({filterable:i,children:n,className:o,label:u,popoverProps:d,hideLabel:v=!1,placeholder:p,renderEmptyState:g,...x}){const E={"aria-label":u,className:dt(Gr.select,o),...x};return i?le.jsxs(zL,{...E,children:[le.jsx(dg,{className:ET({className:Gr.selectLabel,hideLabel:v}),children:u}),le.jsx(tv,{placeholder:p,suffix:le.jsx(Ed,{variant:"tertiary",className:Gr.filterableTrigger,children:le.jsx(Cu,{icon:dT,size:"md"})})}),le.jsx(CT,{...d,renderEmptyState:g,children:n})]}):le.jsxs(eM,{placeholder:p,...E,children:[le.jsx(dg,{className:ET({className:Gr.selectLabel,hideLabel:v}),children:u}),le.jsxs(Ed,{className:Gr.selectTrigger,children:[le.jsx(iM,{className:dt({[Gr.hideSelectValue]:!p},Gr.selectValue)}),le.jsx(Cu,{icon:Xx,size:"lg"})]}),le.jsx(CT,{...d,renderEmptyState:g,children:n})]})}function CT({children:i,className:n,renderEmptyState:o,...u}){return le.jsx(fx,{...u,className:dt(Gr.popover,n),children:le.jsx(q5,{renderEmptyState:d=>le.jsx("div",{className:Gr.emptyState,children:o&&o({...d})}),className:dt(Gr.listBox),children:i})})}function tF({className:i,...n}){return le.jsx(X5,{...n,className:dt(Gr.selectItem,i)})}const nF=["id","role","style","title","tabIndex"],iF=i=>!!(nF.includes(i)||i.startsWith("aria-")||i.startsWith("data-"));function rF(i){return Object.keys(i).reduce((n,o)=>(iF(o)&&(n[o]=i[o]),n),{})}const Si={sidePanelUI:"ui-kit__side-panel-module__sidePanelUI",headerUI:"ui-kit__side-panel-module__headerUI",headerWithChildrenUI:"ui-kit__side-panel-module__headerWithChildrenUI",headerContentUI:"ui-kit__side-panel-module__headerContentUI",showSubtitle:"ui-kit__side-panel-module__showSubtitle",headerIconUI:"ui-kit__side-panel-module__headerIconUI",headerIconButtonUI:"ui-kit__side-panel-module__headerIconButtonUI",headerTitleWrapperUI:"ui-kit__side-panel-module__headerTitleWrapperUI",headerTitleUI:"ui-kit__side-panel-module__headerTitleUI",headerSubtitleUI:"ui-kit__side-panel-module__headerSubtitleUI",contentUI:"ui-kit__side-panel-module__contentUI",stickyFooter:"ui-kit__side-panel-module__stickyFooter",footerUI:"ui-kit__side-panel-module__footerUI",externalLinkUI:"ui-kit__side-panel-module__externalLinkUI"},wT=b.createContext({stickyFooter:!0,hasFooterOverflow:!1,setHasFooterOverflow:()=>{}});function oF({children:i,stickyFooter:n=!0}){const[o,u]=b.useState(!1);return le.jsx(wT.Provider,{value:{stickyFooter:n,hasFooterOverflow:o,setHasFooterOverflow:u},children:i})}const Zx=()=>b.useContext(wT),lF=()=>{const{setHasFooterOverflow:i}=Zx(),n=b.useRef(null),o=u=>{const d=u.scrollHeight>u.clientHeight,v=u.scrollHeight-u.scrollTop<=u.clientHeight+1;i(d&&!v)};return b.useEffect(()=>{const u=n.current;if(!u)return;const d=new ResizeObserver(p=>{for(const g of p)o(g.target)});d.observe(u);const v=()=>o(u);return u.addEventListener("scroll",v),()=>{d.disconnect(),u.removeEventListener("scroll",v)}},[i]),n},aF=({children:i,className:n})=>{const{stickyFooter:o}=Zx(),u=lF();return le.jsx("div",{ref:u,className:dt("UIKit-SidePanel-Content",Si.contentUI,o&&Si.stickyFooter,n),"data-sticky-footer":o?"true":"false","data-testid":"sidepanel.content",children:i})},rv={wrapper:"ui-kit__tooltip-module__wrapper",tooltip:"ui-kit__tooltip-module__tooltip",hidden:"ui-kit__tooltip-module__hidden",leftAligned:"ui-kit__tooltip-module__leftAligned",rightAligned:"ui-kit__tooltip-module__rightAligned"},uF=({children:i,title:n,placement:o="center",className:u})=>{const[d,v]=b.useState(!1),[p,g]=b.useState(!1),x=o==="start",E=o==="end",S=()=>v(!0),C=()=>v(!1),T=()=>g(!0),P=()=>g(!1),N=p||d;return le.jsxs("span",{className:dt(rv.wrapper,u),onMouseEnter:S,onMouseLeave:C,onFocus:T,onBlur:P,"data-testid":"Tooltip",children:[le.jsx("span",{className:dt(rv.tooltip,{[rv.hidden]:!N,[rv.leftAligned]:x,[rv.rightAligned]:E}),"aria-hidden":!N,role:"tooltip",children:n}),i]})},sF=({buttonLabel:i,buttonVariant:n="primary",buttonDisabled:o=!1,buttonTooltip:u="",secondaryButtonLabel:d,secondaryButtonVariant:v="secondary",secondaryButtonDisabled:p=!1,secondaryButtonTooltip:g="",className:x,onButtonClick:E,onSecondaryButtonClick:S})=>{const{stickyFooter:C,hasFooterOverflow:T}=Zx(),P=(N,L,A,F,B,K)=>{const j=le.jsx(Ed,{onPress:L,isDisabled:A,variant:B,style:{...K,height:"50px"},children:N});return A&&F?le.jsx(uF,{title:F,children:j}):j};return le.jsxs("div",{className:dt("UIKit-SidePanel-Footer",Si.footerUI,C&&Si.stickyFooter,T&&Si.hasOverflow,x),"data-sticky-footer":C?"true":"false","data-count":(d?1:0)+1,"data-testid":"sidepanel.footer",children:[d&&P(d,S,p,g,v,{width:"100%",maxWidth:"174px"}),P(i,E,o,u,n,{width:"100%"})]})},cF=({goBack:i})=>le.jsx("button",{type:"button",className:Si.headerIconButtonUI,onClick:i,"aria-label":"Go back",onKeyDown:n=>{n.key==="Enter"&&i()},children:le.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",className:Si.headerIconUI,children:le.jsx("path",{d:"M11.7803 15.9697C12.0732 16.2626 12.0732 16.7374 11.7803 17.0303C11.4874 17.3232 11.0126 17.3232 10.7197 17.0303L6.44433 12.7028C6.05951 12.3133 6.05951 11.6867 6.44433 11.2972L10.7197 6.96967C11.0126 6.67678 11.4874 6.67678 11.7803 6.96967C12.0732 7.26256 12.0732 7.73744 11.7803 8.03033L8.56066 11.25L17.25 11.25C17.6642 11.25 18 11.5858 18 12C18 12.4142 17.6642 12.75 17.25 12.75L8.56066 12.75L11.7803 15.9697Z",fill:"#314351"})})}),dF=i=>le.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[le.jsx("path",{d:"M13.5 5.25C13.5 4.83579 13.8358 4.5 14.25 4.5H18.75C19.1642 4.5 19.5 4.83579 19.5 5.25V9.75C19.5 10.1642 19.1642 10.5 18.75 10.5C18.3358 10.5 18 10.1642 18 9.75V7.06066L13.2803 11.7803C12.9874 12.0732 12.5126 12.0732 12.2197 11.7803C11.9268 11.4874 11.9268 11.0126 12.2197 10.7197L16.9393 6H14.25C13.8358 6 13.5 5.66421 13.5 5.25Z",fill:"currentColor"}),le.jsx("path",{d:"M11.2037 6L11.25 6C11.6642 6 12 6.33579 12 6.75C12 7.16421 11.6642 7.5 11.25 7.5C9.94177 7.5 9.02435 7.50115 8.32128 7.5816C7.63375 7.66026 7.24618 7.80643 6.9582 8.03204C6.79948 8.15639 6.65639 8.29948 6.53204 8.4582C6.30643 8.74618 6.16026 9.13375 6.0816 9.82128C6.00115 10.5243 6 11.4418 6 12.75C6 14.0582 6.00115 14.9757 6.0816 15.6787C6.16026 16.3662 6.30643 16.7538 6.53204 17.0418C6.65639 17.2005 6.79948 17.3436 6.9582 17.468C7.24618 17.6936 7.63375 17.8397 8.32128 17.9184C9.02435 17.9989 9.94177 18 11.25 18C12.5582 18 13.4757 17.9989 14.1787 17.9184C14.8662 17.8397 15.2538 17.6936 15.5418 17.468C15.7005 17.3436 15.8436 17.2005 15.968 17.0418C16.1936 16.7538 16.3397 16.3662 16.4184 15.6787C16.4989 14.9757 16.5 14.0582 16.5 12.75C16.5 12.3358 16.8358 12 17.25 12C17.6642 12 18 12.3358 18 12.75V12.7963C18 14.0475 18 15.0509 17.9087 15.8492C17.8144 16.6729 17.6148 17.372 17.1487 17.9669C16.9498 18.2208 16.7208 18.4498 16.4669 18.6487C15.872 19.1148 15.1729 19.3144 14.3492 19.4087C13.5509 19.5 12.5475 19.5 11.2963 19.5H11.2037C9.9525 19.5 8.94908 19.5 8.15076 19.4087C7.32707 19.3144 6.62798 19.1148 6.03313 18.6487C5.77917 18.4498 5.55022 18.2208 5.35127 17.9669C4.88522 17.372 4.68557 16.6729 4.59132 15.8492C4.49998 15.0509 4.49999 14.0475 4.5 12.7963V12.7037C4.49999 11.4525 4.49998 10.4491 4.59132 9.65076C4.68557 8.82707 4.88522 8.12798 5.35127 7.53313C5.55023 7.27917 5.77917 7.05022 6.03313 6.85127C6.62798 6.38522 7.32707 6.18557 8.15076 6.09132C8.94907 5.99998 9.9525 5.99999 11.2037 6Z",fill:"currentColor"})]}),fF=({href:i})=>{const n=()=>{window.open(i,"_blank","noopener,noreferrer")};return le.jsx(Rg,{icon:dF,size:"sm",seamless:!0,"aria-label":"Open external link",onPress:n,className:Si.externalLinkUI})},pF=({className:i,subtitle:n="",title:o="",externalLink:u="",goBack:d,children:v})=>{const p=()=>o&&le.jsx(vo,{variant:"heading-lg",className:Si.headerTitleUI,children:o}),g=()=>n&&le.jsx("div",{className:Si.headerSubtitleUI,children:n});return le.jsxs("div",{className:dt("UIKit-SidePanel-Header",v?Si.headerWithChildrenUI:Si.headerUI,i),role:"heading","aria-level":1,"data-testid":"sidepanel.header",children:[le.jsxs("div",{className:dt("UIKit-SidePanel-Header-Main-Content",Si.headerContentUI,{[Si.showSubtitle]:!!n},i),children:[d&&le.jsx(cF,{goBack:d}),le.jsxs("div",{className:dt(Si.headerTitleWrapperUI,{[Si.noBackButton]:!d}),children:[p(),g()]}),u&&le.jsx(fF,{href:u})]}),v&&le.jsx("div",{className:dt("UIKit-SidePanel-Header-Secondary-Content",i),children:v})]})},Kg=({children:i,className:n,stickyFooter:o=!0,...u})=>le.jsx("div",{className:dt("UIKit-SidePanel",Si.sidePanelUI,n),...rF(u),"data-testid":"sidepanel",children:le.jsx(oF,{stickyFooter:o,children:i})});Kg.Header=pF,Kg.Content=aF,Kg.Footer=sF;const wu={base:"ui-kit__text-area-module__base",error:"ui-kit__text-area-module__error",success:"ui-kit__text-area-module__success",warning:"ui-kit__text-area-module__warning","text-area":"ui-kit__text-area-module__text-area"},vF=ln(wu.base,{variants:{state:{error:wu.error,success:wu.success,warning:wu.warning}}}),mF=ln(wu["text-area"],{variants:{state:{error:wu.error,success:wu.success,warning:wu.warning}}});function ST({className:i,disabled:n,state:o,...u}){const{focusProps:d,focusRingClassnames:v}=bu({within:!0});return le.jsx("div",{...d,className:dt(vF({className:i,state:o}),v),children:le.jsx(oM,{...u,className:dt(mF({state:o}),v,i),disabled:n,...d})})}const TT={base:"ui-kit__text-area-field-module__base",control:"ui-kit__text-area-field-module__control"},ov={base:"ui-kit__validation-alert-module__base",error:"ui-kit__validation-alert-module__error",success:"ui-kit__validation-alert-module__success",warning:"ui-kit__validation-alert-module__warning",icon:"ui-kit__validation-alert-module__icon"},hF=ln(ov.base,{variants:{state:{error:ov.error,success:ov.success,warning:ov.warning}}});function jg({children:i,className:n,state:o,...u}){return!(i&&o)?null:le.jsxs("div",{...u,className:hF({className:n,state:o}),role:"alert",children:[le.jsx(Cu,{"aria-hidden":!0,className:ov.icon,icon:lT,size:"xs"}),i]})}jg.displayName="ValidationAlert";function DT({label:i,description:n,isRequired:o,placeholder:u,rows:d=2,validationMessage:v,validationState:p,...g}){const x=!!(i||n),E=p==="error";return le.jsxs(u6,{...g,className:TT.base,isInvalid:E,children:[le.jsxs("div",{className:TT.control,children:[x&&le.jsxs(Bg,{children:[i&&le.jsx(zg,{required:o,children:i}),n&&le.jsx(Ig,{children:n})]}),le.jsx(ST,{disabled:g.isDisabled,placeholder:u,required:o,rows:d,state:p})]}),le.jsx(jg,{state:p,children:v})]})}DT.displayName="TextAreaField";const PT={base:"ui-kit__text-field-module__base",control:"ui-kit__text-field-module__control"};function $T({label:i,description:n,isRequired:o,placeholder:u,validationMessage:d,validationState:v,...p}){const g=!!(i||n),x=v==="error";return le.jsxs(u6,{...p,className:PT.base,isInvalid:x,children:[le.jsxs("div",{className:PT.control,children:[g&&le.jsxs(Bg,{children:[i&&le.jsx(zg,{required:o,children:i}),n&&le.jsx(Ig,{children:n})]}),le.jsx(tv,{align:p.align,disabled:p.isDisabled,placeholder:u,prefix:p.prefix,required:o,state:v})]}),le.jsx(jg,{state:v,children:d})]})}$T.displayName="TextField";let Hg;const gF=new Uint8Array(16);function yF(){if(!Hg&&(Hg=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Hg))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Hg(gF)}const Ti=[];for(let i=0;i<256;++i)Ti.push((i+256).toString(16).slice(1));function bF(i,n=0){return Ti[i[n+0]]+Ti[i[n+1]]+Ti[i[n+2]]+Ti[i[n+3]]+"-"+Ti[i[n+4]]+Ti[i[n+5]]+"-"+Ti[i[n+6]]+Ti[i[n+7]]+"-"+Ti[i[n+8]]+Ti[i[n+9]]+"-"+Ti[i[n+10]]+Ti[i[n+11]]+Ti[i[n+12]]+Ti[i[n+13]]+Ti[i[n+14]]+Ti[i[n+15]]}const NT={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function kF(i,n,o){if(NT.randomUUID&&!i)return NT.randomUUID();i=i||{};const u=i.random||(i.rng||yF)();return u[6]=u[6]&15|64,u[8]=u[8]&63|128,bF(u)}const Yr={GET_APP_CONTEXT:"GET_APP_CONTEXT",OPEN_SIDE_PANEL:"OPEN_SIDE_PANEL",CLOSE_SIDE_PANEL:"CLOSE_SIDE_PANEL",SEND_APP_CONTEXT:"SEND_APP_CONTEXT",SET_APP_HEIGHT:"SET_APP_HEIGHT",SET_CLIPBOARD_TEXT:"SET_CLIPBOARD_TEXT",SHOW_NOTIFICATION:"SHOW_NOTIFICATION",CONFIRM_NOTIFICATION_CLOSED:"CONFIRM_NOTIFICATION_CLOSED",CONFIRM_NOTIFICATION_CONFIRMED:"CONFIRM_NOTIFICATION_CONFIRMED",GET_APP_STYLES:"GET_APP_STYLES",SEND_APP_STYLES:"SEND_APP_STYLES",CLICK_NOTIFICATION_BUTTON:"CLICK_NOTIFICATION_BUTTON"},Jx={CONFIRM:"CONFIRM"},xF=["https://secure.helpscout.net","https://hs-app.*.hsenv.io"],e1=i=>{let n;try{n=new URL(i).origin}catch{return!1}return n&&xF.some(o=>n.match(o))};class _F{send(n,o={}){var u;if(!e1(document.referrer)){console.warn("Unable to send message. Please run your app from within Help Scout.");return}window.parent.postMessage(JSON.parse(JSON.stringify({...o,type:n,appId:(u=window.name)==null?void 0:u.replace(/app-side-panel-|app-/,""),iframeId:window.name})),document.referrer)}async receive(n){return await new Promise(o=>{window.addEventListener("message",function(d){if(e1(d.origin))try{const{data:v}=d,{type:p,...g}=v;p===n&&o(g)}catch{console.error("Unable to read postMessage data.")}})})}listen(n,o){window.addEventListener("message",function(d){if(e1(d.origin))try{const{data:v}=d,{type:p,...g}=v;p===n&&o(g)}catch{console.error("Unable to read postMessage data.")}})}}const qr=new _F;let EF=class{async getApplicationContext(){return qr.send(Yr.GET_APP_CONTEXT),await qr.receive(Yr.SEND_APP_CONTEXT)}watchApplicationContext(n){qr.listen(Yr.SEND_APP_CONTEXT,o=>{n(o)})}setClipboardText(n,o="Text copied"){qr.send(Yr.SET_CLIPBOARD_TEXT,{value:{text:n,successMessage:o}})}setAppHeight(n){qr.send(Yr.SET_APP_HEIGHT,{value:n})}showNotification(n,o,u={}){var d;if(u.id||(u.id=kF()),n!==Jx.CONFIRM){const v=u,p=(d=v==null?void 0:v.buttonOptions)==null?void 0:d.onClick;p&&qr.listen(Yr.CLICK_NOTIFICATION_BUTTON,g=>{g.id===u.id&&p()})}if(qr.send(Yr.SHOW_NOTIFICATION,{value:{type:n,message:o,options:(n===Jx.CONFIRM,u)}}),n===Jx.CONFIRM){const v=u;v.onConfirm&&qr.listen(Yr.CONFIRM_NOTIFICATION_CONFIRMED,p=>{p.id===v.id&&v.onConfirm&&v.onConfirm()}),v.onClose&&qr.listen(Yr.CONFIRM_NOTIFICATION_CLOSED,p=>{p.id===v.id&&v.onClose&&v.onClose()})}}async getAppStyles(){qr.send(Yr.GET_APP_STYLES);const{styles:n}=await qr.receive(Yr.SEND_APP_STYLES);return n}openSidePanel(n){qr.send(Yr.OPEN_SIDE_PANEL,{value:n})}closeSidePanel(){qr.send(Yr.CLOSE_SIDE_PANEL)}getInstallationIds(){const n=window==null?void 0:window.name;return n&&n.startsWith("app-")?n.replace("app-","").split("-").filter(o=>!!o):[]}};const CF=new EF,wF={root:"ui-kit__theme-module__root"};function LT({children:i,fetchStyles:n=!0}){const[o,u]=b.useState(),d=b.useRef(null);return b.useEffect(()=>{if(!n)return;(async()=>{const p=await CF.getAppStyles();u(p)})()},[n]),b.useEffect(()=>{d.current&&(d.current.innerHTML=o||"")},[o]),le.jsxs("div",{className:wF.root,children:[n&&le.jsx("style",{ref:d}),i]})}LT.displayName="Theme";const Fs={base:"ui-kit__thumbnail-module__base",sm:"ui-kit__thumbnail-module__sm",md:"ui-kit__thumbnail-module__md",lg:"ui-kit__thumbnail-module__lg",cover:"ui-kit__thumbnail-module__cover",contain:"ui-kit__thumbnail-module__contain",isDisabled:"ui-kit__thumbnail-module__isDisabled"},MT=ln(Fs.base,{variants:{size:{sm:Fs.sm,md:Fs.md,lg:Fs.lg},fit:{cover:Fs.cover,contain:Fs.contain},isDisabled:{true:Fs.isDisabled}}});function AT({src:i,alt:n,size:o="md",fit:u="cover",isDisabled:d,...v}){return le.jsx(le.Fragment,{children:typeof i=="string"?le.jsx("img",{className:MT({size:o,fit:u,isDisabled:d}),alt:n,src:i,...v}):le.jsx("div",{"aria-label":n,role:"img",className:MT({size:o,fit:u,isDisabled:d}),children:i})})}AT.displayName="Thumbnail",mt.Badge=M3,mt.Button=Ed,mt.ButtonGroup=dM,mt.ButtonGroupItem=fM,mt.Checkbox=c6,mt.Collapsible=d6,mt.ComboBox=PO,mt.DataRow=_T,mt.Divider=NO,mt.Icon=Cu,mt.IconButton=Rg,mt.Input=tv,mt.Label=zg,mt.LabelDescription=Ig,mt.LabelGroup=Bg,mt.Link=hT,mt.List=gT,mt.ListItem=UO,mt.Menu=VO,mt.MenuItem=KO,mt.MenuTrigger=e6,mt.Modal=jO,mt.ModalContent=HO,mt.ModalTrigger=AL,mt.NumberField=yT,mt.Select=eF,mt.SelectItem=tF,mt.SidePanel=Kg,mt.Text=vo,mt.TextArea=ST,mt.TextAreaField=DT,mt.TextField=$T,mt.Theme=LT,mt.Thumbnail=AT,mt.ValidationAlert=jg,mt.renderIcon=vT,mt.useFocusRing=bu,Object.defineProperty(mt,Symbol.toStringTag,{value:"Module"})});
|
|
278
|
+
See https://s-c.sh/2BAXzed for more info.`),window[Fg]+=1);const VA=Object.freeze(Object.defineProperty({__proto__:null,ServerStyleSheet:BA,StyleSheetConsumer:TA,StyleSheetContext:Mg,StyleSheetManager:q6,ThemeConsumer:LA,ThemeContext:Eu,ThemeProvider:AA,__PRIVATE__:UA,createGlobalStyle:RA,css:Og,default:qx,isStyledComponent:Dg,keyframes:zA,styled:qx,useTheme:MA,version:Ls,withTheme:IA},Symbol.toStringTag,{value:"Module"})),KA=kM(VA);mo.__esModule=!0,mo.default=mo.BaseIconUI=void 0;var jA=rT(PM),HA=rT(KA),WA=le;function rT(i){return i&&i.__esModule?i:{default:i}}const oT=(0,HA.default)("span").withConfig({displayName:"baseIcon__BaseIconUI",componentId:"sc-q7zmye-0"})(["svg{display:block;height:100%;width:100%;}"]);mo.BaseIconUI=oT;function Qx({svg:i='<svg width="20" height="20">test</svg>',...n}){const o=document.createElement("div");return o.innerHTML=i,(0,WA.jsx)(oT,{...n,"data-cy":"BaseIcon",dangerouslySetInnerHTML:{__html:i}})}Qx.propTypes={svg:jA.default.string},Qx.displayName="BaseIcon";var GA=Qx;mo.default=GA;var lT=void 0,YA=QA(mo),qA=le;function QA(i){return i&&i.__esModule?i:{default:i}}const XA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M20.549 14.858a4.22 4.22 0 0 1-.186 4.13A4.213 4.213 0 0 1 16.753 21H7.247c-1.48 0-2.83-.751-3.608-2.012a4.22 4.22 0 0 1-.186-4.13l4.754-9.512A4.219 4.219 0 0 1 11.999 3c1.618 0 3.072.9 3.796 2.346l4.754 9.512zm-1.887 3.078a2.232 2.232 0 0 0 .098-2.183L14.006 6.24A2.201 2.201 0 0 0 12 5.001a2.2 2.2 0 0 0-2.005 1.24L5.24 15.753a2.232 2.232 0 0 0 .098 2.183 2.227 2.227 0 0 0 1.907 1.063h9.508c.783 0 1.496-.397 1.908-1.063zM12 13.997a1 1 0 0 1-1-1V9.003a1 1 0 1 1 2 0v3.994a1 1 0 0 1-1 1zm.019 1a1 1 0 1 1 0 2.002 1.004 1.004 0 0 1-1.005-1c0-.554.443-1.001.995-1.001h.01z"/></svg>';function aT(i){return(0,qA.jsx)(YA.default,{svg:XA,...i})}aT.displayName="alert";var ZA=aT;lT=ZA;var Xx=void 0,JA=tO(mo),eO=le;function tO(i){return i&&i.__esModule?i:{default:i}}const nO='<svg enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m12 14.5 4-3.8-1.2-1.2-2.8 2.7-2.8-2.7-1.2 1.2z"/></svg>';function uT(i){return(0,eO.jsx)(JA.default,{svg:nO,...i})}uT.displayName="chevron-down";var iO=uT;Xx=iO;var sT=void 0,rO=lO(mo),oO=le;function lO(i){return i&&i.__esModule?i:{default:i}}const aO='<svg enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m12 9.5-4 3.8 1.2 1.2 2.8-2.7 2.8 2.7 1.2-1.2z"/></svg>';function cT(i){return(0,oO.jsx)(rO.default,{svg:aO,...i})}cT.displayName="chevron-up";var uO=cT;sT=uO;var sO=dO(mo),cO=le;function dO(i){return i&&i.__esModule?i:{default:i}}const fO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M13.414 12l4.293-4.293a.999.999 0 1 0-1.414-1.414L12 10.586 7.707 6.293a.999.999 0 1 0-1.414 1.414L10.586 12l-4.293 4.293a.999.999 0 1 0 1.414 1.414L12 13.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L13.414 12z"/></svg>';function pO(i){return(0,cO.jsx)(sO.default,{svg:fO,...i})}pO.displayName="cross-medium";var vO=hO(mo),mO=le;function hO(i){return i&&i.__esModule?i:{default:i}}const gO='<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 18c0-1.1046-.8954-2-2-2s-2 .8954-2 2 .8954 2 2 2 2-.8954 2-2Zm0-6c0-1.1046-.8954-2-2-2s-2 .8954-2 2 .8954 2 2 2 2-.8954 2-2Zm-2-8c1.1046 0 2 .89543 2 2s-.8954 2-2 2-2-.89543-2-2 .8954-2 2-2Z" fill="#000"/></svg>';function yO(i){return(0,mO.jsx)(vO.default,{svg:gO,...i})}yO.displayName="kebab-large";var dT=void 0,bO=xO(mo),kO=le;function xO(i){return i&&i.__esModule?i:{default:i}}const _O='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M6 11.5C6 9.019 8.019 7 10.5 7S15 9.019 15 11.5 12.981 16 10.5 16A4.505 4.505 0 0 1 6 11.5m13.707 7.793l-3.965-3.966A6.456 6.456 0 0 0 17 11.5C17 7.916 14.084 5 10.5 5A6.508 6.508 0 0 0 4 11.5c0 3.584 2.916 6.5 6.5 6.5a6.455 6.455 0 0 0 3.828-1.259l3.965 3.966a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414"/></svg>';function fT(i){return(0,kO.jsx)(bO.default,{svg:_O,...i})}fT.displayName="search-medium";var EO=fT;dT=EO;var CO=SO(mo),wO=le;function SO(i){return i&&i.__esModule?i:{default:i}}const TO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16 18c0 .6-.4 1-1 1H8c-.6 0-1-.4-1-1V9h9v9zM10 6c0-.6.4-1 1-1h1c.6 0 1 .4 1 1v1h-3V6zm2-3h-1C9.3 3 8 4.3 8 6v1H5c-.6 0-1 .4-1 1s.4 1 1 1v9c0 1.7 1.3 3 3 3h7c1.7 0 3-1.3 3-3V9c.6 0 1-.4 1-1s-.4-1-1-1h-3V6c0-1.7-1.3-3-3-3zm-2 8c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1m3 0c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1"/></svg>';function DO(i){return(0,wO.jsx)(CO.default,{svg:TO,...i})}DO.displayName="trash";const pT=b.forwardRef((i,n)=>le.jsx("svg",{ref:n,xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...i,children:le.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 4.5C7.41015 4.5 4.5 7.41015 4.5 11C4.5 14.5899 7.41015 17.5 11 17.5C12.5247 17.5 13.9268 16.975 15.0353 16.096L18.2197 19.2803C18.5126 19.5732 18.9874 19.5732 19.2803 19.2803C19.5732 18.9874 19.5732 18.5126 19.2803 18.2197L16.096 15.0354C16.975 13.9268 17.5 12.5247 17.5 11C17.5 7.41015 14.5899 4.5 11 4.5ZM6 11C6 8.23858 8.23858 6 11 6C13.7614 6 16 8.23858 16 11C16 13.7614 13.7614 16 11 16C8.23858 16 6 13.7614 6 11Z",fill:"#7E8E9E"})}));pT.displayName="Search";const Wr={container:"ui-kit__combobox-module__container",itemRow:"ui-kit__combobox-module__itemRow",triggerButton:"ui-kit__combobox-module__triggerButton",popover:"ui-kit__combobox-module__popover",dropdownInner:"ui-kit__combobox-module__dropdownInner",searchInput:"ui-kit__combobox-module__searchInput",listBox:"ui-kit__combobox-module__listBox",listBoxItem:"ui-kit__combobox-module__listBoxItem",itemContent:"ui-kit__combobox-module__itemContent",emptyState:"ui-kit__combobox-module__emptyState",chip:"ui-kit__combobox-module__chip"};function PO({placement:i="bottom end",items:n,getText:o,renderItem:u=B=>o(B),renderSelectedItem:d,selectionMode:v="single",selectedItems:p=[],onChange:g,showSearch:x=!1,searchValue:E,onSearchChange:S,isDisabled:C=!1,isOpen:T,defaultOpen:P,onOpenChange:N,withColorIndicator:L,renderTrigger:A,ariaLabel:F="Options"}){const[B,K]=b.useState(!!P),j=b.useRef(null),U=b.useRef(null),G=T??B,Z=V=>{N==null||N(V),T===void 0&&K(V)},[ke,pe]=b.useState(""),fe=E??ke,R=V=>{E===void 0&&pe(V),S==null||S(V)},de=b.useMemo(()=>{if(!x)return n;const V=fe.trim().toLowerCase();return V?n.filter(J=>o(J).toLowerCase().includes(V)):n},[n,x,fe,o]),re=b.useMemo(()=>new Set((p??[]).map(V=>String(V.id))),[p]),ae=V=>{if(!g||C)return;if(V==="all")return g(de);const J=new Set(Array.from(V).map(String)),X=de.filter(H=>J.has(String(H.id)));g(X)},be={slot:"trigger",isDisabled:C,className:Wr.triggerButton,"aria-label":F};return b.useEffect(()=>{var V;if(G)if(x)(V=j.current)==null||V.focus();else{const J=setTimeout(()=>{var H;const X=(H=U.current)==null?void 0:H.querySelector('[role="option"]');X==null||X.focus()},0);return()=>clearTimeout(J)}},[G,x]),le.jsx("div",{className:Wr.container,"data-selection":v,...C?{"data-disabled":""}:{},children:le.jsxs(e6,{isOpen:G&&!C,onOpenChange:V=>{C||Z(V)},children:[A?A({buttonProps:be,isOpen:G,isDisabled:C,selectionMode:v,showSearch:x}):le.jsx(Ed,{className:Wr.defaultTrigger,isDisabled:C,children:"Open"}),le.jsx(fx,{className:Wr.popover,placement:i,"data-selection":v,children:le.jsxs("div",{className:Wr.dropdownInner,children:[x&&le.jsx(tv,{ref:j,placeholder:"Search…",className:Wr.searchInput,style:{height:"38px",boxSizing:"border-box"},value:fe,onChange:V=>R(V.target.value),suffix:le.jsx(Cu,{icon:pT})}),le.jsx(q5,{ref:U,className:Wr.listBox,selectionMode:v==="multiple"?"multiple":"single",selectedKeys:v==="multiple"?re:void 0,onSelectionChange:ae,"aria-label":F,children:de.length>0&&de.map(V=>{const J=String(V.id),X=re.has(J),H=o(V),z=`cb-item-${J}`;return le.jsx(X5,{id:J,className:Wr.listBoxItem,isDisabled:C,textValue:H,"aria-labelledby":z,"data-selected":X,children:le.jsxs("div",{className:Wr.itemRow,"data-selected":X,children:[v==="multiple"&&le.jsx(c6,{isReadOnly:!0,isSelected:X,"aria-label":`Select ${H}`,className:Wr.checkbox}),L&&le.jsx("span",{className:Wr.chip,style:{backgroundColor:(V==null?void 0:V.color)||"var(--ui-kit-color-charcoal-500)"}}),le.jsx("div",{id:z,className:Wr.itemContent,children:X&&d?d(V):u(V)})]})},J)})}),de.length===0&&le.jsx("div",{className:Wr.emptyState,children:x&&fe.trim().length?"No items found":"No items available"})]})})]})})}const $O={base:"ui-kit__divider-module__base"};function NO({className:i,...n}){return le.jsx("hr",{className:dt($O.base,i),...n})}const ev={base:"ui-kit__icon-module__base",xs:"ui-kit__icon-module__xs",sm:"ui-kit__icon-module__sm",md:"ui-kit__icon-module__md",lg:"ui-kit__icon-module__lg"},LO=ln(ev.base,{variants:{size:{xs:ev.xs,sm:ev.sm,md:ev.md,lg:ev.lg}}});function Cu({className:i,icon:n,size:o="md",...u}){return le.jsx("span",{role:"img",className:LO({className:i,size:o}),...u,children:n&&le.jsx(n,{})})}Cu.displayName="Icon";const xl={base:"ui-kit__icon-button-module__base",sm:"ui-kit__icon-button-module__sm",md:"ui-kit__icon-button-module__md",icon:"ui-kit__icon-button-module__icon",action:"ui-kit__icon-button-module__action",default:"ui-kit__icon-button-module__default",seamless:"ui-kit__icon-button-module__seamless"};function vT({icon:i,iconClassName:n,iconSize:o,iconStyle:u}){const d=o||u?{...o?{width:`${o}px`,height:`${o}px`}:{},...u}:void 0;if(b.isValidElement(i)){const p=i.props;return b.cloneElement(i,{...p,"aria-hidden":"true",className:dt(n||xl.icon,p.className),fill:p.fill||"currentColor",width:void 0,height:void 0,style:d?{...p.style,...d}:p.style})}const v=i;return le.jsx(v,{"aria-hidden":"true",className:n||xl.icon,fill:"currentColor",width:void 0,height:void 0,style:d})}const MO=ln(xl.base,{variants:{size:{sm:xl.sm,md:xl.md},variant:{action:xl.action,default:xl.default},seamless:{true:xl.seamless,false:void 0}},defaultVariants:{size:"md",variant:"default",seamless:!1}});function Rg({className:i,icon:n,size:o="md",variant:u="default",seamless:d=!1,iconSize:v,iconClassName:p,iconStyle:g,renderIcon:x,...E}){const{focusRingClassnames:S,focusProps:C}=bu(),T=Ge(E,C),P=x?x(n,{iconClassName:dt(xl.icon,p),iconSize:v,iconStyle:g}):vT({icon:n,iconClassName:dt(xl.icon,p),iconSize:v,iconStyle:g});return le.jsx(Kp,{className:dt(MO({className:i,size:o,variant:u,seamless:d}),S),"data-size":o,...T,children:P})}Rg.displayName="IconButton";const wi={base:"ui-kit__input-module__base",error:"ui-kit__input-module__error",success:"ui-kit__input-module__success",warning:"ui-kit__input-module__warning",group:"ui-kit__input-module__group",disabled:"ui-kit__input-module__disabled",prefix:"ui-kit__input-module__prefix",input:"ui-kit__input-module__input",left:"ui-kit__input-module__left",right:"ui-kit__input-module__right",suffix:"ui-kit__input-module__suffix"},AO=ln(wi.base,{variants:{state:{error:wi.error,success:wi.success,warning:wi.warning}}}),OO=ln(wi.group,{variants:{disabled:{true:wi.disabled},state:{error:wi.error,success:wi.success,warning:wi.warning}}}),FO=ln(wi.input,{variants:{align:{left:wi.left,right:wi.right},state:{error:wi.error,success:wi.success,warning:wi.warning}}});function mT(i,n){return typeof i=="string"?le.jsx(vo,{className:n,variant:"body-md",tone:"disabled",children:i}):le.jsx("span",{className:n,children:i})}const tv=b.forwardRef(({className:i,align:n="left",disabled:o,prefix:u,state:d,suffix:v,...p},g)=>{const{focusProps:x,focusRingClassnames:E}=bu({within:!0});return le.jsx("div",{...x,className:dt(AO({className:i,state:d}),E),children:le.jsxs(dx,{className:OO({disabled:o,state:d}),children:[u&&mT(u,wi.prefix),le.jsx(a5,{...p,ref:g,className:FO({align:n,state:d}),disabled:o}),v&&mT(v,wi.suffix)]})})});tv.displayName="Input";const nv={base:"ui-kit__label-module__base","label-group":"ui-kit__label-module__label-group"},RO=ln(nv.base,{variants:{required:{true:nv.required}}});function zg({className:i,...n}){return le.jsxs(dg,{className:RO({className:i}),...n,children:[n.children,n.required&&le.jsx(vo,{className:nv.required,tone:"error",children:"*"})]})}function Ig({children:i}){return le.jsx(vo,{className:nv.description,tone:"disabled",children:i})}function Bg(i){return le.jsx(dx,{className:nv["label-group"],...i})}zg.displayName="Label",Ig.displayName="LabelDescription",Bg.displayName="LabelGroup";const zO=ln({base:"ui-kit__link-module__base"}.base);function hT({className:i,...n}){const{focusRingClassnames:o,focusProps:u}=bu(),d=Ge(n,u);return le.jsx(qN,{className:dt(zO({className:i}),o),...d})}hT.displayName="Link";const iv={base:"ui-kit__list-module__base",bullet:"ui-kit__list-module__bullet",numbered:"ui-kit__list-module__numbered",item:"ui-kit__list-module__item"},IO=ln(iv.base,{variants:{decoration:{none:iv.none,bullet:iv.bullet,numbered:iv.numbered}}}),BO=ln(iv.item);function gT({decoration:i="none",...n}){const o=i!=="numbered"?"ul":"ol";return le.jsx(o,{...n,className:IO({decoration:i})})}function UO({...i}){return le.jsx("li",{...i,className:BO()})}gT.displayName="List";const Ug={menu:"ui-kit__menu-module__menu",menuItem:"ui-kit__menu-module__menuItem",menuItemWrapper:"ui-kit__menu-module__menuItemWrapper"};function VO({className:i,...n}){return le.jsx(fx,{children:le.jsx(PL,{className:dt(Ug.menu,i),...n})})}function KO({className:i,isDisabled:n,title:o="",children:u,...d}){return le.jsx(ML,{className:dt(Ug.menuItem,i,n&&Ug.disabled),...d,children:le.jsx("span",{className:Ug.menuItemWrapper,title:o,children:u})})}const va={entering:"ui-kit__modal-module__entering",exiting:"ui-kit__modal-module__exiting",dialog:"ui-kit__modal-module__dialog",modal:"ui-kit__modal-module__modal",modalContent:"ui-kit__modal-module__modalContent",modalOverlay:"ui-kit__modal-module__modalOverlay",title:"ui-kit__modal-module__title",description:"ui-kit__modal-module__description",footer:"ui-kit__modal-module__footer"};function jO({children:i,role:n="dialog",...o}){return le.jsx(i6,{...o,className:({isEntering:u,isExiting:d})=>dt(va.modalOverlay,{[va.entering]:u,[va.exiting]:d}),children:le.jsx(GL,{className:dt(va.modal),children:le.jsx(OL,{className:dt(va.dialog),role:n,children:i})})})}function HO({title:i,description:n,footer:o,className:u}){return le.jsxs("div",{className:dt(va.modalContent,u),children:[i&&le.jsx(vo,{as:"h1",slot:"title",className:va.title,children:i}),n&&le.jsx(vo,{className:va.description,children:n}),o&&le.jsx("div",{className:va.footer,children:o})]})}const Vg={base:"ui-kit__number-field-module__base",group:"ui-kit__number-field-module__group",input:"ui-kit__number-field-module__input",button:"ui-kit__number-field-module__button"},WO=ln(Vg.base),GO=ln(Vg.group),YO=ln(Vg.input),qO=ln(Vg.button);function yT({className:i,...n}){const{focusProps:o,focusRingClassnames:u}=bu({within:!0}),d={className:qO()},v=Ge(n,o);return le.jsxs(ZL,{className:dt(WO({className:i}),u),...v,children:[le.jsx(dg,{}),le.jsxs(dx,{className:GO(),children:[le.jsx(a5,{className:YO(),disabled:n==null?void 0:n.isDisabled}),le.jsx(Kp,{slot:"increment","aria-label":"increment",...d,children:le.jsx(Cu,{className:"icon",icon:sT})}),le.jsx(Kp,{slot:"decrement","aria-label":"decrement",...d,children:le.jsx(Cu,{className:"icon",icon:Xx})})]}),le.jsx(cL,{})]})}yT.displayName="NumberField";const Vo={container:"ui-kit__data-row-module__container",iconButtonInDataRow:"ui-kit__data-row-module__iconButtonInDataRow",column:"ui-kit__data-row-module__column",columnGapDefault:"ui-kit__data-row-module__columnGapDefault",item:"ui-kit__data-row-module__item",itemLink:"ui-kit__data-row-module__itemLink",columnHidden:"ui-kit__data-row-module__columnHidden",columnVisible:"ui-kit__data-row-module__columnVisible",clickable:"ui-kit__data-row-module__clickable",variantProperty:"ui-kit__data-row-module__variantProperty",itemWrap:"ui-kit__data-row-module__itemWrap"},QO=ln(Vo.container,{variants:{clickable:{true:Vo.clickable,false:void 0},variant:{default:void 0,property:Vo.variantProperty}},defaultVariants:{variant:"default"}}),XO=ln(Vo.item,{variants:{isLink:{true:Vo.itemLink,false:void 0}}}),ZO=ln(Vo.column,{variants:{isVisible:{true:Vo.columnVisible,false:Vo.columnHidden},gap:{none:void 0,default:Vo.columnGapDefault}},defaultVariants:{isVisible:!0,gap:"none"}}),JO=b.createContext(void 0);function bT({className:i,children:n,onIconClick:o,icon:u,buttonSize:d="sm",iconSizePx:v,iconVariant:p="default",hover:g,clickable:x,href:E,variant:S="default",...C}){const T=g??u!=null,P=u&&T,N={className:dt(QO({clickable:x??!1,variant:S,className:i})),...C},L=()=>!P||!u?null:le.jsx(Rg,{icon:u,size:d,iconSize:v,variant:p,seamless:!0,"aria-label":"Action button",className:Vo.iconButtonInDataRow,onPress:()=>{o==null||o()}}),A=le.jsx(JO.Provider,{value:S,children:n});return x&&E?le.jsxs("a",{href:E,...N,style:{textDecoration:"none",color:"inherit"},children:[A,L()]}):le.jsxs("div",{...N,children:[A,L()]})}bT.displayName="DataRow";function kT({className:i,children:n,isVisible:o=!0,gap:u="none",...d}){return le.jsx("div",{className:dt(ZO({isVisible:o,gap:u,className:i})),...d,children:n})}kT.displayName="DataRow.Column";function xT({className:i,children:n,variant:o="body-md",color:u,href:d,target:v="_blank",wrap:p=!1,...g}){const x=!!d,E=dt(XO({isLink:x,className:i}),p&&Vo.itemWrap);return x?le.jsx("a",{href:d,target:v,rel:v==="_blank"?"noopener noreferrer":void 0,className:E,...g,children:le.jsx(vo,{as:"span",variant:o,color:u,children:n})}):le.jsx(vo,{as:"span",className:E,variant:o,color:u,...g,children:n})}xT.displayName="DataRow.Item";const _T=Object.assign(bT,{Column:kT,Item:xT});_T.displayName="DataRow";const Gr={select:"ui-kit__select-module__select",popover:"ui-kit__select-module__popover",listBox:"ui-kit__select-module__listBox",selectItem:"ui-kit__select-module__selectItem",selectTrigger:"ui-kit__select-module__selectTrigger",filterableTrigger:"ui-kit__select-module__filterableTrigger",selectLabel:"ui-kit__select-module__selectLabel",selectValue:"ui-kit__select-module__selectValue",visuallyHidden:"ui-kit__select-module__visuallyHidden",hideSelectValue:"ui-kit__select-module__hideSelectValue",emptyState:"ui-kit__select-module__emptyState"},ET=ln(Gr.base,{variants:{hideLabel:{true:Gr.visuallyHidden}}});function eF({filterable:i,children:n,className:o,label:u,popoverProps:d,hideLabel:v=!1,placeholder:p,renderEmptyState:g,...x}){const E={"aria-label":u,className:dt(Gr.select,o),...x};return i?le.jsxs(zL,{...E,children:[le.jsx(dg,{className:ET({className:Gr.selectLabel,hideLabel:v}),children:u}),le.jsx(tv,{placeholder:p,suffix:le.jsx(Ed,{variant:"tertiary",className:Gr.filterableTrigger,children:le.jsx(Cu,{icon:dT,size:"md"})})}),le.jsx(CT,{...d,renderEmptyState:g,children:n})]}):le.jsxs(eM,{placeholder:p,...E,children:[le.jsx(dg,{className:ET({className:Gr.selectLabel,hideLabel:v}),children:u}),le.jsxs(Ed,{className:Gr.selectTrigger,children:[le.jsx(iM,{className:dt({[Gr.hideSelectValue]:!p},Gr.selectValue)}),le.jsx(Cu,{icon:Xx,size:"lg"})]}),le.jsx(CT,{...d,renderEmptyState:g,children:n})]})}function CT({children:i,className:n,renderEmptyState:o,...u}){return le.jsx(fx,{...u,className:dt(Gr.popover,n),children:le.jsx(q5,{renderEmptyState:d=>le.jsx("div",{className:Gr.emptyState,children:o&&o({...d})}),className:dt(Gr.listBox),children:i})})}function tF({className:i,...n}){return le.jsx(X5,{...n,className:dt(Gr.selectItem,i)})}const nF=["id","role","style","title","tabIndex"],iF=i=>!!(nF.includes(i)||i.startsWith("aria-")||i.startsWith("data-"));function rF(i){return Object.keys(i).reduce((n,o)=>(iF(o)&&(n[o]=i[o]),n),{})}const Si={sidePanelUI:"ui-kit__side-panel-module__sidePanelUI",headerUI:"ui-kit__side-panel-module__headerUI",headerWithChildrenUI:"ui-kit__side-panel-module__headerWithChildrenUI",headerContentUI:"ui-kit__side-panel-module__headerContentUI",showSubtitle:"ui-kit__side-panel-module__showSubtitle",headerIconUI:"ui-kit__side-panel-module__headerIconUI",headerIconButtonUI:"ui-kit__side-panel-module__headerIconButtonUI",headerTitleWrapperUI:"ui-kit__side-panel-module__headerTitleWrapperUI",headerTitleUI:"ui-kit__side-panel-module__headerTitleUI",headerSubtitleUI:"ui-kit__side-panel-module__headerSubtitleUI",contentUI:"ui-kit__side-panel-module__contentUI",stickyFooter:"ui-kit__side-panel-module__stickyFooter",footerUI:"ui-kit__side-panel-module__footerUI",externalLinkUI:"ui-kit__side-panel-module__externalLinkUI"},wT=b.createContext({stickyFooter:!0,hasFooterOverflow:!1,setHasFooterOverflow:()=>{}});function oF({children:i,stickyFooter:n=!0}){const[o,u]=b.useState(!1);return le.jsx(wT.Provider,{value:{stickyFooter:n,hasFooterOverflow:o,setHasFooterOverflow:u},children:i})}const Zx=()=>b.useContext(wT),lF=()=>{const{setHasFooterOverflow:i}=Zx(),n=b.useRef(null),o=u=>{const d=u.scrollHeight>u.clientHeight,v=u.scrollHeight-u.scrollTop<=u.clientHeight+1;i(d&&!v)};return b.useEffect(()=>{const u=n.current;if(!u)return;const d=new ResizeObserver(p=>{for(const g of p)o(g.target)});d.observe(u);const v=()=>o(u);return u.addEventListener("scroll",v),()=>{d.disconnect(),u.removeEventListener("scroll",v)}},[i]),n},aF=({children:i,className:n})=>{const{stickyFooter:o}=Zx(),u=lF();return le.jsx("div",{ref:u,className:dt("UIKit-SidePanel-Content",Si.contentUI,o&&Si.stickyFooter,n),"data-sticky-footer":o?"true":"false","data-testid":"sidepanel.content",children:i})},rv={wrapper:"ui-kit__tooltip-module__wrapper",tooltip:"ui-kit__tooltip-module__tooltip",hidden:"ui-kit__tooltip-module__hidden",leftAligned:"ui-kit__tooltip-module__leftAligned",rightAligned:"ui-kit__tooltip-module__rightAligned"},uF=({children:i,title:n,placement:o="center",className:u})=>{const[d,v]=b.useState(!1),[p,g]=b.useState(!1),x=o==="start",E=o==="end",S=()=>v(!0),C=()=>v(!1),T=()=>g(!0),P=()=>g(!1),N=p||d;return le.jsxs("span",{className:dt(rv.wrapper,u),onMouseEnter:S,onMouseLeave:C,onFocus:T,onBlur:P,"data-testid":"Tooltip",children:[le.jsx("span",{className:dt(rv.tooltip,{[rv.hidden]:!N,[rv.leftAligned]:x,[rv.rightAligned]:E}),"aria-hidden":!N,role:"tooltip",children:n}),i]})},sF=({buttonLabel:i,buttonVariant:n="primary",buttonDisabled:o=!1,buttonTooltip:u="",secondaryButtonLabel:d,secondaryButtonVariant:v="secondary",secondaryButtonDisabled:p=!1,secondaryButtonTooltip:g="",className:x,onButtonClick:E,onSecondaryButtonClick:S})=>{const{stickyFooter:C,hasFooterOverflow:T}=Zx(),P=(N,L,A,F,B,K)=>{const j=le.jsx(Ed,{onPress:L,isDisabled:A,variant:B,style:{...K,height:"50px"},children:N});return A&&F?le.jsx(uF,{title:F,children:j}):j};return le.jsxs("div",{className:dt("UIKit-SidePanel-Footer",Si.footerUI,C&&Si.stickyFooter,T&&Si.hasOverflow,x),"data-sticky-footer":C?"true":"false","data-count":(d?1:0)+1,"data-testid":"sidepanel.footer",children:[d&&P(d,S,p,g,v,{width:"100%",maxWidth:"174px"}),P(i,E,o,u,n,{width:"100%"})]})},cF=({goBack:i})=>le.jsx("button",{type:"button",className:Si.headerIconButtonUI,onClick:i,"aria-label":"Go back",onKeyDown:n=>{n.key==="Enter"&&i()},children:le.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",className:Si.headerIconUI,children:le.jsx("path",{d:"M11.7803 15.9697C12.0732 16.2626 12.0732 16.7374 11.7803 17.0303C11.4874 17.3232 11.0126 17.3232 10.7197 17.0303L6.44433 12.7028C6.05951 12.3133 6.05951 11.6867 6.44433 11.2972L10.7197 6.96967C11.0126 6.67678 11.4874 6.67678 11.7803 6.96967C12.0732 7.26256 12.0732 7.73744 11.7803 8.03033L8.56066 11.25L17.25 11.25C17.6642 11.25 18 11.5858 18 12C18 12.4142 17.6642 12.75 17.25 12.75L8.56066 12.75L11.7803 15.9697Z",fill:"#314351"})})}),dF=i=>le.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[le.jsx("path",{d:"M13.5 5.25C13.5 4.83579 13.8358 4.5 14.25 4.5H18.75C19.1642 4.5 19.5 4.83579 19.5 5.25V9.75C19.5 10.1642 19.1642 10.5 18.75 10.5C18.3358 10.5 18 10.1642 18 9.75V7.06066L13.2803 11.7803C12.9874 12.0732 12.5126 12.0732 12.2197 11.7803C11.9268 11.4874 11.9268 11.0126 12.2197 10.7197L16.9393 6H14.25C13.8358 6 13.5 5.66421 13.5 5.25Z",fill:"currentColor"}),le.jsx("path",{d:"M11.2037 6L11.25 6C11.6642 6 12 6.33579 12 6.75C12 7.16421 11.6642 7.5 11.25 7.5C9.94177 7.5 9.02435 7.50115 8.32128 7.5816C7.63375 7.66026 7.24618 7.80643 6.9582 8.03204C6.79948 8.15639 6.65639 8.29948 6.53204 8.4582C6.30643 8.74618 6.16026 9.13375 6.0816 9.82128C6.00115 10.5243 6 11.4418 6 12.75C6 14.0582 6.00115 14.9757 6.0816 15.6787C6.16026 16.3662 6.30643 16.7538 6.53204 17.0418C6.65639 17.2005 6.79948 17.3436 6.9582 17.468C7.24618 17.6936 7.63375 17.8397 8.32128 17.9184C9.02435 17.9989 9.94177 18 11.25 18C12.5582 18 13.4757 17.9989 14.1787 17.9184C14.8662 17.8397 15.2538 17.6936 15.5418 17.468C15.7005 17.3436 15.8436 17.2005 15.968 17.0418C16.1936 16.7538 16.3397 16.3662 16.4184 15.6787C16.4989 14.9757 16.5 14.0582 16.5 12.75C16.5 12.3358 16.8358 12 17.25 12C17.6642 12 18 12.3358 18 12.75V12.7963C18 14.0475 18 15.0509 17.9087 15.8492C17.8144 16.6729 17.6148 17.372 17.1487 17.9669C16.9498 18.2208 16.7208 18.4498 16.4669 18.6487C15.872 19.1148 15.1729 19.3144 14.3492 19.4087C13.5509 19.5 12.5475 19.5 11.2963 19.5H11.2037C9.9525 19.5 8.94908 19.5 8.15076 19.4087C7.32707 19.3144 6.62798 19.1148 6.03313 18.6487C5.77917 18.4498 5.55022 18.2208 5.35127 17.9669C4.88522 17.372 4.68557 16.6729 4.59132 15.8492C4.49998 15.0509 4.49999 14.0475 4.5 12.7963V12.7037C4.49999 11.4525 4.49998 10.4491 4.59132 9.65076C4.68557 8.82707 4.88522 8.12798 5.35127 7.53313C5.55023 7.27917 5.77917 7.05022 6.03313 6.85127C6.62798 6.38522 7.32707 6.18557 8.15076 6.09132C8.94907 5.99998 9.9525 5.99999 11.2037 6Z",fill:"currentColor"})]}),fF=({href:i})=>{const n=()=>{window.open(i,"_blank","noopener,noreferrer")};return le.jsx(Rg,{icon:dF,size:"sm",seamless:!0,"aria-label":"Open external link",onPress:n,className:Si.externalLinkUI})},pF=({className:i,subtitle:n="",title:o="",externalLink:u="",goBack:d,children:v})=>{const p=()=>o&&le.jsx(vo,{variant:"heading-lg",className:Si.headerTitleUI,children:o}),g=()=>n&&le.jsx("div",{className:Si.headerSubtitleUI,children:n});return le.jsxs("div",{className:dt("UIKit-SidePanel-Header",v?Si.headerWithChildrenUI:Si.headerUI,i),role:"heading","aria-level":1,"data-testid":"sidepanel.header",children:[le.jsxs("div",{className:dt("UIKit-SidePanel-Header-Main-Content",Si.headerContentUI,{[Si.showSubtitle]:!!n},i),children:[d&&le.jsx(cF,{goBack:d}),le.jsxs("div",{className:dt(Si.headerTitleWrapperUI,{[Si.noBackButton]:!d}),children:[p(),g()]}),u&&le.jsx(fF,{href:u})]}),v&&le.jsx("div",{className:dt("UIKit-SidePanel-Header-Secondary-Content",i),children:v})]})},Kg=({children:i,className:n,stickyFooter:o=!0,...u})=>le.jsx("div",{className:dt("UIKit-SidePanel",Si.sidePanelUI,n),...rF(u),"data-testid":"sidepanel",children:le.jsx(oF,{stickyFooter:o,children:i})});Kg.Header=pF,Kg.Content=aF,Kg.Footer=sF;const wu={base:"ui-kit__text-area-module__base",error:"ui-kit__text-area-module__error",success:"ui-kit__text-area-module__success",warning:"ui-kit__text-area-module__warning","text-area":"ui-kit__text-area-module__text-area"},vF=ln(wu.base,{variants:{state:{error:wu.error,success:wu.success,warning:wu.warning}}}),mF=ln(wu["text-area"],{variants:{state:{error:wu.error,success:wu.success,warning:wu.warning}}});function ST({className:i,disabled:n,state:o,...u}){const{focusProps:d,focusRingClassnames:v}=bu({within:!0});return le.jsx("div",{...d,className:dt(vF({className:i,state:o}),v),children:le.jsx(oM,{...u,className:dt(mF({state:o}),v,i),disabled:n,...d})})}const TT={base:"ui-kit__text-area-field-module__base",control:"ui-kit__text-area-field-module__control"},ov={base:"ui-kit__validation-alert-module__base",error:"ui-kit__validation-alert-module__error",success:"ui-kit__validation-alert-module__success",warning:"ui-kit__validation-alert-module__warning",icon:"ui-kit__validation-alert-module__icon"},hF=ln(ov.base,{variants:{state:{error:ov.error,success:ov.success,warning:ov.warning}}});function jg({children:i,className:n,state:o,...u}){return!(i&&o)?null:le.jsxs("div",{...u,className:hF({className:n,state:o}),role:"alert",children:[le.jsx(Cu,{"aria-hidden":!0,className:ov.icon,icon:lT,size:"xs"}),i]})}jg.displayName="ValidationAlert";function DT({label:i,description:n,isRequired:o,placeholder:u,rows:d=2,validationMessage:v,validationState:p,...g}){const x=!!(i||n),E=p==="error";return le.jsxs(u6,{...g,className:TT.base,isInvalid:E,children:[le.jsxs("div",{className:TT.control,children:[x&&le.jsxs(Bg,{children:[i&&le.jsx(zg,{required:o,children:i}),n&&le.jsx(Ig,{children:n})]}),le.jsx(ST,{disabled:g.isDisabled,placeholder:u,required:o,rows:d,state:p})]}),le.jsx(jg,{state:p,children:v})]})}DT.displayName="TextAreaField";const PT={base:"ui-kit__text-field-module__base",control:"ui-kit__text-field-module__control"};function $T({label:i,description:n,isRequired:o,placeholder:u,validationMessage:d,validationState:v,...p}){const g=!!(i||n),x=v==="error";return le.jsxs(u6,{...p,className:PT.base,isInvalid:x,children:[le.jsxs("div",{className:PT.control,children:[g&&le.jsxs(Bg,{children:[i&&le.jsx(zg,{required:o,children:i}),n&&le.jsx(Ig,{children:n})]}),le.jsx(tv,{align:p.align,disabled:p.isDisabled,placeholder:u,prefix:p.prefix,required:o,state:v})]}),le.jsx(jg,{state:v,children:d})]})}$T.displayName="TextField";let Hg;const gF=new Uint8Array(16);function yF(){if(!Hg&&(Hg=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Hg))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Hg(gF)}const Ti=[];for(let i=0;i<256;++i)Ti.push((i+256).toString(16).slice(1));function bF(i,n=0){return Ti[i[n+0]]+Ti[i[n+1]]+Ti[i[n+2]]+Ti[i[n+3]]+"-"+Ti[i[n+4]]+Ti[i[n+5]]+"-"+Ti[i[n+6]]+Ti[i[n+7]]+"-"+Ti[i[n+8]]+Ti[i[n+9]]+"-"+Ti[i[n+10]]+Ti[i[n+11]]+Ti[i[n+12]]+Ti[i[n+13]]+Ti[i[n+14]]+Ti[i[n+15]]}const NT={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function kF(i,n,o){if(NT.randomUUID&&!i)return NT.randomUUID();i=i||{};const u=i.random||(i.rng||yF)();return u[6]=u[6]&15|64,u[8]=u[8]&63|128,bF(u)}const Yr={GET_APP_CONTEXT:"GET_APP_CONTEXT",OPEN_SIDE_PANEL:"OPEN_SIDE_PANEL",CLOSE_SIDE_PANEL:"CLOSE_SIDE_PANEL",SEND_APP_CONTEXT:"SEND_APP_CONTEXT",SET_APP_HEIGHT:"SET_APP_HEIGHT",SET_CLIPBOARD_TEXT:"SET_CLIPBOARD_TEXT",SHOW_NOTIFICATION:"SHOW_NOTIFICATION",CONFIRM_NOTIFICATION_CLOSED:"CONFIRM_NOTIFICATION_CLOSED",CONFIRM_NOTIFICATION_CONFIRMED:"CONFIRM_NOTIFICATION_CONFIRMED",GET_APP_STYLES:"GET_APP_STYLES",SEND_APP_STYLES:"SEND_APP_STYLES",CLICK_NOTIFICATION_BUTTON:"CLICK_NOTIFICATION_BUTTON"},Jx={CONFIRM:"CONFIRM"},xF=["https://secure.helpscout.net","https://hs-app.*.hsenv.io"],e1=i=>{let n;try{n=new URL(i).origin}catch{return!1}return n&&xF.some(o=>n.match(o))};class _F{send(n,o={}){var u;if(!e1(document.referrer)){console.warn("Unable to send message. Please run your app from within Help Scout.");return}window.parent.postMessage(JSON.parse(JSON.stringify({...o,type:n,appId:(u=window.name)==null?void 0:u.replace(/app-side-panel-|app-/,""),iframeId:window.name})),document.referrer)}async receive(n){return await new Promise(o=>{window.addEventListener("message",function(d){if(e1(d.origin))try{const{data:v}=d,{type:p,...g}=v;p===n&&o(g)}catch{console.error("Unable to read postMessage data.")}})})}listen(n,o){window.addEventListener("message",function(d){if(e1(d.origin))try{const{data:v}=d,{type:p,...g}=v;p===n&&o(g)}catch{console.error("Unable to read postMessage data.")}})}}const qr=new _F;let EF=class{async getApplicationContext(){return qr.send(Yr.GET_APP_CONTEXT),await qr.receive(Yr.SEND_APP_CONTEXT)}watchApplicationContext(n){qr.listen(Yr.SEND_APP_CONTEXT,o=>{n(o)})}setClipboardText(n,o="Text copied"){qr.send(Yr.SET_CLIPBOARD_TEXT,{value:{text:n,successMessage:o}})}setAppHeight(n){qr.send(Yr.SET_APP_HEIGHT,{value:n})}showNotification(n,o,u={}){var d;if(u.id||(u.id=kF()),n!==Jx.CONFIRM){const v=u,p=(d=v==null?void 0:v.buttonOptions)==null?void 0:d.onClick;p&&qr.listen(Yr.CLICK_NOTIFICATION_BUTTON,g=>{g.id===u.id&&p()})}if(qr.send(Yr.SHOW_NOTIFICATION,{value:{type:n,message:o,options:(n===Jx.CONFIRM,u)}}),n===Jx.CONFIRM){const v=u;v.onConfirm&&qr.listen(Yr.CONFIRM_NOTIFICATION_CONFIRMED,p=>{p.id===v.id&&v.onConfirm&&v.onConfirm()}),v.onClose&&qr.listen(Yr.CONFIRM_NOTIFICATION_CLOSED,p=>{p.id===v.id&&v.onClose&&v.onClose()})}}async getAppStyles(){qr.send(Yr.GET_APP_STYLES);const{styles:n}=await qr.receive(Yr.SEND_APP_STYLES);return n}openSidePanel(n){qr.send(Yr.OPEN_SIDE_PANEL,{value:n})}closeSidePanel(){qr.send(Yr.CLOSE_SIDE_PANEL)}getInstallationIds(){const n=window==null?void 0:window.name;return n&&n.startsWith("app-")?n.replace("app-","").split("-").filter(o=>!!o):[]}};const CF=new EF,wF={root:"ui-kit__theme-module__root"};function LT({children:i,fetchStyles:n=!0}){const[o,u]=b.useState(),d=b.useRef(null);return b.useEffect(()=>{if(!n)return;(async()=>{const p=await CF.getAppStyles();u(p)})()},[n]),b.useEffect(()=>{d.current&&(d.current.innerHTML=o||"")},[o]),le.jsxs("div",{className:wF.root,children:[n&&le.jsx("style",{ref:d}),i]})}LT.displayName="Theme";const Fs={base:"ui-kit__thumbnail-module__base",sm:"ui-kit__thumbnail-module__sm",md:"ui-kit__thumbnail-module__md",lg:"ui-kit__thumbnail-module__lg",cover:"ui-kit__thumbnail-module__cover",contain:"ui-kit__thumbnail-module__contain",isDisabled:"ui-kit__thumbnail-module__isDisabled"},MT=ln(Fs.base,{variants:{size:{sm:Fs.sm,md:Fs.md,lg:Fs.lg},fit:{cover:Fs.cover,contain:Fs.contain},isDisabled:{true:Fs.isDisabled}}});function AT({src:i,alt:n,size:o="md",fit:u="cover",isDisabled:d,...v}){return le.jsx(le.Fragment,{children:typeof i=="string"?le.jsx("img",{className:MT({size:o,fit:u,isDisabled:d}),alt:n,src:i,...v}):le.jsx("div",{"aria-label":n,role:"img",className:MT({size:o,fit:u,isDisabled:d}),children:i})})}AT.displayName="Thumbnail",mt.Badge=M3,mt.Button=Ed,mt.ButtonGroup=dM,mt.ButtonGroupItem=fM,mt.Checkbox=c6,mt.Collapsible=d6,mt.ComboBox=PO,mt.DataRow=_T,mt.Divider=NO,mt.Icon=Cu,mt.IconButton=Rg,mt.Input=tv,mt.Label=zg,mt.LabelDescription=Ig,mt.LabelGroup=Bg,mt.Link=hT,mt.List=gT,mt.ListItem=UO,mt.Menu=VO,mt.MenuItem=KO,mt.MenuTrigger=e6,mt.Modal=jO,mt.ModalContent=HO,mt.ModalTrigger=AL,mt.NumberField=yT,mt.Select=eF,mt.SelectItem=tF,mt.SidePanel=Kg,mt.Text=vo,mt.TextArea=ST,mt.TextAreaField=DT,mt.TextField=$T,mt.Theme=LT,mt.Thumbnail=AT,mt.ValidationAlert=jg,mt.renderIcon=vT,mt.useFocusRing=bu,Object.defineProperty(mt,Symbol.toStringTag,{value:"Module"})});
|