@hostlink/nuxt-light 1.60.6 → 1.61.0
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/module.json +1 -1
- package/dist/runtime/components/L/CustomField/Add.d.vue.ts +17 -9
- package/dist/runtime/components/L/CustomField/Add.vue.d.ts +17 -9
- package/dist/runtime/components/L/CustomField/List.d.vue.ts +5 -1
- package/dist/runtime/components/L/CustomField/List.vue.d.ts +5 -1
- package/dist/runtime/components/L/Database/create-table-dialog.d.vue.ts +7 -6
- package/dist/runtime/components/L/Database/create-table-dialog.vue.d.ts +7 -6
- package/dist/runtime/components/L/Fieldset.d.vue.ts +20 -7
- package/dist/runtime/components/L/Fieldset.vue.d.ts +20 -7
- package/dist/runtime/components/L/Revision.d.vue.ts +19 -9
- package/dist/runtime/components/L/Revision.vue.d.ts +19 -9
- package/dist/runtime/components/L/Storage.d.vue.ts +11 -7
- package/dist/runtime/components/L/Storage.vue.d.ts +11 -7
- package/dist/runtime/components/L/System/Setting/authentication.d.vue.ts +11 -1
- package/dist/runtime/components/L/System/Setting/authentication.vue.d.ts +11 -1
- package/dist/runtime/components/L/System/Setting/developer.d.vue.ts +4 -1
- package/dist/runtime/components/L/System/Setting/developer.vue.d.ts +4 -1
- package/dist/runtime/components/L/System/Setting/forget-password.d.vue.ts +5 -1
- package/dist/runtime/components/L/System/Setting/forget-password.vue.d.ts +5 -1
- package/dist/runtime/components/L/System/Setting/general.d.vue.ts +6 -1
- package/dist/runtime/components/L/System/Setting/general.vue.d.ts +6 -1
- package/dist/runtime/components/L/System/Setting/mail.d.vue.ts +7 -1
- package/dist/runtime/components/L/System/Setting/mail.vue.d.ts +7 -1
- package/dist/runtime/components/L/System/Setting/modules.d.vue.ts +5 -1
- package/dist/runtime/components/L/System/Setting/modules.vue.d.ts +5 -1
- package/dist/runtime/components/L/System/Setting/security.d.vue.ts +20 -1
- package/dist/runtime/components/L/System/Setting/security.vue +5 -2
- package/dist/runtime/components/L/System/Setting/security.vue.d.ts +20 -1
- package/dist/runtime/components/L/ValidationInput.d.vue.ts +22 -6
- package/dist/runtime/components/L/ValidationInput.vue.d.ts +22 -6
- package/dist/runtime/components/MyTest.d.vue.ts +5 -7
- package/dist/runtime/components/MyTest.vue.d.ts +5 -7
- package/dist/runtime/components/l-add-btn.d.vue.ts +16 -10
- package/dist/runtime/components/l-add-btn.vue.d.ts +16 -10
- package/dist/runtime/components/l-alert.d.vue.ts +12 -6
- package/dist/runtime/components/l-alert.vue.d.ts +12 -6
- package/dist/runtime/components/l-app-main.d.vue.ts +10 -6
- package/dist/runtime/components/l-app-main.vue.d.ts +10 -6
- package/dist/runtime/components/l-banner.d.vue.ts +6 -3
- package/dist/runtime/components/l-banner.vue.d.ts +6 -3
- package/dist/runtime/components/l-bar.d.vue.ts +4 -1
- package/dist/runtime/components/l-bar.vue.d.ts +4 -1
- package/dist/runtime/components/l-btn.d.vue.ts +6 -1
- package/dist/runtime/components/l-btn.vue.d.ts +6 -1
- package/dist/runtime/components/l-card.d.vue.ts +16 -4
- package/dist/runtime/components/l-card.vue.d.ts +16 -4
- package/dist/runtime/components/l-checkbox.d.vue.ts +3 -1
- package/dist/runtime/components/l-checkbox.vue.d.ts +3 -1
- package/dist/runtime/components/l-col.d.vue.ts +6 -1
- package/dist/runtime/components/l-col.vue.d.ts +6 -1
- package/dist/runtime/components/l-customizer.d.vue.ts +68 -16
- package/dist/runtime/components/l-customizer.vue.d.ts +68 -16
- package/dist/runtime/components/l-date-picker.d.vue.ts +16 -3
- package/dist/runtime/components/l-date-picker.vue.d.ts +16 -3
- package/dist/runtime/components/l-delete-btn.d.vue.ts +8 -8
- package/dist/runtime/components/l-delete-btn.vue.d.ts +8 -8
- package/dist/runtime/components/l-dialog-database-field-add.d.vue.ts +7 -6
- package/dist/runtime/components/l-dialog-database-field-add.vue.d.ts +7 -6
- package/dist/runtime/components/l-drag-drop-container.d.vue.ts +15 -7
- package/dist/runtime/components/l-drag-drop-container.vue.d.ts +15 -7
- package/dist/runtime/components/l-drag-drop-group.d.vue.ts +9 -2
- package/dist/runtime/components/l-drag-drop-group.vue.d.ts +9 -2
- package/dist/runtime/components/l-editor.d.vue.ts +11 -1
- package/dist/runtime/components/l-editor.vue.d.ts +11 -1
- package/dist/runtime/components/l-facebook-button.d.vue.ts +5 -4
- package/dist/runtime/components/l-facebook-button.vue.d.ts +5 -4
- package/dist/runtime/components/l-fav-menu.d.vue.ts +5 -7
- package/dist/runtime/components/l-fav-menu.vue.d.ts +5 -7
- package/dist/runtime/components/l-field.d.vue.ts +11 -1
- package/dist/runtime/components/l-field.vue.d.ts +11 -1
- package/dist/runtime/components/l-file-manager-labels.d.vue.ts +4 -4
- package/dist/runtime/components/l-file-manager-labels.vue.d.ts +4 -4
- package/dist/runtime/components/l-file-manager-move.d.vue.ts +9 -9
- package/dist/runtime/components/l-file-manager-move.vue.d.ts +9 -9
- package/dist/runtime/components/l-file-manager-preview.d.vue.ts +20 -8
- package/dist/runtime/components/l-file-manager-preview.vue.d.ts +20 -8
- package/dist/runtime/components/l-file-manager.d.vue.ts +45 -13
- package/dist/runtime/components/l-file-manager.vue.d.ts +45 -13
- package/dist/runtime/components/l-file-upload.d.vue.ts +14 -3
- package/dist/runtime/components/l-file-upload.vue.d.ts +14 -3
- package/dist/runtime/components/l-file.d.vue.ts +13 -1
- package/dist/runtime/components/l-file.vue.d.ts +13 -1
- package/dist/runtime/components/l-form-dialog.d.vue.ts +57 -14
- package/dist/runtime/components/l-form-dialog.vue.d.ts +57 -14
- package/dist/runtime/components/l-form.d.vue.ts +33 -1
- package/dist/runtime/components/l-form.vue.d.ts +33 -1
- package/dist/runtime/components/l-group-select.d.vue.ts +38 -9
- package/dist/runtime/components/l-group-select.vue.d.ts +38 -9
- package/dist/runtime/components/l-icon-picker.d.vue.ts +6 -0
- package/dist/runtime/components/l-icon-picker.vue.d.ts +6 -0
- package/dist/runtime/components/l-input-select.d.vue.ts +13 -1
- package/dist/runtime/components/l-input-select.vue.d.ts +13 -1
- package/dist/runtime/components/l-input.d.vue.ts +12 -2
- package/dist/runtime/components/l-input.vue.d.ts +12 -2
- package/dist/runtime/components/l-item.d.vue.ts +5 -1
- package/dist/runtime/components/l-item.vue.d.ts +5 -1
- package/dist/runtime/components/l-link.d.vue.ts +19 -9
- package/dist/runtime/components/l-link.vue.d.ts +19 -9
- package/dist/runtime/components/l-list.d.vue.ts +5 -1
- package/dist/runtime/components/l-list.vue.d.ts +5 -1
- package/dist/runtime/components/l-login.d.vue.ts +5 -1
- package/dist/runtime/components/l-login.vue.d.ts +5 -1
- package/dist/runtime/components/l-menu.d.vue.ts +5 -7
- package/dist/runtime/components/l-menu.vue.d.ts +5 -7
- package/dist/runtime/components/l-microsoft-button.d.vue.ts +11 -1
- package/dist/runtime/components/l-microsoft-button.vue.d.ts +11 -1
- package/dist/runtime/components/l-page.d.vue.ts +9 -4
- package/dist/runtime/components/l-page.vue.d.ts +9 -4
- package/dist/runtime/components/l-repeater.d.vue.ts +75 -18
- package/dist/runtime/components/l-repeater.vue.d.ts +75 -18
- package/dist/runtime/components/l-row.d.vue.ts +3 -1
- package/dist/runtime/components/l-row.vue.d.ts +3 -1
- package/dist/runtime/components/l-select.d.vue.ts +17 -1
- package/dist/runtime/components/l-select.vue.d.ts +17 -1
- package/dist/runtime/components/l-setup-2fa-dialog.d.vue.ts +25 -11
- package/dist/runtime/components/l-setup-2fa-dialog.vue.d.ts +25 -11
- package/dist/runtime/components/l-small-box.d.vue.ts +6 -1
- package/dist/runtime/components/l-small-box.vue.d.ts +6 -1
- package/dist/runtime/components/l-statistic.d.vue.ts +14 -8
- package/dist/runtime/components/l-statistic.vue.d.ts +14 -8
- package/dist/runtime/components/l-table.d.vue.ts +29 -7
- package/dist/runtime/components/l-table.vue.d.ts +29 -7
- package/dist/runtime/components/l-tabs.d.vue.ts +4 -1
- package/dist/runtime/components/l-tabs.vue.d.ts +4 -1
- package/dist/runtime/components/l-time-picker.d.vue.ts +8 -3
- package/dist/runtime/components/l-time-picker.vue.d.ts +8 -3
- package/dist/runtime/components/user-list.d.vue.ts +5 -7
- package/dist/runtime/components/user-list.vue.d.ts +5 -7
- package/dist/runtime/composables/useLight.d.ts +22 -22
- package/dist/runtime/formkit/Checkbox.d.vue.ts +5 -7
- package/dist/runtime/formkit/Checkbox.vue.d.ts +5 -7
- package/dist/runtime/formkit/DatePicker.d.vue.ts +5 -7
- package/dist/runtime/formkit/DatePicker.vue.d.ts +5 -7
- package/dist/runtime/formkit/Editor.d.vue.ts +5 -7
- package/dist/runtime/formkit/Editor.vue.d.ts +5 -7
- package/dist/runtime/formkit/File.d.vue.ts +5 -7
- package/dist/runtime/formkit/File.vue.d.ts +5 -7
- package/dist/runtime/formkit/FilePicker.d.vue.ts +5 -7
- package/dist/runtime/formkit/FilePicker.vue.d.ts +5 -7
- package/dist/runtime/formkit/FileUpload.d.vue.ts +5 -7
- package/dist/runtime/formkit/FileUpload.vue.d.ts +5 -7
- package/dist/runtime/formkit/Form.d.vue.ts +3 -1
- package/dist/runtime/formkit/Form.vue.d.ts +3 -1
- package/dist/runtime/formkit/GroupSelect.d.vue.ts +5 -7
- package/dist/runtime/formkit/GroupSelect.vue.d.ts +5 -7
- package/dist/runtime/formkit/Input.d.vue.ts +1 -1
- package/dist/runtime/formkit/Input.vue.d.ts +1 -1
- package/dist/runtime/formkit/InputSelect.d.vue.ts +1 -1
- package/dist/runtime/formkit/InputSelect.vue.d.ts +1 -1
- package/dist/runtime/formkit/InputXlsx.d.vue.ts +5 -7
- package/dist/runtime/formkit/InputXlsx.vue.d.ts +5 -7
- package/dist/runtime/formkit/OptionGroup.d.vue.ts +5 -7
- package/dist/runtime/formkit/OptionGroup.vue.d.ts +5 -7
- package/dist/runtime/formkit/Radio.d.vue.ts +5 -7
- package/dist/runtime/formkit/Radio.vue.d.ts +5 -7
- package/dist/runtime/formkit/Repeater.d.vue.ts +5 -7
- package/dist/runtime/formkit/Repeater.vue.d.ts +5 -7
- package/dist/runtime/formkit/Select.d.vue.ts +5 -7
- package/dist/runtime/formkit/Select.vue.d.ts +5 -7
- package/dist/runtime/formkit/Textarea.d.vue.ts +1 -1
- package/dist/runtime/formkit/Textarea.vue.d.ts +1 -1
- package/dist/runtime/formkit/TimePicker.d.vue.ts +5 -7
- package/dist/runtime/formkit/TimePicker.vue.d.ts +5 -7
- package/package.json +3 -3
|
@@ -4,6 +4,11 @@ export interface LSmallBoxProps {
|
|
|
4
4
|
icon?: string;
|
|
5
5
|
color?: 'red' | 'pink' | 'purple' | 'deep-purple' | 'indigo' | 'blue' | 'light-blue' | 'cyan' | 'teal' | 'green' | 'light-green' | 'lime' | 'yellow' | 'amber' | 'orange' | 'deep-orange' | 'brown' | 'grey' | 'blue-grey';
|
|
6
6
|
}
|
|
7
|
-
declare const __VLS_export: import("vue").DefineComponent<LSmallBoxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LSmallBoxProps> & Readonly<{}>, {
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<LSmallBoxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LSmallBoxProps> & Readonly<{}>, {
|
|
8
|
+
color: "red" | "pink" | "purple" | "deep-purple" | "indigo" | "blue" | "light-blue" | "cyan" | "teal" | "green" | "light-green" | "lime" | "yellow" | "amber" | "orange" | "deep-orange" | "brown" | "grey" | "blue-grey";
|
|
9
|
+
title: string;
|
|
10
|
+
icon: string;
|
|
11
|
+
subtitle: string;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
13
|
declare const _default: typeof __VLS_export;
|
|
9
14
|
export default _default;
|
|
@@ -4,6 +4,11 @@ export interface LSmallBoxProps {
|
|
|
4
4
|
icon?: string;
|
|
5
5
|
color?: 'red' | 'pink' | 'purple' | 'deep-purple' | 'indigo' | 'blue' | 'light-blue' | 'cyan' | 'teal' | 'green' | 'light-green' | 'lime' | 'yellow' | 'amber' | 'orange' | 'deep-orange' | 'brown' | 'grey' | 'blue-grey';
|
|
6
6
|
}
|
|
7
|
-
declare const __VLS_export: import("vue").DefineComponent<LSmallBoxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LSmallBoxProps> & Readonly<{}>, {
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<LSmallBoxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LSmallBoxProps> & Readonly<{}>, {
|
|
8
|
+
color: "red" | "pink" | "purple" | "deep-purple" | "indigo" | "blue" | "light-blue" | "cyan" | "teal" | "green" | "light-green" | "lime" | "yellow" | "amber" | "orange" | "deep-orange" | "brown" | "grey" | "blue-grey";
|
|
9
|
+
title: string;
|
|
10
|
+
icon: string;
|
|
11
|
+
subtitle: string;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
13
|
declare const _default: typeof __VLS_export;
|
|
9
14
|
export default _default;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<{
|
|
4
|
-
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
title: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
value: {};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
title: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
value: {};
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
5
16
|
title: string;
|
|
6
|
-
|
|
7
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
declare const props: {
|
|
9
|
-
readonly title: string;
|
|
10
|
-
readonly value?: unknown;
|
|
11
|
-
};
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<{
|
|
4
|
-
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
title: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
value: {};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
title: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
value: {};
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
5
16
|
title: string;
|
|
6
|
-
|
|
7
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
declare const props: {
|
|
9
|
-
readonly title: string;
|
|
10
|
-
readonly value?: unknown;
|
|
11
|
-
};
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -71,17 +71,17 @@ export interface LTableRequest {
|
|
|
71
71
|
}) => void;
|
|
72
72
|
}
|
|
73
73
|
declare function requestServerInteraction(): void;
|
|
74
|
-
declare var
|
|
74
|
+
declare var __VLS_114: any, __VLS_117: string, __VLS_118: any, __VLS_149: any, __VLS_152: any, __VLS_315: string, __VLS_316: any;
|
|
75
75
|
type __VLS_Slots = {} & {
|
|
76
|
-
[K in NonNullable<typeof
|
|
76
|
+
[K in NonNullable<typeof __VLS_117>]?: (props: typeof __VLS_118) => any;
|
|
77
77
|
} & {
|
|
78
|
-
[K in NonNullable<typeof
|
|
78
|
+
[K in NonNullable<typeof __VLS_315>]?: (props: typeof __VLS_316) => any;
|
|
79
79
|
} & {
|
|
80
|
-
actions?: (props: typeof
|
|
80
|
+
actions?: (props: typeof __VLS_114) => any;
|
|
81
81
|
} & {
|
|
82
|
-
'row-expand'?: (props: typeof
|
|
82
|
+
'row-expand'?: (props: typeof __VLS_149) => any;
|
|
83
83
|
} & {
|
|
84
|
-
'top-right'?: (props: typeof
|
|
84
|
+
'top-right'?: (props: typeof __VLS_152) => any;
|
|
85
85
|
};
|
|
86
86
|
declare const __VLS_base: import("vue").DefineComponent<LTableProps, {
|
|
87
87
|
requestServerInteraction: typeof requestServerInteraction;
|
|
@@ -93,7 +93,29 @@ declare const __VLS_base: import("vue").DefineComponent<LTableProps, {
|
|
|
93
93
|
onDelete?: ((p: any) => any) | undefined;
|
|
94
94
|
"onRequest-data"?: ((p: LTableRequest) => any) | undefined;
|
|
95
95
|
"onUpdate:selected"?: ((p: any[]) => any) | undefined;
|
|
96
|
-
}>, {
|
|
96
|
+
}>, {
|
|
97
|
+
flat: boolean;
|
|
98
|
+
fullscreen: boolean;
|
|
99
|
+
dark: boolean | null;
|
|
100
|
+
actions: Array<"view" | "edit" | "delete" | "update">;
|
|
101
|
+
dense: boolean;
|
|
102
|
+
pagination: {
|
|
103
|
+
sortBy?: string | null;
|
|
104
|
+
descending?: boolean;
|
|
105
|
+
page?: number;
|
|
106
|
+
rowsPerPage?: number;
|
|
107
|
+
rowsNumber?: number;
|
|
108
|
+
};
|
|
109
|
+
selected: any[];
|
|
110
|
+
bordered: boolean;
|
|
111
|
+
noDataLabel: string;
|
|
112
|
+
loadingLabel: string;
|
|
113
|
+
rowsPerPageLabel: string;
|
|
114
|
+
rowsPerPageOptions: readonly any[];
|
|
115
|
+
selection: "none" | "single" | "multiple";
|
|
116
|
+
searchable: boolean;
|
|
117
|
+
canExpandRow: (row: any) => boolean;
|
|
118
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
97
119
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
98
120
|
declare const _default: typeof __VLS_export;
|
|
99
121
|
export default _default;
|
|
@@ -71,17 +71,17 @@ export interface LTableRequest {
|
|
|
71
71
|
}) => void;
|
|
72
72
|
}
|
|
73
73
|
declare function requestServerInteraction(): void;
|
|
74
|
-
declare var
|
|
74
|
+
declare var __VLS_114: any, __VLS_117: string, __VLS_118: any, __VLS_149: any, __VLS_152: any, __VLS_315: string, __VLS_316: any;
|
|
75
75
|
type __VLS_Slots = {} & {
|
|
76
|
-
[K in NonNullable<typeof
|
|
76
|
+
[K in NonNullable<typeof __VLS_117>]?: (props: typeof __VLS_118) => any;
|
|
77
77
|
} & {
|
|
78
|
-
[K in NonNullable<typeof
|
|
78
|
+
[K in NonNullable<typeof __VLS_315>]?: (props: typeof __VLS_316) => any;
|
|
79
79
|
} & {
|
|
80
|
-
actions?: (props: typeof
|
|
80
|
+
actions?: (props: typeof __VLS_114) => any;
|
|
81
81
|
} & {
|
|
82
|
-
'row-expand'?: (props: typeof
|
|
82
|
+
'row-expand'?: (props: typeof __VLS_149) => any;
|
|
83
83
|
} & {
|
|
84
|
-
'top-right'?: (props: typeof
|
|
84
|
+
'top-right'?: (props: typeof __VLS_152) => any;
|
|
85
85
|
};
|
|
86
86
|
declare const __VLS_base: import("vue").DefineComponent<LTableProps, {
|
|
87
87
|
requestServerInteraction: typeof requestServerInteraction;
|
|
@@ -93,7 +93,29 @@ declare const __VLS_base: import("vue").DefineComponent<LTableProps, {
|
|
|
93
93
|
onDelete?: ((p: any) => any) | undefined;
|
|
94
94
|
"onRequest-data"?: ((p: LTableRequest) => any) | undefined;
|
|
95
95
|
"onUpdate:selected"?: ((p: any[]) => any) | undefined;
|
|
96
|
-
}>, {
|
|
96
|
+
}>, {
|
|
97
|
+
flat: boolean;
|
|
98
|
+
fullscreen: boolean;
|
|
99
|
+
dark: boolean | null;
|
|
100
|
+
actions: Array<"view" | "edit" | "delete" | "update">;
|
|
101
|
+
dense: boolean;
|
|
102
|
+
pagination: {
|
|
103
|
+
sortBy?: string | null;
|
|
104
|
+
descending?: boolean;
|
|
105
|
+
page?: number;
|
|
106
|
+
rowsPerPage?: number;
|
|
107
|
+
rowsNumber?: number;
|
|
108
|
+
};
|
|
109
|
+
selected: any[];
|
|
110
|
+
bordered: boolean;
|
|
111
|
+
noDataLabel: string;
|
|
112
|
+
loadingLabel: string;
|
|
113
|
+
rowsPerPageLabel: string;
|
|
114
|
+
rowsPerPageOptions: readonly any[];
|
|
115
|
+
selection: "none" | "single" | "multiple";
|
|
116
|
+
searchable: boolean;
|
|
117
|
+
canExpandRow: (row: any) => boolean;
|
|
118
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
97
119
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
98
120
|
declare const _default: typeof __VLS_export;
|
|
99
121
|
export default _default;
|
|
@@ -18,7 +18,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
18
18
|
"update:modelValue": (value: any) => any;
|
|
19
19
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
20
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
21
|
-
}>, {
|
|
21
|
+
}>, {
|
|
22
|
+
name: string;
|
|
23
|
+
align: "left" | "right" | "center" | "justify";
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
25
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
26
|
declare const _default: typeof __VLS_export;
|
|
24
27
|
export default _default;
|
|
@@ -18,7 +18,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
18
18
|
"update:modelValue": (value: any) => any;
|
|
19
19
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
20
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
21
|
-
}>, {
|
|
21
|
+
}>, {
|
|
22
|
+
name: string;
|
|
23
|
+
align: "left" | "right" | "center" | "justify";
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
25
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
26
|
declare const _default: typeof __VLS_export;
|
|
24
27
|
export default _default;
|
|
@@ -15,15 +15,20 @@ type __VLS_ModelProps = {
|
|
|
15
15
|
modelValue?: any;
|
|
16
16
|
};
|
|
17
17
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
18
|
-
declare var
|
|
18
|
+
declare var __VLS_36: string, __VLS_37: any;
|
|
19
19
|
type __VLS_Slots = {} & {
|
|
20
|
-
[K in NonNullable<typeof
|
|
20
|
+
[K in NonNullable<typeof __VLS_36>]?: (props: typeof __VLS_37) => any;
|
|
21
21
|
};
|
|
22
22
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
23
|
"update:modelValue": (value: any) => any;
|
|
24
24
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
25
25
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
26
|
-
}>, {
|
|
26
|
+
}>, {
|
|
27
|
+
mask: string;
|
|
28
|
+
format24h: boolean;
|
|
29
|
+
required: boolean;
|
|
30
|
+
hideBottomSpace: boolean;
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
32
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
28
33
|
declare const _default: typeof __VLS_export;
|
|
29
34
|
export default _default;
|
|
@@ -15,15 +15,20 @@ type __VLS_ModelProps = {
|
|
|
15
15
|
modelValue?: any;
|
|
16
16
|
};
|
|
17
17
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
18
|
-
declare var
|
|
18
|
+
declare var __VLS_36: string, __VLS_37: any;
|
|
19
19
|
type __VLS_Slots = {} & {
|
|
20
|
-
[K in NonNullable<typeof
|
|
20
|
+
[K in NonNullable<typeof __VLS_36>]?: (props: typeof __VLS_37) => any;
|
|
21
21
|
};
|
|
22
22
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
23
|
"update:modelValue": (value: any) => any;
|
|
24
24
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
25
25
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
26
|
-
}>, {
|
|
26
|
+
}>, {
|
|
27
|
+
mask: string;
|
|
28
|
+
format24h: boolean;
|
|
29
|
+
required: boolean;
|
|
30
|
+
hideBottomSpace: boolean;
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
32
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
28
33
|
declare const _default: typeof __VLS_export;
|
|
29
34
|
export default _default;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<{
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
readonly status?: number | undefined;
|
|
9
|
-
};
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
status: NumberConstructor;
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
status: NumberConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<{
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
readonly status?: number | undefined;
|
|
9
|
-
};
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
status: NumberConstructor;
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
status: NumberConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -224,15 +224,15 @@ declare const light: {
|
|
|
224
224
|
isoName: string;
|
|
225
225
|
nativeName: string;
|
|
226
226
|
label: {
|
|
227
|
+
clear: string;
|
|
228
|
+
set: string;
|
|
229
|
+
select: string;
|
|
230
|
+
filter: string;
|
|
231
|
+
search: string;
|
|
227
232
|
remove: string;
|
|
228
233
|
cancel: string;
|
|
229
234
|
close: string;
|
|
230
235
|
reset: string;
|
|
231
|
-
select: string;
|
|
232
|
-
filter: string;
|
|
233
|
-
clear: string;
|
|
234
|
-
set: string;
|
|
235
|
-
search: string;
|
|
236
236
|
ok: string;
|
|
237
237
|
update: string;
|
|
238
238
|
create: string;
|
|
@@ -265,6 +265,8 @@ declare const light: {
|
|
|
265
265
|
pagination: (start: number, end: number, total: number) => string;
|
|
266
266
|
};
|
|
267
267
|
editor: {
|
|
268
|
+
code: string;
|
|
269
|
+
hr: string;
|
|
268
270
|
bold: string;
|
|
269
271
|
left: string;
|
|
270
272
|
right: string;
|
|
@@ -288,7 +290,6 @@ declare const light: {
|
|
|
288
290
|
removeFormat: string;
|
|
289
291
|
formatting: string;
|
|
290
292
|
fontSize: string;
|
|
291
|
-
hr: string;
|
|
292
293
|
undo: string;
|
|
293
294
|
redo: string;
|
|
294
295
|
heading1: string;
|
|
@@ -298,7 +299,6 @@ declare const light: {
|
|
|
298
299
|
heading5: string;
|
|
299
300
|
heading6: string;
|
|
300
301
|
paragraph: string;
|
|
301
|
-
code: string;
|
|
302
302
|
size1: string;
|
|
303
303
|
size2: string;
|
|
304
304
|
size3: string;
|
|
@@ -361,6 +361,8 @@ declare const light: {
|
|
|
361
361
|
};
|
|
362
362
|
editor: {
|
|
363
363
|
size: string;
|
|
364
|
+
code: string;
|
|
365
|
+
hr: string;
|
|
364
366
|
bold: string;
|
|
365
367
|
left: string;
|
|
366
368
|
right: string;
|
|
@@ -383,10 +385,8 @@ declare const light: {
|
|
|
383
385
|
removeFormat: string;
|
|
384
386
|
formatting: string;
|
|
385
387
|
fontSize: string;
|
|
386
|
-
hr: string;
|
|
387
388
|
undo: string;
|
|
388
389
|
redo: string;
|
|
389
|
-
code: string;
|
|
390
390
|
viewSource: string;
|
|
391
391
|
heading: string;
|
|
392
392
|
font: string;
|
|
@@ -413,8 +413,8 @@ declare const light: {
|
|
|
413
413
|
activeIcon: string;
|
|
414
414
|
};
|
|
415
415
|
field: {
|
|
416
|
-
error: string;
|
|
417
416
|
clear: string;
|
|
417
|
+
error: string;
|
|
418
418
|
};
|
|
419
419
|
pagination: {
|
|
420
420
|
first: string;
|
|
@@ -448,8 +448,8 @@ declare const light: {
|
|
|
448
448
|
icon: string;
|
|
449
449
|
};
|
|
450
450
|
uploader: {
|
|
451
|
-
done: string;
|
|
452
451
|
clear: string;
|
|
452
|
+
done: string;
|
|
453
453
|
add: string;
|
|
454
454
|
upload: string;
|
|
455
455
|
removeQueue: string;
|
|
@@ -821,15 +821,15 @@ declare const _default: () => {
|
|
|
821
821
|
isoName: string;
|
|
822
822
|
nativeName: string;
|
|
823
823
|
label: {
|
|
824
|
+
clear: string;
|
|
825
|
+
set: string;
|
|
826
|
+
select: string;
|
|
827
|
+
filter: string;
|
|
828
|
+
search: string;
|
|
824
829
|
remove: string;
|
|
825
830
|
cancel: string;
|
|
826
831
|
close: string;
|
|
827
832
|
reset: string;
|
|
828
|
-
select: string;
|
|
829
|
-
filter: string;
|
|
830
|
-
clear: string;
|
|
831
|
-
set: string;
|
|
832
|
-
search: string;
|
|
833
833
|
ok: string;
|
|
834
834
|
update: string;
|
|
835
835
|
create: string;
|
|
@@ -862,6 +862,8 @@ declare const _default: () => {
|
|
|
862
862
|
pagination: (start: number, end: number, total: number) => string;
|
|
863
863
|
};
|
|
864
864
|
editor: {
|
|
865
|
+
code: string;
|
|
866
|
+
hr: string;
|
|
865
867
|
bold: string;
|
|
866
868
|
left: string;
|
|
867
869
|
right: string;
|
|
@@ -885,7 +887,6 @@ declare const _default: () => {
|
|
|
885
887
|
removeFormat: string;
|
|
886
888
|
formatting: string;
|
|
887
889
|
fontSize: string;
|
|
888
|
-
hr: string;
|
|
889
890
|
undo: string;
|
|
890
891
|
redo: string;
|
|
891
892
|
heading1: string;
|
|
@@ -895,7 +896,6 @@ declare const _default: () => {
|
|
|
895
896
|
heading5: string;
|
|
896
897
|
heading6: string;
|
|
897
898
|
paragraph: string;
|
|
898
|
-
code: string;
|
|
899
899
|
size1: string;
|
|
900
900
|
size2: string;
|
|
901
901
|
size3: string;
|
|
@@ -958,6 +958,8 @@ declare const _default: () => {
|
|
|
958
958
|
};
|
|
959
959
|
editor: {
|
|
960
960
|
size: string;
|
|
961
|
+
code: string;
|
|
962
|
+
hr: string;
|
|
961
963
|
bold: string;
|
|
962
964
|
left: string;
|
|
963
965
|
right: string;
|
|
@@ -980,10 +982,8 @@ declare const _default: () => {
|
|
|
980
982
|
removeFormat: string;
|
|
981
983
|
formatting: string;
|
|
982
984
|
fontSize: string;
|
|
983
|
-
hr: string;
|
|
984
985
|
undo: string;
|
|
985
986
|
redo: string;
|
|
986
|
-
code: string;
|
|
987
987
|
viewSource: string;
|
|
988
988
|
heading: string;
|
|
989
989
|
font: string;
|
|
@@ -1010,8 +1010,8 @@ declare const _default: () => {
|
|
|
1010
1010
|
activeIcon: string;
|
|
1011
1011
|
};
|
|
1012
1012
|
field: {
|
|
1013
|
-
error: string;
|
|
1014
1013
|
clear: string;
|
|
1014
|
+
error: string;
|
|
1015
1015
|
};
|
|
1016
1016
|
pagination: {
|
|
1017
1017
|
first: string;
|
|
@@ -1045,8 +1045,8 @@ declare const _default: () => {
|
|
|
1045
1045
|
icon: string;
|
|
1046
1046
|
};
|
|
1047
1047
|
uploader: {
|
|
1048
|
-
done: string;
|
|
1049
1048
|
clear: string;
|
|
1049
|
+
done: string;
|
|
1050
1050
|
add: string;
|
|
1051
1051
|
upload: string;
|
|
1052
1052
|
removeQueue: string;
|
|
@@ -4,13 +4,11 @@ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
|
4
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
5
|
$slots: S;
|
|
6
6
|
});
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
context: ObjectConstructor;
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
context: ObjectConstructor;
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
12
|
type __VLS_Slots = {
|
|
12
13
|
[x: string]: ((props: any) => any) | undefined;
|
|
13
14
|
};
|
|
14
|
-
declare const props: {
|
|
15
|
-
readonly context?: Record<string, any> | undefined;
|
|
16
|
-
};
|
|
@@ -4,13 +4,11 @@ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
|
4
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
5
|
$slots: S;
|
|
6
6
|
});
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
context: ObjectConstructor;
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
context: ObjectConstructor;
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
12
|
type __VLS_Slots = {
|
|
12
13
|
[x: string]: ((props: any) => any) | undefined;
|
|
13
14
|
};
|
|
14
|
-
declare const props: {
|
|
15
|
-
readonly context?: Record<string, any> | undefined;
|
|
16
|
-
};
|
|
@@ -4,13 +4,11 @@ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
|
4
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
5
|
$slots: S;
|
|
6
6
|
});
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
context: ObjectConstructor;
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
context: ObjectConstructor;
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
12
|
type __VLS_Slots = {
|
|
12
13
|
[x: string]: ((props: any) => any) | undefined;
|
|
13
14
|
};
|
|
14
|
-
declare const props: {
|
|
15
|
-
readonly context?: Record<string, any> | undefined;
|
|
16
|
-
};
|
|
@@ -4,13 +4,11 @@ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
|
4
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
5
|
$slots: S;
|
|
6
6
|
});
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
context: ObjectConstructor;
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
context: ObjectConstructor;
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
12
|
type __VLS_Slots = {
|
|
12
13
|
[x: string]: ((props: any) => any) | undefined;
|
|
13
14
|
};
|
|
14
|
-
declare const props: {
|
|
15
|
-
readonly context?: Record<string, any> | undefined;
|
|
16
|
-
};
|
|
@@ -4,13 +4,11 @@ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
|
4
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
5
|
$slots: S;
|
|
6
6
|
});
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
context: ObjectConstructor;
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
context: ObjectConstructor;
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
12
|
type __VLS_Slots = {
|
|
12
13
|
default?: ((props: {}) => any) | undefined;
|
|
13
14
|
};
|
|
14
|
-
declare const props: {
|
|
15
|
-
readonly context?: Record<string, any> | undefined;
|
|
16
|
-
};
|
|
@@ -4,13 +4,11 @@ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
|
4
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
5
|
$slots: S;
|
|
6
6
|
});
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
context: ObjectConstructor;
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
context: ObjectConstructor;
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
12
|
type __VLS_Slots = {
|
|
12
13
|
default?: ((props: {}) => any) | undefined;
|
|
13
14
|
};
|
|
14
|
-
declare const props: {
|
|
15
|
-
readonly context?: Record<string, any> | undefined;
|
|
16
|
-
};
|
|
@@ -4,13 +4,11 @@ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
|
4
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
5
|
$slots: S;
|
|
6
6
|
});
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
context: ObjectConstructor;
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
context: ObjectConstructor;
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
12
|
type __VLS_Slots = {
|
|
12
13
|
[x: string]: ((props: any) => any) | undefined;
|
|
13
14
|
};
|
|
14
|
-
declare const props: {
|
|
15
|
-
readonly context?: Record<string, any> | undefined;
|
|
16
|
-
};
|
|
@@ -4,13 +4,11 @@ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
|
4
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
5
|
$slots: S;
|
|
6
6
|
});
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
context: ObjectConstructor;
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
context: ObjectConstructor;
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
12
|
type __VLS_Slots = {
|
|
12
13
|
[x: string]: ((props: any) => any) | undefined;
|
|
13
14
|
};
|
|
14
|
-
declare const props: {
|
|
15
|
-
readonly context?: Record<string, any> | undefined;
|
|
16
|
-
};
|