@hostlink/nuxt-light 1.60.6 → 1.62.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-dialog-upload-files.d.vue.ts +29 -0
- package/dist/runtime/components/l-dialog-upload-files.vue +178 -0
- package/dist/runtime/components/l-dialog-upload-files.vue.d.ts +29 -0
- 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-breadcrumbs.d.vue.ts +10 -0
- package/dist/runtime/components/l-file-manager-breadcrumbs.vue +37 -0
- package/dist/runtime/components/l-file-manager-breadcrumbs.vue.d.ts +10 -0
- 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 +13 -9
- package/dist/runtime/components/l-file-manager-move.vue +68 -29
- package/dist/runtime/components/l-file-manager-move.vue.d.ts +13 -9
- package/dist/runtime/components/l-file-manager-preview.d.vue.ts +11 -9
- package/dist/runtime/components/l-file-manager-preview.vue +33 -23
- package/dist/runtime/components/l-file-manager-preview.vue.d.ts +11 -9
- package/dist/runtime/components/l-file-manager.d.vue.ts +45 -13
- package/dist/runtime/components/l-file-manager.vue +173 -256
- 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/showUploadFilesDialog.d.ts +1 -0
- package/dist/runtime/composables/showUploadFilesDialog.js +11 -0
- 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 +26 -51
- package/package.json +3 -3
|
@@ -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
|
[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
|
-
};
|
|
@@ -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 context?: Record<string, any> | undefined;
|
|
9
|
-
};
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
context: ObjectConstructor;
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
context: ObjectConstructor;
|
|
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 context?: Record<string, any> | undefined;
|
|
9
|
-
};
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
context: ObjectConstructor;
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
context: ObjectConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -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,10 +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: {
|
|
13
14
|
value: any;
|
|
@@ -15,6 +16,3 @@ type __VLS_Slots = {
|
|
|
15
16
|
node: any;
|
|
16
17
|
}) => any) | undefined;
|
|
17
18
|
};
|
|
18
|
-
declare const props: {
|
|
19
|
-
readonly context?: Record<string, any> | undefined;
|
|
20
|
-
};
|
|
@@ -4,10 +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: {
|
|
13
14
|
value: any;
|
|
@@ -15,6 +16,3 @@ type __VLS_Slots = {
|
|
|
15
16
|
node: any;
|
|
16
17
|
}) => any) | undefined;
|
|
17
18
|
};
|
|
18
|
-
declare const props: {
|
|
19
|
-
readonly context?: Record<string, any> | undefined;
|
|
20
|
-
};
|
|
@@ -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
|
-
};
|
|
@@ -6,12 +6,15 @@ const $q = useQuasar();
|
|
|
6
6
|
const { data: app, refresh } = await useAsyncData(async () => {
|
|
7
7
|
return await q({
|
|
8
8
|
app: {
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
fs: {
|
|
10
|
+
list: true,
|
|
11
|
+
types: true
|
|
12
|
+
},
|
|
13
|
+
driveTypes: true
|
|
11
14
|
}
|
|
12
15
|
}).then((res) => res.app);
|
|
13
16
|
});
|
|
14
|
-
const items = computed(() => app.value.
|
|
17
|
+
const items = computed(() => app.value.fs.list);
|
|
15
18
|
const dialog = ref(false);
|
|
16
19
|
const value = ref({});
|
|
17
20
|
const onSubmit = async (data) => {
|
|
@@ -89,11 +92,14 @@ const columns = [
|
|
|
89
92
|
];
|
|
90
93
|
const selected = ref([]);
|
|
91
94
|
const loading = ref(false);
|
|
95
|
+
const getType = (type) => {
|
|
96
|
+
if (!type) return null;
|
|
97
|
+
return app.value.fs.types.find((t) => t.name == type);
|
|
98
|
+
};
|
|
92
99
|
</script>
|
|
93
100
|
|
|
94
101
|
<template>
|
|
95
102
|
<l-page title="File system">
|
|
96
|
-
|
|
97
103
|
<q-dialog v-model="dialog" persistent>
|
|
98
104
|
<q-card style="width: 500px;">
|
|
99
105
|
|
|
@@ -106,53 +112,17 @@ const loading = ref(false);
|
|
|
106
112
|
|
|
107
113
|
<form-kit type="l-form" :value="value" @submit="onSubmit" #default="{ value }">
|
|
108
114
|
<form-kit type="l-input" label="Name" name="name" validation="required"></form-kit>
|
|
109
|
-
<form-kit type="l-select" label="Type" name="type" validation="required" :options="
|
|
110
|
-
|
|
111
|
-
{ label: 'S3', value: 's3', disable: !app.driveTypes.includes('s3') },
|
|
112
|
-
{ label: 'HostLink storage', value: 'hostlink', disable: !app.driveTypes.includes('hostlink') },
|
|
113
|
-
{ label: 'Aliyun OSS', value: 'aliyun-oss', disable: !app.driveTypes.includes('aliyun-oss') },
|
|
114
|
-
]"></form-kit>
|
|
115
|
-
|
|
116
|
-
<form-kit type="group" name="data">
|
|
117
|
-
<form-kit type="l-input" label="Url" name="url"
|
|
118
|
-
hint="URL is used to generate the full URL of the file."
|
|
119
|
-
placeholder="https://example.com/api/"></form-kit>
|
|
115
|
+
<form-kit type="l-select" label="Type" name="type" validation="required" :options="app.fs.types"
|
|
116
|
+
option-value="name"></form-kit>
|
|
120
117
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
<template v-if="value.type == 's3'">
|
|
127
|
-
<form-kit type="l-input" label="Bucket" name="bucket" validation="required"></form-kit>
|
|
128
|
-
<form-kit type="l-input" label="Access Key" name="accessKey"
|
|
129
|
-
validation="required"></form-kit>
|
|
130
|
-
<form-kit type="l-input" label="Secret Key" name="secretKey"
|
|
131
|
-
validation="required"></form-kit>
|
|
132
|
-
<form-kit type="l-input" label="Region" name="region" validation="required"></form-kit>
|
|
133
|
-
<form-kit type="l-input" label="Endpoint" name="endpoint" validation="required"></form-kit>
|
|
134
|
-
<form-kit type="l-input" label="Prefix" name="prefix"></form-kit>
|
|
135
|
-
<form-kit type="l-select" label="Visibility" name="visibility" validation="required"
|
|
136
|
-
:options="[
|
|
137
|
-
{ label: 'Public', value: 'public' },
|
|
138
|
-
{ label: 'Private', value: 'private' }
|
|
139
|
-
]"></form-kit>
|
|
140
|
-
</template>
|
|
118
|
+
<form-kit type="group" name="data" v-if="value.type">
|
|
119
|
+
<template v-for="(option, name) in getType(value.type).options">
|
|
120
|
+
<form-kit type="l-input" :name="name" :label="name"
|
|
121
|
+
:validation="option.required ? 'required' : ''" :help="option.description"
|
|
122
|
+
:placeholder="option.placeholder"></form-kit>
|
|
141
123
|
|
|
142
|
-
<template v-if="value.type == 'hostlink'">
|
|
143
|
-
<form-kit type="l-input" label="Endpoint" name="endpoint" validation="required"></form-kit>
|
|
144
|
-
<form-kit type="l-input" label="Token" name="token" validation="required"></form-kit>
|
|
145
124
|
</template>
|
|
146
125
|
|
|
147
|
-
<template v-if="value.type == 'aliyun-oss'">
|
|
148
|
-
<form-kit type="l-input" label="Access Key" name="access_key_id" validation="required">
|
|
149
|
-
</form-kit>
|
|
150
|
-
<form-kit type="l-input" label="Secret Key" name="access_key_secret" validation="required">
|
|
151
|
-
</form-kit>
|
|
152
|
-
<form-kit type="l-input" label="Endpoint" name="endpoint" validation="required"></form-kit>
|
|
153
|
-
<form-kit type="l-input" label="Bucket" name="bucket" validation="required"></form-kit>
|
|
154
|
-
<form-kit type="l-input" label="Prefix" name="prefix"></form-kit>
|
|
155
|
-
</template>
|
|
156
126
|
</form-kit>
|
|
157
127
|
|
|
158
128
|
</form-kit>
|
|
@@ -164,9 +134,7 @@ const loading = ref(false);
|
|
|
164
134
|
v-model:selected="selected" row-key="uuid" :loading="loading">
|
|
165
135
|
<template #top-left>
|
|
166
136
|
<q-btn icon="sym_o_add" @click="value = {
|
|
167
|
-
data: {
|
|
168
|
-
url: '',
|
|
169
|
-
}
|
|
137
|
+
data: {}
|
|
170
138
|
}; dialog = true" flat round dense>
|
|
171
139
|
<q-tooltip>Add File System</q-tooltip>
|
|
172
140
|
</q-btn>
|
|
@@ -180,7 +148,14 @@ const loading = ref(false);
|
|
|
180
148
|
|
|
181
149
|
<template #body-cell-data="props">
|
|
182
150
|
<q-td>
|
|
183
|
-
<
|
|
151
|
+
<q-list flat dense>
|
|
152
|
+
<q-item v-for="(value, key) in props.row.data" :key="key">
|
|
153
|
+
<q-item-section>
|
|
154
|
+
<q-item-label caption>{{ key }}</q-item-label>
|
|
155
|
+
<q-item-label>{{ value }}</q-item-label>
|
|
156
|
+
</q-item-section>
|
|
157
|
+
</q-item>
|
|
158
|
+
</q-list>
|
|
184
159
|
</q-td>
|
|
185
160
|
</template>
|
|
186
161
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hostlink/nuxt-light",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.62.0",
|
|
4
4
|
"description": "HostLink Nuxt Light Framework",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@azure/msal-browser": "^4.26.2",
|
|
34
34
|
"@formkit/drag-and-drop": "^0.5.3",
|
|
35
|
-
"@hostlink/light": "^3.
|
|
35
|
+
"@hostlink/light": "^3.2.7",
|
|
36
36
|
"@nuxt/module-builder": "^1.0.1",
|
|
37
37
|
"@quasar/extras": "^1.17.0",
|
|
38
38
|
"@quasar/quasar-ui-qmarkdown": "^2.0.5",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"diff2html": "^3.4.47",
|
|
43
43
|
"formkit-quasar": "^0.0.15",
|
|
44
44
|
"json-to-graphql-query": "^2.3.0",
|
|
45
|
-
"nuxt-quasar-ui": "^
|
|
45
|
+
"nuxt-quasar-ui": "^3.0.0",
|
|
46
46
|
"quasar": "^2.18.5",
|
|
47
47
|
"vue-i18n": "^11.1.12",
|
|
48
48
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
|