prlg-ui 1.8.351 → 1.8.353

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 (684) hide show
  1. package/dist/blocks/index.cjs.js +1 -1
  2. package/dist/blocks/index.es.js +6 -7
  3. package/dist/blocks.d.ts +54 -0
  4. package/dist/icons.d.ts +289 -0
  5. package/dist/index.d.ts +2210 -1
  6. package/dist/prlg-ui.css +1 -1
  7. package/dist/reka-ui/index.cjs.js +2 -2
  8. package/dist/reka-ui/index.es.js +29 -26
  9. package/dist/rekaUI.d.ts +4298 -0
  10. package/dist/types.d.ts +33 -0
  11. package/dist/utils.d.ts +174 -0
  12. package/package.json +16 -17
  13. package/dist/app/blocks/BonusSummary/BonusSummary.d.ts +0 -2
  14. package/dist/app/blocks/BonusSummary/BonusSummary.stories.d.ts +0 -6
  15. package/dist/app/blocks/BonusSummary/index.d.ts +0 -3
  16. package/dist/app/blocks/Chat/ChatField/ChatField.d.ts +0 -25
  17. package/dist/app/blocks/Chat/ChatField/ChatField.stories.d.ts +0 -6
  18. package/dist/app/blocks/Chat/ChatField/ChatFieldActions.d.ts +0 -17
  19. package/dist/app/blocks/Chat/ChatField/ChatFile.d.ts +0 -9
  20. package/dist/app/blocks/Chat/ChatField/index.d.ts +0 -2
  21. package/dist/app/blocks/Chat/ChatField/uploadFile.d.ts +0 -25
  22. package/dist/app/blocks/index.d.ts +0 -2
  23. package/dist/app/components/Buttons/Button/Button.d.ts +0 -18
  24. package/dist/app/components/Buttons/Button/Button.stories.d.ts +0 -16
  25. package/dist/app/components/Buttons/Button/Button.types.d.ts +0 -15
  26. package/dist/app/components/Buttons/Button/index.d.ts +0 -3
  27. package/dist/app/components/Buttons/SleedDeal/SleedDeal.d.ts +0 -67
  28. package/dist/app/components/Buttons/SleedDeal/SleedDeal.stories.d.ts +0 -6
  29. package/dist/app/components/Buttons/SleedDeal/index.d.ts +0 -3
  30. package/dist/app/components/ColorPalette/ColorPalette.d.ts +0 -7
  31. package/dist/app/components/ColorPalette/ColorPalette.stories.d.ts +0 -9
  32. package/dist/app/components/ColorPalette/ColorSwatch.d.ts +0 -11
  33. package/dist/app/components/Data/DataTable/Column.d.ts +0 -18
  34. package/dist/app/components/Data/DataTable/DataTable.d.ts +0 -112
  35. package/dist/app/components/Data/DataTable/Table.stories.d.ts +0 -11
  36. package/dist/app/components/Data/DataTable/entities/TableBody.d.ts +0 -21
  37. package/dist/app/components/Data/DataTable/entities/TableCell.d.ts +0 -18
  38. package/dist/app/components/Data/DataTable/entities/TableFooter.d.ts +0 -19
  39. package/dist/app/components/Data/DataTable/entities/TableHeader.d.ts +0 -10
  40. package/dist/app/components/Data/DataTable/entities/TableRow.d.ts +0 -29
  41. package/dist/app/components/Data/DataTable/feature/DescriptionColumn.d.ts +0 -5
  42. package/dist/app/components/Data/DataTable/feature/SortButton.d.ts +0 -10
  43. package/dist/app/components/Data/DataTable/index.d.ts +0 -3
  44. package/dist/app/components/Data/DataTable/shared/composables/rowGrouping.d.ts +0 -5
  45. package/dist/app/components/Data/DataTable/shared/composables/setupColumn.d.ts +0 -6436
  46. package/dist/app/components/Data/DataTable/shared/types/Column.types.d.ts +0 -52
  47. package/dist/app/components/Data/DataTable/shared/types/Options.types.d.ts +0 -11
  48. package/dist/app/components/Data/DataTable/shared/types/Table.types.d.ts +0 -58
  49. package/dist/app/components/Data/DataTable/shared/types/TableBody.types.d.ts +0 -22
  50. package/dist/app/components/Data/DataTable/shared/types/TableHeader.types.d.ts +0 -10
  51. package/dist/app/components/Data/Paginator/Paginator.d.ts +0 -14
  52. package/dist/app/components/Data/Paginator/Paginator.stories.d.ts +0 -6
  53. package/dist/app/components/Data/Paginator/Paginator.types.d.ts +0 -7
  54. package/dist/app/components/Data/Paginator/index.d.ts +0 -3
  55. package/dist/app/components/Data/Table/Table.d.ts +0 -56
  56. package/dist/app/components/Data/Table/Table.stories.d.ts +0 -41
  57. package/dist/app/components/Data/Table/index.d.ts +0 -4
  58. package/dist/app/components/Data/Table/shared/mock/OrderStatus/OrderStatus.d.ts +0 -6
  59. package/dist/app/components/Data/Table/shared/mock/OrderStatus/constants.d.ts +0 -9
  60. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/accepted.d.ts +0 -2
  61. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/approval.d.ts +0 -2
  62. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/assembled.d.ts +0 -2
  63. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/awaitingPayment.d.ts +0 -2
  64. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/cancelled.d.ts +0 -2
  65. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/complaint.d.ts +0 -2
  66. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/confirmation.d.ts +0 -2
  67. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/dedlineChanged.d.ts +0 -2
  68. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/delayDelivery.d.ts +0 -2
  69. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/documentsIssued.d.ts +0 -2
  70. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/error.d.ts +0 -2
  71. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/handedShipment.d.ts +0 -2
  72. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/index.d.ts +0 -26
  73. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/orderSupplier.d.ts +0 -2
  74. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/orderedSupplier.d.ts +0 -2
  75. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/paid.d.ts +0 -2
  76. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/readyPickup.d.ts +0 -2
  77. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/readyShipment.d.ts +0 -2
  78. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/receivedClient.d.ts +0 -2
  79. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/reservedPayment.d.ts +0 -2
  80. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/reservedShipment.d.ts +0 -2
  81. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/returned.d.ts +0 -2
  82. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/sentSupplier.d.ts +0 -2
  83. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/transferAvailability.d.ts +0 -2
  84. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/transferCustom.d.ts +0 -2
  85. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/warning.d.ts +0 -2
  86. package/dist/app/components/Data/Table/shared/mock/mock-data.d.ts +0 -101
  87. package/dist/app/components/Form/Autocomplete/Autocomplete.d.ts +0 -35
  88. package/dist/app/components/Form/Autocomplete/Autocomplete.stories.d.ts +0 -11
  89. package/dist/app/components/Form/Autocomplete/Autocomplete.types.d.ts +0 -31
  90. package/dist/app/components/Form/Autocomplete/index.d.ts +0 -2
  91. package/dist/app/components/Form/Calendar/Calendar.composible.d.ts +0 -13
  92. package/dist/app/components/Form/Calendar/Calendar.d.ts +0 -11
  93. package/dist/app/components/Form/Calendar/Calendar.stories.d.ts +0 -68
  94. package/dist/app/components/Form/Calendar/Calendar.types.d.ts +0 -97
  95. package/dist/app/components/Form/Calendar/TimePicker.d.ts +0 -14
  96. package/dist/app/components/Form/Calendar/index.d.ts +0 -2
  97. package/dist/app/components/Form/Checkbox/Checkbox.d.ts +0 -46
  98. package/dist/app/components/Form/Checkbox/Checkbox.stories.d.ts +0 -6
  99. package/dist/app/components/Form/Checkbox/index.d.ts +0 -3
  100. package/dist/app/components/Form/ChipCheckbox/ChipCheckbox.d.ts +0 -14
  101. package/dist/app/components/Form/ChipCheckbox/ChipCheckbox.stories.d.ts +0 -6
  102. package/dist/app/components/Form/ChipCheckbox/index.d.ts +0 -3
  103. package/dist/app/components/Form/DatePicker/DatePicker.d.ts +0 -38
  104. package/dist/app/components/Form/DatePicker/DatePicker.stories.d.ts +0 -67
  105. package/dist/app/components/Form/DatePicker/DatePicker.types.d.ts +0 -50
  106. package/dist/app/components/Form/DatePicker/DatePicker.utils.d.ts +0 -18
  107. package/dist/app/components/Form/DatePicker/index.d.ts +0 -2
  108. package/dist/app/components/Form/Dropdown/Dropdown.d.ts +0 -60
  109. package/dist/app/components/Form/Dropdown/Dropdown.stories.d.ts +0 -18
  110. package/dist/app/components/Form/Dropdown/Dropdown.types.d.ts +0 -30
  111. package/dist/app/components/Form/Dropdown/index.d.ts +0 -3
  112. package/dist/app/components/Form/FormItem/FormItem.d.ts +0 -29
  113. package/dist/app/components/Form/FormItem/FormItem.stories.d.ts +0 -9
  114. package/dist/app/components/Form/FormItem/index.d.ts +0 -1
  115. package/dist/app/components/Form/IconField/IconField.d.ts +0 -23
  116. package/dist/app/components/Form/IconField/IconField.stories.d.ts +0 -6
  117. package/dist/app/components/Form/IconField/index.d.ts +0 -3
  118. package/dist/app/components/Form/InputMask/InputMask.d.ts +0 -22
  119. package/dist/app/components/Form/InputMask/InputMask.stories.d.ts +0 -15
  120. package/dist/app/components/Form/InputMask/index.d.ts +0 -3
  121. package/dist/app/components/Form/InputMask/useInputMask.d.ts +0 -15
  122. package/dist/app/components/Form/InputNumber/InputNumber.d.ts +0 -22
  123. package/dist/app/components/Form/InputNumber/InputNumber.stories.d.ts +0 -6
  124. package/dist/app/components/Form/InputNumber/index.d.ts +0 -3
  125. package/dist/app/components/Form/InputPhone/InputPhone.d.ts +0 -9
  126. package/dist/app/components/Form/InputPhone/InputPhone.stories.d.ts +0 -6
  127. package/dist/app/components/Form/InputPhone/InputPhone.types.d.ts +0 -4
  128. package/dist/app/components/Form/InputPhone/index.d.ts +0 -3
  129. package/dist/app/components/Form/InputText/InputText.d.ts +0 -22
  130. package/dist/app/components/Form/InputText/InputText.stories.d.ts +0 -10
  131. package/dist/app/components/Form/InputText/InputText.types.d.ts +0 -19
  132. package/dist/app/components/Form/InputText/index.d.ts +0 -3
  133. package/dist/app/components/Form/OTPCode/OTPCode.d.ts +0 -33
  134. package/dist/app/components/Form/OTPCode/OTPCode.stories.d.ts +0 -15
  135. package/dist/app/components/Form/OTPCode/OTPCode.types.d.ts +0 -12
  136. package/dist/app/components/Form/OTPCode/index.d.ts +0 -2
  137. package/dist/app/components/Form/RadioButton/Radio.d.ts +0 -36
  138. package/dist/app/components/Form/RadioButton/Radio.stories.d.ts +0 -6
  139. package/dist/app/components/Form/RadioButton/index.d.ts +0 -3
  140. package/dist/app/components/Form/Schedule/Schedule.d.ts +0 -49
  141. package/dist/app/components/Form/Schedule/Schedule.stories.d.ts +0 -10
  142. package/dist/app/components/Form/Schedule/Schedule.types.d.ts +0 -32
  143. package/dist/app/components/Form/Schedule/SheduleTimePick.d.ts +0 -21
  144. package/dist/app/components/Form/Schedule/index.d.ts +0 -2
  145. package/dist/app/components/Form/SelectButton/SelectButton.d.ts +0 -28
  146. package/dist/app/components/Form/SelectButton/SelectButton.stories.d.ts +0 -9
  147. package/dist/app/components/Form/SelectButton/SelectButton.types.d.ts +0 -7
  148. package/dist/app/components/Form/SelectButton/index.d.ts +0 -3
  149. package/dist/app/components/Form/StarRating/StarRating.d.ts +0 -19
  150. package/dist/app/components/Form/StarRating/StarRating.stories.d.ts +0 -12
  151. package/dist/app/components/Form/StarRating/index.d.ts +0 -1
  152. package/dist/app/components/Form/SwitchInput/Switch.d.ts +0 -16
  153. package/dist/app/components/Form/SwitchInput/Switch.stories.d.ts +0 -6
  154. package/dist/app/components/Form/SwitchInput/index.d.ts +0 -3
  155. package/dist/app/components/Form/Textarea/Textarea.d.ts +0 -37
  156. package/dist/app/components/Form/Textarea/Textarea.stories.d.ts +0 -7
  157. package/dist/app/components/Form/Textarea/index.d.ts +0 -3
  158. package/dist/app/components/Form/TimePicker/TimePicker.d.ts +0 -48
  159. package/dist/app/components/Form/TimePicker/TimePicker.stories.d.ts +0 -11
  160. package/dist/app/components/Form/TimePicker/TimePicker.types.d.ts +0 -22
  161. package/dist/app/components/Form/TimePicker/index.d.ts +0 -2
  162. package/dist/app/components/Form/TimeSelect/TimeSelect.d.ts +0 -26
  163. package/dist/app/components/Form/TimeSelect/TimeSelect.stories.d.ts +0 -8
  164. package/dist/app/components/Form/TimeSelect/index.d.ts +0 -1
  165. package/dist/app/components/Media/File/File.d.ts +0 -19
  166. package/dist/app/components/Media/File/File.stories.d.ts +0 -8
  167. package/dist/app/components/Media/File/index.d.ts +0 -2
  168. package/dist/app/components/Media/Image/Image.d.ts +0 -37
  169. package/dist/app/components/Media/Image/Image.stories.d.ts +0 -9
  170. package/dist/app/components/Media/Image/ImageFullModal.d.ts +0 -9
  171. package/dist/app/components/Media/Image/index.d.ts +0 -2
  172. package/dist/app/components/Menu/Breadcrumb/Breadcrumb.d.ts +0 -6
  173. package/dist/app/components/Menu/Breadcrumb/Breadcrumb.stories.d.ts +0 -7
  174. package/dist/app/components/Menu/Breadcrumb/index.d.ts +0 -3
  175. package/dist/app/components/Messages/Message/Message.d.ts +0 -35
  176. package/dist/app/components/Messages/Message/Message.stories.d.ts +0 -8
  177. package/dist/app/components/Messages/Message/index.d.ts +0 -2
  178. package/dist/app/components/Messages/Toast/Toast.d.ts +0 -3
  179. package/dist/app/components/Messages/Toast/ToastMessage.d.ts +0 -10
  180. package/dist/app/components/Messages/Toast/index.d.ts +0 -5
  181. package/dist/app/components/Messages/Toast/toast.stories.d.ts +0 -6
  182. package/dist/app/components/Messages/Toast/toast.types.d.ts +0 -89
  183. package/dist/app/components/Messages/Toast/toastEventBus/toastEventBus.d.ts +0 -1
  184. package/dist/app/components/Messages/Toast/toastService/toastService.d.ts +0 -5
  185. package/dist/app/components/Messages/Toast/toastService/toastService.types.d.ts +0 -22
  186. package/dist/app/components/Messages/Toast/useToast/useToast.d.ts +0 -3
  187. package/dist/app/components/Mics/Badge/Badge.d.ts +0 -7
  188. package/dist/app/components/Mics/Badge/Badge.stories.d.ts +0 -10
  189. package/dist/app/components/Mics/Badge/index.d.ts +0 -3
  190. package/dist/app/components/Mics/OverlayBadge/OverlayBadge.d.ts +0 -27
  191. package/dist/app/components/Mics/OverlayBadge/OverlayBadge.stories.d.ts +0 -6
  192. package/dist/app/components/Mics/OverlayBadge/index.d.ts +0 -3
  193. package/dist/app/components/Mics/Skeleton/Skeleton.d.ts +0 -9
  194. package/dist/app/components/Mics/Skeleton/Skeleton.stories.d.ts +0 -6
  195. package/dist/app/components/Mics/Skeleton/index.d.ts +0 -3
  196. package/dist/app/components/Mics/Spinner/Spinner.d.ts +0 -8
  197. package/dist/app/components/Mics/Spinner/Spinner.stories.d.ts +0 -6
  198. package/dist/app/components/Mics/Spinner/index.d.ts +0 -4
  199. package/dist/app/components/Mics/Spinner/spinner.directive.d.ts +0 -10
  200. package/dist/app/components/Mics/Tag/Tag.d.ts +0 -29
  201. package/dist/app/components/Mics/Tag/Tag.stories.d.ts +0 -8
  202. package/dist/app/components/Mics/Tag/index.d.ts +0 -3
  203. package/dist/app/components/Overlays/BottomSheet/BottomSheet.d.ts +0 -30
  204. package/dist/app/components/Overlays/BottomSheet/BottomSheet.stories.d.ts +0 -9
  205. package/dist/app/components/Overlays/BottomSheet/index.d.ts +0 -1
  206. package/dist/app/components/Overlays/ConfirmDialog/ConfirmDialog.d.ts +0 -4
  207. package/dist/app/components/Overlays/ConfirmDialog/ConfirmDialog.stories.d.ts +0 -11
  208. package/dist/app/components/Overlays/ConfirmDialog/index.d.ts +0 -3
  209. package/dist/app/components/Overlays/ConfirmDialog/useConfirmDialog.d.ts +0 -8
  210. package/dist/app/components/Overlays/ConfirmPopup/ConfirmPopup.d.ts +0 -4
  211. package/dist/app/components/Overlays/ConfirmPopup/ConfirmPopup.stories.d.ts +0 -13
  212. package/dist/app/components/Overlays/ConfirmPopup/index.d.ts +0 -3
  213. package/dist/app/components/Overlays/ConfirmPopup/useConfirmPopup.d.ts +0 -8
  214. package/dist/app/components/Overlays/ConfirmService/index.d.ts +0 -3
  215. package/dist/app/components/Overlays/ConfirmService/plugins/confirmService.d.ts +0 -585
  216. package/dist/app/components/Overlays/ConfirmService/types/index.d.ts +0 -26
  217. package/dist/app/components/Overlays/Drawer/Drawer.d.ts +0 -34
  218. package/dist/app/components/Overlays/Drawer/Drawer.stories.d.ts +0 -15
  219. package/dist/app/components/Overlays/Drawer/Drawer.types.d.ts +0 -7
  220. package/dist/app/components/Overlays/Drawer/index.d.ts +0 -3
  221. package/dist/app/components/Overlays/Modal/Modal.d.ts +0 -39
  222. package/dist/app/components/Overlays/Modal/Modal.stories.d.ts +0 -8
  223. package/dist/app/components/Overlays/Modal/index.d.ts +0 -3
  224. package/dist/app/components/Overlays/NewPopover/Popover.d.ts +0 -29
  225. package/dist/app/components/Overlays/NewPopover/Popover.stories.d.ts +0 -6
  226. package/dist/app/components/Overlays/NewPopover/index.d.ts +0 -2
  227. package/dist/app/components/Overlays/Popover/Popover.d.ts +0 -109
  228. package/dist/app/components/Overlays/Popover/index.d.ts +0 -2
  229. package/dist/app/components/Overlays/Popover/popover.stories.d.ts +0 -12
  230. package/dist/app/components/Overlays/Popover/popover.types.d.ts +0 -15
  231. package/dist/app/components/Overlays/Tooltip/Tooltip.d.ts +0 -15
  232. package/dist/app/components/Overlays/Tooltip/Tooltip.stories.d.ts +0 -11
  233. package/dist/app/components/Overlays/Tooltip/Tooltip.types.d.ts +0 -10
  234. package/dist/app/components/Overlays/Tooltip/index.d.ts +0 -5
  235. package/dist/app/components/Overlays/Tooltip/tooltipDirective.d.ts +0 -15
  236. package/dist/app/components/Panel/Accordion/Accordion.d.ts +0 -26
  237. package/dist/app/components/Panel/Accordion/Accordion.stories.d.ts +0 -8
  238. package/dist/app/components/Panel/Accordion/AccordionContent.d.ts +0 -21
  239. package/dist/app/components/Panel/Accordion/AccordionHeader.d.ts +0 -17
  240. package/dist/app/components/Panel/Accordion/AccordionPanel.d.ts +0 -20
  241. package/dist/app/components/Panel/Accordion/index.d.ts +0 -5
  242. package/dist/app/components/Panel/Divider/Divider.d.ts +0 -23
  243. package/dist/app/components/Panel/Divider/Divider.stories.d.ts +0 -8
  244. package/dist/app/components/Panel/Divider/index.d.ts +0 -3
  245. package/dist/app/components/Panel/Stepper/Step.d.ts +0 -3
  246. package/dist/app/components/Panel/Stepper/Step.types.d.ts +0 -10
  247. package/dist/app/components/Panel/Stepper/Stepper.d.ts +0 -7
  248. package/dist/app/components/Panel/Stepper/Stepper.stories.d.ts +0 -6
  249. package/dist/app/components/Panel/Stepper/Stepper.types.d.ts +0 -21
  250. package/dist/app/components/Panel/Stepper/index.d.ts +0 -5
  251. package/dist/app/components/Panel/Tabs/Tab.d.ts +0 -20
  252. package/dist/app/components/Panel/Tabs/TabList.d.ts +0 -17
  253. package/dist/app/components/Panel/Tabs/TabPanel.d.ts +0 -20
  254. package/dist/app/components/Panel/Tabs/TabPanels.d.ts +0 -17
  255. package/dist/app/components/Panel/Tabs/Tabs.d.ts +0 -24
  256. package/dist/app/components/Panel/Tabs/Tabs.stories.d.ts +0 -6
  257. package/dist/app/components/Panel/Tabs/index.d.ts +0 -6
  258. package/dist/app/components/index.d.ts +0 -46
  259. package/dist/app/icons/colored/BonusIcon.d.ts +0 -2
  260. package/dist/app/icons/colored/CashbackIcon.d.ts +0 -2
  261. package/dist/app/icons/colored/CertificateIcon.d.ts +0 -2
  262. package/dist/app/icons/colored/Colored.stories.d.ts +0 -7
  263. package/dist/app/icons/colored/DiscountIcon.d.ts +0 -2
  264. package/dist/app/icons/colored/ExcelIcon.d.ts +0 -2
  265. package/dist/app/icons/colored/FaviconIcon.d.ts +0 -2
  266. package/dist/app/icons/colored/GiftColorIcon.d.ts +0 -2
  267. package/dist/app/icons/colored/PdfIcon.d.ts +0 -2
  268. package/dist/app/icons/colored/SberPayColorIcon.d.ts +0 -2
  269. package/dist/app/icons/colored/SpbIcon.d.ts +0 -2
  270. package/dist/app/icons/colored/TruesignIcon.d.ts +0 -2
  271. package/dist/app/icons/colored/WarehousePointIcon.d.ts +0 -2
  272. package/dist/app/icons/colored/WordIcon.d.ts +0 -2
  273. package/dist/app/icons/colored/index.d.ts +0 -14
  274. package/dist/app/icons/index.d.ts +0 -2
  275. package/dist/app/icons/monochrome/AngleBottomIcon.d.ts +0 -2
  276. package/dist/app/icons/monochrome/AngleDoubleLeftIcon.d.ts +0 -2
  277. package/dist/app/icons/monochrome/AngleDoubleRightIcon.d.ts +0 -2
  278. package/dist/app/icons/monochrome/AngleLeftIcon.d.ts +0 -2
  279. package/dist/app/icons/monochrome/AngleRightIcon.d.ts +0 -2
  280. package/dist/app/icons/monochrome/AngleTopIcon.d.ts +0 -2
  281. package/dist/app/icons/monochrome/ArrowRightTopIcon.d.ts +0 -2
  282. package/dist/app/icons/monochrome/AtIcon.d.ts +0 -2
  283. package/dist/app/icons/monochrome/AvatarIcon.d.ts +0 -2
  284. package/dist/app/icons/monochrome/BagIcon.d.ts +0 -2
  285. package/dist/app/icons/monochrome/BanIcon.d.ts +0 -2
  286. package/dist/app/icons/monochrome/BankIcon.d.ts +0 -2
  287. package/dist/app/icons/monochrome/BarsIcon.d.ts +0 -2
  288. package/dist/app/icons/monochrome/BellIcon.d.ts +0 -2
  289. package/dist/app/icons/monochrome/BookIcon.d.ts +0 -2
  290. package/dist/app/icons/monochrome/BoxIcon.d.ts +0 -2
  291. package/dist/app/icons/monochrome/BriefcaseIcon.d.ts +0 -2
  292. package/dist/app/icons/monochrome/BuildingIcon.d.ts +0 -2
  293. package/dist/app/icons/monochrome/CalendarIcon.d.ts +0 -2
  294. package/dist/app/icons/monochrome/CameraIcon.d.ts +0 -2
  295. package/dist/app/icons/monochrome/CarIcon.d.ts +0 -2
  296. package/dist/app/icons/monochrome/CarSearchIcon.d.ts +0 -2
  297. package/dist/app/icons/monochrome/CartCrossedIcon.d.ts +0 -2
  298. package/dist/app/icons/monochrome/CartIcon.d.ts +0 -2
  299. package/dist/app/icons/monochrome/CatalogToIcon.d.ts +0 -2
  300. package/dist/app/icons/monochrome/CevronBottomIcon.d.ts +0 -2
  301. package/dist/app/icons/monochrome/CevronLeftIcon.d.ts +0 -2
  302. package/dist/app/icons/monochrome/CevronRightIcon.d.ts +0 -2
  303. package/dist/app/icons/monochrome/CevronTopIcon.d.ts +0 -2
  304. package/dist/app/icons/monochrome/CheckFilledIcon.d.ts +0 -2
  305. package/dist/app/icons/monochrome/CheckIcon.d.ts +0 -2
  306. package/dist/app/icons/monochrome/CheckRoundedIcon.d.ts +0 -2
  307. package/dist/app/icons/monochrome/ClockIcon.d.ts +0 -2
  308. package/dist/app/icons/monochrome/ClockPayIcon.d.ts +0 -2
  309. package/dist/app/icons/monochrome/CloseIcon.d.ts +0 -2
  310. package/dist/app/icons/monochrome/CloseRoundedIcon.d.ts +0 -2
  311. package/dist/app/icons/monochrome/CogIcon.d.ts +0 -2
  312. package/dist/app/icons/monochrome/CommentIcon.d.ts +0 -2
  313. package/dist/app/icons/monochrome/CommentsIcon.d.ts +0 -2
  314. package/dist/app/icons/monochrome/CopyIcon.d.ts +0 -2
  315. package/dist/app/icons/monochrome/CreditCardIcon.d.ts +0 -2
  316. package/dist/app/icons/monochrome/CubeIcon.d.ts +0 -2
  317. package/dist/app/icons/monochrome/DeliveryIcon.d.ts +0 -2
  318. package/dist/app/icons/monochrome/DeliveryTimeIcon.d.ts +0 -2
  319. package/dist/app/icons/monochrome/DownloadIcon.d.ts +0 -2
  320. package/dist/app/icons/monochrome/ErrorFillIcon.d.ts +0 -2
  321. package/dist/app/icons/monochrome/ErrorIcon.d.ts +0 -2
  322. package/dist/app/icons/monochrome/EyeCloseIcon.d.ts +0 -2
  323. package/dist/app/icons/monochrome/EyeIcon.d.ts +0 -2
  324. package/dist/app/icons/monochrome/FileEditIcon.d.ts +0 -2
  325. package/dist/app/icons/monochrome/FileExportIcon.d.ts +0 -2
  326. package/dist/app/icons/monochrome/FileIcon.d.ts +0 -2
  327. package/dist/app/icons/monochrome/FileUploadIcon.d.ts +0 -2
  328. package/dist/app/icons/monochrome/FilterFillIcon.d.ts +0 -2
  329. package/dist/app/icons/monochrome/FilterIcon.d.ts +0 -2
  330. package/dist/app/icons/monochrome/FilterSlashIcon.d.ts +0 -2
  331. package/dist/app/icons/monochrome/GiftIcon.d.ts +0 -2
  332. package/dist/app/icons/monochrome/GuardIcon.d.ts +0 -2
  333. package/dist/app/icons/monochrome/HeadSetIcon.d.ts +0 -2
  334. package/dist/app/icons/monochrome/HeartFillIcon.d.ts +0 -2
  335. package/dist/app/icons/monochrome/HeartOutlinedIcon.d.ts +0 -2
  336. package/dist/app/icons/monochrome/HomeIcon.d.ts +0 -2
  337. package/dist/app/icons/monochrome/ImageIcon.d.ts +0 -2
  338. package/dist/app/icons/monochrome/InfoFillIcon.d.ts +0 -2
  339. package/dist/app/icons/monochrome/InfoIcon.d.ts +0 -2
  340. package/dist/app/icons/monochrome/LikeIcon.d.ts +0 -2
  341. package/dist/app/icons/monochrome/ListIcon.d.ts +0 -2
  342. package/dist/app/icons/monochrome/LocationIcon.d.ts +0 -2
  343. package/dist/app/icons/monochrome/LockIcon.d.ts +0 -2
  344. package/dist/app/icons/monochrome/MailBoxIcon.d.ts +0 -2
  345. package/dist/app/icons/monochrome/MapIcon.d.ts +0 -2
  346. package/dist/app/icons/monochrome/MapPointFilledIcon.d.ts +0 -2
  347. package/dist/app/icons/monochrome/MapPointIcon.d.ts +0 -2
  348. package/dist/app/icons/monochrome/MessageIcon.d.ts +0 -2
  349. package/dist/app/icons/monochrome/MinusIcon.d.ts +0 -2
  350. package/dist/app/icons/monochrome/MoneyBillIcon.d.ts +0 -2
  351. package/dist/app/icons/monochrome/Monochrome.stories.d.ts +0 -7
  352. package/dist/app/icons/monochrome/NewIcon.d.ts +0 -2
  353. package/dist/app/icons/monochrome/PackageIcon.d.ts +0 -2
  354. package/dist/app/icons/monochrome/PencelLineIcon.d.ts +0 -2
  355. package/dist/app/icons/monochrome/PlusIcon.d.ts +0 -2
  356. package/dist/app/icons/monochrome/PlusRoundedIcon.d.ts +0 -2
  357. package/dist/app/icons/monochrome/PrintIcon.d.ts +0 -2
  358. package/dist/app/icons/monochrome/ProcentIcon.d.ts +0 -2
  359. package/dist/app/icons/monochrome/QuestionIcon.d.ts +0 -2
  360. package/dist/app/icons/monochrome/QuestionRoundedIcon.d.ts +0 -2
  361. package/dist/app/icons/monochrome/ReplaceIcon.d.ts +0 -2
  362. package/dist/app/icons/monochrome/ReplayIcon.d.ts +0 -2
  363. package/dist/app/icons/monochrome/ReturnIcon.d.ts +0 -2
  364. package/dist/app/icons/monochrome/RubIcon.d.ts +0 -2
  365. package/dist/app/icons/monochrome/SberPayIcon.d.ts +0 -2
  366. package/dist/app/icons/monochrome/SearchIcon.d.ts +0 -2
  367. package/dist/app/icons/monochrome/SearchMinusIcon.d.ts +0 -2
  368. package/dist/app/icons/monochrome/SearchPlusIcon.d.ts +0 -2
  369. package/dist/app/icons/monochrome/SendIcon.d.ts +0 -2
  370. package/dist/app/icons/monochrome/SettingsIcon.d.ts +0 -2
  371. package/dist/app/icons/monochrome/ShieldErrorIcon.d.ts +0 -2
  372. package/dist/app/icons/monochrome/ShopIcon.d.ts +0 -2
  373. package/dist/app/icons/monochrome/ShoppingCartIcon.d.ts +0 -2
  374. package/dist/app/icons/monochrome/SortDownFillIcon.d.ts +0 -2
  375. package/dist/app/icons/monochrome/SortDownIcon.d.ts +0 -2
  376. package/dist/app/icons/monochrome/SortUpFillIcon.d.ts +0 -2
  377. package/dist/app/icons/monochrome/SortUpIcon.d.ts +0 -2
  378. package/dist/app/icons/monochrome/StarFillIcon.d.ts +0 -2
  379. package/dist/app/icons/monochrome/StarIcon.d.ts +0 -2
  380. package/dist/app/icons/monochrome/SyncIcon.d.ts +0 -2
  381. package/dist/app/icons/monochrome/TelegramIcon.d.ts +0 -2
  382. package/dist/app/icons/monochrome/TimerIcon.d.ts +0 -2
  383. package/dist/app/icons/monochrome/TrashIcon.d.ts +0 -2
  384. package/dist/app/icons/monochrome/TruckFillIcon.d.ts +0 -2
  385. package/dist/app/icons/monochrome/TruckIcon.d.ts +0 -2
  386. package/dist/app/icons/monochrome/UploadIcon.d.ts +0 -2
  387. package/dist/app/icons/monochrome/UserIcon.d.ts +0 -2
  388. package/dist/app/icons/monochrome/UsersIcon.d.ts +0 -2
  389. package/dist/app/icons/monochrome/Wallet2Icon.d.ts +0 -2
  390. package/dist/app/icons/monochrome/WalletIcon.d.ts +0 -2
  391. package/dist/app/icons/monochrome/WarehouseIcon.d.ts +0 -2
  392. package/dist/app/icons/monochrome/WarnRoundedIcon.d.ts +0 -2
  393. package/dist/app/icons/monochrome/WarningFillIcon.d.ts +0 -2
  394. package/dist/app/icons/monochrome/WarningIcon.d.ts +0 -2
  395. package/dist/app/icons/monochrome/index.d.ts +0 -120
  396. package/dist/app/overlay/OverlayManager.d.ts +0 -18
  397. package/dist/app/overlay/types.d.ts +0 -7
  398. package/dist/app/overlay/useOverlay.d.ts +0 -15
  399. package/dist/app/reka-ui/components/Accordion/Accordion.stories.d.ts +0 -10
  400. package/dist/app/reka-ui/components/Accordion/AccordionContent.d.ts +0 -18
  401. package/dist/app/reka-ui/components/Accordion/AccordionContent.stories.d.ts +0 -8
  402. package/dist/app/reka-ui/components/Accordion/AccordionHeader.d.ts +0 -18
  403. package/dist/app/reka-ui/components/Accordion/AccordionHeader.stories.d.ts +0 -7
  404. package/dist/app/reka-ui/components/Accordion/AccordionItem.d.ts +0 -20
  405. package/dist/app/reka-ui/components/Accordion/AccordionItem.stories.d.ts +0 -8
  406. package/dist/app/reka-ui/components/Accordion/AccordionRoot.d.ts +0 -22
  407. package/dist/app/reka-ui/components/Accordion/AccordionTrigger.d.ts +0 -24
  408. package/dist/app/reka-ui/components/Accordion/AccordionTrigger.stories.d.ts +0 -8
  409. package/dist/app/reka-ui/components/Accordion/index.d.ts +0 -6
  410. package/dist/app/reka-ui/components/Accordion/types.d.ts +0 -37
  411. package/dist/app/reka-ui/components/Alert/Alert.d.ts +0 -7
  412. package/dist/app/reka-ui/components/Alert/Alert.stories.d.ts +0 -13
  413. package/dist/app/reka-ui/components/Alert/index.d.ts +0 -3
  414. package/dist/app/reka-ui/components/Alert/types.d.ts +0 -16
  415. package/dist/app/reka-ui/components/AlertDialog/AlertDialogAction.d.ts +0 -27
  416. package/dist/app/reka-ui/components/AlertDialog/AlertDialogCancel.d.ts +0 -27
  417. package/dist/app/reka-ui/components/AlertDialog/AlertDialogContent.d.ts +0 -23
  418. package/dist/app/reka-ui/components/AlertDialog/AlertDialogDescription.d.ts +0 -18
  419. package/dist/app/reka-ui/components/AlertDialog/AlertDialogOverlay.d.ts +0 -3
  420. package/dist/app/reka-ui/components/AlertDialog/AlertDialogTitle.d.ts +0 -18
  421. package/dist/app/reka-ui/components/AlertDialog/AlertDialogTrigger.d.ts +0 -21
  422. package/dist/app/reka-ui/components/AlertDialog/index.d.ts +0 -9
  423. package/dist/app/reka-ui/components/Badge/Badge.d.ts +0 -7
  424. package/dist/app/reka-ui/components/Badge/Badge.stories.d.ts +0 -10
  425. package/dist/app/reka-ui/components/Badge/index.d.ts +0 -2
  426. package/dist/app/reka-ui/components/BottomSheet/BottomSheet.d.ts +0 -30
  427. package/dist/app/reka-ui/components/BottomSheet/BottomSheet.stories.d.ts +0 -9
  428. package/dist/app/reka-ui/components/BottomSheet/index.d.ts +0 -2
  429. package/dist/app/reka-ui/components/Breadcrumb/Breadcrumb.d.ts +0 -6
  430. package/dist/app/reka-ui/components/Breadcrumb/Breadcrumb.stories.d.ts +0 -7
  431. package/dist/app/reka-ui/components/Breadcrumb/index.d.ts +0 -2
  432. package/dist/app/reka-ui/components/Button/Button.d.ts +0 -18
  433. package/dist/app/reka-ui/components/Button/Button.stories.d.ts +0 -6
  434. package/dist/app/reka-ui/components/Button/Button.types.d.ts +0 -20
  435. package/dist/app/reka-ui/components/Button/index.d.ts +0 -4
  436. package/dist/app/reka-ui/components/Calendar/Calendar.stories.d.ts +0 -6
  437. package/dist/app/reka-ui/components/Calendar/CalendarCellTrigger.d.ts +0 -18
  438. package/dist/app/reka-ui/components/Calendar/CalendarGrid.d.ts +0 -18
  439. package/dist/app/reka-ui/components/Calendar/CalendarGridBody.d.ts +0 -18
  440. package/dist/app/reka-ui/components/Calendar/CalendarGridRow.d.ts +0 -18
  441. package/dist/app/reka-ui/components/Calendar/CalendarHeadCell.d.ts +0 -18
  442. package/dist/app/reka-ui/components/Calendar/CalendarHeader.d.ts +0 -18
  443. package/dist/app/reka-ui/components/Calendar/CalendarHeading.d.ts +0 -3
  444. package/dist/app/reka-ui/components/Calendar/CalendarNext.d.ts +0 -12
  445. package/dist/app/reka-ui/components/Calendar/CalendarPrev.d.ts +0 -12
  446. package/dist/app/reka-ui/components/Calendar/index.d.ts +0 -12
  447. package/dist/app/reka-ui/components/Checkbox/Checkbox.d.ts +0 -46
  448. package/dist/app/reka-ui/components/Checkbox/Checkbox.stories.d.ts +0 -6
  449. package/dist/app/reka-ui/components/Checkbox/index.d.ts +0 -3
  450. package/dist/app/reka-ui/components/Combobox/Combobox.stories.d.ts +0 -6
  451. package/dist/app/reka-ui/components/Combobox/ComboboxAnchor.d.ts +0 -23
  452. package/dist/app/reka-ui/components/Combobox/ComboboxClear.d.ts +0 -6
  453. package/dist/app/reka-ui/components/Combobox/ComboboxContent.d.ts +0 -18
  454. package/dist/app/reka-ui/components/Combobox/ComboboxInput.d.ts +0 -7
  455. package/dist/app/reka-ui/components/Combobox/ComboboxItem.d.ts +0 -21
  456. package/dist/app/reka-ui/components/Combobox/ComboboxRoot.d.ts +0 -33
  457. package/dist/app/reka-ui/components/Combobox/ComboboxTrigger.d.ts +0 -2
  458. package/dist/app/reka-ui/components/Combobox/ComboboxViewport.d.ts +0 -18
  459. package/dist/app/reka-ui/components/Combobox/index.d.ts +0 -10
  460. package/dist/app/reka-ui/components/DataTable/DataTable.d.ts +0 -29
  461. package/dist/app/reka-ui/components/DataTable/DataTable.stories.d.ts +0 -107
  462. package/dist/app/reka-ui/components/DataTable/DataTable.types.d.ts +0 -44
  463. package/dist/app/reka-ui/components/DataTable/components/DataTableBody.d.ts +0 -7
  464. package/dist/app/reka-ui/components/DataTable/components/DataTableBodyEmpty.d.ts +0 -7
  465. package/dist/app/reka-ui/components/DataTable/components/DataTableFooter.d.ts +0 -7
  466. package/dist/app/reka-ui/components/DataTable/components/DataTableHead.d.ts +0 -8
  467. package/dist/app/reka-ui/components/DataTable/components/DataTablePagination.d.ts +0 -25
  468. package/dist/app/reka-ui/components/DataTable/index.d.ts +0 -4
  469. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/OrderStatus.d.ts +0 -6
  470. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/constants.d.ts +0 -9
  471. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/accepted.d.ts +0 -2
  472. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/approval.d.ts +0 -2
  473. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/assembled.d.ts +0 -2
  474. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/awaitingPayment.d.ts +0 -2
  475. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/cancelled.d.ts +0 -2
  476. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/complaint.d.ts +0 -2
  477. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/confirmation.d.ts +0 -2
  478. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/dedlineChanged.d.ts +0 -2
  479. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/delayDelivery.d.ts +0 -2
  480. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/documentsIssued.d.ts +0 -2
  481. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/error.d.ts +0 -2
  482. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/handedShipment.d.ts +0 -2
  483. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/index.d.ts +0 -26
  484. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/orderSupplier.d.ts +0 -2
  485. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/orderedSupplier.d.ts +0 -2
  486. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/paid.d.ts +0 -2
  487. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/readyPickup.d.ts +0 -2
  488. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/readyShipment.d.ts +0 -2
  489. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/receivedClient.d.ts +0 -2
  490. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/reservedPayment.d.ts +0 -2
  491. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/reservedShipment.d.ts +0 -2
  492. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/returned.d.ts +0 -2
  493. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/sentSupplier.d.ts +0 -2
  494. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/transferAvailability.d.ts +0 -2
  495. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/transferCustom.d.ts +0 -2
  496. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/warning.d.ts +0 -2
  497. package/dist/app/reka-ui/components/DataTable/shared/mock/mock-data.d.ts +0 -101
  498. package/dist/app/reka-ui/components/DatePicker/DatePicker.stories.d.ts +0 -6
  499. package/dist/app/reka-ui/components/DatePicker/DatePickerArrow.d.ts +0 -7
  500. package/dist/app/reka-ui/components/DatePicker/DatePickerCellTrigger.d.ts +0 -18
  501. package/dist/app/reka-ui/components/DatePicker/DatePickerContent.d.ts +0 -18
  502. package/dist/app/reka-ui/components/DatePicker/DatePickerField.d.ts +0 -25
  503. package/dist/app/reka-ui/components/DatePicker/DatePickerGridBody.d.ts +0 -18
  504. package/dist/app/reka-ui/components/DatePicker/DatePickerGridRow.d.ts +0 -18
  505. package/dist/app/reka-ui/components/DatePicker/DatePickerHeadCell.d.ts +0 -18
  506. package/dist/app/reka-ui/components/DatePicker/DatePickerHeader.d.ts +0 -18
  507. package/dist/app/reka-ui/components/DatePicker/DatePickerHeading.d.ts +0 -3
  508. package/dist/app/reka-ui/components/DatePicker/DatePickerInput.d.ts +0 -18
  509. package/dist/app/reka-ui/components/DatePicker/DatePickerNext.d.ts +0 -12
  510. package/dist/app/reka-ui/components/DatePicker/DatePickerPrev.d.ts +0 -12
  511. package/dist/app/reka-ui/components/DatePicker/DatePickerTrigger.d.ts +0 -18
  512. package/dist/app/reka-ui/components/DatePicker/index.d.ts +0 -16
  513. package/dist/app/reka-ui/components/DateRangePicker/DateRangePicker.stories.d.ts +0 -6
  514. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerArrow.d.ts +0 -7
  515. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerCellTrigger.d.ts +0 -18
  516. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerContent.d.ts +0 -18
  517. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerField.d.ts +0 -12
  518. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerGridBody.d.ts +0 -18
  519. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerGridRow.d.ts +0 -18
  520. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeadCell.d.ts +0 -18
  521. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeader.d.ts +0 -18
  522. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeading.d.ts +0 -3
  523. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerInput.d.ts +0 -18
  524. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerNext.d.ts +0 -12
  525. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerPrev.d.ts +0 -12
  526. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerTrigger.d.ts +0 -18
  527. package/dist/app/reka-ui/components/DateRangePicker/index.d.ts +0 -15
  528. package/dist/app/reka-ui/components/Dialog/DialogActions.d.ts +0 -19
  529. package/dist/app/reka-ui/components/Dialog/DialogClose.d.ts +0 -2
  530. package/dist/app/reka-ui/components/Dialog/DialogContent.d.ts +0 -49
  531. package/dist/app/reka-ui/components/Dialog/DialogDescription.d.ts +0 -18
  532. package/dist/app/reka-ui/components/Dialog/DialogOverlay.d.ts +0 -3
  533. package/dist/app/reka-ui/components/Dialog/DialogTitle.d.ts +0 -18
  534. package/dist/app/reka-ui/components/Dialog/index.d.ts +0 -6
  535. package/dist/app/reka-ui/components/Divider/Divider.d.ts +0 -23
  536. package/dist/app/reka-ui/components/Divider/Divider.stories.d.ts +0 -8
  537. package/dist/app/reka-ui/components/Divider/index.d.ts +0 -2
  538. package/dist/app/reka-ui/components/Drawer/DrawerContent.d.ts +0 -46
  539. package/dist/app/reka-ui/components/Drawer/DrawerOverlay.d.ts +0 -17
  540. package/dist/app/reka-ui/components/Drawer/DrawerPortal.d.ts +0 -17
  541. package/dist/app/reka-ui/components/Drawer/DrawerRoot.d.ts +0 -22
  542. package/dist/app/reka-ui/components/Drawer/DrawerTrigger.d.ts +0 -18
  543. package/dist/app/reka-ui/components/Drawer/index.d.ts +0 -6
  544. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuArrow.d.ts +0 -7
  545. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuContent.d.ts +0 -35
  546. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuItem.d.ts +0 -22
  547. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSeparator.d.ts +0 -3
  548. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSubContent.d.ts +0 -39
  549. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +0 -18
  550. package/dist/app/reka-ui/components/DropdownMenu/index.d.ts +0 -8
  551. package/dist/app/reka-ui/components/File/File.d.ts +0 -22
  552. package/dist/app/reka-ui/components/File/File.stories.d.ts +0 -8
  553. package/dist/app/reka-ui/components/File/index.d.ts +0 -2
  554. package/dist/app/reka-ui/components/FormField/FormField.d.ts +0 -25
  555. package/dist/app/reka-ui/components/FormField/FormField.stories.d.ts +0 -6
  556. package/dist/app/reka-ui/components/FormField/index.d.ts +0 -2
  557. package/dist/app/reka-ui/components/Image/Image.d.ts +0 -41
  558. package/dist/app/reka-ui/components/Image/Image.stories.d.ts +0 -6
  559. package/dist/app/reka-ui/components/Image/ImageFullModal.d.ts +0 -9
  560. package/dist/app/reka-ui/components/Image/index.d.ts +0 -2
  561. package/dist/app/reka-ui/components/InputIcon/InputIcon.d.ts +0 -2
  562. package/dist/app/reka-ui/components/InputIcon/index.d.ts +0 -2
  563. package/dist/app/reka-ui/components/InputNumber/InputNumber.d.ts +0 -26
  564. package/dist/app/reka-ui/components/InputNumber/InputNumber.stories.d.ts +0 -6
  565. package/dist/app/reka-ui/components/InputNumber/index.d.ts +0 -2
  566. package/dist/app/reka-ui/components/InputText/InputText.d.ts +0 -38
  567. package/dist/app/reka-ui/components/InputText/InputText.stories.d.ts +0 -11
  568. package/dist/app/reka-ui/components/InputText/InputText.types.d.ts +0 -15
  569. package/dist/app/reka-ui/components/InputText/index.d.ts +0 -3
  570. package/dist/app/reka-ui/components/Label/Label.d.ts +0 -18
  571. package/dist/app/reka-ui/components/Label/index.d.ts +0 -2
  572. package/dist/app/reka-ui/components/ListBox/index.d.ts +0 -2
  573. package/dist/app/reka-ui/components/Message/Message.d.ts +0 -35
  574. package/dist/app/reka-ui/components/Message/Message.stories.d.ts +0 -8
  575. package/dist/app/reka-ui/components/Message/index.d.ts +0 -2
  576. package/dist/app/reka-ui/components/OTPCode/OTPCode.d.ts +0 -31
  577. package/dist/app/reka-ui/components/OTPCode/OTPCode.stories.d.ts +0 -15
  578. package/dist/app/reka-ui/components/OTPCode/OTPCode.types.d.ts +0 -9
  579. package/dist/app/reka-ui/components/OTPCode/index.d.ts +0 -2
  580. package/dist/app/reka-ui/components/Pagination/PaginationEllipsis.d.ts +0 -3
  581. package/dist/app/reka-ui/components/Pagination/PaginationFirst.d.ts +0 -3
  582. package/dist/app/reka-ui/components/Pagination/PaginationLast.d.ts +0 -3
  583. package/dist/app/reka-ui/components/Pagination/PaginationList.d.ts +0 -18
  584. package/dist/app/reka-ui/components/Pagination/PaginationListItem.d.ts +0 -18
  585. package/dist/app/reka-ui/components/Pagination/PaginationNext.d.ts +0 -3
  586. package/dist/app/reka-ui/components/Pagination/PaginationPrev.d.ts +0 -3
  587. package/dist/app/reka-ui/components/Pagination/index.d.ts +0 -9
  588. package/dist/app/reka-ui/components/Popover/PopoverArrow.d.ts +0 -7
  589. package/dist/app/reka-ui/components/Popover/PopoverContent.d.ts +0 -38
  590. package/dist/app/reka-ui/components/Popover/index.d.ts +0 -4
  591. package/dist/app/reka-ui/components/Radio/Radio.d.ts +0 -36
  592. package/dist/app/reka-ui/components/Radio/Radio.stories.d.ts +0 -6
  593. package/dist/app/reka-ui/components/Radio/index.d.ts +0 -2
  594. package/dist/app/reka-ui/components/RadioGroup/RadioGroupItem.d.ts +0 -8
  595. package/dist/app/reka-ui/components/RadioGroup/index.d.ts +0 -3
  596. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendar.stories.d.ts +0 -6
  597. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarCellTrigger.d.ts +0 -18
  598. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarGridBody.d.ts +0 -18
  599. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarGridRow.d.ts +0 -18
  600. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeadCell.d.ts +0 -18
  601. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeader.d.ts +0 -18
  602. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeading.d.ts +0 -3
  603. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarNext.d.ts +0 -12
  604. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarPrev.d.ts +0 -12
  605. package/dist/app/reka-ui/components/RangeCalendar/index.d.ts +0 -11
  606. package/dist/app/reka-ui/components/Schedule/Schedule.d.ts +0 -14
  607. package/dist/app/reka-ui/components/Schedule/Schedule.stories.d.ts +0 -6
  608. package/dist/app/reka-ui/components/Schedule/Schedule.types.d.ts +0 -8
  609. package/dist/app/reka-ui/components/Schedule/index.d.ts +0 -3
  610. package/dist/app/reka-ui/components/Schedule/timeUtils.d.ts +0 -30
  611. package/dist/app/reka-ui/components/ScrollArea/ScrollAreaRoot.d.ts +0 -282
  612. package/dist/app/reka-ui/components/ScrollArea/ScrollAreaScrollbar.d.ts +0 -3
  613. package/dist/app/reka-ui/components/ScrollArea/ScrollAreaViewport.d.ts +0 -18
  614. package/dist/app/reka-ui/components/ScrollArea/index.d.ts +0 -4
  615. package/dist/app/reka-ui/components/Select/Select.stories.d.ts +0 -8
  616. package/dist/app/reka-ui/components/Select/SelectContent.d.ts +0 -26
  617. package/dist/app/reka-ui/components/Select/SelectItem.d.ts +0 -21
  618. package/dist/app/reka-ui/components/Select/SelectRoot.d.ts +0 -25
  619. package/dist/app/reka-ui/components/Select/SelectSeparator.d.ts +0 -3
  620. package/dist/app/reka-ui/components/Select/SelectTrigger.d.ts +0 -23
  621. package/dist/app/reka-ui/components/Select/SelectValue.d.ts +0 -23
  622. package/dist/app/reka-ui/components/Select/SelectViewport.d.ts +0 -18
  623. package/dist/app/reka-ui/components/Select/index.d.ts +0 -9
  624. package/dist/app/reka-ui/components/Spinner/Spinner.d.ts +0 -6
  625. package/dist/app/reka-ui/components/Spinner/Spinner.directive.d.ts +0 -11
  626. package/dist/app/reka-ui/components/Spinner/index.d.ts +0 -3
  627. package/dist/app/reka-ui/components/Stepper/Stepper.stories.d.ts +0 -7
  628. package/dist/app/reka-ui/components/Stepper/StepperIndicator.d.ts +0 -3
  629. package/dist/app/reka-ui/components/Stepper/StepperItem.d.ts +0 -18
  630. package/dist/app/reka-ui/components/Stepper/StepperRoot.d.ts +0 -446
  631. package/dist/app/reka-ui/components/Stepper/StepperSeparator.d.ts +0 -3
  632. package/dist/app/reka-ui/components/Stepper/index.d.ts +0 -3
  633. package/dist/app/reka-ui/components/Switch/SwitchRoot.d.ts +0 -22
  634. package/dist/app/reka-ui/components/Switch/SwitchThumb.d.ts +0 -3
  635. package/dist/app/reka-ui/components/Switch/index.d.ts +0 -3
  636. package/dist/app/reka-ui/components/Tabs/TabsList.d.ts +0 -18
  637. package/dist/app/reka-ui/components/Tabs/TabsRoot.d.ts +0 -17
  638. package/dist/app/reka-ui/components/Tabs/TabsTrigger.d.ts +0 -18
  639. package/dist/app/reka-ui/components/Tabs/index.d.ts +0 -5
  640. package/dist/app/reka-ui/components/Tag/Tag.d.ts +0 -28
  641. package/dist/app/reka-ui/components/Tag/index.d.ts +0 -2
  642. package/dist/app/reka-ui/components/Textarea/Textarea.d.ts +0 -37
  643. package/dist/app/reka-ui/components/Textarea/Textarea.stories.d.ts +0 -7
  644. package/dist/app/reka-ui/components/Textarea/index.d.ts +0 -2
  645. package/dist/app/reka-ui/components/TimeField/TimeField.d.ts +0 -22
  646. package/dist/app/reka-ui/components/TimeField/TimeField.stories.d.ts +0 -6
  647. package/dist/app/reka-ui/components/TimeField/index.d.ts +0 -2
  648. package/dist/app/reka-ui/components/Toast/ToastClose.d.ts +0 -3
  649. package/dist/app/reka-ui/components/Toast/ToastDescription.d.ts +0 -20
  650. package/dist/app/reka-ui/components/Toast/ToastProvider.d.ts +0 -20
  651. package/dist/app/reka-ui/components/Toast/ToastRoot.d.ts +0 -107
  652. package/dist/app/reka-ui/components/Toast/ToastTitle.d.ts +0 -20
  653. package/dist/app/reka-ui/components/Toast/ToastViewport.d.ts +0 -3
  654. package/dist/app/reka-ui/components/Toast/Toaster.d.ts +0 -2
  655. package/dist/app/reka-ui/components/Toast/index.d.ts +0 -10
  656. package/dist/app/reka-ui/components/Toast/toast.constants.d.ts +0 -8
  657. package/dist/app/reka-ui/components/Toast/use-toast.d.ts +0 -277
  658. package/dist/app/reka-ui/components/Tooltip/TooltipArrow.d.ts +0 -8
  659. package/dist/app/reka-ui/components/Tooltip/TooltipContent.d.ts +0 -29
  660. package/dist/app/reka-ui/components/Tooltip/index.d.ts +0 -3
  661. package/dist/app/reka-ui/index.d.ts +0 -46
  662. package/dist/app/reka-ui/shared/libs/breakpoints.utils.d.ts +0 -14
  663. package/dist/app/reka-ui/shared/libs/dayjs.utils.d.ts +0 -25
  664. package/dist/app/reka-ui/shared/libs/priceFormat.util.d.ts +0 -9
  665. package/dist/app/types/global.types.d.ts +0 -11
  666. package/dist/app/types/index.d.ts +0 -1
  667. package/dist/app/utils/Portal/Portal.d.ts +0 -31
  668. package/dist/app/utils/Portal/index.d.ts +0 -2
  669. package/dist/app/utils/date.util.d.ts +0 -16
  670. package/dist/app/utils/dayjs.util.d.ts +0 -2
  671. package/dist/app/utils/eventBus.util.d.ts +0 -8
  672. package/dist/app/utils/index.d.ts +0 -10
  673. package/dist/app/utils/internationalized.utils.d.ts +0 -1
  674. package/dist/app/utils/isClient.util.d.ts +0 -1
  675. package/dist/app/utils/maskUtil/mask.util.d.ts +0 -11
  676. package/dist/app/utils/onClickOutside.util.d.ts +0 -9
  677. package/dist/app/utils/parseDate.util.d.ts +0 -11
  678. package/dist/app/utils/parseFileSize.util.d.ts +0 -18
  679. package/dist/app/utils/phoneMask.util.d.ts +0 -6
  680. package/dist/app/utils/price.util.d.ts +0 -15
  681. package/dist/app/utils/typeFile.util.d.ts +0 -10
  682. package/dist/app/utils/uploadFile.util.d.ts +0 -23
  683. package/dist/app/utils/useBodyScroll.util.d.ts +0 -4
  684. package/dist/vite-env.d.ts +0 -6
package/dist/index.d.ts CHANGED
@@ -1 +1,2210 @@
1
- export * from './app/components';
1
+ import { AllowedComponentProps } from 'vue';
2
+ import { App } from 'vue';
3
+ import { ColumnDef } from '@tanstack/vue-table';
4
+ import { Component } from 'vue';
5
+ import { ComponentCustomProperties } from 'vue';
6
+ import { ComponentCustomProps } from 'vue';
7
+ import { ComponentInternalInstance } from 'vue';
8
+ import { ComponentOptionsBase } from 'vue';
9
+ import { ComponentOptionsMixin } from 'vue';
10
+ import { ComponentProvideOptions } from 'vue';
11
+ import { ComponentPublicInstance } from 'vue';
12
+ import { createColumnHelper } from '@tanstack/vue-table';
13
+ import { CreateComponentPublicInstanceWithMixins } from 'vue';
14
+ import { CSSProperties } from 'vue';
15
+ import { DebuggerEvent } from 'vue';
16
+ import { DefineComponent } from 'vue';
17
+ import { DirectiveBinding } from 'vue';
18
+ import { ExtractPropTypes } from 'vue';
19
+ import { GlobalComponents } from 'vue';
20
+ import { GlobalDirectives } from 'vue';
21
+ import { ModelRef } from 'vue';
22
+ import { nextTick } from 'vue';
23
+ import { OnCleanup } from '@vue/reactivity';
24
+ import { Placement } from '@floating-ui/vue';
25
+ import { Placement as Placement_2 } from '@floating-ui/dom';
26
+ import { PropType } from 'vue';
27
+ import { PublicProps } from 'vue';
28
+ import { Ref } from 'vue';
29
+ import { RouteLocationRaw } from 'vue-router';
30
+ import { RowSelectionState } from '@tanstack/vue-table';
31
+ import { ShallowUnwrapRef } from 'vue';
32
+ import { Slot } from 'vue';
33
+ import { SortingState } from '@tanstack/vue-table';
34
+ import { VNode } from 'vue';
35
+ import { VNodeProps } from 'vue';
36
+ import { WatchOptions } from 'vue';
37
+ import { WatchStopHandle } from 'vue';
38
+ import { WritableComputedRef } from 'vue';
39
+
40
+ declare const __VLS_component: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
41
+
42
+ declare const __VLS_component_10: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
43
+
44
+ declare const __VLS_component_11: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
45
+ remove: () => any;
46
+ }, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
47
+ onRemove?: (() => any) | undefined;
48
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
49
+
50
+ declare const __VLS_component_12: DefineComponent<__VLS_PublicProps_17, {
51
+ isOpen: ModelRef<boolean | undefined, string, boolean | undefined, boolean | undefined>;
52
+ open: () => void;
53
+ close: () => void;
54
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
55
+ "update:open": (value: boolean) => any;
56
+ } & {
57
+ close: () => any;
58
+ }, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
59
+ onClose?: (() => any) | undefined;
60
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
61
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
62
+
63
+ declare const __VLS_component_13: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
64
+ "update:open": (value: boolean) => any;
65
+ }, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
66
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
67
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
68
+
69
+ declare const __VLS_component_14: DefineComponent<ExtractPropTypes< {
70
+ placement: {
71
+ type: PropType<Placement>;
72
+ default: string;
73
+ };
74
+ offset: {
75
+ type: PropType<OffsetValue | number>;
76
+ };
77
+ arrowVisible: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
81
+ closeMode: {
82
+ type: PropType<PopoverCloseMode>;
83
+ default: string;
84
+ };
85
+ modelValue: {
86
+ type: BooleanConstructor;
87
+ default: undefined;
88
+ };
89
+ withoutStyle: {
90
+ type: BooleanConstructor;
91
+ default: boolean;
92
+ };
93
+ }>, {
94
+ open: () => void;
95
+ close: () => void;
96
+ openSecondScreen: (event?: Event) => Promise<void>;
97
+ closeSecondScreen: () => void;
98
+ forceUpdatePosition: () => void;
99
+ isOpen: WritableComputedRef<boolean | undefined, boolean>;
100
+ isSecondScreenOpen: Ref<boolean, boolean>;
101
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
102
+ "update:modelValue": (value: boolean) => any;
103
+ }, string, PublicProps, Readonly<ExtractPropTypes< {
104
+ placement: {
105
+ type: PropType<Placement>;
106
+ default: string;
107
+ };
108
+ offset: {
109
+ type: PropType<OffsetValue | number>;
110
+ };
111
+ arrowVisible: {
112
+ type: BooleanConstructor;
113
+ default: boolean;
114
+ };
115
+ closeMode: {
116
+ type: PropType<PopoverCloseMode>;
117
+ default: string;
118
+ };
119
+ modelValue: {
120
+ type: BooleanConstructor;
121
+ default: undefined;
122
+ };
123
+ withoutStyle: {
124
+ type: BooleanConstructor;
125
+ default: boolean;
126
+ };
127
+ }>> & Readonly<{
128
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
129
+ }>, {
130
+ modelValue: boolean;
131
+ placement: Placement;
132
+ arrowVisible: boolean;
133
+ closeMode: PopoverCloseMode;
134
+ withoutStyle: boolean;
135
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {
136
+ reference: HTMLDivElement;
137
+ floating: HTMLDivElement;
138
+ 'arrow-block': HTMLDivElement;
139
+ 'second-screen': HTMLDivElement;
140
+ }, HTMLDivElement>;
141
+
142
+ declare const __VLS_component_15: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
143
+ "update:open": (value: boolean) => any;
144
+ }, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
145
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
146
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
147
+ contentRef: HTMLDivElement;
148
+ bodyRef: HTMLDivElement;
149
+ }, any>;
150
+
151
+ declare const __VLS_component_16: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
152
+ "update:value": (value: string | number | (string | number)[] | undefined) => any;
153
+ }, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
154
+ "onUpdate:value"?: ((value: string | number | (string | number)[] | undefined) => any) | undefined;
155
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
156
+
157
+ declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
158
+ contentRef: HTMLDivElement;
159
+ }, HTMLDivElement>;
160
+
161
+ declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
162
+
163
+ declare const __VLS_component_19: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
164
+
165
+ declare const __VLS_component_2: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
166
+ "update:currentPage": (value: number) => any;
167
+ "update:perPage": (value: number) => any;
168
+ "update:selectedRows": (value: DataItem | DataItem[] | null) => any;
169
+ } & {
170
+ rowClickHandler: (value: {
171
+ data: any;
172
+ index: number;
173
+ }) => any;
174
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
175
+ onRowClickHandler?: ((value: {
176
+ data: any;
177
+ index: number;
178
+ }) => any) | undefined;
179
+ "onUpdate:currentPage"?: ((value: number) => any) | undefined;
180
+ "onUpdate:perPage"?: ((value: number) => any) | undefined;
181
+ "onUpdate:selectedRows"?: ((value: DataItem | DataItem[] | null) => any) | undefined;
182
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
183
+ tableRef: HTMLTableElement;
184
+ tableBodyRef: CreateComponentPublicInstanceWithMixins<Readonly<TableBodyProps> & Readonly<{
185
+ onToggleRow?: ((value: DataItem) => any) | undefined;
186
+ onRowClickHandler?: ((value: {
187
+ data: DataItem;
188
+ index: number;
189
+ }) => any) | undefined;
190
+ }>, {
191
+ handleScroll: (scrollElement?: HTMLElement) => void;
192
+ updateContainerHeight: (scrollContainer?: HTMLElement) => void;
193
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
194
+ toggleRow: (value: DataItem) => any;
195
+ rowClickHandler: (value: {
196
+ data: DataItem;
197
+ index: number;
198
+ }) => any;
199
+ }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
200
+ virtualScrollBody: HTMLTableSectionElement;
201
+ }, any, ComponentProvideOptions, {
202
+ P: {};
203
+ B: {};
204
+ D: {};
205
+ C: {};
206
+ M: {};
207
+ Defaults: {};
208
+ }, Readonly<TableBodyProps> & Readonly<{
209
+ onToggleRow?: ((value: DataItem) => any) | undefined;
210
+ onRowClickHandler?: ((value: {
211
+ data: DataItem;
212
+ index: number;
213
+ }) => any) | undefined;
214
+ }>, {
215
+ handleScroll: (scrollElement?: HTMLElement) => void;
216
+ updateContainerHeight: (scrollContainer?: HTMLElement) => void;
217
+ }, {}, {}, {}, {}> | null;
218
+ }, any>;
219
+
220
+ declare const __VLS_component_20: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
221
+
222
+ declare const __VLS_component_21: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
223
+ "update:value": (value: string | number) => any;
224
+ }, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
225
+ "onUpdate:value"?: ((value: string | number) => any) | undefined;
226
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
227
+
228
+ declare const __VLS_component_22: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
229
+
230
+ declare const __VLS_component_23: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
231
+
232
+ declare const __VLS_component_24: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
233
+
234
+ declare const __VLS_component_25: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
235
+
236
+ declare const __VLS_component_26: DefineComponent<ScheduleProps, {
237
+ errorTime: Ref<Record<string, string | null>, Record<string, string | null>>;
238
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
239
+ clear: () => any;
240
+ change: (value: DayOfWeek[]) => any;
241
+ "update:modelValue": (value: DayOfWeek[]) => any;
242
+ }, string, PublicProps, Readonly<ScheduleProps> & Readonly<{
243
+ onClear?: (() => any) | undefined;
244
+ onChange?: ((value: DayOfWeek[]) => any) | undefined;
245
+ "onUpdate:modelValue"?: ((value: DayOfWeek[]) => any) | undefined;
246
+ }>, {
247
+ disabled: boolean;
248
+ placeholder: string;
249
+ clearable: boolean;
250
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
251
+ scheduleTrigger: HTMLDivElement;
252
+ scheduleOverlay: HTMLDivElement;
253
+ }, HTMLDivElement>;
254
+
255
+ declare const __VLS_component_3: DefineComponent<ColumnProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ColumnProps> & Readonly<{}>, {
256
+ visible: boolean;
257
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
258
+
259
+ declare const __VLS_component_4: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
260
+ "update:modelValue": (value: any) => any;
261
+ } & {
262
+ change: (value: string | number | boolean | any[] | null, event: Event) => any;
263
+ "update:modelValue": (value: string | number | boolean | any[] | null) => any;
264
+ "update:checked": (value: boolean) => any;
265
+ "update:indeterminate": (value: boolean) => any;
266
+ }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
267
+ onChange?: ((value: string | number | boolean | any[] | null, event: Event) => any) | undefined;
268
+ "onUpdate:modelValue"?: ((value: string | number | boolean | any[] | null) => any) | undefined;
269
+ "onUpdate:checked"?: ((value: boolean) => any) | undefined;
270
+ "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
271
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
272
+
273
+ declare const __VLS_component_5: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
274
+ "update:modelValue": (value: any) => any;
275
+ } & {
276
+ change: (value?: string | undefined) => any;
277
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
278
+ onChange?: ((value?: string | undefined) => any) | undefined;
279
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
280
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
281
+
282
+ declare const __VLS_component_6: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
283
+ clear: () => any;
284
+ search: (query: string) => any;
285
+ change: (value: string | number | DropdownOption | (string | number | DropdownOption | null)[] | null | undefined) => any;
286
+ "update:modelValue": (value: string | number | DropdownOption | (string | number | DropdownOption | null)[] | null | undefined) => any;
287
+ "remove-tag": (value: string | number | DropdownOption | null) => any;
288
+ }, string, PublicProps, Readonly<DropdownProps> & Readonly<{
289
+ onClear?: (() => any) | undefined;
290
+ onSearch?: ((query: string) => any) | undefined;
291
+ onChange?: ((value: string | number | DropdownOption | (string | number | DropdownOption | null)[] | null | undefined) => any) | undefined;
292
+ "onUpdate:modelValue"?: ((value: string | number | DropdownOption | (string | number | DropdownOption | null)[] | null | undefined) => any) | undefined;
293
+ "onRemove-tag"?: ((value: string | number | DropdownOption | null) => any) | undefined;
294
+ }>, {
295
+ disabled: boolean;
296
+ error: boolean;
297
+ placeholder: string;
298
+ multiple: boolean;
299
+ options: DropdownOption[];
300
+ loading: boolean;
301
+ searchable: boolean;
302
+ labelKey: string;
303
+ maxTags: number;
304
+ clearable: boolean;
305
+ required: boolean;
306
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
307
+ dropdownTrigger: HTMLDivElement;
308
+ dropdownOverlay: HTMLDivElement;
309
+ searchInput: HTMLInputElement;
310
+ }, HTMLDivElement>;
311
+
312
+ declare const __VLS_component_7: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
313
+
314
+ declare const __VLS_component_8: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
315
+ "update:modelValue": (value: string | number | null) => any;
316
+ }, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
317
+ "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
318
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
319
+
320
+ declare const __VLS_component_9: DefineComponent<ExtractPropTypes< {
321
+ type: {
322
+ type: PropType<"error" | "warning" | "info">;
323
+ default: string;
324
+ };
325
+ message: StringConstructor;
326
+ outlined: BooleanConstructor;
327
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
328
+ type: {
329
+ type: PropType<"error" | "warning" | "info">;
330
+ default: string;
331
+ };
332
+ message: StringConstructor;
333
+ outlined: BooleanConstructor;
334
+ }>> & Readonly<{}>, {
335
+ outlined: boolean;
336
+ type: "error" | "info" | "warning";
337
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
338
+
339
+ declare type __VLS_Props = {
340
+ items: MenuItem[];
341
+ icon?: Component;
342
+ variant?: 'primary' | 'danger';
343
+ size?: 'small' | 'large' | 'default';
344
+ };
345
+
346
+ declare type __VLS_Props_10 = {
347
+ icon: Component;
348
+ position?: 'left' | 'right';
349
+ disabled?: boolean;
350
+ };
351
+
352
+ declare type __VLS_Props_11 = SelectButtonProps;
353
+
354
+ declare type __VLS_Props_12 = Props_2;
355
+
356
+ declare type __VLS_Props_13 = {
357
+ label?: string;
358
+ disabled?: boolean;
359
+ };
360
+
361
+ declare type __VLS_Props_14 = {
362
+ label?: string;
363
+ placeholder?: string;
364
+ name?: string;
365
+ disabled?: boolean;
366
+ rows?: number;
367
+ cols?: number;
368
+ maxHeight?: number;
369
+ error?: boolean;
370
+ errorText?: string;
371
+ smallText?: string;
372
+ inputId?: string;
373
+ size?: 'default' | 'small' | 'large';
374
+ maxlength?: number;
375
+ resizable?: boolean;
376
+ required?: boolean;
377
+ allowClear?: boolean;
378
+ minHeight?: string;
379
+ };
380
+
381
+ declare type __VLS_Props_15 = ICalendarProps;
382
+
383
+ declare type __VLS_Props_16 = IDatePickerProps;
384
+
385
+ declare type __VLS_Props_17 = {
386
+ file: string | IFile;
387
+ viewName?: boolean;
388
+ outlined?: boolean;
389
+ removable?: boolean;
390
+ };
391
+
392
+ declare type __VLS_Props_18 = {
393
+ file: string | IFile_2;
394
+ alt?: string;
395
+ size?: "small" | "medium" | "large" | "full";
396
+ fullScreen?: boolean;
397
+ viewInfo?: boolean;
398
+ };
399
+
400
+ declare type __VLS_Props_19 = {
401
+ items: MenuItem[];
402
+ };
403
+
404
+ declare type __VLS_Props_2 = TableProps;
405
+
406
+ declare type __VLS_Props_20 = {
407
+ value?: string | number;
408
+ variant?: 'primary' | 'danger' | 'neutral';
409
+ strong?: boolean;
410
+ };
411
+
412
+ declare type __VLS_Props_21 = {
413
+ value?: number | string;
414
+ variant?: 'danger';
415
+ position?: 'left' | 'right';
416
+ viewBadge?: boolean;
417
+ offset?: number | {
418
+ x: number;
419
+ y: number;
420
+ };
421
+ };
422
+
423
+ declare type __VLS_Props_22 = OTPCodeProps;
424
+
425
+ declare type __VLS_Props_23 = {
426
+ width?: number | string;
427
+ height?: number | string;
428
+ borderRadius?: string | number;
429
+ shape?: 'circle' | 'rectangle';
430
+ size?: string;
431
+ };
432
+
433
+ declare type __VLS_Props_24 = {
434
+ strokeWidth?: string | number;
435
+ style?: CSSProperties;
436
+ size?: 'small' | 'default' | 'large';
437
+ };
438
+
439
+ declare type __VLS_Props_25 = {
440
+ removable?: boolean;
441
+ icon?: string;
442
+ iconPosition?: 'left' | 'right';
443
+ outlined?: boolean;
444
+ variant?: 'primary' | 'secondary' | 'info';
445
+ strong?: boolean;
446
+ };
447
+
448
+ declare type __VLS_Props_26 = DrawerProps;
449
+
450
+ declare type __VLS_Props_27 = {
451
+ title?: string;
452
+ style?: CSSProperties;
453
+ position?: 'top' | 'center' | 'bottom';
454
+ closeOnClickModal?: boolean;
455
+ };
456
+
457
+ declare type __VLS_Props_28 = {
458
+ value?: string | number | (string | number)[];
459
+ multiple?: boolean;
460
+ styleView?: 'fill' | 'inline';
461
+ };
462
+
463
+ declare type __VLS_Props_29 = {
464
+ value: string | number;
465
+ };
466
+
467
+ declare type __VLS_Props_3 = PaginatorProps;
468
+
469
+ declare type __VLS_Props_30 = {
470
+ layouts?: 'vertical' | 'horizontal';
471
+ type?: 'solid' | 'dashed' | 'dotted';
472
+ align?: 'left' | 'right' | 'center';
473
+ size?: number;
474
+ };
475
+
476
+ declare type __VLS_Props_31 = {
477
+ value: string | number;
478
+ };
479
+
480
+ declare type __VLS_Props_32 = {
481
+ value: string | number;
482
+ };
483
+
484
+ declare type __VLS_Props_33 = {
485
+ value: string | number;
486
+ };
487
+
488
+ declare type __VLS_Props_4 = {
489
+ label?: string;
490
+ value?: string | number | any;
491
+ trueValue?: string | boolean;
492
+ falseValue?: string | boolean;
493
+ name?: string;
494
+ disabled?: boolean;
495
+ indeterminate?: boolean;
496
+ size?: "small" | "default" | "large";
497
+ error?: boolean;
498
+ errorText?: string;
499
+ checked?: boolean;
500
+ customId?: string;
501
+ };
502
+
503
+ declare type __VLS_Props_5 = {
504
+ value: string;
505
+ label: string;
506
+ id?: string;
507
+ };
508
+
509
+ declare type __VLS_Props_6 = {
510
+ label?: string;
511
+ disabled?: boolean;
512
+ value?: any;
513
+ size?: 'small' | 'default' | 'large';
514
+ name?: string;
515
+ customId?: string;
516
+ checked?: boolean;
517
+ };
518
+
519
+ declare type __VLS_Props_7 = InputTextProps;
520
+
521
+ declare type __VLS_Props_8 = {
522
+ viewButtons?: boolean;
523
+ max?: number;
524
+ min?: number;
525
+ countInPackage?: number;
526
+ icon?: Component;
527
+ iconPosition?: 'left' | 'right';
528
+ formatter?: (value: number) => number;
529
+ selectOnFocus?: boolean;
530
+ };
531
+
532
+ declare type __VLS_Props_9 = Props;
533
+
534
+ declare type __VLS_PublicProps = {
535
+ 'currentPage'?: number;
536
+ 'perPage'?: number;
537
+ 'selectedRows'?: DataItem[] | DataItem | null;
538
+ } & __VLS_Props_2;
539
+
540
+ declare type __VLS_PublicProps_10 = {
541
+ modelValue: number | string | null;
542
+ } & __VLS_Props_11;
543
+
544
+ declare type __VLS_PublicProps_11 = {
545
+ modelValue?: number;
546
+ } & __VLS_Props_12;
547
+
548
+ declare type __VLS_PublicProps_12 = {
549
+ modelValue?: boolean;
550
+ } & __VLS_Props_13;
551
+
552
+ declare type __VLS_PublicProps_13 = {
553
+ modelValue?: string;
554
+ } & __VLS_Props_14;
555
+
556
+ declare type __VLS_PublicProps_14 = {
557
+ modelValue?: ICalendarResultValue;
558
+ } & __VLS_Props_15;
559
+
560
+ declare type __VLS_PublicProps_15 = {
561
+ modelValue?: string | {
562
+ from: string;
563
+ to: string;
564
+ } | null;
565
+ } & __VLS_Props_16;
566
+
567
+ declare type __VLS_PublicProps_16 = {
568
+ modelValue?: string;
569
+ } & __VLS_Props_22;
570
+
571
+ declare type __VLS_PublicProps_17 = {
572
+ "open"?: boolean;
573
+ } & __VLS_Props_26;
574
+
575
+ declare type __VLS_PublicProps_18 = {
576
+ 'open': boolean;
577
+ } & __VLS_Props_27;
578
+
579
+ declare type __VLS_PublicProps_19 = {
580
+ "open": boolean;
581
+ };
582
+
583
+ declare type __VLS_PublicProps_2 = {
584
+ 'currentPage': number;
585
+ 'perPage'?: number | undefined;
586
+ } & __VLS_Props_3;
587
+
588
+ declare type __VLS_PublicProps_3 = {
589
+ modelValue?: string | boolean | any | null | any[];
590
+ } & __VLS_Props_4;
591
+
592
+ declare type __VLS_PublicProps_4 = {
593
+ modelValue: any;
594
+ } & __VLS_Props_5;
595
+
596
+ declare type __VLS_PublicProps_5 = {
597
+ modelValue?: any;
598
+ } & __VLS_Props_6;
599
+
600
+ declare type __VLS_PublicProps_6 = {
601
+ modelValue?: string;
602
+ } & __VLS_Props_7;
603
+
604
+ declare type __VLS_PublicProps_7 = {
605
+ modelValue: number;
606
+ } & __VLS_Props_8;
607
+
608
+ declare type __VLS_PublicProps_8 = {
609
+ modelValue: string;
610
+ };
611
+
612
+ declare type __VLS_PublicProps_9 = {
613
+ modelValue: string;
614
+ } & __VLS_Props_9;
615
+
616
+ declare function __VLS_template(): {
617
+ attrs: Partial<{}>;
618
+ slots: {
619
+ default?(_: {}): any;
620
+ };
621
+ refs: {};
622
+ rootEl: any;
623
+ };
624
+
625
+ declare function __VLS_template_10(): {
626
+ attrs: Partial<{}>;
627
+ slots: {
628
+ default?(_: {}): any;
629
+ };
630
+ refs: {};
631
+ rootEl: HTMLDivElement;
632
+ };
633
+
634
+ declare function __VLS_template_11(): {
635
+ attrs: Partial<{}>;
636
+ slots: {
637
+ default?(_: {}): any;
638
+ };
639
+ refs: {};
640
+ rootEl: HTMLDivElement;
641
+ };
642
+
643
+ declare function __VLS_template_12(): {
644
+ attrs: Partial<{}>;
645
+ slots: {
646
+ 'mobile-header'?(_: {}): any;
647
+ default?(_: {}): any;
648
+ };
649
+ refs: {};
650
+ rootEl: any;
651
+ };
652
+
653
+ declare function __VLS_template_13(): {
654
+ attrs: Partial<{}>;
655
+ slots: Readonly<{
656
+ default(scope: {
657
+ setTitle: (value: string) => void;
658
+ }): VNode[];
659
+ header(): VNode[];
660
+ }> & {
661
+ default(scope: {
662
+ setTitle: (value: string) => void;
663
+ }): VNode[];
664
+ header(): VNode[];
665
+ };
666
+ refs: {};
667
+ rootEl: any;
668
+ };
669
+
670
+ declare function __VLS_template_14(): {
671
+ attrs: Partial<{}>;
672
+ slots: {
673
+ trigger?(_: {}): any;
674
+ default?(_: {
675
+ openSecondScreen: (event?: Event) => Promise<void>;
676
+ closeSecondScreen: () => void;
677
+ close: () => void;
678
+ }): any;
679
+ default?(_: {
680
+ openSecondScreen: (event?: Event) => Promise<void>;
681
+ closeSecondScreen: () => void;
682
+ close: () => void;
683
+ }): any;
684
+ 'second-screen'?(_: {
685
+ closeSecondScreen: () => void;
686
+ }): any;
687
+ };
688
+ refs: {
689
+ reference: HTMLDivElement;
690
+ floating: HTMLDivElement;
691
+ 'arrow-block': HTMLDivElement;
692
+ 'second-screen': HTMLDivElement;
693
+ };
694
+ rootEl: HTMLDivElement;
695
+ };
696
+
697
+ declare function __VLS_template_15(): {
698
+ attrs: Partial<{}>;
699
+ slots: {
700
+ default?(_: {}): any;
701
+ };
702
+ refs: {
703
+ contentRef: HTMLDivElement;
704
+ bodyRef: HTMLDivElement;
705
+ };
706
+ rootEl: any;
707
+ };
708
+
709
+ declare function __VLS_template_16(): {
710
+ attrs: Partial<{}>;
711
+ slots: {
712
+ default?(_: {}): any;
713
+ };
714
+ refs: {};
715
+ rootEl: HTMLDivElement;
716
+ };
717
+
718
+ declare function __VLS_template_17(): {
719
+ attrs: Partial<{}>;
720
+ slots: {
721
+ default?(_: {}): any;
722
+ };
723
+ refs: {
724
+ contentRef: HTMLDivElement;
725
+ };
726
+ rootEl: HTMLDivElement;
727
+ };
728
+
729
+ declare function __VLS_template_18(): {
730
+ attrs: Partial<{}>;
731
+ slots: {
732
+ default?(_: {}): any;
733
+ };
734
+ refs: {};
735
+ rootEl: HTMLButtonElement;
736
+ };
737
+
738
+ declare function __VLS_template_19(): {
739
+ attrs: Partial<{}>;
740
+ slots: {
741
+ default?(_: {}): any;
742
+ };
743
+ refs: {};
744
+ rootEl: HTMLDivElement;
745
+ };
746
+
747
+ declare function __VLS_template_2(): {
748
+ attrs: Partial<{}>;
749
+ slots: Readonly<TableSlots> & TableSlots;
750
+ refs: {
751
+ tableRef: HTMLTableElement;
752
+ tableBodyRef: CreateComponentPublicInstanceWithMixins<Readonly<TableBodyProps> & Readonly<{
753
+ onToggleRow?: ((value: DataItem) => any) | undefined;
754
+ onRowClickHandler?: ((value: {
755
+ data: DataItem;
756
+ index: number;
757
+ }) => any) | undefined;
758
+ }>, {
759
+ handleScroll: (scrollElement?: HTMLElement) => void;
760
+ updateContainerHeight: (scrollContainer?: HTMLElement) => void;
761
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
762
+ toggleRow: (value: DataItem) => any;
763
+ rowClickHandler: (value: {
764
+ data: DataItem;
765
+ index: number;
766
+ }) => any;
767
+ }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
768
+ virtualScrollBody: HTMLTableSectionElement;
769
+ }, any, ComponentProvideOptions, {
770
+ P: {};
771
+ B: {};
772
+ D: {};
773
+ C: {};
774
+ M: {};
775
+ Defaults: {};
776
+ }, Readonly<TableBodyProps> & Readonly<{
777
+ onToggleRow?: ((value: DataItem) => any) | undefined;
778
+ onRowClickHandler?: ((value: {
779
+ data: DataItem;
780
+ index: number;
781
+ }) => any) | undefined;
782
+ }>, {
783
+ handleScroll: (scrollElement?: HTMLElement) => void;
784
+ updateContainerHeight: (scrollContainer?: HTMLElement) => void;
785
+ }, {}, {}, {}, {}> | null;
786
+ };
787
+ rootEl: any;
788
+ };
789
+
790
+ declare function __VLS_template_20(): {
791
+ attrs: Partial<{}>;
792
+ slots: {
793
+ default?(_: {}): any;
794
+ };
795
+ refs: {};
796
+ rootEl: HTMLDivElement;
797
+ };
798
+
799
+ declare function __VLS_template_21(): {
800
+ attrs: Partial<{}>;
801
+ slots: {
802
+ default?(_: {}): any;
803
+ };
804
+ refs: {};
805
+ rootEl: HTMLDivElement;
806
+ };
807
+
808
+ declare function __VLS_template_22(): {
809
+ attrs: Partial<{}>;
810
+ slots: {
811
+ default?(_: {}): any;
812
+ };
813
+ refs: {};
814
+ rootEl: HTMLDivElement;
815
+ };
816
+
817
+ declare function __VLS_template_23(): {
818
+ attrs: Partial<{}>;
819
+ slots: {
820
+ default?(_: {}): any;
821
+ };
822
+ refs: {};
823
+ rootEl: HTMLDivElement;
824
+ };
825
+
826
+ declare function __VLS_template_24(): {
827
+ attrs: Partial<{}>;
828
+ slots: {
829
+ default?(_: {}): any;
830
+ };
831
+ refs: {};
832
+ rootEl: HTMLButtonElement;
833
+ };
834
+
835
+ declare function __VLS_template_25(): {
836
+ attrs: Partial<{}>;
837
+ slots: {
838
+ default?(_: {}): any;
839
+ };
840
+ refs: {};
841
+ rootEl: HTMLDivElement;
842
+ };
843
+
844
+ declare function __VLS_template_26(): {
845
+ attrs: Partial<{}>;
846
+ slots: {
847
+ input?(_: {
848
+ value: string;
849
+ }): any;
850
+ content?(_: {
851
+ close: typeof closeSchedule;
852
+ days: DayOfWeek[];
853
+ toggleDay: typeof toggleDay;
854
+ updateDayTime: typeof updateDayTime;
855
+ }): any;
856
+ };
857
+ refs: {
858
+ scheduleTrigger: HTMLDivElement;
859
+ scheduleOverlay: HTMLDivElement;
860
+ };
861
+ rootEl: HTMLDivElement;
862
+ };
863
+
864
+ declare function __VLS_template_3(): {
865
+ attrs: Partial<{}>;
866
+ slots: Readonly<ColumnSlots> & ColumnSlots;
867
+ refs: {};
868
+ rootEl: any;
869
+ };
870
+
871
+ declare function __VLS_template_4(): {
872
+ attrs: Partial<{}>;
873
+ slots: {
874
+ label?(_: {}): any;
875
+ };
876
+ refs: {};
877
+ rootEl: HTMLLabelElement;
878
+ };
879
+
880
+ declare function __VLS_template_5(): {
881
+ attrs: Partial<{}>;
882
+ slots: {
883
+ default?(_: {}): any;
884
+ };
885
+ refs: {};
886
+ rootEl: HTMLDivElement;
887
+ };
888
+
889
+ declare function __VLS_template_6(): {
890
+ attrs: Partial<{}>;
891
+ slots: {
892
+ input?(_: {
893
+ value: string;
894
+ selectedOption: DropdownOption;
895
+ }): any;
896
+ option?(_: {
897
+ option: DropdownOption;
898
+ selected: boolean;
899
+ multiple: boolean;
900
+ handleSelect: () => void;
901
+ }): any;
902
+ footer?(_: {}): any;
903
+ };
904
+ refs: {
905
+ dropdownTrigger: HTMLDivElement;
906
+ dropdownOverlay: HTMLDivElement;
907
+ searchInput: HTMLInputElement;
908
+ };
909
+ rootEl: HTMLDivElement;
910
+ };
911
+
912
+ declare function __VLS_template_7(): {
913
+ attrs: Partial<{}>;
914
+ slots: {
915
+ default?(_: {}): any;
916
+ };
917
+ refs: {};
918
+ rootEl: HTMLDivElement;
919
+ };
920
+
921
+ declare function __VLS_template_8(): {
922
+ attrs: Partial<{}>;
923
+ slots: {
924
+ option?(_: {
925
+ option: any;
926
+ }): any;
927
+ };
928
+ refs: {};
929
+ rootEl: HTMLDivElement;
930
+ };
931
+
932
+ declare function __VLS_template_9(): {
933
+ attrs: Partial<{}>;
934
+ slots: {
935
+ default?(_: {}): any;
936
+ };
937
+ refs: {};
938
+ rootEl: HTMLDivElement;
939
+ };
940
+
941
+ declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
942
+
943
+ declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
944
+
945
+ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
946
+
947
+ declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
948
+
949
+ declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
950
+
951
+ declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
952
+
953
+ declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
954
+
955
+ declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
956
+
957
+ declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
958
+
959
+ declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
960
+
961
+ declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
962
+
963
+ declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
964
+
965
+ declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
966
+
967
+ declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
968
+
969
+ declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
970
+
971
+ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
972
+
973
+ declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
974
+
975
+ declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
976
+
977
+ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
978
+
979
+ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
980
+
981
+ declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
982
+
983
+ declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
984
+
985
+ declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
986
+
987
+ declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
988
+
989
+ declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
990
+
991
+ declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
992
+
993
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
994
+ new (): {
995
+ $slots: S;
996
+ };
997
+ };
998
+
999
+ declare type __VLS_WithTemplateSlots_10<T, S> = T & {
1000
+ new (): {
1001
+ $slots: S;
1002
+ };
1003
+ };
1004
+
1005
+ declare type __VLS_WithTemplateSlots_11<T, S> = T & {
1006
+ new (): {
1007
+ $slots: S;
1008
+ };
1009
+ };
1010
+
1011
+ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
1012
+ new (): {
1013
+ $slots: S;
1014
+ };
1015
+ };
1016
+
1017
+ declare type __VLS_WithTemplateSlots_13<T, S> = T & {
1018
+ new (): {
1019
+ $slots: S;
1020
+ };
1021
+ };
1022
+
1023
+ declare type __VLS_WithTemplateSlots_14<T, S> = T & {
1024
+ new (): {
1025
+ $slots: S;
1026
+ };
1027
+ };
1028
+
1029
+ declare type __VLS_WithTemplateSlots_15<T, S> = T & {
1030
+ new (): {
1031
+ $slots: S;
1032
+ };
1033
+ };
1034
+
1035
+ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
1036
+ new (): {
1037
+ $slots: S;
1038
+ };
1039
+ };
1040
+
1041
+ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
1042
+ new (): {
1043
+ $slots: S;
1044
+ };
1045
+ };
1046
+
1047
+ declare type __VLS_WithTemplateSlots_18<T, S> = T & {
1048
+ new (): {
1049
+ $slots: S;
1050
+ };
1051
+ };
1052
+
1053
+ declare type __VLS_WithTemplateSlots_19<T, S> = T & {
1054
+ new (): {
1055
+ $slots: S;
1056
+ };
1057
+ };
1058
+
1059
+ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
1060
+ new (): {
1061
+ $slots: S;
1062
+ };
1063
+ };
1064
+
1065
+ declare type __VLS_WithTemplateSlots_20<T, S> = T & {
1066
+ new (): {
1067
+ $slots: S;
1068
+ };
1069
+ };
1070
+
1071
+ declare type __VLS_WithTemplateSlots_21<T, S> = T & {
1072
+ new (): {
1073
+ $slots: S;
1074
+ };
1075
+ };
1076
+
1077
+ declare type __VLS_WithTemplateSlots_22<T, S> = T & {
1078
+ new (): {
1079
+ $slots: S;
1080
+ };
1081
+ };
1082
+
1083
+ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
1084
+ new (): {
1085
+ $slots: S;
1086
+ };
1087
+ };
1088
+
1089
+ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
1090
+ new (): {
1091
+ $slots: S;
1092
+ };
1093
+ };
1094
+
1095
+ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
1096
+ new (): {
1097
+ $slots: S;
1098
+ };
1099
+ };
1100
+
1101
+ declare type __VLS_WithTemplateSlots_26<T, S> = T & {
1102
+ new (): {
1103
+ $slots: S;
1104
+ };
1105
+ };
1106
+
1107
+ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1108
+ new (): {
1109
+ $slots: S;
1110
+ };
1111
+ };
1112
+
1113
+ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
1114
+ new (): {
1115
+ $slots: S;
1116
+ };
1117
+ };
1118
+
1119
+ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
1120
+ new (): {
1121
+ $slots: S;
1122
+ };
1123
+ };
1124
+
1125
+ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
1126
+ new (): {
1127
+ $slots: S;
1128
+ };
1129
+ };
1130
+
1131
+ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
1132
+ new (): {
1133
+ $slots: S;
1134
+ };
1135
+ };
1136
+
1137
+ declare type __VLS_WithTemplateSlots_8<T, S> = T & {
1138
+ new (): {
1139
+ $slots: S;
1140
+ };
1141
+ };
1142
+
1143
+ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1144
+ new (): {
1145
+ $slots: S;
1146
+ };
1147
+ };
1148
+
1149
+ export declare const Accordion: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1150
+
1151
+ export declare const AccordionContent: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
1152
+
1153
+ export declare const AccordionHeader: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1154
+
1155
+ export declare const AccordionPanel: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1156
+
1157
+ export declare const Autocomplete: DefineComponent<AutocompleteProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1158
+ clear: () => any;
1159
+ search: (query: string) => any;
1160
+ change: (value: string | number | AutocompleteOption | (string | number | AutocompleteOption)[] | undefined) => any;
1161
+ "update:modelValue": (value: string | number | AutocompleteOption | (string | number | AutocompleteOption)[] | undefined) => any;
1162
+ "remove-tag": (value: string | number | AutocompleteOption) => any;
1163
+ }, string, PublicProps, Readonly<AutocompleteProps> & Readonly<{
1164
+ onClear?: (() => any) | undefined;
1165
+ onSearch?: ((query: string) => any) | undefined;
1166
+ onChange?: ((value: string | number | AutocompleteOption | (string | number | AutocompleteOption)[] | undefined) => any) | undefined;
1167
+ "onUpdate:modelValue"?: ((value: string | number | AutocompleteOption | (string | number | AutocompleteOption)[] | undefined) => any) | undefined;
1168
+ "onRemove-tag"?: ((value: string | number | AutocompleteOption) => any) | undefined;
1169
+ }>, {
1170
+ label: string;
1171
+ disabled: boolean;
1172
+ error: boolean;
1173
+ placeholder: string;
1174
+ errorText: string;
1175
+ multiple: boolean;
1176
+ options: AutocompleteOption[];
1177
+ loading: boolean;
1178
+ valueKey: string;
1179
+ labelKey: string;
1180
+ maxTags: number;
1181
+ clearable: boolean;
1182
+ required: boolean;
1183
+ inputKey: string;
1184
+ minQueryLength: number;
1185
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
1186
+ autocompleteTrigger: HTMLDivElement;
1187
+ inputElement: HTMLInputElement;
1188
+ autocompleteOverlay: HTMLDivElement;
1189
+ }, HTMLDivElement>;
1190
+
1191
+ declare interface AutocompleteOption {
1192
+ value?: string | number;
1193
+ label?: string | number;
1194
+ disabled?: boolean;
1195
+ [key: string]: any;
1196
+ }
1197
+
1198
+ declare interface AutocompleteProps {
1199
+ modelValue?: string | number | AutocompleteOption | Array<string | number | AutocompleteOption>;
1200
+ options?: AutocompleteOption[];
1201
+ multiple?: boolean;
1202
+ placeholder?: string;
1203
+ disabled?: boolean;
1204
+ loading?: boolean;
1205
+ valueKey?: string;
1206
+ labelKey?: string;
1207
+ inputKey?: string;
1208
+ maxTags?: number;
1209
+ clearable?: boolean;
1210
+ minQueryLength?: number;
1211
+ label?: string;
1212
+ required?: boolean;
1213
+ error?: boolean;
1214
+ errorText?: string;
1215
+ }
1216
+
1217
+ export declare const Badge: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1218
+
1219
+ export declare const BottomSheet: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1220
+
1221
+ export declare const Breadcrumb: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1222
+
1223
+ export declare const Button: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1224
+
1225
+ declare type ButtonProps = {
1226
+ label?: string;
1227
+ size?: 'extrasmall' | 'small' | 'default' | 'large';
1228
+ variant?: 'primary' | 'danger' | 'secondary' | 'link';
1229
+ url?: string | RouteLocationRaw;
1230
+ rounded?: boolean;
1231
+ disabled?: boolean;
1232
+ buttonStyle?: 'text' | 'outlined' | 'contrast' | 'text-filled';
1233
+ icon?: Component;
1234
+ iconPosition?: 'left' | 'right';
1235
+ iconOnly?: boolean;
1236
+ full?: boolean;
1237
+ };
1238
+
1239
+ export declare const Calendar: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1240
+ "update:modelValue": (value: ICalendarResultValue) => any;
1241
+ }, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
1242
+ "onUpdate:modelValue"?: ((value: ICalendarResultValue) => any) | undefined;
1243
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1244
+
1245
+ export declare const Checkbox: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1246
+
1247
+ export declare const ChipCheckbox: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1248
+ "update:modelValue": (value: any) => any;
1249
+ }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
1250
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1251
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1252
+
1253
+ declare function closeSchedule(): void;
1254
+
1255
+ export declare const Column: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1256
+
1257
+ declare type Column_2 = {
1258
+ id: string;
1259
+ header?: string;
1260
+ field?: string;
1261
+ description?: string;
1262
+ align?: 'left' | 'center' | 'right';
1263
+ alignVertical?: 'top' | 'middle' | 'bottom';
1264
+ selectionMode?: SelectedMode;
1265
+ style?: CSSProperties;
1266
+ visible?: boolean;
1267
+ headerSlot?: Slot<ColumnHeaderSlotProps> | null;
1268
+ bodySlot?: Slot<ColumnBodySlotProps> | null;
1269
+ footerSlot?: Slot<ColumnFooterSlotProps> | null;
1270
+ };
1271
+
1272
+ declare type ColumnBodySlotProps = {
1273
+ column: Column_2;
1274
+ data: DataItem;
1275
+ field: string | undefined;
1276
+ index: number;
1277
+ };
1278
+
1279
+ export { ColumnDef }
1280
+
1281
+ declare type ColumnFooterSlotProps = {
1282
+ column: Column_2;
1283
+ data: DataItem;
1284
+ field: string | undefined;
1285
+ index: number;
1286
+ };
1287
+
1288
+ declare type ColumnHeaderSlotProps = {
1289
+ column: Column_2;
1290
+ data: DataItem;
1291
+ field: string | undefined;
1292
+ index: number;
1293
+ };
1294
+
1295
+ declare type ColumnProps = {
1296
+ field?: string;
1297
+ header?: string;
1298
+ description?: string;
1299
+ align?: 'left' | 'center' | 'right';
1300
+ alignVertical?: 'top' | 'middle' | 'bottom';
1301
+ style?: CSSProperties;
1302
+ headerStyle?: string | Record<string, any>;
1303
+ selectionMode?: SelectedMode;
1304
+ visible?: boolean;
1305
+ };
1306
+
1307
+ declare interface ColumnSlots {
1308
+ header(props: ColumnHeaderSlotProps): any;
1309
+ body(props: ColumnBodySlotProps): any;
1310
+ footer(props: ColumnFooterSlotProps): any;
1311
+ }
1312
+
1313
+ export declare const ConfirmDialog: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
1314
+ popupRef: HTMLDivElement;
1315
+ }, any>;
1316
+
1317
+ declare interface ConfirmDialogService {
1318
+ require: (options: ConfirmOptions) => void;
1319
+ close: (id?: string) => void;
1320
+ }
1321
+
1322
+ declare interface ConfirmOptions {
1323
+ target?: HTMLElement;
1324
+ header?: string;
1325
+ message?: string;
1326
+ icon?: Component | string;
1327
+ position?: Position;
1328
+ modal?: boolean;
1329
+ closable?: boolean;
1330
+ dismissableMask?: boolean;
1331
+ blockScroll?: boolean;
1332
+ zIndex?: number;
1333
+ accept?: () => void;
1334
+ reject?: () => void;
1335
+ acceptProps?: {
1336
+ label?: string;
1337
+ disabled?: boolean;
1338
+ };
1339
+ rejectProps?: {
1340
+ label?: string;
1341
+ disabled?: boolean;
1342
+ };
1343
+ style?: Record<string, any>;
1344
+ class?: string;
1345
+ }
1346
+
1347
+ export declare const ConfirmPopup: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
1348
+ popupRef: HTMLDivElement;
1349
+ }, any>;
1350
+
1351
+ declare interface ConfirmPopupService {
1352
+ require: (options: ConfirmOptions) => void;
1353
+ close: (id?: string) => void;
1354
+ }
1355
+
1356
+ export declare const ConfirmService: {
1357
+ install(app: App): void;
1358
+ };
1359
+
1360
+ export { createColumnHelper }
1361
+
1362
+ declare type DataItem = Record<string, any>;
1363
+
1364
+ export declare const DataTable: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1365
+
1366
+ export declare const DatePicker: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1367
+ "update:modelValue": (value: string | {
1368
+ from: string;
1369
+ to: string;
1370
+ } | null) => any;
1371
+ } & {
1372
+ clear: () => any;
1373
+ input: (value: Event) => any;
1374
+ select: (value: Date) => any;
1375
+ blur: (value: FocusEvent) => any;
1376
+ focus: (value: FocusEvent) => any;
1377
+ "update:modelValue": (value: Date | undefined) => any;
1378
+ }, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
1379
+ onClear?: (() => any) | undefined;
1380
+ onInput?: ((value: Event) => any) | undefined;
1381
+ onSelect?: ((value: Date) => any) | undefined;
1382
+ onBlur?: ((value: FocusEvent) => any) | undefined;
1383
+ onFocus?: ((value: FocusEvent) => any) | undefined;
1384
+ "onUpdate:modelValue"?: ((value: Date | undefined) => any) | undefined;
1385
+ }>, {
1386
+ type: ICalendarType;
1387
+ range: boolean;
1388
+ position: "start" | "end";
1389
+ format: string;
1390
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
1391
+ datePickerRef: HTMLDivElement;
1392
+ inputRef: HTMLDivElement;
1393
+ popoverRef: HTMLDivElement;
1394
+ }, HTMLDivElement>;
1395
+
1396
+ declare interface DayOfWeek {
1397
+ key: string;
1398
+ label: string;
1399
+ enabled: boolean;
1400
+ time: TimeRange;
1401
+ }
1402
+
1403
+ export declare const Divider: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1404
+
1405
+ export declare const Drawer: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1406
+
1407
+ declare type DrawerProps = {
1408
+ position?: 'left' | 'right' | 'bottom' | 'top';
1409
+ beforeClose?: (next: () => void) => void;
1410
+ wrapperNoStyle?: boolean;
1411
+ styleWrapper?: CSSProperties;
1412
+ };
1413
+
1414
+ export declare const Dropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1415
+
1416
+ declare interface DropdownOption {
1417
+ value?: string | number | null;
1418
+ label?: string | number;
1419
+ disabled?: boolean;
1420
+ [key: string]: any;
1421
+ }
1422
+
1423
+ declare interface DropdownProps {
1424
+ modelValue?: string | number | DropdownOption | Array<string | number | DropdownOption | null> | null;
1425
+ options?: DropdownOption[];
1426
+ multiple?: boolean;
1427
+ placeholder?: string;
1428
+ disabled?: boolean;
1429
+ loading?: boolean;
1430
+ searchable?: boolean;
1431
+ valueKey?: string;
1432
+ labelKey?: string;
1433
+ maxTags?: number;
1434
+ clearable?: boolean;
1435
+ error?: boolean;
1436
+ errorText?: string;
1437
+ label?: string;
1438
+ required?: boolean;
1439
+ }
1440
+
1441
+ declare const File_2: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1442
+ remove: (file: IFile) => any;
1443
+ }, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
1444
+ onRemove?: ((file: IFile) => any) | undefined;
1445
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1446
+ export { File_2 as File }
1447
+
1448
+ declare interface ICalendarProps {
1449
+ /**
1450
+ * Тип календаря.
1451
+ * - day - выбор дня, месяца и года
1452
+ * - month - выбор месяца и года
1453
+ * - year - выбор года
1454
+ * - date - только выбор даты
1455
+ * - datetime - выбор даты и времени
1456
+ * - time - только выбор времени
1457
+ *
1458
+ * @default 'day'
1459
+ * */
1460
+ type?: ICalendarType;
1461
+ /**
1462
+ * Формат даты по умолчанию mm/dd/yy который может быть настроен с помощью свойства dateFormat. Следующие параметры могут быть частью формата.
1463
+ *
1464
+ * - d - день месяца (без ведущего нуля)
1465
+ * - dd - день месяца (две цифры)
1466
+ * - o - день года (без ведущих нулей)
1467
+ * - oo - день года (три цифры)
1468
+ * - D - короткое название дня
1469
+ * - DD - полное название дня
1470
+ * - m - месяц года (без ведущего нуля)
1471
+ * - mm - месяц года (две цифры)
1472
+ * - M - короткое название месяца
1473
+ * - MM - полное название месяца
1474
+ * - y - год (две цифры)
1475
+ * - yy - год (четыре цифры)
1476
+ * - @ - Unix timestamp (мс с 01/01/1970)
1477
+ * - ! - Windows ticks (100нс с 01/01/0001)
1478
+ * - '...' - буквальный текст
1479
+ * - '' - одинарная кавычка
1480
+ * - любые другие символы - буквальный текст
1481
+ *
1482
+ * @default 'mm/dd/yy'
1483
+ */
1484
+ format?: string;
1485
+ /**
1486
+ * - Включает режим выбора диапазона дат.
1487
+ * - При включении пользователь может выбрать начальную и конечную дату.
1488
+ *
1489
+ * @default false
1490
+ */
1491
+ range?: boolean;
1492
+ /**
1493
+ * Минимальная дата, которую можно выбрать в календаре.
1494
+ * Даты до указанной будут недоступны для выбора.
1495
+ */
1496
+ minDate?: Date | null;
1497
+ /**
1498
+ * Максимальная дата, которую можно выбрать в календаре.
1499
+ * Даты после указанной будут недоступны для выбора.
1500
+ */
1501
+ maxDate?: Date | null;
1502
+ }
1503
+
1504
+ declare type ICalendarResult = {
1505
+ to: string;
1506
+ from: string;
1507
+ };
1508
+
1509
+ declare type ICalendarResultValue = string | ICalendarResult | null;
1510
+
1511
+ declare type ICalendarType = 'month' | 'year' | 'day' | 'date' | 'datetime' | 'time';
1512
+
1513
+ export declare const IconField: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1514
+
1515
+ export declare interface IData<T> {
1516
+ isLoading?: boolean;
1517
+ isViewCheckbox?: boolean;
1518
+ viewBgColor?: boolean;
1519
+ bgColor?: string;
1520
+ data: T;
1521
+ }
1522
+
1523
+ declare interface IDatePickerProps extends ICalendarProps {
1524
+ /**
1525
+ * Текст для незаполненного input
1526
+ * */
1527
+ placeholder?: string;
1528
+ /**
1529
+ * Состояние включения/отключениея кнопки очистить input
1530
+ * */
1531
+ allowClear?: boolean;
1532
+ /**
1533
+ * Имя поля для формы
1534
+ * */
1535
+ name?: string;
1536
+ /**
1537
+ * Название поля
1538
+ * */
1539
+ label?: string;
1540
+ /**
1541
+ * Состояние неактивности поля
1542
+ * */
1543
+ disabled?: boolean;
1544
+ /**
1545
+ * Состояние ошибки
1546
+ * */
1547
+ error?: boolean;
1548
+ /**
1549
+ * Текст ошибки
1550
+ * */
1551
+ errorText?: string;
1552
+ /**
1553
+ * Состояние - обязательно поле для заполнения или нет
1554
+ * */
1555
+ required?: boolean;
1556
+ /**
1557
+ * Позиция календаря относительно поля ввода
1558
+ *
1559
+ * @default 'start'
1560
+ */
1561
+ position?: 'start' | 'end';
1562
+ }
1563
+
1564
+ declare interface IFile {
1565
+ id: string;
1566
+ url: string;
1567
+ name?: string;
1568
+ mime: string | null;
1569
+ size: number | null;
1570
+ }
1571
+
1572
+ declare interface IFile_2 {
1573
+ id: string;
1574
+ url: string;
1575
+ name?: string;
1576
+ mime: string | null;
1577
+ size: number | null;
1578
+ }
1579
+
1580
+ declare const Image_2: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1581
+ imageFullModal: CreateComponentPublicInstanceWithMixins<Readonly<{
1582
+ src: string;
1583
+ alt?: string;
1584
+ }> & Readonly<{}>, {
1585
+ open: () => void;
1586
+ close: () => void;
1587
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1588
+ P: {};
1589
+ B: {};
1590
+ D: {};
1591
+ C: {};
1592
+ M: {};
1593
+ Defaults: {};
1594
+ }, Readonly<{
1595
+ src: string;
1596
+ alt?: string;
1597
+ }> & Readonly<{}>, {
1598
+ open: () => void;
1599
+ close: () => void;
1600
+ }, {}, {}, {}, {}> | null;
1601
+ }, any>;
1602
+ export { Image_2 as Image }
1603
+
1604
+ export declare const InputMask: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1605
+ "update:modelValue": (value: string) => any;
1606
+ }, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
1607
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1608
+ }>, {
1609
+ slotChar: string;
1610
+ autoClear: boolean;
1611
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1612
+
1613
+ export declare const InputNumber: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1614
+ change: (value: number) => any;
1615
+ "update:modelValue": (value: number) => any;
1616
+ }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
1617
+ onChange?: ((value: number) => any) | undefined;
1618
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
1619
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1620
+
1621
+ export declare const InputPhone: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1622
+ "update:modelValue": (value: string) => any;
1623
+ }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
1624
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1625
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1626
+
1627
+ export declare const InputText: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1628
+ "update:modelValue": (value: string) => any;
1629
+ } & {
1630
+ clear: () => any;
1631
+ input: (value: Event) => any;
1632
+ blur: (value: FocusEvent) => any;
1633
+ focus: (value: FocusEvent) => any;
1634
+ paste: (value: ClipboardEvent) => any;
1635
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
1636
+ onClear?: (() => any) | undefined;
1637
+ onInput?: ((value: Event) => any) | undefined;
1638
+ onBlur?: ((value: FocusEvent) => any) | undefined;
1639
+ onFocus?: ((value: FocusEvent) => any) | undefined;
1640
+ onPaste?: ((value: ClipboardEvent) => any) | undefined;
1641
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1642
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1643
+
1644
+ declare type InputTextProps = {
1645
+ label?: string;
1646
+ placeholder?: string;
1647
+ allowClear?: boolean;
1648
+ name?: string;
1649
+ disabled?: boolean;
1650
+ error?: boolean;
1651
+ errorText?: string;
1652
+ type?: 'text' | 'password';
1653
+ size?: 'small' | 'default' | 'large';
1654
+ inputId?: string;
1655
+ variant?: 'empty' | 'outlined' | 'fill';
1656
+ value?: string;
1657
+ required?: boolean;
1658
+ full?: boolean;
1659
+ readonly?: boolean;
1660
+ maxlength?: number;
1661
+ showMaxLength?: boolean;
1662
+ };
1663
+
1664
+ declare interface ITableEmits {
1665
+ (e: "update:sort", value: SortingState): void;
1666
+ (e: "update:selected", value: RowSelectionState): void;
1667
+ }
1668
+
1669
+ declare interface ITablePaginator {
1670
+ enabled: boolean;
1671
+ perPageOptions?: number[];
1672
+ totals?: number;
1673
+ viewPerPage?: boolean;
1674
+ }
1675
+
1676
+ declare interface ITableProps<T = any> {
1677
+ data: IData<T>[];
1678
+ columns: ColumnDef<IData<any>, any>[];
1679
+ size?: "small" | "medium" | "large";
1680
+ paginator?: ITablePaginator;
1681
+ loading?: boolean;
1682
+ enableSorting?: boolean;
1683
+ enableRowSelection?: boolean;
1684
+ rowId?: string;
1685
+ }
1686
+
1687
+ declare type MenuItem = {
1688
+ icon?: Component;
1689
+ label: string;
1690
+ url?: string | RouteLocationRaw;
1691
+ command?: () => void;
1692
+ description?: string;
1693
+ badge?: boolean;
1694
+ disabled?: boolean;
1695
+ };
1696
+
1697
+ export declare const Message: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1698
+
1699
+ export declare const Modal: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1700
+
1701
+ declare type OffsetValue = number | {
1702
+ /**
1703
+ * Отступ по главной оси
1704
+ */
1705
+ mainAxis?: number;
1706
+ /**
1707
+ * Отступ по поперечной оси
1708
+ */
1709
+ crossAxis?: number;
1710
+ /**
1711
+ * Отступ по оси выравнивания
1712
+ */
1713
+ alignmentAxis?: number | null;
1714
+ };
1715
+
1716
+ export declare const OTPCode: DefineComponent<__VLS_PublicProps_16, {
1717
+ $els: HTMLInputElement[];
1718
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1719
+ "update:modelValue": (value: string) => any;
1720
+ } & {
1721
+ blur: (index: number) => any;
1722
+ change: (value: string) => any;
1723
+ focus: (index: number) => any;
1724
+ complete: (value: string) => any;
1725
+ }, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
1726
+ onBlur?: ((index: number) => any) | undefined;
1727
+ onChange?: ((value: string) => any) | undefined;
1728
+ onFocus?: ((index: number) => any) | undefined;
1729
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1730
+ onComplete?: ((value: string) => any) | undefined;
1731
+ }>, {
1732
+ size: "small" | "default" | "large";
1733
+ variant: "outlined" | "fill";
1734
+ disabled: boolean;
1735
+ length: number;
1736
+ error: boolean;
1737
+ required: boolean;
1738
+ readonly: boolean;
1739
+ inputmode: "text" | "numeric";
1740
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
1741
+ inputRefs: HTMLInputElement[];
1742
+ }, HTMLDivElement>;
1743
+
1744
+ declare interface OTPCodeProps {
1745
+ label?: string;
1746
+ length?: number;
1747
+ disabled?: boolean;
1748
+ readonly?: boolean;
1749
+ error?: boolean;
1750
+ errorText?: string;
1751
+ required?: boolean;
1752
+ size?: 'small' | 'default' | 'large';
1753
+ variant?: 'outlined' | 'fill';
1754
+ inputmode?: 'text' | 'numeric';
1755
+ }
1756
+
1757
+ export declare const OverlayBadge: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1758
+
1759
+ export declare const Paginator: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1760
+ "update:currentPage": (value: number) => any;
1761
+ "update:perPage": (value: number | undefined) => any;
1762
+ }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
1763
+ "onUpdate:currentPage"?: ((value: number) => any) | undefined;
1764
+ "onUpdate:perPage"?: ((value: number | undefined) => any) | undefined;
1765
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1766
+
1767
+ declare interface PaginatorProps {
1768
+ /** Количество всех элементов */
1769
+ totals: number;
1770
+ /** Опции для выбора количества элементов на странице */
1771
+ perPageOptions?: number[];
1772
+ viewPerPage?: boolean;
1773
+ }
1774
+
1775
+ export declare const Popover: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1776
+
1777
+ declare type PopoverCloseMode = 'outside' | 'button-only';
1778
+
1779
+ declare type Position = 'center' | 'top' | 'bottom' | 'left' | 'right' | 'topleft' | 'topright' | 'bottomleft' | 'bottomright';
1780
+
1781
+ declare interface Props {
1782
+ mask: string;
1783
+ error?: boolean;
1784
+ errorText?: string;
1785
+ label?: string;
1786
+ slotChar?: string;
1787
+ autoClear?: boolean;
1788
+ definitions?: Record<string, RegExp>;
1789
+ }
1790
+
1791
+ declare interface Props_2 {
1792
+ maxStars?: number;
1793
+ disabled?: boolean;
1794
+ size?: 'small' | 'medium' | 'large' | number;
1795
+ }
1796
+
1797
+ export declare const Radio: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1798
+
1799
+ export declare const Schedule: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1800
+
1801
+ declare interface ScheduleProps {
1802
+ /** Массив дней недели с их состоянием */
1803
+ modelValue?: DayOfWeek[];
1804
+ /** Текст плейсхолдера, отображаемый при отсутствии значения */
1805
+ placeholder?: string;
1806
+ /** Отключает взаимодействие с компонентом */
1807
+ disabled?: boolean;
1808
+ /** Показывает кнопку очистки значения */
1809
+ clearable?: boolean;
1810
+ /** Лейбл компонента */
1811
+ label?: string;
1812
+ error?: boolean;
1813
+ errorText?: string;
1814
+ }
1815
+
1816
+ export declare const SelectButton: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1817
+
1818
+ declare type SelectButtonProps = {
1819
+ variant?: 'select' | 'tabs';
1820
+ options: any[];
1821
+ optionLabel?: string;
1822
+ optionValue?: string;
1823
+ orientation?: 'vertical' | 'horizontal';
1824
+ };
1825
+
1826
+ declare type SelectedMode = 'multiple' | 'single';
1827
+
1828
+ export declare const Skeleton: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1829
+
1830
+ export declare const SleedDeal: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1831
+ menuRef: HTMLDivElement;
1832
+ targetRef: ({
1833
+ $: ComponentInternalInstance;
1834
+ $data: {};
1835
+ $props: {
1836
+ readonly label?: string | undefined;
1837
+ readonly size?: "extrasmall" | "small" | "default" | "large" | undefined;
1838
+ readonly variant?: "primary" | "danger" | "secondary" | "link" | undefined;
1839
+ readonly url?: (string | RouteLocationRaw) | undefined;
1840
+ readonly rounded?: boolean | undefined;
1841
+ readonly disabled?: boolean | undefined;
1842
+ readonly buttonStyle?: "text" | "outlined" | "contrast" | "text-filled" | undefined;
1843
+ readonly icon?: Component | undefined;
1844
+ readonly iconPosition?: "left" | "right" | undefined;
1845
+ readonly iconOnly?: boolean | undefined;
1846
+ readonly full?: boolean | undefined;
1847
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1848
+ $attrs: {
1849
+ [x: string]: unknown;
1850
+ };
1851
+ $refs: {
1852
+ [x: string]: unknown;
1853
+ };
1854
+ $slots: Readonly<{
1855
+ [name: string]: Slot<any> | undefined;
1856
+ }>;
1857
+ $root: ComponentPublicInstance | null;
1858
+ $parent: ComponentPublicInstance | null;
1859
+ $host: Element | null;
1860
+ $emit: (event: string, ...args: any[]) => void;
1861
+ $el: any;
1862
+ $options: ComponentOptionsBase<Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
1863
+ beforeCreate?: (() => void) | (() => void)[];
1864
+ created?: (() => void) | (() => void)[];
1865
+ beforeMount?: (() => void) | (() => void)[];
1866
+ mounted?: (() => void) | (() => void)[];
1867
+ beforeUpdate?: (() => void) | (() => void)[];
1868
+ updated?: (() => void) | (() => void)[];
1869
+ activated?: (() => void) | (() => void)[];
1870
+ deactivated?: (() => void) | (() => void)[];
1871
+ beforeDestroy?: (() => void) | (() => void)[];
1872
+ beforeUnmount?: (() => void) | (() => void)[];
1873
+ destroyed?: (() => void) | (() => void)[];
1874
+ unmounted?: (() => void) | (() => void)[];
1875
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1876
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1877
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
1878
+ };
1879
+ $forceUpdate: () => void;
1880
+ $nextTick: nextTick;
1881
+ $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;
1882
+ } & Readonly<{}> & Omit<Readonly<ButtonProps> & Readonly<{}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
1883
+ $slots: {
1884
+ default?(_: {}): any;
1885
+ };
1886
+ }) | null;
1887
+ }, HTMLDivElement>;
1888
+
1889
+ export declare const Spinner: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1890
+
1891
+ export declare const StarRating: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1892
+ "update:modelValue": (value: number) => any;
1893
+ }, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
1894
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
1895
+ }>, {
1896
+ size: "small" | "medium" | "large" | number;
1897
+ disabled: boolean;
1898
+ maxStars: number;
1899
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1900
+
1901
+ export declare const Step: DefineComponent<StepProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StepProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1902
+
1903
+ declare type Step_2 = {
1904
+ value?: string | number;
1905
+ label: string;
1906
+ };
1907
+
1908
+ export declare const Stepper: DefineComponent<StepperProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1909
+ "update:value": ((...args: unknown[]) => any) | (() => any);
1910
+ }, string, PublicProps, Readonly<StepperProps> & Readonly<{
1911
+ "onUpdate:value"?: ((...args: unknown[] & []) => any) | undefined;
1912
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1913
+
1914
+ declare interface StepperProps {
1915
+ value?: string | number;
1916
+ steps: Step_2[];
1917
+ linear?: boolean;
1918
+ }
1919
+
1920
+ declare type StepProps = {
1921
+ value?: string | number;
1922
+ label: string;
1923
+ index: number;
1924
+ disabled?: boolean | undefined;
1925
+ };
1926
+
1927
+ export declare const Switch: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1928
+ "update:modelValue": (value: boolean) => any;
1929
+ } & {
1930
+ change: () => any;
1931
+ }, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
1932
+ onChange?: (() => any) | undefined;
1933
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1934
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1935
+
1936
+ export declare const Tab: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1937
+
1938
+ export declare const Table: DefineComponent<ITableProps<any>,
1939
+ {},
1940
+ {},
1941
+ {},
1942
+ {},
1943
+ ComponentOptionsMixin,
1944
+ ComponentOptionsMixin,
1945
+ ITableEmits
1946
+ >;
1947
+
1948
+ declare interface TableBodyProps {
1949
+ columns: Column_2[];
1950
+ data: DataItem[];
1951
+ selectedRows: DataItem[] | DataItem | null;
1952
+ dataKey?: string;
1953
+ size: TableSize;
1954
+ colorHovered: boolean;
1955
+ scroller?: {
1956
+ enable: boolean;
1957
+ height: number;
1958
+ } | undefined;
1959
+ virtualScroll?: {
1960
+ enable: boolean;
1961
+ itemHeight: number;
1962
+ } | undefined;
1963
+ checkboxKey?: string;
1964
+ checkboxDisabled?: (string | number)[];
1965
+ rowStyle?: (data: DataItem) => CSSProperties;
1966
+ }
1967
+
1968
+ declare type TableProps = {
1969
+ /** Тема */
1970
+ theme?: 'default';
1971
+ /** Данные */
1972
+ data: DataItem[];
1973
+ /** Ключ для уникальной идентификации строк */
1974
+ dataKey?: string;
1975
+ /** Размер таблицы */
1976
+ size?: TableSize;
1977
+ /** Поля для сортировки */
1978
+ sortField?: string[];
1979
+ /** Режим сортировки */
1980
+ sortMode?: 'single' | 'multiple';
1981
+ /** Изменять фоновый цвет строки при наведении */
1982
+ rowColorHovered?: boolean;
1983
+ /** Количество строк на странице */
1984
+ rows?: number;
1985
+ /** Показывать пагинатор */
1986
+ paginator?: boolean;
1987
+ /** Показывать выбор кол-во отображаемых строк */
1988
+ viewPerPage?: boolean;
1989
+ /** Опции для выбора количества элементов на странице */
1990
+ perPageOptions?: number[];
1991
+ /** Общее количество элементов */
1992
+ totals?: number;
1993
+ /** Включение ограничение по высоте контент */
1994
+ scroller?: {
1995
+ enable: boolean;
1996
+ height: number;
1997
+ } | undefined;
1998
+ /** Виртуальный скролл */
1999
+ virtualScroll?: {
2000
+ enable: boolean;
2001
+ itemHeight: number;
2002
+ } | undefined;
2003
+ /** Максимальная высота таблицы для скролла */
2004
+ maxHeight?: string | number | undefined;
2005
+ /** Функция для применения стилей к строке таблицы */
2006
+ rowStyle?: (data: DataItem) => CSSProperties;
2007
+ /** Состояние загрузки */
2008
+ loading?: boolean;
2009
+ /** ключ для чекбоксов */
2010
+ checkboxKey?: string;
2011
+ /** ключ для чекбоксов */
2012
+ checkboxDisabled?: (string | number)[];
2013
+ };
2014
+
2015
+ declare type TableSize = 'small' | 'default' | 'large';
2016
+
2017
+ declare type TableSlots = {
2018
+ default(): any;
2019
+ empty?(): any;
2020
+ };
2021
+
2022
+ export declare const TabList: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
2023
+
2024
+ export declare const TabPanel: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
2025
+
2026
+ export declare const TabPanels: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
2027
+
2028
+ export declare const Tabs: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
2029
+
2030
+ export declare const Tag: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
2031
+
2032
+ export declare const Textarea: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2033
+ "update:modelValue": (value: string) => any;
2034
+ } & {
2035
+ blur: (value: FocusEvent) => any;
2036
+ focusIn: (value: FocusEvent) => any;
2037
+ focusOut: (value: FocusEvent) => any;
2038
+ }, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
2039
+ onBlur?: ((value: FocusEvent) => any) | undefined;
2040
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2041
+ onFocusIn?: ((value: FocusEvent) => any) | undefined;
2042
+ onFocusOut?: ((value: FocusEvent) => any) | undefined;
2043
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
2044
+ textareaRef: HTMLTextAreaElement;
2045
+ }, HTMLDivElement>;
2046
+
2047
+ declare interface TimeRange {
2048
+ from: string;
2049
+ to: string;
2050
+ }
2051
+
2052
+ export declare const Toast: DefineComponent<ToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2053
+
2054
+ /**
2055
+ * Defines message options in Toast component.
2056
+ */
2057
+ declare interface ToastMessageOptions {
2058
+ id?: number;
2059
+ /**
2060
+ * Severity level of the message.
2061
+ * @defaultValue info
2062
+ */
2063
+ severity?: 'success' | 'info' | 'warn' | 'error' | undefined;
2064
+ /**
2065
+ * Summary content of the message.
2066
+ */
2067
+ summary?: string | undefined;
2068
+ /**
2069
+ * Detail content of the message.
2070
+ */
2071
+ detail?: any | undefined;
2072
+ /**
2073
+ * Whether the message can be closed manually using the close icon.
2074
+ * @defaultValue true
2075
+ */
2076
+ closable?: boolean | undefined;
2077
+ /**
2078
+ * Delay in milliseconds to close the message automatically.
2079
+ */
2080
+ life?: number | undefined;
2081
+ /**
2082
+ * Key of the Toast to display the message.
2083
+ */
2084
+ group?: string | undefined;
2085
+ /**
2086
+ * Style class of the message.
2087
+ */
2088
+ styleClass?: any;
2089
+ /**
2090
+ * Style class of the content.
2091
+ */
2092
+ contentStyleClass?: any;
2093
+ /** */
2094
+ icon?: Component;
2095
+ }
2096
+
2097
+ /**
2098
+ * Defines valid properties in Toast component.
2099
+ */
2100
+ declare interface ToastProps {
2101
+ /**
2102
+ * Unique identifier of a message group.
2103
+ */
2104
+ group?: string | undefined;
2105
+ /**
2106
+ * Position of the toast in viewport.
2107
+ * @defaultValue top-right
2108
+ */
2109
+ position?: 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | 'center' | undefined;
2110
+ /**
2111
+ * Used to access message options.
2112
+ * @type {ToastMessageOptions}
2113
+ */
2114
+ message?: ToastMessageOptions;
2115
+ }
2116
+
2117
+ export declare const ToastService: {
2118
+ install: (app: App) => void;
2119
+ };
2120
+
2121
+ declare interface ToastServiceMethods {
2122
+ /**
2123
+ * Displays the message in a suitable Toast component.
2124
+ * @param {ToastMessageOptions} message - Message instance.
2125
+ */
2126
+ add(message: ToastMessageOptions): void;
2127
+ /**
2128
+ * Clears the message.
2129
+ * @param {ToastMessageOptions} message - Message instance.
2130
+ */
2131
+ remove(message: ToastMessageOptions): void;
2132
+ /**
2133
+ * Clears the messages that belongs to the group.
2134
+ * @param {string} group - Name of the message group.
2135
+ */
2136
+ removeGroup(group: string): void;
2137
+ /**
2138
+ * Clears all the messages.
2139
+ */
2140
+ removeAllGroups(): void;
2141
+ }
2142
+
2143
+ declare function toggleDay(dayKey: string): void;
2144
+
2145
+ export declare const Tooltip: DefineComponent<TooltipProps, {
2146
+ show: (element: HTMLElement) => void;
2147
+ hide: () => void;
2148
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
2149
+ offset: number;
2150
+ placement: Placement_2;
2151
+ maxWidth: number;
2152
+ showArrow: boolean;
2153
+ delay: number;
2154
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
2155
+ tooltipRef: HTMLDivElement;
2156
+ }, any>;
2157
+
2158
+ declare interface TooltipBinding extends Omit<TooltipProps, 'content'> {
2159
+ content?: string;
2160
+ }
2161
+
2162
+ export declare const tooltipDirective: {
2163
+ mounted(el: TooltipElement, binding: DirectiveBinding<string | TooltipBinding>): void;
2164
+ updated(el: TooltipElement, binding: DirectiveBinding<string | TooltipBinding>): void;
2165
+ beforeUnmount(el: TooltipElement): void;
2166
+ };
2167
+
2168
+ declare interface TooltipElement extends HTMLElement {
2169
+ _tooltipInstance?: any;
2170
+ _tooltipApp?: App;
2171
+ }
2172
+
2173
+ declare interface TooltipProps {
2174
+ content: string;
2175
+ placement?: Placement_2;
2176
+ offset?: number;
2177
+ tooltipClass?: string;
2178
+ showArrow?: boolean;
2179
+ delay?: number;
2180
+ maxWidth?: number;
2181
+ }
2182
+
2183
+ declare function updateDayTime(dayKey: string, timeRange: TimeRange | undefined): void;
2184
+
2185
+ export declare const useConfirmDialog: () => ConfirmDialogService;
2186
+
2187
+ export declare const useConfirmPopup: () => ConfirmPopupService;
2188
+
2189
+ export declare function useToast(): ToastServiceMethods;
2190
+
2191
+ export { }
2192
+
2193
+
2194
+
2195
+ declare module "@tanstack/vue-table" {
2196
+ interface ColumnMeta<TData extends RowData, TValue> {
2197
+ align?: "start" | "center" | "end";
2198
+ verticalAlign?: "top" | "middle" | "bottom";
2199
+ autoSize?: boolean;
2200
+ }
2201
+ }
2202
+
2203
+
2204
+ declare module "@tanstack/vue-table" {
2205
+ interface ColumnMeta<TData extends RowData, TValue> {
2206
+ align?: "start" | "center" | "end";
2207
+ verticalAlign?: "top" | "middle" | "bottom";
2208
+ autoSize?: boolean;
2209
+ }
2210
+ }