agnosticui-core 2.0.0-alpha.2
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/README.md +77 -0
- package/RTL_IMPLEMENTATION_PLAN.md +295 -0
- package/custom-elements.json +12581 -0
- package/dist/Timeline.vue_vue_type_script_setup_true_lang-BwPWPb7w.js +29 -0
- package/dist/TimelineItem.vue_vue_type_script_setup_true_lang-zYxUWK0j.js +33 -0
- package/dist/VueAccordion.vue_vue_type_script_setup_true_lang-pDfOQ53K.js +20 -0
- package/dist/VueAccordionContent.vue_vue_type_script_setup_true_lang-CoCVRQJg.js +12 -0
- package/dist/VueAccordionHeader.vue_vue_type_script_setup_true_lang-DpqsrLdr.js +12 -0
- package/dist/VueAccordionItem.vue_vue_type_script_setup_true_lang-iL8z7vQz.js +45 -0
- package/dist/VueAlert.vue_vue_type_script_setup_true_lang-BSEoqQWL.js +33 -0
- package/dist/VueAspectRatio.vue_vue_type_script_setup_true_lang-D5CU4q3M.js +13 -0
- package/dist/VueBadge.vue_vue_type_script_setup_true_lang-DAPP5_-i.js +37 -0
- package/dist/VueBadgeFx.vue_vue_type_script_setup_true_lang-B5Bex8CH.js +45 -0
- package/dist/VueBreadcrumb.vue_vue_type_script_setup_true_lang-Dp6vVm0c.js +32 -0
- package/dist/VueButton.vue_vue_type_script_setup_true_lang-Bq8IPXqd.js +64 -0
- package/dist/VueButtonFx.vue_vue_type_script_setup_true_lang-BUudF-lg.js +72 -0
- package/dist/VueCheckbox.vue_vue_type_script_setup_true_lang-DERDRO2P.js +53 -0
- package/dist/VueCollapsible.vue_vue_type_script_setup_true_lang-2DYXeukJ.js +40 -0
- package/dist/VueCombobox.vue_vue_type_script_setup_true_lang-C7gDMrYJ.js +104 -0
- package/dist/VueContentPagination.vue_vue_type_script_setup_true_lang-DSQQBA4M.js +51 -0
- package/dist/VueCopyButton.vue_vue_type_script_setup_true_lang-BZi5H42P.js +54 -0
- package/dist/VueDialog.vue_vue_type_script_setup_true_lang-1MD8xeGw.js +41 -0
- package/dist/VueDialogFooter.vue_vue_type_script_setup_true_lang-DrDSmoX_.js +12 -0
- package/dist/VueDialogHeader.vue_vue_type_script_setup_true_lang-DZbWL7Oh.js +12 -0
- package/dist/VueDrawer.vue_vue_type_script_setup_true_lang-ofDg73MZ.js +43 -0
- package/dist/VueEmptyState.vue_vue_type_script_setup_true_lang-BS6VTxrx.js +42 -0
- package/dist/VueIcon.vue_vue_type_script_setup_true_lang-kC-nzMyu.js +25 -0
- package/dist/VueIconButton.vue_vue_type_script_setup_true_lang-DKCTvvr9.js +45 -0
- package/dist/VueIconButtonFx.vue_vue_type_script_setup_true_lang-Dky-zgVc.js +55 -0
- package/dist/VueImage.vue_vue_type_script_setup_true_lang-CUwbK3NF.js +51 -0
- package/dist/VueInput.vue_vue_type_script_setup_true_lang-Dsxo7DuX.js +91 -0
- package/dist/VueIntlFormatter.vue_vue_type_script_setup_true_lang-evMy310u.js +71 -0
- package/dist/VueKbd.vue_vue_type_script_setup_true_lang-BOg9zgDU.js +27 -0
- package/dist/VueMenu.vue_vue_type_script_setup_true_lang-bnn7ochj.js +97 -0
- package/dist/VueMenuItem.vue_vue_type_script_setup_true_lang-CXdZ61KO.js +39 -0
- package/dist/VueMenuSeparator.vue_vue_type_script_setup_true_lang-BDuO4gJE.js +17 -0
- package/dist/VueMessageBubble.vue_vue_type_script_setup_true_lang-CjDTnJfG.js +51 -0
- package/dist/VuePagination.vue_vue_type_script_setup_true_lang-Bbf1X690.js +45 -0
- package/dist/VueRadio.vue_vue_type_script_setup_true_lang-DxNhH12d.js +57 -0
- package/dist/VueRating.vue_vue_type_script_setup_true_lang-CICncp71.js +59 -0
- package/dist/VueSlider.vue_vue_type_script_setup_true_lang-DrAG9Z0N.js +79 -0
- package/dist/VueTab.vue_vue_type_script_setup_true_lang-DeqgbQLf.js +21 -0
- package/dist/VueTabPanel.vue_vue_type_script_setup_true_lang-BnQoc7fo.js +18 -0
- package/dist/VueTabs.vue_vue_type_script_setup_true_lang-BPpGg8Vv.js +32 -0
- package/dist/VueTag.vue_vue_type_script_setup_true_lang-CoD_TmLh.js +32 -0
- package/dist/VueToast.vue_vue_type_script_setup_true_lang-ZC6HDIL9.js +52 -0
- package/dist/VueToggle.vue_vue_type_script_setup_true_lang-BxrvAsse.js +60 -0
- package/dist/VueTooltip.vue_vue_type_script_setup_true_lang-BGhqFxll.js +48 -0
- package/dist/VueVisuallyHidden.vue_vue_type_script_setup_true_lang-C_9Tq_M2.js +13 -0
- package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
- package/dist/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
- package/dist/assets/agnosticui-core.css +1 -0
- package/dist/components/Accordion/core/Accordion.d.ts +12 -0
- package/dist/components/Accordion/core/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/core/Accordion.js +10 -0
- package/dist/components/Accordion/core/AccordionGroup.d.ts +15 -0
- package/dist/components/Accordion/core/AccordionGroup.d.ts.map +1 -0
- package/dist/components/Accordion/core/AccordionGroup.js +46 -0
- package/dist/components/Accordion/core/_Accordion.d.ts +106 -0
- package/dist/components/Accordion/core/_Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/core/_Accordion.js +296 -0
- package/dist/components/Accordion/react/ReactAccordion.d.ts +35 -0
- package/dist/components/Accordion/react/ReactAccordion.d.ts.map +1 -0
- package/dist/components/Accordion/react/ReactAccordion.js +24 -0
- package/dist/components/Accordion/react/ReactAccordion.spec.d.ts +10 -0
- package/dist/components/Accordion/react/ReactAccordion.spec.d.ts.map +1 -0
- package/dist/components/Accordion/react/ReactAccordion.spec.js +24 -0
- package/dist/components/Accordion/react/index.d.ts +4 -0
- package/dist/components/Accordion/react/index.d.ts.map +1 -0
- package/dist/components/Accordion/react/index.js +7 -0
- package/dist/components/Accordion/vue/VueAccordion.js +4 -0
- package/dist/components/Accordion/vue/VueAccordion.vue.d.ts +15 -0
- package/dist/components/Accordion/vue/VueAccordion.vue.d.ts.map +1 -0
- package/dist/components/Accordion/vue/VueAccordionContent.js +4 -0
- package/dist/components/Accordion/vue/VueAccordionContent.vue.d.ts +14 -0
- package/dist/components/Accordion/vue/VueAccordionContent.vue.d.ts.map +1 -0
- package/dist/components/Accordion/vue/VueAccordionHeader.js +4 -0
- package/dist/components/Accordion/vue/VueAccordionHeader.vue.d.ts +14 -0
- package/dist/components/Accordion/vue/VueAccordionHeader.vue.d.ts.map +1 -0
- package/dist/components/Accordion/vue/VueAccordionItem.js +4 -0
- package/dist/components/Accordion/vue/VueAccordionItem.vue.d.ts +82 -0
- package/dist/components/Accordion/vue/VueAccordionItem.vue.d.ts.map +1 -0
- package/dist/components/Accordion/vue/index.d.ts +23 -0
- package/dist/components/Accordion/vue/index.d.ts.map +1 -0
- package/dist/components/Accordion/vue/index.js +11 -0
- package/dist/components/Alert/core/Alert.d.ts +9 -0
- package/dist/components/Alert/core/Alert.d.ts.map +1 -0
- package/dist/components/Alert/core/Alert.js +5 -0
- package/dist/components/Alert/core/_Alert.d.ts +28 -0
- package/dist/components/Alert/core/_Alert.d.ts.map +1 -0
- package/dist/components/Alert/core/_Alert.js +144 -0
- package/dist/components/Alert/react/ReactAlert.d.ts +15 -0
- package/dist/components/Alert/react/ReactAlert.d.ts.map +1 -0
- package/dist/components/Alert/react/ReactAlert.js +15 -0
- package/dist/components/Alert/react/index.d.ts +4 -0
- package/dist/components/Alert/react/index.d.ts.map +1 -0
- package/dist/components/Alert/react/index.js +4 -0
- package/dist/components/Alert/vue/VueAlert.js +4 -0
- package/dist/components/Alert/vue/VueAlert.vue.d.ts +55 -0
- package/dist/components/Alert/vue/VueAlert.vue.d.ts.map +1 -0
- package/dist/components/Alert/vue/index.d.ts +4 -0
- package/dist/components/Alert/vue/index.d.ts.map +1 -0
- package/dist/components/Alert/vue/index.js +5 -0
- package/dist/components/AspectRatio/core/AspectRatio.d.ts +9 -0
- package/dist/components/AspectRatio/core/AspectRatio.d.ts.map +1 -0
- package/dist/components/AspectRatio/core/AspectRatio.js +5 -0
- package/dist/components/AspectRatio/core/_AspectRatio.d.ts +22 -0
- package/dist/components/AspectRatio/core/_AspectRatio.d.ts.map +1 -0
- package/dist/components/AspectRatio/core/_AspectRatio.js +61 -0
- package/dist/components/AspectRatio/index.d.ts +2 -0
- package/dist/components/AspectRatio/index.d.ts.map +1 -0
- package/dist/components/AspectRatio/index.js +5 -0
- package/dist/components/AspectRatio/react/ReactAspectRatio.d.ts +12 -0
- package/dist/components/AspectRatio/react/ReactAspectRatio.d.ts.map +1 -0
- package/dist/components/AspectRatio/react/ReactAspectRatio.js +13 -0
- package/dist/components/AspectRatio/react/index.d.ts +2 -0
- package/dist/components/AspectRatio/react/index.d.ts.map +1 -0
- package/dist/components/AspectRatio/react/index.js +4 -0
- package/dist/components/AspectRatio/vue/VueAspectRatio.js +4 -0
- package/dist/components/AspectRatio/vue/VueAspectRatio.vue.d.ts +13 -0
- package/dist/components/AspectRatio/vue/VueAspectRatio.vue.d.ts.map +1 -0
- package/dist/components/AspectRatio/vue/index.d.ts +4 -0
- package/dist/components/AspectRatio/vue/index.d.ts.map +1 -0
- package/dist/components/AspectRatio/vue/index.js +4 -0
- package/dist/components/Avatar/core/Avatar.d.ts +12 -0
- package/dist/components/Avatar/core/Avatar.d.ts.map +1 -0
- package/dist/components/Avatar/core/Avatar.js +8 -0
- package/dist/components/Avatar/core/AvatarGroup.d.ts +30 -0
- package/dist/components/Avatar/core/AvatarGroup.d.ts.map +1 -0
- package/dist/components/Avatar/core/AvatarGroup.js +42 -0
- package/dist/components/Avatar/core/_Avatar.d.ts +42 -0
- package/dist/components/Avatar/core/_Avatar.d.ts.map +1 -0
- package/dist/components/Avatar/core/_Avatar.js +164 -0
- package/dist/components/Avatar/react/ReactAvatar.d.ts +19 -0
- package/dist/components/Avatar/react/ReactAvatar.d.ts.map +1 -0
- package/dist/components/Avatar/react/ReactAvatar.js +22 -0
- package/dist/components/Avatar/react/index.d.ts +3 -0
- package/dist/components/Avatar/react/index.d.ts.map +1 -0
- package/dist/components/Avatar/react/index.js +5 -0
- package/dist/components/Avatar/vue/VueAvatar.js +44 -0
- package/dist/components/Avatar/vue/VueAvatar.vue.d.ts +74 -0
- package/dist/components/Avatar/vue/VueAvatar.vue.d.ts.map +1 -0
- package/dist/components/Avatar/vue/VueAvatarGroup.js +18 -0
- package/dist/components/Avatar/vue/VueAvatarGroup.vue.d.ts +6 -0
- package/dist/components/Avatar/vue/VueAvatarGroup.vue.d.ts.map +1 -0
- package/dist/components/Avatar/vue/index.d.ts +10 -0
- package/dist/components/Avatar/vue/index.d.ts.map +1 -0
- package/dist/components/Avatar/vue/index.js +6 -0
- package/dist/components/Badge/core/Badge.d.ts +11 -0
- package/dist/components/Badge/core/Badge.d.ts.map +1 -0
- package/dist/components/Badge/core/Badge.js +5 -0
- package/dist/components/Badge/core/_Badge.d.ts +37 -0
- package/dist/components/Badge/core/_Badge.d.ts.map +1 -0
- package/dist/components/Badge/core/_Badge.js +210 -0
- package/dist/components/Badge/react/ReactBadge.d.ts +12 -0
- package/dist/components/Badge/react/ReactBadge.d.ts.map +1 -0
- package/dist/components/Badge/react/ReactBadge.js +15 -0
- package/dist/components/Badge/react/index.d.ts +3 -0
- package/dist/components/Badge/react/index.d.ts.map +1 -0
- package/dist/components/Badge/react/index.js +4 -0
- package/dist/components/Badge/vue/VueBadge.js +4 -0
- package/dist/components/Badge/vue/VueBadge.vue.d.ts +72 -0
- package/dist/components/Badge/vue/VueBadge.vue.d.ts.map +1 -0
- package/dist/components/Badge/vue/index.d.ts +12 -0
- package/dist/components/Badge/vue/index.d.ts.map +1 -0
- package/dist/components/Badge/vue/index.js +4 -0
- package/dist/components/BadgeFx/core/BadgeFx.d.ts +9 -0
- package/dist/components/BadgeFx/core/BadgeFx.d.ts.map +1 -0
- package/dist/components/BadgeFx/core/BadgeFx.js +5 -0
- package/dist/components/BadgeFx/core/_BadgeFx.d.ts +35 -0
- package/dist/components/BadgeFx/core/_BadgeFx.d.ts.map +1 -0
- package/dist/components/BadgeFx/core/_BadgeFx.js +227 -0
- package/dist/components/BadgeFx/react/ReactBadgeFx.d.ts +14 -0
- package/dist/components/BadgeFx/react/ReactBadgeFx.d.ts.map +1 -0
- package/dist/components/BadgeFx/react/ReactBadgeFx.js +15 -0
- package/dist/components/BadgeFx/vue/VueBadgeFx.js +4 -0
- package/dist/components/BadgeFx/vue/VueBadgeFx.vue.d.ts +85 -0
- package/dist/components/BadgeFx/vue/VueBadgeFx.vue.d.ts.map +1 -0
- package/dist/components/BadgeFx/vue/index.d.ts +12 -0
- package/dist/components/BadgeFx/vue/index.d.ts.map +1 -0
- package/dist/components/BadgeFx/vue/index.js +4 -0
- package/dist/components/Breadcrumb/core/Breadcrumb.d.ts +9 -0
- package/dist/components/Breadcrumb/core/Breadcrumb.d.ts.map +1 -0
- package/dist/components/Breadcrumb/core/Breadcrumb.js +5 -0
- package/dist/components/Breadcrumb/core/_Breadcrumb.d.ts +69 -0
- package/dist/components/Breadcrumb/core/_Breadcrumb.d.ts.map +1 -0
- package/dist/components/Breadcrumb/core/_Breadcrumb.js +169 -0
- package/dist/components/Breadcrumb/react/ReactBreadcrumb.d.ts +15 -0
- package/dist/components/Breadcrumb/react/ReactBreadcrumb.d.ts.map +1 -0
- package/dist/components/Breadcrumb/react/ReactBreadcrumb.js +15 -0
- package/dist/components/Breadcrumb/react/index.d.ts +4 -0
- package/dist/components/Breadcrumb/react/index.d.ts.map +1 -0
- package/dist/components/Breadcrumb/react/index.js +4 -0
- package/dist/components/Breadcrumb/svelte/SvelteBreadcrumb.js +182 -0
- package/dist/components/Breadcrumb/svelte/SvelteBreadcrumb.svelte.d.ts +1 -0
- package/dist/components/Breadcrumb/vue/VueBreadcrumb.js +4 -0
- package/dist/components/Breadcrumb/vue/VueBreadcrumb.vue.d.ts +40 -0
- package/dist/components/Breadcrumb/vue/VueBreadcrumb.vue.d.ts.map +1 -0
- package/dist/components/Breadcrumb/vue/index.d.ts +9 -0
- package/dist/components/Breadcrumb/vue/index.d.ts.map +1 -0
- package/dist/components/Breadcrumb/vue/index.js +5 -0
- package/dist/components/Button/core/Button.d.ts +9 -0
- package/dist/components/Button/core/Button.d.ts.map +1 -0
- package/dist/components/Button/core/Button.js +5 -0
- package/dist/components/Button/core/_Button.d.ts +111 -0
- package/dist/components/Button/core/_Button.d.ts.map +1 -0
- package/dist/components/Button/core/_Button.js +445 -0
- package/dist/components/Button/react/ReactButton.d.ts +21 -0
- package/dist/components/Button/react/ReactButton.d.ts.map +1 -0
- package/dist/components/Button/react/ReactButton.js +15 -0
- package/dist/components/Button/react/ReactButton.spec.d.ts +2 -0
- package/dist/components/Button/react/ReactButton.spec.d.ts.map +1 -0
- package/dist/components/Button/react/ReactButton.spec.js +34 -0
- package/dist/components/Button/react/index.d.ts +4 -0
- package/dist/components/Button/react/index.d.ts.map +1 -0
- package/dist/components/Button/react/index.js +4 -0
- package/dist/components/Button/styled/index.d.ts +1 -0
- package/dist/components/Button/styled/index.d.ts.map +1 -0
- package/dist/components/Button/styled/index.js +1 -0
- package/dist/components/Button/vue/VueButton.js +4 -0
- package/dist/components/Button/vue/VueButton.vue.d.ts +87 -0
- package/dist/components/Button/vue/VueButton.vue.d.ts.map +1 -0
- package/dist/components/Button/vue/index.d.ts +12 -0
- package/dist/components/Button/vue/index.d.ts.map +1 -0
- package/dist/components/Button/vue/index.js +5 -0
- package/dist/components/ButtonFx/core/ButtonFx.d.ts +9 -0
- package/dist/components/ButtonFx/core/ButtonFx.d.ts.map +1 -0
- package/dist/components/ButtonFx/core/ButtonFx.js +6 -0
- package/dist/components/ButtonFx/core/_ButtonFx.d.ts +30 -0
- package/dist/components/ButtonFx/core/_ButtonFx.d.ts.map +1 -0
- package/dist/components/ButtonFx/core/_ButtonFx.js +278 -0
- package/dist/components/ButtonFx/react/ReactButtonFx.d.ts +24 -0
- package/dist/components/ButtonFx/react/ReactButtonFx.d.ts.map +1 -0
- package/dist/components/ButtonFx/react/ReactButtonFx.js +15 -0
- package/dist/components/ButtonFx/vue/VueButtonFx.js +4 -0
- package/dist/components/ButtonFx/vue/VueButtonFx.vue.d.ts +97 -0
- package/dist/components/ButtonFx/vue/VueButtonFx.vue.d.ts.map +1 -0
- package/dist/components/ButtonFx/vue/index.d.ts +6 -0
- package/dist/components/ButtonFx/vue/index.d.ts.map +1 -0
- package/dist/components/ButtonFx/vue/index.js +4 -0
- package/dist/components/Card/core/Card.d.ts +9 -0
- package/dist/components/Card/core/Card.d.ts.map +1 -0
- package/dist/components/Card/core/Card.js +5 -0
- package/dist/components/Card/core/_Card.d.ts +29 -0
- package/dist/components/Card/core/_Card.d.ts.map +1 -0
- package/dist/components/Card/core/_Card.js +194 -0
- package/dist/components/Card/react/ReactCard.d.ts +5 -0
- package/dist/components/Card/react/ReactCard.d.ts.map +1 -0
- package/dist/components/Card/react/ReactCard.js +15 -0
- package/dist/components/Card/react/index.d.ts +3 -0
- package/dist/components/Card/react/index.d.ts.map +1 -0
- package/dist/components/Card/react/index.js +4 -0
- package/dist/components/Card/vue/VueCard.js +59 -0
- package/dist/components/Card/vue/VueCard.vue.d.ts +61 -0
- package/dist/components/Card/vue/VueCard.vue.d.ts.map +1 -0
- package/dist/components/Card/vue/index.d.ts +5 -0
- package/dist/components/Card/vue/index.d.ts.map +1 -0
- package/dist/components/Card/vue/index.js +4 -0
- package/dist/components/Checkbox/core/Checkbox.d.ts +9 -0
- package/dist/components/Checkbox/core/Checkbox.d.ts.map +1 -0
- package/dist/components/Checkbox/core/Checkbox.js +5 -0
- package/dist/components/Checkbox/core/_Checkbox.d.ts +77 -0
- package/dist/components/Checkbox/core/_Checkbox.d.ts.map +1 -0
- package/dist/components/Checkbox/core/_Checkbox.js +422 -0
- package/dist/components/Checkbox/react/ReactCheckbox.d.ts +19 -0
- package/dist/components/Checkbox/react/ReactCheckbox.d.ts.map +1 -0
- package/dist/components/Checkbox/react/ReactCheckbox.js +15 -0
- package/dist/components/Checkbox/react/index.d.ts +3 -0
- package/dist/components/Checkbox/react/index.d.ts.map +1 -0
- package/dist/components/Checkbox/react/index.js +4 -0
- package/dist/components/Checkbox/vue/VueCheckbox.js +4 -0
- package/dist/components/Checkbox/vue/VueCheckbox.vue.d.ts +85 -0
- package/dist/components/Checkbox/vue/VueCheckbox.vue.d.ts.map +1 -0
- package/dist/components/Checkbox/vue/index.d.ts +6 -0
- package/dist/components/Checkbox/vue/index.d.ts.map +1 -0
- package/dist/components/Checkbox/vue/index.js +4 -0
- package/dist/components/Collapsible/core/Collapsible.d.ts +9 -0
- package/dist/components/Collapsible/core/Collapsible.d.ts.map +1 -0
- package/dist/components/Collapsible/core/Collapsible.js +5 -0
- package/dist/components/Collapsible/core/_Collapsible.d.ts +34 -0
- package/dist/components/Collapsible/core/_Collapsible.d.ts.map +1 -0
- package/dist/components/Collapsible/core/_Collapsible.js +211 -0
- package/dist/components/Collapsible/react/ReactCollapsible.d.ts +18 -0
- package/dist/components/Collapsible/react/ReactCollapsible.d.ts.map +1 -0
- package/dist/components/Collapsible/react/ReactCollapsible.js +15 -0
- package/dist/components/Collapsible/react/index.d.ts +2 -0
- package/dist/components/Collapsible/react/index.d.ts.map +1 -0
- package/dist/components/Collapsible/react/index.js +4 -0
- package/dist/components/Collapsible/vue/VueCollapsible.js +4 -0
- package/dist/components/Collapsible/vue/VueCollapsible.vue.d.ts +64 -0
- package/dist/components/Collapsible/vue/VueCollapsible.vue.d.ts.map +1 -0
- package/dist/components/Collapsible/vue/index.d.ts +6 -0
- package/dist/components/Collapsible/vue/index.d.ts.map +1 -0
- package/dist/components/Collapsible/vue/index.js +4 -0
- package/dist/components/Combobox/core/Combobox.d.ts +9 -0
- package/dist/components/Combobox/core/Combobox.d.ts.map +1 -0
- package/dist/components/Combobox/core/Combobox.js +5 -0
- package/dist/components/Combobox/core/_Combobox.d.ts +184 -0
- package/dist/components/Combobox/core/_Combobox.d.ts.map +1 -0
- package/dist/components/Combobox/core/_Combobox.js +976 -0
- package/dist/components/Combobox/react/ReactCombobox.d.ts +29 -0
- package/dist/components/Combobox/react/ReactCombobox.d.ts.map +1 -0
- package/dist/components/Combobox/react/ReactCombobox.js +21 -0
- package/dist/components/Combobox/react/index.d.ts +3 -0
- package/dist/components/Combobox/react/index.d.ts.map +1 -0
- package/dist/components/Combobox/react/index.js +4 -0
- package/dist/components/Combobox/vue/VueCombobox.js +4 -0
- package/dist/components/Combobox/vue/VueCombobox.vue.d.ts +170 -0
- package/dist/components/Combobox/vue/VueCombobox.vue.d.ts.map +1 -0
- package/dist/components/Combobox/vue/index.d.ts +4 -0
- package/dist/components/Combobox/vue/index.d.ts.map +1 -0
- package/dist/components/Combobox/vue/index.js +5 -0
- package/dist/components/CopyButton/core/CopyButton.d.ts +9 -0
- package/dist/components/CopyButton/core/CopyButton.d.ts.map +1 -0
- package/dist/components/CopyButton/core/CopyButton.js +5 -0
- package/dist/components/CopyButton/core/_CopyButton.d.ts +62 -0
- package/dist/components/CopyButton/core/_CopyButton.d.ts.map +1 -0
- package/dist/components/CopyButton/core/_CopyButton.js +195 -0
- package/dist/components/CopyButton/react/ReactCopyButton.d.ts +67 -0
- package/dist/components/CopyButton/react/ReactCopyButton.d.ts.map +1 -0
- package/dist/components/CopyButton/react/ReactCopyButton.js +16 -0
- package/dist/components/CopyButton/react/index.d.ts +3 -0
- package/dist/components/CopyButton/react/index.d.ts.map +1 -0
- package/dist/components/CopyButton/react/index.js +4 -0
- package/dist/components/CopyButton/vue/VueCopyButton.js +4 -0
- package/dist/components/CopyButton/vue/VueCopyButton.vue.d.ts +83 -0
- package/dist/components/CopyButton/vue/VueCopyButton.vue.d.ts.map +1 -0
- package/dist/components/CopyButton/vue/index.d.ts +23 -0
- package/dist/components/CopyButton/vue/index.d.ts.map +1 -0
- package/dist/components/CopyButton/vue/index.js +4 -0
- package/dist/components/Dialog/core/Dialog.d.ts +9 -0
- package/dist/components/Dialog/core/Dialog.d.ts.map +1 -0
- package/dist/components/Dialog/core/Dialog.js +5 -0
- package/dist/components/Dialog/core/_dialog.d.ts +44 -0
- package/dist/components/Dialog/core/_dialog.d.ts.map +1 -0
- package/dist/components/Dialog/core/_dialog.js +1003 -0
- package/dist/components/Dialog/react/ReactDialog.d.ts +32 -0
- package/dist/components/Dialog/react/ReactDialog.d.ts.map +1 -0
- package/dist/components/Dialog/react/ReactDialog.js +20 -0
- package/dist/components/Dialog/react/ReactDialog.spec.d.ts +10 -0
- package/dist/components/Dialog/react/ReactDialog.spec.d.ts.map +1 -0
- package/dist/components/Dialog/react/ReactDialog.spec.js +25 -0
- package/dist/components/Dialog/react/index.d.ts +4 -0
- package/dist/components/Dialog/react/index.d.ts.map +1 -0
- package/dist/components/Dialog/react/index.js +4 -0
- package/dist/components/Dialog/vue/VueDialog.js +4 -0
- package/dist/components/Dialog/vue/VueDialog.vue.d.ts +63 -0
- package/dist/components/Dialog/vue/VueDialog.vue.d.ts.map +1 -0
- package/dist/components/Dialog/vue/VueDialogFooter.js +4 -0
- package/dist/components/Dialog/vue/VueDialogFooter.vue.d.ts +12 -0
- package/dist/components/Dialog/vue/VueDialogFooter.vue.d.ts.map +1 -0
- package/dist/components/Dialog/vue/VueDialogHeader.js +4 -0
- package/dist/components/Dialog/vue/VueDialogHeader.vue.d.ts +12 -0
- package/dist/components/Dialog/vue/VueDialogHeader.vue.d.ts.map +1 -0
- package/dist/components/Dialog/vue/index.d.ts +28 -0
- package/dist/components/Dialog/vue/index.d.ts.map +1 -0
- package/dist/components/Dialog/vue/index.js +9 -0
- package/dist/components/Divider/Divider.d.ts +3 -0
- package/dist/components/Divider/Divider.d.ts.map +1 -0
- package/dist/components/Divider/Divider.js +4 -0
- package/dist/components/Divider/core/Divider.d.ts +9 -0
- package/dist/components/Divider/core/Divider.d.ts.map +1 -0
- package/dist/components/Divider/core/Divider.js +5 -0
- package/dist/components/Divider/core/_Divider.d.ts +39 -0
- package/dist/components/Divider/core/_Divider.d.ts.map +1 -0
- package/dist/components/Divider/core/_Divider.js +191 -0
- package/dist/components/Divider/core/index.d.ts +3 -0
- package/dist/components/Divider/core/index.d.ts.map +1 -0
- package/dist/components/Divider/core/index.js +4 -0
- package/dist/components/Divider/react/ReactDivider.d.ts +5 -0
- package/dist/components/Divider/react/ReactDivider.d.ts.map +1 -0
- package/dist/components/Divider/react/ReactDivider.js +15 -0
- package/dist/components/Divider/react/index.d.ts +3 -0
- package/dist/components/Divider/react/index.d.ts.map +1 -0
- package/dist/components/Divider/react/index.js +4 -0
- package/dist/components/Divider/vue/VueDivider.js +46 -0
- package/dist/components/Divider/vue/VueDivider.vue.d.ts +47 -0
- package/dist/components/Divider/vue/VueDivider.vue.d.ts.map +1 -0
- package/dist/components/Divider/vue/index.d.ts +6 -0
- package/dist/components/Divider/vue/index.d.ts.map +1 -0
- package/dist/components/Divider/vue/index.js +4 -0
- package/dist/components/Drawer/core/Drawer.d.ts +9 -0
- package/dist/components/Drawer/core/Drawer.d.ts.map +1 -0
- package/dist/components/Drawer/core/Drawer.js +5 -0
- package/dist/components/Drawer/core/_drawer.d.ts +35 -0
- package/dist/components/Drawer/core/_drawer.d.ts.map +1 -0
- package/dist/components/Drawer/core/_drawer.js +91 -0
- package/dist/components/Drawer/react/ReactDrawer.d.ts +32 -0
- package/dist/components/Drawer/react/ReactDrawer.d.ts.map +1 -0
- package/dist/components/Drawer/react/ReactDrawer.js +20 -0
- package/dist/components/Drawer/react/ReactDrawer.spec.d.ts +10 -0
- package/dist/components/Drawer/react/ReactDrawer.spec.d.ts.map +1 -0
- package/dist/components/Drawer/react/ReactDrawer.spec.js +25 -0
- package/dist/components/Drawer/react/index.d.ts +4 -0
- package/dist/components/Drawer/react/index.d.ts.map +1 -0
- package/dist/components/Drawer/react/index.js +4 -0
- package/dist/components/Drawer/vue/VueDrawer.js +4 -0
- package/dist/components/Drawer/vue/VueDrawer.vue.d.ts +73 -0
- package/dist/components/Drawer/vue/VueDrawer.vue.d.ts.map +1 -0
- package/dist/components/Drawer/vue/index.d.ts +12 -0
- package/dist/components/Drawer/vue/index.d.ts.map +1 -0
- package/dist/components/Drawer/vue/index.js +5 -0
- package/dist/components/EmptyState/core/EmptyState.d.ts +9 -0
- package/dist/components/EmptyState/core/EmptyState.d.ts.map +1 -0
- package/dist/components/EmptyState/core/EmptyState.js +5 -0
- package/dist/components/EmptyState/core/_EmptyState.d.ts +26 -0
- package/dist/components/EmptyState/core/_EmptyState.d.ts.map +1 -0
- package/dist/components/EmptyState/core/_EmptyState.js +198 -0
- package/dist/components/EmptyState/react/ReactEmptyState.d.ts +10 -0
- package/dist/components/EmptyState/react/ReactEmptyState.d.ts.map +1 -0
- package/dist/components/EmptyState/react/ReactEmptyState.js +15 -0
- package/dist/components/EmptyState/react/index.d.ts +3 -0
- package/dist/components/EmptyState/react/index.d.ts.map +1 -0
- package/dist/components/EmptyState/react/index.js +4 -0
- package/dist/components/EmptyState/vue/VueEmptyState.js +4 -0
- package/dist/components/EmptyState/vue/VueEmptyState.vue.d.ts +60 -0
- package/dist/components/EmptyState/vue/VueEmptyState.vue.d.ts.map +1 -0
- package/dist/components/EmptyState/vue/index.d.ts +5 -0
- package/dist/components/EmptyState/vue/index.d.ts.map +1 -0
- package/dist/components/EmptyState/vue/index.js +4 -0
- package/dist/components/Fieldset/core/Fieldset.d.ts +9 -0
- package/dist/components/Fieldset/core/Fieldset.d.ts.map +1 -0
- package/dist/components/Fieldset/core/Fieldset.js +5 -0
- package/dist/components/Fieldset/core/_Fieldset.d.ts +52 -0
- package/dist/components/Fieldset/core/_Fieldset.d.ts.map +1 -0
- package/dist/components/Fieldset/core/_Fieldset.js +108 -0
- package/dist/components/Fieldset/react/ReactFieldset.d.ts +11 -0
- package/dist/components/Fieldset/react/ReactFieldset.d.ts.map +1 -0
- package/dist/components/Fieldset/react/ReactFieldset.js +15 -0
- package/dist/components/Fieldset/react/index.d.ts +3 -0
- package/dist/components/Fieldset/react/index.d.ts.map +1 -0
- package/dist/components/Fieldset/react/index.js +4 -0
- package/dist/components/Fieldset/vue/VueFieldset.js +51 -0
- package/dist/components/Fieldset/vue/VueFieldset.vue.d.ts +51 -0
- package/dist/components/Fieldset/vue/VueFieldset.vue.d.ts.map +1 -0
- package/dist/components/Fieldset/vue/index.d.ts +5 -0
- package/dist/components/Fieldset/vue/index.d.ts.map +1 -0
- package/dist/components/Fieldset/vue/index.js +4 -0
- package/dist/components/Flex/core/FlexCol.d.ts +12 -0
- package/dist/components/Flex/core/FlexCol.d.ts.map +1 -0
- package/dist/components/Flex/core/FlexCol.js +11 -0
- package/dist/components/Flex/core/FlexContainer.d.ts +9 -0
- package/dist/components/Flex/core/FlexContainer.d.ts.map +1 -0
- package/dist/components/Flex/core/FlexContainer.js +5 -0
- package/dist/components/Flex/core/FlexInline.d.ts +12 -0
- package/dist/components/Flex/core/FlexInline.d.ts.map +1 -0
- package/dist/components/Flex/core/FlexInline.js +11 -0
- package/dist/components/Flex/core/FlexRow.d.ts +12 -0
- package/dist/components/Flex/core/FlexRow.d.ts.map +1 -0
- package/dist/components/Flex/core/FlexRow.js +11 -0
- package/dist/components/Flex/core/_FlexContainer.d.ts +57 -0
- package/dist/components/Flex/core/_FlexContainer.d.ts.map +1 -0
- package/dist/components/Flex/core/_FlexContainer.js +213 -0
- package/dist/components/Flex/core/index.d.ts +14 -0
- package/dist/components/Flex/core/index.d.ts.map +1 -0
- package/dist/components/Flex/core/index.js +13 -0
- package/dist/components/Flex/react/ReactFlexCol.d.ts +6 -0
- package/dist/components/Flex/react/ReactFlexCol.d.ts.map +1 -0
- package/dist/components/Flex/react/ReactFlexCol.js +12 -0
- package/dist/components/Flex/react/ReactFlexContainer.d.ts +6 -0
- package/dist/components/Flex/react/ReactFlexContainer.d.ts.map +1 -0
- package/dist/components/Flex/react/ReactFlexContainer.js +13 -0
- package/dist/components/Flex/react/ReactFlexInline.d.ts +6 -0
- package/dist/components/Flex/react/ReactFlexInline.d.ts.map +1 -0
- package/dist/components/Flex/react/ReactFlexInline.js +12 -0
- package/dist/components/Flex/react/ReactFlexRow.d.ts +6 -0
- package/dist/components/Flex/react/ReactFlexRow.d.ts.map +1 -0
- package/dist/components/Flex/react/ReactFlexRow.js +12 -0
- package/dist/components/Flex/react/ReactGroup.d.ts +5 -0
- package/dist/components/Flex/react/ReactGroup.d.ts.map +1 -0
- package/dist/components/Flex/react/ReactGroup.js +16 -0
- package/dist/components/Flex/react/ReactStack.d.ts +5 -0
- package/dist/components/Flex/react/ReactStack.d.ts.map +1 -0
- package/dist/components/Flex/react/ReactStack.js +16 -0
- package/dist/components/Flex/react/index.d.ts +13 -0
- package/dist/components/Flex/react/index.d.ts.map +1 -0
- package/dist/components/Flex/react/index.js +14 -0
- package/dist/components/Flex/vue/VueFlexCol.js +52 -0
- package/dist/components/Flex/vue/VueFlexCol.vue.d.ts +65 -0
- package/dist/components/Flex/vue/VueFlexCol.vue.d.ts.map +1 -0
- package/dist/components/Flex/vue/VueFlexContainer.js +60 -0
- package/dist/components/Flex/vue/VueFlexContainer.vue.d.ts +83 -0
- package/dist/components/Flex/vue/VueFlexContainer.vue.d.ts.map +1 -0
- package/dist/components/Flex/vue/VueFlexInline.js +56 -0
- package/dist/components/Flex/vue/VueFlexInline.vue.d.ts +74 -0
- package/dist/components/Flex/vue/VueFlexInline.vue.d.ts.map +1 -0
- package/dist/components/Flex/vue/VueFlexRow.js +52 -0
- package/dist/components/Flex/vue/VueFlexRow.vue.d.ts +65 -0
- package/dist/components/Flex/vue/VueFlexRow.vue.d.ts.map +1 -0
- package/dist/components/Flex/vue/VueGroup.js +52 -0
- package/dist/components/Flex/vue/VueGroup.vue.d.ts +65 -0
- package/dist/components/Flex/vue/VueGroup.vue.d.ts.map +1 -0
- package/dist/components/Flex/vue/VueStack.js +52 -0
- package/dist/components/Flex/vue/VueStack.vue.d.ts +65 -0
- package/dist/components/Flex/vue/VueStack.vue.d.ts.map +1 -0
- package/dist/components/Flex/vue/index.d.ts +11 -0
- package/dist/components/Flex/vue/index.d.ts.map +1 -0
- package/dist/components/Flex/vue/index.js +14 -0
- package/dist/components/Header/core/Header.d.ts +9 -0
- package/dist/components/Header/core/Header.d.ts.map +1 -0
- package/dist/components/Header/core/Header.js +5 -0
- package/dist/components/Header/core/_Header.d.ts +23 -0
- package/dist/components/Header/core/_Header.d.ts.map +1 -0
- package/dist/components/Header/core/_Header.js +113 -0
- package/dist/components/Header/react/ReactHeader.d.ts +7 -0
- package/dist/components/Header/react/ReactHeader.d.ts.map +1 -0
- package/dist/components/Header/react/ReactHeader.js +13 -0
- package/dist/components/Header/react/index.d.ts +2 -0
- package/dist/components/Header/react/index.d.ts.map +1 -0
- package/dist/components/Header/react/index.js +4 -0
- package/dist/components/Header/vue/VueHeader.js +42 -0
- package/dist/components/Header/vue/VueHeader.vue.d.ts +31 -0
- package/dist/components/Header/vue/VueHeader.vue.d.ts.map +1 -0
- package/dist/components/Header/vue/index.d.ts +4 -0
- package/dist/components/Header/vue/index.d.ts.map +1 -0
- package/dist/components/Header/vue/index.js +5 -0
- package/dist/components/Icon/core/Icon.d.ts +9 -0
- package/dist/components/Icon/core/Icon.d.ts.map +1 -0
- package/dist/components/Icon/core/Icon.js +5 -0
- package/dist/components/Icon/core/_Icon.d.ts +27 -0
- package/dist/components/Icon/core/_Icon.d.ts.map +1 -0
- package/dist/components/Icon/core/_Icon.js +151 -0
- package/dist/components/Icon/react/ReactIcon.d.ts +5 -0
- package/dist/components/Icon/react/ReactIcon.d.ts.map +1 -0
- package/dist/components/Icon/react/ReactIcon.js +15 -0
- package/dist/components/Icon/react/index.d.ts +3 -0
- package/dist/components/Icon/react/index.d.ts.map +1 -0
- package/dist/components/Icon/react/index.js +4 -0
- package/dist/components/Icon/vue/VueIcon.js +4 -0
- package/dist/components/Icon/vue/VueIcon.vue.d.ts +40 -0
- package/dist/components/Icon/vue/VueIcon.vue.d.ts.map +1 -0
- package/dist/components/Icon/vue/index.d.ts +6 -0
- package/dist/components/Icon/vue/index.d.ts.map +1 -0
- package/dist/components/Icon/vue/index.js +4 -0
- package/dist/components/IconButton/core/IconButton.d.ts +9 -0
- package/dist/components/IconButton/core/IconButton.d.ts.map +1 -0
- package/dist/components/IconButton/core/IconButton.js +5 -0
- package/dist/components/IconButton/core/_IconButton.d.ts +107 -0
- package/dist/components/IconButton/core/_IconButton.d.ts.map +1 -0
- package/dist/components/IconButton/core/_IconButton.js +351 -0
- package/dist/components/IconButton/react/ReactIconButton.d.ts +16 -0
- package/dist/components/IconButton/react/ReactIconButton.d.ts.map +1 -0
- package/dist/components/IconButton/react/ReactIconButton.js +16 -0
- package/dist/components/IconButton/react/index.d.ts +2 -0
- package/dist/components/IconButton/react/index.d.ts.map +1 -0
- package/dist/components/IconButton/react/index.js +4 -0
- package/dist/components/IconButton/svelte/SvelteIconButtonDemo.js +323 -0
- package/dist/components/IconButton/svelte/SvelteIconButtonDemo.svelte.d.ts +1 -0
- package/dist/components/IconButton/svelte/types.d.js +1 -0
- package/dist/components/IconButton/vue/VueIconButton.js +4 -0
- package/dist/components/IconButton/vue/VueIconButton.vue.d.ts +62 -0
- package/dist/components/IconButton/vue/VueIconButton.vue.d.ts.map +1 -0
- package/dist/components/IconButton/vue/index.d.ts +3 -0
- package/dist/components/IconButton/vue/index.d.ts.map +1 -0
- package/dist/components/IconButton/vue/index.js +5 -0
- package/dist/components/IconButtonFx/core/IconButtonFx.d.ts +9 -0
- package/dist/components/IconButtonFx/core/IconButtonFx.d.ts.map +1 -0
- package/dist/components/IconButtonFx/core/IconButtonFx.js +5 -0
- package/dist/components/IconButtonFx/core/_IconButtonFx.d.ts +31 -0
- package/dist/components/IconButtonFx/core/_IconButtonFx.d.ts.map +1 -0
- package/dist/components/IconButtonFx/core/_IconButtonFx.js +172 -0
- package/dist/components/IconButtonFx/react/ReactIconButtonFx.d.ts +14 -0
- package/dist/components/IconButtonFx/react/ReactIconButtonFx.d.ts.map +1 -0
- package/dist/components/IconButtonFx/react/ReactIconButtonFx.js +16 -0
- package/dist/components/IconButtonFx/vue/VueIconButtonFx.js +4 -0
- package/dist/components/IconButtonFx/vue/VueIconButtonFx.vue.d.ts +81 -0
- package/dist/components/IconButtonFx/vue/VueIconButtonFx.vue.d.ts.map +1 -0
- package/dist/components/IconButtonFx/vue/index.d.ts +6 -0
- package/dist/components/IconButtonFx/vue/index.d.ts.map +1 -0
- package/dist/components/IconButtonFx/vue/index.js +4 -0
- package/dist/components/Image/core/Image.d.ts +9 -0
- package/dist/components/Image/core/Image.d.ts.map +1 -0
- package/dist/components/Image/core/Image.js +5 -0
- package/dist/components/Image/core/_Image.d.ts +97 -0
- package/dist/components/Image/core/_Image.d.ts.map +1 -0
- package/dist/components/Image/core/_Image.js +213 -0
- package/dist/components/Image/react/ReactImage.d.ts +17 -0
- package/dist/components/Image/react/ReactImage.d.ts.map +1 -0
- package/dist/components/Image/react/ReactImage.js +17 -0
- package/dist/components/Image/react/index.d.ts +4 -0
- package/dist/components/Image/react/index.d.ts.map +1 -0
- package/dist/components/Image/react/index.js +4 -0
- package/dist/components/Image/vue/VueImage.js +4 -0
- package/dist/components/Image/vue/VueImage.vue.d.ts +70 -0
- package/dist/components/Image/vue/VueImage.vue.d.ts.map +1 -0
- package/dist/components/Image/vue/index.d.ts +22 -0
- package/dist/components/Image/vue/index.d.ts.map +1 -0
- package/dist/components/Image/vue/index.js +5 -0
- package/dist/components/Input/core/Input.d.ts +9 -0
- package/dist/components/Input/core/Input.d.ts.map +1 -0
- package/dist/components/Input/core/Input.js +5 -0
- package/dist/components/Input/core/_Input.BACKUP.d.ts +114 -0
- package/dist/components/Input/core/_Input.BACKUP.d.ts.map +1 -0
- package/dist/components/Input/core/_Input.BACKUP.js +511 -0
- package/dist/components/Input/core/_Input.d.ts +143 -0
- package/dist/components/Input/core/_Input.d.ts.map +1 -0
- package/dist/components/Input/core/_Input.js +602 -0
- package/dist/components/Input/react/ReactInput.d.ts +21 -0
- package/dist/components/Input/react/ReactInput.d.ts.map +1 -0
- package/dist/components/Input/react/ReactInput.js +15 -0
- package/dist/components/Input/react/ReactInput.spec.d.ts +2 -0
- package/dist/components/Input/react/ReactInput.spec.d.ts.map +1 -0
- package/dist/components/Input/react/ReactInput.spec.js +36 -0
- package/dist/components/Input/react/index.d.ts +3 -0
- package/dist/components/Input/react/index.d.ts.map +1 -0
- package/dist/components/Input/react/index.js +4 -0
- package/dist/components/Input/vue/VueInput.js +4 -0
- package/dist/components/Input/vue/VueInput.vue.d.ts +120 -0
- package/dist/components/Input/vue/VueInput.vue.d.ts.map +1 -0
- package/dist/components/Input/vue/index.d.ts +30 -0
- package/dist/components/Input/vue/index.d.ts.map +1 -0
- package/dist/components/Input/vue/index.js +5 -0
- package/dist/components/IntlFormatter/core/IntlFormatter.d.ts +9 -0
- package/dist/components/IntlFormatter/core/IntlFormatter.d.ts.map +1 -0
- package/dist/components/IntlFormatter/core/IntlFormatter.js +5 -0
- package/dist/components/IntlFormatter/core/_IntlFormatter.d.ts +125 -0
- package/dist/components/IntlFormatter/core/_IntlFormatter.d.ts.map +1 -0
- package/dist/components/IntlFormatter/core/_IntlFormatter.js +239 -0
- package/dist/components/IntlFormatter/react/ReactIntlFormatter.d.ts +7 -0
- package/dist/components/IntlFormatter/react/ReactIntlFormatter.d.ts.map +1 -0
- package/dist/components/IntlFormatter/react/ReactIntlFormatter.js +15 -0
- package/dist/components/IntlFormatter/vue/VueIntlFormatter.js +4 -0
- package/dist/components/IntlFormatter/vue/VueIntlFormatter.vue.d.ts +116 -0
- package/dist/components/IntlFormatter/vue/VueIntlFormatter.vue.d.ts.map +1 -0
- package/dist/components/IntlFormatter/vue/index.d.ts +9 -0
- package/dist/components/IntlFormatter/vue/index.d.ts.map +1 -0
- package/dist/components/IntlFormatter/vue/index.js +5 -0
- package/dist/components/Kbd/core/Kbd.d.ts +13 -0
- package/dist/components/Kbd/core/Kbd.d.ts.map +1 -0
- package/dist/components/Kbd/core/Kbd.js +5 -0
- package/dist/components/Kbd/core/_Kbd.d.ts +23 -0
- package/dist/components/Kbd/core/_Kbd.d.ts.map +1 -0
- package/dist/components/Kbd/core/_Kbd.js +161 -0
- package/dist/components/Kbd/index.d.ts +3 -0
- package/dist/components/Kbd/index.d.ts.map +1 -0
- package/dist/components/Kbd/index.js +6 -0
- package/dist/components/Kbd/react/ReactKbd.d.ts +5 -0
- package/dist/components/Kbd/react/ReactKbd.d.ts.map +1 -0
- package/dist/components/Kbd/react/ReactKbd.js +15 -0
- package/dist/components/Kbd/react/index.d.ts +3 -0
- package/dist/components/Kbd/react/index.d.ts.map +1 -0
- package/dist/components/Kbd/react/index.js +4 -0
- package/dist/components/Kbd/vue/VueKbd.js +4 -0
- package/dist/components/Kbd/vue/VueKbd.vue.d.ts +46 -0
- package/dist/components/Kbd/vue/VueKbd.vue.d.ts.map +1 -0
- package/dist/components/Kbd/vue/index.d.ts +5 -0
- package/dist/components/Kbd/vue/index.d.ts.map +1 -0
- package/dist/components/Kbd/vue/index.js +4 -0
- package/dist/components/Link/core/Link.d.ts +5 -0
- package/dist/components/Link/core/Link.d.ts.map +1 -0
- package/dist/components/Link/core/Link.js +7 -0
- package/dist/components/Link/core/_Link.d.ts +91 -0
- package/dist/components/Link/core/_Link.d.ts.map +1 -0
- package/dist/components/Link/core/_Link.js +406 -0
- package/dist/components/Link/react/ReactLink.d.ts +5 -0
- package/dist/components/Link/react/ReactLink.d.ts.map +1 -0
- package/dist/components/Link/react/ReactLink.js +14 -0
- package/dist/components/Link/react/index.d.ts +3 -0
- package/dist/components/Link/react/index.d.ts.map +1 -0
- package/dist/components/Link/react/index.js +4 -0
- package/dist/components/Link/vue/VueLink.js +63 -0
- package/dist/components/Link/vue/VueLink.vue.d.ts +95 -0
- package/dist/components/Link/vue/VueLink.vue.d.ts.map +1 -0
- package/dist/components/Link/vue/index.d.ts +6 -0
- package/dist/components/Link/vue/index.d.ts.map +1 -0
- package/dist/components/Link/vue/index.js +5 -0
- package/dist/components/Loader/core/Loader.d.ts +9 -0
- package/dist/components/Loader/core/Loader.d.ts.map +1 -0
- package/dist/components/Loader/core/Loader.js +5 -0
- package/dist/components/Loader/core/_Loader.d.ts +29 -0
- package/dist/components/Loader/core/_Loader.d.ts.map +1 -0
- package/dist/components/Loader/core/_Loader.js +134 -0
- package/dist/components/Loader/react/ReactLoader.d.ts +5 -0
- package/dist/components/Loader/react/ReactLoader.d.ts.map +1 -0
- package/dist/components/Loader/react/ReactLoader.js +15 -0
- package/dist/components/Loader/react/index.d.ts +3 -0
- package/dist/components/Loader/react/index.d.ts.map +1 -0
- package/dist/components/Loader/react/index.js +4 -0
- package/dist/components/Loader/vue/VueLoader.js +36 -0
- package/dist/components/Loader/vue/VueLoader.vue.d.ts +29 -0
- package/dist/components/Loader/vue/VueLoader.vue.d.ts.map +1 -0
- package/dist/components/Loader/vue/index.d.ts +5 -0
- package/dist/components/Loader/vue/index.d.ts.map +1 -0
- package/dist/components/Loader/vue/index.js +4 -0
- package/dist/components/Mark/core/Mark.d.ts +9 -0
- package/dist/components/Mark/core/Mark.d.ts.map +1 -0
- package/dist/components/Mark/core/Mark.js +5 -0
- package/dist/components/Mark/core/_Mark.d.ts +28 -0
- package/dist/components/Mark/core/_Mark.d.ts.map +1 -0
- package/dist/components/Mark/core/_Mark.js +131 -0
- package/dist/components/Mark/react/ReactMark.d.ts +9 -0
- package/dist/components/Mark/react/ReactMark.d.ts.map +1 -0
- package/dist/components/Mark/react/ReactMark.js +15 -0
- package/dist/components/Mark/vue/VueMark.js +38 -0
- package/dist/components/Mark/vue/VueMark.vue.d.ts +45 -0
- package/dist/components/Mark/vue/VueMark.vue.d.ts.map +1 -0
- package/dist/components/Mark/vue/index.d.ts +6 -0
- package/dist/components/Mark/vue/index.d.ts.map +1 -0
- package/dist/components/Mark/vue/index.js +4 -0
- package/dist/components/Menu/core/Menu.d.ts +12 -0
- package/dist/components/Menu/core/Menu.d.ts.map +1 -0
- package/dist/components/Menu/core/Menu.js +11 -0
- package/dist/components/Menu/core/_Menu.d.ts +151 -0
- package/dist/components/Menu/core/_Menu.d.ts.map +1 -0
- package/dist/components/Menu/core/_Menu.js +640 -0
- package/dist/components/Menu/react/ReactMenu.d.ts +49 -0
- package/dist/components/Menu/react/ReactMenu.d.ts.map +1 -0
- package/dist/components/Menu/react/ReactMenu.js +36 -0
- package/dist/components/Menu/react/index.d.ts +4 -0
- package/dist/components/Menu/react/index.d.ts.map +1 -0
- package/dist/components/Menu/react/index.js +7 -0
- package/dist/components/Menu/vue/VueMenu.js +4 -0
- package/dist/components/Menu/vue/VueMenu.vue.d.ts +74 -0
- package/dist/components/Menu/vue/VueMenu.vue.d.ts.map +1 -0
- package/dist/components/Menu/vue/VueMenuItem.js +4 -0
- package/dist/components/Menu/vue/VueMenuItem.vue.d.ts +58 -0
- package/dist/components/Menu/vue/VueMenuItem.vue.d.ts.map +1 -0
- package/dist/components/Menu/vue/VueMenuSeparator.js +4 -0
- package/dist/components/Menu/vue/VueMenuSeparator.vue.d.ts +4 -0
- package/dist/components/Menu/vue/VueMenuSeparator.vue.d.ts.map +1 -0
- package/dist/components/Menu/vue/index.d.ts +27 -0
- package/dist/components/Menu/vue/index.d.ts.map +1 -0
- package/dist/components/Menu/vue/index.js +9 -0
- package/dist/components/MessageBubble/core/MessageBubble.d.ts +9 -0
- package/dist/components/MessageBubble/core/MessageBubble.d.ts.map +1 -0
- package/dist/components/MessageBubble/core/MessageBubble.js +5 -0
- package/dist/components/MessageBubble/core/_MessageBubble.d.ts +52 -0
- package/dist/components/MessageBubble/core/_MessageBubble.d.ts.map +1 -0
- package/dist/components/MessageBubble/core/_MessageBubble.js +315 -0
- package/dist/components/MessageBubble/react/ReactMessageBubble.d.ts +9 -0
- package/dist/components/MessageBubble/react/ReactMessageBubble.d.ts.map +1 -0
- package/dist/components/MessageBubble/react/ReactMessageBubble.js +15 -0
- package/dist/components/MessageBubble/vue/VueMessageBubble.js +4 -0
- package/dist/components/MessageBubble/vue/VueMessageBubble.vue.d.ts +73 -0
- package/dist/components/MessageBubble/vue/VueMessageBubble.vue.d.ts.map +1 -0
- package/dist/components/MessageBubble/vue/index.d.ts +6 -0
- package/dist/components/MessageBubble/vue/index.d.ts.map +1 -0
- package/dist/components/MessageBubble/vue/index.js +4 -0
- package/dist/components/Pagination/core/ContentPagination.d.ts +9 -0
- package/dist/components/Pagination/core/ContentPagination.d.ts.map +1 -0
- package/dist/components/Pagination/core/ContentPagination.js +5 -0
- package/dist/components/Pagination/core/Pagination.d.ts +9 -0
- package/dist/components/Pagination/core/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/core/Pagination.js +5 -0
- package/dist/components/Pagination/core/_ContentPagination.d.ts +88 -0
- package/dist/components/Pagination/core/_ContentPagination.d.ts.map +1 -0
- package/dist/components/Pagination/core/_ContentPagination.js +329 -0
- package/dist/components/Pagination/core/_Pagination.d.ts +109 -0
- package/dist/components/Pagination/core/_Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/core/_Pagination.js +337 -0
- package/dist/components/Pagination/react/ReactContentPagination.d.ts +17 -0
- package/dist/components/Pagination/react/ReactContentPagination.d.ts.map +1 -0
- package/dist/components/Pagination/react/ReactContentPagination.js +15 -0
- package/dist/components/Pagination/react/ReactPagination.d.ts +17 -0
- package/dist/components/Pagination/react/ReactPagination.d.ts.map +1 -0
- package/dist/components/Pagination/react/ReactPagination.js +15 -0
- package/dist/components/Pagination/react/index.d.ts +7 -0
- package/dist/components/Pagination/react/index.d.ts.map +1 -0
- package/dist/components/Pagination/react/index.js +6 -0
- package/dist/components/Pagination/vue/VueContentPagination.js +4 -0
- package/dist/components/Pagination/vue/VueContentPagination.vue.d.ts +53 -0
- package/dist/components/Pagination/vue/VueContentPagination.vue.d.ts.map +1 -0
- package/dist/components/Pagination/vue/VuePagination.js +4 -0
- package/dist/components/Pagination/vue/VuePagination.vue.d.ts +78 -0
- package/dist/components/Pagination/vue/VuePagination.vue.d.ts.map +1 -0
- package/dist/components/Pagination/vue/index.d.ts +63 -0
- package/dist/components/Pagination/vue/index.d.ts.map +1 -0
- package/dist/components/Pagination/vue/index.js +7 -0
- package/dist/components/Popover/core/Popover.d.ts +9 -0
- package/dist/components/Popover/core/Popover.d.ts.map +1 -0
- package/dist/components/Popover/core/Popover.js +5 -0
- package/dist/components/Popover/core/_Popover.d.ts +145 -0
- package/dist/components/Popover/core/_Popover.d.ts.map +1 -0
- package/dist/components/Popover/core/_Popover.js +495 -0
- package/dist/components/Popover/react/ReactPopover.d.ts +37 -0
- package/dist/components/Popover/react/ReactPopover.d.ts.map +1 -0
- package/dist/components/Popover/react/ReactPopover.js +20 -0
- package/dist/components/Popover/react/index.d.ts +2 -0
- package/dist/components/Popover/react/index.d.ts.map +1 -0
- package/dist/components/Popover/react/index.js +7 -0
- package/dist/components/Popover/vue/VuePopover.js +87 -0
- package/dist/components/Popover/vue/VuePopover.vue.d.ts +105 -0
- package/dist/components/Popover/vue/VuePopover.vue.d.ts.map +1 -0
- package/dist/components/Popover/vue/index.d.ts +7 -0
- package/dist/components/Popover/vue/index.d.ts.map +1 -0
- package/dist/components/Popover/vue/index.js +5 -0
- package/dist/components/Progress/core/Progress.d.ts +9 -0
- package/dist/components/Progress/core/Progress.d.ts.map +1 -0
- package/dist/components/Progress/core/Progress.js +5 -0
- package/dist/components/Progress/core/_Progress.d.ts +37 -0
- package/dist/components/Progress/core/_Progress.d.ts.map +1 -0
- package/dist/components/Progress/core/_Progress.js +142 -0
- package/dist/components/Progress/react/ReactProgress.d.ts +5 -0
- package/dist/components/Progress/react/ReactProgress.d.ts.map +1 -0
- package/dist/components/Progress/react/ReactProgress.js +15 -0
- package/dist/components/Progress/react/index.d.ts +3 -0
- package/dist/components/Progress/react/index.d.ts.map +1 -0
- package/dist/components/Progress/react/index.js +4 -0
- package/dist/components/Progress/vue/VueProgress.js +31 -0
- package/dist/components/Progress/vue/VueProgress.vue.d.ts +37 -0
- package/dist/components/Progress/vue/VueProgress.vue.d.ts.map +1 -0
- package/dist/components/Progress/vue/index.d.ts +4 -0
- package/dist/components/Progress/vue/index.d.ts.map +1 -0
- package/dist/components/Progress/vue/index.js +4 -0
- package/dist/components/ProgressRing/core/ProgressRing.d.ts +10 -0
- package/dist/components/ProgressRing/core/ProgressRing.d.ts.map +1 -0
- package/dist/components/ProgressRing/core/ProgressRing.js +5 -0
- package/dist/components/ProgressRing/core/_ProgressRing.d.ts +26 -0
- package/dist/components/ProgressRing/core/_ProgressRing.d.ts.map +1 -0
- package/dist/components/ProgressRing/core/_ProgressRing.js +147 -0
- package/dist/components/ProgressRing/react/ReactProgressRing.d.ts +5 -0
- package/dist/components/ProgressRing/react/ReactProgressRing.d.ts.map +1 -0
- package/dist/components/ProgressRing/react/ReactProgressRing.js +12 -0
- package/dist/components/ProgressRing/vue/VueProgressRing.js +60 -0
- package/dist/components/ProgressRing/vue/VueProgressRing.vue.d.ts +83 -0
- package/dist/components/ProgressRing/vue/VueProgressRing.vue.d.ts.map +1 -0
- package/dist/components/ProgressRing/vue/index.d.ts +7 -0
- package/dist/components/ProgressRing/vue/index.d.ts.map +1 -0
- package/dist/components/ProgressRing/vue/index.js +5 -0
- package/dist/components/Radio/core/Radio.d.ts +9 -0
- package/dist/components/Radio/core/Radio.d.ts.map +1 -0
- package/dist/components/Radio/core/Radio.js +5 -0
- package/dist/components/Radio/core/_Radio.d.ts +130 -0
- package/dist/components/Radio/core/_Radio.d.ts.map +1 -0
- package/dist/components/Radio/core/_Radio.js +441 -0
- package/dist/components/Radio/react/ReactRadio.d.ts +10 -0
- package/dist/components/Radio/react/ReactRadio.d.ts.map +1 -0
- package/dist/components/Radio/react/ReactRadio.js +16 -0
- package/dist/components/Radio/react/index.d.ts +3 -0
- package/dist/components/Radio/react/index.d.ts.map +1 -0
- package/dist/components/Radio/react/index.js +4 -0
- package/dist/components/Radio/vue/VueRadio.js +4 -0
- package/dist/components/Radio/vue/VueRadio.vue.d.ts +112 -0
- package/dist/components/Radio/vue/VueRadio.vue.d.ts.map +1 -0
- package/dist/components/Radio/vue/index.d.ts +6 -0
- package/dist/components/Radio/vue/index.d.ts.map +1 -0
- package/dist/components/Radio/vue/index.js +4 -0
- package/dist/components/Rating/core/Rating.d.ts +9 -0
- package/dist/components/Rating/core/Rating.d.ts.map +1 -0
- package/dist/components/Rating/core/Rating.js +5 -0
- package/dist/components/Rating/core/_Rating.d.ts +86 -0
- package/dist/components/Rating/core/_Rating.d.ts.map +1 -0
- package/dist/components/Rating/core/_Rating.js +374 -0
- package/dist/components/Rating/react/ReactRating.d.ts +11 -0
- package/dist/components/Rating/react/ReactRating.d.ts.map +1 -0
- package/dist/components/Rating/react/ReactRating.js +16 -0
- package/dist/components/Rating/react/index.d.ts +3 -0
- package/dist/components/Rating/react/index.d.ts.map +1 -0
- package/dist/components/Rating/react/index.js +4 -0
- package/dist/components/Rating/vue/VueRating.js +4 -0
- package/dist/components/Rating/vue/VueRating.vue.d.ts +125 -0
- package/dist/components/Rating/vue/VueRating.vue.d.ts.map +1 -0
- package/dist/components/Rating/vue/index.d.ts +20 -0
- package/dist/components/Rating/vue/index.d.ts.map +1 -0
- package/dist/components/Rating/vue/index.js +5 -0
- package/dist/components/ScrollProgress/core/ScrollProgress.d.ts +9 -0
- package/dist/components/ScrollProgress/core/ScrollProgress.d.ts.map +1 -0
- package/dist/components/ScrollProgress/core/ScrollProgress.js +5 -0
- package/dist/components/ScrollProgress/core/_ScrollProgress.d.ts +84 -0
- package/dist/components/ScrollProgress/core/_ScrollProgress.d.ts.map +1 -0
- package/dist/components/ScrollProgress/core/_ScrollProgress.js +192 -0
- package/dist/components/ScrollProgress/react/ReactScrollProgress.d.ts +5 -0
- package/dist/components/ScrollProgress/react/ReactScrollProgress.d.ts.map +1 -0
- package/dist/components/ScrollProgress/react/ReactScrollProgress.js +15 -0
- package/dist/components/ScrollProgress/vue/VueScrollProgress.js +37 -0
- package/dist/components/ScrollProgress/vue/VueScrollProgress.vue.d.ts +91 -0
- package/dist/components/ScrollProgress/vue/VueScrollProgress.vue.d.ts.map +1 -0
- package/dist/components/ScrollProgress/vue/index.d.ts +4 -0
- package/dist/components/ScrollProgress/vue/index.d.ts.map +1 -0
- package/dist/components/ScrollProgress/vue/index.js +4 -0
- package/dist/components/ScrollToButton/core/ScrollToButton.d.ts +9 -0
- package/dist/components/ScrollToButton/core/ScrollToButton.d.ts.map +1 -0
- package/dist/components/ScrollToButton/core/ScrollToButton.js +5 -0
- package/dist/components/ScrollToButton/core/_ScrollToButton.d.ts +88 -0
- package/dist/components/ScrollToButton/core/_ScrollToButton.d.ts.map +1 -0
- package/dist/components/ScrollToButton/core/_ScrollToButton.js +215 -0
- package/dist/components/ScrollToButton/react/ReactScrollToButton.d.ts +18 -0
- package/dist/components/ScrollToButton/react/ReactScrollToButton.d.ts.map +1 -0
- package/dist/components/ScrollToButton/react/ReactScrollToButton.js +13 -0
- package/dist/components/ScrollToButton/vue/VueScrollToButton.js +103 -0
- package/dist/components/ScrollToButton/vue/VueScrollToButton.vue.d.ts +158 -0
- package/dist/components/ScrollToButton/vue/VueScrollToButton.vue.d.ts.map +1 -0
- package/dist/components/ScrollToButton/vue/index.d.ts +7 -0
- package/dist/components/ScrollToButton/vue/index.d.ts.map +1 -0
- package/dist/components/ScrollToButton/vue/index.js +5 -0
- package/dist/components/Select/core/Select.d.ts +9 -0
- package/dist/components/Select/core/Select.d.ts.map +1 -0
- package/dist/components/Select/core/Select.js +5 -0
- package/dist/components/Select/core/_Select.d.ts +71 -0
- package/dist/components/Select/core/_Select.d.ts.map +1 -0
- package/dist/components/Select/core/_Select.js +271 -0
- package/dist/components/Select/react/ReactSelect.d.ts +31 -0
- package/dist/components/Select/react/ReactSelect.d.ts.map +1 -0
- package/dist/components/Select/react/ReactSelect.js +16 -0
- package/dist/components/Select/react/index.d.ts +3 -0
- package/dist/components/Select/react/index.d.ts.map +1 -0
- package/dist/components/Select/react/index.js +4 -0
- package/dist/components/Select/vue/VueSelect.js +130 -0
- package/dist/components/Select/vue/VueSelect.vue.d.ts +163 -0
- package/dist/components/Select/vue/VueSelect.vue.d.ts.map +1 -0
- package/dist/components/Select/vue/index.d.ts +2 -0
- package/dist/components/Select/vue/index.d.ts.map +1 -0
- package/dist/components/Select/vue/index.js +4 -0
- package/dist/components/Sidebar/core/Sidebar.d.ts +9 -0
- package/dist/components/Sidebar/core/Sidebar.d.ts.map +1 -0
- package/dist/components/Sidebar/core/Sidebar.js +5 -0
- package/dist/components/Sidebar/core/_Sidebar.d.ts +217 -0
- package/dist/components/Sidebar/core/_Sidebar.d.ts.map +1 -0
- package/dist/components/Sidebar/core/_Sidebar.js +629 -0
- package/dist/components/Sidebar/react/ReactSidebar.d.ts +10 -0
- package/dist/components/Sidebar/react/ReactSidebar.d.ts.map +1 -0
- package/dist/components/Sidebar/react/ReactSidebar.js +16 -0
- package/dist/components/Sidebar/vue/VueSidebar.js +65 -0
- package/dist/components/Sidebar/vue/VueSidebar.vue.d.ts +114 -0
- package/dist/components/Sidebar/vue/VueSidebar.vue.d.ts.map +1 -0
- package/dist/components/Sidebar/vue/index.d.ts +3 -0
- package/dist/components/Sidebar/vue/index.d.ts.map +1 -0
- package/dist/components/Sidebar/vue/index.js +5 -0
- package/dist/components/SidebarNav/core/SidebarNav.d.ts +18 -0
- package/dist/components/SidebarNav/core/SidebarNav.d.ts.map +1 -0
- package/dist/components/SidebarNav/core/SidebarNav.js +14 -0
- package/dist/components/SidebarNav/core/_SidebarNav.d.ts +15 -0
- package/dist/components/SidebarNav/core/_SidebarNav.d.ts.map +1 -0
- package/dist/components/SidebarNav/core/_SidebarNav.js +27 -0
- package/dist/components/SidebarNav/core/_SidebarNavItem.d.ts +11 -0
- package/dist/components/SidebarNav/core/_SidebarNavItem.d.ts.map +1 -0
- package/dist/components/SidebarNav/core/_SidebarNavItem.js +31 -0
- package/dist/components/SidebarNav/core/_SidebarNavPopoverSubmenu.d.ts +11 -0
- package/dist/components/SidebarNav/core/_SidebarNavPopoverSubmenu.d.ts.map +1 -0
- package/dist/components/SidebarNav/core/_SidebarNavPopoverSubmenu.js +19 -0
- package/dist/components/SidebarNav/core/_SidebarNavSubmenu.d.ts +13 -0
- package/dist/components/SidebarNav/core/_SidebarNavSubmenu.d.ts.map +1 -0
- package/dist/components/SidebarNav/core/_SidebarNavSubmenu.js +46 -0
- package/dist/components/SidebarNav/react/ReactSidebarNav.d.ts +7 -0
- package/dist/components/SidebarNav/react/ReactSidebarNav.d.ts.map +1 -0
- package/dist/components/SidebarNav/react/ReactSidebarNav.js +30 -0
- package/dist/components/SidebarNav/react/index.d.ts +2 -0
- package/dist/components/SidebarNav/react/index.d.ts.map +1 -0
- package/dist/components/SidebarNav/react/index.js +7 -0
- package/dist/components/SidebarNav/vue/VueSidebarNav.js +15 -0
- package/dist/components/SidebarNav/vue/VueSidebarNav.vue.d.ts +4 -0
- package/dist/components/SidebarNav/vue/VueSidebarNav.vue.d.ts.map +1 -0
- package/dist/components/SidebarNav/vue/VueSidebarNavItem.js +15 -0
- package/dist/components/SidebarNav/vue/VueSidebarNavItem.vue.d.ts +4 -0
- package/dist/components/SidebarNav/vue/VueSidebarNavItem.vue.d.ts.map +1 -0
- package/dist/components/SidebarNav/vue/VueSidebarNavPopoverSubmenu.js +15 -0
- package/dist/components/SidebarNav/vue/VueSidebarNavPopoverSubmenu.vue.d.ts +4 -0
- package/dist/components/SidebarNav/vue/VueSidebarNavPopoverSubmenu.vue.d.ts.map +1 -0
- package/dist/components/SidebarNav/vue/VueSidebarNavSubmenu.js +29 -0
- package/dist/components/SidebarNav/vue/VueSidebarNavSubmenu.vue.d.ts +20 -0
- package/dist/components/SidebarNav/vue/VueSidebarNavSubmenu.vue.d.ts.map +1 -0
- package/dist/components/SidebarNav/vue/index.d.ts +5 -0
- package/dist/components/SidebarNav/vue/index.d.ts.map +1 -0
- package/dist/components/SidebarNav/vue/index.js +10 -0
- package/dist/components/SkeletonLoader/core/SkeletonLoader.d.ts +13 -0
- package/dist/components/SkeletonLoader/core/SkeletonLoader.d.ts.map +1 -0
- package/dist/components/SkeletonLoader/core/SkeletonLoader.js +5 -0
- package/dist/components/SkeletonLoader/core/_SkeletonLoader.d.ts +26 -0
- package/dist/components/SkeletonLoader/core/_SkeletonLoader.d.ts.map +1 -0
- package/dist/components/SkeletonLoader/core/_SkeletonLoader.js +127 -0
- package/dist/components/SkeletonLoader/react/ReactSkeletonLoader.d.ts +5 -0
- package/dist/components/SkeletonLoader/react/ReactSkeletonLoader.d.ts.map +1 -0
- package/dist/components/SkeletonLoader/react/ReactSkeletonLoader.js +15 -0
- package/dist/components/SkeletonLoader/react/index.d.ts +2 -0
- package/dist/components/SkeletonLoader/react/index.d.ts.map +1 -0
- package/dist/components/SkeletonLoader/react/index.js +4 -0
- package/dist/components/SkeletonLoader/vue/VueSkeletonLoader.js +55 -0
- package/dist/components/SkeletonLoader/vue/VueSkeletonLoader.vue.d.ts +56 -0
- package/dist/components/SkeletonLoader/vue/VueSkeletonLoader.vue.d.ts.map +1 -0
- package/dist/components/SkeletonLoader/vue/index.d.ts +6 -0
- package/dist/components/SkeletonLoader/vue/index.d.ts.map +1 -0
- package/dist/components/SkeletonLoader/vue/index.js +5 -0
- package/dist/components/Slider/core/Slider.d.ts +10 -0
- package/dist/components/Slider/core/Slider.d.ts.map +1 -0
- package/dist/components/Slider/core/Slider.js +5 -0
- package/dist/components/Slider/core/_Slider.d.ts +222 -0
- package/dist/components/Slider/core/_Slider.d.ts.map +1 -0
- package/dist/components/Slider/core/_Slider.js +916 -0
- package/dist/components/Slider/react/ReactSlider.d.ts +24 -0
- package/dist/components/Slider/react/ReactSlider.d.ts.map +1 -0
- package/dist/components/Slider/react/ReactSlider.js +18 -0
- package/dist/components/Slider/react/index.d.ts +3 -0
- package/dist/components/Slider/react/index.d.ts.map +1 -0
- package/dist/components/Slider/react/index.js +4 -0
- package/dist/components/Slider/vue/VueSlider.js +4 -0
- package/dist/components/Slider/vue/VueSlider.vue.d.ts +125 -0
- package/dist/components/Slider/vue/VueSlider.vue.d.ts.map +1 -0
- package/dist/components/Slider/vue/index.d.ts +27 -0
- package/dist/components/Slider/vue/index.d.ts.map +1 -0
- package/dist/components/Slider/vue/index.js +5 -0
- package/dist/components/Spinner/core/Spinner.d.ts +9 -0
- package/dist/components/Spinner/core/Spinner.d.ts.map +1 -0
- package/dist/components/Spinner/core/Spinner.js +5 -0
- package/dist/components/Spinner/core/_Spinner.d.ts +30 -0
- package/dist/components/Spinner/core/_Spinner.d.ts.map +1 -0
- package/dist/components/Spinner/core/_Spinner.js +143 -0
- package/dist/components/Spinner/react/ReactSpinner.d.ts +5 -0
- package/dist/components/Spinner/react/ReactSpinner.d.ts.map +1 -0
- package/dist/components/Spinner/react/ReactSpinner.js +15 -0
- package/dist/components/Spinner/react/index.d.ts +3 -0
- package/dist/components/Spinner/react/index.d.ts.map +1 -0
- package/dist/components/Spinner/react/index.js +4 -0
- package/dist/components/Spinner/vue/VueSpinner.js +36 -0
- package/dist/components/Spinner/vue/VueSpinner.vue.d.ts +29 -0
- package/dist/components/Spinner/vue/VueSpinner.vue.d.ts.map +1 -0
- package/dist/components/Spinner/vue/index.d.ts +5 -0
- package/dist/components/Spinner/vue/index.d.ts.map +1 -0
- package/dist/components/Spinner/vue/index.js +4 -0
- package/dist/components/Tabs/core/Tabs.d.ts +11 -0
- package/dist/components/Tabs/core/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/core/Tabs.js +9 -0
- package/dist/components/Tabs/core/_Tabs.d.ts +103 -0
- package/dist/components/Tabs/core/_Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/core/_Tabs.js +325 -0
- package/dist/components/Tabs/react/ReactTabs.d.ts +37 -0
- package/dist/components/Tabs/react/ReactTabs.d.ts.map +1 -0
- package/dist/components/Tabs/react/ReactTabs.js +25 -0
- package/dist/components/Tabs/react/index.d.ts +4 -0
- package/dist/components/Tabs/react/index.d.ts.map +1 -0
- package/dist/components/Tabs/react/index.js +6 -0
- package/dist/components/Tabs/vue/VueTab.js +4 -0
- package/dist/components/Tabs/vue/VueTab.vue.d.ts +25 -0
- package/dist/components/Tabs/vue/VueTab.vue.d.ts.map +1 -0
- package/dist/components/Tabs/vue/VueTabPanel.js +4 -0
- package/dist/components/Tabs/vue/VueTabPanel.vue.d.ts +24 -0
- package/dist/components/Tabs/vue/VueTabPanel.vue.d.ts.map +1 -0
- package/dist/components/Tabs/vue/VueTabs.js +4 -0
- package/dist/components/Tabs/vue/VueTabs.vue.d.ts +51 -0
- package/dist/components/Tabs/vue/VueTabs.vue.d.ts.map +1 -0
- package/dist/components/Tabs/vue/index.d.ts +30 -0
- package/dist/components/Tabs/vue/index.d.ts.map +1 -0
- package/dist/components/Tabs/vue/index.js +9 -0
- package/dist/components/Tag/core/Tag.d.ts +9 -0
- package/dist/components/Tag/core/Tag.d.ts.map +1 -0
- package/dist/components/Tag/core/Tag.js +5 -0
- package/dist/components/Tag/core/_Tag.d.ts +53 -0
- package/dist/components/Tag/core/_Tag.d.ts.map +1 -0
- package/dist/components/Tag/core/_Tag.js +193 -0
- package/dist/components/Tag/react/ReactTag.d.ts +18 -0
- package/dist/components/Tag/react/ReactTag.d.ts.map +1 -0
- package/dist/components/Tag/react/ReactTag.js +15 -0
- package/dist/components/Tag/react/index.d.ts +3 -0
- package/dist/components/Tag/react/index.d.ts.map +1 -0
- package/dist/components/Tag/react/index.js +4 -0
- package/dist/components/Tag/vue/VueTag.js +4 -0
- package/dist/components/Tag/vue/VueTag.vue.d.ts +30 -0
- package/dist/components/Tag/vue/VueTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/vue/index.d.ts +12 -0
- package/dist/components/Tag/vue/index.d.ts.map +1 -0
- package/dist/components/Tag/vue/index.js +4 -0
- package/dist/components/Timeline/core/Timeline.d.ts +10 -0
- package/dist/components/Timeline/core/Timeline.d.ts.map +1 -0
- package/dist/components/Timeline/core/Timeline.js +7 -0
- package/dist/components/Timeline/core/_Timeline.d.ts +79 -0
- package/dist/components/Timeline/core/_Timeline.d.ts.map +1 -0
- package/dist/components/Timeline/core/_Timeline.js +320 -0
- package/dist/components/Timeline/react/ReactTimeline.d.ts +14 -0
- package/dist/components/Timeline/react/ReactTimeline.d.ts.map +1 -0
- package/dist/components/Timeline/react/ReactTimeline.js +20 -0
- package/dist/components/Timeline/react/index.d.ts +3 -0
- package/dist/components/Timeline/react/index.d.ts.map +1 -0
- package/dist/components/Timeline/react/index.js +5 -0
- package/dist/components/Timeline/vue/Timeline.js +4 -0
- package/dist/components/Timeline/vue/Timeline.vue.d.ts +55 -0
- package/dist/components/Timeline/vue/Timeline.vue.d.ts.map +1 -0
- package/dist/components/Timeline/vue/TimelineItem.js +4 -0
- package/dist/components/Timeline/vue/TimelineItem.vue.d.ts +41 -0
- package/dist/components/Timeline/vue/TimelineItem.vue.d.ts.map +1 -0
- package/dist/components/Timeline/vue/index.d.ts +4 -0
- package/dist/components/Timeline/vue/index.d.ts.map +1 -0
- package/dist/components/Timeline/vue/index.js +6 -0
- package/dist/components/Toast/core/Toast.d.ts +9 -0
- package/dist/components/Toast/core/Toast.d.ts.map +1 -0
- package/dist/components/Toast/core/Toast.js +5 -0
- package/dist/components/Toast/core/_Toast.d.ts +76 -0
- package/dist/components/Toast/core/_Toast.d.ts.map +1 -0
- package/dist/components/Toast/core/_Toast.js +306 -0
- package/dist/components/Toast/react/ReactToast.d.ts +15 -0
- package/dist/components/Toast/react/ReactToast.d.ts.map +1 -0
- package/dist/components/Toast/react/ReactToast.js +17 -0
- package/dist/components/Toast/react/index.d.ts +4 -0
- package/dist/components/Toast/react/index.d.ts.map +1 -0
- package/dist/components/Toast/react/index.js +4 -0
- package/dist/components/Toast/vue/VueToast.js +4 -0
- package/dist/components/Toast/vue/VueToast.vue.d.ts +75 -0
- package/dist/components/Toast/vue/VueToast.vue.d.ts.map +1 -0
- package/dist/components/Toast/vue/index.d.ts +6 -0
- package/dist/components/Toast/vue/index.d.ts.map +1 -0
- package/dist/components/Toast/vue/index.js +4 -0
- package/dist/components/Toggle/core/Toggle.d.ts +9 -0
- package/dist/components/Toggle/core/Toggle.d.ts.map +1 -0
- package/dist/components/Toggle/core/Toggle.js +5 -0
- package/dist/components/Toggle/core/_Toggle.d.ts +126 -0
- package/dist/components/Toggle/core/_Toggle.d.ts.map +1 -0
- package/dist/components/Toggle/core/_Toggle.js +325 -0
- package/dist/components/Toggle/react/ReactToggle.d.ts +19 -0
- package/dist/components/Toggle/react/ReactToggle.d.ts.map +1 -0
- package/dist/components/Toggle/react/ReactToggle.js +15 -0
- package/dist/components/Toggle/react/index.d.ts +4 -0
- package/dist/components/Toggle/react/index.d.ts.map +1 -0
- package/dist/components/Toggle/react/index.js +4 -0
- package/dist/components/Toggle/vue/VueToggle.js +4 -0
- package/dist/components/Toggle/vue/VueToggle.vue.d.ts +71 -0
- package/dist/components/Toggle/vue/VueToggle.vue.d.ts.map +1 -0
- package/dist/components/Toggle/vue/index.d.ts +6 -0
- package/dist/components/Toggle/vue/index.d.ts.map +1 -0
- package/dist/components/Toggle/vue/index.js +6 -0
- package/dist/components/Tooltip/Tooltip.d.ts +36 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.js +44 -0
- package/dist/components/Tooltip/core/Tooltip.d.ts +9 -0
- package/dist/components/Tooltip/core/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/core/Tooltip.js +5 -0
- package/dist/components/Tooltip/core/_Tooltip.d.ts +86 -0
- package/dist/components/Tooltip/core/_Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/core/_Tooltip.js +207 -0
- package/dist/components/Tooltip/react/ReactTooltip.d.ts +16 -0
- package/dist/components/Tooltip/react/ReactTooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/react/ReactTooltip.js +16 -0
- package/dist/components/Tooltip/react/ReactTooltip.spec.d.ts +2 -0
- package/dist/components/Tooltip/react/ReactTooltip.spec.d.ts.map +1 -0
- package/dist/components/Tooltip/react/ReactTooltip.spec.js +52 -0
- package/dist/components/Tooltip/react/index.d.ts +4 -0
- package/dist/components/Tooltip/react/index.d.ts.map +1 -0
- package/dist/components/Tooltip/react/index.js +4 -0
- package/dist/components/Tooltip/styled/MinimalTooltip.d.ts +38 -0
- package/dist/components/Tooltip/styled/MinimalTooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/styled/MinimalTooltip.js +236 -0
- package/dist/components/Tooltip/styled/index.d.ts +2 -0
- package/dist/components/Tooltip/styled/index.d.ts.map +1 -0
- package/dist/components/Tooltip/styled/index.js +4 -0
- package/dist/components/Tooltip/vue/VueTooltip.js +4 -0
- package/dist/components/Tooltip/vue/VueTooltip.vue.d.ts +64 -0
- package/dist/components/Tooltip/vue/VueTooltip.vue.d.ts.map +1 -0
- package/dist/components/Tooltip/vue/index.d.ts +25 -0
- package/dist/components/Tooltip/vue/index.d.ts.map +1 -0
- package/dist/components/Tooltip/vue/index.js +5 -0
- package/dist/components/VisuallyHidden/core/VisuallyHidden.d.ts +9 -0
- package/dist/components/VisuallyHidden/core/VisuallyHidden.d.ts.map +1 -0
- package/dist/components/VisuallyHidden/core/VisuallyHidden.js +5 -0
- package/dist/components/VisuallyHidden/core/_VisuallyHidden.d.ts +11 -0
- package/dist/components/VisuallyHidden/core/_VisuallyHidden.d.ts.map +1 -0
- package/dist/components/VisuallyHidden/core/_VisuallyHidden.js +23 -0
- package/dist/components/VisuallyHidden/react/ReactVisuallyHidden.d.ts +8 -0
- package/dist/components/VisuallyHidden/react/ReactVisuallyHidden.d.ts.map +1 -0
- package/dist/components/VisuallyHidden/react/ReactVisuallyHidden.js +13 -0
- package/dist/components/VisuallyHidden/vue/VueVisuallyHidden.js +4 -0
- package/dist/components/VisuallyHidden/vue/VueVisuallyHidden.vue.d.ts +13 -0
- package/dist/components/VisuallyHidden/vue/VueVisuallyHidden.vue.d.ts.map +1 -0
- package/dist/components/VisuallyHidden/vue/index.d.ts +4 -0
- package/dist/components/VisuallyHidden/vue/index.d.ts.map +1 -0
- package/dist/components/VisuallyHidden/vue/index.js +4 -0
- package/dist/components/react/index.d.ts +50 -0
- package/dist/components/react/index.d.ts.map +1 -0
- package/dist/components/react/index.js +125 -0
- package/dist/components/shared/CloseButton/CloseButton.d.ts +9 -0
- package/dist/components/shared/CloseButton/CloseButton.d.ts.map +1 -0
- package/dist/components/shared/CloseButton/CloseButton.js +5 -0
- package/dist/components/shared/CloseButton/_CloseButton.d.ts +46 -0
- package/dist/components/shared/CloseButton/_CloseButton.d.ts.map +1 -0
- package/dist/components/shared/CloseButton/_CloseButton.js +154 -0
- package/dist/create-component-BPMDMe-q.js +34 -0
- package/dist/floating-ui.dom-muqvZJIo.js +1034 -0
- package/dist/global.d.js +1 -0
- package/dist/if-defined-C8i28hSj.js +230 -0
- package/dist/index.d.ts +46 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +114 -0
- package/dist/jsx-runtime-BzflLqGi.js +282 -0
- package/dist/lifecycle-BbESl1Js.js +1938 -0
- package/dist/magic-string.es-uPKorP4O.js +663 -0
- package/dist/property-CemaeiRl.js +287 -0
- package/dist/query-BykXNUlT.js +22 -0
- package/dist/react.esm-D32Kml16.js +49602 -0
- package/dist/shared/form-control-styles.d.ts +8 -0
- package/dist/shared/form-control-styles.d.ts.map +1 -0
- package/dist/shared/form-control-styles.js +114 -0
- package/dist/shared/form-control-utils.d.ts +88 -0
- package/dist/shared/form-control-utils.d.ts.map +1 -0
- package/dist/shared/form-control-utils.js +70 -0
- package/dist/state-CovhUvdr.js +12 -0
- package/dist/styles/ag-tokens-dark.css +127 -0
- package/dist/styles/ag-tokens.css +193 -0
- package/dist/styles/motion.styles.d.ts +13 -0
- package/dist/styles/motion.styles.d.ts.map +1 -0
- package/dist/styles/motion.styles.js +188 -0
- package/dist/styles/nav-button-styles.d.ts +2 -0
- package/dist/styles/nav-button-styles.d.ts.map +1 -0
- package/dist/styles/nav-button-styles.js +32 -0
- package/dist/styles/nav-sublink-styles.d.ts +2 -0
- package/dist/styles/nav-sublink-styles.d.ts.map +1 -0
- package/dist/styles/nav-sublink-styles.js +24 -0
- package/dist/svelte.d.js +1 -0
- package/dist/test-setup.d.ts +2 -0
- package/dist/test-setup.d.ts.map +1 -0
- package/dist/test-setup.js +8299 -0
- package/dist/types/fx.d.ts +36 -0
- package/dist/types/fx.d.ts.map +1 -0
- package/dist/types/fx.js +1 -0
- package/dist/types/vue.d.js +1 -0
- package/dist/utils/handleBackdropClick.d.ts +11 -0
- package/dist/utils/handleBackdropClick.d.ts.map +1 -0
- package/dist/utils/handleBackdropClick.js +8 -0
- package/dist/utils/isElementInContainer.d.ts +10 -0
- package/dist/utils/isElementInContainer.d.ts.map +1 -0
- package/dist/utils/isElementInContainer.js +6 -0
- package/dist/utils/positioning.d.ts +60 -0
- package/dist/utils/positioning.d.ts.map +1 -0
- package/dist/utils/positioning.js +147 -0
- package/dist/utils/slot.d.ts +13 -0
- package/dist/utils/slot.d.ts.map +1 -0
- package/dist/utils/slot.js +9 -0
- package/dist/utils/unique-id.d.ts +2 -0
- package/dist/utils/unique-id.d.ts.map +1 -0
- package/dist/utils/unique-id.js +6 -0
- package/package.json +767 -0
- package/src/components/Accordion/core/Accordion.ts +20 -0
- package/src/components/Accordion/core/AccordionGroup.ts +73 -0
- package/src/components/Accordion/core/_Accordion.ts +434 -0
- package/src/components/Accordion/react/ReactAccordion.tsx +67 -0
- package/src/components/Accordion/react/index.ts +5 -0
- package/src/components/Accordion/vue/VueAccordion.vue +43 -0
- package/src/components/Accordion/vue/VueAccordionContent.vue +15 -0
- package/src/components/Accordion/vue/VueAccordionHeader.vue +15 -0
- package/src/components/Accordion/vue/VueAccordionItem.vue +90 -0
- package/src/components/Accordion/vue/index.ts +31 -0
- package/src/components/Alert/core/Alert.ts +14 -0
- package/src/components/Alert/core/_Alert.ts +174 -0
- package/src/components/Alert/react/ReactAlert.tsx +24 -0
- package/src/components/Alert/react/index.ts +5 -0
- package/src/components/Alert/vue/VueAlert.vue +50 -0
- package/src/components/Alert/vue/index.ts +3 -0
- package/src/components/AspectRatio/core/AspectRatio.ts +13 -0
- package/src/components/AspectRatio/core/_AspectRatio.ts +78 -0
- package/src/components/AspectRatio/index.ts +1 -0
- package/src/components/AspectRatio/react/ReactAspectRatio.tsx +21 -0
- package/src/components/AspectRatio/react/index.ts +1 -0
- package/src/components/AspectRatio/vue/VueAspectRatio.vue +9 -0
- package/src/components/AspectRatio/vue/index.ts +3 -0
- package/src/components/Avatar/core/Avatar.ts +21 -0
- package/src/components/Avatar/core/AvatarGroup.ts +75 -0
- package/src/components/Avatar/core/_Avatar.ts +217 -0
- package/src/components/Avatar/react/ReactAvatar.tsx +41 -0
- package/src/components/Avatar/react/index.ts +2 -0
- package/src/components/Avatar/vue/VueAvatar.vue +78 -0
- package/src/components/Avatar/vue/VueAvatarGroup.vue +22 -0
- package/src/components/Avatar/vue/index.ts +13 -0
- package/src/components/Badge/core/Badge.ts +15 -0
- package/src/components/Badge/core/_Badge.ts +272 -0
- package/src/components/Badge/react/ReactBadge.tsx +18 -0
- package/src/components/Badge/react/index.ts +2 -0
- package/src/components/Badge/vue/VueBadge.vue +52 -0
- package/src/components/Badge/vue/index.ts +15 -0
- package/src/components/BadgeFx/core/BadgeFx.ts +13 -0
- package/src/components/BadgeFx/core/_BadgeFx.ts +306 -0
- package/src/components/BadgeFx/react/ReactBadgeFx.tsx +21 -0
- package/src/components/BadgeFx/vue/VueBadgeFx.vue +71 -0
- package/src/components/BadgeFx/vue/index.ts +12 -0
- package/src/components/Breadcrumb/core/Breadcrumb.ts +13 -0
- package/src/components/Breadcrumb/core/_Breadcrumb.ts +277 -0
- package/src/components/Breadcrumb/react/ReactBreadcrumb.tsx +28 -0
- package/src/components/Breadcrumb/react/index.ts +5 -0
- package/src/components/Breadcrumb/svelte/SvelteBreadcrumb.svelte +51 -0
- package/src/components/Breadcrumb/vue/VueBreadcrumb.vue +66 -0
- package/src/components/Breadcrumb/vue/index.ts +10 -0
- package/src/components/Button/core/Button.ts +13 -0
- package/src/components/Button/core/_Button.ts +588 -0
- package/src/components/Button/react/ReactButton.tsx +35 -0
- package/src/components/Button/react/index.ts +5 -0
- package/src/components/Button/styled/index.ts +0 -0
- package/src/components/Button/vue/VueButton.vue +98 -0
- package/src/components/Button/vue/index.ts +13 -0
- package/src/components/ButtonFx/core/ButtonFx.ts +14 -0
- package/src/components/ButtonFx/core/_ButtonFx.ts +325 -0
- package/src/components/ButtonFx/react/ReactButtonFx.tsx +37 -0
- package/src/components/ButtonFx/vue/VueButtonFx.vue +107 -0
- package/src/components/ButtonFx/vue/index.ts +5 -0
- package/src/components/Card/core/Card.ts +14 -0
- package/src/components/Card/core/_Card.ts +215 -0
- package/src/components/Card/react/ReactCard.tsx +14 -0
- package/src/components/Card/react/index.ts +2 -0
- package/src/components/Card/vue/VueCard.vue +74 -0
- package/src/components/Card/vue/index.ts +4 -0
- package/src/components/Checkbox/core/Checkbox.ts +13 -0
- package/src/components/Checkbox/core/_Checkbox.ts +530 -0
- package/src/components/Checkbox/react/ReactCheckbox.tsx +37 -0
- package/src/components/Checkbox/react/index.ts +2 -0
- package/src/components/Checkbox/vue/VueCheckbox.vue +79 -0
- package/src/components/Checkbox/vue/index.ts +5 -0
- package/src/components/Collapsible/core/Collapsible.ts +13 -0
- package/src/components/Collapsible/core/_Collapsible.ts +253 -0
- package/src/components/Collapsible/react/ReactCollapsible.tsx +31 -0
- package/src/components/Collapsible/react/index.ts +1 -0
- package/src/components/Collapsible/vue/VueCollapsible.vue +60 -0
- package/src/components/Collapsible/vue/index.ts +5 -0
- package/src/components/Combobox/core/Combobox.ts +22 -0
- package/src/components/Combobox/core/_Combobox.ts +1533 -0
- package/src/components/Combobox/react/ReactCombobox.tsx +43 -0
- package/src/components/Combobox/react/index.ts +2 -0
- package/src/components/Combobox/vue/VueCombobox.vue +163 -0
- package/src/components/Combobox/vue/index.ts +14 -0
- package/src/components/CopyButton/core/CopyButton.ts +13 -0
- package/src/components/CopyButton/core/_CopyButton.ts +297 -0
- package/src/components/CopyButton/react/ReactCopyButton.tsx +82 -0
- package/src/components/CopyButton/react/index.ts +2 -0
- package/src/components/CopyButton/vue/VueCopyButton.vue +74 -0
- package/src/components/CopyButton/vue/index.ts +20 -0
- package/src/components/Dialog/core/Dialog.ts +13 -0
- package/src/components/Dialog/core/_dialog.ts +448 -0
- package/src/components/Dialog/react/ReactDialog.tsx +56 -0
- package/src/components/Dialog/react/index.ts +5 -0
- package/src/components/Dialog/vue/VueDialog.vue +62 -0
- package/src/components/Dialog/vue/VueDialogFooter.vue +9 -0
- package/src/components/Dialog/vue/VueDialogHeader.vue +9 -0
- package/src/components/Dialog/vue/index.ts +35 -0
- package/src/components/Divider/Divider.ts +2 -0
- package/src/components/Divider/core/Divider.ts +13 -0
- package/src/components/Divider/core/_Divider.ts +238 -0
- package/src/components/Divider/core/index.ts +2 -0
- package/src/components/Divider/react/ReactDivider.tsx +14 -0
- package/src/components/Divider/react/index.ts +2 -0
- package/src/components/Divider/vue/VueDivider.vue +84 -0
- package/src/components/Divider/vue/index.ts +5 -0
- package/src/components/Drawer/core/Drawer.ts +13 -0
- package/src/components/Drawer/core/_drawer.ts +146 -0
- package/src/components/Drawer/react/ReactDrawer.tsx +56 -0
- package/src/components/Drawer/react/index.ts +5 -0
- package/src/components/Drawer/vue/VueDrawer.vue +67 -0
- package/src/components/Drawer/vue/index.ts +13 -0
- package/src/components/EmptyState/core/EmptyState.ts +14 -0
- package/src/components/EmptyState/core/_EmptyState.ts +233 -0
- package/src/components/EmptyState/react/ReactEmptyState.tsx +18 -0
- package/src/components/EmptyState/react/index.ts +2 -0
- package/src/components/EmptyState/vue/VueEmptyState.vue +48 -0
- package/src/components/EmptyState/vue/index.ts +4 -0
- package/src/components/Fieldset/core/Fieldset.ts +22 -0
- package/src/components/Fieldset/core/_Fieldset.ts +156 -0
- package/src/components/Fieldset/react/ReactFieldset.tsx +19 -0
- package/src/components/Fieldset/react/index.ts +2 -0
- package/src/components/Fieldset/vue/VueFieldset.vue +56 -0
- package/src/components/Fieldset/vue/index.ts +4 -0
- package/src/components/Flex/core/FlexCol.ts +20 -0
- package/src/components/Flex/core/FlexContainer.ts +13 -0
- package/src/components/Flex/core/FlexInline.ts +21 -0
- package/src/components/Flex/core/FlexRow.ts +20 -0
- package/src/components/Flex/core/_FlexContainer.ts +240 -0
- package/src/components/Flex/core/index.ts +24 -0
- package/src/components/Flex/react/ReactFlexCol.tsx +13 -0
- package/src/components/Flex/react/ReactFlexContainer.tsx +13 -0
- package/src/components/Flex/react/ReactFlexInline.tsx +13 -0
- package/src/components/Flex/react/ReactFlexRow.tsx +13 -0
- package/src/components/Flex/react/ReactGroup.tsx +12 -0
- package/src/components/Flex/react/ReactStack.tsx +12 -0
- package/src/components/Flex/react/index.ts +13 -0
- package/src/components/Flex/vue/VueFlexCol.vue +80 -0
- package/src/components/Flex/vue/VueFlexContainer.vue +90 -0
- package/src/components/Flex/vue/VueFlexInline.vue +85 -0
- package/src/components/Flex/vue/VueFlexRow.vue +80 -0
- package/src/components/Flex/vue/VueGroup.vue +80 -0
- package/src/components/Flex/vue/VueStack.vue +80 -0
- package/src/components/Flex/vue/index.ts +18 -0
- package/src/components/Header/core/Header.ts +14 -0
- package/src/components/Header/core/_Header.ts +119 -0
- package/src/components/Header/react/ReactHeader.tsx +14 -0
- package/src/components/Header/react/index.ts +1 -0
- package/src/components/Header/vue/VueHeader.vue +47 -0
- package/src/components/Header/vue/index.ts +3 -0
- package/src/components/Icon/core/Icon.ts +14 -0
- package/src/components/Icon/core/_Icon.ts +167 -0
- package/src/components/Icon/react/ReactIcon.tsx +14 -0
- package/src/components/Icon/react/index.ts +2 -0
- package/src/components/Icon/vue/VueIcon.vue +23 -0
- package/src/components/Icon/vue/index.ts +5 -0
- package/src/components/IconButton/core/IconButton.ts +13 -0
- package/src/components/IconButton/core/_IconButton.ts +517 -0
- package/src/components/IconButton/react/ReactIconButton.tsx +25 -0
- package/src/components/IconButton/react/index.ts +1 -0
- package/src/components/IconButton/svelte/SvelteIconButtonDemo.svelte +294 -0
- package/src/components/IconButton/svelte/types.d.ts +70 -0
- package/src/components/IconButton/vue/VueIconButton.vue +66 -0
- package/src/components/IconButton/vue/index.ts +2 -0
- package/src/components/IconButtonFx/core/IconButtonFx.ts +14 -0
- package/src/components/IconButtonFx/core/_IconButtonFx.ts +228 -0
- package/src/components/IconButtonFx/react/ReactIconButtonFx.tsx +26 -0
- package/src/components/IconButtonFx/vue/VueIconButtonFx.vue +84 -0
- package/src/components/IconButtonFx/vue/index.ts +5 -0
- package/src/components/Image/core/Image.ts +16 -0
- package/src/components/Image/core/_Image.ts +385 -0
- package/src/components/Image/react/ReactImage.tsx +37 -0
- package/src/components/Image/react/index.ts +3 -0
- package/src/components/Image/vue/VueImage.vue +74 -0
- package/src/components/Image/vue/index.ts +24 -0
- package/src/components/Input/core/Input.ts +13 -0
- package/src/components/Input/core/_Input.BACKUP.ts +710 -0
- package/src/components/Input/core/_Input.ts +805 -0
- package/src/components/Input/react/ReactInput.tsx +34 -0
- package/src/components/Input/react/index.ts +2 -0
- package/src/components/Input/vue/VueInput.vue +122 -0
- package/src/components/Input/vue/index.ts +31 -0
- package/src/components/IntlFormatter/core/IntlFormatter.ts +13 -0
- package/src/components/IntlFormatter/core/_IntlFormatter.ts +389 -0
- package/src/components/IntlFormatter/react/ReactIntlFormatter.tsx +17 -0
- package/src/components/IntlFormatter/vue/VueIntlFormatter.vue +88 -0
- package/src/components/IntlFormatter/vue/index.ts +8 -0
- package/src/components/Kbd/core/Kbd.ts +17 -0
- package/src/components/Kbd/core/_Kbd.ts +175 -0
- package/src/components/Kbd/index.ts +3 -0
- package/src/components/Kbd/react/ReactKbd.tsx +14 -0
- package/src/components/Kbd/react/index.ts +2 -0
- package/src/components/Kbd/vue/VueKbd.vue +27 -0
- package/src/components/Kbd/vue/index.ts +4 -0
- package/src/components/Link/core/Link.ts +10 -0
- package/src/components/Link/core/_Link.ts +520 -0
- package/src/components/Link/react/ReactLink.tsx +16 -0
- package/src/components/Link/react/index.ts +2 -0
- package/src/components/Link/vue/VueLink.vue +96 -0
- package/src/components/Link/vue/index.ts +6 -0
- package/src/components/Loader/core/Loader.ts +14 -0
- package/src/components/Loader/core/_Loader.ts +147 -0
- package/src/components/Loader/react/ReactLoader.tsx +14 -0
- package/src/components/Loader/react/index.ts +2 -0
- package/src/components/Loader/vue/VueLoader.vue +60 -0
- package/src/components/Loader/vue/index.ts +4 -0
- package/src/components/Mark/core/Mark.ts +13 -0
- package/src/components/Mark/core/_Mark.ts +187 -0
- package/src/components/Mark/react/ReactMark.tsx +18 -0
- package/src/components/Mark/vue/VueMark.vue +38 -0
- package/src/components/Mark/vue/index.ts +5 -0
- package/src/components/Menu/core/Menu.ts +28 -0
- package/src/components/Menu/core/_Menu.ts +983 -0
- package/src/components/Menu/react/ReactMenu.tsx +114 -0
- package/src/components/Menu/react/index.ts +8 -0
- package/src/components/Menu/vue/VueMenu.vue +114 -0
- package/src/components/Menu/vue/VueMenuItem.vue +56 -0
- package/src/components/Menu/vue/VueMenuSeparator.vue +20 -0
- package/src/components/Menu/vue/index.ts +49 -0
- package/src/components/MessageBubble/core/MessageBubble.ts +13 -0
- package/src/components/MessageBubble/core/_MessageBubble.ts +404 -0
- package/src/components/MessageBubble/react/ReactMessageBubble.tsx +18 -0
- package/src/components/MessageBubble/vue/VueMessageBubble.vue +72 -0
- package/src/components/MessageBubble/vue/index.ts +5 -0
- package/src/components/Pagination/core/ContentPagination.ts +15 -0
- package/src/components/Pagination/core/Pagination.ts +15 -0
- package/src/components/Pagination/core/_ContentPagination.ts +440 -0
- package/src/components/Pagination/core/_Pagination.ts +521 -0
- package/src/components/Pagination/react/ReactContentPagination.tsx +34 -0
- package/src/components/Pagination/react/ReactPagination.tsx +30 -0
- package/src/components/Pagination/react/index.ts +15 -0
- package/src/components/Pagination/vue/VueContentPagination.vue +98 -0
- package/src/components/Pagination/vue/VuePagination.vue +72 -0
- package/src/components/Pagination/vue/index.ts +72 -0
- package/src/components/Popover/core/Popover.ts +13 -0
- package/src/components/Popover/core/_Popover.ts +825 -0
- package/src/components/Popover/react/ReactPopover.tsx +62 -0
- package/src/components/Popover/react/index.ts +1 -0
- package/src/components/Popover/vue/VuePopover.vue +131 -0
- package/src/components/Popover/vue/index.ts +7 -0
- package/src/components/Progress/core/Progress.ts +14 -0
- package/src/components/Progress/core/_Progress.ts +162 -0
- package/src/components/Progress/react/ReactProgress.tsx +14 -0
- package/src/components/Progress/react/index.ts +2 -0
- package/src/components/Progress/vue/VueProgress.vue +49 -0
- package/src/components/Progress/vue/index.ts +2 -0
- package/src/components/ProgressRing/core/ProgressRing.ts +16 -0
- package/src/components/ProgressRing/core/_ProgressRing.ts +154 -0
- package/src/components/ProgressRing/react/ReactProgressRing.tsx +14 -0
- package/src/components/ProgressRing/vue/VueProgressRing.vue +59 -0
- package/src/components/ProgressRing/vue/index.ts +11 -0
- package/src/components/Radio/core/Radio.ts +13 -0
- package/src/components/Radio/core/_Radio.ts +629 -0
- package/src/components/Radio/react/ReactRadio.ts +17 -0
- package/src/components/Radio/react/ReactRadio.tsx +28 -0
- package/src/components/Radio/react/index.ts +4 -0
- package/src/components/Radio/vue/VueRadio.vue +85 -0
- package/src/components/Radio/vue/index.ts +5 -0
- package/src/components/Rating/core/Rating.ts +16 -0
- package/src/components/Rating/core/_Rating.ts +583 -0
- package/src/components/Rating/react/ReactRating.tsx +17 -0
- package/src/components/Rating/react/index.ts +12 -0
- package/src/components/Rating/vue/VueRating.vue +107 -0
- package/src/components/Rating/vue/index.ts +22 -0
- package/src/components/ScrollProgress/core/ScrollProgress.ts +14 -0
- package/src/components/ScrollProgress/core/_ScrollProgress.ts +296 -0
- package/src/components/ScrollProgress/react/ReactScrollProgress.tsx +14 -0
- package/src/components/ScrollProgress/vue/VueScrollProgress.vue +61 -0
- package/src/components/ScrollProgress/vue/index.ts +2 -0
- package/src/components/ScrollToButton/core/ScrollToButton.ts +13 -0
- package/src/components/ScrollToButton/core/_ScrollToButton.ts +335 -0
- package/src/components/ScrollToButton/react/ReactScrollToButton.tsx +25 -0
- package/src/components/ScrollToButton/vue/VueScrollToButton.vue +103 -0
- package/src/components/ScrollToButton/vue/index.ts +11 -0
- package/src/components/Select/core/Select.ts +13 -0
- package/src/components/Select/core/_Select.ts +402 -0
- package/src/components/Select/react/ReactSelect.tsx +43 -0
- package/src/components/Select/react/index.ts +2 -0
- package/src/components/Select/vue/VueSelect.vue +155 -0
- package/src/components/Select/vue/index.ts +1 -0
- package/src/components/Sidebar/core/Sidebar.ts +13 -0
- package/src/components/Sidebar/core/_Sidebar.ts +833 -0
- package/src/components/Sidebar/react/ReactSidebar.ts +24 -0
- package/src/components/Sidebar/vue/VueSidebar.vue +77 -0
- package/src/components/Sidebar/vue/index.ts +2 -0
- package/src/components/SidebarNav/core/SidebarNav.ts +31 -0
- package/src/components/SidebarNav/core/_SidebarNav.ts +27 -0
- package/src/components/SidebarNav/core/_SidebarNavItem.ts +31 -0
- package/src/components/SidebarNav/core/_SidebarNavPopoverSubmenu.ts +18 -0
- package/src/components/SidebarNav/core/_SidebarNavSubmenu.ts +38 -0
- package/src/components/SidebarNav/react/ReactSidebarNav.ts +32 -0
- package/src/components/SidebarNav/react/index.ts +6 -0
- package/src/components/SidebarNav/vue/VueSidebarNav.vue +15 -0
- package/src/components/SidebarNav/vue/VueSidebarNavItem.vue +15 -0
- package/src/components/SidebarNav/vue/VueSidebarNavPopoverSubmenu.vue +15 -0
- package/src/components/SidebarNav/vue/VueSidebarNavSubmenu.vue +31 -0
- package/src/components/SidebarNav/vue/index.ts +4 -0
- package/src/components/SkeletonLoader/core/SkeletonLoader.ts +17 -0
- package/src/components/SkeletonLoader/core/_SkeletonLoader.ts +158 -0
- package/src/components/SkeletonLoader/react/ReactSkeletonLoader.tsx +20 -0
- package/src/components/SkeletonLoader/react/index.ts +1 -0
- package/src/components/SkeletonLoader/vue/VueSkeletonLoader.vue +85 -0
- package/src/components/SkeletonLoader/vue/index.ts +6 -0
- package/src/components/Slider/core/Slider.ts +15 -0
- package/src/components/Slider/core/_Slider.ts +1401 -0
- package/src/components/Slider/react/ReactSlider.tsx +29 -0
- package/src/components/Slider/react/index.ts +2 -0
- package/src/components/Slider/vue/VueSlider.vue +109 -0
- package/src/components/Slider/vue/index.ts +28 -0
- package/src/components/Spinner/core/Spinner.ts +14 -0
- package/src/components/Spinner/core/_Spinner.ts +162 -0
- package/src/components/Spinner/react/ReactSpinner.tsx +15 -0
- package/src/components/Spinner/react/index.ts +2 -0
- package/src/components/Spinner/vue/VueSpinner.vue +50 -0
- package/src/components/Spinner/vue/index.ts +4 -0
- package/src/components/Tabs/core/Tabs.ts +23 -0
- package/src/components/Tabs/core/_Tabs.ts +542 -0
- package/src/components/Tabs/react/ReactTabs.tsx +66 -0
- package/src/components/Tabs/react/index.ts +5 -0
- package/src/components/Tabs/vue/VueTab.vue +22 -0
- package/src/components/Tabs/vue/VueTabPanel.vue +19 -0
- package/src/components/Tabs/vue/VueTabs.vue +49 -0
- package/src/components/Tabs/vue/index.ts +35 -0
- package/src/components/Tag/core/Tag.ts +14 -0
- package/src/components/Tag/core/_Tag.ts +254 -0
- package/src/components/Tag/react/ReactTag.tsx +33 -0
- package/src/components/Tag/react/index.ts +2 -0
- package/src/components/Tag/vue/VueTag.vue +40 -0
- package/src/components/Tag/vue/index.ts +17 -0
- package/src/components/Timeline/core/Timeline.ts +19 -0
- package/src/components/Timeline/core/_Timeline.ts +409 -0
- package/src/components/Timeline/react/ReactTimeline.tsx +34 -0
- package/src/components/Timeline/react/index.ts +3 -0
- package/src/components/Timeline/vue/Timeline.vue +36 -0
- package/src/components/Timeline/vue/TimelineItem.vue +35 -0
- package/src/components/Timeline/vue/index.ts +7 -0
- package/src/components/Toast/core/Toast.ts +14 -0
- package/src/components/Toast/core/_Toast.ts +414 -0
- package/src/components/Toast/react/ReactToast.tsx +29 -0
- package/src/components/Toast/react/index.ts +5 -0
- package/src/components/Toast/vue/VueToast.vue +65 -0
- package/src/components/Toast/vue/index.ts +5 -0
- package/src/components/Toggle/core/Toggle.ts +13 -0
- package/src/components/Toggle/core/_Toggle.ts +543 -0
- package/src/components/Toggle/react/ReactToggle.tsx +29 -0
- package/src/components/Toggle/react/index.ts +5 -0
- package/src/components/Toggle/vue/VueToggle.vue +84 -0
- package/src/components/Toggle/vue/index.ts +6 -0
- package/src/components/Tooltip/Tooltip.ts +84 -0
- package/src/components/Tooltip/core/Tooltip.ts +13 -0
- package/src/components/Tooltip/core/_Tooltip.ts +385 -0
- package/src/components/Tooltip/react/ReactTooltip.tsx +25 -0
- package/src/components/Tooltip/react/index.ts +5 -0
- package/src/components/Tooltip/styled/MinimalTooltip.ts +344 -0
- package/src/components/Tooltip/styled/index.ts +2 -0
- package/src/components/Tooltip/vue/VueTooltip.vue +86 -0
- package/src/components/Tooltip/vue/index.ts +31 -0
- package/src/components/VisuallyHidden/core/VisuallyHidden.ts +13 -0
- package/src/components/VisuallyHidden/core/_VisuallyHidden.ts +25 -0
- package/src/components/VisuallyHidden/react/ReactVisuallyHidden.tsx +14 -0
- package/src/components/VisuallyHidden/vue/VueVisuallyHidden.vue +10 -0
- package/src/components/VisuallyHidden/vue/index.ts +3 -0
- package/src/components/react/index.ts +50 -0
- package/src/components/shared/CloseButton/CloseButton.ts +14 -0
- package/src/components/shared/CloseButton/_CloseButton.ts +191 -0
- package/src/global.d.ts +43 -0
- package/src/index.ts +47 -0
- package/src/shared/form-control-styles.ts +119 -0
- package/src/shared/form-control-utils.ts +167 -0
- package/src/styles/ag-tokens-dark.css +127 -0
- package/src/styles/ag-tokens.css +193 -0
- package/src/styles/motion.styles.ts +197 -0
- package/src/styles/nav-button-styles.ts +30 -0
- package/src/styles/nav-sublink-styles.ts +22 -0
- package/src/styles/table.css +208 -0
- package/src/svelte.d.ts +5 -0
- package/src/types/fx.ts +36 -0
- package/src/types/vue.d.ts +6 -0
- package/src/utils/handleBackdropClick.ts +33 -0
- package/src/utils/isElementInContainer.ts +23 -0
- package/src/utils/positioning.ts +222 -0
- package/src/utils/slot.ts +42 -0
- package/src/utils/unique-id.ts +3 -0
- package/svelte.config.js +9 -0
|
@@ -0,0 +1,1938 @@
|
|
|
1
|
+
typeof window < "u" && ((window.__svelte ??= {}).v ??= /* @__PURE__ */ new Set()).add("5");
|
|
2
|
+
let St = !1, er = !1;
|
|
3
|
+
function rr() {
|
|
4
|
+
St = !0;
|
|
5
|
+
}
|
|
6
|
+
rr();
|
|
7
|
+
const hn = 1, dn = 2, gn = 16, bn = 1, wn = 2, En = 4, yn = 8, An = 16, nr = 1, ir = 2, T = Symbol(), fr = "http://www.w3.org/1999/xhtml", sr = "@attach", de = !1;
|
|
8
|
+
var Vt = Array.isArray, lr = Array.prototype.indexOf, Tn = Array.from, Rt = Object.defineProperty, kt = Object.getOwnPropertyDescriptor, ge = Object.getOwnPropertyDescriptors, ur = Object.prototype, ar = Array.prototype, Yt = Object.getPrototypeOf;
|
|
9
|
+
function or(t) {
|
|
10
|
+
return t();
|
|
11
|
+
}
|
|
12
|
+
function Ct(t) {
|
|
13
|
+
for (var e = 0; e < t.length; e++)
|
|
14
|
+
t[e]();
|
|
15
|
+
}
|
|
16
|
+
function be() {
|
|
17
|
+
var t, e, r = new Promise((n, i) => {
|
|
18
|
+
t = n, e = i;
|
|
19
|
+
});
|
|
20
|
+
return { promise: r, resolve: t, reject: e };
|
|
21
|
+
}
|
|
22
|
+
const I = 2, $t = 4, mt = 8, nt = 16, Y = 32, ut = 64, we = 128, M = 256, Et = 512, m = 1024, C = 2048, $ = 4096, Z = 8192, at = 16384, Ht = 32768, Ee = 65536, re = 1 << 17, cr = 1 << 18, Ot = 1 << 19, ye = 1 << 20, Lt = 1 << 21, Wt = 1 << 22, Q = 1 << 23, tt = Symbol("$state"), Sn = Symbol("legacy props"), vr = Symbol(""), ft = new class extends Error {
|
|
23
|
+
name = "StaleReactionError";
|
|
24
|
+
message = "The reaction that called `getAbortSignal()` was re-run or destroyed";
|
|
25
|
+
}();
|
|
26
|
+
function _r() {
|
|
27
|
+
throw new Error("https://svelte.dev/e/async_derived_orphan");
|
|
28
|
+
}
|
|
29
|
+
function pr(t) {
|
|
30
|
+
throw new Error("https://svelte.dev/e/effect_in_teardown");
|
|
31
|
+
}
|
|
32
|
+
function hr() {
|
|
33
|
+
throw new Error("https://svelte.dev/e/effect_in_unowned_derived");
|
|
34
|
+
}
|
|
35
|
+
function dr(t) {
|
|
36
|
+
throw new Error("https://svelte.dev/e/effect_orphan");
|
|
37
|
+
}
|
|
38
|
+
function gr() {
|
|
39
|
+
throw new Error("https://svelte.dev/e/effect_update_depth_exceeded");
|
|
40
|
+
}
|
|
41
|
+
function On(t) {
|
|
42
|
+
throw new Error("https://svelte.dev/e/props_invalid_value");
|
|
43
|
+
}
|
|
44
|
+
function br() {
|
|
45
|
+
throw new Error("https://svelte.dev/e/state_descriptors_fixed");
|
|
46
|
+
}
|
|
47
|
+
function wr() {
|
|
48
|
+
throw new Error("https://svelte.dev/e/state_prototype_fixed");
|
|
49
|
+
}
|
|
50
|
+
function Er() {
|
|
51
|
+
throw new Error("https://svelte.dev/e/state_unsafe_mutation");
|
|
52
|
+
}
|
|
53
|
+
function yr() {
|
|
54
|
+
console.warn("https://svelte.dev/e/select_multiple_invalid_value");
|
|
55
|
+
}
|
|
56
|
+
function Ae(t) {
|
|
57
|
+
return t === this.v;
|
|
58
|
+
}
|
|
59
|
+
function Ar(t, e) {
|
|
60
|
+
return t != t ? e == e : t !== e || t !== null && typeof t == "object" || typeof t == "function";
|
|
61
|
+
}
|
|
62
|
+
function Te(t) {
|
|
63
|
+
return !Ar(t, this.v);
|
|
64
|
+
}
|
|
65
|
+
let A = null;
|
|
66
|
+
function yt(t) {
|
|
67
|
+
A = t;
|
|
68
|
+
}
|
|
69
|
+
function kn(t, e = !1, r) {
|
|
70
|
+
A = {
|
|
71
|
+
p: A,
|
|
72
|
+
c: null,
|
|
73
|
+
e: null,
|
|
74
|
+
s: t,
|
|
75
|
+
x: null,
|
|
76
|
+
l: St && !e ? { s: null, u: null, $: [] } : null
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
function Nn(t) {
|
|
80
|
+
var e = (
|
|
81
|
+
/** @type {ComponentContext} */
|
|
82
|
+
A
|
|
83
|
+
), r = e.e;
|
|
84
|
+
if (r !== null) {
|
|
85
|
+
e.e = null;
|
|
86
|
+
for (var n of r)
|
|
87
|
+
Le(n);
|
|
88
|
+
}
|
|
89
|
+
return A = e.p, /** @type {T} */
|
|
90
|
+
{};
|
|
91
|
+
}
|
|
92
|
+
function gt() {
|
|
93
|
+
return !St || A !== null && A.l === null;
|
|
94
|
+
}
|
|
95
|
+
let st = [];
|
|
96
|
+
function Tr() {
|
|
97
|
+
var t = st;
|
|
98
|
+
st = [], Ct(t);
|
|
99
|
+
}
|
|
100
|
+
function Gt(t) {
|
|
101
|
+
if (st.length === 0) {
|
|
102
|
+
var e = st;
|
|
103
|
+
queueMicrotask(() => {
|
|
104
|
+
e === st && Tr();
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
st.push(t);
|
|
108
|
+
}
|
|
109
|
+
const Sr = /* @__PURE__ */ new WeakMap();
|
|
110
|
+
function mr(t) {
|
|
111
|
+
var e = d;
|
|
112
|
+
if (e === null)
|
|
113
|
+
return h.f |= Q, t;
|
|
114
|
+
if ((e.f & Ht) === 0) {
|
|
115
|
+
if ((e.f & we) === 0)
|
|
116
|
+
throw !e.parent && t instanceof Error && Se(t), t;
|
|
117
|
+
e.b.error(t);
|
|
118
|
+
} else
|
|
119
|
+
At(t, e);
|
|
120
|
+
}
|
|
121
|
+
function At(t, e) {
|
|
122
|
+
for (; e !== null; ) {
|
|
123
|
+
if ((e.f & we) !== 0)
|
|
124
|
+
try {
|
|
125
|
+
e.b.error(t);
|
|
126
|
+
return;
|
|
127
|
+
} catch (r) {
|
|
128
|
+
t = r;
|
|
129
|
+
}
|
|
130
|
+
e = e.parent;
|
|
131
|
+
}
|
|
132
|
+
throw t instanceof Error && Se(t), t;
|
|
133
|
+
}
|
|
134
|
+
function Se(t) {
|
|
135
|
+
const e = Sr.get(t);
|
|
136
|
+
e && (Rt(t, "message", {
|
|
137
|
+
value: e.message
|
|
138
|
+
}), Rt(t, "stack", {
|
|
139
|
+
value: e.stack
|
|
140
|
+
}));
|
|
141
|
+
}
|
|
142
|
+
const wt = /* @__PURE__ */ new Set();
|
|
143
|
+
let S = null, F = null, ne = /* @__PURE__ */ new Set(), G = [], Kt = null, Mt = !1;
|
|
144
|
+
class pt {
|
|
145
|
+
/**
|
|
146
|
+
* The current values of any sources that are updated in this batch
|
|
147
|
+
* They keys of this map are identical to `this.#previous`
|
|
148
|
+
* @type {Map<Source, any>}
|
|
149
|
+
*/
|
|
150
|
+
current = /* @__PURE__ */ new Map();
|
|
151
|
+
/**
|
|
152
|
+
* The values of any sources that are updated in this batch _before_ those updates took place.
|
|
153
|
+
* They keys of this map are identical to `this.#current`
|
|
154
|
+
* @type {Map<Source, any>}
|
|
155
|
+
*/
|
|
156
|
+
#r = /* @__PURE__ */ new Map();
|
|
157
|
+
/**
|
|
158
|
+
* When the batch is committed (and the DOM is updated), we need to remove old branches
|
|
159
|
+
* and append new ones by calling the functions added inside (if/each/key/etc) blocks
|
|
160
|
+
* @type {Set<() => void>}
|
|
161
|
+
*/
|
|
162
|
+
#n = /* @__PURE__ */ new Set();
|
|
163
|
+
/**
|
|
164
|
+
* The number of async effects that are currently in flight
|
|
165
|
+
*/
|
|
166
|
+
#t = 0;
|
|
167
|
+
/**
|
|
168
|
+
* A deferred that resolves when the batch is committed, used with `settled()`
|
|
169
|
+
* TODO replace with Promise.withResolvers once supported widely enough
|
|
170
|
+
* @type {{ promise: Promise<void>, resolve: (value?: any) => void, reject: (reason: unknown) => void } | null}
|
|
171
|
+
*/
|
|
172
|
+
#l = null;
|
|
173
|
+
/**
|
|
174
|
+
* Template effects and `$effect.pre` effects, which run when
|
|
175
|
+
* a batch is committed
|
|
176
|
+
* @type {Effect[]}
|
|
177
|
+
*/
|
|
178
|
+
#i = [];
|
|
179
|
+
/**
|
|
180
|
+
* The same as `#render_effects`, but for `$effect` (which runs after)
|
|
181
|
+
* @type {Effect[]}
|
|
182
|
+
*/
|
|
183
|
+
#e = [];
|
|
184
|
+
/**
|
|
185
|
+
* Block effects, which may need to re-run on subsequent flushes
|
|
186
|
+
* in order to update internal sources (e.g. each block items)
|
|
187
|
+
* @type {Effect[]}
|
|
188
|
+
*/
|
|
189
|
+
#f = [];
|
|
190
|
+
/**
|
|
191
|
+
* Deferred effects (which run after async work has completed) that are DIRTY
|
|
192
|
+
* @type {Effect[]}
|
|
193
|
+
*/
|
|
194
|
+
#u = [];
|
|
195
|
+
/**
|
|
196
|
+
* Deferred effects that are MAYBE_DIRTY
|
|
197
|
+
* @type {Effect[]}
|
|
198
|
+
*/
|
|
199
|
+
#a = [];
|
|
200
|
+
/**
|
|
201
|
+
* A set of branches that still exist, but will be destroyed when this batch
|
|
202
|
+
* is committed — we skip over these during `process`
|
|
203
|
+
* @type {Set<Effect>}
|
|
204
|
+
*/
|
|
205
|
+
skipped_effects = /* @__PURE__ */ new Set();
|
|
206
|
+
/**
|
|
207
|
+
*
|
|
208
|
+
* @param {Effect[]} root_effects
|
|
209
|
+
*/
|
|
210
|
+
process(e) {
|
|
211
|
+
G = [], this.apply();
|
|
212
|
+
for (const f of e)
|
|
213
|
+
this.#o(f);
|
|
214
|
+
if (this.#t === 0) {
|
|
215
|
+
var r = F;
|
|
216
|
+
this.#c();
|
|
217
|
+
var n = this.#i, i = this.#e;
|
|
218
|
+
this.#i = [], this.#e = [], this.#f = [], S = null, F = r, ie(n), ie(i), this.#l?.resolve();
|
|
219
|
+
} else
|
|
220
|
+
this.#s(this.#i), this.#s(this.#e), this.#s(this.#f);
|
|
221
|
+
F = null;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Traverse the effect tree, executing effects or stashing
|
|
225
|
+
* them for later execution as appropriate
|
|
226
|
+
* @param {Effect} root
|
|
227
|
+
*/
|
|
228
|
+
#o(e) {
|
|
229
|
+
e.f ^= m;
|
|
230
|
+
for (var r = e.first; r !== null; ) {
|
|
231
|
+
var n = r.f, i = (n & (Y | ut)) !== 0, f = i && (n & m) !== 0, s = f || (n & Z) !== 0 || this.skipped_effects.has(r);
|
|
232
|
+
if (!s && r.fn !== null) {
|
|
233
|
+
i ? r.f ^= m : (n & $t) !== 0 ? this.#e.push(r) : bt(r) && ((r.f & nt) !== 0 && this.#f.push(r), dt(r));
|
|
234
|
+
var a = r.first;
|
|
235
|
+
if (a !== null) {
|
|
236
|
+
r = a;
|
|
237
|
+
continue;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
var l = r.parent;
|
|
241
|
+
for (r = r.next; r === null && l !== null; )
|
|
242
|
+
r = l.next, l = l.parent;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* @param {Effect[]} effects
|
|
247
|
+
*/
|
|
248
|
+
#s(e) {
|
|
249
|
+
for (const r of e)
|
|
250
|
+
((r.f & C) !== 0 ? this.#u : this.#a).push(r), O(r, m);
|
|
251
|
+
e.length = 0;
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Associate a change to a given source with the current
|
|
255
|
+
* batch, noting its previous and current values
|
|
256
|
+
* @param {Source} source
|
|
257
|
+
* @param {any} value
|
|
258
|
+
*/
|
|
259
|
+
capture(e, r) {
|
|
260
|
+
this.#r.has(e) || this.#r.set(e, r), this.current.set(e, e.v), F?.set(e, e.v);
|
|
261
|
+
}
|
|
262
|
+
activate() {
|
|
263
|
+
S = this;
|
|
264
|
+
}
|
|
265
|
+
deactivate() {
|
|
266
|
+
S = null, F = null;
|
|
267
|
+
}
|
|
268
|
+
flush() {
|
|
269
|
+
if (G.length > 0) {
|
|
270
|
+
if (this.activate(), Or(), S !== null && S !== this)
|
|
271
|
+
return;
|
|
272
|
+
} else this.#t === 0 && this.#c();
|
|
273
|
+
this.deactivate();
|
|
274
|
+
for (const e of ne)
|
|
275
|
+
if (ne.delete(e), e(), S !== null)
|
|
276
|
+
break;
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Append and remove branches to/from the DOM
|
|
280
|
+
*/
|
|
281
|
+
#c() {
|
|
282
|
+
for (const e of this.#n)
|
|
283
|
+
e();
|
|
284
|
+
if (this.#n.clear(), wt.size > 1) {
|
|
285
|
+
this.#r.clear();
|
|
286
|
+
let e = !0;
|
|
287
|
+
for (const r of wt) {
|
|
288
|
+
if (r === this) {
|
|
289
|
+
e = !1;
|
|
290
|
+
continue;
|
|
291
|
+
}
|
|
292
|
+
const n = [];
|
|
293
|
+
for (const [f, s] of this.current) {
|
|
294
|
+
if (r.current.has(f))
|
|
295
|
+
if (e && s !== r.current.get(f))
|
|
296
|
+
r.current.set(f, s);
|
|
297
|
+
else
|
|
298
|
+
continue;
|
|
299
|
+
n.push(f);
|
|
300
|
+
}
|
|
301
|
+
if (n.length === 0)
|
|
302
|
+
continue;
|
|
303
|
+
const i = [...r.current.keys()].filter((f) => !this.current.has(f));
|
|
304
|
+
if (i.length > 0) {
|
|
305
|
+
for (const f of n)
|
|
306
|
+
me(f, i);
|
|
307
|
+
if (G.length > 0) {
|
|
308
|
+
S = r, r.apply();
|
|
309
|
+
for (const f of G)
|
|
310
|
+
r.#o(f);
|
|
311
|
+
G = [], r.deactivate();
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
S = null;
|
|
316
|
+
}
|
|
317
|
+
wt.delete(this);
|
|
318
|
+
}
|
|
319
|
+
increment() {
|
|
320
|
+
this.#t += 1;
|
|
321
|
+
}
|
|
322
|
+
decrement() {
|
|
323
|
+
this.#t -= 1;
|
|
324
|
+
for (const e of this.#u)
|
|
325
|
+
O(e, C), rt(e);
|
|
326
|
+
for (const e of this.#a)
|
|
327
|
+
O(e, $), rt(e);
|
|
328
|
+
this.flush();
|
|
329
|
+
}
|
|
330
|
+
/** @param {() => void} fn */
|
|
331
|
+
add_callback(e) {
|
|
332
|
+
this.#n.add(e);
|
|
333
|
+
}
|
|
334
|
+
settled() {
|
|
335
|
+
return (this.#l ??= be()).promise;
|
|
336
|
+
}
|
|
337
|
+
static ensure() {
|
|
338
|
+
if (S === null) {
|
|
339
|
+
const e = S = new pt();
|
|
340
|
+
wt.add(S), pt.enqueue(() => {
|
|
341
|
+
S === e && e.flush();
|
|
342
|
+
});
|
|
343
|
+
}
|
|
344
|
+
return S;
|
|
345
|
+
}
|
|
346
|
+
/** @param {() => void} task */
|
|
347
|
+
static enqueue(e) {
|
|
348
|
+
Gt(e);
|
|
349
|
+
}
|
|
350
|
+
apply() {
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
function Or() {
|
|
354
|
+
var t = lt;
|
|
355
|
+
Mt = !0;
|
|
356
|
+
try {
|
|
357
|
+
var e = 0;
|
|
358
|
+
for (le(!0); G.length > 0; ) {
|
|
359
|
+
var r = pt.ensure();
|
|
360
|
+
if (e++ > 1e3) {
|
|
361
|
+
var n, i;
|
|
362
|
+
kr();
|
|
363
|
+
}
|
|
364
|
+
r.process(G), z.clear();
|
|
365
|
+
}
|
|
366
|
+
} finally {
|
|
367
|
+
Mt = !1, le(t), Kt = null;
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
function kr() {
|
|
371
|
+
try {
|
|
372
|
+
gr();
|
|
373
|
+
} catch (t) {
|
|
374
|
+
At(t, Kt);
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
let J = null;
|
|
378
|
+
function ie(t) {
|
|
379
|
+
var e = t.length;
|
|
380
|
+
if (e !== 0) {
|
|
381
|
+
for (var r = 0; r < e; ) {
|
|
382
|
+
var n = t[r++];
|
|
383
|
+
if ((n.f & (at | Z)) === 0 && bt(n) && (J = [], dt(n), n.deps === null && n.first === null && n.nodes_start === null && (n.teardown === null && n.ac === null ? qe(n) : n.fn = null), J?.length > 0)) {
|
|
384
|
+
z.clear();
|
|
385
|
+
for (const i of J)
|
|
386
|
+
dt(i);
|
|
387
|
+
J = [];
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
J = null;
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
function me(t, e) {
|
|
394
|
+
if (t.reactions !== null)
|
|
395
|
+
for (const r of t.reactions) {
|
|
396
|
+
const n = r.f;
|
|
397
|
+
(n & I) !== 0 ? me(
|
|
398
|
+
/** @type {Derived} */
|
|
399
|
+
r,
|
|
400
|
+
e
|
|
401
|
+
) : (n & (Wt | nt)) !== 0 && Oe(r, e) && (O(r, C), rt(
|
|
402
|
+
/** @type {Effect} */
|
|
403
|
+
r
|
|
404
|
+
));
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
function Oe(t, e) {
|
|
408
|
+
if (t.deps !== null) {
|
|
409
|
+
for (const r of t.deps)
|
|
410
|
+
if (e.includes(r) || (r.f & I) !== 0 && Oe(
|
|
411
|
+
/** @type {Derived} */
|
|
412
|
+
r,
|
|
413
|
+
e
|
|
414
|
+
))
|
|
415
|
+
return !0;
|
|
416
|
+
}
|
|
417
|
+
return !1;
|
|
418
|
+
}
|
|
419
|
+
function rt(t) {
|
|
420
|
+
for (var e = Kt = t; e.parent !== null; ) {
|
|
421
|
+
e = e.parent;
|
|
422
|
+
var r = e.f;
|
|
423
|
+
if (Mt && e === d && (r & nt) !== 0)
|
|
424
|
+
return;
|
|
425
|
+
if ((r & (ut | Y)) !== 0) {
|
|
426
|
+
if ((r & m) === 0) return;
|
|
427
|
+
e.f ^= m;
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
G.push(e);
|
|
431
|
+
}
|
|
432
|
+
function ke(t, e, r) {
|
|
433
|
+
const n = gt() ? zt : Pr;
|
|
434
|
+
if (e.length === 0) {
|
|
435
|
+
r(t.map(n));
|
|
436
|
+
return;
|
|
437
|
+
}
|
|
438
|
+
var i = S, f = (
|
|
439
|
+
/** @type {Effect} */
|
|
440
|
+
d
|
|
441
|
+
), s = Nr();
|
|
442
|
+
Promise.all(e.map((a) => /* @__PURE__ */ Ir(a))).then((a) => {
|
|
443
|
+
s();
|
|
444
|
+
try {
|
|
445
|
+
r([...t.map(n), ...a]);
|
|
446
|
+
} catch (l) {
|
|
447
|
+
(f.f & at) === 0 && At(l, f);
|
|
448
|
+
}
|
|
449
|
+
i?.deactivate(), jt();
|
|
450
|
+
}).catch((a) => {
|
|
451
|
+
At(a, f);
|
|
452
|
+
});
|
|
453
|
+
}
|
|
454
|
+
function Nr() {
|
|
455
|
+
var t = d, e = h, r = A, n = S;
|
|
456
|
+
return function() {
|
|
457
|
+
q(t), j(e), yt(r), n?.activate();
|
|
458
|
+
};
|
|
459
|
+
}
|
|
460
|
+
function jt() {
|
|
461
|
+
q(null), j(null), yt(null);
|
|
462
|
+
}
|
|
463
|
+
// @__NO_SIDE_EFFECTS__
|
|
464
|
+
function zt(t) {
|
|
465
|
+
var e = I | C, r = h !== null && (h.f & I) !== 0 ? (
|
|
466
|
+
/** @type {Derived} */
|
|
467
|
+
h
|
|
468
|
+
) : null;
|
|
469
|
+
return d === null || r !== null && (r.f & M) !== 0 ? e |= M : d.f |= Ot, {
|
|
470
|
+
ctx: A,
|
|
471
|
+
deps: null,
|
|
472
|
+
effects: null,
|
|
473
|
+
equals: Ae,
|
|
474
|
+
f: e,
|
|
475
|
+
fn: t,
|
|
476
|
+
reactions: null,
|
|
477
|
+
rv: 0,
|
|
478
|
+
v: (
|
|
479
|
+
/** @type {V} */
|
|
480
|
+
T
|
|
481
|
+
),
|
|
482
|
+
wv: 0,
|
|
483
|
+
parent: r ?? d,
|
|
484
|
+
ac: null
|
|
485
|
+
};
|
|
486
|
+
}
|
|
487
|
+
// @__NO_SIDE_EFFECTS__
|
|
488
|
+
function Ir(t, e) {
|
|
489
|
+
let r = (
|
|
490
|
+
/** @type {Effect | null} */
|
|
491
|
+
d
|
|
492
|
+
);
|
|
493
|
+
r === null && _r();
|
|
494
|
+
var n = (
|
|
495
|
+
/** @type {Boundary} */
|
|
496
|
+
r.b
|
|
497
|
+
), i = (
|
|
498
|
+
/** @type {Promise<V>} */
|
|
499
|
+
/** @type {unknown} */
|
|
500
|
+
void 0
|
|
501
|
+
), f = Xt(
|
|
502
|
+
/** @type {V} */
|
|
503
|
+
T
|
|
504
|
+
), s = !h, a = /* @__PURE__ */ new Map();
|
|
505
|
+
return Ur(() => {
|
|
506
|
+
var l = be();
|
|
507
|
+
i = l.promise;
|
|
508
|
+
try {
|
|
509
|
+
Promise.resolve(t()).then(l.resolve, l.reject).then(jt);
|
|
510
|
+
} catch (v) {
|
|
511
|
+
l.reject(v), jt();
|
|
512
|
+
}
|
|
513
|
+
var u = (
|
|
514
|
+
/** @type {Batch} */
|
|
515
|
+
S
|
|
516
|
+
), o = n.is_pending();
|
|
517
|
+
s && (n.update_pending_count(1), o || (u.increment(), a.get(u)?.reject(ft), a.delete(u), a.set(u, l)));
|
|
518
|
+
const c = (v, _ = void 0) => {
|
|
519
|
+
if (o || u.activate(), _)
|
|
520
|
+
_ !== ft && (f.f |= Q, Dt(f, _));
|
|
521
|
+
else {
|
|
522
|
+
(f.f & Q) !== 0 && (f.f ^= Q), Dt(f, v);
|
|
523
|
+
for (const [p, w] of a) {
|
|
524
|
+
if (a.delete(p), p === u) break;
|
|
525
|
+
w.reject(ft);
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
s && (n.update_pending_count(-1), o || u.decrement());
|
|
529
|
+
};
|
|
530
|
+
l.promise.then(c, (v) => c(null, v || "unknown"));
|
|
531
|
+
}), Qt(() => {
|
|
532
|
+
for (const l of a.values())
|
|
533
|
+
l.reject(ft);
|
|
534
|
+
}), new Promise((l) => {
|
|
535
|
+
function u(o) {
|
|
536
|
+
function c() {
|
|
537
|
+
o === i ? l(f) : u(i);
|
|
538
|
+
}
|
|
539
|
+
o.then(c, c);
|
|
540
|
+
}
|
|
541
|
+
u(i);
|
|
542
|
+
});
|
|
543
|
+
}
|
|
544
|
+
// @__NO_SIDE_EFFECTS__
|
|
545
|
+
function Pr(t) {
|
|
546
|
+
const e = /* @__PURE__ */ zt(t);
|
|
547
|
+
return e.equals = Te, e;
|
|
548
|
+
}
|
|
549
|
+
function Ne(t) {
|
|
550
|
+
var e = t.effects;
|
|
551
|
+
if (e !== null) {
|
|
552
|
+
t.effects = null;
|
|
553
|
+
for (var r = 0; r < e.length; r += 1)
|
|
554
|
+
X(
|
|
555
|
+
/** @type {Effect} */
|
|
556
|
+
e[r]
|
|
557
|
+
);
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
function Rr(t) {
|
|
561
|
+
for (var e = t.parent; e !== null; ) {
|
|
562
|
+
if ((e.f & I) === 0)
|
|
563
|
+
return (
|
|
564
|
+
/** @type {Effect} */
|
|
565
|
+
e
|
|
566
|
+
);
|
|
567
|
+
e = e.parent;
|
|
568
|
+
}
|
|
569
|
+
return null;
|
|
570
|
+
}
|
|
571
|
+
function Zt(t) {
|
|
572
|
+
var e, r = d;
|
|
573
|
+
q(Rr(t));
|
|
574
|
+
try {
|
|
575
|
+
Ne(t), e = We(t);
|
|
576
|
+
} finally {
|
|
577
|
+
q(r);
|
|
578
|
+
}
|
|
579
|
+
return e;
|
|
580
|
+
}
|
|
581
|
+
function Ie(t) {
|
|
582
|
+
var e = Zt(t);
|
|
583
|
+
if (t.equals(e) || (t.v = e, t.wv = $e()), !ot)
|
|
584
|
+
if (F !== null)
|
|
585
|
+
F.set(t, t.v);
|
|
586
|
+
else {
|
|
587
|
+
var r = (K || (t.f & M) !== 0) && t.deps !== null ? $ : m;
|
|
588
|
+
O(t, r);
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
const z = /* @__PURE__ */ new Map();
|
|
592
|
+
function Xt(t, e) {
|
|
593
|
+
var r = {
|
|
594
|
+
f: 0,
|
|
595
|
+
// TODO ideally we could skip this altogether, but it causes type errors
|
|
596
|
+
v: t,
|
|
597
|
+
reactions: null,
|
|
598
|
+
equals: Ae,
|
|
599
|
+
rv: 0,
|
|
600
|
+
wv: 0
|
|
601
|
+
};
|
|
602
|
+
return r;
|
|
603
|
+
}
|
|
604
|
+
// @__NO_SIDE_EFFECTS__
|
|
605
|
+
function W(t, e) {
|
|
606
|
+
const r = Xt(t);
|
|
607
|
+
return Yr(r), r;
|
|
608
|
+
}
|
|
609
|
+
// @__NO_SIDE_EFFECTS__
|
|
610
|
+
function In(t, e = !1, r = !0) {
|
|
611
|
+
const n = Xt(t);
|
|
612
|
+
return e || (n.equals = Te), St && r && A !== null && A.l !== null && (A.l.s ??= []).push(n), n;
|
|
613
|
+
}
|
|
614
|
+
function Pn(t, e) {
|
|
615
|
+
return B(
|
|
616
|
+
t,
|
|
617
|
+
te(() => U(t))
|
|
618
|
+
), e;
|
|
619
|
+
}
|
|
620
|
+
function B(t, e, r = !1) {
|
|
621
|
+
h !== null && // since we are untracking the function inside `$inspect.with` we need to add this check
|
|
622
|
+
// to ensure we error if state is set inside an inspect effect
|
|
623
|
+
(!x || (h.f & re) !== 0) && gt() && (h.f & (I | nt | Wt | re)) !== 0 && !V?.includes(t) && Er();
|
|
624
|
+
let n = r ? _t(e) : e;
|
|
625
|
+
return Dt(t, n);
|
|
626
|
+
}
|
|
627
|
+
function Dt(t, e) {
|
|
628
|
+
if (!t.equals(e)) {
|
|
629
|
+
var r = t.v;
|
|
630
|
+
ot ? z.set(t, e) : z.set(t, r), t.v = e;
|
|
631
|
+
var n = pt.ensure();
|
|
632
|
+
n.capture(t, r), (t.f & I) !== 0 && ((t.f & C) !== 0 && Zt(
|
|
633
|
+
/** @type {Derived} */
|
|
634
|
+
t
|
|
635
|
+
), O(t, (t.f & M) === 0 ? m : $)), t.wv = $e(), Pe(t, C), gt() && d !== null && (d.f & m) !== 0 && (d.f & (Y | ut)) === 0 && (L === null ? $r([t]) : L.push(t));
|
|
636
|
+
}
|
|
637
|
+
return e;
|
|
638
|
+
}
|
|
639
|
+
function Rn(t, e = 1) {
|
|
640
|
+
var r = U(t), n = e === 1 ? r++ : r--;
|
|
641
|
+
return B(t, r), n;
|
|
642
|
+
}
|
|
643
|
+
function Nt(t) {
|
|
644
|
+
B(t, t.v + 1);
|
|
645
|
+
}
|
|
646
|
+
function Pe(t, e) {
|
|
647
|
+
var r = t.reactions;
|
|
648
|
+
if (r !== null)
|
|
649
|
+
for (var n = gt(), i = r.length, f = 0; f < i; f++) {
|
|
650
|
+
var s = r[f], a = s.f;
|
|
651
|
+
if (!(!n && s === d)) {
|
|
652
|
+
var l = (a & C) === 0;
|
|
653
|
+
l && O(s, e), (a & I) !== 0 ? Pe(
|
|
654
|
+
/** @type {Derived} */
|
|
655
|
+
s,
|
|
656
|
+
$
|
|
657
|
+
) : l && ((a & nt) !== 0 && J !== null && J.push(
|
|
658
|
+
/** @type {Effect} */
|
|
659
|
+
s
|
|
660
|
+
), rt(
|
|
661
|
+
/** @type {Effect} */
|
|
662
|
+
s
|
|
663
|
+
));
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
function _t(t) {
|
|
668
|
+
if (typeof t != "object" || t === null || tt in t)
|
|
669
|
+
return t;
|
|
670
|
+
const e = Yt(t);
|
|
671
|
+
if (e !== ur && e !== ar)
|
|
672
|
+
return t;
|
|
673
|
+
var r = /* @__PURE__ */ new Map(), n = Vt(t), i = /* @__PURE__ */ W(0), f = et, s = (a) => {
|
|
674
|
+
if (et === f)
|
|
675
|
+
return a();
|
|
676
|
+
var l = h, u = et;
|
|
677
|
+
j(null), ae(f);
|
|
678
|
+
var o = a();
|
|
679
|
+
return j(l), ae(u), o;
|
|
680
|
+
};
|
|
681
|
+
return n && r.set("length", /* @__PURE__ */ W(
|
|
682
|
+
/** @type {any[]} */
|
|
683
|
+
t.length
|
|
684
|
+
)), new Proxy(
|
|
685
|
+
/** @type {any} */
|
|
686
|
+
t,
|
|
687
|
+
{
|
|
688
|
+
defineProperty(a, l, u) {
|
|
689
|
+
(!("value" in u) || u.configurable === !1 || u.enumerable === !1 || u.writable === !1) && br();
|
|
690
|
+
var o = r.get(l);
|
|
691
|
+
return o === void 0 ? o = s(() => {
|
|
692
|
+
var c = /* @__PURE__ */ W(u.value);
|
|
693
|
+
return r.set(l, c), c;
|
|
694
|
+
}) : B(o, u.value, !0), !0;
|
|
695
|
+
},
|
|
696
|
+
deleteProperty(a, l) {
|
|
697
|
+
var u = r.get(l);
|
|
698
|
+
if (u === void 0) {
|
|
699
|
+
if (l in a) {
|
|
700
|
+
const o = s(() => /* @__PURE__ */ W(T));
|
|
701
|
+
r.set(l, o), Nt(i);
|
|
702
|
+
}
|
|
703
|
+
} else
|
|
704
|
+
B(u, T), Nt(i);
|
|
705
|
+
return !0;
|
|
706
|
+
},
|
|
707
|
+
get(a, l, u) {
|
|
708
|
+
if (l === tt)
|
|
709
|
+
return t;
|
|
710
|
+
var o = r.get(l), c = l in a;
|
|
711
|
+
if (o === void 0 && (!c || kt(a, l)?.writable) && (o = s(() => {
|
|
712
|
+
var _ = _t(c ? a[l] : T), p = /* @__PURE__ */ W(_);
|
|
713
|
+
return p;
|
|
714
|
+
}), r.set(l, o)), o !== void 0) {
|
|
715
|
+
var v = U(o);
|
|
716
|
+
return v === T ? void 0 : v;
|
|
717
|
+
}
|
|
718
|
+
return Reflect.get(a, l, u);
|
|
719
|
+
},
|
|
720
|
+
getOwnPropertyDescriptor(a, l) {
|
|
721
|
+
var u = Reflect.getOwnPropertyDescriptor(a, l);
|
|
722
|
+
if (u && "value" in u) {
|
|
723
|
+
var o = r.get(l);
|
|
724
|
+
o && (u.value = U(o));
|
|
725
|
+
} else if (u === void 0) {
|
|
726
|
+
var c = r.get(l), v = c?.v;
|
|
727
|
+
if (c !== void 0 && v !== T)
|
|
728
|
+
return {
|
|
729
|
+
enumerable: !0,
|
|
730
|
+
configurable: !0,
|
|
731
|
+
value: v,
|
|
732
|
+
writable: !0
|
|
733
|
+
};
|
|
734
|
+
}
|
|
735
|
+
return u;
|
|
736
|
+
},
|
|
737
|
+
has(a, l) {
|
|
738
|
+
if (l === tt)
|
|
739
|
+
return !0;
|
|
740
|
+
var u = r.get(l), o = u !== void 0 && u.v !== T || Reflect.has(a, l);
|
|
741
|
+
if (u !== void 0 || d !== null && (!o || kt(a, l)?.writable)) {
|
|
742
|
+
u === void 0 && (u = s(() => {
|
|
743
|
+
var v = o ? _t(a[l]) : T, _ = /* @__PURE__ */ W(v);
|
|
744
|
+
return _;
|
|
745
|
+
}), r.set(l, u));
|
|
746
|
+
var c = U(u);
|
|
747
|
+
if (c === T)
|
|
748
|
+
return !1;
|
|
749
|
+
}
|
|
750
|
+
return o;
|
|
751
|
+
},
|
|
752
|
+
set(a, l, u, o) {
|
|
753
|
+
var c = r.get(l), v = l in a;
|
|
754
|
+
if (n && l === "length")
|
|
755
|
+
for (var _ = u; _ < /** @type {Source<number>} */
|
|
756
|
+
c.v; _ += 1) {
|
|
757
|
+
var p = r.get(_ + "");
|
|
758
|
+
p !== void 0 ? B(p, T) : _ in a && (p = s(() => /* @__PURE__ */ W(T)), r.set(_ + "", p));
|
|
759
|
+
}
|
|
760
|
+
if (c === void 0)
|
|
761
|
+
(!v || kt(a, l)?.writable) && (c = s(() => /* @__PURE__ */ W(void 0)), B(c, _t(u)), r.set(l, c));
|
|
762
|
+
else {
|
|
763
|
+
v = c.v !== T;
|
|
764
|
+
var w = s(() => _t(u));
|
|
765
|
+
B(c, w);
|
|
766
|
+
}
|
|
767
|
+
var E = Reflect.getOwnPropertyDescriptor(a, l);
|
|
768
|
+
if (E?.set && E.set.call(o, u), !v) {
|
|
769
|
+
if (n && typeof l == "string") {
|
|
770
|
+
var y = (
|
|
771
|
+
/** @type {Source<number>} */
|
|
772
|
+
r.get("length")
|
|
773
|
+
), D = Number(l);
|
|
774
|
+
Number.isInteger(D) && D >= y.v && B(y, D + 1);
|
|
775
|
+
}
|
|
776
|
+
Nt(i);
|
|
777
|
+
}
|
|
778
|
+
return !0;
|
|
779
|
+
},
|
|
780
|
+
ownKeys(a) {
|
|
781
|
+
U(i);
|
|
782
|
+
var l = Reflect.ownKeys(a).filter((c) => {
|
|
783
|
+
var v = r.get(c);
|
|
784
|
+
return v === void 0 || v.v !== T;
|
|
785
|
+
});
|
|
786
|
+
for (var [u, o] of r)
|
|
787
|
+
o.v !== T && !(u in a) && l.push(u);
|
|
788
|
+
return l;
|
|
789
|
+
},
|
|
790
|
+
setPrototypeOf() {
|
|
791
|
+
wr();
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
);
|
|
795
|
+
}
|
|
796
|
+
function fe(t) {
|
|
797
|
+
try {
|
|
798
|
+
if (t !== null && typeof t == "object" && tt in t)
|
|
799
|
+
return t[tt];
|
|
800
|
+
} catch {
|
|
801
|
+
}
|
|
802
|
+
return t;
|
|
803
|
+
}
|
|
804
|
+
function Cr(t, e) {
|
|
805
|
+
return Object.is(fe(t), fe(e));
|
|
806
|
+
}
|
|
807
|
+
var Lr, Mr, jr;
|
|
808
|
+
function Cn(t = "") {
|
|
809
|
+
return document.createTextNode(t);
|
|
810
|
+
}
|
|
811
|
+
// @__NO_SIDE_EFFECTS__
|
|
812
|
+
function Ft(t) {
|
|
813
|
+
return Mr.call(t);
|
|
814
|
+
}
|
|
815
|
+
// @__NO_SIDE_EFFECTS__
|
|
816
|
+
function Re(t) {
|
|
817
|
+
return jr.call(t);
|
|
818
|
+
}
|
|
819
|
+
function Ln(t, e) {
|
|
820
|
+
return /* @__PURE__ */ Ft(t);
|
|
821
|
+
}
|
|
822
|
+
function Mn(t, e = 1, r = !1) {
|
|
823
|
+
let n = t;
|
|
824
|
+
for (; e--; )
|
|
825
|
+
n = /** @type {TemplateNode} */
|
|
826
|
+
/* @__PURE__ */ Re(n);
|
|
827
|
+
return n;
|
|
828
|
+
}
|
|
829
|
+
function jn(t) {
|
|
830
|
+
t.textContent = "";
|
|
831
|
+
}
|
|
832
|
+
function Dn() {
|
|
833
|
+
return !1;
|
|
834
|
+
}
|
|
835
|
+
function Dr(t, e) {
|
|
836
|
+
if (e) {
|
|
837
|
+
const r = document.body;
|
|
838
|
+
t.autofocus = !0, Gt(() => {
|
|
839
|
+
document.activeElement === r && t.focus();
|
|
840
|
+
});
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
function Jt(t) {
|
|
844
|
+
var e = h, r = d;
|
|
845
|
+
j(null), q(null);
|
|
846
|
+
try {
|
|
847
|
+
return t();
|
|
848
|
+
} finally {
|
|
849
|
+
j(e), q(r);
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
function Ce(t) {
|
|
853
|
+
d === null && h === null && dr(), h !== null && (h.f & M) !== 0 && d === null && hr(), ot && pr();
|
|
854
|
+
}
|
|
855
|
+
function Fr(t, e) {
|
|
856
|
+
var r = e.last;
|
|
857
|
+
r === null ? e.last = e.first = t : (r.next = t, t.prev = r, e.last = t);
|
|
858
|
+
}
|
|
859
|
+
function H(t, e, r, n = !0) {
|
|
860
|
+
var i = d;
|
|
861
|
+
i !== null && (i.f & Z) !== 0 && (t |= Z);
|
|
862
|
+
var f = {
|
|
863
|
+
ctx: A,
|
|
864
|
+
deps: null,
|
|
865
|
+
nodes_start: null,
|
|
866
|
+
nodes_end: null,
|
|
867
|
+
f: t | C,
|
|
868
|
+
first: null,
|
|
869
|
+
fn: e,
|
|
870
|
+
last: null,
|
|
871
|
+
next: null,
|
|
872
|
+
parent: i,
|
|
873
|
+
b: i && i.b,
|
|
874
|
+
prev: null,
|
|
875
|
+
teardown: null,
|
|
876
|
+
transitions: null,
|
|
877
|
+
wv: 0,
|
|
878
|
+
ac: null
|
|
879
|
+
};
|
|
880
|
+
if (r)
|
|
881
|
+
try {
|
|
882
|
+
dt(f), f.f |= Ht;
|
|
883
|
+
} catch (l) {
|
|
884
|
+
throw X(f), l;
|
|
885
|
+
}
|
|
886
|
+
else e !== null && rt(f);
|
|
887
|
+
if (n) {
|
|
888
|
+
var s = f;
|
|
889
|
+
if (r && s.deps === null && s.teardown === null && s.nodes_start === null && s.first === s.last && // either `null`, or a singular child
|
|
890
|
+
(s.f & Ot) === 0 && (s = s.first), s !== null && (s.parent = i, i !== null && Fr(s, i), h !== null && (h.f & I) !== 0 && (t & ut) === 0)) {
|
|
891
|
+
var a = (
|
|
892
|
+
/** @type {Derived} */
|
|
893
|
+
h
|
|
894
|
+
);
|
|
895
|
+
(a.effects ??= []).push(s);
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
return f;
|
|
899
|
+
}
|
|
900
|
+
function Qt(t) {
|
|
901
|
+
const e = H(mt, null, !1);
|
|
902
|
+
return O(e, m), e.teardown = t, e;
|
|
903
|
+
}
|
|
904
|
+
function se(t) {
|
|
905
|
+
Ce();
|
|
906
|
+
var e = (
|
|
907
|
+
/** @type {Effect} */
|
|
908
|
+
d.f
|
|
909
|
+
), r = !h && (e & Y) !== 0 && (e & Ht) === 0;
|
|
910
|
+
if (r) {
|
|
911
|
+
var n = (
|
|
912
|
+
/** @type {ComponentContext} */
|
|
913
|
+
A
|
|
914
|
+
);
|
|
915
|
+
(n.e ??= []).push(t);
|
|
916
|
+
} else
|
|
917
|
+
return Le(t);
|
|
918
|
+
}
|
|
919
|
+
function Le(t) {
|
|
920
|
+
return H($t | ye, t, !1);
|
|
921
|
+
}
|
|
922
|
+
function xr(t) {
|
|
923
|
+
return Ce(), H(mt | ye, t, !0);
|
|
924
|
+
}
|
|
925
|
+
function Me(t) {
|
|
926
|
+
return H($t, t, !1);
|
|
927
|
+
}
|
|
928
|
+
function Fn(t, e) {
|
|
929
|
+
var r = (
|
|
930
|
+
/** @type {ComponentContextLegacy} */
|
|
931
|
+
A
|
|
932
|
+
), n = { effect: null, ran: !1, deps: t };
|
|
933
|
+
r.l.$.push(n), n.effect = je(() => {
|
|
934
|
+
t(), !n.ran && (n.ran = !0, te(e));
|
|
935
|
+
});
|
|
936
|
+
}
|
|
937
|
+
function xn() {
|
|
938
|
+
var t = (
|
|
939
|
+
/** @type {ComponentContextLegacy} */
|
|
940
|
+
A
|
|
941
|
+
);
|
|
942
|
+
je(() => {
|
|
943
|
+
for (var e of t.l.$) {
|
|
944
|
+
e.deps();
|
|
945
|
+
var r = e.effect;
|
|
946
|
+
(r.f & m) !== 0 && O(r, $), bt(r) && dt(r), e.ran = !1;
|
|
947
|
+
}
|
|
948
|
+
});
|
|
949
|
+
}
|
|
950
|
+
function Ur(t) {
|
|
951
|
+
return H(Wt | Ot, t, !0);
|
|
952
|
+
}
|
|
953
|
+
function je(t, e = 0) {
|
|
954
|
+
return H(mt | e, t, !0);
|
|
955
|
+
}
|
|
956
|
+
function Un(t, e = [], r = []) {
|
|
957
|
+
ke(e, r, (n) => {
|
|
958
|
+
H(mt, () => t(...n.map(U)), !0);
|
|
959
|
+
});
|
|
960
|
+
}
|
|
961
|
+
function De(t, e = 0) {
|
|
962
|
+
var r = H(nt | e, t, !0);
|
|
963
|
+
return r;
|
|
964
|
+
}
|
|
965
|
+
function Fe(t, e = !0) {
|
|
966
|
+
return H(Y | Ot, t, !0, e);
|
|
967
|
+
}
|
|
968
|
+
function xe(t) {
|
|
969
|
+
var e = t.teardown;
|
|
970
|
+
if (e !== null) {
|
|
971
|
+
const r = ot, n = h;
|
|
972
|
+
ue(!0), j(null);
|
|
973
|
+
try {
|
|
974
|
+
e.call(null);
|
|
975
|
+
} finally {
|
|
976
|
+
ue(r), j(n);
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
function Ue(t, e = !1) {
|
|
981
|
+
var r = t.first;
|
|
982
|
+
for (t.first = t.last = null; r !== null; ) {
|
|
983
|
+
const i = r.ac;
|
|
984
|
+
i !== null && Jt(() => {
|
|
985
|
+
i.abort(ft);
|
|
986
|
+
});
|
|
987
|
+
var n = r.next;
|
|
988
|
+
(r.f & ut) !== 0 ? r.parent = null : X(r, e), r = n;
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
function qr(t) {
|
|
992
|
+
for (var e = t.first; e !== null; ) {
|
|
993
|
+
var r = e.next;
|
|
994
|
+
(e.f & Y) === 0 && X(e), e = r;
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
function X(t, e = !0) {
|
|
998
|
+
var r = !1;
|
|
999
|
+
(e || (t.f & cr) !== 0) && t.nodes_start !== null && t.nodes_end !== null && (Br(
|
|
1000
|
+
t.nodes_start,
|
|
1001
|
+
/** @type {TemplateNode} */
|
|
1002
|
+
t.nodes_end
|
|
1003
|
+
), r = !0), Ue(t, e && !r), Tt(t, 0), O(t, at);
|
|
1004
|
+
var n = t.transitions;
|
|
1005
|
+
if (n !== null)
|
|
1006
|
+
for (const f of n)
|
|
1007
|
+
f.stop();
|
|
1008
|
+
xe(t);
|
|
1009
|
+
var i = t.parent;
|
|
1010
|
+
i !== null && i.first !== null && qe(t), t.next = t.prev = t.teardown = t.ctx = t.deps = t.fn = t.nodes_start = t.nodes_end = t.ac = null;
|
|
1011
|
+
}
|
|
1012
|
+
function Br(t, e) {
|
|
1013
|
+
for (; t !== null; ) {
|
|
1014
|
+
var r = t === e ? null : (
|
|
1015
|
+
/** @type {TemplateNode} */
|
|
1016
|
+
/* @__PURE__ */ Re(t)
|
|
1017
|
+
);
|
|
1018
|
+
t.remove(), t = r;
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
function qe(t) {
|
|
1022
|
+
var e = t.parent, r = t.prev, n = t.next;
|
|
1023
|
+
r !== null && (r.next = n), n !== null && (n.prev = r), e !== null && (e.first === t && (e.first = n), e.last === t && (e.last = r));
|
|
1024
|
+
}
|
|
1025
|
+
function qn(t, e) {
|
|
1026
|
+
var r = [];
|
|
1027
|
+
Be(t, r, !0), Vr(r, () => {
|
|
1028
|
+
X(t), e && e();
|
|
1029
|
+
});
|
|
1030
|
+
}
|
|
1031
|
+
function Vr(t, e) {
|
|
1032
|
+
var r = t.length;
|
|
1033
|
+
if (r > 0) {
|
|
1034
|
+
var n = () => --r || e();
|
|
1035
|
+
for (var i of t)
|
|
1036
|
+
i.out(n);
|
|
1037
|
+
} else
|
|
1038
|
+
e();
|
|
1039
|
+
}
|
|
1040
|
+
function Be(t, e, r) {
|
|
1041
|
+
if ((t.f & Z) === 0) {
|
|
1042
|
+
if (t.f ^= Z, t.transitions !== null)
|
|
1043
|
+
for (const s of t.transitions)
|
|
1044
|
+
(s.is_global || r) && e.push(s);
|
|
1045
|
+
for (var n = t.first; n !== null; ) {
|
|
1046
|
+
var i = n.next, f = (n.f & Ee) !== 0 || (n.f & Y) !== 0;
|
|
1047
|
+
Be(n, e, f ? r : !1), n = i;
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
function Bn(t) {
|
|
1052
|
+
Ve(t, !0);
|
|
1053
|
+
}
|
|
1054
|
+
function Ve(t, e) {
|
|
1055
|
+
if ((t.f & Z) !== 0) {
|
|
1056
|
+
t.f ^= Z, (t.f & m) === 0 && (O(t, C), rt(t));
|
|
1057
|
+
for (var r = t.first; r !== null; ) {
|
|
1058
|
+
var n = r.next, i = (r.f & Ee) !== 0 || (r.f & Y) !== 0;
|
|
1059
|
+
Ve(r, i ? e : !1), r = n;
|
|
1060
|
+
}
|
|
1061
|
+
if (t.transitions !== null)
|
|
1062
|
+
for (const f of t.transitions)
|
|
1063
|
+
(f.is_global || e) && f.in();
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
let lt = !1;
|
|
1067
|
+
function le(t) {
|
|
1068
|
+
lt = t;
|
|
1069
|
+
}
|
|
1070
|
+
let ot = !1;
|
|
1071
|
+
function ue(t) {
|
|
1072
|
+
ot = t;
|
|
1073
|
+
}
|
|
1074
|
+
let h = null, x = !1;
|
|
1075
|
+
function j(t) {
|
|
1076
|
+
h = t;
|
|
1077
|
+
}
|
|
1078
|
+
let d = null;
|
|
1079
|
+
function q(t) {
|
|
1080
|
+
d = t;
|
|
1081
|
+
}
|
|
1082
|
+
let V = null;
|
|
1083
|
+
function Yr(t) {
|
|
1084
|
+
h !== null && (V === null ? V = [t] : V.push(t));
|
|
1085
|
+
}
|
|
1086
|
+
let N = null, R = 0, L = null;
|
|
1087
|
+
function $r(t) {
|
|
1088
|
+
L = t;
|
|
1089
|
+
}
|
|
1090
|
+
let Ye = 1, ht = 0, et = ht;
|
|
1091
|
+
function ae(t) {
|
|
1092
|
+
et = t;
|
|
1093
|
+
}
|
|
1094
|
+
let K = !1;
|
|
1095
|
+
function $e() {
|
|
1096
|
+
return ++Ye;
|
|
1097
|
+
}
|
|
1098
|
+
function bt(t) {
|
|
1099
|
+
var e = t.f;
|
|
1100
|
+
if ((e & C) !== 0)
|
|
1101
|
+
return !0;
|
|
1102
|
+
if ((e & $) !== 0) {
|
|
1103
|
+
var r = t.deps, n = (e & M) !== 0;
|
|
1104
|
+
if (r !== null) {
|
|
1105
|
+
var i, f, s = (e & Et) !== 0, a = n && d !== null && !K, l = r.length;
|
|
1106
|
+
if ((s || a) && (d === null || (d.f & at) === 0)) {
|
|
1107
|
+
var u = (
|
|
1108
|
+
/** @type {Derived} */
|
|
1109
|
+
t
|
|
1110
|
+
), o = u.parent;
|
|
1111
|
+
for (i = 0; i < l; i++)
|
|
1112
|
+
f = r[i], (s || !f?.reactions?.includes(u)) && (f.reactions ??= []).push(u);
|
|
1113
|
+
s && (u.f ^= Et), a && o !== null && (o.f & M) === 0 && (u.f ^= M);
|
|
1114
|
+
}
|
|
1115
|
+
for (i = 0; i < l; i++)
|
|
1116
|
+
if (f = r[i], bt(
|
|
1117
|
+
/** @type {Derived} */
|
|
1118
|
+
f
|
|
1119
|
+
) && Ie(
|
|
1120
|
+
/** @type {Derived} */
|
|
1121
|
+
f
|
|
1122
|
+
), f.wv > t.wv)
|
|
1123
|
+
return !0;
|
|
1124
|
+
}
|
|
1125
|
+
(!n || d !== null && !K) && O(t, m);
|
|
1126
|
+
}
|
|
1127
|
+
return !1;
|
|
1128
|
+
}
|
|
1129
|
+
function He(t, e, r = !0) {
|
|
1130
|
+
var n = t.reactions;
|
|
1131
|
+
if (n !== null && !V?.includes(t))
|
|
1132
|
+
for (var i = 0; i < n.length; i++) {
|
|
1133
|
+
var f = n[i];
|
|
1134
|
+
(f.f & I) !== 0 ? He(
|
|
1135
|
+
/** @type {Derived} */
|
|
1136
|
+
f,
|
|
1137
|
+
e,
|
|
1138
|
+
!1
|
|
1139
|
+
) : e === f && (r ? O(f, C) : (f.f & m) !== 0 && O(f, $), rt(
|
|
1140
|
+
/** @type {Effect} */
|
|
1141
|
+
f
|
|
1142
|
+
));
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
function We(t) {
|
|
1146
|
+
var e = N, r = R, n = L, i = h, f = K, s = V, a = A, l = x, u = et, o = t.f;
|
|
1147
|
+
N = /** @type {null | Value[]} */
|
|
1148
|
+
null, R = 0, L = null, K = (o & M) !== 0 && (x || !lt || h === null), h = (o & (Y | ut)) === 0 ? t : null, V = null, yt(t.ctx), x = !1, et = ++ht, t.ac !== null && (Jt(() => {
|
|
1149
|
+
t.ac.abort(ft);
|
|
1150
|
+
}), t.ac = null);
|
|
1151
|
+
try {
|
|
1152
|
+
t.f |= Lt;
|
|
1153
|
+
var c = (
|
|
1154
|
+
/** @type {Function} */
|
|
1155
|
+
t.fn
|
|
1156
|
+
), v = c(), _ = t.deps;
|
|
1157
|
+
if (N !== null) {
|
|
1158
|
+
var p;
|
|
1159
|
+
if (Tt(t, R), _ !== null && R > 0)
|
|
1160
|
+
for (_.length = R + N.length, p = 0; p < N.length; p++)
|
|
1161
|
+
_[R + p] = N[p];
|
|
1162
|
+
else
|
|
1163
|
+
t.deps = _ = N;
|
|
1164
|
+
if (!K || // Deriveds that already have reactions can cleanup, so we still add them as reactions
|
|
1165
|
+
(o & I) !== 0 && /** @type {import('#client').Derived} */
|
|
1166
|
+
t.reactions !== null)
|
|
1167
|
+
for (p = R; p < _.length; p++)
|
|
1168
|
+
(_[p].reactions ??= []).push(t);
|
|
1169
|
+
} else _ !== null && R < _.length && (Tt(t, R), _.length = R);
|
|
1170
|
+
if (gt() && L !== null && !x && _ !== null && (t.f & (I | $ | C)) === 0)
|
|
1171
|
+
for (p = 0; p < /** @type {Source[]} */
|
|
1172
|
+
L.length; p++)
|
|
1173
|
+
He(
|
|
1174
|
+
L[p],
|
|
1175
|
+
/** @type {Effect} */
|
|
1176
|
+
t
|
|
1177
|
+
);
|
|
1178
|
+
return i !== null && i !== t && (ht++, L !== null && (n === null ? n = L : n.push(.../** @type {Source[]} */
|
|
1179
|
+
L))), (t.f & Q) !== 0 && (t.f ^= Q), v;
|
|
1180
|
+
} catch (w) {
|
|
1181
|
+
return mr(w);
|
|
1182
|
+
} finally {
|
|
1183
|
+
t.f ^= Lt, N = e, R = r, L = n, h = i, K = f, V = s, yt(a), x = l, et = u;
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
function Hr(t, e) {
|
|
1187
|
+
let r = e.reactions;
|
|
1188
|
+
if (r !== null) {
|
|
1189
|
+
var n = lr.call(r, t);
|
|
1190
|
+
if (n !== -1) {
|
|
1191
|
+
var i = r.length - 1;
|
|
1192
|
+
i === 0 ? r = e.reactions = null : (r[n] = r[i], r.pop());
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
r === null && (e.f & I) !== 0 && // Destroying a child effect while updating a parent effect can cause a dependency to appear
|
|
1196
|
+
// to be unused, when in fact it is used by the currently-updating parent. Checking `new_deps`
|
|
1197
|
+
// allows us to skip the expensive work of disconnecting and immediately reconnecting it
|
|
1198
|
+
(N === null || !N.includes(e)) && (O(e, $), (e.f & (M | Et)) === 0 && (e.f ^= Et), Ne(
|
|
1199
|
+
/** @type {Derived} **/
|
|
1200
|
+
e
|
|
1201
|
+
), Tt(
|
|
1202
|
+
/** @type {Derived} **/
|
|
1203
|
+
e,
|
|
1204
|
+
0
|
|
1205
|
+
));
|
|
1206
|
+
}
|
|
1207
|
+
function Tt(t, e) {
|
|
1208
|
+
var r = t.deps;
|
|
1209
|
+
if (r !== null)
|
|
1210
|
+
for (var n = e; n < r.length; n++)
|
|
1211
|
+
Hr(t, r[n]);
|
|
1212
|
+
}
|
|
1213
|
+
function dt(t) {
|
|
1214
|
+
var e = t.f;
|
|
1215
|
+
if ((e & at) === 0) {
|
|
1216
|
+
O(t, m);
|
|
1217
|
+
var r = d, n = lt;
|
|
1218
|
+
d = t, lt = !0;
|
|
1219
|
+
try {
|
|
1220
|
+
(e & nt) !== 0 ? qr(t) : Ue(t), xe(t);
|
|
1221
|
+
var i = We(t);
|
|
1222
|
+
t.teardown = typeof i == "function" ? i : null, t.wv = Ye;
|
|
1223
|
+
var f;
|
|
1224
|
+
de && er && (t.f & C) !== 0 && t.deps;
|
|
1225
|
+
} finally {
|
|
1226
|
+
lt = n, d = r;
|
|
1227
|
+
}
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
function U(t) {
|
|
1231
|
+
var e = t.f, r = (e & I) !== 0;
|
|
1232
|
+
if (h !== null && !x) {
|
|
1233
|
+
var n = d !== null && (d.f & at) !== 0;
|
|
1234
|
+
if (!n && !V?.includes(t)) {
|
|
1235
|
+
var i = h.deps;
|
|
1236
|
+
if ((h.f & Lt) !== 0)
|
|
1237
|
+
t.rv < ht && (t.rv = ht, N === null && i !== null && i[R] === t ? R++ : N === null ? N = [t] : (!K || !N.includes(t)) && N.push(t));
|
|
1238
|
+
else {
|
|
1239
|
+
(h.deps ??= []).push(t);
|
|
1240
|
+
var f = t.reactions;
|
|
1241
|
+
f === null ? t.reactions = [h] : f.includes(h) || f.push(h);
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
} else if (r && /** @type {Derived} */
|
|
1245
|
+
t.deps === null && /** @type {Derived} */
|
|
1246
|
+
t.effects === null) {
|
|
1247
|
+
var s = (
|
|
1248
|
+
/** @type {Derived} */
|
|
1249
|
+
t
|
|
1250
|
+
), a = s.parent;
|
|
1251
|
+
a !== null && (a.f & M) === 0 && (s.f ^= M);
|
|
1252
|
+
}
|
|
1253
|
+
if (ot) {
|
|
1254
|
+
if (z.has(t))
|
|
1255
|
+
return z.get(t);
|
|
1256
|
+
if (r) {
|
|
1257
|
+
s = /** @type {Derived} */
|
|
1258
|
+
t;
|
|
1259
|
+
var l = s.v;
|
|
1260
|
+
return ((s.f & m) === 0 && s.reactions !== null || Ge(s)) && (l = Zt(s)), z.set(s, l), l;
|
|
1261
|
+
}
|
|
1262
|
+
} else if (r) {
|
|
1263
|
+
if (s = /** @type {Derived} */
|
|
1264
|
+
t, F?.has(s))
|
|
1265
|
+
return F.get(s);
|
|
1266
|
+
bt(s) && Ie(s);
|
|
1267
|
+
}
|
|
1268
|
+
if (F?.has(t))
|
|
1269
|
+
return F.get(t);
|
|
1270
|
+
if ((t.f & Q) !== 0)
|
|
1271
|
+
throw t.v;
|
|
1272
|
+
return t.v;
|
|
1273
|
+
}
|
|
1274
|
+
function Ge(t) {
|
|
1275
|
+
if (t.v === T) return !0;
|
|
1276
|
+
if (t.deps === null) return !1;
|
|
1277
|
+
for (const e of t.deps)
|
|
1278
|
+
if (z.has(e) || (e.f & I) !== 0 && Ge(
|
|
1279
|
+
/** @type {Derived} */
|
|
1280
|
+
e
|
|
1281
|
+
))
|
|
1282
|
+
return !0;
|
|
1283
|
+
return !1;
|
|
1284
|
+
}
|
|
1285
|
+
function te(t) {
|
|
1286
|
+
var e = x;
|
|
1287
|
+
try {
|
|
1288
|
+
return x = !0, t();
|
|
1289
|
+
} finally {
|
|
1290
|
+
x = e;
|
|
1291
|
+
}
|
|
1292
|
+
}
|
|
1293
|
+
const Wr = -7169;
|
|
1294
|
+
function O(t, e) {
|
|
1295
|
+
t.f = t.f & Wr | e;
|
|
1296
|
+
}
|
|
1297
|
+
function Gr(t) {
|
|
1298
|
+
if (!(typeof t != "object" || !t || t instanceof EventTarget)) {
|
|
1299
|
+
if (tt in t)
|
|
1300
|
+
xt(t);
|
|
1301
|
+
else if (!Array.isArray(t))
|
|
1302
|
+
for (let e in t) {
|
|
1303
|
+
const r = t[e];
|
|
1304
|
+
typeof r == "object" && r && tt in r && xt(r);
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
function xt(t, e = /* @__PURE__ */ new Set()) {
|
|
1309
|
+
if (typeof t == "object" && t !== null && // We don't want to traverse DOM elements
|
|
1310
|
+
!(t instanceof EventTarget) && !e.has(t)) {
|
|
1311
|
+
e.add(t), t instanceof Date && t.getTime();
|
|
1312
|
+
for (let n in t)
|
|
1313
|
+
try {
|
|
1314
|
+
xt(t[n], e);
|
|
1315
|
+
} catch {
|
|
1316
|
+
}
|
|
1317
|
+
const r = Yt(t);
|
|
1318
|
+
if (r !== Object.prototype && r !== Array.prototype && r !== Map.prototype && r !== Set.prototype && r !== Date.prototype) {
|
|
1319
|
+
const n = ge(r);
|
|
1320
|
+
for (let i in n) {
|
|
1321
|
+
const f = n[i].get;
|
|
1322
|
+
if (f)
|
|
1323
|
+
try {
|
|
1324
|
+
f.call(t);
|
|
1325
|
+
} catch {
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
const Kr = /* @__PURE__ */ new Set(), zr = /* @__PURE__ */ new Set();
|
|
1332
|
+
function Ke(t, e, r, n = {}) {
|
|
1333
|
+
function i(f) {
|
|
1334
|
+
if (n.capture || Xr.call(e, f), !f.cancelBubble)
|
|
1335
|
+
return Jt(() => r?.call(this, f));
|
|
1336
|
+
}
|
|
1337
|
+
return t.startsWith("pointer") || t.startsWith("touch") || t === "wheel" ? Gt(() => {
|
|
1338
|
+
e.addEventListener(t, i, n);
|
|
1339
|
+
}) : e.addEventListener(t, i, n), i;
|
|
1340
|
+
}
|
|
1341
|
+
function Vn(t, e, r, n, i) {
|
|
1342
|
+
var f = { capture: n, passive: i }, s = Ke(t, e, r, f);
|
|
1343
|
+
(e === document.body || // @ts-ignore
|
|
1344
|
+
e === window || // @ts-ignore
|
|
1345
|
+
e === document || // Firefox has quirky behavior, it can happen that we still get "canplay" events when the element is already removed
|
|
1346
|
+
e instanceof HTMLMediaElement) && Qt(() => {
|
|
1347
|
+
e.removeEventListener(t, s, f);
|
|
1348
|
+
});
|
|
1349
|
+
}
|
|
1350
|
+
function Zr(t) {
|
|
1351
|
+
for (var e = 0; e < t.length; e++)
|
|
1352
|
+
Kr.add(t[e]);
|
|
1353
|
+
for (var r of zr)
|
|
1354
|
+
r(t);
|
|
1355
|
+
}
|
|
1356
|
+
let oe = null;
|
|
1357
|
+
function Xr(t) {
|
|
1358
|
+
var e = this, r = (
|
|
1359
|
+
/** @type {Node} */
|
|
1360
|
+
e.ownerDocument
|
|
1361
|
+
), n = t.type, i = t.composedPath?.() || [], f = (
|
|
1362
|
+
/** @type {null | Element} */
|
|
1363
|
+
i[0] || t.target
|
|
1364
|
+
);
|
|
1365
|
+
oe = t;
|
|
1366
|
+
var s = 0, a = oe === t && t.__root;
|
|
1367
|
+
if (a) {
|
|
1368
|
+
var l = i.indexOf(a);
|
|
1369
|
+
if (l !== -1 && (e === document || e === /** @type {any} */
|
|
1370
|
+
window)) {
|
|
1371
|
+
t.__root = e;
|
|
1372
|
+
return;
|
|
1373
|
+
}
|
|
1374
|
+
var u = i.indexOf(e);
|
|
1375
|
+
if (u === -1)
|
|
1376
|
+
return;
|
|
1377
|
+
l <= u && (s = l);
|
|
1378
|
+
}
|
|
1379
|
+
if (f = /** @type {Element} */
|
|
1380
|
+
i[s] || t.target, f !== e) {
|
|
1381
|
+
Rt(t, "currentTarget", {
|
|
1382
|
+
configurable: !0,
|
|
1383
|
+
get() {
|
|
1384
|
+
return f || r;
|
|
1385
|
+
}
|
|
1386
|
+
});
|
|
1387
|
+
var o = h, c = d;
|
|
1388
|
+
j(null), q(null);
|
|
1389
|
+
try {
|
|
1390
|
+
for (var v, _ = []; f !== null; ) {
|
|
1391
|
+
var p = f.assignedSlot || f.parentNode || /** @type {any} */
|
|
1392
|
+
f.host || null;
|
|
1393
|
+
try {
|
|
1394
|
+
var w = f["__" + n];
|
|
1395
|
+
if (w != null && (!/** @type {any} */
|
|
1396
|
+
f.disabled || // DOM could've been updated already by the time this is reached, so we check this as well
|
|
1397
|
+
// -> the target could not have been disabled because it emits the event in the first place
|
|
1398
|
+
t.target === f))
|
|
1399
|
+
if (Vt(w)) {
|
|
1400
|
+
var [E, ...y] = w;
|
|
1401
|
+
E.apply(f, [t, ...y]);
|
|
1402
|
+
} else
|
|
1403
|
+
w.call(f, t);
|
|
1404
|
+
} catch (D) {
|
|
1405
|
+
v ? _.push(D) : v = D;
|
|
1406
|
+
}
|
|
1407
|
+
if (t.cancelBubble || p === e || p === null)
|
|
1408
|
+
break;
|
|
1409
|
+
f = p;
|
|
1410
|
+
}
|
|
1411
|
+
if (v) {
|
|
1412
|
+
for (let D of _)
|
|
1413
|
+
queueMicrotask(() => {
|
|
1414
|
+
throw D;
|
|
1415
|
+
});
|
|
1416
|
+
throw v;
|
|
1417
|
+
}
|
|
1418
|
+
} finally {
|
|
1419
|
+
t.__root = e, delete t.currentTarget, j(o), q(c);
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
function Jr(t) {
|
|
1424
|
+
var e = document.createElement("template");
|
|
1425
|
+
return e.innerHTML = t.replaceAll("<!>", "<!---->"), e.content;
|
|
1426
|
+
}
|
|
1427
|
+
function ce(t, e) {
|
|
1428
|
+
var r = (
|
|
1429
|
+
/** @type {Effect} */
|
|
1430
|
+
d
|
|
1431
|
+
);
|
|
1432
|
+
r.nodes_start === null && (r.nodes_start = t, r.nodes_end = e);
|
|
1433
|
+
}
|
|
1434
|
+
// @__NO_SIDE_EFFECTS__
|
|
1435
|
+
function Yn(t, e) {
|
|
1436
|
+
var r = (e & nr) !== 0, n = (e & ir) !== 0, i, f = !t.startsWith("<!>");
|
|
1437
|
+
return () => {
|
|
1438
|
+
i === void 0 && (i = Jr(f ? t : "<!>" + t), r || (i = /** @type {Node} */
|
|
1439
|
+
/* @__PURE__ */ Ft(i)));
|
|
1440
|
+
var s = (
|
|
1441
|
+
/** @type {TemplateNode} */
|
|
1442
|
+
n || Lr ? document.importNode(i, !0) : i.cloneNode(!0)
|
|
1443
|
+
);
|
|
1444
|
+
if (r) {
|
|
1445
|
+
var a = (
|
|
1446
|
+
/** @type {TemplateNode} */
|
|
1447
|
+
/* @__PURE__ */ Ft(s)
|
|
1448
|
+
), l = (
|
|
1449
|
+
/** @type {TemplateNode} */
|
|
1450
|
+
s.lastChild
|
|
1451
|
+
);
|
|
1452
|
+
ce(a, l);
|
|
1453
|
+
} else
|
|
1454
|
+
ce(s, s);
|
|
1455
|
+
return s;
|
|
1456
|
+
};
|
|
1457
|
+
}
|
|
1458
|
+
function $n(t, e) {
|
|
1459
|
+
t !== null && t.before(
|
|
1460
|
+
/** @type {Node} */
|
|
1461
|
+
e
|
|
1462
|
+
);
|
|
1463
|
+
}
|
|
1464
|
+
function Qr(t) {
|
|
1465
|
+
return t.endsWith("capture") && t !== "gotpointercapture" && t !== "lostpointercapture";
|
|
1466
|
+
}
|
|
1467
|
+
const tn = [
|
|
1468
|
+
"beforeinput",
|
|
1469
|
+
"click",
|
|
1470
|
+
"change",
|
|
1471
|
+
"dblclick",
|
|
1472
|
+
"contextmenu",
|
|
1473
|
+
"focusin",
|
|
1474
|
+
"focusout",
|
|
1475
|
+
"input",
|
|
1476
|
+
"keydown",
|
|
1477
|
+
"keyup",
|
|
1478
|
+
"mousedown",
|
|
1479
|
+
"mousemove",
|
|
1480
|
+
"mouseout",
|
|
1481
|
+
"mouseover",
|
|
1482
|
+
"mouseup",
|
|
1483
|
+
"pointerdown",
|
|
1484
|
+
"pointermove",
|
|
1485
|
+
"pointerout",
|
|
1486
|
+
"pointerover",
|
|
1487
|
+
"pointerup",
|
|
1488
|
+
"touchend",
|
|
1489
|
+
"touchmove",
|
|
1490
|
+
"touchstart"
|
|
1491
|
+
];
|
|
1492
|
+
function en(t) {
|
|
1493
|
+
return tn.includes(t);
|
|
1494
|
+
}
|
|
1495
|
+
const rn = {
|
|
1496
|
+
// no `class: 'className'` because we handle that separately
|
|
1497
|
+
formnovalidate: "formNoValidate",
|
|
1498
|
+
ismap: "isMap",
|
|
1499
|
+
nomodule: "noModule",
|
|
1500
|
+
playsinline: "playsInline",
|
|
1501
|
+
readonly: "readOnly",
|
|
1502
|
+
defaultvalue: "defaultValue",
|
|
1503
|
+
defaultchecked: "defaultChecked",
|
|
1504
|
+
srcobject: "srcObject",
|
|
1505
|
+
novalidate: "noValidate",
|
|
1506
|
+
allowfullscreen: "allowFullscreen",
|
|
1507
|
+
disablepictureinpicture: "disablePictureInPicture",
|
|
1508
|
+
disableremoteplayback: "disableRemotePlayback"
|
|
1509
|
+
};
|
|
1510
|
+
function nn(t) {
|
|
1511
|
+
return t = t.toLowerCase(), rn[t] ?? t;
|
|
1512
|
+
}
|
|
1513
|
+
function fn(t, e) {
|
|
1514
|
+
var r = void 0, n;
|
|
1515
|
+
De(() => {
|
|
1516
|
+
r !== (r = e()) && (n && (X(n), n = null), r && (n = Fe(() => {
|
|
1517
|
+
Me(() => (
|
|
1518
|
+
/** @type {(node: Element) => void} */
|
|
1519
|
+
r(t)
|
|
1520
|
+
));
|
|
1521
|
+
})));
|
|
1522
|
+
});
|
|
1523
|
+
}
|
|
1524
|
+
function ze(t) {
|
|
1525
|
+
var e, r, n = "";
|
|
1526
|
+
if (typeof t == "string" || typeof t == "number") n += t;
|
|
1527
|
+
else if (typeof t == "object") if (Array.isArray(t)) {
|
|
1528
|
+
var i = t.length;
|
|
1529
|
+
for (e = 0; e < i; e++) t[e] && (r = ze(t[e])) && (n && (n += " "), n += r);
|
|
1530
|
+
} else for (r in t) t[r] && (n && (n += " "), n += r);
|
|
1531
|
+
return n;
|
|
1532
|
+
}
|
|
1533
|
+
function sn() {
|
|
1534
|
+
for (var t, e, r = 0, n = "", i = arguments.length; r < i; r++) (t = arguments[r]) && (e = ze(t)) && (n && (n += " "), n += e);
|
|
1535
|
+
return n;
|
|
1536
|
+
}
|
|
1537
|
+
function ln(t) {
|
|
1538
|
+
return typeof t == "object" ? sn(t) : t ?? "";
|
|
1539
|
+
}
|
|
1540
|
+
const ve = [...`
|
|
1541
|
+
\r\f \v\uFEFF`];
|
|
1542
|
+
function un(t, e, r) {
|
|
1543
|
+
var n = t == null ? "" : "" + t;
|
|
1544
|
+
if (r) {
|
|
1545
|
+
for (var i in r)
|
|
1546
|
+
if (r[i])
|
|
1547
|
+
n = n ? n + " " + i : i;
|
|
1548
|
+
else if (n.length)
|
|
1549
|
+
for (var f = i.length, s = 0; (s = n.indexOf(i, s)) >= 0; ) {
|
|
1550
|
+
var a = s + f;
|
|
1551
|
+
(s === 0 || ve.includes(n[s - 1])) && (a === n.length || ve.includes(n[a])) ? n = (s === 0 ? "" : n.substring(0, s)) + n.substring(a + 1) : s = a;
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1554
|
+
return n === "" ? null : n;
|
|
1555
|
+
}
|
|
1556
|
+
function _e(t, e = !1) {
|
|
1557
|
+
var r = e ? " !important;" : ";", n = "";
|
|
1558
|
+
for (var i in t) {
|
|
1559
|
+
var f = t[i];
|
|
1560
|
+
f != null && f !== "" && (n += " " + i + ": " + f + r);
|
|
1561
|
+
}
|
|
1562
|
+
return n;
|
|
1563
|
+
}
|
|
1564
|
+
function It(t) {
|
|
1565
|
+
return t[0] !== "-" || t[1] !== "-" ? t.toLowerCase() : t;
|
|
1566
|
+
}
|
|
1567
|
+
function an(t, e) {
|
|
1568
|
+
if (e) {
|
|
1569
|
+
var r = "", n, i;
|
|
1570
|
+
if (Array.isArray(e) ? (n = e[0], i = e[1]) : n = e, t) {
|
|
1571
|
+
t = String(t).replaceAll(/\s*\/\*.*?\*\/\s*/g, "").trim();
|
|
1572
|
+
var f = !1, s = 0, a = !1, l = [];
|
|
1573
|
+
n && l.push(...Object.keys(n).map(It)), i && l.push(...Object.keys(i).map(It));
|
|
1574
|
+
var u = 0, o = -1;
|
|
1575
|
+
const w = t.length;
|
|
1576
|
+
for (var c = 0; c < w; c++) {
|
|
1577
|
+
var v = t[c];
|
|
1578
|
+
if (a ? v === "/" && t[c - 1] === "*" && (a = !1) : f ? f === v && (f = !1) : v === "/" && t[c + 1] === "*" ? a = !0 : v === '"' || v === "'" ? f = v : v === "(" ? s++ : v === ")" && s--, !a && f === !1 && s === 0) {
|
|
1579
|
+
if (v === ":" && o === -1)
|
|
1580
|
+
o = c;
|
|
1581
|
+
else if (v === ";" || c === w - 1) {
|
|
1582
|
+
if (o !== -1) {
|
|
1583
|
+
var _ = It(t.substring(u, o).trim());
|
|
1584
|
+
if (!l.includes(_)) {
|
|
1585
|
+
v !== ";" && c++;
|
|
1586
|
+
var p = t.substring(u, c).trim();
|
|
1587
|
+
r += " " + p + ";";
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
u = c + 1, o = -1;
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
return n && (r += _e(n)), i && (r += _e(i, !0)), r = r.trim(), r === "" ? null : r;
|
|
1596
|
+
}
|
|
1597
|
+
return t == null ? null : String(t);
|
|
1598
|
+
}
|
|
1599
|
+
function on(t, e, r, n, i, f) {
|
|
1600
|
+
var s = t.__className;
|
|
1601
|
+
if (s !== r || s === void 0) {
|
|
1602
|
+
var a = un(r, n, f);
|
|
1603
|
+
a == null ? t.removeAttribute("class") : e ? t.className = a : t.setAttribute("class", a), t.__className = r;
|
|
1604
|
+
} else if (f && i !== f)
|
|
1605
|
+
for (var l in f) {
|
|
1606
|
+
var u = !!f[l];
|
|
1607
|
+
(i == null || u !== !!i[l]) && t.classList.toggle(l, u);
|
|
1608
|
+
}
|
|
1609
|
+
return f;
|
|
1610
|
+
}
|
|
1611
|
+
function Pt(t, e = {}, r, n) {
|
|
1612
|
+
for (var i in r) {
|
|
1613
|
+
var f = r[i];
|
|
1614
|
+
e[i] !== f && (r[i] == null ? t.style.removeProperty(i) : t.style.setProperty(i, f, n));
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
function cn(t, e, r, n) {
|
|
1618
|
+
var i = t.__style;
|
|
1619
|
+
if (i !== e) {
|
|
1620
|
+
var f = an(e, n);
|
|
1621
|
+
f == null ? t.removeAttribute("style") : t.style.cssText = f, t.__style = e;
|
|
1622
|
+
} else n && (Array.isArray(n) ? (Pt(t, r?.[0], n[0]), Pt(t, r?.[1], n[1], "important")) : Pt(t, r, n));
|
|
1623
|
+
return n;
|
|
1624
|
+
}
|
|
1625
|
+
function Ut(t, e, r = !1) {
|
|
1626
|
+
if (t.multiple) {
|
|
1627
|
+
if (e == null)
|
|
1628
|
+
return;
|
|
1629
|
+
if (!Vt(e))
|
|
1630
|
+
return yr();
|
|
1631
|
+
for (var n of t.options)
|
|
1632
|
+
n.selected = e.includes(pe(n));
|
|
1633
|
+
return;
|
|
1634
|
+
}
|
|
1635
|
+
for (n of t.options) {
|
|
1636
|
+
var i = pe(n);
|
|
1637
|
+
if (Cr(i, e)) {
|
|
1638
|
+
n.selected = !0;
|
|
1639
|
+
return;
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
(!r || e !== void 0) && (t.selectedIndex = -1);
|
|
1643
|
+
}
|
|
1644
|
+
function vn(t) {
|
|
1645
|
+
var e = new MutationObserver(() => {
|
|
1646
|
+
Ut(t, t.__value);
|
|
1647
|
+
});
|
|
1648
|
+
e.observe(t, {
|
|
1649
|
+
// Listen to option element changes
|
|
1650
|
+
childList: !0,
|
|
1651
|
+
subtree: !0,
|
|
1652
|
+
// because of <optgroup>
|
|
1653
|
+
// Listen to option element value attribute changes
|
|
1654
|
+
// (doesn't get notified of select value changes,
|
|
1655
|
+
// because that property is not reflected as an attribute)
|
|
1656
|
+
attributes: !0,
|
|
1657
|
+
attributeFilter: ["value"]
|
|
1658
|
+
}), Qt(() => {
|
|
1659
|
+
e.disconnect();
|
|
1660
|
+
});
|
|
1661
|
+
}
|
|
1662
|
+
function pe(t) {
|
|
1663
|
+
return "__value" in t ? t.__value : t.value;
|
|
1664
|
+
}
|
|
1665
|
+
const ct = Symbol("class"), vt = Symbol("style"), Ze = Symbol("is custom element"), Xe = Symbol("is html");
|
|
1666
|
+
function _n(t, e) {
|
|
1667
|
+
e ? t.hasAttribute("selected") || t.setAttribute("selected", "") : t.removeAttribute("selected");
|
|
1668
|
+
}
|
|
1669
|
+
function qt(t, e, r, n) {
|
|
1670
|
+
var i = Je(t);
|
|
1671
|
+
i[e] !== (i[e] = r) && (e === "loading" && (t[vr] = r), r == null ? t.removeAttribute(e) : typeof r != "string" && ee(t).includes(e) ? t[e] = r : t.setAttribute(e, r));
|
|
1672
|
+
}
|
|
1673
|
+
function Hn(t, e, r) {
|
|
1674
|
+
var n = h, i = d;
|
|
1675
|
+
j(null), q(null);
|
|
1676
|
+
try {
|
|
1677
|
+
// `style` should use `set_attribute` rather than the setter
|
|
1678
|
+
e !== "style" && // Don't compute setters for custom elements while they aren't registered yet,
|
|
1679
|
+
// because during their upgrade/instantiation they might add more setters.
|
|
1680
|
+
// Instead, fall back to a simple "an object, then set as property" heuristic.
|
|
1681
|
+
(Bt.has(t.getAttribute("is") || t.nodeName) || // customElements may not be available in browser extension contexts
|
|
1682
|
+
!customElements || customElements.get(t.getAttribute("is") || t.tagName.toLowerCase()) ? ee(t).includes(e) : r && typeof r == "object") ? t[e] = r : qt(t, e, r == null ? r : String(r));
|
|
1683
|
+
} finally {
|
|
1684
|
+
j(n), q(i);
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1687
|
+
function pn(t, e, r, n, i = !1, f = !1) {
|
|
1688
|
+
var s = Je(t), a = s[Ze], l = !s[Xe], u = e || {}, o = t.tagName === "OPTION";
|
|
1689
|
+
for (var c in e)
|
|
1690
|
+
c in r || (r[c] = null);
|
|
1691
|
+
r.class ? r.class = ln(r.class) : r[ct] && (r.class = null), r[vt] && (r.style ??= null);
|
|
1692
|
+
var v = ee(t);
|
|
1693
|
+
for (const g in r) {
|
|
1694
|
+
let b = r[g];
|
|
1695
|
+
if (o && g === "value" && b == null) {
|
|
1696
|
+
t.value = t.__value = "", u[g] = b;
|
|
1697
|
+
continue;
|
|
1698
|
+
}
|
|
1699
|
+
if (g === "class") {
|
|
1700
|
+
var _ = t.namespaceURI === "http://www.w3.org/1999/xhtml";
|
|
1701
|
+
on(t, _, b, n, e?.[ct], r[ct]), u[g] = b, u[ct] = r[ct];
|
|
1702
|
+
continue;
|
|
1703
|
+
}
|
|
1704
|
+
if (g === "style") {
|
|
1705
|
+
cn(t, b, e?.[vt], r[vt]), u[g] = b, u[vt] = r[vt];
|
|
1706
|
+
continue;
|
|
1707
|
+
}
|
|
1708
|
+
var p = u[g];
|
|
1709
|
+
if (!(b === p && !(b === void 0 && t.hasAttribute(g)))) {
|
|
1710
|
+
u[g] = b;
|
|
1711
|
+
var w = g[0] + g[1];
|
|
1712
|
+
if (w !== "$$")
|
|
1713
|
+
if (w === "on") {
|
|
1714
|
+
const P = {}, it = "$$" + g;
|
|
1715
|
+
let k = g.slice(2);
|
|
1716
|
+
var E = en(k);
|
|
1717
|
+
if (Qr(k) && (k = k.slice(0, -7), P.capture = !0), !E && p) {
|
|
1718
|
+
if (b != null) continue;
|
|
1719
|
+
t.removeEventListener(k, u[it], P), u[it] = null;
|
|
1720
|
+
}
|
|
1721
|
+
if (b != null)
|
|
1722
|
+
if (E)
|
|
1723
|
+
t[`__${k}`] = b, Zr([k]);
|
|
1724
|
+
else {
|
|
1725
|
+
let Qe = function(tr) {
|
|
1726
|
+
u[g].call(this, tr);
|
|
1727
|
+
};
|
|
1728
|
+
u[it] = Ke(k, t, Qe, P);
|
|
1729
|
+
}
|
|
1730
|
+
else E && (t[`__${k}`] = void 0);
|
|
1731
|
+
} else if (g === "style")
|
|
1732
|
+
qt(t, g, b);
|
|
1733
|
+
else if (g === "autofocus")
|
|
1734
|
+
Dr(
|
|
1735
|
+
/** @type {HTMLElement} */
|
|
1736
|
+
t,
|
|
1737
|
+
!!b
|
|
1738
|
+
);
|
|
1739
|
+
else if (!a && (g === "__value" || g === "value" && b != null))
|
|
1740
|
+
t.value = t.__value = b;
|
|
1741
|
+
else if (g === "selected" && o)
|
|
1742
|
+
_n(
|
|
1743
|
+
/** @type {HTMLOptionElement} */
|
|
1744
|
+
t,
|
|
1745
|
+
b
|
|
1746
|
+
);
|
|
1747
|
+
else {
|
|
1748
|
+
var y = g;
|
|
1749
|
+
l || (y = nn(y));
|
|
1750
|
+
var D = y === "defaultValue" || y === "defaultChecked";
|
|
1751
|
+
if (b == null && !a && !D)
|
|
1752
|
+
if (s[g] = null, y === "value" || y === "checked") {
|
|
1753
|
+
let P = (
|
|
1754
|
+
/** @type {HTMLInputElement} */
|
|
1755
|
+
t
|
|
1756
|
+
);
|
|
1757
|
+
const it = e === void 0;
|
|
1758
|
+
if (y === "value") {
|
|
1759
|
+
let k = P.defaultValue;
|
|
1760
|
+
P.removeAttribute(y), P.defaultValue = k, P.value = P.__value = it ? k : null;
|
|
1761
|
+
} else {
|
|
1762
|
+
let k = P.defaultChecked;
|
|
1763
|
+
P.removeAttribute(y), P.defaultChecked = k, P.checked = it ? k : !1;
|
|
1764
|
+
}
|
|
1765
|
+
} else
|
|
1766
|
+
t.removeAttribute(g);
|
|
1767
|
+
else D || v.includes(y) && (a || typeof b != "string") ? (t[y] = b, y in s && (s[y] = T)) : typeof b != "function" && qt(t, y, b);
|
|
1768
|
+
}
|
|
1769
|
+
}
|
|
1770
|
+
}
|
|
1771
|
+
return u;
|
|
1772
|
+
}
|
|
1773
|
+
function Wn(t, e, r = [], n = [], i, f = !1, s = !1) {
|
|
1774
|
+
ke(r, n, (a) => {
|
|
1775
|
+
var l = void 0, u = {}, o = t.nodeName === "SELECT", c = !1;
|
|
1776
|
+
if (De(() => {
|
|
1777
|
+
var _ = e(...a.map(U)), p = pn(
|
|
1778
|
+
t,
|
|
1779
|
+
l,
|
|
1780
|
+
_,
|
|
1781
|
+
i,
|
|
1782
|
+
f,
|
|
1783
|
+
s
|
|
1784
|
+
);
|
|
1785
|
+
c && o && "value" in _ && Ut(
|
|
1786
|
+
/** @type {HTMLSelectElement} */
|
|
1787
|
+
t,
|
|
1788
|
+
_.value
|
|
1789
|
+
);
|
|
1790
|
+
for (let E of Object.getOwnPropertySymbols(u))
|
|
1791
|
+
_[E] || X(u[E]);
|
|
1792
|
+
for (let E of Object.getOwnPropertySymbols(_)) {
|
|
1793
|
+
var w = _[E];
|
|
1794
|
+
E.description === sr && (!l || w !== l[E]) && (u[E] && X(u[E]), u[E] = Fe(() => fn(t, () => w))), p[E] = w;
|
|
1795
|
+
}
|
|
1796
|
+
l = p;
|
|
1797
|
+
}), o) {
|
|
1798
|
+
var v = (
|
|
1799
|
+
/** @type {HTMLSelectElement} */
|
|
1800
|
+
t
|
|
1801
|
+
);
|
|
1802
|
+
Me(() => {
|
|
1803
|
+
Ut(
|
|
1804
|
+
v,
|
|
1805
|
+
/** @type {Record<string | symbol, any>} */
|
|
1806
|
+
l.value,
|
|
1807
|
+
!0
|
|
1808
|
+
), vn(v);
|
|
1809
|
+
});
|
|
1810
|
+
}
|
|
1811
|
+
c = !0;
|
|
1812
|
+
});
|
|
1813
|
+
}
|
|
1814
|
+
function Je(t) {
|
|
1815
|
+
return (
|
|
1816
|
+
/** @type {Record<string | symbol, unknown>} **/
|
|
1817
|
+
// @ts-expect-error
|
|
1818
|
+
t.__attributes ??= {
|
|
1819
|
+
[Ze]: t.nodeName.includes("-"),
|
|
1820
|
+
[Xe]: t.namespaceURI === fr
|
|
1821
|
+
}
|
|
1822
|
+
);
|
|
1823
|
+
}
|
|
1824
|
+
var Bt = /* @__PURE__ */ new Map();
|
|
1825
|
+
function ee(t) {
|
|
1826
|
+
var e = t.getAttribute("is") || t.nodeName, r = Bt.get(e);
|
|
1827
|
+
if (r) return r;
|
|
1828
|
+
Bt.set(e, r = []);
|
|
1829
|
+
for (var n, i = t, f = Element.prototype; f !== i; ) {
|
|
1830
|
+
n = ge(i);
|
|
1831
|
+
for (var s in n)
|
|
1832
|
+
n[s].set && r.push(s);
|
|
1833
|
+
i = Yt(i);
|
|
1834
|
+
}
|
|
1835
|
+
return r;
|
|
1836
|
+
}
|
|
1837
|
+
function Gn(t = !1) {
|
|
1838
|
+
const e = (
|
|
1839
|
+
/** @type {ComponentContextLegacy} */
|
|
1840
|
+
A
|
|
1841
|
+
), r = e.l.u;
|
|
1842
|
+
if (!r) return;
|
|
1843
|
+
let n = () => Gr(e.s);
|
|
1844
|
+
if (t) {
|
|
1845
|
+
let i = 0, f = (
|
|
1846
|
+
/** @type {Record<string, any>} */
|
|
1847
|
+
{}
|
|
1848
|
+
);
|
|
1849
|
+
const s = /* @__PURE__ */ zt(() => {
|
|
1850
|
+
let a = !1;
|
|
1851
|
+
const l = e.s;
|
|
1852
|
+
for (const u in l)
|
|
1853
|
+
l[u] !== f[u] && (f[u] = l[u], a = !0);
|
|
1854
|
+
return a && i++, i;
|
|
1855
|
+
});
|
|
1856
|
+
n = () => U(s);
|
|
1857
|
+
}
|
|
1858
|
+
r.b.length && xr(() => {
|
|
1859
|
+
he(e, n), Ct(r.b);
|
|
1860
|
+
}), se(() => {
|
|
1861
|
+
const i = te(() => r.m.map(or));
|
|
1862
|
+
return () => {
|
|
1863
|
+
for (const f of i)
|
|
1864
|
+
typeof f == "function" && f();
|
|
1865
|
+
};
|
|
1866
|
+
}), r.a.length && se(() => {
|
|
1867
|
+
he(e, n), Ct(r.a);
|
|
1868
|
+
});
|
|
1869
|
+
}
|
|
1870
|
+
function he(t, e) {
|
|
1871
|
+
if (t.l.s)
|
|
1872
|
+
for (const r of t.l.s) U(r);
|
|
1873
|
+
e();
|
|
1874
|
+
}
|
|
1875
|
+
export {
|
|
1876
|
+
Re as $,
|
|
1877
|
+
Wn as A,
|
|
1878
|
+
$n as B,
|
|
1879
|
+
Nn as C,
|
|
1880
|
+
at as D,
|
|
1881
|
+
kn as E,
|
|
1882
|
+
In as F,
|
|
1883
|
+
Gr as G,
|
|
1884
|
+
De as H,
|
|
1885
|
+
Ee as I,
|
|
1886
|
+
Cn as J,
|
|
1887
|
+
Fe as K,
|
|
1888
|
+
Sn as L,
|
|
1889
|
+
S as M,
|
|
1890
|
+
Dn as N,
|
|
1891
|
+
Bn as O,
|
|
1892
|
+
En as P,
|
|
1893
|
+
qn as Q,
|
|
1894
|
+
Tn as R,
|
|
1895
|
+
tt as S,
|
|
1896
|
+
Vt as T,
|
|
1897
|
+
T as U,
|
|
1898
|
+
Dt as V,
|
|
1899
|
+
dn as W,
|
|
1900
|
+
Z as X,
|
|
1901
|
+
X as Y,
|
|
1902
|
+
hn as Z,
|
|
1903
|
+
gn as _,
|
|
1904
|
+
d as a,
|
|
1905
|
+
Be as a0,
|
|
1906
|
+
jn as a1,
|
|
1907
|
+
Vr as a2,
|
|
1908
|
+
Hn as a3,
|
|
1909
|
+
Un as a4,
|
|
1910
|
+
Vn as a5,
|
|
1911
|
+
Ln as a6,
|
|
1912
|
+
Mn as a7,
|
|
1913
|
+
U as b,
|
|
1914
|
+
_t as c,
|
|
1915
|
+
B as d,
|
|
1916
|
+
Me as e,
|
|
1917
|
+
zt as f,
|
|
1918
|
+
kt as g,
|
|
1919
|
+
Pr as h,
|
|
1920
|
+
Rn as i,
|
|
1921
|
+
q as j,
|
|
1922
|
+
yn as k,
|
|
1923
|
+
St as l,
|
|
1924
|
+
wn as m,
|
|
1925
|
+
bn as n,
|
|
1926
|
+
An as o,
|
|
1927
|
+
On as p,
|
|
1928
|
+
Gt as q,
|
|
1929
|
+
je as r,
|
|
1930
|
+
Xt as s,
|
|
1931
|
+
ot as t,
|
|
1932
|
+
te as u,
|
|
1933
|
+
Pn as v,
|
|
1934
|
+
Fn as w,
|
|
1935
|
+
xn as x,
|
|
1936
|
+
Gn as y,
|
|
1937
|
+
Yn as z
|
|
1938
|
+
};
|