sprintify-ui 0.8.41 → 0.8.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,48 +1,30 @@
|
|
|
1
1
|
import { RouteLocationRaw } from 'vue-router';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {
|
|
5
|
+
active: boolean;
|
|
6
|
+
}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
attrs: Partial<{}>;
|
|
6
10
|
};
|
|
7
|
-
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
8
13
|
to: RouteLocationRaw;
|
|
9
14
|
disabled?: boolean;
|
|
10
15
|
activeStrategy?: "default" | "exact";
|
|
11
|
-
}
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
activeStrategy: string;
|
|
14
|
-
}>, {}, 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<{
|
|
15
17
|
to: RouteLocationRaw;
|
|
16
18
|
disabled?: boolean;
|
|
17
19
|
activeStrategy?: "default" | "exact";
|
|
18
|
-
}>, {
|
|
19
|
-
disabled: boolean;
|
|
20
|
-
activeStrategy: string;
|
|
21
|
-
}>>>, {
|
|
20
|
+
}> & Readonly<{}>, {
|
|
22
21
|
disabled: boolean;
|
|
23
22
|
activeStrategy: "default" | "exact";
|
|
24
|
-
}, {}>;
|
|
25
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
25
|
export default _default;
|
|
27
|
-
type __VLS_WithDefaults<P, D> = {
|
|
28
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
-
default: D[K];
|
|
30
|
-
}> : P[K];
|
|
31
|
-
};
|
|
32
|
-
type __VLS_Prettify<T> = {
|
|
33
|
-
[K in keyof T]: T[K];
|
|
34
|
-
} & {};
|
|
35
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
27
|
new (): {
|
|
37
28
|
$slots: S;
|
|
38
29
|
};
|
|
39
30
|
};
|
|
40
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
|
-
type __VLS_TypePropsToOption<T> = {
|
|
42
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
|
-
} : {
|
|
45
|
-
type: import('vue').PropType<T[K]>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
delay: {
|
|
4
4
|
default: string;
|
|
5
5
|
type: StringConstructor;
|
|
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
8
8
|
default: string;
|
|
9
9
|
type: PropType<string | string[]>;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
delay: {
|
|
13
13
|
default: string;
|
|
14
14
|
type: StringConstructor;
|
|
@@ -17,10 +17,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
17
17
|
default: string;
|
|
18
18
|
type: PropType<string | string[]>;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>> & Readonly<{}>, {
|
|
21
21
|
class: string | string[];
|
|
22
22
|
delay: string;
|
|
23
|
-
}, {}>, {
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
24
24
|
default?(_: {}): any;
|
|
25
25
|
}>;
|
|
26
26
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
label: {
|
|
4
4
|
default: null;
|
|
5
5
|
type: PropType<string | null>;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
default: null;
|
|
21
21
|
type: PropType<string | null>;
|
|
22
22
|
};
|
|
23
|
-
}
|
|
23
|
+
}>, {}, {}, {
|
|
24
24
|
backgroundClass(): string;
|
|
25
25
|
textClass(): string;
|
|
26
26
|
icon(): string;
|
|
@@ -46,10 +46,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
46
|
default: null;
|
|
47
47
|
type: PropType<string | null>;
|
|
48
48
|
};
|
|
49
|
-
}
|
|
49
|
+
}>> & Readonly<{}>, {
|
|
50
50
|
label: string | null;
|
|
51
51
|
caption: string | null;
|
|
52
52
|
secondaryValue: string | null;
|
|
53
53
|
trend: "up" | "down" | null;
|
|
54
|
-
}, {}
|
|
54
|
+
}, {}, {
|
|
55
|
+
BaseIcon: import("vue").DefineComponent<import("@iconify/vue").IconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("@iconify/vue").IconProps>, {}, {}>;
|
|
56
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
55
57
|
export default _default;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { StepperItem } from '@/types/StepperItem';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
items: {
|
|
5
5
|
required: true;
|
|
6
6
|
type: PropType<StepperItem[]>;
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
click: (...args: any[]) => void;
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
items: {
|
|
12
12
|
required: true;
|
|
13
13
|
type: PropType<StepperItem[]>;
|
|
14
14
|
};
|
|
15
|
-
}>> & {
|
|
15
|
+
}>> & Readonly<{
|
|
16
16
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}, {}, {}>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
stepNumber: {
|
|
4
4
|
required: true;
|
|
5
5
|
type: NumberConstructor;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
required: true;
|
|
22
22
|
type: NumberConstructor;
|
|
23
23
|
};
|
|
24
|
-
}
|
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
25
|
click: (...args: any[]) => void;
|
|
26
26
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
stepNumber: {
|
|
@@ -45,9 +45,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
required: true;
|
|
46
46
|
type: NumberConstructor;
|
|
47
47
|
};
|
|
48
|
-
}>> & {
|
|
48
|
+
}>> & Readonly<{
|
|
49
49
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
50
|
-
}
|
|
50
|
+
}>, {
|
|
51
51
|
description: string | null;
|
|
52
|
-
}, {}>;
|
|
52
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
53
|
export default _default;
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
4
8
|
};
|
|
5
|
-
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
11
|
modelValue: {
|
|
7
12
|
default: boolean;
|
|
8
13
|
type: PropType<boolean | string | number | null | undefined>;
|
|
@@ -39,7 +44,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
39
44
|
default: string;
|
|
40
45
|
type: StringConstructor;
|
|
41
46
|
};
|
|
42
|
-
}
|
|
47
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
48
|
"update:modelValue": (...args: any[]) => void;
|
|
44
49
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
50
|
modelValue: {
|
|
@@ -78,20 +83,20 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
78
83
|
default: string;
|
|
79
84
|
type: StringConstructor;
|
|
80
85
|
};
|
|
81
|
-
}>> & {
|
|
86
|
+
}>> & Readonly<{
|
|
82
87
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
83
|
-
}
|
|
84
|
-
required: boolean;
|
|
88
|
+
}>, {
|
|
85
89
|
color: "dark" | "light" | "danger" | "success" | "warning" | "primary" | "info";
|
|
90
|
+
required: boolean;
|
|
86
91
|
size: "xs" | "sm" | "lg" | "xl" | "base";
|
|
87
92
|
name: string;
|
|
88
|
-
modelValue: string | number | boolean | null | undefined;
|
|
89
93
|
disabled: boolean;
|
|
94
|
+
modelValue: string | number | boolean | null | undefined;
|
|
90
95
|
hasError: boolean;
|
|
91
96
|
checkedIcon: string;
|
|
92
97
|
unCheckedIcon: string;
|
|
93
|
-
}, {}>;
|
|
94
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
98
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
99
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
95
100
|
export default _default;
|
|
96
101
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
97
102
|
new (): {
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { RouteLocationRaw } from 'vue-router';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<{}>;
|
|
5
9
|
};
|
|
6
|
-
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
12
|
to: {
|
|
8
13
|
default: undefined;
|
|
9
14
|
type: PropType<RouteLocationRaw | undefined>;
|
|
@@ -20,7 +25,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
20
25
|
default: boolean;
|
|
21
26
|
type: BooleanConstructor;
|
|
22
27
|
};
|
|
23
|
-
}
|
|
28
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
29
|
close: (...args: any[]) => void;
|
|
25
30
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
31
|
to: {
|
|
@@ -39,15 +44,15 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
39
44
|
default: boolean;
|
|
40
45
|
type: BooleanConstructor;
|
|
41
46
|
};
|
|
42
|
-
}>> & {
|
|
47
|
+
}>> & Readonly<{
|
|
43
48
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
44
|
-
}
|
|
49
|
+
}>, {
|
|
45
50
|
to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
|
|
46
51
|
color: "danger" | "success" | "warning" | "info";
|
|
47
52
|
action: () => Promise<void> | void;
|
|
48
53
|
closable: boolean;
|
|
49
|
-
}, {}>;
|
|
50
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
54
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
55
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
51
56
|
export default _default;
|
|
52
57
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
58
|
new (): {
|
|
@@ -1,48 +1,32 @@
|
|
|
1
1
|
import { RouteLocationRaw } from 'vue-router';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {
|
|
5
|
+
active: boolean;
|
|
6
|
+
}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {
|
|
9
|
+
baseTabItemRef: HTMLLIElement;
|
|
10
|
+
};
|
|
11
|
+
attrs: Partial<{}>;
|
|
6
12
|
};
|
|
7
|
-
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
8
15
|
to: RouteLocationRaw;
|
|
9
16
|
disabled?: boolean;
|
|
10
17
|
activeStrategy?: "default" | "exact";
|
|
11
|
-
}
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
activeStrategy: string;
|
|
14
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
18
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
15
19
|
to: RouteLocationRaw;
|
|
16
20
|
disabled?: boolean;
|
|
17
21
|
activeStrategy?: "default" | "exact";
|
|
18
|
-
}>, {
|
|
19
|
-
disabled: boolean;
|
|
20
|
-
activeStrategy: string;
|
|
21
|
-
}>>>, {
|
|
22
|
+
}> & Readonly<{}>, {
|
|
22
23
|
disabled: boolean;
|
|
23
24
|
activeStrategy: "default" | "exact";
|
|
24
|
-
}, {}>;
|
|
25
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
27
|
export default _default;
|
|
27
|
-
type __VLS_WithDefaults<P, D> = {
|
|
28
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
-
default: D[K];
|
|
30
|
-
}> : P[K];
|
|
31
|
-
};
|
|
32
|
-
type __VLS_Prettify<T> = {
|
|
33
|
-
[K in keyof T]: T[K];
|
|
34
|
-
} & {};
|
|
35
28
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
29
|
new (): {
|
|
37
30
|
$slots: S;
|
|
38
31
|
};
|
|
39
32
|
};
|
|
40
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
|
-
type __VLS_TypePropsToOption<T> = {
|
|
42
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
|
-
} : {
|
|
45
|
-
type: import('vue').PropType<T[K]>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
@@ -2,10 +2,17 @@ import { ClassNameValue } from 'tailwind-merge';
|
|
|
2
2
|
import { Size } from '@/utils/sizes';
|
|
3
3
|
declare function scrollTop(): void;
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
slots: {
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
loading?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {
|
|
10
|
+
scrollableRef: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
attrs: Partial<{}>;
|
|
7
13
|
};
|
|
8
|
-
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
9
16
|
size?: Size;
|
|
10
17
|
fixedHeader?: boolean;
|
|
11
18
|
fixedColumn?: boolean;
|
|
@@ -15,19 +22,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
15
22
|
maxHeight?: number;
|
|
16
23
|
loading?: boolean;
|
|
17
24
|
virtualScrolling?: boolean;
|
|
18
|
-
}
|
|
19
|
-
size: string;
|
|
20
|
-
fixedHeader: boolean;
|
|
21
|
-
fixedColumn: boolean;
|
|
22
|
-
striped: boolean;
|
|
23
|
-
flush: boolean;
|
|
24
|
-
class: undefined;
|
|
25
|
-
maxHeight: undefined;
|
|
26
|
-
loading: boolean;
|
|
27
|
-
virtualScrolling: boolean;
|
|
28
|
-
}>, {
|
|
25
|
+
}, {
|
|
29
26
|
scrollTop: typeof scrollTop;
|
|
30
|
-
},
|
|
27
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
31
28
|
size?: Size;
|
|
32
29
|
fixedHeader?: boolean;
|
|
33
30
|
fixedColumn?: boolean;
|
|
@@ -37,17 +34,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
37
34
|
maxHeight?: number;
|
|
38
35
|
loading?: boolean;
|
|
39
36
|
virtualScrolling?: boolean;
|
|
40
|
-
}>, {
|
|
41
|
-
size: string;
|
|
42
|
-
fixedHeader: boolean;
|
|
43
|
-
fixedColumn: boolean;
|
|
44
|
-
striped: boolean;
|
|
45
|
-
flush: boolean;
|
|
46
|
-
class: undefined;
|
|
47
|
-
maxHeight: undefined;
|
|
48
|
-
loading: boolean;
|
|
49
|
-
virtualScrolling: boolean;
|
|
50
|
-
}>>>, {
|
|
37
|
+
}> & Readonly<{}>, {
|
|
51
38
|
class: string | false | 0 | 0n | ClassNameValue[] | null;
|
|
52
39
|
size: Size;
|
|
53
40
|
loading: boolean;
|
|
@@ -57,28 +44,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
57
44
|
flush: boolean;
|
|
58
45
|
maxHeight: number;
|
|
59
46
|
virtualScrolling: boolean;
|
|
60
|
-
}, {}>;
|
|
61
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
47
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
48
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
62
49
|
export default _default;
|
|
63
|
-
type __VLS_WithDefaults<P, D> = {
|
|
64
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
65
|
-
default: D[K];
|
|
66
|
-
}> : P[K];
|
|
67
|
-
};
|
|
68
|
-
type __VLS_Prettify<T> = {
|
|
69
|
-
[K in keyof T]: T[K];
|
|
70
|
-
} & {};
|
|
71
50
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
72
51
|
new (): {
|
|
73
52
|
$slots: S;
|
|
74
53
|
};
|
|
75
54
|
};
|
|
76
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
77
|
-
type __VLS_TypePropsToOption<T> = {
|
|
78
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
79
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
80
|
-
} : {
|
|
81
|
-
type: import('vue').PropType<T[K]>;
|
|
82
|
-
required: true;
|
|
83
|
-
};
|
|
84
|
-
};
|
|
@@ -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 (): {
|
|
@@ -2,11 +2,16 @@ import { RouteLocationRaw } from 'vue-router';
|
|
|
2
2
|
import { ClassNameValue } from 'tailwind-merge';
|
|
3
3
|
import { StyleValue } from 'vue';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
slots: {
|
|
6
|
+
default?(_: {
|
|
7
|
+
hover: boolean;
|
|
8
|
+
}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
attrs: Partial<{}>;
|
|
8
12
|
};
|
|
9
|
-
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
15
|
href?: string;
|
|
11
16
|
to?: RouteLocationRaw;
|
|
12
17
|
target?: "_blank" | "_self" | "_parent" | "_top";
|
|
@@ -17,18 +22,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
17
22
|
style?: StyleValue;
|
|
18
23
|
onClick?: (e: MouseEvent) => void;
|
|
19
24
|
ignoreRowInteractions?: boolean;
|
|
20
|
-
}
|
|
21
|
-
href: undefined;
|
|
22
|
-
to: undefined;
|
|
23
|
-
target: undefined;
|
|
24
|
-
title: undefined;
|
|
25
|
-
align: string;
|
|
26
|
-
colspan: undefined;
|
|
27
|
-
class: undefined;
|
|
28
|
-
style: undefined;
|
|
29
|
-
onClick: undefined;
|
|
30
|
-
ignoreRowInteractions: boolean;
|
|
31
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
25
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
32
26
|
href?: string;
|
|
33
27
|
to?: RouteLocationRaw;
|
|
34
28
|
target?: "_blank" | "_self" | "_parent" | "_top";
|
|
@@ -39,18 +33,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
39
33
|
style?: StyleValue;
|
|
40
34
|
onClick?: (e: MouseEvent) => void;
|
|
41
35
|
ignoreRowInteractions?: boolean;
|
|
42
|
-
}>, {
|
|
43
|
-
href: undefined;
|
|
44
|
-
to: undefined;
|
|
45
|
-
target: undefined;
|
|
46
|
-
title: undefined;
|
|
47
|
-
align: string;
|
|
48
|
-
colspan: undefined;
|
|
49
|
-
class: undefined;
|
|
50
|
-
style: undefined;
|
|
51
|
-
onClick: undefined;
|
|
52
|
-
ignoreRowInteractions: boolean;
|
|
53
|
-
}>>>, {
|
|
36
|
+
}> & Readonly<{}>, {
|
|
54
37
|
class: string | false | 0 | 0n | ClassNameValue[] | null;
|
|
55
38
|
onClick: (e: MouseEvent) => void;
|
|
56
39
|
style: string | false | import("vue").CSSProperties | StyleValue[] | null;
|
|
@@ -61,28 +44,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
61
44
|
align: "left" | "center" | "right";
|
|
62
45
|
ignoreRowInteractions: boolean;
|
|
63
46
|
colspan: number | string;
|
|
64
|
-
}, {}>;
|
|
65
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
47
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
48
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
66
49
|
export default _default;
|
|
67
|
-
type __VLS_WithDefaults<P, D> = {
|
|
68
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
69
|
-
default: D[K];
|
|
70
|
-
}> : P[K];
|
|
71
|
-
};
|
|
72
|
-
type __VLS_Prettify<T> = {
|
|
73
|
-
[K in keyof T]: T[K];
|
|
74
|
-
} & {};
|
|
75
50
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
76
51
|
new (): {
|
|
77
52
|
$slots: S;
|
|
78
53
|
};
|
|
79
54
|
};
|
|
80
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
81
|
-
type __VLS_TypePropsToOption<T> = {
|
|
82
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
83
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
84
|
-
} : {
|
|
85
|
-
type: import('vue').PropType<T[K]>;
|
|
86
|
-
required: true;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { BaseTableColumnData, CollectionItem } from '..';
|
|
3
3
|
import { RouteLocationRaw } from 'vue-router';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
label: {
|
|
6
6
|
default: string;
|
|
7
7
|
type: StringConstructor;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
};
|
|
13
13
|
class: {
|
|
14
14
|
default: string;
|
|
15
|
-
type: (ObjectConstructor |
|
|
15
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
16
16
|
};
|
|
17
17
|
field: {
|
|
18
18
|
default: string;
|
|
@@ -82,7 +82,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
default: undefined;
|
|
83
83
|
type: PropType<(row: CollectionItem, index: number, column: BaseTableColumnData, colIndex: number, event: MouseEvent) => void>;
|
|
84
84
|
};
|
|
85
|
-
}
|
|
85
|
+
}>, {
|
|
86
86
|
nextSequence: any;
|
|
87
87
|
addColumn: any;
|
|
88
88
|
removeColumn: any;
|
|
@@ -104,7 +104,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
104
|
};
|
|
105
105
|
class: {
|
|
106
106
|
default: string;
|
|
107
|
-
type: (ObjectConstructor |
|
|
107
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
108
108
|
};
|
|
109
109
|
field: {
|
|
110
110
|
default: string;
|
|
@@ -174,26 +174,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
174
174
|
default: undefined;
|
|
175
175
|
type: PropType<(row: CollectionItem, index: number, column: BaseTableColumnData, colIndex: number, event: MouseEvent) => void>;
|
|
176
176
|
};
|
|
177
|
-
}
|
|
177
|
+
}>> & Readonly<{}>, {
|
|
178
178
|
label: string;
|
|
179
|
+
toggle: boolean;
|
|
179
180
|
class: string | Record<string, any> | unknown[];
|
|
180
181
|
onClick: (row: CollectionItem, index: number, column: BaseTableColumnData, colIndex: number, event: MouseEvent) => void;
|
|
181
182
|
to: (row: CollectionItem) => RouteLocationRaw;
|
|
182
183
|
target: "_blank" | "_self" | "_parent" | "_top";
|
|
183
184
|
href: (row: CollectionItem) => string;
|
|
184
185
|
meta: Record<string, any> | unknown[];
|
|
185
|
-
toggle: boolean;
|
|
186
186
|
width: number;
|
|
187
|
-
align: "left" | "center" | "right";
|
|
188
187
|
field: string;
|
|
189
188
|
padding: string;
|
|
190
189
|
searchable: boolean;
|
|
191
190
|
customKey: string | number;
|
|
192
191
|
numeric: boolean;
|
|
192
|
+
align: "left" | "center" | "right";
|
|
193
193
|
sortable: boolean;
|
|
194
194
|
ignoreRowInteractions: boolean;
|
|
195
195
|
toggleDefault: boolean;
|
|
196
196
|
customSort: Function;
|
|
197
197
|
customSearch: Function;
|
|
198
|
-
}, {}>;
|
|
198
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
199
199
|
export default _default;
|
|
@@ -1,39 +1,23 @@
|
|
|
1
1
|
import { ClassNameValue } from 'tailwind-merge';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
4
8
|
};
|
|
5
|
-
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
6
11
|
class?: ClassNameValue;
|
|
7
|
-
}
|
|
8
|
-
class: undefined;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
12
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
10
13
|
class?: ClassNameValue;
|
|
11
|
-
}>, {
|
|
12
|
-
class: undefined;
|
|
13
|
-
}>>>, {
|
|
14
|
+
}> & Readonly<{}>, {
|
|
14
15
|
class: string | false | 0 | 0n | ClassNameValue[] | null;
|
|
15
|
-
}, {}>;
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
18
|
export default _default;
|
|
18
|
-
type __VLS_WithDefaults<P, D> = {
|
|
19
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
20
|
-
default: D[K];
|
|
21
|
-
}> : P[K];
|
|
22
|
-
};
|
|
23
|
-
type __VLS_Prettify<T> = {
|
|
24
|
-
[K in keyof T]: T[K];
|
|
25
|
-
} & {};
|
|
26
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
20
|
new (): {
|
|
28
21
|
$slots: S;
|
|
29
22
|
};
|
|
30
23
|
};
|
|
31
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
|
-
type __VLS_TypePropsToOption<T> = {
|
|
33
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
34
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
35
|
-
} : {
|
|
36
|
-
type: import('vue').PropType<T[K]>;
|
|
37
|
-
required: true;
|
|
38
|
-
};
|
|
39
|
-
};
|