prlg-ui 1.8.349 → 1.8.351

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (701) hide show
  1. package/dist/FileIcon-BE4ItwkK.cjs +1 -0
  2. package/dist/{FileIcon-HZoAz7EV.js → FileIcon-maHE2Nhr.js} +3 -3
  3. package/dist/{Image-CZaZueXh.js → Image-Ctgju863.js} +1 -1
  4. package/dist/{Image-Y7A5XzY0.cjs → Image-DLJh4B68.cjs} +1 -1
  5. package/dist/{QuestionIcon-D5aRnTV8.cjs → QuestionIcon-6GiQdzqJ.cjs} +1 -1
  6. package/dist/{QuestionIcon-Ck2NaaA1.js → QuestionIcon-C4O35j-7.js} +1 -1
  7. package/dist/{SendIcon-BRda3HxK.cjs → SendIcon-CH6S0QWh.cjs} +1 -1
  8. package/dist/{SendIcon-CDG1dCdN.js → SendIcon-Cqdt2QWN.js} +1 -1
  9. package/dist/{StarIcon-jHC6Ci-l.cjs → StarIcon-DNs-9ufZ.cjs} +1 -1
  10. package/dist/{StarIcon-ClOT3DK3.js → StarIcon-LrRNM_ak.js} +1 -1
  11. package/dist/{WarningFillIcon-Bl54oLiN.cjs → WarningFillIcon-BNEZgAf-.cjs} +1 -1
  12. package/dist/{WarningFillIcon-BWcRrdr7.js → WarningFillIcon-CEGT-_cr.js} +1 -1
  13. package/dist/app/blocks/BonusSummary/BonusSummary.d.ts +2 -0
  14. package/dist/app/blocks/BonusSummary/BonusSummary.stories.d.ts +6 -0
  15. package/dist/app/blocks/BonusSummary/index.d.ts +3 -0
  16. package/dist/app/blocks/Chat/ChatField/ChatField.d.ts +25 -0
  17. package/dist/app/blocks/Chat/ChatField/ChatField.stories.d.ts +6 -0
  18. package/dist/app/blocks/Chat/ChatField/ChatFieldActions.d.ts +17 -0
  19. package/dist/app/blocks/Chat/ChatField/ChatFile.d.ts +9 -0
  20. package/dist/app/blocks/Chat/ChatField/index.d.ts +2 -0
  21. package/dist/app/blocks/Chat/ChatField/uploadFile.d.ts +25 -0
  22. package/dist/app/blocks/index.d.ts +2 -0
  23. package/dist/app/components/Buttons/Button/Button.d.ts +18 -0
  24. package/dist/app/components/Buttons/Button/Button.stories.d.ts +16 -0
  25. package/dist/app/components/Buttons/Button/Button.types.d.ts +15 -0
  26. package/dist/app/components/Buttons/Button/index.d.ts +3 -0
  27. package/dist/app/components/Buttons/SleedDeal/SleedDeal.d.ts +67 -0
  28. package/dist/app/components/Buttons/SleedDeal/SleedDeal.stories.d.ts +6 -0
  29. package/dist/app/components/Buttons/SleedDeal/index.d.ts +3 -0
  30. package/dist/app/components/ColorPalette/ColorPalette.d.ts +7 -0
  31. package/dist/app/components/ColorPalette/ColorPalette.stories.d.ts +9 -0
  32. package/dist/app/components/ColorPalette/ColorSwatch.d.ts +11 -0
  33. package/dist/app/components/Data/DataTable/Column.d.ts +18 -0
  34. package/dist/app/components/Data/DataTable/DataTable.d.ts +112 -0
  35. package/dist/app/components/Data/DataTable/Table.stories.d.ts +11 -0
  36. package/dist/app/components/Data/DataTable/entities/TableBody.d.ts +21 -0
  37. package/dist/app/components/Data/DataTable/entities/TableCell.d.ts +18 -0
  38. package/dist/app/components/Data/DataTable/entities/TableFooter.d.ts +19 -0
  39. package/dist/app/components/Data/DataTable/entities/TableHeader.d.ts +10 -0
  40. package/dist/app/components/Data/DataTable/entities/TableRow.d.ts +29 -0
  41. package/dist/app/components/Data/DataTable/feature/DescriptionColumn.d.ts +5 -0
  42. package/dist/app/components/Data/DataTable/feature/SortButton.d.ts +10 -0
  43. package/dist/app/components/Data/DataTable/index.d.ts +3 -0
  44. package/dist/app/components/Data/DataTable/shared/composables/rowGrouping.d.ts +5 -0
  45. package/dist/app/components/Data/DataTable/shared/composables/setupColumn.d.ts +6436 -0
  46. package/dist/app/components/Data/DataTable/shared/types/Column.types.d.ts +52 -0
  47. package/dist/app/components/Data/DataTable/shared/types/Options.types.d.ts +11 -0
  48. package/dist/app/components/Data/DataTable/shared/types/Table.types.d.ts +58 -0
  49. package/dist/app/components/Data/DataTable/shared/types/TableBody.types.d.ts +22 -0
  50. package/dist/app/components/Data/DataTable/shared/types/TableHeader.types.d.ts +10 -0
  51. package/dist/app/components/Data/Paginator/Paginator.d.ts +14 -0
  52. package/dist/app/components/Data/Paginator/Paginator.stories.d.ts +6 -0
  53. package/dist/app/components/Data/Paginator/Paginator.types.d.ts +7 -0
  54. package/dist/app/components/Data/Paginator/index.d.ts +3 -0
  55. package/dist/app/components/Data/Table/Table.d.ts +56 -0
  56. package/dist/app/components/Data/Table/Table.stories.d.ts +41 -0
  57. package/dist/app/components/Data/Table/index.d.ts +4 -0
  58. package/dist/app/components/Data/Table/shared/mock/OrderStatus/OrderStatus.d.ts +6 -0
  59. package/dist/app/components/Data/Table/shared/mock/OrderStatus/constants.d.ts +9 -0
  60. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/accepted.d.ts +2 -0
  61. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/approval.d.ts +2 -0
  62. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/assembled.d.ts +2 -0
  63. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/awaitingPayment.d.ts +2 -0
  64. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/cancelled.d.ts +2 -0
  65. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/complaint.d.ts +2 -0
  66. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/confirmation.d.ts +2 -0
  67. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/dedlineChanged.d.ts +2 -0
  68. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/delayDelivery.d.ts +2 -0
  69. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/documentsIssued.d.ts +2 -0
  70. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/error.d.ts +2 -0
  71. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/handedShipment.d.ts +2 -0
  72. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/index.d.ts +26 -0
  73. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/orderSupplier.d.ts +2 -0
  74. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/orderedSupplier.d.ts +2 -0
  75. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/paid.d.ts +2 -0
  76. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/readyPickup.d.ts +2 -0
  77. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/readyShipment.d.ts +2 -0
  78. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/receivedClient.d.ts +2 -0
  79. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/reservedPayment.d.ts +2 -0
  80. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/reservedShipment.d.ts +2 -0
  81. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/returned.d.ts +2 -0
  82. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/sentSupplier.d.ts +2 -0
  83. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/transferAvailability.d.ts +2 -0
  84. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/transferCustom.d.ts +2 -0
  85. package/dist/app/components/Data/Table/shared/mock/OrderStatus/icons/warning.d.ts +2 -0
  86. package/dist/app/components/Data/Table/shared/mock/mock-data.d.ts +101 -0
  87. package/dist/app/components/Form/Autocomplete/Autocomplete.d.ts +35 -0
  88. package/dist/app/components/Form/Autocomplete/Autocomplete.stories.d.ts +11 -0
  89. package/dist/app/components/Form/Autocomplete/Autocomplete.types.d.ts +31 -0
  90. package/dist/app/components/Form/Autocomplete/index.d.ts +2 -0
  91. package/dist/app/components/Form/Calendar/Calendar.composible.d.ts +13 -0
  92. package/dist/app/components/Form/Calendar/Calendar.d.ts +11 -0
  93. package/dist/app/components/Form/Calendar/Calendar.stories.d.ts +68 -0
  94. package/dist/app/components/Form/Calendar/Calendar.types.d.ts +97 -0
  95. package/dist/app/components/Form/Calendar/TimePicker.d.ts +14 -0
  96. package/dist/app/components/Form/Calendar/index.d.ts +2 -0
  97. package/dist/app/components/Form/Checkbox/Checkbox.d.ts +46 -0
  98. package/dist/app/components/Form/Checkbox/Checkbox.stories.d.ts +6 -0
  99. package/dist/app/components/Form/Checkbox/index.d.ts +3 -0
  100. package/dist/app/components/Form/ChipCheckbox/ChipCheckbox.d.ts +14 -0
  101. package/dist/app/components/Form/ChipCheckbox/ChipCheckbox.stories.d.ts +6 -0
  102. package/dist/app/components/Form/ChipCheckbox/index.d.ts +3 -0
  103. package/dist/app/components/Form/DatePicker/DatePicker.d.ts +38 -0
  104. package/dist/app/components/Form/DatePicker/DatePicker.stories.d.ts +67 -0
  105. package/dist/app/components/Form/DatePicker/DatePicker.types.d.ts +50 -0
  106. package/dist/app/components/Form/DatePicker/DatePicker.utils.d.ts +18 -0
  107. package/dist/app/components/Form/DatePicker/index.d.ts +2 -0
  108. package/dist/app/components/Form/Dropdown/Dropdown.d.ts +60 -0
  109. package/dist/app/components/Form/Dropdown/Dropdown.stories.d.ts +18 -0
  110. package/dist/app/components/Form/Dropdown/Dropdown.types.d.ts +30 -0
  111. package/dist/app/components/Form/Dropdown/index.d.ts +3 -0
  112. package/dist/app/components/Form/FormItem/FormItem.d.ts +29 -0
  113. package/dist/app/components/Form/FormItem/FormItem.stories.d.ts +9 -0
  114. package/dist/app/components/Form/FormItem/index.d.ts +1 -0
  115. package/dist/app/components/Form/IconField/IconField.d.ts +23 -0
  116. package/dist/app/components/Form/IconField/IconField.stories.d.ts +6 -0
  117. package/dist/app/components/Form/IconField/index.d.ts +3 -0
  118. package/dist/app/components/Form/InputMask/InputMask.d.ts +22 -0
  119. package/dist/app/components/Form/InputMask/InputMask.stories.d.ts +15 -0
  120. package/dist/app/components/Form/InputMask/index.d.ts +3 -0
  121. package/dist/app/components/Form/InputMask/useInputMask.d.ts +15 -0
  122. package/dist/app/components/Form/InputNumber/InputNumber.d.ts +22 -0
  123. package/dist/app/components/Form/InputNumber/InputNumber.stories.d.ts +6 -0
  124. package/dist/app/components/Form/InputNumber/index.d.ts +3 -0
  125. package/dist/app/components/Form/InputPhone/InputPhone.d.ts +9 -0
  126. package/dist/app/components/Form/InputPhone/InputPhone.stories.d.ts +6 -0
  127. package/dist/app/components/Form/InputPhone/InputPhone.types.d.ts +4 -0
  128. package/dist/app/components/Form/InputPhone/index.d.ts +3 -0
  129. package/dist/app/components/Form/InputText/InputText.d.ts +22 -0
  130. package/dist/app/components/Form/InputText/InputText.stories.d.ts +10 -0
  131. package/dist/app/components/Form/InputText/InputText.types.d.ts +19 -0
  132. package/dist/app/components/Form/InputText/index.d.ts +3 -0
  133. package/dist/app/components/Form/OTPCode/OTPCode.d.ts +33 -0
  134. package/dist/app/components/Form/OTPCode/OTPCode.stories.d.ts +15 -0
  135. package/dist/app/components/Form/OTPCode/OTPCode.types.d.ts +12 -0
  136. package/dist/app/components/Form/OTPCode/index.d.ts +2 -0
  137. package/dist/app/components/Form/RadioButton/Radio.d.ts +36 -0
  138. package/dist/app/components/Form/RadioButton/Radio.stories.d.ts +6 -0
  139. package/dist/app/components/Form/RadioButton/index.d.ts +3 -0
  140. package/dist/app/components/Form/Schedule/Schedule.d.ts +49 -0
  141. package/dist/app/components/Form/Schedule/Schedule.stories.d.ts +10 -0
  142. package/dist/app/components/Form/Schedule/Schedule.types.d.ts +32 -0
  143. package/dist/app/components/Form/Schedule/SheduleTimePick.d.ts +21 -0
  144. package/dist/app/components/Form/Schedule/index.d.ts +2 -0
  145. package/dist/app/components/Form/SelectButton/SelectButton.d.ts +28 -0
  146. package/dist/app/components/Form/SelectButton/SelectButton.stories.d.ts +9 -0
  147. package/dist/app/components/Form/SelectButton/SelectButton.types.d.ts +7 -0
  148. package/dist/app/components/Form/SelectButton/index.d.ts +3 -0
  149. package/dist/app/components/Form/StarRating/StarRating.d.ts +19 -0
  150. package/dist/app/components/Form/StarRating/StarRating.stories.d.ts +12 -0
  151. package/dist/app/components/Form/StarRating/index.d.ts +1 -0
  152. package/dist/app/components/Form/SwitchInput/Switch.d.ts +16 -0
  153. package/dist/app/components/Form/SwitchInput/Switch.stories.d.ts +6 -0
  154. package/dist/app/components/Form/SwitchInput/index.d.ts +3 -0
  155. package/dist/app/components/Form/Textarea/Textarea.d.ts +37 -0
  156. package/dist/app/components/Form/Textarea/Textarea.stories.d.ts +7 -0
  157. package/dist/app/components/Form/Textarea/index.d.ts +3 -0
  158. package/dist/app/components/Form/TimePicker/TimePicker.d.ts +48 -0
  159. package/dist/app/components/Form/TimePicker/TimePicker.stories.d.ts +11 -0
  160. package/dist/app/components/Form/TimePicker/TimePicker.types.d.ts +22 -0
  161. package/dist/app/components/Form/TimePicker/index.d.ts +2 -0
  162. package/dist/app/components/Form/TimeSelect/TimeSelect.d.ts +26 -0
  163. package/dist/app/components/Form/TimeSelect/TimeSelect.stories.d.ts +8 -0
  164. package/dist/app/components/Form/TimeSelect/index.d.ts +1 -0
  165. package/dist/app/components/Media/File/File.d.ts +19 -0
  166. package/dist/app/components/Media/File/File.stories.d.ts +8 -0
  167. package/dist/app/components/Media/File/index.d.ts +2 -0
  168. package/dist/app/components/Media/Image/Image.d.ts +37 -0
  169. package/dist/app/components/Media/Image/Image.stories.d.ts +9 -0
  170. package/dist/app/components/Media/Image/ImageFullModal.d.ts +9 -0
  171. package/dist/app/components/Media/Image/index.d.ts +2 -0
  172. package/dist/app/components/Menu/Breadcrumb/Breadcrumb.d.ts +6 -0
  173. package/dist/app/components/Menu/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
  174. package/dist/app/components/Menu/Breadcrumb/index.d.ts +3 -0
  175. package/dist/app/components/Messages/Message/Message.d.ts +35 -0
  176. package/dist/app/components/Messages/Message/Message.stories.d.ts +8 -0
  177. package/dist/app/components/Messages/Message/index.d.ts +2 -0
  178. package/dist/app/components/Messages/Toast/Toast.d.ts +3 -0
  179. package/dist/app/components/Messages/Toast/ToastMessage.d.ts +10 -0
  180. package/dist/app/components/Messages/Toast/index.d.ts +5 -0
  181. package/dist/app/components/Messages/Toast/toast.stories.d.ts +6 -0
  182. package/dist/app/components/Messages/Toast/toast.types.d.ts +89 -0
  183. package/dist/app/components/Messages/Toast/toastEventBus/toastEventBus.d.ts +1 -0
  184. package/dist/app/components/Messages/Toast/toastService/toastService.d.ts +5 -0
  185. package/dist/app/components/Messages/Toast/toastService/toastService.types.d.ts +22 -0
  186. package/dist/app/components/Messages/Toast/useToast/useToast.d.ts +3 -0
  187. package/dist/app/components/Mics/Badge/Badge.d.ts +7 -0
  188. package/dist/app/components/Mics/Badge/Badge.stories.d.ts +10 -0
  189. package/dist/app/components/Mics/Badge/index.d.ts +3 -0
  190. package/dist/app/components/Mics/OverlayBadge/OverlayBadge.d.ts +27 -0
  191. package/dist/app/components/Mics/OverlayBadge/OverlayBadge.stories.d.ts +6 -0
  192. package/dist/app/components/Mics/OverlayBadge/index.d.ts +3 -0
  193. package/dist/app/components/Mics/Skeleton/Skeleton.d.ts +9 -0
  194. package/dist/app/components/Mics/Skeleton/Skeleton.stories.d.ts +6 -0
  195. package/dist/app/components/Mics/Skeleton/index.d.ts +3 -0
  196. package/dist/app/components/Mics/Spinner/Spinner.d.ts +8 -0
  197. package/dist/app/components/Mics/Spinner/Spinner.stories.d.ts +6 -0
  198. package/dist/app/components/Mics/Spinner/index.d.ts +4 -0
  199. package/dist/app/components/Mics/Spinner/spinner.directive.d.ts +10 -0
  200. package/dist/app/components/Mics/Tag/Tag.d.ts +29 -0
  201. package/dist/app/components/Mics/Tag/Tag.stories.d.ts +8 -0
  202. package/dist/app/components/Mics/Tag/index.d.ts +3 -0
  203. package/dist/app/components/Overlays/BottomSheet/BottomSheet.d.ts +30 -0
  204. package/dist/app/components/Overlays/BottomSheet/BottomSheet.stories.d.ts +9 -0
  205. package/dist/app/components/Overlays/BottomSheet/index.d.ts +1 -0
  206. package/dist/app/components/Overlays/ConfirmDialog/ConfirmDialog.d.ts +4 -0
  207. package/dist/app/components/Overlays/ConfirmDialog/ConfirmDialog.stories.d.ts +11 -0
  208. package/dist/app/components/Overlays/ConfirmDialog/index.d.ts +3 -0
  209. package/dist/app/components/Overlays/ConfirmDialog/useConfirmDialog.d.ts +8 -0
  210. package/dist/app/components/Overlays/ConfirmPopup/ConfirmPopup.d.ts +4 -0
  211. package/dist/app/components/Overlays/ConfirmPopup/ConfirmPopup.stories.d.ts +13 -0
  212. package/dist/app/components/Overlays/ConfirmPopup/index.d.ts +3 -0
  213. package/dist/app/components/Overlays/ConfirmPopup/useConfirmPopup.d.ts +8 -0
  214. package/dist/app/components/Overlays/ConfirmService/index.d.ts +3 -0
  215. package/dist/app/components/Overlays/ConfirmService/plugins/confirmService.d.ts +585 -0
  216. package/dist/app/components/Overlays/ConfirmService/types/index.d.ts +26 -0
  217. package/dist/app/components/Overlays/Drawer/Drawer.d.ts +34 -0
  218. package/dist/app/components/Overlays/Drawer/Drawer.stories.d.ts +15 -0
  219. package/dist/app/components/Overlays/Drawer/Drawer.types.d.ts +7 -0
  220. package/dist/app/components/Overlays/Drawer/index.d.ts +3 -0
  221. package/dist/app/components/Overlays/Modal/Modal.d.ts +39 -0
  222. package/dist/app/components/Overlays/Modal/Modal.stories.d.ts +8 -0
  223. package/dist/app/components/Overlays/Modal/index.d.ts +3 -0
  224. package/dist/app/components/Overlays/NewPopover/Popover.d.ts +29 -0
  225. package/dist/app/components/Overlays/NewPopover/Popover.stories.d.ts +6 -0
  226. package/dist/app/components/Overlays/NewPopover/index.d.ts +2 -0
  227. package/dist/app/components/Overlays/Popover/Popover.d.ts +109 -0
  228. package/dist/app/components/Overlays/Popover/index.d.ts +2 -0
  229. package/dist/app/components/Overlays/Popover/popover.stories.d.ts +12 -0
  230. package/dist/app/components/Overlays/Popover/popover.types.d.ts +15 -0
  231. package/dist/app/components/Overlays/Tooltip/Tooltip.d.ts +15 -0
  232. package/dist/app/components/Overlays/Tooltip/Tooltip.stories.d.ts +11 -0
  233. package/dist/app/components/Overlays/Tooltip/Tooltip.types.d.ts +10 -0
  234. package/dist/app/components/Overlays/Tooltip/index.d.ts +5 -0
  235. package/dist/app/components/Overlays/Tooltip/tooltipDirective.d.ts +15 -0
  236. package/dist/app/components/Panel/Accordion/Accordion.d.ts +26 -0
  237. package/dist/app/components/Panel/Accordion/Accordion.stories.d.ts +8 -0
  238. package/dist/app/components/Panel/Accordion/AccordionContent.d.ts +21 -0
  239. package/dist/app/components/Panel/Accordion/AccordionHeader.d.ts +17 -0
  240. package/dist/app/components/Panel/Accordion/AccordionPanel.d.ts +20 -0
  241. package/dist/app/components/Panel/Accordion/index.d.ts +5 -0
  242. package/dist/app/components/Panel/Divider/Divider.d.ts +23 -0
  243. package/dist/app/components/Panel/Divider/Divider.stories.d.ts +8 -0
  244. package/dist/app/components/Panel/Divider/index.d.ts +3 -0
  245. package/dist/app/components/Panel/Stepper/Step.d.ts +3 -0
  246. package/dist/app/components/Panel/Stepper/Step.types.d.ts +10 -0
  247. package/dist/app/components/Panel/Stepper/Stepper.d.ts +7 -0
  248. package/dist/app/components/Panel/Stepper/Stepper.stories.d.ts +6 -0
  249. package/dist/app/components/Panel/Stepper/Stepper.types.d.ts +21 -0
  250. package/dist/app/components/Panel/Stepper/index.d.ts +5 -0
  251. package/dist/app/components/Panel/Tabs/Tab.d.ts +20 -0
  252. package/dist/app/components/Panel/Tabs/TabList.d.ts +17 -0
  253. package/dist/app/components/Panel/Tabs/TabPanel.d.ts +20 -0
  254. package/dist/app/components/Panel/Tabs/TabPanels.d.ts +17 -0
  255. package/dist/app/components/Panel/Tabs/Tabs.d.ts +24 -0
  256. package/dist/app/components/Panel/Tabs/Tabs.stories.d.ts +6 -0
  257. package/dist/app/components/Panel/Tabs/index.d.ts +6 -0
  258. package/dist/app/components/index.d.ts +46 -0
  259. package/dist/app/icons/colored/BonusIcon.d.ts +2 -0
  260. package/dist/app/icons/colored/CashbackIcon.d.ts +2 -0
  261. package/dist/app/icons/colored/CertificateIcon.d.ts +2 -0
  262. package/dist/app/icons/colored/Colored.stories.d.ts +7 -0
  263. package/dist/app/icons/colored/DiscountIcon.d.ts +2 -0
  264. package/dist/app/icons/colored/ExcelIcon.d.ts +2 -0
  265. package/dist/app/icons/colored/FaviconIcon.d.ts +2 -0
  266. package/dist/app/icons/colored/GiftColorIcon.d.ts +2 -0
  267. package/dist/app/icons/colored/PdfIcon.d.ts +2 -0
  268. package/dist/app/icons/colored/SberPayColorIcon.d.ts +2 -0
  269. package/dist/app/icons/colored/SpbIcon.d.ts +2 -0
  270. package/dist/app/icons/colored/TruesignIcon.d.ts +2 -0
  271. package/dist/app/icons/colored/WarehousePointIcon.d.ts +2 -0
  272. package/dist/app/icons/colored/WordIcon.d.ts +2 -0
  273. package/dist/app/icons/colored/index.d.ts +14 -0
  274. package/dist/app/icons/index.d.ts +2 -0
  275. package/dist/app/icons/monochrome/AngleBottomIcon.d.ts +2 -0
  276. package/dist/app/icons/monochrome/AngleDoubleLeftIcon.d.ts +2 -0
  277. package/dist/app/icons/monochrome/AngleDoubleRightIcon.d.ts +2 -0
  278. package/dist/app/icons/monochrome/AngleLeftIcon.d.ts +2 -0
  279. package/dist/app/icons/monochrome/AngleRightIcon.d.ts +2 -0
  280. package/dist/app/icons/monochrome/AngleTopIcon.d.ts +2 -0
  281. package/dist/app/icons/monochrome/ArrowRightTopIcon.d.ts +2 -0
  282. package/dist/app/icons/monochrome/AtIcon.d.ts +2 -0
  283. package/dist/app/icons/monochrome/AvatarIcon.d.ts +2 -0
  284. package/dist/app/icons/monochrome/BagIcon.d.ts +2 -0
  285. package/dist/app/icons/monochrome/BanIcon.d.ts +2 -0
  286. package/dist/app/icons/monochrome/BankIcon.d.ts +2 -0
  287. package/dist/app/icons/monochrome/BarsIcon.d.ts +2 -0
  288. package/dist/app/icons/monochrome/BellIcon.d.ts +2 -0
  289. package/dist/app/icons/monochrome/BookIcon.d.ts +2 -0
  290. package/dist/app/icons/monochrome/BoxIcon.d.ts +2 -0
  291. package/dist/app/icons/monochrome/BriefcaseIcon.d.ts +2 -0
  292. package/dist/app/icons/monochrome/BuildingIcon.d.ts +2 -0
  293. package/dist/app/icons/monochrome/CalendarIcon.d.ts +2 -0
  294. package/dist/app/icons/monochrome/CameraIcon.d.ts +2 -0
  295. package/dist/app/icons/monochrome/CarIcon.d.ts +2 -0
  296. package/dist/app/icons/monochrome/CarSearchIcon.d.ts +2 -0
  297. package/dist/app/icons/monochrome/CartCrossedIcon.d.ts +2 -0
  298. package/dist/app/icons/monochrome/CartIcon.d.ts +2 -0
  299. package/dist/app/icons/monochrome/CatalogToIcon.d.ts +2 -0
  300. package/dist/app/icons/monochrome/CevronBottomIcon.d.ts +2 -0
  301. package/dist/app/icons/monochrome/CevronLeftIcon.d.ts +2 -0
  302. package/dist/app/icons/monochrome/CevronRightIcon.d.ts +2 -0
  303. package/dist/app/icons/monochrome/CevronTopIcon.d.ts +2 -0
  304. package/dist/app/icons/monochrome/CheckFilledIcon.d.ts +2 -0
  305. package/dist/app/icons/monochrome/CheckIcon.d.ts +2 -0
  306. package/dist/app/icons/monochrome/CheckRoundedIcon.d.ts +2 -0
  307. package/dist/app/icons/monochrome/ClockIcon.d.ts +2 -0
  308. package/dist/app/icons/monochrome/ClockPayIcon.d.ts +2 -0
  309. package/dist/app/icons/monochrome/CloseIcon.d.ts +2 -0
  310. package/dist/app/icons/monochrome/CloseRoundedIcon.d.ts +2 -0
  311. package/dist/app/icons/monochrome/CogIcon.d.ts +2 -0
  312. package/dist/app/icons/monochrome/CommentIcon.d.ts +2 -0
  313. package/dist/app/icons/monochrome/CommentsIcon.d.ts +2 -0
  314. package/dist/app/icons/monochrome/CopyIcon.d.ts +2 -0
  315. package/dist/app/icons/monochrome/CreditCardIcon.d.ts +2 -0
  316. package/dist/app/icons/monochrome/CubeIcon.d.ts +2 -0
  317. package/dist/app/icons/monochrome/DeliveryIcon.d.ts +2 -0
  318. package/dist/app/icons/monochrome/DeliveryTimeIcon.d.ts +2 -0
  319. package/dist/app/icons/monochrome/DownloadIcon.d.ts +2 -0
  320. package/dist/app/icons/monochrome/ErrorFillIcon.d.ts +2 -0
  321. package/dist/app/icons/monochrome/ErrorIcon.d.ts +2 -0
  322. package/dist/app/icons/monochrome/EyeCloseIcon.d.ts +2 -0
  323. package/dist/app/icons/monochrome/EyeIcon.d.ts +2 -0
  324. package/dist/app/icons/monochrome/FileEditIcon.d.ts +2 -0
  325. package/dist/app/icons/monochrome/FileExportIcon.d.ts +2 -0
  326. package/dist/app/icons/monochrome/FileIcon.d.ts +2 -0
  327. package/dist/app/icons/monochrome/FileUploadIcon.d.ts +2 -0
  328. package/dist/app/icons/monochrome/FilterFillIcon.d.ts +2 -0
  329. package/dist/app/icons/monochrome/FilterIcon.d.ts +2 -0
  330. package/dist/app/icons/monochrome/FilterSlashIcon.d.ts +2 -0
  331. package/dist/app/icons/monochrome/GiftIcon.d.ts +2 -0
  332. package/dist/app/icons/monochrome/GuardIcon.d.ts +2 -0
  333. package/dist/app/icons/monochrome/HeadSetIcon.d.ts +2 -0
  334. package/dist/app/icons/monochrome/HeartFillIcon.d.ts +2 -0
  335. package/dist/app/icons/monochrome/HeartOutlinedIcon.d.ts +2 -0
  336. package/dist/app/icons/monochrome/HomeIcon.d.ts +2 -0
  337. package/dist/app/icons/monochrome/ImageIcon.d.ts +2 -0
  338. package/dist/app/icons/monochrome/InfoFillIcon.d.ts +2 -0
  339. package/dist/app/icons/monochrome/InfoIcon.d.ts +2 -0
  340. package/dist/app/icons/monochrome/LikeIcon.d.ts +2 -0
  341. package/dist/app/icons/monochrome/ListIcon.d.ts +2 -0
  342. package/dist/app/icons/monochrome/LocationIcon.d.ts +2 -0
  343. package/dist/app/icons/monochrome/LockIcon.d.ts +2 -0
  344. package/dist/app/icons/monochrome/MailBoxIcon.d.ts +2 -0
  345. package/dist/app/icons/monochrome/MapIcon.d.ts +2 -0
  346. package/dist/app/icons/monochrome/MapPointFilledIcon.d.ts +2 -0
  347. package/dist/app/icons/monochrome/MapPointIcon.d.ts +2 -0
  348. package/dist/app/icons/monochrome/MessageIcon.d.ts +2 -0
  349. package/dist/app/icons/monochrome/MinusIcon.d.ts +2 -0
  350. package/dist/app/icons/monochrome/MoneyBillIcon.d.ts +2 -0
  351. package/dist/app/icons/monochrome/Monochrome.stories.d.ts +7 -0
  352. package/dist/app/icons/monochrome/NewIcon.d.ts +2 -0
  353. package/dist/app/icons/monochrome/PackageIcon.d.ts +2 -0
  354. package/dist/app/icons/monochrome/PencelLineIcon.d.ts +2 -0
  355. package/dist/app/icons/monochrome/PlusIcon.d.ts +2 -0
  356. package/dist/app/icons/monochrome/PlusRoundedIcon.d.ts +2 -0
  357. package/dist/app/icons/monochrome/PrintIcon.d.ts +2 -0
  358. package/dist/app/icons/monochrome/ProcentIcon.d.ts +2 -0
  359. package/dist/app/icons/monochrome/QuestionIcon.d.ts +2 -0
  360. package/dist/app/icons/monochrome/QuestionRoundedIcon.d.ts +2 -0
  361. package/dist/app/icons/monochrome/ReplaceIcon.d.ts +2 -0
  362. package/dist/app/icons/monochrome/ReplayIcon.d.ts +2 -0
  363. package/dist/app/icons/monochrome/ReturnIcon.d.ts +2 -0
  364. package/dist/app/icons/monochrome/RubIcon.d.ts +2 -0
  365. package/dist/app/icons/monochrome/SberPayIcon.d.ts +2 -0
  366. package/dist/app/icons/monochrome/SearchIcon.d.ts +2 -0
  367. package/dist/app/icons/monochrome/SearchMinusIcon.d.ts +2 -0
  368. package/dist/app/icons/monochrome/SearchPlusIcon.d.ts +2 -0
  369. package/dist/app/icons/monochrome/SendIcon.d.ts +2 -0
  370. package/dist/app/icons/monochrome/SettingsIcon.d.ts +2 -0
  371. package/dist/app/icons/monochrome/ShieldErrorIcon.d.ts +2 -0
  372. package/dist/app/icons/monochrome/ShopIcon.d.ts +2 -0
  373. package/dist/app/icons/monochrome/ShoppingCartIcon.d.ts +2 -0
  374. package/dist/app/icons/monochrome/SortDownFillIcon.d.ts +2 -0
  375. package/dist/app/icons/monochrome/SortDownIcon.d.ts +2 -0
  376. package/dist/app/icons/monochrome/SortUpFillIcon.d.ts +2 -0
  377. package/dist/app/icons/monochrome/SortUpIcon.d.ts +2 -0
  378. package/dist/app/icons/monochrome/StarFillIcon.d.ts +2 -0
  379. package/dist/app/icons/monochrome/StarIcon.d.ts +2 -0
  380. package/dist/app/icons/monochrome/SyncIcon.d.ts +2 -0
  381. package/dist/app/icons/monochrome/TelegramIcon.d.ts +2 -0
  382. package/dist/app/icons/monochrome/TimerIcon.d.ts +2 -0
  383. package/dist/app/icons/monochrome/TrashIcon.d.ts +2 -0
  384. package/dist/app/icons/monochrome/TruckFillIcon.d.ts +2 -0
  385. package/dist/app/icons/monochrome/TruckIcon.d.ts +2 -0
  386. package/dist/app/icons/monochrome/UploadIcon.d.ts +2 -0
  387. package/dist/app/icons/monochrome/UserIcon.d.ts +2 -0
  388. package/dist/app/icons/monochrome/UsersIcon.d.ts +2 -0
  389. package/dist/app/icons/monochrome/Wallet2Icon.d.ts +2 -0
  390. package/dist/app/icons/monochrome/WalletIcon.d.ts +2 -0
  391. package/dist/app/icons/monochrome/WarehouseIcon.d.ts +2 -0
  392. package/dist/app/icons/monochrome/WarnRoundedIcon.d.ts +2 -0
  393. package/dist/app/icons/monochrome/WarningFillIcon.d.ts +2 -0
  394. package/dist/app/icons/monochrome/WarningIcon.d.ts +2 -0
  395. package/dist/app/icons/monochrome/index.d.ts +120 -0
  396. package/dist/app/overlay/OverlayManager.d.ts +18 -0
  397. package/dist/app/overlay/types.d.ts +7 -0
  398. package/dist/app/overlay/useOverlay.d.ts +15 -0
  399. package/dist/app/reka-ui/components/Accordion/Accordion.stories.d.ts +10 -0
  400. package/dist/app/reka-ui/components/Accordion/AccordionContent.d.ts +18 -0
  401. package/dist/app/reka-ui/components/Accordion/AccordionContent.stories.d.ts +8 -0
  402. package/dist/app/reka-ui/components/Accordion/AccordionHeader.d.ts +18 -0
  403. package/dist/app/reka-ui/components/Accordion/AccordionHeader.stories.d.ts +7 -0
  404. package/dist/app/reka-ui/components/Accordion/AccordionItem.d.ts +20 -0
  405. package/dist/app/reka-ui/components/Accordion/AccordionItem.stories.d.ts +8 -0
  406. package/dist/app/reka-ui/components/Accordion/AccordionRoot.d.ts +22 -0
  407. package/dist/app/reka-ui/components/Accordion/AccordionTrigger.d.ts +24 -0
  408. package/dist/app/reka-ui/components/Accordion/AccordionTrigger.stories.d.ts +8 -0
  409. package/dist/app/reka-ui/components/Accordion/index.d.ts +6 -0
  410. package/dist/app/reka-ui/components/Accordion/types.d.ts +37 -0
  411. package/dist/app/reka-ui/components/Alert/Alert.d.ts +7 -0
  412. package/dist/app/reka-ui/components/Alert/Alert.stories.d.ts +13 -0
  413. package/dist/app/reka-ui/components/Alert/index.d.ts +3 -0
  414. package/dist/app/reka-ui/components/Alert/types.d.ts +16 -0
  415. package/dist/app/reka-ui/components/AlertDialog/AlertDialogAction.d.ts +27 -0
  416. package/dist/app/reka-ui/components/AlertDialog/AlertDialogCancel.d.ts +27 -0
  417. package/dist/app/reka-ui/components/AlertDialog/AlertDialogContent.d.ts +23 -0
  418. package/dist/app/reka-ui/components/AlertDialog/AlertDialogDescription.d.ts +18 -0
  419. package/dist/app/reka-ui/components/AlertDialog/AlertDialogOverlay.d.ts +3 -0
  420. package/dist/app/reka-ui/components/AlertDialog/AlertDialogTitle.d.ts +18 -0
  421. package/dist/app/reka-ui/components/AlertDialog/AlertDialogTrigger.d.ts +21 -0
  422. package/dist/app/reka-ui/components/AlertDialog/index.d.ts +9 -0
  423. package/dist/app/reka-ui/components/Badge/Badge.d.ts +7 -0
  424. package/dist/app/reka-ui/components/Badge/Badge.stories.d.ts +10 -0
  425. package/dist/app/reka-ui/components/Badge/index.d.ts +2 -0
  426. package/dist/app/reka-ui/components/BottomSheet/BottomSheet.d.ts +30 -0
  427. package/dist/app/reka-ui/components/BottomSheet/BottomSheet.stories.d.ts +9 -0
  428. package/dist/app/reka-ui/components/BottomSheet/index.d.ts +2 -0
  429. package/dist/app/reka-ui/components/Breadcrumb/Breadcrumb.d.ts +6 -0
  430. package/dist/app/reka-ui/components/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
  431. package/dist/app/reka-ui/components/Breadcrumb/index.d.ts +2 -0
  432. package/dist/app/reka-ui/components/Button/Button.d.ts +18 -0
  433. package/dist/app/reka-ui/components/Button/Button.stories.d.ts +6 -0
  434. package/dist/app/reka-ui/components/Button/Button.types.d.ts +20 -0
  435. package/dist/app/reka-ui/components/Button/index.d.ts +4 -0
  436. package/dist/app/reka-ui/components/Calendar/Calendar.stories.d.ts +6 -0
  437. package/dist/app/reka-ui/components/Calendar/CalendarCellTrigger.d.ts +18 -0
  438. package/dist/app/reka-ui/components/Calendar/CalendarGrid.d.ts +18 -0
  439. package/dist/app/reka-ui/components/Calendar/CalendarGridBody.d.ts +18 -0
  440. package/dist/app/reka-ui/components/Calendar/CalendarGridRow.d.ts +18 -0
  441. package/dist/app/reka-ui/components/Calendar/CalendarHeadCell.d.ts +18 -0
  442. package/dist/app/reka-ui/components/Calendar/CalendarHeader.d.ts +18 -0
  443. package/dist/app/reka-ui/components/Calendar/CalendarHeading.d.ts +3 -0
  444. package/dist/app/reka-ui/components/Calendar/CalendarNext.d.ts +12 -0
  445. package/dist/app/reka-ui/components/Calendar/CalendarPrev.d.ts +12 -0
  446. package/dist/app/reka-ui/components/Calendar/index.d.ts +12 -0
  447. package/dist/app/reka-ui/components/Checkbox/Checkbox.d.ts +46 -0
  448. package/dist/app/reka-ui/components/Checkbox/Checkbox.stories.d.ts +6 -0
  449. package/dist/app/reka-ui/components/Checkbox/index.d.ts +3 -0
  450. package/dist/app/reka-ui/components/Combobox/Combobox.stories.d.ts +6 -0
  451. package/dist/app/reka-ui/components/Combobox/ComboboxAnchor.d.ts +23 -0
  452. package/dist/app/reka-ui/components/Combobox/ComboboxClear.d.ts +6 -0
  453. package/dist/app/reka-ui/components/Combobox/ComboboxContent.d.ts +18 -0
  454. package/dist/app/reka-ui/components/Combobox/ComboboxInput.d.ts +7 -0
  455. package/dist/app/reka-ui/components/Combobox/ComboboxItem.d.ts +21 -0
  456. package/dist/app/reka-ui/components/Combobox/ComboboxRoot.d.ts +33 -0
  457. package/dist/app/reka-ui/components/Combobox/ComboboxTrigger.d.ts +2 -0
  458. package/dist/app/reka-ui/components/Combobox/ComboboxViewport.d.ts +18 -0
  459. package/dist/app/reka-ui/components/Combobox/index.d.ts +10 -0
  460. package/dist/app/reka-ui/components/DataTable/DataTable.d.ts +29 -0
  461. package/dist/app/reka-ui/components/DataTable/DataTable.stories.d.ts +107 -0
  462. package/dist/app/reka-ui/components/DataTable/DataTable.types.d.ts +44 -0
  463. package/dist/app/reka-ui/components/DataTable/components/DataTableBody.d.ts +7 -0
  464. package/dist/app/reka-ui/components/DataTable/components/DataTableBodyEmpty.d.ts +7 -0
  465. package/dist/app/reka-ui/components/DataTable/components/DataTableFooter.d.ts +7 -0
  466. package/dist/app/reka-ui/components/DataTable/components/DataTableHead.d.ts +8 -0
  467. package/dist/app/reka-ui/components/DataTable/components/DataTablePagination.d.ts +25 -0
  468. package/dist/app/reka-ui/components/DataTable/index.d.ts +4 -0
  469. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/OrderStatus.d.ts +6 -0
  470. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/constants.d.ts +9 -0
  471. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/accepted.d.ts +2 -0
  472. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/approval.d.ts +2 -0
  473. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/assembled.d.ts +2 -0
  474. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/awaitingPayment.d.ts +2 -0
  475. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/cancelled.d.ts +2 -0
  476. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/complaint.d.ts +2 -0
  477. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/confirmation.d.ts +2 -0
  478. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/dedlineChanged.d.ts +2 -0
  479. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/delayDelivery.d.ts +2 -0
  480. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/documentsIssued.d.ts +2 -0
  481. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/error.d.ts +2 -0
  482. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/handedShipment.d.ts +2 -0
  483. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/index.d.ts +26 -0
  484. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/orderSupplier.d.ts +2 -0
  485. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/orderedSupplier.d.ts +2 -0
  486. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/paid.d.ts +2 -0
  487. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/readyPickup.d.ts +2 -0
  488. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/readyShipment.d.ts +2 -0
  489. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/receivedClient.d.ts +2 -0
  490. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/reservedPayment.d.ts +2 -0
  491. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/reservedShipment.d.ts +2 -0
  492. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/returned.d.ts +2 -0
  493. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/sentSupplier.d.ts +2 -0
  494. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/transferAvailability.d.ts +2 -0
  495. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/transferCustom.d.ts +2 -0
  496. package/dist/app/reka-ui/components/DataTable/shared/mock/OrderStatus/icons/warning.d.ts +2 -0
  497. package/dist/app/reka-ui/components/DataTable/shared/mock/mock-data.d.ts +101 -0
  498. package/dist/app/reka-ui/components/DatePicker/DatePicker.stories.d.ts +6 -0
  499. package/dist/app/reka-ui/components/DatePicker/DatePickerArrow.d.ts +7 -0
  500. package/dist/app/reka-ui/components/DatePicker/DatePickerCellTrigger.d.ts +18 -0
  501. package/dist/app/reka-ui/components/DatePicker/DatePickerContent.d.ts +18 -0
  502. package/dist/app/reka-ui/components/DatePicker/DatePickerField.d.ts +25 -0
  503. package/dist/app/reka-ui/components/DatePicker/DatePickerGridBody.d.ts +18 -0
  504. package/dist/app/reka-ui/components/DatePicker/DatePickerGridRow.d.ts +18 -0
  505. package/dist/app/reka-ui/components/DatePicker/DatePickerHeadCell.d.ts +18 -0
  506. package/dist/app/reka-ui/components/DatePicker/DatePickerHeader.d.ts +18 -0
  507. package/dist/app/reka-ui/components/DatePicker/DatePickerHeading.d.ts +3 -0
  508. package/dist/app/reka-ui/components/DatePicker/DatePickerInput.d.ts +18 -0
  509. package/dist/app/reka-ui/components/DatePicker/DatePickerNext.d.ts +12 -0
  510. package/dist/app/reka-ui/components/DatePicker/DatePickerPrev.d.ts +12 -0
  511. package/dist/app/reka-ui/components/DatePicker/DatePickerTrigger.d.ts +18 -0
  512. package/dist/app/reka-ui/components/DatePicker/index.d.ts +16 -0
  513. package/dist/app/reka-ui/components/DateRangePicker/DateRangePicker.stories.d.ts +6 -0
  514. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerArrow.d.ts +7 -0
  515. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerCellTrigger.d.ts +18 -0
  516. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerContent.d.ts +18 -0
  517. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerField.d.ts +12 -0
  518. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerGridBody.d.ts +18 -0
  519. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerGridRow.d.ts +18 -0
  520. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeadCell.d.ts +18 -0
  521. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeader.d.ts +18 -0
  522. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerHeading.d.ts +3 -0
  523. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerInput.d.ts +18 -0
  524. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerNext.d.ts +12 -0
  525. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerPrev.d.ts +12 -0
  526. package/dist/app/reka-ui/components/DateRangePicker/DateRangePickerTrigger.d.ts +18 -0
  527. package/dist/app/reka-ui/components/DateRangePicker/index.d.ts +15 -0
  528. package/dist/app/reka-ui/components/Dialog/DialogActions.d.ts +19 -0
  529. package/dist/app/reka-ui/components/Dialog/DialogClose.d.ts +2 -0
  530. package/dist/app/reka-ui/components/Dialog/DialogContent.d.ts +49 -0
  531. package/dist/app/reka-ui/components/Dialog/DialogDescription.d.ts +18 -0
  532. package/dist/app/reka-ui/components/Dialog/DialogOverlay.d.ts +3 -0
  533. package/dist/app/reka-ui/components/Dialog/DialogTitle.d.ts +18 -0
  534. package/dist/app/reka-ui/components/Dialog/index.d.ts +6 -0
  535. package/dist/app/reka-ui/components/Divider/Divider.d.ts +23 -0
  536. package/dist/app/reka-ui/components/Divider/Divider.stories.d.ts +8 -0
  537. package/dist/app/reka-ui/components/Divider/index.d.ts +2 -0
  538. package/dist/app/reka-ui/components/Drawer/DrawerContent.d.ts +46 -0
  539. package/dist/app/reka-ui/components/Drawer/DrawerOverlay.d.ts +17 -0
  540. package/dist/app/reka-ui/components/Drawer/DrawerPortal.d.ts +17 -0
  541. package/dist/app/reka-ui/components/Drawer/DrawerRoot.d.ts +22 -0
  542. package/dist/app/reka-ui/components/Drawer/DrawerTrigger.d.ts +18 -0
  543. package/dist/app/reka-ui/components/Drawer/index.d.ts +6 -0
  544. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuArrow.d.ts +7 -0
  545. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuContent.d.ts +35 -0
  546. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuItem.d.ts +22 -0
  547. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSeparator.d.ts +3 -0
  548. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSubContent.d.ts +39 -0
  549. package/dist/app/reka-ui/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +18 -0
  550. package/dist/app/reka-ui/components/DropdownMenu/index.d.ts +8 -0
  551. package/dist/app/reka-ui/components/File/File.d.ts +22 -0
  552. package/dist/app/reka-ui/components/File/File.stories.d.ts +8 -0
  553. package/dist/app/reka-ui/components/File/index.d.ts +2 -0
  554. package/dist/app/reka-ui/components/FormField/FormField.d.ts +25 -0
  555. package/dist/app/reka-ui/components/FormField/FormField.stories.d.ts +6 -0
  556. package/dist/app/reka-ui/components/FormField/index.d.ts +2 -0
  557. package/dist/app/reka-ui/components/Image/Image.d.ts +41 -0
  558. package/dist/app/reka-ui/components/Image/Image.stories.d.ts +6 -0
  559. package/dist/app/reka-ui/components/Image/ImageFullModal.d.ts +9 -0
  560. package/dist/app/reka-ui/components/Image/index.d.ts +2 -0
  561. package/dist/app/reka-ui/components/InputIcon/InputIcon.d.ts +2 -0
  562. package/dist/app/reka-ui/components/InputIcon/index.d.ts +2 -0
  563. package/dist/app/reka-ui/components/InputNumber/InputNumber.d.ts +26 -0
  564. package/dist/app/reka-ui/components/InputNumber/InputNumber.stories.d.ts +6 -0
  565. package/dist/app/reka-ui/components/InputNumber/index.d.ts +2 -0
  566. package/dist/app/reka-ui/components/InputText/InputText.d.ts +38 -0
  567. package/dist/app/reka-ui/components/InputText/InputText.stories.d.ts +11 -0
  568. package/dist/app/reka-ui/components/InputText/InputText.types.d.ts +15 -0
  569. package/dist/app/reka-ui/components/InputText/index.d.ts +3 -0
  570. package/dist/app/reka-ui/components/Label/Label.d.ts +18 -0
  571. package/dist/app/reka-ui/components/Label/index.d.ts +2 -0
  572. package/dist/app/reka-ui/components/ListBox/index.d.ts +2 -0
  573. package/dist/app/reka-ui/components/Message/Message.d.ts +35 -0
  574. package/dist/app/reka-ui/components/Message/Message.stories.d.ts +8 -0
  575. package/dist/app/reka-ui/components/Message/index.d.ts +2 -0
  576. package/dist/app/reka-ui/components/OTPCode/OTPCode.d.ts +31 -0
  577. package/dist/app/reka-ui/components/OTPCode/OTPCode.stories.d.ts +15 -0
  578. package/dist/app/reka-ui/components/OTPCode/OTPCode.types.d.ts +9 -0
  579. package/dist/app/reka-ui/components/OTPCode/index.d.ts +2 -0
  580. package/dist/app/reka-ui/components/Pagination/PaginationEllipsis.d.ts +3 -0
  581. package/dist/app/reka-ui/components/Pagination/PaginationFirst.d.ts +3 -0
  582. package/dist/app/reka-ui/components/Pagination/PaginationLast.d.ts +3 -0
  583. package/dist/app/reka-ui/components/Pagination/PaginationList.d.ts +18 -0
  584. package/dist/app/reka-ui/components/Pagination/PaginationListItem.d.ts +18 -0
  585. package/dist/app/reka-ui/components/Pagination/PaginationNext.d.ts +3 -0
  586. package/dist/app/reka-ui/components/Pagination/PaginationPrev.d.ts +3 -0
  587. package/dist/app/reka-ui/components/Pagination/index.d.ts +9 -0
  588. package/dist/app/reka-ui/components/Popover/PopoverArrow.d.ts +7 -0
  589. package/dist/app/reka-ui/components/Popover/PopoverContent.d.ts +38 -0
  590. package/dist/app/reka-ui/components/Popover/index.d.ts +4 -0
  591. package/dist/app/reka-ui/components/Radio/Radio.d.ts +36 -0
  592. package/dist/app/reka-ui/components/Radio/Radio.stories.d.ts +6 -0
  593. package/dist/app/reka-ui/components/Radio/index.d.ts +2 -0
  594. package/dist/app/reka-ui/components/RadioGroup/RadioGroupItem.d.ts +8 -0
  595. package/dist/app/reka-ui/components/RadioGroup/index.d.ts +3 -0
  596. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendar.stories.d.ts +6 -0
  597. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarCellTrigger.d.ts +18 -0
  598. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarGridBody.d.ts +18 -0
  599. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarGridRow.d.ts +18 -0
  600. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeadCell.d.ts +18 -0
  601. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeader.d.ts +18 -0
  602. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarHeading.d.ts +3 -0
  603. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarNext.d.ts +12 -0
  604. package/dist/app/reka-ui/components/RangeCalendar/RangeCalendarPrev.d.ts +12 -0
  605. package/dist/app/reka-ui/components/RangeCalendar/index.d.ts +11 -0
  606. package/dist/app/reka-ui/components/Schedule/Schedule.d.ts +14 -0
  607. package/dist/app/reka-ui/components/Schedule/Schedule.stories.d.ts +6 -0
  608. package/dist/app/reka-ui/components/Schedule/Schedule.types.d.ts +8 -0
  609. package/dist/app/reka-ui/components/Schedule/index.d.ts +3 -0
  610. package/dist/app/reka-ui/components/Schedule/timeUtils.d.ts +30 -0
  611. package/dist/app/reka-ui/components/ScrollArea/ScrollAreaRoot.d.ts +282 -0
  612. package/dist/app/reka-ui/components/ScrollArea/ScrollAreaScrollbar.d.ts +3 -0
  613. package/dist/app/reka-ui/components/ScrollArea/ScrollAreaViewport.d.ts +18 -0
  614. package/dist/app/reka-ui/components/ScrollArea/index.d.ts +4 -0
  615. package/dist/app/reka-ui/components/Select/Select.stories.d.ts +8 -0
  616. package/dist/app/reka-ui/components/Select/SelectContent.d.ts +26 -0
  617. package/dist/app/reka-ui/components/Select/SelectItem.d.ts +21 -0
  618. package/dist/app/reka-ui/components/Select/SelectRoot.d.ts +25 -0
  619. package/dist/app/reka-ui/components/Select/SelectSeparator.d.ts +3 -0
  620. package/dist/app/reka-ui/components/Select/SelectTrigger.d.ts +23 -0
  621. package/dist/app/reka-ui/components/Select/SelectValue.d.ts +23 -0
  622. package/dist/app/reka-ui/components/Select/SelectViewport.d.ts +18 -0
  623. package/dist/app/reka-ui/components/Select/index.d.ts +9 -0
  624. package/dist/app/reka-ui/components/Spinner/Spinner.d.ts +6 -0
  625. package/dist/app/reka-ui/components/Spinner/Spinner.directive.d.ts +11 -0
  626. package/dist/app/reka-ui/components/Spinner/index.d.ts +3 -0
  627. package/dist/app/reka-ui/components/Stepper/Stepper.stories.d.ts +7 -0
  628. package/dist/app/reka-ui/components/Stepper/StepperIndicator.d.ts +3 -0
  629. package/dist/app/reka-ui/components/Stepper/StepperItem.d.ts +18 -0
  630. package/dist/app/reka-ui/components/Stepper/StepperRoot.d.ts +446 -0
  631. package/dist/app/reka-ui/components/Stepper/StepperSeparator.d.ts +3 -0
  632. package/dist/app/reka-ui/components/Stepper/index.d.ts +3 -0
  633. package/dist/app/reka-ui/components/Switch/SwitchRoot.d.ts +22 -0
  634. package/dist/app/reka-ui/components/Switch/SwitchThumb.d.ts +3 -0
  635. package/dist/app/reka-ui/components/Switch/index.d.ts +3 -0
  636. package/dist/app/reka-ui/components/Tabs/TabsList.d.ts +18 -0
  637. package/dist/app/reka-ui/components/Tabs/TabsRoot.d.ts +17 -0
  638. package/dist/app/reka-ui/components/Tabs/TabsTrigger.d.ts +18 -0
  639. package/dist/app/reka-ui/components/Tabs/index.d.ts +5 -0
  640. package/dist/app/reka-ui/components/Tag/Tag.d.ts +28 -0
  641. package/dist/app/reka-ui/components/Tag/index.d.ts +2 -0
  642. package/dist/app/reka-ui/components/Textarea/Textarea.d.ts +37 -0
  643. package/dist/app/reka-ui/components/Textarea/Textarea.stories.d.ts +7 -0
  644. package/dist/app/reka-ui/components/Textarea/index.d.ts +2 -0
  645. package/dist/app/reka-ui/components/TimeField/TimeField.d.ts +22 -0
  646. package/dist/app/reka-ui/components/TimeField/TimeField.stories.d.ts +6 -0
  647. package/dist/app/reka-ui/components/TimeField/index.d.ts +2 -0
  648. package/dist/app/reka-ui/components/Toast/ToastClose.d.ts +3 -0
  649. package/dist/app/reka-ui/components/Toast/ToastDescription.d.ts +20 -0
  650. package/dist/app/reka-ui/components/Toast/ToastProvider.d.ts +20 -0
  651. package/dist/app/reka-ui/components/Toast/ToastRoot.d.ts +107 -0
  652. package/dist/app/reka-ui/components/Toast/ToastTitle.d.ts +20 -0
  653. package/dist/app/reka-ui/components/Toast/ToastViewport.d.ts +3 -0
  654. package/dist/app/reka-ui/components/Toast/Toaster.d.ts +2 -0
  655. package/dist/app/reka-ui/components/Toast/index.d.ts +10 -0
  656. package/dist/app/reka-ui/components/Toast/toast.constants.d.ts +8 -0
  657. package/dist/app/reka-ui/components/Toast/use-toast.d.ts +277 -0
  658. package/dist/app/reka-ui/components/Tooltip/TooltipArrow.d.ts +8 -0
  659. package/dist/app/reka-ui/components/Tooltip/TooltipContent.d.ts +29 -0
  660. package/dist/app/reka-ui/components/Tooltip/index.d.ts +3 -0
  661. package/dist/app/reka-ui/index.d.ts +46 -0
  662. package/dist/app/reka-ui/shared/libs/breakpoints.utils.d.ts +14 -0
  663. package/dist/app/reka-ui/shared/libs/dayjs.utils.d.ts +25 -0
  664. package/dist/app/reka-ui/shared/libs/priceFormat.util.d.ts +9 -0
  665. package/dist/app/types/global.types.d.ts +11 -0
  666. package/dist/app/types/index.d.ts +1 -0
  667. package/dist/app/utils/Portal/Portal.d.ts +31 -0
  668. package/dist/app/utils/Portal/index.d.ts +2 -0
  669. package/dist/app/utils/date.util.d.ts +16 -0
  670. package/dist/app/utils/dayjs.util.d.ts +2 -0
  671. package/dist/app/utils/eventBus.util.d.ts +8 -0
  672. package/dist/app/utils/index.d.ts +10 -0
  673. package/dist/app/utils/internationalized.utils.d.ts +1 -0
  674. package/dist/app/utils/isClient.util.d.ts +1 -0
  675. package/dist/app/utils/maskUtil/mask.util.d.ts +11 -0
  676. package/dist/app/utils/onClickOutside.util.d.ts +9 -0
  677. package/dist/app/utils/parseDate.util.d.ts +11 -0
  678. package/dist/app/utils/parseFileSize.util.d.ts +18 -0
  679. package/dist/app/utils/phoneMask.util.d.ts +6 -0
  680. package/dist/app/utils/price.util.d.ts +15 -0
  681. package/dist/app/utils/typeFile.util.d.ts +10 -0
  682. package/dist/app/utils/uploadFile.util.d.ts +23 -0
  683. package/dist/app/utils/useBodyScroll.util.d.ts +4 -0
  684. package/dist/blocks/index.cjs.js +1 -1
  685. package/dist/blocks/index.es.js +10 -9
  686. package/dist/icons/index.cjs.js +1 -1
  687. package/dist/icons/index.es.js +6 -6
  688. package/dist/index.d.ts +1 -2210
  689. package/dist/prlg-ui.cjs.js +1 -1
  690. package/dist/prlg-ui.css +1 -1
  691. package/dist/prlg-ui.es.js +4 -4
  692. package/dist/reka-ui/index.cjs.js +3 -3
  693. package/dist/reka-ui/index.es.js +77 -68
  694. package/dist/vite-env.d.ts +6 -0
  695. package/package.json +17 -16
  696. package/dist/FileIcon-BRjbz9UQ.cjs +0 -1
  697. package/dist/blocks.d.ts +0 -54
  698. package/dist/icons.d.ts +0 -289
  699. package/dist/rekaUI.d.ts +0 -4297
  700. package/dist/types.d.ts +0 -33
  701. package/dist/utils.d.ts +0 -174
@@ -0,0 +1,282 @@
1
+ import { ScrollAreaRoot, ScrollAreaRootProps } from 'reka-ui';
2
+ export interface IScrollAreaRootProps extends ScrollAreaRootProps {
3
+ maxHeight?: number | string;
4
+ }
5
+ declare const forwared: import('vue').ComputedRef<Readonly<{
6
+ type: "scroll" | "auto" | "hover" | "always";
7
+ dir: "ltr" | "rtl";
8
+ scrollHideDelay: number;
9
+ asChild: boolean;
10
+ as: import('reka-ui').AsTag | import('vue').Component;
11
+ }> & {
12
+ readonly maxHeight: string | number;
13
+ } & {
14
+ readonly asChild: boolean;
15
+ }>;
16
+ declare const height: import('vue').ComputedRef<string>;
17
+ declare function scrollToBottom(): void;
18
+ declare function scrollToTop(): void;
19
+ declare function __VLS_template(): {
20
+ attrs: Partial<{}>;
21
+ slots: {
22
+ default?(_: {}): any;
23
+ };
24
+ refs: {
25
+ scrollArea: ({
26
+ $: import('vue').ComponentInternalInstance;
27
+ $data: {};
28
+ $props: {
29
+ readonly maxHeight?: number | string | undefined;
30
+ readonly type?: ("scroll" | "auto" | "hover" | "always") | undefined;
31
+ readonly dir?: ("ltr" | "rtl") | undefined;
32
+ readonly scrollHideDelay?: number | undefined;
33
+ readonly asChild?: boolean | undefined;
34
+ readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
35
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
36
+ $attrs: {
37
+ [x: string]: unknown;
38
+ };
39
+ $refs: {
40
+ [x: string]: unknown;
41
+ };
42
+ $slots: Readonly<{
43
+ [name: string]: import('vue').Slot<any> | undefined;
44
+ }>;
45
+ $root: import('vue').ComponentPublicInstance | null;
46
+ $parent: import('vue').ComponentPublicInstance | null;
47
+ $host: Element | null;
48
+ $emit: (event: string, ...args: any[]) => void;
49
+ $el: any;
50
+ $options: import('vue').ComponentOptionsBase<Readonly<IScrollAreaRootProps> & Readonly<{}>, {
51
+ ScrollAreaRoot: typeof ScrollAreaRoot;
52
+ forwared: typeof forwared;
53
+ height: typeof height;
54
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
55
+ maxHeight: number | string;
56
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
57
+ beforeCreate?: (() => void) | (() => void)[];
58
+ created?: (() => void) | (() => void)[];
59
+ beforeMount?: (() => void) | (() => void)[];
60
+ mounted?: (() => void) | (() => void)[];
61
+ beforeUpdate?: (() => void) | (() => void)[];
62
+ updated?: (() => void) | (() => void)[];
63
+ activated?: (() => void) | (() => void)[];
64
+ deactivated?: (() => void) | (() => void)[];
65
+ beforeDestroy?: (() => void) | (() => void)[];
66
+ beforeUnmount?: (() => void) | (() => void)[];
67
+ destroyed?: (() => void) | (() => void)[];
68
+ unmounted?: (() => void) | (() => void)[];
69
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
70
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
71
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
72
+ };
73
+ $forceUpdate: () => void;
74
+ $nextTick: typeof import('vue').nextTick;
75
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
76
+ } & Readonly<{
77
+ maxHeight: number | string;
78
+ }> & Omit<Readonly<IScrollAreaRootProps> & Readonly<{}>, "height" | "maxHeight" | "forwared" | "ScrollAreaRoot"> & import('vue').ShallowUnwrapRef<{
79
+ ScrollAreaRoot: typeof ScrollAreaRoot;
80
+ forwared: typeof forwared;
81
+ height: typeof height;
82
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
83
+ $slots: {
84
+ default?(_: {}): any;
85
+ };
86
+ } & {
87
+ $: import('vue').ComponentInternalInstance;
88
+ $data: {};
89
+ $props: {
90
+ readonly type?: ("scroll" | "auto" | "hover" | "always") | undefined;
91
+ readonly dir?: ("ltr" | "rtl") | undefined;
92
+ readonly scrollHideDelay?: number | undefined;
93
+ readonly asChild?: boolean | undefined;
94
+ readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
95
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
96
+ $attrs: {
97
+ [x: string]: unknown;
98
+ };
99
+ $refs: {
100
+ [x: string]: unknown;
101
+ };
102
+ $slots: Readonly<{
103
+ [name: string]: import('vue').Slot<any> | undefined;
104
+ }>;
105
+ $root: import('vue').ComponentPublicInstance | null;
106
+ $parent: import('vue').ComponentPublicInstance | null;
107
+ $host: Element | null;
108
+ $emit: (event: string, ...args: any[]) => void;
109
+ $el: any;
110
+ $options: import('vue').ComponentOptionsBase<Readonly<ScrollAreaRootProps> & Readonly<{}>, {
111
+ viewport: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
112
+ scrollTop: () => void;
113
+ scrollTopLeft: () => void;
114
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
115
+ type: "scroll" | "auto" | "hover" | "always";
116
+ scrollHideDelay: number;
117
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
118
+ beforeCreate?: (() => void) | (() => void)[];
119
+ created?: (() => void) | (() => void)[];
120
+ beforeMount?: (() => void) | (() => void)[];
121
+ mounted?: (() => void) | (() => void)[];
122
+ beforeUpdate?: (() => void) | (() => void)[];
123
+ updated?: (() => void) | (() => void)[];
124
+ activated?: (() => void) | (() => void)[];
125
+ deactivated?: (() => void) | (() => void)[];
126
+ beforeDestroy?: (() => void) | (() => void)[];
127
+ beforeUnmount?: (() => void) | (() => void)[];
128
+ destroyed?: (() => void) | (() => void)[];
129
+ unmounted?: (() => void) | (() => void)[];
130
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
131
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
132
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
133
+ };
134
+ $forceUpdate: () => void;
135
+ $nextTick: typeof import('vue').nextTick;
136
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
137
+ } & Readonly<{
138
+ type: "scroll" | "auto" | "hover" | "always";
139
+ scrollHideDelay: number;
140
+ }> & Omit<Readonly<ScrollAreaRootProps> & Readonly<{}>, "type" | "viewport" | "scrollHideDelay" | "scrollTop" | "scrollTopLeft"> & import('vue').ShallowUnwrapRef<{
141
+ viewport: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
142
+ scrollTop: () => void;
143
+ scrollTopLeft: () => void;
144
+ }>) | null;
145
+ };
146
+ rootEl: any;
147
+ };
148
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
149
+ declare const __VLS_component: import('vue').DefineComponent<IScrollAreaRootProps, {
150
+ scrollToBottom: typeof scrollToBottom;
151
+ scrollToTop: typeof scrollToTop;
152
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IScrollAreaRootProps> & Readonly<{}>, {
153
+ maxHeight: number | string;
154
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
155
+ scrollArea: ({
156
+ $: import('vue').ComponentInternalInstance;
157
+ $data: {};
158
+ $props: {
159
+ readonly maxHeight?: number | string | undefined;
160
+ readonly type?: ("scroll" | "auto" | "hover" | "always") | undefined;
161
+ readonly dir?: ("ltr" | "rtl") | undefined;
162
+ readonly scrollHideDelay?: number | undefined;
163
+ readonly asChild?: boolean | undefined;
164
+ readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
165
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
166
+ $attrs: {
167
+ [x: string]: unknown;
168
+ };
169
+ $refs: {
170
+ [x: string]: unknown;
171
+ };
172
+ $slots: Readonly<{
173
+ [name: string]: import('vue').Slot<any> | undefined;
174
+ }>;
175
+ $root: import('vue').ComponentPublicInstance | null;
176
+ $parent: import('vue').ComponentPublicInstance | null;
177
+ $host: Element | null;
178
+ $emit: (event: string, ...args: any[]) => void;
179
+ $el: any;
180
+ $options: import('vue').ComponentOptionsBase<Readonly<IScrollAreaRootProps> & Readonly<{}>, {
181
+ ScrollAreaRoot: typeof ScrollAreaRoot;
182
+ forwared: typeof forwared;
183
+ height: typeof height;
184
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
185
+ maxHeight: number | string;
186
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
187
+ beforeCreate?: (() => void) | (() => void)[];
188
+ created?: (() => void) | (() => void)[];
189
+ beforeMount?: (() => void) | (() => void)[];
190
+ mounted?: (() => void) | (() => void)[];
191
+ beforeUpdate?: (() => void) | (() => void)[];
192
+ updated?: (() => void) | (() => void)[];
193
+ activated?: (() => void) | (() => void)[];
194
+ deactivated?: (() => void) | (() => void)[];
195
+ beforeDestroy?: (() => void) | (() => void)[];
196
+ beforeUnmount?: (() => void) | (() => void)[];
197
+ destroyed?: (() => void) | (() => void)[];
198
+ unmounted?: (() => void) | (() => void)[];
199
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
200
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
201
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
202
+ };
203
+ $forceUpdate: () => void;
204
+ $nextTick: typeof import('vue').nextTick;
205
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
206
+ } & Readonly<{
207
+ maxHeight: number | string;
208
+ }> & Omit<Readonly<IScrollAreaRootProps> & Readonly<{}>, "height" | "maxHeight" | "forwared" | "ScrollAreaRoot"> & import('vue').ShallowUnwrapRef<{
209
+ ScrollAreaRoot: typeof ScrollAreaRoot;
210
+ forwared: typeof forwared;
211
+ height: typeof height;
212
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
213
+ $slots: {
214
+ default?(_: {}): any;
215
+ };
216
+ } & {
217
+ $: import('vue').ComponentInternalInstance;
218
+ $data: {};
219
+ $props: {
220
+ readonly type?: ("scroll" | "auto" | "hover" | "always") | undefined;
221
+ readonly dir?: ("ltr" | "rtl") | undefined;
222
+ readonly scrollHideDelay?: number | undefined;
223
+ readonly asChild?: boolean | undefined;
224
+ readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
225
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
226
+ $attrs: {
227
+ [x: string]: unknown;
228
+ };
229
+ $refs: {
230
+ [x: string]: unknown;
231
+ };
232
+ $slots: Readonly<{
233
+ [name: string]: import('vue').Slot<any> | undefined;
234
+ }>;
235
+ $root: import('vue').ComponentPublicInstance | null;
236
+ $parent: import('vue').ComponentPublicInstance | null;
237
+ $host: Element | null;
238
+ $emit: (event: string, ...args: any[]) => void;
239
+ $el: any;
240
+ $options: import('vue').ComponentOptionsBase<Readonly<ScrollAreaRootProps> & Readonly<{}>, {
241
+ viewport: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
242
+ scrollTop: () => void;
243
+ scrollTopLeft: () => void;
244
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
245
+ type: "scroll" | "auto" | "hover" | "always";
246
+ scrollHideDelay: number;
247
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
248
+ beforeCreate?: (() => void) | (() => void)[];
249
+ created?: (() => void) | (() => void)[];
250
+ beforeMount?: (() => void) | (() => void)[];
251
+ mounted?: (() => void) | (() => void)[];
252
+ beforeUpdate?: (() => void) | (() => void)[];
253
+ updated?: (() => void) | (() => void)[];
254
+ activated?: (() => void) | (() => void)[];
255
+ deactivated?: (() => void) | (() => void)[];
256
+ beforeDestroy?: (() => void) | (() => void)[];
257
+ beforeUnmount?: (() => void) | (() => void)[];
258
+ destroyed?: (() => void) | (() => void)[];
259
+ unmounted?: (() => void) | (() => void)[];
260
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
261
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
262
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
263
+ };
264
+ $forceUpdate: () => void;
265
+ $nextTick: typeof import('vue').nextTick;
266
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
267
+ } & Readonly<{
268
+ type: "scroll" | "auto" | "hover" | "always";
269
+ scrollHideDelay: number;
270
+ }> & Omit<Readonly<ScrollAreaRootProps> & Readonly<{}>, "type" | "viewport" | "scrollHideDelay" | "scrollTop" | "scrollTopLeft"> & import('vue').ShallowUnwrapRef<{
271
+ viewport: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
272
+ scrollTop: () => void;
273
+ scrollTopLeft: () => void;
274
+ }>) | null;
275
+ }, any>;
276
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
277
+ export default _default;
278
+ type __VLS_WithTemplateSlots<T, S> = T & {
279
+ new (): {
280
+ $slots: S;
281
+ };
282
+ };
@@ -0,0 +1,3 @@
1
+ import { ScrollAreaScrollbarProps } from 'reka-ui';
2
+ declare const _default: import('vue').DefineComponent<ScrollAreaScrollbarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ScrollAreaScrollbarProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
@@ -0,0 +1,18 @@
1
+ import { ScrollAreaViewportProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<ScrollAreaViewportProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ScrollAreaViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,4 @@
1
+ import { default as ScrollAreaRoot } from './ScrollAreaRoot';
2
+ import { default as ScrollAreaScrollbar } from './ScrollAreaScrollbar';
3
+ import { default as ScrollAreaViewport } from './ScrollAreaViewport';
4
+ export { ScrollAreaRoot, ScrollAreaScrollbar, ScrollAreaViewport };
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { SelectRoot } from '.';
3
+ declare const meta: Meta<typeof SelectRoot>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof SelectRoot>;
6
+ export declare const Default: Story;
7
+ export declare const Small: Story;
8
+ export declare const Large: Story;
@@ -0,0 +1,26 @@
1
+ import { SelectContentProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<SelectContentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ escapeKeyDown: (event: KeyboardEvent) => any;
13
+ pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
14
+ closeAutoFocus: (event: Event) => any;
15
+ }, string, import('vue').PublicProps, Readonly<SelectContentProps> & Readonly<{
16
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
17
+ onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
18
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
19
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,21 @@
1
+ import { SelectItemProps } from 'reka-ui';
2
+ interface ISelectItemProps extends SelectItemProps {
3
+ label?: string;
4
+ }
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<ISelectItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ISelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,25 @@
1
+ import { SelectRootProps } from 'reka-ui';
2
+ type __VLS_Props = SelectRootProps;
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: {
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ "update:modelValue": (value: import('reka-ui').AcceptableValue) => any;
14
+ "update:open": (value: boolean) => any;
15
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ "onUpdate:modelValue"?: ((value: import('reka-ui').AcceptableValue) => any) | undefined;
17
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
+ export default _default;
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
@@ -0,0 +1,3 @@
1
+ import { SelectSeparatorProps } from 'reka-ui';
2
+ declare const _default: import('vue').DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import { SelectTriggerProps } from 'reka-ui';
2
+ export interface ISelectTriggerProps extends SelectTriggerProps {
3
+ size?: 'small' | 'default' | 'large';
4
+ }
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<ISelectTriggerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ISelectTriggerProps> & Readonly<{}>, {
15
+ size: "small" | "default" | "large";
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ export default _default;
19
+ type __VLS_WithTemplateSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,23 @@
1
+ import { SelectValueProps } from 'reka-ui';
2
+ interface ISelectValueProps extends SelectValueProps {
3
+ maxSelectedLabels?: number;
4
+ }
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: any): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<ISelectValueProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ISelectValueProps> & Readonly<{}>, {
15
+ maxSelectedLabels: number;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ export default _default;
19
+ type __VLS_WithTemplateSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,18 @@
1
+ import { SelectViewportProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<SelectViewportProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,9 @@
1
+ import { SelectGroup, SelectIcon, SelectItemIndicator, SelectLabel, SelectPortal, SelectScrollDownButton, SelectScrollUpButton, SelectItemText } from 'reka-ui';
2
+ import { default as SelectRoot } from './SelectRoot';
3
+ import { default as SelectTrigger } from './SelectTrigger';
4
+ import { default as SelectValue } from './SelectValue';
5
+ import { default as SelectContent } from './SelectContent';
6
+ import { default as SelectItem } from './SelectItem';
7
+ import { default as SelectSeparator } from './SelectSeparator';
8
+ import { default as SelectViewport } from './SelectViewport';
9
+ export { SelectContent, SelectGroup, SelectIcon, SelectItem, SelectItemIndicator, SelectLabel, SelectPortal, SelectRoot, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SelectViewport, SelectItemText, };
@@ -0,0 +1,6 @@
1
+ export interface ISpinnerProps {
2
+ color?: string;
3
+ size?: number;
4
+ }
5
+ declare const _default: import('vue').DefineComponent<ISpinnerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ISpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
6
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import { ObjectDirective } from 'vue';
2
+ interface LoadingElement extends HTMLElement {
3
+ dataset: DOMStringMap & {
4
+ loading?: string;
5
+ originalPosition?: string;
6
+ };
7
+ _spinnerApp?: any;
8
+ _spinnerContainer?: HTMLElement;
9
+ }
10
+ export declare const vLoading: ObjectDirective<LoadingElement, boolean>;
11
+ export {};
@@ -0,0 +1,3 @@
1
+ import { default as Spinner } from './Spinner';
2
+ import { vLoading } from './Spinner.directive';
3
+ export { Spinner, vLoading };
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { StepperRoot } from '.';
3
+ declare const meta: Meta<typeof StepperRoot>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof StepperRoot>;
6
+ export declare const Default: Story;
7
+ export declare const Vertical: Story;
@@ -0,0 +1,3 @@
1
+ import { StepperIndicatorProps } from 'reka-ui';
2
+ declare const _default: import('vue').DefineComponent<StepperIndicatorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<StepperIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
@@ -0,0 +1,18 @@
1
+ import { StepperItemProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<StepperItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<StepperItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };