sprintify-ui 0.1.17 → 0.1.18

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 (395) hide show
  1. package/README.md +229 -229
  2. package/dist/sprintify-ui.es.js +97 -92
  3. package/dist/style.css +1 -1
  4. package/dist/tailwindcss/index.js +306 -306
  5. package/dist/types/src/components/BaseActionItem.vue.d.ts +33 -33
  6. package/dist/types/src/components/BaseActionItemButton.vue.d.ts +29 -29
  7. package/dist/types/src/components/BaseAddressForm.vue.d.ts +81 -81
  8. package/dist/types/src/components/BaseAlert.vue.d.ts +51 -51
  9. package/dist/types/src/components/BaseApp.vue.d.ts +9 -9
  10. package/dist/types/src/components/BaseAppDialogs.vue.d.ts +14 -14
  11. package/dist/types/src/components/BaseAppNotifications.vue.d.ts +2 -2
  12. package/dist/types/src/components/BaseAutocomplete.vue.d.ts +232 -232
  13. package/dist/types/src/components/BaseAutocompleteDrawer.vue.d.ts +90 -90
  14. package/dist/types/src/components/BaseAutocompleteFetch.vue.d.ts +213 -213
  15. package/dist/types/src/components/BaseAvatar.vue.d.ts +52 -52
  16. package/dist/types/src/components/BaseAvatarGroup.vue.d.ts +43 -43
  17. package/dist/types/src/components/BaseBadge.vue.d.ts +50 -50
  18. package/dist/types/src/components/BaseBelongsTo.vue.d.ts +219 -219
  19. package/dist/types/src/components/BaseBoolean.vue.d.ts +15 -15
  20. package/dist/types/src/components/BaseBreadcrumbs.vue.d.ts +14 -14
  21. package/dist/types/src/components/BaseButton.vue.d.ts +23 -23
  22. package/dist/types/src/components/BaseButtonGroup.vue.d.ts +143 -143
  23. package/dist/types/src/components/BaseCard.vue.d.ts +21 -21
  24. package/dist/types/src/components/BaseCardRow.vue.d.ts +16 -16
  25. package/dist/types/src/components/BaseCharacterCounter.vue.d.ts +49 -49
  26. package/dist/types/src/components/BaseClickOutside.vue.d.ts +26 -26
  27. package/dist/types/src/components/BaseClipboard.vue.d.ts +21 -21
  28. package/dist/types/src/components/BaseColor.vue.d.ts +80 -80
  29. package/dist/types/src/components/BaseContainer.vue.d.ts +34 -34
  30. package/dist/types/src/components/BaseCounter.vue.d.ts +42 -42
  31. package/dist/types/src/components/BaseCropper.vue.d.ts +57 -57
  32. package/dist/types/src/components/BaseCropperModal.vue.d.ts +27 -27
  33. package/dist/types/src/components/BaseDataIterator.vue.d.ts +212 -212
  34. package/dist/types/src/components/BaseDataIteratorSectionBox.vue.d.ts +23 -23
  35. package/dist/types/src/components/BaseDataIteratorSectionButton.vue.d.ts +20 -20
  36. package/dist/types/src/components/BaseDataIteratorSectionColumns.vue.d.ts +665 -665
  37. package/dist/types/src/components/BaseDataIteratorSectionModal.vue.d.ts +29 -29
  38. package/dist/types/src/components/BaseDataTable.vue.d.ts +383 -383
  39. package/dist/types/src/components/BaseDataTableRowAction.vue.d.ts +18 -18
  40. package/dist/types/src/components/BaseDatePicker.vue.d.ts +84 -84
  41. package/dist/types/src/components/BaseDateSelect.vue.d.ts +70 -70
  42. package/dist/types/src/components/BaseDescriptionList.vue.d.ts +9 -9
  43. package/dist/types/src/components/BaseDescriptionListItem.vue.d.ts +10 -10
  44. package/dist/types/src/components/BaseDialog.vue.d.ts +60 -60
  45. package/dist/types/src/components/BaseDisplayRelativeTime.vue.d.ts +68 -68
  46. package/dist/types/src/components/BaseDraggable.vue.d.ts +34 -34
  47. package/dist/types/src/components/BaseDropdown.vue.d.ts +62 -62
  48. package/dist/types/src/components/BaseDropdownAutocomplete.vue.d.ts +132 -132
  49. package/dist/types/src/components/BaseField.vue.d.ts +58 -58
  50. package/dist/types/src/components/BaseFieldI18n.vue.d.ts +96 -96
  51. package/dist/types/src/components/BaseFilePicker.vue.d.ts +59 -59
  52. package/dist/types/src/components/BaseFilePickerCrop.vue.d.ts +57 -57
  53. package/dist/types/src/components/BaseFileUploader.vue.d.ts +85 -85
  54. package/dist/types/src/components/BaseForm.vue.d.ts +131 -131
  55. package/dist/types/src/components/BaseHasMany.vue.d.ts +152 -152
  56. package/dist/types/src/components/BaseHeader.vue.d.ts +80 -80
  57. package/dist/types/src/components/BaseIconPicker.vue.d.ts +38 -38
  58. package/dist/types/src/components/BaseInput.vue.d.ts +169 -169
  59. package/dist/types/src/components/BaseInputError.vue.d.ts +9 -9
  60. package/dist/types/src/components/BaseInputLabel.vue.d.ts +43 -43
  61. package/dist/types/src/components/BaseInputPercent.vue.d.ts +133 -133
  62. package/dist/types/src/components/BaseLayoutNotificationDropdown.vue.d.ts +36 -36
  63. package/dist/types/src/components/BaseLayoutNotificationItem.vue.d.ts +16 -16
  64. package/dist/types/src/components/BaseLayoutNotificationItemContent.vue.d.ts +18 -18
  65. package/dist/types/src/components/BaseLayoutSidebar.vue.d.ts +51 -51
  66. package/dist/types/src/components/BaseLayoutSidebarConfigurable.vue.d.ts +87 -87
  67. package/dist/types/src/components/BaseLayoutStacked.vue.d.ts +23 -23
  68. package/dist/types/src/components/BaseLayoutStackedConfigurable.vue.d.ts +78 -78
  69. package/dist/types/src/components/BaseLoadingCover.vue.d.ts +96 -96
  70. package/dist/types/src/components/BaseMediaGallery.vue.d.ts +64 -64
  71. package/dist/types/src/components/BaseMediaGalleryItem.vue.d.ts +45 -45
  72. package/dist/types/src/components/BaseMediaItem.vue.d.ts +27 -27
  73. package/dist/types/src/components/BaseMediaLibrary.vue.d.ts +172 -172
  74. package/dist/types/src/components/BaseMediaList.vue.d.ts +47 -47
  75. package/dist/types/src/components/BaseMediaListItem.vue.d.ts +47 -47
  76. package/dist/types/src/components/BaseMediaPictures.vue.d.ts +55 -55
  77. package/dist/types/src/components/BaseMediaPicturesItem.vue.d.ts +54 -54
  78. package/dist/types/src/components/BaseMediaPreview.vue.d.ts +36 -36
  79. package/dist/types/src/components/BaseMenu.vue.d.ts +68 -68
  80. package/dist/types/src/components/BaseMenuItem.vue.d.ts +61 -61
  81. package/dist/types/src/components/BaseModalCenter.vue.d.ts +79 -79
  82. package/dist/types/src/components/BaseModalSide.vue.d.ts +61 -61
  83. package/dist/types/src/components/BaseNavbar.vue.d.ts +35 -35
  84. package/dist/types/src/components/BaseNavbarItem.vue.d.ts +26 -26
  85. package/dist/types/src/components/BaseNavbarItemContent.vue.d.ts +60 -60
  86. package/dist/types/src/components/BaseNavbarSideItem.vue.d.ts +44 -44
  87. package/dist/types/src/components/BaseNavbarSideItemContent.vue.d.ts +60 -60
  88. package/dist/types/src/components/BaseNumber.vue.d.ts +125 -125
  89. package/dist/types/src/components/BasePagination.vue.d.ts +35 -35
  90. package/dist/types/src/components/BasePanel.vue.d.ts +31 -31
  91. package/dist/types/src/components/BasePassword.vue.d.ts +62 -62
  92. package/dist/types/src/components/BaseProgressCircle.vue.d.ts +37 -37
  93. package/dist/types/src/components/BaseRadioGroup.vue.d.ts +105 -105
  94. package/dist/types/src/components/BaseReadMore.vue.d.ts +21 -21
  95. package/dist/types/src/components/BaseRichText.vue.d.ts +92 -92
  96. package/dist/types/src/components/BaseSelect.vue.d.ts +97 -97
  97. package/dist/types/src/components/BaseShortcut.vue.d.ts +86 -86
  98. package/dist/types/src/components/BaseSideNavigation.vue.d.ts +33 -33
  99. package/dist/types/src/components/BaseSideNavigationItem.vue.d.ts +43 -43
  100. package/dist/types/src/components/BaseSkeleton.vue.d.ts +30 -30
  101. package/dist/types/src/components/BaseStatistic.vue.d.ts +56 -56
  102. package/dist/types/src/components/BaseStepper.vue.d.ts +16 -16
  103. package/dist/types/src/components/BaseStepperItem.vue.d.ts +51 -51
  104. package/dist/types/src/components/BaseSwitch.vue.d.ts +87 -87
  105. package/dist/types/src/components/BaseSystemAlert.vue.d.ts +52 -52
  106. package/dist/types/src/components/BaseTabItem.vue.d.ts +43 -43
  107. package/dist/types/src/components/BaseTable.vue.d.ts +212 -212
  108. package/dist/types/src/components/BaseTableColumn.vue.d.ts +174 -174
  109. package/dist/types/src/components/BaseTabs.vue.d.ts +33 -33
  110. package/dist/types/src/components/BaseTagAutocomplete.vue.d.ts +204 -204
  111. package/dist/types/src/components/BaseTagAutocompleteFetch.vue.d.ts +144 -144
  112. package/dist/types/src/components/BaseTextarea.vue.d.ts +98 -98
  113. package/dist/types/src/components/BaseTextareaAutoresize.vue.d.ts +98 -98
  114. package/dist/types/src/components/BaseTimeline.vue.d.ts +14 -14
  115. package/dist/types/src/components/BaseTimelineItem.vue.d.ts +14 -14
  116. package/dist/types/src/components/SlotComponent.d.ts +43 -43
  117. package/dist/types/src/components/index.d.ts +93 -93
  118. package/dist/types/src/composables/breakpoints.d.ts +27 -27
  119. package/dist/types/src/composables/clickOutside.d.ts +8 -8
  120. package/dist/types/src/composables/field.d.ts +19 -19
  121. package/dist/types/src/composables/hasOptions.d.ts +7 -7
  122. package/dist/types/src/composables/mediaQuery.d.ts +2 -2
  123. package/dist/types/src/composables/modal.d.ts +6 -6
  124. package/dist/types/src/composables/paginatedData.d.ts +7 -7
  125. package/dist/types/src/constants/MyConstants.d.ts +1 -1
  126. package/dist/types/src/constants/index.d.ts +2 -2
  127. package/dist/types/src/i18n/index.d.ts +1 -1
  128. package/dist/types/src/index.d.ts +220 -220
  129. package/dist/types/src/stores/dialogs.d.ts +9 -9
  130. package/dist/types/src/stores/i18n.d.ts +5 -5
  131. package/dist/types/src/stores/notifications.d.ts +10 -10
  132. package/dist/types/src/stores/systemAlerts.d.ts +9 -9
  133. package/dist/types/src/svg/BaseEmptyState.vue.d.ts +2 -2
  134. package/dist/types/src/svg/BaseSpinnerLarge.vue.d.ts +2 -2
  135. package/dist/types/src/svg/BaseSpinnerSmall.vue.d.ts +2 -2
  136. package/dist/types/src/types/Color.d.ts +9 -9
  137. package/dist/types/src/types/Country.d.ts +4 -4
  138. package/dist/types/src/types/ImagePickerResult.d.ts +5 -5
  139. package/dist/types/src/types/Media.d.ts +9 -9
  140. package/dist/types/src/types/Notification.d.ts +8 -8
  141. package/dist/types/src/types/Region.d.ts +5 -5
  142. package/dist/types/src/types/Status.d.ts +5 -5
  143. package/dist/types/src/types/StepperItem.d.ts +7 -7
  144. package/dist/types/src/types/TimelineItem.d.ts +8 -8
  145. package/dist/types/src/types/UploadedFile.d.ts +10 -10
  146. package/dist/types/src/types/User.d.ts +6 -6
  147. package/dist/types/src/types/index.d.ts +218 -218
  148. package/dist/types/src/utils/blob.d.ts +3 -3
  149. package/dist/types/src/utils/colors.d.ts +13 -13
  150. package/dist/types/src/utils/cropper/avatar.d.ts +5 -5
  151. package/dist/types/src/utils/cropper/cover.d.ts +5 -5
  152. package/dist/types/src/utils/cropper/presetInterface.d.ts +7 -7
  153. package/dist/types/src/utils/cropper/presets.d.ts +6 -6
  154. package/dist/types/src/utils/fileSizeFormat.d.ts +1 -1
  155. package/dist/types/src/utils/fileValidations.d.ts +2 -2
  156. package/dist/types/src/utils/index.d.ts +6 -6
  157. package/dist/types/src/utils/resizeImageFromURI.d.ts +1 -1
  158. package/dist/types/src/utils/scrollPreventer.d.ts +3 -3
  159. package/dist/types/src/utils/toHumanList.d.ts +1 -1
  160. package/package.json +139 -139
  161. package/src/assets/form.css +6 -6
  162. package/src/assets/main.css +35 -35
  163. package/src/assets/tailwind.css +2 -2
  164. package/src/components/BaseActionItem.vue +63 -63
  165. package/src/components/BaseActionItemButton.vue +75 -75
  166. package/src/components/BaseAddressForm.stories.js +103 -103
  167. package/src/components/BaseAddressForm.vue +353 -353
  168. package/src/components/BaseAlert.stories.js +52 -52
  169. package/src/components/BaseAlert.vue +152 -152
  170. package/src/components/BaseApp.vue +16 -16
  171. package/src/components/BaseAppDialogs.vue +124 -124
  172. package/src/components/BaseAppNotifications.vue +73 -73
  173. package/src/components/BaseAutocomplete.stories.js +236 -236
  174. package/src/components/BaseAutocomplete.vue +514 -514
  175. package/src/components/BaseAutocompleteDrawer.vue +354 -354
  176. package/src/components/BaseAutocompleteFetch.stories.js +224 -224
  177. package/src/components/BaseAutocompleteFetch.vue +277 -277
  178. package/src/components/BaseAvatar.stories.js +39 -39
  179. package/src/components/BaseAvatar.vue +120 -120
  180. package/src/components/BaseAvatarGroup.stories.js +71 -71
  181. package/src/components/BaseAvatarGroup.vue +148 -148
  182. package/src/components/BaseBadge.stories.js +124 -124
  183. package/src/components/BaseBadge.vue +79 -79
  184. package/src/components/BaseBelongsTo.stories.js +223 -223
  185. package/src/components/BaseBelongsTo.vue +184 -184
  186. package/src/components/BaseBoolean.stories.js +35 -35
  187. package/src/components/BaseBoolean.vue +26 -26
  188. package/src/components/BaseBreadcrumbs.stories.js +45 -45
  189. package/src/components/BaseBreadcrumbs.vue +98 -98
  190. package/src/components/BaseButton.stories.js +88 -88
  191. package/src/components/BaseButton.vue +39 -39
  192. package/src/components/BaseButtonGroup.stories.js +85 -85
  193. package/src/components/BaseButtonGroup.vue +147 -147
  194. package/src/components/BaseCard.stories.js +61 -61
  195. package/src/components/BaseCard.vue +49 -49
  196. package/src/components/BaseCardRow.vue +34 -34
  197. package/src/components/BaseCharacterCounter.stories.js +30 -30
  198. package/src/components/BaseCharacterCounter.vue +61 -61
  199. package/src/components/BaseClickOutside.vue +37 -37
  200. package/src/components/BaseClipboard.stories.js +31 -31
  201. package/src/components/BaseClipboard.vue +96 -96
  202. package/src/components/BaseColor.stories.js +46 -46
  203. package/src/components/BaseColor.vue +151 -151
  204. package/src/components/BaseContainer.stories.js +34 -34
  205. package/src/components/BaseContainer.vue +50 -50
  206. package/src/components/BaseCounter.stories.js +47 -47
  207. package/src/components/BaseCounter.vue +82 -82
  208. package/src/components/BaseCropper.stories.js +113 -113
  209. package/src/components/BaseCropper.vue +446 -446
  210. package/src/components/BaseCropperModal.stories.js +54 -54
  211. package/src/components/BaseCropperModal.vue +140 -140
  212. package/src/components/BaseDataIterator.stories.js +197 -197
  213. package/src/components/BaseDataIterator.vue +784 -777
  214. package/src/components/BaseDataIteratorSectionBox.vue +33 -33
  215. package/src/components/BaseDataIteratorSectionButton.vue +40 -40
  216. package/src/components/BaseDataIteratorSectionColumns.vue +67 -67
  217. package/src/components/BaseDataIteratorSectionModal.vue +41 -41
  218. package/src/components/BaseDataTable.stories.js +341 -341
  219. package/src/components/BaseDataTable.vue +724 -724
  220. package/src/components/BaseDataTableRowAction.vue +28 -28
  221. package/src/components/BaseDatePicker.stories.js +130 -130
  222. package/src/components/BaseDatePicker.vue +374 -374
  223. package/src/components/BaseDateSelect.stories.js +47 -47
  224. package/src/components/BaseDateSelect.vue +209 -209
  225. package/src/components/BaseDescriptionList.stories.js +35 -35
  226. package/src/components/BaseDescriptionList.vue +13 -13
  227. package/src/components/BaseDescriptionListItem.vue +47 -47
  228. package/src/components/BaseDialog.stories.js +51 -51
  229. package/src/components/BaseDialog.vue +119 -119
  230. package/src/components/BaseDisplayRelativeTime.stories.js +59 -59
  231. package/src/components/BaseDisplayRelativeTime.vue +120 -120
  232. package/src/components/BaseDraggable.vue +71 -71
  233. package/src/components/BaseDropdown.stories.js +210 -210
  234. package/src/components/BaseDropdown.vue +269 -269
  235. package/src/components/BaseDropdownAutocomplete.stories.js +187 -187
  236. package/src/components/BaseDropdownAutocomplete.vue +230 -230
  237. package/src/components/BaseField.vue +109 -109
  238. package/src/components/BaseFieldI18n.stories.js +38 -38
  239. package/src/components/BaseFieldI18n.vue +162 -162
  240. package/src/components/BaseFilePicker.stories.js +78 -78
  241. package/src/components/BaseFilePicker.vue +132 -132
  242. package/src/components/BaseFilePickerCrop.stories.js +134 -134
  243. package/src/components/BaseFilePickerCrop.vue +127 -127
  244. package/src/components/BaseFileUploader.stories.js +84 -84
  245. package/src/components/BaseFileUploader.vue +163 -163
  246. package/src/components/BaseForm.stories.js +48 -48
  247. package/src/components/BaseForm.vue +323 -323
  248. package/src/components/BaseHasMany.stories.js +189 -189
  249. package/src/components/BaseHasMany.vue +125 -125
  250. package/src/components/BaseHeader.stories.js +127 -127
  251. package/src/components/BaseHeader.vue +188 -188
  252. package/src/components/BaseIconPicker.stories.js +22 -22
  253. package/src/components/BaseIconPicker.vue +215 -215
  254. package/src/components/BaseInput.stories.js +151 -151
  255. package/src/components/BaseInput.vue +266 -266
  256. package/src/components/BaseInputError.vue +7 -7
  257. package/src/components/BaseInputLabel.stories.js +36 -36
  258. package/src/components/BaseInputLabel.vue +72 -72
  259. package/src/components/BaseInputPercent.stories.js +50 -50
  260. package/src/components/BaseInputPercent.vue +123 -123
  261. package/src/components/BaseLayoutNotificationDropdown.vue +144 -144
  262. package/src/components/BaseLayoutNotificationItem.vue +43 -43
  263. package/src/components/BaseLayoutNotificationItemContent.vue +27 -27
  264. package/src/components/BaseLayoutSidebar.vue +219 -219
  265. package/src/components/BaseLayoutSidebarConfigurable.stories.js +166 -166
  266. package/src/components/BaseLayoutSidebarConfigurable.vue +167 -167
  267. package/src/components/BaseLayoutStacked.vue +52 -52
  268. package/src/components/BaseLayoutStackedConfigurable.stories.js +109 -109
  269. package/src/components/BaseLayoutStackedConfigurable.vue +141 -141
  270. package/src/components/BaseLoadingCover.stories.js +55 -55
  271. package/src/components/BaseLoadingCover.vue +94 -94
  272. package/src/components/BaseMediaGallery.vue +93 -93
  273. package/src/components/BaseMediaGalleryItem.vue +92 -92
  274. package/src/components/BaseMediaItem.stories.js +41 -41
  275. package/src/components/BaseMediaItem.vue +71 -71
  276. package/src/components/BaseMediaLibrary.stories.js +262 -262
  277. package/src/components/BaseMediaLibrary.vue +313 -313
  278. package/src/components/BaseMediaList.vue +68 -68
  279. package/src/components/BaseMediaListItem.vue +172 -172
  280. package/src/components/BaseMediaPictures.vue +64 -64
  281. package/src/components/BaseMediaPicturesItem.vue +94 -94
  282. package/src/components/BaseMediaPreview.stories.js +72 -72
  283. package/src/components/BaseMediaPreview.vue +106 -106
  284. package/src/components/BaseMenu.stories.js +125 -125
  285. package/src/components/BaseMenu.vue +129 -129
  286. package/src/components/BaseMenuItem.vue +107 -107
  287. package/src/components/BaseModalCenter.stories.js +68 -68
  288. package/src/components/BaseModalCenter.vue +125 -125
  289. package/src/components/BaseModalSide.stories.js +55 -55
  290. package/src/components/BaseModalSide.vue +116 -116
  291. package/src/components/BaseNavbar.stories.js +151 -151
  292. package/src/components/BaseNavbar.vue +91 -91
  293. package/src/components/BaseNavbarItem.vue +49 -49
  294. package/src/components/BaseNavbarItemContent.vue +86 -86
  295. package/src/components/BaseNavbarSideItem.vue +111 -111
  296. package/src/components/BaseNavbarSideItemContent.vue +104 -104
  297. package/src/components/BaseNumber.stories.js +66 -66
  298. package/src/components/BaseNumber.vue +366 -366
  299. package/src/components/BasePagination.stories.js +35 -35
  300. package/src/components/BasePagination.vue +266 -266
  301. package/src/components/BasePanel.stories.js +56 -56
  302. package/src/components/BasePanel.vue +39 -39
  303. package/src/components/BasePassword.stories.js +41 -41
  304. package/src/components/BasePassword.vue +88 -88
  305. package/src/components/BaseProgressCircle.stories.js +27 -27
  306. package/src/components/BaseProgressCircle.vue +77 -77
  307. package/src/components/BaseRadioGroup.stories.js +88 -88
  308. package/src/components/BaseRadioGroup.vue +122 -122
  309. package/src/components/BaseReadMore.stories.js +30 -30
  310. package/src/components/BaseReadMore.vue +73 -73
  311. package/src/components/BaseRichText.stories.js +102 -102
  312. package/src/components/BaseRichText.vue +183 -183
  313. package/src/components/BaseSelect.stories.js +118 -118
  314. package/src/components/BaseSelect.vue +220 -220
  315. package/src/components/BaseShortcut.stories.js +102 -102
  316. package/src/components/BaseShortcut.vue +105 -105
  317. package/src/components/BaseSideNavigation.stories.js +80 -80
  318. package/src/components/BaseSideNavigation.vue +29 -29
  319. package/src/components/BaseSideNavigationItem.vue +92 -92
  320. package/src/components/BaseSkeleton.stories.js +36 -36
  321. package/src/components/BaseSkeleton.vue +24 -24
  322. package/src/components/BaseStatistic.stories.js +51 -51
  323. package/src/components/BaseStatistic.vue +98 -98
  324. package/src/components/BaseStepper.stories.js +94 -94
  325. package/src/components/BaseStepper.vue +69 -69
  326. package/src/components/BaseStepperItem.stories.js +65 -65
  327. package/src/components/BaseStepperItem.vue +149 -149
  328. package/src/components/BaseSwitch.stories.js +131 -131
  329. package/src/components/BaseSwitch.vue +209 -209
  330. package/src/components/BaseSystemAlert.stories.js +63 -63
  331. package/src/components/BaseSystemAlert.vue +86 -86
  332. package/src/components/BaseTabItem.vue +93 -93
  333. package/src/components/BaseTable.vue +880 -880
  334. package/src/components/BaseTableColumn.vue +124 -124
  335. package/src/components/BaseTabs.stories.js +85 -85
  336. package/src/components/BaseTabs.vue +73 -73
  337. package/src/components/BaseTagAutocomplete.stories.js +258 -258
  338. package/src/components/BaseTagAutocomplete.vue +428 -428
  339. package/src/components/BaseTagAutocompleteFetch.stories.js +185 -185
  340. package/src/components/BaseTagAutocompleteFetch.vue +206 -206
  341. package/src/components/BaseTextarea.stories.js +43 -43
  342. package/src/components/BaseTextarea.vue +87 -87
  343. package/src/components/BaseTextareaAutoresize.stories.js +58 -58
  344. package/src/components/BaseTextareaAutoresize.vue +140 -140
  345. package/src/components/BaseTimeline.stories.js +53 -53
  346. package/src/components/BaseTimeline.vue +29 -29
  347. package/src/components/BaseTimelineItem.stories.js +78 -78
  348. package/src/components/BaseTimelineItem.vue +79 -79
  349. package/src/components/SlotComponent.ts +37 -37
  350. package/src/components/index.ts +188 -188
  351. package/src/composables/breakpoints.ts +94 -94
  352. package/src/composables/clickOutside.ts +80 -80
  353. package/src/composables/field.ts +117 -117
  354. package/src/composables/hasOptions.ts +68 -68
  355. package/src/composables/mediaQuery.ts +42 -42
  356. package/src/composables/modal.ts +73 -73
  357. package/src/composables/paginatedData.ts +65 -65
  358. package/src/constants/MyConstants.ts +1 -1
  359. package/src/constants/index.ts +5 -5
  360. package/src/env.d.ts +15 -15
  361. package/src/i18n/index.ts +60 -60
  362. package/src/index.ts +111 -111
  363. package/src/lang/en.json +87 -87
  364. package/src/lang/fr.json +87 -87
  365. package/src/stores/dialogs.ts +45 -45
  366. package/src/stores/i18n.ts +14 -14
  367. package/src/stores/notifications.ts +47 -47
  368. package/src/stores/systemAlerts.ts +33 -33
  369. package/src/svg/BaseEmptyState.vue +34 -34
  370. package/src/svg/BaseSpinnerLarge.vue +47 -47
  371. package/src/svg/BaseSpinnerSmall.vue +9 -9
  372. package/src/types/Color.ts +9 -9
  373. package/src/types/Country.ts +4 -4
  374. package/src/types/ImagePickerResult.ts +5 -5
  375. package/src/types/Media.ts +10 -10
  376. package/src/types/Notification.ts +10 -10
  377. package/src/types/Region.ts +5 -5
  378. package/src/types/Status.ts +5 -5
  379. package/src/types/StepperItem.ts +8 -8
  380. package/src/types/TimelineItem.ts +8 -8
  381. package/src/types/UploadedFile.ts +11 -11
  382. package/src/types/User.ts +7 -7
  383. package/src/types/index.ts +267 -267
  384. package/src/utils/blob.ts +30 -30
  385. package/src/utils/colors.ts +200 -200
  386. package/src/utils/cropper/avatar.ts +33 -33
  387. package/src/utils/cropper/cover.ts +41 -41
  388. package/src/utils/cropper/presetInterface.ts +16 -16
  389. package/src/utils/cropper/presets.ts +7 -7
  390. package/src/utils/fileSizeFormat.ts +15 -15
  391. package/src/utils/fileValidations.ts +26 -26
  392. package/src/utils/index.ts +16 -16
  393. package/src/utils/resizeImageFromURI.ts +118 -118
  394. package/src/utils/scrollPreventer.ts +11 -11
  395. package/src/utils/toHumanList.ts +20 -20
@@ -1,7 +1,7 @@
1
1
  var Sf = Object.defineProperty;
2
2
  var Ef = (t, r, e) => r in t ? Sf(t, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[r] = e;
3
3
  var Da = (t, r, e) => (Ef(t, typeof r != "symbol" ? r + "" : r, e), e);
4
- import { defineComponent as Se, inject as wt, resolveComponent as At, openBlock as j, createBlock as De, withCtx as _e, createElementVNode as R, normalizeClass as pe, withModifiers as Sn, renderSlot as Ne, createElementBlock as J, createCommentVNode as Ce, toDisplayString as Ie, h as Lt, createVNode as we, Transition as ln, ref as ue, computed as H, provide as dt, readonly as Ti, unref as T, Fragment as ot, createTextVNode as dn, onBeforeUnmount as An, watch as lt, withDirectives as jt, isRef as Qn, vModelText as Ii, nextTick as Ot, mergeProps as Bt, onMounted as pt, watchEffect as sn, renderList as ft, Teleport as Yr, TransitionGroup as su, normalizeStyle as vt, vModelSelect as yi, normalizeProps as Pt, guardReactiveProps as $t, vShow as Vn, resolveDynamicComponent as er, cloneVNode as Of, onUnmounted as Tn, reactive as uu, shallowRef as Cf, withKeys as Do, getCurrentScope as Af, onScopeDispose as Tf, toRef as If, customRef as Mf, useSlots as Df, createStaticVNode as cu, getCurrentInstance as Bf, pushScopeId as fu, popScopeId as du, createSlots as Nf } from "vue";
4
+ import { defineComponent as Se, inject as wt, resolveComponent as At, openBlock as j, createBlock as De, withCtx as _e, createElementVNode as R, normalizeClass as pe, withModifiers as Sn, renderSlot as Ne, createElementBlock as J, createCommentVNode as Ce, toDisplayString as Ie, h as Lt, createVNode as we, Transition as ln, ref as ue, computed as H, provide as dt, readonly as Ti, unref as T, Fragment as ot, createTextVNode as dn, onBeforeUnmount as An, watch as at, withDirectives as jt, isRef as Qn, vModelText as Ii, nextTick as Ot, mergeProps as Bt, onMounted as pt, watchEffect as sn, renderList as ft, Teleport as Yr, TransitionGroup as su, normalizeStyle as vt, vModelSelect as yi, normalizeProps as Pt, guardReactiveProps as $t, vShow as Vn, resolveDynamicComponent as er, cloneVNode as Of, onUnmounted as Tn, reactive as uu, shallowRef as Cf, withKeys as Do, getCurrentScope as Af, onScopeDispose as Tf, toRef as If, customRef as Mf, useSlots as Df, createStaticVNode as cu, getCurrentInstance as Bf, pushScopeId as fu, popScopeId as du, createSlots as Nf } from "vue";
5
5
  import Lf from "axios";
6
6
  import { uniqueId as hu, get as Hn, isNumber as Sr, round as Rr, isEqual as al, isArray as Ft, cloneDeep as Mt, isObject as Mi, isString as Go, throttle as Zo, debounce as Nn, truncate as Pf, trim as Nl, padStart as bo, merge as Bo, range as ir, set as Ba, isPlainObject as $f, reject as Rf, capitalize as jf } from "lodash";
7
7
  import { defineStore as Xo } from "pinia";
@@ -2096,7 +2096,7 @@ const Oh = { class: "base-number relative" }, Ch = {
2096
2096
  }
2097
2097
  }
2098
2098
  const ee = H(() => a.value || o.value ? "border-red-500" : "border-slate-300");
2099
- return lt(
2099
+ return at(
2100
2100
  () => o.value,
2101
2101
  () => {
2102
2102
  o.value ? u() : s();
@@ -2510,7 +2510,7 @@ const Oh = { class: "base-number relative" }, Ch = {
2510
2510
  window.google && c.value && (p = new window.google.maps.places.Autocomplete(
2511
2511
  c.value
2512
2512
  ), b(), p.addListener("place_changed", v));
2513
- }), lt(
2513
+ }), at(
2514
2514
  () => {
2515
2515
  var m;
2516
2516
  return ((m = e.modelValue) == null ? void 0 : m.country) + " " + e.restrictCountry;
@@ -3358,7 +3358,7 @@ const Jh = {
3358
3358
  s.value[f.id] = "animate-shake";
3359
3359
  });
3360
3360
  }
3361
- lt(
3361
+ at(
3362
3362
  () => n.value.length,
3363
3363
  () => {
3364
3364
  n.value.length == 0 ? Hl() : Ul();
@@ -3521,7 +3521,7 @@ function ta(t, r, e = {}) {
3521
3521
  function n() {
3522
3522
  window.removeEventListener("mousedown", a, { capture: !0 });
3523
3523
  }
3524
- const i = lt(
3524
+ const i = at(
3525
3525
  () => Na(t),
3526
3526
  (s) => {
3527
3527
  s && (n(), window.addEventListener("mousedown", a, { capture: !0 }));
@@ -3677,7 +3677,7 @@ const Fu = /* @__PURE__ */ yn(dp, [["render", vp]]), gp = { class: "relative w-f
3677
3677
  const w = i.value.clientHeight, g = o.offsetTop, k = o.clientHeight;
3678
3678
  i.value.scrollTop = g - w / 2 + k / 2;
3679
3679
  }
3680
- lt(
3680
+ at(
3681
3681
  () => n.options,
3682
3682
  () => {
3683
3683
  c(
@@ -3685,7 +3685,7 @@ const Fu = /* @__PURE__ */ yn(dp, [["render", vp]]), gp = { class: "relative w-f
3685
3685
  );
3686
3686
  },
3687
3687
  { immediate: !0 }
3688
- ), lt(
3688
+ ), at(
3689
3689
  () => n.selected,
3690
3690
  () => {
3691
3691
  if (Mi(n.selected) && !Ft(n.selected)) {
@@ -3697,7 +3697,7 @@ const Fu = /* @__PURE__ */ yn(dp, [["render", vp]]), gp = { class: "relative w-f
3697
3697
  Ft(n.selected) ? l.value in n.options || c(n.options.length - 1) : c(0);
3698
3698
  },
3699
3699
  { immediate: !0 }
3700
- ), lt(
3700
+ ), at(
3701
3701
  () => n.keywords,
3702
3702
  () => {
3703
3703
  i.value && (i.value.scrollTop = 0), c(0);
@@ -3918,7 +3918,7 @@ const Fu = /* @__PURE__ */ yn(dp, [["render", vp]]), gp = { class: "relative w-f
3918
3918
  }
3919
3919
  return c.value === !1 ? P : P.filter(($) => n.filter !== void 0 ? n.filter($) : $.label ? $.label.toLowerCase().includes(d.value.toLowerCase()) : !1);
3920
3920
  });
3921
- lt(
3921
+ at(
3922
3922
  () => v.value,
3923
3923
  () => {
3924
3924
  var P;
@@ -3976,7 +3976,7 @@ const Fu = /* @__PURE__ */ yn(dp, [["render", vp]]), gp = { class: "relative w-f
3976
3976
  (P = h.value) == null || P.select();
3977
3977
  }
3978
3978
  const A = ue(null);
3979
- lt(
3979
+ at(
3980
3980
  () => n.select,
3981
3981
  (P) => {
3982
3982
  P ? P.option ? A.value = P.option.value : P.options.length && (A.value = P.options[0].value) : A.value = null;
@@ -4227,7 +4227,7 @@ const Pp = {
4227
4227
  }, y = Zo(() => {
4228
4228
  u.value >= c.value || a.value || (u.value++, o());
4229
4229
  }, 500);
4230
- lt(
4230
+ at(
4231
4231
  () => n.url,
4232
4232
  () => {
4233
4233
  u.value = 1, o();
@@ -5272,13 +5272,13 @@ const Zl = /* @__PURE__ */ Se({
5272
5272
  emits: ["update:modelValue"],
5273
5273
  setup(t, { expose: r, emit: e }) {
5274
5274
  const n = t, i = Dt.http, a = ue(null), l = ue(n.currentModel);
5275
- lt(
5275
+ at(
5276
5276
  () => n.currentModel,
5277
5277
  (u, d) => {
5278
5278
  l.value = u;
5279
5279
  },
5280
5280
  { deep: !0 }
5281
- ), lt(
5281
+ ), at(
5282
5282
  () => n.modelValue,
5283
5283
  (u, d) => {
5284
5284
  if (!n.modelValue) {
@@ -6921,7 +6921,7 @@ const Xm = {
6921
6921
  const h = ue(!1), c = ue(!1), p = ue(!1), b = ue(0), v = ue(0), m = Nn(() => {
6922
6922
  O();
6923
6923
  }, 100);
6924
- lt(
6924
+ at(
6925
6925
  () => JSON.stringify({
6926
6926
  ...e.config ?? {},
6927
6927
  source: e.source,
@@ -7136,7 +7136,7 @@ const Xm = {
7136
7136
  });
7137
7137
  function tc(t, r) {
7138
7138
  const e = ue(!1);
7139
- lt(
7139
+ at(
7140
7140
  () => t.value,
7141
7141
  () => {
7142
7142
  n();
@@ -8722,7 +8722,7 @@ Dv(() => {
8722
8722
  });
8723
8723
  function Bv(t) {
8724
8724
  let r = ue(xr.slice());
8725
- return lt([t], ([e], [n]) => {
8725
+ return at([t], ([e], [n]) => {
8726
8726
  n === !0 && e === !1 ? mc(() => {
8727
8727
  r.value.splice(0);
8728
8728
  }) : n === !1 && e === !0 && (r.value = xr.slice());
@@ -8745,7 +8745,7 @@ function Nv({ ownerDocument: t }, r) {
8745
8745
  function Lv({ ownerDocument: t, container: r, initialFocus: e }, n) {
8746
8746
  let i = ue(null), a = ue(!1);
8747
8747
  return pt(() => a.value = !0), Tn(() => a.value = !1), pt(() => {
8748
- lt([r, e, n], (l, s) => {
8748
+ at([r, e, n], (l, s) => {
8749
8749
  if (l.every((d, f) => (s == null ? void 0 : s[f]) === d) || !n.value)
8750
8750
  return;
8751
8751
  let u = ht(r);
@@ -8868,7 +8868,7 @@ function qv({ type: t, enabled: r, element: e, onUpdate: n }) {
8868
8868
  n == null || n(...l), i(...l);
8869
8869
  }
8870
8870
  pt(() => {
8871
- lt(r, (l, s) => {
8871
+ at(r, (l, s) => {
8872
8872
  l ? a(0, t, e) : s === !0 && a(1, t, e);
8873
8873
  }, { immediate: !0, flush: "sync" });
8874
8874
  }), Tn(() => {
@@ -9030,7 +9030,7 @@ function Gv(t, r, e) {
9030
9030
  let a = t.value ? n.value.get(t.value) : void 0;
9031
9031
  return a ? a.count > 0 : !1;
9032
9032
  });
9033
- return lt([t, r], ([a, l], [s], u) => {
9033
+ return at([t, r], ([a, l], [s], u) => {
9034
9034
  if (!a || !l)
9035
9035
  return;
9036
9036
  kr.dispatch("PUSH", a, e);
@@ -9394,7 +9394,7 @@ let ag = Se({ name: "Label", props: { as: { type: [Object, String], default: "la
9394
9394
  return (y = (m = ht(f)) == null ? void 0 : m.closest) == null ? void 0 : y.call(m, "form");
9395
9395
  });
9396
9396
  return pt(() => {
9397
- lt([v], () => {
9397
+ at([v], () => {
9398
9398
  if (!v.value || t.defaultChecked === void 0)
9399
9399
  return;
9400
9400
  function m() {
@@ -9534,7 +9534,7 @@ let Ic = Wr.RenderStrategy, So = Se({ props: { as: { type: [Object, String], def
9534
9534
  })));
9535
9535
  }
9536
9536
  return pt(() => {
9537
- lt([c], (M, N, F) => {
9537
+ at([c], (M, N, F) => {
9538
9538
  A(F), y.value = !1;
9539
9539
  }, { immediate: !0 });
9540
9540
  }), dt(ts, g), lc(H(() => Ln(m.value, { visible: Jt.Open, hidden: Jt.Closed }) | a.value)), () => {
@@ -9796,7 +9796,7 @@ const gg = { class: "flex items-center" }, yg = {
9796
9796
  emits: ["update:model-value"],
9797
9797
  setup(t, { emit: r }) {
9798
9798
  const e = t, n = ue(null), i = ue(e.modelValue);
9799
- lt(
9799
+ at(
9800
9800
  () => e.modelValue,
9801
9801
  (S) => {
9802
9802
  i.value = S;
@@ -10260,9 +10260,9 @@ const Wg = {
10260
10260
  }), ry = { class: "mb-4 flex space-x-2 empty:mb-0" }, iy = {
10261
10261
  key: 0,
10262
10262
  class: "grow"
10263
- }, oy = { class: "relative h-11" }, ay = { class: "pointer-events-none absolute top-0 left-0 flex h-full items-center justify-center pl-2.5" }, ly = ["placeholder"], sy = {
10263
+ }, oy = { class: "relative h-11" }, ay = { class: "pointer-events-none absolute left-0 top-0 flex h-full items-center justify-center pl-2.5" }, ly = ["placeholder"], sy = {
10264
10264
  key: 0,
10265
- class: "absolute top-0 right-0 flex h-full items-center justify-center p-1"
10265
+ class: "absolute right-0 top-0 flex h-full items-center justify-center p-1"
10266
10266
  }, uy = {
10267
10267
  key: 0,
10268
10268
  class: "mt-4"
@@ -10380,7 +10380,7 @@ const Wg = {
10380
10380
  childList: !0
10381
10381
  }), pt(() => {
10382
10382
  _();
10383
- }), lt(
10383
+ }), at(
10384
10384
  () => g.value,
10385
10385
  () => {
10386
10386
  Ot(() => {
@@ -10434,14 +10434,19 @@ const Wg = {
10434
10434
  const Me = Mt(o.value);
10435
10435
  Me.page = 1, Me.search = v.value, A(Me);
10436
10436
  }, 350);
10437
- lt(
10437
+ at(
10438
10438
  () => s.query,
10439
10439
  () => {
10440
10440
  Ot(() => {
10441
10441
  P();
10442
10442
  });
10443
10443
  }
10444
- ), lt(
10444
+ ), at(
10445
+ () => n.url,
10446
+ () => {
10447
+ W();
10448
+ }
10449
+ ), at(
10445
10450
  () => n.urlQuery,
10446
10451
  () => {
10447
10452
  W();
@@ -10733,13 +10738,13 @@ const my = {
10733
10738
  class: "spinner h-20 w-20",
10734
10739
  viewBox: "0 0 66 66",
10735
10740
  xmlns: "http://www.w3.org/2000/svg"
10736
- }, vy = /* @__PURE__ */ cu('<circle class="path" fill="transparent" stroke-width="2" cx="33" cy="33" r="30" stroke="url(#gradient)" data-v-c364eb1f></circle><linearGradient id="gradient" data-v-c364eb1f><stop offset="50%" stop-color="#2563eb" stop-opacity="1" data-v-c364eb1f></stop><stop offset="65%" stop-color="#2563eb" stop-opacity=".5" data-v-c364eb1f></stop><stop offset="100%" stop-color="#2563eb" stop-opacity="0" data-v-c364eb1f></stop></linearGradient>', 2), gy = [
10741
+ }, vy = /* @__PURE__ */ cu('<circle class="path" fill="transparent" stroke-width="2" cx="33" cy="33" r="30" stroke="url(#gradient)" data-v-945515f9></circle><linearGradient id="gradient" data-v-945515f9><stop offset="50%" stop-color="#2563eb" stop-opacity="1" data-v-945515f9></stop><stop offset="65%" stop-color="#2563eb" stop-opacity=".5" data-v-945515f9></stop><stop offset="100%" stop-color="#2563eb" stop-opacity="0" data-v-945515f9></stop></linearGradient>', 2), gy = [
10737
10742
  vy
10738
10743
  ];
10739
10744
  function yy(t, r, e, n, i, a) {
10740
10745
  return j(), J("svg", my, gy);
10741
10746
  }
10742
- const $c = /* @__PURE__ */ yn(py, [["render", yy], ["__scopeId", "data-v-c364eb1f"]]), by = (t) => (fu("data-v-f1bd8080"), t = t(), du(), t), wy = { class: "flex flex-col" }, xy = { class: "inline-block min-w-full align-middle" }, _y = { class: "relative min-h-[300px]" }, ky = { class: "min-w-full border-separate border-spacing-0" }, Sy = { class: "flex items-center" }, Ey = ["checked", "disabled"], Oy = ["onClick"], Cy = { class: "whitespace-nowrap text-xs text-slate-500" }, Ay = {
10747
+ const $c = /* @__PURE__ */ yn(py, [["render", yy], ["__scopeId", "data-v-945515f9"]]), by = (t) => (fu("data-v-76e24c18"), t = t(), du(), t), wy = { class: "flex flex-col" }, xy = { class: "inline-block min-w-full align-middle" }, _y = { class: "relative min-h-[300px]" }, ky = { class: "min-w-full border-separate border-spacing-0" }, Sy = { class: "flex items-center" }, Ey = ["checked", "disabled"], Oy = ["onClick"], Cy = { class: "whitespace-nowrap text-xs text-slate-500" }, Ay = {
10743
10748
  viewBox: "0 0 24 24",
10744
10749
  class: "absolute top-1/2 h-5 w-5 -translate-y-1/2"
10745
10750
  }, Ty = { transform: "translate(0 -3)" }, Iy = ["opacity"], My = { transform: "translate(0 3)" }, Dy = ["opacity"], By = ["checked", "disabled"], Ny = { class: "bg-white" }, Ly = { class: "item-row" }, Py = ["onClick"], $y = {
@@ -10855,18 +10860,18 @@ const $c = /* @__PURE__ */ yn(py, [["render", yy], ["__scopeId", "data-v-c364eb1
10855
10860
  let de = g.value.length;
10856
10861
  return de += n.checkable ? 1 : 0, de += n.detailed ? 1 : 0, de;
10857
10862
  }), O = H(() => n.detailed);
10858
- lt(
10863
+ at(
10859
10864
  () => n.checkedRows,
10860
10865
  (de) => {
10861
10866
  u.value = [...de];
10862
10867
  },
10863
10868
  { deep: !0 }
10864
- ), lt(
10869
+ ), at(
10865
10870
  () => n.sortField,
10866
10871
  () => {
10867
10872
  he();
10868
10873
  }
10869
- ), lt(
10874
+ ), at(
10870
10875
  () => n.sortDirection,
10871
10876
  () => {
10872
10877
  he();
@@ -10986,7 +10991,7 @@ const $c = /* @__PURE__ */ yn(py, [["render", yy], ["__scopeId", "data-v-c364eb1
10986
10991
  return de.id ? de.id : de.key ? de.key : de.uuid ? de.uuid : ae + "";
10987
10992
  }
10988
10993
  const ye = ue(!1), Oe = ue(null), { x: Re } = zf(Oe);
10989
- lt(Re, (de) => {
10994
+ at(Re, (de) => {
10990
10995
  ye.value = de > 0;
10991
10996
  });
10992
10997
  function Ze(de) {
@@ -11264,7 +11269,7 @@ const $c = /* @__PURE__ */ yn(py, [["render", yy], ["__scopeId", "data-v-c364eb1
11264
11269
  };
11265
11270
  }
11266
11271
  });
11267
- const Rc = /* @__PURE__ */ yn(Zy, [["__scopeId", "data-v-f1bd8080"]]), jc = Se({
11272
+ const Rc = /* @__PURE__ */ yn(Zy, [["__scopeId", "data-v-76e24c18"]]), jc = Se({
11268
11273
  name: "BaseTableColumn",
11269
11274
  props: {
11270
11275
  label: {
@@ -11675,7 +11680,7 @@ const Fc = /* @__PURE__ */ yn(t0, [["render", o0]]), a0 = ["disabled"], l0 = /*
11675
11680
  localStorage.getItem(o) + ""
11676
11681
  );
11677
11682
  w && Ft(w) && w.length > 0 && (m.value = w);
11678
- const g = lt(
11683
+ const g = at(
11679
11684
  () => u.value,
11680
11685
  () => {
11681
11686
  u.value && u.value.newColumns.length && m.value.length == 0 && (m.value = u.value.newColumns.filter((P) => P.toggle).filter((P) => P.toggleDefault ?? !0).map((P) => P.newKey), g());
@@ -11713,7 +11718,7 @@ const Fc = /* @__PURE__ */ yn(t0, [["render", o0]]), a0 = ["disabled"], l0 = /*
11713
11718
  }));
11714
11719
  }
11715
11720
  const x = ue([]);
11716
- lt(
11721
+ at(
11717
11722
  () => n.checkedRows,
11718
11723
  (P) => {
11719
11724
  x.value = P;
@@ -13561,7 +13566,7 @@ const A0 = { class: "base-date-picker relative" }, T0 = { class: "pointer-events
13561
13566
  }));
13562
13567
  pt(() => {
13563
13568
  e.modelValue !== l.value && a(l.value);
13564
- }), lt(
13569
+ }), at(
13565
13570
  () => l.value,
13566
13571
  () => {
13567
13572
  v();
@@ -13577,7 +13582,7 @@ const A0 = { class: "base-date-picker relative" }, T0 = { class: "pointer-events
13577
13582
  p.setDate(l.value, !1);
13578
13583
  }
13579
13584
  }
13580
- lt(
13585
+ at(
13581
13586
  () => b,
13582
13587
  () => m(),
13583
13588
  {
@@ -13716,7 +13721,7 @@ const B0 = { class: "-m-0.5 flex" }, N0 = { class: "w-auto p-0.5" }, L0 = ["disa
13716
13721
  month: null,
13717
13722
  day: null
13718
13723
  });
13719
- lt(
13724
+ at(
13720
13725
  () => e.modelValue,
13721
13726
  () => {
13722
13727
  if (e.modelValue) {
@@ -15808,7 +15813,7 @@ const eb = Sl, tb = { class: "text-xs text-slate-600" }, Vc = /* @__PURE__ */ Se
15808
15813
  }, m = Zo(() => {
15809
15814
  d.value >= p.value || l.value || (d.value++, y());
15810
15815
  }, 500);
15811
- lt(
15816
+ at(
15812
15817
  () => e.url,
15813
15818
  () => {
15814
15819
  d.value = 1, y();
@@ -15957,7 +15962,7 @@ const eb = Sl, tb = { class: "text-xs text-slate-600" }, Vc = /* @__PURE__ */ Se
15957
15962
  const c = {};
15958
15963
  return e.url ? c.url = e.url : c.options = e.options ?? [], e.multiple || (c.showModelValue = !1, c.showEmptyOption = !0, c.emptyOptionLabel = e.emptyOptionLabel), c;
15959
15964
  });
15960
- lt(
15965
+ at(
15961
15966
  () => e.modelValue,
15962
15967
  (c) => {
15963
15968
  a.value = c ?? null;
@@ -16457,7 +16462,7 @@ const yb = ["disabled"], bb = ["accept"], is = /* @__PURE__ */ Se({
16457
16462
  const r = t;
16458
16463
  let e = null;
16459
16464
  const n = ue(!1);
16460
- return lt(
16465
+ return at(
16461
16466
  () => r.modelValue,
16462
16467
  (i) => {
16463
16468
  i ? e = setTimeout(() => {
@@ -16856,7 +16861,7 @@ const Cb = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
16856
16861
  emits: ["update:modelValue"],
16857
16862
  setup(t, { expose: r, emit: e }) {
16858
16863
  const n = t, i = ue(null), a = ue(n.currentModels);
16859
- lt(
16864
+ at(
16860
16865
  () => n.currentModels,
16861
16866
  (s, u) => {
16862
16867
  al(s, u) || (a.value = s);
@@ -18685,7 +18690,7 @@ const fs = /* @__PURE__ */ Se({
18685
18690
  }
18686
18691
  return An(() => {
18687
18692
  i == null || i.destroy();
18688
- }), lt(
18693
+ }), at(
18689
18694
  () => e.disabled,
18690
18695
  (l) => {
18691
18696
  i == null || i.option("disabled", l);
@@ -19115,7 +19120,7 @@ const fs = /* @__PURE__ */ Se({
19115
19120
  emits: ["update:modelValue", "remove"],
19116
19121
  setup(t, { emit: r }) {
19117
19122
  const e = t, n = ue(null), i = ue("220px"), a = pu(n);
19118
- lt(
19123
+ at(
19119
19124
  () => a.width.value,
19120
19125
  (s) => {
19121
19126
  if (s <= 300) {
@@ -19855,7 +19860,7 @@ function qw(t, r, e, n, i, a) {
19855
19860
  }, Ie(Math.round(t.progress * 100)) + "% ", 13, Fw)
19856
19861
  ], 8, $w);
19857
19862
  }
19858
- const zw = /* @__PURE__ */ yn(Pw, [["render", qw], ["__scopeId", "data-v-30dbf865"]]), Vw = { class: "space-y-3" }, Uw = ["for"], Hw = ["id", "name", "checked", "required", "disabled", "value", "onInput"], Ww = { class: "text-sm" }, Kw = /* @__PURE__ */ Se({
19863
+ const zw = /* @__PURE__ */ yn(Pw, [["render", qw], ["__scopeId", "data-v-e5ae83e3"]]), Vw = { class: "space-y-3" }, Uw = ["for"], Hw = ["id", "name", "checked", "required", "disabled", "value", "onInput"], Ww = { class: "text-sm" }, Kw = /* @__PURE__ */ Se({
19859
19864
  __name: "BaseRadioGroup",
19860
19865
  props: {
19861
19866
  modelValue: {
@@ -27679,14 +27684,14 @@ var nx = sa, ji = {}, rx = {
27679
27684
  return I;
27680
27685
  }
27681
27686
  function q(I, U) {
27682
- for (var le = -1, Ee = U.length, at = I.length; ++le < Ee; )
27683
- I[at + le] = U[le];
27687
+ for (var le = -1, Ee = U.length, lt = I.length; ++le < Ee; )
27688
+ I[lt + le] = U[le];
27684
27689
  return I;
27685
27690
  }
27686
27691
  function te(I, U, le, Ee) {
27687
- var at = -1, Qe = I ? I.length : 0;
27688
- for (Ee && Qe && (le = I[++at]); ++at < Qe; )
27689
- le = U(le, I[at], at, I);
27692
+ var lt = -1, Qe = I ? I.length : 0;
27693
+ for (Ee && Qe && (le = I[++lt]); ++lt < Qe; )
27694
+ le = U(le, I[lt], lt, I);
27690
27695
  return le;
27691
27696
  }
27692
27697
  function me(I, U) {
@@ -27708,8 +27713,8 @@ var nx = sa, ji = {}, rx = {
27708
27713
  }
27709
27714
  function Re(I) {
27710
27715
  var U = -1, le = Array(I.size);
27711
- return I.forEach(function(Ee, at) {
27712
- le[++U] = [at, Ee];
27716
+ return I.forEach(function(Ee, lt) {
27717
+ le[++U] = [lt, Ee];
27713
27718
  }), le;
27714
27719
  }
27715
27720
  function Ze(I, U) {
@@ -27842,9 +27847,9 @@ var nx = sa, ji = {}, rx = {
27842
27847
  }
27843
27848
  tn.prototype.clear = ti, tn.prototype.delete = ua, tn.prototype.get = ca, tn.prototype.has = fa, tn.prototype.set = da;
27844
27849
  function Tr(I, U) {
27845
- var le = oi(I) || Dr(I) ? me(I.length, String) : [], Ee = le.length, at = !!Ee;
27850
+ var le = oi(I) || Dr(I) ? me(I.length, String) : [], Ee = le.length, lt = !!Ee;
27846
27851
  for (var Qe in I)
27847
- (U || ke.call(I, Qe)) && !(at && (Qe == "length" || Oa(Qe, Ee))) && le.push(Qe);
27852
+ (U || ke.call(I, Qe)) && !(lt && (Qe == "length" || Oa(Qe, Ee))) && le.push(Qe);
27848
27853
  return le;
27849
27854
  }
27850
27855
  function Yi(I, U, le) {
@@ -27860,9 +27865,9 @@ var nx = sa, ji = {}, rx = {
27860
27865
  function $n(I, U) {
27861
27866
  return I && ii(U, li(U), I);
27862
27867
  }
27863
- function ni(I, U, le, Ee, at, Qe, mt) {
27868
+ function ni(I, U, le, Ee, lt, Qe, mt) {
27864
27869
  var yt;
27865
- if (Ee && (yt = Qe ? Ee(I, at, Qe, mt) : Ee(I)), yt !== void 0)
27870
+ if (Ee && (yt = Qe ? Ee(I, lt, Qe, mt) : Ee(I)), yt !== void 0)
27866
27871
  return yt;
27867
27872
  if (!jn(I))
27868
27873
  return I;
@@ -27960,8 +27965,8 @@ var nx = sa, ji = {}, rx = {
27960
27965
  }
27961
27966
  function ii(I, U, le, Ee) {
27962
27967
  le || (le = {});
27963
- for (var at = -1, Qe = U.length; ++at < Qe; ) {
27964
- var mt = U[at], yt = Ee ? Ee(le[mt], I[mt], mt, le, I) : void 0;
27968
+ for (var lt = -1, Qe = U.length; ++lt < Qe; ) {
27969
+ var mt = U[lt], yt = Ee ? Ee(le[mt], I[mt], mt, le, I) : void 0;
27965
27970
  Yi(le, mt, yt === void 0 ? I[mt] : yt);
27966
27971
  }
27967
27972
  return le;
@@ -28006,13 +28011,13 @@ var nx = sa, ji = {}, rx = {
28006
28011
  return typeof I.constructor == "function" && !Xi(I) ? ha(re(I)) : {};
28007
28012
  }
28008
28013
  function Ea(I, U, le, Ee) {
28009
- var at = I.constructor;
28014
+ var lt = I.constructor;
28010
28015
  switch (U) {
28011
28016
  case k:
28012
28017
  return ri(I);
28013
28018
  case s:
28014
28019
  case u:
28015
- return new at(+I);
28020
+ return new lt(+I);
28016
28021
  case O:
28017
28022
  return pr(I, Ee);
28018
28023
  case S:
@@ -28029,7 +28034,7 @@ var nx = sa, ji = {}, rx = {
28029
28034
  return Gi(I, Ee, le);
28030
28035
  case p:
28031
28036
  case o:
28032
- return new at(I);
28037
+ return new lt(I);
28033
28038
  case m:
28034
28039
  return Zi(I);
28035
28040
  case y:
@@ -28125,15 +28130,15 @@ var Fi = {}, ix = {
28125
28130
  }
28126
28131
  }(), Oe = ye && ye.isTypedArray;
28127
28132
  function Re(I, U) {
28128
- for (var le = -1, Ee = I == null ? 0 : I.length, at = 0, Qe = []; ++le < Ee; ) {
28133
+ for (var le = -1, Ee = I == null ? 0 : I.length, lt = 0, Qe = []; ++le < Ee; ) {
28129
28134
  var mt = I[le];
28130
- U(mt, le, I) && (Qe[at++] = mt);
28135
+ U(mt, le, I) && (Qe[lt++] = mt);
28131
28136
  }
28132
28137
  return Qe;
28133
28138
  }
28134
28139
  function Ze(I, U) {
28135
- for (var le = -1, Ee = U.length, at = I.length; ++le < Ee; )
28136
- I[at + le] = U[le];
28140
+ for (var le = -1, Ee = U.length, lt = I.length; ++le < Ee; )
28141
+ I[lt + le] = U[le];
28137
28142
  return I;
28138
28143
  }
28139
28144
  function Je(I, U) {
@@ -28160,8 +28165,8 @@ var Fi = {}, ix = {
28160
28165
  }
28161
28166
  function ae(I) {
28162
28167
  var U = -1, le = Array(I.size);
28163
- return I.forEach(function(Ee, at) {
28164
- le[++U] = [at, Ee];
28168
+ return I.forEach(function(Ee, lt) {
28169
+ le[++U] = [lt, Ee];
28165
28170
  }), le;
28166
28171
  }
28167
28172
  function Me(I, U) {
@@ -28311,11 +28316,11 @@ var Fi = {}, ix = {
28311
28316
  }
28312
28317
  $n.prototype.clear = ni, $n.prototype.delete = ha, $n.prototype.get = pa, $n.prototype.has = ma, $n.prototype.set = va;
28313
28318
  function ga(I, U) {
28314
- var le = Dr(I), Ee = !le && Ji(I), at = !le && !Ee && Br(I), Qe = !le && !Ee && !at && no(I), mt = le || Ee || at || Qe, yt = mt ? ge(I.length, String) : [], qt = yt.length;
28319
+ var le = Dr(I), Ee = !le && Ji(I), lt = !le && !Ee && Br(I), Qe = !le && !Ee && !lt && no(I), mt = le || Ee || lt || Qe, yt = mt ? ge(I.length, String) : [], qt = yt.length;
28315
28320
  for (var St in I)
28316
28321
  (U || re.call(I, St)) && !(mt && // Safari 9 has enumerable `arguments.length` in strict mode.
28317
28322
  (St == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
28318
- at && (St == "offset" || St == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
28323
+ lt && (St == "offset" || St == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
28319
28324
  Qe && (St == "buffer" || St == "byteLength" || St == "byteOffset") || // Skip index properties.
28320
28325
  Ea(St, qt))) && yt.push(St);
28321
28326
  return yt;
@@ -28336,10 +28341,10 @@ var Fi = {}, ix = {
28336
28341
  function Gi(I) {
28337
28342
  return jn(I) && pr(I) == s;
28338
28343
  }
28339
- function Zi(I, U, le, Ee, at) {
28340
- return I === U ? !0 : I == null || U == null || !jn(I) && !jn(U) ? I !== I && U !== U : ya(I, U, le, Ee, Zi, at);
28344
+ function Zi(I, U, le, Ee, lt) {
28345
+ return I === U ? !0 : I == null || U == null || !jn(I) && !jn(U) ? I !== I && U !== U : ya(I, U, le, Ee, Zi, lt);
28341
28346
  }
28342
- function ya(I, U, le, Ee, at, Qe) {
28347
+ function ya(I, U, le, Ee, lt, Qe) {
28343
28348
  var mt = Dr(I), yt = Dr(U), qt = mt ? u : Rn(I), St = yt ? u : Rn(U);
28344
28349
  qt = qt == s ? o : qt, St = St == s ? o : St;
28345
28350
  var nn = qt == o, hn = St == o, Wt = qt == St;
@@ -28349,15 +28354,15 @@ var Fi = {}, ix = {
28349
28354
  mt = !0, nn = !1;
28350
28355
  }
28351
28356
  if (Wt && !nn)
28352
- return Qe || (Qe = new $n()), mt || no(I) ? ii(I, U, le, Ee, at, Qe) : _a(I, U, qt, le, Ee, at, Qe);
28357
+ return Qe || (Qe = new $n()), mt || no(I) ? ii(I, U, le, Ee, lt, Qe) : _a(I, U, qt, le, Ee, lt, Qe);
28353
28358
  if (!(le & i)) {
28354
28359
  var rn = nn && re.call(I, "__wrapped__"), Zt = hn && re.call(U, "__wrapped__");
28355
28360
  if (rn || Zt) {
28356
28361
  var nr = rn ? I.value() : I, Zn = Zt ? U.value() : U;
28357
- return Qe || (Qe = new $n()), at(nr, Zn, le, Ee, Qe);
28362
+ return Qe || (Qe = new $n()), lt(nr, Zn, le, Ee, Qe);
28358
28363
  }
28359
28364
  }
28360
- return Wt ? (Qe || (Qe = new $n()), ka(I, U, le, Ee, at, Qe)) : !1;
28365
+ return Wt ? (Qe || (Qe = new $n()), ka(I, U, le, Ee, lt, Qe)) : !1;
28361
28366
  }
28362
28367
  function ba(I) {
28363
28368
  if (!to(I) || Ca(I))
@@ -28376,7 +28381,7 @@ var Fi = {}, ix = {
28376
28381
  re.call(I, le) && le != "constructor" && U.push(le);
28377
28382
  return U;
28378
28383
  }
28379
- function ii(I, U, le, Ee, at, Qe) {
28384
+ function ii(I, U, le, Ee, lt, Qe) {
28380
28385
  var mt = le & i, yt = I.length, qt = U.length;
28381
28386
  if (yt != qt && !(mt && qt > yt))
28382
28387
  return !1;
@@ -28396,20 +28401,20 @@ var Fi = {}, ix = {
28396
28401
  }
28397
28402
  if (Wt) {
28398
28403
  if (!Je(U, function(Zn, vr) {
28399
- if (!Be(Wt, vr) && (rn === Zn || at(rn, Zn, le, Ee, Qe)))
28404
+ if (!Be(Wt, vr) && (rn === Zn || lt(rn, Zn, le, Ee, Qe)))
28400
28405
  return Wt.push(vr);
28401
28406
  })) {
28402
28407
  hn = !1;
28403
28408
  break;
28404
28409
  }
28405
- } else if (!(rn === Zt || at(rn, Zt, le, Ee, Qe))) {
28410
+ } else if (!(rn === Zt || lt(rn, Zt, le, Ee, Qe))) {
28406
28411
  hn = !1;
28407
28412
  break;
28408
28413
  }
28409
28414
  }
28410
28415
  return Qe.delete(I), Qe.delete(U), hn;
28411
28416
  }
28412
- function _a(I, U, le, Ee, at, Qe, mt) {
28417
+ function _a(I, U, le, Ee, lt, Qe, mt) {
28413
28418
  switch (le) {
28414
28419
  case A:
28415
28420
  if (I.byteLength != U.byteLength || I.byteOffset != U.byteOffset)
@@ -28436,7 +28441,7 @@ var Fi = {}, ix = {
28436
28441
  if (St)
28437
28442
  return St == U;
28438
28443
  Ee |= a, mt.set(I, U);
28439
- var nn = ii(yt(I), yt(U), Ee, at, Qe, mt);
28444
+ var nn = ii(yt(I), yt(U), Ee, lt, Qe, mt);
28440
28445
  return mt.delete(I), nn;
28441
28446
  case _:
28442
28447
  if (gt)
@@ -28444,7 +28449,7 @@ var Fi = {}, ix = {
28444
28449
  }
28445
28450
  return !1;
28446
28451
  }
28447
- function ka(I, U, le, Ee, at, Qe) {
28452
+ function ka(I, U, le, Ee, lt, Qe) {
28448
28453
  var mt = le & i, yt = mr(I), qt = yt.length, St = mr(U), nn = St.length;
28449
28454
  if (qt != nn && !mt)
28450
28455
  return !1;
@@ -28463,7 +28468,7 @@ var Fi = {}, ix = {
28463
28468
  var Zn = I[Wt], vr = U[Wt];
28464
28469
  if (Ee)
28465
28470
  var vs = mt ? Ee(vr, Zn, Wt, U, I, Qe) : Ee(Zn, vr, Wt, I, U, Qe);
28466
- if (!(vs === void 0 ? Zn === vr || at(Zn, vr, le, Ee, Qe) : vs)) {
28471
+ if (!(vs === void 0 ? Zn === vr || lt(Zn, vr, le, Ee, Qe) : vs)) {
28467
28472
  Zt = !1;
28468
28473
  break;
28469
28474
  }
@@ -28493,8 +28498,8 @@ var Fi = {}, ix = {
28493
28498
  var Ee = !0;
28494
28499
  } catch {
28495
28500
  }
28496
- var at = Ae.call(I);
28497
- return Ee && (U ? I[Te] = le : delete I[Te]), at;
28501
+ var lt = Ae.call(I);
28502
+ return Ee && (U ? I[Te] = le : delete I[Te]), lt;
28498
28503
  }
28499
28504
  var Sa = Ve ? function(I) {
28500
28505
  return I == null ? [] : (I = Object(I), Re(Ve(I), function(U) {
@@ -29053,7 +29058,7 @@ const ou = {
29053
29058
  }, c = ue(), p = (x, E, A) => {
29054
29059
  c.value = !!(e != null && e.hasFocus()), r.emit("selectionChange", { range: x, oldRange: E, source: A });
29055
29060
  };
29056
- lt(c, (x) => {
29061
+ at(c, (x) => {
29057
29062
  x ? r.emit("focus", i) : r.emit("blur", i);
29058
29063
  });
29059
29064
  const b = (...x) => {
@@ -29099,12 +29104,12 @@ const ou = {
29099
29104
  !r.slots.toolbar && e && ((x = e.getModule("toolbar")) === null || x === void 0 || x.container.remove()), a();
29100
29105
  });
29101
29106
  };
29102
- return lt(() => t.content, (x) => {
29107
+ return at(() => t.content, (x) => {
29103
29108
  if (!e || !x || f(x))
29104
29109
  return;
29105
29110
  const E = e.getSelection();
29106
29111
  E && Ot(() => e == null ? void 0 : e.setSelection(E)), w(x);
29107
- }, { deep: !0 }), lt(() => t.enable, (x) => {
29112
+ }, { deep: !0 }), at(() => t.enable, (x) => {
29108
29113
  e && e.enable(x);
29109
29114
  }), {
29110
29115
  editor: i,
@@ -29627,14 +29632,14 @@ const Bx = /* @__PURE__ */ yn(Ox, [["render", Dx]]), Nx = { class: "inline-flex
29627
29632
  ]);
29628
29633
  };
29629
29634
  }
29630
- }), jx = (t) => (fu("data-v-5d46d20e"), t = t(), du(), t), Fx = { class: "relative" }, qx = /* @__PURE__ */ jx(() => /* @__PURE__ */ R("div", { class: "absolute bottom-0 left-0 h-px w-full bg-slate-300" }, null, -1)), zx = { class: "flex text-center" }, Vx = /* @__PURE__ */ Se({
29635
+ }), jx = (t) => (fu("data-v-a3256401"), t = t(), du(), t), Fx = { class: "relative" }, qx = /* @__PURE__ */ jx(() => /* @__PURE__ */ R("div", { class: "absolute bottom-0 left-0 h-px w-full bg-slate-300" }, null, -1)), zx = { class: "flex text-center" }, Vx = /* @__PURE__ */ Se({
29631
29636
  __name: "BaseTabs",
29632
29637
  props: {
29633
29638
  size: { default: "md" }
29634
29639
  },
29635
29640
  setup(t) {
29636
29641
  const r = t, e = mu(), n = ue(null);
29637
- lt(
29642
+ at(
29638
29643
  () => e.fullPath,
29639
29644
  () => {
29640
29645
  Ot(() => {
@@ -29674,7 +29679,7 @@ const Bx = /* @__PURE__ */ yn(Ox, [["render", Dx]]), Nx = { class: "inline-flex
29674
29679
  ]));
29675
29680
  }
29676
29681
  });
29677
- const Ux = /* @__PURE__ */ yn(Vx, [["__scopeId", "data-v-5d46d20e"]]), Hx = ["href", "disabled", "onClick"], Wx = { class: "whitespace-nowrap" }, Kx = /* @__PURE__ */ Se({
29682
+ const Ux = /* @__PURE__ */ yn(Vx, [["__scopeId", "data-v-a3256401"]]), Hx = ["href", "disabled", "onClick"], Wx = { class: "whitespace-nowrap" }, Kx = /* @__PURE__ */ Se({
29678
29683
  __name: "BaseTabItem",
29679
29684
  props: {
29680
29685
  to: null,
@@ -30742,7 +30747,7 @@ const Y_ = 100, s2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.define
30742
30747
  function G_(t, r) {
30743
30748
  for (const e in lu)
30744
30749
  t.component(e, lu[e]);
30745
- r != null && r.http && (Dt.http = r.http), r != null && r.locales && (Dt.locales = r.locales), r != null && r.upload_url && (Dt.upload_url = r.upload_url), r != null && r.formatQueryString && (Dt.formatQueryString = r.formatQueryString), r != null && r.parseQueryString && (Dt.parseQueryString = r.parseQueryString), r != null && r.countries && (Dt.countries = r.countries), r != null && r.regions && (Dt.regions = r.regions), t.config.globalProperties.$i18n && lt(
30750
+ r != null && r.http && (Dt.http = r.http), r != null && r.locales && (Dt.locales = r.locales), r != null && r.upload_url && (Dt.upload_url = r.upload_url), r != null && r.formatQueryString && (Dt.formatQueryString = r.formatQueryString), r != null && r.parseQueryString && (Dt.parseQueryString = r.parseQueryString), r != null && r.countries && (Dt.countries = r.countries), r != null && r.regions && (Dt.regions = r.regions), t.config.globalProperties.$i18n && at(
30746
30751
  () => t.config.globalProperties.$i18n.locale,
30747
30752
  (e) => {
30748
30753
  Hr().set(e);