sprintify-ui 0.8.41 → 0.8.42

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 (137) hide show
  1. package/dist/sprintify-ui.es.js +4910 -4972
  2. package/dist/types/components/BaseActionItem.vue.d.ts +5 -15
  3. package/dist/types/components/BaseActionItemButton.vue.d.ts +4 -25
  4. package/dist/types/components/BaseAddressForm.vue.d.ts +6 -45
  5. package/dist/types/components/BaseAlert.vue.d.ts +11 -37
  6. package/dist/types/components/BaseApp.vue.d.ts +8 -3
  7. package/dist/types/components/BaseAppDialogs.vue.d.ts +1 -1
  8. package/dist/types/components/BaseAppSnackbars.vue.d.ts +1 -1
  9. package/dist/types/components/BaseAutocomplete.vue.d.ts +585 -37
  10. package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +24 -16
  11. package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +526 -36
  12. package/dist/types/components/BaseAvatar.vue.d.ts +4 -4
  13. package/dist/types/components/BaseAvatarGroup.vue.d.ts +4 -4
  14. package/dist/types/components/BaseBadge.vue.d.ts +11 -35
  15. package/dist/types/components/BaseBelongsTo.vue.d.ts +524 -34
  16. package/dist/types/components/BaseBelongsToFetch.vue.d.ts +484 -35
  17. package/dist/types/components/BaseBoolean.vue.d.ts +3 -12
  18. package/dist/types/components/BaseBreadcrumbs.vue.d.ts +4 -4
  19. package/dist/types/components/BaseButton.vue.d.ts +17 -53
  20. package/dist/types/components/BaseButtonGroup.vue.d.ts +19 -14
  21. package/dist/types/components/BaseCalendar.vue.d.ts +46 -13
  22. package/dist/types/components/BaseCard.vue.d.ts +13 -6
  23. package/dist/types/components/BaseCardRow.vue.d.ts +13 -31
  24. package/dist/types/components/BaseCharacterCounter.vue.d.ts +4 -4
  25. package/dist/types/components/BaseClipboard.vue.d.ts +14 -6
  26. package/dist/types/components/BaseCollapse.vue.d.ts +20 -52
  27. package/dist/types/components/BaseColor.vue.d.ts +8 -8
  28. package/dist/types/components/BaseContainer.vue.d.ts +11 -33
  29. package/dist/types/components/BaseCounter.vue.d.ts +4 -4
  30. package/dist/types/components/BaseCropper.vue.d.ts +29 -30
  31. package/dist/types/components/BaseCropperModal.vue.d.ts +8 -17
  32. package/dist/types/components/BaseDataIterator.vue.d.ts +6 -6
  33. package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +10 -14
  34. package/dist/types/components/BaseDataIteratorSectionButton.vue.d.ts +6 -15
  35. package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +4 -4
  36. package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +13 -17
  37. package/dist/types/components/BaseDataTable.vue.d.ts +842 -26
  38. package/dist/types/components/BaseDataTableRowAction.vue.d.ts +4 -25
  39. package/dist/types/components/BaseDataTableTemplate.vue.d.ts +129 -14
  40. package/dist/types/components/BaseDatePicker.vue.d.ts +7 -56
  41. package/dist/types/components/BaseDateSelect.vue.d.ts +5 -5
  42. package/dist/types/components/BaseDescriptionList.vue.d.ts +8 -3
  43. package/dist/types/components/BaseDescriptionListItem.vue.d.ts +11 -4
  44. package/dist/types/components/BaseDialog.vue.d.ts +516 -8
  45. package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +15 -8
  46. package/dist/types/components/BaseDraggable.vue.d.ts +18 -20
  47. package/dist/types/components/BaseDropdown.vue.d.ts +18 -10
  48. package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +23 -16
  49. package/dist/types/components/BaseField.vue.d.ts +12 -7
  50. package/dist/types/components/BaseFieldI18n.vue.d.ts +7 -7
  51. package/dist/types/components/BaseFilePicker.vue.d.ts +20 -44
  52. package/dist/types/components/BaseFilePickerCrop.vue.d.ts +51 -39
  53. package/dist/types/components/BaseFileUploader.vue.d.ts +40 -76
  54. package/dist/types/components/BaseForm.vue.d.ts +22 -15
  55. package/dist/types/components/BaseGantt.vue.d.ts +21 -40
  56. package/dist/types/components/BaseHasMany.vue.d.ts +325 -39
  57. package/dist/types/components/BaseHeader.vue.d.ts +4 -37
  58. package/dist/types/components/BaseIconPicker.vue.d.ts +6 -31
  59. package/dist/types/components/BaseInput.vue.d.ts +12 -12
  60. package/dist/types/components/BaseInputError.vue.d.ts +11 -6
  61. package/dist/types/components/BaseInputLabel.vue.d.ts +4 -4
  62. package/dist/types/components/BaseInputPercent.vue.d.ts +9 -9
  63. package/dist/types/components/BaseJsonReader.vue.d.ts +4 -29
  64. package/dist/types/components/BaseJsonReaderItem.vue.d.ts +3 -12
  65. package/dist/types/components/BaseLayoutNotificationDropdown.vue.d.ts +5 -5
  66. package/dist/types/components/BaseLayoutNotificationItem.vue.d.ts +4 -4
  67. package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +3 -12
  68. package/dist/types/components/BaseLayoutSidebar.vue.d.ts +16 -11
  69. package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +13 -8
  70. package/dist/types/components/BaseLayoutStacked.vue.d.ts +22 -42
  71. package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +12 -7
  72. package/dist/types/components/BaseLazy.vue.d.ts +24 -15
  73. package/dist/types/components/BaseLoadingCover.vue.d.ts +5 -5
  74. package/dist/types/components/BaseMediaGallery.vue.d.ts +5 -5
  75. package/dist/types/components/BaseMediaGalleryItem.vue.d.ts +5 -5
  76. package/dist/types/components/BaseMediaItem.vue.d.ts +5 -5
  77. package/dist/types/components/BaseMediaLibrary.vue.d.ts +38 -33
  78. package/dist/types/components/BaseMediaList.vue.d.ts +5 -5
  79. package/dist/types/components/BaseMediaListItem.vue.d.ts +6 -6
  80. package/dist/types/components/BaseMediaPictures.vue.d.ts +5 -5
  81. package/dist/types/components/BaseMediaPicturesItem.vue.d.ts +5 -5
  82. package/dist/types/components/BaseMediaPreview.vue.d.ts +5 -5
  83. package/dist/types/components/BaseMenu.vue.d.ts +31 -23
  84. package/dist/types/components/BaseMenuItem.vue.d.ts +5 -5
  85. package/dist/types/components/BaseModalCenter.vue.d.ts +14 -9
  86. package/dist/types/components/BaseModalSide.vue.d.ts +14 -9
  87. package/dist/types/components/BaseNavbar.vue.d.ts +23 -16
  88. package/dist/types/components/BaseNavbarItem.vue.d.ts +5 -5
  89. package/dist/types/components/BaseNavbarItemContent.vue.d.ts +4 -4
  90. package/dist/types/components/BaseNavbarSideItem.vue.d.ts +5 -5
  91. package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +4 -4
  92. package/dist/types/components/BasePagination.vue.d.ts +5 -5
  93. package/dist/types/components/BasePanel.vue.d.ts +5 -5
  94. package/dist/types/components/BasePassword.vue.d.ts +8 -8
  95. package/dist/types/components/BaseProgressCircle.vue.d.ts +4 -4
  96. package/dist/types/components/BaseRadioGroup.vue.d.ts +15 -10
  97. package/dist/types/components/BaseReadMore.vue.d.ts +13 -6
  98. package/dist/types/components/BaseRichText.vue.d.ts +6 -6
  99. package/dist/types/components/BaseScrollColumn.vue.d.ts +5 -5
  100. package/dist/types/components/BaseSelect.vue.d.ts +15 -8
  101. package/dist/types/components/BaseShortcut.vue.d.ts +5 -5
  102. package/dist/types/components/BaseSideNavigation.vue.d.ts +11 -27
  103. package/dist/types/components/BaseSideNavigationItem.vue.d.ts +13 -31
  104. package/dist/types/components/BaseSkeleton.vue.d.ts +4 -4
  105. package/dist/types/components/BaseStatistic.vue.d.ts +6 -4
  106. package/dist/types/components/BaseStepper.vue.d.ts +4 -4
  107. package/dist/types/components/BaseStepperItem.vue.d.ts +5 -5
  108. package/dist/types/components/BaseSwitch.vue.d.ts +14 -9
  109. package/dist/types/components/BaseSystemAlert.vue.d.ts +12 -7
  110. package/dist/types/components/BaseTabItem.vue.d.ts +15 -31
  111. package/dist/types/components/BaseTable.vue.d.ts +15 -45
  112. package/dist/types/components/BaseTableBody.vue.d.ts +8 -3
  113. package/dist/types/components/BaseTableCell.vue.d.ts +13 -47
  114. package/dist/types/components/BaseTableColumn.vue.d.ts +8 -8
  115. package/dist/types/components/BaseTableHead.vue.d.ts +11 -27
  116. package/dist/types/components/BaseTableHeader.vue.d.ts +15 -35
  117. package/dist/types/components/BaseTableRow.vue.d.ts +15 -41
  118. package/dist/types/components/BaseTabs.vue.d.ts +14 -27
  119. package/dist/types/components/BaseTagAutocomplete.vue.d.ts +235 -39
  120. package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +457 -39
  121. package/dist/types/components/BaseTextarea.vue.d.ts +8 -8
  122. package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +8 -8
  123. package/dist/types/components/BaseTimePicker.vue.d.ts +6 -6
  124. package/dist/types/components/BaseTimeline.vue.d.ts +3 -3
  125. package/dist/types/components/BaseTimelineItem.vue.d.ts +3 -3
  126. package/dist/types/components/BaseToast.vue.d.ts +3 -12
  127. package/dist/types/components/BaseTooltip.vue.d.ts +15 -36
  128. package/dist/types/components/BaseUniqueCode.vue.d.ts +5 -5
  129. package/dist/types/components/SlotComponent.d.ts +4 -4
  130. package/dist/types/stories/PageInputSizes.vue.d.ts +1 -1
  131. package/dist/types/stories/PageShow.vue.d.ts +1 -1
  132. package/dist/types/svg/BaseEmptyState.vue.d.ts +1 -1
  133. package/dist/types/svg/BaseSpinnerLarge.vue.d.ts +1 -1
  134. package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +1 -1
  135. package/package.json +1 -6
  136. package/src/components/BaseLazy.stories.js +28 -7
  137. package/src/components/BaseLazy.vue +64 -10
@@ -24,9 +24,16 @@ declare const colors: {
24
24
  };
25
25
  declare function focus(): void;
26
26
  declare function __VLS_template(): {
27
- default?(_: {}): any;
27
+ slots: {
28
+ default?(_: {}): any;
29
+ };
30
+ refs: {
31
+ buttonRef: unknown;
32
+ };
33
+ attrs: Partial<{}>;
28
34
  };
29
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
35
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
36
+ declare const __VLS_component: import("vue").DefineComponent<{
30
37
  as?: string;
31
38
  disabled?: boolean;
32
39
  class?: ClassNameValue;
@@ -39,27 +46,14 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
39
46
  sizeBehavior?: SizeBehavior;
40
47
  color?: keyof typeof colors | string;
41
48
  to?: RouteLocationRaw;
42
- }>, {
43
- as: string;
44
- disabled: boolean;
45
- class: string;
46
- loading: boolean;
47
- icon: string;
48
- href: undefined;
49
- type: string;
50
- iconPosition: string;
51
- size: string;
52
- sizeBehavior: SizeBehavior;
53
- color: string;
54
- to: undefined;
55
- }>, {
49
+ }, {
56
50
  focus: typeof focus;
57
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
51
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
58
52
  click: (...args: any[]) => void;
59
53
  mouseenter: (...args: any[]) => void;
60
54
  mouseleave: (...args: any[]) => void;
61
55
  mouseover: (...args: any[]) => void;
62
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
56
+ }, string, import("vue").PublicProps, Readonly<{
63
57
  as?: string;
64
58
  disabled?: boolean;
65
59
  class?: ClassNameValue;
@@ -72,28 +66,15 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
72
66
  sizeBehavior?: SizeBehavior;
73
67
  color?: keyof typeof colors | string;
74
68
  to?: RouteLocationRaw;
75
- }>, {
76
- as: string;
77
- disabled: boolean;
78
- class: string;
79
- loading: boolean;
80
- icon: string;
81
- href: undefined;
82
- type: string;
83
- iconPosition: string;
84
- size: string;
85
- sizeBehavior: SizeBehavior;
86
- color: string;
87
- to: undefined;
88
- }>>> & {
69
+ }> & Readonly<{
89
70
  onClick?: ((...args: any[]) => any) | undefined;
90
71
  onMouseenter?: ((...args: any[]) => any) | undefined;
91
72
  onMouseleave?: ((...args: any[]) => any) | undefined;
92
73
  onMouseover?: ((...args: any[]) => any) | undefined;
93
- }, {
74
+ }>, {
94
75
  class: string | false | 0 | 0n | ClassNameValue[] | null;
95
- type: "button" | "submit" | "reset";
96
76
  to: RouteLocationRaw;
77
+ type: "button" | "submit" | "reset";
97
78
  href: string;
98
79
  color: keyof typeof colors | string;
99
80
  icon: string;
@@ -103,28 +84,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
103
84
  loading: boolean;
104
85
  iconPosition: "start" | "end";
105
86
  sizeBehavior: SizeBehavior;
106
- }, {}>;
107
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
87
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
88
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
108
89
  export default _default;
109
- type __VLS_WithDefaults<P, D> = {
110
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
111
- default: D[K];
112
- }> : P[K];
113
- };
114
- type __VLS_Prettify<T> = {
115
- [K in keyof T]: T[K];
116
- } & {};
117
90
  type __VLS_WithTemplateSlots<T, S> = T & {
118
91
  new (): {
119
92
  $slots: S;
120
93
  };
121
94
  };
122
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
123
- type __VLS_TypePropsToOption<T> = {
124
- [K in keyof T]-?: {} extends Pick<T, K> ? {
125
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
126
- } : {
127
- type: import('vue').PropType<T[K]>;
128
- required: true;
129
- };
130
- };
@@ -2,13 +2,18 @@ import { PropType } from 'vue';
2
2
  import { NormalizedOption, RawOption } from '@/types';
3
3
  import { Size } from '@/utils/sizes';
4
4
  declare function __VLS_template(): {
5
- option?(_: {
6
- selected: import("vue").ComputedRef<boolean>;
7
- option: NormalizedOption;
8
- disabled: boolean;
9
- }): any;
5
+ slots: {
6
+ option?(_: {
7
+ selected: import("vue").ComputedRef<boolean>;
8
+ option: NormalizedOption;
9
+ disabled: boolean;
10
+ }): any;
11
+ };
12
+ refs: {};
13
+ attrs: Partial<{}>;
10
14
  };
11
- declare const __VLS_component: import("vue").DefineComponent<{
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
12
17
  modelValue: {
13
18
  default: undefined;
14
19
  type: PropType<RawOption[] | RawOption | null | undefined>;
@@ -69,7 +74,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
69
74
  default: boolean;
70
75
  type: BooleanConstructor;
71
76
  };
72
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
77
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
78
  "update:modelValue": (...args: any[]) => void;
74
79
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
75
80
  modelValue: {
@@ -132,23 +137,23 @@ declare const __VLS_component: import("vue").DefineComponent<{
132
137
  default: boolean;
133
138
  type: BooleanConstructor;
134
139
  };
135
- }>> & {
140
+ }>> & Readonly<{
136
141
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
137
- }, {
142
+ }>, {
138
143
  class: string | string[];
139
144
  required: boolean;
140
145
  size: "xs" | "sm" | "md" | "lg" | "xl";
141
146
  name: string;
142
- modelValue: RawOption | RawOption[] | null | undefined;
143
147
  disabled: boolean;
148
+ modelValue: RawOption | RawOption[] | null | undefined;
144
149
  hasError: boolean;
145
- multiple: boolean;
146
150
  spacing: "default" | "none";
147
- buttonType: "button" | "submit";
151
+ buttonType: "submit" | "button";
148
152
  buttonColor: (option: RawOption, selected: boolean) => string;
149
153
  twButton: string | string[];
150
- }, {}>;
151
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
154
+ multiple: boolean;
155
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
156
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
152
157
  export default _default;
153
158
  type __VLS_WithTemplateSlots<T, S> = T & {
154
159
  new (): {
@@ -1,9 +1,42 @@
1
1
  import { PropType } from 'vue';
2
2
  import { CalendarEvent } from '../types/CalendarEvent';
3
+ import { CalendarOptions } from '@fullcalendar/core';
3
4
  declare function __VLS_template(): {
4
- eventContent?(_: any): any;
5
+ slots: {
6
+ eventContent?(_: any): any;
7
+ };
8
+ refs: {
9
+ fullCalendar: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
10
+ options: PropType<CalendarOptions>;
11
+ }>>, unknown, {
12
+ renderId: number;
13
+ customRenderingMap: Map<string, import("@fullcalendar/core/internal-common").eF<any>>;
14
+ }, {}, {
15
+ getApi(): import("@fullcalendar/core").Calendar;
16
+ buildOptions(suppliedOptions: CalendarOptions | undefined): CalendarOptions;
17
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
18
+ options: PropType<CalendarOptions>;
19
+ }>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
20
+ P: {};
21
+ B: {};
22
+ D: {};
23
+ C: {};
24
+ M: {};
25
+ Defaults: {};
26
+ }, Readonly<import("vue").ExtractPropTypes<{
27
+ options: PropType<CalendarOptions>;
28
+ }>>, {}, {
29
+ renderId: number;
30
+ customRenderingMap: Map<string, import("@fullcalendar/core/internal-common").eF<any>>;
31
+ }, {}, {
32
+ getApi(): import("@fullcalendar/core").Calendar;
33
+ buildOptions(suppliedOptions: CalendarOptions | undefined): CalendarOptions;
34
+ }, {}> | null;
35
+ };
36
+ attrs: Partial<{}>;
5
37
  };
6
- declare const __VLS_component: import("vue").DefineComponent<{
38
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
39
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
40
  headerToolbarLeft: {
8
41
  default: string;
9
42
  type: StringConstructor;
@@ -48,14 +81,14 @@ declare const __VLS_component: import("vue").DefineComponent<{
48
81
  default: string;
49
82
  type: StringConstructor;
50
83
  };
51
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
52
- click: (...args: any[]) => void;
53
- select: (...args: any[]) => void;
84
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
54
85
  change: (...args: any[]) => void;
55
- mouseenter: (...args: any[]) => void;
86
+ click: (...args: any[]) => void;
56
87
  drop: (...args: any[]) => void;
88
+ mouseenter: (...args: any[]) => void;
57
89
  mouseleave: (...args: any[]) => void;
58
90
  resize: (...args: any[]) => void;
91
+ select: (...args: any[]) => void;
59
92
  add: (...args: any[]) => void;
60
93
  remove: (...args: any[]) => void;
61
94
  dateClick: (...args: any[]) => void;
@@ -104,18 +137,18 @@ declare const __VLS_component: import("vue").DefineComponent<{
104
137
  default: string;
105
138
  type: StringConstructor;
106
139
  };
107
- }>> & {
140
+ }>> & Readonly<{
141
+ onChange?: ((...args: any[]) => any) | undefined;
108
142
  onClick?: ((...args: any[]) => any) | undefined;
109
143
  onDrop?: ((...args: any[]) => any) | undefined;
110
- onChange?: ((...args: any[]) => any) | undefined;
111
144
  onMouseenter?: ((...args: any[]) => any) | undefined;
112
145
  onMouseleave?: ((...args: any[]) => any) | undefined;
113
- onSelect?: ((...args: any[]) => any) | undefined;
114
- onRemove?: ((...args: any[]) => any) | undefined;
115
146
  onResize?: ((...args: any[]) => any) | undefined;
147
+ onSelect?: ((...args: any[]) => any) | undefined;
116
148
  onAdd?: ((...args: any[]) => any) | undefined;
149
+ onRemove?: ((...args: any[]) => any) | undefined;
117
150
  onDateClick?: ((...args: any[]) => any) | undefined;
118
- }, {
151
+ }>, {
119
152
  locale: string;
120
153
  initialView: "dayGridMonth" | "timeGridWeek" | "timeGridDay" | "listWeek" | "multiMonthPlugin";
121
154
  weekends: boolean;
@@ -127,8 +160,8 @@ declare const __VLS_component: import("vue").DefineComponent<{
127
160
  headerToolbarLeft: string;
128
161
  headerToolbarCenter: string;
129
162
  headerToolbarRight: string;
130
- }, {}>;
131
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
163
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
164
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
132
165
  export default _default;
133
166
  type __VLS_WithTemplateSlots<T, S> = T & {
134
167
  new (): {
@@ -1,20 +1,27 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {
6
+ card: HTMLDivElement;
7
+ };
8
+ attrs: Partial<{}>;
3
9
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
12
  clipped: {
6
13
  default: boolean;
7
14
  type: BooleanConstructor;
8
15
  };
9
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
17
  clipped: {
11
18
  default: boolean;
12
19
  type: BooleanConstructor;
13
20
  };
14
- }>>, {
21
+ }>> & Readonly<{}>, {
15
22
  clipped: boolean;
16
- }, {}>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
25
  export default _default;
19
26
  type __VLS_WithTemplateSlots<T, S> = T & {
20
27
  new (): {
@@ -1,48 +1,30 @@
1
1
  import { ClassNameValue } from 'tailwind-merge';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ attrs: Partial<{}>;
4
8
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{
6
11
  size: "xs" | "sm" | "base" | "lg";
7
12
  class?: ClassNameValue;
8
- }>, {
9
- size: string;
10
- class: string;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
14
  click: (...args: any[]) => void;
13
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
15
+ }, string, import("vue").PublicProps, Readonly<{
14
16
  size: "xs" | "sm" | "base" | "lg";
15
17
  class?: ClassNameValue;
16
- }>, {
17
- size: string;
18
- class: string;
19
- }>>> & {
18
+ }> & Readonly<{
20
19
  onClick?: ((...args: any[]) => any) | undefined;
21
- }, {
20
+ }>, {
22
21
  class: string | false | 0 | 0n | ClassNameValue[] | null;
23
22
  size: "xs" | "sm" | "base" | "lg";
24
- }, {}>;
25
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
25
  export default _default;
27
- type __VLS_WithDefaults<P, D> = {
28
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
- default: D[K];
30
- }> : P[K];
31
- };
32
- type __VLS_Prettify<T> = {
33
- [K in keyof T]: T[K];
34
- } & {};
35
26
  type __VLS_WithTemplateSlots<T, S> = T & {
36
27
  new (): {
37
28
  $slots: S;
38
29
  };
39
30
  };
40
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
41
- type __VLS_TypePropsToOption<T> = {
42
- [K in keyof T]-?: {} extends Pick<T, K> ? {
43
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
44
- } : {
45
- type: import('vue').PropType<T[K]>;
46
- required: true;
47
- };
48
- };
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  text: {
3
3
  required: true;
4
4
  type: StringConstructor;
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
19
19
  default: boolean;
20
20
  type: BooleanConstructor;
21
21
  };
22
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
23
  text: {
24
24
  required: true;
25
25
  type: StringConstructor;
@@ -40,10 +40,10 @@ declare const _default: import("vue").DefineComponent<{
40
40
  default: boolean;
41
41
  type: BooleanConstructor;
42
42
  };
43
- }>>, {
43
+ }>> & Readonly<{}>, {
44
44
  trim: boolean;
45
45
  min: number;
46
46
  max: number;
47
47
  removeDoubleSpaces: boolean;
48
- }, {}>;
48
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
49
  export default _default;
@@ -1,20 +1,28 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {
6
+ buttonRef: HTMLButtonElement;
7
+ floatingRef: HTMLDivElement;
8
+ };
9
+ attrs: Partial<{}>;
3
10
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
13
  value: {
6
14
  default: null;
7
15
  type: StringConstructor;
8
16
  };
9
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
18
  value: {
11
19
  default: null;
12
20
  type: StringConstructor;
13
21
  };
14
- }>>, {
22
+ }>> & Readonly<{}>, {
15
23
  value: string;
16
- }, {}>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
26
  export default _default;
19
27
  type __VLS_WithTemplateSlots<T, S> = T & {
20
28
  new (): {
@@ -1,17 +1,22 @@
1
1
  declare function toggle(): void;
2
2
  declare function __VLS_template(): {
3
- header?(_: {
4
- open: boolean;
5
- toggle: typeof toggle;
6
- }): any;
7
- title?(_: {
8
- open: boolean;
9
- }): any;
10
- content?(_: {
11
- open: boolean;
12
- }): any;
3
+ slots: {
4
+ header?(_: {
5
+ open: boolean;
6
+ toggle: typeof toggle;
7
+ }): any;
8
+ title?(_: {
9
+ open: boolean;
10
+ }): any;
11
+ content?(_: {
12
+ open: boolean;
13
+ }): any;
14
+ };
15
+ refs: {};
16
+ attrs: Partial<{}>;
13
17
  };
14
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import("vue").DefineComponent<{
15
20
  defaultOpen?: boolean;
16
21
  icon?: string;
17
22
  iconPosition?: "left" | "right";
@@ -21,17 +26,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
21
26
  twHeader?: string | string[] | null;
22
27
  twTitle?: string | string[] | null;
23
28
  twContent?: string | string[] | null;
24
- }>, {
25
- defaultOpen: boolean;
26
- icon: string;
27
- iconPosition: string;
28
- twIcon: null;
29
- twHeader: null;
30
- twTitle: null;
31
- twContent: null;
32
- isOpenIconClass: string;
33
- isCloseIconClass: string;
34
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
29
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
35
30
  defaultOpen?: boolean;
36
31
  icon?: string;
37
32
  iconPosition?: "left" | "right";
@@ -41,17 +36,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
41
36
  twHeader?: string | string[] | null;
42
37
  twTitle?: string | string[] | null;
43
38
  twContent?: string | string[] | null;
44
- }>, {
45
- defaultOpen: boolean;
46
- icon: string;
47
- iconPosition: string;
48
- twIcon: null;
49
- twHeader: null;
50
- twTitle: null;
51
- twContent: null;
52
- isOpenIconClass: string;
53
- isCloseIconClass: string;
54
- }>>>, {
39
+ }> & Readonly<{}>, {
55
40
  icon: string;
56
41
  iconPosition: "left" | "right";
57
42
  defaultOpen: boolean;
@@ -61,28 +46,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
61
46
  twHeader: string | string[] | null;
62
47
  twTitle: string | string[] | null;
63
48
  twContent: string | string[] | null;
64
- }, {}>;
65
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
49
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
50
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
66
51
  export default _default;
67
- type __VLS_WithDefaults<P, D> = {
68
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
69
- default: D[K];
70
- }> : P[K];
71
- };
72
- type __VLS_Prettify<T> = {
73
- [K in keyof T]: T[K];
74
- } & {};
75
52
  type __VLS_WithTemplateSlots<T, S> = T & {
76
53
  new (): {
77
54
  $slots: S;
78
55
  };
79
56
  };
80
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
81
- type __VLS_TypePropsToOption<T> = {
82
- [K in keyof T]-?: {} extends Pick<T, K> ? {
83
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
84
- } : {
85
- type: import('vue').PropType<T[K]>;
86
- required: true;
87
- };
88
- };
@@ -1,7 +1,7 @@
1
1
  import { PropType } from 'vue';
2
2
  import { RawOption } from '@/types';
3
3
  import { Size } from '@/utils/sizes';
4
- declare const _default: import("vue").DefineComponent<{
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  modelValue: {
6
6
  default: undefined;
7
7
  type: PropType<string | string[] | null | undefined>;
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<{
42
42
  default: boolean;
43
43
  type: BooleanConstructor;
44
44
  };
45
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
45
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
46
  "update:modelValue": (...args: any[]) => void;
47
47
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
48
48
  modelValue: {
@@ -85,18 +85,18 @@ declare const _default: import("vue").DefineComponent<{
85
85
  default: boolean;
86
86
  type: BooleanConstructor;
87
87
  };
88
- }>> & {
88
+ }>> & Readonly<{
89
89
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
90
- }, {
90
+ }>, {
91
91
  required: boolean;
92
92
  size: "xs" | "sm" | "md" | "lg" | "xl";
93
93
  name: string;
94
- modelValue: string | string[] | null | undefined;
95
94
  disabled: boolean;
95
+ modelValue: string | string[] | null | undefined;
96
96
  hasError: boolean;
97
- multiple: boolean;
98
- buttonType: "button" | "submit";
97
+ buttonType: "submit" | "button";
99
98
  buttonColor: (option: RawOption, selected: boolean) => string;
99
+ multiple: boolean;
100
100
  colors: string[];
101
- }, {}>;
101
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
102
102
  export default _default;
@@ -3,55 +3,33 @@ declare const sizes: {
3
3
  };
4
4
  type Size = keyof typeof sizes;
5
5
  declare function __VLS_template(): {
6
- default?(_: {}): any;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ attrs: Partial<{}>;
7
11
  };
8
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import("vue").DefineComponent<{
9
14
  class?: string | string[];
10
15
  size?: Size;
11
16
  paddinglessMobile?: boolean;
12
17
  fluid?: boolean;
13
- }>, {
14
- class: string;
15
- size: string;
16
- paddinglessMobile: boolean;
17
- fluid: boolean;
18
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
18
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
19
19
  class?: string | string[];
20
20
  size?: Size;
21
21
  paddinglessMobile?: boolean;
22
22
  fluid?: boolean;
23
- }>, {
24
- class: string;
25
- size: string;
26
- paddinglessMobile: boolean;
27
- fluid: boolean;
28
- }>>>, {
23
+ }> & Readonly<{}>, {
29
24
  class: string | string[];
30
25
  size: Size;
31
26
  paddinglessMobile: boolean;
32
27
  fluid: boolean;
33
- }, {}>;
34
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
30
  export default _default;
36
- type __VLS_WithDefaults<P, D> = {
37
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
- default: D[K];
39
- }> : P[K];
40
- };
41
- type __VLS_Prettify<T> = {
42
- [K in keyof T]: T[K];
43
- } & {};
44
31
  type __VLS_WithTemplateSlots<T, S> = T & {
45
32
  new (): {
46
33
  $slots: S;
47
34
  };
48
35
  };
49
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
50
- type __VLS_TypePropsToOption<T> = {
51
- [K in keyof T]-?: {} extends Pick<T, K> ? {
52
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
53
- } : {
54
- type: import('vue').PropType<T[K]>;
55
- required: true;
56
- };
57
- };