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,25 @@
1
+ import { default as dayjs } from 'dayjs';
2
+ /**
3
+ * Расширенный экземпляр dayjs с поддержкой русских локалей и плагинов
4
+ *
5
+ * Поддерживаемые методы плагинов:
6
+ * - `format()` - локализованное форматирование дат
7
+ * - `fromNow()`, `toNow()` - относительное время
8
+ * - `isToday()` - проверка на сегодня
9
+ * - `isBetween(date1, date2)` - проверка нахождения между датами
10
+ * - `isSameOrBefore(date)`, `isSameOrAfter(date)` - сравнение дат
11
+ * - `duration()` - работа с временными интервалами
12
+ * - `dayOfYear()` - номер дня в году
13
+ *
14
+ * @example
15
+ * ```typescript
16
+ * import dayjs from '@/utils/dayjs';
17
+ *
18
+ * const today = dayjs();
19
+ * console.log(today.format('LL')); // "15 октября 2025 г."
20
+ * console.log(today.fromNow()); // "несколько секунд назад"
21
+ * console.log(today.isToday()); // true
22
+ * ```
23
+ */
24
+ export default dayjs;
25
+ export type { ConfigType, Dayjs } from 'dayjs';
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Функция форматирования суммы
3
+ *
4
+ * Функция будет возвращаться HTML строку <span>11000.<small>00</small>₽</span>
5
+ */
6
+ declare const priceFormatUtil: (price: string | number, returnHtml?: boolean) => string | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
7
+ [key: string]: any;
8
+ }>;
9
+ export default priceFormatUtil;
@@ -0,0 +1,11 @@
1
+ import { Component } from 'vue';
2
+ import { RouteLocationRaw } from 'vue-router';
3
+ export type MenuItem = {
4
+ icon?: Component;
5
+ label: string;
6
+ url?: string | RouteLocationRaw;
7
+ command?: () => void;
8
+ description?: string;
9
+ badge?: boolean;
10
+ disabled?: boolean;
11
+ };
@@ -0,0 +1 @@
1
+ export * from './global.types.ts';
@@ -0,0 +1,31 @@
1
+ import { OverlayType } from '../../overlay/types';
2
+ interface Props {
3
+ overlayType?: OverlayType;
4
+ teleport?: boolean;
5
+ target?: string;
6
+ zIndex?: number;
7
+ show?: boolean;
8
+ parentId?: string;
9
+ }
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: any;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
20
+ target: string;
21
+ show: boolean;
22
+ overlayType: OverlayType;
23
+ teleport: boolean;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
+ export default _default;
27
+ type __VLS_WithTemplateSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
@@ -0,0 +1,2 @@
1
+ import { default as Portal } from './Portal';
2
+ export { Portal };
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Форматирует дату в человекочитаемый вид: 20 июня 2025
3
+ */
4
+ export declare function formatDateReadable(date: string | Date): string;
5
+ /**
6
+ * Форматирует дату для отображения времени: 20 июня, 14:30
7
+ */
8
+ export declare function formatDateWithTime(date: string | Date): string;
9
+ /**
10
+ * Возвращает разницу между датами в днях
11
+ */
12
+ export declare function getDaysBetween(start: string | Date, end: string | Date): number;
13
+ /**
14
+ * Проверяет, истекла ли дата
15
+ */
16
+ export declare function isExpired(date: string | Date): boolean;
@@ -0,0 +1,2 @@
1
+ import { default as dayjs } from 'dayjs';
2
+ export { dayjs };
@@ -0,0 +1,8 @@
1
+ export type Handler<T> = (event: T) => void;
2
+ export interface TypedEventBus<Events extends Record<string, any>> {
3
+ on<K extends keyof Events>(type: K, handler: Handler<Events[K]>): void;
4
+ off<K extends keyof Events>(type: K, handler: Handler<Events[K]>): void;
5
+ emit<K extends keyof Events>(type: K, evt?: Events[K]): void;
6
+ clear(): void;
7
+ }
8
+ export declare function EventBus<Events extends Record<string, any>>(): TypedEventBus<Events>;
@@ -0,0 +1,10 @@
1
+ export * from './date.util';
2
+ export * from './eventBus.util';
3
+ export * from './isClient.util';
4
+ export * from './onClickOutside.util';
5
+ export * from './price.util';
6
+ export * from './useBodyScroll.util';
7
+ export * from './dayjs.util';
8
+ export * from './Portal';
9
+ export * from './uploadFile.util';
10
+ export * from './internationalized.utils';
@@ -0,0 +1 @@
1
+ export * from '@internationalized/date';
@@ -0,0 +1 @@
1
+ export default function isClient(): boolean;
@@ -0,0 +1,11 @@
1
+ export declare class Mask {
2
+ constructor();
3
+ getPhoneMask(_e: Event, _format?: string): void;
4
+ getDateMask(e: Event, format?: string, minDate?: string, maxDate?: string): void;
5
+ private parseDate;
6
+ private correctDateValues;
7
+ private correctDateThroughDayjs;
8
+ private correctDayAndMonthOnly;
9
+ private getDaysInMonth;
10
+ private applyDateLimits;
11
+ }
@@ -0,0 +1,9 @@
1
+ import { ComponentPublicInstance, MaybeRef, MaybeRefOrGetter } from 'vue';
2
+ export type VueInstance = ComponentPublicInstance;
3
+ export type MaybeElement = HTMLElement | SVGElement | VueInstance | undefined | null;
4
+ export type MaybeElementRef<T extends MaybeElement = MaybeElement> = MaybeRef<T>;
5
+ export type MaybeElementTarget = MaybeElementRef<MaybeElement> | string;
6
+ export interface OnClickOutsideOptions {
7
+ ignore?: MaybeRefOrGetter<(MaybeElementRef<MaybeElement> | string)[]>;
8
+ }
9
+ export declare function onClickOutside(target: MaybeElementTarget, handler: (event: MouseEvent | TouchEvent) => void, options?: OnClickOutsideOptions): () => void;
@@ -0,0 +1,11 @@
1
+ declare function parseDurationToSeconds(duration: string): number;
2
+ export default parseDurationToSeconds;
3
+ /** Примеры использования */
4
+ /** example
5
+ console.log(parseDurationToSeconds('30d')); // 2592000
6
+ console.log(parseDurationToSeconds('1m')); // 60
7
+ console.log(parseDurationToSeconds('1h')); // 3600
8
+ console.log(parseDurationToSeconds('1day')); // 86400
9
+ console.log(parseDurationToSeconds('1month')); // 2592000
10
+ console.log(parseDurationToSeconds('1year')); // 31536000
11
+ */
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Преобразует строку с размером файла (например, "5mb", "10kb", "1.5gb") в число байт.
3
+ *
4
+ * @param {string} size - Строка, содержащая числовое значение и единицу измерения (b, kb, mb, gb, tb).
5
+ * Пример: "5mb", "10kb", "1.5gb".
6
+ * @returns {number} - Размер в байтах.
7
+ *
8
+ * Поддерживаемые единицы: b, kb, mb, gb, tb (регистр не имеет значения).
9
+ * Если единица не указана, по умолчанию считается "b" (байты).
10
+ */
11
+ export declare const parseFileSize: (size: string) => number;
12
+ /**
13
+ * Преобразует размер файла в байтах в человекочитаемый текст (например, "1.5 МБ").
14
+ *
15
+ * @param {number} bytes - Размер файла в байтах.
16
+ * @returns {string} - Размер файла в виде строки с подходящей единицей (Б, КБ, МБ, ГБ, ТБ).
17
+ */
18
+ export declare function formatFileSize(bytes: number, maxDigits?: number): string;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Применяет маску формата телефона к введенной строке
3
+ * @param value - входная строка с цифрами и символами
4
+ * @returns отформатированный номер телефона в формате +7 (XXX) XXX-XX-XX
5
+ */
6
+ export declare function phoneMask(value: string): string;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Преобразует число в форматированную строку с валютой (по умолчанию: ₽)
3
+ * @param value - число для форматирования
4
+ * @param currency - символ валюты (по умолчанию: ₽)
5
+ * @param fractionDigits - количество знаков после запятой (по умолчанию: 2)
6
+ */
7
+ export declare function formatPrice(value: number, currency?: string, fractionDigits?: number): string;
8
+ /**
9
+ * Возвращает сумму всех значений (например, для корзины)
10
+ */
11
+ export declare function sumPrices(items: number[]): number;
12
+ /**
13
+ * Делает безопасное преобразование строки в число (цены из инпута)
14
+ */
15
+ export declare function parsePrice(input: string): number;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Определяет тип файла по его MIME-типу.
3
+ * Возвращает 'image' для изображений, 'pdf' для PDF-файлов,
4
+ * 'word' для документов Word, 'excel' для файлов Excel,
5
+ * иначе 'other'.
6
+ *
7
+ * @param {string} mimeType - MIME-тип файла
8
+ * @returns {'image' | 'pdf' | 'word' | 'excel' | 'other'}
9
+ */
10
+ export declare function getFileTypeByMime(mimeType: string): 'image' | 'pdf' | 'word' | 'excel' | 'other';
@@ -0,0 +1,23 @@
1
+ import { IFile } from '../reka-ui';
2
+ type FileType = "image" | "pdf" | "excel" | "word" | "all";
3
+ interface OpenFileDialogOptionsBase {
4
+ accept?: FileType | FileType[];
5
+ maxFileSize?: string;
6
+ maxFiles?: number;
7
+ multiple?: boolean;
8
+ }
9
+ interface OpenFileDialogOptionsRaw extends OpenFileDialogOptionsBase {
10
+ returnType: "raw";
11
+ }
12
+ interface OpenFileDialogOptionsIFile extends OpenFileDialogOptionsBase {
13
+ returnType?: "ifile";
14
+ }
15
+ /**
16
+ * Открывает окно выбора файла с ограничениями.
17
+ *
18
+ * returnType: "raw" — возвращает File[]
19
+ * returnType: "ifile" (по умолчанию) — возвращает IFile[] с blob-ссылками
20
+ */
21
+ export declare function openFileDialog(options: OpenFileDialogOptionsRaw): Promise<File[]>;
22
+ export declare function openFileDialog(options?: OpenFileDialogOptionsIFile): Promise<IFile[]>;
23
+ export {};
@@ -0,0 +1,4 @@
1
+ export declare const useBodyScroll: () => {
2
+ unlockScroll: () => void;
3
+ lockScroll: () => void;
4
+ };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),f=require("../Image-Y7A5XzY0.cjs"),m=require("../FileIcon-BRjbz9UQ.cjs"),p=require("../typeFile.util-CwOoIMBz.cjs"),u=require("../SendIcon-BRda3HxK.cjs"),_=require("../dayjs.util-w9plG3H0.cjs"),v=require("../uploadFile.util-CCrV2jIp.cjs"),h={class:"chat-file__content"},k=e.defineComponent({__name:"ChatFile",props:{file:{}},emits:["deleteFile"],setup(s,{emit:n}){const i=n,r=e.computed(()=>URL.createObjectURL(s.file));return(t,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["chat-file",{"chat-file--image":e.unref(p.getFileTypeByMime)(t.file.type)==="image"}])},[e.createElementVNode("button",{class:"chat-file__delete",onClick:c[0]||(c[0]=l=>i("deleteFile",t.file))},[e.createVNode(e.unref(m.CloseIcon))]),e.createElementVNode("div",h,[e.unref(p.getFileTypeByMime)(t.file.type)==="image"?(e.openBlock(),e.createBlock(e.unref(f.Image),{key:0,file:r.value,size:"large",fullScreen:""},null,8,["file"])):(e.openBlock(),e.createBlock(e.unref(f.File),{key:1,file:r.value,outlined:!1},null,8,["file"]))])],2))}}),g=m._export_sfc(k,[["__scopeId","data-v-12b8458b"]]),B={class:"chat-field-actions"},y={ref:"overlay",class:"chat-field-actions__overlay"},b=["onClick"],C={class:"chat-field-actions__overlay-item__label"},V=["disabled"],F=e.defineComponent({__name:"ChatFieldActions",props:e.mergeModels({actions:{},disabled:{type:Boolean,default:!1},multiple:{type:Boolean,default:!0}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(s){const n=e.useModel(s,"modelValue"),i=e.useTemplateRef("button"),r=e.useTemplateRef("overlay"),t=e.ref(!1),c=e.reactive({image:{icon:e.shallowRef(u.ImageIcon),label:"Добавить изображение"},file:{icon:e.shallowRef(m.FileIcon),label:"Добавить файл"}}),l=a=>{v.openFileDialog({accept:a==="image"?["image"]:["pdf","excel","word"],maxFileSize:"5mb",maxFiles:1}).then(o=>{n.value?n.value=s.multiple?[...n.value,...o]:o:n.value=[...o],t.value=!1})};return e.onMounted(()=>{_.onClickOutside(r.value,()=>{t.value=!1},{ignore:[i.value]})}),(a,o)=>(e.openBlock(),e.createElementBlock("div",B,[e.createVNode(e.Transition,{name:"slide-up"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",y,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.actions,d=>(e.openBlock(),e.createElementBlock("div",{class:"chat-field-actions__overlay-item",key:d,onClick:R=>l(d)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c[d].icon),{class:"chat-field-actions__overlay-item__icon"})),e.createElementVNode("span",C,e.toDisplayString(c[d].label),1)],8,b))),128))],512),[[e.vShow,t.value]])]),_:1}),e.createElementVNode("button",{ref:"button",onClick:o[0]||(o[0]=d=>t.value=!t.value),class:e.normalizeClass(["chat-field-actions__button",{"chat-field-actions__button--active":t.value}]),disabled:a.disabled},[e.createVNode(e.unref(u.PlusRoundedIcon))],10,V)]))}}),E=m._export_sfc(F,[["__scopeId","data-v-62b95e1b"]]),N={class:"chat-field"},M={key:0,class:"chat-field__files"},T={class:"chat-field__wrapper"},$=["maxlength","placeholder"],I={key:1,class:"chat-field__footer"},S={key:1,class:"chat-field__char-count"},w=e.defineComponent({__name:"ChatField",props:e.mergeModels({viewActions:{type:Boolean,default:!1},actions:{default:()=>["file","image"]},placeholder:{default:"Введите сообщение"},maxLength:{},smallText:{},error:{type:Boolean},errorText:{},disabled:{type:Boolean,default:!1}},{message:{required:!0},messageModifiers:{},files:{},filesModifiers:{}}),emits:e.mergeModels(["sendMessage"],["update:message","update:files"]),setup(s,{emit:n}){const i=n,r=e.useModel(s,"message"),t=e.useModel(s,"files"),c=l=>{t.value&&(t.value=t.value.filter(a=>a.name!==l.name))};return(l,a)=>(e.openBlock(),e.createElementBlock("div",N,[t.value&&t.value.length>0?(e.openBlock(),e.createElementBlock("div",M,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.value,o=>(e.openBlock(),e.createBlock(g,{key:o.name,file:o,onDeleteFile:c},null,8,["file"]))),128))])):e.createCommentVNode("",!0),e.createElementVNode("div",T,[l.viewActions&&l.actions.length>0?(e.openBlock(),e.createBlock(E,{key:0,modelValue:t.value,"onUpdate:modelValue":a[0]||(a[0]=o=>t.value=o),actions:l.actions,disabled:l.disabled},null,8,["modelValue","actions","disabled"])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[1]||(a[1]=o=>r.value=o),class:"chat-field__input",maxlength:l.maxLength,placeholder:l.placeholder},null,8,$),[[e.vModelText,r.value]]),e.createElementVNode("button",{class:"chat-field__button",onClick:a[2]||(a[2]=o=>i("sendMessage"))},[e.createVNode(e.unref(u.SendIcon))])]),l.smallText||l.error&&l.errorText||l.maxLength?(e.openBlock(),e.createElementBlock("div",I,[l.smallText||l.error&&l.errorText?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["chat-field__small",{"chat-field__small--error":l.error}])},e.toDisplayString(l.error?l.errorText:l.smallText),3)):e.createCommentVNode("",!0),l.maxLength?(e.openBlock(),e.createElementBlock("div",S,e.toDisplayString(r.value.length)+" / "+e.toDisplayString(l.maxLength),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]))}}),L={class:"bonus-summary"},D=e.defineComponent({__name:"BonusSummary",setup(s){return(n,i)=>(e.openBlock(),e.createElementBlock("div",L,[e.createVNode(e.unref(u.BonusIcon),{class:"bonus-summary__icon"}),i[0]||(i[0]=e.createElementVNode("div",{class:"bonus-summary__number"},"123",-1))]))}});exports.BonusSummary=D;exports.ChatField=w;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),f=require("../Image-DLJh4B68.cjs"),m=require("../FileIcon-BE4ItwkK.cjs"),p=require("../typeFile.util-CwOoIMBz.cjs"),u=require("../SendIcon-CH6S0QWh.cjs"),_=require("../dayjs.util-w9plG3H0.cjs"),v=require("../uploadFile.util-CCrV2jIp.cjs"),h={class:"chat-file__content"},k=e.defineComponent({__name:"ChatFile",props:{file:{}},emits:["deleteFile"],setup(s,{emit:n}){const i=n,r=e.computed(()=>URL.createObjectURL(s.file));return(t,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["chat-file",{"chat-file--image":e.unref(p.getFileTypeByMime)(t.file.type)==="image"}])},[e.createElementVNode("button",{class:"chat-file__delete",onClick:c[0]||(c[0]=l=>i("deleteFile",t.file))},[e.createVNode(e.unref(m.CloseIcon))]),e.createElementVNode("div",h,[e.unref(p.getFileTypeByMime)(t.file.type)==="image"?(e.openBlock(),e.createBlock(e.unref(f.Image),{key:0,file:r.value,size:"large",fullScreen:""},null,8,["file"])):(e.openBlock(),e.createBlock(e.unref(f.File),{key:1,file:r.value,outlined:!1},null,8,["file"]))])],2))}}),g=m._export_sfc(k,[["__scopeId","data-v-12b8458b"]]),y={class:"chat-field-actions"},B={ref:"overlay",class:"chat-field-actions__overlay"},b=["onClick"],C={class:"chat-field-actions__overlay-item__label"},V=["disabled"],F=e.defineComponent({__name:"ChatFieldActions",props:e.mergeModels({actions:{},disabled:{type:Boolean,default:!1},multiple:{type:Boolean,default:!0}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(s){const n=e.useModel(s,"modelValue"),i=e.useTemplateRef("button"),r=e.useTemplateRef("overlay"),t=e.ref(!1),c=e.reactive({image:{icon:e.shallowRef(u.ImageIcon),label:"Добавить изображение"},file:{icon:e.shallowRef(m.FileIcon),label:"Добавить файл"}}),l=a=>{v.openFileDialog({accept:a==="image"?["image"]:["pdf","excel","word"],maxFileSize:"5mb",maxFiles:1,returnType:"raw"}).then(o=>{n.value?n.value=s.multiple?[...n.value,...o]:o:n.value=[...o],t.value=!1})};return e.onMounted(()=>{_.onClickOutside(r.value,()=>{t.value=!1},{ignore:[i.value]})}),(a,o)=>(e.openBlock(),e.createElementBlock("div",y,[e.createVNode(e.Transition,{name:"slide-up"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",B,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.actions,d=>(e.openBlock(),e.createElementBlock("div",{class:"chat-field-actions__overlay-item",key:d,onClick:R=>l(d)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c[d].icon),{class:"chat-field-actions__overlay-item__icon"})),e.createElementVNode("span",C,e.toDisplayString(c[d].label),1)],8,b))),128))],512),[[e.vShow,t.value]])]),_:1}),e.createElementVNode("button",{ref:"button",onClick:o[0]||(o[0]=d=>t.value=!t.value),class:e.normalizeClass(["chat-field-actions__button",{"chat-field-actions__button--active":t.value}]),disabled:a.disabled},[e.createVNode(e.unref(u.PlusRoundedIcon))],10,V)]))}}),E=m._export_sfc(F,[["__scopeId","data-v-f74ba37e"]]),N={class:"chat-field"},M={key:0,class:"chat-field__files"},T={class:"chat-field__wrapper"},$=["maxlength","placeholder"],I={key:1,class:"chat-field__footer"},S={key:1,class:"chat-field__char-count"},w=e.defineComponent({__name:"ChatField",props:e.mergeModels({viewActions:{type:Boolean,default:!1},actions:{default:()=>["file","image"]},placeholder:{default:"Введите сообщение"},maxLength:{},smallText:{},error:{type:Boolean},errorText:{},disabled:{type:Boolean,default:!1}},{message:{required:!0},messageModifiers:{},files:{},filesModifiers:{}}),emits:e.mergeModels(["sendMessage"],["update:message","update:files"]),setup(s,{emit:n}){const i=n,r=e.useModel(s,"message"),t=e.useModel(s,"files"),c=l=>{t.value&&(t.value=t.value.filter(a=>a.name!==l.name))};return(l,a)=>(e.openBlock(),e.createElementBlock("div",N,[t.value&&t.value.length>0?(e.openBlock(),e.createElementBlock("div",M,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.value,o=>(e.openBlock(),e.createBlock(g,{key:o.name,file:o,onDeleteFile:c},null,8,["file"]))),128))])):e.createCommentVNode("",!0),e.createElementVNode("div",T,[l.viewActions&&l.actions.length>0?(e.openBlock(),e.createBlock(E,{key:0,modelValue:t.value,"onUpdate:modelValue":a[0]||(a[0]=o=>t.value=o),actions:l.actions,disabled:l.disabled},null,8,["modelValue","actions","disabled"])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[1]||(a[1]=o=>r.value=o),class:"chat-field__input",maxlength:l.maxLength,placeholder:l.placeholder},null,8,$),[[e.vModelText,r.value]]),e.createElementVNode("button",{class:"chat-field__button",onClick:a[2]||(a[2]=o=>i("sendMessage"))},[e.createVNode(e.unref(u.SendIcon))])]),l.smallText||l.error&&l.errorText||l.maxLength?(e.openBlock(),e.createElementBlock("div",I,[l.smallText||l.error&&l.errorText?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["chat-field__small",{"chat-field__small--error":l.error}])},e.toDisplayString(l.error?l.errorText:l.smallText),3)):e.createCommentVNode("",!0),l.maxLength?(e.openBlock(),e.createElementBlock("div",S,e.toDisplayString(r.value.length)+" / "+e.toDisplayString(l.maxLength),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]))}}),L={class:"bonus-summary"},D=e.defineComponent({__name:"BonusSummary",setup(s){return(n,i)=>(e.openBlock(),e.createElementBlock("div",L,[e.createVNode(e.unref(u.BonusIcon),{class:"bonus-summary__icon"}),i[0]||(i[0]=e.createElementVNode("div",{class:"bonus-summary__number"},"123",-1))]))}});exports.BonusSummary=D;exports.ChatField=w;
@@ -1,8 +1,8 @@
1
- import { defineComponent as g, computed as V, createElementBlock as o, openBlock as a, normalizeClass as C, unref as c, createElementVNode as n, createVNode as v, createBlock as p, mergeModels as y, useModel as b, useTemplateRef as F, ref as L, reactive as w, shallowRef as k, onMounted as S, Transition as R, withCtx as D, withDirectives as B, Fragment as I, renderList as T, resolveDynamicComponent as U, toDisplayString as h, vShow as z, createCommentVNode as _, vModelText as N } from "vue";
2
- import { I as O, F as x } from "../Image-CZaZueXh.js";
3
- import { C as A, _ as M, F as E } from "../FileIcon-HZoAz7EV.js";
1
+ import { defineComponent as g, computed as V, createElementBlock as o, openBlock as a, normalizeClass as C, unref as c, createElementVNode as n, createVNode as v, createBlock as p, mergeModels as y, useModel as b, useTemplateRef as F, ref as w, reactive as L, shallowRef as k, onMounted as S, Transition as R, withCtx as D, withDirectives as B, Fragment as T, renderList as I, resolveDynamicComponent as U, toDisplayString as h, vShow as z, createCommentVNode as _, vModelText as N } from "vue";
2
+ import { I as O, F as x } from "../Image-Ctgju863.js";
3
+ import { C as A, _ as M, F as E } from "../FileIcon-maHE2Nhr.js";
4
4
  import { g as $ } from "../typeFile.util-DerifWNY.js";
5
- import { I as P, P as j, S as q, B as H } from "../SendIcon-CDG1dCdN.js";
5
+ import { I as P, P as j, S as q, B as H } from "../SendIcon-Cqdt2QWN.js";
6
6
  import { o as G } from "../dayjs.util-BZJcKPbc.js";
7
7
  import { o as J } from "../uploadFile.util-c_UlO-OQ.js";
8
8
  const K = { class: "chat-file__content" }, Q = /* @__PURE__ */ g({
@@ -51,7 +51,7 @@ const K = { class: "chat-file__content" }, Q = /* @__PURE__ */ g({
51
51
  }),
52
52
  emits: ["update:modelValue"],
53
53
  setup(r) {
54
- const i = b(r, "modelValue"), d = F("button"), u = F("overlay"), l = L(!1), m = w({
54
+ const i = b(r, "modelValue"), d = F("button"), u = F("overlay"), l = w(!1), m = L({
55
55
  image: {
56
56
  icon: k(P),
57
57
  label: "Добавить изображение"
@@ -64,7 +64,8 @@ const K = { class: "chat-file__content" }, Q = /* @__PURE__ */ g({
64
64
  J({
65
65
  accept: s === "image" ? ["image"] : ["pdf", "excel", "word"],
66
66
  maxFileSize: "5mb",
67
- maxFiles: 1
67
+ maxFiles: 1,
68
+ returnType: "raw"
68
69
  }).then((t) => {
69
70
  i.value ? i.value = r.multiple ? [...i.value, ...t] : t : i.value = [...t], l.value = !1;
70
71
  });
@@ -77,7 +78,7 @@ const K = { class: "chat-file__content" }, Q = /* @__PURE__ */ g({
77
78
  v(R, { name: "slide-up" }, {
78
79
  default: D(() => [
79
80
  B(n("div", Y, [
80
- (a(!0), o(I, null, T(s.actions, (f) => (a(), o("div", {
81
+ (a(!0), o(T, null, I(s.actions, (f) => (a(), o("div", {
81
82
  class: "chat-field-actions__overlay-item",
82
83
  key: f,
83
84
  onClick: (ce) => e(f)
@@ -101,7 +102,7 @@ const K = { class: "chat-file__content" }, Q = /* @__PURE__ */ g({
101
102
  ], 10, le)
102
103
  ]));
103
104
  }
104
- }), te = /* @__PURE__ */ M(ae, [["__scopeId", "data-v-62b95e1b"]]), se = { class: "chat-field" }, oe = {
105
+ }), te = /* @__PURE__ */ M(ae, [["__scopeId", "data-v-f74ba37e"]]), se = { class: "chat-field" }, oe = {
105
106
  key: 0,
106
107
  class: "chat-field__files"
107
108
  }, ie = { class: "chat-field__wrapper" }, ne = ["maxlength", "placeholder"], re = {
@@ -134,7 +135,7 @@ const K = { class: "chat-file__content" }, Q = /* @__PURE__ */ g({
134
135
  };
135
136
  return (e, s) => (a(), o("div", se, [
136
137
  l.value && l.value.length > 0 ? (a(), o("div", oe, [
137
- (a(!0), o(I, null, T(l.value, (t) => (a(), p(W, {
138
+ (a(!0), o(T, null, I(l.value, (t) => (a(), p(W, {
138
139
  key: t.name,
139
140
  file: t,
140
141
  onDeleteFile: m