@profitliga/ui 1.2.89 → 1.2.91
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/SortUpFillIcon-v8yN3M01.js +333 -0
- package/dist/components/Accordion/AccordionContent.vue.d.ts +11 -7
- package/dist/components/Accordion/AccordionHeader.vue.d.ts +11 -7
- package/dist/components/Accordion/AccordionItem.vue.d.ts +11 -7
- package/dist/components/Accordion/AccordionRoot.vue.d.ts +11 -7
- package/dist/components/Accordion/AccordionTrigger.vue.d.ts +12 -9
- package/dist/components/AlertDialog/AlertDialog.stories.d.ts +3 -3
- package/dist/components/AlertDialog/AlertDialogAction.vue.d.ts +11 -7
- package/dist/components/AlertDialog/AlertDialogCancel.vue.d.ts +11 -7
- package/dist/components/AlertDialog/AlertDialogContent.vue.d.ts +12 -22
- package/dist/components/AlertDialog/AlertDialogDescription.vue.d.ts +11 -7
- package/dist/components/AlertDialog/AlertDialogOverlay.vue.d.ts +1 -2
- package/dist/components/AlertDialog/AlertDialogPortal.vue.d.ts +14 -7
- package/dist/components/AlertDialog/AlertDialogRoot.vue.d.ts +11 -7
- package/dist/components/AlertDialog/AlertDialogTitle.vue.d.ts +11 -7
- package/dist/components/AlertDialog/AlertDialogTrigger.vue.d.ts +11 -7
- package/dist/components/AlertDialog/index.d.ts +1 -3
- package/dist/components/Badge/Badge.vue.d.ts +1 -2
- package/dist/components/BottomSheet/BottomSheet.stories.d.ts +0 -1
- package/dist/components/BottomSheet/BottomSheet.vue.d.ts +205 -36
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -2
- package/dist/components/Button/Button.vue.d.ts +12 -8
- package/dist/components/Calendar/CalendarCellTrigger.vue.d.ts +11 -7
- package/dist/components/Calendar/CalendarGrid.vue.d.ts +11 -7
- package/dist/components/Calendar/CalendarGridBody.vue.d.ts +11 -7
- package/dist/components/Calendar/CalendarGridRow.vue.d.ts +11 -7
- package/dist/components/Calendar/CalendarHeadCell.vue.d.ts +11 -7
- package/dist/components/Calendar/CalendarHeader.vue.d.ts +11 -7
- package/dist/components/Calendar/CalendarHeading.vue.d.ts +1 -2
- package/dist/components/Calendar/CalendarNext.vue.d.ts +1 -2
- package/dist/components/Calendar/CalendarPrev.vue.d.ts +1 -2
- package/dist/components/Calendar/CalendarRoot.vue.d.ts +21 -17
- package/dist/components/Checkbox/Checkbox.vue.d.ts +14 -11
- package/dist/components/ChipCheckbox/ChipCheckbox.vue.d.ts +14 -11
- package/dist/components/Combobox/ComboboxAnchor.vue.d.ts +11 -7
- package/dist/components/Combobox/ComboboxClear.vue.d.ts +2 -3
- package/dist/components/Combobox/ComboboxContent.vue.d.ts +11 -7
- package/dist/components/Combobox/ComboboxInput.vue.d.ts +1 -2
- package/dist/components/Combobox/ComboboxItem.vue.d.ts +11 -7
- package/dist/components/Combobox/ComboboxRoot.vue.d.ts +11 -7
- package/dist/components/Combobox/ComboboxTrigger.vue.d.ts +1 -2
- package/dist/components/Combobox/ComboboxViewport.vue.d.ts +11 -7
- package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts +1 -2
- package/dist/components/DataTable/DataTable.vue.d.ts +15 -20
- package/dist/components/DataTable/components/DataTableBody.vue.d.ts +8 -13
- package/dist/components/DataTable/components/DataTableFooter.vue.d.ts +8 -13
- package/dist/components/DataTable/components/DataTableHead.vue.d.ts +8 -13
- package/dist/components/DataTable/components/DataTablePagination.vue.d.ts +3 -5
- package/dist/components/DataTable/shared/mock/OrderStatus/OrderStatus.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/accepted.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/approval.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/assembled.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/awaitingPayment.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/cancelled.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/complaint.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/confirmation.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/dedlineChanged.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/delayDelivery.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/documentsIssued.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/error.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/handedShipment.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/orderSupplier.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/orderedSupplier.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/paid.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/readyPickup.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/readyShipment.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/receivedClient.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/reservedPayment.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/reservedShipment.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/returned.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/sentSupplier.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/transferAvailability.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/transferCustom.vue.d.ts +1 -2
- package/dist/components/DataTable/shared/mock/OrderStatus/icons/warning.vue.d.ts +1 -2
- package/dist/components/DatePicker/DatePicker.stories.d.ts +2 -2
- package/dist/components/DatePicker/DatePicker.vue.d.ts +3 -7
- package/dist/components/DatePicker/DatePickerArrow.vue.d.ts +1 -2
- package/dist/components/DatePicker/DatePickerCalendar.vue.d.ts +14 -10
- package/dist/components/DatePicker/DatePickerCell.vue.d.ts +11 -7
- package/dist/components/DatePicker/DatePickerCellTrigger.vue.d.ts +11 -7
- package/dist/components/DatePicker/DatePickerContent.vue.d.ts +11 -7
- package/dist/components/DatePicker/DatePickerField.vue.d.ts +17 -13
- package/dist/components/DatePicker/DatePickerGrid.vue.d.ts +11 -7
- package/dist/components/DatePicker/DatePickerGridBody.vue.d.ts +11 -7
- package/dist/components/DatePicker/DatePickerGridRow.vue.d.ts +11 -7
- package/dist/components/DatePicker/DatePickerHeadCell.vue.d.ts +11 -7
- package/dist/components/DatePicker/DatePickerHeader.vue.d.ts +11 -7
- package/dist/components/DatePicker/DatePickerHeading.vue.d.ts +1 -2
- package/dist/components/DatePicker/DatePickerInput.vue.d.ts +11 -7
- package/dist/components/DatePicker/DatePickerNext.vue.d.ts +1 -2
- package/dist/components/DatePicker/DatePickerPrev.vue.d.ts +1 -2
- package/dist/components/DatePicker/DatePickerRoot.vue.d.ts +17 -14
- package/dist/components/DatePicker/DatePickerTrigger.vue.d.ts +11 -7
- package/dist/components/DateRangePicker/DateRangePicker.vue.d.ts +14 -14
- package/dist/components/DateRangePicker/DateRangePickerArrow.vue.d.ts +1 -2
- package/dist/components/DateRangePicker/DateRangePickerCalendar.vue.d.ts +18 -14
- package/dist/components/DateRangePicker/DateRangePickerCellTrigger.vue.d.ts +11 -7
- package/dist/components/DateRangePicker/DateRangePickerContent.vue.d.ts +11 -7
- package/dist/components/DateRangePicker/DateRangePickerField.vue.d.ts +1 -2
- package/dist/components/DateRangePicker/DateRangePickerGrid.vue.d.ts +11 -7
- package/dist/components/DateRangePicker/DateRangePickerGridBody.vue.d.ts +11 -7
- package/dist/components/DateRangePicker/DateRangePickerGridRow.vue.d.ts +11 -7
- package/dist/components/DateRangePicker/DateRangePickerHeadCell.vue.d.ts +11 -7
- package/dist/components/DateRangePicker/DateRangePickerHeader.vue.d.ts +11 -7
- package/dist/components/DateRangePicker/DateRangePickerHeading.vue.d.ts +1 -2
- package/dist/components/DateRangePicker/DateRangePickerInput.vue.d.ts +11 -7
- package/dist/components/DateRangePicker/DateRangePickerNext.vue.d.ts +1 -2
- package/dist/components/DateRangePicker/DateRangePickerPrev.vue.d.ts +1 -2
- package/dist/components/DateRangePicker/DateRangePickerRoot.vue.d.ts +17 -14
- package/dist/components/DateRangePicker/DateRangePickerTrigger.vue.d.ts +11 -7
- package/dist/components/Dialog/Dialog.stories.d.ts +4 -1
- package/dist/components/Dialog/Dialog.vue.d.ts +21 -25
- package/dist/components/Dialog/DialogActions.vue.d.ts +11 -7
- package/dist/components/Dialog/DialogClose.vue.d.ts +1 -2
- package/dist/components/Dialog/DialogContent.vue.d.ts +15 -13
- package/dist/components/Dialog/DialogDescription.vue.d.ts +11 -7
- package/dist/components/Dialog/DialogOverlay.vue.d.ts +1 -2
- package/dist/components/Dialog/DialogTitle.vue.d.ts +11 -7
- package/dist/components/Divider/Divider.vue.d.ts +11 -7
- package/dist/components/Drawer/Drawer.stories.d.ts +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +19 -24
- package/dist/components/Drawer/DrawerContent.vue.d.ts +15 -13
- package/dist/components/Drawer/DrawerOverlay.vue.d.ts +11 -7
- package/dist/components/Drawer/DrawerPortal.vue.d.ts +11 -7
- package/dist/components/Drawer/DrawerRoot.vue.d.ts +11 -7
- package/dist/components/Drawer/DrawerTrigger.vue.d.ts +11 -7
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +6 -3
- package/dist/components/DropdownMenu/DropdownMenu.vue.d.ts +18 -20
- package/dist/components/DropdownMenu/DropdownMenuArrow.vue.d.ts +1 -2
- package/dist/components/DropdownMenu/DropdownMenuContent.vue.d.ts +11 -7
- package/dist/components/DropdownMenu/DropdownMenuItem.vue.d.ts +11 -7
- package/dist/components/DropdownMenu/DropdownMenuSeparator.vue.d.ts +1 -2
- package/dist/components/DropdownMenu/DropdownMenuSubContent.vue.d.ts +13 -9
- package/dist/components/DropdownMenu/DropdownMenuSubTrigger.vue.d.ts +11 -7
- package/dist/components/File/File.vue.d.ts +2 -3
- package/dist/components/FormField/FormField.vue.d.ts +12 -9
- package/dist/components/Image/Image.vue.d.ts +2 -3
- package/dist/components/Image/ImageModalProvider.vue.d.ts +11 -7
- package/dist/components/InputNumber/InputNumber.vue.d.ts +4 -6
- package/dist/components/InputText/InputText.vue.d.ts +21 -15
- package/dist/components/Label/Label.vue.d.ts +11 -7
- package/dist/components/Message/Message.vue.d.ts +12 -8
- package/dist/components/OTPCode/OTPCode.vue.d.ts +6 -6
- package/dist/components/OverlayBadge/OverlayBadge.vue.d.ts +11 -7
- package/dist/components/OverlayLayer/OverlayLayer.stories.d.ts +41 -0
- package/dist/components/OverlayLayer/OverlayLayer.vue.d.ts +32 -0
- package/dist/components/OverlayLayer/index.d.ts +3 -0
- package/dist/components/Pagination/PaginationEllipsis.vue.d.ts +1 -2
- package/dist/components/Pagination/PaginationFirst.vue.d.ts +1 -2
- package/dist/components/Pagination/PaginationLast.vue.d.ts +1 -2
- package/dist/components/Pagination/PaginationList.vue.d.ts +18 -14
- package/dist/components/Pagination/PaginationListItem.vue.d.ts +11 -7
- package/dist/components/Pagination/PaginationNext.vue.d.ts +1 -2
- package/dist/components/Pagination/PaginationPrev.vue.d.ts +1 -2
- package/dist/components/Popover/Popover.vue.d.ts +17 -19
- package/dist/components/Popover/PopoverArrow.vue.d.ts +1 -2
- package/dist/components/Popover/PopoverContent.vue.d.ts +13 -9
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -2
- package/dist/components/RadioGroup/RadioGroupItem.vue.d.ts +1 -2
- package/dist/components/RadioGroup/RadioGroupRoot.vue.d.ts +14 -10
- package/dist/components/RangeCalendar/RangeCalendar.vue.d.ts +3 -5
- package/dist/components/RangeCalendar/RangeCalendarCell.vue.d.ts +11 -7
- package/dist/components/RangeCalendar/RangeCalendarCellTrigger.vue.d.ts +11 -7
- package/dist/components/RangeCalendar/RangeCalendarGrid.vue.d.ts +11 -7
- package/dist/components/RangeCalendar/RangeCalendarGridBody.vue.d.ts +11 -7
- package/dist/components/RangeCalendar/RangeCalendarGridRow.vue.d.ts +11 -7
- package/dist/components/RangeCalendar/RangeCalendarHeadCell.vue.d.ts +11 -7
- package/dist/components/RangeCalendar/RangeCalendarHeader.vue.d.ts +11 -7
- package/dist/components/RangeCalendar/RangeCalendarHeading.vue.d.ts +1 -2
- package/dist/components/RangeCalendar/RangeCalendarNext.vue.d.ts +1 -2
- package/dist/components/RangeCalendar/RangeCalendarPrev.vue.d.ts +1 -2
- package/dist/components/RangeCalendar/RangeCalendarRoot.vue.d.ts +23 -18
- package/dist/components/Schedule/Schedule.vue.d.ts +4 -6
- package/dist/components/ScheduleMobile/ScheduleMobile.vue.d.ts +28 -7
- package/dist/components/ScheduleMobile/ScheduleMobileModal.vue.d.ts +3 -4
- package/dist/components/ScrollArea/ScrollAreaRoot.vue.d.ts +281 -10
- package/dist/components/ScrollArea/ScrollAreaScrollbar.vue.d.ts +1 -2
- package/dist/components/ScrollArea/ScrollAreaViewport.vue.d.ts +11 -7
- package/dist/components/Select/SelectContent.vue.d.ts +12 -19
- package/dist/components/Select/SelectItem.vue.d.ts +11 -7
- package/dist/components/Select/SelectRoot.vue.d.ts +11 -7
- package/dist/components/Select/SelectSeparator.vue.d.ts +1 -2
- package/dist/components/Select/SelectTrigger.vue.d.ts +13 -10
- package/dist/components/Select/SelectValue.vue.d.ts +14 -10
- package/dist/components/Select/SelectViewport.vue.d.ts +12 -9
- package/dist/components/Skeleton/Skeleton.vue.d.ts +1 -2
- package/dist/components/Spinner/Spinner.vue.d.ts +1 -2
- package/dist/components/Stepper/StepperIndicator.vue.d.ts +1 -2
- package/dist/components/Stepper/StepperItem.vue.d.ts +11 -7
- package/dist/components/Stepper/StepperRoot.vue.d.ts +365 -13
- package/dist/components/Stepper/StepperSeparator.vue.d.ts +1 -2
- package/dist/components/Switch/SwitchRoot.vue.d.ts +12 -9
- package/dist/components/Switch/SwitchThumb.vue.d.ts +1 -2
- package/dist/components/Tabs/TabsList.vue.d.ts +11 -7
- package/dist/components/Tabs/TabsRoot.vue.d.ts +14 -10
- package/dist/components/Tabs/TabsTrigger.vue.d.ts +11 -7
- package/dist/components/Tag/Tag.vue.d.ts +12 -8
- package/dist/components/Textarea/Textarea.vue.d.ts +21 -15
- package/dist/components/TimeField/TimeField.vue.d.ts +3 -5
- package/dist/components/Toast/ToastClose.vue.d.ts +1 -2
- package/dist/components/Toast/ToastDescription.vue.d.ts +11 -7
- package/dist/components/Toast/ToastProvider.vue.d.ts +11 -7
- package/dist/components/Toast/ToastRoot.vue.d.ts +11 -7
- package/dist/components/Toast/ToastTitle.vue.d.ts +11 -7
- package/dist/components/Toast/ToastViewport.vue.d.ts +1 -2
- package/dist/components/Toast/Toaster.vue.d.ts +1 -2
- package/dist/components/Tooltip/TooltipArrow.vue.d.ts +1 -2
- package/dist/components/Tooltip/TooltipContent.vue.d.ts +12 -10
- package/dist/components/Tooltip/index.d.ts +1 -6
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +6606 -6159
- package/dist/icons/colored/BonusIcon.vue.d.ts +1 -2
- package/dist/icons/colored/CashbackIcon.vue.d.ts +1 -2
- package/dist/icons/colored/CertificateIcon.vue.d.ts +1 -2
- package/dist/icons/colored/DiscountIcon.vue.d.ts +1 -2
- package/dist/icons/colored/ExcelIcon.vue.d.ts +1 -2
- package/dist/icons/colored/FaviconIcon.vue.d.ts +1 -2
- package/dist/icons/colored/GiftColorIcon.vue.d.ts +1 -2
- package/dist/icons/colored/MaxIcon.vue.d.ts +1 -2
- package/dist/icons/colored/PdfIcon.vue.d.ts +1 -2
- package/dist/icons/colored/SberPayColorIcon.vue.d.ts +1 -2
- package/dist/icons/colored/ShieldIcon.vue.d.ts +1 -2
- package/dist/icons/colored/SpbIcon.vue.d.ts +1 -2
- package/dist/icons/colored/TelegramColorIcon.vue.d.ts +1 -2
- package/dist/icons/colored/TruesignFullIcon.vue.d.ts +1 -2
- package/dist/icons/colored/TruesignIcon.vue.d.ts +1 -2
- package/dist/icons/colored/WarehousePointIcon.vue.d.ts +1 -2
- package/dist/icons/colored/WordIcon.vue.d.ts +1 -2
- package/dist/icons/index.js +2656 -2
- package/dist/icons/monochrome/AngleBottomIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/AngleDoubleLeftIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/AngleDoubleRightIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/AngleLeftIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/AngleRightIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/AngleTopIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ArrowRightTopIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/AtIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/AvatarIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/BagIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/BanIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/BankIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/BarsIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/BellIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/BookIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/BoxIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/BoxLineIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/BoxStopIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/BriefcaseIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/BuildingIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CalendarIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CameraIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CarIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CarSearchIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CartCrossedIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CartIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CatalogToIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CevronBottomIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CevronLeftIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CevronRightIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CevronTopIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CheckFilledIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CheckIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CheckRoundedIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ClockIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ClockPayIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CloseIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CloseRoundedIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CogIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CommentIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CommentsIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CopyIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CreditCardIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CrossedBoxIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CrumpledBoxIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/CubeIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/DeliveryIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/DeliveryTimeIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/DownloadIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ErrorFillIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ErrorIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ExclamationBoxIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/EyeCloseIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/EyeIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/FileEditIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/FileExportIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/FileIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/FileUploadIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/FilterFillIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/FilterIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/FilterSlashIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/GiftIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/GuardIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/HeadSetIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/HeartFillIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/HeartOutlinedIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/HomeIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ImageIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/InfoFillIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/InfoIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/LikeIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ListIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/LocationIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/LockIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/MailBoxIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/MailIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/MailWarningIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/MapIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/MapPointFilledIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/MapPointIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/MessageIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/MinusIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/MoneyBillIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/NewIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/OilIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/PackageIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/PencelLineIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/PercentCircleIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/PersonIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/PinIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/PlusIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/PlusRoundedIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/PrintIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ProcentIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/QrIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/QuestionIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/QuestionRoundedIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ReplaceIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/Replay2Icon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ReplayIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ReplayOffIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ReturnIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/RubIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/RumpledPackageIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SberPayIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SearchIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SearchMinusIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SearchPlusIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SendIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SettingsIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ShieldErrorIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ShopIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ShoppingCartIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SignOutIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SmartphoneIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SmsIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SortDownFillIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SortDownIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SortUpFillIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SortUpIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/StarFillIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/StarIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/SyncIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/TelegramIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/TimerIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/TrashIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/TruckFillIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/TruckIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/UploadIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/UserIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/UsersIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/Wallet2Icon.vue.d.ts +1 -2
- package/dist/icons/monochrome/WalletIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/WarehouseIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/WarnRoundedIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/WarningFillIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/WarningIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/WeightIcon.vue.d.ts +1 -2
- package/dist/icons/monochrome/ZapIcon.vue.d.ts +1 -2
- package/dist/parseFileSize.util-jznvHBCL.js +548 -0
- package/dist/styles/mixins.scss +14 -0
- package/dist/styles/vars.scss +15 -8
- package/dist/ui.css +1 -2
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.js +171 -2
- package/dist/utils/useOverlayLayer.util.d.ts +26 -0
- package/package.json +49 -51
- package/src/styles/mixins.scss +14 -0
- package/src/styles/vars.scss +15 -8
- package/dist/components/AlertDialog/AlertDialog.vue.d.ts +0 -56
- package/dist/components/Tooltip/TooltipPortal.vue.d.ts +0 -17
- package/dist/components/Tooltip/TooltipRoot.vue.d.ts +0 -40
- package/dist/components/Tooltip/TooltipTrigger.vue.d.ts +0 -17
- package/dist/icons-CXIS8gFg.js +0 -2420
- package/dist/utils/useLockZoom.util.d.ts +0 -4
- package/dist/utils-DaKJDD4y.js +0 -796
|
@@ -0,0 +1,548 @@
|
|
|
1
|
+
import { ref as Dt, watch as bt, toValue as dt, onScopeDispose as kt, readonly as qt } from "vue";
|
|
2
|
+
import { useBreakpoints as Bt } from "@vueuse/core";
|
|
3
|
+
import k from "dayjs";
|
|
4
|
+
function Rt() {
|
|
5
|
+
return !!(typeof window < "u" && window.document && window.document.createElement);
|
|
6
|
+
}
|
|
7
|
+
const Ft = 1e3, Lt = 10, Ht = "--ui-overlay-top-layer", Pt = Ft - Lt, P = Dt([]);
|
|
8
|
+
function St() {
|
|
9
|
+
return P.value.length ? Math.max(...P.value) : Pt;
|
|
10
|
+
}
|
|
11
|
+
function ht() {
|
|
12
|
+
Rt() && document.documentElement.style.setProperty(
|
|
13
|
+
Ht,
|
|
14
|
+
String(St())
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
function be(d, S) {
|
|
18
|
+
const u = Dt();
|
|
19
|
+
let e = !1;
|
|
20
|
+
function o() {
|
|
21
|
+
if (e) return;
|
|
22
|
+
const i = dt(S);
|
|
23
|
+
u.value = typeof i == "number" ? i : St() + Lt, P.value.push(u.value), e = !0, ht();
|
|
24
|
+
}
|
|
25
|
+
function a() {
|
|
26
|
+
if (!e) return;
|
|
27
|
+
const i = P.value.indexOf(u.value);
|
|
28
|
+
i !== -1 && P.value.splice(i, 1), e = !1, ht();
|
|
29
|
+
}
|
|
30
|
+
return bt(
|
|
31
|
+
() => dt(d),
|
|
32
|
+
(i) => i ? o() : a(),
|
|
33
|
+
{
|
|
34
|
+
immediate: !0
|
|
35
|
+
}
|
|
36
|
+
), kt(a), qt(u);
|
|
37
|
+
}
|
|
38
|
+
const ke = Bt({
|
|
39
|
+
mobile: 0,
|
|
40
|
+
sm: 640,
|
|
41
|
+
md: 768,
|
|
42
|
+
lg: 1010,
|
|
43
|
+
xl: 1220,
|
|
44
|
+
xxl: 1420,
|
|
45
|
+
xxxl: 1620
|
|
46
|
+
});
|
|
47
|
+
function B(d) {
|
|
48
|
+
return d && d.__esModule && Object.prototype.hasOwnProperty.call(d, "default") ? d.default : d;
|
|
49
|
+
}
|
|
50
|
+
var V = { exports: {} }, zt = V.exports, mt;
|
|
51
|
+
function It() {
|
|
52
|
+
return mt || (mt = 1, (function(d, S) {
|
|
53
|
+
(function(u, e) {
|
|
54
|
+
d.exports = e(k);
|
|
55
|
+
})(zt, (function(u) {
|
|
56
|
+
function e(m) {
|
|
57
|
+
return m && typeof m == "object" && "default" in m ? m : { default: m };
|
|
58
|
+
}
|
|
59
|
+
var o = e(u), a = "января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"), i = "январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"), Y = "янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"), y = "янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_"), p = /D[oD]?(\[[^[\]]*\]|\s)+MMMM?/;
|
|
60
|
+
function f(m, w, n) {
|
|
61
|
+
var s, h;
|
|
62
|
+
return n === "m" ? w ? "минута" : "минуту" : m + " " + (s = +m, h = { mm: w ? "минута_минуты_минут" : "минуту_минуты_минут", hh: "час_часа_часов", dd: "день_дня_дней", MM: "месяц_месяца_месяцев", yy: "год_года_лет" }[n].split("_"), s % 10 == 1 && s % 100 != 11 ? h[0] : s % 10 >= 2 && s % 10 <= 4 && (s % 100 < 10 || s % 100 >= 20) ? h[1] : h[2]);
|
|
63
|
+
}
|
|
64
|
+
var g = function(m, w) {
|
|
65
|
+
return p.test(w) ? a[m.month()] : i[m.month()];
|
|
66
|
+
};
|
|
67
|
+
g.s = i, g.f = a;
|
|
68
|
+
var D = function(m, w) {
|
|
69
|
+
return p.test(w) ? Y[m.month()] : y[m.month()];
|
|
70
|
+
};
|
|
71
|
+
D.s = y, D.f = Y;
|
|
72
|
+
var A = { name: "ru", weekdays: "воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"), weekdaysShort: "вск_пнд_втр_срд_чтв_птн_сбт".split("_"), weekdaysMin: "вс_пн_вт_ср_чт_пт_сб".split("_"), months: g, monthsShort: D, weekStart: 1, yearStart: 4, formats: { LT: "H:mm", LTS: "H:mm:ss", L: "DD.MM.YYYY", LL: "D MMMM YYYY г.", LLL: "D MMMM YYYY г., H:mm", LLLL: "dddd, D MMMM YYYY г., H:mm" }, relativeTime: { future: "через %s", past: "%s назад", s: "несколько секунд", m: f, mm: f, h: "час", hh: f, d: "день", dd: f, M: "месяц", MM: f, y: "год", yy: f }, ordinal: function(m) {
|
|
73
|
+
return m;
|
|
74
|
+
}, meridiem: function(m) {
|
|
75
|
+
return m < 4 ? "ночи" : m < 12 ? "утра" : m < 17 ? "дня" : "вечера";
|
|
76
|
+
} };
|
|
77
|
+
return o.default.locale(A, null, !0), A;
|
|
78
|
+
}));
|
|
79
|
+
})(V)), V.exports;
|
|
80
|
+
}
|
|
81
|
+
It();
|
|
82
|
+
var j = { exports: {} }, Ct = j.exports, lt;
|
|
83
|
+
function Zt() {
|
|
84
|
+
return lt || (lt = 1, (function(d, S) {
|
|
85
|
+
(function(u, e) {
|
|
86
|
+
d.exports = e();
|
|
87
|
+
})(Ct, (function() {
|
|
88
|
+
var u = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, e = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, o = /\d/, a = /\d\d/, i = /\d\d?/, Y = /\d*[^-_:/,()\s\d]+/, y = {}, p = function(n) {
|
|
89
|
+
return (n = +n) + (n > 68 ? 1900 : 2e3);
|
|
90
|
+
}, f = function(n) {
|
|
91
|
+
return function(s) {
|
|
92
|
+
this[n] = +s;
|
|
93
|
+
};
|
|
94
|
+
}, g = [/[+-]\d\d:?(\d\d)?|Z/, function(n) {
|
|
95
|
+
(this.zone || (this.zone = {})).offset = (function(s) {
|
|
96
|
+
if (!s || s === "Z") return 0;
|
|
97
|
+
var h = s.match(/([+-]|\d\d)/g), v = 60 * h[1] + (+h[2] || 0);
|
|
98
|
+
return v === 0 ? 0 : h[0] === "+" ? -v : v;
|
|
99
|
+
})(n);
|
|
100
|
+
}], D = function(n) {
|
|
101
|
+
var s = y[n];
|
|
102
|
+
return s && (s.indexOf ? s : s.s.concat(s.f));
|
|
103
|
+
}, A = function(n, s) {
|
|
104
|
+
var h, v = y.meridiem;
|
|
105
|
+
if (v) {
|
|
106
|
+
for (var O = 1; O <= 24; O += 1) if (n.indexOf(v(O, 0, s)) > -1) {
|
|
107
|
+
h = O > 12;
|
|
108
|
+
break;
|
|
109
|
+
}
|
|
110
|
+
} else h = n === (s ? "pm" : "PM");
|
|
111
|
+
return h;
|
|
112
|
+
}, m = { A: [Y, function(n) {
|
|
113
|
+
this.afternoon = A(n, !1);
|
|
114
|
+
}], a: [Y, function(n) {
|
|
115
|
+
this.afternoon = A(n, !0);
|
|
116
|
+
}], Q: [o, function(n) {
|
|
117
|
+
this.month = 3 * (n - 1) + 1;
|
|
118
|
+
}], S: [o, function(n) {
|
|
119
|
+
this.milliseconds = 100 * +n;
|
|
120
|
+
}], SS: [a, function(n) {
|
|
121
|
+
this.milliseconds = 10 * +n;
|
|
122
|
+
}], SSS: [/\d{3}/, function(n) {
|
|
123
|
+
this.milliseconds = +n;
|
|
124
|
+
}], s: [i, f("seconds")], ss: [i, f("seconds")], m: [i, f("minutes")], mm: [i, f("minutes")], H: [i, f("hours")], h: [i, f("hours")], HH: [i, f("hours")], hh: [i, f("hours")], D: [i, f("day")], DD: [a, f("day")], Do: [Y, function(n) {
|
|
125
|
+
var s = y.ordinal, h = n.match(/\d+/);
|
|
126
|
+
if (this.day = h[0], s) for (var v = 1; v <= 31; v += 1) s(v).replace(/\[|\]/g, "") === n && (this.day = v);
|
|
127
|
+
}], w: [i, f("week")], ww: [a, f("week")], M: [i, f("month")], MM: [a, f("month")], MMM: [Y, function(n) {
|
|
128
|
+
var s = D("months"), h = (D("monthsShort") || s.map((function(v) {
|
|
129
|
+
return v.slice(0, 3);
|
|
130
|
+
}))).indexOf(n) + 1;
|
|
131
|
+
if (h < 1) throw new Error();
|
|
132
|
+
this.month = h % 12 || h;
|
|
133
|
+
}], MMMM: [Y, function(n) {
|
|
134
|
+
var s = D("months").indexOf(n) + 1;
|
|
135
|
+
if (s < 1) throw new Error();
|
|
136
|
+
this.month = s % 12 || s;
|
|
137
|
+
}], Y: [/[+-]?\d+/, f("year")], YY: [a, function(n) {
|
|
138
|
+
this.year = p(n);
|
|
139
|
+
}], YYYY: [/\d{4}/, f("year")], Z: g, ZZ: g };
|
|
140
|
+
function w(n) {
|
|
141
|
+
var s, h;
|
|
142
|
+
s = n, h = y && y.formats;
|
|
143
|
+
for (var v = (n = s.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(x, M, $) {
|
|
144
|
+
var _ = $ && $.toUpperCase();
|
|
145
|
+
return M || h[$] || u[$] || h[_].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(T, E, R) {
|
|
146
|
+
return E || R.slice(1);
|
|
147
|
+
}));
|
|
148
|
+
}))).match(e), O = v.length, L = 0; L < O; L += 1) {
|
|
149
|
+
var c = v[L], r = m[c], t = r && r[0], l = r && r[1];
|
|
150
|
+
v[L] = l ? { regex: t, parser: l } : c.replace(/^\[|\]$/g, "");
|
|
151
|
+
}
|
|
152
|
+
return function(x) {
|
|
153
|
+
for (var M = {}, $ = 0, _ = 0; $ < O; $ += 1) {
|
|
154
|
+
var T = v[$];
|
|
155
|
+
if (typeof T == "string") _ += T.length;
|
|
156
|
+
else {
|
|
157
|
+
var E = T.regex, R = T.parser, H = x.slice(_), q = E.exec(H)[0];
|
|
158
|
+
R.call(M, q), x = x.replace(q, "");
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
return (function(F) {
|
|
162
|
+
var z = F.afternoon;
|
|
163
|
+
if (z !== void 0) {
|
|
164
|
+
var b = F.hours;
|
|
165
|
+
z ? b < 12 && (F.hours += 12) : b === 12 && (F.hours = 0), delete F.afternoon;
|
|
166
|
+
}
|
|
167
|
+
})(M), M;
|
|
168
|
+
};
|
|
169
|
+
}
|
|
170
|
+
return function(n, s, h) {
|
|
171
|
+
h.p.customParseFormat = !0, n && n.parseTwoDigitYear && (p = n.parseTwoDigitYear);
|
|
172
|
+
var v = s.prototype, O = v.parse;
|
|
173
|
+
v.parse = function(L) {
|
|
174
|
+
var c = L.date, r = L.utc, t = L.args;
|
|
175
|
+
this.$u = r;
|
|
176
|
+
var l = t[1];
|
|
177
|
+
if (typeof l == "string") {
|
|
178
|
+
var x = t[2] === !0, M = t[3] === !0, $ = x || M, _ = t[2];
|
|
179
|
+
M && (_ = t[2]), y = this.$locale(), !x && _ && (y = h.Ls[_]), this.$d = (function(H, q, F, z) {
|
|
180
|
+
try {
|
|
181
|
+
if (["x", "X"].indexOf(q) > -1) return new Date((q === "X" ? 1e3 : 1) * H);
|
|
182
|
+
var b = w(q)(H), et = b.year, I = b.month, gt = b.day, Tt = b.hours, Ot = b.minutes, At = b.seconds, Et = b.milliseconds, ft = b.zone, ct = b.week, rt = /* @__PURE__ */ new Date(), nt = gt || (et || I ? 1 : rt.getDate()), st = et || rt.getFullYear(), C = 0;
|
|
183
|
+
et && !I || (C = I > 0 ? I - 1 : rt.getMonth());
|
|
184
|
+
var Z, ot = Tt || 0, it = Ot || 0, at = At || 0, ut = Et || 0;
|
|
185
|
+
return ft ? new Date(Date.UTC(st, C, nt, ot, it, at, ut + 60 * ft.offset * 1e3)) : F ? new Date(Date.UTC(st, C, nt, ot, it, at, ut)) : (Z = new Date(st, C, nt, ot, it, at, ut), ct && (Z = z(Z).week(ct).toDate()), Z);
|
|
186
|
+
} catch {
|
|
187
|
+
return /* @__PURE__ */ new Date("");
|
|
188
|
+
}
|
|
189
|
+
})(c, l, r, h), this.init(), _ && _ !== !0 && (this.$L = this.locale(_).$L), $ && c != this.format(l) && (this.$d = /* @__PURE__ */ new Date("")), y = {};
|
|
190
|
+
} else if (l instanceof Array) for (var T = l.length, E = 1; E <= T; E += 1) {
|
|
191
|
+
t[1] = l[E - 1];
|
|
192
|
+
var R = h.apply(this, t);
|
|
193
|
+
if (R.isValid()) {
|
|
194
|
+
this.$d = R.$d, this.$L = R.$L, this.init();
|
|
195
|
+
break;
|
|
196
|
+
}
|
|
197
|
+
E === T && (this.$d = /* @__PURE__ */ new Date(""));
|
|
198
|
+
}
|
|
199
|
+
else O.call(this, L);
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
}));
|
|
203
|
+
})(j)), j.exports;
|
|
204
|
+
}
|
|
205
|
+
var Vt = Zt();
|
|
206
|
+
const jt = /* @__PURE__ */ B(Vt);
|
|
207
|
+
var N = { exports: {} }, Nt = N.exports, pt;
|
|
208
|
+
function Ut() {
|
|
209
|
+
return pt || (pt = 1, (function(d, S) {
|
|
210
|
+
(function(u, e) {
|
|
211
|
+
d.exports = e();
|
|
212
|
+
})(Nt, (function() {
|
|
213
|
+
return function(u, e, o) {
|
|
214
|
+
e.prototype.dayOfYear = function(a) {
|
|
215
|
+
var i = Math.round((o(this).startOf("day") - o(this).startOf("year")) / 864e5) + 1;
|
|
216
|
+
return a == null ? i : this.add(a - i, "day");
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
}));
|
|
220
|
+
})(N)), N.exports;
|
|
221
|
+
}
|
|
222
|
+
var Qt = Ut();
|
|
223
|
+
const Wt = /* @__PURE__ */ B(Qt);
|
|
224
|
+
var U = { exports: {} }, Xt = U.exports, vt;
|
|
225
|
+
function Jt() {
|
|
226
|
+
return vt || (vt = 1, (function(d, S) {
|
|
227
|
+
(function(u, e) {
|
|
228
|
+
d.exports = e();
|
|
229
|
+
})(Xt, (function() {
|
|
230
|
+
var u, e, o = 1e3, a = 6e4, i = 36e5, Y = 864e5, y = 31536e6, p = 2628e6, f = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/, g = /\[([^\]]+)]|YYYY|YY|Y|M{1,2}|D{1,2}|H{1,2}|m{1,2}|s{1,2}|SSS/g, D = { years: y, months: p, days: Y, hours: i, minutes: a, seconds: o, milliseconds: 1, weeks: 6048e5 }, A = function(c) {
|
|
231
|
+
return c instanceof O;
|
|
232
|
+
}, m = function(c, r, t) {
|
|
233
|
+
return new O(c, t, r.$l);
|
|
234
|
+
}, w = function(c) {
|
|
235
|
+
return e.p(c) + "s";
|
|
236
|
+
}, n = function(c) {
|
|
237
|
+
return c < 0;
|
|
238
|
+
}, s = function(c) {
|
|
239
|
+
return n(c) ? Math.ceil(c) : Math.floor(c);
|
|
240
|
+
}, h = function(c) {
|
|
241
|
+
return Math.abs(c);
|
|
242
|
+
}, v = function(c, r) {
|
|
243
|
+
return c ? n(c) ? { negative: !0, format: "" + h(c) + r } : { negative: !1, format: "" + c + r } : { negative: !1, format: "" };
|
|
244
|
+
}, O = (function() {
|
|
245
|
+
function c(t, l, x) {
|
|
246
|
+
var M = this;
|
|
247
|
+
if (this.$d = {}, this.$l = x, t === void 0 && (this.$ms = 0, this.parseFromMilliseconds()), l) return m(t * D[w(l)], this);
|
|
248
|
+
if (typeof t == "number") return this.$ms = t, this.parseFromMilliseconds(), this;
|
|
249
|
+
if (typeof t == "object") return Object.keys(t).forEach((function(T) {
|
|
250
|
+
M.$d[w(T)] = t[T];
|
|
251
|
+
})), this.calMilliseconds(), this;
|
|
252
|
+
if (typeof t == "string") {
|
|
253
|
+
var $ = t.match(f);
|
|
254
|
+
if ($) {
|
|
255
|
+
var _ = $.slice(2).map((function(T) {
|
|
256
|
+
return T != null ? Number(T) : 0;
|
|
257
|
+
}));
|
|
258
|
+
return this.$d.years = _[0], this.$d.months = _[1], this.$d.weeks = _[2], this.$d.days = _[3], this.$d.hours = _[4], this.$d.minutes = _[5], this.$d.seconds = _[6], this.calMilliseconds(), this;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
return this;
|
|
262
|
+
}
|
|
263
|
+
var r = c.prototype;
|
|
264
|
+
return r.calMilliseconds = function() {
|
|
265
|
+
var t = this;
|
|
266
|
+
this.$ms = Object.keys(this.$d).reduce((function(l, x) {
|
|
267
|
+
return l + (t.$d[x] || 0) * D[x];
|
|
268
|
+
}), 0);
|
|
269
|
+
}, r.parseFromMilliseconds = function() {
|
|
270
|
+
var t = this.$ms;
|
|
271
|
+
this.$d.years = s(t / y), t %= y, this.$d.months = s(t / p), t %= p, this.$d.days = s(t / Y), t %= Y, this.$d.hours = s(t / i), t %= i, this.$d.minutes = s(t / a), t %= a, this.$d.seconds = s(t / o), t %= o, this.$d.milliseconds = t;
|
|
272
|
+
}, r.toISOString = function() {
|
|
273
|
+
var t = v(this.$d.years, "Y"), l = v(this.$d.months, "M"), x = +this.$d.days || 0;
|
|
274
|
+
this.$d.weeks && (x += 7 * this.$d.weeks);
|
|
275
|
+
var M = v(x, "D"), $ = v(this.$d.hours, "H"), _ = v(this.$d.minutes, "M"), T = this.$d.seconds || 0;
|
|
276
|
+
this.$d.milliseconds && (T += this.$d.milliseconds / 1e3, T = Math.round(1e3 * T) / 1e3);
|
|
277
|
+
var E = v(T, "S"), R = t.negative || l.negative || M.negative || $.negative || _.negative || E.negative, H = $.format || _.format || E.format ? "T" : "", q = (R ? "-" : "") + "P" + t.format + l.format + M.format + H + $.format + _.format + E.format;
|
|
278
|
+
return q === "P" || q === "-P" ? "P0D" : q;
|
|
279
|
+
}, r.toJSON = function() {
|
|
280
|
+
return this.toISOString();
|
|
281
|
+
}, r.format = function(t) {
|
|
282
|
+
var l = t || "YYYY-MM-DDTHH:mm:ss", x = { Y: this.$d.years, YY: e.s(this.$d.years, 2, "0"), YYYY: e.s(this.$d.years, 4, "0"), M: this.$d.months, MM: e.s(this.$d.months, 2, "0"), D: this.$d.days, DD: e.s(this.$d.days, 2, "0"), H: this.$d.hours, HH: e.s(this.$d.hours, 2, "0"), m: this.$d.minutes, mm: e.s(this.$d.minutes, 2, "0"), s: this.$d.seconds, ss: e.s(this.$d.seconds, 2, "0"), SSS: e.s(this.$d.milliseconds, 3, "0") };
|
|
283
|
+
return l.replace(g, (function(M, $) {
|
|
284
|
+
return $ || String(x[M]);
|
|
285
|
+
}));
|
|
286
|
+
}, r.as = function(t) {
|
|
287
|
+
return this.$ms / D[w(t)];
|
|
288
|
+
}, r.get = function(t) {
|
|
289
|
+
var l = this.$ms, x = w(t);
|
|
290
|
+
return x === "milliseconds" ? l %= 1e3 : l = x === "weeks" ? s(l / D[x]) : this.$d[x], l || 0;
|
|
291
|
+
}, r.add = function(t, l, x) {
|
|
292
|
+
var M;
|
|
293
|
+
return M = l ? t * D[w(l)] : A(t) ? t.$ms : m(t, this).$ms, m(this.$ms + M * (x ? -1 : 1), this);
|
|
294
|
+
}, r.subtract = function(t, l) {
|
|
295
|
+
return this.add(t, l, !0);
|
|
296
|
+
}, r.locale = function(t) {
|
|
297
|
+
var l = this.clone();
|
|
298
|
+
return l.$l = t, l;
|
|
299
|
+
}, r.clone = function() {
|
|
300
|
+
return m(this.$ms, this);
|
|
301
|
+
}, r.humanize = function(t) {
|
|
302
|
+
return u().add(this.$ms, "ms").locale(this.$l).fromNow(!t);
|
|
303
|
+
}, r.valueOf = function() {
|
|
304
|
+
return this.asMilliseconds();
|
|
305
|
+
}, r.milliseconds = function() {
|
|
306
|
+
return this.get("milliseconds");
|
|
307
|
+
}, r.asMilliseconds = function() {
|
|
308
|
+
return this.as("milliseconds");
|
|
309
|
+
}, r.seconds = function() {
|
|
310
|
+
return this.get("seconds");
|
|
311
|
+
}, r.asSeconds = function() {
|
|
312
|
+
return this.as("seconds");
|
|
313
|
+
}, r.minutes = function() {
|
|
314
|
+
return this.get("minutes");
|
|
315
|
+
}, r.asMinutes = function() {
|
|
316
|
+
return this.as("minutes");
|
|
317
|
+
}, r.hours = function() {
|
|
318
|
+
return this.get("hours");
|
|
319
|
+
}, r.asHours = function() {
|
|
320
|
+
return this.as("hours");
|
|
321
|
+
}, r.days = function() {
|
|
322
|
+
return this.get("days");
|
|
323
|
+
}, r.asDays = function() {
|
|
324
|
+
return this.as("days");
|
|
325
|
+
}, r.weeks = function() {
|
|
326
|
+
return this.get("weeks");
|
|
327
|
+
}, r.asWeeks = function() {
|
|
328
|
+
return this.as("weeks");
|
|
329
|
+
}, r.months = function() {
|
|
330
|
+
return this.get("months");
|
|
331
|
+
}, r.asMonths = function() {
|
|
332
|
+
return this.as("months");
|
|
333
|
+
}, r.years = function() {
|
|
334
|
+
return this.get("years");
|
|
335
|
+
}, r.asYears = function() {
|
|
336
|
+
return this.as("years");
|
|
337
|
+
}, c;
|
|
338
|
+
})(), L = function(c, r, t) {
|
|
339
|
+
return c.add(r.years() * t, "y").add(r.months() * t, "M").add(r.days() * t, "d").add(r.hours() * t, "h").add(r.minutes() * t, "m").add(r.seconds() * t, "s").add(r.milliseconds() * t, "ms");
|
|
340
|
+
};
|
|
341
|
+
return function(c, r, t) {
|
|
342
|
+
u = t, e = t().$utils(), t.duration = function(M, $) {
|
|
343
|
+
var _ = t.locale();
|
|
344
|
+
return m(M, { $l: _ }, $);
|
|
345
|
+
}, t.isDuration = A;
|
|
346
|
+
var l = r.prototype.add, x = r.prototype.subtract;
|
|
347
|
+
r.prototype.add = function(M, $) {
|
|
348
|
+
return A(M) ? L(this, M, 1) : l.bind(this)(M, $);
|
|
349
|
+
}, r.prototype.subtract = function(M, $) {
|
|
350
|
+
return A(M) ? L(this, M, -1) : x.bind(this)(M, $);
|
|
351
|
+
};
|
|
352
|
+
};
|
|
353
|
+
}));
|
|
354
|
+
})(U)), U.exports;
|
|
355
|
+
}
|
|
356
|
+
var Gt = Jt();
|
|
357
|
+
const Kt = /* @__PURE__ */ B(Gt);
|
|
358
|
+
var Q = { exports: {} }, te = Q.exports, Mt;
|
|
359
|
+
function ee() {
|
|
360
|
+
return Mt || (Mt = 1, (function(d, S) {
|
|
361
|
+
(function(u, e) {
|
|
362
|
+
d.exports = e();
|
|
363
|
+
})(te, (function() {
|
|
364
|
+
return function(u, e, o) {
|
|
365
|
+
e.prototype.isBetween = function(a, i, Y, y) {
|
|
366
|
+
var p = o(a), f = o(i), g = (y = y || "()")[0] === "(", D = y[1] === ")";
|
|
367
|
+
return (g ? this.isAfter(p, Y) : !this.isBefore(p, Y)) && (D ? this.isBefore(f, Y) : !this.isAfter(f, Y)) || (g ? this.isBefore(p, Y) : !this.isAfter(p, Y)) && (D ? this.isAfter(f, Y) : !this.isBefore(f, Y));
|
|
368
|
+
};
|
|
369
|
+
};
|
|
370
|
+
}));
|
|
371
|
+
})(Q)), Q.exports;
|
|
372
|
+
}
|
|
373
|
+
var re = ee();
|
|
374
|
+
const ne = /* @__PURE__ */ B(re);
|
|
375
|
+
var W = { exports: {} }, se = W.exports, Yt;
|
|
376
|
+
function oe() {
|
|
377
|
+
return Yt || (Yt = 1, (function(d, S) {
|
|
378
|
+
(function(u, e) {
|
|
379
|
+
d.exports = e();
|
|
380
|
+
})(se, (function() {
|
|
381
|
+
return function(u, e) {
|
|
382
|
+
e.prototype.isSameOrAfter = function(o, a) {
|
|
383
|
+
return this.isSame(o, a) || this.isAfter(o, a);
|
|
384
|
+
};
|
|
385
|
+
};
|
|
386
|
+
}));
|
|
387
|
+
})(W)), W.exports;
|
|
388
|
+
}
|
|
389
|
+
var ie = oe();
|
|
390
|
+
const ae = /* @__PURE__ */ B(ie);
|
|
391
|
+
var X = { exports: {} }, ue = X.exports, yt;
|
|
392
|
+
function fe() {
|
|
393
|
+
return yt || (yt = 1, (function(d, S) {
|
|
394
|
+
(function(u, e) {
|
|
395
|
+
d.exports = e();
|
|
396
|
+
})(ue, (function() {
|
|
397
|
+
return function(u, e) {
|
|
398
|
+
e.prototype.isSameOrBefore = function(o, a) {
|
|
399
|
+
return this.isSame(o, a) || this.isBefore(o, a);
|
|
400
|
+
};
|
|
401
|
+
};
|
|
402
|
+
}));
|
|
403
|
+
})(X)), X.exports;
|
|
404
|
+
}
|
|
405
|
+
var ce = fe();
|
|
406
|
+
const de = /* @__PURE__ */ B(ce);
|
|
407
|
+
var J = { exports: {} }, he = J.exports, xt;
|
|
408
|
+
function me() {
|
|
409
|
+
return xt || (xt = 1, (function(d, S) {
|
|
410
|
+
(function(u, e) {
|
|
411
|
+
d.exports = e();
|
|
412
|
+
})(he, (function() {
|
|
413
|
+
return function(u, e, o) {
|
|
414
|
+
e.prototype.isToday = function() {
|
|
415
|
+
var a = "YYYY-MM-DD", i = o();
|
|
416
|
+
return this.format(a) === i.format(a);
|
|
417
|
+
};
|
|
418
|
+
};
|
|
419
|
+
}));
|
|
420
|
+
})(J)), J.exports;
|
|
421
|
+
}
|
|
422
|
+
var le = me();
|
|
423
|
+
const pe = /* @__PURE__ */ B(le);
|
|
424
|
+
var G = { exports: {} }, ve = G.exports, $t;
|
|
425
|
+
function Me() {
|
|
426
|
+
return $t || ($t = 1, (function(d, S) {
|
|
427
|
+
(function(u, e) {
|
|
428
|
+
d.exports = e();
|
|
429
|
+
})(ve, (function() {
|
|
430
|
+
return function(u, e, o) {
|
|
431
|
+
e.prototype.isTomorrow = function() {
|
|
432
|
+
var a = "YYYY-MM-DD", i = o().add(1, "day");
|
|
433
|
+
return this.format(a) === i.format(a);
|
|
434
|
+
};
|
|
435
|
+
};
|
|
436
|
+
}));
|
|
437
|
+
})(G)), G.exports;
|
|
438
|
+
}
|
|
439
|
+
var Ye = Me();
|
|
440
|
+
const ye = /* @__PURE__ */ B(Ye);
|
|
441
|
+
var K = { exports: {} }, xe = K.exports, _t;
|
|
442
|
+
function $e() {
|
|
443
|
+
return _t || (_t = 1, (function(d, S) {
|
|
444
|
+
(function(u, e) {
|
|
445
|
+
d.exports = e();
|
|
446
|
+
})(xe, (function() {
|
|
447
|
+
var u = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" };
|
|
448
|
+
return function(e, o, a) {
|
|
449
|
+
var i = o.prototype, Y = i.format;
|
|
450
|
+
a.en.formats = u, i.format = function(y) {
|
|
451
|
+
y === void 0 && (y = "YYYY-MM-DDTHH:mm:ssZ");
|
|
452
|
+
var p = this.$locale().formats, f = (function(g, D) {
|
|
453
|
+
return g.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(A, m, w) {
|
|
454
|
+
var n = w && w.toUpperCase();
|
|
455
|
+
return m || D[w] || u[w] || D[n].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(s, h, v) {
|
|
456
|
+
return h || v.slice(1);
|
|
457
|
+
}));
|
|
458
|
+
}));
|
|
459
|
+
})(y, p === void 0 ? {} : p);
|
|
460
|
+
return Y.call(this, f);
|
|
461
|
+
};
|
|
462
|
+
};
|
|
463
|
+
}));
|
|
464
|
+
})(K)), K.exports;
|
|
465
|
+
}
|
|
466
|
+
var _e = $e();
|
|
467
|
+
const we = /* @__PURE__ */ B(_e);
|
|
468
|
+
var tt = { exports: {} }, De = tt.exports, wt;
|
|
469
|
+
function Le() {
|
|
470
|
+
return wt || (wt = 1, (function(d, S) {
|
|
471
|
+
(function(u, e) {
|
|
472
|
+
d.exports = e();
|
|
473
|
+
})(De, (function() {
|
|
474
|
+
return function(u, e, o) {
|
|
475
|
+
u = u || {};
|
|
476
|
+
var a = e.prototype, i = { future: "in %s", past: "%s ago", s: "a few seconds", m: "a minute", mm: "%d minutes", h: "an hour", hh: "%d hours", d: "a day", dd: "%d days", M: "a month", MM: "%d months", y: "a year", yy: "%d years" };
|
|
477
|
+
function Y(p, f, g, D) {
|
|
478
|
+
return a.fromToBase(p, f, g, D);
|
|
479
|
+
}
|
|
480
|
+
o.en.relativeTime = i, a.fromToBase = function(p, f, g, D, A) {
|
|
481
|
+
for (var m, w, n, s = g.$locale().relativeTime || i, h = u.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], v = h.length, O = 0; O < v; O += 1) {
|
|
482
|
+
var L = h[O];
|
|
483
|
+
L.d && (m = D ? o(p).diff(g, L.d, !0) : g.diff(p, L.d, !0));
|
|
484
|
+
var c = (u.rounding || Math.round)(Math.abs(m));
|
|
485
|
+
if (n = m > 0, c <= L.r || !L.r) {
|
|
486
|
+
c <= 1 && O > 0 && (L = h[O - 1]);
|
|
487
|
+
var r = s[L.l];
|
|
488
|
+
A && (c = A("" + c)), w = typeof r == "string" ? r.replace("%d", c) : r(c, f, L.l, n);
|
|
489
|
+
break;
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
if (f) return w;
|
|
493
|
+
var t = n ? s.future : s.past;
|
|
494
|
+
return typeof t == "function" ? t(w) : t.replace("%s", w);
|
|
495
|
+
}, a.to = function(p, f) {
|
|
496
|
+
return Y(p, f, this, !0);
|
|
497
|
+
}, a.from = function(p, f) {
|
|
498
|
+
return Y(p, f, this);
|
|
499
|
+
};
|
|
500
|
+
var y = function(p) {
|
|
501
|
+
return p.$u ? o.utc() : o();
|
|
502
|
+
};
|
|
503
|
+
a.toNow = function(p) {
|
|
504
|
+
return this.to(y(this), p);
|
|
505
|
+
}, a.fromNow = function(p) {
|
|
506
|
+
return this.from(y(this), p);
|
|
507
|
+
};
|
|
508
|
+
};
|
|
509
|
+
}));
|
|
510
|
+
})(tt)), tt.exports;
|
|
511
|
+
}
|
|
512
|
+
var Se = Le();
|
|
513
|
+
const ge = /* @__PURE__ */ B(Se);
|
|
514
|
+
k.extend(we);
|
|
515
|
+
k.extend(ge);
|
|
516
|
+
k.extend(pe);
|
|
517
|
+
k.extend(ne);
|
|
518
|
+
k.extend(de);
|
|
519
|
+
k.extend(ae);
|
|
520
|
+
k.extend(Kt);
|
|
521
|
+
k.extend(jt);
|
|
522
|
+
k.extend(Wt);
|
|
523
|
+
k.extend(ye);
|
|
524
|
+
k.locale("ru");
|
|
525
|
+
const qe = (d) => {
|
|
526
|
+
const S = ["b", "kb", "mb", "gb", "tb"], u = d.match(/[a-zA-Z]+/)?.[0] || "b", e = parseFloat(d.replace(u, "")), o = S.indexOf(u.toLowerCase());
|
|
527
|
+
return e * Math.pow(1024, o);
|
|
528
|
+
};
|
|
529
|
+
function Be(d, S = 3) {
|
|
530
|
+
if (isNaN(d) || d < 0) return "0 Б";
|
|
531
|
+
const u = ["Б", "КБ", "МБ", "ГБ", "ТБ"];
|
|
532
|
+
let e = 0, o = d;
|
|
533
|
+
const a = Math.pow(10, S);
|
|
534
|
+
for (; o >= a && e < u.length - 1; )
|
|
535
|
+
o = o / 1024, e++;
|
|
536
|
+
const i = o < 1 || o < 10 ? S - 1 : o < 100 ? S - 2 : 0;
|
|
537
|
+
return `${i > 0 ? o.toFixed(i) : Math.round(o).toString()} ${u[e]}`;
|
|
538
|
+
}
|
|
539
|
+
export {
|
|
540
|
+
Ft as O,
|
|
541
|
+
Lt as a,
|
|
542
|
+
ke as b,
|
|
543
|
+
Ht as c,
|
|
544
|
+
Be as f,
|
|
545
|
+
Rt as i,
|
|
546
|
+
qe as p,
|
|
547
|
+
be as u
|
|
548
|
+
};
|
package/dist/styles/mixins.scss
CHANGED
|
@@ -116,6 +116,20 @@
|
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
+
/// Поднимает всплывающий контент (Select, Combobox, Tooltip, календари) над
|
|
120
|
+
/// самым верхним открытым слоем overlay.
|
|
121
|
+
///
|
|
122
|
+
/// `--ui-overlay-top-layer` пишет аллокатор слоёв
|
|
123
|
+
/// (`src/utils/useOverlayLayer.util.ts`) при каждом открытии и закрытии
|
|
124
|
+
/// overlay. Fallback = OVERLAY_LAYER_BASE - OVERLAY_LAYER_STEP: когда ничего
|
|
125
|
+
/// не открыто, всплывающий контент стоит чуть ниже базы слоёв.
|
|
126
|
+
///
|
|
127
|
+
/// reka-ui копирует вычисленный z-index контента на свою обёртку
|
|
128
|
+
/// [data-reka-popper-content-wrapper], поэтому отдельная обёртка не нужна.
|
|
129
|
+
@mixin overlay-popper-layer {
|
|
130
|
+
z-index: calc(var(--ui-overlay-top-layer, 990) + 1);
|
|
131
|
+
}
|
|
132
|
+
|
|
119
133
|
// ✨ Кастомный скроллбар
|
|
120
134
|
@mixin custom-scrollbar($direction) {
|
|
121
135
|
box-sizing: content-box;
|
package/dist/styles/vars.scss
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use './mixins.scss' as *;
|
|
2
|
+
|
|
1
3
|
:root {
|
|
2
4
|
//GLOBAL
|
|
3
5
|
--animation-duration: 0.3s;
|
|
@@ -16,9 +18,6 @@
|
|
|
16
18
|
--input-height: 40px;
|
|
17
19
|
--input-height-large: 44px;
|
|
18
20
|
|
|
19
|
-
// Kept at 1rem (16px) at every size — Safari on iOS/iPadOS auto-zooms the
|
|
20
|
-
// page when a focused input's font-size is below 16px, regardless of
|
|
21
|
-
// viewport width.
|
|
22
21
|
--input-font-size-extrasmall: 1rem;
|
|
23
22
|
--input-font-size-small: 1rem;
|
|
24
23
|
--input-font-size: 1rem;
|
|
@@ -37,12 +36,20 @@
|
|
|
37
36
|
--input-border-color-disabled: var(--theme-neutral-border-disabled);
|
|
38
37
|
}
|
|
39
38
|
|
|
40
|
-
|
|
39
|
+
@include respond(lg) {
|
|
40
|
+
:root {
|
|
41
|
+
--input-font-size-extrasmall: 0.75rem;
|
|
42
|
+
--input-font-size-small: 0.875rem;
|
|
43
|
+
--input-font-size: 1rem;
|
|
44
|
+
--input-font-size-large: 1rem;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// Слои overlay раздаёт аллокатор из src/utils/useOverlayLayer.util.ts
|
|
49
|
+
// (OVERLAY_LAYER_BASE = 1000, шаг 10). Он же пишет --ui-overlay-top-layer
|
|
50
|
+
// с z-index самого верхнего открытого слоя.
|
|
41
51
|
:root {
|
|
42
|
-
--
|
|
43
|
-
--drawer-z-index: 1000;
|
|
44
|
-
--confirm-z-index: 1008;
|
|
45
|
-
--toast-z-index: 1009;
|
|
52
|
+
--toast-z-index: 9999;
|
|
46
53
|
|
|
47
54
|
//BOX-SHADOW
|
|
48
55
|
--dropdown-shadow: -1px 1px 10px 0 #8d8f9340;
|