prlg-ui 1.8.349 → 1.8.351
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/FileIcon-BE4ItwkK.cjs +1 -0
- package/dist/{FileIcon-HZoAz7EV.js → FileIcon-maHE2Nhr.js} +3 -3
- package/dist/{Image-CZaZueXh.js → Image-Ctgju863.js} +1 -1
- package/dist/{Image-Y7A5XzY0.cjs → Image-DLJh4B68.cjs} +1 -1
- package/dist/{QuestionIcon-D5aRnTV8.cjs → QuestionIcon-6GiQdzqJ.cjs} +1 -1
- package/dist/{QuestionIcon-Ck2NaaA1.js → QuestionIcon-C4O35j-7.js} +1 -1
- package/dist/{SendIcon-BRda3HxK.cjs → SendIcon-CH6S0QWh.cjs} +1 -1
- package/dist/{SendIcon-CDG1dCdN.js → SendIcon-Cqdt2QWN.js} +1 -1
- package/dist/{StarIcon-jHC6Ci-l.cjs → StarIcon-DNs-9ufZ.cjs} +1 -1
- package/dist/{StarIcon-ClOT3DK3.js → StarIcon-LrRNM_ak.js} +1 -1
- package/dist/{WarningFillIcon-Bl54oLiN.cjs → WarningFillIcon-BNEZgAf-.cjs} +1 -1
- package/dist/{WarningFillIcon-BWcRrdr7.js → WarningFillIcon-CEGT-_cr.js} +1 -1
- package/dist/app/blocks/BonusSummary/BonusSummary.d.ts +2 -0
- package/dist/app/blocks/BonusSummary/BonusSummary.stories.d.ts +6 -0
- package/dist/app/blocks/BonusSummary/index.d.ts +3 -0
- package/dist/app/blocks/Chat/ChatField/ChatField.d.ts +25 -0
- package/dist/app/blocks/Chat/ChatField/ChatField.stories.d.ts +6 -0
- package/dist/app/blocks/Chat/ChatField/ChatFieldActions.d.ts +17 -0
- package/dist/app/blocks/Chat/ChatField/ChatFile.d.ts +9 -0
- package/dist/app/blocks/Chat/ChatField/index.d.ts +2 -0
- package/dist/app/blocks/Chat/ChatField/uploadFile.d.ts +25 -0
- package/dist/app/blocks/index.d.ts +2 -0
- package/dist/app/components/Buttons/Button/Button.d.ts +18 -0
- package/dist/app/components/Buttons/Button/Button.stories.d.ts +16 -0
- package/dist/app/components/Buttons/Button/Button.types.d.ts +15 -0
- package/dist/app/components/Buttons/Button/index.d.ts +3 -0
- package/dist/app/components/Buttons/SleedDeal/SleedDeal.d.ts +67 -0
- package/dist/app/components/Buttons/SleedDeal/SleedDeal.stories.d.ts +6 -0
- package/dist/app/components/Buttons/SleedDeal/index.d.ts +3 -0
- package/dist/app/components/ColorPalette/ColorPalette.d.ts +7 -0
- package/dist/app/components/ColorPalette/ColorPalette.stories.d.ts +9 -0
- package/dist/app/components/ColorPalette/ColorSwatch.d.ts +11 -0
- package/dist/app/components/Data/DataTable/Column.d.ts +18 -0
- package/dist/app/components/Data/DataTable/DataTable.d.ts +112 -0
- package/dist/app/components/Data/DataTable/Table.stories.d.ts +11 -0
- package/dist/app/components/Data/DataTable/entities/TableBody.d.ts +21 -0
- package/dist/app/components/Data/DataTable/entities/TableCell.d.ts +18 -0
- package/dist/app/components/Data/DataTable/entities/TableFooter.d.ts +19 -0
- package/dist/app/components/Data/DataTable/entities/TableHeader.d.ts +10 -0
- package/dist/app/components/Data/DataTable/entities/TableRow.d.ts +29 -0
- package/dist/app/components/Data/DataTable/feature/DescriptionColumn.d.ts +5 -0
- package/dist/app/components/Data/DataTable/feature/SortButton.d.ts +10 -0
- package/dist/app/components/Data/DataTable/index.d.ts +3 -0
- package/dist/app/components/Data/DataTable/shared/composables/rowGrouping.d.ts +5 -0
- package/dist/app/components/Data/DataTable/shared/composables/setupColumn.d.ts +6436 -0
- package/dist/app/components/Data/DataTable/shared/types/Column.types.d.ts +52 -0
- package/dist/app/components/Data/DataTable/shared/types/Options.types.d.ts +11 -0
- package/dist/app/components/Data/DataTable/shared/types/Table.types.d.ts +58 -0
- package/dist/app/components/Data/DataTable/shared/types/TableBody.types.d.ts +22 -0
- package/dist/app/components/Data/DataTable/shared/types/TableHeader.types.d.ts +10 -0
- package/dist/app/components/Data/Paginator/Paginator.d.ts +14 -0
- package/dist/app/components/Data/Paginator/Paginator.stories.d.ts +6 -0
- package/dist/app/components/Data/Paginator/Paginator.types.d.ts +7 -0
- package/dist/app/components/Data/Paginator/index.d.ts +3 -0
- package/dist/app/components/Data/Table/Table.d.ts +56 -0
- package/dist/app/components/Data/Table/Table.stories.d.ts +41 -0
- package/dist/app/components/Data/Table/index.d.ts +4 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/OrderStatus.d.ts +6 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/constants.d.ts +9 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/accepted.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/approval.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/assembled.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/awaitingPayment.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/cancelled.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/complaint.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/confirmation.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/dedlineChanged.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/delayDelivery.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/documentsIssued.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/error.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/handedShipment.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/index.d.ts +26 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/orderSupplier.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/orderedSupplier.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/paid.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/readyPickup.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/readyShipment.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/receivedClient.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/reservedPayment.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/reservedShipment.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/returned.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/sentSupplier.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/transferAvailability.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/transferCustom.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/warning.d.ts +2 -0
- package/dist/app/components/Data/Table/shared/mock/mock-data.d.ts +101 -0
- package/dist/app/components/Form/Autocomplete/Autocomplete.d.ts +35 -0
- package/dist/app/components/Form/Autocomplete/Autocomplete.stories.d.ts +11 -0
- package/dist/app/components/Form/Autocomplete/Autocomplete.types.d.ts +31 -0
- package/dist/app/components/Form/Autocomplete/index.d.ts +2 -0
- package/dist/app/components/Form/Calendar/Calendar.composible.d.ts +13 -0
- package/dist/app/components/Form/Calendar/Calendar.d.ts +11 -0
- package/dist/app/components/Form/Calendar/Calendar.stories.d.ts +68 -0
- package/dist/app/components/Form/Calendar/Calendar.types.d.ts +97 -0
- package/dist/app/components/Form/Calendar/TimePicker.d.ts +14 -0
- package/dist/app/components/Form/Calendar/index.d.ts +2 -0
- package/dist/app/components/Form/Checkbox/Checkbox.d.ts +46 -0
- package/dist/app/components/Form/Checkbox/Checkbox.stories.d.ts +6 -0
- package/dist/app/components/Form/Checkbox/index.d.ts +3 -0
- package/dist/app/components/Form/ChipCheckbox/ChipCheckbox.d.ts +14 -0
- package/dist/app/components/Form/ChipCheckbox/ChipCheckbox.stories.d.ts +6 -0
- package/dist/app/components/Form/ChipCheckbox/index.d.ts +3 -0
- package/dist/app/components/Form/DatePicker/DatePicker.d.ts +38 -0
- package/dist/app/components/Form/DatePicker/DatePicker.stories.d.ts +67 -0
- package/dist/app/components/Form/DatePicker/DatePicker.types.d.ts +50 -0
- package/dist/app/components/Form/DatePicker/DatePicker.utils.d.ts +18 -0
- package/dist/app/components/Form/DatePicker/index.d.ts +2 -0
- package/dist/app/components/Form/Dropdown/Dropdown.d.ts +60 -0
- package/dist/app/components/Form/Dropdown/Dropdown.stories.d.ts +18 -0
- package/dist/app/components/Form/Dropdown/Dropdown.types.d.ts +30 -0
- package/dist/app/components/Form/Dropdown/index.d.ts +3 -0
- package/dist/app/components/Form/FormItem/FormItem.d.ts +29 -0
- package/dist/app/components/Form/FormItem/FormItem.stories.d.ts +9 -0
- package/dist/app/components/Form/FormItem/index.d.ts +1 -0
- package/dist/app/components/Form/IconField/IconField.d.ts +23 -0
- package/dist/app/components/Form/IconField/IconField.stories.d.ts +6 -0
- package/dist/app/components/Form/IconField/index.d.ts +3 -0
- package/dist/app/components/Form/InputMask/InputMask.d.ts +22 -0
- package/dist/app/components/Form/InputMask/InputMask.stories.d.ts +15 -0
- package/dist/app/components/Form/InputMask/index.d.ts +3 -0
- package/dist/app/components/Form/InputMask/useInputMask.d.ts +15 -0
- package/dist/app/components/Form/InputNumber/InputNumber.d.ts +22 -0
- package/dist/app/components/Form/InputNumber/InputNumber.stories.d.ts +6 -0
- package/dist/app/components/Form/InputNumber/index.d.ts +3 -0
- package/dist/app/components/Form/InputPhone/InputPhone.d.ts +9 -0
- package/dist/app/components/Form/InputPhone/InputPhone.stories.d.ts +6 -0
- package/dist/app/components/Form/InputPhone/InputPhone.types.d.ts +4 -0
- package/dist/app/components/Form/InputPhone/index.d.ts +3 -0
- package/dist/app/components/Form/InputText/InputText.d.ts +22 -0
- package/dist/app/components/Form/InputText/InputText.stories.d.ts +10 -0
- package/dist/app/components/Form/InputText/InputText.types.d.ts +19 -0
- package/dist/app/components/Form/InputText/index.d.ts +3 -0
- package/dist/app/components/Form/OTPCode/OTPCode.d.ts +33 -0
- package/dist/app/components/Form/OTPCode/OTPCode.stories.d.ts +15 -0
- package/dist/app/components/Form/OTPCode/OTPCode.types.d.ts +12 -0
- package/dist/app/components/Form/OTPCode/index.d.ts +2 -0
- package/dist/app/components/Form/RadioButton/Radio.d.ts +36 -0
- package/dist/app/components/Form/RadioButton/Radio.stories.d.ts +6 -0
- package/dist/app/components/Form/RadioButton/index.d.ts +3 -0
- package/dist/app/components/Form/Schedule/Schedule.d.ts +49 -0
- package/dist/app/components/Form/Schedule/Schedule.stories.d.ts +10 -0
- package/dist/app/components/Form/Schedule/Schedule.types.d.ts +32 -0
- package/dist/app/components/Form/Schedule/SheduleTimePick.d.ts +21 -0
- package/dist/app/components/Form/Schedule/index.d.ts +2 -0
- package/dist/app/components/Form/SelectButton/SelectButton.d.ts +28 -0
- package/dist/app/components/Form/SelectButton/SelectButton.stories.d.ts +9 -0
- package/dist/app/components/Form/SelectButton/SelectButton.types.d.ts +7 -0
- package/dist/app/components/Form/SelectButton/index.d.ts +3 -0
- package/dist/app/components/Form/StarRating/StarRating.d.ts +19 -0
- package/dist/app/components/Form/StarRating/StarRating.stories.d.ts +12 -0
- package/dist/app/components/Form/StarRating/index.d.ts +1 -0
- package/dist/app/components/Form/SwitchInput/Switch.d.ts +16 -0
- package/dist/app/components/Form/SwitchInput/Switch.stories.d.ts +6 -0
- package/dist/app/components/Form/SwitchInput/index.d.ts +3 -0
- package/dist/app/components/Form/Textarea/Textarea.d.ts +37 -0
- package/dist/app/components/Form/Textarea/Textarea.stories.d.ts +7 -0
- package/dist/app/components/Form/Textarea/index.d.ts +3 -0
- package/dist/app/components/Form/TimePicker/TimePicker.d.ts +48 -0
- package/dist/app/components/Form/TimePicker/TimePicker.stories.d.ts +11 -0
- package/dist/app/components/Form/TimePicker/TimePicker.types.d.ts +22 -0
- package/dist/app/components/Form/TimePicker/index.d.ts +2 -0
- package/dist/app/components/Form/TimeSelect/TimeSelect.d.ts +26 -0
- package/dist/app/components/Form/TimeSelect/TimeSelect.stories.d.ts +8 -0
- package/dist/app/components/Form/TimeSelect/index.d.ts +1 -0
- package/dist/app/components/Media/File/File.d.ts +19 -0
- package/dist/app/components/Media/File/File.stories.d.ts +8 -0
- package/dist/app/components/Media/File/index.d.ts +2 -0
- package/dist/app/components/Media/Image/Image.d.ts +37 -0
- package/dist/app/components/Media/Image/Image.stories.d.ts +9 -0
- package/dist/app/components/Media/Image/ImageFullModal.d.ts +9 -0
- package/dist/app/components/Media/Image/index.d.ts +2 -0
- package/dist/app/components/Menu/Breadcrumb/Breadcrumb.d.ts +6 -0
- package/dist/app/components/Menu/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
- package/dist/app/components/Menu/Breadcrumb/index.d.ts +3 -0
- package/dist/app/components/Messages/Message/Message.d.ts +35 -0
- package/dist/app/components/Messages/Message/Message.stories.d.ts +8 -0
- package/dist/app/components/Messages/Message/index.d.ts +2 -0
- package/dist/app/components/Messages/Toast/Toast.d.ts +3 -0
- package/dist/app/components/Messages/Toast/ToastMessage.d.ts +10 -0
- package/dist/app/components/Messages/Toast/index.d.ts +5 -0
- package/dist/app/components/Messages/Toast/toast.stories.d.ts +6 -0
- package/dist/app/components/Messages/Toast/toast.types.d.ts +89 -0
- package/dist/app/components/Messages/Toast/toastEventBus/toastEventBus.d.ts +1 -0
- package/dist/app/components/Messages/Toast/toastService/toastService.d.ts +5 -0
- package/dist/app/components/Messages/Toast/toastService/toastService.types.d.ts +22 -0
- package/dist/app/components/Messages/Toast/useToast/useToast.d.ts +3 -0
- package/dist/app/components/Mics/Badge/Badge.d.ts +7 -0
- package/dist/app/components/Mics/Badge/Badge.stories.d.ts +10 -0
- package/dist/app/components/Mics/Badge/index.d.ts +3 -0
- package/dist/app/components/Mics/OverlayBadge/OverlayBadge.d.ts +27 -0
- package/dist/app/components/Mics/OverlayBadge/OverlayBadge.stories.d.ts +6 -0
- package/dist/app/components/Mics/OverlayBadge/index.d.ts +3 -0
- package/dist/app/components/Mics/Skeleton/Skeleton.d.ts +9 -0
- package/dist/app/components/Mics/Skeleton/Skeleton.stories.d.ts +6 -0
- package/dist/app/components/Mics/Skeleton/index.d.ts +3 -0
- package/dist/app/components/Mics/Spinner/Spinner.d.ts +8 -0
- package/dist/app/components/Mics/Spinner/Spinner.stories.d.ts +6 -0
- package/dist/app/components/Mics/Spinner/index.d.ts +4 -0
- package/dist/app/components/Mics/Spinner/spinner.directive.d.ts +10 -0
- package/dist/app/components/Mics/Tag/Tag.d.ts +29 -0
- package/dist/app/components/Mics/Tag/Tag.stories.d.ts +8 -0
- package/dist/app/components/Mics/Tag/index.d.ts +3 -0
- package/dist/app/components/Overlays/BottomSheet/BottomSheet.d.ts +30 -0
- package/dist/app/components/Overlays/BottomSheet/BottomSheet.stories.d.ts +9 -0
- package/dist/app/components/Overlays/BottomSheet/index.d.ts +1 -0
- package/dist/app/components/Overlays/ConfirmDialog/ConfirmDialog.d.ts +4 -0
- package/dist/app/components/Overlays/ConfirmDialog/ConfirmDialog.stories.d.ts +11 -0
- package/dist/app/components/Overlays/ConfirmDialog/index.d.ts +3 -0
- package/dist/app/components/Overlays/ConfirmDialog/useConfirmDialog.d.ts +8 -0
- package/dist/app/components/Overlays/ConfirmPopup/ConfirmPopup.d.ts +4 -0
- package/dist/app/components/Overlays/ConfirmPopup/ConfirmPopup.stories.d.ts +13 -0
- package/dist/app/components/Overlays/ConfirmPopup/index.d.ts +3 -0
- package/dist/app/components/Overlays/ConfirmPopup/useConfirmPopup.d.ts +8 -0
- package/dist/app/components/Overlays/ConfirmService/index.d.ts +3 -0
- package/dist/app/components/Overlays/ConfirmService/plugins/confirmService.d.ts +585 -0
- package/dist/app/components/Overlays/ConfirmService/types/index.d.ts +26 -0
- package/dist/app/components/Overlays/Drawer/Drawer.d.ts +34 -0
- package/dist/app/components/Overlays/Drawer/Drawer.stories.d.ts +15 -0
- package/dist/app/components/Overlays/Drawer/Drawer.types.d.ts +7 -0
- package/dist/app/components/Overlays/Drawer/index.d.ts +3 -0
- package/dist/app/components/Overlays/Modal/Modal.d.ts +39 -0
- package/dist/app/components/Overlays/Modal/Modal.stories.d.ts +8 -0
- package/dist/app/components/Overlays/Modal/index.d.ts +3 -0
- package/dist/app/components/Overlays/NewPopover/Popover.d.ts +29 -0
- package/dist/app/components/Overlays/NewPopover/Popover.stories.d.ts +6 -0
- package/dist/app/components/Overlays/NewPopover/index.d.ts +2 -0
- package/dist/app/components/Overlays/Popover/Popover.d.ts +109 -0
- package/dist/app/components/Overlays/Popover/index.d.ts +2 -0
- package/dist/app/components/Overlays/Popover/popover.stories.d.ts +12 -0
- package/dist/app/components/Overlays/Popover/popover.types.d.ts +15 -0
- package/dist/app/components/Overlays/Tooltip/Tooltip.d.ts +15 -0
- package/dist/app/components/Overlays/Tooltip/Tooltip.stories.d.ts +11 -0
- package/dist/app/components/Overlays/Tooltip/Tooltip.types.d.ts +10 -0
- package/dist/app/components/Overlays/Tooltip/index.d.ts +5 -0
- package/dist/app/components/Overlays/Tooltip/tooltipDirective.d.ts +15 -0
- package/dist/app/components/Panel/Accordion/Accordion.d.ts +26 -0
- package/dist/app/components/Panel/Accordion/Accordion.stories.d.ts +8 -0
- package/dist/app/components/Panel/Accordion/AccordionContent.d.ts +21 -0
- package/dist/app/components/Panel/Accordion/AccordionHeader.d.ts +17 -0
- package/dist/app/components/Panel/Accordion/AccordionPanel.d.ts +20 -0
- package/dist/app/components/Panel/Accordion/index.d.ts +5 -0
- package/dist/app/components/Panel/Divider/Divider.d.ts +23 -0
- package/dist/app/components/Panel/Divider/Divider.stories.d.ts +8 -0
- package/dist/app/components/Panel/Divider/index.d.ts +3 -0
- package/dist/app/components/Panel/Stepper/Step.d.ts +3 -0
- package/dist/app/components/Panel/Stepper/Step.types.d.ts +10 -0
- package/dist/app/components/Panel/Stepper/Stepper.d.ts +7 -0
- package/dist/app/components/Panel/Stepper/Stepper.stories.d.ts +6 -0
- package/dist/app/components/Panel/Stepper/Stepper.types.d.ts +21 -0
- package/dist/app/components/Panel/Stepper/index.d.ts +5 -0
- package/dist/app/components/Panel/Tabs/Tab.d.ts +20 -0
- package/dist/app/components/Panel/Tabs/TabList.d.ts +17 -0
- package/dist/app/components/Panel/Tabs/TabPanel.d.ts +20 -0
- package/dist/app/components/Panel/Tabs/TabPanels.d.ts +17 -0
- package/dist/app/components/Panel/Tabs/Tabs.d.ts +24 -0
- package/dist/app/components/Panel/Tabs/Tabs.stories.d.ts +6 -0
- package/dist/app/components/Panel/Tabs/index.d.ts +6 -0
- package/dist/app/components/index.d.ts +46 -0
- package/dist/app/icons/colored/BonusIcon.d.ts +2 -0
- package/dist/app/icons/colored/CashbackIcon.d.ts +2 -0
- package/dist/app/icons/colored/CertificateIcon.d.ts +2 -0
- package/dist/app/icons/colored/Colored.stories.d.ts +7 -0
- package/dist/app/icons/colored/DiscountIcon.d.ts +2 -0
- package/dist/app/icons/colored/ExcelIcon.d.ts +2 -0
- package/dist/app/icons/colored/FaviconIcon.d.ts +2 -0
- package/dist/app/icons/colored/GiftColorIcon.d.ts +2 -0
- package/dist/app/icons/colored/PdfIcon.d.ts +2 -0
- package/dist/app/icons/colored/SberPayColorIcon.d.ts +2 -0
- package/dist/app/icons/colored/SpbIcon.d.ts +2 -0
- package/dist/app/icons/colored/TruesignIcon.d.ts +2 -0
- package/dist/app/icons/colored/WarehousePointIcon.d.ts +2 -0
- package/dist/app/icons/colored/WordIcon.d.ts +2 -0
- package/dist/app/icons/colored/index.d.ts +14 -0
- package/dist/app/icons/index.d.ts +2 -0
- package/dist/app/icons/monochrome/AngleBottomIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/AngleDoubleLeftIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/AngleDoubleRightIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/AngleLeftIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/AngleRightIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/AngleTopIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ArrowRightTopIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/AtIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/AvatarIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/BagIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/BanIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/BankIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/BarsIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/BellIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/BookIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/BoxIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/BriefcaseIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/BuildingIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CalendarIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CameraIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CarIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CarSearchIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CartCrossedIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CartIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CatalogToIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CevronBottomIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CevronLeftIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CevronRightIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CevronTopIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CheckFilledIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CheckIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CheckRoundedIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ClockIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ClockPayIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CloseIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CloseRoundedIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CogIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CommentIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CommentsIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CopyIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CreditCardIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/CubeIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/DeliveryIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/DeliveryTimeIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/DownloadIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ErrorFillIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ErrorIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/EyeCloseIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/EyeIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/FileEditIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/FileExportIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/FileIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/FileUploadIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/FilterFillIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/FilterIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/FilterSlashIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/GiftIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/GuardIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/HeadSetIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/HeartFillIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/HeartOutlinedIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/HomeIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ImageIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/InfoFillIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/InfoIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/LikeIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ListIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/LocationIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/LockIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/MailBoxIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/MapIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/MapPointFilledIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/MapPointIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/MessageIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/MinusIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/MoneyBillIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/Monochrome.stories.d.ts +7 -0
- package/dist/app/icons/monochrome/NewIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/PackageIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/PencelLineIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/PlusIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/PlusRoundedIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/PrintIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ProcentIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/QuestionIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/QuestionRoundedIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ReplaceIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ReplayIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ReturnIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/RubIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/SberPayIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/SearchIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/SearchMinusIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/SearchPlusIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/SendIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/SettingsIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ShieldErrorIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ShopIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/ShoppingCartIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/SortDownFillIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/SortDownIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/SortUpFillIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/SortUpIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/StarFillIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/StarIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/SyncIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/TelegramIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/TimerIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/TrashIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/TruckFillIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/TruckIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/UploadIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/UserIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/UsersIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/Wallet2Icon.d.ts +2 -0
- package/dist/app/icons/monochrome/WalletIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/WarehouseIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/WarnRoundedIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/WarningFillIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/WarningIcon.d.ts +2 -0
- package/dist/app/icons/monochrome/index.d.ts +120 -0
- package/dist/app/overlay/OverlayManager.d.ts +18 -0
- package/dist/app/overlay/types.d.ts +7 -0
- package/dist/app/overlay/useOverlay.d.ts +15 -0
- package/dist/app/reka-ui/components/Accordion/Accordion.stories.d.ts +10 -0
- package/dist/app/reka-ui/components/Accordion/AccordionContent.d.ts +18 -0
- package/dist/app/reka-ui/components/Accordion/AccordionContent.stories.d.ts +8 -0
- package/dist/app/reka-ui/components/Accordion/AccordionHeader.d.ts +18 -0
- package/dist/app/reka-ui/components/Accordion/AccordionHeader.stories.d.ts +7 -0
- package/dist/app/reka-ui/components/Accordion/AccordionItem.d.ts +20 -0
- package/dist/app/reka-ui/components/Accordion/AccordionItem.stories.d.ts +8 -0
- package/dist/app/reka-ui/components/Accordion/AccordionRoot.d.ts +22 -0
- package/dist/app/reka-ui/components/Accordion/AccordionTrigger.d.ts +24 -0
- package/dist/app/reka-ui/components/Accordion/AccordionTrigger.stories.d.ts +8 -0
- package/dist/app/reka-ui/components/Accordion/index.d.ts +6 -0
- package/dist/app/reka-ui/components/Accordion/types.d.ts +37 -0
- package/dist/app/reka-ui/components/Alert/Alert.d.ts +7 -0
- package/dist/app/reka-ui/components/Alert/Alert.stories.d.ts +13 -0
- package/dist/app/reka-ui/components/Alert/index.d.ts +3 -0
- package/dist/app/reka-ui/components/Alert/types.d.ts +16 -0
- package/dist/app/reka-ui/components/AlertDialog/AlertDialogAction.d.ts +27 -0
- package/dist/app/reka-ui/components/AlertDialog/AlertDialogCancel.d.ts +27 -0
- package/dist/app/reka-ui/components/AlertDialog/AlertDialogContent.d.ts +23 -0
- package/dist/app/reka-ui/components/AlertDialog/AlertDialogDescription.d.ts +18 -0
- package/dist/app/reka-ui/components/AlertDialog/AlertDialogOverlay.d.ts +3 -0
- package/dist/app/reka-ui/components/AlertDialog/AlertDialogTitle.d.ts +18 -0
- package/dist/app/reka-ui/components/AlertDialog/AlertDialogTrigger.d.ts +21 -0
- package/dist/app/reka-ui/components/AlertDialog/index.d.ts +9 -0
- package/dist/app/reka-ui/components/Badge/Badge.d.ts +7 -0
- package/dist/app/reka-ui/components/Badge/Badge.stories.d.ts +10 -0
- package/dist/app/reka-ui/components/Badge/index.d.ts +2 -0
- package/dist/app/reka-ui/components/BottomSheet/BottomSheet.d.ts +30 -0
- package/dist/app/reka-ui/components/BottomSheet/BottomSheet.stories.d.ts +9 -0
- package/dist/app/reka-ui/components/BottomSheet/index.d.ts +2 -0
- package/dist/app/reka-ui/components/Breadcrumb/Breadcrumb.d.ts +6 -0
- package/dist/app/reka-ui/components/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
- package/dist/app/reka-ui/components/Breadcrumb/index.d.ts +2 -0
- package/dist/app/reka-ui/components/Button/Button.d.ts +18 -0
- package/dist/app/reka-ui/components/Button/Button.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/Button/Button.types.d.ts +20 -0
- package/dist/app/reka-ui/components/Button/index.d.ts +4 -0
- package/dist/app/reka-ui/components/Calendar/Calendar.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/Calendar/CalendarCellTrigger.d.ts +18 -0
- package/dist/app/reka-ui/components/Calendar/CalendarGrid.d.ts +18 -0
- package/dist/app/reka-ui/components/Calendar/CalendarGridBody.d.ts +18 -0
- package/dist/app/reka-ui/components/Calendar/CalendarGridRow.d.ts +18 -0
- package/dist/app/reka-ui/components/Calendar/CalendarHeadCell.d.ts +18 -0
- package/dist/app/reka-ui/components/Calendar/CalendarHeader.d.ts +18 -0
- package/dist/app/reka-ui/components/Calendar/CalendarHeading.d.ts +3 -0
- package/dist/app/reka-ui/components/Calendar/CalendarNext.d.ts +12 -0
- package/dist/app/reka-ui/components/Calendar/CalendarPrev.d.ts +12 -0
- package/dist/app/reka-ui/components/Calendar/index.d.ts +12 -0
- package/dist/app/reka-ui/components/Checkbox/Checkbox.d.ts +46 -0
- package/dist/app/reka-ui/components/Checkbox/Checkbox.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/Checkbox/index.d.ts +3 -0
- package/dist/app/reka-ui/components/Combobox/Combobox.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/Combobox/ComboboxAnchor.d.ts +23 -0
- package/dist/app/reka-ui/components/Combobox/ComboboxClear.d.ts +6 -0
- package/dist/app/reka-ui/components/Combobox/ComboboxContent.d.ts +18 -0
- package/dist/app/reka-ui/components/Combobox/ComboboxInput.d.ts +7 -0
- package/dist/app/reka-ui/components/Combobox/ComboboxItem.d.ts +21 -0
- package/dist/app/reka-ui/components/Combobox/ComboboxRoot.d.ts +33 -0
- package/dist/app/reka-ui/components/Combobox/ComboboxTrigger.d.ts +2 -0
- package/dist/app/reka-ui/components/Combobox/ComboboxViewport.d.ts +18 -0
- package/dist/app/reka-ui/components/Combobox/index.d.ts +10 -0
- package/dist/app/reka-ui/components/DataTable/DataTable.d.ts +29 -0
- package/dist/app/reka-ui/components/DataTable/DataTable.stories.d.ts +107 -0
- package/dist/app/reka-ui/components/DataTable/DataTable.types.d.ts +44 -0
- package/dist/app/reka-ui/components/DataTable/components/DataTableBody.d.ts +7 -0
- package/dist/app/reka-ui/components/DataTable/components/DataTableBodyEmpty.d.ts +7 -0
- package/dist/app/reka-ui/components/DataTable/components/DataTableFooter.d.ts +7 -0
- package/dist/app/reka-ui/components/DataTable/components/DataTableHead.d.ts +8 -0
- package/dist/app/reka-ui/components/DataTable/components/DataTablePagination.d.ts +25 -0
- package/dist/app/reka-ui/components/DataTable/index.d.ts +4 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/OrderStatus.d.ts +6 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/constants.d.ts +9 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/accepted.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/approval.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/assembled.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/awaitingPayment.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/cancelled.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/complaint.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/confirmation.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/dedlineChanged.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/delayDelivery.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/documentsIssued.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/error.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/handedShipment.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/index.d.ts +26 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/orderSupplier.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/orderedSupplier.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/paid.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/readyPickup.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/readyShipment.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/receivedClient.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/reservedPayment.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/reservedShipment.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/returned.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/sentSupplier.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/transferAvailability.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/transferCustom.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/warning.d.ts +2 -0
- package/dist/app/reka-ui/components/DataTable/shared/mock/mock-data.d.ts +101 -0
- package/dist/app/reka-ui/components/DatePicker/DatePicker.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerArrow.d.ts +7 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerCellTrigger.d.ts +18 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerContent.d.ts +18 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerField.d.ts +25 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerGridBody.d.ts +18 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerGridRow.d.ts +18 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerHeadCell.d.ts +18 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerHeader.d.ts +18 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerHeading.d.ts +3 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerInput.d.ts +18 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerNext.d.ts +12 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerPrev.d.ts +12 -0
- package/dist/app/reka-ui/components/DatePicker/DatePickerTrigger.d.ts +18 -0
- package/dist/app/reka-ui/components/DatePicker/index.d.ts +16 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePicker.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerArrow.d.ts +7 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerCellTrigger.d.ts +18 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerContent.d.ts +18 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerField.d.ts +12 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerGridBody.d.ts +18 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerGridRow.d.ts +18 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeadCell.d.ts +18 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeader.d.ts +18 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeading.d.ts +3 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerInput.d.ts +18 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerNext.d.ts +12 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerPrev.d.ts +12 -0
- package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerTrigger.d.ts +18 -0
- package/dist/app/reka-ui/components/DateRangePicker/index.d.ts +15 -0
- package/dist/app/reka-ui/components/Dialog/DialogActions.d.ts +19 -0
- package/dist/app/reka-ui/components/Dialog/DialogClose.d.ts +2 -0
- package/dist/app/reka-ui/components/Dialog/DialogContent.d.ts +49 -0
- package/dist/app/reka-ui/components/Dialog/DialogDescription.d.ts +18 -0
- package/dist/app/reka-ui/components/Dialog/DialogOverlay.d.ts +3 -0
- package/dist/app/reka-ui/components/Dialog/DialogTitle.d.ts +18 -0
- package/dist/app/reka-ui/components/Dialog/index.d.ts +6 -0
- package/dist/app/reka-ui/components/Divider/Divider.d.ts +23 -0
- package/dist/app/reka-ui/components/Divider/Divider.stories.d.ts +8 -0
- package/dist/app/reka-ui/components/Divider/index.d.ts +2 -0
- package/dist/app/reka-ui/components/Drawer/DrawerContent.d.ts +46 -0
- package/dist/app/reka-ui/components/Drawer/DrawerOverlay.d.ts +17 -0
- package/dist/app/reka-ui/components/Drawer/DrawerPortal.d.ts +17 -0
- package/dist/app/reka-ui/components/Drawer/DrawerRoot.d.ts +22 -0
- package/dist/app/reka-ui/components/Drawer/DrawerTrigger.d.ts +18 -0
- package/dist/app/reka-ui/components/Drawer/index.d.ts +6 -0
- package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuArrow.d.ts +7 -0
- package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuContent.d.ts +35 -0
- package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuItem.d.ts +22 -0
- package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSeparator.d.ts +3 -0
- package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSubContent.d.ts +39 -0
- package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +18 -0
- package/dist/app/reka-ui/components/DropdownMenu/index.d.ts +8 -0
- package/dist/app/reka-ui/components/File/File.d.ts +22 -0
- package/dist/app/reka-ui/components/File/File.stories.d.ts +8 -0
- package/dist/app/reka-ui/components/File/index.d.ts +2 -0
- package/dist/app/reka-ui/components/FormField/FormField.d.ts +25 -0
- package/dist/app/reka-ui/components/FormField/FormField.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/FormField/index.d.ts +2 -0
- package/dist/app/reka-ui/components/Image/Image.d.ts +41 -0
- package/dist/app/reka-ui/components/Image/Image.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/Image/ImageFullModal.d.ts +9 -0
- package/dist/app/reka-ui/components/Image/index.d.ts +2 -0
- package/dist/app/reka-ui/components/InputIcon/InputIcon.d.ts +2 -0
- package/dist/app/reka-ui/components/InputIcon/index.d.ts +2 -0
- package/dist/app/reka-ui/components/InputNumber/InputNumber.d.ts +26 -0
- package/dist/app/reka-ui/components/InputNumber/InputNumber.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/InputNumber/index.d.ts +2 -0
- package/dist/app/reka-ui/components/InputText/InputText.d.ts +38 -0
- package/dist/app/reka-ui/components/InputText/InputText.stories.d.ts +11 -0
- package/dist/app/reka-ui/components/InputText/InputText.types.d.ts +15 -0
- package/dist/app/reka-ui/components/InputText/index.d.ts +3 -0
- package/dist/app/reka-ui/components/Label/Label.d.ts +18 -0
- package/dist/app/reka-ui/components/Label/index.d.ts +2 -0
- package/dist/app/reka-ui/components/ListBox/index.d.ts +2 -0
- package/dist/app/reka-ui/components/Message/Message.d.ts +35 -0
- package/dist/app/reka-ui/components/Message/Message.stories.d.ts +8 -0
- package/dist/app/reka-ui/components/Message/index.d.ts +2 -0
- package/dist/app/reka-ui/components/OTPCode/OTPCode.d.ts +31 -0
- package/dist/app/reka-ui/components/OTPCode/OTPCode.stories.d.ts +15 -0
- package/dist/app/reka-ui/components/OTPCode/OTPCode.types.d.ts +9 -0
- package/dist/app/reka-ui/components/OTPCode/index.d.ts +2 -0
- package/dist/app/reka-ui/components/Pagination/PaginationEllipsis.d.ts +3 -0
- package/dist/app/reka-ui/components/Pagination/PaginationFirst.d.ts +3 -0
- package/dist/app/reka-ui/components/Pagination/PaginationLast.d.ts +3 -0
- package/dist/app/reka-ui/components/Pagination/PaginationList.d.ts +18 -0
- package/dist/app/reka-ui/components/Pagination/PaginationListItem.d.ts +18 -0
- package/dist/app/reka-ui/components/Pagination/PaginationNext.d.ts +3 -0
- package/dist/app/reka-ui/components/Pagination/PaginationPrev.d.ts +3 -0
- package/dist/app/reka-ui/components/Pagination/index.d.ts +9 -0
- package/dist/app/reka-ui/components/Popover/PopoverArrow.d.ts +7 -0
- package/dist/app/reka-ui/components/Popover/PopoverContent.d.ts +38 -0
- package/dist/app/reka-ui/components/Popover/index.d.ts +4 -0
- package/dist/app/reka-ui/components/Radio/Radio.d.ts +36 -0
- package/dist/app/reka-ui/components/Radio/Radio.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/Radio/index.d.ts +2 -0
- package/dist/app/reka-ui/components/RadioGroup/RadioGroupItem.d.ts +8 -0
- package/dist/app/reka-ui/components/RadioGroup/index.d.ts +3 -0
- package/dist/app/reka-ui/components/RangeCalendar/RangeCalendar.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarCellTrigger.d.ts +18 -0
- package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarGridBody.d.ts +18 -0
- package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarGridRow.d.ts +18 -0
- package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeadCell.d.ts +18 -0
- package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeader.d.ts +18 -0
- package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeading.d.ts +3 -0
- package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarNext.d.ts +12 -0
- package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarPrev.d.ts +12 -0
- package/dist/app/reka-ui/components/RangeCalendar/index.d.ts +11 -0
- package/dist/app/reka-ui/components/Schedule/Schedule.d.ts +14 -0
- package/dist/app/reka-ui/components/Schedule/Schedule.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/Schedule/Schedule.types.d.ts +8 -0
- package/dist/app/reka-ui/components/Schedule/index.d.ts +3 -0
- package/dist/app/reka-ui/components/Schedule/timeUtils.d.ts +30 -0
- package/dist/app/reka-ui/components/ScrollArea/ScrollAreaRoot.d.ts +282 -0
- package/dist/app/reka-ui/components/ScrollArea/ScrollAreaScrollbar.d.ts +3 -0
- package/dist/app/reka-ui/components/ScrollArea/ScrollAreaViewport.d.ts +18 -0
- package/dist/app/reka-ui/components/ScrollArea/index.d.ts +4 -0
- package/dist/app/reka-ui/components/Select/Select.stories.d.ts +8 -0
- package/dist/app/reka-ui/components/Select/SelectContent.d.ts +26 -0
- package/dist/app/reka-ui/components/Select/SelectItem.d.ts +21 -0
- package/dist/app/reka-ui/components/Select/SelectRoot.d.ts +25 -0
- package/dist/app/reka-ui/components/Select/SelectSeparator.d.ts +3 -0
- package/dist/app/reka-ui/components/Select/SelectTrigger.d.ts +23 -0
- package/dist/app/reka-ui/components/Select/SelectValue.d.ts +23 -0
- package/dist/app/reka-ui/components/Select/SelectViewport.d.ts +18 -0
- package/dist/app/reka-ui/components/Select/index.d.ts +9 -0
- package/dist/app/reka-ui/components/Spinner/Spinner.d.ts +6 -0
- package/dist/app/reka-ui/components/Spinner/Spinner.directive.d.ts +11 -0
- package/dist/app/reka-ui/components/Spinner/index.d.ts +3 -0
- package/dist/app/reka-ui/components/Stepper/Stepper.stories.d.ts +7 -0
- package/dist/app/reka-ui/components/Stepper/StepperIndicator.d.ts +3 -0
- package/dist/app/reka-ui/components/Stepper/StepperItem.d.ts +18 -0
- package/dist/app/reka-ui/components/Stepper/StepperRoot.d.ts +446 -0
- package/dist/app/reka-ui/components/Stepper/StepperSeparator.d.ts +3 -0
- package/dist/app/reka-ui/components/Stepper/index.d.ts +3 -0
- package/dist/app/reka-ui/components/Switch/SwitchRoot.d.ts +22 -0
- package/dist/app/reka-ui/components/Switch/SwitchThumb.d.ts +3 -0
- package/dist/app/reka-ui/components/Switch/index.d.ts +3 -0
- package/dist/app/reka-ui/components/Tabs/TabsList.d.ts +18 -0
- package/dist/app/reka-ui/components/Tabs/TabsRoot.d.ts +17 -0
- package/dist/app/reka-ui/components/Tabs/TabsTrigger.d.ts +18 -0
- package/dist/app/reka-ui/components/Tabs/index.d.ts +5 -0
- package/dist/app/reka-ui/components/Tag/Tag.d.ts +28 -0
- package/dist/app/reka-ui/components/Tag/index.d.ts +2 -0
- package/dist/app/reka-ui/components/Textarea/Textarea.d.ts +37 -0
- package/dist/app/reka-ui/components/Textarea/Textarea.stories.d.ts +7 -0
- package/dist/app/reka-ui/components/Textarea/index.d.ts +2 -0
- package/dist/app/reka-ui/components/TimeField/TimeField.d.ts +22 -0
- package/dist/app/reka-ui/components/TimeField/TimeField.stories.d.ts +6 -0
- package/dist/app/reka-ui/components/TimeField/index.d.ts +2 -0
- package/dist/app/reka-ui/components/Toast/ToastClose.d.ts +3 -0
- package/dist/app/reka-ui/components/Toast/ToastDescription.d.ts +20 -0
- package/dist/app/reka-ui/components/Toast/ToastProvider.d.ts +20 -0
- package/dist/app/reka-ui/components/Toast/ToastRoot.d.ts +107 -0
- package/dist/app/reka-ui/components/Toast/ToastTitle.d.ts +20 -0
- package/dist/app/reka-ui/components/Toast/ToastViewport.d.ts +3 -0
- package/dist/app/reka-ui/components/Toast/Toaster.d.ts +2 -0
- package/dist/app/reka-ui/components/Toast/index.d.ts +10 -0
- package/dist/app/reka-ui/components/Toast/toast.constants.d.ts +8 -0
- package/dist/app/reka-ui/components/Toast/use-toast.d.ts +277 -0
- package/dist/app/reka-ui/components/Tooltip/TooltipArrow.d.ts +8 -0
- package/dist/app/reka-ui/components/Tooltip/TooltipContent.d.ts +29 -0
- package/dist/app/reka-ui/components/Tooltip/index.d.ts +3 -0
- package/dist/app/reka-ui/index.d.ts +46 -0
- package/dist/app/reka-ui/shared/libs/breakpoints.utils.d.ts +14 -0
- package/dist/app/reka-ui/shared/libs/dayjs.utils.d.ts +25 -0
- package/dist/app/reka-ui/shared/libs/priceFormat.util.d.ts +9 -0
- package/dist/app/types/global.types.d.ts +11 -0
- package/dist/app/types/index.d.ts +1 -0
- package/dist/app/utils/Portal/Portal.d.ts +31 -0
- package/dist/app/utils/Portal/index.d.ts +2 -0
- package/dist/app/utils/date.util.d.ts +16 -0
- package/dist/app/utils/dayjs.util.d.ts +2 -0
- package/dist/app/utils/eventBus.util.d.ts +8 -0
- package/dist/app/utils/index.d.ts +10 -0
- package/dist/app/utils/internationalized.utils.d.ts +1 -0
- package/dist/app/utils/isClient.util.d.ts +1 -0
- package/dist/app/utils/maskUtil/mask.util.d.ts +11 -0
- package/dist/app/utils/onClickOutside.util.d.ts +9 -0
- package/dist/app/utils/parseDate.util.d.ts +11 -0
- package/dist/app/utils/parseFileSize.util.d.ts +18 -0
- package/dist/app/utils/phoneMask.util.d.ts +6 -0
- package/dist/app/utils/price.util.d.ts +15 -0
- package/dist/app/utils/typeFile.util.d.ts +10 -0
- package/dist/app/utils/uploadFile.util.d.ts +23 -0
- package/dist/app/utils/useBodyScroll.util.d.ts +4 -0
- package/dist/blocks/index.cjs.js +1 -1
- package/dist/blocks/index.es.js +10 -9
- package/dist/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +6 -6
- package/dist/index.d.ts +1 -2210
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +4 -4
- package/dist/reka-ui/index.cjs.js +3 -3
- package/dist/reka-ui/index.es.js +77 -68
- package/dist/vite-env.d.ts +6 -0
- package/package.json +17 -16
- package/dist/FileIcon-BRjbz9UQ.cjs +0 -1
- package/dist/blocks.d.ts +0 -54
- package/dist/icons.d.ts +0 -289
- package/dist/rekaUI.d.ts +0 -4297
- package/dist/types.d.ts +0 -33
- package/dist/utils.d.ts +0 -174
package/dist/reka-ui/index.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as hr from "vue";
|
|
2
2
|
import { onMounted as ne, nextTick as ie, getCurrentInstance as Ze, hasInjectionContext as Zr, inject as El, watch as le, getCurrentScope as Xr, onScopeDispose as Vl, shallowRef as He, computed as q, toValue as qe, watchEffect as ke, unref as r, h as it, provide as Jr, Fragment as ge, customRef as Qr, readonly as Ml, effectScope as eo, onBeforeUnmount as to, isRef as mt, reactive as ta, toRefs as ye, ref as O, onUpdated as ns, toHandlerKey as ss, camelize as ao, toRef as aa, onUnmounted as Te, defineComponent as g, Comment as lo, mergeProps as B, cloneVNode as ro, createBlock as y, openBlock as p, withCtx as m, renderSlot as b, createVNode as F, createCommentVNode as H, withKeys as Oe, normalizeStyle as Pe, Teleport as sa, normalizeProps as z, guardReactiveProps as W, withModifiers as be, createElementVNode as K, toDisplayString as oe, createTextVNode as de, markRaw as is, createElementBlock as R, renderList as Ie, watchPostEffect as oo, mergeDefaults as no, watchSyncEffect as us, withMemo as ds, triggerRef as _r, useSlots as so, resolveDynamicComponent as Ue, toHandlers as La, onBeforeMount as cs, normalizeClass as De, useCssVars as Xe, resolveComponent as io, resolveDirective as Fl, withDirectives as St, useModel as Ke, Transition as _l, mergeModels as Ve, useId as ia, vModelRadio as ps, vModelText as Nl, vModelDynamic as fs, useTemplateRef as Ll, createApp as vs } from "vue";
|
|
3
3
|
import { d as dt, l as ms, r as ys, i as gs, a as hs, b as _s, c as bs, e as Cs, f as ws, g as Ss, h as uo } from "../parseFileSize.util-CaHpLGi2.js";
|
|
4
|
-
import { C as co, I as qs, A as ua, a as da, S as Ds, d as Ps, c as zl, Q as Bs, W as bl, M as ks, P as xs, E as $s, B as Os, b as Is } from "../QuestionIcon-
|
|
5
|
-
import { _ as N, C as $t, F as Ts, E as As, W as Rs, P as Es, a as po } from "../FileIcon-
|
|
6
|
-
import { c as Vs, E as Ms, W as Fs, A as fo, a as Ns, b as Ls, C as vo, I as zs } from "../WarningFillIcon-
|
|
4
|
+
import { C as co, I as qs, A as ua, a as da, S as Ds, d as Ps, c as zl, Q as Bs, W as bl, M as ks, P as xs, E as $s, B as Os, b as Is } from "../QuestionIcon-C4O35j-7.js";
|
|
5
|
+
import { _ as N, C as $t, F as Ts, E as As, W as Rs, P as Es, a as po } from "../FileIcon-maHE2Nhr.js";
|
|
6
|
+
import { c as Vs, E as Ms, W as Fs, A as fo, a as Ns, b as Ls, C as vo, I as zs } from "../WarningFillIcon-CEGT-_cr.js";
|
|
7
7
|
import { u as Hs } from "../useBodyScroll.util-KSxz4KRl.js";
|
|
8
8
|
import { u as mo, g as Ws } from "../typeFile.util-DerifWNY.js";
|
|
9
9
|
import { L as ca, a8 as ft, q as Ks, u as Cl, a as yo, $ as js, b as Va, c as Us, a6 as Gs, a2 as Ys, a1 as Zs, H as go, O as Xs, R as br, J as ho, E as Cr, A as Ee, D as Le, G as _o, B as bo, s as Js } from "../DateFormatter-BHT1a2Uj.js";
|
|
@@ -18769,7 +18769,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
18769
18769
|
_: 3
|
|
18770
18770
|
}));
|
|
18771
18771
|
}
|
|
18772
|
-
}), vq = /* @__PURE__ */ N(ab, [["__scopeId", "data-v-
|
|
18772
|
+
}), vq = /* @__PURE__ */ N(ab, [["__scopeId", "data-v-1ff762b8"]]), lb = /* @__PURE__ */ g({
|
|
18773
18773
|
__name: "AccordionItem",
|
|
18774
18774
|
props: {
|
|
18775
18775
|
value: {},
|
|
@@ -18787,7 +18787,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
18787
18787
|
_: 3
|
|
18788
18788
|
}, 16, ["class"]));
|
|
18789
18789
|
}
|
|
18790
|
-
}), mq = /* @__PURE__ */ N(lb, [["__scopeId", "data-v-
|
|
18790
|
+
}), mq = /* @__PURE__ */ N(lb, [["__scopeId", "data-v-3a201212"]]), yq = /* @__PURE__ */ g({
|
|
18791
18791
|
__name: "AccordionHeader",
|
|
18792
18792
|
props: {
|
|
18793
18793
|
asChild: { type: Boolean },
|
|
@@ -19238,7 +19238,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
19238
19238
|
_: 3
|
|
19239
19239
|
}, 16, ["style"]));
|
|
19240
19240
|
}
|
|
19241
|
-
}), kq = /* @__PURE__ */ N(hb, [["__scopeId", "data-v-
|
|
19241
|
+
}), kq = /* @__PURE__ */ N(hb, [["__scopeId", "data-v-99fcb91a"]]), _b = /* @__PURE__ */ g({
|
|
19242
19242
|
__name: "CalendarHeader",
|
|
19243
19243
|
props: {
|
|
19244
19244
|
asChild: { type: Boolean },
|
|
@@ -19356,15 +19356,15 @@ const pq = /* @__PURE__ */ g({
|
|
|
19356
19356
|
as: {}
|
|
19357
19357
|
},
|
|
19358
19358
|
setup(e) {
|
|
19359
|
-
const
|
|
19360
|
-
return
|
|
19359
|
+
const t = L(e);
|
|
19360
|
+
return (l, o) => (p(), y(r(Qo), B(r(t), { class: "calendar-head-cell" }), {
|
|
19361
19361
|
default: m(() => [
|
|
19362
|
-
b(
|
|
19362
|
+
b(l.$slots, "default", {}, void 0, !0)
|
|
19363
19363
|
]),
|
|
19364
19364
|
_: 3
|
|
19365
19365
|
}, 16));
|
|
19366
19366
|
}
|
|
19367
|
-
}), Rq = /* @__PURE__ */ N(Sb, [["__scopeId", "data-v-
|
|
19367
|
+
}), Rq = /* @__PURE__ */ N(Sb, [["__scopeId", "data-v-ae38b53b"]]), qb = /* @__PURE__ */ g({
|
|
19368
19368
|
__name: "CalendarGridBody",
|
|
19369
19369
|
props: {
|
|
19370
19370
|
asChild: { type: Boolean },
|
|
@@ -19749,19 +19749,20 @@ const pq = /* @__PURE__ */ g({
|
|
|
19749
19749
|
__name: "DataTableHead",
|
|
19750
19750
|
props: {
|
|
19751
19751
|
textStyle: { default: "none" },
|
|
19752
|
-
table: {}
|
|
19752
|
+
table: {},
|
|
19753
|
+
filled: { type: Boolean }
|
|
19753
19754
|
},
|
|
19754
19755
|
setup(e) {
|
|
19755
|
-
return (a, t) => (p(), R("
|
|
19756
|
-
(p(!0), R(ge, null, Ie(a.table.getHeaderGroups(), (l) => (p(), R("
|
|
19756
|
+
return (a, t) => (p(), R("div", Lb, [
|
|
19757
|
+
(p(!0), R(ge, null, Ie(a.table.getHeaderGroups(), (l) => (p(), R("div", {
|
|
19757
19758
|
key: l.id,
|
|
19758
19759
|
class: "table__row table__row--header"
|
|
19759
19760
|
}, [
|
|
19760
|
-
(p(!0), R(ge, null, Ie(l.headers, (o) => (p(), R("
|
|
19761
|
+
(p(!0), R(ge, null, Ie(l.headers, (o) => (p(), R("div", {
|
|
19761
19762
|
key: o.id,
|
|
19762
19763
|
colspan: o.colSpan,
|
|
19763
19764
|
scope: "col",
|
|
19764
|
-
class: De(["table__header-cell", { "table__header-cell--sorting": o.column.getCanSort() }]),
|
|
19765
|
+
class: De(["table__header-cell", { "table__header-cell--sorting": o.column.getCanSort(), "table__header-cell--filled": a.filled }]),
|
|
19765
19766
|
style: Pe({ width: `${o.column.columnDef.meta?.autoSize ? "auto" : o.getSize()}px`, minWidth: `${o.column.columnDef.minSize || 50}px` })
|
|
19766
19767
|
}, [
|
|
19767
19768
|
K("div", {
|
|
@@ -19790,7 +19791,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
19790
19791
|
]))), 128))
|
|
19791
19792
|
]));
|
|
19792
19793
|
}
|
|
19793
|
-
}), Kb = /* @__PURE__ */ N(Wb, [["__scopeId", "data-v-
|
|
19794
|
+
}), Kb = /* @__PURE__ */ N(Wb, [["__scopeId", "data-v-cf2f3201"]]), jb = { class: "table__body" }, Ub = /* @__PURE__ */ g({
|
|
19794
19795
|
__name: "DataTableBody",
|
|
19795
19796
|
props: {
|
|
19796
19797
|
table: {}
|
|
@@ -19798,13 +19799,13 @@ const pq = /* @__PURE__ */ g({
|
|
|
19798
19799
|
setup(e) {
|
|
19799
19800
|
return (a, t) => {
|
|
19800
19801
|
const l = Fl("loading");
|
|
19801
|
-
return p(), R("
|
|
19802
|
-
(p(!0), R(ge, null, Ie(a.table.getRowModel().rows, (o) => St((p(), R("
|
|
19802
|
+
return p(), R("div", jb, [
|
|
19803
|
+
(p(!0), R(ge, null, Ie(a.table.getRowModel().rows, (o) => St((p(), R("div", {
|
|
19803
19804
|
key: o.id,
|
|
19804
19805
|
class: "table__row",
|
|
19805
19806
|
style: Pe({ background: o.original.bgColor && o.original.viewBgColor ? o.original.bgColor : "transparent" })
|
|
19806
19807
|
}, [
|
|
19807
|
-
(p(!0), R(ge, null, Ie(o.getVisibleCells(), (n) => (p(), R("
|
|
19808
|
+
(p(!0), R(ge, null, Ie(o.getVisibleCells(), (n) => (p(), R("div", {
|
|
19808
19809
|
key: n.id,
|
|
19809
19810
|
class: De(["table__cell", { "table__cell--selected": n.id.includes("checkbox") }]),
|
|
19810
19811
|
style: Pe({ verticalAlign: n.column.columnDef.meta?.verticalAlign, textAlign: n.column.columnDef.meta?.align })
|
|
@@ -19825,7 +19826,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
19825
19826
|
]);
|
|
19826
19827
|
};
|
|
19827
19828
|
}
|
|
19828
|
-
}), Gb = /* @__PURE__ */ N(Ub, [["__scopeId", "data-v-
|
|
19829
|
+
}), Gb = /* @__PURE__ */ N(Ub, [["__scopeId", "data-v-6707968e"]]), Yb = { class: "table__body" }, Zb = { class: "table__empty-row" }, Xb = ["colspan"], Jb = /* @__PURE__ */ g({
|
|
19829
19830
|
__name: "DataTableBodyEmpty",
|
|
19830
19831
|
props: {
|
|
19831
19832
|
table: {}
|
|
@@ -19889,7 +19890,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
19889
19890
|
_: 3
|
|
19890
19891
|
}, 16));
|
|
19891
19892
|
}
|
|
19892
|
-
}), oC = /* @__PURE__ */ N(rC, [["__scopeId", "data-v-
|
|
19893
|
+
}), oC = /* @__PURE__ */ N(rC, [["__scopeId", "data-v-29b67a15"]]), nC = /* @__PURE__ */ g({
|
|
19893
19894
|
__name: "PaginationListItem",
|
|
19894
19895
|
props: {
|
|
19895
19896
|
value: {},
|
|
@@ -20043,7 +20044,8 @@ const pq = /* @__PURE__ */ g({
|
|
|
20043
20044
|
enableSorting: { type: Boolean },
|
|
20044
20045
|
enableRowSelection: { type: Boolean },
|
|
20045
20046
|
rowId: {},
|
|
20046
|
-
header: {}
|
|
20047
|
+
header: {},
|
|
20048
|
+
filled: { type: Boolean }
|
|
20047
20049
|
}, {
|
|
20048
20050
|
page: { default: 1 },
|
|
20049
20051
|
pageModifiers: {},
|
|
@@ -20054,27 +20056,27 @@ const pq = /* @__PURE__ */ g({
|
|
|
20054
20056
|
}),
|
|
20055
20057
|
emits: /* @__PURE__ */ Ve(["update:sort", "update:selected", "update:page", "update:rows"], ["update:page", "update:rows", "update:rowSelection"]),
|
|
20056
20058
|
setup(e, { emit: a }) {
|
|
20057
|
-
const t = a, l = si(), o = Ke(e, "page"), n = Ke(e, "rows"), s = q(() => e.total ? e.total : e.data.length), i = q(() => e.columns.some((
|
|
20058
|
-
let
|
|
20059
|
-
return e.enableRowSelection && (
|
|
20059
|
+
const t = a, l = si(), o = Ke(e, "page"), n = Ke(e, "rows"), s = q(() => e.total ? e.total : e.data.length), i = q(() => e.columns.some((_) => !!_.footer)), u = O([]), c = Ke(e, "rowSelection"), d = q(() => {
|
|
20060
|
+
let _ = e.columns;
|
|
20061
|
+
return e.enableRowSelection && (_ = [
|
|
20060
20062
|
l.display({
|
|
20061
20063
|
id: "checkbox",
|
|
20062
20064
|
size: 40,
|
|
20063
|
-
header: ({ table:
|
|
20065
|
+
header: ({ table: h }) => it(na, {
|
|
20064
20066
|
size: "small",
|
|
20065
|
-
checked:
|
|
20066
|
-
indeterminate:
|
|
20067
|
-
onChange: (
|
|
20067
|
+
checked: h.getIsAllRowsSelected(),
|
|
20068
|
+
indeterminate: h.getIsSomeRowsSelected(),
|
|
20069
|
+
onChange: (C, w) => h.getToggleAllRowsSelectedHandler()(w)
|
|
20068
20070
|
}),
|
|
20069
|
-
cell: ({ row:
|
|
20071
|
+
cell: ({ row: h }) => h.original.isViewCheckbox || h.original.isViewCheckbox === void 0 ? it(na, {
|
|
20070
20072
|
size: "small",
|
|
20071
|
-
checked:
|
|
20072
|
-
disabled: !
|
|
20073
|
-
onChange: (
|
|
20073
|
+
checked: h.getIsSelected(),
|
|
20074
|
+
disabled: !h.getCanSelect(),
|
|
20075
|
+
onChange: (C) => h.getToggleSelectedHandler()(C)
|
|
20074
20076
|
}) : null
|
|
20075
20077
|
}),
|
|
20076
20078
|
...e.columns
|
|
20077
|
-
]),
|
|
20079
|
+
]), _;
|
|
20078
20080
|
}), f = ii({
|
|
20079
20081
|
get data() {
|
|
20080
20082
|
return e.data;
|
|
@@ -20089,35 +20091,42 @@ const pq = /* @__PURE__ */ g({
|
|
|
20089
20091
|
}
|
|
20090
20092
|
},
|
|
20091
20093
|
columnResizeMode: "onChange",
|
|
20092
|
-
getRowId: (
|
|
20094
|
+
getRowId: (_, h) => e.rowId ? _.data[e.rowId] : h,
|
|
20093
20095
|
getCoreRowModel: ui(),
|
|
20094
20096
|
//sorting
|
|
20095
20097
|
enableSorting: e.enableSorting,
|
|
20096
|
-
onSortingChange: (
|
|
20097
|
-
u.value = typeof
|
|
20098
|
+
onSortingChange: (_) => {
|
|
20099
|
+
u.value = typeof _ == "function" ? _(u.value) : _, t("update:sort", u.value);
|
|
20098
20100
|
},
|
|
20099
20101
|
//selection
|
|
20100
|
-
enableRowSelection: (
|
|
20101
|
-
onRowSelectionChange: (
|
|
20102
|
-
c.value = typeof
|
|
20102
|
+
enableRowSelection: (_) => (_.original.isViewCheckbox || _.original.isViewCheckbox === void 0) && !_.original.disabledRow && e.enableRowSelection,
|
|
20103
|
+
onRowSelectionChange: (_) => {
|
|
20104
|
+
c.value = typeof _ == "function" ? _(c.value || {}) : _, t("update:selected", c.value);
|
|
20103
20105
|
},
|
|
20104
20106
|
debugTable: !1
|
|
20107
|
+
}), v = q(() => {
|
|
20108
|
+
let _ = "";
|
|
20109
|
+
for (const h of f.getHeaderGroups()[0].headers)
|
|
20110
|
+
h.column.columnDef.meta?.autoSize ? _ += "1fr " : _ += `${h.column.getSize()}px `;
|
|
20111
|
+
return console.log(_), _;
|
|
20105
20112
|
});
|
|
20106
|
-
return (
|
|
20107
|
-
const
|
|
20113
|
+
return (_, h) => {
|
|
20114
|
+
const C = Fl("loading");
|
|
20108
20115
|
return p(), R("div", bC, [
|
|
20109
|
-
St((p(), R("
|
|
20110
|
-
class: De(["table", `table--${
|
|
20116
|
+
St((p(), R("div", {
|
|
20117
|
+
class: De(["table", `table--${_.size}`, { "table--with-pagiantion": _.paginator }]),
|
|
20118
|
+
style: Pe({ gridTemplateColumns: v.value })
|
|
20111
20119
|
}, [
|
|
20112
20120
|
F(Kb, {
|
|
20113
20121
|
table: r(f),
|
|
20114
|
-
"text-style":
|
|
20115
|
-
|
|
20116
|
-
|
|
20122
|
+
"text-style": _.header?.textStyle,
|
|
20123
|
+
filled: _.filled
|
|
20124
|
+
}, null, 8, ["table", "text-style", "filled"]),
|
|
20125
|
+
_.data.length > 0 ? (p(), y(Gb, {
|
|
20117
20126
|
key: 0,
|
|
20118
20127
|
table: r(f)
|
|
20119
20128
|
}, null, 8, ["table"])) : H("", !0),
|
|
20120
|
-
|
|
20129
|
+
_.data.length === 0 && !_.loading ? (p(), y(Qb, {
|
|
20121
20130
|
key: 1,
|
|
20122
20131
|
table: r(f)
|
|
20123
20132
|
}, null, 8, ["table"])) : H("", !0),
|
|
@@ -20125,29 +20134,29 @@ const pq = /* @__PURE__ */ g({
|
|
|
20125
20134
|
key: 2,
|
|
20126
20135
|
table: r(f)
|
|
20127
20136
|
}, null, 8, ["table"])) : H("", !0)
|
|
20128
|
-
],
|
|
20137
|
+
], 6)), [
|
|
20129
20138
|
[
|
|
20130
|
-
|
|
20131
|
-
|
|
20139
|
+
C,
|
|
20140
|
+
_.loading,
|
|
20132
20141
|
void 0,
|
|
20133
20142
|
{ xl: !0 }
|
|
20134
20143
|
]
|
|
20135
20144
|
]),
|
|
20136
20145
|
K("div", CC, [
|
|
20137
|
-
|
|
20146
|
+
_.paginator ? (p(), y(_C, {
|
|
20138
20147
|
key: 0,
|
|
20139
20148
|
page: o.value,
|
|
20140
|
-
"onUpdate:page":
|
|
20149
|
+
"onUpdate:page": h[0] || (h[0] = (w) => o.value = w),
|
|
20141
20150
|
"item-per-page": n.value,
|
|
20142
|
-
"onUpdate:itemPerPage":
|
|
20143
|
-
alwaysShowPaginator:
|
|
20151
|
+
"onUpdate:itemPerPage": h[1] || (h[1] = (w) => n.value = w),
|
|
20152
|
+
alwaysShowPaginator: _.alwaysShowPaginator,
|
|
20144
20153
|
total: s.value
|
|
20145
20154
|
}, null, 8, ["page", "item-per-page", "alwaysShowPaginator", "total"])) : H("", !0)
|
|
20146
20155
|
])
|
|
20147
20156
|
]);
|
|
20148
20157
|
};
|
|
20149
20158
|
}
|
|
20150
|
-
}), jq = /* @__PURE__ */ N(wC, [["__scopeId", "data-v-
|
|
20159
|
+
}), jq = /* @__PURE__ */ N(wC, [["__scopeId", "data-v-857cc6ee"]]), SC = /* @__PURE__ */ g({
|
|
20151
20160
|
__name: "DatePickerCellTrigger",
|
|
20152
20161
|
props: {
|
|
20153
20162
|
day: {},
|
|
@@ -20330,7 +20339,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
20330
20339
|
_: 3
|
|
20331
20340
|
}, 16));
|
|
20332
20341
|
}
|
|
20333
|
-
}), t1 = /* @__PURE__ */ N(xC, [["__scopeId", "data-v-
|
|
20342
|
+
}), t1 = /* @__PURE__ */ N(xC, [["__scopeId", "data-v-7a42fe5b"]]), a1 = /* @__PURE__ */ g({
|
|
20334
20343
|
__name: "DatePickerContent",
|
|
20335
20344
|
props: {
|
|
20336
20345
|
portal: {},
|
|
@@ -20392,7 +20401,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
20392
20401
|
},
|
|
20393
20402
|
setup(e) {
|
|
20394
20403
|
Xe((n) => ({
|
|
20395
|
-
"
|
|
20404
|
+
"69b9e663": o.value
|
|
20396
20405
|
}));
|
|
20397
20406
|
const a = e, t = L(a), l = Xa(), o = q(() => `${a.width}px`);
|
|
20398
20407
|
return (n, s) => (p(), y(r(Vv), B(r(t), {
|
|
@@ -20415,7 +20424,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
20415
20424
|
_: 3
|
|
20416
20425
|
}, 16, ["class"]));
|
|
20417
20426
|
}
|
|
20418
|
-
}), l1 = /* @__PURE__ */ N(IC, [["__scopeId", "data-v-
|
|
20427
|
+
}), l1 = /* @__PURE__ */ N(IC, [["__scopeId", "data-v-c9428b04"]]), TC = /* @__PURE__ */ g({
|
|
20419
20428
|
__name: "DatePickerInput",
|
|
20420
20429
|
props: {
|
|
20421
20430
|
part: {},
|
|
@@ -20489,7 +20498,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
20489
20498
|
},
|
|
20490
20499
|
setup(e) {
|
|
20491
20500
|
Xe((i) => ({
|
|
20492
|
-
"
|
|
20501
|
+
"2938dd4a": o.value
|
|
20493
20502
|
}));
|
|
20494
20503
|
const a = e, t = L(a), l = Ja(), o = q(() => `${a.width}px`), n = q(() => {
|
|
20495
20504
|
const i = l.modelValue?.value;
|
|
@@ -20572,7 +20581,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
20572
20581
|
_: 1
|
|
20573
20582
|
}, 16, ["class"]));
|
|
20574
20583
|
}
|
|
20575
|
-
}), n1 = /* @__PURE__ */ N(VC, [["__scopeId", "data-v-
|
|
20584
|
+
}), n1 = /* @__PURE__ */ N(VC, [["__scopeId", "data-v-9a119fd8"]]), MC = /* @__PURE__ */ g({
|
|
20576
20585
|
__name: "DateRangePickerCellTrigger",
|
|
20577
20586
|
props: {
|
|
20578
20587
|
day: {},
|
|
@@ -20759,7 +20768,7 @@ const pq = /* @__PURE__ */ g({
|
|
|
20759
20768
|
_: 3
|
|
20760
20769
|
}, 16));
|
|
20761
20770
|
}
|
|
20762
|
-
}), m1 = /* @__PURE__ */ N(WC, [["__scopeId", "data-v-
|
|
20771
|
+
}), m1 = /* @__PURE__ */ N(WC, [["__scopeId", "data-v-6e6290ee"]]), y1 = /* @__PURE__ */ g({
|
|
20763
20772
|
__name: "DateRangePickerContent",
|
|
20764
20773
|
props: {
|
|
20765
20774
|
portal: {},
|
|
@@ -21930,15 +21939,15 @@ const $w = { class: "input__wrapper" }, Ow = ["id", "placeholder", "name", "disa
|
|
|
21930
21939
|
as: {}
|
|
21931
21940
|
},
|
|
21932
21941
|
setup(e) {
|
|
21933
|
-
const
|
|
21934
|
-
return
|
|
21942
|
+
const t = L(e);
|
|
21943
|
+
return (l, o) => (p(), y(r(kn), B(r(t), { class: "calendar-head-cell" }), {
|
|
21935
21944
|
default: m(() => [
|
|
21936
|
-
b(
|
|
21945
|
+
b(l.$slots, "default", {}, void 0, !0)
|
|
21937
21946
|
]),
|
|
21938
21947
|
_: 3
|
|
21939
21948
|
}, 16));
|
|
21940
21949
|
}
|
|
21941
|
-
}), Y1 = /* @__PURE__ */ N(Jw, [["__scopeId", "data-v-
|
|
21950
|
+
}), Y1 = /* @__PURE__ */ N(Jw, [["__scopeId", "data-v-ad01129f"]]), Qw = /* @__PURE__ */ g({
|
|
21942
21951
|
__name: "RangeCalendarHeader",
|
|
21943
21952
|
props: {
|
|
21944
21953
|
asChild: { type: Boolean },
|
|
@@ -22010,7 +22019,7 @@ const $w = { class: "input__wrapper" }, Ow = ["id", "placeholder", "name", "disa
|
|
|
22010
22019
|
_: 3
|
|
22011
22020
|
}, 16, ["modelValue"]));
|
|
22012
22021
|
}
|
|
22013
|
-
}), J1 = /* @__PURE__ */ N(t0, [["__scopeId", "data-v-
|
|
22022
|
+
}), J1 = /* @__PURE__ */ N(t0, [["__scopeId", "data-v-eb70996a"]]), a0 = /* @__PURE__ */ g({
|
|
22014
22023
|
__name: "TabsRoot",
|
|
22015
22024
|
setup(e) {
|
|
22016
22025
|
return (a, t) => (p(), y(r(a_), { class: "tabs-root" }, {
|
|
@@ -23032,7 +23041,7 @@ const dD = /* @__PURE__ */ g({
|
|
|
23032
23041
|
_: 3
|
|
23033
23042
|
}, 16));
|
|
23034
23043
|
}
|
|
23035
|
-
}), pD = /* @__PURE__ */ N(X0, [["__scopeId", "data-v-
|
|
23044
|
+
}), pD = /* @__PURE__ */ N(X0, [["__scopeId", "data-v-e6879ccb"]]), J0 = /* @__PURE__ */ g({
|
|
23036
23045
|
__name: "SelectContent",
|
|
23037
23046
|
props: {
|
|
23038
23047
|
forceMount: { type: Boolean },
|
package/package.json
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prlg-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.351",
|
|
5
|
+
"license": "MIT",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "dist/prlg-ui.umd.js",
|
|
7
8
|
"module": "dist/prlg-ui.es.js",
|
|
8
9
|
"types": "dist/index.d.ts",
|
|
9
10
|
"exports": {
|
|
10
11
|
".": {
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
11
13
|
"import": "./dist/prlg-ui.es.js",
|
|
12
|
-
"require": "./dist/prlg-ui.cjs.js"
|
|
13
|
-
"types": "./dist/index.d.ts"
|
|
14
|
+
"require": "./dist/prlg-ui.cjs.js"
|
|
14
15
|
},
|
|
15
16
|
"./types": {
|
|
17
|
+
"types": "./dist/types.d.ts",
|
|
16
18
|
"import": "./dist/types/index.es.js",
|
|
17
|
-
"require": "./dist/types/index.umd.js"
|
|
18
|
-
"types": "./dist/types.d.ts"
|
|
19
|
+
"require": "./dist/types/index.umd.js"
|
|
19
20
|
},
|
|
20
21
|
"./style.css": {
|
|
21
22
|
"default": "./dist/prlg-ui.css"
|
|
@@ -24,29 +25,29 @@
|
|
|
24
25
|
"default": "./dist/scss/*.scss"
|
|
25
26
|
},
|
|
26
27
|
"./utils": {
|
|
28
|
+
"types": "./dist/utils.d.ts",
|
|
27
29
|
"import": "./dist/utils/index.es.js",
|
|
28
|
-
"require": "./dist/utils/index.cjs.js"
|
|
29
|
-
"types": "./dist/utils.d.ts"
|
|
30
|
+
"require": "./dist/utils/index.cjs.js"
|
|
30
31
|
},
|
|
31
32
|
"./utils/*": {
|
|
33
|
+
"types": "./dist/utils/*.d.ts",
|
|
32
34
|
"import": "./dist/utils/*.es.js",
|
|
33
|
-
"require": "./dist/utils/*.cjs.js"
|
|
34
|
-
"types": "./dist/utils/*.d.ts"
|
|
35
|
+
"require": "./dist/utils/*.cjs.js"
|
|
35
36
|
},
|
|
36
37
|
"./icons": {
|
|
38
|
+
"types": "./dist/icons.d.ts",
|
|
37
39
|
"import": "./dist/icons/index.es.js",
|
|
38
|
-
"require": "./dist/icons/index.cjs.js"
|
|
39
|
-
"types": "./dist/icons.d.ts"
|
|
40
|
+
"require": "./dist/icons/index.cjs.js"
|
|
40
41
|
},
|
|
41
42
|
"./blocks": {
|
|
43
|
+
"types": "./dist/blocks.d.ts",
|
|
42
44
|
"import": "./dist/blocks/index.es.js",
|
|
43
|
-
"require": "./dist/blocks/index.cjs.js"
|
|
44
|
-
"types": "./dist/blocks.d.ts"
|
|
45
|
+
"require": "./dist/blocks/index.cjs.js"
|
|
45
46
|
},
|
|
46
47
|
"./rekaUI": {
|
|
48
|
+
"types": "./dist/rekaUI.d.ts",
|
|
47
49
|
"import": "./dist/reka-ui/index.es.js",
|
|
48
|
-
"require": "./dist/reka-ui/index.cjs.js"
|
|
49
|
-
"types": "./dist/rekaUI.d.ts"
|
|
50
|
+
"require": "./dist/reka-ui/index.cjs.js"
|
|
50
51
|
}
|
|
51
52
|
},
|
|
52
53
|
"files": [
|
|
@@ -56,7 +57,7 @@
|
|
|
56
57
|
"scripts": {
|
|
57
58
|
"dev": "vite",
|
|
58
59
|
"dev:storybook": "yarn storybook",
|
|
59
|
-
"build": "
|
|
60
|
+
"build": "vite build",
|
|
60
61
|
"storybook": "storybook dev -p 6006",
|
|
61
62
|
"build-storybook": "storybook build",
|
|
62
63
|
"test": "npx vitest"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),C=(l,t)=>{const o=l.__vccOpts||l;for(const[n,a]of t)o[n]=a;return o},i={},p={width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function c(l,t){return e.openBlock(),e.createElementBlock("svg",p,[...t[0]||(t[0]=[e.createStaticVNode('<path d="M30.1398 23.2093L11.1631 19.8605V44.605C11.1631 45.7351 12.0792 46.6512 13.2092 46.6512H45.9542C47.0842 46.6512 48.0003 45.7351 48.0003 44.605V35.4884L30.1398 23.2093Z" fill="#185C37"></path><path d="M30.1398 2H13.2092C12.0792 2 11.1631 2.91608 11.1631 4.04613V13.1628L30.1398 24.3256L40.1863 27.6744L48.0003 24.3256V13.1628L30.1398 2Z" fill="#21A366"></path><path d="M11.1631 13.1628H30.1398V24.3256H11.1631V13.1628Z" fill="#107C41"></path><path opacity="0.1" d="M24.7449 10.9302H11.1631V38.8372H24.7449C25.8734 38.8335 26.7873 37.9195 26.791 36.791V12.9763C26.7873 11.8478 25.8734 10.9338 24.7449 10.9302Z" fill="black"></path><path opacity="0.2" d="M23.6286 12.0465H11.1631V39.9535H23.6286C24.7571 39.9498 25.671 39.0359 25.6747 37.9074V14.0926C25.671 12.9641 24.7571 12.0502 23.6286 12.0465Z" fill="black"></path><path opacity="0.2" d="M23.6286 12.0465H11.1631V37.7209H23.6286C24.7571 37.7173 25.671 36.8033 25.6747 35.6748V14.0926C25.671 12.9641 24.7571 12.0502 23.6286 12.0465Z" fill="black"></path><path opacity="0.2" d="M22.5123 12.0465H11.1631V37.7209H22.5123C23.6408 37.7173 24.5548 36.8033 24.5584 35.6748V14.0926C24.5548 12.9641 23.6408 12.0502 22.5123 12.0465Z" fill="black"></path><path d="M2.04613 12.0465H22.512C23.642 12.0465 24.5581 12.9626 24.5581 14.0926V34.5585C24.5581 35.6885 23.642 36.6046 22.512 36.6046H2.04613C0.916083 36.6046 0 35.6886 0 34.5585V14.0926C0 12.9626 0.916083 12.0465 2.04613 12.0465Z" fill="url(#paint0_linear_20016_154558)"></path><path d="M6.33691 30.9764L10.6413 24.3066L6.69748 17.6737H9.86993L12.0221 21.9156C12.2208 22.3185 12.357 22.6177 12.4307 22.8153H12.4586C12.6 22.4938 12.7488 22.1816 12.9051 21.8787L15.2057 17.6759H18.1181L14.0738 24.2698L18.2208 30.9764H15.122L12.6361 26.3204C12.519 26.1223 12.4196 25.9142 12.3392 25.6987H12.3023C12.2295 25.9099 12.1329 26.1121 12.0143 26.3014L9.4547 30.9764H6.33691Z" fill="white"></path><path d="M45.954 2H30.1396V13.1628H48.0001V4.04613C48.0001 2.91608 47.084 2 45.954 2Z" fill="#33C481"></path><path d="M30.1396 24.3256H48.0001V35.4884H30.1396V24.3256Z" fill="#107C41"></path><defs><linearGradient id="paint0_linear_20016_154558" x1="4.26624" y1="10.4477" x2="20.2919" y2="38.2035" gradientUnits="userSpaceOnUse"><stop stop-color="#18884F"></stop><stop offset="0.5" stop-color="#117E43"></stop><stop offset="1" stop-color="#0B6631"></stop></linearGradient></defs>',12)])])}const r=C(i,[["render",c]]),s={},h={width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function d(l,t){return e.openBlock(),e.createElementBlock("svg",h,[...t[0]||(t[0]=[e.createStaticVNode('<path d="M30.1398 23.2093L11.1631 19.8605V44.605C11.1631 45.7351 12.0792 46.6512 13.2092 46.6512H45.9542C47.0842 46.6512 48.0003 45.7351 48.0003 44.605V35.4884L30.1398 23.2093Z" fill="#99181E"></path><path d="M30.1398 2H13.2092C12.0792 2 11.1631 2.91608 11.1631 4.04613V13.1628L30.1398 24.3256L40.1863 27.6744L48.0003 24.3256V13.1628L30.1398 2Z" fill="#D12E32"></path><path d="M11.1631 13.1628H30.1398V24.3256H11.1631V13.1628Z" fill="#A11919"></path><path opacity="0.1" d="M28.3814 11H11V39H28.3814C29.8257 38.9963 30.9953 38.0793 31 36.947V13.053C30.9953 11.9207 29.8257 11.0037 28.3814 11Z" fill="black"></path><path opacity="0.2" d="M27.321 12H11V40H27.321C28.7986 39.9963 29.9952 39.0793 30 37.947V14.053C29.9952 12.9207 28.7986 12.0037 27.321 12Z" fill="black"></path><path opacity="0.2" d="M26.462 12H11V38H26.462C27.8618 37.9963 28.9954 37.0708 29 35.9279V14.0721C28.9954 12.9292 27.8618 12.0037 26.462 12Z" fill="black"></path><path opacity="0.2" d="M24.556 12H11V38H24.556C25.904 37.9963 26.9956 37.0708 27 35.9279V14.0721C26.9956 12.9292 25.904 12.0037 24.556 12Z" fill="black"></path><path d="M2.08295 12H22.917C24.0674 12 25 12.9326 25 14.083V34.917C25 36.0674 24.0674 37 22.917 37H2.08295C0.932566 37 0 36.0675 0 34.9171V14.083C0 12.9326 0.932566 12 2.08295 12Z" fill="url(#paint0_linear_20016_154543)"></path><path d="M45.8143 2H30V13.1628H47.8605V4.04613C47.8605 2.91608 46.9444 2 45.8143 2Z" fill="#EF3C3E"></path><path d="M30.1396 24.3256H48.0001V35.4884H30.1396V24.3256Z" fill="#B42026"></path><path d="M5.13695 26.0165H2.98703V24.9231H5.13695C5.51135 24.9231 5.81388 24.8645 6.04457 24.7473C6.27526 24.63 6.44354 24.4689 6.54943 24.2637C6.6591 24.0549 6.71394 23.8168 6.71394 23.5495C6.71394 23.2967 6.6591 23.0604 6.54943 22.8407C6.44354 22.6172 6.27526 22.4377 6.04457 22.3022C5.81388 22.1667 5.51135 22.0989 5.13695 22.0989H3.42383V29H2V21H5.13695C5.77607 21 6.31875 21.1099 6.76499 21.3297C7.21502 21.5458 7.55727 21.8462 7.79173 22.2308C8.0262 22.6117 8.14344 23.0476 8.14344 23.5385C8.14344 24.0549 8.0262 24.4982 7.79173 24.8681C7.55727 25.2381 7.21502 25.522 6.76499 25.7198C6.31875 25.9176 5.77607 26.0165 5.13695 26.0165Z" fill="white"></path><path d="M12.1823 29H10.4182L10.4295 27.9066H12.1823C12.6929 27.9066 13.1202 27.7985 13.4643 27.5824C13.8123 27.3663 14.0732 27.0568 14.2472 26.6538C14.4249 26.2509 14.5138 25.7711 14.5138 25.2143V24.7802C14.5138 24.348 14.4627 23.9652 14.3606 23.6319C14.2623 23.2985 14.1148 23.0183 13.9182 22.7912C13.7253 22.5641 13.487 22.3919 13.2034 22.2747C12.9236 22.1575 12.6002 22.0989 12.2334 22.0989H10.3841V21H12.2334C12.7817 21 13.2828 21.0897 13.7366 21.2692C14.1904 21.4451 14.5818 21.6996 14.9109 22.033C15.2437 22.3663 15.4989 22.7656 15.6767 23.2308C15.8544 23.696 15.9433 24.2161 15.9433 24.7912V25.2143C15.9433 25.7894 15.8544 26.3095 15.6767 26.7747C15.4989 27.2399 15.2437 27.6392 14.9109 27.9725C14.5781 28.3022 14.181 28.5568 13.7196 28.7363C13.262 28.9121 12.7496 29 12.1823 29ZM11.2066 21V29H9.78282V21H11.2066Z" fill="white"></path><path d="M19.1596 21V29H17.7358V21H19.1596ZM22.5292 24.5V25.5934H18.7966V24.5H22.5292ZM23 21V22.0989H18.7966V21H23Z" fill="white"></path><defs><linearGradient id="paint0_linear_20016_154543" x1="4.34301" y1="10.3724" x2="20.657" y2="38.6276" gradientUnits="userSpaceOnUse"><stop stop-color="#B42026"></stop><stop offset="0.5" stop-color="#D12E32"></stop><stop offset="1" stop-color="#D12E32"></stop></linearGradient></defs>',14)])])}const H=C(s,[["render",d]]),f={},V={width:"48",height:"45",viewBox:"0 0 48 45",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function _(l,t){return e.openBlock(),e.createElementBlock("svg",V,[...t[0]||(t[0]=[e.createStaticVNode('<path d="M45.9541 0H13.2092C12.0792 0 11.1631 0.916088 11.1631 2.04614V11.1628L30.1398 16.7442L48.0003 11.1628V2.04614C48.0003 0.916088 47.0842 0 45.9541 0Z" fill="#41A5EE"></path><path d="M48.0003 11.1628H11.1631V22.3256L30.1398 25.6745L48.0003 22.3256V11.1628Z" fill="#2B7CD3"></path><path d="M11.1631 22.3256V33.4883L29.0235 35.7209L48.0003 33.4883V22.3256H11.1631Z" fill="#185ABD"></path><path d="M13.2092 44.6512H45.9542C47.0842 44.6512 48.0003 43.7351 48.0003 42.605V33.4884H11.1631V42.605C11.1631 43.7351 12.0792 44.6512 13.2092 44.6512Z" fill="#103F91"></path><path opacity="0.1" d="M24.7448 8.93018H11.1631V36.8371H24.7448C25.8734 36.8335 26.7873 35.9195 26.791 34.791V10.9763C26.7873 9.84779 25.8734 8.93385 24.7448 8.93018Z" fill="black"></path><path opacity="0.2" d="M23.6286 10.0465H11.1631V37.9535H23.6286C24.7571 37.9498 25.671 37.0359 25.6747 35.9073V12.0927C25.671 10.9641 24.7571 10.0502 23.6286 10.0465Z" fill="black"></path><path opacity="0.2" d="M23.6286 10.0465H11.1631V35.7209H23.6286C24.7571 35.7172 25.671 34.8033 25.6747 33.6748V12.0927C25.671 10.9641 24.7571 10.0502 23.6286 10.0465Z" fill="black"></path><path opacity="0.2" d="M22.5123 10.0465H11.1631V35.7209H22.5123C23.6408 35.7172 24.5548 34.8033 24.5584 33.6748V12.0927C24.5548 10.9641 23.6408 10.0502 22.5123 10.0465Z" fill="black"></path><path d="M2.04614 10.0465H22.512C23.642 10.0465 24.5581 10.9626 24.5581 12.0927V32.5585C24.5581 33.6886 23.642 34.6047 22.512 34.6047H2.04614C0.916088 34.6047 0 33.6886 0 32.5585V12.0927C0 10.9626 0.916088 10.0465 2.04614 10.0465Z" fill="url(#paint0_linear_20016_154532)"></path><path d="M8.39653 25.7391C8.43671 26.055 8.4635 26.3296 8.47578 26.5652H8.52265C8.54051 26.3419 8.57771 26.0729 8.63428 25.7581C8.69084 25.4433 8.74182 25.1773 8.78721 24.96L10.9394 15.6748H13.7223L15.9548 24.8204C16.0846 25.3891 16.1774 25.9656 16.2328 26.5462H16.2696C16.3113 25.9837 16.3888 25.4244 16.5018 24.8718L18.2823 15.6703H20.8151L17.6873 28.9763H14.7281L12.6071 20.1644C12.5457 19.911 12.4754 19.5795 12.3984 19.172C12.3214 18.7646 12.2734 18.4665 12.2544 18.279H12.2175C12.193 18.4956 12.145 18.8171 12.0735 19.2435C12.0021 19.6699 11.9448 19.9854 11.9016 20.1901L9.90793 28.9741H6.89844L3.75391 15.6747H6.3325L8.27148 24.9789C8.31503 25.1698 8.35634 25.4243 8.39653 25.7391Z" fill="white"></path><defs><linearGradient id="paint0_linear_20016_154532" x1="4.26624" y1="8.4477" x2="20.2919" y2="36.2034" gradientUnits="userSpaceOnUse"><stop stop-color="#2368C4"></stop><stop offset="0.5" stop-color="#1A5DBE"></stop><stop offset="1" stop-color="#1146AC"></stop></linearGradient></defs>',11)])])}const L=C(f,[["render",_]]),M={},Z={width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function w(l,t){return e.openBlock(),e.createElementBlock("svg",Z,[...t[0]||(t[0]=[e.createElementVNode("path",{d:"M10.9195 9.12301L15.3395 4.70301C15.4132 4.63434 15.4723 4.55154 15.5133 4.45954C15.5543 4.36754 15.5763 4.26823 15.5781 4.16753C15.5799 4.06683 15.5613 3.9668 15.5236 3.87341C15.4859 3.78002 15.4298 3.69519 15.3585 3.62397C15.2873 3.55275 15.2025 3.4966 15.1091 3.45888C15.0157 3.42116 14.9157 3.40264 14.815 3.40441C14.7143 3.40619 14.615 3.42823 14.523 3.46922C14.431 3.51022 14.3482 3.56932 14.2795 3.64301L9.8595 8.063L5.4395 3.64301C5.29732 3.51053 5.10927 3.4384 4.91497 3.44183C4.72067 3.44526 4.53529 3.52397 4.39787 3.66138C4.26046 3.7988 4.18175 3.98418 4.17832 4.17848C4.17489 4.37278 4.24702 4.56083 4.3795 4.70301L8.7995 9.12301L4.3795 13.543C4.23905 13.6836 4.16016 13.8743 4.16016 14.073C4.16016 14.2718 4.23905 14.4624 4.3795 14.603C4.52012 14.7435 4.71075 14.8223 4.9095 14.8223C5.10825 14.8223 5.29887 14.7435 5.4395 14.603L9.8595 10.183L14.2795 14.603C14.4201 14.7435 14.6107 14.8223 14.8095 14.8223C15.0082 14.8223 15.1989 14.7435 15.3395 14.603C15.4799 14.4624 15.5588 14.2718 15.5588 14.073C15.5588 13.8743 15.4799 13.6836 15.3395 13.543L10.9195 9.12301Z",fill:"currentColor"},null,-1)])])}const u=C(M,[["render",w]]),g={},x={width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function k(l,t){return e.openBlock(),e.createElementBlock("svg",x,[...t[0]||(t[0]=[e.createElementVNode("path",{d:"M9.85938 15.873C4.02938 15.873 1.28937 9.68305 1.16937 9.42305C1.12977 9.32799 1.10938 9.22603 1.10938 9.12305C1.10938 9.02007 1.12977 8.91811 1.16937 8.82305C1.28937 8.56305 4.02938 2.37305 9.85938 2.37305C15.6894 2.37305 18.4294 8.56305 18.5494 8.82305C18.589 8.91811 18.6094 9.02007 18.6094 9.12305C18.6094 9.22603 18.589 9.32799 18.5494 9.42305C18.4294 9.68305 15.6894 15.873 9.85938 15.873ZM2.68937 9.12305C3.27937 10.273 5.68937 14.373 9.85938 14.373C14.0294 14.373 16.4394 10.273 17.0294 9.12305C16.4394 7.97305 14.0294 3.87305 9.85938 3.87305C5.68937 3.87305 3.27937 7.97305 2.68937 9.12305Z",fill:"currentColor"},null,-1),e.createElementVNode("path",{d:"M9.85938 12.373C9.21659 12.373 8.58823 12.1824 8.05377 11.8253C7.51931 11.4682 7.10275 10.9606 6.85677 10.3668C6.61078 9.77291 6.54642 9.11944 6.67182 8.489C6.79723 7.85857 7.10676 7.27947 7.56128 6.82495C8.0158 6.37043 8.59489 6.0609 9.22533 5.9355C9.85577 5.81009 10.5092 5.87446 11.1031 6.12044C11.697 6.36643 12.2045 6.78299 12.5617 7.31745C12.9188 7.85191 13.1094 8.48026 13.1094 9.12305C13.1067 9.98419 12.7635 10.8093 12.1546 11.4182C11.5456 12.0272 10.7205 12.3704 9.85938 12.373ZM9.85938 7.37305C9.51326 7.37305 9.17491 7.47568 8.88713 7.66798C8.59934 7.86027 8.37504 8.13358 8.24259 8.45335C8.11013 8.77312 8.07548 9.12499 8.143 9.46446C8.21053 9.80392 8.3772 10.1157 8.62194 10.3605C8.86668 10.6052 9.1785 10.7719 9.51797 10.8394C9.85744 10.9069 10.2093 10.8723 10.5291 10.7398C10.8488 10.6074 11.1222 10.3831 11.3144 10.0953C11.5067 9.80751 11.6094 9.46917 11.6094 9.12305C11.6068 8.65973 11.4215 8.21613 11.0939 7.88851C10.7663 7.56089 10.3227 7.37567 9.85938 7.37305Z",fill:"currentColor"},null,-1)])])}const B=C(g,[["render",k]]),E={},m={width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function v(l,t){return e.openBlock(),e.createElementBlock("svg",m,[...t[0]||(t[0]=[e.createElementVNode("path",{d:"M16.3894 6.12305L10.8594 0.593047C10.7189 0.452354 10.5282 0.373222 10.3294 0.373047H5.85938C5.13003 0.373047 4.43056 0.662778 3.91483 1.1785C3.39911 1.69423 3.10938 2.3937 3.10938 3.12305V15.123C3.10938 15.8524 3.39911 16.5519 3.91483 17.0676C4.43056 17.5833 5.13003 17.873 5.85938 17.873H13.8594C14.5887 17.873 15.2882 17.5833 15.8039 17.0676C16.3196 16.5519 16.6094 15.8524 16.6094 15.123V6.62305C16.6015 6.43465 16.523 6.25613 16.3894 6.12305ZM11.1094 2.93305L14.0494 5.87305H11.1094V2.93305ZM13.8594 16.373H5.85938C5.52785 16.373 5.20991 16.2414 4.97549 16.0069C4.74107 15.7725 4.60938 15.4546 4.60938 15.123V3.12305C4.60938 2.79153 4.74107 2.47358 4.97549 2.23916C5.20991 2.00474 5.52785 1.87305 5.85938 1.87305H9.60938V6.62305C9.61197 6.82115 9.69181 7.01042 9.83191 7.15051C9.972 7.29061 10.1613 7.37046 10.3594 7.37305H15.1094V15.123C15.1094 15.4546 14.9777 15.7725 14.7433 16.0069C14.5088 16.2414 14.1909 16.373 13.8594 16.373Z",fill:"currentColor"},null,-1)])])}const y=C(E,[["render",v]]);exports.CloseIcon=u;exports.ExcelIcon=r;exports.EyeIcon=B;exports.FileIcon=y;exports.PdfIcon=H;exports.WordIcon=L;exports._export_sfc=C;
|
package/dist/blocks.d.ts
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { ComponentOptionsMixin } from 'vue';
|
|
2
|
-
import { ComponentProvideOptions } from 'vue';
|
|
3
|
-
import { DefineComponent } from 'vue';
|
|
4
|
-
import { PublicProps } from 'vue';
|
|
5
|
-
|
|
6
|
-
declare type __VLS_Props = {
|
|
7
|
-
viewActions?: boolean;
|
|
8
|
-
actions?: Array<'file' | 'image'>;
|
|
9
|
-
placeholder?: string;
|
|
10
|
-
maxLength?: number;
|
|
11
|
-
smallText?: string;
|
|
12
|
-
error?: boolean;
|
|
13
|
-
errorText?: string;
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
declare type __VLS_PublicProps = {
|
|
18
|
-
'message': string;
|
|
19
|
-
'files'?: File[];
|
|
20
|
-
} & __VLS_Props;
|
|
21
|
-
|
|
22
|
-
export declare const BonusSummary: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
23
|
-
|
|
24
|
-
export declare const ChatField: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
25
|
-
"update:message": (value: string) => any;
|
|
26
|
-
"update:files": (value: File[]) => any;
|
|
27
|
-
} & {
|
|
28
|
-
sendMessage: () => any;
|
|
29
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
30
|
-
onSendMessage?: (() => any) | undefined;
|
|
31
|
-
"onUpdate:message"?: ((value: string) => any) | undefined;
|
|
32
|
-
"onUpdate:files"?: ((value: File[]) => any) | undefined;
|
|
33
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
|
-
|
|
35
|
-
export { }
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
declare module "@tanstack/vue-table" {
|
|
40
|
-
interface ColumnMeta<TData extends RowData, TValue> {
|
|
41
|
-
align?: "start" | "center" | "end";
|
|
42
|
-
verticalAlign?: "top" | "middle" | "bottom";
|
|
43
|
-
autoSize?: boolean;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
declare module "@tanstack/vue-table" {
|
|
49
|
-
interface ColumnMeta<TData extends RowData, TValue> {
|
|
50
|
-
align?: "start" | "center" | "end";
|
|
51
|
-
verticalAlign?: "top" | "middle" | "bottom";
|
|
52
|
-
autoSize?: boolean;
|
|
53
|
-
}
|
|
54
|
-
}
|