@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.
Files changed (387) hide show
  1. package/dist/components/Accordion/AccordionContent.vue.d.ts +7 -11
  2. package/dist/components/Accordion/AccordionHeader.vue.d.ts +7 -11
  3. package/dist/components/Accordion/AccordionItem.vue.d.ts +7 -11
  4. package/dist/components/Accordion/AccordionRoot.vue.d.ts +7 -11
  5. package/dist/components/Accordion/AccordionTrigger.vue.d.ts +9 -12
  6. package/dist/components/AlertDialog/AlertDialog.stories.d.ts +3 -3
  7. package/dist/components/AlertDialog/AlertDialog.vue.d.ts +56 -0
  8. package/dist/components/AlertDialog/AlertDialogAction.vue.d.ts +7 -11
  9. package/dist/components/AlertDialog/AlertDialogCancel.vue.d.ts +7 -11
  10. package/dist/components/AlertDialog/AlertDialogContent.vue.d.ts +22 -12
  11. package/dist/components/AlertDialog/AlertDialogDescription.vue.d.ts +7 -11
  12. package/dist/components/AlertDialog/AlertDialogOverlay.vue.d.ts +2 -1
  13. package/dist/components/AlertDialog/AlertDialogPortal.vue.d.ts +7 -11
  14. package/dist/components/AlertDialog/AlertDialogRoot.vue.d.ts +7 -11
  15. package/dist/components/AlertDialog/AlertDialogTitle.vue.d.ts +7 -11
  16. package/dist/components/AlertDialog/AlertDialogTrigger.vue.d.ts +7 -11
  17. package/dist/components/AlertDialog/index.d.ts +3 -1
  18. package/dist/components/Badge/Badge.vue.d.ts +2 -1
  19. package/dist/components/BottomSheet/BottomSheet.stories.d.ts +1 -0
  20. package/dist/components/BottomSheet/BottomSheet.vue.d.ts +36 -205
  21. package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +2 -1
  22. package/dist/components/Button/Button.vue.d.ts +8 -12
  23. package/dist/components/Calendar/CalendarCellTrigger.vue.d.ts +7 -11
  24. package/dist/components/Calendar/CalendarGrid.vue.d.ts +7 -11
  25. package/dist/components/Calendar/CalendarGridBody.vue.d.ts +7 -11
  26. package/dist/components/Calendar/CalendarGridRow.vue.d.ts +7 -11
  27. package/dist/components/Calendar/CalendarHeadCell.vue.d.ts +7 -11
  28. package/dist/components/Calendar/CalendarHeader.vue.d.ts +7 -11
  29. package/dist/components/Calendar/CalendarHeading.vue.d.ts +2 -1
  30. package/dist/components/Calendar/CalendarNext.vue.d.ts +2 -1
  31. package/dist/components/Calendar/CalendarPrev.vue.d.ts +2 -1
  32. package/dist/components/Calendar/CalendarRoot.vue.d.ts +17 -21
  33. package/dist/components/Checkbox/Checkbox.vue.d.ts +11 -14
  34. package/dist/components/ChipCheckbox/ChipCheckbox.vue.d.ts +11 -14
  35. package/dist/components/Combobox/ComboboxAnchor.vue.d.ts +7 -11
  36. package/dist/components/Combobox/ComboboxClear.vue.d.ts +3 -2
  37. package/dist/components/Combobox/ComboboxContent.vue.d.ts +7 -11
  38. package/dist/components/Combobox/ComboboxInput.vue.d.ts +2 -1
  39. package/dist/components/Combobox/ComboboxItem.vue.d.ts +7 -11
  40. package/dist/components/Combobox/ComboboxRoot.vue.d.ts +7 -11
  41. package/dist/components/Combobox/ComboboxTrigger.vue.d.ts +2 -1
  42. package/dist/components/Combobox/ComboboxViewport.vue.d.ts +7 -11
  43. package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts +2 -1
  44. package/dist/components/DataTable/DataTable.vue.d.ts +20 -15
  45. package/dist/components/DataTable/components/DataTableBody.vue.d.ts +13 -8
  46. package/dist/components/DataTable/components/DataTableFooter.vue.d.ts +13 -8
  47. package/dist/components/DataTable/components/DataTableHead.vue.d.ts +13 -8
  48. package/dist/components/DataTable/components/DataTablePagination.vue.d.ts +5 -3
  49. package/dist/components/DataTable/shared/mock/OrderStatus/OrderStatus.vue.d.ts +2 -1
  50. package/dist/components/DataTable/shared/mock/OrderStatus/icons/accepted.vue.d.ts +2 -1
  51. package/dist/components/DataTable/shared/mock/OrderStatus/icons/approval.vue.d.ts +2 -1
  52. package/dist/components/DataTable/shared/mock/OrderStatus/icons/assembled.vue.d.ts +2 -1
  53. package/dist/components/DataTable/shared/mock/OrderStatus/icons/awaitingPayment.vue.d.ts +2 -1
  54. package/dist/components/DataTable/shared/mock/OrderStatus/icons/cancelled.vue.d.ts +2 -1
  55. package/dist/components/DataTable/shared/mock/OrderStatus/icons/complaint.vue.d.ts +2 -1
  56. package/dist/components/DataTable/shared/mock/OrderStatus/icons/confirmation.vue.d.ts +2 -1
  57. package/dist/components/DataTable/shared/mock/OrderStatus/icons/dedlineChanged.vue.d.ts +2 -1
  58. package/dist/components/DataTable/shared/mock/OrderStatus/icons/delayDelivery.vue.d.ts +2 -1
  59. package/dist/components/DataTable/shared/mock/OrderStatus/icons/documentsIssued.vue.d.ts +2 -1
  60. package/dist/components/DataTable/shared/mock/OrderStatus/icons/error.vue.d.ts +2 -1
  61. package/dist/components/DataTable/shared/mock/OrderStatus/icons/handedShipment.vue.d.ts +2 -1
  62. package/dist/components/DataTable/shared/mock/OrderStatus/icons/orderSupplier.vue.d.ts +2 -1
  63. package/dist/components/DataTable/shared/mock/OrderStatus/icons/orderedSupplier.vue.d.ts +2 -1
  64. package/dist/components/DataTable/shared/mock/OrderStatus/icons/paid.vue.d.ts +2 -1
  65. package/dist/components/DataTable/shared/mock/OrderStatus/icons/readyPickup.vue.d.ts +2 -1
  66. package/dist/components/DataTable/shared/mock/OrderStatus/icons/readyShipment.vue.d.ts +2 -1
  67. package/dist/components/DataTable/shared/mock/OrderStatus/icons/receivedClient.vue.d.ts +2 -1
  68. package/dist/components/DataTable/shared/mock/OrderStatus/icons/reservedPayment.vue.d.ts +2 -1
  69. package/dist/components/DataTable/shared/mock/OrderStatus/icons/reservedShipment.vue.d.ts +2 -1
  70. package/dist/components/DataTable/shared/mock/OrderStatus/icons/returned.vue.d.ts +2 -1
  71. package/dist/components/DataTable/shared/mock/OrderStatus/icons/sentSupplier.vue.d.ts +2 -1
  72. package/dist/components/DataTable/shared/mock/OrderStatus/icons/transferAvailability.vue.d.ts +2 -1
  73. package/dist/components/DataTable/shared/mock/OrderStatus/icons/transferCustom.vue.d.ts +2 -1
  74. package/dist/components/DataTable/shared/mock/OrderStatus/icons/warning.vue.d.ts +2 -1
  75. package/dist/components/DatePicker/DatePicker.stories.d.ts +2 -2
  76. package/dist/components/DatePicker/DatePicker.vue.d.ts +7 -3
  77. package/dist/components/DatePicker/DatePickerArrow.vue.d.ts +2 -1
  78. package/dist/components/DatePicker/DatePickerCalendar.vue.d.ts +10 -14
  79. package/dist/components/DatePicker/DatePickerCell.vue.d.ts +7 -11
  80. package/dist/components/DatePicker/DatePickerCellTrigger.vue.d.ts +7 -11
  81. package/dist/components/DatePicker/DatePickerContent.vue.d.ts +7 -11
  82. package/dist/components/DatePicker/DatePickerField.vue.d.ts +13 -17
  83. package/dist/components/DatePicker/DatePickerGrid.vue.d.ts +7 -11
  84. package/dist/components/DatePicker/DatePickerGridBody.vue.d.ts +7 -11
  85. package/dist/components/DatePicker/DatePickerGridRow.vue.d.ts +7 -11
  86. package/dist/components/DatePicker/DatePickerHeadCell.vue.d.ts +7 -11
  87. package/dist/components/DatePicker/DatePickerHeader.vue.d.ts +7 -11
  88. package/dist/components/DatePicker/DatePickerHeading.vue.d.ts +2 -1
  89. package/dist/components/DatePicker/DatePickerInput.vue.d.ts +7 -11
  90. package/dist/components/DatePicker/DatePickerNext.vue.d.ts +2 -1
  91. package/dist/components/DatePicker/DatePickerPrev.vue.d.ts +2 -1
  92. package/dist/components/DatePicker/DatePickerRoot.vue.d.ts +14 -17
  93. package/dist/components/DatePicker/DatePickerTrigger.vue.d.ts +7 -11
  94. package/dist/components/DateRangePicker/DateRangePicker.vue.d.ts +14 -14
  95. package/dist/components/DateRangePicker/DateRangePickerArrow.vue.d.ts +2 -1
  96. package/dist/components/DateRangePicker/DateRangePickerCalendar.vue.d.ts +14 -18
  97. package/dist/components/DateRangePicker/DateRangePickerCellTrigger.vue.d.ts +7 -11
  98. package/dist/components/DateRangePicker/DateRangePickerContent.vue.d.ts +7 -11
  99. package/dist/components/DateRangePicker/DateRangePickerField.vue.d.ts +2 -1
  100. package/dist/components/DateRangePicker/DateRangePickerGrid.vue.d.ts +7 -11
  101. package/dist/components/DateRangePicker/DateRangePickerGridBody.vue.d.ts +7 -11
  102. package/dist/components/DateRangePicker/DateRangePickerGridRow.vue.d.ts +7 -11
  103. package/dist/components/DateRangePicker/DateRangePickerHeadCell.vue.d.ts +7 -11
  104. package/dist/components/DateRangePicker/DateRangePickerHeader.vue.d.ts +7 -11
  105. package/dist/components/DateRangePicker/DateRangePickerHeading.vue.d.ts +2 -1
  106. package/dist/components/DateRangePicker/DateRangePickerInput.vue.d.ts +7 -11
  107. package/dist/components/DateRangePicker/DateRangePickerNext.vue.d.ts +2 -1
  108. package/dist/components/DateRangePicker/DateRangePickerPrev.vue.d.ts +2 -1
  109. package/dist/components/DateRangePicker/DateRangePickerRoot.vue.d.ts +14 -17
  110. package/dist/components/DateRangePicker/DateRangePickerTrigger.vue.d.ts +7 -11
  111. package/dist/components/Dialog/Dialog.stories.d.ts +1 -4
  112. package/dist/components/Dialog/Dialog.vue.d.ts +24 -20
  113. package/dist/components/Dialog/DialogActions.vue.d.ts +7 -11
  114. package/dist/components/Dialog/DialogClose.vue.d.ts +2 -1
  115. package/dist/components/Dialog/DialogContent.vue.d.ts +13 -15
  116. package/dist/components/Dialog/DialogDescription.vue.d.ts +7 -11
  117. package/dist/components/Dialog/DialogOverlay.vue.d.ts +2 -1
  118. package/dist/components/Dialog/DialogTitle.vue.d.ts +7 -11
  119. package/dist/components/Divider/Divider.vue.d.ts +7 -11
  120. package/dist/components/Drawer/Drawer.stories.d.ts +1 -0
  121. package/dist/components/Drawer/Drawer.vue.d.ts +22 -17
  122. package/dist/components/Drawer/DrawerContent.vue.d.ts +13 -15
  123. package/dist/components/Drawer/DrawerOverlay.vue.d.ts +7 -11
  124. package/dist/components/Drawer/DrawerPortal.vue.d.ts +7 -11
  125. package/dist/components/Drawer/DrawerRoot.vue.d.ts +7 -11
  126. package/dist/components/Drawer/DrawerTrigger.vue.d.ts +7 -11
  127. package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +3 -6
  128. package/dist/components/DropdownMenu/DropdownMenu.vue.d.ts +18 -16
  129. package/dist/components/DropdownMenu/DropdownMenuArrow.vue.d.ts +2 -1
  130. package/dist/components/DropdownMenu/DropdownMenuContent.vue.d.ts +7 -11
  131. package/dist/components/DropdownMenu/DropdownMenuItem.vue.d.ts +7 -11
  132. package/dist/components/DropdownMenu/DropdownMenuSeparator.vue.d.ts +2 -1
  133. package/dist/components/DropdownMenu/DropdownMenuSubContent.vue.d.ts +9 -13
  134. package/dist/components/DropdownMenu/DropdownMenuSubTrigger.vue.d.ts +7 -11
  135. package/dist/components/File/File.vue.d.ts +3 -2
  136. package/dist/components/FormField/FormField.vue.d.ts +9 -12
  137. package/dist/components/Image/Image.vue.d.ts +3 -2
  138. package/dist/components/Image/ImageModalProvider.vue.d.ts +7 -11
  139. package/dist/components/InputNumber/InputNumber.vue.d.ts +6 -4
  140. package/dist/components/InputText/InputText.vue.d.ts +15 -21
  141. package/dist/components/Label/Label.vue.d.ts +7 -11
  142. package/dist/components/Message/Message.vue.d.ts +8 -12
  143. package/dist/components/OTPCode/OTPCode.vue.d.ts +6 -6
  144. package/dist/components/OverlayBadge/OverlayBadge.vue.d.ts +7 -11
  145. package/dist/components/Pagination/PaginationEllipsis.vue.d.ts +2 -1
  146. package/dist/components/Pagination/PaginationFirst.vue.d.ts +2 -1
  147. package/dist/components/Pagination/PaginationLast.vue.d.ts +2 -1
  148. package/dist/components/Pagination/PaginationList.vue.d.ts +14 -18
  149. package/dist/components/Pagination/PaginationListItem.vue.d.ts +7 -11
  150. package/dist/components/Pagination/PaginationNext.vue.d.ts +2 -1
  151. package/dist/components/Pagination/PaginationPrev.vue.d.ts +2 -1
  152. package/dist/components/Popover/Popover.vue.d.ts +19 -17
  153. package/dist/components/Popover/PopoverArrow.vue.d.ts +2 -1
  154. package/dist/components/Popover/PopoverContent.vue.d.ts +9 -13
  155. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +2 -1
  156. package/dist/components/RadioGroup/RadioGroupItem.vue.d.ts +2 -1
  157. package/dist/components/RadioGroup/RadioGroupRoot.vue.d.ts +10 -14
  158. package/dist/components/RangeCalendar/RangeCalendar.vue.d.ts +5 -3
  159. package/dist/components/RangeCalendar/RangeCalendarCell.vue.d.ts +7 -11
  160. package/dist/components/RangeCalendar/RangeCalendarCellTrigger.vue.d.ts +7 -11
  161. package/dist/components/RangeCalendar/RangeCalendarGrid.vue.d.ts +7 -11
  162. package/dist/components/RangeCalendar/RangeCalendarGridBody.vue.d.ts +7 -11
  163. package/dist/components/RangeCalendar/RangeCalendarGridRow.vue.d.ts +7 -11
  164. package/dist/components/RangeCalendar/RangeCalendarHeadCell.vue.d.ts +7 -11
  165. package/dist/components/RangeCalendar/RangeCalendarHeader.vue.d.ts +7 -11
  166. package/dist/components/RangeCalendar/RangeCalendarHeading.vue.d.ts +2 -1
  167. package/dist/components/RangeCalendar/RangeCalendarNext.vue.d.ts +2 -1
  168. package/dist/components/RangeCalendar/RangeCalendarPrev.vue.d.ts +2 -1
  169. package/dist/components/RangeCalendar/RangeCalendarRoot.vue.d.ts +17 -21
  170. package/dist/components/Schedule/Schedule.vue.d.ts +5 -3
  171. package/dist/components/ScheduleMobile/ScheduleMobile.vue.d.ts +7 -28
  172. package/dist/components/ScheduleMobile/ScheduleMobileModal.vue.d.ts +4 -3
  173. package/dist/components/ScrollArea/ScrollAreaRoot.vue.d.ts +10 -281
  174. package/dist/components/ScrollArea/ScrollAreaScrollbar.vue.d.ts +2 -1
  175. package/dist/components/ScrollArea/ScrollAreaViewport.vue.d.ts +7 -11
  176. package/dist/components/Select/SelectContent.vue.d.ts +19 -12
  177. package/dist/components/Select/SelectItem.vue.d.ts +7 -11
  178. package/dist/components/Select/SelectRoot.vue.d.ts +7 -11
  179. package/dist/components/Select/SelectSeparator.vue.d.ts +2 -1
  180. package/dist/components/Select/SelectTrigger.vue.d.ts +10 -13
  181. package/dist/components/Select/SelectValue.vue.d.ts +10 -14
  182. package/dist/components/Select/SelectViewport.vue.d.ts +9 -12
  183. package/dist/components/Skeleton/Skeleton.vue.d.ts +2 -1
  184. package/dist/components/Spinner/Spinner.vue.d.ts +2 -1
  185. package/dist/components/Stepper/StepperIndicator.vue.d.ts +2 -1
  186. package/dist/components/Stepper/StepperItem.vue.d.ts +7 -11
  187. package/dist/components/Stepper/StepperRoot.vue.d.ts +13 -365
  188. package/dist/components/Stepper/StepperSeparator.vue.d.ts +2 -1
  189. package/dist/components/Switch/SwitchRoot.vue.d.ts +9 -12
  190. package/dist/components/Switch/SwitchThumb.vue.d.ts +2 -1
  191. package/dist/components/Tabs/TabsList.vue.d.ts +7 -11
  192. package/dist/components/Tabs/TabsRoot.vue.d.ts +10 -14
  193. package/dist/components/Tabs/TabsTrigger.vue.d.ts +7 -11
  194. package/dist/components/Tag/Tag.vue.d.ts +8 -12
  195. package/dist/components/Textarea/Textarea.vue.d.ts +15 -21
  196. package/dist/components/TimeField/TimeField.vue.d.ts +5 -3
  197. package/dist/components/Toast/ToastClose.vue.d.ts +2 -1
  198. package/dist/components/Toast/ToastDescription.vue.d.ts +7 -11
  199. package/dist/components/Toast/ToastProvider.vue.d.ts +7 -11
  200. package/dist/components/Toast/ToastRoot.vue.d.ts +7 -11
  201. package/dist/components/Toast/ToastTitle.vue.d.ts +7 -11
  202. package/dist/components/Toast/ToastViewport.vue.d.ts +2 -1
  203. package/dist/components/Toast/Toaster.vue.d.ts +2 -1
  204. package/dist/components/Tooltip/TooltipArrow.vue.d.ts +2 -1
  205. package/dist/components/Tooltip/TooltipContent.vue.d.ts +10 -12
  206. package/dist/components/Tooltip/TooltipPortal.vue.d.ts +17 -0
  207. package/dist/components/Tooltip/TooltipRoot.vue.d.ts +40 -0
  208. package/dist/components/Tooltip/TooltipTrigger.vue.d.ts +17 -0
  209. package/dist/components/Tooltip/index.d.ts +6 -1
  210. package/dist/components/index.js +6159 -6550
  211. package/dist/icons/colored/BonusIcon.vue.d.ts +2 -1
  212. package/dist/icons/colored/CashbackIcon.vue.d.ts +2 -1
  213. package/dist/icons/colored/CertificateIcon.vue.d.ts +2 -1
  214. package/dist/icons/colored/DiscountIcon.vue.d.ts +2 -1
  215. package/dist/icons/colored/ExcelIcon.vue.d.ts +2 -1
  216. package/dist/icons/colored/FaviconIcon.vue.d.ts +2 -1
  217. package/dist/icons/colored/GiftColorIcon.vue.d.ts +2 -1
  218. package/dist/icons/colored/MaxIcon.vue.d.ts +2 -1
  219. package/dist/icons/colored/PdfIcon.vue.d.ts +2 -1
  220. package/dist/icons/colored/SberPayColorIcon.vue.d.ts +2 -1
  221. package/dist/icons/colored/ShieldIcon.vue.d.ts +2 -1
  222. package/dist/icons/colored/SpbIcon.vue.d.ts +2 -1
  223. package/dist/icons/colored/TelegramColorIcon.vue.d.ts +2 -1
  224. package/dist/icons/colored/TruesignFullIcon.vue.d.ts +2 -1
  225. package/dist/icons/colored/TruesignIcon.vue.d.ts +2 -1
  226. package/dist/icons/colored/WarehousePointIcon.vue.d.ts +2 -1
  227. package/dist/icons/colored/WordIcon.vue.d.ts +2 -1
  228. package/dist/icons/index.js +2 -2656
  229. package/dist/icons/monochrome/AngleBottomIcon.vue.d.ts +2 -1
  230. package/dist/icons/monochrome/AngleDoubleLeftIcon.vue.d.ts +2 -1
  231. package/dist/icons/monochrome/AngleDoubleRightIcon.vue.d.ts +2 -1
  232. package/dist/icons/monochrome/AngleLeftIcon.vue.d.ts +2 -1
  233. package/dist/icons/monochrome/AngleRightIcon.vue.d.ts +2 -1
  234. package/dist/icons/monochrome/AngleTopIcon.vue.d.ts +2 -1
  235. package/dist/icons/monochrome/ArrowRightTopIcon.vue.d.ts +2 -1
  236. package/dist/icons/monochrome/AtIcon.vue.d.ts +2 -1
  237. package/dist/icons/monochrome/AvatarIcon.vue.d.ts +2 -1
  238. package/dist/icons/monochrome/BagIcon.vue.d.ts +2 -1
  239. package/dist/icons/monochrome/BanIcon.vue.d.ts +2 -1
  240. package/dist/icons/monochrome/BankIcon.vue.d.ts +2 -1
  241. package/dist/icons/monochrome/BarsIcon.vue.d.ts +2 -1
  242. package/dist/icons/monochrome/BellIcon.vue.d.ts +2 -1
  243. package/dist/icons/monochrome/BookIcon.vue.d.ts +2 -1
  244. package/dist/icons/monochrome/BoxIcon.vue.d.ts +2 -1
  245. package/dist/icons/monochrome/BoxLineIcon.vue.d.ts +2 -1
  246. package/dist/icons/monochrome/BoxStopIcon.vue.d.ts +2 -1
  247. package/dist/icons/monochrome/BriefcaseIcon.vue.d.ts +2 -1
  248. package/dist/icons/monochrome/BuildingIcon.vue.d.ts +2 -1
  249. package/dist/icons/monochrome/CalendarIcon.vue.d.ts +2 -1
  250. package/dist/icons/monochrome/CameraIcon.vue.d.ts +2 -1
  251. package/dist/icons/monochrome/CarIcon.vue.d.ts +2 -1
  252. package/dist/icons/monochrome/CarSearchIcon.vue.d.ts +2 -1
  253. package/dist/icons/monochrome/CartCrossedIcon.vue.d.ts +2 -1
  254. package/dist/icons/monochrome/CartIcon.vue.d.ts +2 -1
  255. package/dist/icons/monochrome/CatalogToIcon.vue.d.ts +2 -1
  256. package/dist/icons/monochrome/CevronBottomIcon.vue.d.ts +2 -1
  257. package/dist/icons/monochrome/CevronLeftIcon.vue.d.ts +2 -1
  258. package/dist/icons/monochrome/CevronRightIcon.vue.d.ts +2 -1
  259. package/dist/icons/monochrome/CevronTopIcon.vue.d.ts +2 -1
  260. package/dist/icons/monochrome/CheckFilledIcon.vue.d.ts +2 -1
  261. package/dist/icons/monochrome/CheckIcon.vue.d.ts +2 -1
  262. package/dist/icons/monochrome/CheckRoundedIcon.vue.d.ts +2 -1
  263. package/dist/icons/monochrome/ClockIcon.vue.d.ts +2 -1
  264. package/dist/icons/monochrome/ClockPayIcon.vue.d.ts +2 -1
  265. package/dist/icons/monochrome/CloseIcon.vue.d.ts +2 -1
  266. package/dist/icons/monochrome/CloseRoundedIcon.vue.d.ts +2 -1
  267. package/dist/icons/monochrome/CogIcon.vue.d.ts +2 -1
  268. package/dist/icons/monochrome/CommentIcon.vue.d.ts +2 -1
  269. package/dist/icons/monochrome/CommentsIcon.vue.d.ts +2 -1
  270. package/dist/icons/monochrome/CopyIcon.vue.d.ts +2 -1
  271. package/dist/icons/monochrome/CreditCardIcon.vue.d.ts +2 -1
  272. package/dist/icons/monochrome/CrossedBoxIcon.vue.d.ts +2 -1
  273. package/dist/icons/monochrome/CrumpledBoxIcon.vue.d.ts +2 -1
  274. package/dist/icons/monochrome/CubeIcon.vue.d.ts +2 -1
  275. package/dist/icons/monochrome/DeliveryIcon.vue.d.ts +2 -1
  276. package/dist/icons/monochrome/DeliveryTimeIcon.vue.d.ts +2 -1
  277. package/dist/icons/monochrome/DownloadIcon.vue.d.ts +2 -1
  278. package/dist/icons/monochrome/ErrorFillIcon.vue.d.ts +2 -1
  279. package/dist/icons/monochrome/ErrorIcon.vue.d.ts +2 -1
  280. package/dist/icons/monochrome/ExclamationBoxIcon.vue.d.ts +2 -1
  281. package/dist/icons/monochrome/EyeCloseIcon.vue.d.ts +2 -1
  282. package/dist/icons/monochrome/EyeIcon.vue.d.ts +2 -1
  283. package/dist/icons/monochrome/FileEditIcon.vue.d.ts +2 -1
  284. package/dist/icons/monochrome/FileExportIcon.vue.d.ts +2 -1
  285. package/dist/icons/monochrome/FileIcon.vue.d.ts +2 -1
  286. package/dist/icons/monochrome/FileUploadIcon.vue.d.ts +2 -1
  287. package/dist/icons/monochrome/FilterFillIcon.vue.d.ts +2 -1
  288. package/dist/icons/monochrome/FilterIcon.vue.d.ts +2 -1
  289. package/dist/icons/monochrome/FilterSlashIcon.vue.d.ts +2 -1
  290. package/dist/icons/monochrome/GiftIcon.vue.d.ts +2 -1
  291. package/dist/icons/monochrome/GuardIcon.vue.d.ts +2 -1
  292. package/dist/icons/monochrome/HeadSetIcon.vue.d.ts +2 -1
  293. package/dist/icons/monochrome/HeartFillIcon.vue.d.ts +2 -1
  294. package/dist/icons/monochrome/HeartOutlinedIcon.vue.d.ts +2 -1
  295. package/dist/icons/monochrome/HomeIcon.vue.d.ts +2 -1
  296. package/dist/icons/monochrome/ImageIcon.vue.d.ts +2 -1
  297. package/dist/icons/monochrome/InfoFillIcon.vue.d.ts +2 -1
  298. package/dist/icons/monochrome/InfoIcon.vue.d.ts +2 -1
  299. package/dist/icons/monochrome/LikeIcon.vue.d.ts +2 -1
  300. package/dist/icons/monochrome/ListIcon.vue.d.ts +2 -1
  301. package/dist/icons/monochrome/LocationIcon.vue.d.ts +2 -1
  302. package/dist/icons/monochrome/LockIcon.vue.d.ts +2 -1
  303. package/dist/icons/monochrome/MailBoxIcon.vue.d.ts +2 -1
  304. package/dist/icons/monochrome/MailIcon.vue.d.ts +2 -1
  305. package/dist/icons/monochrome/MailWarningIcon.vue.d.ts +2 -1
  306. package/dist/icons/monochrome/MapIcon.vue.d.ts +2 -1
  307. package/dist/icons/monochrome/MapPointFilledIcon.vue.d.ts +2 -1
  308. package/dist/icons/monochrome/MapPointIcon.vue.d.ts +2 -1
  309. package/dist/icons/monochrome/MessageIcon.vue.d.ts +2 -1
  310. package/dist/icons/monochrome/MinusIcon.vue.d.ts +2 -1
  311. package/dist/icons/monochrome/MoneyBillIcon.vue.d.ts +2 -1
  312. package/dist/icons/monochrome/NewIcon.vue.d.ts +2 -1
  313. package/dist/icons/monochrome/OilIcon.vue.d.ts +2 -1
  314. package/dist/icons/monochrome/PackageIcon.vue.d.ts +2 -1
  315. package/dist/icons/monochrome/PencelLineIcon.vue.d.ts +2 -1
  316. package/dist/icons/monochrome/PercentCircleIcon.vue.d.ts +2 -1
  317. package/dist/icons/monochrome/PersonIcon.vue.d.ts +2 -1
  318. package/dist/icons/monochrome/PinIcon.vue.d.ts +2 -1
  319. package/dist/icons/monochrome/PlusIcon.vue.d.ts +2 -1
  320. package/dist/icons/monochrome/PlusRoundedIcon.vue.d.ts +2 -1
  321. package/dist/icons/monochrome/PrintIcon.vue.d.ts +2 -1
  322. package/dist/icons/monochrome/ProcentIcon.vue.d.ts +2 -1
  323. package/dist/icons/monochrome/QrIcon.vue.d.ts +2 -1
  324. package/dist/icons/monochrome/QuestionIcon.vue.d.ts +2 -1
  325. package/dist/icons/monochrome/QuestionRoundedIcon.vue.d.ts +2 -1
  326. package/dist/icons/monochrome/ReplaceIcon.vue.d.ts +2 -1
  327. package/dist/icons/monochrome/Replay2Icon.vue.d.ts +2 -1
  328. package/dist/icons/monochrome/ReplayIcon.vue.d.ts +2 -1
  329. package/dist/icons/monochrome/ReplayOffIcon.vue.d.ts +2 -1
  330. package/dist/icons/monochrome/ReturnIcon.vue.d.ts +2 -1
  331. package/dist/icons/monochrome/RubIcon.vue.d.ts +2 -1
  332. package/dist/icons/monochrome/RumpledPackageIcon.vue.d.ts +2 -1
  333. package/dist/icons/monochrome/SberPayIcon.vue.d.ts +2 -1
  334. package/dist/icons/monochrome/SearchIcon.vue.d.ts +2 -1
  335. package/dist/icons/monochrome/SearchMinusIcon.vue.d.ts +2 -1
  336. package/dist/icons/monochrome/SearchPlusIcon.vue.d.ts +2 -1
  337. package/dist/icons/monochrome/SendIcon.vue.d.ts +2 -1
  338. package/dist/icons/monochrome/SettingsIcon.vue.d.ts +2 -1
  339. package/dist/icons/monochrome/ShieldErrorIcon.vue.d.ts +2 -1
  340. package/dist/icons/monochrome/ShopIcon.vue.d.ts +2 -1
  341. package/dist/icons/monochrome/ShoppingCartIcon.vue.d.ts +2 -1
  342. package/dist/icons/monochrome/SignOutIcon.vue.d.ts +2 -1
  343. package/dist/icons/monochrome/SmartphoneIcon.vue.d.ts +2 -1
  344. package/dist/icons/monochrome/SmsIcon.vue.d.ts +2 -1
  345. package/dist/icons/monochrome/SortDownFillIcon.vue.d.ts +2 -1
  346. package/dist/icons/monochrome/SortDownIcon.vue.d.ts +2 -1
  347. package/dist/icons/monochrome/SortUpFillIcon.vue.d.ts +2 -1
  348. package/dist/icons/monochrome/SortUpIcon.vue.d.ts +2 -1
  349. package/dist/icons/monochrome/StarFillIcon.vue.d.ts +2 -1
  350. package/dist/icons/monochrome/StarIcon.vue.d.ts +2 -1
  351. package/dist/icons/monochrome/SyncIcon.vue.d.ts +2 -1
  352. package/dist/icons/monochrome/TelegramIcon.vue.d.ts +2 -1
  353. package/dist/icons/monochrome/TimerIcon.vue.d.ts +2 -1
  354. package/dist/icons/monochrome/TrashIcon.vue.d.ts +2 -1
  355. package/dist/icons/monochrome/TruckFillIcon.vue.d.ts +2 -1
  356. package/dist/icons/monochrome/TruckIcon.vue.d.ts +2 -1
  357. package/dist/icons/monochrome/UploadIcon.vue.d.ts +2 -1
  358. package/dist/icons/monochrome/UserIcon.vue.d.ts +2 -1
  359. package/dist/icons/monochrome/UsersIcon.vue.d.ts +2 -1
  360. package/dist/icons/monochrome/Wallet2Icon.vue.d.ts +2 -1
  361. package/dist/icons/monochrome/WalletIcon.vue.d.ts +2 -1
  362. package/dist/icons/monochrome/WarehouseIcon.vue.d.ts +2 -1
  363. package/dist/icons/monochrome/WarnRoundedIcon.vue.d.ts +2 -1
  364. package/dist/icons/monochrome/WarningFillIcon.vue.d.ts +2 -1
  365. package/dist/icons/monochrome/WarningIcon.vue.d.ts +2 -1
  366. package/dist/icons/monochrome/WeightIcon.vue.d.ts +2 -1
  367. package/dist/icons/monochrome/ZapIcon.vue.d.ts +2 -1
  368. package/dist/icons-CXIS8gFg.js +2420 -0
  369. package/dist/styles/{vars.scss → src/styles/vars.scss} +3 -11
  370. package/dist/ui.css +2 -1
  371. package/dist/utils/index.d.ts +1 -0
  372. package/dist/utils/index.js +2 -167
  373. package/dist/utils/useLockZoom.util.d.ts +4 -0
  374. package/dist/utils-DaKJDD4y.js +796 -0
  375. package/package.json +51 -49
  376. package/src/styles/vars.scss +3 -11
  377. package/dist/SortUpFillIcon-v8yN3M01.js +0 -333
  378. package/dist/parseFileSize.util-D6rrCgGW.js +0 -508
  379. /package/dist/styles/{animations.scss → src/styles/animations.scss} +0 -0
  380. /package/dist/styles/{colors.scss → src/styles/colors.scss} +0 -0
  381. /package/dist/styles/{fonts.scss → src/styles/fonts.scss} +0 -0
  382. /package/dist/styles/{global.scss → src/styles/global.scss} +0 -0
  383. /package/dist/styles/{index.scss → src/styles/index.scss} +0 -0
  384. /package/dist/styles/{mixins.scss → src/styles/mixins.scss} +0 -0
  385. /package/dist/styles/{reset.css → src/styles/reset.css} +0 -0
  386. /package/dist/styles/{tailwind.css → src/styles/tailwind.css} +0 -0
  387. /package/dist/styles/{typography.css → src/styles/typography.css} +0 -0
@@ -2,26 +2,22 @@ import { IDateRangePickerHeaderButtonProps } from './DateRangePicker.types';
2
2
  import { DateValue } from 'reka-ui';
3
3
  import { Grid } from 'reka-ui/date';
4
4
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
5
- declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
- slots: {
8
- default?(_: {
9
- date: DateValue;
10
- grid: Grid<DateValue>[];
11
- weekDays: string[];
12
- weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
13
- locale: string;
14
- fixedWeeks: boolean;
15
- }): any;
16
- };
17
- refs: {};
18
- rootEl: any;
5
+ declare var __VLS_29: {
6
+ date: DateValue;
7
+ grid: Grid<DateValue>[];
8
+ weekDays: string[];
9
+ weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
10
+ locale: string;
11
+ fixedWeeks: boolean;
12
+ };
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_29) => any;
19
15
  };
20
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
- declare const __VLS_component: DefineComponent<IDateRangePickerHeaderButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerHeaderButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
22
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ declare const __VLS_base: DefineComponent<IDateRangePickerHeaderButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerHeaderButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
+ declare const _default: typeof __VLS_export;
23
19
  export default _default;
24
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
25
21
  new (): {
26
22
  $slots: S;
27
23
  };
@@ -1,18 +1,14 @@
1
1
  import { DateRangePickerCellTriggerProps } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
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
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<DateRangePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
+ declare const __VLS_base: DefineComponent<DateRangePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
14
10
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
11
+ type __VLS_WithSlots<T, S> = T & {
16
12
  new (): {
17
13
  $slots: S;
18
14
  };
@@ -3,24 +3,20 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
3
3
  export interface IDateRangePickerContentProps extends DateRangePickerContentProps {
4
4
  width?: number;
5
5
  }
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: {
9
- default?(_: {}): any;
10
- };
11
- refs: {};
12
- rootEl: any;
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
13
9
  };
14
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
- declare const __VLS_component: DefineComponent<IDateRangePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerContentProps> & Readonly<{}>, {
10
+ declare const __VLS_base: DefineComponent<IDateRangePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerContentProps> & Readonly<{}>, {
16
11
  width: number;
17
12
  sideOffset: number;
18
13
  align: "start" | "end" | "center";
19
14
  alignOffset: number;
20
15
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
22
18
  export default _default;
23
- type __VLS_WithTemplateSlots<T, S> = T & {
19
+ type __VLS_WithSlots<T, S> = T & {
24
20
  new (): {
25
21
  $slots: S;
26
22
  };
@@ -5,5 +5,6 @@ export interface IDatePickerFieldProps {
5
5
  size?: 'small' | 'default' | 'large';
6
6
  showClear?: boolean;
7
7
  }
8
- declare const _default: DefineComponent<IDatePickerFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: DefineComponent<IDatePickerFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
@@ -1,17 +1,13 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- default?(_: {}): any;
6
- };
7
- refs: {};
8
- rootEl: any;
2
+ declare var __VLS_8: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_8) => any;
9
5
  };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
+ declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
13
9
  export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
10
+ type __VLS_WithSlots<T, S> = T & {
15
11
  new (): {
16
12
  $slots: S;
17
13
  };
@@ -1,18 +1,14 @@
1
1
  import { DateRangePickerGridBodyProps } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
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
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<DateRangePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
+ declare const __VLS_base: DefineComponent<DateRangePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
14
10
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
11
+ type __VLS_WithSlots<T, S> = T & {
16
12
  new (): {
17
13
  $slots: S;
18
14
  };
@@ -1,18 +1,14 @@
1
1
  import { DateRangePickerGridRowProps } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
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
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<DateRangePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
+ declare const __VLS_base: DefineComponent<DateRangePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
14
10
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
11
+ type __VLS_WithSlots<T, S> = T & {
16
12
  new (): {
17
13
  $slots: S;
18
14
  };
@@ -1,18 +1,14 @@
1
1
  import { DateRangePickerHeadCellProps } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
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
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<DateRangePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
+ declare const __VLS_base: DefineComponent<DateRangePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
14
10
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
11
+ type __VLS_WithSlots<T, S> = T & {
16
12
  new (): {
17
13
  $slots: S;
18
14
  };
@@ -1,18 +1,14 @@
1
1
  import { DateRangePickerHeaderProps } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
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
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<DateRangePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
+ declare const __VLS_base: DefineComponent<DateRangePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
14
10
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
11
+ type __VLS_WithSlots<T, S> = T & {
16
12
  new (): {
17
13
  $slots: S;
18
14
  };
@@ -1,4 +1,5 @@
1
1
  import { DateRangePickerHeadingProps } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<DateRangePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3
+ declare const __VLS_export: DefineComponent<DateRangePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4
+ declare const _default: typeof __VLS_export;
4
5
  export default _default;
@@ -1,18 +1,14 @@
1
1
  import { DateRangePickerInputProps } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
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
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<DateRangePickerInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
+ declare const __VLS_base: DefineComponent<DateRangePickerInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
14
10
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
11
+ type __VLS_WithSlots<T, S> = T & {
16
12
  new (): {
17
13
  $slots: S;
18
14
  };
@@ -1,10 +1,11 @@
1
1
  import { IDateRangePickerHeaderButtonProps } from './DateRangePicker.types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, Component, ComponentProvideOptions } from 'vue';
3
3
  import { ButtonSize, ButtonVariant, ButtonStyle } from '../Button/Button.types';
4
- declare const _default: DefineComponent<IDateRangePickerHeaderButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerHeaderButtonProps> & Readonly<{}>, {
4
+ declare const __VLS_export: DefineComponent<IDateRangePickerHeaderButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerHeaderButtonProps> & Readonly<{}>, {
5
5
  size: ButtonSize;
6
6
  variant: ButtonVariant;
7
7
  buttonStyle: ButtonStyle;
8
8
  icon: Component;
9
9
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
@@ -1,10 +1,11 @@
1
1
  import { IDateRangePickerHeaderButtonProps } from './DateRangePicker.types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, Component, ComponentProvideOptions } from 'vue';
3
3
  import { ButtonSize, ButtonVariant, ButtonStyle } from '../Button/Button.types';
4
- declare const _default: DefineComponent<IDateRangePickerHeaderButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerHeaderButtonProps> & Readonly<{}>, {
4
+ declare const __VLS_export: DefineComponent<IDateRangePickerHeaderButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerHeaderButtonProps> & Readonly<{}>, {
5
5
  size: ButtonSize;
6
6
  variant: ButtonVariant;
7
7
  buttonStyle: ButtonStyle;
8
8
  icon: Component;
9
9
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
@@ -1,38 +1,35 @@
1
1
  import { DateRangePickerRootProps, DateRange, DateValue } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- import { WeekDayFormat } from 'reka-ui/date';
3
+ import { WeekStartsOn, WeekDayFormat } from 'reka-ui/date';
4
4
  type __VLS_Props = DateRangePickerRootProps;
5
- type __VLS_PublicProps = {
5
+ type __VLS_ModelProps = {
6
6
  'open'?: boolean;
7
- } & __VLS_Props;
8
- declare function __VLS_template(): {
9
- attrs: Partial<{}>;
10
- slots: {
11
- default?(_: {}): any;
12
- };
13
- refs: {};
14
- rootEl: any;
15
7
  };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
9
+ declare var __VLS_8: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_8) => any;
12
+ };
13
+ declare const __VLS_base: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
18
14
  "update:modelValue": (date: DateRange) => any;
19
- "update:open": (value: boolean) => any;
15
+ "update:open": (...args: unknown[]) => any;
20
16
  "update:placeholder": (date: DateValue) => any;
21
17
  "update:startValue": (date: DateValue | undefined) => any;
22
18
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
23
19
  "onUpdate:modelValue"?: ((date: DateRange) => any) | undefined;
24
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
20
+ "onUpdate:open"?: ((...args: unknown[]) => any) | undefined;
25
21
  "onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
26
22
  "onUpdate:startValue"?: ((date: DateValue | undefined) => any) | undefined;
27
23
  }>, {
28
24
  pagedNavigation: boolean;
29
- weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
25
+ weekStartsOn: WeekStartsOn;
30
26
  weekdayFormat: WeekDayFormat;
31
27
  locale: string;
32
28
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
33
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
30
+ declare const _default: typeof __VLS_export;
34
31
  export default _default;
35
- type __VLS_WithTemplateSlots<T, S> = T & {
32
+ type __VLS_WithSlots<T, S> = T & {
36
33
  new (): {
37
34
  $slots: S;
38
35
  };
@@ -1,18 +1,14 @@
1
1
  import { DateRangePickerTriggerProps } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
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
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<DateRangePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
+ declare const __VLS_base: DefineComponent<DateRangePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
14
10
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
11
+ type __VLS_WithSlots<T, S> = T & {
16
12
  new (): {
17
13
  $slots: S;
18
14
  };
@@ -4,7 +4,4 @@ declare const meta: Meta<typeof DialogContent>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof DialogContent>;
6
6
  export declare const Default: Story;
7
- export declare const WithoutCloseButton: Story;
8
- export declare const CustomWidth: Story;
9
- export declare const Adaptive: Story;
10
- export declare const AdaptiveControlled: Story;
7
+ export declare const WithInputField: Story;
@@ -10,26 +10,29 @@ export interface DialogProps {
10
10
  contentProps?: IDialogContentProps;
11
11
  }
12
12
  type __VLS_Props = DialogProps;
13
- type __VLS_PublicProps = {
13
+ type __VLS_ModelProps = {
14
14
  'open'?: boolean;
15
- } & __VLS_Props;
16
- declare function __VLS_template(): {
17
- attrs: Partial<{}>;
18
- slots: {
19
- trigger?(_: {}): any;
20
- trigger?(_: {}): any;
21
- title?(_: {}): any;
22
- title?(_: {}): any;
23
- default?(_: {}): any;
24
- default?(_: {}): any;
25
- actions?(_: {}): any;
26
- actions?(_: {}): any;
27
- };
28
- refs: {};
29
- rootEl: any;
30
15
  };
31
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
32
- declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
17
+ declare var __VLS_9: {}, __VLS_11: {}, __VLS_13: {}, __VLS_15: {}, __VLS_30: {}, __VLS_50: {}, __VLS_52: {}, __VLS_55: {};
18
+ type __VLS_Slots = {} & {
19
+ trigger?: (props: typeof __VLS_9) => any;
20
+ } & {
21
+ title?: (props: typeof __VLS_11) => any;
22
+ } & {
23
+ default?: (props: typeof __VLS_13) => any;
24
+ } & {
25
+ actions?: (props: typeof __VLS_15) => any;
26
+ } & {
27
+ trigger?: (props: typeof __VLS_30) => any;
28
+ } & {
29
+ title?: (props: typeof __VLS_50) => any;
30
+ } & {
31
+ default?: (props: typeof __VLS_52) => any;
32
+ } & {
33
+ actions?: (props: typeof __VLS_55) => any;
34
+ };
35
+ declare const __VLS_base: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
33
36
  "update:open": (value: boolean) => any;
34
37
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
35
38
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -41,9 +44,10 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}
41
44
  breakpointMobile: TBreakpoints;
42
45
  contentProps: IDialogContentProps;
43
46
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
44
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
47
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
48
+ declare const _default: typeof __VLS_export;
45
49
  export default _default;
46
- type __VLS_WithTemplateSlots<T, S> = T & {
50
+ type __VLS_WithSlots<T, S> = T & {
47
51
  new (): {
48
52
  $slots: S;
49
53
  };
@@ -1,17 +1,13 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- default?(_: {}): any;
6
- };
7
- refs: {};
8
- rootEl: HTMLDivElement;
2
+ declare var __VLS_1: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_1) => any;
9
5
  };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
+ declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
13
9
  export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
10
+ type __VLS_WithSlots<T, S> = T & {
15
11
  new (): {
16
12
  $slots: S;
17
13
  };
@@ -1,3 +1,4 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2
+ declare const __VLS_export: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3
+ declare const _default: typeof __VLS_export;
3
4
  export default _default;
@@ -12,30 +12,27 @@ export interface IDialogContentProps extends DialogContentProps {
12
12
  width?: number;
13
13
  class?: ClassValue;
14
14
  }
15
- declare function __VLS_template(): {
16
- attrs: Partial<{}>;
17
- slots: {
18
- title?(_: {}): any;
19
- default?(_: {}): any;
20
- actions?(_: {}): any;
21
- };
22
- refs: {};
23
- rootEl: any;
15
+ declare var __VLS_32: {}, __VLS_39: {}, __VLS_41: {};
16
+ type __VLS_Slots = {} & {
17
+ title?: (props: typeof __VLS_32) => any;
18
+ } & {
19
+ default?: (props: typeof __VLS_39) => any;
20
+ } & {
21
+ actions?: (props: typeof __VLS_41) => any;
24
22
  };
25
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
- declare const __VLS_component: DefineComponent<IDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
23
+ declare const __VLS_base: DefineComponent<IDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
27
24
  escapeKeyDown: (event: KeyboardEvent) => any;
28
- openAutoFocus: (event: Event) => any;
29
25
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
30
26
  focusOutside: (event: FocusOutsideEvent) => any;
31
27
  interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
28
+ openAutoFocus: (event: Event) => any;
32
29
  closeAutoFocus: (event: Event) => any;
33
30
  }, string, PublicProps, Readonly<IDialogContentProps> & Readonly<{
34
31
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
35
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
36
32
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
37
33
  onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
38
34
  onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
35
+ onOpenAutoFocus?: ((event: Event) => any) | undefined;
39
36
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
40
37
  }>, {
41
38
  class: string | false | Record<string, any> | ClassValue[] | null;
@@ -44,9 +41,10 @@ declare const __VLS_component: DefineComponent<IDialogContentProps, {}, {}, {},
44
41
  disableOutsidePointerEvents: boolean;
45
42
  closeButton: IDialogCloseProps;
46
43
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
47
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
44
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
45
+ declare const _default: typeof __VLS_export;
48
46
  export default _default;
49
- type __VLS_WithTemplateSlots<T, S> = T & {
47
+ type __VLS_WithSlots<T, S> = T & {
50
48
  new (): {
51
49
  $slots: S;
52
50
  };
@@ -1,18 +1,14 @@
1
1
  import { DialogDescriptionProps } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
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
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
+ declare const __VLS_base: DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
14
10
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
11
+ type __VLS_WithSlots<T, S> = T & {
16
12
  new (): {
17
13
  $slots: S;
18
14
  };
@@ -1,4 +1,5 @@
1
1
  import { DialogOverlayProps } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<DialogOverlayProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3
+ declare const __VLS_export: DefineComponent<DialogOverlayProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4
+ declare const _default: typeof __VLS_export;
4
5
  export default _default;
@@ -1,18 +1,14 @@
1
1
  import { DialogTitleProps } from 'reka-ui';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
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
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: DefineComponent<DialogTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
+ declare const __VLS_base: DefineComponent<DialogTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
14
10
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
11
+ type __VLS_WithSlots<T, S> = T & {
16
12
  new (): {
17
13
  $slots: S;
18
14
  };