prometeo-design-system 3.1.5 → 3.1.7

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 (465) hide show
  1. package/dist/Avatar.d.ts +4 -0
  2. package/dist/Avatar.es.js +94 -0
  3. package/dist/Button.d.ts +6 -0
  4. package/dist/Button.es.js +400 -0
  5. package/dist/CardProfile-y9Knsg26.js +280 -0
  6. package/dist/CardProfile.d.ts +6 -0
  7. package/dist/CardProfile.es.js +5 -0
  8. package/dist/CheckBox.d.ts +6 -0
  9. package/dist/CheckBox.es.js +112 -0
  10. package/dist/DatePicker-6eb-0Ns5.js +3733 -0
  11. package/dist/DatePicker.d.ts +6 -0
  12. package/dist/DatePicker.es.js +5 -0
  13. package/dist/DialogModal.d.ts +6 -0
  14. package/dist/DialogModal.es.js +75 -0
  15. package/dist/DrawerDesktop.d.ts +6 -0
  16. package/dist/DrawerDesktop.es.js +217 -0
  17. package/dist/DrawerMobile.d.ts +6 -0
  18. package/dist/DrawerMobile.es.js +243 -0
  19. package/dist/DropZone.d.ts +6 -0
  20. package/dist/DropZone.es.js +88 -0
  21. package/dist/FAButton.d.ts +4 -0
  22. package/dist/FAButton.es.js +111 -0
  23. package/dist/Header.d.ts +6 -0
  24. package/dist/Header.es.js +32 -0
  25. package/dist/HelperComponent-ljsn0xD6.js +26 -0
  26. package/dist/Icons/AccountCircle.d.ts +6 -0
  27. package/dist/Icons/AccountCircle.es.js +21 -0
  28. package/dist/Icons/Add.d.ts +6 -0
  29. package/dist/Icons/Add.es.js +19 -0
  30. package/dist/Icons/ArrowLeft.d.ts +6 -0
  31. package/dist/Icons/ArrowLeft.es.js +19 -0
  32. package/dist/Icons/ArrowUpDown.d.ts +6 -0
  33. package/dist/Icons/ArrowUpDown.es.js +21 -0
  34. package/dist/Icons/AttachFile.d.ts +6 -0
  35. package/dist/Icons/AttachFile.es.js +19 -0
  36. package/dist/Icons/Boards.d.ts +6 -0
  37. package/dist/Icons/Boards.es.js +19 -0
  38. package/dist/Icons/Calendar.d.ts +6 -0
  39. package/dist/Icons/Calendar.es.js +19 -0
  40. package/dist/Icons/Cancel.d.ts +6 -0
  41. package/dist/Icons/Cancel.es.js +19 -0
  42. package/dist/Icons/Check.d.ts +6 -0
  43. package/dist/Icons/Check.es.js +19 -0
  44. package/dist/Icons/CheckCircle.d.ts +6 -0
  45. package/dist/Icons/CheckCircle.es.js +21 -0
  46. package/dist/Icons/CheckList.d.ts +6 -0
  47. package/dist/Icons/CheckList.es.js +25 -0
  48. package/dist/Icons/ChevronDown.d.ts +6 -0
  49. package/dist/Icons/ChevronDown.es.js +21 -0
  50. package/dist/Icons/Clock.d.ts +6 -0
  51. package/dist/Icons/Clock.es.js +19 -0
  52. package/dist/Icons/Close.d.ts +6 -0
  53. package/dist/Icons/Close.es.js +19 -0
  54. package/dist/Icons/CloseNavBarDesktop.d.ts +6 -0
  55. package/dist/Icons/CloseNavBarDesktop.es.js +36 -0
  56. package/dist/Icons/Collapse.d.ts +6 -0
  57. package/dist/Icons/Collapse.es.js +19 -0
  58. package/dist/Icons/Company.d.ts +6 -0
  59. package/dist/Icons/Company.es.js +25 -0
  60. package/dist/Icons/Copy.d.ts +6 -0
  61. package/dist/Icons/Copy.es.js +19 -0
  62. package/dist/Icons/CrevronLeft.d.ts +6 -0
  63. package/dist/Icons/CrevronLeft.es.js +21 -0
  64. package/dist/Icons/CrevronRight.d.ts +6 -0
  65. package/dist/Icons/CrevronRight.es.js +21 -0
  66. package/dist/Icons/DocumentFill.d.ts +6 -0
  67. package/dist/Icons/DocumentFill.es.js +27 -0
  68. package/dist/Icons/Download.d.ts +6 -0
  69. package/dist/Icons/Download.es.js +25 -0
  70. package/dist/Icons/Edit.d.ts +6 -0
  71. package/dist/Icons/Edit.es.js +19 -0
  72. package/dist/Icons/EditFill.d.ts +6 -0
  73. package/dist/Icons/EditFill.es.js +25 -0
  74. package/dist/Icons/Email.d.ts +6 -0
  75. package/dist/Icons/Email.es.js +25 -0
  76. package/dist/Icons/Error.d.ts +6 -0
  77. package/dist/Icons/Error.es.js +19 -0
  78. package/dist/Icons/EyeVisibility.d.ts +6 -0
  79. package/dist/Icons/EyeVisibility.es.js +21 -0
  80. package/dist/Icons/EyeVisibilityOff.d.ts +6 -0
  81. package/dist/Icons/EyeVisibilityOff.es.js +21 -0
  82. package/dist/Icons/FaLock.d.ts +6 -0
  83. package/dist/Icons/FaLock.es.js +19 -0
  84. package/dist/Icons/FastForward.d.ts +6 -0
  85. package/dist/Icons/FastForward.es.js +27 -0
  86. package/dist/Icons/File.d.ts +6 -0
  87. package/dist/Icons/File.es.js +25 -0
  88. package/dist/Icons/Filter.d.ts +6 -0
  89. package/dist/Icons/Filter.es.js +19 -0
  90. package/dist/Icons/FormatColorText.d.ts +6 -0
  91. package/dist/Icons/FormatColorText.es.js +26 -0
  92. package/dist/Icons/Help.d.ts +6 -0
  93. package/dist/Icons/Help.es.js +19 -0
  94. package/dist/Icons/HistoryActivity.d.ts +6 -0
  95. package/dist/Icons/HistoryActivity.es.js +21 -0
  96. package/dist/Icons/Home.d.ts +6 -0
  97. package/dist/Icons/Home.es.js +19 -0
  98. package/dist/Icons/Image.d.ts +6 -0
  99. package/dist/Icons/Image.es.js +25 -0
  100. package/dist/Icons/Info.d.ts +6 -0
  101. package/dist/Icons/Info.es.js +19 -0
  102. package/dist/Icons/Logout.d.ts +6 -0
  103. package/dist/Icons/Logout.es.js +19 -0
  104. package/dist/Icons/MessageSquare.d.ts +6 -0
  105. package/dist/Icons/MessageSquare.es.js +21 -0
  106. package/dist/Icons/MessageSquareFill.d.ts +6 -0
  107. package/dist/Icons/MessageSquareFill.es.js +27 -0
  108. package/dist/Icons/MoreVert.d.ts +6 -0
  109. package/dist/Icons/MoreVert.es.js +19 -0
  110. package/dist/Icons/Notifications.d.ts +6 -0
  111. package/dist/Icons/Notifications.es.js +21 -0
  112. package/dist/Icons/Pause.d.ts +6 -0
  113. package/dist/Icons/Pause.es.js +19 -0
  114. package/dist/Icons/Reassignment.d.ts +6 -0
  115. package/dist/Icons/Reassignment.es.js +22 -0
  116. package/dist/Icons/ReassignmentFill.d.ts +6 -0
  117. package/dist/Icons/ReassignmentFill.es.js +52 -0
  118. package/dist/Icons/Reload.d.ts +6 -0
  119. package/dist/Icons/Reload.es.js +25 -0
  120. package/dist/Icons/Search.d.ts +6 -0
  121. package/dist/Icons/Search.es.js +19 -0
  122. package/dist/Icons/Send.d.ts +6 -0
  123. package/dist/Icons/Send.es.js +24 -0
  124. package/dist/Icons/Settings.d.ts +6 -0
  125. package/dist/Icons/Settings.es.js +19 -0
  126. package/dist/Icons/Shared.d.ts +6 -0
  127. package/dist/Icons/Shared.es.js +19 -0
  128. package/dist/Icons/Sort.d.ts +6 -0
  129. package/dist/Icons/Sort.es.js +19 -0
  130. package/dist/Icons/Stars.d.ts +6 -0
  131. package/dist/Icons/Stars.es.js +19 -0
  132. package/dist/Icons/Ticket.d.ts +6 -0
  133. package/dist/Icons/Ticket.es.js +19 -0
  134. package/dist/Icons/TicketFilled.d.ts +6 -0
  135. package/dist/Icons/TicketFilled.es.js +21 -0
  136. package/dist/Icons/Trash.d.ts +6 -0
  137. package/dist/Icons/Trash.es.js +19 -0
  138. package/dist/Icons/TrashFill.d.ts +6 -0
  139. package/dist/Icons/TrashFill.es.js +25 -0
  140. package/dist/Icons/Upload.d.ts +6 -0
  141. package/dist/Icons/Upload.es.js +19 -0
  142. package/dist/Icons/UploadCloud.d.ts +6 -0
  143. package/dist/Icons/UploadCloud.es.js +21 -0
  144. package/dist/Icons/UserAdd.d.ts +6 -0
  145. package/dist/Icons/UserAdd.es.js +19 -0
  146. package/dist/Icons/UserAddFill.d.ts +6 -0
  147. package/dist/Icons/UserAddFill.es.js +27 -0
  148. package/dist/Icons/UserPerson.d.ts +6 -0
  149. package/dist/Icons/UserPerson.es.js +19 -0
  150. package/dist/Icons/WhatsApp.d.ts +6 -0
  151. package/dist/Icons/WhatsApp.es.js +76 -0
  152. package/dist/Icons/components/AccountCircle.d.ts +4 -0
  153. package/dist/Icons/components/Add.d.ts +4 -0
  154. package/dist/Icons/components/ArrowLeft.d.ts +4 -0
  155. package/dist/Icons/components/ArrowUpDown.d.ts +4 -0
  156. package/dist/Icons/components/AttachFile.d.ts +4 -0
  157. package/dist/Icons/components/Boards.d.ts +4 -0
  158. package/dist/Icons/components/Calendar.d.ts +4 -0
  159. package/dist/Icons/components/Cancel.d.ts +4 -0
  160. package/dist/Icons/components/Check.d.ts +4 -0
  161. package/dist/Icons/components/CheckCircle.d.ts +4 -0
  162. package/dist/Icons/components/CheckList.d.ts +4 -0
  163. package/dist/Icons/components/ChevronDown.d.ts +4 -0
  164. package/dist/Icons/components/Clock.d.ts +4 -0
  165. package/dist/Icons/components/Close.d.ts +4 -0
  166. package/dist/Icons/components/CloseNavBarDesktop.d.ts +4 -0
  167. package/dist/Icons/components/Collapse.d.ts +4 -0
  168. package/dist/Icons/components/Company.d.ts +4 -0
  169. package/dist/Icons/components/Copy.d.ts +4 -0
  170. package/dist/Icons/components/CrevronLeft.d.ts +4 -0
  171. package/dist/Icons/components/CrevronRight.d.ts +4 -0
  172. package/dist/Icons/components/DocumentFill.d.ts +4 -0
  173. package/dist/Icons/components/Download.d.ts +4 -0
  174. package/dist/Icons/components/Edit.d.ts +4 -0
  175. package/dist/Icons/components/EditFill.d.ts +4 -0
  176. package/dist/Icons/components/Email.d.ts +4 -0
  177. package/dist/Icons/components/Error.d.ts +4 -0
  178. package/dist/Icons/components/EyeVisibility.d.ts +4 -0
  179. package/dist/Icons/components/EyeVisibilityOff.d.ts +4 -0
  180. package/dist/Icons/components/FaLock.d.ts +4 -0
  181. package/dist/Icons/components/FastForward.d.ts +4 -0
  182. package/dist/Icons/components/File.d.ts +4 -0
  183. package/dist/Icons/components/Filter.d.ts +4 -0
  184. package/dist/Icons/components/FormatColorText.d.ts +4 -0
  185. package/dist/Icons/components/Help.d.ts +4 -0
  186. package/dist/Icons/components/HistoryActivity.d.ts +4 -0
  187. package/dist/Icons/components/Home.d.ts +4 -0
  188. package/dist/Icons/components/Image.d.ts +4 -0
  189. package/dist/Icons/components/Info.d.ts +4 -0
  190. package/dist/Icons/components/Logout.d.ts +4 -0
  191. package/dist/Icons/components/MessageSquare.d.ts +4 -0
  192. package/dist/Icons/components/MessageSquareFill.d.ts +4 -0
  193. package/dist/Icons/components/MoreVert.d.ts +4 -0
  194. package/dist/Icons/components/Notifications.d.ts +4 -0
  195. package/dist/Icons/components/Pause.d.ts +4 -0
  196. package/dist/Icons/components/Reassignment.d.ts +4 -0
  197. package/dist/Icons/components/ReassignmentFill.d.ts +4 -0
  198. package/dist/Icons/components/Reload.d.ts +4 -0
  199. package/dist/Icons/components/Search.d.ts +4 -0
  200. package/dist/Icons/components/Send.d.ts +4 -0
  201. package/dist/Icons/components/Settings.d.ts +4 -0
  202. package/dist/Icons/components/Shared.d.ts +4 -0
  203. package/dist/Icons/components/Sort.d.ts +4 -0
  204. package/dist/Icons/components/Stars.d.ts +4 -0
  205. package/dist/Icons/components/Ticket.d.ts +4 -0
  206. package/dist/Icons/components/TicketFilled.d.ts +4 -0
  207. package/dist/Icons/components/Trash.d.ts +4 -0
  208. package/dist/Icons/components/TrashFill.d.ts +4 -0
  209. package/dist/Icons/components/Upload.d.ts +4 -0
  210. package/dist/Icons/components/UploadCloud.d.ts +4 -0
  211. package/dist/Icons/components/UserAdd.d.ts +4 -0
  212. package/dist/Icons/components/UserAddFill.d.ts +4 -0
  213. package/dist/Icons/components/UserPerson.d.ts +4 -0
  214. package/dist/Icons/components/WhatsApp.d.ts +4 -0
  215. package/dist/Icons/iconUtils.d.ts +7 -0
  216. package/dist/Icons/index.d.ts +65 -0
  217. package/dist/Icons/types.d.ts +130 -0
  218. package/dist/Icons.d.ts +2 -0
  219. package/dist/Icons.es.js +128 -0
  220. package/dist/Image.d.ts +4 -0
  221. package/dist/Image.es.js +91 -0
  222. package/dist/ImageGallery-DG9ovlQ-.js +319 -0
  223. package/dist/ImageGallery.d.ts +6 -0
  224. package/dist/ImageGallery.es.js +23 -0
  225. package/dist/Input.d.ts +6 -0
  226. package/dist/Input.es.js +220 -0
  227. package/dist/InputMultiple.d.ts +6 -0
  228. package/dist/InputMultiple.es.js +265 -0
  229. package/dist/LayoutGeneric-CfWhV1ov.js +26 -0
  230. package/dist/LayoutGeneric.d.ts +6 -0
  231. package/dist/LayoutGeneric.es.js +4 -0
  232. package/dist/Logo.d.ts +4 -0
  233. package/dist/Logo.es.js +9 -0
  234. package/dist/Menu.d.ts +6 -0
  235. package/dist/Menu.es.js +77 -0
  236. package/dist/NotificationCard.d.ts +6 -0
  237. package/dist/NotificationCard.es.js +50 -0
  238. package/dist/OtpInput.d.ts +6 -0
  239. package/dist/OtpInput.es.js +302 -0
  240. package/dist/Pagination.d.ts +6 -0
  241. package/dist/Pagination.es.js +97 -0
  242. package/dist/ProfilePictureUpload.d.ts +6 -0
  243. package/dist/ProfilePictureUpload.es.js +189 -0
  244. package/dist/ProgressBar.d.ts +6 -0
  245. package/dist/ProgressBar.es.js +70 -0
  246. package/dist/PyrionNavigationDrawer.d.ts +6 -0
  247. package/dist/PyrionNavigationDrawer.es.js +962 -0
  248. package/dist/RadioButton.d.ts +6 -0
  249. package/dist/RadioButton.es.js +78 -0
  250. package/dist/RecurrentDatePicker.d.ts +2 -0
  251. package/dist/RecurrentDatePicker.es.js +694 -0
  252. package/dist/RecurrentDatePickerRRule.d.ts +2 -0
  253. package/dist/RecurrentDatePickerRRule.es.js +1682 -0
  254. package/dist/Scrollable.d.ts +2 -0
  255. package/dist/Scrollable.es.js +260 -0
  256. package/dist/SegmentedButton.d.ts +6 -0
  257. package/dist/SegmentedButton.es.js +185 -0
  258. package/dist/Select.d.ts +6 -0
  259. package/dist/Select.es.js +1061 -0
  260. package/dist/SelectSearch.d.ts +6 -0
  261. package/dist/SelectSearch.es.js +284 -0
  262. package/dist/Skeleton.d.ts +6 -0
  263. package/dist/Skeleton.es.js +74 -0
  264. package/dist/Spinner.d.ts +6 -0
  265. package/dist/Spinner.es.js +178 -0
  266. package/dist/Steps.d.ts +6 -0
  267. package/dist/Steps.es.js +214 -0
  268. package/dist/SwipeContainer.d.ts +4 -0
  269. package/dist/SwipeContainer.es.js +185 -0
  270. package/dist/Switch.d.ts +6 -0
  271. package/dist/Switch.es.js +97 -0
  272. package/dist/TabLinks.d.ts +4 -0
  273. package/dist/TabLinks.es.js +94 -0
  274. package/dist/Table.d.ts +2 -0
  275. package/dist/Table.es.js +121 -0
  276. package/dist/TextArea.d.ts +4 -0
  277. package/dist/TextArea.es.js +66 -0
  278. package/dist/TicketCard.d.ts +6 -0
  279. package/dist/TicketCard.es.js +130 -0
  280. package/dist/Toast.d.ts +6 -0
  281. package/dist/Toast.es.js +150 -0
  282. package/dist/ToastProvider.d.ts +6 -0
  283. package/dist/ToastProvider.es.js +6 -0
  284. package/dist/Tooltip.d.ts +6 -0
  285. package/dist/Tooltip.es.js +62 -0
  286. package/dist/assets/psmlogo.png +0 -0
  287. package/dist/badge-B1IK_-i5.js +87 -0
  288. package/dist/cn-B6yFEsav.js +8 -0
  289. package/dist/components/Autocomplete/Autocomplete.d.ts +20 -0
  290. package/dist/components/Autocomplete/useAutocomplete.d.ts +43 -0
  291. package/dist/components/Avatar/Avatar.d.ts +11 -0
  292. package/dist/components/Avatar/index.d.ts +1 -0
  293. package/dist/components/Button/Button.d.ts +23 -0
  294. package/dist/components/Button/index.d.ts +2 -0
  295. package/dist/components/Card/Card.d.ts +12 -0
  296. package/dist/components/CardProfile/CardProfile.d.ts +55 -0
  297. package/dist/components/CheckBox/CheckBox.d.ts +11 -0
  298. package/dist/components/DatePicker/DatePicker.d.ts +82 -0
  299. package/dist/components/Dialog/Dialog.d.ts +35 -0
  300. package/dist/components/Dialog/DialogV2.d.ts +35 -0
  301. package/dist/components/Dialog/useDialogControl.d.ts +8 -0
  302. package/dist/components/Drawer/DrawerDesktop.d.ts +21 -0
  303. package/dist/components/Drawer/DrawerMobile.d.ts +24 -0
  304. package/dist/components/Drawer/useDrawerDesktop.d.ts +8 -0
  305. package/dist/components/Drawer/useDrawerMobile.d.ts +8 -0
  306. package/dist/components/DropZone/DropZone.d.ts +16 -0
  307. package/dist/components/DropZone/DropzoneCompossable.d.ts +54 -0
  308. package/dist/components/DropZone/useFileDropzone.d.ts +21 -0
  309. package/dist/components/FAB/FAButton.d.ts +21 -0
  310. package/dist/components/FileCard/FileCard.d.ts +52 -0
  311. package/dist/components/Header/Header.d.ts +11 -0
  312. package/dist/components/Image/GalleryPreview.d.ts +8 -0
  313. package/dist/components/Image/Image.d.ts +23 -0
  314. package/dist/components/Image/ImageGallery.d.ts +18 -0
  315. package/dist/components/Image/LightBox.d.ts +14 -0
  316. package/dist/components/Image/index.d.ts +5 -0
  317. package/dist/components/Image/useImageGallery.d.ts +10 -0
  318. package/dist/components/Input/Input.d.ts +34 -0
  319. package/dist/components/InputMultiple/InputMultiple.d.ts +25 -0
  320. package/dist/components/Layout/LayoutGeneric.d.ts +6 -0
  321. package/dist/components/Logo/Logo.d.ts +2 -0
  322. package/dist/components/Menu/MenuComposable.d.ts +15 -0
  323. package/dist/components/NavigationDrawer/NavItemSecondary.d.ts +10 -0
  324. package/dist/components/NavigationDrawer/NavigationDrawer.d.ts +49 -0
  325. package/dist/components/NavigationDrawer/NavigationDrawerActionItem.d.ts +16 -0
  326. package/dist/components/NavigationDrawer/NavigationDrawerActions.d.ts +9 -0
  327. package/dist/components/NavigationDrawer/NavigationDrawerItemBase.d.ts +18 -0
  328. package/dist/components/NavigationDrawer/NavigationDrawerLinkItem.d.ts +30 -0
  329. package/dist/components/NavigationDrawer/NavigationDrawerNavlinks.d.ts +11 -0
  330. package/dist/components/NavigationDrawer/index.d.ts +2 -0
  331. package/dist/components/NotificationCard/NotificationCard.d.ts +25 -0
  332. package/dist/components/NotificationCard/index.d.ts +3 -0
  333. package/dist/components/OtpInput/OtpInput.d.ts +30 -0
  334. package/dist/components/Pagination/Pagination.d.ts +6 -0
  335. package/dist/components/ProfilePictureUpload/ProfilePictureUpload.d.ts +19 -0
  336. package/dist/components/ProgressBar/ProgressBar.d.ts +18 -0
  337. package/dist/components/PyrionNavigationDrawer/PyrionHelpSection.d.ts +8 -0
  338. package/dist/components/PyrionNavigationDrawer/PyrionNavigationDrawer.d.ts +130 -0
  339. package/dist/components/PyrionNavigationDrawer/PyrionNavigationDrawerMobileAppSwitcher.d.ts +10 -0
  340. package/dist/components/PyrionNavigationDrawer/PyrionNavigationDrawerSystemLogo.d.ts +7 -0
  341. package/dist/components/PyrionNavigationDrawer/PyrionNotificationsList.d.ts +8 -0
  342. package/dist/components/PyrionNavigationDrawer/SidebarContent.d.ts +13 -0
  343. package/dist/components/PyrionNavigationDrawer/SystemSessions.d.ts +12 -0
  344. package/dist/components/PyrionNavigationDrawer/index.d.ts +3 -0
  345. package/dist/components/RadioButton/RadioButton.d.ts +14 -0
  346. package/dist/components/RecurrentDatePicker/CustomFrequencySettings.d.ts +40 -0
  347. package/dist/components/RecurrentDatePicker/FrequencySettings.d.ts +13 -0
  348. package/dist/components/RecurrentDatePicker/MonthlyFrequencySettings.d.ts +35 -0
  349. package/dist/components/RecurrentDatePicker/PreviewCalendar.d.ts +5 -0
  350. package/dist/components/RecurrentDatePicker/RecurrentDatePicker.d.ts +39 -0
  351. package/dist/components/RecurrentDatePicker/RecurrentDatePickerRRule.d.ts +13 -0
  352. package/dist/components/RecurrentDatePicker/WeekdaysSelector.d.ts +13 -0
  353. package/dist/components/RecurrentDatePicker/WeeklyFrequencySetting.d.ts +9 -0
  354. package/dist/components/RecurrentDatePicker/YearlyFrequencySettings.d.ts +21 -0
  355. package/dist/components/RecurrentDatePicker/recurrentDatePicker.validations.d.ts +69 -0
  356. package/dist/components/Scrollable/Scrollable.d.ts +31 -0
  357. package/dist/components/SegmentedButton/SegmentedButton.d.ts +20 -0
  358. package/dist/components/Select/Select.d.ts +123 -0
  359. package/dist/components/SelectSearch/SelectSearch.d.ts +40 -0
  360. package/dist/components/Shared/Chip.d.ts +15 -0
  361. package/dist/components/Shared/HelperComponent.d.ts +13 -0
  362. package/dist/components/Sidebar/SecondaryBar/SecondaryBar.d.ts +32 -0
  363. package/dist/components/Sidebar/SecondaryBar/hooks/useSecondaryBarAnimation.d.ts +2 -0
  364. package/dist/components/Sidebar/SecondaryBar/index.d.ts +1 -0
  365. package/dist/components/Sidebar/SidebarComposable.d.ts +43 -0
  366. package/dist/components/Sidebar/components/NavigationLink.d.ts +11 -0
  367. package/dist/components/Sidebar/components/badge.d.ts +10 -0
  368. package/dist/components/Sidebar/components/changue-account.d.ts +5 -0
  369. package/dist/components/Sidebar/components/collapse-button.d.ts +5 -0
  370. package/dist/components/Sidebar/components/company-logo.d.ts +5 -0
  371. package/dist/components/Sidebar/components/nav-actions.d.ts +7 -0
  372. package/dist/components/Sidebar/components/nav-links.d.ts +7 -0
  373. package/dist/components/Sidebar/context/SidebarContext.d.ts +13 -0
  374. package/dist/components/Sidebar/hooks/SidebarProvider.d.ts +3 -0
  375. package/dist/components/Sidebar/hooks/useNavBarActions.d.ts +9 -0
  376. package/dist/components/Sidebar/hooks/useNavBarCollapse.d.ts +4 -0
  377. package/dist/components/Sidebar/hooks/useNavLinks.d.ts +32 -0
  378. package/dist/components/Sidebar/hooks/useSidebarHook.d.ts +13 -0
  379. package/dist/components/Sidebar/index.d.ts +12 -0
  380. package/dist/components/Sidebar/ui/useNavbarAnimation.d.ts +2 -0
  381. package/dist/components/Skeleton/Skeleton.d.ts +13 -0
  382. package/dist/components/Spinner/Spinner.d.ts +12 -0
  383. package/dist/components/Steps/Steps.d.ts +21 -0
  384. package/dist/components/SwipeContainer/SwipeContainer.d.ts +19 -0
  385. package/dist/components/Switch/Switch.d.ts +11 -0
  386. package/dist/components/TabLinks/TabLinks.d.ts +23 -0
  387. package/dist/components/TabSwitch/TabSwitch.d.ts +16 -0
  388. package/dist/components/Table/Table.d.ts +14 -0
  389. package/dist/components/Table/TableWithPagination.d.ts +11 -0
  390. package/dist/components/TextArea/TextArea.d.ts +15 -0
  391. package/dist/components/TicketCard/TicketCard.d.ts +32 -0
  392. package/dist/components/TicketCard/index.d.ts +3 -0
  393. package/dist/components/Toaster/ToastProvider.d.ts +5 -0
  394. package/dist/components/Toaster/Toaster.d.ts +36 -0
  395. package/dist/components/Tooltip/Tootip.d.ts +10 -0
  396. package/dist/components/UserCard/UserCard.d.ts +12 -0
  397. package/dist/exports/Autocomplete.d.ts +1 -0
  398. package/dist/exports/Avatar.d.ts +1 -0
  399. package/dist/exports/Button.d.ts +2 -0
  400. package/dist/exports/CardProfile.d.ts +3 -0
  401. package/dist/exports/CheckBox.d.ts +2 -0
  402. package/dist/exports/DatePicker.d.ts +3 -0
  403. package/dist/exports/DialogModal.d.ts +2 -0
  404. package/dist/exports/DrawerDesktop.d.ts +4 -0
  405. package/dist/exports/DrawerMobile.d.ts +4 -0
  406. package/dist/exports/DropZone.d.ts +3 -0
  407. package/dist/exports/FAButton.d.ts +1 -0
  408. package/dist/exports/Header.d.ts +2 -0
  409. package/dist/exports/Icons.d.ts +1 -0
  410. package/dist/exports/Image.d.ts +1 -0
  411. package/dist/exports/ImageGallery.d.ts +2 -0
  412. package/dist/exports/Input.d.ts +2 -0
  413. package/dist/exports/InputMultiple.d.ts +3 -0
  414. package/dist/exports/LayoutGeneric.d.ts +2 -0
  415. package/dist/exports/Logo.d.ts +1 -0
  416. package/dist/exports/Menu.d.ts +3 -0
  417. package/dist/exports/NotificationCard.d.ts +2 -0
  418. package/dist/exports/OtpInput.d.ts +2 -0
  419. package/dist/exports/Pagination.d.ts +2 -0
  420. package/dist/exports/ProfilePictureUpload.d.ts +3 -0
  421. package/dist/exports/ProgressBar.d.ts +2 -0
  422. package/dist/exports/PyrionNavigationDrawer.d.ts +2 -0
  423. package/dist/exports/RadioButton.d.ts +3 -0
  424. package/dist/exports/RecurrentDatePicker.d.ts +5 -0
  425. package/dist/exports/RecurrentDatePickerRRule.d.ts +2 -0
  426. package/dist/exports/Scrollable.d.ts +2 -0
  427. package/dist/exports/SegmentedButton.d.ts +3 -0
  428. package/dist/exports/Select.d.ts +5 -0
  429. package/dist/exports/SelectSearch.d.ts +3 -0
  430. package/dist/exports/Skeleton.d.ts +3 -0
  431. package/dist/exports/Spinner.d.ts +3 -0
  432. package/dist/exports/Steps.d.ts +3 -0
  433. package/dist/exports/SwipeContainer.d.ts +1 -0
  434. package/dist/exports/Switch.d.ts +3 -0
  435. package/dist/exports/TabLinks.d.ts +1 -0
  436. package/dist/exports/Table.d.ts +1 -0
  437. package/dist/exports/TextArea.d.ts +1 -0
  438. package/dist/exports/TicketCard.d.ts +2 -0
  439. package/dist/exports/Toast.d.ts +3 -0
  440. package/dist/exports/ToastProvider.d.ts +2 -0
  441. package/dist/exports/Tooltip.d.ts +2 -0
  442. package/dist/exports/useDevice.d.ts +1 -0
  443. package/dist/exports/usePyrionNavigation.d.ts +1 -0
  444. package/dist/hooks/useClickOutside.d.ts +8 -0
  445. package/dist/hooks/useDevice.d.ts +1 -0
  446. package/dist/hooks/useDragScroll.d.ts +29 -0
  447. package/dist/hooks/useLabelBackground.d.ts +6 -0
  448. package/dist/iconUtils-D0lVAgGT.js +5 -0
  449. package/dist/index-BOQuZ0gG.js +34 -0
  450. package/dist/index.d.ts +104 -0
  451. package/dist/jsx-runtime-GkKLlHH4.js +263 -0
  452. package/dist/lib/cn.d.ts +2 -0
  453. package/dist/lib/utils.d.ts +3 -0
  454. package/dist/prometeo-design-system.es.js +918 -0
  455. package/dist/styles.css +1 -0
  456. package/dist/styles.d.ts +1 -0
  457. package/dist/useDevice.d.ts +2 -0
  458. package/dist/useDevice.es.js +13 -0
  459. package/dist/useDragScroll-CHN9OMwn.js +165 -0
  460. package/dist/useLabelBackground-BDIHUdND.js +26 -0
  461. package/dist/usePyrionNavigation.d.ts +4 -0
  462. package/dist/usePyrionNavigation.es.js +4 -0
  463. package/dist/utils-X4-h3cum.js +54 -0
  464. package/dist/vite.svg +1 -0
  465. package/package.json +1 -1
@@ -0,0 +1,694 @@
1
+ import { j as r } from "./jsx-runtime-GkKLlHH4.js";
2
+ import O, { useMemo as D, memo as b, useRef as M, useCallback as g, useState as L, useEffect as W } from "react";
3
+ import { D as R } from "./DatePicker-6eb-0Ns5.js";
4
+ import f from "./Select.es.js";
5
+ import I from "./Input.es.js";
6
+ import _ from "./CheckBox.es.js";
7
+ import { c as p } from "./cn-B6yFEsav.js";
8
+ import { H as A } from "./HelperComponent-ljsn0xD6.js";
9
+ import w from "./RadioButton.es.js";
10
+ const B = [
11
+ {
12
+ value: "monday",
13
+ label: "Lunes",
14
+ short: "L"
15
+ },
16
+ {
17
+ value: "tuesday",
18
+ label: "Martes",
19
+ short: "M"
20
+ },
21
+ {
22
+ value: "wednesday",
23
+ label: "Miércoles",
24
+ short: "M"
25
+ },
26
+ {
27
+ value: "thursday",
28
+ label: "Jueves",
29
+ short: "J"
30
+ },
31
+ {
32
+ value: "friday",
33
+ label: "Viernes",
34
+ short: "V"
35
+ },
36
+ {
37
+ value: "saturday",
38
+ label: "Sábado",
39
+ short: "S"
40
+ },
41
+ {
42
+ value: "sunday",
43
+ label: "Domingo",
44
+ short: "D"
45
+ }
46
+ ], E = (e) => {
47
+ const {
48
+ options: a = ["monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"],
49
+ labelVariant: s = "short",
50
+ value: u = [],
51
+ onChange: c,
52
+ label: d,
53
+ required: m = !1,
54
+ error: h
55
+ } = e, o = D(
56
+ () => B.filter((n) => a.includes(n.value)),
57
+ [a]
58
+ ), i = (n) => {
59
+ const t = n.target.value;
60
+ if (!t) return u;
61
+ const l = n.target.checked ? [...u, t] : u.filter((y) => y !== t);
62
+ c(l);
63
+ };
64
+ return /* @__PURE__ */ r.jsxs(
65
+ "div",
66
+ {
67
+ className: p(
68
+ "flex flex-col gap-1 relative"
69
+ ),
70
+ children: [
71
+ d && /* @__PURE__ */ r.jsxs(
72
+ "p",
73
+ {
74
+ className: p(
75
+ "ml-3",
76
+ "prometeo-fonts-label-large text-neutral-medium-default"
77
+ ),
78
+ children: [
79
+ d,
80
+ m && /* @__PURE__ */ r.jsx("span", { children: " *" })
81
+ ]
82
+ }
83
+ ),
84
+ /* @__PURE__ */ r.jsx("div", { className: "flex gap-2 justify-between w-full", children: o?.map((n) => /* @__PURE__ */ r.jsxs(
85
+ "div",
86
+ {
87
+ className: p(
88
+ "flex flex-col items-center justify-center gap-1",
89
+ "h-18 w-12"
90
+ ),
91
+ children: [
92
+ /* @__PURE__ */ r.jsx(
93
+ _,
94
+ {
95
+ value: n.value,
96
+ onChange: i,
97
+ checked: u.includes(n.value)
98
+ }
99
+ ),
100
+ /* @__PURE__ */ r.jsx(
101
+ "p",
102
+ {
103
+ className: p(
104
+ "z-20",
105
+ s === "large" && "text-[11px]"
106
+ ),
107
+ children: s === "short" ? n.short : n.label
108
+ }
109
+ )
110
+ ]
111
+ },
112
+ n.value
113
+ )) }),
114
+ h && /* @__PURE__ */ r.jsx(A, { variant: "error", children: h })
115
+ ]
116
+ }
117
+ );
118
+ }, x = O.memo(E, (e, a) => e.value === a.value);
119
+ x.displayName = "WeekdaysSelector";
120
+ const P = ({ value: e, onChange: a, errors: s }) => {
121
+ const u = [
122
+ {
123
+ singularLabel: "Semana",
124
+ pluralLabel: "Semanas",
125
+ value: "weekly",
126
+ maxInterval: 52
127
+ },
128
+ {
129
+ singularLabel: "Mes",
130
+ pluralLabel: "Meses",
131
+ value: "monthly",
132
+ maxInterval: 12
133
+ }
134
+ ], c = D(
135
+ () => u.find((n) => n.value === e?.frequency)?.maxInterval,
136
+ [e?.frequency]
137
+ ), d = (n) => {
138
+ if (n === "") {
139
+ a({
140
+ kind: "setInterval",
141
+ interval: 1
142
+ });
143
+ return;
144
+ }
145
+ const t = Number(n);
146
+ if (console.log("parsedValue", t), Number.isNaN(t))
147
+ return;
148
+ let l = t;
149
+ if (c && t > c && e?.interval === c) {
150
+ const k = n[n.length - 1], S = Number(k);
151
+ Number.isNaN(S) || (l = S);
152
+ }
153
+ let y = l;
154
+ c ? y < 1 ? y = 1 : y > c && (y = c) : y < 1 && (y = 1), a({
155
+ kind: "setInterval",
156
+ interval: y
157
+ });
158
+ }, m = (n) => {
159
+ if (!n)
160
+ return;
161
+ const t = {
162
+ kind: "setFrequency",
163
+ frequency: n.value
164
+ };
165
+ a(t);
166
+ }, h = (n) => {
167
+ a({
168
+ kind: "setWeekdays",
169
+ weekdays: n
170
+ });
171
+ }, o = (n) => {
172
+ if (!n)
173
+ return;
174
+ const t = {
175
+ kind: "setDayOfMonth",
176
+ dayOfMonth: n.value
177
+ };
178
+ a(t);
179
+ }, i = Array.from(
180
+ { length: 28 },
181
+ (n, t) => t + 1
182
+ ).map((n) => ({ value: n.toString(), label: n.toString() })).concat([{ value: "last", label: "último" }]);
183
+ return /* @__PURE__ */ r.jsxs("div", { children: [
184
+ /* @__PURE__ */ r.jsxs("div", { className: "flex items-start gap-2 w-full mb-5", children: [
185
+ /* @__PURE__ */ r.jsx(
186
+ I,
187
+ {
188
+ type: "number",
189
+ min: 1,
190
+ max: c,
191
+ label: "Cada",
192
+ onChange: (n) => d(n.target.value),
193
+ value: e?.interval?.toString(),
194
+ name: "interval",
195
+ labelVariant: "static",
196
+ className: "w-1/2",
197
+ variant: s?.interval ? "error" : "default",
198
+ errorComponent: s?.interval
199
+ }
200
+ ),
201
+ /* @__PURE__ */ r.jsx("div", { className: "pt-2 w-1/2", children: /* @__PURE__ */ r.jsx(
202
+ f,
203
+ {
204
+ label: "",
205
+ labelVariant: "static",
206
+ options: u,
207
+ optionLabel: (n) => Number(e?.interval) > 1 ? n.pluralLabel : n.singularLabel,
208
+ optionValue: "value",
209
+ value: e?.frequency,
210
+ onChange: m,
211
+ name: "frequency",
212
+ dropdownOptions: {
213
+ hideSearchBar: !0
214
+ }
215
+ }
216
+ ) })
217
+ ] }),
218
+ /* @__PURE__ */ r.jsxs("div", { children: [
219
+ e?.frequency === "weekly" && /* @__PURE__ */ r.jsx(
220
+ x,
221
+ {
222
+ label: "Los días",
223
+ value: e?.weekdays,
224
+ onChange: h,
225
+ required: !0,
226
+ error: s?.weekdays
227
+ }
228
+ ),
229
+ e?.frequency === "monthly" && /* @__PURE__ */ r.jsx(
230
+ f,
231
+ {
232
+ options: i,
233
+ optionLabel: "label",
234
+ optionValue: "value",
235
+ label: "El día",
236
+ value: e?.dayOfMonth?.toString(),
237
+ onChange: o,
238
+ name: "dayOfMonth",
239
+ variant: s?.dayOfMonth ? "error" : "default",
240
+ errorComponent: s?.dayOfMonth,
241
+ dropdownOptions: { hideSearchBar: !0 }
242
+ }
243
+ )
244
+ ] })
245
+ ] });
246
+ }, C = O.memo(
247
+ P,
248
+ (e, a) => e.value === a.value
249
+ );
250
+ C.displayName = "CustomFrequencySettings";
251
+ const T = [
252
+ {
253
+ value: "first",
254
+ label: "Primer"
255
+ },
256
+ {
257
+ value: "second",
258
+ label: "Segundo"
259
+ },
260
+ {
261
+ value: "third",
262
+ label: "Tercer"
263
+ },
264
+ {
265
+ value: "fourth",
266
+ label: "Cuarto"
267
+ },
268
+ {
269
+ value: "last",
270
+ label: "Último"
271
+ }
272
+ ], z = [
273
+ { value: "monday", label: "Lunes" },
274
+ { value: "tuesday", label: "Martes" },
275
+ { value: "wednesday", label: "Miércoles" },
276
+ { value: "thursday", label: "Jueves" },
277
+ { value: "friday", label: "Viernes" },
278
+ { value: "saturday", label: "Sábado" },
279
+ { value: "sunday", label: "Domingo" }
280
+ ], J = ({ value: e, onChange: a, errors: s }) => {
281
+ const u = M(e);
282
+ u.current = e;
283
+ const c = g((i) => {
284
+ const n = i.target.value;
285
+ a({ kind: "setType", newType: n });
286
+ }, [a]), d = g((i) => {
287
+ !i || !u.current || u.current.type !== "relative" || a({ kind: "setRelativeDayOrder", newDayOrder: i.value });
288
+ }, [a, e]), m = g((i) => {
289
+ !i || !u.current || u.current.type !== "relative" || a({ kind: "setRelativeWeekDay", newWeekDay: i.value });
290
+ }, [a, e]), h = g((i) => {
291
+ !i || !u.current || u.current.type !== "absolute" || a({ kind: "setAbsoluteDayOfMonth", newDayOfMonth: i.value });
292
+ }, [a, e]), o = Array.from({ length: 28 }, (i, n) => n + 1).map((i) => ({ value: String(i), label: i.toString() })).concat([
293
+ { value: "last", label: "Último" }
294
+ ]);
295
+ return /* @__PURE__ */ r.jsxs("div", { className: "flex flex-col gap-6 items-start", children: [
296
+ /* @__PURE__ */ r.jsxs("div", { className: "flex gap-2 items-start relative w-full", children: [
297
+ /* @__PURE__ */ r.jsx(
298
+ w,
299
+ {
300
+ name: "monthly-type",
301
+ value: "relative",
302
+ className: "mt-7",
303
+ onChange: c,
304
+ checked: e?.type === "relative"
305
+ }
306
+ ),
307
+ /* @__PURE__ */ r.jsx(
308
+ f,
309
+ {
310
+ label: "El",
311
+ options: T,
312
+ optionLabel: "label",
313
+ optionValue: "value",
314
+ value: e?.type === "relative" ? e.dayOrder : void 0,
315
+ onChange: d,
316
+ labelVariant: "static",
317
+ disabled: e?.type !== "relative",
318
+ variant: s?.dayOrder ? "error" : "default",
319
+ errorComponent: s?.dayOrder,
320
+ dropdownOptions: {
321
+ hideSearchBar: !0
322
+ }
323
+ }
324
+ ),
325
+ /* @__PURE__ */ r.jsx(
326
+ f,
327
+ {
328
+ label: " ",
329
+ labelVariant: "static",
330
+ options: z,
331
+ optionLabel: "label",
332
+ optionValue: "value",
333
+ value: e?.type === "relative" ? e.weekDay : void 0,
334
+ disabled: e?.type !== "relative",
335
+ dropdownOptions: {
336
+ hideSearchBar: !0
337
+ },
338
+ onChange: m,
339
+ variant: s?.weekDay ? "error" : "default",
340
+ errorComponent: s?.weekDay,
341
+ className: "pt-6"
342
+ }
343
+ )
344
+ ] }),
345
+ /* @__PURE__ */ r.jsxs("div", { className: "flex items-start w-full gap-2", children: [
346
+ /* @__PURE__ */ r.jsx(
347
+ w,
348
+ {
349
+ name: "monthly-type",
350
+ className: "mt-7",
351
+ value: "absolute",
352
+ onChange: c,
353
+ checked: e?.type === "absolute"
354
+ }
355
+ ),
356
+ /* @__PURE__ */ r.jsx(
357
+ f,
358
+ {
359
+ label: "El día",
360
+ options: o,
361
+ optionLabel: "label",
362
+ optionValue: "value",
363
+ value: e?.type === "absolute" ? String(e.dayOfMonth) : void 0,
364
+ onChange: h,
365
+ labelVariant: "static",
366
+ disabled: e?.type !== "absolute",
367
+ variant: s?.dayOfMonth ? "error" : "default",
368
+ errorComponent: s?.dayOfMonth,
369
+ dropdownOptions: {
370
+ hideSearchBar: !0
371
+ }
372
+ }
373
+ )
374
+ ] })
375
+ ] });
376
+ }, j = b(J);
377
+ j.displayName = "MonthlyFrequencySettings";
378
+ const Y = ({ value: e, onChange: a, error: s }) => /* @__PURE__ */ r.jsx(
379
+ x,
380
+ {
381
+ label: "Los días",
382
+ value: e,
383
+ onChange: a,
384
+ required: !0,
385
+ error: s
386
+ }
387
+ ), N = b(Y);
388
+ N.displayName = "WeeklyFrequencySettings";
389
+ const H = [
390
+ { value: 1, label: "Enero" },
391
+ { value: 2, label: "Febrero" },
392
+ { value: 3, label: "Marzo" },
393
+ { value: 4, label: "Abril" },
394
+ { value: 5, label: "Mayo" },
395
+ { value: 6, label: "Junio" },
396
+ { value: 7, label: "Julio" },
397
+ { value: 8, label: "Agosto" },
398
+ { value: 9, label: "Septiembre" },
399
+ { value: 10, label: "Octubre" },
400
+ { value: 11, label: "Noviembre" },
401
+ { value: 12, label: "Diciembre" }
402
+ ], $ = ({ value: e, onChange: a, errors: s }) => {
403
+ const u = (o) => {
404
+ o && a({ kind: "setDay", newDay: o.value });
405
+ }, c = (o) => {
406
+ o && (e?.day && !d(o.value) ? a({ kind: "setMonth", newMonth: o.value, newDay: void 0 }) : a({ kind: "setMonth", newMonth: o.value }));
407
+ }, d = (o) => o ? m[e?.month]?.includes(o) : !1, m = {
408
+ 2: [29, 30, 31],
409
+ 4: [31],
410
+ 6: [31],
411
+ 9: [31],
412
+ 11: [31]
413
+ }, h = [...Array.from({ length: 31 }, (o, i) => i + 1).filter((o) => !m[e?.month]?.includes(o))];
414
+ return /* @__PURE__ */ r.jsxs(
415
+ "div",
416
+ {
417
+ className: "flex items-start gap-2",
418
+ children: [
419
+ /* @__PURE__ */ r.jsx(
420
+ f,
421
+ {
422
+ name: "day",
423
+ label: "Día",
424
+ options: h,
425
+ optionLabel: (o) => o.toString(),
426
+ optionValue: (o) => o.toString(),
427
+ value: e?.day,
428
+ onChange: u,
429
+ labelVariant: "static",
430
+ variant: s?.day ? "error" : "default",
431
+ errorComponent: s?.day,
432
+ dropdownOptions: {
433
+ hideSearchBar: !0
434
+ }
435
+ }
436
+ ),
437
+ /* @__PURE__ */ r.jsx(
438
+ f,
439
+ {
440
+ name: "month",
441
+ label: "Mes",
442
+ options: H,
443
+ optionLabel: "label",
444
+ optionValue: "value",
445
+ value: e?.month,
446
+ onChange: c,
447
+ labelVariant: "static",
448
+ variant: s?.month ? "error" : "default",
449
+ errorComponent: s?.month,
450
+ dropdownOptions: {
451
+ hideSearchBar: !0
452
+ }
453
+ }
454
+ )
455
+ ]
456
+ }
457
+ );
458
+ }, V = b($);
459
+ V.displayName = "YearlyFrequencySettings";
460
+ const G = {
461
+ weekly: "El ticket se generará los días que seleccione todas las semanas",
462
+ monthly: "El ticket se generará todos los meses en la frecuencia que seleccione",
463
+ yearly: "El ticket se generará una vez por año en el día y mes que seleccione",
464
+ custom: "El ticket se generará de acuerdo al intervalo y unidad de tiempo que seleccione"
465
+ }, K = (e) => {
466
+ const { frequency: a } = e, s = {
467
+ type: "relative",
468
+ dayOrder: "first",
469
+ weekDay: "monday"
470
+ }, u = {
471
+ type: "absolute",
472
+ dayOfMonth: "1"
473
+ }, c = (t, l) => {
474
+ const y = t.type === "relative" ? t : s, v = t.type === "absolute" ? t : u;
475
+ switch (l.kind) {
476
+ case "setType":
477
+ return l.newType === "relative" ? y : v;
478
+ case "setRelativeDayOrder":
479
+ return { ...y, dayOrder: l.newDayOrder };
480
+ case "setRelativeWeekDay":
481
+ return { ...y, weekDay: l.newWeekDay };
482
+ case "setAbsoluteDayOfMonth":
483
+ return { ...v, dayOfMonth: l.newDayOfMonth };
484
+ }
485
+ }, d = (t) => {
486
+ e.onChange((l) => c(l, t));
487
+ }, m = (t, l) => {
488
+ switch (l.kind) {
489
+ case "setMonth":
490
+ return l.newMonth ? { ...t, month: l.newMonth, day: l?.newDay || t?.day } : t;
491
+ case "setDay":
492
+ return l.newDay ? { ...t, day: l.newDay } : t;
493
+ }
494
+ }, h = (t) => {
495
+ e.onChange((l) => m(l, t));
496
+ }, o = (t) => {
497
+ e.onChange(t);
498
+ }, i = (t, l) => {
499
+ switch (l.kind) {
500
+ case "setInterval":
501
+ return { ...t, interval: l.interval };
502
+ case "setFrequency":
503
+ return { ...t, frequency: l.frequency, interval: 1 };
504
+ case "setWeekdays":
505
+ return { ...t, weekdays: l.weekdays };
506
+ case "setDayOfMonth":
507
+ return { ...t, dayOfMonth: l.dayOfMonth };
508
+ }
509
+ }, n = (t) => {
510
+ e.onChange((l) => i(l, t));
511
+ };
512
+ return /* @__PURE__ */ r.jsxs("div", { children: [
513
+ /* @__PURE__ */ r.jsx("p", { className: " prometeo-fonts-body-large mb-6", children: G[a] }),
514
+ a === "weekly" && /* @__PURE__ */ r.jsx(
515
+ N,
516
+ {
517
+ value: e.frequencySettings,
518
+ onChange: o,
519
+ error: e.errors?.weeklyWeekdays
520
+ }
521
+ ),
522
+ a === "monthly" && /* @__PURE__ */ r.jsx(
523
+ j,
524
+ {
525
+ onChange: d,
526
+ value: e.frequencySettings,
527
+ errors: {
528
+ dayOrder: e.errors?.monthlyDayOrder,
529
+ weekDay: e.errors?.monthlyWeekDay,
530
+ dayOfMonth: e.errors?.monthlyDayOfMonth
531
+ }
532
+ }
533
+ ),
534
+ a === "yearly" && /* @__PURE__ */ r.jsx(
535
+ V,
536
+ {
537
+ onChange: h,
538
+ value: e.frequencySettings,
539
+ errors: {
540
+ month: e.errors?.yearlyMonth,
541
+ day: e.errors?.yearlyDay
542
+ }
543
+ }
544
+ ),
545
+ a === "custom" && /* @__PURE__ */ r.jsx(
546
+ C,
547
+ {
548
+ onChange: n,
549
+ value: e.frequencySettings,
550
+ errors: {
551
+ interval: e.errors?.customInterval,
552
+ weekdays: e.errors?.customWeekdays,
553
+ dayOfMonth: e.errors?.customDayOfMonth
554
+ }
555
+ }
556
+ )
557
+ ] });
558
+ }, F = b(
559
+ K,
560
+ (e, a) => e.frequency === a.frequency && e.frequencySettings === a.frequencySettings && e.onChange === a.onChange && e.errors === a.errors
561
+ );
562
+ F.displayName = "FrequencySettings";
563
+ const Q = [
564
+ {
565
+ label: "Semanalmente",
566
+ value: "weekly"
567
+ },
568
+ {
569
+ label: "Mensualmente",
570
+ value: "monthly"
571
+ },
572
+ {
573
+ label: "Anualmente",
574
+ value: "yearly"
575
+ },
576
+ {
577
+ label: "Personalizado",
578
+ value: "custom"
579
+ }
580
+ ], q = {
581
+ weekly: [],
582
+ monthly: {
583
+ type: "relative",
584
+ dayOrder: "first",
585
+ weekDay: "monday"
586
+ },
587
+ yearly: {
588
+ month: 1,
589
+ day: void 0
590
+ },
591
+ custom: {
592
+ interval: 1,
593
+ frequency: "weekly",
594
+ weekdays: []
595
+ }
596
+ }, U = (e) => {
597
+ const a = e.value, s = a !== void 0, [u, c] = L(
598
+ () => e.value ?? e.defaultValue ?? {
599
+ frequency: "weekly",
600
+ startDate: /* @__PURE__ */ new Date(),
601
+ frequencySettings: q.weekly
602
+ }
603
+ ), d = s ? a : u, m = M(!1);
604
+ W(() => {
605
+ if (!s) {
606
+ if (!m.current) {
607
+ m.current = !0;
608
+ return;
609
+ }
610
+ e.onChange?.(u);
611
+ }
612
+ }, [u, s, e.onChange]);
613
+ const h = (t) => {
614
+ if (s) {
615
+ const y = typeof t == "function" ? t(a ?? u) : t;
616
+ e.onChange?.(y);
617
+ return;
618
+ }
619
+ c(typeof t == "function" ? (l) => t(l) : t);
620
+ }, o = (t) => {
621
+ if (!t)
622
+ return;
623
+ const l = t.value, y = q[l];
624
+ h((v) => ({
625
+ ...v,
626
+ frequency: l,
627
+ frequencySettings: y
628
+ }));
629
+ }, i = (t) => {
630
+ h(typeof t == "function" ? (l) => ({ ...l, frequencySettings: t(l.frequencySettings) }) : (l) => ({ ...l, frequencySettings: t }));
631
+ }, n = (t) => {
632
+ t && h((l) => ({
633
+ ...l,
634
+ startDate: t
635
+ }));
636
+ };
637
+ return /* @__PURE__ */ r.jsxs("div", { className: "w-full flex flex-col gap-6", children: [
638
+ /* @__PURE__ */ r.jsxs("div", { className: "flex max-w-full flex-wrap gap-4", children: [
639
+ /* @__PURE__ */ r.jsx("div", { className: "flex gap-2 items-end w-full justify-between", children: /* @__PURE__ */ r.jsx(
640
+ R,
641
+ {
642
+ selected: d?.startDate,
643
+ onSelect: n,
644
+ label: "Fecha inicio de generación",
645
+ inputProps: {
646
+ autoComplete: "off",
647
+ labelVariant: "static",
648
+ className: "mt-[11px] flex-1",
649
+ ...e.errors?.startDate ? {
650
+ variant: "error",
651
+ errorComponent: e.errors.startDate
652
+ } : {}
653
+ }
654
+ }
655
+ ) }),
656
+ /* @__PURE__ */ r.jsx(
657
+ f,
658
+ {
659
+ className: "min-w-full",
660
+ multiple: !1,
661
+ value: d.frequency,
662
+ options: Q,
663
+ label: "Repetir",
664
+ optionLabel: "label",
665
+ optionValue: "value",
666
+ onChange: o,
667
+ labelVariant: "static",
668
+ dropdownOptions: {
669
+ hideSearchBar: !0
670
+ }
671
+ }
672
+ )
673
+ ] }),
674
+ /* @__PURE__ */ r.jsx(
675
+ "div",
676
+ {
677
+ className: "border-b border-neutral-strong-default w-full min-w-full "
678
+ }
679
+ ),
680
+ /* @__PURE__ */ r.jsx(
681
+ F,
682
+ {
683
+ frequency: d.frequency,
684
+ frequencySettings: d.frequencySettings,
685
+ onChange: i,
686
+ errors: e.errors?.frequencySettings
687
+ }
688
+ )
689
+ ] });
690
+ }, X = b(U);
691
+ X.displayName = "RecurrentDatePicker";
692
+ export {
693
+ X as RecurrentDatePicker
694
+ };
@@ -0,0 +1,2 @@
1
+ export * from './exports/RecurrentDatePickerRRule'
2
+ export {}