@profitliga/ui 1.0.0

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 (526) hide show
  1. package/README.md +173 -0
  2. package/dist/WarningIcon-C653sPwG.js +404 -0
  3. package/dist/breakpoints.util-FHc0ZUGk.js +490 -0
  4. package/dist/components/Accordion/Accordion.stories.d.ts +10 -0
  5. package/dist/components/Accordion/AccordionContent.stories.d.ts +8 -0
  6. package/dist/components/Accordion/AccordionContent.vue.d.ts +22 -0
  7. package/dist/components/Accordion/AccordionHeader.stories.d.ts +7 -0
  8. package/dist/components/Accordion/AccordionHeader.vue.d.ts +19 -0
  9. package/dist/components/Accordion/AccordionItem.stories.d.ts +8 -0
  10. package/dist/components/Accordion/AccordionItem.vue.d.ts +21 -0
  11. package/dist/components/Accordion/AccordionRoot.vue.d.ts +23 -0
  12. package/dist/components/Accordion/AccordionTrigger.stories.d.ts +8 -0
  13. package/dist/components/Accordion/AccordionTrigger.vue.d.ts +26 -0
  14. package/dist/components/Accordion/index.d.ts +6 -0
  15. package/dist/components/Accordion/types.d.ts +37 -0
  16. package/dist/components/AlertDialog/AlertDialog.stories.d.ts +6 -0
  17. package/dist/components/AlertDialog/AlertDialogAction.vue.d.ts +29 -0
  18. package/dist/components/AlertDialog/AlertDialogCancel.vue.d.ts +29 -0
  19. package/dist/components/AlertDialog/AlertDialogContent.vue.d.ts +24 -0
  20. package/dist/components/AlertDialog/AlertDialogDescription.vue.d.ts +19 -0
  21. package/dist/components/AlertDialog/AlertDialogOverlay.vue.d.ts +4 -0
  22. package/dist/components/AlertDialog/AlertDialogPortal.vue.d.ts +19 -0
  23. package/dist/components/AlertDialog/AlertDialogRoot.vue.d.ts +23 -0
  24. package/dist/components/AlertDialog/AlertDialogTitle.vue.d.ts +19 -0
  25. package/dist/components/AlertDialog/AlertDialogTrigger.vue.d.ts +22 -0
  26. package/dist/components/AlertDialog/index.d.ts +10 -0
  27. package/dist/components/Badge/Badge.stories.d.ts +10 -0
  28. package/dist/components/Badge/Badge.vue.d.ts +8 -0
  29. package/dist/components/Badge/index.d.ts +2 -0
  30. package/dist/components/BottomSheet/BottomSheet.stories.d.ts +9 -0
  31. package/dist/components/BottomSheet/BottomSheet.vue.d.ts +298 -0
  32. package/dist/components/BottomSheet/index.d.ts +2 -0
  33. package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
  34. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +11 -0
  35. package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +7 -0
  36. package/dist/components/Breadcrumb/index.d.ts +2 -0
  37. package/dist/components/Button/Button.stories.d.ts +6 -0
  38. package/dist/components/Button/Button.types.d.ts +51 -0
  39. package/dist/components/Button/Button.vue.d.ts +19 -0
  40. package/dist/components/Button/index.d.ts +2 -0
  41. package/dist/components/Calendar/Calendar.stories.d.ts +15 -0
  42. package/dist/components/Calendar/CalendarCellTrigger.vue.d.ts +19 -0
  43. package/dist/components/Calendar/CalendarGrid.vue.d.ts +19 -0
  44. package/dist/components/Calendar/CalendarGridBody.vue.d.ts +19 -0
  45. package/dist/components/Calendar/CalendarGridRow.vue.d.ts +19 -0
  46. package/dist/components/Calendar/CalendarHeadCell.vue.d.ts +19 -0
  47. package/dist/components/Calendar/CalendarHeader.vue.d.ts +19 -0
  48. package/dist/components/Calendar/CalendarHeading.vue.d.ts +4 -0
  49. package/dist/components/Calendar/CalendarNext.vue.d.ts +14 -0
  50. package/dist/components/Calendar/CalendarPrev.vue.d.ts +14 -0
  51. package/dist/components/Calendar/CalendarRoot.types.d.ts +17 -0
  52. package/dist/components/Calendar/CalendarRoot.vue.d.ts +34 -0
  53. package/dist/components/Calendar/index.d.ts +12 -0
  54. package/dist/components/Checkbox/Checkbox.stories.d.ts +6 -0
  55. package/dist/components/Checkbox/Checkbox.vue.d.ts +49 -0
  56. package/dist/components/Checkbox/index.d.ts +3 -0
  57. package/dist/components/ChipCheckbox/ChipCheckbox.stories.d.ts +6 -0
  58. package/dist/components/ChipCheckbox/ChipCheckbox.vue.d.ts +15 -0
  59. package/dist/components/ChipCheckbox/index.d.ts +3 -0
  60. package/dist/components/Combobox/Combobox.stories.d.ts +6 -0
  61. package/dist/components/Combobox/ComboboxAnchor.vue.d.ts +24 -0
  62. package/dist/components/Combobox/ComboboxClear.vue.d.ts +7 -0
  63. package/dist/components/Combobox/ComboboxContent.vue.d.ts +21 -0
  64. package/dist/components/Combobox/ComboboxInput.vue.d.ts +8 -0
  65. package/dist/components/Combobox/ComboboxItem.vue.d.ts +22 -0
  66. package/dist/components/Combobox/ComboboxRoot.vue.d.ts +34 -0
  67. package/dist/components/Combobox/ComboboxTrigger.vue.d.ts +3 -0
  68. package/dist/components/Combobox/ComboboxViewport.vue.d.ts +19 -0
  69. package/dist/components/Combobox/index.d.ts +10 -0
  70. package/dist/components/ConfirmDialog/ConfirmDialog.stories.d.ts +9 -0
  71. package/dist/components/ConfirmDialog/ConfirmDialog.types.d.ts +19 -0
  72. package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts +13 -0
  73. package/dist/components/ConfirmDialog/confirmService.d.ts +7 -0
  74. package/dist/components/ConfirmDialog/index.d.ts +5 -0
  75. package/dist/components/ConfirmDialog/useConfirm.d.ts +4 -0
  76. package/dist/components/DataTable/DataTable.stories.d.ts +111 -0
  77. package/dist/components/DataTable/DataTable.types.d.ts +47 -0
  78. package/dist/components/DataTable/DataTable.vue.d.ts +26 -0
  79. package/dist/components/DataTable/components/DataTableBody.vue.d.ts +9 -0
  80. package/dist/components/DataTable/components/DataTableFooter.vue.d.ts +8 -0
  81. package/dist/components/DataTable/components/DataTableHead.vue.d.ts +9 -0
  82. package/dist/components/DataTable/components/DataTablePagination.vue.d.ts +22 -0
  83. package/dist/components/DataTable/index.d.ts +4 -0
  84. package/dist/components/DataTable/shared/mock/OrderStatus/OrderStatus.vue.d.ts +7 -0
  85. package/dist/components/DataTable/shared/mock/OrderStatus/constants.d.ts +9 -0
  86. package/dist/components/DataTable/shared/mock/OrderStatus/icons/accepted.vue.d.ts +3 -0
  87. package/dist/components/DataTable/shared/mock/OrderStatus/icons/approval.vue.d.ts +3 -0
  88. package/dist/components/DataTable/shared/mock/OrderStatus/icons/assembled.vue.d.ts +3 -0
  89. package/dist/components/DataTable/shared/mock/OrderStatus/icons/awaitingPayment.vue.d.ts +3 -0
  90. package/dist/components/DataTable/shared/mock/OrderStatus/icons/cancelled.vue.d.ts +3 -0
  91. package/dist/components/DataTable/shared/mock/OrderStatus/icons/complaint.vue.d.ts +3 -0
  92. package/dist/components/DataTable/shared/mock/OrderStatus/icons/confirmation.vue.d.ts +3 -0
  93. package/dist/components/DataTable/shared/mock/OrderStatus/icons/dedlineChanged.vue.d.ts +3 -0
  94. package/dist/components/DataTable/shared/mock/OrderStatus/icons/delayDelivery.vue.d.ts +3 -0
  95. package/dist/components/DataTable/shared/mock/OrderStatus/icons/documentsIssued.vue.d.ts +3 -0
  96. package/dist/components/DataTable/shared/mock/OrderStatus/icons/error.vue.d.ts +3 -0
  97. package/dist/components/DataTable/shared/mock/OrderStatus/icons/handedShipment.vue.d.ts +3 -0
  98. package/dist/components/DataTable/shared/mock/OrderStatus/icons/index.d.ts +26 -0
  99. package/dist/components/DataTable/shared/mock/OrderStatus/icons/orderSupplier.vue.d.ts +3 -0
  100. package/dist/components/DataTable/shared/mock/OrderStatus/icons/orderedSupplier.vue.d.ts +3 -0
  101. package/dist/components/DataTable/shared/mock/OrderStatus/icons/paid.vue.d.ts +3 -0
  102. package/dist/components/DataTable/shared/mock/OrderStatus/icons/readyPickup.vue.d.ts +3 -0
  103. package/dist/components/DataTable/shared/mock/OrderStatus/icons/readyShipment.vue.d.ts +3 -0
  104. package/dist/components/DataTable/shared/mock/OrderStatus/icons/receivedClient.vue.d.ts +3 -0
  105. package/dist/components/DataTable/shared/mock/OrderStatus/icons/reservedPayment.vue.d.ts +3 -0
  106. package/dist/components/DataTable/shared/mock/OrderStatus/icons/reservedShipment.vue.d.ts +3 -0
  107. package/dist/components/DataTable/shared/mock/OrderStatus/icons/returned.vue.d.ts +3 -0
  108. package/dist/components/DataTable/shared/mock/OrderStatus/icons/sentSupplier.vue.d.ts +3 -0
  109. package/dist/components/DataTable/shared/mock/OrderStatus/icons/transferAvailability.vue.d.ts +3 -0
  110. package/dist/components/DataTable/shared/mock/OrderStatus/icons/transferCustom.vue.d.ts +3 -0
  111. package/dist/components/DataTable/shared/mock/OrderStatus/icons/warning.vue.d.ts +3 -0
  112. package/dist/components/DataTable/shared/mock/mock-data.d.ts +102 -0
  113. package/dist/components/DatePicker/DatePicker.stories.d.ts +15 -0
  114. package/dist/components/DatePicker/DatePicker.types.d.ts +8 -0
  115. package/dist/components/DatePicker/DatePickerArrow.vue.d.ts +8 -0
  116. package/dist/components/DatePicker/DatePickerCellTrigger.vue.d.ts +19 -0
  117. package/dist/components/DatePicker/DatePickerContent.vue.d.ts +21 -0
  118. package/dist/components/DatePicker/DatePickerField.vue.d.ts +31 -0
  119. package/dist/components/DatePicker/DatePickerGridBody.vue.d.ts +19 -0
  120. package/dist/components/DatePicker/DatePickerGridRow.vue.d.ts +19 -0
  121. package/dist/components/DatePicker/DatePickerHeadCell.vue.d.ts +19 -0
  122. package/dist/components/DatePicker/DatePickerHeader.vue.d.ts +19 -0
  123. package/dist/components/DatePicker/DatePickerHeading.vue.d.ts +4 -0
  124. package/dist/components/DatePicker/DatePickerInput.vue.d.ts +19 -0
  125. package/dist/components/DatePicker/DatePickerNext.vue.d.ts +14 -0
  126. package/dist/components/DatePicker/DatePickerPrev.vue.d.ts +14 -0
  127. package/dist/components/DatePicker/DatePickerRoot.vue.d.ts +31 -0
  128. package/dist/components/DatePicker/DatePickerTrigger.vue.d.ts +19 -0
  129. package/dist/components/DatePicker/index.d.ts +16 -0
  130. package/dist/components/DateRangePicker/DateRangePicker.stories.d.ts +14 -0
  131. package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +13 -0
  132. package/dist/components/DateRangePicker/DateRangePickerArrow.vue.d.ts +8 -0
  133. package/dist/components/DateRangePicker/DateRangePickerCalendar.vue.d.ts +28 -0
  134. package/dist/components/DateRangePicker/DateRangePickerCellTrigger.vue.d.ts +19 -0
  135. package/dist/components/DateRangePicker/DateRangePickerContent.vue.d.ts +21 -0
  136. package/dist/components/DateRangePicker/DateRangePickerField.vue.d.ts +9 -0
  137. package/dist/components/DateRangePicker/DateRangePickerGrid.vue.d.ts +18 -0
  138. package/dist/components/DateRangePicker/DateRangePickerGridBody.vue.d.ts +19 -0
  139. package/dist/components/DateRangePicker/DateRangePickerGridRow.vue.d.ts +19 -0
  140. package/dist/components/DateRangePicker/DateRangePickerHeadCell.vue.d.ts +19 -0
  141. package/dist/components/DateRangePicker/DateRangePickerHeader.vue.d.ts +19 -0
  142. package/dist/components/DateRangePicker/DateRangePickerHeading.vue.d.ts +4 -0
  143. package/dist/components/DateRangePicker/DateRangePickerInput.vue.d.ts +19 -0
  144. package/dist/components/DateRangePicker/DateRangePickerNext.vue.d.ts +10 -0
  145. package/dist/components/DateRangePicker/DateRangePickerPrev.vue.d.ts +10 -0
  146. package/dist/components/DateRangePicker/DateRangePickerRoot.vue.d.ts +33 -0
  147. package/dist/components/DateRangePicker/DateRangePickerTrigger.vue.d.ts +19 -0
  148. package/dist/components/DateRangePicker/index.d.ts +17 -0
  149. package/dist/components/Dialog/Dialog.stories.d.ts +8 -0
  150. package/dist/components/Dialog/DialogActions.vue.d.ts +18 -0
  151. package/dist/components/Dialog/DialogClose.vue.d.ts +3 -0
  152. package/dist/components/Dialog/DialogContent.vue.d.ts +51 -0
  153. package/dist/components/Dialog/DialogDescription.vue.d.ts +19 -0
  154. package/dist/components/Dialog/DialogOverlay.vue.d.ts +4 -0
  155. package/dist/components/Dialog/DialogTitle.vue.d.ts +19 -0
  156. package/dist/components/Dialog/index.d.ts +6 -0
  157. package/dist/components/Divider/Divider.stories.d.ts +8 -0
  158. package/dist/components/Divider/Divider.vue.d.ts +24 -0
  159. package/dist/components/Divider/index.d.ts +2 -0
  160. package/dist/components/Drawer/Drawer.stories.d.ts +9 -0
  161. package/dist/components/Drawer/DrawerContent.vue.d.ts +47 -0
  162. package/dist/components/Drawer/DrawerOverlay.vue.d.ts +18 -0
  163. package/dist/components/Drawer/DrawerPortal.vue.d.ts +18 -0
  164. package/dist/components/Drawer/DrawerRoot.vue.d.ts +23 -0
  165. package/dist/components/Drawer/DrawerTrigger.vue.d.ts +19 -0
  166. package/dist/components/Drawer/index.d.ts +6 -0
  167. package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +12 -0
  168. package/dist/components/DropdownMenu/DropdownMenuArrow.vue.d.ts +8 -0
  169. package/dist/components/DropdownMenu/DropdownMenuContent.vue.d.ts +36 -0
  170. package/dist/components/DropdownMenu/DropdownMenuItem.vue.d.ts +23 -0
  171. package/dist/components/DropdownMenu/DropdownMenuSeparator.vue.d.ts +4 -0
  172. package/dist/components/DropdownMenu/DropdownMenuSubContent.vue.d.ts +40 -0
  173. package/dist/components/DropdownMenu/DropdownMenuSubTrigger.vue.d.ts +19 -0
  174. package/dist/components/DropdownMenu/index.d.ts +8 -0
  175. package/dist/components/File/File.stories.d.ts +8 -0
  176. package/dist/components/File/File.vue.d.ts +23 -0
  177. package/dist/components/File/index.d.ts +2 -0
  178. package/dist/components/FormField/FormField.stories.d.ts +6 -0
  179. package/dist/components/FormField/FormField.vue.d.ts +26 -0
  180. package/dist/components/FormField/index.d.ts +2 -0
  181. package/dist/components/Image/Image.stories.d.ts +8 -0
  182. package/dist/components/Image/Image.vue.d.ts +21 -0
  183. package/dist/components/Image/ImageModalProvider.vue.d.ts +18 -0
  184. package/dist/components/Image/index.d.ts +4 -0
  185. package/dist/components/Image/useImageModal.d.ts +17 -0
  186. package/dist/components/InputNumber/InputNumber.stories.d.ts +6 -0
  187. package/dist/components/InputNumber/InputNumber.types.d.ts +15 -0
  188. package/dist/components/InputNumber/InputNumber.vue.d.ts +14 -0
  189. package/dist/components/InputNumber/index.d.ts +2 -0
  190. package/dist/components/InputText/InputText.stories.d.ts +11 -0
  191. package/dist/components/InputText/InputText.types.d.ts +15 -0
  192. package/dist/components/InputText/InputText.vue.d.ts +39 -0
  193. package/dist/components/InputText/index.d.ts +3 -0
  194. package/dist/components/Label/Label.stories.d.ts +9 -0
  195. package/dist/components/Label/Label.vue.d.ts +19 -0
  196. package/dist/components/Label/index.d.ts +2 -0
  197. package/dist/components/ListBox/index.d.ts +2 -0
  198. package/dist/components/Message/Message.stories.d.ts +7 -0
  199. package/dist/components/Message/Message.vue.d.ts +48 -0
  200. package/dist/components/Message/index.d.ts +2 -0
  201. package/dist/components/OTPCode/OTPCode.stories.d.ts +15 -0
  202. package/dist/components/OTPCode/OTPCode.types.d.ts +9 -0
  203. package/dist/components/OTPCode/OTPCode.vue.d.ts +32 -0
  204. package/dist/components/OTPCode/index.d.ts +2 -0
  205. package/dist/components/OverlayBadge/OverlayBadge.stories.d.ts +6 -0
  206. package/dist/components/OverlayBadge/OverlayBadge.vue.d.ts +28 -0
  207. package/dist/components/OverlayBadge/index.d.ts +3 -0
  208. package/dist/components/Pagination/Pagination.stories.d.ts +10 -0
  209. package/dist/components/Pagination/Pagination.types.d.ts +9 -0
  210. package/dist/components/Pagination/PaginationEllipsis.vue.d.ts +4 -0
  211. package/dist/components/Pagination/PaginationFirst.vue.d.ts +4 -0
  212. package/dist/components/Pagination/PaginationLast.vue.d.ts +4 -0
  213. package/dist/components/Pagination/PaginationList.vue.d.ts +26 -0
  214. package/dist/components/Pagination/PaginationListItem.vue.d.ts +19 -0
  215. package/dist/components/Pagination/PaginationNext.vue.d.ts +4 -0
  216. package/dist/components/Pagination/PaginationPrev.vue.d.ts +4 -0
  217. package/dist/components/Pagination/index.d.ts +9 -0
  218. package/dist/components/Popover/Popover.stories.d.ts +9 -0
  219. package/dist/components/Popover/PopoverArrow.vue.d.ts +8 -0
  220. package/dist/components/Popover/PopoverContent.vue.d.ts +39 -0
  221. package/dist/components/Popover/index.d.ts +4 -0
  222. package/dist/components/RadioGroup/RadioGroup.stories.d.ts +11 -0
  223. package/dist/components/RadioGroup/RadioGroupItem.vue.d.ts +9 -0
  224. package/dist/components/RadioGroup/RadioGroupRoot.vue.d.ts +23 -0
  225. package/dist/components/RadioGroup/index.d.ts +3 -0
  226. package/dist/components/RangeCalendar/RangeCalendar.stories.d.ts +17 -0
  227. package/dist/components/RangeCalendar/RangeCalendar.types.d.ts +19 -0
  228. package/dist/components/RangeCalendar/RangeCalendar.vue.d.ts +15 -0
  229. package/dist/components/RangeCalendar/RangeCalendarCell.vue.d.ts +19 -0
  230. package/dist/components/RangeCalendar/RangeCalendarCellTrigger.vue.d.ts +19 -0
  231. package/dist/components/RangeCalendar/RangeCalendarGrid.vue.d.ts +19 -0
  232. package/dist/components/RangeCalendar/RangeCalendarGridBody.vue.d.ts +19 -0
  233. package/dist/components/RangeCalendar/RangeCalendarGridRow.vue.d.ts +19 -0
  234. package/dist/components/RangeCalendar/RangeCalendarHeadCell.vue.d.ts +19 -0
  235. package/dist/components/RangeCalendar/RangeCalendarHeader.vue.d.ts +19 -0
  236. package/dist/components/RangeCalendar/RangeCalendarHeading.vue.d.ts +4 -0
  237. package/dist/components/RangeCalendar/RangeCalendarNext.vue.d.ts +14 -0
  238. package/dist/components/RangeCalendar/RangeCalendarPrev.vue.d.ts +14 -0
  239. package/dist/components/RangeCalendar/RangeCalendarRoot.vue.d.ts +42 -0
  240. package/dist/components/RangeCalendar/index.d.ts +14 -0
  241. package/dist/components/Schedule/Schedule.stories.d.ts +6 -0
  242. package/dist/components/Schedule/Schedule.types.d.ts +8 -0
  243. package/dist/components/Schedule/Schedule.vue.d.ts +15 -0
  244. package/dist/components/Schedule/index.d.ts +3 -0
  245. package/dist/components/Schedule/timeUtils.d.ts +30 -0
  246. package/dist/components/ScheduleMobile/ScheduleMobile.stories.d.ts +6 -0
  247. package/dist/components/ScheduleMobile/ScheduleMobile.vue.d.ts +37 -0
  248. package/dist/components/ScheduleMobile/ScheduleMobileModal.vue.d.ts +13 -0
  249. package/dist/components/ScheduleMobile/index.d.ts +2 -0
  250. package/dist/components/ScrollArea/ScrollArea.stories.d.ts +10 -0
  251. package/dist/components/ScrollArea/ScrollAreaRoot.vue.d.ts +284 -0
  252. package/dist/components/ScrollArea/ScrollAreaScrollbar.vue.d.ts +4 -0
  253. package/dist/components/ScrollArea/ScrollAreaViewport.vue.d.ts +19 -0
  254. package/dist/components/ScrollArea/index.d.ts +4 -0
  255. package/dist/components/Select/Select.stories.d.ts +8 -0
  256. package/dist/components/Select/Select.types.d.ts +5 -0
  257. package/dist/components/Select/SelectContent.vue.d.ts +29 -0
  258. package/dist/components/Select/SelectItem.vue.d.ts +22 -0
  259. package/dist/components/Select/SelectRoot.vue.d.ts +26 -0
  260. package/dist/components/Select/SelectSeparator.vue.d.ts +4 -0
  261. package/dist/components/Select/SelectTrigger.vue.d.ts +25 -0
  262. package/dist/components/Select/SelectValue.vue.d.ts +27 -0
  263. package/dist/components/Select/SelectViewport.vue.d.ts +20 -0
  264. package/dist/components/Select/index.d.ts +9 -0
  265. package/dist/components/Skeleton/Skeleton.stories.d.ts +6 -0
  266. package/dist/components/Skeleton/Skeleton.vue.d.ts +10 -0
  267. package/dist/components/Skeleton/index.d.ts +3 -0
  268. package/dist/components/Spinner/Spinner.directive.d.ts +11 -0
  269. package/dist/components/Spinner/Spinner.stories.d.ts +11 -0
  270. package/dist/components/Spinner/Spinner.vue.d.ts +7 -0
  271. package/dist/components/Spinner/index.d.ts +3 -0
  272. package/dist/components/Stepper/Stepper.stories.d.ts +7 -0
  273. package/dist/components/Stepper/StepperIndicator.vue.d.ts +4 -0
  274. package/dist/components/Stepper/StepperItem.vue.d.ts +19 -0
  275. package/dist/components/Stepper/StepperRoot.vue.d.ts +449 -0
  276. package/dist/components/Stepper/StepperSeparator.vue.d.ts +4 -0
  277. package/dist/components/Stepper/index.d.ts +3 -0
  278. package/dist/components/Switch/Switch.stories.d.ts +11 -0
  279. package/dist/components/Switch/SwitchRoot.vue.d.ts +23 -0
  280. package/dist/components/Switch/SwitchThumb.vue.d.ts +4 -0
  281. package/dist/components/Switch/index.d.ts +3 -0
  282. package/dist/components/Tabs/Tabs.stories.d.ts +9 -0
  283. package/dist/components/Tabs/TabsList.vue.d.ts +19 -0
  284. package/dist/components/Tabs/TabsRoot.vue.d.ts +18 -0
  285. package/dist/components/Tabs/TabsTrigger.vue.d.ts +19 -0
  286. package/dist/components/Tabs/index.d.ts +5 -0
  287. package/dist/components/Tag/Tag.stories.d.ts +11 -0
  288. package/dist/components/Tag/Tag.vue.d.ts +29 -0
  289. package/dist/components/Tag/index.d.ts +2 -0
  290. package/dist/components/Textarea/Textarea.stories.d.ts +7 -0
  291. package/dist/components/Textarea/Textarea.vue.d.ts +53 -0
  292. package/dist/components/Textarea/index.d.ts +2 -0
  293. package/dist/components/TimeField/TimeField.stories.d.ts +6 -0
  294. package/dist/components/TimeField/TimeField.vue.d.ts +23 -0
  295. package/dist/components/TimeField/index.d.ts +2 -0
  296. package/dist/components/Toast/Toast.stories.d.ts +11 -0
  297. package/dist/components/Toast/ToastClose.vue.d.ts +4 -0
  298. package/dist/components/Toast/ToastDescription.vue.d.ts +21 -0
  299. package/dist/components/Toast/ToastProvider.vue.d.ts +21 -0
  300. package/dist/components/Toast/ToastRoot.vue.d.ts +109 -0
  301. package/dist/components/Toast/ToastTitle.vue.d.ts +21 -0
  302. package/dist/components/Toast/ToastViewport.vue.d.ts +4 -0
  303. package/dist/components/Toast/Toaster.vue.d.ts +3 -0
  304. package/dist/components/Toast/index.d.ts +10 -0
  305. package/dist/components/Toast/toast.constants.d.ts +8 -0
  306. package/dist/components/Toast/use-toast.d.ts +281 -0
  307. package/dist/components/Tooltip/Tooltip.stories.d.ts +13 -0
  308. package/dist/components/Tooltip/TooltipArrow.vue.d.ts +9 -0
  309. package/dist/components/Tooltip/TooltipContent.vue.d.ts +30 -0
  310. package/dist/components/Tooltip/index.d.ts +3 -0
  311. package/dist/components/index.d.ts +46 -0
  312. package/dist/components/index.js +5632 -0
  313. package/dist/fonts/Inter/Inter-Black.woff +0 -0
  314. package/dist/fonts/Inter/Inter-Black.woff2 +0 -0
  315. package/dist/fonts/Inter/Inter-Bold.woff +0 -0
  316. package/dist/fonts/Inter/Inter-Bold.woff2 +0 -0
  317. package/dist/fonts/Inter/Inter-ExtraBold.woff +0 -0
  318. package/dist/fonts/Inter/Inter-ExtraBold.woff2 +0 -0
  319. package/dist/fonts/Inter/Inter-ExtraLight.woff +0 -0
  320. package/dist/fonts/Inter/Inter-ExtraLight.woff2 +0 -0
  321. package/dist/fonts/Inter/Inter-Light.woff +0 -0
  322. package/dist/fonts/Inter/Inter-Light.woff2 +0 -0
  323. package/dist/fonts/Inter/Inter-Medium.woff +0 -0
  324. package/dist/fonts/Inter/Inter-Medium.woff2 +0 -0
  325. package/dist/fonts/Inter/Inter-Regular.woff +0 -0
  326. package/dist/fonts/Inter/Inter-Regular.woff2 +0 -0
  327. package/dist/fonts/Inter/Inter-SemiBold.woff +0 -0
  328. package/dist/fonts/Inter/Inter-SemiBold.woff2 +0 -0
  329. package/dist/fonts/Inter/Inter-Thin.woff +0 -0
  330. package/dist/fonts/Inter/Inter-Thin.woff2 +0 -0
  331. package/dist/fonts/Roboto/Roboto-Black.woff +0 -0
  332. package/dist/fonts/Roboto/Roboto-Black.woff2 +0 -0
  333. package/dist/fonts/Roboto/Roboto-Bold.woff +0 -0
  334. package/dist/fonts/Roboto/Roboto-Bold.woff2 +0 -0
  335. package/dist/fonts/Roboto/Roboto-ExtraBold.woff +0 -0
  336. package/dist/fonts/Roboto/Roboto-ExtraBold.woff2 +0 -0
  337. package/dist/fonts/Roboto/Roboto-ExtraLight.woff +0 -0
  338. package/dist/fonts/Roboto/Roboto-ExtraLight.woff2 +0 -0
  339. package/dist/fonts/Roboto/Roboto-Light.woff +0 -0
  340. package/dist/fonts/Roboto/Roboto-Light.woff2 +0 -0
  341. package/dist/fonts/Roboto/Roboto-Medium.woff +0 -0
  342. package/dist/fonts/Roboto/Roboto-Medium.woff2 +0 -0
  343. package/dist/fonts/Roboto/Roboto-Regular.woff +0 -0
  344. package/dist/fonts/Roboto/Roboto-Regular.woff2 +0 -0
  345. package/dist/fonts/Roboto/Roboto-SemiBold.woff +0 -0
  346. package/dist/fonts/Roboto/Roboto-SemiBold.woff2 +0 -0
  347. package/dist/fonts/Roboto/Roboto-Thin.woff +0 -0
  348. package/dist/fonts/Roboto/Roboto-Thin.woff2 +0 -0
  349. package/dist/icons/colored/BonusIcon.vue.d.ts +3 -0
  350. package/dist/icons/colored/CashbackIcon.vue.d.ts +3 -0
  351. package/dist/icons/colored/CertificateIcon.vue.d.ts +3 -0
  352. package/dist/icons/colored/Colored.stories.d.ts +7 -0
  353. package/dist/icons/colored/DiscountIcon.vue.d.ts +3 -0
  354. package/dist/icons/colored/ExcelIcon.vue.d.ts +3 -0
  355. package/dist/icons/colored/FaviconIcon.vue.d.ts +3 -0
  356. package/dist/icons/colored/GiftColorIcon.vue.d.ts +3 -0
  357. package/dist/icons/colored/PdfIcon.vue.d.ts +3 -0
  358. package/dist/icons/colored/SberPayColorIcon.vue.d.ts +3 -0
  359. package/dist/icons/colored/SpbIcon.vue.d.ts +3 -0
  360. package/dist/icons/colored/TruesignIcon.vue.d.ts +3 -0
  361. package/dist/icons/colored/WarehousePointIcon.vue.d.ts +3 -0
  362. package/dist/icons/colored/WordIcon.vue.d.ts +3 -0
  363. package/dist/icons/colored/index.d.ts +14 -0
  364. package/dist/icons/index.d.ts +2 -0
  365. package/dist/icons/index.js +2066 -0
  366. package/dist/icons/monochrome/AngleBottomIcon.vue.d.ts +3 -0
  367. package/dist/icons/monochrome/AngleDoubleLeftIcon.vue.d.ts +3 -0
  368. package/dist/icons/monochrome/AngleDoubleRightIcon.vue.d.ts +3 -0
  369. package/dist/icons/monochrome/AngleLeftIcon.vue.d.ts +3 -0
  370. package/dist/icons/monochrome/AngleRightIcon.vue.d.ts +3 -0
  371. package/dist/icons/monochrome/AngleTopIcon.vue.d.ts +3 -0
  372. package/dist/icons/monochrome/ArrowRightTopIcon.vue.d.ts +3 -0
  373. package/dist/icons/monochrome/AtIcon.vue.d.ts +3 -0
  374. package/dist/icons/monochrome/AvatarIcon.vue.d.ts +3 -0
  375. package/dist/icons/monochrome/BagIcon.vue.d.ts +3 -0
  376. package/dist/icons/monochrome/BanIcon.vue.d.ts +3 -0
  377. package/dist/icons/monochrome/BankIcon.vue.d.ts +3 -0
  378. package/dist/icons/monochrome/BarsIcon.vue.d.ts +3 -0
  379. package/dist/icons/monochrome/BellIcon.vue.d.ts +3 -0
  380. package/dist/icons/monochrome/BookIcon.vue.d.ts +3 -0
  381. package/dist/icons/monochrome/BoxIcon.vue.d.ts +3 -0
  382. package/dist/icons/monochrome/BriefcaseIcon.vue.d.ts +3 -0
  383. package/dist/icons/monochrome/BuildingIcon.vue.d.ts +3 -0
  384. package/dist/icons/monochrome/CalendarIcon.vue.d.ts +3 -0
  385. package/dist/icons/monochrome/CameraIcon.vue.d.ts +3 -0
  386. package/dist/icons/monochrome/CarIcon.vue.d.ts +3 -0
  387. package/dist/icons/monochrome/CarSearchIcon.vue.d.ts +3 -0
  388. package/dist/icons/monochrome/CartCrossedIcon.vue.d.ts +3 -0
  389. package/dist/icons/monochrome/CartIcon.vue.d.ts +3 -0
  390. package/dist/icons/monochrome/CatalogToIcon.vue.d.ts +3 -0
  391. package/dist/icons/monochrome/CevronBottomIcon.vue.d.ts +3 -0
  392. package/dist/icons/monochrome/CevronLeftIcon.vue.d.ts +3 -0
  393. package/dist/icons/monochrome/CevronRightIcon.vue.d.ts +3 -0
  394. package/dist/icons/monochrome/CevronTopIcon.vue.d.ts +3 -0
  395. package/dist/icons/monochrome/CheckFilledIcon.vue.d.ts +3 -0
  396. package/dist/icons/monochrome/CheckIcon.vue.d.ts +3 -0
  397. package/dist/icons/monochrome/CheckRoundedIcon.vue.d.ts +3 -0
  398. package/dist/icons/monochrome/ClockIcon.vue.d.ts +3 -0
  399. package/dist/icons/monochrome/ClockPayIcon.vue.d.ts +3 -0
  400. package/dist/icons/monochrome/CloseIcon.vue.d.ts +3 -0
  401. package/dist/icons/monochrome/CloseRoundedIcon.vue.d.ts +3 -0
  402. package/dist/icons/monochrome/CogIcon.vue.d.ts +3 -0
  403. package/dist/icons/monochrome/CommentIcon.vue.d.ts +3 -0
  404. package/dist/icons/monochrome/CommentsIcon.vue.d.ts +3 -0
  405. package/dist/icons/monochrome/CopyIcon.vue.d.ts +3 -0
  406. package/dist/icons/monochrome/CreditCardIcon.vue.d.ts +3 -0
  407. package/dist/icons/monochrome/CubeIcon.vue.d.ts +3 -0
  408. package/dist/icons/monochrome/DeliveryIcon.vue.d.ts +3 -0
  409. package/dist/icons/monochrome/DeliveryTimeIcon.vue.d.ts +3 -0
  410. package/dist/icons/monochrome/DownloadIcon.vue.d.ts +3 -0
  411. package/dist/icons/monochrome/ErrorFillIcon.vue.d.ts +3 -0
  412. package/dist/icons/monochrome/ErrorIcon.vue.d.ts +3 -0
  413. package/dist/icons/monochrome/EyeCloseIcon.vue.d.ts +3 -0
  414. package/dist/icons/monochrome/EyeIcon.vue.d.ts +3 -0
  415. package/dist/icons/monochrome/FileEditIcon.vue.d.ts +3 -0
  416. package/dist/icons/monochrome/FileExportIcon.vue.d.ts +3 -0
  417. package/dist/icons/monochrome/FileIcon.vue.d.ts +3 -0
  418. package/dist/icons/monochrome/FileUploadIcon.vue.d.ts +3 -0
  419. package/dist/icons/monochrome/FilterFillIcon.vue.d.ts +3 -0
  420. package/dist/icons/monochrome/FilterIcon.vue.d.ts +3 -0
  421. package/dist/icons/monochrome/FilterSlashIcon.vue.d.ts +3 -0
  422. package/dist/icons/monochrome/GiftIcon.vue.d.ts +3 -0
  423. package/dist/icons/monochrome/GuardIcon.vue.d.ts +3 -0
  424. package/dist/icons/monochrome/HeadSetIcon.vue.d.ts +3 -0
  425. package/dist/icons/monochrome/HeartFillIcon.vue.d.ts +3 -0
  426. package/dist/icons/monochrome/HeartOutlinedIcon.vue.d.ts +3 -0
  427. package/dist/icons/monochrome/HomeIcon.vue.d.ts +3 -0
  428. package/dist/icons/monochrome/ImageIcon.vue.d.ts +3 -0
  429. package/dist/icons/monochrome/InfoFillIcon.vue.d.ts +3 -0
  430. package/dist/icons/monochrome/InfoIcon.vue.d.ts +3 -0
  431. package/dist/icons/monochrome/LikeIcon.vue.d.ts +3 -0
  432. package/dist/icons/monochrome/ListIcon.vue.d.ts +3 -0
  433. package/dist/icons/monochrome/LocationIcon.vue.d.ts +3 -0
  434. package/dist/icons/monochrome/LockIcon.vue.d.ts +3 -0
  435. package/dist/icons/monochrome/MailBoxIcon.vue.d.ts +3 -0
  436. package/dist/icons/monochrome/MapIcon.vue.d.ts +3 -0
  437. package/dist/icons/monochrome/MapPointFilledIcon.vue.d.ts +3 -0
  438. package/dist/icons/monochrome/MapPointIcon.vue.d.ts +3 -0
  439. package/dist/icons/monochrome/MessageIcon.vue.d.ts +3 -0
  440. package/dist/icons/monochrome/MinusIcon.vue.d.ts +3 -0
  441. package/dist/icons/monochrome/MoneyBillIcon.vue.d.ts +3 -0
  442. package/dist/icons/monochrome/Monochrome.stories.d.ts +7 -0
  443. package/dist/icons/monochrome/NewIcon.vue.d.ts +3 -0
  444. package/dist/icons/monochrome/PackageIcon.vue.d.ts +3 -0
  445. package/dist/icons/monochrome/PencelLineIcon.vue.d.ts +3 -0
  446. package/dist/icons/monochrome/PlusIcon.vue.d.ts +3 -0
  447. package/dist/icons/monochrome/PlusRoundedIcon.vue.d.ts +3 -0
  448. package/dist/icons/monochrome/PrintIcon.vue.d.ts +3 -0
  449. package/dist/icons/monochrome/ProcentIcon.vue.d.ts +3 -0
  450. package/dist/icons/monochrome/QuestionIcon.vue.d.ts +3 -0
  451. package/dist/icons/monochrome/QuestionRoundedIcon.vue.d.ts +3 -0
  452. package/dist/icons/monochrome/ReplaceIcon.vue.d.ts +3 -0
  453. package/dist/icons/monochrome/ReplayIcon.vue.d.ts +3 -0
  454. package/dist/icons/monochrome/ReturnIcon.vue.d.ts +3 -0
  455. package/dist/icons/monochrome/RubIcon.vue.d.ts +3 -0
  456. package/dist/icons/monochrome/SberPayIcon.vue.d.ts +3 -0
  457. package/dist/icons/monochrome/SearchIcon.vue.d.ts +3 -0
  458. package/dist/icons/monochrome/SearchMinusIcon.vue.d.ts +3 -0
  459. package/dist/icons/monochrome/SearchPlusIcon.vue.d.ts +3 -0
  460. package/dist/icons/monochrome/SendIcon.vue.d.ts +3 -0
  461. package/dist/icons/monochrome/SettingsIcon.vue.d.ts +3 -0
  462. package/dist/icons/monochrome/ShieldErrorIcon.vue.d.ts +3 -0
  463. package/dist/icons/monochrome/ShopIcon.vue.d.ts +3 -0
  464. package/dist/icons/monochrome/ShoppingCartIcon.vue.d.ts +3 -0
  465. package/dist/icons/monochrome/SortDownFillIcon.vue.d.ts +3 -0
  466. package/dist/icons/monochrome/SortDownIcon.vue.d.ts +3 -0
  467. package/dist/icons/monochrome/SortUpFillIcon.vue.d.ts +3 -0
  468. package/dist/icons/monochrome/SortUpIcon.vue.d.ts +3 -0
  469. package/dist/icons/monochrome/StarFillIcon.vue.d.ts +3 -0
  470. package/dist/icons/monochrome/StarIcon.vue.d.ts +3 -0
  471. package/dist/icons/monochrome/SyncIcon.vue.d.ts +3 -0
  472. package/dist/icons/monochrome/TelegramIcon.vue.d.ts +3 -0
  473. package/dist/icons/monochrome/TimerIcon.vue.d.ts +3 -0
  474. package/dist/icons/monochrome/TrashIcon.vue.d.ts +3 -0
  475. package/dist/icons/monochrome/TruckFillIcon.vue.d.ts +3 -0
  476. package/dist/icons/monochrome/TruckIcon.vue.d.ts +3 -0
  477. package/dist/icons/monochrome/UploadIcon.vue.d.ts +3 -0
  478. package/dist/icons/monochrome/UserIcon.vue.d.ts +3 -0
  479. package/dist/icons/monochrome/UsersIcon.vue.d.ts +3 -0
  480. package/dist/icons/monochrome/Wallet2Icon.vue.d.ts +3 -0
  481. package/dist/icons/monochrome/WalletIcon.vue.d.ts +3 -0
  482. package/dist/icons/monochrome/WarehouseIcon.vue.d.ts +3 -0
  483. package/dist/icons/monochrome/WarnRoundedIcon.vue.d.ts +3 -0
  484. package/dist/icons/monochrome/WarningFillIcon.vue.d.ts +3 -0
  485. package/dist/icons/monochrome/WarningIcon.vue.d.ts +3 -0
  486. package/dist/icons/monochrome/index.d.ts +120 -0
  487. package/dist/styles/animations.scss +181 -0
  488. package/dist/styles/colors.scss +155 -0
  489. package/dist/styles/fonts.scss +10 -0
  490. package/dist/styles/global.scss +53 -0
  491. package/dist/styles/index.scss +9 -0
  492. package/dist/styles/mixins.scss +152 -0
  493. package/dist/styles/reset.css +64 -0
  494. package/dist/styles/tailwind.css +307 -0
  495. package/dist/styles/typography.css +43 -0
  496. package/dist/styles/vars.scss +57 -0
  497. package/dist/ui-kit.css +1 -0
  498. package/dist/utils/breakpoints.util.d.ts +15 -0
  499. package/dist/utils/dayjs.util.d.ts +2 -0
  500. package/dist/utils/eventBus.util.d.ts +9 -0
  501. package/dist/utils/index.d.ts +10 -0
  502. package/dist/utils/index.js +139 -0
  503. package/dist/utils/internationalized.utils.d.ts +1 -0
  504. package/dist/utils/isClient.util.d.ts +1 -0
  505. package/dist/utils/onClickOutside.util.d.ts +9 -0
  506. package/dist/utils/parseDate.util.d.ts +11 -0
  507. package/dist/utils/parseFileSize.util.d.ts +18 -0
  508. package/dist/utils/phoneMask.util.d.ts +6 -0
  509. package/dist/utils/price.util.d.ts +15 -0
  510. package/dist/utils/priceFormat.util.d.ts +5 -0
  511. package/dist/utils/typeFile.util.d.ts +10 -0
  512. package/dist/utils/uploadFile.util.d.ts +23 -0
  513. package/dist/utils/useBodyScroll.util.d.ts +4 -0
  514. package/dist/utils/useCounter.d.ts +16 -0
  515. package/dist/vite.svg +1 -0
  516. package/package.json +123 -0
  517. package/src/styles/animations.scss +181 -0
  518. package/src/styles/colors.scss +155 -0
  519. package/src/styles/fonts.scss +10 -0
  520. package/src/styles/global.scss +53 -0
  521. package/src/styles/index.scss +9 -0
  522. package/src/styles/mixins.scss +152 -0
  523. package/src/styles/reset.css +64 -0
  524. package/src/styles/tailwind.css +307 -0
  525. package/src/styles/typography.css +43 -0
  526. package/src/styles/vars.scss +57 -0
@@ -0,0 +1,490 @@
1
+ import B from "dayjs";
2
+ import { useBreakpoints as St } from "@vueuse/core";
3
+ const hr = (l) => {
4
+ const T = ["b", "kb", "mb", "gb", "tb"], f = l.match(/[a-zA-Z]+/)?.[0] || "b", e = parseFloat(l.replace(f, "")), i = T.indexOf(f.toLowerCase());
5
+ return e * Math.pow(1024, i);
6
+ };
7
+ function mr(l, T = 3) {
8
+ if (isNaN(l) || l < 0) return "0 Б";
9
+ const f = ["Б", "КБ", "МБ", "ГБ", "ТБ"];
10
+ let e = 0, i = l;
11
+ const a = Math.pow(10, T);
12
+ for (; i >= a && e < f.length - 1; )
13
+ i = i / 1024, e++;
14
+ const c = i < 1 || i < 10 ? T - 1 : i < 100 ? T - 2 : 0;
15
+ return `${c > 0 ? i.toFixed(c) : Math.round(i).toString()} ${f[e]}`;
16
+ }
17
+ function H(l) {
18
+ return l && l.__esModule && Object.prototype.hasOwnProperty.call(l, "default") ? l.default : l;
19
+ }
20
+ var C = { exports: {} }, wt = C.exports, ft;
21
+ function gt() {
22
+ return ft || (ft = 1, (function(l, T) {
23
+ (function(f, e) {
24
+ l.exports = e(B);
25
+ })(wt, (function(f) {
26
+ function e(h) {
27
+ return h && typeof h == "object" && "default" in h ? h : { default: h };
28
+ }
29
+ var i = e(f), a = "января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"), c = "январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"), $ = "янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"), _ = "янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_"), p = /D[oD]?(\[[^[\]]*\]|\s)+MMMM?/;
30
+ function o(h, D, n) {
31
+ var s, d;
32
+ return n === "m" ? D ? "минута" : "минуту" : h + " " + (s = +h, d = { mm: D ? "минута_минуты_минут" : "минуту_минуты_минут", hh: "час_часа_часов", dd: "день_дня_дней", MM: "месяц_месяца_месяцев", yy: "год_года_лет" }[n].split("_"), s % 10 == 1 && s % 100 != 11 ? d[0] : s % 10 >= 2 && s % 10 <= 4 && (s % 100 < 10 || s % 100 >= 20) ? d[1] : d[2]);
33
+ }
34
+ var g = function(h, D) {
35
+ return p.test(D) ? a[h.month()] : c[h.month()];
36
+ };
37
+ g.s = c, g.f = a;
38
+ var S = function(h, D) {
39
+ return p.test(D) ? $[h.month()] : _[h.month()];
40
+ };
41
+ S.s = _, S.f = $;
42
+ var k = { name: "ru", weekdays: "воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"), weekdaysShort: "вск_пнд_втр_срд_чтв_птн_сбт".split("_"), weekdaysMin: "вс_пн_вт_ср_чт_пт_сб".split("_"), months: g, monthsShort: S, weekStart: 1, yearStart: 4, formats: { LT: "H:mm", LTS: "H:mm:ss", L: "DD.MM.YYYY", LL: "D MMMM YYYY г.", LLL: "D MMMM YYYY г., H:mm", LLLL: "dddd, D MMMM YYYY г., H:mm" }, relativeTime: { future: "через %s", past: "%s назад", s: "несколько секунд", m: o, mm: o, h: "час", hh: o, d: "день", dd: o, M: "месяц", MM: o, y: "год", yy: o }, ordinal: function(h) {
43
+ return h;
44
+ }, meridiem: function(h) {
45
+ return h < 4 ? "ночи" : h < 12 ? "утра" : h < 17 ? "дня" : "вечера";
46
+ } };
47
+ return i.default.locale(k, null, !0), k;
48
+ }));
49
+ })(C)), C.exports;
50
+ }
51
+ gt();
52
+ var j = { exports: {} }, Lt = j.exports, dt;
53
+ function Ot() {
54
+ return dt || (dt = 1, (function(l, T) {
55
+ (function(f, e) {
56
+ l.exports = e();
57
+ })(Lt, (function() {
58
+ var f = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, e = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, i = /\d/, a = /\d\d/, c = /\d\d?/, $ = /\d*[^-_:/,()\s\d]+/, _ = {}, p = function(n) {
59
+ return (n = +n) + (n > 68 ? 1900 : 2e3);
60
+ }, o = function(n) {
61
+ return function(s) {
62
+ this[n] = +s;
63
+ };
64
+ }, g = [/[+-]\d\d:?(\d\d)?|Z/, function(n) {
65
+ (this.zone || (this.zone = {})).offset = (function(s) {
66
+ if (!s || s === "Z") return 0;
67
+ var d = s.match(/([+-]|\d\d)/g), v = 60 * d[1] + (+d[2] || 0);
68
+ return v === 0 ? 0 : d[0] === "+" ? -v : v;
69
+ })(n);
70
+ }], S = function(n) {
71
+ var s = _[n];
72
+ return s && (s.indexOf ? s : s.s.concat(s.f));
73
+ }, k = function(n, s) {
74
+ var d, v = _.meridiem;
75
+ if (v) {
76
+ for (var O = 1; O <= 24; O += 1) if (n.indexOf(v(O, 0, s)) > -1) {
77
+ d = O > 12;
78
+ break;
79
+ }
80
+ } else d = n === (s ? "pm" : "PM");
81
+ return d;
82
+ }, h = { A: [$, function(n) {
83
+ this.afternoon = k(n, !1);
84
+ }], a: [$, function(n) {
85
+ this.afternoon = k(n, !0);
86
+ }], Q: [i, function(n) {
87
+ this.month = 3 * (n - 1) + 1;
88
+ }], S: [i, function(n) {
89
+ this.milliseconds = 100 * +n;
90
+ }], SS: [a, function(n) {
91
+ this.milliseconds = 10 * +n;
92
+ }], SSS: [/\d{3}/, function(n) {
93
+ this.milliseconds = +n;
94
+ }], s: [c, o("seconds")], ss: [c, o("seconds")], m: [c, o("minutes")], mm: [c, o("minutes")], H: [c, o("hours")], h: [c, o("hours")], HH: [c, o("hours")], hh: [c, o("hours")], D: [c, o("day")], DD: [a, o("day")], Do: [$, function(n) {
95
+ var s = _.ordinal, d = n.match(/\d+/);
96
+ if (this.day = d[0], s) for (var v = 1; v <= 31; v += 1) s(v).replace(/\[|\]/g, "") === n && (this.day = v);
97
+ }], w: [c, o("week")], ww: [a, o("week")], M: [c, o("month")], MM: [a, o("month")], MMM: [$, function(n) {
98
+ var s = S("months"), d = (S("monthsShort") || s.map((function(v) {
99
+ return v.slice(0, 3);
100
+ }))).indexOf(n) + 1;
101
+ if (d < 1) throw new Error();
102
+ this.month = d % 12 || d;
103
+ }], MMMM: [$, function(n) {
104
+ var s = S("months").indexOf(n) + 1;
105
+ if (s < 1) throw new Error();
106
+ this.month = s % 12 || s;
107
+ }], Y: [/[+-]?\d+/, o("year")], YY: [a, function(n) {
108
+ this.year = p(n);
109
+ }], YYYY: [/\d{4}/, o("year")], Z: g, ZZ: g };
110
+ function D(n) {
111
+ var s, d;
112
+ s = n, d = _ && _.formats;
113
+ for (var v = (n = s.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(x, M, Y) {
114
+ var y = Y && Y.toUpperCase();
115
+ return M || d[Y] || f[Y] || d[y].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(L, A, q) {
116
+ return A || q.slice(1);
117
+ }));
118
+ }))).match(e), O = v.length, w = 0; w < O; w += 1) {
119
+ var u = v[w], r = h[u], t = r && r[0], m = r && r[1];
120
+ v[w] = m ? { regex: t, parser: m } : u.replace(/^\[|\]$/g, "");
121
+ }
122
+ return function(x) {
123
+ for (var M = {}, Y = 0, y = 0; Y < O; Y += 1) {
124
+ var L = v[Y];
125
+ if (typeof L == "string") y += L.length;
126
+ else {
127
+ var A = L.regex, q = L.parser, R = x.slice(y), F = A.exec(R)[0];
128
+ q.call(M, F), x = x.replace(F, "");
129
+ }
130
+ }
131
+ return (function(P) {
132
+ var z = P.afternoon;
133
+ if (z !== void 0) {
134
+ var b = P.hours;
135
+ z ? b < 12 && (P.hours += 12) : b === 12 && (P.hours = 0), delete P.afternoon;
136
+ }
137
+ })(M), M;
138
+ };
139
+ }
140
+ return function(n, s, d) {
141
+ d.p.customParseFormat = !0, n && n.parseTwoDigitYear && (p = n.parseTwoDigitYear);
142
+ var v = s.prototype, O = v.parse;
143
+ v.parse = function(w) {
144
+ var u = w.date, r = w.utc, t = w.args;
145
+ this.$u = r;
146
+ var m = t[1];
147
+ if (typeof m == "string") {
148
+ var x = t[2] === !0, M = t[3] === !0, Y = x || M, y = t[2];
149
+ M && (y = t[2]), _ = this.$locale(), !x && y && (_ = d.Ls[y]), this.$d = (function(R, F, P, z) {
150
+ try {
151
+ if (["x", "X"].indexOf(F) > -1) return new Date((F === "X" ? 1e3 : 1) * R);
152
+ var b = D(F)(R), K = b.year, E = b.month, xt = b.day, Yt = b.hours, yt = b.minutes, _t = b.seconds, Dt = b.milliseconds, at = b.zone, ut = b.week, tt = /* @__PURE__ */ new Date(), rt = xt || (K || E ? 1 : tt.getDate()), et = K || tt.getFullYear(), I = 0;
153
+ K && !E || (I = E > 0 ? E - 1 : tt.getMonth());
154
+ var Z, nt = Yt || 0, st = yt || 0, ot = _t || 0, it = Dt || 0;
155
+ return at ? new Date(Date.UTC(et, I, rt, nt, st, ot, it + 60 * at.offset * 1e3)) : P ? new Date(Date.UTC(et, I, rt, nt, st, ot, it)) : (Z = new Date(et, I, rt, nt, st, ot, it), ut && (Z = z(Z).week(ut).toDate()), Z);
156
+ } catch {
157
+ return /* @__PURE__ */ new Date("");
158
+ }
159
+ })(u, m, r, d), this.init(), y && y !== !0 && (this.$L = this.locale(y).$L), Y && u != this.format(m) && (this.$d = /* @__PURE__ */ new Date("")), _ = {};
160
+ } else if (m instanceof Array) for (var L = m.length, A = 1; A <= L; A += 1) {
161
+ t[1] = m[A - 1];
162
+ var q = d.apply(this, t);
163
+ if (q.isValid()) {
164
+ this.$d = q.$d, this.$L = q.$L, this.init();
165
+ break;
166
+ }
167
+ A === L && (this.$d = /* @__PURE__ */ new Date(""));
168
+ }
169
+ else O.call(this, w);
170
+ };
171
+ };
172
+ }));
173
+ })(j)), j.exports;
174
+ }
175
+ var Tt = Ot();
176
+ const kt = /* @__PURE__ */ H(Tt);
177
+ var N = { exports: {} }, At = N.exports, ct;
178
+ function bt() {
179
+ return ct || (ct = 1, (function(l, T) {
180
+ (function(f, e) {
181
+ l.exports = e();
182
+ })(At, (function() {
183
+ return function(f, e, i) {
184
+ e.prototype.dayOfYear = function(a) {
185
+ var c = Math.round((i(this).startOf("day") - i(this).startOf("year")) / 864e5) + 1;
186
+ return a == null ? c : this.add(a - c, "day");
187
+ };
188
+ };
189
+ }));
190
+ })(N)), N.exports;
191
+ }
192
+ var Bt = bt();
193
+ const Ft = /* @__PURE__ */ H(Bt);
194
+ var U = { exports: {} }, qt = U.exports, ht;
195
+ function Ht() {
196
+ return ht || (ht = 1, (function(l, T) {
197
+ (function(f, e) {
198
+ l.exports = e();
199
+ })(qt, (function() {
200
+ var f, e, i = 1e3, a = 6e4, c = 36e5, $ = 864e5, _ = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, p = 31536e6, o = 2628e6, g = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/, S = { years: p, months: o, days: $, hours: c, minutes: a, seconds: i, milliseconds: 1, weeks: 6048e5 }, k = function(u) {
201
+ return u instanceof O;
202
+ }, h = function(u, r, t) {
203
+ return new O(u, t, r.$l);
204
+ }, D = function(u) {
205
+ return e.p(u) + "s";
206
+ }, n = function(u) {
207
+ return u < 0;
208
+ }, s = function(u) {
209
+ return n(u) ? Math.ceil(u) : Math.floor(u);
210
+ }, d = function(u) {
211
+ return Math.abs(u);
212
+ }, v = function(u, r) {
213
+ return u ? n(u) ? { negative: !0, format: "" + d(u) + r } : { negative: !1, format: "" + u + r } : { negative: !1, format: "" };
214
+ }, O = (function() {
215
+ function u(t, m, x) {
216
+ var M = this;
217
+ if (this.$d = {}, this.$l = x, t === void 0 && (this.$ms = 0, this.parseFromMilliseconds()), m) return h(t * S[D(m)], this);
218
+ if (typeof t == "number") return this.$ms = t, this.parseFromMilliseconds(), this;
219
+ if (typeof t == "object") return Object.keys(t).forEach((function(L) {
220
+ M.$d[D(L)] = t[L];
221
+ })), this.calMilliseconds(), this;
222
+ if (typeof t == "string") {
223
+ var Y = t.match(g);
224
+ if (Y) {
225
+ var y = Y.slice(2).map((function(L) {
226
+ return L != null ? Number(L) : 0;
227
+ }));
228
+ return this.$d.years = y[0], this.$d.months = y[1], this.$d.weeks = y[2], this.$d.days = y[3], this.$d.hours = y[4], this.$d.minutes = y[5], this.$d.seconds = y[6], this.calMilliseconds(), this;
229
+ }
230
+ }
231
+ return this;
232
+ }
233
+ var r = u.prototype;
234
+ return r.calMilliseconds = function() {
235
+ var t = this;
236
+ this.$ms = Object.keys(this.$d).reduce((function(m, x) {
237
+ return m + (t.$d[x] || 0) * S[x];
238
+ }), 0);
239
+ }, r.parseFromMilliseconds = function() {
240
+ var t = this.$ms;
241
+ this.$d.years = s(t / p), t %= p, this.$d.months = s(t / o), t %= o, this.$d.days = s(t / $), t %= $, this.$d.hours = s(t / c), t %= c, this.$d.minutes = s(t / a), t %= a, this.$d.seconds = s(t / i), t %= i, this.$d.milliseconds = t;
242
+ }, r.toISOString = function() {
243
+ var t = v(this.$d.years, "Y"), m = v(this.$d.months, "M"), x = +this.$d.days || 0;
244
+ this.$d.weeks && (x += 7 * this.$d.weeks);
245
+ var M = v(x, "D"), Y = v(this.$d.hours, "H"), y = v(this.$d.minutes, "M"), L = this.$d.seconds || 0;
246
+ this.$d.milliseconds && (L += this.$d.milliseconds / 1e3, L = Math.round(1e3 * L) / 1e3);
247
+ var A = v(L, "S"), q = t.negative || m.negative || M.negative || Y.negative || y.negative || A.negative, R = Y.format || y.format || A.format ? "T" : "", F = (q ? "-" : "") + "P" + t.format + m.format + M.format + R + Y.format + y.format + A.format;
248
+ return F === "P" || F === "-P" ? "P0D" : F;
249
+ }, r.toJSON = function() {
250
+ return this.toISOString();
251
+ }, r.format = function(t) {
252
+ var m = t || "YYYY-MM-DDTHH:mm:ss", x = { Y: this.$d.years, YY: e.s(this.$d.years, 2, "0"), YYYY: e.s(this.$d.years, 4, "0"), M: this.$d.months, MM: e.s(this.$d.months, 2, "0"), D: this.$d.days, DD: e.s(this.$d.days, 2, "0"), H: this.$d.hours, HH: e.s(this.$d.hours, 2, "0"), m: this.$d.minutes, mm: e.s(this.$d.minutes, 2, "0"), s: this.$d.seconds, ss: e.s(this.$d.seconds, 2, "0"), SSS: e.s(this.$d.milliseconds, 3, "0") };
253
+ return m.replace(_, (function(M, Y) {
254
+ return Y || String(x[M]);
255
+ }));
256
+ }, r.as = function(t) {
257
+ return this.$ms / S[D(t)];
258
+ }, r.get = function(t) {
259
+ var m = this.$ms, x = D(t);
260
+ return x === "milliseconds" ? m %= 1e3 : m = x === "weeks" ? s(m / S[x]) : this.$d[x], m || 0;
261
+ }, r.add = function(t, m, x) {
262
+ var M;
263
+ return M = m ? t * S[D(m)] : k(t) ? t.$ms : h(t, this).$ms, h(this.$ms + M * (x ? -1 : 1), this);
264
+ }, r.subtract = function(t, m) {
265
+ return this.add(t, m, !0);
266
+ }, r.locale = function(t) {
267
+ var m = this.clone();
268
+ return m.$l = t, m;
269
+ }, r.clone = function() {
270
+ return h(this.$ms, this);
271
+ }, r.humanize = function(t) {
272
+ return f().add(this.$ms, "ms").locale(this.$l).fromNow(!t);
273
+ }, r.valueOf = function() {
274
+ return this.asMilliseconds();
275
+ }, r.milliseconds = function() {
276
+ return this.get("milliseconds");
277
+ }, r.asMilliseconds = function() {
278
+ return this.as("milliseconds");
279
+ }, r.seconds = function() {
280
+ return this.get("seconds");
281
+ }, r.asSeconds = function() {
282
+ return this.as("seconds");
283
+ }, r.minutes = function() {
284
+ return this.get("minutes");
285
+ }, r.asMinutes = function() {
286
+ return this.as("minutes");
287
+ }, r.hours = function() {
288
+ return this.get("hours");
289
+ }, r.asHours = function() {
290
+ return this.as("hours");
291
+ }, r.days = function() {
292
+ return this.get("days");
293
+ }, r.asDays = function() {
294
+ return this.as("days");
295
+ }, r.weeks = function() {
296
+ return this.get("weeks");
297
+ }, r.asWeeks = function() {
298
+ return this.as("weeks");
299
+ }, r.months = function() {
300
+ return this.get("months");
301
+ }, r.asMonths = function() {
302
+ return this.as("months");
303
+ }, r.years = function() {
304
+ return this.get("years");
305
+ }, r.asYears = function() {
306
+ return this.as("years");
307
+ }, u;
308
+ })(), w = function(u, r, t) {
309
+ return u.add(r.years() * t, "y").add(r.months() * t, "M").add(r.days() * t, "d").add(r.hours() * t, "h").add(r.minutes() * t, "m").add(r.seconds() * t, "s").add(r.milliseconds() * t, "ms");
310
+ };
311
+ return function(u, r, t) {
312
+ f = t, e = t().$utils(), t.duration = function(M, Y) {
313
+ var y = t.locale();
314
+ return h(M, { $l: y }, Y);
315
+ }, t.isDuration = k;
316
+ var m = r.prototype.add, x = r.prototype.subtract;
317
+ r.prototype.add = function(M, Y) {
318
+ return k(M) ? w(this, M, 1) : m.bind(this)(M, Y);
319
+ }, r.prototype.subtract = function(M, Y) {
320
+ return k(M) ? w(this, M, -1) : x.bind(this)(M, Y);
321
+ };
322
+ };
323
+ }));
324
+ })(U)), U.exports;
325
+ }
326
+ var Pt = Ht();
327
+ const Rt = /* @__PURE__ */ H(Pt);
328
+ var Q = { exports: {} }, zt = Q.exports, mt;
329
+ function Et() {
330
+ return mt || (mt = 1, (function(l, T) {
331
+ (function(f, e) {
332
+ l.exports = e();
333
+ })(zt, (function() {
334
+ return function(f, e, i) {
335
+ e.prototype.isBetween = function(a, c, $, _) {
336
+ var p = i(a), o = i(c), g = (_ = _ || "()")[0] === "(", S = _[1] === ")";
337
+ return (g ? this.isAfter(p, $) : !this.isBefore(p, $)) && (S ? this.isBefore(o, $) : !this.isAfter(o, $)) || (g ? this.isBefore(p, $) : !this.isAfter(p, $)) && (S ? this.isAfter(o, $) : !this.isBefore(o, $));
338
+ };
339
+ };
340
+ }));
341
+ })(Q)), Q.exports;
342
+ }
343
+ var It = Et();
344
+ const Zt = /* @__PURE__ */ H(It);
345
+ var V = { exports: {} }, Ct = V.exports, lt;
346
+ function jt() {
347
+ return lt || (lt = 1, (function(l, T) {
348
+ (function(f, e) {
349
+ l.exports = e();
350
+ })(Ct, (function() {
351
+ return function(f, e) {
352
+ e.prototype.isSameOrAfter = function(i, a) {
353
+ return this.isSame(i, a) || this.isAfter(i, a);
354
+ };
355
+ };
356
+ }));
357
+ })(V)), V.exports;
358
+ }
359
+ var Nt = jt();
360
+ const Ut = /* @__PURE__ */ H(Nt);
361
+ var W = { exports: {} }, Qt = W.exports, pt;
362
+ function Vt() {
363
+ return pt || (pt = 1, (function(l, T) {
364
+ (function(f, e) {
365
+ l.exports = e();
366
+ })(Qt, (function() {
367
+ return function(f, e) {
368
+ e.prototype.isSameOrBefore = function(i, a) {
369
+ return this.isSame(i, a) || this.isBefore(i, a);
370
+ };
371
+ };
372
+ }));
373
+ })(W)), W.exports;
374
+ }
375
+ var Wt = Vt();
376
+ const Xt = /* @__PURE__ */ H(Wt);
377
+ var X = { exports: {} }, Jt = X.exports, vt;
378
+ function Gt() {
379
+ return vt || (vt = 1, (function(l, T) {
380
+ (function(f, e) {
381
+ l.exports = e();
382
+ })(Jt, (function() {
383
+ return function(f, e, i) {
384
+ e.prototype.isToday = function() {
385
+ var a = "YYYY-MM-DD", c = i();
386
+ return this.format(a) === c.format(a);
387
+ };
388
+ };
389
+ }));
390
+ })(X)), X.exports;
391
+ }
392
+ var Kt = Gt();
393
+ const tr = /* @__PURE__ */ H(Kt);
394
+ var J = { exports: {} }, rr = J.exports, Mt;
395
+ function er() {
396
+ return Mt || (Mt = 1, (function(l, T) {
397
+ (function(f, e) {
398
+ l.exports = e();
399
+ })(rr, (function() {
400
+ var f = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" };
401
+ return function(e, i, a) {
402
+ var c = i.prototype, $ = c.format;
403
+ a.en.formats = f, c.format = function(_) {
404
+ _ === void 0 && (_ = "YYYY-MM-DDTHH:mm:ssZ");
405
+ var p = this.$locale().formats, o = (function(g, S) {
406
+ return g.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(k, h, D) {
407
+ var n = D && D.toUpperCase();
408
+ return h || S[D] || f[D] || S[n].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(s, d, v) {
409
+ return d || v.slice(1);
410
+ }));
411
+ }));
412
+ })(_, p === void 0 ? {} : p);
413
+ return $.call(this, o);
414
+ };
415
+ };
416
+ }));
417
+ })(J)), J.exports;
418
+ }
419
+ var nr = er();
420
+ const sr = /* @__PURE__ */ H(nr);
421
+ var G = { exports: {} }, or = G.exports, $t;
422
+ function ir() {
423
+ return $t || ($t = 1, (function(l, T) {
424
+ (function(f, e) {
425
+ l.exports = e();
426
+ })(or, (function() {
427
+ return function(f, e, i) {
428
+ f = f || {};
429
+ var a = e.prototype, c = { future: "in %s", past: "%s ago", s: "a few seconds", m: "a minute", mm: "%d minutes", h: "an hour", hh: "%d hours", d: "a day", dd: "%d days", M: "a month", MM: "%d months", y: "a year", yy: "%d years" };
430
+ function $(p, o, g, S) {
431
+ return a.fromToBase(p, o, g, S);
432
+ }
433
+ i.en.relativeTime = c, a.fromToBase = function(p, o, g, S, k) {
434
+ for (var h, D, n, s = g.$locale().relativeTime || c, d = f.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], v = d.length, O = 0; O < v; O += 1) {
435
+ var w = d[O];
436
+ w.d && (h = S ? i(p).diff(g, w.d, !0) : g.diff(p, w.d, !0));
437
+ var u = (f.rounding || Math.round)(Math.abs(h));
438
+ if (n = h > 0, u <= w.r || !w.r) {
439
+ u <= 1 && O > 0 && (w = d[O - 1]);
440
+ var r = s[w.l];
441
+ k && (u = k("" + u)), D = typeof r == "string" ? r.replace("%d", u) : r(u, o, w.l, n);
442
+ break;
443
+ }
444
+ }
445
+ if (o) return D;
446
+ var t = n ? s.future : s.past;
447
+ return typeof t == "function" ? t(D) : t.replace("%s", D);
448
+ }, a.to = function(p, o) {
449
+ return $(p, o, this, !0);
450
+ }, a.from = function(p, o) {
451
+ return $(p, o, this);
452
+ };
453
+ var _ = function(p) {
454
+ return p.$u ? i.utc() : i();
455
+ };
456
+ a.toNow = function(p) {
457
+ return this.to(_(this), p);
458
+ }, a.fromNow = function(p) {
459
+ return this.from(_(this), p);
460
+ };
461
+ };
462
+ }));
463
+ })(G)), G.exports;
464
+ }
465
+ var ar = ir();
466
+ const ur = /* @__PURE__ */ H(ar);
467
+ B.extend(sr);
468
+ B.extend(ur);
469
+ B.extend(tr);
470
+ B.extend(Zt);
471
+ B.extend(Xt);
472
+ B.extend(Ut);
473
+ B.extend(Rt);
474
+ B.extend(kt);
475
+ B.extend(Ft);
476
+ B.locale("ru");
477
+ const lr = St({
478
+ mobile: 0,
479
+ sm: 640,
480
+ md: 768,
481
+ lg: 1010,
482
+ xl: 1220,
483
+ xxl: 1420,
484
+ xxxl: 1620
485
+ });
486
+ export {
487
+ lr as b,
488
+ mr as f,
489
+ hr as p
490
+ };
@@ -0,0 +1,10 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3-vite';
2
+ import { default as AccordionRoot } from './AccordionRoot.vue';
3
+ declare const meta: Meta<typeof AccordionRoot>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof AccordionRoot>;
6
+ export declare const Default: Story;
7
+ export declare const StyleVariants: Story;
8
+ export declare const CustomArrow: Story;
9
+ export declare const MultipleSelection: Story;
10
+ export declare const FullDemo: Story;
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3-vite';
2
+ import { default as AccordionContent } from './AccordionContent.vue';
3
+ import { IAccordionContentProps } from './types';
4
+ declare const meta: Meta<typeof AccordionContent>;
5
+ export default meta;
6
+ type Story = StoryObj<IAccordionContentProps>;
7
+ export declare const Default: Story;
8
+ export declare const RichContent: Story;
@@ -0,0 +1,22 @@
1
+ import { IAccordionContentProps } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: {
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: DefineComponent<IAccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionContentProps> & Readonly<{}>, {
13
+ asChild: boolean;
14
+ forceMount: boolean;
15
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3-vite';
2
+ import { default as AccordionHeader } from './AccordionHeader.vue';
3
+ import { IAccordionHeaderProps } from './types';
4
+ declare const meta: Meta<typeof AccordionHeader>;
5
+ export default meta;
6
+ type Story = StoryObj<IAccordionHeaderProps>;
7
+ export declare const Default: Story;
@@ -0,0 +1,19 @@
1
+ import { IAccordionHeaderProps } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: {
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: DefineComponent<IAccordionHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
+ export default _default;
15
+ type __VLS_WithTemplateSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3-vite';
2
+ import { default as AccordionItem } from './AccordionItem.vue';
3
+ import { IAccordionItemProps } from './types';
4
+ declare const meta: Meta<typeof AccordionItem>;
5
+ export default meta;
6
+ type Story = StoryObj<IAccordionItemProps>;
7
+ export declare const Default: Story;
8
+ export declare const StyleVariants: Story;
@@ -0,0 +1,21 @@
1
+ import { IAccordionItemProps } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: {
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: DefineComponent<IAccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionItemProps> & Readonly<{}>, {
13
+ styleVariant: "inline" | "filled" | "outlined";
14
+ }, {}, {}, {}, string, 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,23 @@
1
+ import { IAccordionRootProps } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: {
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: DefineComponent<IAccordionRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
+ "update:modelValue": (value: string | string[] | undefined) => any;
14
+ }, string, PublicProps, Readonly<IAccordionRootProps> & Readonly<{
15
+ "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
16
+ }>, {}, {}, {}, {}, string, 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,8 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3-vite';
2
+ import { default as AccordionTrigger, IAccordionTriggerProps } from './AccordionTrigger.vue';
3
+ declare const meta: Meta<typeof AccordionTrigger>;
4
+ export default meta;
5
+ type Story = StoryObj<IAccordionTriggerProps>;
6
+ export declare const Default: Story;
7
+ export declare const WithoutArrow: Story;
8
+ export declare const CustomTrigger: Story;
@@ -0,0 +1,26 @@
1
+ import { AccordionTriggerProps } from 'reka-ui';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface IAccordionTriggerProps extends AccordionTriggerProps {
4
+ /** Показывать/скрывать стрелку-индикатор */
5
+ visibleArrow?: boolean;
6
+ }
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ default?(_: {}): any;
11
+ arrow?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: DefineComponent<IAccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionTriggerProps> & Readonly<{}>, {
18
+ visibleArrow: boolean;
19
+ }, {}, {}, {}, string, 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,6 @@
1
+ import { default as AccordionContent } from './AccordionContent.vue';
2
+ import { default as AccordionHeader } from './AccordionHeader.vue';
3
+ import { default as AccordionItem } from './AccordionItem.vue';
4
+ import { default as AccordionRoot } from './AccordionRoot.vue';
5
+ import { default as AccordionTrigger } from './AccordionTrigger.vue';
6
+ export { AccordionContent, AccordionHeader, AccordionItem, AccordionRoot, AccordionTrigger };