prlg-ui 1.0.0
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 +5 -0
- package/dist/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/_virtual/dayjs.min.js +7 -0
- package/dist/_virtual/dayjs.min2.js +4 -0
- package/dist/_virtual/isBetween.js +7 -0
- package/dist/_virtual/isBetween2.js +4 -0
- package/dist/_virtual/isSameOrAfter.js +7 -0
- package/dist/_virtual/isSameOrAfter2.js +4 -0
- package/dist/_virtual/isSameOrBefore.js +7 -0
- package/dist/_virtual/isSameOrBefore2.js +4 -0
- package/dist/_virtual/isToday.js +7 -0
- package/dist/_virtual/isToday2.js +4 -0
- package/dist/_virtual/localizedFormat.js +7 -0
- package/dist/_virtual/localizedFormat2.js +4 -0
- package/dist/_virtual/relativeTime.js +7 -0
- package/dist/_virtual/relativeTime2.js +4 -0
- package/dist/_virtual/ru.js +2 -0
- package/dist/_virtual/ru2.js +4 -0
- package/dist/components/Accordion/Accordion.vue.js +25 -0
- package/dist/components/Accordion/Accordion.vue3.js +5 -0
- package/dist/components/Accordion/AccordionContent.vue.js +29 -0
- package/dist/components/Accordion/AccordionContent.vue3.js +5 -0
- package/dist/components/Accordion/AccordionHeader.vue.js +23 -0
- package/dist/components/Accordion/AccordionHeader.vue3.js +5 -0
- package/dist/components/Accordion/AccordionPanel.vue.js +16 -0
- package/dist/components/Accordion/AccordionPanel.vue3.js +5 -0
- package/dist/components/Accordion.js +14 -0
- package/dist/components/Badge/Badge.vue.js +30 -0
- package/dist/components/Badge/Badge.vue3.js +5 -0
- package/dist/components/Badge.js +5 -0
- package/dist/components/BottomSheet/BottomSheet.composible.js +40 -0
- package/dist/components/BottomSheet/BottomSheet.vue.js +75 -0
- package/dist/components/BottomSheet/BottomSheet.vue3.js +5 -0
- package/dist/components/BottomSheet.js +5 -0
- package/dist/components/Breadcrumb/Breadcrumb.vue.js +31 -0
- package/dist/components/Breadcrumb/Breadcrumb.vue3.js +5 -0
- package/dist/components/Breadcrumb.js +5 -0
- package/dist/components/Button/Button.vue.js +99 -0
- package/dist/components/Button/Button.vue3.js +5 -0
- package/dist/components/Button.js +6 -0
- package/dist/components/Checkbox/Checkbox.vue.js +78 -0
- package/dist/components/Checkbox/Checkbox.vue3.js +5 -0
- package/dist/components/Checkbox.js +5 -0
- package/dist/components/ChipCheckbox/ChipCheckbox.vue.js +45 -0
- package/dist/components/ChipCheckbox/ChipCheckbox.vue3.js +5 -0
- package/dist/components/ChipCheckbox.js +5 -0
- package/dist/components/Divider/Divider.vue.js +27 -0
- package/dist/components/Divider/Divider.vue3.js +5 -0
- package/dist/components/Divider.js +5 -0
- package/dist/components/Drawer/Drawer.vue.js +51 -0
- package/dist/components/Drawer/Drawer.vue3.js +5 -0
- package/dist/components/Drawer.js +5 -0
- package/dist/components/Dropdown/Dropdown.vue.js +171 -0
- package/dist/components/Dropdown/Dropdown.vue3.js +5 -0
- package/dist/components/Dropdown.js +5 -0
- package/dist/components/IconField/IconField.vue.js +29 -0
- package/dist/components/IconField/IconField.vue3.js +5 -0
- package/dist/components/IconField.js +5 -0
- package/dist/components/InputNumber/InputNumber.vue.js +92 -0
- package/dist/components/InputNumber/InputNumber.vue3.js +5 -0
- package/dist/components/InputNumber.js +5 -0
- package/dist/components/InputText/InputText.utils.js +7 -0
- package/dist/components/InputText/InputText.vue.js +98 -0
- package/dist/components/InputText/InputText.vue3.js +5 -0
- package/dist/components/InputText.js +5 -0
- package/dist/components/Modal/Modal.vue.js +8 -0
- package/dist/components/Modal/Modal.vue2.js +63 -0
- package/dist/components/Modal.js +4 -0
- package/dist/components/OverlayBadge/OverlayBadge.vue.js +37 -0
- package/dist/components/OverlayBadge/OverlayBadge.vue3.js +5 -0
- package/dist/components/OverlayBadge.js +5 -0
- package/dist/components/Popover/Popover.vue.js +7 -0
- package/dist/components/Popover/Popover.vue2.js +83 -0
- package/dist/components/Popover.js +4 -0
- package/dist/components/RadioButton/Radio.vue.js +50 -0
- package/dist/components/RadioButton/Radio.vue3.js +5 -0
- package/dist/components/RadioButton.js +5 -0
- package/dist/components/Skeleton/Skeleton.vue.js +32 -0
- package/dist/components/Skeleton/Skeleton.vue3.js +5 -0
- package/dist/components/Skeleton.js +5 -0
- package/dist/components/SleedDeal/SleedDeal.vue.js +56 -0
- package/dist/components/SleedDeal/SleedDeal.vue3.js +5 -0
- package/dist/components/SleedDeal.js +5 -0
- package/dist/components/Spinner/Spinner.vue.js +26 -0
- package/dist/components/Spinner/Spinner.vue3.js +5 -0
- package/dist/components/Spinner.js +5 -0
- package/dist/components/SwitchInput/Switch.vue.js +36 -0
- package/dist/components/SwitchInput/Switch.vue3.js +5 -0
- package/dist/components/SwitchInput.js +5 -0
- package/dist/components/Table/Table.vue.js +69 -0
- package/dist/components/Table/Table.vue3.js +5 -0
- package/dist/components/Table/entities/FilterButton.vue.js +15 -0
- package/dist/components/Table/entities/FilterButton.vue3.js +5 -0
- package/dist/components/Table/entities/SortButton.vue.js +58 -0
- package/dist/components/Table/entities/SortButton.vue3.js +5 -0
- package/dist/components/Table/entities/TableRow.vue.js +17 -0
- package/dist/components/Table/entities/TableRow.vue2.js +4 -0
- package/dist/components/Table.js +5 -0
- package/dist/components/Tabs/Tab.vue.js +24 -0
- package/dist/components/Tabs/Tab.vue3.js +5 -0
- package/dist/components/Tabs/TabList.vue.js +17 -0
- package/dist/components/Tabs/TabList.vue3.js +5 -0
- package/dist/components/Tabs/TabPanel.vue.js +7 -0
- package/dist/components/Tabs/TabPanel.vue2.js +21 -0
- package/dist/components/Tabs/TabPanels.vue.js +12 -0
- package/dist/components/Tabs/TabPanels.vue2.js +4 -0
- package/dist/components/Tabs/Tabs.vue.js +7 -0
- package/dist/components/Tabs/Tabs.vue2.js +23 -0
- package/dist/components/Tabs.js +14 -0
- package/dist/components/Tag/Tag.vue.js +51 -0
- package/dist/components/Tag/Tag.vue3.js +5 -0
- package/dist/components/Tag.js +5 -0
- package/dist/components/Textarea/Textarea.vue.js +64 -0
- package/dist/components/Textarea/Textarea.vue3.js +5 -0
- package/dist/components/Textarea.js +5 -0
- package/dist/components/Toast/ToastEventBus/toastEventBus.js +6 -0
- package/dist/components/Toast/toastService/toastService.js +24 -0
- package/dist/components/Toast/useToast/useToast.js +12 -0
- package/dist/components/Toast.js +6 -0
- package/dist/components/icons/colored/BonusIcon.vue.js +29 -0
- package/dist/components/icons/colored/CashbackIcon.vue.js +18 -0
- package/dist/components/icons/colored/CertificateIcon.vue.js +18 -0
- package/dist/components/icons/colored/GiftColorIcon.vue.js +18 -0
- package/dist/components/icons/colored/WarehousePointIcon.vue.js +29 -0
- package/dist/components/icons/monochrome/AngleBottomIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/AngleLeftIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/AngleRightIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/AngleTopIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/AtIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/AvatarIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/BanIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/BellIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/BriefcaseIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/CalendarIcon.vue.js +24 -0
- package/dist/components/icons/monochrome/CarIcon.vue.js +29 -0
- package/dist/components/icons/monochrome/CarSearchIcon.vue.js +31 -0
- package/dist/components/icons/monochrome/CartIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/CevronBottomIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/CevronLeftIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/CevronTopIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/CheckIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/CloseIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/CloseRoundedIcon.vue.js +29 -0
- package/dist/components/icons/monochrome/CogIcon.vue.js +25 -0
- package/dist/components/icons/monochrome/CommentIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/CommentsIcon.vue.js +25 -0
- package/dist/components/icons/monochrome/CopyIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/CubeIcon.vue.js +33 -0
- package/dist/components/icons/monochrome/DownloadIcon.vue.js +29 -0
- package/dist/components/icons/monochrome/ErrorIcon.vue.js +29 -0
- package/dist/components/icons/monochrome/EyeCloseIcon.vue.js +25 -0
- package/dist/components/icons/monochrome/EyeIcon.vue.js +25 -0
- package/dist/components/icons/monochrome/FileEditIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/FileIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/FilterFillIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/FilterIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/FilterSlashIcon.vue.js +25 -0
- package/dist/components/icons/monochrome/GiftIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/HeartFillIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/HeartOutlinedIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/InfoIcon.vue.js +29 -0
- package/dist/components/icons/monochrome/MapPointIcon.vue.js +25 -0
- package/dist/components/icons/monochrome/MinusIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/PackageIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/PencelLineIcon.vue.js +24 -0
- package/dist/components/icons/monochrome/PlusIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/PlusRoundedIcon.vue.js +29 -0
- package/dist/components/icons/monochrome/ReturnIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/SearchIcon.vue.js +25 -0
- package/dist/components/icons/monochrome/SearchMinusIcon.vue.js +29 -0
- package/dist/components/icons/monochrome/SearchPlusIcon.vue.js +33 -0
- package/dist/components/icons/monochrome/SendIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/SettingsIcon.vue.js +24 -0
- package/dist/components/icons/monochrome/SortDownFillIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/SortDownIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/SortUpFillIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/SortUpIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/StarFillIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/StarIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/TelegramIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/TrashIcon.vue.js +33 -0
- package/dist/components/icons/monochrome/UserIcon.vue.js +25 -0
- package/dist/components/icons/monochrome/UsersIcon.vue.js +33 -0
- package/dist/components/icons/monochrome/WalletIcon.vue.js +21 -0
- package/dist/components/icons/monochrome/WarningIcon.vue.js +29 -0
- package/dist/components/icons.js +134 -0
- package/dist/fonts/Roboto/Roboto-Black.woff +0 -0
- package/dist/fonts/Roboto/Roboto-Black.woff2 +0 -0
- package/dist/fonts/Roboto/Roboto-Bold.woff +0 -0
- package/dist/fonts/Roboto/Roboto-Bold.woff2 +0 -0
- package/dist/fonts/Roboto/Roboto-ExtraBold.woff +0 -0
- package/dist/fonts/Roboto/Roboto-ExtraBold.woff2 +0 -0
- package/dist/fonts/Roboto/Roboto-ExtraLight.woff +0 -0
- package/dist/fonts/Roboto/Roboto-ExtraLight.woff2 +0 -0
- package/dist/fonts/Roboto/Roboto-Light.woff +0 -0
- package/dist/fonts/Roboto/Roboto-Light.woff2 +0 -0
- package/dist/fonts/Roboto/Roboto-Medium.woff +0 -0
- package/dist/fonts/Roboto/Roboto-Medium.woff2 +0 -0
- package/dist/fonts/Roboto/Roboto-Regular.woff +0 -0
- package/dist/fonts/Roboto/Roboto-Regular.woff2 +0 -0
- package/dist/fonts/Roboto/Roboto-SemiBold.woff +0 -0
- package/dist/fonts/Roboto/Roboto-SemiBold.woff2 +0 -0
- package/dist/fonts/Roboto/Roboto-Thin.woff +0 -0
- package/dist/fonts/Roboto/Roboto-Thin.woff2 +0 -0
- package/dist/images/catalogs/acssesuari.png +0 -0
- package/dist/images/catalogs/all.png +0 -0
- package/dist/images/catalogs/antifriz.png +0 -0
- package/dist/images/catalogs/battery.png +0 -0
- package/dist/images/catalogs/chemistry.png +0 -0
- package/dist/images/catalogs/lamps.png +0 -0
- package/dist/images/catalogs/oil.png +0 -0
- package/dist/images/catalogs/original.png +0 -0
- package/dist/images/catalogs/to.png +0 -0
- package/dist/images/catalogs/ucenka.png +0 -0
- package/dist/images/catalogs/vin.png +0 -0
- package/dist/images/catalogs/wheels.png +0 -0
- package/dist/images/mainPage/banner.png +0 -0
- package/dist/images/manager.png +0 -0
- package/dist/images/news/news1.png +0 -0
- package/dist/images/news/newsBig1.png +0 -0
- package/dist/lib/dayjs.js +18 -0
- package/dist/logo.svg +27 -0
- package/dist/node_modules/dayjs/dayjs.min.js +282 -0
- package/dist/node_modules/dayjs/locale/ru.js +36 -0
- package/dist/node_modules/dayjs/plugin/isBetween.js +19 -0
- package/dist/node_modules/dayjs/plugin/isSameOrAfter.js +18 -0
- package/dist/node_modules/dayjs/plugin/isSameOrBefore.js +18 -0
- package/dist/node_modules/dayjs/plugin/isToday.js +19 -0
- package/dist/node_modules/dayjs/plugin/localizedFormat.js +29 -0
- package/dist/node_modules/dayjs/plugin/relativeTime.js +48 -0
- package/dist/node_modules/vue-router/dist/vue-router.js +187 -0
- package/dist/prlg-ui.css +1 -0
- package/dist/types/components/Accordion/Accordion.d.ts +21 -0
- package/dist/types/components/Accordion/AccordionContent.d.ts +21 -0
- package/dist/types/components/Accordion/AccordionHeader.d.ts +17 -0
- package/dist/types/components/Accordion/AccordionPanel.d.ts +20 -0
- package/dist/types/components/Accordion/index.d.ts +4 -0
- package/dist/types/components/Accordion.d.ts +2 -0
- package/dist/types/components/Badge/Badge.d.ts +7 -0
- package/dist/types/components/Badge/index.d.ts +1 -0
- package/dist/types/components/Badge.d.ts +2 -0
- package/dist/types/components/BottomSheet/BottomSheet.composible.d.ts +2 -0
- package/dist/types/components/BottomSheet/BottomSheet.d.ts +34 -0
- package/dist/types/components/BottomSheet/index.d.ts +1 -0
- package/dist/types/components/BottomSheet.d.ts +2 -0
- package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +6 -0
- package/dist/types/components/Breadcrumb/index.d.ts +1 -0
- package/dist/types/components/Breadcrumb.d.ts +2 -0
- package/dist/types/components/Button/Button.d.ts +147 -0
- package/dist/types/components/Button/index.d.ts +3 -0
- package/dist/types/components/Button.d.ts +6 -0
- package/dist/types/components/Checkbox/Checkbox.d.ts +29 -0
- package/dist/types/components/Checkbox/index.d.ts +1 -0
- package/dist/types/components/Checkbox.d.ts +2 -0
- package/dist/types/components/ChipCheckbox/ChipCheckbox.d.ts +14 -0
- package/dist/types/components/ChipCheckbox/index.d.ts +1 -0
- package/dist/types/components/ChipCheckbox.d.ts +2 -0
- package/dist/types/components/Divider/Divider.d.ts +22 -0
- package/dist/types/components/Divider/index.d.ts +1 -0
- package/dist/types/components/Divider.d.ts +2 -0
- package/dist/types/components/Drawer/Drawer.d.ts +25 -0
- package/dist/types/components/Drawer/index.d.ts +1 -0
- package/dist/types/components/Drawer.d.ts +2 -0
- package/dist/types/components/Dropdown/Dropdown.d.ts +22 -0
- package/dist/types/components/Dropdown/Dropdown.types.d.ts +4 -0
- package/dist/types/components/Dropdown/index.d.ts +1 -0
- package/dist/types/components/Dropdown.d.ts +2 -0
- package/dist/types/components/IconField/IconField.d.ts +23 -0
- package/dist/types/components/IconField/index.d.ts +1 -0
- package/dist/types/components/IconField.d.ts +2 -0
- package/dist/types/components/InputNumber/InputNumber.d.ts +18 -0
- package/dist/types/components/InputNumber/index.d.ts +1 -0
- package/dist/types/components/InputNumber.d.ts +2 -0
- package/dist/types/components/InputText/InputText.d.ts +16 -0
- package/dist/types/components/InputText/InputText.types.d.ts +14 -0
- package/dist/types/components/InputText/InputText.utils.d.ts +1 -0
- package/dist/types/components/InputText/index.d.ts +1 -0
- package/dist/types/components/InputText.d.ts +2 -0
- package/dist/types/components/Modal/Modal.d.ts +30 -0
- package/dist/types/components/Modal/index.d.ts +1 -0
- package/dist/types/components/Modal.d.ts +2 -0
- package/dist/types/components/OverlayBadge/OverlayBadge.d.ts +27 -0
- package/dist/types/components/OverlayBadge/index.d.ts +1 -0
- package/dist/types/components/OverlayBadge.d.ts +2 -0
- package/dist/types/components/Popover/Popover.d.ts +34 -0
- package/dist/types/components/Popover/index.d.ts +1 -0
- package/dist/types/components/Popover.d.ts +2 -0
- package/dist/types/components/RadioButton/Radio.d.ts +33 -0
- package/dist/types/components/RadioButton/index.d.ts +1 -0
- package/dist/types/components/RadioButton.d.ts +2 -0
- package/dist/types/components/Skeleton/Skeleton.d.ts +9 -0
- package/dist/types/components/Skeleton/index.d.ts +1 -0
- package/dist/types/components/Skeleton.d.ts +2 -0
- package/dist/types/components/SleedDeal/SleedDeal.d.ts +20 -0
- package/dist/types/components/SleedDeal/index.d.ts +1 -0
- package/dist/types/components/SleedDeal.d.ts +2 -0
- package/dist/types/components/Spinner/Spinner.d.ts +6 -0
- package/dist/types/components/Spinner/index.d.ts +1 -0
- package/dist/types/components/Spinner.d.ts +2 -0
- package/dist/types/components/SwitchInput/Switch.d.ts +12 -0
- package/dist/types/components/SwitchInput/index.d.ts +1 -0
- package/dist/types/components/SwitchInput.d.ts +2 -0
- package/dist/types/components/Table/Table.d.ts +11 -0
- package/dist/types/components/Table/entities/FilterButton.d.ts +2 -0
- package/dist/types/components/Table/entities/SortButton.d.ts +13 -0
- package/dist/types/components/Table/entities/TableRow.d.ts +22 -0
- package/dist/types/components/Table/index.d.ts +1 -0
- package/dist/types/components/Table/table.types.d.ts +14 -0
- package/dist/types/components/Table.d.ts +2 -0
- package/dist/types/components/Tabs/Tab.d.ts +20 -0
- package/dist/types/components/Tabs/TabList.d.ts +17 -0
- package/dist/types/components/Tabs/TabPanel.d.ts +20 -0
- package/dist/types/components/Tabs/TabPanels.d.ts +17 -0
- package/dist/types/components/Tabs/Tabs.d.ts +24 -0
- package/dist/types/components/Tabs/index.d.ts +5 -0
- package/dist/types/components/Tabs.d.ts +2 -0
- package/dist/types/components/Tag/Tag.d.ts +25 -0
- package/dist/types/components/Tag/index.d.ts +1 -0
- package/dist/types/components/Tag.d.ts +2 -0
- package/dist/types/components/Textarea/Textarea.d.ts +16 -0
- package/dist/types/components/Textarea/index.d.ts +1 -0
- package/dist/types/components/Textarea.d.ts +2 -0
- package/dist/types/components/Toast/ToastEventBus/toastEventBus.d.ts +1 -0
- package/dist/types/components/Toast/index.d.ts +2 -0
- package/dist/types/components/Toast/toast.types.d.ts +89 -0
- package/dist/types/components/Toast/toastService/toastService.d.ts +5 -0
- package/dist/types/components/Toast/toastService/toastService.types.d.ts +22 -0
- package/dist/types/components/Toast/useToast/useToast.d.ts +2 -0
- package/dist/types/components/Toast.d.ts +2 -0
- package/dist/types/components/icons/colored/BonusIcon.d.ts +2 -0
- package/dist/types/components/icons/colored/CashbackIcon.d.ts +2 -0
- package/dist/types/components/icons/colored/CertificateIcon.d.ts +2 -0
- package/dist/types/components/icons/colored/GiftColorIcon.d.ts +2 -0
- package/dist/types/components/icons/colored/WarehousePointIcon.d.ts +2 -0
- package/dist/types/components/icons/colored/index.d.ts +5 -0
- package/dist/types/components/icons/index.d.ts +2 -0
- package/dist/types/components/icons/monochrome/AngleBottomIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/AngleLeftIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/AngleRightIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/AngleTopIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/AtIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/AvatarIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/BanIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/BellIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/BriefcaseIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CalendarIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CarIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CarSearchIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CartIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CevronBottomIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CevronLeftIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CevronTopIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CheckIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CloseIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CloseRoundedIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CogIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CommentIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CommentsIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CopyIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/CubeIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/DownloadIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/ErrorIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/EyeCloseIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/EyeIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/FileEditIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/FileIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/FilterFillIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/FilterIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/FilterSlashIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/GiftIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/HeartFillIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/HeartOutlinedIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/InfoIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/MapPointIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/MinusIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/PackageIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/PencelLineIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/PlusIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/PlusRoundedIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/ReturnIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/SearchIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/SearchMinusIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/SearchPlusIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/SendIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/SettingsIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/SortDownFillIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/SortDownIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/SortUpFillIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/SortUpIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/StarFillIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/StarIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/TelegramIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/TrashIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/UserIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/UsersIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/WalletIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/WarningIcon.d.ts +2 -0
- package/dist/types/components/icons/monochrome/index.d.ts +61 -0
- package/dist/types/components/icons.d.ts +2 -0
- package/dist/types/utils/EventBus.util.d.ts +8 -0
- package/dist/types/utils/date.util.d.ts +16 -0
- package/dist/types/utils/index.d.ts +6 -0
- package/dist/types/utils/isClient.util.d.ts +1 -0
- package/dist/types/utils/onClickOutside.util.d.ts +4 -0
- package/dist/types/utils/price.util.d.ts +12 -0
- package/dist/types/utils/useBodyScroll.util.d.ts +4 -0
- package/dist/utils/EventBus.util.js +26 -0
- package/dist/utils/onClickOutside.util.js +16 -0
- package/dist/utils/useBodyScroll.util.js +13 -0
- package/dist/vite.svg +1 -0
- package/package.json +169 -0
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import { defineComponent as R, reactive as D, inject as g, computed as a, h as L, unref as f, getCurrentInstance as I, watchEffect as P } from "vue";
|
|
2
|
+
/*!
|
|
3
|
+
* vue-router v4.5.1
|
|
4
|
+
* (c) 2025 Eduardo San Martin Morote
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
const K = typeof document < "u", j = () => {
|
|
8
|
+
}, v = Array.isArray;
|
|
9
|
+
function E(t) {
|
|
10
|
+
const e = Array.from(arguments).slice(1);
|
|
11
|
+
console.warn.apply(console, ["[Vue Router warn]: " + t].concat(e));
|
|
12
|
+
}
|
|
13
|
+
function k(t, e) {
|
|
14
|
+
return (t.aliasOf || t) === (e.aliasOf || e);
|
|
15
|
+
}
|
|
16
|
+
function B(t, e) {
|
|
17
|
+
if (Object.keys(t).length !== Object.keys(e).length)
|
|
18
|
+
return !1;
|
|
19
|
+
for (const n in t)
|
|
20
|
+
if (!T(t[n], e[n]))
|
|
21
|
+
return !1;
|
|
22
|
+
return !0;
|
|
23
|
+
}
|
|
24
|
+
function T(t, e) {
|
|
25
|
+
return v(t) ? A(t, e) : v(e) ? A(e, t) : t === e;
|
|
26
|
+
}
|
|
27
|
+
function A(t, e) {
|
|
28
|
+
return v(e) ? t.length === e.length && t.every((n, o) => n === e[o]) : t.length === 1 && t[0] === e;
|
|
29
|
+
}
|
|
30
|
+
var _;
|
|
31
|
+
(function(t) {
|
|
32
|
+
t.pop = "pop", t.push = "push";
|
|
33
|
+
})(_ || (_ = {}));
|
|
34
|
+
var O;
|
|
35
|
+
(function(t) {
|
|
36
|
+
t.back = "back", t.forward = "forward", t.unknown = "";
|
|
37
|
+
})(O || (O = {}));
|
|
38
|
+
function V(t) {
|
|
39
|
+
return typeof t == "string" || t && typeof t == "object";
|
|
40
|
+
}
|
|
41
|
+
Symbol(process.env.NODE_ENV !== "production" ? "navigation failure" : "");
|
|
42
|
+
var w;
|
|
43
|
+
(function(t) {
|
|
44
|
+
t[t.aborted = 4] = "aborted", t[t.cancelled = 8] = "cancelled", t[t.duplicated = 16] = "duplicated";
|
|
45
|
+
})(w || (w = {}));
|
|
46
|
+
Symbol(process.env.NODE_ENV !== "production" ? "router view location matched" : "");
|
|
47
|
+
Symbol(process.env.NODE_ENV !== "production" ? "router view depth" : "");
|
|
48
|
+
const C = Symbol(process.env.NODE_ENV !== "production" ? "router" : ""), M = Symbol(process.env.NODE_ENV !== "production" ? "route location" : "");
|
|
49
|
+
Symbol(process.env.NODE_ENV !== "production" ? "router view location" : "");
|
|
50
|
+
function x(t) {
|
|
51
|
+
const e = g(C), n = g(M);
|
|
52
|
+
let o = !1, c = null;
|
|
53
|
+
const u = a(() => {
|
|
54
|
+
const r = f(t.to);
|
|
55
|
+
return process.env.NODE_ENV !== "production" && (!o || r !== c) && (V(r) || (o ? E(`Invalid value for prop "to" in useLink()
|
|
56
|
+
- to:`, r, `
|
|
57
|
+
- previous to:`, c, `
|
|
58
|
+
- props:`, t) : E(`Invalid value for prop "to" in useLink()
|
|
59
|
+
- to:`, r, `
|
|
60
|
+
- props:`, t)), c = r, o = !0), e.resolve(r);
|
|
61
|
+
}), s = a(() => {
|
|
62
|
+
const { matched: r } = u.value, { length: i } = r, h = r[i - 1], l = n.matched;
|
|
63
|
+
if (!h || !l.length)
|
|
64
|
+
return -1;
|
|
65
|
+
const m = l.findIndex(k.bind(null, h));
|
|
66
|
+
if (m > -1)
|
|
67
|
+
return m;
|
|
68
|
+
const y = b(r[i - 2]);
|
|
69
|
+
return (
|
|
70
|
+
// we are dealing with nested routes
|
|
71
|
+
i > 1 && // if the parent and matched route have the same path, this link is
|
|
72
|
+
// referring to the empty child. Or we currently are on a different
|
|
73
|
+
// child of the same parent
|
|
74
|
+
b(h) === y && // avoid comparing the child with its parent
|
|
75
|
+
l[l.length - 1].path !== y ? l.findIndex(k.bind(null, r[i - 2])) : m
|
|
76
|
+
);
|
|
77
|
+
}), d = a(() => s.value > -1 && H(n.params, u.value.params)), p = a(() => s.value > -1 && s.value === n.matched.length - 1 && B(n.params, u.value.params));
|
|
78
|
+
function N(r = {}) {
|
|
79
|
+
if (G(r)) {
|
|
80
|
+
const i = e[f(t.replace) ? "replace" : "push"](
|
|
81
|
+
f(t.to)
|
|
82
|
+
// avoid uncaught errors are they are logged anyway
|
|
83
|
+
).catch(j);
|
|
84
|
+
return t.viewTransition && typeof document < "u" && "startViewTransition" in document && document.startViewTransition(() => i), i;
|
|
85
|
+
}
|
|
86
|
+
return Promise.resolve();
|
|
87
|
+
}
|
|
88
|
+
if (process.env.NODE_ENV !== "production" && K) {
|
|
89
|
+
const r = I();
|
|
90
|
+
if (r) {
|
|
91
|
+
const i = {
|
|
92
|
+
route: u.value,
|
|
93
|
+
isActive: d.value,
|
|
94
|
+
isExactActive: p.value,
|
|
95
|
+
error: null
|
|
96
|
+
};
|
|
97
|
+
r.__vrl_devtools = r.__vrl_devtools || [], r.__vrl_devtools.push(i), P(() => {
|
|
98
|
+
i.route = u.value, i.isActive = d.value, i.isExactActive = p.value, i.error = V(f(t.to)) ? null : 'Invalid "to" value';
|
|
99
|
+
}, { flush: "post" });
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
return {
|
|
103
|
+
route: u,
|
|
104
|
+
href: a(() => u.value.href),
|
|
105
|
+
isActive: d,
|
|
106
|
+
isExactActive: p,
|
|
107
|
+
navigate: N
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
function q(t) {
|
|
111
|
+
return t.length === 1 ? t[0] : t;
|
|
112
|
+
}
|
|
113
|
+
const z = /* @__PURE__ */ R({
|
|
114
|
+
name: "RouterLink",
|
|
115
|
+
compatConfig: { MODE: 3 },
|
|
116
|
+
props: {
|
|
117
|
+
to: {
|
|
118
|
+
type: [String, Object],
|
|
119
|
+
required: !0
|
|
120
|
+
},
|
|
121
|
+
replace: Boolean,
|
|
122
|
+
activeClass: String,
|
|
123
|
+
// inactiveClass: String,
|
|
124
|
+
exactActiveClass: String,
|
|
125
|
+
custom: Boolean,
|
|
126
|
+
ariaCurrentValue: {
|
|
127
|
+
type: String,
|
|
128
|
+
default: "page"
|
|
129
|
+
},
|
|
130
|
+
viewTransition: Boolean
|
|
131
|
+
},
|
|
132
|
+
useLink: x,
|
|
133
|
+
setup(t, { slots: e }) {
|
|
134
|
+
const n = D(x(t)), { options: o } = g(C), c = a(() => ({
|
|
135
|
+
[S(t.activeClass, o.linkActiveClass, "router-link-active")]: n.isActive,
|
|
136
|
+
// [getLinkClass(
|
|
137
|
+
// props.inactiveClass,
|
|
138
|
+
// options.linkInactiveClass,
|
|
139
|
+
// 'router-link-inactive'
|
|
140
|
+
// )]: !link.isExactActive,
|
|
141
|
+
[S(t.exactActiveClass, o.linkExactActiveClass, "router-link-exact-active")]: n.isExactActive
|
|
142
|
+
}));
|
|
143
|
+
return () => {
|
|
144
|
+
const u = e.default && q(e.default(n));
|
|
145
|
+
return t.custom ? u : L("a", {
|
|
146
|
+
"aria-current": n.isExactActive ? t.ariaCurrentValue : null,
|
|
147
|
+
href: n.href,
|
|
148
|
+
// this would override user added attrs but Vue will still add
|
|
149
|
+
// the listener, so we end up triggering both
|
|
150
|
+
onClick: n.navigate,
|
|
151
|
+
class: c.value
|
|
152
|
+
}, u);
|
|
153
|
+
};
|
|
154
|
+
}
|
|
155
|
+
}), Q = z;
|
|
156
|
+
function G(t) {
|
|
157
|
+
if (!(t.metaKey || t.altKey || t.ctrlKey || t.shiftKey) && !t.defaultPrevented && !(t.button !== void 0 && t.button !== 0)) {
|
|
158
|
+
if (t.currentTarget && t.currentTarget.getAttribute) {
|
|
159
|
+
const e = t.currentTarget.getAttribute("target");
|
|
160
|
+
if (/\b_blank\b/i.test(e))
|
|
161
|
+
return;
|
|
162
|
+
}
|
|
163
|
+
return t.preventDefault && t.preventDefault(), !0;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
function H(t, e) {
|
|
167
|
+
for (const n in e) {
|
|
168
|
+
const o = e[n], c = t[n];
|
|
169
|
+
if (typeof o == "string") {
|
|
170
|
+
if (o !== c)
|
|
171
|
+
return !1;
|
|
172
|
+
} else if (!v(c) || c.length !== o.length || o.some((u, s) => u !== c[s]))
|
|
173
|
+
return !1;
|
|
174
|
+
}
|
|
175
|
+
return !0;
|
|
176
|
+
}
|
|
177
|
+
function b(t) {
|
|
178
|
+
return t ? t.aliasOf ? t.aliasOf.path : t.path : "";
|
|
179
|
+
}
|
|
180
|
+
const S = (t, e, n) => t ?? e ?? n;
|
|
181
|
+
export {
|
|
182
|
+
w as NavigationFailureType,
|
|
183
|
+
Q as RouterLink,
|
|
184
|
+
M as routeLocationKey,
|
|
185
|
+
C as routerKey,
|
|
186
|
+
x as useLink
|
|
187
|
+
};
|
package/dist/prlg-ui.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "UTF-8";.accordion{width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}.accordion-content-wrapper{overflow:hidden;transition:height .3s ease}.accordion-panel{width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border-radius:12px;overflow:hidden;border:1px solid rgba(144,164,174,.4)}.accordion-header{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;background-color:var(--theme-neutral-surface-icon);padding:15px 16px}.accordion-header.accordion-header--active .accordion-header__arrow{transform:rotate(90deg);background-color:var(--theme-neutral-0);color:var(--theme-primary-500);margin-left:0}.accordion-header__content{width:100%;height:100%;display:flex;justify-content:flex-start}.accordion-header__arrow{width:32px;height:32px;border-radius:100%;border:1px solid var(--theme-primary-500);display:flex;justify-content:center;align-items:center;color:var(--theme-neutral-0);background-color:var(--theme-primary-500);transition:.3s transform ease-in-out,.3s background-color ease-in-out,.3s transform ease-in-out}.accordion-header__arrow svg{width:14px;height:14px;margin-left:3px}.badge{min-width:17px;min-height:17px;width:max-content;height:max-content;border-radius:8px;padding:2px 5px;font-weight:400;font-size:12px;line-height:100%;border:1px solid var(--theme-neutral-0)}.badge.badge--empty{min-width:8px;min-height:8px;width:8px;height:8px;aspect-ratio:1/1;padding:0}.badge.badge--primary{background-color:var(--theme-primary-500);color:var(--theme-neutral-0)}.badge.badge--danger{background-color:var(--theme-error-500);color:var(--theme-neutral-0)}.badge.badge--neutral{background-color:var(--theme-neutral-250);color:var(--theme-neutral-text-body)}.badge.badge--strong{font-weight:700}.bottom-sheet{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;width:100vw;height:100vh;display:none;justify-content:start;align-items:flex-end}.bottom-sheet.bottom-sheet--open{display:flex}.bottom-sheet__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000001a;opacity:1}.bottom-sheet__content{width:100%;position:relative;min-height:300px;max-height:100vh;background-color:var(--theme-neutral-0);border-radius:16px 16px 0 0;padding:16px 16px 52px;display:flex;flex-direction:column;gap:16px;box-shadow:0 -4px 16px #00000014;z-index:1001;transform:translateY(0);transition:height .3s ease-in-out,max-height .3s ease-in-out}.bottom-sheet__body{width:100%;height:100%;overflow-y:auto}.bottom-sheet__header{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:12px}.bottom-sheet__header-back{width:auto;height:max-content;padding:4px;display:flex;justify-content:center;align-items:center}.bottom-sheet__header-title{font-weight:500;font-size:19px;line-height:24px;color:var(--theme-neutral-900)}.bottom-sheet__header-close{margin-left:auto;width:auto;height:max-content;display:flex;justify-content:center;align-items:center}.bottom-sheet-fade-enter-active,.bottom-sheet-fade-leave-active{transition:opacity .3s}.bottom-sheet-fade-enter-from,.bottom-sheet-fade-leave-to{opacity:0}.bottom-sheet-fade-enter-to,.bottom-sheet-fade-leave-from{opacity:1}.bottom-sheet-slide-enter-active,.bottom-sheet-slide-leave-active{transition:transform .3s cubic-bezier(.4,0,.2,1)}.bottom-sheet-slide-enter-from,.bottom-sheet-slide-leave-to{transform:translateY(100%)}.bottom-sheet-slide-enter-to,.bottom-sheet-slide-leave-from{transform:translateY(0)}.breadcrumb{width:auto;display:flex;justify-content:flex-start;align-items:center}.breadcrumb__item{font-size:14px;line-height:1;color:var(--theme-neutral-text-caption)}.breadcrumb__item.breadcrumb__item--disabled{color:var(--theme-neutral-text-body);cursor:default}.breadcrumb__item:not(.breadcrumb__item--disabled,.breadcrumb__seporator):hover{text-decoration:underline}.breadcrumb__seporator{padding:0 8px;display:flex;justify-content:center;align-items:center;cursor:default}.button{--button-padding: 10px 20px;--button-border-radius: 12px;--button-bg-color: var(--theme-neutral-0);--button-color: var(--theme-neutral-900);--button-gap: 8px;--button-font-size: 16px;--button-line-height: 20px;min-width:max-content;width:max-content;height:auto;padding:var(--button-padding);border-radius:var(--button-border-radius);font-size:var(--button-font-size);line-height:var(--button-line-height);color:var(--button-color);background-color:var(--button-bg-color);gap:var(--button-gap);display:flex;align-items:center;justify-content:center;text-decoration:none;border:none;outline:none;transition:.3s background-color ease-in-out}.button:disabled{cursor:default}.button.button--full{width:100%!important}.button.button--rounded{--button-border-radius: 100px}.button.button--strong{font-weight:500}.button.button--contrast.button--primary{--button-bg-color: var(--theme-primary-200_25);--button-color: var(--theme-primary-500)}.button.button--contrast.button--primary:hover{--button-bg-color: var(--theme-primary-250)}.button.button--contrast.button--primary:focus{--button-bg-color: var(--theme-primary-250);box-shadow:0 0 0 4px var(--theme-primary-200_25)}.button.button--contrast.button--primary:active{--button-bg-color: var(--theme-primary-200);box-shadow:none}.button.button--contrast.button--primary:disabled{--button-bg-color: var(--theme-neutral-surface-disabled);--button-color: var(--theme-neutral-text-disabled)}.button.button--contrast.button--danger{--button-bg-color: var(--theme-error-100_50);--button-color: var(--theme-error-500)}.button.button--contrast.button--danger:hover{--button-bg-color: var(--theme-error-200_50);--button-color: var(--theme-error-500)}.button.button--contrast.button--danger:focus{--button-bg-color: var(--theme-error-200_50);--button-color: var(--theme-error-500);box-shadow:0 0 0 4px var(--theme-error-200)}.button.button--contrast.button--danger:active{--button-bg-color: var(--theme-error-200);--button-color: var(--theme-error-500);box-shadow:none}.button.button--contrast.button--danger:disabled{--button-bg-color: var(--theme-neutral-surface-disabled);--button-color: var(--theme-neutral-text-disabled)}.button.button--outlined.button--primary{--button-bg-color: var(--theme-neutral-0);--button-color: var(--theme-primary-500);border:1px solid var(--theme-primary-500)}.button.button--outlined.button--primary:hover{--button-bg-color: var(--theme-primary-50)}.button.button--outlined.button--primary:focus{--button-bg-color: var(--theme-primary-50);border:0;box-shadow:0 0 0 4px var(--theme-primary-200)}.button.button--outlined.button--primary:active{background-color:var(--theme-primary-50);border:1px solid var(--theme-primary-500);box-shadow:none}.button.button--outlined.button--primary:disabled{--button-bg-color: var(--theme-neutral-0);--button-color: var(--theme-neutral-text-disabled);border:1px solid var(--theme-neutral-border-disabled)}.button.button--outlined.button--danger{--button-bg-color: var(--theme-neutral-0);--button-color: var(--theme-error-500);border:1px solid var(--theme-error-500)}.button.button--outlined.button--danger:hover{--button-bg-color: var(--theme-error-100_50)}.button.button--outlined.button--danger:focus{--button-bg-color: var(--theme-error-100_50);border:1px solid var(--theme-error-500);box-shadow:1px 1px 4px 8px #ffd4d466}.button.button--outlined.button--danger:active{--button-bg-color: var(--theme-error-200);box-shadow:none}.button.button--outlined.button--danger:disabled{--button-bg-color: var(--theme-neutral-0);--button-color: var(--theme-neutral-text-disabled);border:1px solid var(--theme-neutral-border-disabled)}.button.button--outlined.button--secondary{--button-bg-color: var(--theme-neutral-0);--button-color: var(--theme-neutral-500);border:1px solid var(--theme-neutral-border-default);transition:.3s box-shadow ease-in-out,.3s border ease-in-out}.button.button--outlined.button--secondary:hover{--button-bg-color: var(--theme-neutral-200)}.button.button--outlined.button--secondary:focus{border:1px solid transparent;box-shadow:0 0 0 4px var(--theme-primary-200);transition:.3s box-shadow ease-in-out,.3s border ease-in-out}.button.button--outlined.button--secondary:active{--button-bg-color: var(--theme-neutral-300_40);--button-color: var(--theme-neutral-500);box-shadow:none;border:1px solid var(--theme-neutral-border-default)}.button.button--outlined.button--secondary:disabled{--button-color: var(--theme-neutral-text-disabled)}.button.button--text{--button-bg-color: transparent;--button-color: var(--theme-text-icon-body)}.button.button--text:hover{--button-bg-color: var(--theme-primary-200_25)}.button.button--text:focus{--button-bg-color: var(--theme-primary-200_25);box-shadow:1px 1px 4px 4px var(--theme-primary-500_5)}.button.button--text:active{--button-bg-color: var(--theme-primary-200_50);box-shadow:none}.button.button--text:disabled{--button-bg-color: transparent;--button-color: var(--theme-neutral-text-disabled)}.button.button--text.button--primary{--button-bg-color: transparent;--button-color: var(--theme-primary-500)}.button.button--text.button--primary:hover{--button-bg-color: var(--theme-primary-50);box-shadow:none}.button.button--text.button--primary:focus{--button-bg-color: var(--theme-primary-50);box-shadow:1px 1px 4px 4px var(--theme-primary-500_5)}.button.button--text.button--primary:active{box-shadow:none}.button.button--text.button--danger{--button-bg-color: transparent;--button-color: var(--theme-error-500)}.button.button--text.button--danger:hover{--button-bg-color: var(--theme-error-100_50)}.button.button--text.button--danger:focus{--button-bg-color: var(--theme-error-100_50);box-shadow:1px 1px 4px 4px #ffc5c566}.button.button--text.button--danger:active{--button-bg-color: var(--theme-error-200);box-shadow:none}.button.button--text.button--danger:disabled{--button-bg-color: transparent;--button-color: var(--theme-neutral-text-disabled)}.button.button--link{width:max-content;height:max-content;--button-bg-color: transparent;--button-color: var(--theme-info-400)}.button.button--link:hover{text-decoration:underline}.button.button--link:disabled{color:var(--theme-neutral-text-disabled);text-decoration:none}.button.button--primary{--button-bg-color: var(--theme-primary-500);--button-color: var(--theme-neutral-0)}.button.button--primary:hover{--button-bg-color: var(--theme-primary-400)}.button.button--primary:focus{--button-bg-color: var(--theme-primary-400);box-shadow:0 0 0 4px var(--theme-primary-200_25)}.button.button--primary:active{--button-bg-color: var(--theme-primary-600);box-shadow:none}.button.button--primary:disabled{--button-bg-color: var(--theme-neutral-surface-disabled);--button-color: var(--theme-neutral-text-disabled);box-shadow:none}.button.button--danger{--button-bg-color: var(--theme-error-500);--button-color: var(--theme-neutral-0)}.button.button--danger:hover{--button-bg-color: var(--theme-error-400)}.button.button--danger:focus{--button-bg-color: var(--theme-error-400);box-shadow:0 0 0 4px var(--theme-error-200)}.button.button--danger:active{--button-bg-color: var(--theme-error-600);box-shadow:none}.button.button--danger:disabled{--button-bg-color: var(--theme-neutral-surface-disabled);--button-color: var(--theme-neutral-text-disabled)}.button.button--small{--button-padding: 8px 16px;--button-font-size: 14px;--button-line-height: 18px;--button-gap: 4px}.button.button--small.button--only-icon{--button-padding: 8px}.button.button--small.button--only-icon .button__icon{width:16px;height:16px}.button.button--large{--button-padding: 16px 24px;--button-font-size: 20px;--button-gap: 12px}.button.button--large.button--only-icon{--button-padding: 16px}.button.button--large.button--only-icon .button__icon{width:24px;height:24px}.button.button--only-icon{--button-padding: 12px;aspect-ratio:1/1}.button.button--only-icon .button__icon{width:20px;height:20px}.button.button--icon-right{flex-direction:row-reverse}.checkbox{position:relative;display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox.checkbox--disabled{cursor:default}.checkbox__input{display:none}.checkbox__input:checked~.checkbox__field,.checkbox__input:indeterminate~.checkbox__field{background-color:var(--theme-primary-500);border-color:var(--theme-primary-500)}.checkbox__input:checked~.checkbox__field .dot,.checkbox__input:indeterminate~.checkbox__field .dot{opacity:1;visibility:visible;transition:var(--animate-duration) opacity ease-in-out,var(--animate-duration) visibility ease-in-out}.checkbox__input:checked~.checkbox__field:hover,.checkbox__input:indeterminate~.checkbox__field:hover{background-color:#55cd75;border-color:#55cd75}.checkbox__input:focus:checked~.checkbox__field{background-color:var(--theme-primary-200_15);border-color:var(--theme-primary-500)}.checkbox__input:active:checked~.checkbox__field{background-color:var(--theme-primary-700);border-color:var(--theme-primary-700)}.checkbox__input:disabled~.checkbox__field{border-color:#dcdcdc}.checkbox__input:disabled~.checkbox__label{color:#dcdcdc}.checkbox__input:disabled:checked~.checkbox__field{background-color:#dcdcdc}.checkbox__field{width:20px;height:20px;border-radius:4px;border:1px solid var(--theme-neutral-border-default);background-color:var(--theme-neutral-0);display:flex;justify-content:center;align-items:center}.checkbox__field .dot{width:100%;height:100%;opacity:0;visibility:hidden;transition:var(--animate-duration) opacity ease-in-out,var(--animate-duration) visibility ease-in-out;display:flex;justify-content:center;align-items:center}.checkbox__label{font-size:15px;line-height:130%;color:var(--theme-neutral-text-title)}.chip-checkbox{position:relative;width:max-content;display:flex;justify-content:flex-start;align-items:center;padding:7px 8px;border-radius:12px;transition:.3s background-color ease-in-out,.3s gap ease-in-out;cursor:pointer}.chip-checkbox:has(input:checked){background-color:var(--theme-neutral-surface-icon);gap:8px}.chip-checkbox input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.chip-checkbox input:checked~.chip-checkbox__icon{width:18px;opacity:1;visibility:visible}.chip-checkbox__icon{width:0;height:18px;opacity:0;visibility:hidden;transition:.3s opacity ease-in-out,.3s visibility ease-in-out,.3s width ease-in-out;overflow:hidden;display:flex;justify-content:center;align-items:center}.chip-checkbox__icon svg{width:100%;height:100%}.chip-checkbox__text{font-size:12px;line-height:120%;color:var(--theme-neutral-text-body)}.divider{position:relative;width:100%;height:1px;display:flex;align-items:center}.divider:before{position:absolute;content:""}.divider__content{width:max-content;font-size:14px;line-height:120%;color:var(--theme-neutral-text-body);padding:4px 8px;background-color:var(--theme-neutral-0);z-index:1}.divider.divider--center{justify-content:center}.divider.divider--left{justify-content:flex-start}.divider.divider--left .divider__content{margin-left:30px}.divider.divider--right{justify-content:flex-end}.divider.divider--right .divider__content{margin-right:30px}.divider.divider--horizontal:before{width:100%;height:auto;border-block-start:1px solid var(--theme-neutral-250)}.divider.divider--horizontal.divider--solid:before{border-block-start-style:solid}.divider.divider--horizontal.divider--dashed:before{border-block-start-style:dashed}.divider.divider--horizontal.divider--dotted:before{border-block-start-style:dotted}.divider.divider--vertical{width:1px;min-height:100%}.divider.divider--vertical:before{inset-block-start:0;inset-inline-start:50%;height:100%;content:"";border-inline-start:1px solid var(--theme-neutral-250)}.divider.divider--vertical.divider--solid:before{border-block-start-style:solid}.divider.divider--vertical.divider--dashed:before{border-block-start-style:dashed}.divider.divider--vertical.divider--dotted:before{border-block-start-style:dotted}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;width:100dvw;height:100dvh;z-index:1000;display:flex;justify-content:flex-start}.drawer.drawer--right{justify-content:flex-end}.drawer.drawer--right .drawer-close{left:-44px;border-radius:20px 0 0 20px}.drawer.drawer--top{align-items:flex-start;justify-content:flex-start}.drawer.drawer--top .drawer-wrapper{width:100%;height:var(--widthDrawer)}.drawer.drawer--bottom{align-items:flex-end;justify-content:flex-start}.drawer.drawer--bottom .drawer-wrapper{width:100%;height:var(--widthDrawer)}.drawer-overlay{position:absolute;width:100%;height:100%;background-color:#16161633}.drawer-wrapper{position:relative;width:var(--widthDrawer);height:100%;background-color:var(--theme-neutral-0);padding:20px 16px;box-shadow:0 3px 4px #00000040}.drawer-close{position:absolute;width:44px;height:40px;right:-44px;display:flex;justify-content:center;align-items:center;background-color:var(--theme-neutral-0);padding:8px 8px 8px 12px;border-radius:0 20px 20px 0;cursor:pointer}.drawer-close button{display:flex;justify-content:center;align-items:center}.drawer-close:hover svg{color:var(--theme-primary-500);transition:.3s color ease-in-out}.drawer-close svg{width:18px;height:18px;color:var(--theme-neutral-text-caption);transition:.3s color ease-in-out}.drawer-animate-enter-from .drawer-overlay{opacity:0;visibility:hidden}.drawer-animate-enter-from .drawer-wrapper{transform:translate(-100%)}.drawer-animate-enter-from.drawer--right .drawer-wrapper{transform:translate(calc(100% + 44px))}.drawer-animate-enter-from.drawer--top .drawer-wrapper{transform:translateY(-100%)}.drawer-animate-enter-from.drawer--bottom .drawer-wrapper{transform:translateY(100%)}.drawer-animate-enter-to .drawer-overlay{opacity:1;visibility:visible}.drawer-animate-enter-to.drawer--left .drawer-wrapper,.drawer-animate-enter-to.drawer--right .drawer-wrapper{transform:translate(0)}.drawer-animate-enter-to.drawer--top .drawer-wrapper,.drawer-animate-enter-to.drawer--bottom .drawer-wrapper{transform:translateY(0)}.drawer-animate-leave-from .drawer-overlay{opacity:1;visibility:visible}.drawer-animate-leave-from.drawer--left .drawer-wrapper,.drawer-animate-leave-from.drawer--right .drawer-wrapper{transform:translate(0)}.drawer-animate-leave-from.drawer--top .drawer-wrapper,.drawer-animate-leave-from.drawer--bottom .drawer-wrapper{transform:translateY(0)}.drawer-animate-leave-to .drawer-overlay{opacity:0;visibility:hidden}.drawer-animate-leave-to.drawer--left .drawer-wrapper{transform:translate(-100%)}.drawer-animate-leave-to.drawer--right .drawer-wrapper{transform:translate(calc(100% + 44px))}.drawer-animate-leave-to.drawer--top .drawer-wrapper{transform:translateY(-100%)}.drawer-animate-leave-to.drawer--bottom .drawer-wrapper{transform:translateY(100%)}.drawer-animate-enter-active{transition:all .5s ease-in-out}.drawer-animate-enter-active .drawer-overlay{transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.drawer-animate-enter-active .drawer-wrapper{transition:transform .3s ease-in-out;transition-delay:.15s}.drawer-animate-leave-active{transition:all .5s ease-in-out}.drawer-animate-leave-active .drawer-overlay{transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.drawer-animate-leave-active .drawer-wrapper{transition:transform .3s ease-in-out}.tag{display:inline-flex;align-items:center;border-radius:12px;padding:4px 12px;font-size:12px;line-height:1;gap:8px;cursor:default}.tag__content{display:flex;justify-content:flex-start;align-items:center;gap:8px}.tag.tag--primary{background:var(--theme-primary-200_25);color:var(--theme-primary-900)}.tag.tag--primary .tag__icon{color:var(--theme-primary-600)}.tag.tag--secondary{background:var(--theme-neutral-surface-icon);color:var(--theme-neutral-text-subtitle)}.tag.tag--secondary .tag__icon{color:var(--theme-neutral-icon-primary)}.tag.tag--info{background:var(--theme-info-100_50);color:var(--theme-info-800)}.tag.tag--info .tag__icon{color:var(--theme-info-800)}.tag.tag--strong{font-weight:500}.tag.tag--with-icon{line-height:22px}.tag.tag--icon-right .tag__content{flex-direction:row-reverse}.tag__icon,.tag__remove{background:none;border:none;color:inherit;width:12px;height:12px;padding:0;color:var(--theme-neutral-icon-primary);cursor:default;display:flex;justify-content:center;align-items:center}.tag__icon svg,.tag__remove svg{width:100%;height:100%}.tag__remove{cursor:pointer}.tag__remove:hover{color:var(--theme-neutral-text-body)}.tag__text{padding-top:1px}.input{width:100%;height:auto;display:flex;flex-direction:column;gap:4px}.input.input--disabled .input__label{color:var(--theme-neutral-icon-disabled)}.input.input--disabled .input__field{border-color:var(--theme-neutral-border-disabled)}.input.input--error .input__label{color:var(--theme-error-500)}.input.input--error .input__field{border-color:var(--theme-error-500)!important;color:var(--theme-error-500)}.input.input--error .input__field::placeholder{color:var(--theme-error-500)}.input.input--small .input__field{height:26px;font-size:12px;line-height:150%}.input.input--small .input__field::placeholder{font-size:12px;line-height:150%}.input.input--large .input__field{height:37px;font-size:16px;line-height:130%}.input.input--large .input__field::placeholder{font-size:16px;line-height:130%}.input.input--outlined .input__field{border-color:var(--theme-neutral-border-default)}.input.input--outlined .input__field:hover{border-color:var(--theme-primary-500)}.input.input--outlined .input__field:focus{border-color:var(--theme-primary-500)}.input.input--outlined .input__field:disabled{border-color:var(--theme-neutral-border-disabled)}.input.input--fill .input__field{background-color:var(--theme-neutral-100)}.input__label{font-size:12px;font-weight:500;color:var(--theme-neutral-text-body);padding-left:8px}.input__wrapper{position:relative;display:flex;align-items:center;gap:4px}.input__field{width:100%;height:32px;border:1px solid transparent;background-color:var(--theme-neutral-0);border-radius:8px;display:flex;justify-content:flex-start;align-items:center;padding-left:8px;padding-bottom:2px}.input__field::placeholder{max-width:100%;font-family:Roboto,sans-serif;font-size:15px;line-height:24px;color:var(--theme-neutral-icon-disabled);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.input__actions{width:max-content;height:100%;display:flex;justify-content:center;align-items:center;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.input__clear{width:12px;height:12px;background-color:transparent;display:flex;justify-content:center;align-items:center}.input__clear svg{width:100%}.input__clear:hover{color:var(--theme-primary-500)}.input__eye{display:flex;justify-content:center;align-items:center;color:var(--theme-neutral-text-caption)}.input__error{font-size:10px;line-height:1;color:var(--theme-error-500);padding:4px 8px}.icon-field{width:100%;height:max-content;display:flex;justify-content:flex-start;align-items:center;border:1px solid var(--theme-neutral-border-default);border-radius:8px;padding:0 8px}.icon-field.icon-field--left{flex-direction:row}.icon-field.icon-field--right{flex-direction:row-reverse}.icon-field.icon-field--disabled{border-color:var(--theme-neutral-border-disabled)}.icon-field.icon-field--disabled .icon-field__icon{color:var(--theme-neutral-border-disabled)}.icon-field__icon{color:var(--theme-neutral-icon-disabled)}.icon-field__content{width:100%;display:flex;justify-content:flex-start;align-items:center}.icon-field__content>*{width:100%}.icon-field__content .input__field{border-width:0}.spinner{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px}.spinner.spinner--small{width:30px;height:30px}.spinner.spinner--large{width:70px;height:70px}.spinner__circle{box-sizing:border-box;display:block;width:100%;height:100%;border:var(--spinner-stroke-width) solid transparent;border-top-color:var(--theme-primary-500);border-radius:50%;animation:spinner-rotate .8s linear infinite}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dropdown{width:100%;position:relative}.dropdown.dropdown--open .dropdown__field-arrow{transform:translateY(-50%) scaleY(-1);transition:var(--animate-duration) transform ease-in-out}.dropdown.dropdown--open .dropdown__popover{max-height:300px;opacity:1;pointer-events:auto}.dropdown__field{position:relative;width:100%;height:100%;cursor:pointer}.dropdown__field-inner{display:flex;align-items:center;flex-wrap:wrap;min-height:32px;width:100%;padding:0 12px;background:var(--theme-neutral-bg-default);border:1px solid var(--theme-neutral-border-default);border-radius:8px;gap:4px;overflow-x:scroll}.dropdown__field-inner--multiple{cursor:text}.dropdown__field-input{flex:1 1 60px;min-width:60px;border:none;outline:none;background:transparent;font-size:15px;line-height:130%;color:var(--theme-neutral-text-default);padding:4px 0;height:28px;cursor:pointer}.dropdown__field-input:hover{border-color:var(--theme-primary-400)}.dropdown__field-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--theme-neutral-icon-default);display:flex;justify-content:center;align-items:center;transition:var(--animate-duration) transform ease-in-out}.dropdown__popover{position:absolute;top:calc(100% + 10px);left:0;width:100%;max-height:0;opacity:0;background-color:var(--theme-neutral-0);border-radius:8px;border:1px solid var(--theme-neutral-border-default);box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;pointer-events:none;overflow:auto}.dropdown__popover-wrapper{width:100%;height:100%;padding:0 0 8px;display:flex;flex-direction:column;gap:12px}.dropdown__popover-loading{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.dropdown__popover-search{padding:8px 12px;position:sticky;top:0;background-color:#fff}.dropdown__popover-item{cursor:pointer;padding:8px 12px;border-radius:6px;transition:background .15s}.dropdown__popover-item:hover{background:var(--theme-primary-50)}.dropdown__popover-item--selected{background:var(--theme-primary-100);color:var(--theme-primary-700);font-weight:600}.input-number{display:flex;align-items:center;gap:4px}.input-number__wrapper{display:flex;justify-content:flex-start;align-items:center;gap:8px;border-radius:10px;border:1px solid var(--theme-neutral-border-default);overflow:hidden;padding:0 16px}.input-number__input{min-width:56px;width:auto;height:36px;text-align:left;font-size:15px;line-height:24px;color:var(--theme-neutral-600)}.input-number__input::-webkit-inner-spin-button{display:none}.input-number__button{width:36px;height:36px}.input-number.input-number--view-buttons .input-number__input{width:56px;text-align:center}.input-number.input-number--icon-left .input-number__wrapper{padding-left:8px}.input-number.input-number--icon-right .input-number__wrapper{flex-direction:row-reverse}.modal[data-v-b013ef10]{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:1001;display:flex;justify-content:center;align-items:center;opacity:1;visibility:visible;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.modal.modal--center[data-v-b013ef10]{align-items:center}.modal.modal--top[data-v-b013ef10]{align-items:flex-start;padding-top:5vh}.modal.modal--bottom[data-v-b013ef10]{align-items:flex-end;padding-bottom:5vh}.modal__overlay[data-v-b013ef10]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:#16161633}.modal__content[data-v-b013ef10]{position:relative;max-width:80vw;min-width:200px;max-height:80vh;background-color:var(--theme-neutral-0);border-radius:12px;padding:24px;box-shadow:0 4px 12px #00000040;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px}.modal__header[data-v-b013ef10]{width:100%;height:42px;display:flex;justify-content:space-between;align-items:center;padding-bottom:12px}.modal__header-title[data-v-b013ef10]{font-size:20px;font-weight:500;color:var(--theme-neutral-text-title)}.modal__header-close[data-v-b013ef10]{cursor:pointer;color:#a1a1a1;transition:color .3s ease-in-out;margin-left:auto}.modal__header-close[data-v-b013ef10]:hover{color:var(--theme-primary-500);transition:color .3s ease-in-out}.modal__body[data-v-b013ef10]{width:100%;height:100%;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow:hidden}.modal-content-fade-enter-active[data-v-b013ef10],.modal-content-fade-leave-active[data-v-b013ef10]{transition:opacity .3s ease,visibility .3s ease}.modal-content-fade-enter-from[data-v-b013ef10],.modal-content-fade-leave-to[data-v-b013ef10]{opacity:0;visibility:hidden}.modal-content-fade-enter-to[data-v-b013ef10],.modal-content-fade-leave-from[data-v-b013ef10]{opacity:1;visibility:visible}.overlay-badge{position:relative;width:max-content;height:max-content}.overlay-badge.overlay-badge--right .overlay-badge__badge{left:calc(100% - 5px)}.overlay-badge.overlay-badge--left .overlay-badge__badge{left:-4px}.overlay-badge__badge{position:absolute;top:-4px}.popover-wrapper[data-v-b91d4985]{width:max-content;position:relative;display:flex;justify-content:flex-start;align-items:flex-start}.popover-container[data-v-b91d4985]{position:absolute;top:0;left:0}.popover-content[data-v-b91d4985]{background-color:#fff;border-radius:16px;padding:16px 12px;min-width:160px;box-shadow:0 12px 25px #0000001a,0 0 8px #0000001a;transform-origin:top;position:absolute}.popover-arrow[data-v-b91d4985]{width:16px;height:10px;background-color:transparent;position:absolute}.popover-arrow[data-v-b91d4985]:after{position:absolute;top:0;left:0;content:"";display:block;width:0;height:0;margin:auto;border-left:13px solid transparent;border-right:13px solid transparent;border-bottom:13px solid white;filter:drop-shadow(0px 12px 25px rgba(0,0,0,.1)) drop-shadow(0px 0px 8px rgba(0,0,0,.1))}.fade-slide-down-enter-active[data-v-b91d4985],.fade-slide-down-leave-active[data-v-b91d4985]{transition:opacity .2s ease,transform .2s ease;z-index:1001}.fade-slide-down-enter-from[data-v-b91d4985],.fade-slide-down-leave-to[data-v-b91d4985]{opacity:0;transform:translateY(-8px)}.radio{width:auto;height:auto;position:relative;display:flex;justify-content:flex-start;align-items:center;gap:8px}.radio__input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:3;cursor:pointer}.radio__input:focus+.radio__track{box-shadow:0 0 0 9px #eafef0;border-color:var(--theme-primary-150)}.radio__input:active+.radio__track{box-shadow:0 0 0 9px #eafef0;border-color:var(--theme-primary-700)}.radio__input:checked+.radio__track{border-color:var(--theme-primary-500)}.radio__input:checked+.radio__track .radio__thumb{opacity:1;visibility:visible}.radio__track{min-width:20px;width:20px;height:20px;border-radius:100%;background-color:var(--theme-neutral-surface-default);border:1px solid var(--theme-neutral-border-default);cursor:pointer;margin-top:1px;display:flex;justify-content:center;align-items:center}.radio__track .radio__thumb{width:14px;height:14px;border-radius:100%;background-color:var(--theme-primary-500);opacity:0;visibility:hidden;transition:.3s opacity ease-in-out,.3s visibility ease-in-out}.radio__label{font-size:14px;color:var(--theme-neutral-text-body)}.radio.radio--small .radio__label{font-size:12px}.radio.radio--large .radio__label{font-size:16px}.skeleton{position:relative;overflow:hidden;background-color:var(--theme-neutral-250)}.skeleton:after{content:"";animation:skeleton-animation 1.2s infinite;height:100%;left:0;position:absolute;right:0;top:0;transform:translate(-100%);z-index:1;background:linear-gradient(90deg,#fff0,#fff6,#fff0)}.skeleton.skeleton--circle{border-radius:100%!important}.skeleton.skeleton--square{width:var(--size)!important;height:var(--size)!important;aspect-ratio:1/1}@keyframes skeleton-animation{0%{transform:translate(-100%)}to{transform:translate(100%)}}.sleed-deal{position:relative;display:flex;align-items:center;justify-content:center}.sleed-deal-menu{position:absolute;bottom:calc(100% + 10px);left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background-color:#fff;box-shadow:0 4px 12px #0000001a;padding:4px;border-radius:10px;min-width:100px;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.sleed-deal-menu.sleed-deal-menu--open{opacity:1;visibility:visible;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.sleed-deal-menu__item{display:flex;justify-content:flex-start;align-items:center;gap:4px;padding:4px 6px;border-radius:10px;cursor:pointer}.sleed-deal-menu__item-icon{width:32px;height:32px;background-color:var(--theme-primary-50);color:var(--theme-primary-500);padding:8px;border-radius:100%}.sleed-deal-menu__item-label{width:max-content;font-size:14px}.sleed-deal-menu__item:hover{background-color:var(--theme-primary-50)}.switch{width:48px;height:24px;position:relative;cursor:pointer}.switch.switch--disabled{cursor:default}.switch:hover .switch__thumb{box-shadow:0 2px 6px 2px #0000000d,0 1px 2px #0000001a}.switch:hover .switch__input:checked+.switch__track{background-color:var(--theme-primary-300)}.switch:focus .switch__input:checked+.switch__track{background-color:var(--theme-primary-300)}.switch__input{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0;z-index:3;cursor:pointer}.switch__input:checked+.switch__track{background-color:var(--theme-primary-500)}.switch__input:checked+.switch__track .switch__thumb{transform:translate(24px)}.switch__input:disabled+.switch__track{background-color:var(--theme-neutral-surface-disabled)}.switch__input:disabled+.switch__track .switch__thumb{background-color:var(--theme-neutral-text-disabled)}.switch__track{width:100%;height:100%;background-color:var(--theme-neutral-250);border-radius:100px;padding:2px;transition:.3s background-color ease-in-out}.switch__thumb{min-width:20px;width:20px;height:20px;background-color:var(--theme-neutral-0);border-radius:100%;transition:.3s transform ease-in-out}.sort-button{width:max-content;display:flex;flex-direction:column;justify-content:center;align-items:center}.sort-button__item{display:flex;justify-content:center;align-items:center;color:var(--theme-neutral-text-caption)}.sort-button__item.sort-button__item--active{color:var(--theme-primary-500)}.filters{display:flex;justify-content:center;align-items:center}.filters__button{display:flex;justify-content:center;align-items:center;width:22px;height:22px;color:var(--theme-neutral-text-caption);cursor:pointer;transition:color .3s ease-in-out}.filters__button svg{width:12px;height:12px}.filters__button:hover{color:var(--theme-primary-700);transition:color .3s ease-in-out}.table{width:100%;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.table__header{width:100%;height:auto;border-bottom:1px solid var(--theme-neutral-border-default)}.table__header .table__col{background-color:var(--theme-neutral-surface-icon);font-size:12px;line-height:1;font-weight:500;color:var(--theme-neutral-text-title)}.table__body{width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.table__row{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.table__row:not(:last-child){border-bottom:1px solid var(--theme-neutral-border-default)}.table__col{display:flex;justify-content:flex-start;align-items:center;padding:8px}.table__col:not(:last-child){border-right:1px solid var(--theme-neutral-border-default)}.table__col-sort{width:max-content;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;margin-left:auto;margin-right:8px}.table__col-sort span{display:flex;justify-content:center;align-items:center;color:var(--theme-neutral-text-caption)}.tabs[data-v-4fd56cd2]{width:100%;height:auto}.tab{width:max-content;height:max-content;position:relative;padding:8px 4px;font-size:14px;line-height:22px;color:var(--theme-neutral-text-body);cursor:pointer;margin-bottom:-1px;border-radius:8px}.tab:after{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;content:"";width:100%;height:2px;background-color:var(--theme-primary-500);position:absolute;left:0;right:0;bottom:0}.tab.tab--active{color:var(--theme-primary-500)}.tab.tab--active:after{opacity:1;visibility:visible}.tab-panel[data-v-bccbf978]{padding:16px}.tab-list{position:relative;width:100%;height:auto;overflow-x:scroll;overflow-y:hidden;box-sizing:content-box;scrollbar-width:thin;scrollbar-color:var(--theme-neutral-border-default) transparent}.tab-list::-webkit-scrollbar{width:0;height:8px}.tab-list::-webkit-scrollbar-thumb{background-color:var(--theme-neutral-border-default);border-radius:4px}.tab-list::-webkit-scrollbar-track{background:transparent}.tab-list::-webkit-scrollbar-corner{background:transparent}.tab-list__content{position:relative;min-width:100%;width:max-content;height:auto;display:flex;justify-content:flex-start;align-items:center;gap:24px}.tab-list__content:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:1px;background-color:var(--theme-color-m)}.textarea{max-width:100%;display:flex;flex-direction:column;gap:4px}.textarea.textarea--disabled .textarea__label{color:var(--theme-neutral-icon-disabled)}.textarea.textarea--error .textarea__label{color:var(--theme-error-500)}.textarea.textarea--error .textarea__field{border-color:var(--theme-error-500)}.textarea.textarea--small .textarea__field{height:26px;font-size:12px;line-height:150%}.textarea.textarea--small .textarea__field::placeholder{font-size:12px;line-height:150%}.textarea.textarea--large .textarea__field{height:37px;font-size:16px;line-height:130%}.textarea__label{font-size:12px;font-weight:500;line-height:150%;padding-left:8px}.textarea__field{max-width:100%;width:100%;min-height:32px;height:32px;padding:5px 12px;border:1px solid #E0E0E0;border-radius:8px;font-size:15px;line-height:130%}.textarea__field::placeholder{font-size:15px;line-height:130%;color:var(--theme-neutral-icon-disabled)}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value?: string | number | (string | number)[];
|
|
3
|
+
multiple?: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {
|
|
7
|
+
contentRef: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
13
|
+
contentRef: HTMLDivElement;
|
|
14
|
+
}, HTMLDivElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLButtonElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: string | number;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value?: string | number;
|
|
3
|
+
variant?: 'primary' | 'danger' | 'neutral';
|
|
4
|
+
strong?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Badge } from './Badge';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
type __VLS_PublicProps = {
|
|
2
|
+
'open': boolean;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {
|
|
10
|
+
bottomSheetRef: HTMLDivElement;
|
|
11
|
+
bottomSheetContentRef: HTMLDivElement;
|
|
12
|
+
bottomSheetBodyRef: HTMLDivElement;
|
|
13
|
+
};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
close: (...args: any[]) => void;
|
|
19
|
+
"update:open": (value: boolean) => void;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
23
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
24
|
+
bottomSheetRef: HTMLDivElement;
|
|
25
|
+
bottomSheetContentRef: HTMLDivElement;
|
|
26
|
+
bottomSheetBodyRef: HTMLDivElement;
|
|
27
|
+
}, any>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as BottomSheet } from './BottomSheet';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { MenuItem } from '../../types/global.types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
items: MenuItem[];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Breadcrumb } from './Breadcrumb';
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import { Component, PropType } from 'vue';
|
|
2
|
+
import { RouteLocationRaw } from 'vue-router';
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
5
|
+
slots: Readonly<{
|
|
6
|
+
default?: (props: Record<string, never>) => any;
|
|
7
|
+
}> & {
|
|
8
|
+
default?: (props: Record<string, never>) => any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
15
|
+
size: {
|
|
16
|
+
type: PropType<"small" | "default" | "large">;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
variant: {
|
|
20
|
+
type: PropType<"primary" | "secondary" | "danger" | "link">;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
url: {
|
|
24
|
+
type: PropType<string | RouteLocationRaw>;
|
|
25
|
+
default: undefined;
|
|
26
|
+
};
|
|
27
|
+
rounded: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
disabled: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
contrast: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
outlined: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
text: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
icon: {
|
|
48
|
+
type: PropType<Component>;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
51
|
+
iconPosition: {
|
|
52
|
+
type: PropType<"left" | "right">;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
label: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
};
|
|
58
|
+
iconOnly: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
strong: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
full: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
71
|
+
size: {
|
|
72
|
+
type: PropType<"small" | "default" | "large">;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
variant: {
|
|
76
|
+
type: PropType<"primary" | "secondary" | "danger" | "link">;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
url: {
|
|
80
|
+
type: PropType<string | RouteLocationRaw>;
|
|
81
|
+
default: undefined;
|
|
82
|
+
};
|
|
83
|
+
rounded: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
disabled: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
contrast: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
outlined: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
default: boolean;
|
|
98
|
+
};
|
|
99
|
+
text: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
103
|
+
icon: {
|
|
104
|
+
type: PropType<Component>;
|
|
105
|
+
default: undefined;
|
|
106
|
+
};
|
|
107
|
+
iconPosition: {
|
|
108
|
+
type: PropType<"left" | "right">;
|
|
109
|
+
default: string;
|
|
110
|
+
};
|
|
111
|
+
label: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
};
|
|
114
|
+
iconOnly: {
|
|
115
|
+
type: BooleanConstructor;
|
|
116
|
+
default: boolean;
|
|
117
|
+
};
|
|
118
|
+
strong: {
|
|
119
|
+
type: BooleanConstructor;
|
|
120
|
+
default: boolean;
|
|
121
|
+
};
|
|
122
|
+
full: {
|
|
123
|
+
type: BooleanConstructor;
|
|
124
|
+
default: boolean;
|
|
125
|
+
};
|
|
126
|
+
}>> & Readonly<{}>, {
|
|
127
|
+
strong: boolean;
|
|
128
|
+
text: boolean;
|
|
129
|
+
variant: "link" | "primary" | "danger" | "secondary";
|
|
130
|
+
disabled: boolean;
|
|
131
|
+
size: "default" | "small" | "large";
|
|
132
|
+
url: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
|
|
133
|
+
rounded: boolean;
|
|
134
|
+
contrast: boolean;
|
|
135
|
+
outlined: boolean;
|
|
136
|
+
icon: Component;
|
|
137
|
+
iconPosition: "left" | "right";
|
|
138
|
+
iconOnly: boolean;
|
|
139
|
+
full: boolean;
|
|
140
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
141
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
142
|
+
export default _default;
|
|
143
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
144
|
+
new (): {
|
|
145
|
+
$slots: S;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
label?: string;
|
|
3
|
+
value?: string | number;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = {
|
|
7
|
+
modelValue: string[] | string | boolean | null;
|
|
8
|
+
} & __VLS_Props;
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
label?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: HTMLLabelElement;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
"update:modelValue": (value: string | boolean | string[] | null) => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
+
"onUpdate:modelValue"?: ((value: string | boolean | string[] | null) => any) | undefined;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Checkbox } from './Checkbox';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: string;
|
|
3
|
+
label: string;
|
|
4
|
+
id?: string;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = {
|
|
7
|
+
modelValue: any;
|
|
8
|
+
} & __VLS_Props;
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (value: any) => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
+
export default _default;
|