@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
|
@@ -7,7 +7,11 @@ declare var __VLS_14: {};
|
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
8
|
default?: (props: typeof __VLS_14) => any;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_base: import("vue").DefineComponent<LListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LListProps> & Readonly<{}>, {
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<LListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LListProps> & Readonly<{}>, {
|
|
11
|
+
dense: boolean;
|
|
12
|
+
bordered: boolean;
|
|
13
|
+
separator: boolean;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
15
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
16
|
declare const _default: typeof __VLS_export;
|
|
13
17
|
export default _default;
|
|
@@ -7,7 +7,11 @@ declare var __VLS_14: {};
|
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
8
|
default?: (props: typeof __VLS_14) => any;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_base: import("vue").DefineComponent<LListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LListProps> & Readonly<{}>, {
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<LListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LListProps> & Readonly<{}>, {
|
|
11
|
+
dense: boolean;
|
|
12
|
+
bordered: boolean;
|
|
13
|
+
separator: boolean;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
15
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
16
|
declare const _default: typeof __VLS_export;
|
|
13
17
|
export default _default;
|
|
@@ -9,6 +9,10 @@ export interface LLoginProps {
|
|
|
9
9
|
facebookAppId?: string;
|
|
10
10
|
forgetPasswordEnabled: boolean;
|
|
11
11
|
}
|
|
12
|
-
declare const __VLS_export: import("vue").DefineComponent<LLoginProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<LLoginProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
login: (...args: any[]) => void;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<LLoginProps> & Readonly<{
|
|
15
|
+
onLogin?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
17
|
declare const _default: typeof __VLS_export;
|
|
14
18
|
export default _default;
|
|
@@ -9,6 +9,10 @@ export interface LLoginProps {
|
|
|
9
9
|
facebookAppId?: string;
|
|
10
10
|
forgetPasswordEnabled: boolean;
|
|
11
11
|
}
|
|
12
|
-
declare const __VLS_export: import("vue").DefineComponent<LLoginProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<LLoginProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
login: (...args: any[]) => void;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<LLoginProps> & Readonly<{
|
|
15
|
+
onLogin?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
17
|
declare const _default: typeof __VLS_export;
|
|
14
18
|
export default _default;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<{
|
|
4
|
-
$props: Partial<typeof props>;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{
|
|
5
4
|
dense?: any;
|
|
6
5
|
value?: any;
|
|
7
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
7
|
+
dense?: any;
|
|
8
|
+
value?: any;
|
|
9
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<{
|
|
4
|
-
$props: Partial<typeof props>;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{
|
|
5
4
|
dense?: any;
|
|
6
5
|
value?: any;
|
|
7
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
7
|
+
dense?: any;
|
|
8
|
+
value?: any;
|
|
9
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4,6 +4,16 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
6
|
tenantId: StringConstructor;
|
|
7
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
login: (...args: any[]) => void;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
clientId: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
tenantId: StringConstructor;
|
|
15
|
+
}>> & Readonly<{
|
|
16
|
+
onLogin?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
18
|
declare const _default: typeof __VLS_export;
|
|
9
19
|
export default _default;
|
|
@@ -4,6 +4,16 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
6
|
tenantId: StringConstructor;
|
|
7
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
login: (...args: any[]) => void;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
clientId: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
tenantId: StringConstructor;
|
|
15
|
+
}>> & Readonly<{
|
|
16
|
+
onLogin?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
18
|
declare const _default: typeof __VLS_export;
|
|
9
19
|
export default _default;
|
|
@@ -9,13 +9,18 @@ export type LPageProps = QPageProps & {
|
|
|
9
9
|
padding?: boolean;
|
|
10
10
|
breadcrumbs?: boolean;
|
|
11
11
|
};
|
|
12
|
-
declare var
|
|
12
|
+
declare var __VLS_63: {}, __VLS_65: {};
|
|
13
13
|
type __VLS_Slots = {} & {
|
|
14
|
-
header?: (props: typeof
|
|
14
|
+
header?: (props: typeof __VLS_63) => any;
|
|
15
15
|
} & {
|
|
16
|
-
default?: (props: typeof
|
|
16
|
+
default?: (props: typeof __VLS_65) => any;
|
|
17
17
|
};
|
|
18
|
-
declare const __VLS_base: import("vue").DefineComponent<LPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LPageProps> & Readonly<{}>, {
|
|
18
|
+
declare const __VLS_base: import("vue").DefineComponent<LPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LPageProps> & Readonly<{}>, {
|
|
19
|
+
title: string;
|
|
20
|
+
padding: boolean;
|
|
21
|
+
gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
22
|
+
backBtn: boolean;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
24
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
25
|
declare const _default: typeof __VLS_export;
|
|
21
26
|
export default _default;
|
|
@@ -9,13 +9,18 @@ export type LPageProps = QPageProps & {
|
|
|
9
9
|
padding?: boolean;
|
|
10
10
|
breadcrumbs?: boolean;
|
|
11
11
|
};
|
|
12
|
-
declare var
|
|
12
|
+
declare var __VLS_63: {}, __VLS_65: {};
|
|
13
13
|
type __VLS_Slots = {} & {
|
|
14
|
-
header?: (props: typeof
|
|
14
|
+
header?: (props: typeof __VLS_63) => any;
|
|
15
15
|
} & {
|
|
16
|
-
default?: (props: typeof
|
|
16
|
+
default?: (props: typeof __VLS_65) => any;
|
|
17
17
|
};
|
|
18
|
-
declare const __VLS_base: import("vue").DefineComponent<LPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LPageProps> & Readonly<{}>, {
|
|
18
|
+
declare const __VLS_base: import("vue").DefineComponent<LPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LPageProps> & Readonly<{}>, {
|
|
19
|
+
title: string;
|
|
20
|
+
padding: boolean;
|
|
21
|
+
gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
22
|
+
backBtn: boolean;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
24
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
25
|
declare const _default: typeof __VLS_export;
|
|
21
26
|
export default _default;
|
|
@@ -4,9 +4,77 @@ 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
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
modelValue: {
|
|
9
|
+
type: ArrayConstructor;
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
min: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
default: number;
|
|
15
|
+
};
|
|
16
|
+
max: {
|
|
17
|
+
type: NumberConstructor;
|
|
18
|
+
default: number;
|
|
19
|
+
};
|
|
20
|
+
sortable: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
addLabel: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
dense: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
bordered: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
separator: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
|
+
"update:modelValue": (...args: any[]) => void;
|
|
42
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
|
+
modelValue: {
|
|
44
|
+
type: ArrayConstructor;
|
|
45
|
+
default: () => never[];
|
|
46
|
+
};
|
|
47
|
+
min: {
|
|
48
|
+
type: NumberConstructor;
|
|
49
|
+
default: number;
|
|
50
|
+
};
|
|
51
|
+
max: {
|
|
52
|
+
type: NumberConstructor;
|
|
53
|
+
default: number;
|
|
54
|
+
};
|
|
55
|
+
sortable: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
addLabel: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
dense: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
bordered: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
separator: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
}>> & Readonly<{
|
|
76
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
}>, {
|
|
10
78
|
dense: boolean;
|
|
11
79
|
sortable: boolean;
|
|
12
80
|
bordered: boolean;
|
|
@@ -15,22 +83,11 @@ declare const __VLS_base: import("vue").DefineComponent<{}, {
|
|
|
15
83
|
max: number;
|
|
16
84
|
min: number;
|
|
17
85
|
addLabel: string;
|
|
18
|
-
}, {}, {}, {},
|
|
86
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
87
|
type __VLS_Slots = {
|
|
20
88
|
default?: ((props: {
|
|
21
|
-
value:
|
|
22
|
-
index:
|
|
23
|
-
item:
|
|
89
|
+
value: unknown;
|
|
90
|
+
index: number;
|
|
91
|
+
item: unknown;
|
|
24
92
|
}) => any) | undefined;
|
|
25
93
|
};
|
|
26
|
-
declare const emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
27
|
-
declare const props: {
|
|
28
|
-
readonly dense: boolean;
|
|
29
|
-
readonly sortable: boolean;
|
|
30
|
-
readonly bordered: boolean;
|
|
31
|
-
readonly separator: boolean;
|
|
32
|
-
readonly modelValue: unknown[];
|
|
33
|
-
readonly max: number;
|
|
34
|
-
readonly min: number;
|
|
35
|
-
readonly addLabel: string;
|
|
36
|
-
};
|
|
@@ -4,9 +4,77 @@ 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
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
modelValue: {
|
|
9
|
+
type: ArrayConstructor;
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
min: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
default: number;
|
|
15
|
+
};
|
|
16
|
+
max: {
|
|
17
|
+
type: NumberConstructor;
|
|
18
|
+
default: number;
|
|
19
|
+
};
|
|
20
|
+
sortable: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
addLabel: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
dense: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
bordered: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
separator: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
|
+
"update:modelValue": (...args: any[]) => void;
|
|
42
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
|
+
modelValue: {
|
|
44
|
+
type: ArrayConstructor;
|
|
45
|
+
default: () => never[];
|
|
46
|
+
};
|
|
47
|
+
min: {
|
|
48
|
+
type: NumberConstructor;
|
|
49
|
+
default: number;
|
|
50
|
+
};
|
|
51
|
+
max: {
|
|
52
|
+
type: NumberConstructor;
|
|
53
|
+
default: number;
|
|
54
|
+
};
|
|
55
|
+
sortable: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
addLabel: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
dense: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
bordered: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
separator: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
}>> & Readonly<{
|
|
76
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
}>, {
|
|
10
78
|
dense: boolean;
|
|
11
79
|
sortable: boolean;
|
|
12
80
|
bordered: boolean;
|
|
@@ -15,22 +83,11 @@ declare const __VLS_base: import("vue").DefineComponent<{}, {
|
|
|
15
83
|
max: number;
|
|
16
84
|
min: number;
|
|
17
85
|
addLabel: string;
|
|
18
|
-
}, {}, {}, {},
|
|
86
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
87
|
type __VLS_Slots = {
|
|
20
88
|
default?: ((props: {
|
|
21
|
-
value:
|
|
22
|
-
index:
|
|
23
|
-
item:
|
|
89
|
+
value: unknown;
|
|
90
|
+
index: number;
|
|
91
|
+
item: unknown;
|
|
24
92
|
}) => any) | undefined;
|
|
25
93
|
};
|
|
26
|
-
declare const emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
27
|
-
declare const props: {
|
|
28
|
-
readonly dense: boolean;
|
|
29
|
-
readonly sortable: boolean;
|
|
30
|
-
readonly bordered: boolean;
|
|
31
|
-
readonly separator: boolean;
|
|
32
|
-
readonly modelValue: unknown[];
|
|
33
|
-
readonly max: number;
|
|
34
|
-
readonly min: number;
|
|
35
|
-
readonly addLabel: string;
|
|
36
|
-
};
|
|
@@ -5,7 +5,9 @@ declare var __VLS_1: {};
|
|
|
5
5
|
type __VLS_Slots = {} & {
|
|
6
6
|
default?: (props: typeof __VLS_1) => any;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_base: import("vue").DefineComponent<LRowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LRowProps> & Readonly<{}>, {
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<LRowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LRowProps> & Readonly<{}>, {
|
|
9
|
+
gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
12
|
declare const _default: typeof __VLS_export;
|
|
11
13
|
export default _default;
|
|
@@ -5,7 +5,9 @@ declare var __VLS_1: {};
|
|
|
5
5
|
type __VLS_Slots = {} & {
|
|
6
6
|
default?: (props: typeof __VLS_1) => any;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_base: import("vue").DefineComponent<LRowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LRowProps> & Readonly<{}>, {
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<LRowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LRowProps> & Readonly<{}>, {
|
|
9
|
+
gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
12
|
declare const _default: typeof __VLS_export;
|
|
11
13
|
export default _default;
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
import type { QSelectProps } from "quasar";
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<QSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QSelectProps> & Readonly<{}>, {
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<QSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QSelectProps> & Readonly<{}>, {
|
|
3
|
+
dark: boolean | null;
|
|
4
|
+
rounded: boolean;
|
|
5
|
+
square: boolean;
|
|
6
|
+
dense: boolean;
|
|
7
|
+
outlined: boolean;
|
|
8
|
+
optionValue: string | ((option: string | any) => any);
|
|
9
|
+
filled: boolean;
|
|
10
|
+
stackLabel: boolean;
|
|
11
|
+
standout: string | boolean;
|
|
12
|
+
hideBottomSpace: boolean;
|
|
13
|
+
emitValue: boolean;
|
|
14
|
+
mapOptions: boolean;
|
|
15
|
+
inputDebounce: string | number;
|
|
16
|
+
optionLabel: string | ((option: string | any) => string);
|
|
17
|
+
optionsDark: boolean | null;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
19
|
declare const _default: typeof __VLS_export;
|
|
4
20
|
export default _default;
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
import type { QSelectProps } from "quasar";
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<QSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QSelectProps> & Readonly<{}>, {
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<QSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QSelectProps> & Readonly<{}>, {
|
|
3
|
+
dark: boolean | null;
|
|
4
|
+
rounded: boolean;
|
|
5
|
+
square: boolean;
|
|
6
|
+
dense: boolean;
|
|
7
|
+
outlined: boolean;
|
|
8
|
+
optionValue: string | ((option: string | any) => any);
|
|
9
|
+
filled: boolean;
|
|
10
|
+
stackLabel: boolean;
|
|
11
|
+
standout: string | boolean;
|
|
12
|
+
hideBottomSpace: boolean;
|
|
13
|
+
emitValue: boolean;
|
|
14
|
+
mapOptions: boolean;
|
|
15
|
+
inputDebounce: string | number;
|
|
16
|
+
optionLabel: string | ((option: string | any) => string);
|
|
17
|
+
optionsDark: boolean | null;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
19
|
declare const _default: typeof __VLS_export;
|
|
4
20
|
export default _default;
|
|
@@ -1,13 +1,27 @@
|
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
username: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
password: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
hide: (...args: any[]) => void;
|
|
14
|
+
ok: (...args: any[]) => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
username: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
password: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
}>> & Readonly<{
|
|
25
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,13 +1,27 @@
|
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
username: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
password: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
hide: (...args: any[]) => void;
|
|
14
|
+
ok: (...args: any[]) => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
username: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
password: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
}>> & Readonly<{
|
|
25
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -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>;
|