sprintify-ui 0.8.34 → 0.8.37

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 (205) hide show
  1. package/README.md +1 -1
  2. package/dist/sprintify-ui.es.js +7597 -7492
  3. package/dist/types/components/BaseActionItem.vue.d.ts +12 -2
  4. package/dist/types/components/BaseActionItemButton.vue.d.ts +3 -3
  5. package/dist/types/components/BaseAddressForm.vue.d.ts +19 -19
  6. package/dist/types/components/BaseAlert.vue.d.ts +19 -17
  7. package/dist/types/components/BaseApp.vue.d.ts +4 -2
  8. package/dist/types/components/BaseAppDialogs.vue.d.ts +2 -2
  9. package/dist/types/components/BaseAutocomplete.vue.d.ts +47 -44
  10. package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +22 -19
  11. package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +44 -41
  12. package/dist/types/components/BaseAvatar.vue.d.ts +4 -4
  13. package/dist/types/components/BaseAvatarGroup.vue.d.ts +1 -1
  14. package/dist/types/components/BaseBadge.vue.d.ts +22 -19
  15. package/dist/types/components/BaseBelongsTo.vue.d.ts +38 -35
  16. package/dist/types/components/BaseBelongsToFetch.vue.d.ts +39 -36
  17. package/dist/types/components/BaseButton.vue.d.ts +54 -31
  18. package/dist/types/components/BaseButtonGroup.vue.d.ts +22 -19
  19. package/dist/types/components/BaseCalendar.vue.d.ts +24 -22
  20. package/dist/types/components/BaseCard.vue.d.ts +6 -4
  21. package/dist/types/components/BaseCardRow.vue.d.ts +9 -7
  22. package/dist/types/components/BaseCharacterCounter.vue.d.ts +1 -1
  23. package/dist/types/components/BaseClipboard.vue.d.ts +6 -4
  24. package/dist/types/components/BaseCollapse.vue.d.ts +34 -32
  25. package/dist/types/components/BaseColor.vue.d.ts +5 -4
  26. package/dist/types/components/BaseContainer.vue.d.ts +19 -13
  27. package/dist/types/components/BaseCounter.vue.d.ts +1 -1
  28. package/dist/types/components/BaseCropper.vue.d.ts +24 -22
  29. package/dist/types/components/BaseCropperModal.vue.d.ts +4 -4
  30. package/dist/types/components/BaseDataIterator.vue.d.ts +13 -24
  31. package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +6 -4
  32. package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +3 -818
  33. package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +6 -4
  34. package/dist/types/components/BaseDataTable.vue.d.ts +37 -40
  35. package/dist/types/components/BaseDataTableRowAction.vue.d.ts +2 -2
  36. package/dist/types/components/BaseDataTableTemplate.vue.d.ts +28 -25
  37. package/dist/types/components/BaseDatePicker.vue.d.ts +33 -33
  38. package/dist/types/components/BaseDateSelect.vue.d.ts +3 -2
  39. package/dist/types/components/BaseDescriptionList.vue.d.ts +4 -2
  40. package/dist/types/components/BaseDescriptionListItem.vue.d.ts +4 -2
  41. package/dist/types/components/BaseDialog.vue.d.ts +9 -7
  42. package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +9 -7
  43. package/dist/types/components/BaseDraggable.vue.d.ts +10 -8
  44. package/dist/types/components/BaseDropdown.vue.d.ts +10 -8
  45. package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +20 -18
  46. package/dist/types/components/BaseField.vue.d.ts +11 -8
  47. package/dist/types/components/BaseFieldI18n.vue.d.ts +6 -6
  48. package/dist/types/components/BaseFilePicker.vue.d.ts +24 -22
  49. package/dist/types/components/BaseFilePickerCrop.vue.d.ts +18 -16
  50. package/dist/types/components/BaseFileUploader.vue.d.ts +58 -56
  51. package/dist/types/components/BaseForm.vue.d.ts +21 -19
  52. package/dist/types/components/BaseGantt.vue.d.ts +20 -411
  53. package/dist/types/components/BaseHasMany.vue.d.ts +39 -37
  54. package/dist/types/components/BaseHeader.vue.d.ts +20 -20
  55. package/dist/types/components/BaseIconPicker.vue.d.ts +7 -7
  56. package/dist/types/components/BaseInput.vue.d.ts +32 -31
  57. package/dist/types/components/BaseInputError.vue.d.ts +9 -6
  58. package/dist/types/components/BaseInputLabel.vue.d.ts +3 -2
  59. package/dist/types/components/BaseInputPercent.vue.d.ts +8 -8
  60. package/dist/types/components/BaseJsonReader.vue.d.ts +7 -7
  61. package/dist/types/components/BaseJsonReaderItem.vue.d.ts +4 -4
  62. package/dist/types/components/BaseLayoutNotificationDropdown.vue.d.ts +1 -1
  63. package/dist/types/components/BaseLayoutSidebar.vue.d.ts +13 -10
  64. package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +10 -8
  65. package/dist/types/components/BaseLayoutStacked.vue.d.ts +25 -23
  66. package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +9 -7
  67. package/dist/types/components/BaseLoadingCover.vue.d.ts +3 -3
  68. package/dist/types/components/BaseMediaGallery.vue.d.ts +1 -1
  69. package/dist/types/components/BaseMediaLibrary.vue.d.ts +39 -38
  70. package/dist/types/components/BaseMediaList.vue.d.ts +1 -1
  71. package/dist/types/components/BaseMediaListItem.vue.d.ts +1 -1
  72. package/dist/types/components/BaseMediaPictures.vue.d.ts +1 -1
  73. package/dist/types/components/BaseMenu.vue.d.ts +26 -18
  74. package/dist/types/components/BaseMenuItem.vue.d.ts +5 -5
  75. package/dist/types/components/BaseModalCenter.vue.d.ts +8 -6
  76. package/dist/types/components/BaseModalSide.vue.d.ts +8 -6
  77. package/dist/types/components/BaseNavbar.vue.d.ts +17 -15
  78. package/dist/types/components/BaseNavbarItem.vue.d.ts +1 -1
  79. package/dist/types/components/BaseNavbarItemContent.vue.d.ts +4 -4
  80. package/dist/types/components/BaseNavbarSideItem.vue.d.ts +1 -1
  81. package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +4 -4
  82. package/dist/types/components/BasePanel.vue.d.ts +1 -1
  83. package/dist/types/components/BasePassword.vue.d.ts +6 -5
  84. package/dist/types/components/BaseProgressCircle.vue.d.ts +2 -2
  85. package/dist/types/components/BaseRadioGroup.vue.d.ts +10 -8
  86. package/dist/types/components/BaseReadMore.vue.d.ts +6 -4
  87. package/dist/types/components/BaseRichText.vue.d.ts +6 -5
  88. package/dist/types/components/BaseScrollColumn.vue.d.ts +1 -1
  89. package/dist/types/components/BaseSelect.vue.d.ts +13 -10
  90. package/dist/types/components/BaseShortcut.vue.d.ts +4 -4
  91. package/dist/types/components/BaseSideNavigation.vue.d.ts +8 -6
  92. package/dist/types/components/BaseSideNavigationItem.vue.d.ts +12 -10
  93. package/dist/types/components/BaseStatistic.vue.d.ts +1 -1
  94. package/dist/types/components/BaseSwitch.vue.d.ts +14 -12
  95. package/dist/types/components/BaseSystemAlert.vue.d.ts +13 -11
  96. package/dist/types/components/BaseTabItem.vue.d.ts +12 -10
  97. package/dist/types/components/BaseTable.vue.d.ts +27 -24
  98. package/dist/types/components/BaseTableBody.vue.d.ts +4 -2
  99. package/dist/types/components/BaseTableCell.vue.d.ts +29 -27
  100. package/dist/types/components/BaseTableColumn.vue.d.ts +11 -11
  101. package/dist/types/components/BaseTableHead.vue.d.ts +6 -4
  102. package/dist/types/components/BaseTableHeader.vue.d.ts +11 -9
  103. package/dist/types/components/BaseTableRow.vue.d.ts +20 -18
  104. package/dist/types/components/BaseTabs.vue.d.ts +8 -6
  105. package/dist/types/components/BaseTagAutocomplete.vue.d.ts +47 -44
  106. package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +40 -38
  107. package/dist/types/components/BaseTextarea.vue.d.ts +8 -7
  108. package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +7 -6
  109. package/dist/types/components/BaseTimePicker.vue.d.ts +4 -3
  110. package/dist/types/components/BaseTooltip.vue.d.ts +15 -13
  111. package/dist/types/composables/breakpoints.d.ts +6 -6
  112. package/dist/types/composables/mediaQuery.d.ts +1 -1
  113. package/dist/types/composables/modal.d.ts +1 -1
  114. package/package.json +14 -20
  115. package/src/components/BaseAddressForm.stories.js +32 -33
  116. package/src/components/BaseAlert.stories.js +13 -13
  117. package/src/components/BaseAutocomplete.stories.js +26 -26
  118. package/src/components/BaseAutocomplete.vue +10 -3
  119. package/src/components/BaseAutocompleteFetch.stories.js +24 -28
  120. package/src/components/BaseAvatar.stories.js +11 -11
  121. package/src/components/BaseAvatarGroup.stories.js +9 -9
  122. package/src/components/BaseBadge.stories.js +18 -19
  123. package/src/components/BaseBelongsTo.stories.js +20 -20
  124. package/src/components/BaseBelongsToFetch.stories.js +21 -25
  125. package/src/components/BaseBoolean.stories.js +3 -3
  126. package/src/components/BaseBreadcrumbs.stories.js +14 -14
  127. package/src/components/BaseButton.stories.js +34 -34
  128. package/src/components/BaseButtonGroup.stories.js +18 -18
  129. package/src/components/BaseCalendar.stories.js +122 -46
  130. package/src/components/BaseCard.stories.js +3 -3
  131. package/src/components/BaseCharacterCounter.stories.js +5 -5
  132. package/src/components/BaseClipboard.stories.js +6 -6
  133. package/src/components/BaseCollapse.stories.js +81 -82
  134. package/src/components/BaseColor.stories.js +8 -8
  135. package/src/components/BaseContainer.stories.js +6 -6
  136. package/src/components/BaseCounter.stories.js +9 -9
  137. package/src/components/BaseCropper.stories.js +11 -11
  138. package/src/components/BaseCropperModal.stories.js +6 -6
  139. package/src/components/BaseDataIterator.stories.js +30 -33
  140. package/src/components/BaseDataTable.stories.js +61 -56
  141. package/src/components/BaseDatePicker.stories.js +29 -29
  142. package/src/components/BaseDateSelect.stories.js +9 -9
  143. package/src/components/BaseDescriptionList.stories.js +4 -4
  144. package/src/components/BaseDialog.stories.js +27 -27
  145. package/src/components/BaseDisplayRelativeTime.stories.js +4 -4
  146. package/src/components/BaseDropdown.stories.js +13 -13
  147. package/src/components/BaseDropdownAutocomplete.stories.js +25 -25
  148. package/src/components/BaseFieldI18n.stories.js +9 -9
  149. package/src/components/BaseFilePicker.stories.js +8 -8
  150. package/src/components/BaseFilePickerCrop.stories.js +15 -15
  151. package/src/components/BaseFileUploader.stories.js +12 -13
  152. package/src/components/BaseForm.stories.js +7 -7
  153. package/src/components/BaseForm.vue +1 -1
  154. package/src/components/BaseGantt.stories.js +22 -16
  155. package/src/components/BaseHasMany.stories.js +18 -22
  156. package/src/components/BaseHeader.stories.js +43 -43
  157. package/src/components/BaseIconPicker.stories.js +4 -4
  158. package/src/components/BaseInput.stories.js +48 -48
  159. package/src/components/BaseInputLabel.stories.js +6 -6
  160. package/src/components/BaseInputPercent.stories.js +8 -8
  161. package/src/components/BaseJsonReader.stories.js +42 -49
  162. package/src/components/BaseJsonReader.vue +0 -1
  163. package/src/components/BaseLayoutSidebar.vue +1 -1
  164. package/src/components/BaseLayoutSidebarConfigurable.stories.js +72 -73
  165. package/src/components/BaseLayoutSidebarConfigurable.vue +1 -1
  166. package/src/components/BaseLayoutStackedConfigurable.stories.js +68 -69
  167. package/src/components/BaseLoadingCover.stories.js +9 -9
  168. package/src/components/BaseMediaItem.stories.js +10 -10
  169. package/src/components/BaseMediaLibrary.stories.js +58 -58
  170. package/src/components/BaseMediaPreview.stories.js +21 -21
  171. package/src/components/BaseMenu.stories.js +34 -34
  172. package/src/components/BaseModalCenter.stories.js +9 -9
  173. package/src/components/BaseModalSide.stories.js +6 -6
  174. package/src/components/BaseNavbar.stories.js +26 -26
  175. package/src/components/BasePagination.stories.js +2 -2
  176. package/src/components/BasePanel.stories.js +9 -9
  177. package/src/components/BasePassword.stories.js +11 -12
  178. package/src/components/BaseProgressCircle.stories.js +3 -3
  179. package/src/components/BaseRadioGroup.stories.js +15 -15
  180. package/src/components/BaseReadMore.stories.js +3 -3
  181. package/src/components/BaseRichText.stories.js +32 -32
  182. package/src/components/BaseSelect.stories.js +19 -19
  183. package/src/components/BaseShortcut.stories.js +28 -28
  184. package/src/components/BaseSideNavigation.stories.js +11 -11
  185. package/src/components/BaseSkeleton.stories.js +3 -3
  186. package/src/components/BaseStatistic.stories.js +16 -16
  187. package/src/components/BaseStepper.stories.js +29 -29
  188. package/src/components/BaseStepperItem.stories.js +11 -11
  189. package/src/components/BaseSwitch.stories.js +25 -25
  190. package/src/components/BaseSystemAlert.stories.js +7 -7
  191. package/src/components/BaseTable.stories.js +14 -16
  192. package/src/components/BaseTabs.stories.js +12 -13
  193. package/src/components/BaseTagAutocomplete.stories.js +19 -19
  194. package/src/components/BaseTagAutocompleteFetch.stories.js +11 -11
  195. package/src/components/BaseTextarea.stories.js +10 -10
  196. package/src/components/BaseTextareaAutoresize.stories.js +13 -13
  197. package/src/components/BaseTimePicker.stories.js +9 -9
  198. package/src/components/BaseTimeline.stories.js +22 -22
  199. package/src/components/BaseTimelineItem.stories.js +23 -22
  200. package/src/components/BaseToast.stories.js +6 -6
  201. package/src/components/BaseTooltip.stories.js +27 -27
  202. package/src/components/BaseUniqueCode.stories.js +7 -7
  203. package/src/stories/InputSizes.stories.js +13 -14
  204. package/src/stories/List.stories.js +92 -92
  205. package/src/stories/Show.stories.js +13 -14
@@ -75,11 +75,11 @@ declare const _default: import("vue").DefineComponent<{
75
75
  type: PropType<"low" | "high">;
76
76
  };
77
77
  }>>, {
78
- color: string;
79
- to: RouteLocationRaw | undefined;
80
- contrast: "low" | "high";
81
- href: string | undefined;
82
78
  description: string;
79
+ to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
80
+ href: string | undefined;
81
+ color: string;
82
+ contrast: "high" | "low";
83
83
  action: () => Promise<void> | undefined;
84
84
  linkText: string;
85
85
  }, {}>;
@@ -1,16 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
- size?: "xs" | "sm" | "md" | "lg" | undefined;
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
+ size?: "xs" | "sm" | "md" | "lg";
3
6
  }>, {
4
7
  size: string;
5
8
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
- size?: "xs" | "sm" | "md" | "lg" | undefined;
9
+ size?: "xs" | "sm" | "md" | "lg";
7
10
  }>, {
8
11
  size: string;
9
12
  }>>>, {
10
13
  size: "xs" | "sm" | "md" | "lg";
11
- }, {}>, {
12
- default?(_: {}): any;
13
- }>;
14
+ }, {}>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
16
  export default _default;
15
17
  type __VLS_WithDefaults<P, D> = {
16
18
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,26 +1,28 @@
1
1
  import { RouteLocationRaw } from 'vue-router';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ declare function __VLS_template(): {
3
+ default?(_: {
4
+ active: boolean;
5
+ }): any;
6
+ };
7
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
8
  to: RouteLocationRaw;
4
- disabled?: boolean | undefined;
5
- activeStrategy?: "default" | "exact" | undefined;
9
+ disabled?: boolean;
10
+ activeStrategy?: "default" | "exact";
6
11
  }>, {
7
12
  disabled: boolean;
8
13
  activeStrategy: string;
9
14
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
15
  to: RouteLocationRaw;
11
- disabled?: boolean | undefined;
12
- activeStrategy?: "default" | "exact" | undefined;
16
+ disabled?: boolean;
17
+ activeStrategy?: "default" | "exact";
13
18
  }>, {
14
19
  disabled: boolean;
15
20
  activeStrategy: string;
16
21
  }>>>, {
17
22
  disabled: boolean;
18
23
  activeStrategy: "default" | "exact";
19
- }, {}>, {
20
- default?(_: {
21
- active: boolean;
22
- }): any;
23
- }>;
24
+ }, {}>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
26
  export default _default;
25
27
  type __VLS_WithDefaults<P, D> = {
26
28
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -48,8 +48,8 @@ declare const _default: import("vue").DefineComponent<{
48
48
  };
49
49
  }>>, {
50
50
  label: string | null;
51
+ caption: string | null;
51
52
  secondaryValue: string | null;
52
53
  trend: "up" | "down" | null;
53
- caption: string | null;
54
54
  }, {}>;
55
55
  export default _default;
@@ -1,8 +1,11 @@
1
1
  import { PropType } from 'vue';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare function __VLS_template(): {
3
+ default?(_: {}): any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{
3
6
  modelValue: {
4
7
  default: boolean;
5
- type: PropType<string | number | boolean | null | undefined>;
8
+ type: PropType<boolean | string | number | null | undefined>;
6
9
  };
7
10
  name: {
8
11
  default: undefined;
@@ -10,11 +13,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
10
13
  };
11
14
  color: {
12
15
  default: string;
13
- type: PropType<"info" | "success" | "danger" | "warning" | "primary" | "dark" | "light">;
16
+ type: PropType<"primary" | "info" | "danger" | "warning" | "success" | "dark" | "light">;
14
17
  };
15
18
  size: {
16
19
  default: string;
17
- type: PropType<"xs" | "sm" | "lg" | "xl" | "base">;
20
+ type: PropType<"xs" | "sm" | "base" | "lg" | "xl">;
18
21
  };
19
22
  hasError: {
20
23
  default: boolean;
@@ -41,7 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
41
44
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
45
  modelValue: {
43
46
  default: boolean;
44
- type: PropType<string | number | boolean | null | undefined>;
47
+ type: PropType<boolean | string | number | null | undefined>;
45
48
  };
46
49
  name: {
47
50
  default: undefined;
@@ -49,11 +52,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
49
52
  };
50
53
  color: {
51
54
  default: string;
52
- type: PropType<"info" | "success" | "danger" | "warning" | "primary" | "dark" | "light">;
55
+ type: PropType<"primary" | "info" | "danger" | "warning" | "success" | "dark" | "light">;
53
56
  };
54
57
  size: {
55
58
  default: string;
56
- type: PropType<"xs" | "sm" | "lg" | "xl" | "base">;
59
+ type: PropType<"xs" | "sm" | "base" | "lg" | "xl">;
57
60
  };
58
61
  hasError: {
59
62
  default: boolean;
@@ -79,17 +82,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
79
82
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
80
83
  }, {
81
84
  required: boolean;
82
- modelValue: string | number | boolean | null | undefined;
85
+ color: "dark" | "light" | "danger" | "success" | "warning" | "primary" | "info";
83
86
  size: "xs" | "sm" | "lg" | "xl" | "base";
84
- color: "info" | "success" | "danger" | "warning" | "primary" | "dark" | "light";
85
87
  name: string;
88
+ modelValue: string | number | boolean | null | undefined;
86
89
  disabled: boolean;
87
90
  hasError: boolean;
88
91
  checkedIcon: string;
89
92
  unCheckedIcon: string;
90
- }, {}>, {
91
- default?(_: {}): any;
92
- }>;
93
+ }, {}>;
94
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
93
95
  export default _default;
94
96
  type __VLS_WithTemplateSlots<T, S> = T & {
95
97
  new (): {
@@ -1,17 +1,20 @@
1
1
  import { PropType } from 'vue';
2
2
  import { RouteLocationRaw } from 'vue-router';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
+ declare function __VLS_template(): {
4
+ default?(_: {}): any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<{
4
7
  to: {
5
8
  default: undefined;
6
9
  type: PropType<RouteLocationRaw | undefined>;
7
10
  };
8
11
  action: {
9
12
  default: undefined;
10
- type: PropType<() => void | Promise<void>>;
13
+ type: PropType<() => Promise<void> | void>;
11
14
  };
12
15
  color: {
13
16
  default: string;
14
- type: PropType<"info" | "success" | "danger" | "warning">;
17
+ type: PropType<"info" | "warning" | "danger" | "success">;
15
18
  };
16
19
  closable: {
17
20
  default: boolean;
@@ -26,11 +29,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
26
29
  };
27
30
  action: {
28
31
  default: undefined;
29
- type: PropType<() => void | Promise<void>>;
32
+ type: PropType<() => Promise<void> | void>;
30
33
  };
31
34
  color: {
32
35
  default: string;
33
- type: PropType<"info" | "success" | "danger" | "warning">;
36
+ type: PropType<"info" | "warning" | "danger" | "success">;
34
37
  };
35
38
  closable: {
36
39
  default: boolean;
@@ -39,13 +42,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
39
42
  }>> & {
40
43
  onClose?: ((...args: any[]) => any) | undefined;
41
44
  }, {
42
- color: "info" | "success" | "danger" | "warning";
43
- to: RouteLocationRaw | undefined;
44
- action: () => void | Promise<void>;
45
+ to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
46
+ color: "danger" | "success" | "warning" | "info";
47
+ action: () => Promise<void> | void;
45
48
  closable: boolean;
46
- }, {}>, {
47
- default?(_: {}): any;
48
- }>;
49
+ }, {}>;
50
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
49
51
  export default _default;
50
52
  type __VLS_WithTemplateSlots<T, S> = T & {
51
53
  new (): {
@@ -1,26 +1,28 @@
1
1
  import { RouteLocationRaw } from 'vue-router';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ declare function __VLS_template(): {
3
+ default?(_: {
4
+ active: boolean;
5
+ }): any;
6
+ };
7
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
8
  to: RouteLocationRaw;
4
- disabled?: boolean | undefined;
5
- activeStrategy?: "default" | "exact" | undefined;
9
+ disabled?: boolean;
10
+ activeStrategy?: "default" | "exact";
6
11
  }>, {
7
12
  disabled: boolean;
8
13
  activeStrategy: string;
9
14
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
15
  to: RouteLocationRaw;
11
- disabled?: boolean | undefined;
12
- activeStrategy?: "default" | "exact" | undefined;
16
+ disabled?: boolean;
17
+ activeStrategy?: "default" | "exact";
13
18
  }>, {
14
19
  disabled: boolean;
15
20
  activeStrategy: string;
16
21
  }>>>, {
17
22
  disabled: boolean;
18
23
  activeStrategy: "default" | "exact";
19
- }, {}>, {
20
- default?(_: {
21
- active: boolean;
22
- }): any;
23
- }>;
24
+ }, {}>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
26
  export default _default;
25
27
  type __VLS_WithDefaults<P, D> = {
26
28
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,15 +1,20 @@
1
1
  import { ClassNameValue } from 'tailwind-merge';
2
+ import { Size } from '@/utils/sizes';
2
3
  declare function scrollTop(): void;
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
5
- fixedHeader?: boolean | undefined;
6
- fixedColumn?: boolean | undefined;
7
- striped?: boolean | undefined;
8
- flush?: boolean | undefined;
4
+ declare function __VLS_template(): {
5
+ default?(_: {}): any;
6
+ loading?(_: {}): any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
9
+ size?: Size;
10
+ fixedHeader?: boolean;
11
+ fixedColumn?: boolean;
12
+ striped?: boolean;
13
+ flush?: boolean;
9
14
  class?: ClassNameValue;
10
- maxHeight?: number | undefined;
11
- loading?: boolean | undefined;
12
- virtualScrolling?: boolean | undefined;
15
+ maxHeight?: number;
16
+ loading?: boolean;
17
+ virtualScrolling?: boolean;
13
18
  }>, {
14
19
  size: string;
15
20
  fixedHeader: boolean;
@@ -23,15 +28,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
23
28
  }>, {
24
29
  scrollTop: typeof scrollTop;
25
30
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
26
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
27
- fixedHeader?: boolean | undefined;
28
- fixedColumn?: boolean | undefined;
29
- striped?: boolean | undefined;
30
- flush?: boolean | undefined;
31
+ size?: Size;
32
+ fixedHeader?: boolean;
33
+ fixedColumn?: boolean;
34
+ striped?: boolean;
35
+ flush?: boolean;
31
36
  class?: ClassNameValue;
32
- maxHeight?: number | undefined;
33
- loading?: boolean | undefined;
34
- virtualScrolling?: boolean | undefined;
37
+ maxHeight?: number;
38
+ loading?: boolean;
39
+ virtualScrolling?: boolean;
35
40
  }>, {
36
41
  size: string;
37
42
  fixedHeader: boolean;
@@ -44,18 +49,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
44
49
  virtualScrolling: boolean;
45
50
  }>>>, {
46
51
  class: string | false | 0 | 0n | ClassNameValue[] | null;
47
- size: "xs" | "sm" | "md" | "lg" | "xl";
52
+ size: Size;
48
53
  loading: boolean;
49
- maxHeight: number;
50
- virtualScrolling: boolean;
51
54
  fixedHeader: boolean;
52
55
  fixedColumn: boolean;
53
56
  striped: boolean;
54
57
  flush: boolean;
55
- }, {}>, {
56
- default?(_: {}): any;
57
- loading?(_: {}): any;
58
- }>;
58
+ maxHeight: number;
59
+ virtualScrolling: boolean;
60
+ }, {}>;
61
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
59
62
  export default _default;
60
63
  type __VLS_WithDefaults<P, D> = {
61
64
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,6 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
- }>;
3
+ };
4
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
4
6
  export default _default;
5
7
  type __VLS_WithTemplateSlots<T, S> = T & {
6
8
  new (): {
@@ -1,17 +1,22 @@
1
1
  import { RouteLocationRaw } from 'vue-router';
2
2
  import { ClassNameValue } from 'tailwind-merge';
3
3
  import { StyleValue } from 'vue';
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
- href?: string | undefined;
6
- to?: RouteLocationRaw | undefined;
7
- target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
8
- title?: string | undefined;
9
- align?: "right" | "left" | "center" | undefined;
10
- colspan?: string | number | undefined;
4
+ declare function __VLS_template(): {
5
+ default?(_: {
6
+ hover: boolean;
7
+ }): any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
+ href?: string;
11
+ to?: RouteLocationRaw;
12
+ target?: "_blank" | "_self" | "_parent" | "_top";
13
+ title?: string;
14
+ align?: "left" | "center" | "right";
15
+ colspan?: number | string;
11
16
  class?: ClassNameValue;
12
17
  style?: StyleValue;
13
- onClick?: ((e: MouseEvent) => void) | undefined;
14
- ignoreRowInteractions?: boolean | undefined;
18
+ onClick?: (e: MouseEvent) => void;
19
+ ignoreRowInteractions?: boolean;
15
20
  }>, {
16
21
  href: undefined;
17
22
  to: undefined;
@@ -24,16 +29,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
24
29
  onClick: undefined;
25
30
  ignoreRowInteractions: boolean;
26
31
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
27
- href?: string | undefined;
28
- to?: RouteLocationRaw | undefined;
29
- target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
30
- title?: string | undefined;
31
- align?: "right" | "left" | "center" | undefined;
32
- colspan?: string | number | undefined;
32
+ href?: string;
33
+ to?: RouteLocationRaw;
34
+ target?: "_blank" | "_self" | "_parent" | "_top";
35
+ title?: string;
36
+ align?: "left" | "center" | "right";
37
+ colspan?: number | string;
33
38
  class?: ClassNameValue;
34
39
  style?: StyleValue;
35
- onClick?: ((e: MouseEvent) => void) | undefined;
36
- ignoreRowInteractions?: boolean | undefined;
40
+ onClick?: (e: MouseEvent) => void;
41
+ ignoreRowInteractions?: boolean;
37
42
  }>, {
38
43
  href: undefined;
39
44
  to: undefined;
@@ -48,19 +53,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
48
53
  }>>>, {
49
54
  class: string | false | 0 | 0n | ClassNameValue[] | null;
50
55
  onClick: (e: MouseEvent) => void;
51
- title: string;
56
+ style: string | false | import("vue").CSSProperties | StyleValue[] | null;
52
57
  to: RouteLocationRaw;
58
+ target: "_blank" | "_self" | "_parent" | "_top";
53
59
  href: string;
54
- align: "right" | "left" | "center";
60
+ title: string;
61
+ align: "left" | "center" | "right";
55
62
  ignoreRowInteractions: boolean;
56
- target: "_blank" | "_self" | "_parent" | "_top";
57
- style: string | false | import("vue").CSSProperties | StyleValue[] | null;
58
- colspan: string | number;
59
- }, {}>, {
60
- default?(_: {
61
- hover: boolean;
62
- }): any;
63
- }>;
63
+ colspan: number | string;
64
+ }, {}>;
65
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
64
66
  export default _default;
65
67
  type __VLS_WithDefaults<P, D> = {
66
68
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<{
36
36
  };
37
37
  align: {
38
38
  default: string;
39
- type: PropType<"right" | "left" | "center">;
39
+ type: PropType<"left" | "center" | "right">;
40
40
  };
41
41
  searchable: {
42
42
  default: boolean;
@@ -128,7 +128,7 @@ declare const _default: import("vue").DefineComponent<{
128
128
  };
129
129
  align: {
130
130
  default: string;
131
- type: PropType<"right" | "left" | "center">;
131
+ type: PropType<"left" | "center" | "right">;
132
132
  };
133
133
  searchable: {
134
134
  default: boolean;
@@ -175,25 +175,25 @@ declare const _default: import("vue").DefineComponent<{
175
175
  type: PropType<(row: CollectionItem, index: number, column: BaseTableColumnData, colIndex: number, event: MouseEvent) => void>;
176
176
  };
177
177
  }>>, {
178
- class: string | unknown[] | Record<string, any>;
178
+ label: string;
179
+ class: string | Record<string, any> | unknown[];
179
180
  onClick: (row: CollectionItem, index: number, column: BaseTableColumnData, colIndex: number, event: MouseEvent) => void;
180
181
  to: (row: CollectionItem) => RouteLocationRaw;
181
- field: string;
182
+ target: "_blank" | "_self" | "_parent" | "_top";
182
183
  href: (row: CollectionItem) => string;
183
- searchable: boolean;
184
+ meta: Record<string, any> | unknown[];
185
+ toggle: boolean;
184
186
  width: number;
185
- meta: unknown[] | Record<string, any>;
186
- label: string;
187
- customKey: string | number;
187
+ align: "left" | "center" | "right";
188
+ field: string;
188
189
  padding: string;
190
+ searchable: boolean;
191
+ customKey: string | number;
189
192
  numeric: boolean;
190
- align: "right" | "left" | "center";
191
193
  sortable: boolean;
192
194
  ignoreRowInteractions: boolean;
193
- toggle: boolean;
194
195
  toggleDefault: boolean;
195
196
  customSort: Function;
196
197
  customSearch: Function;
197
- target: "_blank" | "_self" | "_parent" | "_top";
198
198
  }, {}>;
199
199
  export default _default;
@@ -1,5 +1,8 @@
1
1
  import { ClassNameValue } from 'tailwind-merge';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ declare function __VLS_template(): {
3
+ default?(_: {}): any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
6
  class?: ClassNameValue;
4
7
  }>, {
5
8
  class: undefined;
@@ -9,9 +12,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
9
12
  class: undefined;
10
13
  }>>>, {
11
14
  class: string | false | 0 | 0n | ClassNameValue[] | null;
12
- }, {}>, {
13
- default?(_: {}): any;
14
- }>;
15
+ }, {}>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
17
  export default _default;
16
18
  type __VLS_WithDefaults<P, D> = {
17
19
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,10 +1,13 @@
1
1
  import { ClassNameValue } from 'tailwind-merge';
2
2
  import { StyleValue } from 'vue';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ declare function __VLS_template(): {
4
+ default?(_: {}): any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
7
  class?: ClassNameValue;
5
8
  style?: StyleValue;
6
- align?: "right" | "left" | "center" | undefined;
7
- colspan?: number | undefined;
9
+ align?: "left" | "center" | "right";
10
+ colspan?: number;
8
11
  }>, {
9
12
  class: undefined;
10
13
  style: undefined;
@@ -15,8 +18,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
18
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
16
19
  class?: ClassNameValue;
17
20
  style?: StyleValue;
18
- align?: "right" | "left" | "center" | undefined;
19
- colspan?: number | undefined;
21
+ align?: "left" | "center" | "right";
22
+ colspan?: number;
20
23
  }>, {
21
24
  class: undefined;
22
25
  style: undefined;
@@ -26,12 +29,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
26
29
  onClick?: ((...args: any[]) => any) | undefined;
27
30
  }, {
28
31
  class: string | false | 0 | 0n | ClassNameValue[] | null;
29
- align: "right" | "left" | "center";
30
32
  style: string | false | import("vue").CSSProperties | StyleValue[] | null;
33
+ align: "left" | "center" | "right";
31
34
  colspan: number;
32
- }, {}>, {
33
- default?(_: {}): any;
34
- }>;
35
+ }, {}>;
36
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
35
37
  export default _default;
36
38
  type __VLS_WithDefaults<P, D> = {
37
39
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,13 +1,16 @@
1
1
  import { ClassNameValue } from 'tailwind-merge';
2
2
  import { RouteLocationRaw } from 'vue-router';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
- href?: string | undefined;
5
- to?: RouteLocationRaw | undefined;
6
- target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
7
- title?: string | undefined;
3
+ declare function __VLS_template(): {
4
+ default?(_: {}): any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ href?: string;
8
+ to?: RouteLocationRaw;
9
+ target?: "_blank" | "_self" | "_parent" | "_top";
10
+ title?: string;
8
11
  class?: ClassNameValue;
9
- selected?: boolean | undefined;
10
- onClick?: ((e: MouseEvent) => void) | undefined;
12
+ selected?: boolean;
13
+ onClick?: (e: MouseEvent) => void;
11
14
  }>, {
12
15
  href: undefined;
13
16
  to: undefined;
@@ -21,13 +24,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
21
24
  mouseenter: (...args: any[]) => void;
22
25
  mouseleave: (...args: any[]) => void;
23
26
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
24
- href?: string | undefined;
25
- to?: RouteLocationRaw | undefined;
26
- target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
27
- title?: string | undefined;
27
+ href?: string;
28
+ to?: RouteLocationRaw;
29
+ target?: "_blank" | "_self" | "_parent" | "_top";
30
+ title?: string;
28
31
  class?: ClassNameValue;
29
- selected?: boolean | undefined;
30
- onClick?: ((e: MouseEvent) => void) | undefined;
32
+ selected?: boolean;
33
+ onClick?: (e: MouseEvent) => void;
31
34
  }>, {
32
35
  href: undefined;
33
36
  to: undefined;
@@ -43,14 +46,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
43
46
  }, {
44
47
  class: string | false | 0 | 0n | ClassNameValue[] | null;
45
48
  onClick: (e: MouseEvent) => void;
46
- title: string;
47
49
  to: RouteLocationRaw;
48
- href: string;
49
50
  target: "_blank" | "_self" | "_parent" | "_top";
51
+ href: string;
52
+ title: string;
50
53
  selected: boolean;
51
- }, {}>, {
52
- default?(_: {}): any;
53
- }>;
54
+ }, {}>;
55
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
54
56
  export default _default;
55
57
  type __VLS_WithDefaults<P, D> = {
56
58
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,16 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
- size?: "xs" | "sm" | "md" | "lg" | undefined;
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
+ size?: "xs" | "sm" | "md" | "lg";
3
6
  }>, {
4
7
  size: string;
5
8
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
- size?: "xs" | "sm" | "md" | "lg" | undefined;
9
+ size?: "xs" | "sm" | "md" | "lg";
7
10
  }>, {
8
11
  size: string;
9
12
  }>>>, {
10
13
  size: "xs" | "sm" | "md" | "lg";
11
- }, {}>, {
12
- default?(_: {}): any;
13
- }>;
14
+ }, {}>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
16
  export default _default;
15
17
  type __VLS_WithDefaults<P, D> = {
16
18
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {