@hostlink/nuxt-light 1.60.5 → 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 +12 -10
- 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 +10 -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 +245 -184
- 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/dist/runtime/pages/System/fs.vue +7 -4
- package/dist/runtime/pages/User/_user_id/change-password.vue +5 -1
- package/package.json +3 -3
package/dist/module.json
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
models: {
|
|
5
|
+
type: ArrayConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
hide: (...args: any[]) => void;
|
|
10
|
+
ok: (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
models: {
|
|
13
|
+
type: ArrayConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{
|
|
17
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,11 +1,19 @@
|
|
|
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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
models: {
|
|
5
|
+
type: ArrayConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
hide: (...args: any[]) => void;
|
|
10
|
+
ok: (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
models: {
|
|
13
|
+
type: ArrayConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{
|
|
17
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5,6 +5,10 @@ export interface LCustomFieldListProps extends QListProps {
|
|
|
5
5
|
[key: string]: any;
|
|
6
6
|
};
|
|
7
7
|
}
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<LCustomFieldListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LCustomFieldListProps> & Readonly<{}>, {
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<LCustomFieldListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LCustomFieldListProps> & Readonly<{}>, {
|
|
9
|
+
dense: boolean;
|
|
10
|
+
bordered: boolean;
|
|
11
|
+
separator: boolean;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
13
|
declare const _default: typeof __VLS_export;
|
|
10
14
|
export default _default;
|
|
@@ -5,6 +5,10 @@ export interface LCustomFieldListProps extends QListProps {
|
|
|
5
5
|
[key: string]: any;
|
|
6
6
|
};
|
|
7
7
|
}
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<LCustomFieldListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LCustomFieldListProps> & Readonly<{}>, {
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<LCustomFieldListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LCustomFieldListProps> & Readonly<{}>, {
|
|
9
|
+
dense: boolean;
|
|
10
|
+
bordered: boolean;
|
|
11
|
+
separator: boolean;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
13
|
declare const _default: typeof __VLS_export;
|
|
10
14
|
export default _default;
|
|
@@ -1,8 +1,9 @@
|
|
|
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
|
-
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
+
hide: (...args: any[]) => void;
|
|
5
|
+
ok: (...args: any[]) => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
7
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,8 +1,9 @@
|
|
|
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
|
-
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
+
hide: (...args: any[]) => void;
|
|
5
|
+
ok: (...args: any[]) => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
7
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4,15 +4,28 @@ 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
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
gutter: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
label: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: null;
|
|
15
|
+
};
|
|
16
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
gutter: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
label: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: null;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{}>, {
|
|
9
26
|
label: string;
|
|
10
27
|
gutter: string;
|
|
11
|
-
}, {}, {}, {},
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
29
|
type __VLS_Slots = {
|
|
13
30
|
default?: ((props: {}) => any) | undefined;
|
|
14
31
|
};
|
|
15
|
-
declare const props: {
|
|
16
|
-
readonly label: string;
|
|
17
|
-
readonly gutter: string;
|
|
18
|
-
};
|
|
@@ -4,15 +4,28 @@ 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
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
gutter: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
label: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: null;
|
|
15
|
+
};
|
|
16
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
gutter: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
label: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: null;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{}>, {
|
|
9
26
|
label: string;
|
|
10
27
|
gutter: string;
|
|
11
|
-
}, {}, {}, {},
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
29
|
type __VLS_Slots = {
|
|
13
30
|
default?: ((props: {}) => any) | undefined;
|
|
14
31
|
};
|
|
15
|
-
declare const props: {
|
|
16
|
-
readonly label: string;
|
|
17
|
-
readonly gutter: string;
|
|
18
|
-
};
|
|
@@ -1,11 +1,21 @@
|
|
|
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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
modelId: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
modelClass: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
modelId: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
modelClass: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,11 +1,21 @@
|
|
|
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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
modelId: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
modelClass: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
modelId: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
modelClass: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,9 +1,13 @@
|
|
|
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
|
-
|
|
9
|
-
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
storage: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
storage: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,9 +1,13 @@
|
|
|
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
|
-
|
|
9
|
-
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
storage: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
storage: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5,6 +5,16 @@ export interface LSystemSettingAuthenticationProps {
|
|
|
5
5
|
authentication_microsoft_client_id: string;
|
|
6
6
|
authentication_microsoft_tenant_id: string;
|
|
7
7
|
}
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingAuthenticationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingAuthenticationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
submit: (...args: any[]) => void;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<LSystemSettingAuthenticationProps> & Readonly<{
|
|
11
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
authentication_password_based: string;
|
|
14
|
+
authentication_google_client_id: string;
|
|
15
|
+
authentication_facebook_app_id: string;
|
|
16
|
+
authentication_microsoft_client_id: string;
|
|
17
|
+
authentication_microsoft_tenant_id: string;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
19
|
declare const _default: typeof __VLS_export;
|
|
10
20
|
export default _default;
|
|
@@ -5,6 +5,16 @@ export interface LSystemSettingAuthenticationProps {
|
|
|
5
5
|
authentication_microsoft_client_id: string;
|
|
6
6
|
authentication_microsoft_tenant_id: string;
|
|
7
7
|
}
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingAuthenticationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingAuthenticationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
submit: (...args: any[]) => void;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<LSystemSettingAuthenticationProps> & Readonly<{
|
|
11
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
authentication_password_based: string;
|
|
14
|
+
authentication_google_client_id: string;
|
|
15
|
+
authentication_facebook_app_id: string;
|
|
16
|
+
authentication_microsoft_client_id: string;
|
|
17
|
+
authentication_microsoft_tenant_id: string;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
19
|
declare const _default: typeof __VLS_export;
|
|
10
20
|
export default _default;
|
|
@@ -6,6 +6,9 @@ declare const __VLS_export: import("vue").DefineComponent<LSystemSettingDevelope
|
|
|
6
6
|
submit: (data: Record<string, any>) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingDeveloperProps> & Readonly<{
|
|
8
8
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
9
|
-
}>, {
|
|
9
|
+
}>, {
|
|
10
|
+
mode: string;
|
|
11
|
+
custom_field_models: string;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
13
|
declare const _default: typeof __VLS_export;
|
|
11
14
|
export default _default;
|
|
@@ -6,6 +6,9 @@ declare const __VLS_export: import("vue").DefineComponent<LSystemSettingDevelope
|
|
|
6
6
|
submit: (data: Record<string, any>) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingDeveloperProps> & Readonly<{
|
|
8
8
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
9
|
-
}>, {
|
|
9
|
+
}>, {
|
|
10
|
+
mode: string;
|
|
11
|
+
custom_field_models: string;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
13
|
declare const _default: typeof __VLS_export;
|
|
11
14
|
export default _default;
|
|
@@ -7,6 +7,10 @@ declare const __VLS_export: import("vue").DefineComponent<LSystemSettingForgetPa
|
|
|
7
7
|
submit: (data: Record<string, any>) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingForgetPasswordProps> & Readonly<{
|
|
9
9
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
10
|
-
}>, {
|
|
10
|
+
}>, {
|
|
11
|
+
forget_password_enabled: string;
|
|
12
|
+
forget_password_subject: string;
|
|
13
|
+
forget_password_template: string;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
15
|
declare const _default: typeof __VLS_export;
|
|
12
16
|
export default _default;
|
|
@@ -7,6 +7,10 @@ declare const __VLS_export: import("vue").DefineComponent<LSystemSettingForgetPa
|
|
|
7
7
|
submit: (data: Record<string, any>) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<LSystemSettingForgetPasswordProps> & Readonly<{
|
|
9
9
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
10
|
-
}>, {
|
|
10
|
+
}>, {
|
|
11
|
+
forget_password_enabled: string;
|
|
12
|
+
forget_password_subject: string;
|
|
13
|
+
forget_password_template: string;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
15
|
declare const _default: typeof __VLS_export;
|
|
12
16
|
export default _default;
|
|
@@ -8,6 +8,11 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
|
|
|
8
8
|
submit: (data: Record<string, any>) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
10
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
11
|
-
}>, {
|
|
11
|
+
}>, {
|
|
12
|
+
company: string;
|
|
13
|
+
company_logo: string;
|
|
14
|
+
copyright_name: string;
|
|
15
|
+
copyright_year: string;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
17
|
declare const _default: typeof __VLS_export;
|
|
13
18
|
export default _default;
|
|
@@ -8,6 +8,11 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
|
|
|
8
8
|
submit: (data: Record<string, any>) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
10
|
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
11
|
-
}>, {
|
|
11
|
+
}>, {
|
|
12
|
+
company: string;
|
|
13
|
+
company_logo: string;
|
|
14
|
+
copyright_name: string;
|
|
15
|
+
copyright_year: string;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
17
|
declare const _default: typeof __VLS_export;
|
|
13
18
|
export default _default;
|
|
@@ -10,6 +10,12 @@ type __VLS_Props = {
|
|
|
10
10
|
mail_reply_to: string;
|
|
11
11
|
mail_reply_to_name: string;
|
|
12
12
|
};
|
|
13
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
submit: (...args: any[]) => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
mail_driver: string;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
20
|
declare const _default: typeof __VLS_export;
|
|
15
21
|
export default _default;
|
|
@@ -10,6 +10,12 @@ type __VLS_Props = {
|
|
|
10
10
|
mail_reply_to: string;
|
|
11
11
|
mail_reply_to_name: string;
|
|
12
12
|
};
|
|
13
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
submit: (...args: any[]) => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
mail_driver: string;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
20
|
declare const _default: typeof __VLS_export;
|
|
15
21
|
export default _default;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
file_manager: string;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
submit: (...args: any[]) => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
9
|
declare const _default: typeof __VLS_export;
|
|
6
10
|
export default _default;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
file_manager: string;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
submit: (...args: any[]) => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
9
|
declare const _default: typeof __VLS_export;
|
|
6
10
|
export default _default;
|
|
@@ -8,10 +8,29 @@ export type LSystemSettingSecurityProps = {
|
|
|
8
8
|
auth_lockout_duration: string;
|
|
9
9
|
auth_lockout_attempts: string;
|
|
10
10
|
access_token_expire: string;
|
|
11
|
+
refresh_token_expire?: string;
|
|
11
12
|
password_expiration: string;
|
|
12
13
|
password_expiration_duration: string;
|
|
13
14
|
concurrent_login_disabled: string;
|
|
14
15
|
};
|
|
15
|
-
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingSecurityProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
16
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingSecurityProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
submit: (...args: any[]) => void;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<LSystemSettingSecurityProps> & Readonly<{
|
|
19
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
password_contains_uppercase: string;
|
|
22
|
+
password_contains_lowercase: string;
|
|
23
|
+
password_contains_numeric: string;
|
|
24
|
+
password_contains_symbol: string;
|
|
25
|
+
password_min_length: string;
|
|
26
|
+
two_factor_authentication: string;
|
|
27
|
+
auth_lockout_duration: string;
|
|
28
|
+
auth_lockout_attempts: string;
|
|
29
|
+
access_token_expire: string;
|
|
30
|
+
refresh_token_expire: string;
|
|
31
|
+
password_expiration: string;
|
|
32
|
+
password_expiration_duration: string;
|
|
33
|
+
concurrent_login_disabled: string;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
35
|
declare const _default: typeof __VLS_export;
|
|
17
36
|
export default _default;
|
|
@@ -9,7 +9,8 @@ defineProps({
|
|
|
9
9
|
two_factor_authentication: { type: String, required: true, default: "0" },
|
|
10
10
|
auth_lockout_duration: { type: String, required: true, default: "15" },
|
|
11
11
|
auth_lockout_attempts: { type: String, required: true, default: "5" },
|
|
12
|
-
access_token_expire: { type: String, required: true, default: "
|
|
12
|
+
access_token_expire: { type: String, required: true, default: "900" },
|
|
13
|
+
refresh_token_expire: { type: String, required: false, default: "604800" },
|
|
13
14
|
password_expiration: { type: String, required: true, default: "0" },
|
|
14
15
|
password_expiration_duration: { type: String, required: true, default: "90" },
|
|
15
16
|
concurrent_login_disabled: { type: String, required: true, default: "0" }
|
|
@@ -43,8 +44,10 @@ defineProps({
|
|
|
43
44
|
validation="required" />
|
|
44
45
|
|
|
45
46
|
<FormKit label="Access token expiration" type="l-input" name="access_token_expire"
|
|
46
|
-
hint="The access token expiration time in seconds. Default is
|
|
47
|
+
hint="The access token expiration time in seconds. Default is 900 seconds (15 minutes)."
|
|
47
48
|
validation="required" />
|
|
49
|
+
<FormKit label="Refresh token expiration" type="l-input" name="refresh_token_expire"
|
|
50
|
+
hint="The refresh token expiration time in seconds. Default is 604800 seconds (7 days)." validation="required" />
|
|
48
51
|
|
|
49
52
|
<form-kit label="Password expiration" true-value="1" false-value="0" name="password_expiration"
|
|
50
53
|
type="l-checkbox"></form-kit>
|
|
@@ -8,10 +8,29 @@ export type LSystemSettingSecurityProps = {
|
|
|
8
8
|
auth_lockout_duration: string;
|
|
9
9
|
auth_lockout_attempts: string;
|
|
10
10
|
access_token_expire: string;
|
|
11
|
+
refresh_token_expire?: string;
|
|
11
12
|
password_expiration: string;
|
|
12
13
|
password_expiration_duration: string;
|
|
13
14
|
concurrent_login_disabled: string;
|
|
14
15
|
};
|
|
15
|
-
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingSecurityProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
16
|
+
declare const __VLS_export: import("vue").DefineComponent<LSystemSettingSecurityProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
submit: (...args: any[]) => void;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<LSystemSettingSecurityProps> & Readonly<{
|
|
19
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
password_contains_uppercase: string;
|
|
22
|
+
password_contains_lowercase: string;
|
|
23
|
+
password_contains_numeric: string;
|
|
24
|
+
password_contains_symbol: string;
|
|
25
|
+
password_min_length: string;
|
|
26
|
+
two_factor_authentication: string;
|
|
27
|
+
auth_lockout_duration: string;
|
|
28
|
+
auth_lockout_attempts: string;
|
|
29
|
+
access_token_expire: string;
|
|
30
|
+
refresh_token_expire: string;
|
|
31
|
+
password_expiration: string;
|
|
32
|
+
password_expiration_duration: string;
|
|
33
|
+
concurrent_login_disabled: string;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
35
|
declare const _default: typeof __VLS_export;
|
|
17
36
|
export default _default;
|
|
@@ -1,9 +1,25 @@
|
|
|
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
|
+
type: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
modelValue: {
|
|
9
|
+
type: import("vue").PropType<string>;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
"update:modelValue": (value: string) => any;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
type: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
20
|
+
};
|
|
21
|
+
}>> & Readonly<{
|
|
22
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
23
|
+
}>, {
|
|
5
24
|
type: string;
|
|
6
|
-
}, {}, {}, {},
|
|
7
|
-
declare const props: {
|
|
8
|
-
readonly type: string;
|
|
9
|
-
};
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|