sprintify-ui 0.8.40 → 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.
- package/dist/sprintify-ui.es.js +4910 -4972
- package/dist/types/components/BaseActionItem.vue.d.ts +5 -15
- package/dist/types/components/BaseActionItemButton.vue.d.ts +4 -25
- package/dist/types/components/BaseAddressForm.vue.d.ts +6 -45
- package/dist/types/components/BaseAlert.vue.d.ts +11 -37
- package/dist/types/components/BaseApp.vue.d.ts +8 -3
- package/dist/types/components/BaseAppDialogs.vue.d.ts +1 -1
- package/dist/types/components/BaseAppSnackbars.vue.d.ts +1 -1
- package/dist/types/components/BaseAutocomplete.vue.d.ts +585 -37
- package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +24 -16
- package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +526 -36
- package/dist/types/components/BaseAvatar.vue.d.ts +4 -4
- package/dist/types/components/BaseAvatarGroup.vue.d.ts +4 -4
- package/dist/types/components/BaseBadge.vue.d.ts +11 -35
- package/dist/types/components/BaseBelongsTo.vue.d.ts +524 -34
- package/dist/types/components/BaseBelongsToFetch.vue.d.ts +484 -35
- package/dist/types/components/BaseBoolean.vue.d.ts +3 -12
- package/dist/types/components/BaseBreadcrumbs.vue.d.ts +4 -4
- package/dist/types/components/BaseButton.vue.d.ts +17 -53
- package/dist/types/components/BaseButtonGroup.vue.d.ts +19 -14
- package/dist/types/components/BaseCalendar.vue.d.ts +46 -13
- package/dist/types/components/BaseCard.vue.d.ts +13 -6
- package/dist/types/components/BaseCardRow.vue.d.ts +13 -31
- package/dist/types/components/BaseCharacterCounter.vue.d.ts +4 -4
- package/dist/types/components/BaseClipboard.vue.d.ts +14 -6
- package/dist/types/components/BaseCollapse.vue.d.ts +20 -52
- package/dist/types/components/BaseColor.vue.d.ts +8 -8
- package/dist/types/components/BaseContainer.vue.d.ts +11 -33
- package/dist/types/components/BaseCounter.vue.d.ts +4 -4
- package/dist/types/components/BaseCropper.vue.d.ts +29 -30
- package/dist/types/components/BaseCropperModal.vue.d.ts +8 -17
- package/dist/types/components/BaseDataIterator.vue.d.ts +6 -6
- package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +10 -14
- package/dist/types/components/BaseDataIteratorSectionButton.vue.d.ts +6 -15
- package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +4 -4
- package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +13 -17
- package/dist/types/components/BaseDataTable.vue.d.ts +842 -26
- package/dist/types/components/BaseDataTableRowAction.vue.d.ts +4 -25
- package/dist/types/components/BaseDataTableTemplate.vue.d.ts +129 -14
- package/dist/types/components/BaseDatePicker.vue.d.ts +7 -56
- package/dist/types/components/BaseDateSelect.vue.d.ts +5 -5
- package/dist/types/components/BaseDescriptionList.vue.d.ts +8 -3
- package/dist/types/components/BaseDescriptionListItem.vue.d.ts +11 -4
- package/dist/types/components/BaseDialog.vue.d.ts +516 -8
- package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +15 -8
- package/dist/types/components/BaseDraggable.vue.d.ts +18 -20
- package/dist/types/components/BaseDropdown.vue.d.ts +18 -10
- package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +23 -16
- package/dist/types/components/BaseField.vue.d.ts +12 -7
- package/dist/types/components/BaseFieldI18n.vue.d.ts +7 -7
- package/dist/types/components/BaseFilePicker.vue.d.ts +20 -44
- package/dist/types/components/BaseFilePickerCrop.vue.d.ts +51 -39
- package/dist/types/components/BaseFileUploader.vue.d.ts +40 -76
- package/dist/types/components/BaseForm.vue.d.ts +22 -15
- package/dist/types/components/BaseGantt.vue.d.ts +21 -40
- package/dist/types/components/BaseHasMany.vue.d.ts +325 -39
- package/dist/types/components/BaseHeader.vue.d.ts +4 -37
- package/dist/types/components/BaseIconPicker.vue.d.ts +6 -31
- package/dist/types/components/BaseInput.vue.d.ts +12 -12
- package/dist/types/components/BaseInputError.vue.d.ts +11 -6
- package/dist/types/components/BaseInputLabel.vue.d.ts +4 -4
- package/dist/types/components/BaseInputPercent.vue.d.ts +9 -9
- package/dist/types/components/BaseJsonReader.vue.d.ts +4 -29
- package/dist/types/components/BaseJsonReaderItem.vue.d.ts +3 -12
- package/dist/types/components/BaseLayoutNotificationDropdown.vue.d.ts +5 -5
- package/dist/types/components/BaseLayoutNotificationItem.vue.d.ts +4 -4
- package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +3 -12
- package/dist/types/components/BaseLayoutSidebar.vue.d.ts +16 -11
- package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +13 -8
- package/dist/types/components/BaseLayoutStacked.vue.d.ts +22 -42
- package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +12 -7
- package/dist/types/components/BaseLazy.vue.d.ts +24 -15
- package/dist/types/components/BaseLoadingCover.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaGallery.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaGalleryItem.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaItem.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaLibrary.vue.d.ts +38 -33
- package/dist/types/components/BaseMediaList.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaListItem.vue.d.ts +6 -6
- package/dist/types/components/BaseMediaPictures.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaPicturesItem.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaPreview.vue.d.ts +5 -5
- package/dist/types/components/BaseMenu.vue.d.ts +31 -23
- package/dist/types/components/BaseMenuItem.vue.d.ts +5 -5
- package/dist/types/components/BaseModalCenter.vue.d.ts +14 -9
- package/dist/types/components/BaseModalSide.vue.d.ts +14 -9
- package/dist/types/components/BaseNavbar.vue.d.ts +23 -16
- package/dist/types/components/BaseNavbarItem.vue.d.ts +5 -5
- package/dist/types/components/BaseNavbarItemContent.vue.d.ts +4 -4
- package/dist/types/components/BaseNavbarSideItem.vue.d.ts +5 -5
- package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +4 -4
- package/dist/types/components/BasePagination.vue.d.ts +5 -5
- package/dist/types/components/BasePanel.vue.d.ts +5 -5
- package/dist/types/components/BasePassword.vue.d.ts +8 -8
- package/dist/types/components/BaseProgressCircle.vue.d.ts +4 -4
- package/dist/types/components/BaseRadioGroup.vue.d.ts +15 -10
- package/dist/types/components/BaseReadMore.vue.d.ts +13 -6
- package/dist/types/components/BaseRichText.vue.d.ts +6 -6
- package/dist/types/components/BaseScrollColumn.vue.d.ts +5 -5
- package/dist/types/components/BaseSelect.vue.d.ts +15 -8
- package/dist/types/components/BaseShortcut.vue.d.ts +5 -5
- package/dist/types/components/BaseSideNavigation.vue.d.ts +11 -27
- package/dist/types/components/BaseSideNavigationItem.vue.d.ts +13 -31
- package/dist/types/components/BaseSkeleton.vue.d.ts +4 -4
- package/dist/types/components/BaseStatistic.vue.d.ts +6 -4
- package/dist/types/components/BaseStepper.vue.d.ts +4 -4
- package/dist/types/components/BaseStepperItem.vue.d.ts +5 -5
- package/dist/types/components/BaseSwitch.vue.d.ts +14 -9
- package/dist/types/components/BaseSystemAlert.vue.d.ts +12 -7
- package/dist/types/components/BaseTabItem.vue.d.ts +15 -31
- package/dist/types/components/BaseTable.vue.d.ts +15 -45
- package/dist/types/components/BaseTableBody.vue.d.ts +8 -3
- package/dist/types/components/BaseTableCell.vue.d.ts +13 -47
- package/dist/types/components/BaseTableColumn.vue.d.ts +8 -8
- package/dist/types/components/BaseTableHead.vue.d.ts +11 -27
- package/dist/types/components/BaseTableHeader.vue.d.ts +15 -35
- package/dist/types/components/BaseTableRow.vue.d.ts +15 -41
- package/dist/types/components/BaseTabs.vue.d.ts +14 -27
- package/dist/types/components/BaseTagAutocomplete.vue.d.ts +235 -39
- package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +457 -39
- package/dist/types/components/BaseTextarea.vue.d.ts +8 -8
- package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +8 -8
- package/dist/types/components/BaseTimePicker.vue.d.ts +6 -6
- package/dist/types/components/BaseTimeline.vue.d.ts +3 -3
- package/dist/types/components/BaseTimelineItem.vue.d.ts +3 -3
- package/dist/types/components/BaseToast.vue.d.ts +3 -12
- package/dist/types/components/BaseTooltip.vue.d.ts +15 -36
- package/dist/types/components/BaseUniqueCode.vue.d.ts +5 -5
- package/dist/types/components/SlotComponent.d.ts +4 -4
- package/dist/types/stories/PageInputSizes.vue.d.ts +1 -1
- package/dist/types/stories/PageShow.vue.d.ts +1 -1
- package/dist/types/svg/BaseEmptyState.vue.d.ts +1 -1
- package/dist/types/svg/BaseSpinnerLarge.vue.d.ts +1 -1
- package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +1 -1
- package/package.json +1 -6
- package/src/components/BaseLazy.stories.js +28 -7
- package/src/components/BaseLazy.vue +64 -10
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ActionItem } from '@/types';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
item: ActionItem;
|
|
4
4
|
class?: string | string[] | null;
|
|
5
|
-
}
|
|
5
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
click: (...args: any[]) => void;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
8
8
|
item: ActionItem;
|
|
9
9
|
class?: string | string[] | null;
|
|
10
|
-
}
|
|
10
|
+
}> & Readonly<{
|
|
11
11
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
}, {}, {}>, {
|
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
13
13
|
default?(_: {
|
|
14
14
|
active: boolean;
|
|
15
15
|
}): any;
|
|
@@ -24,18 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
24
24
|
}): any;
|
|
25
25
|
}>;
|
|
26
26
|
export default _default;
|
|
27
|
-
|
|
28
27
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
28
|
new (): {
|
|
30
29
|
$slots: S;
|
|
31
30
|
};
|
|
32
31
|
};
|
|
33
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
-
type __VLS_TypePropsToOption<T> = {
|
|
35
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
-
} : {
|
|
38
|
-
type: import('vue').PropType<T[K]>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
@@ -1,32 +1,11 @@
|
|
|
1
1
|
import { ActionItem } from '@/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
item: ActionItem;
|
|
4
4
|
size: "sm" | "md" | "lg";
|
|
5
|
-
}
|
|
6
|
-
size: string;
|
|
7
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
8
6
|
item: ActionItem;
|
|
9
7
|
size: "sm" | "md" | "lg";
|
|
10
|
-
}>, {
|
|
11
|
-
size: string;
|
|
12
|
-
}>>>, {
|
|
8
|
+
}> & Readonly<{}>, {
|
|
13
9
|
size: "sm" | "md" | "lg";
|
|
14
|
-
}, {}>;
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
11
|
export default _default;
|
|
16
|
-
type __VLS_WithDefaults<P, D> = {
|
|
17
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
18
|
-
default: D[K];
|
|
19
|
-
}> : P[K];
|
|
20
|
-
};
|
|
21
|
-
type __VLS_Prettify<T> = {
|
|
22
|
-
[K in keyof T]: T[K];
|
|
23
|
-
} & {};
|
|
24
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
-
type __VLS_TypePropsToOption<T> = {
|
|
26
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
-
} : {
|
|
29
|
-
type: import('vue').PropType<T[K]>;
|
|
30
|
-
required: true;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
@@ -10,7 +10,7 @@ type Address = {
|
|
|
10
10
|
country?: string | null;
|
|
11
11
|
notes?: string | null;
|
|
12
12
|
};
|
|
13
|
-
declare const _default: import("vue").DefineComponent<
|
|
13
|
+
declare const _default: import("vue").DefineComponent<{
|
|
14
14
|
modelValue: undefined | null | Address;
|
|
15
15
|
prefix: string | null;
|
|
16
16
|
required?: boolean;
|
|
@@ -22,20 +22,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
22
22
|
hideCountry?: boolean;
|
|
23
23
|
showNotes?: boolean;
|
|
24
24
|
requiredFields?: (keyof Address)[];
|
|
25
|
-
}
|
|
26
|
-
modelValue(): {};
|
|
27
|
-
prefix: null;
|
|
28
|
-
countries(): never[];
|
|
29
|
-
regions(): never[];
|
|
30
|
-
restrictCountry: boolean;
|
|
31
|
-
size: undefined;
|
|
32
|
-
hideRegion: boolean;
|
|
33
|
-
hideCountry: boolean;
|
|
34
|
-
showNotes: boolean;
|
|
35
|
-
requiredFields(): string[];
|
|
36
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
37
26
|
"update:model-value": (...args: any[]) => void;
|
|
38
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
39
28
|
modelValue: undefined | null | Address;
|
|
40
29
|
prefix: string | null;
|
|
41
30
|
required?: boolean;
|
|
@@ -47,20 +36,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
47
36
|
hideCountry?: boolean;
|
|
48
37
|
showNotes?: boolean;
|
|
49
38
|
requiredFields?: (keyof Address)[];
|
|
50
|
-
}
|
|
51
|
-
modelValue(): {};
|
|
52
|
-
prefix: null;
|
|
53
|
-
countries(): never[];
|
|
54
|
-
regions(): never[];
|
|
55
|
-
restrictCountry: boolean;
|
|
56
|
-
size: undefined;
|
|
57
|
-
hideRegion: boolean;
|
|
58
|
-
hideCountry: boolean;
|
|
59
|
-
showNotes: boolean;
|
|
60
|
-
requiredFields(): string[];
|
|
61
|
-
}>>> & {
|
|
39
|
+
}> & Readonly<{
|
|
62
40
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
63
|
-
}
|
|
41
|
+
}>, {
|
|
64
42
|
size: Size;
|
|
65
43
|
modelValue: undefined | null | Address;
|
|
66
44
|
prefix: string | null;
|
|
@@ -71,22 +49,5 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
71
49
|
hideCountry: boolean;
|
|
72
50
|
showNotes: boolean;
|
|
73
51
|
requiredFields: (keyof Address)[];
|
|
74
|
-
}, {}>;
|
|
52
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
75
53
|
export default _default;
|
|
76
|
-
type __VLS_WithDefaults<P, D> = {
|
|
77
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
78
|
-
default: D[K];
|
|
79
|
-
}> : P[K];
|
|
80
|
-
};
|
|
81
|
-
type __VLS_Prettify<T> = {
|
|
82
|
-
[K in keyof T]: T[K];
|
|
83
|
-
} & {};
|
|
84
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
85
|
-
type __VLS_TypePropsToOption<T> = {
|
|
86
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
87
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
88
|
-
} : {
|
|
89
|
-
type: import('vue').PropType<T[K]>;
|
|
90
|
-
required: true;
|
|
91
|
-
};
|
|
92
|
-
};
|
|
@@ -1,63 +1,37 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
};
|
|
4
|
-
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
5
10
|
title?: string;
|
|
6
11
|
color: "info" | "success" | "danger" | "warning" | string;
|
|
7
12
|
icon?: string;
|
|
8
13
|
showIcon?: boolean;
|
|
9
14
|
bordered?: boolean;
|
|
10
15
|
class?: string | string[];
|
|
11
|
-
}
|
|
12
|
-
title: undefined;
|
|
13
|
-
color: string;
|
|
14
|
-
icon: undefined;
|
|
15
|
-
showIcon: boolean;
|
|
16
|
-
bordered: boolean;
|
|
17
|
-
class: undefined;
|
|
18
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
16
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
19
17
|
title?: string;
|
|
20
18
|
color: "info" | "success" | "danger" | "warning" | string;
|
|
21
19
|
icon?: string;
|
|
22
20
|
showIcon?: boolean;
|
|
23
21
|
bordered?: boolean;
|
|
24
22
|
class?: string | string[];
|
|
25
|
-
}>, {
|
|
26
|
-
title: undefined;
|
|
27
|
-
color: string;
|
|
28
|
-
icon: undefined;
|
|
29
|
-
showIcon: boolean;
|
|
30
|
-
bordered: boolean;
|
|
31
|
-
class: undefined;
|
|
32
|
-
}>>>, {
|
|
23
|
+
}> & Readonly<{}>, {
|
|
33
24
|
class: string | string[];
|
|
34
25
|
title: string;
|
|
35
26
|
color: "info" | "success" | "danger" | "warning" | string;
|
|
36
27
|
icon: string;
|
|
37
28
|
showIcon: boolean;
|
|
38
29
|
bordered: boolean;
|
|
39
|
-
}, {}>;
|
|
40
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
30
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
32
|
export default _default;
|
|
42
|
-
type __VLS_WithDefaults<P, D> = {
|
|
43
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
-
default: D[K];
|
|
45
|
-
}> : P[K];
|
|
46
|
-
};
|
|
47
|
-
type __VLS_Prettify<T> = {
|
|
48
|
-
[K in keyof T]: T[K];
|
|
49
|
-
} & {};
|
|
50
33
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
34
|
new (): {
|
|
52
35
|
$slots: S;
|
|
53
36
|
};
|
|
54
37
|
};
|
|
55
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
56
|
-
type __VLS_TypePropsToOption<T> = {
|
|
57
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
58
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
59
|
-
} : {
|
|
60
|
-
type: import('vue').PropType<T[K]>;
|
|
61
|
-
required: true;
|
|
62
|
-
};
|
|
63
|
-
};
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
};
|
|
4
|
-
|
|
5
|
-
declare const
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
6
11
|
export default _default;
|
|
7
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
13
|
new (): {
|
|
@@ -21,5 +21,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
21
21
|
onConfirm: (input?: string) => void;
|
|
22
22
|
onCancel: () => void;
|
|
23
23
|
}[]>;
|
|
24
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
24
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|