prlg-ui 1.8.349 → 1.8.351

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 (701) hide show
  1. package/dist/FileIcon-BE4ItwkK.cjs +1 -0
  2. package/dist/{FileIcon-HZoAz7EV.js → FileIcon-maHE2Nhr.js} +3 -3
  3. package/dist/{Image-CZaZueXh.js → Image-Ctgju863.js} +1 -1
  4. package/dist/{Image-Y7A5XzY0.cjs → Image-DLJh4B68.cjs} +1 -1
  5. package/dist/{QuestionIcon-D5aRnTV8.cjs → QuestionIcon-6GiQdzqJ.cjs} +1 -1
  6. package/dist/{QuestionIcon-Ck2NaaA1.js → QuestionIcon-C4O35j-7.js} +1 -1
  7. package/dist/{SendIcon-BRda3HxK.cjs → SendIcon-CH6S0QWh.cjs} +1 -1
  8. package/dist/{SendIcon-CDG1dCdN.js → SendIcon-Cqdt2QWN.js} +1 -1
  9. package/dist/{StarIcon-jHC6Ci-l.cjs → StarIcon-DNs-9ufZ.cjs} +1 -1
  10. package/dist/{StarIcon-ClOT3DK3.js → StarIcon-LrRNM_ak.js} +1 -1
  11. package/dist/{WarningFillIcon-Bl54oLiN.cjs → WarningFillIcon-BNEZgAf-.cjs} +1 -1
  12. package/dist/{WarningFillIcon-BWcRrdr7.js → WarningFillIcon-CEGT-_cr.js} +1 -1
  13. package/dist/app/blocks/BonusSummary/BonusSummary.d.ts +2 -0
  14. package/dist/app/blocks/BonusSummary/BonusSummary.stories.d.ts +6 -0
  15. package/dist/app/blocks/BonusSummary/index.d.ts +3 -0
  16. package/dist/app/blocks/Chat/ChatField/ChatField.d.ts +25 -0
  17. package/dist/app/blocks/Chat/ChatField/ChatField.stories.d.ts +6 -0
  18. package/dist/app/blocks/Chat/ChatField/ChatFieldActions.d.ts +17 -0
  19. package/dist/app/blocks/Chat/ChatField/ChatFile.d.ts +9 -0
  20. package/dist/app/blocks/Chat/ChatField/index.d.ts +2 -0
  21. package/dist/app/blocks/Chat/ChatField/uploadFile.d.ts +25 -0
  22. package/dist/app/blocks/index.d.ts +2 -0
  23. package/dist/app/components/Buttons/Button/Button.d.ts +18 -0
  24. package/dist/app/components/Buttons/Button/Button.stories.d.ts +16 -0
  25. package/dist/app/components/Buttons/Button/Button.types.d.ts +15 -0
  26. package/dist/app/components/Buttons/Button/index.d.ts +3 -0
  27. package/dist/app/components/Buttons/SleedDeal/SleedDeal.d.ts +67 -0
  28. package/dist/app/components/Buttons/SleedDeal/SleedDeal.stories.d.ts +6 -0
  29. package/dist/app/components/Buttons/SleedDeal/index.d.ts +3 -0
  30. package/dist/app/components/ColorPalette/ColorPalette.d.ts +7 -0
  31. package/dist/app/components/ColorPalette/ColorPalette.stories.d.ts +9 -0
  32. package/dist/app/components/ColorPalette/ColorSwatch.d.ts +11 -0
  33. package/dist/app/components/Data/DataTable/Column.d.ts +18 -0
  34. package/dist/app/components/Data/DataTable/DataTable.d.ts +112 -0
  35. package/dist/app/components/Data/DataTable/Table.stories.d.ts +11 -0
  36. package/dist/app/components/Data/DataTable/entities/TableBody.d.ts +21 -0
  37. package/dist/app/components/Data/DataTable/entities/TableCell.d.ts +18 -0
  38. package/dist/app/components/Data/DataTable/entities/TableFooter.d.ts +19 -0
  39. package/dist/app/components/Data/DataTable/entities/TableHeader.d.ts +10 -0
  40. package/dist/app/components/Data/DataTable/entities/TableRow.d.ts +29 -0
  41. package/dist/app/components/Data/DataTable/feature/DescriptionColumn.d.ts +5 -0
  42. package/dist/app/components/Data/DataTable/feature/SortButton.d.ts +10 -0
  43. package/dist/app/components/Data/DataTable/index.d.ts +3 -0
  44. package/dist/app/components/Data/DataTable/shared/composables/rowGrouping.d.ts +5 -0
  45. package/dist/app/components/Data/DataTable/shared/composables/setupColumn.d.ts +6436 -0
  46. package/dist/app/components/Data/DataTable/shared/types/Column.types.d.ts +52 -0
  47. package/dist/app/components/Data/DataTable/shared/types/Options.types.d.ts +11 -0
  48. package/dist/app/components/Data/DataTable/shared/types/Table.types.d.ts +58 -0
  49. package/dist/app/components/Data/DataTable/shared/types/TableBody.types.d.ts +22 -0
  50. package/dist/app/components/Data/DataTable/shared/types/TableHeader.types.d.ts +10 -0
  51. package/dist/app/components/Data/Paginator/Paginator.d.ts +14 -0
  52. package/dist/app/components/Data/Paginator/Paginator.stories.d.ts +6 -0
  53. package/dist/app/components/Data/Paginator/Paginator.types.d.ts +7 -0
  54. package/dist/app/components/Data/Paginator/index.d.ts +3 -0
  55. package/dist/app/components/Data/Table/Table.d.ts +56 -0
  56. package/dist/app/components/Data/Table/Table.stories.d.ts +41 -0
  57. package/dist/app/components/Data/Table/index.d.ts +4 -0
  58. package/dist/app/components/Data/Table/shared/mock/OrderStatus/OrderStatus.d.ts +6 -0
  59. package/dist/app/components/Data/Table/shared/mock/OrderStatus/constants.d.ts +9 -0
  60. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/accepted.d.ts +2 -0
  61. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/approval.d.ts +2 -0
  62. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/assembled.d.ts +2 -0
  63. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/awaitingPayment.d.ts +2 -0
  64. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/cancelled.d.ts +2 -0
  65. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/complaint.d.ts +2 -0
  66. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/confirmation.d.ts +2 -0
  67. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/dedlineChanged.d.ts +2 -0
  68. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/delayDelivery.d.ts +2 -0
  69. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/documentsIssued.d.ts +2 -0
  70. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/error.d.ts +2 -0
  71. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/handedShipment.d.ts +2 -0
  72. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/index.d.ts +26 -0
  73. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/orderSupplier.d.ts +2 -0
  74. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/orderedSupplier.d.ts +2 -0
  75. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/paid.d.ts +2 -0
  76. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/readyPickup.d.ts +2 -0
  77. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/readyShipment.d.ts +2 -0
  78. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/receivedClient.d.ts +2 -0
  79. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/reservedPayment.d.ts +2 -0
  80. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/reservedShipment.d.ts +2 -0
  81. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/returned.d.ts +2 -0
  82. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/sentSupplier.d.ts +2 -0
  83. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/transferAvailability.d.ts +2 -0
  84. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/transferCustom.d.ts +2 -0
  85. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/warning.d.ts +2 -0
  86. package/dist/app/components/Data/Table/shared/mock/mock-data.d.ts +101 -0
  87. package/dist/app/components/Form/Autocomplete/Autocomplete.d.ts +35 -0
  88. package/dist/app/components/Form/Autocomplete/Autocomplete.stories.d.ts +11 -0
  89. package/dist/app/components/Form/Autocomplete/Autocomplete.types.d.ts +31 -0
  90. package/dist/app/components/Form/Autocomplete/index.d.ts +2 -0
  91. package/dist/app/components/Form/Calendar/Calendar.composible.d.ts +13 -0
  92. package/dist/app/components/Form/Calendar/Calendar.d.ts +11 -0
  93. package/dist/app/components/Form/Calendar/Calendar.stories.d.ts +68 -0
  94. package/dist/app/components/Form/Calendar/Calendar.types.d.ts +97 -0
  95. package/dist/app/components/Form/Calendar/TimePicker.d.ts +14 -0
  96. package/dist/app/components/Form/Calendar/index.d.ts +2 -0
  97. package/dist/app/components/Form/Checkbox/Checkbox.d.ts +46 -0
  98. package/dist/app/components/Form/Checkbox/Checkbox.stories.d.ts +6 -0
  99. package/dist/app/components/Form/Checkbox/index.d.ts +3 -0
  100. package/dist/app/components/Form/ChipCheckbox/ChipCheckbox.d.ts +14 -0
  101. package/dist/app/components/Form/ChipCheckbox/ChipCheckbox.stories.d.ts +6 -0
  102. package/dist/app/components/Form/ChipCheckbox/index.d.ts +3 -0
  103. package/dist/app/components/Form/DatePicker/DatePicker.d.ts +38 -0
  104. package/dist/app/components/Form/DatePicker/DatePicker.stories.d.ts +67 -0
  105. package/dist/app/components/Form/DatePicker/DatePicker.types.d.ts +50 -0
  106. package/dist/app/components/Form/DatePicker/DatePicker.utils.d.ts +18 -0
  107. package/dist/app/components/Form/DatePicker/index.d.ts +2 -0
  108. package/dist/app/components/Form/Dropdown/Dropdown.d.ts +60 -0
  109. package/dist/app/components/Form/Dropdown/Dropdown.stories.d.ts +18 -0
  110. package/dist/app/components/Form/Dropdown/Dropdown.types.d.ts +30 -0
  111. package/dist/app/components/Form/Dropdown/index.d.ts +3 -0
  112. package/dist/app/components/Form/FormItem/FormItem.d.ts +29 -0
  113. package/dist/app/components/Form/FormItem/FormItem.stories.d.ts +9 -0
  114. package/dist/app/components/Form/FormItem/index.d.ts +1 -0
  115. package/dist/app/components/Form/IconField/IconField.d.ts +23 -0
  116. package/dist/app/components/Form/IconField/IconField.stories.d.ts +6 -0
  117. package/dist/app/components/Form/IconField/index.d.ts +3 -0
  118. package/dist/app/components/Form/InputMask/InputMask.d.ts +22 -0
  119. package/dist/app/components/Form/InputMask/InputMask.stories.d.ts +15 -0
  120. package/dist/app/components/Form/InputMask/index.d.ts +3 -0
  121. package/dist/app/components/Form/InputMask/useInputMask.d.ts +15 -0
  122. package/dist/app/components/Form/InputNumber/InputNumber.d.ts +22 -0
  123. package/dist/app/components/Form/InputNumber/InputNumber.stories.d.ts +6 -0
  124. package/dist/app/components/Form/InputNumber/index.d.ts +3 -0
  125. package/dist/app/components/Form/InputPhone/InputPhone.d.ts +9 -0
  126. package/dist/app/components/Form/InputPhone/InputPhone.stories.d.ts +6 -0
  127. package/dist/app/components/Form/InputPhone/InputPhone.types.d.ts +4 -0
  128. package/dist/app/components/Form/InputPhone/index.d.ts +3 -0
  129. package/dist/app/components/Form/InputText/InputText.d.ts +22 -0
  130. package/dist/app/components/Form/InputText/InputText.stories.d.ts +10 -0
  131. package/dist/app/components/Form/InputText/InputText.types.d.ts +19 -0
  132. package/dist/app/components/Form/InputText/index.d.ts +3 -0
  133. package/dist/app/components/Form/OTPCode/OTPCode.d.ts +33 -0
  134. package/dist/app/components/Form/OTPCode/OTPCode.stories.d.ts +15 -0
  135. package/dist/app/components/Form/OTPCode/OTPCode.types.d.ts +12 -0
  136. package/dist/app/components/Form/OTPCode/index.d.ts +2 -0
  137. package/dist/app/components/Form/RadioButton/Radio.d.ts +36 -0
  138. package/dist/app/components/Form/RadioButton/Radio.stories.d.ts +6 -0
  139. package/dist/app/components/Form/RadioButton/index.d.ts +3 -0
  140. package/dist/app/components/Form/Schedule/Schedule.d.ts +49 -0
  141. package/dist/app/components/Form/Schedule/Schedule.stories.d.ts +10 -0
  142. package/dist/app/components/Form/Schedule/Schedule.types.d.ts +32 -0
  143. package/dist/app/components/Form/Schedule/SheduleTimePick.d.ts +21 -0
  144. package/dist/app/components/Form/Schedule/index.d.ts +2 -0
  145. package/dist/app/components/Form/SelectButton/SelectButton.d.ts +28 -0
  146. package/dist/app/components/Form/SelectButton/SelectButton.stories.d.ts +9 -0
  147. package/dist/app/components/Form/SelectButton/SelectButton.types.d.ts +7 -0
  148. package/dist/app/components/Form/SelectButton/index.d.ts +3 -0
  149. package/dist/app/components/Form/StarRating/StarRating.d.ts +19 -0
  150. package/dist/app/components/Form/StarRating/StarRating.stories.d.ts +12 -0
  151. package/dist/app/components/Form/StarRating/index.d.ts +1 -0
  152. package/dist/app/components/Form/SwitchInput/Switch.d.ts +16 -0
  153. package/dist/app/components/Form/SwitchInput/Switch.stories.d.ts +6 -0
  154. package/dist/app/components/Form/SwitchInput/index.d.ts +3 -0
  155. package/dist/app/components/Form/Textarea/Textarea.d.ts +37 -0
  156. package/dist/app/components/Form/Textarea/Textarea.stories.d.ts +7 -0
  157. package/dist/app/components/Form/Textarea/index.d.ts +3 -0
  158. package/dist/app/components/Form/TimePicker/TimePicker.d.ts +48 -0
  159. package/dist/app/components/Form/TimePicker/TimePicker.stories.d.ts +11 -0
  160. package/dist/app/components/Form/TimePicker/TimePicker.types.d.ts +22 -0
  161. package/dist/app/components/Form/TimePicker/index.d.ts +2 -0
  162. package/dist/app/components/Form/TimeSelect/TimeSelect.d.ts +26 -0
  163. package/dist/app/components/Form/TimeSelect/TimeSelect.stories.d.ts +8 -0
  164. package/dist/app/components/Form/TimeSelect/index.d.ts +1 -0
  165. package/dist/app/components/Media/File/File.d.ts +19 -0
  166. package/dist/app/components/Media/File/File.stories.d.ts +8 -0
  167. package/dist/app/components/Media/File/index.d.ts +2 -0
  168. package/dist/app/components/Media/Image/Image.d.ts +37 -0
  169. package/dist/app/components/Media/Image/Image.stories.d.ts +9 -0
  170. package/dist/app/components/Media/Image/ImageFullModal.d.ts +9 -0
  171. package/dist/app/components/Media/Image/index.d.ts +2 -0
  172. package/dist/app/components/Menu/Breadcrumb/Breadcrumb.d.ts +6 -0
  173. package/dist/app/components/Menu/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
  174. package/dist/app/components/Menu/Breadcrumb/index.d.ts +3 -0
  175. package/dist/app/components/Messages/Message/Message.d.ts +35 -0
  176. package/dist/app/components/Messages/Message/Message.stories.d.ts +8 -0
  177. package/dist/app/components/Messages/Message/index.d.ts +2 -0
  178. package/dist/app/components/Messages/Toast/Toast.d.ts +3 -0
  179. package/dist/app/components/Messages/Toast/ToastMessage.d.ts +10 -0
  180. package/dist/app/components/Messages/Toast/index.d.ts +5 -0
  181. package/dist/app/components/Messages/Toast/toast.stories.d.ts +6 -0
  182. package/dist/app/components/Messages/Toast/toast.types.d.ts +89 -0
  183. package/dist/app/components/Messages/Toast/toastEventBus/toastEventBus.d.ts +1 -0
  184. package/dist/app/components/Messages/Toast/toastService/toastService.d.ts +5 -0
  185. package/dist/app/components/Messages/Toast/toastService/toastService.types.d.ts +22 -0
  186. package/dist/app/components/Messages/Toast/useToast/useToast.d.ts +3 -0
  187. package/dist/app/components/Mics/Badge/Badge.d.ts +7 -0
  188. package/dist/app/components/Mics/Badge/Badge.stories.d.ts +10 -0
  189. package/dist/app/components/Mics/Badge/index.d.ts +3 -0
  190. package/dist/app/components/Mics/OverlayBadge/OverlayBadge.d.ts +27 -0
  191. package/dist/app/components/Mics/OverlayBadge/OverlayBadge.stories.d.ts +6 -0
  192. package/dist/app/components/Mics/OverlayBadge/index.d.ts +3 -0
  193. package/dist/app/components/Mics/Skeleton/Skeleton.d.ts +9 -0
  194. package/dist/app/components/Mics/Skeleton/Skeleton.stories.d.ts +6 -0
  195. package/dist/app/components/Mics/Skeleton/index.d.ts +3 -0
  196. package/dist/app/components/Mics/Spinner/Spinner.d.ts +8 -0
  197. package/dist/app/components/Mics/Spinner/Spinner.stories.d.ts +6 -0
  198. package/dist/app/components/Mics/Spinner/index.d.ts +4 -0
  199. package/dist/app/components/Mics/Spinner/spinner.directive.d.ts +10 -0
  200. package/dist/app/components/Mics/Tag/Tag.d.ts +29 -0
  201. package/dist/app/components/Mics/Tag/Tag.stories.d.ts +8 -0
  202. package/dist/app/components/Mics/Tag/index.d.ts +3 -0
  203. package/dist/app/components/Overlays/BottomSheet/BottomSheet.d.ts +30 -0
  204. package/dist/app/components/Overlays/BottomSheet/BottomSheet.stories.d.ts +9 -0
  205. package/dist/app/components/Overlays/BottomSheet/index.d.ts +1 -0
  206. package/dist/app/components/Overlays/ConfirmDialog/ConfirmDialog.d.ts +4 -0
  207. package/dist/app/components/Overlays/ConfirmDialog/ConfirmDialog.stories.d.ts +11 -0
  208. package/dist/app/components/Overlays/ConfirmDialog/index.d.ts +3 -0
  209. package/dist/app/components/Overlays/ConfirmDialog/useConfirmDialog.d.ts +8 -0
  210. package/dist/app/components/Overlays/ConfirmPopup/ConfirmPopup.d.ts +4 -0
  211. package/dist/app/components/Overlays/ConfirmPopup/ConfirmPopup.stories.d.ts +13 -0
  212. package/dist/app/components/Overlays/ConfirmPopup/index.d.ts +3 -0
  213. package/dist/app/components/Overlays/ConfirmPopup/useConfirmPopup.d.ts +8 -0
  214. package/dist/app/components/Overlays/ConfirmService/index.d.ts +3 -0
  215. package/dist/app/components/Overlays/ConfirmService/plugins/confirmService.d.ts +585 -0
  216. package/dist/app/components/Overlays/ConfirmService/types/index.d.ts +26 -0
  217. package/dist/app/components/Overlays/Drawer/Drawer.d.ts +34 -0
  218. package/dist/app/components/Overlays/Drawer/Drawer.stories.d.ts +15 -0
  219. package/dist/app/components/Overlays/Drawer/Drawer.types.d.ts +7 -0
  220. package/dist/app/components/Overlays/Drawer/index.d.ts +3 -0
  221. package/dist/app/components/Overlays/Modal/Modal.d.ts +39 -0
  222. package/dist/app/components/Overlays/Modal/Modal.stories.d.ts +8 -0
  223. package/dist/app/components/Overlays/Modal/index.d.ts +3 -0
  224. package/dist/app/components/Overlays/NewPopover/Popover.d.ts +29 -0
  225. package/dist/app/components/Overlays/NewPopover/Popover.stories.d.ts +6 -0
  226. package/dist/app/components/Overlays/NewPopover/index.d.ts +2 -0
  227. package/dist/app/components/Overlays/Popover/Popover.d.ts +109 -0
  228. package/dist/app/components/Overlays/Popover/index.d.ts +2 -0
  229. package/dist/app/components/Overlays/Popover/popover.stories.d.ts +12 -0
  230. package/dist/app/components/Overlays/Popover/popover.types.d.ts +15 -0
  231. package/dist/app/components/Overlays/Tooltip/Tooltip.d.ts +15 -0
  232. package/dist/app/components/Overlays/Tooltip/Tooltip.stories.d.ts +11 -0
  233. package/dist/app/components/Overlays/Tooltip/Tooltip.types.d.ts +10 -0
  234. package/dist/app/components/Overlays/Tooltip/index.d.ts +5 -0
  235. package/dist/app/components/Overlays/Tooltip/tooltipDirective.d.ts +15 -0
  236. package/dist/app/components/Panel/Accordion/Accordion.d.ts +26 -0
  237. package/dist/app/components/Panel/Accordion/Accordion.stories.d.ts +8 -0
  238. package/dist/app/components/Panel/Accordion/AccordionContent.d.ts +21 -0
  239. package/dist/app/components/Panel/Accordion/AccordionHeader.d.ts +17 -0
  240. package/dist/app/components/Panel/Accordion/AccordionPanel.d.ts +20 -0
  241. package/dist/app/components/Panel/Accordion/index.d.ts +5 -0
  242. package/dist/app/components/Panel/Divider/Divider.d.ts +23 -0
  243. package/dist/app/components/Panel/Divider/Divider.stories.d.ts +8 -0
  244. package/dist/app/components/Panel/Divider/index.d.ts +3 -0
  245. package/dist/app/components/Panel/Stepper/Step.d.ts +3 -0
  246. package/dist/app/components/Panel/Stepper/Step.types.d.ts +10 -0
  247. package/dist/app/components/Panel/Stepper/Stepper.d.ts +7 -0
  248. package/dist/app/components/Panel/Stepper/Stepper.stories.d.ts +6 -0
  249. package/dist/app/components/Panel/Stepper/Stepper.types.d.ts +21 -0
  250. package/dist/app/components/Panel/Stepper/index.d.ts +5 -0
  251. package/dist/app/components/Panel/Tabs/Tab.d.ts +20 -0
  252. package/dist/app/components/Panel/Tabs/TabList.d.ts +17 -0
  253. package/dist/app/components/Panel/Tabs/TabPanel.d.ts +20 -0
  254. package/dist/app/components/Panel/Tabs/TabPanels.d.ts +17 -0
  255. package/dist/app/components/Panel/Tabs/Tabs.d.ts +24 -0
  256. package/dist/app/components/Panel/Tabs/Tabs.stories.d.ts +6 -0
  257. package/dist/app/components/Panel/Tabs/index.d.ts +6 -0
  258. package/dist/app/components/index.d.ts +46 -0
  259. package/dist/app/icons/colored/BonusIcon.d.ts +2 -0
  260. package/dist/app/icons/colored/CashbackIcon.d.ts +2 -0
  261. package/dist/app/icons/colored/CertificateIcon.d.ts +2 -0
  262. package/dist/app/icons/colored/Colored.stories.d.ts +7 -0
  263. package/dist/app/icons/colored/DiscountIcon.d.ts +2 -0
  264. package/dist/app/icons/colored/ExcelIcon.d.ts +2 -0
  265. package/dist/app/icons/colored/FaviconIcon.d.ts +2 -0
  266. package/dist/app/icons/colored/GiftColorIcon.d.ts +2 -0
  267. package/dist/app/icons/colored/PdfIcon.d.ts +2 -0
  268. package/dist/app/icons/colored/SberPayColorIcon.d.ts +2 -0
  269. package/dist/app/icons/colored/SpbIcon.d.ts +2 -0
  270. package/dist/app/icons/colored/TruesignIcon.d.ts +2 -0
  271. package/dist/app/icons/colored/WarehousePointIcon.d.ts +2 -0
  272. package/dist/app/icons/colored/WordIcon.d.ts +2 -0
  273. package/dist/app/icons/colored/index.d.ts +14 -0
  274. package/dist/app/icons/index.d.ts +2 -0
  275. package/dist/app/icons/monochrome/AngleBottomIcon.d.ts +2 -0
  276. package/dist/app/icons/monochrome/AngleDoubleLeftIcon.d.ts +2 -0
  277. package/dist/app/icons/monochrome/AngleDoubleRightIcon.d.ts +2 -0
  278. package/dist/app/icons/monochrome/AngleLeftIcon.d.ts +2 -0
  279. package/dist/app/icons/monochrome/AngleRightIcon.d.ts +2 -0
  280. package/dist/app/icons/monochrome/AngleTopIcon.d.ts +2 -0
  281. package/dist/app/icons/monochrome/ArrowRightTopIcon.d.ts +2 -0
  282. package/dist/app/icons/monochrome/AtIcon.d.ts +2 -0
  283. package/dist/app/icons/monochrome/AvatarIcon.d.ts +2 -0
  284. package/dist/app/icons/monochrome/BagIcon.d.ts +2 -0
  285. package/dist/app/icons/monochrome/BanIcon.d.ts +2 -0
  286. package/dist/app/icons/monochrome/BankIcon.d.ts +2 -0
  287. package/dist/app/icons/monochrome/BarsIcon.d.ts +2 -0
  288. package/dist/app/icons/monochrome/BellIcon.d.ts +2 -0
  289. package/dist/app/icons/monochrome/BookIcon.d.ts +2 -0
  290. package/dist/app/icons/monochrome/BoxIcon.d.ts +2 -0
  291. package/dist/app/icons/monochrome/BriefcaseIcon.d.ts +2 -0
  292. package/dist/app/icons/monochrome/BuildingIcon.d.ts +2 -0
  293. package/dist/app/icons/monochrome/CalendarIcon.d.ts +2 -0
  294. package/dist/app/icons/monochrome/CameraIcon.d.ts +2 -0
  295. package/dist/app/icons/monochrome/CarIcon.d.ts +2 -0
  296. package/dist/app/icons/monochrome/CarSearchIcon.d.ts +2 -0
  297. package/dist/app/icons/monochrome/CartCrossedIcon.d.ts +2 -0
  298. package/dist/app/icons/monochrome/CartIcon.d.ts +2 -0
  299. package/dist/app/icons/monochrome/CatalogToIcon.d.ts +2 -0
  300. package/dist/app/icons/monochrome/CevronBottomIcon.d.ts +2 -0
  301. package/dist/app/icons/monochrome/CevronLeftIcon.d.ts +2 -0
  302. package/dist/app/icons/monochrome/CevronRightIcon.d.ts +2 -0
  303. package/dist/app/icons/monochrome/CevronTopIcon.d.ts +2 -0
  304. package/dist/app/icons/monochrome/CheckFilledIcon.d.ts +2 -0
  305. package/dist/app/icons/monochrome/CheckIcon.d.ts +2 -0
  306. package/dist/app/icons/monochrome/CheckRoundedIcon.d.ts +2 -0
  307. package/dist/app/icons/monochrome/ClockIcon.d.ts +2 -0
  308. package/dist/app/icons/monochrome/ClockPayIcon.d.ts +2 -0
  309. package/dist/app/icons/monochrome/CloseIcon.d.ts +2 -0
  310. package/dist/app/icons/monochrome/CloseRoundedIcon.d.ts +2 -0
  311. package/dist/app/icons/monochrome/CogIcon.d.ts +2 -0
  312. package/dist/app/icons/monochrome/CommentIcon.d.ts +2 -0
  313. package/dist/app/icons/monochrome/CommentsIcon.d.ts +2 -0
  314. package/dist/app/icons/monochrome/CopyIcon.d.ts +2 -0
  315. package/dist/app/icons/monochrome/CreditCardIcon.d.ts +2 -0
  316. package/dist/app/icons/monochrome/CubeIcon.d.ts +2 -0
  317. package/dist/app/icons/monochrome/DeliveryIcon.d.ts +2 -0
  318. package/dist/app/icons/monochrome/DeliveryTimeIcon.d.ts +2 -0
  319. package/dist/app/icons/monochrome/DownloadIcon.d.ts +2 -0
  320. package/dist/app/icons/monochrome/ErrorFillIcon.d.ts +2 -0
  321. package/dist/app/icons/monochrome/ErrorIcon.d.ts +2 -0
  322. package/dist/app/icons/monochrome/EyeCloseIcon.d.ts +2 -0
  323. package/dist/app/icons/monochrome/EyeIcon.d.ts +2 -0
  324. package/dist/app/icons/monochrome/FileEditIcon.d.ts +2 -0
  325. package/dist/app/icons/monochrome/FileExportIcon.d.ts +2 -0
  326. package/dist/app/icons/monochrome/FileIcon.d.ts +2 -0
  327. package/dist/app/icons/monochrome/FileUploadIcon.d.ts +2 -0
  328. package/dist/app/icons/monochrome/FilterFillIcon.d.ts +2 -0
  329. package/dist/app/icons/monochrome/FilterIcon.d.ts +2 -0
  330. package/dist/app/icons/monochrome/FilterSlashIcon.d.ts +2 -0
  331. package/dist/app/icons/monochrome/GiftIcon.d.ts +2 -0
  332. package/dist/app/icons/monochrome/GuardIcon.d.ts +2 -0
  333. package/dist/app/icons/monochrome/HeadSetIcon.d.ts +2 -0
  334. package/dist/app/icons/monochrome/HeartFillIcon.d.ts +2 -0
  335. package/dist/app/icons/monochrome/HeartOutlinedIcon.d.ts +2 -0
  336. package/dist/app/icons/monochrome/HomeIcon.d.ts +2 -0
  337. package/dist/app/icons/monochrome/ImageIcon.d.ts +2 -0
  338. package/dist/app/icons/monochrome/InfoFillIcon.d.ts +2 -0
  339. package/dist/app/icons/monochrome/InfoIcon.d.ts +2 -0
  340. package/dist/app/icons/monochrome/LikeIcon.d.ts +2 -0
  341. package/dist/app/icons/monochrome/ListIcon.d.ts +2 -0
  342. package/dist/app/icons/monochrome/LocationIcon.d.ts +2 -0
  343. package/dist/app/icons/monochrome/LockIcon.d.ts +2 -0
  344. package/dist/app/icons/monochrome/MailBoxIcon.d.ts +2 -0
  345. package/dist/app/icons/monochrome/MapIcon.d.ts +2 -0
  346. package/dist/app/icons/monochrome/MapPointFilledIcon.d.ts +2 -0
  347. package/dist/app/icons/monochrome/MapPointIcon.d.ts +2 -0
  348. package/dist/app/icons/monochrome/MessageIcon.d.ts +2 -0
  349. package/dist/app/icons/monochrome/MinusIcon.d.ts +2 -0
  350. package/dist/app/icons/monochrome/MoneyBillIcon.d.ts +2 -0
  351. package/dist/app/icons/monochrome/Monochrome.stories.d.ts +7 -0
  352. package/dist/app/icons/monochrome/NewIcon.d.ts +2 -0
  353. package/dist/app/icons/monochrome/PackageIcon.d.ts +2 -0
  354. package/dist/app/icons/monochrome/PencelLineIcon.d.ts +2 -0
  355. package/dist/app/icons/monochrome/PlusIcon.d.ts +2 -0
  356. package/dist/app/icons/monochrome/PlusRoundedIcon.d.ts +2 -0
  357. package/dist/app/icons/monochrome/PrintIcon.d.ts +2 -0
  358. package/dist/app/icons/monochrome/ProcentIcon.d.ts +2 -0
  359. package/dist/app/icons/monochrome/QuestionIcon.d.ts +2 -0
  360. package/dist/app/icons/monochrome/QuestionRoundedIcon.d.ts +2 -0
  361. package/dist/app/icons/monochrome/ReplaceIcon.d.ts +2 -0
  362. package/dist/app/icons/monochrome/ReplayIcon.d.ts +2 -0
  363. package/dist/app/icons/monochrome/ReturnIcon.d.ts +2 -0
  364. package/dist/app/icons/monochrome/RubIcon.d.ts +2 -0
  365. package/dist/app/icons/monochrome/SberPayIcon.d.ts +2 -0
  366. package/dist/app/icons/monochrome/SearchIcon.d.ts +2 -0
  367. package/dist/app/icons/monochrome/SearchMinusIcon.d.ts +2 -0
  368. package/dist/app/icons/monochrome/SearchPlusIcon.d.ts +2 -0
  369. package/dist/app/icons/monochrome/SendIcon.d.ts +2 -0
  370. package/dist/app/icons/monochrome/SettingsIcon.d.ts +2 -0
  371. package/dist/app/icons/monochrome/ShieldErrorIcon.d.ts +2 -0
  372. package/dist/app/icons/monochrome/ShopIcon.d.ts +2 -0
  373. package/dist/app/icons/monochrome/ShoppingCartIcon.d.ts +2 -0
  374. package/dist/app/icons/monochrome/SortDownFillIcon.d.ts +2 -0
  375. package/dist/app/icons/monochrome/SortDownIcon.d.ts +2 -0
  376. package/dist/app/icons/monochrome/SortUpFillIcon.d.ts +2 -0
  377. package/dist/app/icons/monochrome/SortUpIcon.d.ts +2 -0
  378. package/dist/app/icons/monochrome/StarFillIcon.d.ts +2 -0
  379. package/dist/app/icons/monochrome/StarIcon.d.ts +2 -0
  380. package/dist/app/icons/monochrome/SyncIcon.d.ts +2 -0
  381. package/dist/app/icons/monochrome/TelegramIcon.d.ts +2 -0
  382. package/dist/app/icons/monochrome/TimerIcon.d.ts +2 -0
  383. package/dist/app/icons/monochrome/TrashIcon.d.ts +2 -0
  384. package/dist/app/icons/monochrome/TruckFillIcon.d.ts +2 -0
  385. package/dist/app/icons/monochrome/TruckIcon.d.ts +2 -0
  386. package/dist/app/icons/monochrome/UploadIcon.d.ts +2 -0
  387. package/dist/app/icons/monochrome/UserIcon.d.ts +2 -0
  388. package/dist/app/icons/monochrome/UsersIcon.d.ts +2 -0
  389. package/dist/app/icons/monochrome/Wallet2Icon.d.ts +2 -0
  390. package/dist/app/icons/monochrome/WalletIcon.d.ts +2 -0
  391. package/dist/app/icons/monochrome/WarehouseIcon.d.ts +2 -0
  392. package/dist/app/icons/monochrome/WarnRoundedIcon.d.ts +2 -0
  393. package/dist/app/icons/monochrome/WarningFillIcon.d.ts +2 -0
  394. package/dist/app/icons/monochrome/WarningIcon.d.ts +2 -0
  395. package/dist/app/icons/monochrome/index.d.ts +120 -0
  396. package/dist/app/overlay/OverlayManager.d.ts +18 -0
  397. package/dist/app/overlay/types.d.ts +7 -0
  398. package/dist/app/overlay/useOverlay.d.ts +15 -0
  399. package/dist/app/reka-ui/components/Accordion/Accordion.stories.d.ts +10 -0
  400. package/dist/app/reka-ui/components/Accordion/AccordionContent.d.ts +18 -0
  401. package/dist/app/reka-ui/components/Accordion/AccordionContent.stories.d.ts +8 -0
  402. package/dist/app/reka-ui/components/Accordion/AccordionHeader.d.ts +18 -0
  403. package/dist/app/reka-ui/components/Accordion/AccordionHeader.stories.d.ts +7 -0
  404. package/dist/app/reka-ui/components/Accordion/AccordionItem.d.ts +20 -0
  405. package/dist/app/reka-ui/components/Accordion/AccordionItem.stories.d.ts +8 -0
  406. package/dist/app/reka-ui/components/Accordion/AccordionRoot.d.ts +22 -0
  407. package/dist/app/reka-ui/components/Accordion/AccordionTrigger.d.ts +24 -0
  408. package/dist/app/reka-ui/components/Accordion/AccordionTrigger.stories.d.ts +8 -0
  409. package/dist/app/reka-ui/components/Accordion/index.d.ts +6 -0
  410. package/dist/app/reka-ui/components/Accordion/types.d.ts +37 -0
  411. package/dist/app/reka-ui/components/Alert/Alert.d.ts +7 -0
  412. package/dist/app/reka-ui/components/Alert/Alert.stories.d.ts +13 -0
  413. package/dist/app/reka-ui/components/Alert/index.d.ts +3 -0
  414. package/dist/app/reka-ui/components/Alert/types.d.ts +16 -0
  415. package/dist/app/reka-ui/components/AlertDialog/AlertDialogAction.d.ts +27 -0
  416. package/dist/app/reka-ui/components/AlertDialog/AlertDialogCancel.d.ts +27 -0
  417. package/dist/app/reka-ui/components/AlertDialog/AlertDialogContent.d.ts +23 -0
  418. package/dist/app/reka-ui/components/AlertDialog/AlertDialogDescription.d.ts +18 -0
  419. package/dist/app/reka-ui/components/AlertDialog/AlertDialogOverlay.d.ts +3 -0
  420. package/dist/app/reka-ui/components/AlertDialog/AlertDialogTitle.d.ts +18 -0
  421. package/dist/app/reka-ui/components/AlertDialog/AlertDialogTrigger.d.ts +21 -0
  422. package/dist/app/reka-ui/components/AlertDialog/index.d.ts +9 -0
  423. package/dist/app/reka-ui/components/Badge/Badge.d.ts +7 -0
  424. package/dist/app/reka-ui/components/Badge/Badge.stories.d.ts +10 -0
  425. package/dist/app/reka-ui/components/Badge/index.d.ts +2 -0
  426. package/dist/app/reka-ui/components/BottomSheet/BottomSheet.d.ts +30 -0
  427. package/dist/app/reka-ui/components/BottomSheet/BottomSheet.stories.d.ts +9 -0
  428. package/dist/app/reka-ui/components/BottomSheet/index.d.ts +2 -0
  429. package/dist/app/reka-ui/components/Breadcrumb/Breadcrumb.d.ts +6 -0
  430. package/dist/app/reka-ui/components/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
  431. package/dist/app/reka-ui/components/Breadcrumb/index.d.ts +2 -0
  432. package/dist/app/reka-ui/components/Button/Button.d.ts +18 -0
  433. package/dist/app/reka-ui/components/Button/Button.stories.d.ts +6 -0
  434. package/dist/app/reka-ui/components/Button/Button.types.d.ts +20 -0
  435. package/dist/app/reka-ui/components/Button/index.d.ts +4 -0
  436. package/dist/app/reka-ui/components/Calendar/Calendar.stories.d.ts +6 -0
  437. package/dist/app/reka-ui/components/Calendar/CalendarCellTrigger.d.ts +18 -0
  438. package/dist/app/reka-ui/components/Calendar/CalendarGrid.d.ts +18 -0
  439. package/dist/app/reka-ui/components/Calendar/CalendarGridBody.d.ts +18 -0
  440. package/dist/app/reka-ui/components/Calendar/CalendarGridRow.d.ts +18 -0
  441. package/dist/app/reka-ui/components/Calendar/CalendarHeadCell.d.ts +18 -0
  442. package/dist/app/reka-ui/components/Calendar/CalendarHeader.d.ts +18 -0
  443. package/dist/app/reka-ui/components/Calendar/CalendarHeading.d.ts +3 -0
  444. package/dist/app/reka-ui/components/Calendar/CalendarNext.d.ts +12 -0
  445. package/dist/app/reka-ui/components/Calendar/CalendarPrev.d.ts +12 -0
  446. package/dist/app/reka-ui/components/Calendar/index.d.ts +12 -0
  447. package/dist/app/reka-ui/components/Checkbox/Checkbox.d.ts +46 -0
  448. package/dist/app/reka-ui/components/Checkbox/Checkbox.stories.d.ts +6 -0
  449. package/dist/app/reka-ui/components/Checkbox/index.d.ts +3 -0
  450. package/dist/app/reka-ui/components/Combobox/Combobox.stories.d.ts +6 -0
  451. package/dist/app/reka-ui/components/Combobox/ComboboxAnchor.d.ts +23 -0
  452. package/dist/app/reka-ui/components/Combobox/ComboboxClear.d.ts +6 -0
  453. package/dist/app/reka-ui/components/Combobox/ComboboxContent.d.ts +18 -0
  454. package/dist/app/reka-ui/components/Combobox/ComboboxInput.d.ts +7 -0
  455. package/dist/app/reka-ui/components/Combobox/ComboboxItem.d.ts +21 -0
  456. package/dist/app/reka-ui/components/Combobox/ComboboxRoot.d.ts +33 -0
  457. package/dist/app/reka-ui/components/Combobox/ComboboxTrigger.d.ts +2 -0
  458. package/dist/app/reka-ui/components/Combobox/ComboboxViewport.d.ts +18 -0
  459. package/dist/app/reka-ui/components/Combobox/index.d.ts +10 -0
  460. package/dist/app/reka-ui/components/DataTable/DataTable.d.ts +29 -0
  461. package/dist/app/reka-ui/components/DataTable/DataTable.stories.d.ts +107 -0
  462. package/dist/app/reka-ui/components/DataTable/DataTable.types.d.ts +44 -0
  463. package/dist/app/reka-ui/components/DataTable/components/DataTableBody.d.ts +7 -0
  464. package/dist/app/reka-ui/components/DataTable/components/DataTableBodyEmpty.d.ts +7 -0
  465. package/dist/app/reka-ui/components/DataTable/components/DataTableFooter.d.ts +7 -0
  466. package/dist/app/reka-ui/components/DataTable/components/DataTableHead.d.ts +8 -0
  467. package/dist/app/reka-ui/components/DataTable/components/DataTablePagination.d.ts +25 -0
  468. package/dist/app/reka-ui/components/DataTable/index.d.ts +4 -0
  469. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/OrderStatus.d.ts +6 -0
  470. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/constants.d.ts +9 -0
  471. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/accepted.d.ts +2 -0
  472. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/approval.d.ts +2 -0
  473. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/assembled.d.ts +2 -0
  474. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/awaitingPayment.d.ts +2 -0
  475. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/cancelled.d.ts +2 -0
  476. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/complaint.d.ts +2 -0
  477. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/confirmation.d.ts +2 -0
  478. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/dedlineChanged.d.ts +2 -0
  479. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/delayDelivery.d.ts +2 -0
  480. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/documentsIssued.d.ts +2 -0
  481. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/error.d.ts +2 -0
  482. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/handedShipment.d.ts +2 -0
  483. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/index.d.ts +26 -0
  484. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/orderSupplier.d.ts +2 -0
  485. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/orderedSupplier.d.ts +2 -0
  486. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/paid.d.ts +2 -0
  487. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/readyPickup.d.ts +2 -0
  488. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/readyShipment.d.ts +2 -0
  489. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/receivedClient.d.ts +2 -0
  490. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/reservedPayment.d.ts +2 -0
  491. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/reservedShipment.d.ts +2 -0
  492. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/returned.d.ts +2 -0
  493. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/sentSupplier.d.ts +2 -0
  494. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/transferAvailability.d.ts +2 -0
  495. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/transferCustom.d.ts +2 -0
  496. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/warning.d.ts +2 -0
  497. package/dist/app/reka-ui/components/DataTable/shared/mock/mock-data.d.ts +101 -0
  498. package/dist/app/reka-ui/components/DatePicker/DatePicker.stories.d.ts +6 -0
  499. package/dist/app/reka-ui/components/DatePicker/DatePickerArrow.d.ts +7 -0
  500. package/dist/app/reka-ui/components/DatePicker/DatePickerCellTrigger.d.ts +18 -0
  501. package/dist/app/reka-ui/components/DatePicker/DatePickerContent.d.ts +18 -0
  502. package/dist/app/reka-ui/components/DatePicker/DatePickerField.d.ts +25 -0
  503. package/dist/app/reka-ui/components/DatePicker/DatePickerGridBody.d.ts +18 -0
  504. package/dist/app/reka-ui/components/DatePicker/DatePickerGridRow.d.ts +18 -0
  505. package/dist/app/reka-ui/components/DatePicker/DatePickerHeadCell.d.ts +18 -0
  506. package/dist/app/reka-ui/components/DatePicker/DatePickerHeader.d.ts +18 -0
  507. package/dist/app/reka-ui/components/DatePicker/DatePickerHeading.d.ts +3 -0
  508. package/dist/app/reka-ui/components/DatePicker/DatePickerInput.d.ts +18 -0
  509. package/dist/app/reka-ui/components/DatePicker/DatePickerNext.d.ts +12 -0
  510. package/dist/app/reka-ui/components/DatePicker/DatePickerPrev.d.ts +12 -0
  511. package/dist/app/reka-ui/components/DatePicker/DatePickerTrigger.d.ts +18 -0
  512. package/dist/app/reka-ui/components/DatePicker/index.d.ts +16 -0
  513. package/dist/app/reka-ui/components/DateRangePicker/DateRangePicker.stories.d.ts +6 -0
  514. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerArrow.d.ts +7 -0
  515. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerCellTrigger.d.ts +18 -0
  516. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerContent.d.ts +18 -0
  517. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerField.d.ts +12 -0
  518. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerGridBody.d.ts +18 -0
  519. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerGridRow.d.ts +18 -0
  520. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeadCell.d.ts +18 -0
  521. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeader.d.ts +18 -0
  522. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeading.d.ts +3 -0
  523. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerInput.d.ts +18 -0
  524. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerNext.d.ts +12 -0
  525. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerPrev.d.ts +12 -0
  526. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerTrigger.d.ts +18 -0
  527. package/dist/app/reka-ui/components/DateRangePicker/index.d.ts +15 -0
  528. package/dist/app/reka-ui/components/Dialog/DialogActions.d.ts +19 -0
  529. package/dist/app/reka-ui/components/Dialog/DialogClose.d.ts +2 -0
  530. package/dist/app/reka-ui/components/Dialog/DialogContent.d.ts +49 -0
  531. package/dist/app/reka-ui/components/Dialog/DialogDescription.d.ts +18 -0
  532. package/dist/app/reka-ui/components/Dialog/DialogOverlay.d.ts +3 -0
  533. package/dist/app/reka-ui/components/Dialog/DialogTitle.d.ts +18 -0
  534. package/dist/app/reka-ui/components/Dialog/index.d.ts +6 -0
  535. package/dist/app/reka-ui/components/Divider/Divider.d.ts +23 -0
  536. package/dist/app/reka-ui/components/Divider/Divider.stories.d.ts +8 -0
  537. package/dist/app/reka-ui/components/Divider/index.d.ts +2 -0
  538. package/dist/app/reka-ui/components/Drawer/DrawerContent.d.ts +46 -0
  539. package/dist/app/reka-ui/components/Drawer/DrawerOverlay.d.ts +17 -0
  540. package/dist/app/reka-ui/components/Drawer/DrawerPortal.d.ts +17 -0
  541. package/dist/app/reka-ui/components/Drawer/DrawerRoot.d.ts +22 -0
  542. package/dist/app/reka-ui/components/Drawer/DrawerTrigger.d.ts +18 -0
  543. package/dist/app/reka-ui/components/Drawer/index.d.ts +6 -0
  544. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuArrow.d.ts +7 -0
  545. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuContent.d.ts +35 -0
  546. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuItem.d.ts +22 -0
  547. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSeparator.d.ts +3 -0
  548. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSubContent.d.ts +39 -0
  549. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +18 -0
  550. package/dist/app/reka-ui/components/DropdownMenu/index.d.ts +8 -0
  551. package/dist/app/reka-ui/components/File/File.d.ts +22 -0
  552. package/dist/app/reka-ui/components/File/File.stories.d.ts +8 -0
  553. package/dist/app/reka-ui/components/File/index.d.ts +2 -0
  554. package/dist/app/reka-ui/components/FormField/FormField.d.ts +25 -0
  555. package/dist/app/reka-ui/components/FormField/FormField.stories.d.ts +6 -0
  556. package/dist/app/reka-ui/components/FormField/index.d.ts +2 -0
  557. package/dist/app/reka-ui/components/Image/Image.d.ts +41 -0
  558. package/dist/app/reka-ui/components/Image/Image.stories.d.ts +6 -0
  559. package/dist/app/reka-ui/components/Image/ImageFullModal.d.ts +9 -0
  560. package/dist/app/reka-ui/components/Image/index.d.ts +2 -0
  561. package/dist/app/reka-ui/components/InputIcon/InputIcon.d.ts +2 -0
  562. package/dist/app/reka-ui/components/InputIcon/index.d.ts +2 -0
  563. package/dist/app/reka-ui/components/InputNumber/InputNumber.d.ts +26 -0
  564. package/dist/app/reka-ui/components/InputNumber/InputNumber.stories.d.ts +6 -0
  565. package/dist/app/reka-ui/components/InputNumber/index.d.ts +2 -0
  566. package/dist/app/reka-ui/components/InputText/InputText.d.ts +38 -0
  567. package/dist/app/reka-ui/components/InputText/InputText.stories.d.ts +11 -0
  568. package/dist/app/reka-ui/components/InputText/InputText.types.d.ts +15 -0
  569. package/dist/app/reka-ui/components/InputText/index.d.ts +3 -0
  570. package/dist/app/reka-ui/components/Label/Label.d.ts +18 -0
  571. package/dist/app/reka-ui/components/Label/index.d.ts +2 -0
  572. package/dist/app/reka-ui/components/ListBox/index.d.ts +2 -0
  573. package/dist/app/reka-ui/components/Message/Message.d.ts +35 -0
  574. package/dist/app/reka-ui/components/Message/Message.stories.d.ts +8 -0
  575. package/dist/app/reka-ui/components/Message/index.d.ts +2 -0
  576. package/dist/app/reka-ui/components/OTPCode/OTPCode.d.ts +31 -0
  577. package/dist/app/reka-ui/components/OTPCode/OTPCode.stories.d.ts +15 -0
  578. package/dist/app/reka-ui/components/OTPCode/OTPCode.types.d.ts +9 -0
  579. package/dist/app/reka-ui/components/OTPCode/index.d.ts +2 -0
  580. package/dist/app/reka-ui/components/Pagination/PaginationEllipsis.d.ts +3 -0
  581. package/dist/app/reka-ui/components/Pagination/PaginationFirst.d.ts +3 -0
  582. package/dist/app/reka-ui/components/Pagination/PaginationLast.d.ts +3 -0
  583. package/dist/app/reka-ui/components/Pagination/PaginationList.d.ts +18 -0
  584. package/dist/app/reka-ui/components/Pagination/PaginationListItem.d.ts +18 -0
  585. package/dist/app/reka-ui/components/Pagination/PaginationNext.d.ts +3 -0
  586. package/dist/app/reka-ui/components/Pagination/PaginationPrev.d.ts +3 -0
  587. package/dist/app/reka-ui/components/Pagination/index.d.ts +9 -0
  588. package/dist/app/reka-ui/components/Popover/PopoverArrow.d.ts +7 -0
  589. package/dist/app/reka-ui/components/Popover/PopoverContent.d.ts +38 -0
  590. package/dist/app/reka-ui/components/Popover/index.d.ts +4 -0
  591. package/dist/app/reka-ui/components/Radio/Radio.d.ts +36 -0
  592. package/dist/app/reka-ui/components/Radio/Radio.stories.d.ts +6 -0
  593. package/dist/app/reka-ui/components/Radio/index.d.ts +2 -0
  594. package/dist/app/reka-ui/components/RadioGroup/RadioGroupItem.d.ts +8 -0
  595. package/dist/app/reka-ui/components/RadioGroup/index.d.ts +3 -0
  596. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendar.stories.d.ts +6 -0
  597. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarCellTrigger.d.ts +18 -0
  598. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarGridBody.d.ts +18 -0
  599. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarGridRow.d.ts +18 -0
  600. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeadCell.d.ts +18 -0
  601. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeader.d.ts +18 -0
  602. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeading.d.ts +3 -0
  603. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarNext.d.ts +12 -0
  604. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarPrev.d.ts +12 -0
  605. package/dist/app/reka-ui/components/RangeCalendar/index.d.ts +11 -0
  606. package/dist/app/reka-ui/components/Schedule/Schedule.d.ts +14 -0
  607. package/dist/app/reka-ui/components/Schedule/Schedule.stories.d.ts +6 -0
  608. package/dist/app/reka-ui/components/Schedule/Schedule.types.d.ts +8 -0
  609. package/dist/app/reka-ui/components/Schedule/index.d.ts +3 -0
  610. package/dist/app/reka-ui/components/Schedule/timeUtils.d.ts +30 -0
  611. package/dist/app/reka-ui/components/ScrollArea/ScrollAreaRoot.d.ts +282 -0
  612. package/dist/app/reka-ui/components/ScrollArea/ScrollAreaScrollbar.d.ts +3 -0
  613. package/dist/app/reka-ui/components/ScrollArea/ScrollAreaViewport.d.ts +18 -0
  614. package/dist/app/reka-ui/components/ScrollArea/index.d.ts +4 -0
  615. package/dist/app/reka-ui/components/Select/Select.stories.d.ts +8 -0
  616. package/dist/app/reka-ui/components/Select/SelectContent.d.ts +26 -0
  617. package/dist/app/reka-ui/components/Select/SelectItem.d.ts +21 -0
  618. package/dist/app/reka-ui/components/Select/SelectRoot.d.ts +25 -0
  619. package/dist/app/reka-ui/components/Select/SelectSeparator.d.ts +3 -0
  620. package/dist/app/reka-ui/components/Select/SelectTrigger.d.ts +23 -0
  621. package/dist/app/reka-ui/components/Select/SelectValue.d.ts +23 -0
  622. package/dist/app/reka-ui/components/Select/SelectViewport.d.ts +18 -0
  623. package/dist/app/reka-ui/components/Select/index.d.ts +9 -0
  624. package/dist/app/reka-ui/components/Spinner/Spinner.d.ts +6 -0
  625. package/dist/app/reka-ui/components/Spinner/Spinner.directive.d.ts +11 -0
  626. package/dist/app/reka-ui/components/Spinner/index.d.ts +3 -0
  627. package/dist/app/reka-ui/components/Stepper/Stepper.stories.d.ts +7 -0
  628. package/dist/app/reka-ui/components/Stepper/StepperIndicator.d.ts +3 -0
  629. package/dist/app/reka-ui/components/Stepper/StepperItem.d.ts +18 -0
  630. package/dist/app/reka-ui/components/Stepper/StepperRoot.d.ts +446 -0
  631. package/dist/app/reka-ui/components/Stepper/StepperSeparator.d.ts +3 -0
  632. package/dist/app/reka-ui/components/Stepper/index.d.ts +3 -0
  633. package/dist/app/reka-ui/components/Switch/SwitchRoot.d.ts +22 -0
  634. package/dist/app/reka-ui/components/Switch/SwitchThumb.d.ts +3 -0
  635. package/dist/app/reka-ui/components/Switch/index.d.ts +3 -0
  636. package/dist/app/reka-ui/components/Tabs/TabsList.d.ts +18 -0
  637. package/dist/app/reka-ui/components/Tabs/TabsRoot.d.ts +17 -0
  638. package/dist/app/reka-ui/components/Tabs/TabsTrigger.d.ts +18 -0
  639. package/dist/app/reka-ui/components/Tabs/index.d.ts +5 -0
  640. package/dist/app/reka-ui/components/Tag/Tag.d.ts +28 -0
  641. package/dist/app/reka-ui/components/Tag/index.d.ts +2 -0
  642. package/dist/app/reka-ui/components/Textarea/Textarea.d.ts +37 -0
  643. package/dist/app/reka-ui/components/Textarea/Textarea.stories.d.ts +7 -0
  644. package/dist/app/reka-ui/components/Textarea/index.d.ts +2 -0
  645. package/dist/app/reka-ui/components/TimeField/TimeField.d.ts +22 -0
  646. package/dist/app/reka-ui/components/TimeField/TimeField.stories.d.ts +6 -0
  647. package/dist/app/reka-ui/components/TimeField/index.d.ts +2 -0
  648. package/dist/app/reka-ui/components/Toast/ToastClose.d.ts +3 -0
  649. package/dist/app/reka-ui/components/Toast/ToastDescription.d.ts +20 -0
  650. package/dist/app/reka-ui/components/Toast/ToastProvider.d.ts +20 -0
  651. package/dist/app/reka-ui/components/Toast/ToastRoot.d.ts +107 -0
  652. package/dist/app/reka-ui/components/Toast/ToastTitle.d.ts +20 -0
  653. package/dist/app/reka-ui/components/Toast/ToastViewport.d.ts +3 -0
  654. package/dist/app/reka-ui/components/Toast/Toaster.d.ts +2 -0
  655. package/dist/app/reka-ui/components/Toast/index.d.ts +10 -0
  656. package/dist/app/reka-ui/components/Toast/toast.constants.d.ts +8 -0
  657. package/dist/app/reka-ui/components/Toast/use-toast.d.ts +277 -0
  658. package/dist/app/reka-ui/components/Tooltip/TooltipArrow.d.ts +8 -0
  659. package/dist/app/reka-ui/components/Tooltip/TooltipContent.d.ts +29 -0
  660. package/dist/app/reka-ui/components/Tooltip/index.d.ts +3 -0
  661. package/dist/app/reka-ui/index.d.ts +46 -0
  662. package/dist/app/reka-ui/shared/libs/breakpoints.utils.d.ts +14 -0
  663. package/dist/app/reka-ui/shared/libs/dayjs.utils.d.ts +25 -0
  664. package/dist/app/reka-ui/shared/libs/priceFormat.util.d.ts +9 -0
  665. package/dist/app/types/global.types.d.ts +11 -0
  666. package/dist/app/types/index.d.ts +1 -0
  667. package/dist/app/utils/Portal/Portal.d.ts +31 -0
  668. package/dist/app/utils/Portal/index.d.ts +2 -0
  669. package/dist/app/utils/date.util.d.ts +16 -0
  670. package/dist/app/utils/dayjs.util.d.ts +2 -0
  671. package/dist/app/utils/eventBus.util.d.ts +8 -0
  672. package/dist/app/utils/index.d.ts +10 -0
  673. package/dist/app/utils/internationalized.utils.d.ts +1 -0
  674. package/dist/app/utils/isClient.util.d.ts +1 -0
  675. package/dist/app/utils/maskUtil/mask.util.d.ts +11 -0
  676. package/dist/app/utils/onClickOutside.util.d.ts +9 -0
  677. package/dist/app/utils/parseDate.util.d.ts +11 -0
  678. package/dist/app/utils/parseFileSize.util.d.ts +18 -0
  679. package/dist/app/utils/phoneMask.util.d.ts +6 -0
  680. package/dist/app/utils/price.util.d.ts +15 -0
  681. package/dist/app/utils/typeFile.util.d.ts +10 -0
  682. package/dist/app/utils/uploadFile.util.d.ts +23 -0
  683. package/dist/app/utils/useBodyScroll.util.d.ts +4 -0
  684. package/dist/blocks/index.cjs.js +1 -1
  685. package/dist/blocks/index.es.js +10 -9
  686. package/dist/icons/index.cjs.js +1 -1
  687. package/dist/icons/index.es.js +6 -6
  688. package/dist/index.d.ts +1 -2210
  689. package/dist/prlg-ui.cjs.js +1 -1
  690. package/dist/prlg-ui.css +1 -1
  691. package/dist/prlg-ui.es.js +4 -4
  692. package/dist/reka-ui/index.cjs.js +3 -3
  693. package/dist/reka-ui/index.es.js +77 -68
  694. package/dist/vite-env.d.ts +6 -0
  695. package/package.json +17 -16
  696. package/dist/FileIcon-BRjbz9UQ.cjs +0 -1
  697. package/dist/blocks.d.ts +0 -54
  698. package/dist/icons.d.ts +0 -289
  699. package/dist/rekaUI.d.ts +0 -4297
  700. package/dist/types.d.ts +0 -33
  701. package/dist/utils.d.ts +0 -174
package/dist/rekaUI.d.ts DELETED
@@ -1,4297 +0,0 @@
1
- import { AcceptableValue } from 'reka-ui';
2
- import { AccordionTriggerProps } from 'reka-ui';
3
- import { AlertDialogActionProps } from 'reka-ui';
4
- import { AlertDialogCancelProps } from 'reka-ui';
5
- import { AlertDialogContentProps } from 'reka-ui';
6
- import { AlertDialogDescriptionProps } from 'reka-ui';
7
- import { AlertDialogOverlayProps } from 'reka-ui';
8
- import { AlertDialogPortal } from 'reka-ui';
9
- import { AlertDialogRoot } from 'reka-ui';
10
- import { AlertDialogTitleProps } from 'reka-ui';
11
- import { AlertDialogTriggerProps } from 'reka-ui';
12
- import { AllowedComponentProps } from 'vue';
13
- import { AsTag } from 'reka-ui';
14
- import { CalendarCell } from 'reka-ui';
15
- import { CalendarCellTriggerProps } from 'reka-ui';
16
- import { CalendarGridBodyProps } from 'reka-ui';
17
- import { CalendarGridHead } from 'reka-ui';
18
- import { CalendarGridProps } from 'reka-ui';
19
- import { CalendarGridRowProps } from 'reka-ui';
20
- import { CalendarHeadCellProps } from 'reka-ui';
21
- import { CalendarHeaderProps } from 'reka-ui';
22
- import { CalendarHeadingProps } from 'reka-ui';
23
- import { CalendarNextProps } from 'reka-ui';
24
- import { CalendarPrevProps } from 'reka-ui';
25
- import { default as CalendarRoot } from './CalendarRoot';
26
- import { ColumnDef } from '@tanstack/vue-table';
27
- import { ComboboxAnchorProps } from 'reka-ui';
28
- import { ComboboxContentProps } from 'reka-ui';
29
- import { ComboboxEmpty } from 'reka-ui';
30
- import { ComboboxInputProps } from 'reka-ui';
31
- import { ComboboxItemProps } from 'reka-ui';
32
- import { ComboboxPortal } from 'reka-ui';
33
- import { ComboboxRootProps } from 'reka-ui';
34
- import { ComboboxViewportProps } from 'reka-ui';
35
- import { Component } from 'vue';
36
- import { ComponentCustomProperties } from 'vue';
37
- import { ComponentCustomProps } from 'vue';
38
- import { ComponentInternalInstance } from 'vue';
39
- import { ComponentOptionsBase } from 'vue';
40
- import { ComponentOptionsMixin } from 'vue';
41
- import { ComponentProvideOptions } from 'vue';
42
- import { ComponentPublicInstance } from 'vue';
43
- import { ComputedOptions } from 'vue';
44
- import { ComputedRef } from 'vue';
45
- import { ConfigType } from 'dayjs';
46
- import { createColumnHelper } from '@tanstack/vue-table';
47
- import { CreateComponentPublicInstanceWithMixins } from 'vue';
48
- import { DatePickerAnchor } from 'reka-ui';
49
- import { DatePickerCalendar } from 'reka-ui';
50
- import { DatePickerCell } from 'reka-ui';
51
- import { DatePickerCellTriggerProps } from 'reka-ui';
52
- import { DatePickerClose } from 'reka-ui';
53
- import { DatePickerContentProps } from 'reka-ui';
54
- import { DatePickerGrid } from 'reka-ui';
55
- import { DatePickerGridBodyProps } from 'reka-ui';
56
- import { DatePickerGridHead } from 'reka-ui';
57
- import { DatePickerGridRowProps } from 'reka-ui';
58
- import { DatePickerHeadCellProps } from 'reka-ui';
59
- import { DatePickerHeaderProps } from 'reka-ui';
60
- import { DatePickerHeadingProps } from 'reka-ui';
61
- import { DatePickerInputProps } from 'reka-ui';
62
- import { DatePickerNextProps } from 'reka-ui';
63
- import { DatePickerPrevProps } from 'reka-ui';
64
- import { default as DatePickerRoot } from './DatePickerRoot';
65
- import { DatePickerTriggerProps } from 'reka-ui';
66
- import { DateRangePickerAnchor } from 'reka-ui';
67
- import { DateRangePickerCalendar } from 'reka-ui';
68
- import { DateRangePickerCell } from 'reka-ui';
69
- import { DateRangePickerCellTriggerProps } from 'reka-ui';
70
- import { DateRangePickerClose } from 'reka-ui';
71
- import { DateRangePickerContentProps } from 'reka-ui';
72
- import { DateRangePickerGrid } from 'reka-ui';
73
- import { DateRangePickerGridBodyProps } from 'reka-ui';
74
- import { DateRangePickerGridHead } from 'reka-ui';
75
- import { DateRangePickerGridRowProps } from 'reka-ui';
76
- import { DateRangePickerHeadCellProps } from 'reka-ui';
77
- import { DateRangePickerHeaderProps } from 'reka-ui';
78
- import { DateRangePickerHeadingProps } from 'reka-ui';
79
- import { DateRangePickerNextProps } from 'reka-ui';
80
- import { DateRangePickerPrevProps } from 'reka-ui';
81
- import { default as DateRangePickerRoot } from './DateRangePickerRoot';
82
- import { DateRangePickerTriggerProps } from 'reka-ui';
83
- import { Dayjs } from 'dayjs';
84
- import { default as dayjs } from 'dayjs';
85
- import { DebuggerEvent } from 'vue';
86
- import { DefineComponent } from 'vue';
87
- import { DialogCloseProps } from 'reka-ui';
88
- import { DialogContentProps } from 'reka-ui';
89
- import { DialogDescriptionProps } from 'reka-ui';
90
- import { DialogOverlayProps } from 'reka-ui';
91
- import { DialogPortal } from 'reka-ui';
92
- import { DialogRoot } from 'reka-ui';
93
- import { DialogRootProps } from 'reka-ui';
94
- import { DialogTitleProps } from 'reka-ui';
95
- import { DialogTrigger } from 'reka-ui';
96
- import { DialogTriggerProps } from 'reka-ui';
97
- import { Directive } from 'vue';
98
- import { DropdownMenuArrowProps } from 'reka-ui';
99
- import { DropdownMenuCheckboxItem } from 'reka-ui';
100
- import { DropdownMenuContentProps } from 'reka-ui';
101
- import { DropdownMenuGroup } from 'reka-ui';
102
- import { DropdownMenuItemIndicator } from 'reka-ui';
103
- import { DropdownMenuItemProps } from 'reka-ui';
104
- import { DropdownMenuLabel } from 'reka-ui';
105
- import { DropdownMenuPortal } from 'reka-ui';
106
- import { DropdownMenuRadioGroup } from 'reka-ui';
107
- import { DropdownMenuRadioItem } from 'reka-ui';
108
- import { DropdownMenuRoot } from 'reka-ui';
109
- import { DropdownMenuSeparatorProps } from 'reka-ui';
110
- import { DropdownMenuSub } from 'reka-ui';
111
- import { DropdownMenuSubContentProps } from 'reka-ui';
112
- import { DropdownMenuSubTriggerProps } from 'reka-ui';
113
- import { DropdownMenuTrigger } from 'reka-ui';
114
- import { ExtractPropTypes } from 'vue';
115
- import { FocusOutsideEvent } from 'reka-ui';
116
- import { FunctionalComponent } from 'vue';
117
- import { GlobalComponents } from 'vue';
118
- import { GlobalDirectives } from 'vue';
119
- import { LabelProps } from 'reka-ui';
120
- import { ListboxContent } from 'reka-ui';
121
- import { ListboxFilter } from 'reka-ui';
122
- import { ListboxGroup } from 'reka-ui';
123
- import { ListboxGroupLabel } from 'reka-ui';
124
- import { ListboxItem } from 'reka-ui';
125
- import { ListboxItemIndicator } from 'reka-ui';
126
- import { ListboxRoot } from 'reka-ui';
127
- import { ListboxVirtualizer } from 'reka-ui';
128
- import { LooseRequired } from '@vue/shared';
129
- import { MaybeRefOrGetter } from 'vue';
130
- import { MethodOptions } from 'vue';
131
- import { NavigationGuard } from 'vue-router';
132
- import { NavigationGuardWithThis } from 'vue-router';
133
- import { nextTick } from 'vue';
134
- import { ObjectDirective } from 'vue';
135
- import { OnCleanup } from '@vue/reactivity';
136
- import { PaginationEllipsisProps } from 'reka-ui';
137
- import { PaginationFirstProps } from 'reka-ui';
138
- import { PaginationLastProps } from 'reka-ui';
139
- import { PaginationListItemProps } from 'reka-ui';
140
- import { PaginationListProps } from 'reka-ui';
141
- import { PaginationNextProps } from 'reka-ui';
142
- import { PaginationPrevProps } from 'reka-ui';
143
- import { PaginationRoot } from 'reka-ui';
144
- import { PointerDownOutsideEvent } from 'reka-ui';
145
- import { PopoverAnchor } from 'reka-ui';
146
- import { PopoverArrowProps } from 'reka-ui';
147
- import { PopoverClose } from 'reka-ui';
148
- import { PopoverContentProps } from 'reka-ui';
149
- import { PopoverPortal } from 'reka-ui';
150
- import { PopoverRoot } from 'reka-ui';
151
- import { PopoverTrigger } from 'reka-ui';
152
- import { PropType } from 'vue';
153
- import { PublicProps } from 'vue';
154
- import { RadioGroupItemProps } from 'reka-ui';
155
- import { RadioGroupRoot } from 'reka-ui';
156
- import { RangeCalendarCell } from 'reka-ui';
157
- import { RangeCalendarCellTriggerProps } from 'reka-ui';
158
- import { RangeCalendarGrid } from 'reka-ui';
159
- import { RangeCalendarGridBodyProps } from 'reka-ui';
160
- import { RangeCalendarGridHead } from 'reka-ui';
161
- import { RangeCalendarGridRowProps } from 'reka-ui';
162
- import { RangeCalendarHeadCellProps } from 'reka-ui';
163
- import { RangeCalendarHeaderProps } from 'reka-ui';
164
- import { RangeCalendarHeadingProps } from 'reka-ui';
165
- import { RangeCalendarNextProps } from 'reka-ui';
166
- import { RangeCalendarPrevProps } from 'reka-ui';
167
- import { default as RangeCalendarRoot } from './RangeCalendarRoot';
168
- import { Ref } from 'vue';
169
- import { RendererElement } from 'vue';
170
- import { RendererNode } from 'vue';
171
- import { RouteLocationRaw } from 'vue-router';
172
- import { RowSelectionState } from '@tanstack/vue-table';
173
- import { ScrollAreaRoot as ScrollAreaRoot_2 } from 'reka-ui';
174
- import { ScrollAreaRootProps } from 'reka-ui';
175
- import { ScrollAreaScrollbarProps } from 'reka-ui';
176
- import { ScrollAreaViewportProps } from 'reka-ui';
177
- import { SelectContentProps } from 'reka-ui';
178
- import { SelectGroup } from 'reka-ui';
179
- import { SelectIcon } from 'reka-ui';
180
- import { SelectItemIndicator } from 'reka-ui';
181
- import { SelectItemProps } from 'reka-ui';
182
- import { SelectItemText } from 'reka-ui';
183
- import { SelectLabel } from 'reka-ui';
184
- import { SelectPortal } from 'reka-ui';
185
- import { SelectRootProps } from 'reka-ui';
186
- import { SelectScrollDownButton } from 'reka-ui';
187
- import { SelectScrollUpButton } from 'reka-ui';
188
- import { SelectSeparatorProps } from 'reka-ui';
189
- import { SelectTriggerProps } from 'reka-ui';
190
- import { SelectValueProps } from 'reka-ui';
191
- import { SelectViewportProps } from 'reka-ui';
192
- import { ShallowRef } from 'vue';
193
- import { ShallowUnwrapRef } from 'vue';
194
- import { Slot } from 'vue';
195
- import { SortingState } from '@tanstack/vue-table';
196
- import { StepperItemProps } from 'reka-ui';
197
- import { StepperRoot as StepperRoot_2 } from 'reka-ui';
198
- import { StepperRootProps } from 'reka-ui';
199
- import { SwitchRootProps } from 'reka-ui';
200
- import { SwitchThumbProps } from 'reka-ui';
201
- import { TabsContent } from 'reka-ui';
202
- import { TabsIndicator } from 'reka-ui';
203
- import { TabsListProps } from 'reka-ui';
204
- import { TabsTriggerProps } from 'reka-ui';
205
- import { ToastAction } from 'reka-ui';
206
- import { ToastCloseProps } from 'reka-ui';
207
- import { ToastDescriptionProps } from 'reka-ui';
208
- import { ToastPortal } from 'reka-ui';
209
- import { ToastProviderProps } from 'reka-ui';
210
- import { ToastRootProps } from 'reka-ui';
211
- import { ToastTitleProps } from 'reka-ui';
212
- import { ToastViewportProps } from 'reka-ui';
213
- import { TooltipContentProps } from 'reka-ui';
214
- import { TooltipPortal } from 'reka-ui';
215
- import { TooltipProvider } from 'reka-ui';
216
- import { TooltipRoot } from 'reka-ui';
217
- import { TooltipTrigger } from 'reka-ui';
218
- import { TypesConfig } from 'vue-router';
219
- import { VNode } from 'vue';
220
- import { VNodeProps } from 'vue';
221
- import { WatchCallback } from 'vue';
222
- import { WatchOptions } from 'vue';
223
- import { WatchStopHandle } from 'vue';
224
- import { WritableComputedRef } from 'vue';
225
-
226
- declare const __VLS_component: DefineComponent<IAccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
227
-
228
- declare const __VLS_component_10: DefineComponent<AlertDialogTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AlertDialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
229
-
230
- declare const __VLS_component_11: DefineComponent<IAlertDialogTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
231
-
232
- declare const __VLS_component_12: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
233
- "update:open": (value: boolean) => any;
234
- }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
235
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
236
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
237
- contentRef: HTMLDivElement;
238
- bodyRef: HTMLDivElement;
239
- }, any>;
240
-
241
- declare const __VLS_component_13: DefineComponent<IButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
242
-
243
- declare const __VLS_component_14: DefineComponent<CalendarCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
244
-
245
- declare const __VLS_component_15: DefineComponent<CalendarGridProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarGridProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
246
-
247
- declare const __VLS_component_16: DefineComponent<CalendarGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
248
-
249
- declare const __VLS_component_17: DefineComponent<CalendarGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
250
-
251
- declare const __VLS_component_18: DefineComponent<CalendarHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
252
-
253
- declare const __VLS_component_19: DefineComponent<CalendarHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
254
-
255
- declare const __VLS_component_2: DefineComponent<IAccordionHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
256
-
257
- declare const __VLS_component_20: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
258
- "update:modelValue": (value: any) => any;
259
- } & {
260
- change: (value: string | number | boolean | any[] | null, event: Event) => any;
261
- "update:modelValue": (value: string | number | boolean | any[] | null) => any;
262
- "update:checked": (value: boolean) => any;
263
- "update:indeterminate": (value: boolean) => any;
264
- }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
265
- onChange?: ((value: string | number | boolean | any[] | null, event: Event) => any) | undefined;
266
- "onUpdate:modelValue"?: ((value: string | number | boolean | any[] | null) => any) | undefined;
267
- "onUpdate:checked"?: ((value: boolean) => any) | undefined;
268
- "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
269
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
270
-
271
- declare const __VLS_component_21: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
272
- "update:modelValue": (value: AcceptableValue) => any;
273
- "update:open": (value: boolean) => any;
274
- highlight: (payload: {
275
- ref: HTMLElement;
276
- value: AcceptableValue;
277
- } | undefined) => any;
278
- }, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
279
- "onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
280
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
281
- onHighlight?: ((payload: {
282
- ref: HTMLElement;
283
- value: AcceptableValue;
284
- } | undefined) => any) | undefined;
285
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
286
-
287
- declare const __VLS_component_22: DefineComponent<ComboboxContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
288
-
289
- declare const __VLS_component_23: DefineComponent<IComboboxAnchorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IComboboxAnchorProps> & Readonly<{}>, {
290
- size: "small" | "default" | "large";
291
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
292
-
293
- declare const __VLS_component_24: DefineComponent<IComboboxItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IComboboxItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
294
-
295
- declare const __VLS_component_25: DefineComponent<ComboboxViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
296
-
297
- declare const __VLS_component_26: DefineComponent<DatePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
298
-
299
- declare const __VLS_component_27: DefineComponent<DatePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
300
-
301
- declare const __VLS_component_28: DefineComponent<IDatePickerFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps> & Readonly<{}>, {
302
- size: "small" | "default" | "large";
303
- width: number;
304
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
305
-
306
- declare const __VLS_component_29: DefineComponent<DatePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
307
-
308
- declare const __VLS_component_3: DefineComponent<IAccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionItemProps> & Readonly<{}>, {
309
- styleVariant: "inline" | "filled" | "outlined";
310
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
311
-
312
- declare const __VLS_component_30: DefineComponent<DatePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
313
-
314
- declare const __VLS_component_31: DefineComponent<DatePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
315
-
316
- declare const __VLS_component_32: DefineComponent<DatePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
317
-
318
- declare const __VLS_component_33: DefineComponent<DatePickerInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
319
-
320
- declare const __VLS_component_34: DefineComponent<DatePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
321
-
322
- declare const __VLS_component_35: DefineComponent<DateRangePickerCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
323
-
324
- declare const __VLS_component_36: DefineComponent<DateRangePickerContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
325
-
326
- declare const __VLS_component_37: DefineComponent<DateRangePickerGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
327
-
328
- declare const __VLS_component_38: DefineComponent<DateRangePickerGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
329
-
330
- declare const __VLS_component_39: DefineComponent<DateRangePickerHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
331
-
332
- declare const __VLS_component_4: DefineComponent<IAccordionRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
333
- "update:modelValue": (value: string | string[] | undefined) => any;
334
- }, string, PublicProps, Readonly<IAccordionRootProps> & Readonly<{
335
- "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
336
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
337
-
338
- declare const __VLS_component_40: DefineComponent<DateRangePickerHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
339
-
340
- declare const __VLS_component_41: DefineComponent<DateRangePickerTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
341
-
342
- declare const __VLS_component_42: DefineComponent<IDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
343
- escapeKeyDown: (event: KeyboardEvent) => any;
344
- pointerDownOutside: (event: PointerDownOutsideEvent) => any;
345
- focusOutside: (event: FocusOutsideEvent) => any;
346
- interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
347
- openAutoFocus: (event: Event) => any;
348
- closeAutoFocus: (event: Event) => any;
349
- }, string, PublicProps, Readonly<IDialogContentProps> & Readonly<{
350
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
351
- onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
352
- onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
353
- onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
354
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
355
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
356
- }>, {
357
- width: number;
358
- disableOutsidePointerEvents: boolean;
359
- closeButton: IDialogCloseProps;
360
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
361
-
362
- declare const __VLS_component_43: DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
363
-
364
- declare const __VLS_component_44: DefineComponent<IDialogActionsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDialogActionsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
365
-
366
- declare const __VLS_component_45: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
367
-
368
- declare const __VLS_component_46: DefineComponent<IDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
369
- escapeKeyDown: (event: KeyboardEvent) => any;
370
- pointerDownOutside: (event: PointerDownOutsideEvent) => any;
371
- focusOutside: (event: FocusOutsideEvent) => any;
372
- interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
373
- closeAutoFocus: (event: Event) => any;
374
- }, string, PublicProps, Readonly<IDropdownMenuContentProps> & Readonly<{
375
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
376
- onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
377
- onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
378
- onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
379
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
380
- }>, {
381
- width: number;
382
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
383
-
384
- declare const __VLS_component_47: DefineComponent<DropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
385
- select: (event: Event) => any;
386
- }, string, PublicProps, Readonly<DropdownMenuItemProps> & Readonly<{
387
- onSelect?: ((event: Event) => any) | undefined;
388
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
389
-
390
- declare const __VLS_component_48: DefineComponent<IDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
391
- escapeKeyDown: (event: KeyboardEvent) => any;
392
- pointerDownOutside: (event: PointerDownOutsideEvent) => any;
393
- focusOutside: (event: FocusOutsideEvent) => any;
394
- interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
395
- openAutoFocus: (event: Event) => any;
396
- closeAutoFocus: (event: Event) => any;
397
- entryFocus: (event: Event) => any;
398
- }, string, PublicProps, Readonly<IDropdownMenuSubContentProps> & Readonly<{
399
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
400
- onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
401
- onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
402
- onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
403
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
404
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
405
- onEntryFocus?: ((event: Event) => any) | undefined;
406
- }>, {
407
- width: number;
408
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
409
-
410
- declare const __VLS_component_49: DefineComponent<DropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
411
-
412
- declare const __VLS_component_5: DefineComponent<IAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionTriggerProps> & Readonly<{}>, {
413
- visibleArrow: boolean;
414
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
415
-
416
- declare const __VLS_component_50: DefineComponent<DialogRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
417
- "update:open": (value: boolean) => any;
418
- }, string, PublicProps, Readonly<DialogRootProps> & Readonly<{
419
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
420
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
421
-
422
- declare const __VLS_component_51: DefineComponent<IDialogContentProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
423
- escapeKeyDown: (event: KeyboardEvent) => any;
424
- pointerDownOutside: (event: PointerDownOutsideEvent) => any;
425
- focusOutside: (event: FocusOutsideEvent) => any;
426
- interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
427
- openAutoFocus: (event: Event) => any;
428
- closeAutoFocus: (event: Event) => any;
429
- }, string, PublicProps, Readonly<IDialogContentProps_2> & Readonly<{
430
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
431
- onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
432
- onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
433
- onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
434
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
435
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
436
- }>, {
437
- width: number;
438
- position: "right" | "top" | "left" | "bottom";
439
- closeButton: IDrawerCloseProps;
440
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
441
-
442
- declare const __VLS_component_52: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
443
-
444
- declare const __VLS_component_53: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
445
-
446
- declare const __VLS_component_54: DefineComponent<DialogTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
447
-
448
- declare const __VLS_component_55: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
449
-
450
- declare const __VLS_component_56: DefineComponent<LabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
451
-
452
- declare const __VLS_component_57: DefineComponent<ExtractPropTypes< {
453
- type: {
454
- type: PropType<"error" | "warning" | "info">;
455
- default: string;
456
- };
457
- message: StringConstructor;
458
- outlined: BooleanConstructor;
459
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
460
- type: {
461
- type: PropType<"error" | "warning" | "info">;
462
- default: string;
463
- };
464
- message: StringConstructor;
465
- outlined: BooleanConstructor;
466
- }>> & Readonly<{}>, {
467
- outlined: boolean;
468
- type: "error" | "info" | "warning";
469
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
470
-
471
- declare const __VLS_component_58: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
472
- "update:modelValue": (value: string) => any;
473
- } & {
474
- clear: () => any;
475
- input: (value: Event) => any;
476
- blur: (value: FocusEvent) => any;
477
- focus: (value: FocusEvent) => any;
478
- paste: (value: ClipboardEvent) => any;
479
- }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
480
- onClear?: (() => any) | undefined;
481
- onInput?: ((value: Event) => any) | undefined;
482
- onBlur?: ((value: FocusEvent) => any) | undefined;
483
- onFocus?: ((value: FocusEvent) => any) | undefined;
484
- onPaste?: ((value: ClipboardEvent) => any) | undefined;
485
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
486
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
487
-
488
- declare const __VLS_component_59: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
489
-
490
- declare const __VLS_component_6: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
491
- size: "extrasmall" | "small" | "medium" | "large";
492
- variant: ButtonVariant;
493
- buttonStyle: ButtonStyle;
494
- strong: boolean;
495
- as: AsTag | Component;
496
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
497
-
498
- declare const __VLS_component_60: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
499
-
500
- declare const __VLS_component_61: DefineComponent<IPopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
501
- escapeKeyDown: (event: KeyboardEvent) => any;
502
- pointerDownOutside: (event: PointerDownOutsideEvent) => any;
503
- focusOutside: (event: FocusOutsideEvent) => any;
504
- interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
505
- openAutoFocus: (event: Event) => any;
506
- closeAutoFocus: (event: Event) => any;
507
- }, string, PublicProps, Readonly<IPopoverContentProps> & Readonly<{
508
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
509
- onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
510
- onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
511
- onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
512
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
513
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
514
- }>, {
515
- width: number;
516
- alignOffset: number;
517
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
518
-
519
- declare const __VLS_component_62: DefineComponent<RangeCalendarCellTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RangeCalendarCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
520
-
521
- declare const __VLS_component_63: DefineComponent<RangeCalendarGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RangeCalendarGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
522
-
523
- declare const __VLS_component_64: DefineComponent<RangeCalendarGridRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RangeCalendarGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
524
-
525
- declare const __VLS_component_65: DefineComponent<RangeCalendarHeadCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RangeCalendarHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
526
-
527
- declare const __VLS_component_66: DefineComponent<RangeCalendarHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RangeCalendarHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
528
-
529
- declare const __VLS_component_67: DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
530
-
531
- declare const __VLS_component_68: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
532
-
533
- declare const __VLS_component_69: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
534
-
535
- declare const __VLS_component_7: DefineComponent<IAlertDialogCancelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogCancelProps> & Readonly<{}>, {
536
- size: "extrasmall" | "small" | "medium" | "large";
537
- variant: ButtonVariant;
538
- buttonStyle: ButtonStyle;
539
- strong: boolean;
540
- as: AsTag | Component;
541
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
542
-
543
- declare const __VLS_component_70: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TagProps> & Readonly<{}>, {
544
- colors: TagColors;
545
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
546
-
547
- declare const __VLS_component_71: DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {
548
- as: AsTag | Component;
549
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
550
-
551
- declare const __VLS_component_72: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
552
- swipeDirection: "left" | "right" | "up" | "down";
553
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
554
-
555
- declare const __VLS_component_73: DefineComponent<IToastRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
556
- pause: () => any;
557
- escapeKeyDown: (event: KeyboardEvent) => any;
558
- "update:open": (value: boolean) => any;
559
- resume: () => any;
560
- swipeStart: (event: {
561
- currentTarget: EventTarget & HTMLElement;
562
- } & Omit<CustomEvent<{
563
- originalEvent: PointerEvent;
564
- delta: {
565
- x: number;
566
- y: number;
567
- };
568
- }>, "currentTarget">) => any;
569
- swipeMove: (event: {
570
- currentTarget: EventTarget & HTMLElement;
571
- } & Omit<CustomEvent<{
572
- originalEvent: PointerEvent;
573
- delta: {
574
- x: number;
575
- y: number;
576
- };
577
- }>, "currentTarget">) => any;
578
- swipeCancel: (event: {
579
- currentTarget: EventTarget & HTMLElement;
580
- } & Omit<CustomEvent<{
581
- originalEvent: PointerEvent;
582
- delta: {
583
- x: number;
584
- y: number;
585
- };
586
- }>, "currentTarget">) => any;
587
- swipeEnd: (event: {
588
- currentTarget: EventTarget & HTMLElement;
589
- } & Omit<CustomEvent<{
590
- originalEvent: PointerEvent;
591
- delta: {
592
- x: number;
593
- y: number;
594
- };
595
- }>, "currentTarget">) => any;
596
- }, string, PublicProps, Readonly<IToastRootProps> & Readonly<{
597
- onPause?: (() => any) | undefined;
598
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
599
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
600
- onResume?: (() => any) | undefined;
601
- onSwipeStart?: ((event: {
602
- currentTarget: EventTarget & HTMLElement;
603
- } & Omit<CustomEvent<{
604
- originalEvent: PointerEvent;
605
- delta: {
606
- x: number;
607
- y: number;
608
- };
609
- }>, "currentTarget">) => any) | undefined;
610
- onSwipeMove?: ((event: {
611
- currentTarget: EventTarget & HTMLElement;
612
- } & Omit<CustomEvent<{
613
- originalEvent: PointerEvent;
614
- delta: {
615
- x: number;
616
- y: number;
617
- };
618
- }>, "currentTarget">) => any) | undefined;
619
- onSwipeCancel?: ((event: {
620
- currentTarget: EventTarget & HTMLElement;
621
- } & Omit<CustomEvent<{
622
- originalEvent: PointerEvent;
623
- delta: {
624
- x: number;
625
- y: number;
626
- };
627
- }>, "currentTarget">) => any) | undefined;
628
- onSwipeEnd?: ((event: {
629
- currentTarget: EventTarget & HTMLElement;
630
- } & Omit<CustomEvent<{
631
- originalEvent: PointerEvent;
632
- delta: {
633
- x: number;
634
- y: number;
635
- };
636
- }>, "currentTarget">) => any) | undefined;
637
- }>, {
638
- variant: ToastVariant;
639
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
640
-
641
- declare const __VLS_component_74: DefineComponent<ToastTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {
642
- as: AsTag | Component;
643
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
644
-
645
- declare const __VLS_component_75: DefineComponent<ITooltipContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
646
- escapeKeyDown: (event: KeyboardEvent) => any;
647
- pointerDownOutside: (event: Event) => any;
648
- }, string, PublicProps, Readonly<ITooltipContentProps> & Readonly<{
649
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
650
- onPointerDownOutside?: ((event: Event) => any) | undefined;
651
- }>, {
652
- viewArrow: boolean;
653
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
654
-
655
- declare const __VLS_component_76: DefineComponent<IScrollAreaRootProps, {
656
- scrollToBottom: typeof scrollToBottom;
657
- scrollToTop: typeof scrollToTop;
658
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IScrollAreaRootProps> & Readonly<{}>, {
659
- maxHeight: number | string;
660
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
661
- scrollArea: ({
662
- $: ComponentInternalInstance;
663
- $data: {};
664
- $props: {
665
- readonly maxHeight?: number | string | undefined;
666
- readonly type?: ("scroll" | "auto" | "hover" | "always") | undefined;
667
- readonly dir?: ("ltr" | "rtl") | undefined;
668
- readonly scrollHideDelay?: number | undefined;
669
- readonly asChild?: boolean | undefined;
670
- readonly as?: (AsTag | Component) | undefined;
671
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
672
- $attrs: {
673
- [x: string]: unknown;
674
- };
675
- $refs: {
676
- [x: string]: unknown;
677
- };
678
- $slots: Readonly<{
679
- [name: string]: Slot<any> | undefined;
680
- }>;
681
- $root: ComponentPublicInstance | null;
682
- $parent: ComponentPublicInstance | null;
683
- $host: Element | null;
684
- $emit: (event: string, ...args: any[]) => void;
685
- $el: any;
686
- $options: ComponentOptionsBase<Readonly<IScrollAreaRootProps> & Readonly<{}>, {
687
- ScrollAreaRoot: typeof ScrollAreaRoot_2;
688
- forwared: typeof forwared;
689
- height: typeof height;
690
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
691
- maxHeight: number | string;
692
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
693
- beforeCreate?: (() => void) | (() => void)[];
694
- created?: (() => void) | (() => void)[];
695
- beforeMount?: (() => void) | (() => void)[];
696
- mounted?: (() => void) | (() => void)[];
697
- beforeUpdate?: (() => void) | (() => void)[];
698
- updated?: (() => void) | (() => void)[];
699
- activated?: (() => void) | (() => void)[];
700
- deactivated?: (() => void) | (() => void)[];
701
- beforeDestroy?: (() => void) | (() => void)[];
702
- beforeUnmount?: (() => void) | (() => void)[];
703
- destroyed?: (() => void) | (() => void)[];
704
- unmounted?: (() => void) | (() => void)[];
705
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
706
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
707
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
708
- };
709
- $forceUpdate: () => void;
710
- $nextTick: nextTick;
711
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
712
- } & Readonly<{
713
- maxHeight: number | string;
714
- }> & Omit<Readonly<IScrollAreaRootProps> & Readonly<{}>, "height" | "maxHeight" | "forwared" | "ScrollAreaRoot"> & ShallowUnwrapRef< {
715
- ScrollAreaRoot: typeof ScrollAreaRoot_2;
716
- forwared: typeof forwared;
717
- height: typeof height;
718
- }> & {} & ComponentCustomProperties & {} & {
719
- $slots: {
720
- default?(_: {}): any;
721
- };
722
- } & {
723
- $: ComponentInternalInstance;
724
- $data: {};
725
- $props: {
726
- readonly type?: ("scroll" | "auto" | "hover" | "always") | undefined;
727
- readonly dir?: ("ltr" | "rtl") | undefined;
728
- readonly scrollHideDelay?: number | undefined;
729
- readonly asChild?: boolean | undefined;
730
- readonly as?: (AsTag | Component) | undefined;
731
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
732
- $attrs: {
733
- [x: string]: unknown;
734
- };
735
- $refs: {
736
- [x: string]: unknown;
737
- };
738
- $slots: Readonly<{
739
- [name: string]: Slot<any> | undefined;
740
- }>;
741
- $root: ComponentPublicInstance | null;
742
- $parent: ComponentPublicInstance | null;
743
- $host: Element | null;
744
- $emit: (event: string, ...args: any[]) => void;
745
- $el: any;
746
- $options: ComponentOptionsBase<Readonly<ScrollAreaRootProps> & Readonly<{}>, {
747
- viewport: Ref<HTMLElement | undefined, HTMLElement | undefined>;
748
- scrollTop: () => void;
749
- scrollTopLeft: () => void;
750
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
751
- type: "scroll" | "auto" | "hover" | "always";
752
- scrollHideDelay: number;
753
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
754
- beforeCreate?: (() => void) | (() => void)[];
755
- created?: (() => void) | (() => void)[];
756
- beforeMount?: (() => void) | (() => void)[];
757
- mounted?: (() => void) | (() => void)[];
758
- beforeUpdate?: (() => void) | (() => void)[];
759
- updated?: (() => void) | (() => void)[];
760
- activated?: (() => void) | (() => void)[];
761
- deactivated?: (() => void) | (() => void)[];
762
- beforeDestroy?: (() => void) | (() => void)[];
763
- beforeUnmount?: (() => void) | (() => void)[];
764
- destroyed?: (() => void) | (() => void)[];
765
- unmounted?: (() => void) | (() => void)[];
766
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
767
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
768
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
769
- };
770
- $forceUpdate: () => void;
771
- $nextTick: nextTick;
772
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
773
- } & Readonly<{
774
- type: "scroll" | "auto" | "hover" | "always";
775
- scrollHideDelay: number;
776
- }> & Omit<Readonly<ScrollAreaRootProps> & Readonly<{}>, "type" | "viewport" | "scrollHideDelay" | "scrollTop" | "scrollTopLeft"> & ShallowUnwrapRef< {
777
- viewport: Ref<HTMLElement | undefined, HTMLElement | undefined>;
778
- scrollTop: () => void;
779
- scrollTopLeft: () => void;
780
- }>) | null;
781
- }, any>;
782
-
783
- declare const __VLS_component_77: DefineComponent<ScrollAreaViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
784
-
785
- declare const __VLS_component_78: DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
786
- escapeKeyDown: (event: KeyboardEvent) => any;
787
- pointerDownOutside: (event: PointerDownOutsideEvent) => any;
788
- closeAutoFocus: (event: Event) => any;
789
- }, string, PublicProps, Readonly<SelectContentProps> & Readonly<{
790
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
791
- onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
792
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
793
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
794
-
795
- declare const __VLS_component_79: DefineComponent<ISelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
796
-
797
- declare const __VLS_component_8: DefineComponent<IAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogContentProps> & Readonly<{}>, {
798
- width: number;
799
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
800
-
801
- declare const __VLS_component_80: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
802
- "update:modelValue": (value: AcceptableValue) => any;
803
- "update:open": (value: boolean) => any;
804
- }, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
805
- "onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
806
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
807
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
808
-
809
- declare const __VLS_component_81: DefineComponent<ISelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectTriggerProps> & Readonly<{}>, {
810
- size: "small" | "default" | "large";
811
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
812
-
813
- declare const __VLS_component_82: DefineComponent<ISelectValueProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
814
- maxSelectedLabels: number;
815
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
816
-
817
- declare const __VLS_component_83: DefineComponent<SelectViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
818
-
819
- declare const __VLS_component_84: DefineComponent<StepperItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StepperItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
820
-
821
- declare const __VLS_component_85: DefineComponent<StepperRootProps, {
822
- $el: Readonly<ShallowRef<({
823
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<StepperRootProps> & Readonly<{
824
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
825
- }>, {
826
- goToStep: (step: number) => void;
827
- nextStep: () => void;
828
- prevStep: () => void;
829
- modelValue: WritableComputedRef<number | undefined, number | undefined>;
830
- totalSteps: ComputedRef<number>;
831
- isNextDisabled: ComputedRef<boolean>;
832
- isPrevDisabled: ComputedRef<boolean>;
833
- isFirstStep: ComputedRef<boolean>;
834
- isLastStep: ComputedRef<boolean>;
835
- hasNext: () => boolean;
836
- hasPrev: () => boolean;
837
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
838
- "update:modelValue": (payload: number | undefined) => any;
839
- }, PublicProps, {
840
- orientation: "horizontal" | "vertical";
841
- defaultValue: number;
842
- linear: boolean;
843
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
844
- P: {};
845
- B: {};
846
- D: {};
847
- C: {};
848
- M: {};
849
- Defaults: {};
850
- }, Readonly<StepperRootProps> & Readonly<{
851
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
852
- }>, {
853
- goToStep: (step: number) => void;
854
- nextStep: () => void;
855
- prevStep: () => void;
856
- modelValue: WritableComputedRef<number | undefined, number | undefined>;
857
- totalSteps: ComputedRef<number>;
858
- isNextDisabled: ComputedRef<boolean>;
859
- isPrevDisabled: ComputedRef<boolean>;
860
- isFirstStep: ComputedRef<boolean>;
861
- isLastStep: ComputedRef<boolean>;
862
- hasNext: () => boolean;
863
- hasPrev: () => boolean;
864
- }, {}, {}, {}, {
865
- orientation: "horizontal" | "vertical";
866
- defaultValue: number;
867
- linear: boolean;
868
- }>;
869
- __isFragment?: never;
870
- __isTeleport?: never;
871
- __isSuspense?: never;
872
- } & ComponentOptionsBase<Readonly<StepperRootProps> & Readonly<{
873
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
874
- }>, {
875
- goToStep: (step: number) => void;
876
- nextStep: () => void;
877
- prevStep: () => void;
878
- modelValue: WritableComputedRef<number | undefined, number | undefined>;
879
- totalSteps: ComputedRef<number>;
880
- isNextDisabled: ComputedRef<boolean>;
881
- isPrevDisabled: ComputedRef<boolean>;
882
- isFirstStep: ComputedRef<boolean>;
883
- isLastStep: ComputedRef<boolean>;
884
- hasNext: () => boolean;
885
- hasPrev: () => boolean;
886
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
887
- "update:modelValue": (payload: number | undefined) => any;
888
- }, string, {
889
- orientation: "horizontal" | "vertical";
890
- defaultValue: number;
891
- linear: boolean;
892
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
893
- $slots: {
894
- default?: (props: {
895
- modelValue: number | undefined;
896
- totalSteps: number;
897
- isNextDisabled: boolean;
898
- isPrevDisabled: boolean;
899
- isFirstStep: boolean;
900
- isLastStep: boolean;
901
- goToStep: (step: number) => void;
902
- nextStep: () => void;
903
- prevStep: () => void;
904
- hasNext: () => boolean;
905
- hasPrev: () => boolean;
906
- }) => any;
907
- };
908
- })) | null>>;
909
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
910
- "update:modelValue": (payload: number | undefined) => any;
911
- }, string, PublicProps, Readonly<StepperRootProps> & Readonly<{
912
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
913
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
914
- stepper: ({
915
- $: ComponentInternalInstance;
916
- $data: {};
917
- $props: {
918
- readonly defaultValue?: number | undefined;
919
- readonly orientation?: ("horizontal" | "vertical") | undefined;
920
- readonly dir?: ("ltr" | "rtl") | undefined;
921
- readonly modelValue?: number | undefined;
922
- readonly linear?: boolean | undefined;
923
- readonly asChild?: boolean | undefined;
924
- readonly as?: (AsTag | Component) | undefined;
925
- readonly "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
926
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
927
- $attrs: {
928
- [x: string]: unknown;
929
- };
930
- $refs: {
931
- [x: string]: unknown;
932
- };
933
- $slots: Readonly<{
934
- [name: string]: Slot<any> | undefined;
935
- }>;
936
- $root: ComponentPublicInstance | null;
937
- $parent: ComponentPublicInstance | null;
938
- $host: Element | null;
939
- $emit: (event: "update:modelValue", payload: number | undefined) => void;
940
- $el: any;
941
- $options: ComponentOptionsBase<Readonly<StepperRootProps> & Readonly<{
942
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
943
- }>, {
944
- StepperRoot: typeof StepperRoot_2;
945
- forwared: typeof forwared_2;
946
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
947
- "update:modelValue": (payload: number | undefined) => any;
948
- }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
949
- beforeCreate?: (() => void) | (() => void)[];
950
- created?: (() => void) | (() => void)[];
951
- beforeMount?: (() => void) | (() => void)[];
952
- mounted?: (() => void) | (() => void)[];
953
- beforeUpdate?: (() => void) | (() => void)[];
954
- updated?: (() => void) | (() => void)[];
955
- activated?: (() => void) | (() => void)[];
956
- deactivated?: (() => void) | (() => void)[];
957
- beforeDestroy?: (() => void) | (() => void)[];
958
- beforeUnmount?: (() => void) | (() => void)[];
959
- destroyed?: (() => void) | (() => void)[];
960
- unmounted?: (() => void) | (() => void)[];
961
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
962
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
963
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
964
- };
965
- $forceUpdate: () => void;
966
- $nextTick: nextTick;
967
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
968
- } & Readonly<{}> & Omit<Readonly<StepperRootProps> & Readonly<{
969
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
970
- }>, "forwared" | "StepperRoot"> & ShallowUnwrapRef< {
971
- StepperRoot: typeof StepperRoot_2;
972
- forwared: typeof forwared_2;
973
- }> & {} & ComponentCustomProperties & {} & {
974
- $slots: {
975
- default?(_: {}): any;
976
- };
977
- } & {
978
- $: ComponentInternalInstance;
979
- $data: {};
980
- $props: {
981
- readonly defaultValue?: number | undefined;
982
- readonly orientation?: ("horizontal" | "vertical") | undefined;
983
- readonly dir?: ("ltr" | "rtl") | undefined;
984
- readonly modelValue?: number | undefined;
985
- readonly linear?: boolean | undefined;
986
- readonly asChild?: boolean | undefined;
987
- readonly as?: (AsTag | Component) | undefined;
988
- readonly "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined | undefined;
989
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
990
- $attrs: {
991
- [x: string]: unknown;
992
- };
993
- $refs: {
994
- [x: string]: unknown;
995
- };
996
- $slots: Readonly<{
997
- [name: string]: Slot<any> | undefined;
998
- }>;
999
- $root: ComponentPublicInstance | null;
1000
- $parent: ComponentPublicInstance | null;
1001
- $host: Element | null;
1002
- $emit: (event: "update:modelValue", payload: number | undefined) => void;
1003
- $el: any;
1004
- $options: ComponentOptionsBase<Readonly<StepperRootProps> & Readonly<{
1005
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
1006
- }>, {
1007
- goToStep: (step: number) => void;
1008
- nextStep: () => void;
1009
- prevStep: () => void;
1010
- modelValue: WritableComputedRef<number | undefined, number | undefined>;
1011
- totalSteps: ComputedRef<number>;
1012
- isNextDisabled: ComputedRef<boolean>;
1013
- isPrevDisabled: ComputedRef<boolean>;
1014
- isFirstStep: ComputedRef<boolean>;
1015
- isLastStep: ComputedRef<boolean>;
1016
- hasNext: () => boolean;
1017
- hasPrev: () => boolean;
1018
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1019
- "update:modelValue": (payload: number | undefined) => any;
1020
- }, string, {
1021
- orientation: "horizontal" | "vertical";
1022
- defaultValue: number;
1023
- linear: boolean;
1024
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
1025
- beforeCreate?: (() => void) | (() => void)[];
1026
- created?: (() => void) | (() => void)[];
1027
- beforeMount?: (() => void) | (() => void)[];
1028
- mounted?: (() => void) | (() => void)[];
1029
- beforeUpdate?: (() => void) | (() => void)[];
1030
- updated?: (() => void) | (() => void)[];
1031
- activated?: (() => void) | (() => void)[];
1032
- deactivated?: (() => void) | (() => void)[];
1033
- beforeDestroy?: (() => void) | (() => void)[];
1034
- beforeUnmount?: (() => void) | (() => void)[];
1035
- destroyed?: (() => void) | (() => void)[];
1036
- unmounted?: (() => void) | (() => void)[];
1037
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1038
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1039
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
1040
- };
1041
- $forceUpdate: () => void;
1042
- $nextTick: nextTick;
1043
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
1044
- } & Readonly<{
1045
- orientation: "horizontal" | "vertical";
1046
- defaultValue: number;
1047
- linear: boolean;
1048
- }> & Omit<Readonly<StepperRootProps> & Readonly<{
1049
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
1050
- }>, "modelValue" | "linear" | "orientation" | "defaultValue" | "goToStep" | "nextStep" | "prevStep" | "totalSteps" | "isNextDisabled" | "isPrevDisabled" | "isFirstStep" | "isLastStep" | "hasNext" | "hasPrev"> & ShallowUnwrapRef< {
1051
- goToStep: (step: number) => void;
1052
- nextStep: () => void;
1053
- prevStep: () => void;
1054
- modelValue: WritableComputedRef<number | undefined, number | undefined>;
1055
- totalSteps: ComputedRef<number>;
1056
- isNextDisabled: ComputedRef<boolean>;
1057
- isPrevDisabled: ComputedRef<boolean>;
1058
- isFirstStep: ComputedRef<boolean>;
1059
- isLastStep: ComputedRef<boolean>;
1060
- hasNext: () => boolean;
1061
- hasPrev: () => boolean;
1062
- }> & {
1063
- $slots: {
1064
- default?: (props: {
1065
- modelValue: number | undefined;
1066
- totalSteps: number;
1067
- isNextDisabled: boolean;
1068
- isPrevDisabled: boolean;
1069
- isFirstStep: boolean;
1070
- isLastStep: boolean;
1071
- goToStep: (step: number) => void;
1072
- nextStep: () => void;
1073
- prevStep: () => void;
1074
- hasNext: () => boolean;
1075
- hasPrev: () => boolean;
1076
- }) => any;
1077
- };
1078
- }) | null;
1079
- }, any>;
1080
-
1081
- declare const __VLS_component_86: DefineComponent<SwitchRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1082
- "update:modelValue": (payload: boolean) => any;
1083
- }, string, PublicProps, Readonly<SwitchRootProps> & Readonly<{
1084
- "onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
1085
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1086
-
1087
- declare const __VLS_component_9: DefineComponent<AlertDialogDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AlertDialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1088
-
1089
- declare const __VLS_defaults: {
1090
- page: number;
1091
- rows: number;
1092
- };
1093
-
1094
- declare type __VLS_Props = {
1095
- title?: string;
1096
- message?: string;
1097
- variant?: 'info' | 'success' | 'warning' | 'error';
1098
- };
1099
-
1100
- declare type __VLS_Props_10 = {
1101
- viewButtons?: boolean;
1102
- max?: number;
1103
- min?: number;
1104
- step?: number;
1105
- icon?: Component;
1106
- iconPosition?: 'left' | 'right';
1107
- formatter?: (value: number) => number;
1108
- selectOnFocus?: boolean;
1109
- size?: 'small' | 'medium' | 'large';
1110
- readonly?: boolean;
1111
- disabled?: boolean;
1112
- error?: boolean;
1113
- };
1114
-
1115
- declare type __VLS_Props_11 = InputTextProps;
1116
-
1117
- declare type __VLS_Props_12 = {
1118
- file: string | IFile;
1119
- alt?: string;
1120
- size?: "small" | "medium" | "large" | "full";
1121
- fullScreen?: boolean;
1122
- viewInfo?: boolean;
1123
- };
1124
-
1125
- declare type __VLS_Props_13 = OTPCodeProps;
1126
-
1127
- declare type __VLS_Props_14 = {
1128
- label?: string;
1129
- placeholder?: string;
1130
- name?: string;
1131
- disabled?: boolean;
1132
- rows?: number;
1133
- cols?: number;
1134
- maxHeight?: number;
1135
- error?: boolean;
1136
- errorText?: string;
1137
- smallText?: string;
1138
- inputId?: string;
1139
- size?: 'default' | 'small' | 'large';
1140
- maxlength?: number;
1141
- resizable?: boolean;
1142
- required?: boolean;
1143
- allowClear?: boolean;
1144
- minHeight?: string;
1145
- };
1146
-
1147
- declare type __VLS_Props_15 = Props;
1148
-
1149
- declare type __VLS_Props_16 = {
1150
- placeholder?: string;
1151
- size?: 'small' | 'default' | 'large';
1152
- };
1153
-
1154
- declare type __VLS_Props_17 = SelectRootProps;
1155
-
1156
- declare type __VLS_Props_2 = {
1157
- value?: string | number;
1158
- variant?: 'primary' | 'danger' | 'neutral';
1159
- strong?: boolean;
1160
- };
1161
-
1162
- declare type __VLS_Props_3 = {
1163
- items: MenuItem[];
1164
- };
1165
-
1166
- declare type __VLS_Props_4 = {
1167
- label?: string;
1168
- value?: string | number | any;
1169
- trueValue?: string | boolean;
1170
- falseValue?: string | boolean;
1171
- name?: string;
1172
- disabled?: boolean;
1173
- indeterminate?: boolean;
1174
- size?: "small" | "default" | "large";
1175
- error?: boolean;
1176
- errorText?: string;
1177
- checked?: boolean;
1178
- customId?: string;
1179
- };
1180
-
1181
- declare type __VLS_Props_5 = ComboboxRootProps;
1182
-
1183
- declare type __VLS_Props_6 = IDataTableProps;
1184
-
1185
- declare type __VLS_Props_7 = {
1186
- layouts?: 'vertical' | 'horizontal';
1187
- type?: 'solid' | 'dashed' | 'dotted';
1188
- align?: 'left' | 'right' | 'center';
1189
- size?: number;
1190
- };
1191
-
1192
- declare type __VLS_Props_8 = {
1193
- label?: string;
1194
- id?: string;
1195
- errorMessage?: string;
1196
- error?: boolean;
1197
- required?: boolean;
1198
- };
1199
-
1200
- declare type __VLS_Props_9 = {
1201
- file: string | IFile_2;
1202
- viewName?: boolean;
1203
- outlined?: boolean;
1204
- removable?: boolean;
1205
- size?: 'small' | 'default';
1206
- viewInfo?: boolean;
1207
- viewSize?: boolean;
1208
- };
1209
-
1210
- declare type __VLS_PublicProps = {
1211
- "open": boolean;
1212
- };
1213
-
1214
- declare type __VLS_PublicProps_2 = {
1215
- modelValue?: string | boolean | any | null | any[];
1216
- } & __VLS_Props_4;
1217
-
1218
- declare type __VLS_PublicProps_3 = {
1219
- 'page'?: typeof __VLS_defaults['page'];
1220
- 'rows'?: typeof __VLS_defaults['rows'];
1221
- 'rowSelection'?: RowSelectionState;
1222
- } & __VLS_Props_6;
1223
-
1224
- declare type __VLS_PublicProps_4 = {
1225
- modelValue: number;
1226
- } & __VLS_Props_10;
1227
-
1228
- declare type __VLS_PublicProps_5 = {
1229
- modelValue?: string;
1230
- } & __VLS_Props_11;
1231
-
1232
- declare type __VLS_PublicProps_6 = {
1233
- modelValue?: string;
1234
- } & __VLS_Props_13;
1235
-
1236
- declare type __VLS_PublicProps_7 = {
1237
- modelValue?: string;
1238
- } & __VLS_Props_14;
1239
-
1240
- declare type __VLS_PublicProps_8 = {
1241
- modelValue?: TTimeValue | null;
1242
- } & __VLS_Props_15;
1243
-
1244
- declare type __VLS_PublicProps_9 = {
1245
- modelValue: TShedule | null;
1246
- } & __VLS_Props_16;
1247
-
1248
- declare function __VLS_template(): {
1249
- attrs: Partial<{}>;
1250
- slots: {
1251
- default?(_: {}): any;
1252
- };
1253
- refs: {};
1254
- rootEl: any;
1255
- };
1256
-
1257
- declare function __VLS_template_10(): {
1258
- attrs: Partial<{}>;
1259
- slots: {
1260
- default?(_: {}): any;
1261
- };
1262
- refs: {};
1263
- rootEl: any;
1264
- };
1265
-
1266
- declare function __VLS_template_11(): {
1267
- attrs: Partial<{}>;
1268
- slots: {
1269
- default?(_: {}): any;
1270
- };
1271
- refs: {};
1272
- rootEl: any;
1273
- };
1274
-
1275
- declare function __VLS_template_12(): {
1276
- attrs: Partial<{}>;
1277
- slots: {
1278
- default?(_: {}): any;
1279
- };
1280
- refs: {
1281
- contentRef: HTMLDivElement;
1282
- bodyRef: HTMLDivElement;
1283
- };
1284
- rootEl: any;
1285
- };
1286
-
1287
- declare function __VLS_template_13(): {
1288
- attrs: Partial<{}>;
1289
- slots: {
1290
- default?(_: {}): any;
1291
- };
1292
- refs: {};
1293
- rootEl: any;
1294
- };
1295
-
1296
- declare function __VLS_template_14(): {
1297
- attrs: Partial<{}>;
1298
- slots: {
1299
- default?(_: {}): any;
1300
- };
1301
- refs: {};
1302
- rootEl: any;
1303
- };
1304
-
1305
- declare function __VLS_template_15(): {
1306
- attrs: Partial<{}>;
1307
- slots: {
1308
- default?(_: {}): any;
1309
- };
1310
- refs: {};
1311
- rootEl: any;
1312
- };
1313
-
1314
- declare function __VLS_template_16(): {
1315
- attrs: Partial<{}>;
1316
- slots: {
1317
- default?(_: {}): any;
1318
- };
1319
- refs: {};
1320
- rootEl: any;
1321
- };
1322
-
1323
- declare function __VLS_template_17(): {
1324
- attrs: Partial<{}>;
1325
- slots: {
1326
- default?(_: {}): any;
1327
- };
1328
- refs: {};
1329
- rootEl: any;
1330
- };
1331
-
1332
- declare function __VLS_template_18(): {
1333
- attrs: Partial<{}>;
1334
- slots: {
1335
- default?(_: {}): any;
1336
- };
1337
- refs: {};
1338
- rootEl: any;
1339
- };
1340
-
1341
- declare function __VLS_template_19(): {
1342
- attrs: Partial<{}>;
1343
- slots: {
1344
- default?(_: {}): any;
1345
- };
1346
- refs: {};
1347
- rootEl: any;
1348
- };
1349
-
1350
- declare function __VLS_template_2(): {
1351
- attrs: Partial<{}>;
1352
- slots: {
1353
- default?(_: {}): any;
1354
- };
1355
- refs: {};
1356
- rootEl: any;
1357
- };
1358
-
1359
- declare function __VLS_template_20(): {
1360
- attrs: Partial<{}>;
1361
- slots: {
1362
- label?(_: {}): any;
1363
- };
1364
- refs: {};
1365
- rootEl: HTMLLabelElement;
1366
- };
1367
-
1368
- declare function __VLS_template_21(): {
1369
- attrs: Partial<{}>;
1370
- slots: {
1371
- default?(_: {}): any;
1372
- };
1373
- refs: {};
1374
- rootEl: any;
1375
- };
1376
-
1377
- declare function __VLS_template_22(): {
1378
- attrs: Partial<{}>;
1379
- slots: {
1380
- default?(_: {}): any;
1381
- };
1382
- refs: {};
1383
- rootEl: any;
1384
- };
1385
-
1386
- declare function __VLS_template_23(): {
1387
- attrs: Partial<{}>;
1388
- slots: {
1389
- default?(_: {}): any;
1390
- };
1391
- refs: {};
1392
- rootEl: any;
1393
- };
1394
-
1395
- declare function __VLS_template_24(): {
1396
- attrs: Partial<{}>;
1397
- slots: {
1398
- default?(_: {}): any;
1399
- };
1400
- refs: {};
1401
- rootEl: any;
1402
- };
1403
-
1404
- declare function __VLS_template_25(): {
1405
- attrs: Partial<{}>;
1406
- slots: {
1407
- default?(_: {}): any;
1408
- };
1409
- refs: {};
1410
- rootEl: any;
1411
- };
1412
-
1413
- declare function __VLS_template_26(): {
1414
- attrs: Partial<{}>;
1415
- slots: {
1416
- default?(_: {}): any;
1417
- };
1418
- refs: {};
1419
- rootEl: any;
1420
- };
1421
-
1422
- declare function __VLS_template_27(): {
1423
- attrs: Partial<{}>;
1424
- slots: {
1425
- default?(_: {}): any;
1426
- };
1427
- refs: {};
1428
- rootEl: any;
1429
- };
1430
-
1431
- declare function __VLS_template_28(): {
1432
- attrs: Partial<{}>;
1433
- slots: {
1434
- default?(_: any): any;
1435
- };
1436
- refs: {};
1437
- rootEl: any;
1438
- };
1439
-
1440
- declare function __VLS_template_29(): {
1441
- attrs: Partial<{}>;
1442
- slots: {
1443
- default?(_: {}): any;
1444
- };
1445
- refs: {};
1446
- rootEl: any;
1447
- };
1448
-
1449
- declare function __VLS_template_3(): {
1450
- attrs: Partial<{}>;
1451
- slots: {
1452
- default?(_: {}): any;
1453
- };
1454
- refs: {};
1455
- rootEl: any;
1456
- };
1457
-
1458
- declare function __VLS_template_30(): {
1459
- attrs: Partial<{}>;
1460
- slots: {
1461
- default?(_: {}): any;
1462
- };
1463
- refs: {};
1464
- rootEl: any;
1465
- };
1466
-
1467
- declare function __VLS_template_31(): {
1468
- attrs: Partial<{}>;
1469
- slots: {
1470
- default?(_: {}): any;
1471
- };
1472
- refs: {};
1473
- rootEl: any;
1474
- };
1475
-
1476
- declare function __VLS_template_32(): {
1477
- attrs: Partial<{}>;
1478
- slots: {
1479
- default?(_: {}): any;
1480
- };
1481
- refs: {};
1482
- rootEl: any;
1483
- };
1484
-
1485
- declare function __VLS_template_33(): {
1486
- attrs: Partial<{}>;
1487
- slots: {
1488
- default?(_: {}): any;
1489
- };
1490
- refs: {};
1491
- rootEl: any;
1492
- };
1493
-
1494
- declare function __VLS_template_34(): {
1495
- attrs: Partial<{}>;
1496
- slots: {
1497
- default?(_: {}): any;
1498
- };
1499
- refs: {};
1500
- rootEl: any;
1501
- };
1502
-
1503
- declare function __VLS_template_35(): {
1504
- attrs: Partial<{}>;
1505
- slots: {
1506
- default?(_: {}): any;
1507
- };
1508
- refs: {};
1509
- rootEl: any;
1510
- };
1511
-
1512
- declare function __VLS_template_36(): {
1513
- attrs: Partial<{}>;
1514
- slots: {
1515
- default?(_: {}): any;
1516
- };
1517
- refs: {};
1518
- rootEl: any;
1519
- };
1520
-
1521
- declare function __VLS_template_37(): {
1522
- attrs: Partial<{}>;
1523
- slots: {
1524
- default?(_: {}): any;
1525
- };
1526
- refs: {};
1527
- rootEl: any;
1528
- };
1529
-
1530
- declare function __VLS_template_38(): {
1531
- attrs: Partial<{}>;
1532
- slots: {
1533
- default?(_: {}): any;
1534
- };
1535
- refs: {};
1536
- rootEl: any;
1537
- };
1538
-
1539
- declare function __VLS_template_39(): {
1540
- attrs: Partial<{}>;
1541
- slots: {
1542
- default?(_: {}): any;
1543
- };
1544
- refs: {};
1545
- rootEl: any;
1546
- };
1547
-
1548
- declare function __VLS_template_4(): {
1549
- attrs: Partial<{}>;
1550
- slots: {
1551
- default?(_: {}): any;
1552
- };
1553
- refs: {};
1554
- rootEl: any;
1555
- };
1556
-
1557
- declare function __VLS_template_40(): {
1558
- attrs: Partial<{}>;
1559
- slots: {
1560
- default?(_: {}): any;
1561
- };
1562
- refs: {};
1563
- rootEl: any;
1564
- };
1565
-
1566
- declare function __VLS_template_41(): {
1567
- attrs: Partial<{}>;
1568
- slots: {
1569
- default?(_: {}): any;
1570
- };
1571
- refs: {};
1572
- rootEl: any;
1573
- };
1574
-
1575
- declare function __VLS_template_42(): {
1576
- attrs: Partial<{}>;
1577
- slots: {
1578
- title?(_: {}): any;
1579
- default?(_: {}): any;
1580
- actions?(_: {}): any;
1581
- };
1582
- refs: {};
1583
- rootEl: any;
1584
- };
1585
-
1586
- declare function __VLS_template_43(): {
1587
- attrs: Partial<{}>;
1588
- slots: {
1589
- default?(_: {}): any;
1590
- };
1591
- refs: {};
1592
- rootEl: any;
1593
- };
1594
-
1595
- declare function __VLS_template_44(): {
1596
- attrs: Partial<{}>;
1597
- slots: {
1598
- default?(_: {}): any;
1599
- };
1600
- refs: {};
1601
- rootEl: HTMLDivElement;
1602
- };
1603
-
1604
- declare function __VLS_template_45(): {
1605
- attrs: Partial<{}>;
1606
- slots: {
1607
- default?(_: {}): any;
1608
- };
1609
- refs: {};
1610
- rootEl: HTMLDivElement;
1611
- };
1612
-
1613
- declare function __VLS_template_46(): {
1614
- attrs: Partial<{}>;
1615
- slots: {
1616
- default?(_: {}): any;
1617
- };
1618
- refs: {};
1619
- rootEl: any;
1620
- };
1621
-
1622
- declare function __VLS_template_47(): {
1623
- attrs: Partial<{}>;
1624
- slots: {
1625
- default?(_: {}): any;
1626
- };
1627
- refs: {};
1628
- rootEl: any;
1629
- };
1630
-
1631
- declare function __VLS_template_48(): {
1632
- attrs: Partial<{}>;
1633
- slots: {
1634
- default?(_: {}): any;
1635
- };
1636
- refs: {};
1637
- rootEl: any;
1638
- };
1639
-
1640
- declare function __VLS_template_49(): {
1641
- attrs: Partial<{}>;
1642
- slots: {
1643
- default?(_: {}): any;
1644
- };
1645
- refs: {};
1646
- rootEl: any;
1647
- };
1648
-
1649
- declare function __VLS_template_5(): {
1650
- attrs: Partial<{}>;
1651
- slots: {
1652
- default?(_: {}): any;
1653
- };
1654
- refs: {};
1655
- rootEl: any;
1656
- };
1657
-
1658
- declare function __VLS_template_50(): {
1659
- attrs: Partial<{}>;
1660
- slots: {
1661
- default?(_: {}): any;
1662
- };
1663
- refs: {};
1664
- rootEl: any;
1665
- };
1666
-
1667
- declare function __VLS_template_51(): {
1668
- attrs: Partial<{}>;
1669
- slots: {
1670
- header?(_: {}): any;
1671
- default?(_: {}): any;
1672
- actions?(_: {}): any;
1673
- };
1674
- refs: {};
1675
- rootEl: any;
1676
- };
1677
-
1678
- declare function __VLS_template_52(): {
1679
- attrs: Partial<{}>;
1680
- slots: {
1681
- default?(_: {}): any;
1682
- };
1683
- refs: {};
1684
- rootEl: any;
1685
- };
1686
-
1687
- declare function __VLS_template_53(): {
1688
- attrs: Partial<{}>;
1689
- slots: {
1690
- default?(_: {}): any;
1691
- };
1692
- refs: {};
1693
- rootEl: any;
1694
- };
1695
-
1696
- declare function __VLS_template_54(): {
1697
- attrs: Partial<{}>;
1698
- slots: {
1699
- default?(_: {}): any;
1700
- };
1701
- refs: {};
1702
- rootEl: any;
1703
- };
1704
-
1705
- declare function __VLS_template_55(): {
1706
- attrs: Partial<{}>;
1707
- slots: {
1708
- label?(_: {}): any;
1709
- default?(_: {}): any;
1710
- };
1711
- refs: {};
1712
- rootEl: HTMLDivElement;
1713
- };
1714
-
1715
- declare function __VLS_template_56(): {
1716
- attrs: Partial<{}>;
1717
- slots: {
1718
- default?(_: {}): any;
1719
- };
1720
- refs: {};
1721
- rootEl: any;
1722
- };
1723
-
1724
- declare function __VLS_template_57(): {
1725
- attrs: Partial<{}>;
1726
- slots: {
1727
- default?(_: {}): any;
1728
- };
1729
- refs: {};
1730
- rootEl: HTMLDivElement;
1731
- };
1732
-
1733
- declare function __VLS_template_58(): {
1734
- attrs: Partial<{}>;
1735
- slots: {
1736
- prefix?(_: {}): any;
1737
- suffix?(_: {}): any;
1738
- };
1739
- refs: {};
1740
- rootEl: HTMLDivElement;
1741
- };
1742
-
1743
- declare function __VLS_template_59(): {
1744
- attrs: Partial<{}>;
1745
- slots: {
1746
- default?(_: any): any;
1747
- };
1748
- refs: {};
1749
- rootEl: any;
1750
- };
1751
-
1752
- declare function __VLS_template_6(): {
1753
- attrs: Partial<{}>;
1754
- slots: {
1755
- default?(_: {}): any;
1756
- };
1757
- refs: {};
1758
- rootEl: any;
1759
- };
1760
-
1761
- declare function __VLS_template_60(): {
1762
- attrs: Partial<{}>;
1763
- slots: {
1764
- default?(_: {}): any;
1765
- };
1766
- refs: {};
1767
- rootEl: any;
1768
- };
1769
-
1770
- declare function __VLS_template_61(): {
1771
- attrs: Partial<{}>;
1772
- slots: {
1773
- default?(_: {}): any;
1774
- };
1775
- refs: {};
1776
- rootEl: any;
1777
- };
1778
-
1779
- declare function __VLS_template_62(): {
1780
- attrs: Partial<{}>;
1781
- slots: {
1782
- default?(_: {}): any;
1783
- };
1784
- refs: {};
1785
- rootEl: any;
1786
- };
1787
-
1788
- declare function __VLS_template_63(): {
1789
- attrs: Partial<{}>;
1790
- slots: {
1791
- default?(_: {}): any;
1792
- };
1793
- refs: {};
1794
- rootEl: any;
1795
- };
1796
-
1797
- declare function __VLS_template_64(): {
1798
- attrs: Partial<{}>;
1799
- slots: {
1800
- default?(_: {}): any;
1801
- };
1802
- refs: {};
1803
- rootEl: any;
1804
- };
1805
-
1806
- declare function __VLS_template_65(): {
1807
- attrs: Partial<{}>;
1808
- slots: {
1809
- default?(_: {}): any;
1810
- };
1811
- refs: {};
1812
- rootEl: any;
1813
- };
1814
-
1815
- declare function __VLS_template_66(): {
1816
- attrs: Partial<{}>;
1817
- slots: {
1818
- default?(_: {}): any;
1819
- };
1820
- refs: {};
1821
- rootEl: any;
1822
- };
1823
-
1824
- declare function __VLS_template_67(): {
1825
- attrs: Partial<{}>;
1826
- slots: {
1827
- default?(_: {}): any;
1828
- };
1829
- refs: {};
1830
- rootEl: any;
1831
- };
1832
-
1833
- declare function __VLS_template_68(): {
1834
- attrs: Partial<{}>;
1835
- slots: {
1836
- default?(_: {}): any;
1837
- };
1838
- refs: {};
1839
- rootEl: any;
1840
- };
1841
-
1842
- declare function __VLS_template_69(): {
1843
- attrs: Partial<{}>;
1844
- slots: {
1845
- default?(_: {}): any;
1846
- };
1847
- refs: {};
1848
- rootEl: any;
1849
- };
1850
-
1851
- declare function __VLS_template_7(): {
1852
- attrs: Partial<{}>;
1853
- slots: {
1854
- default?(_: {}): any;
1855
- };
1856
- refs: {};
1857
- rootEl: any;
1858
- };
1859
-
1860
- declare function __VLS_template_70(): {
1861
- attrs: Partial<{}>;
1862
- slots: {
1863
- default?(_: {}): any;
1864
- };
1865
- refs: {};
1866
- rootEl: HTMLDivElement;
1867
- };
1868
-
1869
- declare function __VLS_template_71(): {
1870
- attrs: Partial<{}>;
1871
- slots: {
1872
- default?(_: {}): any;
1873
- };
1874
- refs: {};
1875
- rootEl: any;
1876
- };
1877
-
1878
- declare function __VLS_template_72(): {
1879
- attrs: Partial<{}>;
1880
- slots: {
1881
- default?(_: {}): any;
1882
- };
1883
- refs: {};
1884
- rootEl: any;
1885
- };
1886
-
1887
- declare function __VLS_template_73(): {
1888
- attrs: Partial<{}>;
1889
- slots: {
1890
- default?(_: {}): any;
1891
- };
1892
- refs: {};
1893
- rootEl: any;
1894
- };
1895
-
1896
- declare function __VLS_template_74(): {
1897
- attrs: Partial<{}>;
1898
- slots: {
1899
- default?(_: {}): any;
1900
- };
1901
- refs: {};
1902
- rootEl: any;
1903
- };
1904
-
1905
- declare function __VLS_template_75(): {
1906
- attrs: Partial<{}>;
1907
- slots: {
1908
- default?(_: {}): any;
1909
- };
1910
- refs: {};
1911
- rootEl: any;
1912
- };
1913
-
1914
- declare function __VLS_template_76(): {
1915
- attrs: Partial<{}>;
1916
- slots: {
1917
- default?(_: {}): any;
1918
- };
1919
- refs: {
1920
- scrollArea: ({
1921
- $: ComponentInternalInstance;
1922
- $data: {};
1923
- $props: {
1924
- readonly maxHeight?: number | string | undefined;
1925
- readonly type?: ("scroll" | "auto" | "hover" | "always") | undefined;
1926
- readonly dir?: ("ltr" | "rtl") | undefined;
1927
- readonly scrollHideDelay?: number | undefined;
1928
- readonly asChild?: boolean | undefined;
1929
- readonly as?: (AsTag | Component) | undefined;
1930
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1931
- $attrs: {
1932
- [x: string]: unknown;
1933
- };
1934
- $refs: {
1935
- [x: string]: unknown;
1936
- };
1937
- $slots: Readonly<{
1938
- [name: string]: Slot<any> | undefined;
1939
- }>;
1940
- $root: ComponentPublicInstance | null;
1941
- $parent: ComponentPublicInstance | null;
1942
- $host: Element | null;
1943
- $emit: (event: string, ...args: any[]) => void;
1944
- $el: any;
1945
- $options: ComponentOptionsBase<Readonly<IScrollAreaRootProps> & Readonly<{}>, {
1946
- ScrollAreaRoot: typeof ScrollAreaRoot_2;
1947
- forwared: typeof forwared;
1948
- height: typeof height;
1949
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
1950
- maxHeight: number | string;
1951
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
1952
- beforeCreate?: (() => void) | (() => void)[];
1953
- created?: (() => void) | (() => void)[];
1954
- beforeMount?: (() => void) | (() => void)[];
1955
- mounted?: (() => void) | (() => void)[];
1956
- beforeUpdate?: (() => void) | (() => void)[];
1957
- updated?: (() => void) | (() => void)[];
1958
- activated?: (() => void) | (() => void)[];
1959
- deactivated?: (() => void) | (() => void)[];
1960
- beforeDestroy?: (() => void) | (() => void)[];
1961
- beforeUnmount?: (() => void) | (() => void)[];
1962
- destroyed?: (() => void) | (() => void)[];
1963
- unmounted?: (() => void) | (() => void)[];
1964
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1965
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1966
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
1967
- };
1968
- $forceUpdate: () => void;
1969
- $nextTick: nextTick;
1970
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
1971
- } & Readonly<{
1972
- maxHeight: number | string;
1973
- }> & Omit<Readonly<IScrollAreaRootProps> & Readonly<{}>, "height" | "maxHeight" | "forwared" | "ScrollAreaRoot"> & ShallowUnwrapRef< {
1974
- ScrollAreaRoot: typeof ScrollAreaRoot_2;
1975
- forwared: typeof forwared;
1976
- height: typeof height;
1977
- }> & {} & ComponentCustomProperties & {} & {
1978
- $slots: {
1979
- default?(_: {}): any;
1980
- };
1981
- } & {
1982
- $: ComponentInternalInstance;
1983
- $data: {};
1984
- $props: {
1985
- readonly type?: ("scroll" | "auto" | "hover" | "always") | undefined;
1986
- readonly dir?: ("ltr" | "rtl") | undefined;
1987
- readonly scrollHideDelay?: number | undefined;
1988
- readonly asChild?: boolean | undefined;
1989
- readonly as?: (AsTag | Component) | undefined;
1990
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1991
- $attrs: {
1992
- [x: string]: unknown;
1993
- };
1994
- $refs: {
1995
- [x: string]: unknown;
1996
- };
1997
- $slots: Readonly<{
1998
- [name: string]: Slot<any> | undefined;
1999
- }>;
2000
- $root: ComponentPublicInstance | null;
2001
- $parent: ComponentPublicInstance | null;
2002
- $host: Element | null;
2003
- $emit: (event: string, ...args: any[]) => void;
2004
- $el: any;
2005
- $options: ComponentOptionsBase<Readonly<ScrollAreaRootProps> & Readonly<{}>, {
2006
- viewport: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2007
- scrollTop: () => void;
2008
- scrollTopLeft: () => void;
2009
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
2010
- type: "scroll" | "auto" | "hover" | "always";
2011
- scrollHideDelay: number;
2012
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
2013
- beforeCreate?: (() => void) | (() => void)[];
2014
- created?: (() => void) | (() => void)[];
2015
- beforeMount?: (() => void) | (() => void)[];
2016
- mounted?: (() => void) | (() => void)[];
2017
- beforeUpdate?: (() => void) | (() => void)[];
2018
- updated?: (() => void) | (() => void)[];
2019
- activated?: (() => void) | (() => void)[];
2020
- deactivated?: (() => void) | (() => void)[];
2021
- beforeDestroy?: (() => void) | (() => void)[];
2022
- beforeUnmount?: (() => void) | (() => void)[];
2023
- destroyed?: (() => void) | (() => void)[];
2024
- unmounted?: (() => void) | (() => void)[];
2025
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2026
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2027
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
2028
- };
2029
- $forceUpdate: () => void;
2030
- $nextTick: nextTick;
2031
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2032
- } & Readonly<{
2033
- type: "scroll" | "auto" | "hover" | "always";
2034
- scrollHideDelay: number;
2035
- }> & Omit<Readonly<ScrollAreaRootProps> & Readonly<{}>, "type" | "viewport" | "scrollHideDelay" | "scrollTop" | "scrollTopLeft"> & ShallowUnwrapRef< {
2036
- viewport: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2037
- scrollTop: () => void;
2038
- scrollTopLeft: () => void;
2039
- }>) | null;
2040
- };
2041
- rootEl: any;
2042
- };
2043
-
2044
- declare function __VLS_template_77(): {
2045
- attrs: Partial<{}>;
2046
- slots: {
2047
- default?(_: {}): any;
2048
- };
2049
- refs: {};
2050
- rootEl: any;
2051
- };
2052
-
2053
- declare function __VLS_template_78(): {
2054
- attrs: Partial<{}>;
2055
- slots: {
2056
- default?(_: {}): any;
2057
- };
2058
- refs: {};
2059
- rootEl: any;
2060
- };
2061
-
2062
- declare function __VLS_template_79(): {
2063
- attrs: Partial<{}>;
2064
- slots: {
2065
- default?(_: {}): any;
2066
- };
2067
- refs: {};
2068
- rootEl: any;
2069
- };
2070
-
2071
- declare function __VLS_template_8(): {
2072
- attrs: Partial<{}>;
2073
- slots: {
2074
- default?(_: {}): any;
2075
- };
2076
- refs: {};
2077
- rootEl: any;
2078
- };
2079
-
2080
- declare function __VLS_template_80(): {
2081
- attrs: Partial<{}>;
2082
- slots: {
2083
- default?(_: {}): any;
2084
- };
2085
- refs: {};
2086
- rootEl: any;
2087
- };
2088
-
2089
- declare function __VLS_template_81(): {
2090
- attrs: Partial<{}>;
2091
- slots: {
2092
- default?(_: {}): any;
2093
- };
2094
- refs: {};
2095
- rootEl: any;
2096
- };
2097
-
2098
- declare function __VLS_template_82(): {
2099
- attrs: Partial<{}>;
2100
- slots: {
2101
- default?(_: any): any;
2102
- };
2103
- refs: {};
2104
- rootEl: any;
2105
- };
2106
-
2107
- declare function __VLS_template_83(): {
2108
- attrs: Partial<{}>;
2109
- slots: {
2110
- default?(_: {}): any;
2111
- };
2112
- refs: {};
2113
- rootEl: any;
2114
- };
2115
-
2116
- declare function __VLS_template_84(): {
2117
- attrs: Partial<{}>;
2118
- slots: {
2119
- default?(_: {}): any;
2120
- };
2121
- refs: {};
2122
- rootEl: any;
2123
- };
2124
-
2125
- declare function __VLS_template_85(): {
2126
- attrs: Partial<{}>;
2127
- slots: {
2128
- default?(_: {}): any;
2129
- };
2130
- refs: {
2131
- stepper: ({
2132
- $: ComponentInternalInstance;
2133
- $data: {};
2134
- $props: {
2135
- readonly defaultValue?: number | undefined;
2136
- readonly orientation?: ("horizontal" | "vertical") | undefined;
2137
- readonly dir?: ("ltr" | "rtl") | undefined;
2138
- readonly modelValue?: number | undefined;
2139
- readonly linear?: boolean | undefined;
2140
- readonly asChild?: boolean | undefined;
2141
- readonly as?: (AsTag | Component) | undefined;
2142
- readonly "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
2143
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
2144
- $attrs: {
2145
- [x: string]: unknown;
2146
- };
2147
- $refs: {
2148
- [x: string]: unknown;
2149
- };
2150
- $slots: Readonly<{
2151
- [name: string]: Slot<any> | undefined;
2152
- }>;
2153
- $root: ComponentPublicInstance | null;
2154
- $parent: ComponentPublicInstance | null;
2155
- $host: Element | null;
2156
- $emit: (event: "update:modelValue", payload: number | undefined) => void;
2157
- $el: any;
2158
- $options: ComponentOptionsBase<Readonly<StepperRootProps> & Readonly<{
2159
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
2160
- }>, {
2161
- StepperRoot: typeof StepperRoot_2;
2162
- forwared: typeof forwared_2;
2163
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2164
- "update:modelValue": (payload: number | undefined) => any;
2165
- }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
2166
- beforeCreate?: (() => void) | (() => void)[];
2167
- created?: (() => void) | (() => void)[];
2168
- beforeMount?: (() => void) | (() => void)[];
2169
- mounted?: (() => void) | (() => void)[];
2170
- beforeUpdate?: (() => void) | (() => void)[];
2171
- updated?: (() => void) | (() => void)[];
2172
- activated?: (() => void) | (() => void)[];
2173
- deactivated?: (() => void) | (() => void)[];
2174
- beforeDestroy?: (() => void) | (() => void)[];
2175
- beforeUnmount?: (() => void) | (() => void)[];
2176
- destroyed?: (() => void) | (() => void)[];
2177
- unmounted?: (() => void) | (() => void)[];
2178
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2179
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2180
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
2181
- };
2182
- $forceUpdate: () => void;
2183
- $nextTick: nextTick;
2184
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2185
- } & Readonly<{}> & Omit<Readonly<StepperRootProps> & Readonly<{
2186
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
2187
- }>, "forwared" | "StepperRoot"> & ShallowUnwrapRef< {
2188
- StepperRoot: typeof StepperRoot_2;
2189
- forwared: typeof forwared_2;
2190
- }> & {} & ComponentCustomProperties & {} & {
2191
- $slots: {
2192
- default?(_: {}): any;
2193
- };
2194
- } & {
2195
- $: ComponentInternalInstance;
2196
- $data: {};
2197
- $props: {
2198
- readonly defaultValue?: number | undefined;
2199
- readonly orientation?: ("horizontal" | "vertical") | undefined;
2200
- readonly dir?: ("ltr" | "rtl") | undefined;
2201
- readonly modelValue?: number | undefined;
2202
- readonly linear?: boolean | undefined;
2203
- readonly asChild?: boolean | undefined;
2204
- readonly as?: (AsTag | Component) | undefined;
2205
- readonly "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined | undefined;
2206
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
2207
- $attrs: {
2208
- [x: string]: unknown;
2209
- };
2210
- $refs: {
2211
- [x: string]: unknown;
2212
- };
2213
- $slots: Readonly<{
2214
- [name: string]: Slot<any> | undefined;
2215
- }>;
2216
- $root: ComponentPublicInstance | null;
2217
- $parent: ComponentPublicInstance | null;
2218
- $host: Element | null;
2219
- $emit: (event: "update:modelValue", payload: number | undefined) => void;
2220
- $el: any;
2221
- $options: ComponentOptionsBase<Readonly<StepperRootProps> & Readonly<{
2222
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
2223
- }>, {
2224
- goToStep: (step: number) => void;
2225
- nextStep: () => void;
2226
- prevStep: () => void;
2227
- modelValue: WritableComputedRef<number | undefined, number | undefined>;
2228
- totalSteps: ComputedRef<number>;
2229
- isNextDisabled: ComputedRef<boolean>;
2230
- isPrevDisabled: ComputedRef<boolean>;
2231
- isFirstStep: ComputedRef<boolean>;
2232
- isLastStep: ComputedRef<boolean>;
2233
- hasNext: () => boolean;
2234
- hasPrev: () => boolean;
2235
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2236
- "update:modelValue": (payload: number | undefined) => any;
2237
- }, string, {
2238
- orientation: "horizontal" | "vertical";
2239
- defaultValue: number;
2240
- linear: boolean;
2241
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
2242
- beforeCreate?: (() => void) | (() => void)[];
2243
- created?: (() => void) | (() => void)[];
2244
- beforeMount?: (() => void) | (() => void)[];
2245
- mounted?: (() => void) | (() => void)[];
2246
- beforeUpdate?: (() => void) | (() => void)[];
2247
- updated?: (() => void) | (() => void)[];
2248
- activated?: (() => void) | (() => void)[];
2249
- deactivated?: (() => void) | (() => void)[];
2250
- beforeDestroy?: (() => void) | (() => void)[];
2251
- beforeUnmount?: (() => void) | (() => void)[];
2252
- destroyed?: (() => void) | (() => void)[];
2253
- unmounted?: (() => void) | (() => void)[];
2254
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2255
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2256
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
2257
- };
2258
- $forceUpdate: () => void;
2259
- $nextTick: nextTick;
2260
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2261
- } & Readonly<{
2262
- orientation: "horizontal" | "vertical";
2263
- defaultValue: number;
2264
- linear: boolean;
2265
- }> & Omit<Readonly<StepperRootProps> & Readonly<{
2266
- "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
2267
- }>, "modelValue" | "linear" | "orientation" | "defaultValue" | "goToStep" | "nextStep" | "prevStep" | "totalSteps" | "isNextDisabled" | "isPrevDisabled" | "isFirstStep" | "isLastStep" | "hasNext" | "hasPrev"> & ShallowUnwrapRef< {
2268
- goToStep: (step: number) => void;
2269
- nextStep: () => void;
2270
- prevStep: () => void;
2271
- modelValue: WritableComputedRef<number | undefined, number | undefined>;
2272
- totalSteps: ComputedRef<number>;
2273
- isNextDisabled: ComputedRef<boolean>;
2274
- isPrevDisabled: ComputedRef<boolean>;
2275
- isFirstStep: ComputedRef<boolean>;
2276
- isLastStep: ComputedRef<boolean>;
2277
- hasNext: () => boolean;
2278
- hasPrev: () => boolean;
2279
- }> & {
2280
- $slots: {
2281
- default?: (props: {
2282
- modelValue: number | undefined;
2283
- totalSteps: number;
2284
- isNextDisabled: boolean;
2285
- isPrevDisabled: boolean;
2286
- isFirstStep: boolean;
2287
- isLastStep: boolean;
2288
- goToStep: (step: number) => void;
2289
- nextStep: () => void;
2290
- prevStep: () => void;
2291
- hasNext: () => boolean;
2292
- hasPrev: () => boolean;
2293
- }) => any;
2294
- };
2295
- }) | null;
2296
- };
2297
- rootEl: any;
2298
- };
2299
-
2300
- declare function __VLS_template_86(): {
2301
- attrs: Partial<{}>;
2302
- slots: {
2303
- default?(_: {}): any;
2304
- };
2305
- refs: {};
2306
- rootEl: any;
2307
- };
2308
-
2309
- declare function __VLS_template_9(): {
2310
- attrs: Partial<{}>;
2311
- slots: {
2312
- default?(_: {}): any;
2313
- };
2314
- refs: {};
2315
- rootEl: any;
2316
- };
2317
-
2318
- declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
2319
-
2320
- declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
2321
-
2322
- declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
2323
-
2324
- declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
2325
-
2326
- declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
2327
-
2328
- declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
2329
-
2330
- declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
2331
-
2332
- declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
2333
-
2334
- declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
2335
-
2336
- declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
2337
-
2338
- declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
2339
-
2340
- declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
2341
-
2342
- declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
2343
-
2344
- declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
2345
-
2346
- declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
2347
-
2348
- declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
2349
-
2350
- declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
2351
-
2352
- declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
2353
-
2354
- declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
2355
-
2356
- declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
2357
-
2358
- declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
2359
-
2360
- declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
2361
-
2362
- declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
2363
-
2364
- declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
2365
-
2366
- declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
2367
-
2368
- declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
2369
-
2370
- declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
2371
-
2372
- declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
2373
-
2374
- declare type __VLS_TemplateResult_35 = ReturnType<typeof __VLS_template_35>;
2375
-
2376
- declare type __VLS_TemplateResult_36 = ReturnType<typeof __VLS_template_36>;
2377
-
2378
- declare type __VLS_TemplateResult_37 = ReturnType<typeof __VLS_template_37>;
2379
-
2380
- declare type __VLS_TemplateResult_38 = ReturnType<typeof __VLS_template_38>;
2381
-
2382
- declare type __VLS_TemplateResult_39 = ReturnType<typeof __VLS_template_39>;
2383
-
2384
- declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
2385
-
2386
- declare type __VLS_TemplateResult_40 = ReturnType<typeof __VLS_template_40>;
2387
-
2388
- declare type __VLS_TemplateResult_41 = ReturnType<typeof __VLS_template_41>;
2389
-
2390
- declare type __VLS_TemplateResult_42 = ReturnType<typeof __VLS_template_42>;
2391
-
2392
- declare type __VLS_TemplateResult_43 = ReturnType<typeof __VLS_template_43>;
2393
-
2394
- declare type __VLS_TemplateResult_44 = ReturnType<typeof __VLS_template_44>;
2395
-
2396
- declare type __VLS_TemplateResult_45 = ReturnType<typeof __VLS_template_45>;
2397
-
2398
- declare type __VLS_TemplateResult_46 = ReturnType<typeof __VLS_template_46>;
2399
-
2400
- declare type __VLS_TemplateResult_47 = ReturnType<typeof __VLS_template_47>;
2401
-
2402
- declare type __VLS_TemplateResult_48 = ReturnType<typeof __VLS_template_48>;
2403
-
2404
- declare type __VLS_TemplateResult_49 = ReturnType<typeof __VLS_template_49>;
2405
-
2406
- declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
2407
-
2408
- declare type __VLS_TemplateResult_50 = ReturnType<typeof __VLS_template_50>;
2409
-
2410
- declare type __VLS_TemplateResult_51 = ReturnType<typeof __VLS_template_51>;
2411
-
2412
- declare type __VLS_TemplateResult_52 = ReturnType<typeof __VLS_template_52>;
2413
-
2414
- declare type __VLS_TemplateResult_53 = ReturnType<typeof __VLS_template_53>;
2415
-
2416
- declare type __VLS_TemplateResult_54 = ReturnType<typeof __VLS_template_54>;
2417
-
2418
- declare type __VLS_TemplateResult_55 = ReturnType<typeof __VLS_template_55>;
2419
-
2420
- declare type __VLS_TemplateResult_56 = ReturnType<typeof __VLS_template_56>;
2421
-
2422
- declare type __VLS_TemplateResult_57 = ReturnType<typeof __VLS_template_57>;
2423
-
2424
- declare type __VLS_TemplateResult_58 = ReturnType<typeof __VLS_template_58>;
2425
-
2426
- declare type __VLS_TemplateResult_59 = ReturnType<typeof __VLS_template_59>;
2427
-
2428
- declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
2429
-
2430
- declare type __VLS_TemplateResult_60 = ReturnType<typeof __VLS_template_60>;
2431
-
2432
- declare type __VLS_TemplateResult_61 = ReturnType<typeof __VLS_template_61>;
2433
-
2434
- declare type __VLS_TemplateResult_62 = ReturnType<typeof __VLS_template_62>;
2435
-
2436
- declare type __VLS_TemplateResult_63 = ReturnType<typeof __VLS_template_63>;
2437
-
2438
- declare type __VLS_TemplateResult_64 = ReturnType<typeof __VLS_template_64>;
2439
-
2440
- declare type __VLS_TemplateResult_65 = ReturnType<typeof __VLS_template_65>;
2441
-
2442
- declare type __VLS_TemplateResult_66 = ReturnType<typeof __VLS_template_66>;
2443
-
2444
- declare type __VLS_TemplateResult_67 = ReturnType<typeof __VLS_template_67>;
2445
-
2446
- declare type __VLS_TemplateResult_68 = ReturnType<typeof __VLS_template_68>;
2447
-
2448
- declare type __VLS_TemplateResult_69 = ReturnType<typeof __VLS_template_69>;
2449
-
2450
- declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
2451
-
2452
- declare type __VLS_TemplateResult_70 = ReturnType<typeof __VLS_template_70>;
2453
-
2454
- declare type __VLS_TemplateResult_71 = ReturnType<typeof __VLS_template_71>;
2455
-
2456
- declare type __VLS_TemplateResult_72 = ReturnType<typeof __VLS_template_72>;
2457
-
2458
- declare type __VLS_TemplateResult_73 = ReturnType<typeof __VLS_template_73>;
2459
-
2460
- declare type __VLS_TemplateResult_74 = ReturnType<typeof __VLS_template_74>;
2461
-
2462
- declare type __VLS_TemplateResult_75 = ReturnType<typeof __VLS_template_75>;
2463
-
2464
- declare type __VLS_TemplateResult_76 = ReturnType<typeof __VLS_template_76>;
2465
-
2466
- declare type __VLS_TemplateResult_77 = ReturnType<typeof __VLS_template_77>;
2467
-
2468
- declare type __VLS_TemplateResult_78 = ReturnType<typeof __VLS_template_78>;
2469
-
2470
- declare type __VLS_TemplateResult_79 = ReturnType<typeof __VLS_template_79>;
2471
-
2472
- declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
2473
-
2474
- declare type __VLS_TemplateResult_80 = ReturnType<typeof __VLS_template_80>;
2475
-
2476
- declare type __VLS_TemplateResult_81 = ReturnType<typeof __VLS_template_81>;
2477
-
2478
- declare type __VLS_TemplateResult_82 = ReturnType<typeof __VLS_template_82>;
2479
-
2480
- declare type __VLS_TemplateResult_83 = ReturnType<typeof __VLS_template_83>;
2481
-
2482
- declare type __VLS_TemplateResult_84 = ReturnType<typeof __VLS_template_84>;
2483
-
2484
- declare type __VLS_TemplateResult_85 = ReturnType<typeof __VLS_template_85>;
2485
-
2486
- declare type __VLS_TemplateResult_86 = ReturnType<typeof __VLS_template_86>;
2487
-
2488
- declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
2489
-
2490
- declare type __VLS_WithTemplateSlots<T, S> = T & {
2491
- new (): {
2492
- $slots: S;
2493
- };
2494
- };
2495
-
2496
- declare type __VLS_WithTemplateSlots_10<T, S> = T & {
2497
- new (): {
2498
- $slots: S;
2499
- };
2500
- };
2501
-
2502
- declare type __VLS_WithTemplateSlots_11<T, S> = T & {
2503
- new (): {
2504
- $slots: S;
2505
- };
2506
- };
2507
-
2508
- declare type __VLS_WithTemplateSlots_12<T, S> = T & {
2509
- new (): {
2510
- $slots: S;
2511
- };
2512
- };
2513
-
2514
- declare type __VLS_WithTemplateSlots_13<T, S> = T & {
2515
- new (): {
2516
- $slots: S;
2517
- };
2518
- };
2519
-
2520
- declare type __VLS_WithTemplateSlots_14<T, S> = T & {
2521
- new (): {
2522
- $slots: S;
2523
- };
2524
- };
2525
-
2526
- declare type __VLS_WithTemplateSlots_15<T, S> = T & {
2527
- new (): {
2528
- $slots: S;
2529
- };
2530
- };
2531
-
2532
- declare type __VLS_WithTemplateSlots_16<T, S> = T & {
2533
- new (): {
2534
- $slots: S;
2535
- };
2536
- };
2537
-
2538
- declare type __VLS_WithTemplateSlots_17<T, S> = T & {
2539
- new (): {
2540
- $slots: S;
2541
- };
2542
- };
2543
-
2544
- declare type __VLS_WithTemplateSlots_18<T, S> = T & {
2545
- new (): {
2546
- $slots: S;
2547
- };
2548
- };
2549
-
2550
- declare type __VLS_WithTemplateSlots_19<T, S> = T & {
2551
- new (): {
2552
- $slots: S;
2553
- };
2554
- };
2555
-
2556
- declare type __VLS_WithTemplateSlots_2<T, S> = T & {
2557
- new (): {
2558
- $slots: S;
2559
- };
2560
- };
2561
-
2562
- declare type __VLS_WithTemplateSlots_20<T, S> = T & {
2563
- new (): {
2564
- $slots: S;
2565
- };
2566
- };
2567
-
2568
- declare type __VLS_WithTemplateSlots_21<T, S> = T & {
2569
- new (): {
2570
- $slots: S;
2571
- };
2572
- };
2573
-
2574
- declare type __VLS_WithTemplateSlots_22<T, S> = T & {
2575
- new (): {
2576
- $slots: S;
2577
- };
2578
- };
2579
-
2580
- declare type __VLS_WithTemplateSlots_23<T, S> = T & {
2581
- new (): {
2582
- $slots: S;
2583
- };
2584
- };
2585
-
2586
- declare type __VLS_WithTemplateSlots_24<T, S> = T & {
2587
- new (): {
2588
- $slots: S;
2589
- };
2590
- };
2591
-
2592
- declare type __VLS_WithTemplateSlots_25<T, S> = T & {
2593
- new (): {
2594
- $slots: S;
2595
- };
2596
- };
2597
-
2598
- declare type __VLS_WithTemplateSlots_26<T, S> = T & {
2599
- new (): {
2600
- $slots: S;
2601
- };
2602
- };
2603
-
2604
- declare type __VLS_WithTemplateSlots_27<T, S> = T & {
2605
- new (): {
2606
- $slots: S;
2607
- };
2608
- };
2609
-
2610
- declare type __VLS_WithTemplateSlots_28<T, S> = T & {
2611
- new (): {
2612
- $slots: S;
2613
- };
2614
- };
2615
-
2616
- declare type __VLS_WithTemplateSlots_29<T, S> = T & {
2617
- new (): {
2618
- $slots: S;
2619
- };
2620
- };
2621
-
2622
- declare type __VLS_WithTemplateSlots_3<T, S> = T & {
2623
- new (): {
2624
- $slots: S;
2625
- };
2626
- };
2627
-
2628
- declare type __VLS_WithTemplateSlots_30<T, S> = T & {
2629
- new (): {
2630
- $slots: S;
2631
- };
2632
- };
2633
-
2634
- declare type __VLS_WithTemplateSlots_31<T, S> = T & {
2635
- new (): {
2636
- $slots: S;
2637
- };
2638
- };
2639
-
2640
- declare type __VLS_WithTemplateSlots_32<T, S> = T & {
2641
- new (): {
2642
- $slots: S;
2643
- };
2644
- };
2645
-
2646
- declare type __VLS_WithTemplateSlots_33<T, S> = T & {
2647
- new (): {
2648
- $slots: S;
2649
- };
2650
- };
2651
-
2652
- declare type __VLS_WithTemplateSlots_34<T, S> = T & {
2653
- new (): {
2654
- $slots: S;
2655
- };
2656
- };
2657
-
2658
- declare type __VLS_WithTemplateSlots_35<T, S> = T & {
2659
- new (): {
2660
- $slots: S;
2661
- };
2662
- };
2663
-
2664
- declare type __VLS_WithTemplateSlots_36<T, S> = T & {
2665
- new (): {
2666
- $slots: S;
2667
- };
2668
- };
2669
-
2670
- declare type __VLS_WithTemplateSlots_37<T, S> = T & {
2671
- new (): {
2672
- $slots: S;
2673
- };
2674
- };
2675
-
2676
- declare type __VLS_WithTemplateSlots_38<T, S> = T & {
2677
- new (): {
2678
- $slots: S;
2679
- };
2680
- };
2681
-
2682
- declare type __VLS_WithTemplateSlots_39<T, S> = T & {
2683
- new (): {
2684
- $slots: S;
2685
- };
2686
- };
2687
-
2688
- declare type __VLS_WithTemplateSlots_4<T, S> = T & {
2689
- new (): {
2690
- $slots: S;
2691
- };
2692
- };
2693
-
2694
- declare type __VLS_WithTemplateSlots_40<T, S> = T & {
2695
- new (): {
2696
- $slots: S;
2697
- };
2698
- };
2699
-
2700
- declare type __VLS_WithTemplateSlots_41<T, S> = T & {
2701
- new (): {
2702
- $slots: S;
2703
- };
2704
- };
2705
-
2706
- declare type __VLS_WithTemplateSlots_42<T, S> = T & {
2707
- new (): {
2708
- $slots: S;
2709
- };
2710
- };
2711
-
2712
- declare type __VLS_WithTemplateSlots_43<T, S> = T & {
2713
- new (): {
2714
- $slots: S;
2715
- };
2716
- };
2717
-
2718
- declare type __VLS_WithTemplateSlots_44<T, S> = T & {
2719
- new (): {
2720
- $slots: S;
2721
- };
2722
- };
2723
-
2724
- declare type __VLS_WithTemplateSlots_45<T, S> = T & {
2725
- new (): {
2726
- $slots: S;
2727
- };
2728
- };
2729
-
2730
- declare type __VLS_WithTemplateSlots_46<T, S> = T & {
2731
- new (): {
2732
- $slots: S;
2733
- };
2734
- };
2735
-
2736
- declare type __VLS_WithTemplateSlots_47<T, S> = T & {
2737
- new (): {
2738
- $slots: S;
2739
- };
2740
- };
2741
-
2742
- declare type __VLS_WithTemplateSlots_48<T, S> = T & {
2743
- new (): {
2744
- $slots: S;
2745
- };
2746
- };
2747
-
2748
- declare type __VLS_WithTemplateSlots_49<T, S> = T & {
2749
- new (): {
2750
- $slots: S;
2751
- };
2752
- };
2753
-
2754
- declare type __VLS_WithTemplateSlots_5<T, S> = T & {
2755
- new (): {
2756
- $slots: S;
2757
- };
2758
- };
2759
-
2760
- declare type __VLS_WithTemplateSlots_50<T, S> = T & {
2761
- new (): {
2762
- $slots: S;
2763
- };
2764
- };
2765
-
2766
- declare type __VLS_WithTemplateSlots_51<T, S> = T & {
2767
- new (): {
2768
- $slots: S;
2769
- };
2770
- };
2771
-
2772
- declare type __VLS_WithTemplateSlots_52<T, S> = T & {
2773
- new (): {
2774
- $slots: S;
2775
- };
2776
- };
2777
-
2778
- declare type __VLS_WithTemplateSlots_53<T, S> = T & {
2779
- new (): {
2780
- $slots: S;
2781
- };
2782
- };
2783
-
2784
- declare type __VLS_WithTemplateSlots_54<T, S> = T & {
2785
- new (): {
2786
- $slots: S;
2787
- };
2788
- };
2789
-
2790
- declare type __VLS_WithTemplateSlots_55<T, S> = T & {
2791
- new (): {
2792
- $slots: S;
2793
- };
2794
- };
2795
-
2796
- declare type __VLS_WithTemplateSlots_56<T, S> = T & {
2797
- new (): {
2798
- $slots: S;
2799
- };
2800
- };
2801
-
2802
- declare type __VLS_WithTemplateSlots_57<T, S> = T & {
2803
- new (): {
2804
- $slots: S;
2805
- };
2806
- };
2807
-
2808
- declare type __VLS_WithTemplateSlots_58<T, S> = T & {
2809
- new (): {
2810
- $slots: S;
2811
- };
2812
- };
2813
-
2814
- declare type __VLS_WithTemplateSlots_59<T, S> = T & {
2815
- new (): {
2816
- $slots: S;
2817
- };
2818
- };
2819
-
2820
- declare type __VLS_WithTemplateSlots_6<T, S> = T & {
2821
- new (): {
2822
- $slots: S;
2823
- };
2824
- };
2825
-
2826
- declare type __VLS_WithTemplateSlots_60<T, S> = T & {
2827
- new (): {
2828
- $slots: S;
2829
- };
2830
- };
2831
-
2832
- declare type __VLS_WithTemplateSlots_61<T, S> = T & {
2833
- new (): {
2834
- $slots: S;
2835
- };
2836
- };
2837
-
2838
- declare type __VLS_WithTemplateSlots_62<T, S> = T & {
2839
- new (): {
2840
- $slots: S;
2841
- };
2842
- };
2843
-
2844
- declare type __VLS_WithTemplateSlots_63<T, S> = T & {
2845
- new (): {
2846
- $slots: S;
2847
- };
2848
- };
2849
-
2850
- declare type __VLS_WithTemplateSlots_64<T, S> = T & {
2851
- new (): {
2852
- $slots: S;
2853
- };
2854
- };
2855
-
2856
- declare type __VLS_WithTemplateSlots_65<T, S> = T & {
2857
- new (): {
2858
- $slots: S;
2859
- };
2860
- };
2861
-
2862
- declare type __VLS_WithTemplateSlots_66<T, S> = T & {
2863
- new (): {
2864
- $slots: S;
2865
- };
2866
- };
2867
-
2868
- declare type __VLS_WithTemplateSlots_67<T, S> = T & {
2869
- new (): {
2870
- $slots: S;
2871
- };
2872
- };
2873
-
2874
- declare type __VLS_WithTemplateSlots_68<T, S> = T & {
2875
- new (): {
2876
- $slots: S;
2877
- };
2878
- };
2879
-
2880
- declare type __VLS_WithTemplateSlots_69<T, S> = T & {
2881
- new (): {
2882
- $slots: S;
2883
- };
2884
- };
2885
-
2886
- declare type __VLS_WithTemplateSlots_7<T, S> = T & {
2887
- new (): {
2888
- $slots: S;
2889
- };
2890
- };
2891
-
2892
- declare type __VLS_WithTemplateSlots_70<T, S> = T & {
2893
- new (): {
2894
- $slots: S;
2895
- };
2896
- };
2897
-
2898
- declare type __VLS_WithTemplateSlots_71<T, S> = T & {
2899
- new (): {
2900
- $slots: S;
2901
- };
2902
- };
2903
-
2904
- declare type __VLS_WithTemplateSlots_72<T, S> = T & {
2905
- new (): {
2906
- $slots: S;
2907
- };
2908
- };
2909
-
2910
- declare type __VLS_WithTemplateSlots_73<T, S> = T & {
2911
- new (): {
2912
- $slots: S;
2913
- };
2914
- };
2915
-
2916
- declare type __VLS_WithTemplateSlots_74<T, S> = T & {
2917
- new (): {
2918
- $slots: S;
2919
- };
2920
- };
2921
-
2922
- declare type __VLS_WithTemplateSlots_75<T, S> = T & {
2923
- new (): {
2924
- $slots: S;
2925
- };
2926
- };
2927
-
2928
- declare type __VLS_WithTemplateSlots_76<T, S> = T & {
2929
- new (): {
2930
- $slots: S;
2931
- };
2932
- };
2933
-
2934
- declare type __VLS_WithTemplateSlots_77<T, S> = T & {
2935
- new (): {
2936
- $slots: S;
2937
- };
2938
- };
2939
-
2940
- declare type __VLS_WithTemplateSlots_78<T, S> = T & {
2941
- new (): {
2942
- $slots: S;
2943
- };
2944
- };
2945
-
2946
- declare type __VLS_WithTemplateSlots_79<T, S> = T & {
2947
- new (): {
2948
- $slots: S;
2949
- };
2950
- };
2951
-
2952
- declare type __VLS_WithTemplateSlots_8<T, S> = T & {
2953
- new (): {
2954
- $slots: S;
2955
- };
2956
- };
2957
-
2958
- declare type __VLS_WithTemplateSlots_80<T, S> = T & {
2959
- new (): {
2960
- $slots: S;
2961
- };
2962
- };
2963
-
2964
- declare type __VLS_WithTemplateSlots_81<T, S> = T & {
2965
- new (): {
2966
- $slots: S;
2967
- };
2968
- };
2969
-
2970
- declare type __VLS_WithTemplateSlots_82<T, S> = T & {
2971
- new (): {
2972
- $slots: S;
2973
- };
2974
- };
2975
-
2976
- declare type __VLS_WithTemplateSlots_83<T, S> = T & {
2977
- new (): {
2978
- $slots: S;
2979
- };
2980
- };
2981
-
2982
- declare type __VLS_WithTemplateSlots_84<T, S> = T & {
2983
- new (): {
2984
- $slots: S;
2985
- };
2986
- };
2987
-
2988
- declare type __VLS_WithTemplateSlots_85<T, S> = T & {
2989
- new (): {
2990
- $slots: S;
2991
- };
2992
- };
2993
-
2994
- declare type __VLS_WithTemplateSlots_86<T, S> = T & {
2995
- new (): {
2996
- $slots: S;
2997
- };
2998
- };
2999
-
3000
- declare type __VLS_WithTemplateSlots_9<T, S> = T & {
3001
- new (): {
3002
- $slots: S;
3003
- };
3004
- };
3005
-
3006
- export declare const AccordionContent: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
3007
-
3008
- export declare const AccordionHeader: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
3009
-
3010
- export declare const AccordionItem: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
3011
-
3012
- export declare const AccordionRoot: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
3013
-
3014
- export declare const AccordionTrigger: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
3015
-
3016
- export declare const Alert: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3017
-
3018
- export declare const AlertDialogAction: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
3019
-
3020
- export declare const AlertDialogCancel: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
3021
-
3022
- export declare const AlertDialogContent: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
3023
-
3024
- export declare const AlertDialogDescription: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
3025
-
3026
- export declare const AlertDialogOverlay: DefineComponent<AlertDialogOverlayProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AlertDialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3027
-
3028
- export { AlertDialogPortal }
3029
-
3030
- export { AlertDialogRoot }
3031
-
3032
- export declare const AlertDialogTitle: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
3033
-
3034
- export declare const AlertDialogTrigger: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
3035
-
3036
- /**
3037
- * Интерфейсы для Alert компонентов
3038
- */
3039
- export declare type AlertVariant = "info" | "success" | "warning" | "error";
3040
-
3041
- export declare const Badge: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3042
-
3043
- export declare const BottomSheet: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
3044
-
3045
- export declare const Breadcrumb: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3046
-
3047
- export declare const breakpoints: Record<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl", ComputedRef<boolean>> & {
3048
- greaterOrEqual: (k: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">) => ComputedRef<boolean>;
3049
- smallerOrEqual: (k: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">) => ComputedRef<boolean>;
3050
- greater(k: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">): ComputedRef<boolean>;
3051
- smaller(k: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">): ComputedRef<boolean>;
3052
- between(a: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">, b: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">): ComputedRef<boolean>;
3053
- isGreater(k: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">): boolean;
3054
- isGreaterOrEqual(k: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">): boolean;
3055
- isSmaller(k: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">): boolean;
3056
- isSmallerOrEqual(k: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">): boolean;
3057
- isInBetween(a: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">, b: MaybeRefOrGetter<"mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">): boolean;
3058
- current: () => ComputedRef<("mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl")[]>;
3059
- active(): ComputedRef<"" | "mobile" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl">;
3060
- };
3061
-
3062
- export declare const Button: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
3063
-
3064
- declare type ButtonIconPosition = "start" | "end";
3065
-
3066
- declare type ButtonStyle = "contrast" | "outlined" | "text" | "text-filled";
3067
-
3068
- declare type ButtonVariant = "primary" | "danger" | "secondary" | "link";
3069
-
3070
- export { CalendarCell }
3071
-
3072
- export declare const CalendarCellTrigger: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
3073
-
3074
- export declare const CalendarGrid: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
3075
-
3076
- export declare const CalendarGridBody: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
3077
-
3078
- export { CalendarGridHead }
3079
-
3080
- export declare const CalendarGridRow: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
3081
-
3082
- export declare const CalendarHeadCell: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
3083
-
3084
- export declare const CalendarHeader: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
3085
-
3086
- export declare const CalendarHeading: DefineComponent<CalendarHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3087
-
3088
- export declare const CalendarNext: DefineComponent<ICalendarPrevProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps> & Readonly<{}>, {
3089
- size: "extrasmall" | "small" | "medium" | "large";
3090
- variant: ButtonVariant;
3091
- buttonStyle: ButtonStyle;
3092
- icon: Component;
3093
- iconOnly: boolean;
3094
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3095
-
3096
- export declare const CalendarPrev: DefineComponent<ICalendarPrevProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps_2> & Readonly<{}>, {
3097
- size: "extrasmall" | "small" | "medium" | "large";
3098
- variant: ButtonVariant;
3099
- buttonStyle: ButtonStyle;
3100
- icon: Component;
3101
- iconOnly: boolean;
3102
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3103
-
3104
- export { CalendarRoot }
3105
-
3106
- export declare const Checkbox: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
3107
-
3108
- export { ColumnDef }
3109
-
3110
- export declare const ComboboxAnchor: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
3111
-
3112
- export declare const ComboboxClear: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3113
- clear: () => any;
3114
- }, string, PublicProps, Readonly<{}> & Readonly<{
3115
- onClear?: (() => any) | undefined;
3116
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
3117
-
3118
- export declare const ComboboxContent: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
3119
-
3120
- export { ComboboxEmpty }
3121
-
3122
- export declare const ComboboxInput: DefineComponent<ComboboxInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3123
- "update:modelValue": (value: string) => any;
3124
- }, string, PublicProps, Readonly<ComboboxInputProps> & Readonly<{
3125
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3126
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3127
-
3128
- export declare const ComboboxItem: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
3129
-
3130
- export { ComboboxPortal }
3131
-
3132
- export declare const ComboboxRoot: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
3133
-
3134
- export declare const ComboboxTrigger: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3135
-
3136
- export declare const ComboboxViewport: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
3137
-
3138
- export { ConfigType }
3139
-
3140
- export { createColumnHelper }
3141
-
3142
- export declare const DataTable: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3143
- "update:rowSelection": (value: RowSelectionState) => any;
3144
- "update:page": (value: number) => any;
3145
- "update:rows": (value: number) => any;
3146
- } & {
3147
- "update:sort": (value: SortingState) => any;
3148
- "update:selected": (value: RowSelectionState) => any;
3149
- "update:page": (value: number) => any;
3150
- "update:rows": (value: number) => any;
3151
- }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
3152
- "onUpdate:sort"?: ((value: SortingState) => any) | undefined;
3153
- "onUpdate:rowSelection"?: ((value: RowSelectionState) => any) | undefined;
3154
- "onUpdate:selected"?: ((value: RowSelectionState) => any) | undefined;
3155
- "onUpdate:page"?: ((value: number) => any) | undefined;
3156
- "onUpdate:rows"?: ((value: number) => any) | undefined;
3157
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3158
-
3159
- declare type DataTablePaginationTemplate = "FirstPageLink" | "PrevPageLink" | "PageLinks" | "NextPageLink" | "LastPageLink" | "RowsPerPageDropdown";
3160
-
3161
- export { DatePickerAnchor }
3162
-
3163
- export declare const DatePickerArrow: DefineComponent<PopoverArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {
3164
- rounded: boolean;
3165
- width: number;
3166
- height: number;
3167
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3168
-
3169
- export { DatePickerCalendar }
3170
-
3171
- export { DatePickerCell }
3172
-
3173
- export declare const DatePickerCellTrigger: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
3174
-
3175
- export { DatePickerClose }
3176
-
3177
- export declare const DatePickerContent: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
3178
-
3179
- export declare const DatePickerField: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
3180
-
3181
- export { DatePickerGrid }
3182
-
3183
- export declare const DatePickerGridBody: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
3184
-
3185
- export { DatePickerGridHead }
3186
-
3187
- export declare const DatePickerGridRow: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
3188
-
3189
- export declare const DatePickerHeadCell: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
3190
-
3191
- export declare const DatePickerHeader: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
3192
-
3193
- export declare const DatePickerHeading: DefineComponent<DatePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3194
-
3195
- export declare const DatePickerInput: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
3196
-
3197
- export declare const DatePickerNext: DefineComponent<IDatePickerNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerNextProps> & Readonly<{}>, {
3198
- size: "extrasmall" | "small" | "medium" | "large";
3199
- variant: ButtonVariant;
3200
- buttonStyle: ButtonStyle;
3201
- icon: Component;
3202
- iconOnly: boolean;
3203
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3204
-
3205
- export declare const DatePickerPrev: DefineComponent<IDatePickerPrevProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerPrevProps> & Readonly<{}>, {
3206
- size: "extrasmall" | "small" | "medium" | "large";
3207
- variant: ButtonVariant;
3208
- buttonStyle: ButtonStyle;
3209
- icon: Component;
3210
- iconOnly: boolean;
3211
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3212
-
3213
- export { DatePickerRoot }
3214
-
3215
- export declare const DatePickerTrigger: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
3216
-
3217
- export { DateRangePickerAnchor }
3218
-
3219
- export declare const DateRangePickerArrow: DefineComponent<PopoverArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {
3220
- rounded: boolean;
3221
- width: number;
3222
- height: number;
3223
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3224
-
3225
- export { DateRangePickerCalendar }
3226
-
3227
- export { DateRangePickerCell }
3228
-
3229
- export declare const DateRangePickerCellTrigger: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
3230
-
3231
- export { DateRangePickerClose }
3232
-
3233
- export declare const DateRangePickerContent: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
3234
-
3235
- export declare const DateRangePickerField: DefineComponent<IDatePickerFieldProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps_2> & Readonly<{}>, {
3236
- size: "small" | "default" | "large";
3237
- width: number;
3238
- closable: boolean;
3239
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3240
-
3241
- export { DateRangePickerGrid }
3242
-
3243
- export declare const DateRangePickerGridBody: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
3244
-
3245
- export { DateRangePickerGridHead }
3246
-
3247
- export declare const DateRangePickerGridRow: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
3248
-
3249
- export declare const DateRangePickerHeadCell: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
3250
-
3251
- export declare const DateRangePickerHeader: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
3252
-
3253
- export declare const DateRangePickerHeading: DefineComponent<DateRangePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3254
-
3255
- export declare const DateRangePickerNext: DefineComponent<IDateRangePickerNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerNextProps> & Readonly<{}>, {
3256
- size: "extrasmall" | "small" | "medium" | "large";
3257
- variant: ButtonVariant;
3258
- buttonStyle: ButtonStyle;
3259
- icon: Component;
3260
- iconOnly: boolean;
3261
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3262
-
3263
- export declare const DateRangePickerPrev: DefineComponent<IDateRangePickerPrevProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerPrevProps> & Readonly<{}>, {
3264
- size: "extrasmall" | "small" | "medium" | "large";
3265
- variant: ButtonVariant;
3266
- buttonStyle: ButtonStyle;
3267
- icon: Component;
3268
- iconOnly: boolean;
3269
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3270
-
3271
- export { DateRangePickerRoot }
3272
-
3273
- export declare const DateRangePickerTrigger: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
3274
-
3275
- export { Dayjs }
3276
-
3277
- export { dayjs }
3278
-
3279
- export declare const DialogActions: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
3280
-
3281
- export declare const DialogContent: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
3282
-
3283
- export declare const DialogDescription: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
3284
-
3285
- export declare const DialogOverlay: DefineComponent<DialogOverlayProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3286
-
3287
- export { DialogPortal }
3288
-
3289
- export { DialogRoot }
3290
-
3291
- export { DialogTrigger }
3292
-
3293
- export declare const Divider: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
3294
-
3295
- export declare const DrawerContent: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
3296
-
3297
- export declare const DrawerOverlay: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
3298
-
3299
- export declare const DrawerPortal: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
3300
-
3301
- export declare const DrawerRoot: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
3302
-
3303
- export declare const DrawerTrigger: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
3304
-
3305
- export declare const DropdownMenuArrow: DefineComponent<DropdownMenuArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuArrowProps> & Readonly<{}>, {
3306
- rounded: boolean;
3307
- width: number;
3308
- height: number;
3309
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3310
-
3311
- export { DropdownMenuCheckboxItem }
3312
-
3313
- export declare const DropdownMenuContent: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
3314
-
3315
- export { DropdownMenuGroup }
3316
-
3317
- export declare const DropdownMenuItem: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
3318
-
3319
- export { DropdownMenuItemIndicator }
3320
-
3321
- export { DropdownMenuLabel }
3322
-
3323
- export { DropdownMenuPortal }
3324
-
3325
- export { DropdownMenuRadioGroup }
3326
-
3327
- export { DropdownMenuRadioItem }
3328
-
3329
- export { DropdownMenuRoot }
3330
-
3331
- export declare const DropdownMenuSeparator: DefineComponent<DropdownMenuSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DropdownMenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3332
-
3333
- export { DropdownMenuSub }
3334
-
3335
- export declare const DropdownMenuSubContent: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
3336
-
3337
- export declare const DropdownMenuSubTrigger: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
3338
-
3339
- export { DropdownMenuTrigger }
3340
-
3341
- declare const File_2: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3342
- remove: (file: IFile_2) => any;
3343
- }, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
3344
- onRemove?: ((file: IFile_2) => any) | undefined;
3345
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3346
- export { File_2 as File }
3347
-
3348
- export declare const FormField: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
3349
-
3350
- declare const forwared: ComputedRef<Readonly<{
3351
- type: "scroll" | "auto" | "hover" | "always";
3352
- dir: "ltr" | "rtl";
3353
- scrollHideDelay: number;
3354
- asChild: boolean;
3355
- as: AsTag | Component;
3356
- }> & {
3357
- readonly maxHeight: string | number;
3358
- } & {
3359
- readonly asChild: boolean;
3360
- }>;
3361
-
3362
- declare const forwared_2: ComputedRef<Readonly<LooseRequired<StepperRootProps>> & {
3363
- readonly linear: boolean;
3364
- readonly asChild: boolean;
3365
- } & Record<string, any>>;
3366
-
3367
- declare const height: ComputedRef<string>;
3368
-
3369
- declare interface IAccordionContentProps {
3370
- /** Когда true, компонент будет отображать дочерний элемент как корневой */
3371
- asChild?: boolean;
3372
- /** HTML тег для отображения */
3373
- as?: string;
3374
- /** Когда true, контент всегда будет в DOM (даже когда закрыт) */
3375
- forceMount?: boolean;
3376
- }
3377
-
3378
- declare interface IAccordionHeaderProps {
3379
- /** Когда true, компонент будет отображать дочерний элемент как корневой */
3380
- asChild?: boolean;
3381
- /** HTML тег для отображения */
3382
- as?: string;
3383
- }
3384
-
3385
- declare interface IAccordionItemProps {
3386
- /** Уникальное значение элемента аккордеона */
3387
- value: string;
3388
- /** Отключить элемент */
3389
- disabled?: boolean;
3390
- /** Вариант стилизации элемента аккордеона */
3391
- styleVariant?: "inline" | "filled" | "outlined";
3392
- }
3393
-
3394
- /**
3395
- * Интерфейсы для Accordion компонентов
3396
- */
3397
- declare interface IAccordionRootProps {
3398
- /** Определяет, может ли быть открыт один или несколько элементов одновременно */
3399
- type?: "single" | "multiple";
3400
- /** Может ли элемент быть свернут после открытия */
3401
- collapsible?: boolean;
3402
- /** Значение элемента, который должен быть открыт по умолчанию */
3403
- defaultValue?: string | string[];
3404
- /** Когда true, предотвращает взаимодействие пользователя с аккордеоном */
3405
- disabled?: boolean;
3406
- /** Ориентация аккордеона */
3407
- orientation?: "horizontal" | "vertical";
3408
- }
3409
-
3410
- declare interface IAccordionTriggerProps extends AccordionTriggerProps {
3411
- /** Показывать/скрывать стрелку-индикатор */
3412
- visibleArrow?: boolean;
3413
- }
3414
-
3415
- declare interface IAlertDialogActionProps extends AlertDialogActionProps, IButtonProps {
3416
- }
3417
-
3418
- declare interface IAlertDialogCancelProps extends AlertDialogCancelProps, IButtonProps {
3419
- }
3420
-
3421
- declare interface IAlertDialogContentProps extends AlertDialogContentProps {
3422
- width?: number;
3423
- }
3424
-
3425
- declare interface IAlertDialogTriggerProps extends AlertDialogTriggerProps, IButtonProps {
3426
- }
3427
-
3428
- export declare interface IAlertEmits {
3429
- /** Событие при закрытии alert */
3430
- close: [];
3431
- }
3432
-
3433
- export declare interface IAlertProps {
3434
- /** Текст заголовка alert */
3435
- title?: string;
3436
- /** Основной текст alert */
3437
- message: string;
3438
- /** Вариант стилизации alert */
3439
- variant?: AlertVariant;
3440
- /** Показывать кнопку закрытия */
3441
- closable?: boolean;
3442
- /** Показывать иконку */
3443
- showIcon?: boolean;
3444
- /** Дополнительный CSS класс */
3445
- class?: string;
3446
- /** Вариант с границей */
3447
- outlined?: boolean;
3448
- }
3449
-
3450
- export declare interface IButtonProps {
3451
- size?: "extrasmall" | "small" | "medium" | "large";
3452
- variant?: ButtonVariant;
3453
- buttonStyle?: ButtonStyle;
3454
- full?: boolean;
3455
- rounded?: boolean;
3456
- disabled?: boolean;
3457
- icon?: Component;
3458
- iconPosition?: ButtonIconPosition;
3459
- iconOnly?: boolean;
3460
- url?: string | RouteLocationRaw;
3461
- strong?: boolean;
3462
- loading?: boolean;
3463
- }
3464
-
3465
- declare interface ICalendarPrevProps extends Omit<CalendarNextProps, 'as' | 'asChild'>, IButtonProps {
3466
- }
3467
-
3468
- declare interface ICalendarPrevProps_2 extends Omit<CalendarPrevProps, 'as' | 'asChild'>, IButtonProps {
3469
- }
3470
-
3471
- declare interface ICalendarPrevProps_3 extends Omit<RangeCalendarNextProps, 'as' | 'asChild'>, IButtonProps {
3472
- }
3473
-
3474
- declare interface ICalendarPrevProps_4 extends Omit<RangeCalendarPrevProps, 'as' | 'asChild'>, IButtonProps {
3475
- }
3476
-
3477
- declare interface IComboboxAnchorProps extends ComboboxAnchorProps {
3478
- size?: 'small' | 'default' | 'large';
3479
- }
3480
-
3481
- declare interface IComboboxItemProps extends ComboboxItemProps {
3482
- label?: string;
3483
- }
3484
-
3485
- export declare interface IData<T> {
3486
- isLoading?: boolean;
3487
- isViewCheckbox?: boolean;
3488
- viewBgColor?: boolean;
3489
- bgColor?: string;
3490
- disabledRow?: boolean;
3491
- data: T;
3492
- }
3493
-
3494
- declare interface IDataHeader {
3495
- textStyle?: "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana";
3496
- }
3497
-
3498
- declare interface IDataTableProps<T = any> {
3499
- data: IData<T>[];
3500
- columns: ColumnDef<IData<any>, any>[];
3501
- size?: "small" | "medium" | "large";
3502
- paginator?: boolean;
3503
- page?: number;
3504
- rowsPerPageOptions?: number[];
3505
- paginatorTemplate?: DataTablePaginationTemplate;
3506
- rows?: number;
3507
- total?: number;
3508
- alwaysShowPaginator?: boolean;
3509
- loading?: boolean;
3510
- enableSorting?: boolean;
3511
- enableRowSelection?: boolean;
3512
- rowId?: string;
3513
- header?: IDataHeader;
3514
- }
3515
-
3516
- declare interface IDatePickerFieldProps {
3517
- width?: number;
3518
- placeholder?: string;
3519
- size?: 'small' | 'default' | 'large';
3520
- }
3521
-
3522
- declare interface IDatePickerFieldProps_2 {
3523
- width?: number;
3524
- inputPlaceholder?: string;
3525
- size?: 'small' | 'default' | 'large';
3526
- closable?: boolean;
3527
- }
3528
-
3529
- declare interface IDatePickerNextProps extends Omit<DatePickerNextProps, 'as' | 'asChild'>, IButtonProps {
3530
- }
3531
-
3532
- declare interface IDatePickerPrevProps extends Omit<DatePickerPrevProps, 'as' | 'asChild'>, IButtonProps {
3533
- }
3534
-
3535
- declare interface IDateRangePickerNextProps extends Omit<DateRangePickerNextProps, 'as' | 'asChild'>, IButtonProps {
3536
- }
3537
-
3538
- declare interface IDateRangePickerPrevProps extends Omit<DateRangePickerPrevProps, 'as' | 'asChild'>, IButtonProps {
3539
- }
3540
-
3541
- declare interface IDialogActionsProps {
3542
- }
3543
-
3544
- declare interface IDialogCloseProps extends DialogCloseProps {
3545
- enabled?: boolean;
3546
- }
3547
-
3548
- declare interface IDialogContentProps extends DialogContentProps {
3549
- title?: IDialogTitleProps;
3550
- closeButton?: IDialogCloseProps;
3551
- width?: number;
3552
- }
3553
-
3554
- declare interface IDialogContentProps_2 extends DialogContentProps {
3555
- closeButton?: IDrawerCloseProps;
3556
- width?: number;
3557
- position?: 'right' | 'top' | 'left' | 'bottom';
3558
- }
3559
-
3560
- declare interface IDialogTitleProps extends DialogTitleProps {
3561
- text?: string;
3562
- }
3563
-
3564
- declare interface IDrawerCloseProps extends DialogCloseProps {
3565
- enabled?: boolean;
3566
- }
3567
-
3568
- declare interface IDropdownMenuContentProps extends DropdownMenuContentProps {
3569
- width?: number;
3570
- }
3571
-
3572
- declare interface IDropdownMenuSubContentProps extends DropdownMenuSubContentProps {
3573
- width?: number;
3574
- }
3575
-
3576
- export declare interface IFile {
3577
- id: string;
3578
- url: string;
3579
- name?: string;
3580
- mime: string | null;
3581
- size: number | null;
3582
- }
3583
-
3584
- declare interface IFile_2 {
3585
- id: string;
3586
- url: string;
3587
- name?: string;
3588
- mime: string | null;
3589
- size: number | null;
3590
- }
3591
-
3592
- declare const Image_2: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3593
- delete: () => any;
3594
- }, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
3595
- onDelete?: (() => any) | undefined;
3596
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
3597
- imageFullModal: CreateComponentPublicInstanceWithMixins<Readonly<{
3598
- src: string;
3599
- alt?: string;
3600
- }> & Readonly<{}>, {
3601
- open: () => void;
3602
- close: () => void;
3603
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
3604
- P: {};
3605
- B: {};
3606
- D: {};
3607
- C: {};
3608
- M: {};
3609
- Defaults: {};
3610
- }, Readonly<{
3611
- src: string;
3612
- alt?: string;
3613
- }> & Readonly<{}>, {
3614
- open: () => void;
3615
- close: () => void;
3616
- }, {}, {}, {}, {}> | null;
3617
- }, HTMLDivElement>;
3618
- export { Image_2 as Image }
3619
-
3620
- export declare const InputNumber: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3621
- change: (value: number) => any;
3622
- "update:modelValue": (value: number) => any;
3623
- }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
3624
- onChange?: ((value: number) => any) | undefined;
3625
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
3626
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3627
-
3628
- export declare const InputText: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
3629
-
3630
- declare type InputTextProps = {
3631
- placeholder?: string;
3632
- allowClear?: boolean;
3633
- name?: string;
3634
- disabled?: boolean;
3635
- error?: boolean;
3636
- type?: "text" | "password" | "phone";
3637
- size?: "small" | "default" | "large";
3638
- inputId?: string;
3639
- required?: boolean;
3640
- full?: boolean;
3641
- readonly?: boolean;
3642
- maxlength?: number;
3643
- showMaxLength?: boolean;
3644
- };
3645
-
3646
- declare interface IPopoverContentProps extends PopoverContentProps {
3647
- width?: number;
3648
- }
3649
-
3650
- declare interface IRadioGroupItemProps extends RadioGroupItemProps {
3651
- size?: 'small' | 'default' | 'large';
3652
- }
3653
-
3654
- declare interface IScrollAreaRootProps extends ScrollAreaRootProps {
3655
- maxHeight?: number | string;
3656
- }
3657
-
3658
- declare interface ISelectItemProps extends SelectItemProps {
3659
- label?: string;
3660
- }
3661
-
3662
- declare interface ISelectTriggerProps extends SelectTriggerProps {
3663
- size?: 'small' | 'default' | 'large';
3664
- }
3665
-
3666
- declare interface ISelectValueProps extends SelectValueProps {
3667
- maxSelectedLabels?: number;
3668
- }
3669
-
3670
- declare interface ISpinnerProps {
3671
- color?: string;
3672
- size?: number;
3673
- }
3674
-
3675
- export declare interface IToastRootProps extends ToastRootProps {
3676
- variant?: ToastVariant;
3677
- onOpenChange?: ((value: boolean) => void) | undefined;
3678
- }
3679
-
3680
- declare interface ITooltipContentProps extends TooltipContentProps {
3681
- viewArrow?: boolean;
3682
- }
3683
-
3684
- export declare const Label: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
3685
-
3686
- export { ListboxContent }
3687
-
3688
- export { ListboxFilter }
3689
-
3690
- export { ListboxGroup }
3691
-
3692
- export { ListboxGroupLabel }
3693
-
3694
- export { ListboxItem }
3695
-
3696
- export { ListboxItemIndicator }
3697
-
3698
- export { ListboxRoot }
3699
-
3700
- export { ListboxVirtualizer }
3701
-
3702
- declare interface LoadingElement extends HTMLElement {
3703
- dataset: DOMStringMap & {
3704
- loading?: string;
3705
- originalPosition?: string;
3706
- };
3707
- _spinnerApp?: any;
3708
- _spinnerContainer?: HTMLElement;
3709
- }
3710
-
3711
- declare type MenuItem = {
3712
- icon?: Component;
3713
- label: string;
3714
- url?: string | RouteLocationRaw;
3715
- command?: () => void;
3716
- description?: string;
3717
- badge?: boolean;
3718
- disabled?: boolean;
3719
- };
3720
-
3721
- export declare const Message: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
3722
-
3723
- export declare const OTPCode: DefineComponent<__VLS_PublicProps_6, {
3724
- $els: HTMLInputElement[];
3725
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3726
- "update:modelValue": (value: string) => any;
3727
- } & {
3728
- blur: (index: number) => any;
3729
- change: (value: string) => any;
3730
- focus: (index: number) => any;
3731
- complete: (value: string) => any;
3732
- }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
3733
- onBlur?: ((index: number) => any) | undefined;
3734
- onChange?: ((value: string) => any) | undefined;
3735
- onFocus?: ((index: number) => any) | undefined;
3736
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3737
- onComplete?: ((value: string) => any) | undefined;
3738
- }>, {
3739
- size: "small" | "default" | "large";
3740
- disabled: boolean;
3741
- length: number;
3742
- error: boolean;
3743
- required: boolean;
3744
- readonly: boolean;
3745
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
3746
- inputRefs: HTMLInputElement[];
3747
- }, HTMLDivElement>;
3748
-
3749
- declare interface OTPCodeProps {
3750
- length?: number;
3751
- disabled?: boolean;
3752
- readonly?: boolean;
3753
- error?: boolean;
3754
- required?: boolean;
3755
- size?: "small" | "default" | "large";
3756
- full?: boolean;
3757
- }
3758
-
3759
- export declare const PaginationEllipsis: DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3760
-
3761
- export declare const PaginationFirst: DefineComponent<PaginationFirstProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3762
-
3763
- export declare const PaginationLast: DefineComponent<PaginationLastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3764
-
3765
- export declare const PaginationList: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
3766
-
3767
- export declare const PaginationListItem: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
3768
-
3769
- export declare const PaginationNext: DefineComponent<PaginationNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3770
-
3771
- export declare const PaginationPrev: DefineComponent<PaginationPrevProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3772
-
3773
- export { PaginationRoot }
3774
-
3775
- export { PopoverAnchor }
3776
-
3777
- export declare const PopoverArrow: DefineComponent<PopoverArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {
3778
- rounded: boolean;
3779
- width: number;
3780
- height: number;
3781
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3782
-
3783
- export { PopoverClose }
3784
-
3785
- export declare const PopoverContent: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
3786
-
3787
- export { PopoverPortal }
3788
-
3789
- export { PopoverRoot }
3790
-
3791
- export { PopoverTrigger }
3792
-
3793
- /**
3794
- * Функция форматирования суммы
3795
- *
3796
- * Функция будет возвращаться HTML строку <span>11000.<small>00</small>₽</span>
3797
- */
3798
- export declare const priceFormat: (price: string | number, returnHtml?: boolean) => string | VNode<RendererNode, RendererElement, {
3799
- [key: string]: any;
3800
- }>;
3801
-
3802
- declare interface Props {
3803
- disabled?: boolean;
3804
- hourCycle?: 12 | 24;
3805
- locale?: string;
3806
- }
3807
-
3808
- export declare const RadioGroupItem: DefineComponent<IRadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IRadioGroupItemProps> & Readonly<{}>, {
3809
- size: "small" | "default" | "large";
3810
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3811
-
3812
- export { RadioGroupRoot }
3813
-
3814
- export { RangeCalendarCell }
3815
-
3816
- export declare const RangeCalendarCellTrigger: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
3817
-
3818
- export { RangeCalendarGrid }
3819
-
3820
- export declare const RangeCalendarGridBody: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, __VLS_TemplateResult_63["slots"]>;
3821
-
3822
- export { RangeCalendarGridHead }
3823
-
3824
- export declare const RangeCalendarGridRow: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, __VLS_TemplateResult_64["slots"]>;
3825
-
3826
- export declare const RangeCalendarHeadCell: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, __VLS_TemplateResult_65["slots"]>;
3827
-
3828
- export declare const RangeCalendarHeader: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
3829
-
3830
- export declare const RangeCalendarHeading: DefineComponent<RangeCalendarHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RangeCalendarHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3831
-
3832
- export declare const RangeCalendarNext: DefineComponent<ICalendarPrevProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps_3> & Readonly<{}>, {
3833
- size: "extrasmall" | "small" | "medium" | "large";
3834
- variant: ButtonVariant;
3835
- buttonStyle: ButtonStyle;
3836
- icon: Component;
3837
- iconOnly: boolean;
3838
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3839
-
3840
- export declare const RangeCalendarPrev: DefineComponent<ICalendarPrevProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps_4> & Readonly<{}>, {
3841
- size: "extrasmall" | "small" | "medium" | "large";
3842
- variant: ButtonVariant;
3843
- buttonStyle: ButtonStyle;
3844
- icon: Component;
3845
- iconOnly: boolean;
3846
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3847
-
3848
- export { RangeCalendarRoot }
3849
-
3850
- export declare const Schedule: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3851
- "update:modelValue": (value: Partial<Record<TDayWeek, TDaySchedule>> | null) => any;
3852
- }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
3853
- "onUpdate:modelValue"?: ((value: Partial<Record<TDayWeek, TDaySchedule>> | null) => any) | undefined;
3854
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3855
-
3856
- export declare const ScrollAreaRoot: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, __VLS_TemplateResult_76["slots"]>;
3857
-
3858
- export declare const ScrollAreaScrollbar: DefineComponent<ScrollAreaScrollbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaScrollbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3859
-
3860
- export declare const ScrollAreaViewport: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, __VLS_TemplateResult_77["slots"]>;
3861
-
3862
- declare function scrollToBottom(): void;
3863
-
3864
- declare function scrollToTop(): void;
3865
-
3866
- export declare const SelectContent: __VLS_WithTemplateSlots_78<typeof __VLS_component_78, __VLS_TemplateResult_78["slots"]>;
3867
-
3868
- export { SelectGroup }
3869
-
3870
- export { SelectIcon }
3871
-
3872
- export declare const SelectItem: __VLS_WithTemplateSlots_79<typeof __VLS_component_79, __VLS_TemplateResult_79["slots"]>;
3873
-
3874
- export { SelectItemIndicator }
3875
-
3876
- export { SelectItemText }
3877
-
3878
- export { SelectLabel }
3879
-
3880
- export { SelectPortal }
3881
-
3882
- export declare const SelectRoot: __VLS_WithTemplateSlots_80<typeof __VLS_component_80, __VLS_TemplateResult_80["slots"]>;
3883
-
3884
- export { SelectScrollDownButton }
3885
-
3886
- export { SelectScrollUpButton }
3887
-
3888
- export declare const SelectSeparator: DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3889
-
3890
- export declare const SelectTrigger: __VLS_WithTemplateSlots_81<typeof __VLS_component_81, __VLS_TemplateResult_81["slots"]>;
3891
-
3892
- export declare const SelectValue: __VLS_WithTemplateSlots_82<typeof __VLS_component_82, __VLS_TemplateResult_82["slots"]>;
3893
-
3894
- export declare const SelectViewport: __VLS_WithTemplateSlots_83<typeof __VLS_component_83, __VLS_TemplateResult_83["slots"]>;
3895
-
3896
- export declare const Spinner: DefineComponent<ISpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3897
-
3898
- export declare const StepperItem: __VLS_WithTemplateSlots_84<typeof __VLS_component_84, __VLS_TemplateResult_84["slots"]>;
3899
-
3900
- export declare const StepperRoot: __VLS_WithTemplateSlots_85<typeof __VLS_component_85, __VLS_TemplateResult_85["slots"]>;
3901
-
3902
- declare type StringOrVNode = string | VNode | (() => VNode);
3903
-
3904
- export declare const SwitchRoot: __VLS_WithTemplateSlots_86<typeof __VLS_component_86, __VLS_TemplateResult_86["slots"]>;
3905
-
3906
- export declare const SwitchThumb: DefineComponent<SwitchThumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3907
-
3908
- export { TabsContent }
3909
-
3910
- export { TabsIndicator }
3911
-
3912
- export declare const TabsList: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, __VLS_TemplateResult_67["slots"]>;
3913
-
3914
- export declare const TabsRoot: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
3915
-
3916
- export declare const TabsTrigger: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, __VLS_TemplateResult_69["slots"]>;
3917
-
3918
- export declare const Tag: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, __VLS_TemplateResult_70["slots"]>;
3919
-
3920
- export declare interface TagColors {
3921
- background?: string;
3922
- text?: string;
3923
- border?: string;
3924
- }
3925
-
3926
- declare interface TagProps {
3927
- outlined?: boolean;
3928
- colors?: TagColors;
3929
- }
3930
-
3931
- declare type TDaySchedule = {
3932
- active: boolean;
3933
- time: TTimeValue[];
3934
- };
3935
-
3936
- export declare type TDayWeek = "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "sunday";
3937
-
3938
- export declare const Textarea: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3939
- "update:modelValue": (value: string) => any;
3940
- } & {
3941
- blur: (value: FocusEvent) => any;
3942
- focusIn: (value: FocusEvent) => any;
3943
- focusOut: (value: FocusEvent) => any;
3944
- }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
3945
- onBlur?: ((value: FocusEvent) => any) | undefined;
3946
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3947
- onFocusIn?: ((value: FocusEvent) => any) | undefined;
3948
- onFocusOut?: ((value: FocusEvent) => any) | undefined;
3949
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
3950
- textareaRef: HTMLTextAreaElement;
3951
- }, HTMLDivElement>;
3952
-
3953
- export declare const TimeField: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3954
- "update:modelValue": (value: TTimeValue | null) => any;
3955
- }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
3956
- "onUpdate:modelValue"?: ((value: TTimeValue | null) => any) | undefined;
3957
- }>, {
3958
- locale: string;
3959
- hourCycle: 12 | 24;
3960
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3961
-
3962
- declare type Toast = Omit<ToasterToast, "id">;
3963
-
3964
- declare function toast(props: Toast): {
3965
- id: string;
3966
- dismiss: () => void;
3967
- update: (props: ToasterToast) => void;
3968
- };
3969
-
3970
- export { ToastAction }
3971
-
3972
- export declare const ToastClose: DefineComponent<ToastCloseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3973
-
3974
- export declare const ToastDescription: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, __VLS_TemplateResult_71["slots"]>;
3975
-
3976
- export declare const Toaster: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3977
-
3978
- declare type ToasterToast = IToastRootProps & {
3979
- id: string;
3980
- title?: string;
3981
- description?: StringOrVNode;
3982
- action?: Component;
3983
- };
3984
-
3985
- export { ToastPortal }
3986
-
3987
- export declare const ToastProvider: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, __VLS_TemplateResult_72["slots"]>;
3988
-
3989
- export declare const ToastRoot: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, __VLS_TemplateResult_73["slots"]>;
3990
-
3991
- export declare const ToastTitle: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, __VLS_TemplateResult_74["slots"]>;
3992
-
3993
- declare type ToastVariant = "warn" | "success" | "error" | "info";
3994
-
3995
- export declare const ToastViewport: DefineComponent<ToastViewportProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3996
-
3997
- export declare const TooltipContent: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, __VLS_TemplateResult_75["slots"]>;
3998
-
3999
- export { TooltipPortal }
4000
-
4001
- export { TooltipProvider }
4002
-
4003
- export { TooltipRoot }
4004
-
4005
- export { TooltipTrigger }
4006
-
4007
- export declare type TShedule = Partial<Record<TDayWeek, TDaySchedule>>;
4008
-
4009
- export declare interface TTimeValue {
4010
- hour: number;
4011
- minute: number;
4012
- }
4013
-
4014
- export declare function useToast(): {
4015
- toasts: ComputedRef< {
4016
- variant?: ToastVariant | undefined;
4017
- onOpenChange?: ((value: boolean) => void) | undefined | undefined;
4018
- defaultOpen?: boolean | undefined;
4019
- forceMount?: boolean | undefined;
4020
- type?: "foreground" | "background" | undefined;
4021
- open?: boolean | undefined;
4022
- duration?: number | undefined;
4023
- asChild?: boolean | undefined;
4024
- as?: FunctionalComponent<any, {}, any, {}> | {
4025
- new (...args: any[]): any;
4026
- __isFragment?: never;
4027
- __isTeleport?: never;
4028
- __isSuspense?: never;
4029
- } | AsTag | {
4030
- [x: string]: any;
4031
- setup?: ((this: void, props: LooseRequired<any>, ctx: {
4032
- attrs: {
4033
- [x: string]: unknown;
4034
- };
4035
- slots: Readonly<{
4036
- [name: string]: Slot<any> | undefined;
4037
- }>;
4038
- emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
4039
- expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
4040
- }) => any) | undefined;
4041
- name?: string | undefined;
4042
- template?: string | object | undefined;
4043
- render?: Function | undefined;
4044
- components?: Record<string, Component<any, any, any, ComputedOptions, MethodOptions, {}, any>> | undefined;
4045
- directives?: Record<string, Directive<any, any, string, string>> | undefined;
4046
- inheritAttrs?: boolean | undefined;
4047
- emits?: any;
4048
- slots?: {} | undefined;
4049
- expose?: string[] | undefined;
4050
- serverPrefetch?: (() => void | Promise<any>) | undefined;
4051
- compilerOptions?: {
4052
- isCustomElement?: ((tag: string) => boolean) | undefined;
4053
- whitespace?: "preserve" | "condense" | undefined;
4054
- comments?: boolean | undefined;
4055
- delimiters?: [string, string] | undefined;
4056
- } | undefined;
4057
- call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
4058
- __isFragment?: never | undefined;
4059
- __isTeleport?: never | undefined;
4060
- __isSuspense?: never | undefined;
4061
- __defaults?: {} | undefined;
4062
- compatConfig?: {
4063
- GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
4064
- GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
4065
- GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
4066
- GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
4067
- GLOBAL_SET?: boolean | "suppress-warning" | undefined;
4068
- GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
4069
- GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
4070
- GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
4071
- CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
4072
- CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
4073
- CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
4074
- CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
4075
- CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
4076
- CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
4077
- CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
4078
- INSTANCE_SET?: boolean | "suppress-warning" | undefined;
4079
- INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
4080
- INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
4081
- INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
4082
- INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
4083
- INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
4084
- INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
4085
- INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
4086
- INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
4087
- OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
4088
- OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
4089
- OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
4090
- OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
4091
- WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
4092
- PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
4093
- V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
4094
- CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
4095
- ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
4096
- ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
4097
- TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
4098
- TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
4099
- COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
4100
- COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
4101
- COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
4102
- RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
4103
- FILTERS?: boolean | "suppress-warning" | undefined;
4104
- PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
4105
- MODE?: 2 | 3 | ((comp: Component | null) => 2 | 3) | undefined;
4106
- } | undefined;
4107
- data?: ((this: any, vm: any) => any) | undefined;
4108
- computed?: ComputedOptions | undefined;
4109
- methods?: MethodOptions | undefined;
4110
- watch?: {
4111
- [x: string]: (string | WatchCallback | ({
4112
- handler: WatchCallback | string;
4113
- } & WatchOptions<boolean>)) | (string | WatchCallback | ({
4114
- handler: WatchCallback | string;
4115
- } & WatchOptions<boolean>))[];
4116
- } | undefined;
4117
- provide?: ComponentProvideOptions | undefined;
4118
- inject?: {} | string[] | undefined;
4119
- filters?: Record<string, Function> | undefined;
4120
- mixins?: any[] | undefined;
4121
- extends?: any;
4122
- beforeCreate?: (() => any) | undefined;
4123
- created?: (() => any) | undefined;
4124
- beforeMount?: (() => any) | undefined;
4125
- mounted?: (() => any) | undefined;
4126
- beforeUpdate?: (() => any) | undefined;
4127
- updated?: (() => any) | undefined;
4128
- activated?: (() => any) | undefined;
4129
- deactivated?: (() => any) | undefined;
4130
- beforeDestroy?: (() => any) | undefined;
4131
- beforeUnmount?: (() => any) | undefined;
4132
- destroyed?: (() => any) | undefined;
4133
- unmounted?: (() => any) | undefined;
4134
- renderTracked?: ((e: DebuggerEvent) => void) | undefined;
4135
- renderTriggered?: ((e: DebuggerEvent) => void) | undefined;
4136
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | undefined;
4137
- delimiters?: [string, string] | undefined;
4138
- __differentiator?: string | number | symbol | undefined;
4139
- __isBuiltIn?: boolean | undefined;
4140
- __file?: string | undefined;
4141
- __name?: string | undefined;
4142
- beforeRouteEnter?: (TypesConfig extends Record<"beforeRouteEnter", infer T> ? T : NavigationGuardWithThis<undefined>) | undefined;
4143
- beforeRouteUpdate?: (TypesConfig extends Record<"beforeRouteUpdate", infer T> ? T : NavigationGuard) | undefined;
4144
- beforeRouteLeave?: (TypesConfig extends Record<"beforeRouteLeave", infer T> ? T : NavigationGuard) | undefined;
4145
- } | undefined;
4146
- id: string;
4147
- title?: string | undefined;
4148
- description?: StringOrVNode | undefined;
4149
- action?: FunctionalComponent<any, {}, any, {}> | {
4150
- new (...args: any[]): any;
4151
- __isFragment?: never;
4152
- __isTeleport?: never;
4153
- __isSuspense?: never;
4154
- } | {
4155
- [x: string]: any;
4156
- setup?: ((this: void, props: LooseRequired<any>, ctx: {
4157
- attrs: {
4158
- [x: string]: unknown;
4159
- };
4160
- slots: Readonly<{
4161
- [name: string]: Slot<any> | undefined;
4162
- }>;
4163
- emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
4164
- expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
4165
- }) => any) | undefined;
4166
- name?: string | undefined;
4167
- template?: string | object | undefined;
4168
- render?: Function | undefined;
4169
- components?: Record<string, Component<any, any, any, ComputedOptions, MethodOptions, {}, any>> | undefined;
4170
- directives?: Record<string, Directive<any, any, string, string>> | undefined;
4171
- inheritAttrs?: boolean | undefined;
4172
- emits?: any;
4173
- slots?: {} | undefined;
4174
- expose?: string[] | undefined;
4175
- serverPrefetch?: (() => void | Promise<any>) | undefined;
4176
- compilerOptions?: {
4177
- isCustomElement?: ((tag: string) => boolean) | undefined;
4178
- whitespace?: "preserve" | "condense" | undefined;
4179
- comments?: boolean | undefined;
4180
- delimiters?: [string, string] | undefined;
4181
- } | undefined;
4182
- call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
4183
- __isFragment?: never | undefined;
4184
- __isTeleport?: never | undefined;
4185
- __isSuspense?: never | undefined;
4186
- __defaults?: {} | undefined;
4187
- compatConfig?: {
4188
- GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
4189
- GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
4190
- GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
4191
- GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
4192
- GLOBAL_SET?: boolean | "suppress-warning" | undefined;
4193
- GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
4194
- GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
4195
- GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
4196
- CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
4197
- CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
4198
- CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
4199
- CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
4200
- CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
4201
- CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
4202
- CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
4203
- INSTANCE_SET?: boolean | "suppress-warning" | undefined;
4204
- INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
4205
- INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
4206
- INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
4207
- INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
4208
- INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
4209
- INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
4210
- INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
4211
- INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
4212
- OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
4213
- OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
4214
- OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
4215
- OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
4216
- WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
4217
- PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
4218
- V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
4219
- CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
4220
- ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
4221
- ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
4222
- TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
4223
- TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
4224
- COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
4225
- COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
4226
- COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
4227
- RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
4228
- FILTERS?: boolean | "suppress-warning" | undefined;
4229
- PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
4230
- MODE?: 2 | 3 | ((comp: Component | null) => 2 | 3) | undefined;
4231
- } | undefined;
4232
- data?: ((this: any, vm: any) => any) | undefined;
4233
- computed?: ComputedOptions | undefined;
4234
- methods?: MethodOptions | undefined;
4235
- watch?: {
4236
- [x: string]: (string | WatchCallback | ({
4237
- handler: WatchCallback | string;
4238
- } & WatchOptions<boolean>)) | (string | WatchCallback | ({
4239
- handler: WatchCallback | string;
4240
- } & WatchOptions<boolean>))[];
4241
- } | undefined;
4242
- provide?: ComponentProvideOptions | undefined;
4243
- inject?: {} | string[] | undefined;
4244
- filters?: Record<string, Function> | undefined;
4245
- mixins?: any[] | undefined;
4246
- extends?: any;
4247
- beforeCreate?: (() => any) | undefined;
4248
- created?: (() => any) | undefined;
4249
- beforeMount?: (() => any) | undefined;
4250
- mounted?: (() => any) | undefined;
4251
- beforeUpdate?: (() => any) | undefined;
4252
- updated?: (() => any) | undefined;
4253
- activated?: (() => any) | undefined;
4254
- deactivated?: (() => any) | undefined;
4255
- beforeDestroy?: (() => any) | undefined;
4256
- beforeUnmount?: (() => any) | undefined;
4257
- destroyed?: (() => any) | undefined;
4258
- unmounted?: (() => any) | undefined;
4259
- renderTracked?: ((e: DebuggerEvent) => void) | undefined;
4260
- renderTriggered?: ((e: DebuggerEvent) => void) | undefined;
4261
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | undefined;
4262
- delimiters?: [string, string] | undefined;
4263
- __differentiator?: string | number | symbol | undefined;
4264
- __isBuiltIn?: boolean | undefined;
4265
- __file?: string | undefined;
4266
- __name?: string | undefined;
4267
- beforeRouteEnter?: (TypesConfig extends Record<"beforeRouteEnter", infer T> ? T : NavigationGuardWithThis<undefined>) | undefined;
4268
- beforeRouteUpdate?: (TypesConfig extends Record<"beforeRouteUpdate", infer T> ? T : NavigationGuard) | undefined;
4269
- beforeRouteLeave?: (TypesConfig extends Record<"beforeRouteLeave", infer T> ? T : NavigationGuard) | undefined;
4270
- } | undefined;
4271
- }[]>;
4272
- toast: typeof toast;
4273
- dismiss: (toastId?: string) => void;
4274
- };
4275
-
4276
- export declare const vLoading: ObjectDirective<LoadingElement, boolean>;
4277
-
4278
- export { }
4279
-
4280
-
4281
-
4282
- declare module "@tanstack/vue-table" {
4283
- interface ColumnMeta<TData extends RowData, TValue> {
4284
- align?: "start" | "center" | "end";
4285
- verticalAlign?: "top" | "middle" | "bottom";
4286
- autoSize?: boolean;
4287
- }
4288
- }
4289
-
4290
-
4291
- declare module "@tanstack/vue-table" {
4292
- interface ColumnMeta<TData extends RowData, TValue> {
4293
- align?: "start" | "center" | "end";
4294
- verticalAlign?: "top" | "middle" | "bottom";
4295
- autoSize?: boolean;
4296
- }
4297
- }