@profitliga/ui 1.2.85 → 1.2.88
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/components/Accordion/AccordionContent.vue.d.ts +7 -11
- package/dist/components/Accordion/AccordionHeader.vue.d.ts +7 -11
- package/dist/components/Accordion/AccordionItem.vue.d.ts +7 -11
- package/dist/components/Accordion/AccordionRoot.vue.d.ts +7 -11
- package/dist/components/Accordion/AccordionTrigger.vue.d.ts +9 -12
- package/dist/components/AlertDialog/AlertDialog.stories.d.ts +3 -3
- package/dist/components/AlertDialog/AlertDialog.vue.d.ts +56 -0
- package/dist/components/AlertDialog/AlertDialogAction.vue.d.ts +7 -11
- package/dist/components/AlertDialog/AlertDialogCancel.vue.d.ts +7 -11
- package/dist/components/AlertDialog/AlertDialogContent.vue.d.ts +22 -12
- package/dist/components/AlertDialog/AlertDialogDescription.vue.d.ts +7 -11
- package/dist/components/AlertDialog/AlertDialogOverlay.vue.d.ts +2 -1
- package/dist/components/AlertDialog/AlertDialogPortal.vue.d.ts +7 -11
- package/dist/components/AlertDialog/AlertDialogRoot.vue.d.ts +7 -11
- package/dist/components/AlertDialog/AlertDialogTitle.vue.d.ts +7 -11
- package/dist/components/AlertDialog/AlertDialogTrigger.vue.d.ts +7 -11
- package/dist/components/AlertDialog/index.d.ts +3 -1
- package/dist/components/Badge/Badge.vue.d.ts +2 -1
- package/dist/components/BottomSheet/BottomSheet.stories.d.ts +1 -0
- package/dist/components/BottomSheet/BottomSheet.vue.d.ts +36 -205
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +2 -1
- package/dist/components/Button/Button.vue.d.ts +8 -12
- package/dist/components/Calendar/CalendarCellTrigger.vue.d.ts +7 -11
- package/dist/components/Calendar/CalendarGrid.vue.d.ts +7 -11
- package/dist/components/Calendar/CalendarGridBody.vue.d.ts +7 -11
- package/dist/components/Calendar/CalendarGridRow.vue.d.ts +7 -11
- package/dist/components/Calendar/CalendarHeadCell.vue.d.ts +7 -11
- package/dist/components/Calendar/CalendarHeader.vue.d.ts +7 -11
- package/dist/components/Calendar/CalendarHeading.vue.d.ts +2 -1
- package/dist/components/Calendar/CalendarNext.vue.d.ts +2 -1
- package/dist/components/Calendar/CalendarPrev.vue.d.ts +2 -1
- package/dist/components/Calendar/CalendarRoot.vue.d.ts +17 -21
- package/dist/components/Checkbox/Checkbox.vue.d.ts +11 -14
- package/dist/components/ChipCheckbox/ChipCheckbox.vue.d.ts +11 -14
- package/dist/components/Combobox/ComboboxAnchor.vue.d.ts +7 -11
- package/dist/components/Combobox/ComboboxClear.vue.d.ts +3 -2
- package/dist/components/Combobox/ComboboxContent.vue.d.ts +7 -11
- package/dist/components/Combobox/ComboboxInput.vue.d.ts +2 -1
- package/dist/components/Combobox/ComboboxItem.vue.d.ts +7 -11
- package/dist/components/Combobox/ComboboxRoot.vue.d.ts +7 -11
- package/dist/components/Combobox/ComboboxTrigger.vue.d.ts +2 -1
- package/dist/components/Combobox/ComboboxViewport.vue.d.ts +7 -11
- package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts +2 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +20 -15
- package/dist/components/DataTable/components/DataTableBody.vue.d.ts +13 -8
- package/dist/components/DataTable/components/DataTableFooter.vue.d.ts +13 -8
- package/dist/components/DataTable/components/DataTableHead.vue.d.ts +13 -8
- package/dist/components/DataTable/components/DataTablePagination.vue.d.ts +5 -3
- package/dist/components/DataTable/shared/mock/OrderStatus/OrderStatus.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/accepted.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/approval.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/assembled.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/awaitingPayment.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/cancelled.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/complaint.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/confirmation.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/dedlineChanged.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/delayDelivery.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/documentsIssued.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/error.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/handedShipment.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/orderSupplier.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/orderedSupplier.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/paid.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/readyPickup.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/readyShipment.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/receivedClient.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/reservedPayment.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/reservedShipment.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/returned.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/sentSupplier.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/transferAvailability.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/transferCustom.vue.d.ts +2 -1
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/warning.vue.d.ts +2 -1
- package/dist/components/DatePicker/DatePicker.stories.d.ts +2 -2
- package/dist/components/DatePicker/DatePicker.vue.d.ts +7 -3
- package/dist/components/DatePicker/DatePickerArrow.vue.d.ts +2 -1
- package/dist/components/DatePicker/DatePickerCalendar.vue.d.ts +10 -14
- package/dist/components/DatePicker/DatePickerCell.vue.d.ts +7 -11
- package/dist/components/DatePicker/DatePickerCellTrigger.vue.d.ts +7 -11
- package/dist/components/DatePicker/DatePickerContent.vue.d.ts +7 -11
- package/dist/components/DatePicker/DatePickerField.vue.d.ts +13 -17
- package/dist/components/DatePicker/DatePickerGrid.vue.d.ts +7 -11
- package/dist/components/DatePicker/DatePickerGridBody.vue.d.ts +7 -11
- package/dist/components/DatePicker/DatePickerGridRow.vue.d.ts +7 -11
- package/dist/components/DatePicker/DatePickerHeadCell.vue.d.ts +7 -11
- package/dist/components/DatePicker/DatePickerHeader.vue.d.ts +7 -11
- package/dist/components/DatePicker/DatePickerHeading.vue.d.ts +2 -1
- package/dist/components/DatePicker/DatePickerInput.vue.d.ts +7 -11
- package/dist/components/DatePicker/DatePickerNext.vue.d.ts +2 -1
- package/dist/components/DatePicker/DatePickerPrev.vue.d.ts +2 -1
- package/dist/components/DatePicker/DatePickerRoot.vue.d.ts +14 -17
- package/dist/components/DatePicker/DatePickerTrigger.vue.d.ts +7 -11
- package/dist/components/DateRangePicker/DateRangePicker.vue.d.ts +14 -14
- package/dist/components/DateRangePicker/DateRangePickerArrow.vue.d.ts +2 -1
- package/dist/components/DateRangePicker/DateRangePickerCalendar.vue.d.ts +14 -18
- package/dist/components/DateRangePicker/DateRangePickerCellTrigger.vue.d.ts +7 -11
- package/dist/components/DateRangePicker/DateRangePickerContent.vue.d.ts +7 -11
- package/dist/components/DateRangePicker/DateRangePickerField.vue.d.ts +2 -1
- package/dist/components/DateRangePicker/DateRangePickerGrid.vue.d.ts +7 -11
- package/dist/components/DateRangePicker/DateRangePickerGridBody.vue.d.ts +7 -11
- package/dist/components/DateRangePicker/DateRangePickerGridRow.vue.d.ts +7 -11
- package/dist/components/DateRangePicker/DateRangePickerHeadCell.vue.d.ts +7 -11
- package/dist/components/DateRangePicker/DateRangePickerHeader.vue.d.ts +7 -11
- package/dist/components/DateRangePicker/DateRangePickerHeading.vue.d.ts +2 -1
- package/dist/components/DateRangePicker/DateRangePickerInput.vue.d.ts +7 -11
- package/dist/components/DateRangePicker/DateRangePickerNext.vue.d.ts +2 -1
- package/dist/components/DateRangePicker/DateRangePickerPrev.vue.d.ts +2 -1
- package/dist/components/DateRangePicker/DateRangePickerRoot.vue.d.ts +14 -17
- package/dist/components/DateRangePicker/DateRangePickerTrigger.vue.d.ts +7 -11
- package/dist/components/Dialog/Dialog.stories.d.ts +1 -4
- package/dist/components/Dialog/Dialog.vue.d.ts +24 -20
- package/dist/components/Dialog/DialogActions.vue.d.ts +7 -11
- package/dist/components/Dialog/DialogClose.vue.d.ts +2 -1
- package/dist/components/Dialog/DialogContent.vue.d.ts +13 -15
- package/dist/components/Dialog/DialogDescription.vue.d.ts +7 -11
- package/dist/components/Dialog/DialogOverlay.vue.d.ts +2 -1
- package/dist/components/Dialog/DialogTitle.vue.d.ts +7 -11
- package/dist/components/Divider/Divider.vue.d.ts +7 -11
- package/dist/components/Drawer/Drawer.stories.d.ts +1 -0
- package/dist/components/Drawer/Drawer.vue.d.ts +22 -17
- package/dist/components/Drawer/DrawerContent.vue.d.ts +13 -15
- package/dist/components/Drawer/DrawerOverlay.vue.d.ts +7 -11
- package/dist/components/Drawer/DrawerPortal.vue.d.ts +7 -11
- package/dist/components/Drawer/DrawerRoot.vue.d.ts +7 -11
- package/dist/components/Drawer/DrawerTrigger.vue.d.ts +7 -11
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +3 -6
- package/dist/components/DropdownMenu/DropdownMenu.vue.d.ts +18 -16
- package/dist/components/DropdownMenu/DropdownMenuArrow.vue.d.ts +2 -1
- package/dist/components/DropdownMenu/DropdownMenuContent.vue.d.ts +7 -11
- package/dist/components/DropdownMenu/DropdownMenuItem.vue.d.ts +7 -11
- package/dist/components/DropdownMenu/DropdownMenuSeparator.vue.d.ts +2 -1
- package/dist/components/DropdownMenu/DropdownMenuSubContent.vue.d.ts +9 -13
- package/dist/components/DropdownMenu/DropdownMenuSubTrigger.vue.d.ts +7 -11
- package/dist/components/File/File.vue.d.ts +3 -2
- package/dist/components/FormField/FormField.vue.d.ts +9 -12
- package/dist/components/Image/Image.vue.d.ts +3 -2
- package/dist/components/Image/ImageModalProvider.vue.d.ts +7 -11
- package/dist/components/InputNumber/InputNumber.vue.d.ts +6 -4
- package/dist/components/InputText/InputText.vue.d.ts +15 -21
- package/dist/components/Label/Label.vue.d.ts +7 -11
- package/dist/components/Message/Message.vue.d.ts +8 -12
- package/dist/components/OTPCode/OTPCode.vue.d.ts +6 -6
- package/dist/components/OverlayBadge/OverlayBadge.vue.d.ts +7 -11
- package/dist/components/Pagination/PaginationEllipsis.vue.d.ts +2 -1
- package/dist/components/Pagination/PaginationFirst.vue.d.ts +2 -1
- package/dist/components/Pagination/PaginationLast.vue.d.ts +2 -1
- package/dist/components/Pagination/PaginationList.vue.d.ts +14 -18
- package/dist/components/Pagination/PaginationListItem.vue.d.ts +7 -11
- package/dist/components/Pagination/PaginationNext.vue.d.ts +2 -1
- package/dist/components/Pagination/PaginationPrev.vue.d.ts +2 -1
- package/dist/components/Popover/Popover.vue.d.ts +19 -17
- package/dist/components/Popover/PopoverArrow.vue.d.ts +2 -1
- package/dist/components/Popover/PopoverContent.vue.d.ts +9 -13
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +2 -1
- package/dist/components/RadioGroup/RadioGroupItem.vue.d.ts +2 -1
- package/dist/components/RadioGroup/RadioGroupRoot.vue.d.ts +10 -14
- package/dist/components/RangeCalendar/RangeCalendar.vue.d.ts +5 -3
- package/dist/components/RangeCalendar/RangeCalendarCell.vue.d.ts +7 -11
- package/dist/components/RangeCalendar/RangeCalendarCellTrigger.vue.d.ts +7 -11
- package/dist/components/RangeCalendar/RangeCalendarGrid.vue.d.ts +7 -11
- package/dist/components/RangeCalendar/RangeCalendarGridBody.vue.d.ts +7 -11
- package/dist/components/RangeCalendar/RangeCalendarGridRow.vue.d.ts +7 -11
- package/dist/components/RangeCalendar/RangeCalendarHeadCell.vue.d.ts +7 -11
- package/dist/components/RangeCalendar/RangeCalendarHeader.vue.d.ts +7 -11
- package/dist/components/RangeCalendar/RangeCalendarHeading.vue.d.ts +2 -1
- package/dist/components/RangeCalendar/RangeCalendarNext.vue.d.ts +2 -1
- package/dist/components/RangeCalendar/RangeCalendarPrev.vue.d.ts +2 -1
- package/dist/components/RangeCalendar/RangeCalendarRoot.vue.d.ts +17 -21
- package/dist/components/Schedule/Schedule.vue.d.ts +5 -3
- package/dist/components/ScheduleMobile/ScheduleMobile.vue.d.ts +7 -28
- package/dist/components/ScheduleMobile/ScheduleMobileModal.vue.d.ts +4 -3
- package/dist/components/ScrollArea/ScrollAreaRoot.vue.d.ts +10 -281
- package/dist/components/ScrollArea/ScrollAreaScrollbar.vue.d.ts +2 -1
- package/dist/components/ScrollArea/ScrollAreaViewport.vue.d.ts +7 -11
- package/dist/components/Select/SelectContent.vue.d.ts +19 -12
- package/dist/components/Select/SelectItem.vue.d.ts +7 -11
- package/dist/components/Select/SelectRoot.vue.d.ts +7 -11
- package/dist/components/Select/SelectSeparator.vue.d.ts +2 -1
- package/dist/components/Select/SelectTrigger.vue.d.ts +10 -13
- package/dist/components/Select/SelectValue.vue.d.ts +10 -14
- package/dist/components/Select/SelectViewport.vue.d.ts +9 -12
- package/dist/components/Skeleton/Skeleton.vue.d.ts +2 -1
- package/dist/components/Spinner/Spinner.vue.d.ts +2 -1
- package/dist/components/Stepper/StepperIndicator.vue.d.ts +2 -1
- package/dist/components/Stepper/StepperItem.vue.d.ts +7 -11
- package/dist/components/Stepper/StepperRoot.vue.d.ts +13 -365
- package/dist/components/Stepper/StepperSeparator.vue.d.ts +2 -1
- package/dist/components/Switch/SwitchRoot.vue.d.ts +9 -12
- package/dist/components/Switch/SwitchThumb.vue.d.ts +2 -1
- package/dist/components/Tabs/TabsList.vue.d.ts +7 -11
- package/dist/components/Tabs/TabsRoot.vue.d.ts +10 -14
- package/dist/components/Tabs/TabsTrigger.vue.d.ts +7 -11
- package/dist/components/Tag/Tag.vue.d.ts +8 -12
- package/dist/components/Textarea/Textarea.vue.d.ts +15 -21
- package/dist/components/TimeField/TimeField.vue.d.ts +5 -3
- package/dist/components/Toast/ToastClose.vue.d.ts +2 -1
- package/dist/components/Toast/ToastDescription.vue.d.ts +7 -11
- package/dist/components/Toast/ToastProvider.vue.d.ts +7 -11
- package/dist/components/Toast/ToastRoot.vue.d.ts +7 -11
- package/dist/components/Toast/ToastTitle.vue.d.ts +7 -11
- package/dist/components/Toast/ToastViewport.vue.d.ts +2 -1
- package/dist/components/Toast/Toaster.vue.d.ts +2 -1
- package/dist/components/Tooltip/TooltipArrow.vue.d.ts +2 -1
- package/dist/components/Tooltip/TooltipContent.vue.d.ts +10 -12
- package/dist/components/Tooltip/TooltipPortal.vue.d.ts +17 -0
- package/dist/components/Tooltip/TooltipRoot.vue.d.ts +40 -0
- package/dist/components/Tooltip/TooltipTrigger.vue.d.ts +17 -0
- package/dist/components/Tooltip/index.d.ts +6 -1
- package/dist/components/index.js +6159 -6550
- package/dist/icons/colored/BonusIcon.vue.d.ts +2 -1
- package/dist/icons/colored/CashbackIcon.vue.d.ts +2 -1
- package/dist/icons/colored/CertificateIcon.vue.d.ts +2 -1
- package/dist/icons/colored/DiscountIcon.vue.d.ts +2 -1
- package/dist/icons/colored/ExcelIcon.vue.d.ts +2 -1
- package/dist/icons/colored/FaviconIcon.vue.d.ts +2 -1
- package/dist/icons/colored/GiftColorIcon.vue.d.ts +2 -1
- package/dist/icons/colored/MaxIcon.vue.d.ts +2 -1
- package/dist/icons/colored/PdfIcon.vue.d.ts +2 -1
- package/dist/icons/colored/SberPayColorIcon.vue.d.ts +2 -1
- package/dist/icons/colored/ShieldIcon.vue.d.ts +2 -1
- package/dist/icons/colored/SpbIcon.vue.d.ts +2 -1
- package/dist/icons/colored/TelegramColorIcon.vue.d.ts +2 -1
- package/dist/icons/colored/TruesignFullIcon.vue.d.ts +2 -1
- package/dist/icons/colored/TruesignIcon.vue.d.ts +2 -1
- package/dist/icons/colored/WarehousePointIcon.vue.d.ts +2 -1
- package/dist/icons/colored/WordIcon.vue.d.ts +2 -1
- package/dist/icons/index.js +2 -2656
- package/dist/icons/monochrome/AngleBottomIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/AngleDoubleLeftIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/AngleDoubleRightIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/AngleLeftIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/AngleRightIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/AngleTopIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ArrowRightTopIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/AtIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/AvatarIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/BagIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/BanIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/BankIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/BarsIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/BellIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/BookIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/BoxIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/BoxLineIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/BoxStopIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/BriefcaseIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/BuildingIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CalendarIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CameraIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CarIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CarSearchIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CartCrossedIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CartIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CatalogToIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CevronBottomIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CevronLeftIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CevronRightIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CevronTopIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CheckFilledIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CheckIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CheckRoundedIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ClockIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ClockPayIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CloseIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CloseRoundedIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CogIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CommentIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CommentsIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CopyIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CreditCardIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CrossedBoxIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CrumpledBoxIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/CubeIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/DeliveryIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/DeliveryTimeIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/DownloadIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ErrorFillIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ErrorIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ExclamationBoxIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/EyeCloseIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/EyeIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/FileEditIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/FileExportIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/FileIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/FileUploadIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/FilterFillIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/FilterIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/FilterSlashIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/GiftIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/GuardIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/HeadSetIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/HeartFillIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/HeartOutlinedIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/HomeIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ImageIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/InfoFillIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/InfoIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/LikeIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ListIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/LocationIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/LockIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/MailBoxIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/MailIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/MailWarningIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/MapIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/MapPointFilledIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/MapPointIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/MessageIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/MinusIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/MoneyBillIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/NewIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/OilIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/PackageIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/PencelLineIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/PercentCircleIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/PersonIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/PinIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/PlusIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/PlusRoundedIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/PrintIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ProcentIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/QrIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/QuestionIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/QuestionRoundedIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ReplaceIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/Replay2Icon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ReplayIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ReplayOffIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ReturnIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/RubIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/RumpledPackageIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SberPayIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SearchIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SearchMinusIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SearchPlusIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SendIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SettingsIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ShieldErrorIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ShopIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ShoppingCartIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SignOutIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SmartphoneIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SmsIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SortDownFillIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SortDownIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SortUpFillIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SortUpIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/StarFillIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/StarIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/SyncIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/TelegramIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/TimerIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/TrashIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/TruckFillIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/TruckIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/UploadIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/UserIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/UsersIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/Wallet2Icon.vue.d.ts +2 -1
- package/dist/icons/monochrome/WalletIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/WarehouseIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/WarnRoundedIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/WarningFillIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/WarningIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/WeightIcon.vue.d.ts +2 -1
- package/dist/icons/monochrome/ZapIcon.vue.d.ts +2 -1
- package/dist/icons-CXIS8gFg.js +2420 -0
- package/dist/styles/{vars.scss → src/styles/vars.scss} +3 -11
- package/dist/ui.css +2 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +2 -167
- package/dist/utils/useLockZoom.util.d.ts +4 -0
- package/dist/utils-DaKJDD4y.js +796 -0
- package/package.json +51 -49
- package/src/styles/vars.scss +3 -11
- package/dist/SortUpFillIcon-v8yN3M01.js +0 -333
- package/dist/parseFileSize.util-D6rrCgGW.js +0 -508
- /package/dist/styles/{animations.scss → src/styles/animations.scss} +0 -0
- /package/dist/styles/{colors.scss → src/styles/colors.scss} +0 -0
- /package/dist/styles/{fonts.scss → src/styles/fonts.scss} +0 -0
- /package/dist/styles/{global.scss → src/styles/global.scss} +0 -0
- /package/dist/styles/{index.scss → src/styles/index.scss} +0 -0
- /package/dist/styles/{mixins.scss → src/styles/mixins.scss} +0 -0
- /package/dist/styles/{reset.css → src/styles/reset.css} +0 -0
- /package/dist/styles/{tailwind.css → src/styles/tailwind.css} +0 -0
- /package/dist/styles/{typography.css → src/styles/typography.css} +0 -0
|
@@ -2,26 +2,22 @@ import { IDateRangePickerHeaderButtonProps } from './DateRangePicker.types';
|
|
|
2
2
|
import { DateValue } from 'reka-ui';
|
|
3
3
|
import { Grid } from 'reka-ui/date';
|
|
4
4
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}): any;
|
|
16
|
-
};
|
|
17
|
-
refs: {};
|
|
18
|
-
rootEl: any;
|
|
5
|
+
declare var __VLS_29: {
|
|
6
|
+
date: DateValue;
|
|
7
|
+
grid: Grid<DateValue>[];
|
|
8
|
+
weekDays: string[];
|
|
9
|
+
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
10
|
+
locale: string;
|
|
11
|
+
fixedWeeks: boolean;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
default?: (props: typeof __VLS_29) => any;
|
|
19
15
|
};
|
|
20
|
-
|
|
21
|
-
declare const
|
|
22
|
-
declare const _default:
|
|
16
|
+
declare const __VLS_base: DefineComponent<IDateRangePickerHeaderButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerHeaderButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
23
19
|
export default _default;
|
|
24
|
-
type
|
|
20
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
21
|
new (): {
|
|
26
22
|
$slots: S;
|
|
27
23
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DateRangePickerCellTriggerProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default:
|
|
7
|
+
declare const __VLS_base: DefineComponent<DateRangePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
15
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
12
|
new (): {
|
|
17
13
|
$slots: S;
|
|
18
14
|
};
|
|
@@ -3,24 +3,20 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
3
3
|
export interface IDateRangePickerContentProps extends DateRangePickerContentProps {
|
|
4
4
|
width?: number;
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: any;
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
13
9
|
};
|
|
14
|
-
|
|
15
|
-
declare const __VLS_component: DefineComponent<IDateRangePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerContentProps> & Readonly<{}>, {
|
|
10
|
+
declare const __VLS_base: DefineComponent<IDateRangePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerContentProps> & Readonly<{}>, {
|
|
16
11
|
width: number;
|
|
17
12
|
sideOffset: number;
|
|
18
13
|
align: "start" | "end" | "center";
|
|
19
14
|
alignOffset: number;
|
|
20
15
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
21
|
-
declare const
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
22
18
|
export default _default;
|
|
23
|
-
type
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
24
20
|
new (): {
|
|
25
21
|
$slots: S;
|
|
26
22
|
};
|
|
@@ -5,5 +5,6 @@ export interface IDatePickerFieldProps {
|
|
|
5
5
|
size?: 'small' | 'default' | 'large';
|
|
6
6
|
showClear?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
8
|
+
declare const __VLS_export: DefineComponent<IDatePickerFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
9
10
|
export default _default;
|
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
5
|
};
|
|
10
|
-
|
|
11
|
-
declare const
|
|
12
|
-
declare const _default:
|
|
6
|
+
declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
13
9
|
export default _default;
|
|
14
|
-
type
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
11
|
new (): {
|
|
16
12
|
$slots: S;
|
|
17
13
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DateRangePickerGridBodyProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default:
|
|
7
|
+
declare const __VLS_base: DefineComponent<DateRangePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
15
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
12
|
new (): {
|
|
17
13
|
$slots: S;
|
|
18
14
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DateRangePickerGridRowProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default:
|
|
7
|
+
declare const __VLS_base: DefineComponent<DateRangePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
15
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
12
|
new (): {
|
|
17
13
|
$slots: S;
|
|
18
14
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DateRangePickerHeadCellProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default:
|
|
7
|
+
declare const __VLS_base: DefineComponent<DateRangePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
15
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
12
|
new (): {
|
|
17
13
|
$slots: S;
|
|
18
14
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DateRangePickerHeaderProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default:
|
|
7
|
+
declare const __VLS_base: DefineComponent<DateRangePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
15
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
12
|
new (): {
|
|
17
13
|
$slots: S;
|
|
18
14
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DateRangePickerHeadingProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: DefineComponent<DateRangePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
4
5
|
export default _default;
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DateRangePickerInputProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default:
|
|
7
|
+
declare const __VLS_base: DefineComponent<DateRangePickerInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
15
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
12
|
new (): {
|
|
17
13
|
$slots: S;
|
|
18
14
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { IDateRangePickerHeaderButtonProps } from './DateRangePicker.types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, Component, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { ButtonSize, ButtonVariant, ButtonStyle } from '../Button/Button.types';
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: DefineComponent<IDateRangePickerHeaderButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerHeaderButtonProps> & Readonly<{}>, {
|
|
5
5
|
size: ButtonSize;
|
|
6
6
|
variant: ButtonVariant;
|
|
7
7
|
buttonStyle: ButtonStyle;
|
|
8
8
|
icon: Component;
|
|
9
9
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
10
11
|
export default _default;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { IDateRangePickerHeaderButtonProps } from './DateRangePicker.types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, Component, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { ButtonSize, ButtonVariant, ButtonStyle } from '../Button/Button.types';
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: DefineComponent<IDateRangePickerHeaderButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerHeaderButtonProps> & Readonly<{}>, {
|
|
5
5
|
size: ButtonSize;
|
|
6
6
|
variant: ButtonVariant;
|
|
7
7
|
buttonStyle: ButtonStyle;
|
|
8
8
|
icon: Component;
|
|
9
9
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
10
11
|
export default _default;
|
|
@@ -1,38 +1,35 @@
|
|
|
1
1
|
import { DateRangePickerRootProps, DateRange, DateValue } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
import { WeekDayFormat } from 'reka-ui/date';
|
|
3
|
+
import { WeekStartsOn, WeekDayFormat } from 'reka-ui/date';
|
|
4
4
|
type __VLS_Props = DateRangePickerRootProps;
|
|
5
|
-
type
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
6
|
'open'?: boolean;
|
|
7
|
-
} & __VLS_Props;
|
|
8
|
-
declare function __VLS_template(): {
|
|
9
|
-
attrs: Partial<{}>;
|
|
10
|
-
slots: {
|
|
11
|
-
default?(_: {}): any;
|
|
12
|
-
};
|
|
13
|
-
refs: {};
|
|
14
|
-
rootEl: any;
|
|
15
7
|
};
|
|
16
|
-
type
|
|
17
|
-
declare
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
+
declare var __VLS_8: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_8) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
14
|
"update:modelValue": (date: DateRange) => any;
|
|
19
|
-
"update:open": (
|
|
15
|
+
"update:open": (...args: unknown[]) => any;
|
|
20
16
|
"update:placeholder": (date: DateValue) => any;
|
|
21
17
|
"update:startValue": (date: DateValue | undefined) => any;
|
|
22
18
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
23
19
|
"onUpdate:modelValue"?: ((date: DateRange) => any) | undefined;
|
|
24
|
-
"onUpdate:open"?: ((
|
|
20
|
+
"onUpdate:open"?: ((...args: unknown[]) => any) | undefined;
|
|
25
21
|
"onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
|
|
26
22
|
"onUpdate:startValue"?: ((date: DateValue | undefined) => any) | undefined;
|
|
27
23
|
}>, {
|
|
28
24
|
pagedNavigation: boolean;
|
|
29
|
-
weekStartsOn:
|
|
25
|
+
weekStartsOn: WeekStartsOn;
|
|
30
26
|
weekdayFormat: WeekDayFormat;
|
|
31
27
|
locale: string;
|
|
32
28
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
33
|
-
declare const
|
|
29
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
34
31
|
export default _default;
|
|
35
|
-
type
|
|
32
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
36
33
|
new (): {
|
|
37
34
|
$slots: S;
|
|
38
35
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DateRangePickerTriggerProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default:
|
|
7
|
+
declare const __VLS_base: DefineComponent<DateRangePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
15
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
12
|
new (): {
|
|
17
13
|
$slots: S;
|
|
18
14
|
};
|
|
@@ -4,7 +4,4 @@ declare const meta: Meta<typeof DialogContent>;
|
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof DialogContent>;
|
|
6
6
|
export declare const Default: Story;
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const CustomWidth: Story;
|
|
9
|
-
export declare const Adaptive: Story;
|
|
10
|
-
export declare const AdaptiveControlled: Story;
|
|
7
|
+
export declare const WithInputField: Story;
|
|
@@ -10,26 +10,29 @@ export interface DialogProps {
|
|
|
10
10
|
contentProps?: IDialogContentProps;
|
|
11
11
|
}
|
|
12
12
|
type __VLS_Props = DialogProps;
|
|
13
|
-
type
|
|
13
|
+
type __VLS_ModelProps = {
|
|
14
14
|
'open'?: boolean;
|
|
15
|
-
} & __VLS_Props;
|
|
16
|
-
declare function __VLS_template(): {
|
|
17
|
-
attrs: Partial<{}>;
|
|
18
|
-
slots: {
|
|
19
|
-
trigger?(_: {}): any;
|
|
20
|
-
trigger?(_: {}): any;
|
|
21
|
-
title?(_: {}): any;
|
|
22
|
-
title?(_: {}): any;
|
|
23
|
-
default?(_: {}): any;
|
|
24
|
-
default?(_: {}): any;
|
|
25
|
-
actions?(_: {}): any;
|
|
26
|
-
actions?(_: {}): any;
|
|
27
|
-
};
|
|
28
|
-
refs: {};
|
|
29
|
-
rootEl: any;
|
|
30
15
|
};
|
|
31
|
-
type
|
|
32
|
-
declare
|
|
16
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
17
|
+
declare var __VLS_9: {}, __VLS_11: {}, __VLS_13: {}, __VLS_15: {}, __VLS_30: {}, __VLS_50: {}, __VLS_52: {}, __VLS_55: {};
|
|
18
|
+
type __VLS_Slots = {} & {
|
|
19
|
+
trigger?: (props: typeof __VLS_9) => any;
|
|
20
|
+
} & {
|
|
21
|
+
title?: (props: typeof __VLS_11) => any;
|
|
22
|
+
} & {
|
|
23
|
+
default?: (props: typeof __VLS_13) => any;
|
|
24
|
+
} & {
|
|
25
|
+
actions?: (props: typeof __VLS_15) => any;
|
|
26
|
+
} & {
|
|
27
|
+
trigger?: (props: typeof __VLS_30) => any;
|
|
28
|
+
} & {
|
|
29
|
+
title?: (props: typeof __VLS_50) => any;
|
|
30
|
+
} & {
|
|
31
|
+
default?: (props: typeof __VLS_52) => any;
|
|
32
|
+
} & {
|
|
33
|
+
actions?: (props: typeof __VLS_55) => any;
|
|
34
|
+
};
|
|
35
|
+
declare const __VLS_base: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
33
36
|
"update:open": (value: boolean) => any;
|
|
34
37
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
35
38
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
@@ -41,9 +44,10 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}
|
|
|
41
44
|
breakpointMobile: TBreakpoints;
|
|
42
45
|
contentProps: IDialogContentProps;
|
|
43
46
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
44
|
-
declare const
|
|
47
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
48
|
+
declare const _default: typeof __VLS_export;
|
|
45
49
|
export default _default;
|
|
46
|
-
type
|
|
50
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
47
51
|
new (): {
|
|
48
52
|
$slots: S;
|
|
49
53
|
};
|
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: HTMLDivElement;
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
9
5
|
};
|
|
10
|
-
|
|
11
|
-
declare const
|
|
12
|
-
declare const _default:
|
|
6
|
+
declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
13
9
|
export default _default;
|
|
14
|
-
type
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
11
|
new (): {
|
|
16
12
|
$slots: S;
|
|
17
13
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
3
4
|
export default _default;
|
|
@@ -12,30 +12,27 @@ export interface IDialogContentProps extends DialogContentProps {
|
|
|
12
12
|
width?: number;
|
|
13
13
|
class?: ClassValue;
|
|
14
14
|
}
|
|
15
|
-
declare
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
refs: {};
|
|
23
|
-
rootEl: any;
|
|
15
|
+
declare var __VLS_32: {}, __VLS_39: {}, __VLS_41: {};
|
|
16
|
+
type __VLS_Slots = {} & {
|
|
17
|
+
title?: (props: typeof __VLS_32) => any;
|
|
18
|
+
} & {
|
|
19
|
+
default?: (props: typeof __VLS_39) => any;
|
|
20
|
+
} & {
|
|
21
|
+
actions?: (props: typeof __VLS_41) => any;
|
|
24
22
|
};
|
|
25
|
-
|
|
26
|
-
declare const __VLS_component: DefineComponent<IDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
23
|
+
declare const __VLS_base: DefineComponent<IDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
27
24
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
28
|
-
openAutoFocus: (event: Event) => any;
|
|
29
25
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
30
26
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
31
27
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
28
|
+
openAutoFocus: (event: Event) => any;
|
|
32
29
|
closeAutoFocus: (event: Event) => any;
|
|
33
30
|
}, string, PublicProps, Readonly<IDialogContentProps> & Readonly<{
|
|
34
31
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
35
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
36
32
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
37
33
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
38
34
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
35
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
39
36
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
40
37
|
}>, {
|
|
41
38
|
class: string | false | Record<string, any> | ClassValue[] | null;
|
|
@@ -44,9 +41,10 @@ declare const __VLS_component: DefineComponent<IDialogContentProps, {}, {}, {},
|
|
|
44
41
|
disableOutsidePointerEvents: boolean;
|
|
45
42
|
closeButton: IDialogCloseProps;
|
|
46
43
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
47
|
-
declare const
|
|
44
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
45
|
+
declare const _default: typeof __VLS_export;
|
|
48
46
|
export default _default;
|
|
49
|
-
type
|
|
47
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
50
48
|
new (): {
|
|
51
49
|
$slots: S;
|
|
52
50
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DialogDescriptionProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default:
|
|
7
|
+
declare const __VLS_base: DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
15
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
12
|
new (): {
|
|
17
13
|
$slots: S;
|
|
18
14
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DialogOverlayProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: DefineComponent<DialogOverlayProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
4
5
|
export default _default;
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DialogTitleProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default:
|
|
7
|
+
declare const __VLS_base: DefineComponent<DialogTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
15
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
12
|
new (): {
|
|
17
13
|
$slots: S;
|
|
18
14
|
};
|