sprintify-ui 0.8.35 → 0.8.38
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 +7603 -7495
- 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 +60 -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/BaseButton.vue +4 -1
- 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/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
|
@@ -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
|
|
2
|
-
|
|
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"
|
|
9
|
+
size?: "xs" | "sm" | "md" | "lg";
|
|
7
10
|
}>, {
|
|
8
11
|
size: string;
|
|
9
12
|
}>>>, {
|
|
10
13
|
size: "xs" | "sm" | "md" | "lg";
|
|
11
|
-
}, {}
|
|
12
|
-
|
|
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
|
|
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
|
|
5
|
-
activeStrategy?: "default" | "exact"
|
|
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
|
|
12
|
-
activeStrategy?: "default" | "exact"
|
|
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
|
-
|
|
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,8 +1,11 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
declare
|
|
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<
|
|
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<"
|
|
16
|
+
type: PropType<"primary" | "info" | "danger" | "warning" | "success" | "dark" | "light">;
|
|
14
17
|
};
|
|
15
18
|
size: {
|
|
16
19
|
default: string;
|
|
17
|
-
type: PropType<"xs" | "sm" | "
|
|
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<
|
|
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<"
|
|
55
|
+
type: PropType<"primary" | "info" | "danger" | "warning" | "success" | "dark" | "light">;
|
|
53
56
|
};
|
|
54
57
|
size: {
|
|
55
58
|
default: string;
|
|
56
|
-
type: PropType<"xs" | "sm" | "
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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 |
|
|
13
|
+
type: PropType<() => Promise<void> | void>;
|
|
11
14
|
};
|
|
12
15
|
color: {
|
|
13
16
|
default: string;
|
|
14
|
-
type: PropType<"info" | "
|
|
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 |
|
|
32
|
+
type: PropType<() => Promise<void> | void>;
|
|
30
33
|
};
|
|
31
34
|
color: {
|
|
32
35
|
default: string;
|
|
33
|
-
type: PropType<"info" | "
|
|
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
|
-
|
|
43
|
-
|
|
44
|
-
action: () => 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
|
-
|
|
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
|
|
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
|
|
5
|
-
activeStrategy?: "default" | "exact"
|
|
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
|
|
12
|
-
activeStrategy?: "default" | "exact"
|
|
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
|
-
|
|
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
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
11
|
-
loading?: boolean
|
|
12
|
-
virtualScrolling?: boolean
|
|
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?:
|
|
27
|
-
fixedHeader?: boolean
|
|
28
|
-
fixedColumn?: boolean
|
|
29
|
-
striped?: boolean
|
|
30
|
-
flush?: boolean
|
|
31
|
+
size?: Size;
|
|
32
|
+
fixedHeader?: boolean;
|
|
33
|
+
fixedColumn?: boolean;
|
|
34
|
+
striped?: boolean;
|
|
35
|
+
flush?: boolean;
|
|
31
36
|
class?: ClassNameValue;
|
|
32
|
-
maxHeight?: number
|
|
33
|
-
loading?: boolean
|
|
34
|
-
virtualScrolling?: boolean
|
|
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:
|
|
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
|
-
|
|
57
|
-
|
|
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
|
|
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
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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?: (
|
|
14
|
-
ignoreRowInteractions?: boolean
|
|
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
|
|
28
|
-
to?: RouteLocationRaw
|
|
29
|
-
target?: "_blank" | "_self" | "_parent" | "_top"
|
|
30
|
-
title?: string
|
|
31
|
-
align?: "
|
|
32
|
-
colspan?:
|
|
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?: (
|
|
36
|
-
ignoreRowInteractions?: boolean
|
|
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
|
-
|
|
56
|
+
style: string | false | import("vue").CSSProperties | StyleValue[] | null;
|
|
52
57
|
to: RouteLocationRaw;
|
|
58
|
+
target: "_blank" | "_self" | "_parent" | "_top";
|
|
53
59
|
href: string;
|
|
54
|
-
|
|
60
|
+
title: string;
|
|
61
|
+
align: "left" | "center" | "right";
|
|
55
62
|
ignoreRowInteractions: boolean;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
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<"
|
|
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<"
|
|
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
|
-
|
|
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
|
-
|
|
182
|
+
target: "_blank" | "_self" | "_parent" | "_top";
|
|
182
183
|
href: (row: CollectionItem) => string;
|
|
183
|
-
|
|
184
|
+
meta: Record<string, any> | unknown[];
|
|
185
|
+
toggle: boolean;
|
|
184
186
|
width: number;
|
|
185
|
-
|
|
186
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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?: "
|
|
7
|
-
colspan?: number
|
|
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?: "
|
|
19
|
-
colspan?: number
|
|
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
|
-
|
|
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
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
|
10
|
-
onClick?: (
|
|
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
|
|
25
|
-
to?: RouteLocationRaw
|
|
26
|
-
target?: "_blank" | "_self" | "_parent" | "_top"
|
|
27
|
-
title?: string
|
|
27
|
+
href?: string;
|
|
28
|
+
to?: RouteLocationRaw;
|
|
29
|
+
target?: "_blank" | "_self" | "_parent" | "_top";
|
|
30
|
+
title?: string;
|
|
28
31
|
class?: ClassNameValue;
|
|
29
|
-
selected?: boolean
|
|
30
|
-
onClick?: (
|
|
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
|
-
|
|
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
|
|
2
|
-
|
|
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"
|
|
9
|
+
size?: "xs" | "sm" | "md" | "lg";
|
|
7
10
|
}>, {
|
|
8
11
|
size: string;
|
|
9
12
|
}>>>, {
|
|
10
13
|
size: "xs" | "sm" | "md" | "lg";
|
|
11
|
-
}, {}
|
|
12
|
-
|
|
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] & {
|