sprintify-ui 0.8.41 → 0.8.43
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
- package/src/components/index.ts +1 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ActionColors } from '@/types';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
count: {
|
|
5
5
|
required: true;
|
|
6
6
|
type: NumberConstructor;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
default: string;
|
|
18
18
|
type: PropType<ActionColors>;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
count: {
|
|
22
22
|
required: true;
|
|
23
23
|
type: NumberConstructor;
|
|
@@ -34,9 +34,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
default: string;
|
|
35
35
|
type: PropType<ActionColors>;
|
|
36
36
|
};
|
|
37
|
-
}
|
|
37
|
+
}>> & Readonly<{}>, {
|
|
38
38
|
color: ActionColors;
|
|
39
39
|
size: "xs" | "sm" | "md";
|
|
40
40
|
maxDigit: number;
|
|
41
|
-
}, {}>;
|
|
41
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
42
|
export default _default;
|
|
@@ -5,56 +5,55 @@ declare function resetViewPort(): void;
|
|
|
5
5
|
declare function rotateLeft(): void;
|
|
6
6
|
declare function rotateRight(): void;
|
|
7
7
|
declare function __VLS_template(): {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
8
|
+
slots: {
|
|
9
|
+
header?(_: {
|
|
10
|
+
save: typeof save;
|
|
11
|
+
resetViewPort: typeof resetViewPort;
|
|
12
|
+
rotateLeft: typeof rotateLeft;
|
|
13
|
+
rotateRight: typeof rotateRight;
|
|
14
|
+
saving: boolean;
|
|
15
|
+
initializing: boolean;
|
|
16
|
+
}): any;
|
|
17
|
+
footer?(_: {
|
|
18
|
+
save: typeof save;
|
|
19
|
+
resetViewPort: typeof resetViewPort;
|
|
20
|
+
rotateLeft: typeof rotateLeft;
|
|
21
|
+
rotateRight: typeof rotateRight;
|
|
22
|
+
saving: boolean;
|
|
23
|
+
initializing: boolean;
|
|
24
|
+
}): any;
|
|
25
|
+
};
|
|
26
|
+
refs: {
|
|
27
|
+
container: HTMLDivElement;
|
|
28
|
+
croppie: HTMLDivElement;
|
|
29
|
+
};
|
|
30
|
+
attrs: Partial<{}>;
|
|
24
31
|
};
|
|
25
|
-
|
|
32
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
33
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
26
34
|
source: string;
|
|
27
35
|
config?: CropperConfig;
|
|
28
36
|
preset?: "avatar" | "cover";
|
|
29
37
|
presetOptions?: Record<string, any>;
|
|
30
38
|
disabled?: boolean;
|
|
31
39
|
saveOptions?: ResultOptions;
|
|
32
|
-
}
|
|
40
|
+
}, {
|
|
33
41
|
save: typeof save;
|
|
34
42
|
resetViewPort: typeof resetViewPort;
|
|
35
43
|
rotateLeft: typeof rotateLeft;
|
|
36
44
|
rotateRight: typeof rotateRight;
|
|
37
|
-
},
|
|
45
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
38
46
|
source: string;
|
|
39
47
|
config?: CropperConfig;
|
|
40
48
|
preset?: "avatar" | "cover";
|
|
41
49
|
presetOptions?: Record<string, any>;
|
|
42
50
|
disabled?: boolean;
|
|
43
51
|
saveOptions?: ResultOptions;
|
|
44
|
-
}
|
|
45
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
52
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
53
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
46
54
|
export default _default;
|
|
47
55
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
56
|
new (): {
|
|
49
57
|
$slots: S;
|
|
50
58
|
};
|
|
51
59
|
};
|
|
52
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
53
|
-
type __VLS_TypePropsToOption<T> = {
|
|
54
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
55
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
56
|
-
} : {
|
|
57
|
-
type: import('vue').PropType<T[K]>;
|
|
58
|
-
required: true;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
@@ -1,27 +1,18 @@
|
|
|
1
1
|
import { BaseCropperConfig } from '@/types';
|
|
2
2
|
declare function save(): Promise<unknown>;
|
|
3
|
-
declare const _default: import("vue").DefineComponent<
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
modelValue?: boolean;
|
|
5
5
|
cropper: BaseCropperConfig;
|
|
6
|
-
}
|
|
6
|
+
}, {
|
|
7
7
|
save: typeof save;
|
|
8
|
-
},
|
|
9
|
-
"update:modelValue": (value: boolean) =>
|
|
10
|
-
cropped: (value: string | Blob | HTMLCanvasElement) =>
|
|
11
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
|
+
"update:modelValue": (value: boolean) => any;
|
|
10
|
+
cropped: (value: string | Blob | HTMLCanvasElement) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
12
12
|
modelValue?: boolean;
|
|
13
13
|
cropper: BaseCropperConfig;
|
|
14
|
-
}
|
|
14
|
+
}> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
16
16
|
onCropped?: ((value: string | Blob | HTMLCanvasElement) => any) | undefined;
|
|
17
|
-
}, {}, {}>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
export default _default;
|
|
19
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
-
type __VLS_TypePropsToOption<T> = {
|
|
21
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
-
} : {
|
|
24
|
-
type: import('vue').PropType<T[K]>;
|
|
25
|
-
required: true;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
@@ -3,7 +3,7 @@ import { Collection, DataIteratorSection, DataTableQuery } from '@/types';
|
|
|
3
3
|
import { ActionItem } from '@/types';
|
|
4
4
|
type Direction = 'asc' | 'desc';
|
|
5
5
|
import { Size } from '@/utils/sizes';
|
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
7
|
/**
|
|
8
8
|
* Data to display
|
|
9
9
|
*/
|
|
@@ -105,7 +105,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
105
105
|
default: undefined;
|
|
106
106
|
type: PropType<(items: Collection, search: string | null) => Collection>;
|
|
107
107
|
};
|
|
108
|
-
}
|
|
108
|
+
}>, {
|
|
109
109
|
fetch: () => void;
|
|
110
110
|
fetchWithLoading: () => void;
|
|
111
111
|
fetchWithoutLoading: () => void;
|
|
@@ -123,7 +123,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
123
123
|
search?: string | undefined;
|
|
124
124
|
filter?: Record<string, any> | undefined;
|
|
125
125
|
}>;
|
|
126
|
-
},
|
|
126
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
127
127
|
click: (...args: any[]) => void;
|
|
128
128
|
delete: (...args: any[]) => void;
|
|
129
129
|
checkAll: (...args: any[]) => void;
|
|
@@ -234,7 +234,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
234
234
|
default: undefined;
|
|
235
235
|
type: PropType<(items: Collection, search: string | null) => Collection>;
|
|
236
236
|
};
|
|
237
|
-
}>> & {
|
|
237
|
+
}>> & Readonly<{
|
|
238
238
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
239
239
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
240
240
|
onCheckAll?: ((...args: any[]) => any) | undefined;
|
|
@@ -243,7 +243,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
243
243
|
"onUpdate:query"?: ((...args: any[]) => any) | undefined;
|
|
244
244
|
"onWill-scroll-top"?: ((...args: any[]) => any) | undefined;
|
|
245
245
|
onFetch?: ((...args: any[]) => any) | undefined;
|
|
246
|
-
}
|
|
246
|
+
}>, {
|
|
247
247
|
search: (items: Collection, search: string | null) => Collection;
|
|
248
248
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
249
249
|
url: string | undefined;
|
|
@@ -258,7 +258,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
258
258
|
scrollTopOnFetch: boolean;
|
|
259
259
|
filtersPosition: "section" | "top";
|
|
260
260
|
perPage: number;
|
|
261
|
-
}, {}>, Partial<Record<string, (_: {
|
|
261
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Partial<Record<string, (_: {
|
|
262
262
|
query: DataTableQuery;
|
|
263
263
|
updateQuery: (newQuery: DataTableQuery) => void;
|
|
264
264
|
updateQueryValue: (key: string, value: any) => void;
|
|
@@ -1,25 +1,21 @@
|
|
|
1
1
|
import { DataIteratorSection } from '@/types';
|
|
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
|
section: DataIteratorSection;
|
|
7
|
-
}
|
|
12
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
8
13
|
section: DataIteratorSection;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
14
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
16
|
export default _default;
|
|
12
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
18
|
new (): {
|
|
14
19
|
$slots: S;
|
|
15
20
|
};
|
|
16
21
|
};
|
|
17
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
-
type __VLS_TypePropsToOption<T> = {
|
|
19
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
-
} : {
|
|
22
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,23 +1,14 @@
|
|
|
1
1
|
import { DataIteratorSection } from '@/types';
|
|
2
2
|
import { Size } from '@/utils/sizes';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
section: DataIteratorSection;
|
|
5
5
|
size: Size;
|
|
6
|
-
}
|
|
7
|
-
open: () =>
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
+
open: () => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
9
9
|
section: DataIteratorSection;
|
|
10
10
|
size: Size;
|
|
11
|
-
}
|
|
11
|
+
}> & Readonly<{
|
|
12
12
|
onOpen?: (() => any) | undefined;
|
|
13
|
-
}, {}, {}>;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
export default _default;
|
|
15
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
-
type __VLS_TypePropsToOption<T> = {
|
|
17
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
-
} : {
|
|
20
|
-
type: import('vue').PropType<T[K]>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import BaseDataTableTemplate from './BaseDataTableTemplate.vue';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
table: {
|
|
5
5
|
required: true;
|
|
6
6
|
type: PropType<InstanceType<typeof BaseDataTableTemplate> | null>;
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
required: true;
|
|
10
10
|
type: PropType<string[]>;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
"update:visibleColumns": (...args: any[]) => void;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
table: {
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
required: true;
|
|
21
21
|
type: PropType<string[]>;
|
|
22
22
|
};
|
|
23
|
-
}>> & {
|
|
23
|
+
}>> & Readonly<{
|
|
24
24
|
"onUpdate:visibleColumns"?: ((...args: any[]) => any) | undefined;
|
|
25
|
-
}, {}, {}>;
|
|
25
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
26
|
export default _default;
|
|
@@ -1,31 +1,27 @@
|
|
|
1
1
|
import { DataIteratorSection } from '@/types';
|
|
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
|
modelValue: boolean;
|
|
7
12
|
section: DataIteratorSection;
|
|
8
|
-
}
|
|
9
|
-
"update:modelValue": (value: boolean) =>
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
13
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
14
|
+
"update:modelValue": (value: boolean) => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
11
16
|
modelValue: boolean;
|
|
12
17
|
section: DataIteratorSection;
|
|
13
|
-
}
|
|
18
|
+
}> & Readonly<{
|
|
14
19
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
15
|
-
}, {}, {}>;
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
22
|
export default _default;
|
|
18
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
24
|
new (): {
|
|
20
25
|
$slots: S;
|
|
21
26
|
};
|
|
22
27
|
};
|
|
23
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
|
-
type __VLS_TypePropsToOption<T> = {
|
|
25
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
26
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
27
|
-
} : {
|
|
28
|
-
type: import('vue').PropType<T[K]>;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
};
|