@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
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
package/dist/components/DataTable/shared/mock/OrderStatus/icons/transferAvailability.vue.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -13,5 +13,5 @@ export declare const EnglishLocale: Story;
|
|
|
13
13
|
export declare const MondayStart: Story;
|
|
14
14
|
export declare const DisabledState: Story;
|
|
15
15
|
export declare const FullWidth: Story;
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
16
|
+
export declare const Adaptive: Story;
|
|
17
|
+
export declare const AdaptiveInsideDialog: Story;
|
|
@@ -8,18 +8,22 @@ interface IDatePickerProps extends DatePickerRootProps {
|
|
|
8
8
|
breakpointMobile?: TBreakpoints;
|
|
9
9
|
}
|
|
10
10
|
type __VLS_Props = IDatePickerProps;
|
|
11
|
-
type
|
|
11
|
+
type __VLS_ModelProps = {
|
|
12
12
|
modelValue?: DateValue | null | undefined;
|
|
13
|
-
}
|
|
14
|
-
|
|
13
|
+
};
|
|
14
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
15
|
+
declare const __VLS_export: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15
16
|
"update:modelValue": (...args: unknown[]) => any;
|
|
17
|
+
"update:open": (value: boolean) => any;
|
|
16
18
|
"update:placeholder": (date: DateValue) => any;
|
|
17
19
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
20
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
21
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
19
22
|
"onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
|
|
20
23
|
}>, {
|
|
21
24
|
breakpointMobile: TBreakpoints;
|
|
22
25
|
contentProps: DatePickerContentProps;
|
|
23
26
|
fieldProps: IDatePickerFieldProps;
|
|
24
27
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
25
29
|
export default _default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { PopoverArrowProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: DefineComponent<PopoverArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {
|
|
4
4
|
width: number;
|
|
5
5
|
height: number;
|
|
6
6
|
rounded: boolean;
|
|
7
7
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
import { Grid } from 'reka-ui/date';
|
|
2
2
|
import { DateValue } from 'reka-ui';
|
|
3
3
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: any;
|
|
4
|
+
declare var __VLS_8: {
|
|
5
|
+
grid: Grid<DateValue>[];
|
|
6
|
+
weekDays: string[];
|
|
7
|
+
};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_8) => any;
|
|
14
10
|
};
|
|
15
|
-
|
|
16
|
-
declare const
|
|
17
|
-
declare const _default:
|
|
11
|
+
declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
18
14
|
export default _default;
|
|
19
|
-
type
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
16
|
new (): {
|
|
21
17
|
$slots: S;
|
|
22
18
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DatePickerCellProps } 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<DatePickerCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerCellProps> & 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 { DatePickerCellTriggerProps } 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<DatePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerCellTriggerProps> & 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,22 +3,18 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
|
|
|
3
3
|
interface IDatePickerContentProps extends DatePickerContentProps {
|
|
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<IDatePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerContentProps> & Readonly<{}>, {
|
|
10
|
+
declare const __VLS_base: DefineComponent<IDatePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerContentProps> & Readonly<{}>, {
|
|
16
11
|
width: number;
|
|
17
12
|
sideOffset: number;
|
|
18
13
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
20
16
|
export default _default;
|
|
21
|
-
type
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
18
|
new (): {
|
|
23
19
|
$slots: S;
|
|
24
20
|
};
|
|
@@ -6,25 +6,21 @@ export interface IDatePickerFieldProps {
|
|
|
6
6
|
size?: 'small' | 'default' | 'large';
|
|
7
7
|
showClear?: boolean;
|
|
8
8
|
}
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}): any;
|
|
19
|
-
};
|
|
20
|
-
refs: {};
|
|
21
|
-
rootEl: any;
|
|
9
|
+
declare var __VLS_24: {
|
|
10
|
+
segments: {
|
|
11
|
+
part: SegmentPart;
|
|
12
|
+
value: string;
|
|
13
|
+
}[];
|
|
14
|
+
modelValue: DateValue | undefined;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_Slots = {} & {
|
|
17
|
+
default?: (props: typeof __VLS_24) => any;
|
|
22
18
|
};
|
|
23
|
-
|
|
24
|
-
declare const
|
|
25
|
-
declare const _default:
|
|
19
|
+
declare const __VLS_base: DefineComponent<IDatePickerFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
21
|
+
declare const _default: typeof __VLS_export;
|
|
26
22
|
export default _default;
|
|
27
|
-
type
|
|
23
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
28
24
|
new (): {
|
|
29
25
|
$slots: S;
|
|
30
26
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DatePickerGridProps } 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<DatePickerGridProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridProps> & 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 { DatePickerGridBodyProps } 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<DatePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridBodyProps> & 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 { DatePickerGridRowProps } 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<DatePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridRowProps> & 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 { DatePickerHeadCellProps } 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<DatePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeadCellProps> & 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 { DatePickerHeaderProps } 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<DatePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeaderProps> & 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 { DatePickerHeadingProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: DefineComponent<DatePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
4
5
|
export default _default;
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DatePickerInputProps } 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<DatePickerInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerInputProps> & 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,11 +4,12 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, Component, Compone
|
|
|
4
4
|
import { ButtonSize, ButtonVariant, ButtonStyle } from '../Button/Button.types';
|
|
5
5
|
interface IDatePickerNextProps extends Omit<DatePickerNextProps, 'as' | 'asChild'>, IButtonProps {
|
|
6
6
|
}
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: DefineComponent<IDatePickerNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerNextProps> & Readonly<{}>, {
|
|
8
8
|
size: ButtonSize;
|
|
9
9
|
variant: ButtonVariant;
|
|
10
10
|
buttonStyle: ButtonStyle;
|
|
11
11
|
icon: Component;
|
|
12
12
|
iconOnly: boolean;
|
|
13
13
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
14
15
|
export default _default;
|
|
@@ -4,11 +4,12 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, Component, Compone
|
|
|
4
4
|
import { ButtonSize, ButtonVariant, ButtonStyle } from '../Button/Button.types';
|
|
5
5
|
interface IDatePickerPrevProps extends Omit<DatePickerPrevProps, 'as' | 'asChild'>, IButtonProps {
|
|
6
6
|
}
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: DefineComponent<IDatePickerPrevProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerPrevProps> & Readonly<{}>, {
|
|
8
8
|
size: ButtonSize;
|
|
9
9
|
variant: ButtonVariant;
|
|
10
10
|
buttonStyle: ButtonStyle;
|
|
11
11
|
icon: Component;
|
|
12
12
|
iconOnly: boolean;
|
|
13
13
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
14
15
|
export default _default;
|
|
@@ -1,36 +1,33 @@
|
|
|
1
1
|
import { DatePickerRootProps, 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 = DatePickerRootProps;
|
|
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: DateValue | undefined) => any;
|
|
19
|
-
"update:open": (
|
|
15
|
+
"update:open": (...args: unknown[]) => any;
|
|
20
16
|
"update:placeholder": (date: DateValue) => any;
|
|
21
17
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
22
18
|
"onUpdate:modelValue"?: ((date: DateValue | undefined) => any) | undefined;
|
|
23
|
-
"onUpdate:open"?: ((
|
|
19
|
+
"onUpdate:open"?: ((...args: unknown[]) => any) | undefined;
|
|
24
20
|
"onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
|
|
25
21
|
}>, {
|
|
26
22
|
pagedNavigation: boolean;
|
|
27
|
-
weekStartsOn:
|
|
23
|
+
weekStartsOn: WeekStartsOn;
|
|
28
24
|
weekdayFormat: WeekDayFormat;
|
|
29
25
|
locale: string;
|
|
30
26
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
31
|
-
declare const
|
|
27
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
32
29
|
export default _default;
|
|
33
|
-
type
|
|
30
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
34
31
|
new (): {
|
|
35
32
|
$slots: S;
|
|
36
33
|
};
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { DatePickerTriggerProps } 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<DatePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerTriggerProps> & 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
|
};
|
|
@@ -9,25 +9,24 @@ interface IDateRangePickerRootProps extends DateRangePickerRootProps {
|
|
|
9
9
|
breakpointMobile?: TBreakpoints;
|
|
10
10
|
}
|
|
11
11
|
type __VLS_Props = IDateRangePickerRootProps;
|
|
12
|
-
type
|
|
12
|
+
type __VLS_ModelProps = {
|
|
13
13
|
modelValue?: DateRange;
|
|
14
|
-
} & __VLS_Props;
|
|
15
|
-
declare function __VLS_template(): {
|
|
16
|
-
attrs: Partial<{}>;
|
|
17
|
-
slots: {
|
|
18
|
-
footer?(_: {}): any;
|
|
19
|
-
footer?(_: {}): any;
|
|
20
|
-
};
|
|
21
|
-
refs: {};
|
|
22
|
-
rootEl: any;
|
|
23
14
|
};
|
|
24
|
-
type
|
|
25
|
-
declare
|
|
15
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
16
|
+
declare var __VLS_72: {}, __VLS_85: {};
|
|
17
|
+
type __VLS_Slots = {} & {
|
|
18
|
+
footer?: (props: typeof __VLS_72) => any;
|
|
19
|
+
} & {
|
|
20
|
+
footer?: (props: typeof __VLS_85) => any;
|
|
21
|
+
};
|
|
22
|
+
declare const __VLS_base: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
26
23
|
"update:modelValue": (...args: unknown[]) => any;
|
|
24
|
+
"update:open": (value: boolean) => any;
|
|
27
25
|
"update:placeholder": (date: DateValue) => any;
|
|
28
26
|
"update:startValue": (date: DateValue | undefined) => any;
|
|
29
27
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
30
28
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
29
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
31
30
|
"onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
|
|
32
31
|
"onUpdate:startValue"?: ((date: DateValue | undefined) => any) | undefined;
|
|
33
32
|
}>, {
|
|
@@ -35,9 +34,10 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}
|
|
|
35
34
|
contentProps: IDateRangePickerContentProps;
|
|
36
35
|
fieldProps: IDatePickerFieldProps;
|
|
37
36
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
38
|
-
declare const
|
|
37
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
38
|
+
declare const _default: typeof __VLS_export;
|
|
39
39
|
export default _default;
|
|
40
|
-
type
|
|
40
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
41
41
|
new (): {
|
|
42
42
|
$slots: S;
|
|
43
43
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { PopoverArrowProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: DefineComponent<PopoverArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {
|
|
4
4
|
width: number;
|
|
5
5
|
height: number;
|
|
6
6
|
rounded: boolean;
|
|
7
7
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|