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.
- package/README.md +1 -1
- package/dist/sprintify-ui.es.js +7597 -7492
- package/dist/types/components/BaseActionItem.vue.d.ts +12 -2
- package/dist/types/components/BaseActionItemButton.vue.d.ts +3 -3
- package/dist/types/components/BaseAddressForm.vue.d.ts +19 -19
- package/dist/types/components/BaseAlert.vue.d.ts +19 -17
- package/dist/types/components/BaseApp.vue.d.ts +4 -2
- package/dist/types/components/BaseAppDialogs.vue.d.ts +2 -2
- package/dist/types/components/BaseAutocomplete.vue.d.ts +47 -44
- package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +22 -19
- package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +44 -41
- package/dist/types/components/BaseAvatar.vue.d.ts +4 -4
- package/dist/types/components/BaseAvatarGroup.vue.d.ts +1 -1
- package/dist/types/components/BaseBadge.vue.d.ts +22 -19
- package/dist/types/components/BaseBelongsTo.vue.d.ts +38 -35
- package/dist/types/components/BaseBelongsToFetch.vue.d.ts +39 -36
- package/dist/types/components/BaseButton.vue.d.ts +54 -31
- package/dist/types/components/BaseButtonGroup.vue.d.ts +22 -19
- package/dist/types/components/BaseCalendar.vue.d.ts +24 -22
- package/dist/types/components/BaseCard.vue.d.ts +6 -4
- package/dist/types/components/BaseCardRow.vue.d.ts +9 -7
- package/dist/types/components/BaseCharacterCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseClipboard.vue.d.ts +6 -4
- package/dist/types/components/BaseCollapse.vue.d.ts +34 -32
- package/dist/types/components/BaseColor.vue.d.ts +5 -4
- package/dist/types/components/BaseContainer.vue.d.ts +19 -13
- package/dist/types/components/BaseCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseCropper.vue.d.ts +24 -22
- package/dist/types/components/BaseCropperModal.vue.d.ts +4 -4
- package/dist/types/components/BaseDataIterator.vue.d.ts +13 -24
- package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +6 -4
- package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +3 -818
- package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +6 -4
- package/dist/types/components/BaseDataTable.vue.d.ts +37 -40
- package/dist/types/components/BaseDataTableRowAction.vue.d.ts +2 -2
- package/dist/types/components/BaseDataTableTemplate.vue.d.ts +28 -25
- package/dist/types/components/BaseDatePicker.vue.d.ts +33 -33
- package/dist/types/components/BaseDateSelect.vue.d.ts +3 -2
- package/dist/types/components/BaseDescriptionList.vue.d.ts +4 -2
- package/dist/types/components/BaseDescriptionListItem.vue.d.ts +4 -2
- package/dist/types/components/BaseDialog.vue.d.ts +9 -7
- package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +9 -7
- package/dist/types/components/BaseDraggable.vue.d.ts +10 -8
- package/dist/types/components/BaseDropdown.vue.d.ts +10 -8
- package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +20 -18
- package/dist/types/components/BaseField.vue.d.ts +11 -8
- package/dist/types/components/BaseFieldI18n.vue.d.ts +6 -6
- package/dist/types/components/BaseFilePicker.vue.d.ts +24 -22
- package/dist/types/components/BaseFilePickerCrop.vue.d.ts +18 -16
- package/dist/types/components/BaseFileUploader.vue.d.ts +58 -56
- package/dist/types/components/BaseForm.vue.d.ts +21 -19
- package/dist/types/components/BaseGantt.vue.d.ts +20 -411
- package/dist/types/components/BaseHasMany.vue.d.ts +39 -37
- package/dist/types/components/BaseHeader.vue.d.ts +20 -20
- package/dist/types/components/BaseIconPicker.vue.d.ts +7 -7
- package/dist/types/components/BaseInput.vue.d.ts +32 -31
- package/dist/types/components/BaseInputError.vue.d.ts +9 -6
- package/dist/types/components/BaseInputLabel.vue.d.ts +3 -2
- package/dist/types/components/BaseInputPercent.vue.d.ts +8 -8
- package/dist/types/components/BaseJsonReader.vue.d.ts +7 -7
- package/dist/types/components/BaseJsonReaderItem.vue.d.ts +4 -4
- package/dist/types/components/BaseLayoutNotificationDropdown.vue.d.ts +1 -1
- package/dist/types/components/BaseLayoutSidebar.vue.d.ts +13 -10
- package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +10 -8
- package/dist/types/components/BaseLayoutStacked.vue.d.ts +25 -23
- package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +9 -7
- package/dist/types/components/BaseLoadingCover.vue.d.ts +3 -3
- package/dist/types/components/BaseMediaGallery.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaLibrary.vue.d.ts +39 -38
- package/dist/types/components/BaseMediaList.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaListItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaPictures.vue.d.ts +1 -1
- package/dist/types/components/BaseMenu.vue.d.ts +26 -18
- package/dist/types/components/BaseMenuItem.vue.d.ts +5 -5
- package/dist/types/components/BaseModalCenter.vue.d.ts +8 -6
- package/dist/types/components/BaseModalSide.vue.d.ts +8 -6
- package/dist/types/components/BaseNavbar.vue.d.ts +17 -15
- package/dist/types/components/BaseNavbarItem.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarItemContent.vue.d.ts +4 -4
- package/dist/types/components/BaseNavbarSideItem.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +4 -4
- package/dist/types/components/BasePanel.vue.d.ts +1 -1
- package/dist/types/components/BasePassword.vue.d.ts +6 -5
- package/dist/types/components/BaseProgressCircle.vue.d.ts +2 -2
- package/dist/types/components/BaseRadioGroup.vue.d.ts +10 -8
- package/dist/types/components/BaseReadMore.vue.d.ts +6 -4
- package/dist/types/components/BaseRichText.vue.d.ts +6 -5
- package/dist/types/components/BaseScrollColumn.vue.d.ts +1 -1
- package/dist/types/components/BaseSelect.vue.d.ts +13 -10
- package/dist/types/components/BaseShortcut.vue.d.ts +4 -4
- package/dist/types/components/BaseSideNavigation.vue.d.ts +8 -6
- package/dist/types/components/BaseSideNavigationItem.vue.d.ts +12 -10
- package/dist/types/components/BaseStatistic.vue.d.ts +1 -1
- package/dist/types/components/BaseSwitch.vue.d.ts +14 -12
- package/dist/types/components/BaseSystemAlert.vue.d.ts +13 -11
- package/dist/types/components/BaseTabItem.vue.d.ts +12 -10
- package/dist/types/components/BaseTable.vue.d.ts +27 -24
- package/dist/types/components/BaseTableBody.vue.d.ts +4 -2
- package/dist/types/components/BaseTableCell.vue.d.ts +29 -27
- package/dist/types/components/BaseTableColumn.vue.d.ts +11 -11
- package/dist/types/components/BaseTableHead.vue.d.ts +6 -4
- package/dist/types/components/BaseTableHeader.vue.d.ts +11 -9
- package/dist/types/components/BaseTableRow.vue.d.ts +20 -18
- package/dist/types/components/BaseTabs.vue.d.ts +8 -6
- package/dist/types/components/BaseTagAutocomplete.vue.d.ts +47 -44
- package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +40 -38
- package/dist/types/components/BaseTextarea.vue.d.ts +8 -7
- package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +7 -6
- package/dist/types/components/BaseTimePicker.vue.d.ts +4 -3
- package/dist/types/components/BaseTooltip.vue.d.ts +15 -13
- package/dist/types/composables/breakpoints.d.ts +6 -6
- package/dist/types/composables/mediaQuery.d.ts +1 -1
- package/dist/types/composables/modal.d.ts +1 -1
- package/package.json +14 -20
- package/src/components/BaseAddressForm.stories.js +32 -33
- package/src/components/BaseAlert.stories.js +13 -13
- package/src/components/BaseAutocomplete.stories.js +26 -26
- package/src/components/BaseAutocomplete.vue +10 -3
- package/src/components/BaseAutocompleteFetch.stories.js +24 -28
- package/src/components/BaseAvatar.stories.js +11 -11
- package/src/components/BaseAvatarGroup.stories.js +9 -9
- package/src/components/BaseBadge.stories.js +18 -19
- package/src/components/BaseBelongsTo.stories.js +20 -20
- package/src/components/BaseBelongsToFetch.stories.js +21 -25
- package/src/components/BaseBoolean.stories.js +3 -3
- package/src/components/BaseBreadcrumbs.stories.js +14 -14
- package/src/components/BaseButton.stories.js +34 -34
- package/src/components/BaseButtonGroup.stories.js +18 -18
- package/src/components/BaseCalendar.stories.js +122 -46
- package/src/components/BaseCard.stories.js +3 -3
- package/src/components/BaseCharacterCounter.stories.js +5 -5
- package/src/components/BaseClipboard.stories.js +6 -6
- package/src/components/BaseCollapse.stories.js +81 -82
- package/src/components/BaseColor.stories.js +8 -8
- package/src/components/BaseContainer.stories.js +6 -6
- package/src/components/BaseCounter.stories.js +9 -9
- package/src/components/BaseCropper.stories.js +11 -11
- package/src/components/BaseCropperModal.stories.js +6 -6
- package/src/components/BaseDataIterator.stories.js +30 -33
- package/src/components/BaseDataTable.stories.js +61 -56
- package/src/components/BaseDatePicker.stories.js +29 -29
- package/src/components/BaseDateSelect.stories.js +9 -9
- package/src/components/BaseDescriptionList.stories.js +4 -4
- package/src/components/BaseDialog.stories.js +27 -27
- package/src/components/BaseDisplayRelativeTime.stories.js +4 -4
- package/src/components/BaseDropdown.stories.js +13 -13
- package/src/components/BaseDropdownAutocomplete.stories.js +25 -25
- package/src/components/BaseFieldI18n.stories.js +9 -9
- package/src/components/BaseFilePicker.stories.js +8 -8
- package/src/components/BaseFilePickerCrop.stories.js +15 -15
- package/src/components/BaseFileUploader.stories.js +12 -13
- package/src/components/BaseForm.stories.js +7 -7
- package/src/components/BaseForm.vue +1 -1
- package/src/components/BaseGantt.stories.js +22 -16
- package/src/components/BaseHasMany.stories.js +18 -22
- package/src/components/BaseHeader.stories.js +43 -43
- package/src/components/BaseIconPicker.stories.js +4 -4
- package/src/components/BaseInput.stories.js +48 -48
- package/src/components/BaseInputLabel.stories.js +6 -6
- package/src/components/BaseInputPercent.stories.js +8 -8
- package/src/components/BaseJsonReader.stories.js +42 -49
- package/src/components/BaseJsonReader.vue +0 -1
- package/src/components/BaseLayoutSidebar.vue +1 -1
- package/src/components/BaseLayoutSidebarConfigurable.stories.js +72 -73
- package/src/components/BaseLayoutSidebarConfigurable.vue +1 -1
- package/src/components/BaseLayoutStackedConfigurable.stories.js +68 -69
- package/src/components/BaseLoadingCover.stories.js +9 -9
- package/src/components/BaseMediaItem.stories.js +10 -10
- package/src/components/BaseMediaLibrary.stories.js +58 -58
- package/src/components/BaseMediaPreview.stories.js +21 -21
- package/src/components/BaseMenu.stories.js +34 -34
- package/src/components/BaseModalCenter.stories.js +9 -9
- package/src/components/BaseModalSide.stories.js +6 -6
- package/src/components/BaseNavbar.stories.js +26 -26
- package/src/components/BasePagination.stories.js +2 -2
- package/src/components/BasePanel.stories.js +9 -9
- package/src/components/BasePassword.stories.js +11 -12
- package/src/components/BaseProgressCircle.stories.js +3 -3
- package/src/components/BaseRadioGroup.stories.js +15 -15
- package/src/components/BaseReadMore.stories.js +3 -3
- package/src/components/BaseRichText.stories.js +32 -32
- package/src/components/BaseSelect.stories.js +19 -19
- package/src/components/BaseShortcut.stories.js +28 -28
- package/src/components/BaseSideNavigation.stories.js +11 -11
- package/src/components/BaseSkeleton.stories.js +3 -3
- package/src/components/BaseStatistic.stories.js +16 -16
- package/src/components/BaseStepper.stories.js +29 -29
- package/src/components/BaseStepperItem.stories.js +11 -11
- package/src/components/BaseSwitch.stories.js +25 -25
- package/src/components/BaseSystemAlert.stories.js +7 -7
- package/src/components/BaseTable.stories.js +14 -16
- package/src/components/BaseTabs.stories.js +12 -13
- package/src/components/BaseTagAutocomplete.stories.js +19 -19
- package/src/components/BaseTagAutocompleteFetch.stories.js +11 -11
- package/src/components/BaseTextarea.stories.js +10 -10
- package/src/components/BaseTextareaAutoresize.stories.js +13 -13
- package/src/components/BaseTimePicker.stories.js +9 -9
- package/src/components/BaseTimeline.stories.js +22 -22
- package/src/components/BaseTimelineItem.stories.js +23 -22
- package/src/components/BaseToast.stories.js +6 -6
- package/src/components/BaseTooltip.stories.js +27 -27
- package/src/components/BaseUniqueCode.stories.js +7 -7
- package/src/stories/InputSizes.stories.js +13 -14
- package/src/stories/List.stories.js +92 -92
- package/src/stories/Show.stories.js +13 -14
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { Size } from '@/utils/sizes';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
6
|
+
class?: string | string[];
|
|
7
|
+
contrast?: "low" | "high";
|
|
8
|
+
color?: string;
|
|
9
|
+
size?: Size;
|
|
10
|
+
icon?: string;
|
|
11
|
+
wrap?: boolean;
|
|
12
|
+
bordered?: boolean;
|
|
9
13
|
}>, {
|
|
10
14
|
class: undefined;
|
|
11
15
|
contrast: string;
|
|
@@ -13,13 +17,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
13
17
|
size: string;
|
|
14
18
|
icon: undefined;
|
|
15
19
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
16
|
-
class?: string | string[]
|
|
17
|
-
contrast?: "low" | "high"
|
|
18
|
-
color?: string
|
|
19
|
-
size?:
|
|
20
|
-
icon?: string
|
|
21
|
-
wrap?: boolean
|
|
22
|
-
bordered?: boolean
|
|
20
|
+
class?: string | string[];
|
|
21
|
+
contrast?: "low" | "high";
|
|
22
|
+
color?: string;
|
|
23
|
+
size?: Size;
|
|
24
|
+
icon?: string;
|
|
25
|
+
wrap?: boolean;
|
|
26
|
+
bordered?: boolean;
|
|
23
27
|
}>, {
|
|
24
28
|
class: undefined;
|
|
25
29
|
contrast: string;
|
|
@@ -28,13 +32,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
28
32
|
icon: undefined;
|
|
29
33
|
}>>>, {
|
|
30
34
|
class: string | string[];
|
|
31
|
-
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
32
35
|
color: string;
|
|
33
36
|
icon: string;
|
|
37
|
+
size: Size;
|
|
34
38
|
contrast: "low" | "high";
|
|
35
|
-
}, {}
|
|
36
|
-
|
|
37
|
-
}>;
|
|
39
|
+
}, {}>;
|
|
40
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
38
41
|
export default _default;
|
|
39
42
|
type __VLS_WithDefaults<P, D> = {
|
|
40
43
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { RawOption, SelectConfiguration } from '@/types';
|
|
3
|
-
|
|
3
|
+
import { Size } from '@/utils/sizes';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
option?(_: {
|
|
6
|
+
focus: () => void;
|
|
7
|
+
blur: () => void;
|
|
8
|
+
open: () => void;
|
|
9
|
+
close: () => void;
|
|
10
|
+
keywords: import("vue").ComputedRef<string>;
|
|
11
|
+
option: RawOption;
|
|
12
|
+
selected: boolean;
|
|
13
|
+
active: boolean;
|
|
14
|
+
}): any;
|
|
15
|
+
empty?(_: {
|
|
16
|
+
focus: () => void;
|
|
17
|
+
blur: () => void;
|
|
18
|
+
open: () => void;
|
|
19
|
+
close: () => void;
|
|
20
|
+
keywords: import("vue").ComputedRef<string>;
|
|
21
|
+
}): any;
|
|
22
|
+
footer?(_: {
|
|
23
|
+
focus: () => void;
|
|
24
|
+
blur: () => void;
|
|
25
|
+
open: () => void;
|
|
26
|
+
close: () => void;
|
|
27
|
+
keywords: import("vue").ComputedRef<string>;
|
|
28
|
+
options: import("@/types").NormalizedOption[];
|
|
29
|
+
}): any;
|
|
30
|
+
};
|
|
31
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
4
32
|
modelValue: {
|
|
5
33
|
default: undefined;
|
|
6
34
|
type: PropType<string | number | null | undefined>;
|
|
@@ -43,7 +71,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
43
71
|
};
|
|
44
72
|
size: {
|
|
45
73
|
default: undefined;
|
|
46
|
-
type: PropType<
|
|
74
|
+
type: PropType<Size>;
|
|
47
75
|
};
|
|
48
76
|
dropdownShow: {
|
|
49
77
|
default: string;
|
|
@@ -128,7 +156,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
128
156
|
};
|
|
129
157
|
size: {
|
|
130
158
|
default: undefined;
|
|
131
|
-
type: PropType<
|
|
159
|
+
type: PropType<Size>;
|
|
132
160
|
};
|
|
133
161
|
dropdownShow: {
|
|
134
162
|
default: string;
|
|
@@ -166,49 +194,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
166
194
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
167
195
|
}, {
|
|
168
196
|
required: boolean;
|
|
169
|
-
modelValue: string | number | null | undefined;
|
|
170
|
-
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
171
197
|
select: SelectConfiguration | undefined;
|
|
198
|
+
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
172
199
|
name: string;
|
|
200
|
+
inline: boolean;
|
|
201
|
+
modelValue: string | number | null | undefined;
|
|
173
202
|
placeholder: string;
|
|
174
203
|
disabled: boolean;
|
|
175
204
|
hasError: boolean;
|
|
176
|
-
inline: boolean;
|
|
177
|
-
dropdownShow: "focus" | "always";
|
|
178
|
-
showModelValue: boolean;
|
|
179
205
|
visibleFocus: boolean;
|
|
206
|
+
dropdownShow: "always" | "focus";
|
|
207
|
+
showModelValue: boolean;
|
|
180
208
|
focusOnMount: boolean;
|
|
181
209
|
showEmptyOption: boolean;
|
|
182
210
|
showRemoveButton: boolean;
|
|
183
211
|
emptyOptionLabel: string;
|
|
184
212
|
primaryKey: string;
|
|
185
|
-
}, {}
|
|
186
|
-
|
|
187
|
-
focus: () => void;
|
|
188
|
-
blur: () => void;
|
|
189
|
-
open: () => void;
|
|
190
|
-
close: () => void;
|
|
191
|
-
keywords: import("vue").ComputedRef<string>;
|
|
192
|
-
option: RawOption;
|
|
193
|
-
selected: boolean;
|
|
194
|
-
active: boolean;
|
|
195
|
-
}): any;
|
|
196
|
-
empty?(_: {
|
|
197
|
-
focus: () => void;
|
|
198
|
-
blur: () => void;
|
|
199
|
-
open: () => void;
|
|
200
|
-
close: () => void;
|
|
201
|
-
keywords: import("vue").ComputedRef<string>;
|
|
202
|
-
}): any;
|
|
203
|
-
footer?(_: {
|
|
204
|
-
focus: () => void;
|
|
205
|
-
blur: () => void;
|
|
206
|
-
open: () => void;
|
|
207
|
-
close: () => void;
|
|
208
|
-
keywords: import("vue").ComputedRef<string>;
|
|
209
|
-
options: import("@/types").NormalizedOption[];
|
|
210
|
-
}): any;
|
|
211
|
-
}>;
|
|
213
|
+
}, {}>;
|
|
214
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
212
215
|
export default _default;
|
|
213
216
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
214
217
|
new (): {
|
|
@@ -1,6 +1,35 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { RawOption, SelectConfiguration } from '@/types';
|
|
3
|
-
|
|
3
|
+
import { Size } from '@/utils/sizes';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
option?(_: {
|
|
6
|
+
focus: () => void;
|
|
7
|
+
blur: () => void;
|
|
8
|
+
open: () => void;
|
|
9
|
+
close: () => void;
|
|
10
|
+
keywords: import("vue").ComputedRef<string>;
|
|
11
|
+
option: RawOption;
|
|
12
|
+
selected: boolean;
|
|
13
|
+
active: boolean;
|
|
14
|
+
}): any;
|
|
15
|
+
empty?(_: {
|
|
16
|
+
firstSearch: boolean;
|
|
17
|
+
focus: () => void;
|
|
18
|
+
blur: () => void;
|
|
19
|
+
open: () => void;
|
|
20
|
+
close: () => void;
|
|
21
|
+
keywords: import("vue").ComputedRef<string>;
|
|
22
|
+
}): any;
|
|
23
|
+
footer?(_: {
|
|
24
|
+
keywords: string;
|
|
25
|
+
focus: () => void;
|
|
26
|
+
blur: () => void;
|
|
27
|
+
open: () => void;
|
|
28
|
+
close: () => void;
|
|
29
|
+
options: import("@/types").NormalizedOption[];
|
|
30
|
+
}): any;
|
|
31
|
+
};
|
|
32
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
4
33
|
modelValue: {
|
|
5
34
|
default: undefined;
|
|
6
35
|
type: PropType<string | number | null | undefined>;
|
|
@@ -51,7 +80,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
51
80
|
};
|
|
52
81
|
size: {
|
|
53
82
|
default: undefined;
|
|
54
|
-
type: PropType<
|
|
83
|
+
type: PropType<Size>;
|
|
55
84
|
};
|
|
56
85
|
dropdownShow: {
|
|
57
86
|
default: string;
|
|
@@ -144,7 +173,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
144
173
|
};
|
|
145
174
|
size: {
|
|
146
175
|
default: undefined;
|
|
147
|
-
type: PropType<
|
|
176
|
+
type: PropType<Size>;
|
|
148
177
|
};
|
|
149
178
|
dropdownShow: {
|
|
150
179
|
default: string;
|
|
@@ -182,17 +211,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
182
211
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
183
212
|
}, {
|
|
184
213
|
required: boolean;
|
|
185
|
-
modelValue: string | number | null | undefined;
|
|
186
|
-
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
187
214
|
select: SelectConfiguration | undefined;
|
|
215
|
+
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
188
216
|
name: string;
|
|
217
|
+
inline: boolean;
|
|
218
|
+
modelValue: string | number | null | undefined;
|
|
189
219
|
placeholder: string;
|
|
190
220
|
disabled: boolean;
|
|
191
221
|
hasError: boolean;
|
|
192
|
-
inline: boolean;
|
|
193
|
-
dropdownShow: "focus" | "always";
|
|
194
|
-
showModelValue: boolean;
|
|
195
222
|
visibleFocus: boolean;
|
|
223
|
+
dropdownShow: "always" | "focus";
|
|
224
|
+
showModelValue: boolean;
|
|
196
225
|
focusOnMount: boolean;
|
|
197
226
|
showEmptyOption: boolean;
|
|
198
227
|
showRemoveButton: boolean;
|
|
@@ -200,34 +229,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
200
229
|
primaryKey: string;
|
|
201
230
|
showRouteUrl: ((id: string | number) => string) | undefined;
|
|
202
231
|
currentModel: RawOption | null | undefined;
|
|
203
|
-
}, {}
|
|
204
|
-
|
|
205
|
-
focus: () => void;
|
|
206
|
-
blur: () => void;
|
|
207
|
-
open: () => void;
|
|
208
|
-
close: () => void;
|
|
209
|
-
keywords: import("vue").ComputedRef<string>;
|
|
210
|
-
option: RawOption;
|
|
211
|
-
selected: boolean;
|
|
212
|
-
active: boolean;
|
|
213
|
-
}): any;
|
|
214
|
-
empty?(_: {
|
|
215
|
-
firstSearch: boolean;
|
|
216
|
-
focus: () => void;
|
|
217
|
-
blur: () => void;
|
|
218
|
-
open: () => void;
|
|
219
|
-
close: () => void;
|
|
220
|
-
keywords: import("vue").ComputedRef<string>;
|
|
221
|
-
}): any;
|
|
222
|
-
footer?(_: {
|
|
223
|
-
keywords: string;
|
|
224
|
-
focus: () => void;
|
|
225
|
-
blur: () => void;
|
|
226
|
-
open: () => void;
|
|
227
|
-
close: () => void;
|
|
228
|
-
options: import("@/types").NormalizedOption[];
|
|
229
|
-
}): any;
|
|
230
|
-
}>;
|
|
232
|
+
}, {}>;
|
|
233
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
231
234
|
export default _default;
|
|
232
235
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
233
236
|
new (): {
|
|
@@ -1,20 +1,44 @@
|
|
|
1
1
|
import { ClassNameValue } from 'tailwind-merge';
|
|
2
2
|
import { RouteLocationRaw } from 'vue-router';
|
|
3
|
+
import { Size } from '@/utils/sizes';
|
|
3
4
|
import { SizeBehavior } from '@/utils/sizeBehaviors';
|
|
5
|
+
declare const colors: {
|
|
6
|
+
'': string;
|
|
7
|
+
primary: string;
|
|
8
|
+
secondary: string;
|
|
9
|
+
'secondary-outline': string;
|
|
10
|
+
success: string;
|
|
11
|
+
'success-outline': string;
|
|
12
|
+
danger: string;
|
|
13
|
+
'danger-outline': string;
|
|
14
|
+
warning: string;
|
|
15
|
+
'warning-outline': string;
|
|
16
|
+
info: string;
|
|
17
|
+
'info-outline': string;
|
|
18
|
+
white: string;
|
|
19
|
+
black: string;
|
|
20
|
+
'slate-100': string;
|
|
21
|
+
'slate-100-outline': string;
|
|
22
|
+
'slate-200': string;
|
|
23
|
+
'slate-200-outline': string;
|
|
24
|
+
};
|
|
4
25
|
declare function focus(): void;
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
26
|
+
declare function __VLS_template(): {
|
|
27
|
+
default?(_: {}): any;
|
|
28
|
+
};
|
|
29
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
30
|
+
as?: string;
|
|
31
|
+
disabled?: boolean;
|
|
8
32
|
class?: ClassNameValue;
|
|
9
|
-
loading?: boolean
|
|
10
|
-
icon?: string
|
|
11
|
-
href?: string
|
|
12
|
-
type?: "button" | "submit" | "reset"
|
|
13
|
-
iconPosition?: "start" | "end"
|
|
14
|
-
size?:
|
|
15
|
-
sizeBehavior?: SizeBehavior
|
|
16
|
-
color?:
|
|
17
|
-
to?: RouteLocationRaw
|
|
33
|
+
loading?: boolean;
|
|
34
|
+
icon?: string;
|
|
35
|
+
href?: string;
|
|
36
|
+
type?: "button" | "submit" | "reset";
|
|
37
|
+
iconPosition?: "start" | "end";
|
|
38
|
+
size?: Size;
|
|
39
|
+
sizeBehavior?: SizeBehavior;
|
|
40
|
+
color?: keyof typeof colors | string;
|
|
41
|
+
to?: RouteLocationRaw;
|
|
18
42
|
}>, {
|
|
19
43
|
as: string;
|
|
20
44
|
disabled: boolean;
|
|
@@ -33,18 +57,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
57
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
58
|
click: (...args: any[]) => void;
|
|
35
59
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
36
|
-
as?: string
|
|
37
|
-
disabled?: boolean
|
|
60
|
+
as?: string;
|
|
61
|
+
disabled?: boolean;
|
|
38
62
|
class?: ClassNameValue;
|
|
39
|
-
loading?: boolean
|
|
40
|
-
icon?: string
|
|
41
|
-
href?: string
|
|
42
|
-
type?: "button" | "submit" | "reset"
|
|
43
|
-
iconPosition?: "start" | "end"
|
|
44
|
-
size?:
|
|
45
|
-
sizeBehavior?: SizeBehavior
|
|
46
|
-
color?:
|
|
47
|
-
to?: RouteLocationRaw
|
|
63
|
+
loading?: boolean;
|
|
64
|
+
icon?: string;
|
|
65
|
+
href?: string;
|
|
66
|
+
type?: "button" | "submit" | "reset";
|
|
67
|
+
iconPosition?: "start" | "end";
|
|
68
|
+
size?: Size;
|
|
69
|
+
sizeBehavior?: SizeBehavior;
|
|
70
|
+
color?: keyof typeof colors | string;
|
|
71
|
+
to?: RouteLocationRaw;
|
|
48
72
|
}>, {
|
|
49
73
|
as: string;
|
|
50
74
|
disabled: boolean;
|
|
@@ -63,19 +87,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
63
87
|
}, {
|
|
64
88
|
class: string | false | 0 | 0n | ClassNameValue[] | null;
|
|
65
89
|
type: "button" | "submit" | "reset";
|
|
66
|
-
|
|
67
|
-
|
|
90
|
+
to: RouteLocationRaw;
|
|
91
|
+
href: string;
|
|
92
|
+
color: keyof typeof colors | string;
|
|
68
93
|
icon: string;
|
|
69
|
-
|
|
94
|
+
size: Size;
|
|
70
95
|
disabled: boolean;
|
|
71
|
-
to: RouteLocationRaw;
|
|
72
96
|
as: string;
|
|
73
|
-
|
|
97
|
+
loading: boolean;
|
|
74
98
|
iconPosition: "start" | "end";
|
|
75
99
|
sizeBehavior: SizeBehavior;
|
|
76
|
-
}, {}
|
|
77
|
-
|
|
78
|
-
}>;
|
|
100
|
+
}, {}>;
|
|
101
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
79
102
|
export default _default;
|
|
80
103
|
type __VLS_WithDefaults<P, D> = {
|
|
81
104
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { NormalizedOption, RawOption } from '@/types';
|
|
3
|
-
|
|
3
|
+
import { Size } from '@/utils/sizes';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
option?(_: {
|
|
6
|
+
selected: import("vue").ComputedRef<boolean>;
|
|
7
|
+
option: NormalizedOption;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
}): any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
4
12
|
modelValue: {
|
|
5
13
|
default: undefined;
|
|
6
|
-
type: PropType<RawOption | RawOption
|
|
14
|
+
type: PropType<RawOption[] | RawOption | null | undefined>;
|
|
7
15
|
};
|
|
8
16
|
class: {
|
|
9
17
|
default: string;
|
|
@@ -19,14 +27,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
27
|
};
|
|
20
28
|
size: {
|
|
21
29
|
default: undefined;
|
|
22
|
-
type: PropType<
|
|
30
|
+
type: PropType<Size>;
|
|
23
31
|
};
|
|
24
32
|
buttonType: {
|
|
25
33
|
default: string;
|
|
26
34
|
type: PropType<"button" | "submit">;
|
|
27
35
|
};
|
|
28
36
|
buttonColor: {
|
|
29
|
-
default(option: RawOption, selected: boolean): "" | "
|
|
37
|
+
default(option: RawOption, selected: boolean): "primary" | "";
|
|
30
38
|
type: PropType<(option: RawOption, selected: boolean) => string>;
|
|
31
39
|
};
|
|
32
40
|
twButton: {
|
|
@@ -35,7 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
35
43
|
};
|
|
36
44
|
spacing: {
|
|
37
45
|
default: string;
|
|
38
|
-
type: PropType<"
|
|
46
|
+
type: PropType<"none" | "default">;
|
|
39
47
|
};
|
|
40
48
|
options: {
|
|
41
49
|
required: true;
|
|
@@ -66,7 +74,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
66
74
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
75
|
modelValue: {
|
|
68
76
|
default: undefined;
|
|
69
|
-
type: PropType<RawOption | RawOption
|
|
77
|
+
type: PropType<RawOption[] | RawOption | null | undefined>;
|
|
70
78
|
};
|
|
71
79
|
class: {
|
|
72
80
|
default: string;
|
|
@@ -82,14 +90,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
82
90
|
};
|
|
83
91
|
size: {
|
|
84
92
|
default: undefined;
|
|
85
|
-
type: PropType<
|
|
93
|
+
type: PropType<Size>;
|
|
86
94
|
};
|
|
87
95
|
buttonType: {
|
|
88
96
|
default: string;
|
|
89
97
|
type: PropType<"button" | "submit">;
|
|
90
98
|
};
|
|
91
99
|
buttonColor: {
|
|
92
|
-
default(option: RawOption, selected: boolean): "" | "
|
|
100
|
+
default(option: RawOption, selected: boolean): "primary" | "";
|
|
93
101
|
type: PropType<(option: RawOption, selected: boolean) => string>;
|
|
94
102
|
};
|
|
95
103
|
twButton: {
|
|
@@ -98,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
98
106
|
};
|
|
99
107
|
spacing: {
|
|
100
108
|
default: string;
|
|
101
|
-
type: PropType<"
|
|
109
|
+
type: PropType<"none" | "default">;
|
|
102
110
|
};
|
|
103
111
|
options: {
|
|
104
112
|
required: true;
|
|
@@ -129,23 +137,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
129
137
|
}, {
|
|
130
138
|
class: string | string[];
|
|
131
139
|
required: boolean;
|
|
132
|
-
modelValue: RawOption | RawOption[] | null | undefined;
|
|
133
140
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
134
141
|
name: string;
|
|
142
|
+
modelValue: RawOption | RawOption[] | null | undefined;
|
|
135
143
|
disabled: boolean;
|
|
136
144
|
hasError: boolean;
|
|
145
|
+
multiple: boolean;
|
|
146
|
+
spacing: "default" | "none";
|
|
137
147
|
buttonType: "button" | "submit";
|
|
138
148
|
buttonColor: (option: RawOption, selected: boolean) => string;
|
|
139
149
|
twButton: string | string[];
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
}, {}>, {
|
|
143
|
-
option?(_: {
|
|
144
|
-
selected: import("vue").ComputedRef<boolean>;
|
|
145
|
-
option: NormalizedOption;
|
|
146
|
-
disabled: boolean;
|
|
147
|
-
}): any;
|
|
148
|
-
}>;
|
|
150
|
+
}, {}>;
|
|
151
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
149
152
|
export default _default;
|
|
150
153
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
151
154
|
new (): {
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { CalendarEvent } from '../types/CalendarEvent';
|
|
3
|
-
declare
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
eventContent?(_: any): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
4
7
|
headerToolbarLeft: {
|
|
5
8
|
default: string;
|
|
6
9
|
type: StringConstructor;
|
|
@@ -19,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
22
|
};
|
|
20
23
|
eventDisplay: {
|
|
21
24
|
default: string;
|
|
22
|
-
type: PropType<"
|
|
25
|
+
type: PropType<"auto" | "block" | "list-item" | "background" | "inverse-background" | "none">;
|
|
23
26
|
};
|
|
24
27
|
editable: {
|
|
25
28
|
default: boolean;
|
|
@@ -47,14 +50,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
47
50
|
};
|
|
48
51
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
49
52
|
click: (...args: any[]) => void;
|
|
50
|
-
remove: (...args: any[]) => void;
|
|
51
53
|
select: (...args: any[]) => void;
|
|
54
|
+
change: (...args: any[]) => void;
|
|
52
55
|
mouseenter: (...args: any[]) => void;
|
|
56
|
+
drop: (...args: any[]) => void;
|
|
53
57
|
mouseleave: (...args: any[]) => void;
|
|
54
|
-
add: (...args: any[]) => void;
|
|
55
|
-
change: (...args: any[]) => void;
|
|
56
58
|
resize: (...args: any[]) => void;
|
|
57
|
-
|
|
59
|
+
add: (...args: any[]) => void;
|
|
60
|
+
remove: (...args: any[]) => void;
|
|
58
61
|
dateClick: (...args: any[]) => void;
|
|
59
62
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
63
|
headerToolbarLeft: {
|
|
@@ -75,7 +78,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
75
78
|
};
|
|
76
79
|
eventDisplay: {
|
|
77
80
|
default: string;
|
|
78
|
-
type: PropType<"
|
|
81
|
+
type: PropType<"auto" | "block" | "list-item" | "background" | "inverse-background" | "none">;
|
|
79
82
|
};
|
|
80
83
|
editable: {
|
|
81
84
|
default: boolean;
|
|
@@ -103,30 +106,29 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
103
106
|
};
|
|
104
107
|
}>> & {
|
|
105
108
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
106
|
-
|
|
107
|
-
|
|
109
|
+
onDrop?: ((...args: any[]) => any) | undefined;
|
|
110
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
108
111
|
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
109
112
|
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
110
|
-
|
|
111
|
-
|
|
113
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
114
|
+
onRemove?: ((...args: any[]) => any) | undefined;
|
|
112
115
|
onResize?: ((...args: any[]) => any) | undefined;
|
|
113
|
-
|
|
116
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
114
117
|
onDateClick?: ((...args: any[]) => any) | undefined;
|
|
115
118
|
}, {
|
|
116
|
-
|
|
117
|
-
headerToolbarCenter: string;
|
|
118
|
-
headerToolbarRight: string;
|
|
119
|
+
locale: string;
|
|
119
120
|
initialView: "dayGridMonth" | "timeGridWeek" | "timeGridDay" | "listWeek" | "multiMonthPlugin";
|
|
120
|
-
|
|
121
|
+
weekends: boolean;
|
|
121
122
|
editable: boolean;
|
|
122
|
-
|
|
123
|
+
eventDisplay: "auto" | "none" | "block" | "list-item" | "background" | "inverse-background";
|
|
123
124
|
dayMaxEvents: boolean;
|
|
124
|
-
|
|
125
|
+
selectable: boolean;
|
|
125
126
|
events: CalendarEvent[];
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}>;
|
|
127
|
+
headerToolbarLeft: string;
|
|
128
|
+
headerToolbarCenter: string;
|
|
129
|
+
headerToolbarRight: string;
|
|
130
|
+
}, {}>;
|
|
131
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
130
132
|
export default _default;
|
|
131
133
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
132
134
|
new (): {
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
2
5
|
clipped: {
|
|
3
6
|
default: boolean;
|
|
4
7
|
type: BooleanConstructor;
|
|
@@ -10,9 +13,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
10
13
|
};
|
|
11
14
|
}>>, {
|
|
12
15
|
clipped: boolean;
|
|
13
|
-
}, {}
|
|
14
|
-
|
|
15
|
-
}>;
|
|
16
|
+
}, {}>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
16
18
|
export default _default;
|
|
17
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
20
|
new (): {
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { ClassNameValue } from 'tailwind-merge';
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
6
|
+
size: "xs" | "sm" | "base" | "lg";
|
|
4
7
|
class?: ClassNameValue;
|
|
5
8
|
}>, {
|
|
6
9
|
size: string;
|
|
@@ -8,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
8
11
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
12
|
click: (...args: any[]) => void;
|
|
10
13
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
11
|
-
size: "xs" | "sm" | "
|
|
14
|
+
size: "xs" | "sm" | "base" | "lg";
|
|
12
15
|
class?: ClassNameValue;
|
|
13
16
|
}>, {
|
|
14
17
|
size: string;
|
|
@@ -17,10 +20,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
17
20
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
18
21
|
}, {
|
|
19
22
|
class: string | false | 0 | 0n | ClassNameValue[] | null;
|
|
20
|
-
size: "xs" | "sm" | "
|
|
21
|
-
}, {}
|
|
22
|
-
|
|
23
|
-
}>;
|
|
23
|
+
size: "xs" | "sm" | "base" | "lg";
|
|
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] & {
|