@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,22 +1,19 @@
|
|
|
1
1
|
import { SwitchRootProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
type __VLS_Props = SwitchRootProps;
|
|
4
|
+
declare var __VLS_8: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
7
|
};
|
|
11
|
-
|
|
12
|
-
declare const __VLS_component: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13
9
|
"update:modelValue": (payload: boolean) => any;
|
|
14
|
-
}, string, PublicProps, Readonly<
|
|
10
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
11
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
16
12
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
declare const
|
|
13
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
18
15
|
export default _default;
|
|
19
|
-
type
|
|
16
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
17
|
new (): {
|
|
21
18
|
$slots: S;
|
|
22
19
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { SwitchThumbProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
4
5
|
export default _default;
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { TabsListProps } 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<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & 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,30 +1,26 @@
|
|
|
1
|
-
import { TabsRootProps } from 'reka-ui';
|
|
1
|
+
import { TabsRootProps, StringOrNumber } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
interface ITabsRootProps extends TabsRootProps {
|
|
4
4
|
variant?: 'primary' | 'secondary';
|
|
5
5
|
full?: boolean;
|
|
6
6
|
size?: 'default' | 'large';
|
|
7
7
|
}
|
|
8
|
-
declare
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
default?(_: {}): any;
|
|
12
|
-
};
|
|
13
|
-
refs: {};
|
|
14
|
-
rootEl: any;
|
|
8
|
+
declare var __VLS_8: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_8) => any;
|
|
15
11
|
};
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"update:modelValue": (payload: string | number) => any;
|
|
12
|
+
declare const __VLS_base: DefineComponent<ITabsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13
|
+
"update:modelValue": (payload: StringOrNumber) => any;
|
|
19
14
|
}, string, PublicProps, Readonly<ITabsRootProps> & Readonly<{
|
|
20
|
-
"onUpdate:modelValue"?: ((payload:
|
|
15
|
+
"onUpdate:modelValue"?: ((payload: StringOrNumber) => any) | undefined;
|
|
21
16
|
}>, {
|
|
22
17
|
size: "default" | "large";
|
|
23
18
|
variant: "primary" | "secondary";
|
|
24
19
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
25
|
-
declare const
|
|
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 { TabsTriggerProps } 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<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & 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
|
};
|
|
@@ -8,21 +8,17 @@ interface TagProps {
|
|
|
8
8
|
outlined?: boolean;
|
|
9
9
|
colors?: TagColors;
|
|
10
10
|
}
|
|
11
|
-
declare
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
default?(_: {}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {};
|
|
17
|
-
rootEl: HTMLDivElement;
|
|
11
|
+
declare var __VLS_1: {};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
default?: (props: typeof __VLS_1) => any;
|
|
18
14
|
};
|
|
19
|
-
|
|
20
|
-
declare const __VLS_component: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
15
|
+
declare const __VLS_base: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
21
16
|
colors: TagColors;
|
|
22
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
23
|
-
declare const
|
|
17
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
24
20
|
export default _default;
|
|
25
|
-
type
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
22
|
new (): {
|
|
27
23
|
$slots: S;
|
|
28
24
|
};
|
|
@@ -15,38 +15,32 @@ type __VLS_Props = {
|
|
|
15
15
|
allowClear?: boolean;
|
|
16
16
|
minHeight?: string;
|
|
17
17
|
};
|
|
18
|
-
type
|
|
18
|
+
type __VLS_ModelProps = {
|
|
19
19
|
modelValue?: string;
|
|
20
|
-
} & __VLS_Props;
|
|
21
|
-
declare function __VLS_template(): {
|
|
22
|
-
attrs: Partial<{}>;
|
|
23
|
-
slots: {
|
|
24
|
-
prefix?(_: {}): any;
|
|
25
|
-
footer?(_: {}): any;
|
|
26
|
-
};
|
|
27
|
-
refs: {
|
|
28
|
-
textareaRef: HTMLTextAreaElement;
|
|
29
|
-
};
|
|
30
|
-
rootEl: HTMLDivElement;
|
|
31
20
|
};
|
|
32
|
-
type
|
|
33
|
-
declare
|
|
34
|
-
|
|
21
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
22
|
+
declare var __VLS_1: {}, __VLS_8: {};
|
|
23
|
+
type __VLS_Slots = {} & {
|
|
24
|
+
prefix?: (props: typeof __VLS_1) => any;
|
|
25
|
+
} & {
|
|
26
|
+
footer?: (props: typeof __VLS_8) => any;
|
|
27
|
+
};
|
|
28
|
+
declare const __VLS_base: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
29
|
+
"update:modelValue": (value: string | undefined) => any;
|
|
35
30
|
} & {
|
|
36
31
|
blur: (value: FocusEvent) => any;
|
|
37
32
|
focusIn: (value: FocusEvent) => any;
|
|
38
33
|
focusOut: (value: FocusEvent) => any;
|
|
39
34
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
40
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
35
|
+
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
41
36
|
onBlur?: ((value: FocusEvent) => any) | undefined;
|
|
42
37
|
onFocusIn?: ((value: FocusEvent) => any) | undefined;
|
|
43
38
|
onFocusOut?: ((value: FocusEvent) => any) | undefined;
|
|
44
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
39
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
40
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
41
|
+
declare const _default: typeof __VLS_export;
|
|
48
42
|
export default _default;
|
|
49
|
-
type
|
|
43
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
50
44
|
new (): {
|
|
51
45
|
$slots: S;
|
|
52
46
|
};
|
|
@@ -9,10 +9,11 @@ interface Props {
|
|
|
9
9
|
locale?: string;
|
|
10
10
|
}
|
|
11
11
|
type __VLS_Props = Props;
|
|
12
|
-
type
|
|
12
|
+
type __VLS_ModelProps = {
|
|
13
13
|
modelValue?: TTimeValue | null;
|
|
14
|
-
}
|
|
15
|
-
|
|
14
|
+
};
|
|
15
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
16
|
+
declare const __VLS_export: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16
17
|
"update:modelValue": (value: TTimeValue | null) => any;
|
|
17
18
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
19
|
"onUpdate:modelValue"?: ((value: TTimeValue | null) => any) | undefined;
|
|
@@ -20,4 +21,5 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
20
21
|
locale: string;
|
|
21
22
|
hourCycle: 12 | 24;
|
|
22
23
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: typeof __VLS_export;
|
|
23
25
|
export default _default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ToastCloseProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
4
5
|
export default _default;
|
|
@@ -1,20 +1,16 @@
|
|
|
1
1
|
import { ToastDescriptionProps, AsTag } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, Component, 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 __VLS_component: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
7
|
+
declare const __VLS_base: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
|
|
13
8
|
as: AsTag | Component;
|
|
14
9
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
declare const
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
16
12
|
export default _default;
|
|
17
|
-
type
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
14
|
new (): {
|
|
19
15
|
$slots: S;
|
|
20
16
|
};
|
|
@@ -1,20 +1,16 @@
|
|
|
1
1
|
import { ToastProviderProps } 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 __VLS_component: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
7
|
+
declare const __VLS_base: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
13
8
|
swipeDirection: "right" | "left" | "up" | "down";
|
|
14
9
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
declare const
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
16
12
|
export default _default;
|
|
17
|
-
type
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
14
|
new (): {
|
|
19
15
|
$slots: S;
|
|
20
16
|
};
|
|
@@ -5,16 +5,11 @@ export interface IToastRootProps extends ToastRootProps {
|
|
|
5
5
|
variant?: ToastVariant;
|
|
6
6
|
onOpenChange?: ((value: boolean) => void) | undefined;
|
|
7
7
|
}
|
|
8
|
-
declare
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
default?(_: {}): any;
|
|
12
|
-
};
|
|
13
|
-
refs: {};
|
|
14
|
-
rootEl: any;
|
|
8
|
+
declare var __VLS_15: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_15) => any;
|
|
15
11
|
};
|
|
16
|
-
|
|
17
|
-
declare const __VLS_component: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12
|
+
declare const __VLS_base: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
13
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
19
14
|
"update:open": (value: boolean) => any;
|
|
20
15
|
pause: () => any;
|
|
@@ -100,9 +95,10 @@ declare const __VLS_component: DefineComponent<IToastRootProps, {}, {}, {}, {},
|
|
|
100
95
|
onOpenChange: (value: boolean) => void;
|
|
101
96
|
variant: ToastVariant;
|
|
102
97
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
103
|
-
declare const
|
|
98
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
99
|
+
declare const _default: typeof __VLS_export;
|
|
104
100
|
export default _default;
|
|
105
|
-
type
|
|
101
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
106
102
|
new (): {
|
|
107
103
|
$slots: S;
|
|
108
104
|
};
|
|
@@ -1,20 +1,16 @@
|
|
|
1
1
|
import { ToastTitleProps, AsTag } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, Component, 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 __VLS_component: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
7
|
+
declare const __VLS_base: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
|
|
13
8
|
as: AsTag | Component;
|
|
14
9
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
declare const
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
16
12
|
export default _default;
|
|
17
|
-
type
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
14
|
new (): {
|
|
19
15
|
$slots: S;
|
|
20
16
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ToastViewportProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
4
5
|
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,4 +1,5 @@
|
|
|
1
1
|
import { TooltipArrowProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: DefineComponent<TooltipArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
4
5
|
export default _default;
|
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
import { TooltipContentProps } from 'reka-ui';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface ITooltipContentProps extends TooltipContentProps {
|
|
3
|
+
export interface ITooltipContentProps extends TooltipContentProps {
|
|
4
4
|
viewArrow?: boolean;
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: any;
|
|
6
|
+
declare var __VLS_8: {}, __VLS_15: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
} & {
|
|
10
|
+
default?: (props: typeof __VLS_15) => any;
|
|
13
11
|
};
|
|
14
|
-
|
|
15
|
-
declare const __VLS_component: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12
|
+
declare const __VLS_base: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16
13
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
17
14
|
pointerDownOutside: (event: Event) => any;
|
|
18
15
|
}, string, PublicProps, Readonly<ITooltipContentProps> & Readonly<{
|
|
@@ -21,9 +18,10 @@ declare const __VLS_component: DefineComponent<ITooltipContentProps, {}, {}, {},
|
|
|
21
18
|
}>, {
|
|
22
19
|
viewArrow: boolean;
|
|
23
20
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
24
|
-
declare const
|
|
21
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
25
23
|
export default _default;
|
|
26
|
-
type
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
25
|
new (): {
|
|
28
26
|
$slots: S;
|
|
29
27
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { TooltipPortalProps } from 'reka-ui';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare var __VLS_8: {}, __VLS_17: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
6
|
+
} & {
|
|
7
|
+
default?: (props: typeof __VLS_17) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: DefineComponent<TooltipPortalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { TooltipRootProps } from 'reka-ui';
|
|
2
|
+
import { TBreakpoints } from '../../types/global.types';
|
|
3
|
+
import { InjectionKey, Ref, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
export interface ITooltipRootProps extends TooltipRootProps {
|
|
5
|
+
breakpointMobile?: TBreakpoints;
|
|
6
|
+
}
|
|
7
|
+
export interface ITooltipAdaptiveContext {
|
|
8
|
+
isMobile: Ref<boolean>;
|
|
9
|
+
isOpen: Ref<boolean>;
|
|
10
|
+
}
|
|
11
|
+
export declare const TOOLTIP_ADAPTIVE_KEY: InjectionKey<ITooltipAdaptiveContext>;
|
|
12
|
+
export declare function injectTooltipAdaptiveContext(): ITooltipAdaptiveContext;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
14
|
+
export default _default;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots< DefineComponent<ITooltipRootProps & {
|
|
16
|
+
open?: boolean;
|
|
17
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
|
+
"update:open": (value: boolean) => any;
|
|
19
|
+
}, string, PublicProps, Readonly<ITooltipRootProps & {
|
|
20
|
+
open?: boolean;
|
|
21
|
+
}> & Readonly<{
|
|
22
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
disabled: boolean;
|
|
25
|
+
defaultOpen: boolean;
|
|
26
|
+
breakpointMobile: TBreakpoints;
|
|
27
|
+
delayDuration: number;
|
|
28
|
+
disableHoverableContent: boolean;
|
|
29
|
+
disableClosingTrigger: boolean;
|
|
30
|
+
ignoreNonKeyboardFocus: boolean;
|
|
31
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
32
|
+
default?: (props: {}) => any;
|
|
33
|
+
} & {
|
|
34
|
+
default?: (props: {}) => any;
|
|
35
|
+
}>;
|
|
36
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
37
|
+
new (): {
|
|
38
|
+
$slots: S;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { TooltipTriggerProps } from 'reka-ui';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare var __VLS_8: {}, __VLS_19: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
6
|
+
} & {
|
|
7
|
+
default?: (props: typeof __VLS_19) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: DefineComponent<TooltipTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TooltipProvider } from 'reka-ui';
|
|
2
2
|
import { default as TooltipContent } from './TooltipContent.vue';
|
|
3
|
+
import { default as TooltipPortal } from './TooltipPortal.vue';
|
|
4
|
+
import { default as TooltipRoot } from './TooltipRoot.vue';
|
|
5
|
+
import { default as TooltipTrigger } from './TooltipTrigger.vue';
|
|
6
|
+
export type { ITooltipContentProps } from './TooltipContent.vue';
|
|
7
|
+
export type { ITooltipRootProps } from './TooltipRoot.vue';
|
|
3
8
|
export { TooltipContent, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTrigger };
|