@hostlink/nuxt-light 1.28.1 → 1.28.3
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/module.mjs +2 -4
- package/dist/runtime/components/L/CustomField/Add.vue.d.ts +7 -1
- package/dist/runtime/components/L/CustomField/List.vue.d.ts +12 -1
- package/dist/runtime/components/L/Database/create-table-dialog.vue.d.ts +4 -1
- package/dist/runtime/components/L/Fieldset.vue.d.ts +15 -1
- package/dist/runtime/components/L/ForgetPasswordDialog.vue.d.ts +1 -1
- package/dist/runtime/components/L/Revision.vue.d.ts +8 -1
- package/dist/runtime/components/L/Storage.vue.d.ts +6 -1
- package/dist/runtime/components/L/System/Setting/authentication.vue.d.ts +18 -1
- package/dist/runtime/components/L/System/Setting/developer.vue.d.ts +12 -1
- package/dist/runtime/components/L/System/Setting/forget-password.vue.d.ts +13 -1
- package/dist/runtime/components/L/System/Setting/general.vue.d.ts +23 -1
- package/dist/runtime/components/L/System/Setting/mail.vue.d.ts +19 -1
- package/dist/runtime/components/L/System/Setting/modules.vue.d.ts +8 -1
- package/dist/runtime/components/L/System/Setting/security.vue.d.ts +32 -1
- package/dist/runtime/components/L/User/eventlog.vue.d.ts +5 -1
- package/dist/runtime/components/L/User/overview.vue.d.ts +11 -1
- package/dist/runtime/components/L/User/userlog.vue.d.ts +5 -1
- package/dist/runtime/components/L/ValidationInput.vue.d.ts +6 -1
- package/dist/runtime/components/MyTest.vue.d.ts +6 -1
- package/dist/runtime/components/l-add-btn.vue.d.ts +10 -1
- package/dist/runtime/components/l-alert.vue.d.ts +13 -1
- package/dist/runtime/components/l-app-main.vue.d.ts +700 -1
- package/dist/runtime/components/l-app.vue.d.ts +8 -1
- package/dist/runtime/components/l-audit-card.vue.d.ts +23 -1
- package/dist/runtime/components/l-back-btn.vue.d.ts +1 -1
- package/dist/runtime/components/l-banner.vue.d.ts +33 -1
- package/dist/runtime/components/l-bar.vue.d.ts +29 -1
- package/dist/runtime/components/l-btn.vue.d.ts +72 -1
- package/dist/runtime/components/l-card.vue.d.ts +82 -1
- package/dist/runtime/components/l-checkbox.vue.d.ts +14 -1
- package/dist/runtime/components/l-col.vue.d.ts +35 -1
- package/dist/runtime/components/l-customizer.vue.d.ts +19 -1
- package/dist/runtime/components/l-date-picker.vue +1 -1
- package/dist/runtime/components/l-date-picker.vue.d.ts +83 -1
- package/dist/runtime/components/l-delete-btn.vue.d.ts +7 -1
- package/dist/runtime/components/l-dialog-database-field-add.vue.d.ts +4 -1
- package/dist/runtime/components/l-drag-drop-container.vue.d.ts +6 -1
- package/dist/runtime/components/l-drag-drop-group.vue.d.ts +13 -1
- package/dist/runtime/components/l-drag-drop.vue.d.ts +12 -1
- package/dist/runtime/components/l-edit-btn.vue.d.ts +1 -1
- package/dist/runtime/components/l-editor.vue.d.ts +14 -1
- package/dist/runtime/components/l-facebook-button.vue.d.ts +3 -1
- package/dist/runtime/components/l-fav-menu.vue.d.ts +8 -1
- package/dist/runtime/components/l-field.vue.d.ts +34 -1
- package/dist/runtime/components/l-file-manager-labels.vue.d.ts +3 -1
- package/dist/runtime/components/l-file-manager-move.vue.d.ts +7 -1
- package/dist/runtime/components/l-file-manager-preview.vue.d.ts +8 -1
- package/dist/runtime/components/l-file-manager.vue.d.ts +15 -1
- package/dist/runtime/components/l-file-upload.vue.d.ts +129 -1
- package/dist/runtime/components/l-file.vue.d.ts +24 -1
- package/dist/runtime/components/l-form-dialog.vue.d.ts +24 -1
- package/dist/runtime/components/l-form.vue.d.ts +146 -1
- package/dist/runtime/components/l-group-select.vue.d.ts +10 -1
- package/dist/runtime/components/l-icon-picker.vue.d.ts +19 -1
- package/dist/runtime/components/l-input-xlsx.vue.d.ts +9 -1
- package/dist/runtime/components/l-input.vue.d.ts +50 -1
- package/dist/runtime/components/l-item.vue.d.ts +33 -1
- package/dist/runtime/components/l-link.vue.d.ts +15 -1
- package/dist/runtime/components/l-list.vue.d.ts +29 -1
- package/dist/runtime/components/l-login.vue.d.ts +16 -1
- package/dist/runtime/components/l-menu.vue.d.ts +8 -1
- package/dist/runtime/components/l-microsoft-button.vue.d.ts +17 -1
- package/dist/runtime/components/l-page.vue.d.ts +44 -1
- package/dist/runtime/components/l-row.vue.d.ts +20 -1
- package/dist/runtime/components/l-save-btn.vue.d.ts +1 -1
- package/dist/runtime/components/l-select.vue.d.ts +16 -1
- package/dist/runtime/components/l-small-box.vue.d.ts +12 -1
- package/dist/runtime/components/l-statistic.vue.d.ts +8 -1
- package/dist/runtime/components/l-tab.vue.d.ts +17 -1
- package/dist/runtime/components/l-table.vue +10 -10
- package/dist/runtime/components/l-table.vue.d.ts +234 -1
- package/dist/runtime/components/l-tabs.vue +5 -5
- package/dist/runtime/components/l-tabs.vue.d.ts +33 -1
- package/dist/runtime/components/l-test2.vue.d.ts +1 -1
- package/dist/runtime/components/l-time-picker.vue +1 -1
- package/dist/runtime/components/l-time-picker.vue.d.ts +55 -1
- package/dist/runtime/components/l-view-btn.vue.d.ts +1 -1
- package/dist/runtime/formkit/Checkbox.vue.d.ts +14 -1
- package/dist/runtime/formkit/DatePicker.vue.d.ts +14 -1
- package/dist/runtime/formkit/Editor.vue.d.ts +13 -1
- package/dist/runtime/formkit/File.vue.d.ts +14 -1
- package/dist/runtime/formkit/FilePicker.vue.d.ts +14 -1
- package/dist/runtime/formkit/FileUpload.vue.d.ts +14 -1
- package/dist/runtime/formkit/Form.vue.d.ts +44 -1
- package/dist/runtime/formkit/GroupSelect.vue.d.ts +14 -1
- package/dist/runtime/formkit/Input.vue.d.ts +43 -1
- package/dist/runtime/formkit/InputXlsx.vue.d.ts +13 -1
- package/dist/runtime/formkit/OptionGroup.vue.d.ts +6 -1
- package/dist/runtime/formkit/Radio.vue.d.ts +13 -1
- package/dist/runtime/formkit/Repeater.vue.d.ts +17 -1
- package/dist/runtime/formkit/Select.vue.d.ts +14 -1
- package/dist/runtime/formkit/TimePicker.vue.d.ts +14 -1
- package/dist/runtime/formkit/Toggle.vue.d.ts +24 -1
- package/dist/runtime/light.d.ts +46 -46
- package/dist/runtime/pages/CustomField/[custom_field_id]/edit.vue.d.ts +1 -1
- package/dist/runtime/pages/CustomField/index.vue.d.ts +1 -1
- package/dist/runtime/pages/EventLog/_eventlog_id/view.vue.d.ts +1 -1
- package/dist/runtime/pages/EventLog/index.vue.d.ts +1 -1
- package/dist/runtime/pages/FileManager/index.vue.d.ts +1 -1
- package/dist/runtime/pages/MailLog/index.vue.d.ts +1 -1
- package/dist/runtime/pages/Permission/add.vue.d.ts +1 -1
- package/dist/runtime/pages/Permission/all.vue.d.ts +1 -1
- package/dist/runtime/pages/Permission/export.vue.d.ts +1 -1
- package/dist/runtime/pages/Permission/index.vue.d.ts +1 -1
- package/dist/runtime/pages/Role/_name/update-child.vue.d.ts +1 -1
- package/dist/runtime/pages/Role/add.vue.d.ts +1 -1
- package/dist/runtime/pages/Role/add2.vue.d.ts +1 -1
- package/dist/runtime/pages/Role/index.vue.d.ts +1 -1
- package/dist/runtime/pages/System/database/backup.vue.d.ts +1 -1
- package/dist/runtime/pages/System/database/process.vue.d.ts +1 -1
- package/dist/runtime/pages/System/database/table.vue.d.ts +1 -1
- package/dist/runtime/pages/System/fs.vue.d.ts +1 -1
- package/dist/runtime/pages/System/index.vue.d.ts +1 -1
- package/dist/runtime/pages/System/mailtest.vue.d.ts +1 -1
- package/dist/runtime/pages/System/menu/index.vue.d.ts +1 -1
- package/dist/runtime/pages/System/package.vue.d.ts +1 -1
- package/dist/runtime/pages/System/phpinfo.vue.d.ts +1 -1
- package/dist/runtime/pages/System/setting.vue.d.ts +1 -1
- package/dist/runtime/pages/System/test.vue.d.ts +1 -1
- package/dist/runtime/pages/System/view_as.vue.d.ts +1 -1
- package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.vue.d.ts +1 -1
- package/dist/runtime/pages/SystemValue/add.vue.d.ts +1 -1
- package/dist/runtime/pages/SystemValue/index.vue.d.ts +1 -1
- package/dist/runtime/pages/Translate/index.vue.d.ts +1 -1
- package/dist/runtime/pages/User/_user_id/change-password.vue.d.ts +1 -1
- package/dist/runtime/pages/User/_user_id/edit.vue.d.ts +1 -1
- package/dist/runtime/pages/User/_user_id/update-role.vue.d.ts +1 -1
- package/dist/runtime/pages/User/_user_id/view.vue.d.ts +1 -1
- package/dist/runtime/pages/User/add.vue.d.ts +1 -1
- package/dist/runtime/pages/User/index.vue.d.ts +1 -1
- package/dist/runtime/pages/User/profile.vue.d.ts +1 -1
- package/dist/runtime/pages/User/setting/bio-auth.vue.d.ts +1 -1
- package/dist/runtime/pages/User/setting/index.vue.d.ts +1 -1
- package/dist/runtime/pages/User/setting/information.vue.d.ts +1 -1
- package/dist/runtime/pages/User/setting/my_favorite.vue.d.ts +1 -1
- package/dist/runtime/pages/User/setting/open_id.vue.d.ts +1 -1
- package/dist/runtime/pages/User/setting/password.vue.d.ts +1 -1
- package/dist/runtime/pages/User/setting/style.vue.d.ts +1 -1
- package/dist/runtime/pages/User/setting/two-factor-auth.vue.d.ts +1 -1
- package/dist/runtime/pages/User/setting.vue.d.ts +1 -1
- package/dist/runtime/pages/UserLog/index.vue.d.ts +1 -1
- package/package.json +5 -3
|
@@ -1,2 +1,130 @@
|
|
|
1
|
-
|
|
1
|
+
import { format } from 'quasar';
|
|
2
|
+
declare const humanStorageSize: typeof format.humanStorageSize;
|
|
3
|
+
declare const modelValue: import("vue").ModelRef<unknown, string, unknown, unknown>;
|
|
4
|
+
declare const system: any;
|
|
5
|
+
export interface LFileProps {
|
|
6
|
+
label?: string;
|
|
7
|
+
filled?: boolean;
|
|
8
|
+
outlined?: boolean;
|
|
9
|
+
standout?: boolean;
|
|
10
|
+
rounded?: boolean;
|
|
11
|
+
dense?: boolean;
|
|
12
|
+
square?: boolean;
|
|
13
|
+
stackLabel?: boolean;
|
|
14
|
+
path?: string;
|
|
15
|
+
accept?: string;
|
|
16
|
+
driveIndex?: number;
|
|
17
|
+
color?: string;
|
|
18
|
+
}
|
|
19
|
+
type __VLS_Props = LFileProps;
|
|
20
|
+
declare const show: import("vue").Ref<boolean, boolean>;
|
|
21
|
+
declare const attrs: import("vue").ComputedRef<any>;
|
|
22
|
+
declare const uploadFile: import("vue").Ref<{
|
|
23
|
+
readonly lastModified: number;
|
|
24
|
+
readonly name: string;
|
|
25
|
+
readonly webkitRelativePath: string;
|
|
26
|
+
readonly size: number;
|
|
27
|
+
readonly type: string;
|
|
28
|
+
arrayBuffer: {
|
|
29
|
+
(): Promise<ArrayBuffer>;
|
|
30
|
+
(): Promise<ArrayBuffer>;
|
|
31
|
+
};
|
|
32
|
+
bytes: {
|
|
33
|
+
(): Promise<Uint8Array>;
|
|
34
|
+
(): Promise<Uint8Array>;
|
|
35
|
+
};
|
|
36
|
+
slice: {
|
|
37
|
+
(start?: number, end?: number, contentType?: string): Blob;
|
|
38
|
+
(start?: number, end?: number, contentType?: string): Blob;
|
|
39
|
+
};
|
|
40
|
+
stream: {
|
|
41
|
+
(): ReadableStream<Uint8Array>;
|
|
42
|
+
(): ReadableStream<Uint8Array>;
|
|
43
|
+
};
|
|
44
|
+
text: {
|
|
45
|
+
(): Promise<string>;
|
|
46
|
+
(): Promise<string>;
|
|
47
|
+
};
|
|
48
|
+
} | null, File | {
|
|
49
|
+
readonly lastModified: number;
|
|
50
|
+
readonly name: string;
|
|
51
|
+
readonly webkitRelativePath: string;
|
|
52
|
+
readonly size: number;
|
|
53
|
+
readonly type: string;
|
|
54
|
+
arrayBuffer: {
|
|
55
|
+
(): Promise<ArrayBuffer>;
|
|
56
|
+
(): Promise<ArrayBuffer>;
|
|
57
|
+
};
|
|
58
|
+
bytes: {
|
|
59
|
+
(): Promise<Uint8Array>;
|
|
60
|
+
(): Promise<Uint8Array>;
|
|
61
|
+
};
|
|
62
|
+
slice: {
|
|
63
|
+
(start?: number, end?: number, contentType?: string): Blob;
|
|
64
|
+
(start?: number, end?: number, contentType?: string): Blob;
|
|
65
|
+
};
|
|
66
|
+
stream: {
|
|
67
|
+
(): ReadableStream<Uint8Array>;
|
|
68
|
+
(): ReadableStream<Uint8Array>;
|
|
69
|
+
};
|
|
70
|
+
text: {
|
|
71
|
+
(): Promise<string>;
|
|
72
|
+
(): Promise<string>;
|
|
73
|
+
};
|
|
74
|
+
} | null>;
|
|
75
|
+
declare const onUploadFile: () => Promise<void>;
|
|
76
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
77
|
+
modelValue?: any;
|
|
78
|
+
};
|
|
79
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
80
|
+
declare var __VLS_53: string | number, __VLS_54: any;
|
|
81
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
82
|
+
[K in NonNullable<typeof __VLS_53>]?: (props: typeof __VLS_54) => any;
|
|
83
|
+
}>;
|
|
84
|
+
declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
85
|
+
humanStorageSize: typeof humanStorageSize;
|
|
86
|
+
modelValue: typeof modelValue;
|
|
87
|
+
system: typeof system;
|
|
88
|
+
show: typeof show;
|
|
89
|
+
attrs: typeof attrs;
|
|
90
|
+
uploadFile: typeof uploadFile;
|
|
91
|
+
onUploadFile: typeof onUploadFile;
|
|
92
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
93
|
+
"update:modelValue": (value: any) => any;
|
|
94
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
95
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
96
|
+
}>, {
|
|
97
|
+
path: string;
|
|
98
|
+
dense: boolean;
|
|
99
|
+
square: boolean;
|
|
100
|
+
rounded: boolean;
|
|
101
|
+
outlined: boolean;
|
|
102
|
+
filled: boolean;
|
|
103
|
+
stackLabel: boolean;
|
|
104
|
+
standout: boolean;
|
|
105
|
+
accept: string;
|
|
106
|
+
driveIndex: number;
|
|
107
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
108
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
109
|
+
"update:modelValue": (value: any) => any;
|
|
110
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
111
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
112
|
+
}>, {
|
|
113
|
+
path: string;
|
|
114
|
+
dense: boolean;
|
|
115
|
+
square: boolean;
|
|
116
|
+
rounded: boolean;
|
|
117
|
+
outlined: boolean;
|
|
118
|
+
filled: boolean;
|
|
119
|
+
stackLabel: boolean;
|
|
120
|
+
standout: boolean;
|
|
121
|
+
accept: string;
|
|
122
|
+
driveIndex: number;
|
|
123
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
124
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
125
|
export default _default;
|
|
126
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
127
|
+
new (): {
|
|
128
|
+
$slots: S;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
@@ -1,2 +1,25 @@
|
|
|
1
|
-
|
|
1
|
+
export interface LFileProps {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
label?: string;
|
|
4
|
+
filled?: boolean;
|
|
5
|
+
outlined?: boolean;
|
|
6
|
+
standout?: boolean;
|
|
7
|
+
rounded?: boolean;
|
|
8
|
+
dense?: boolean;
|
|
9
|
+
square?: boolean;
|
|
10
|
+
stackLabel?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: import("vue").DefineComponent<LFileProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
"update:modelValue": (...args: any[]) => void;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<LFileProps> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
dense: boolean;
|
|
18
|
+
square: boolean;
|
|
19
|
+
rounded: boolean;
|
|
20
|
+
outlined: boolean;
|
|
21
|
+
filled: boolean;
|
|
22
|
+
stackLabel: boolean;
|
|
23
|
+
standout: boolean;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
2
25
|
export default _default;
|
|
@@ -1,2 +1,25 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
2
|
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "submit", ...args: any[]) => void;
|
|
8
|
+
cancel: Function;
|
|
9
|
+
value: Record<string, any>;
|
|
10
|
+
title: string;
|
|
11
|
+
width: string;
|
|
12
|
+
save: Function;
|
|
13
|
+
showNotification: boolean;
|
|
14
|
+
$props: {
|
|
15
|
+
readonly cancel?: Function | undefined;
|
|
16
|
+
readonly value?: Record<string, any> | undefined;
|
|
17
|
+
readonly title?: string | undefined;
|
|
18
|
+
readonly width?: string | undefined;
|
|
19
|
+
readonly save?: Function | undefined;
|
|
20
|
+
readonly showNotification?: boolean | undefined;
|
|
21
|
+
};
|
|
22
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
type __VLS_Slots = {
|
|
24
|
+
default?: ((props: any) => any) | undefined;
|
|
25
|
+
};
|
|
@@ -1,2 +1,147 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const form: import("vue").Ref<null, null>;
|
|
2
|
+
declare const loading: import("vue").Ref<boolean, boolean>;
|
|
3
|
+
declare const save: () => Promise<void>;
|
|
4
|
+
declare const onSubmit: (e: any) => void;
|
|
5
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
6
|
+
declare var __VLS_19: {};
|
|
7
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
8
|
+
default?: (props: typeof __VLS_19) => any;
|
|
9
|
+
}>;
|
|
10
|
+
declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
11
|
+
modelValue: {
|
|
12
|
+
type: ObjectConstructor;
|
|
13
|
+
};
|
|
14
|
+
bordered: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
gutter: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
submitLabel: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
submitIcon: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
noRedirect: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
}>, {
|
|
35
|
+
form: typeof form;
|
|
36
|
+
loading: typeof loading;
|
|
37
|
+
save: typeof save;
|
|
38
|
+
onSubmit: typeof onSubmit;
|
|
39
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
40
|
+
submit: (...args: any[]) => void;
|
|
41
|
+
save: (...args: any[]) => void;
|
|
42
|
+
submitted: (...args: any[]) => void;
|
|
43
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
modelValue: {
|
|
45
|
+
type: ObjectConstructor;
|
|
46
|
+
};
|
|
47
|
+
bordered: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
gutter: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
submitLabel: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
submitIcon: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
noRedirect: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
}>> & Readonly<{
|
|
68
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
69
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
|
70
|
+
onSubmitted?: ((...args: any[]) => any) | undefined;
|
|
71
|
+
}>, {
|
|
72
|
+
bordered: boolean;
|
|
73
|
+
gutter: string;
|
|
74
|
+
submitLabel: string;
|
|
75
|
+
submitIcon: string;
|
|
76
|
+
noRedirect: boolean;
|
|
77
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
78
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
79
|
+
modelValue: {
|
|
80
|
+
type: ObjectConstructor;
|
|
81
|
+
};
|
|
82
|
+
bordered: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
gutter: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
submitLabel: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
submitIcon: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
noRedirect: {
|
|
99
|
+
type: BooleanConstructor;
|
|
100
|
+
default: boolean;
|
|
101
|
+
};
|
|
102
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
103
|
+
submit: (...args: any[]) => void;
|
|
104
|
+
save: (...args: any[]) => void;
|
|
105
|
+
submitted: (...args: any[]) => void;
|
|
106
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
107
|
+
modelValue: {
|
|
108
|
+
type: ObjectConstructor;
|
|
109
|
+
};
|
|
110
|
+
bordered: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
gutter: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
submitLabel: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
submitIcon: {
|
|
123
|
+
type: StringConstructor;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
noRedirect: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
}>> & Readonly<{
|
|
131
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
132
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
|
133
|
+
onSubmitted?: ((...args: any[]) => any) | undefined;
|
|
134
|
+
}>, {
|
|
135
|
+
bordered: boolean;
|
|
136
|
+
gutter: string;
|
|
137
|
+
submitLabel: string;
|
|
138
|
+
submitIcon: string;
|
|
139
|
+
noRedirect: boolean;
|
|
140
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
141
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
142
|
export default _default;
|
|
143
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
144
|
+
new (): {
|
|
145
|
+
$slots: S;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
declare const _default: {}
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
options: unknown[];
|
|
3
|
+
emitValue: boolean;
|
|
4
|
+
mapOptions: boolean;
|
|
5
|
+
$props: {
|
|
6
|
+
readonly options?: unknown[] | undefined;
|
|
7
|
+
readonly emitValue?: boolean | undefined;
|
|
8
|
+
readonly mapOptions?: boolean | undefined;
|
|
9
|
+
};
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
11
|
export default _default;
|
|
@@ -1,2 +1,20 @@
|
|
|
1
|
-
declare const _default: {
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
dense: BooleanConstructor;
|
|
3
|
+
color: StringConstructor;
|
|
4
|
+
modelValue: {
|
|
5
|
+
type: import("vue").PropType<string>;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
dense: BooleanConstructor;
|
|
11
|
+
color: StringConstructor;
|
|
12
|
+
modelValue: {
|
|
13
|
+
type: import("vue").PropType<string>;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
dense: boolean;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
20
|
export default _default;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const modelValue: import("vue").ModelRef<unknown[], string, unknown[], unknown[]>;
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: typeof modelValue['value'];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: unknown[]) => any;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
8
|
+
"onUpdate:modelValue"?: ((value: unknown[]) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
2
10
|
export default _default;
|
|
@@ -1,2 +1,51 @@
|
|
|
1
|
-
|
|
1
|
+
import type { QInputProps } from "quasar";
|
|
2
|
+
export interface LInputProps extends QInputProps {
|
|
3
|
+
showPassword?: boolean;
|
|
4
|
+
translate?: boolean;
|
|
5
|
+
required?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const new_rules: import("quasar").ValidationRule[];
|
|
8
|
+
declare const isShowPassword: import("vue").Ref<boolean, boolean>;
|
|
9
|
+
declare const localType: import("vue").ComputedRef<"number" | "search" | "textarea" | "time" | "text" | "date" | "url" | "email" | "file" | "datetime-local" | "password" | "tel" | undefined>;
|
|
10
|
+
declare const localShowPassword: import("vue").ComputedRef<boolean>;
|
|
11
|
+
declare const onClickTc2Sc: () => void;
|
|
12
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
13
|
+
declare var __VLS_31: string | number, __VLS_32: any;
|
|
14
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
15
|
+
[K in NonNullable<typeof __VLS_31>]?: (props: typeof __VLS_32) => any;
|
|
16
|
+
}>;
|
|
17
|
+
declare const __VLS_self: import("vue").DefineComponent<LInputProps, {
|
|
18
|
+
new_rules: typeof new_rules;
|
|
19
|
+
isShowPassword: typeof isShowPassword;
|
|
20
|
+
localType: typeof localType;
|
|
21
|
+
localShowPassword: typeof localShowPassword;
|
|
22
|
+
onClickTc2Sc: typeof onClickTc2Sc;
|
|
23
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LInputProps> & Readonly<{}>, {
|
|
24
|
+
dense: boolean;
|
|
25
|
+
dark: boolean | null;
|
|
26
|
+
square: boolean;
|
|
27
|
+
rounded: boolean;
|
|
28
|
+
outlined: boolean;
|
|
29
|
+
filled: boolean;
|
|
30
|
+
stackLabel: boolean;
|
|
31
|
+
standout: string | boolean;
|
|
32
|
+
hideBottomSpace: boolean;
|
|
33
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
|
+
declare const __VLS_component: import("vue").DefineComponent<LInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LInputProps> & Readonly<{}>, {
|
|
35
|
+
dense: boolean;
|
|
36
|
+
dark: boolean | null;
|
|
37
|
+
square: boolean;
|
|
38
|
+
rounded: boolean;
|
|
39
|
+
outlined: boolean;
|
|
40
|
+
filled: boolean;
|
|
41
|
+
stackLabel: boolean;
|
|
42
|
+
standout: string | boolean;
|
|
43
|
+
hideBottomSpace: boolean;
|
|
44
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
45
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
46
|
export default _default;
|
|
47
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -1,2 +1,34 @@
|
|
|
1
|
-
|
|
1
|
+
import type { QItemProps } from 'quasar';
|
|
2
|
+
export interface LItemProps extends QItemProps {
|
|
3
|
+
label?: string;
|
|
4
|
+
name?: string;
|
|
5
|
+
top?: boolean;
|
|
6
|
+
labelTop?: boolean;
|
|
7
|
+
alignItems?: 'flex-start' | 'center' | 'flex-end';
|
|
8
|
+
}
|
|
9
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
10
|
+
declare var __VLS_10: {}, __VLS_24: {}, __VLS_30: {};
|
|
11
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
12
|
+
avatar?: (props: typeof __VLS_10) => any;
|
|
13
|
+
} & {
|
|
14
|
+
default?: (props: typeof __VLS_24) => any;
|
|
15
|
+
} & {
|
|
16
|
+
end?: (props: typeof __VLS_30) => any;
|
|
17
|
+
}>;
|
|
18
|
+
declare const __VLS_self: import("vue").DefineComponent<LItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LItemProps> & Readonly<{}>, {
|
|
19
|
+
alignItems: "flex-start" | "center" | "flex-end";
|
|
20
|
+
top: boolean;
|
|
21
|
+
labelTop: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const __VLS_component: import("vue").DefineComponent<LItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LItemProps> & Readonly<{}>, {
|
|
24
|
+
alignItems: "flex-start" | "center" | "flex-end";
|
|
25
|
+
top: boolean;
|
|
26
|
+
labelTop: boolean;
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
29
|
export default _default;
|
|
30
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
2
|
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
type: string;
|
|
8
|
+
to?: string | undefined;
|
|
9
|
+
$props: {
|
|
10
|
+
readonly type?: string | undefined;
|
|
11
|
+
readonly to?: string | undefined;
|
|
12
|
+
};
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
type __VLS_Slots = {
|
|
15
|
+
default?: ((props: {}) => any) | undefined;
|
|
16
|
+
};
|
|
@@ -1,2 +1,30 @@
|
|
|
1
|
-
|
|
1
|
+
import type { QListProps } from 'quasar';
|
|
2
|
+
export interface LListProps extends QListProps {
|
|
3
|
+
fields?: any[];
|
|
4
|
+
modelValue?: any;
|
|
5
|
+
}
|
|
6
|
+
declare function getTo(field: any): any;
|
|
7
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
8
|
+
declare var __VLS_10: {};
|
|
9
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
10
|
+
default?: (props: typeof __VLS_10) => any;
|
|
11
|
+
}>;
|
|
12
|
+
declare const __VLS_self: import("vue").DefineComponent<LListProps, {
|
|
13
|
+
getTo: typeof getTo;
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LListProps> & Readonly<{}>, {
|
|
15
|
+
dense: boolean;
|
|
16
|
+
bordered: boolean;
|
|
17
|
+
separator: boolean;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_component: import("vue").DefineComponent<LListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LListProps> & Readonly<{}>, {
|
|
20
|
+
dense: boolean;
|
|
21
|
+
bordered: boolean;
|
|
22
|
+
separator: boolean;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
25
|
export default _default;
|
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
export interface LLoginProps {
|
|
2
|
+
company: string;
|
|
3
|
+
companyLogo: string;
|
|
4
|
+
twoFactorAuthentication: boolean;
|
|
5
|
+
forgetPasswordEnabled: boolean;
|
|
6
|
+
passwordBasedEnabled: boolean;
|
|
7
|
+
googleClientId?: string;
|
|
8
|
+
microsoftClientId?: string;
|
|
9
|
+
microsoftTenantId?: string;
|
|
10
|
+
facebookAppId?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: 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>;
|
|
2
17
|
export default _default;
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
-
declare const _default: {}
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
value?: any;
|
|
3
|
+
dense?: any;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly value?: any;
|
|
6
|
+
readonly dense?: any;
|
|
7
|
+
};
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
9
|
export default _default;
|
|
@@ -1,2 +1,18 @@
|
|
|
1
|
-
declare const _default: {
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
clientId: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
tenantId: StringConstructor;
|
|
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>;
|
|
2
18
|
export default _default;
|
|
@@ -1,2 +1,45 @@
|
|
|
1
|
-
|
|
1
|
+
import type { QPageProps } from "quasar";
|
|
2
|
+
export type LPageProps = QPageProps & {
|
|
3
|
+
title?: string;
|
|
4
|
+
backBtn?: boolean;
|
|
5
|
+
editBtn?: boolean;
|
|
6
|
+
deleteBtn?: boolean;
|
|
7
|
+
addBtn?: boolean;
|
|
8
|
+
gutter?: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
9
|
+
padding?: boolean;
|
|
10
|
+
};
|
|
11
|
+
declare const showToolbar: import("vue").ComputedRef<true | undefined>;
|
|
12
|
+
declare const title: import("vue").ComputedRef<string>;
|
|
13
|
+
declare const onDelete: () => Promise<void>;
|
|
14
|
+
declare const localClass: import("vue").ComputedRef<string>;
|
|
15
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
16
|
+
declare var __VLS_34: {}, __VLS_36: {};
|
|
17
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
18
|
+
header?: (props: typeof __VLS_34) => any;
|
|
19
|
+
} & {
|
|
20
|
+
default?: (props: typeof __VLS_36) => any;
|
|
21
|
+
}>;
|
|
22
|
+
declare const __VLS_self: import("vue").DefineComponent<LPageProps, {
|
|
23
|
+
showToolbar: typeof showToolbar;
|
|
24
|
+
title: typeof title;
|
|
25
|
+
onDelete: typeof onDelete;
|
|
26
|
+
localClass: typeof localClass;
|
|
27
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LPageProps> & Readonly<{}>, {
|
|
28
|
+
title: string;
|
|
29
|
+
padding: boolean;
|
|
30
|
+
gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
31
|
+
backBtn: boolean;
|
|
32
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
declare const __VLS_component: import("vue").DefineComponent<LPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LPageProps> & Readonly<{}>, {
|
|
34
|
+
title: string;
|
|
35
|
+
padding: boolean;
|
|
36
|
+
gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
37
|
+
backBtn: boolean;
|
|
38
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
40
|
export default _default;
|
|
41
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
@@ -1,2 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
export interface LRowProps {
|
|
2
|
+
gutter?: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
3
|
+
}
|
|
4
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
}>;
|
|
9
|
+
declare const __VLS_self: import("vue").DefineComponent<LRowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LRowProps> & Readonly<{}>, {
|
|
10
|
+
gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<LRowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LRowProps> & Readonly<{}>, {
|
|
13
|
+
gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
16
|
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: {}
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|