@hostlink/nuxt-light 1.43.0 → 1.44.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 +3 -3
- package/dist/runtime/components/L/CustomField/Add.d.vue.ts +8 -0
- package/dist/runtime/components/L/CustomField/List.d.vue.ts +13 -0
- package/dist/runtime/components/L/Database/create-table-dialog.d.vue.ts +5 -0
- package/dist/runtime/components/L/Fieldset.d.vue.ts +16 -0
- package/dist/runtime/components/L/ForgetPasswordDialog.d.vue.ts +2 -0
- package/dist/runtime/components/L/Revision.d.vue.ts +9 -0
- package/dist/runtime/components/L/Storage.d.vue.ts +7 -0
- package/dist/runtime/components/L/System/Setting/authentication.d.vue.ts +19 -0
- package/dist/runtime/components/L/System/Setting/developer.d.vue.ts +13 -0
- package/dist/runtime/components/L/System/Setting/forget-password.d.vue.ts +15 -0
- package/dist/runtime/components/L/System/Setting/general.d.vue.ts +17 -0
- package/dist/runtime/components/L/System/Setting/mail.d.vue.ts +20 -0
- package/dist/runtime/components/L/System/Setting/modules.d.vue.ts +9 -0
- package/dist/runtime/components/L/System/Setting/security.d.vue.ts +33 -0
- package/dist/runtime/components/L/User/eventlog.d.vue.ts +6 -0
- package/dist/runtime/components/L/User/overview.d.vue.ts +12 -0
- package/dist/runtime/components/L/User/userlog.d.vue.ts +6 -0
- package/dist/runtime/components/L/ValidationInput.d.vue.ts +7 -0
- package/dist/runtime/components/MyTest.d.vue.ts +7 -0
- package/dist/runtime/components/l-add-btn.d.vue.ts +11 -0
- package/dist/runtime/components/l-alert.d.vue.ts +14 -0
- package/dist/runtime/components/l-app-main.d.vue.ts +18 -0
- package/dist/runtime/components/l-app-main.vue +3 -0
- package/dist/runtime/components/l-app-main.vue.d.ts +3 -1
- package/dist/runtime/components/l-app.d.vue.ts +11 -0
- package/dist/runtime/components/l-app.vue +5 -1
- package/dist/runtime/components/l-app.vue.d.ts +2 -0
- package/dist/runtime/components/l-audit-card.d.vue.ts +24 -0
- package/dist/runtime/components/l-back-btn.d.vue.ts +2 -0
- package/dist/runtime/components/l-banner.d.vue.ts +20 -0
- package/dist/runtime/components/l-bar.d.vue.ts +20 -0
- package/dist/runtime/components/l-btn.d.vue.ts +22 -0
- package/dist/runtime/components/l-card.d.vue.ts +42 -0
- package/dist/runtime/components/l-checkbox.d.vue.ts +13 -0
- package/dist/runtime/components/l-col.d.vue.ts +23 -0
- package/dist/runtime/components/l-customizer.d.vue.ts +20 -0
- package/dist/runtime/components/l-date-picker.d.vue.ts +49 -0
- package/dist/runtime/components/l-delete-btn.d.vue.ts +8 -0
- package/dist/runtime/components/l-dialog-database-field-add.d.vue.ts +5 -0
- package/dist/runtime/components/l-drag-drop-container.d.vue.ts +7 -0
- package/dist/runtime/components/l-drag-drop-group.d.vue.ts +14 -0
- package/dist/runtime/components/l-drag-drop.d.vue.ts +13 -0
- package/dist/runtime/components/l-edit-btn.d.vue.ts +2 -0
- package/dist/runtime/components/l-editor.d.vue.ts +15 -0
- package/dist/runtime/components/l-facebook-button.d.vue.ts +4 -0
- package/dist/runtime/components/l-fav-menu.d.vue.ts +9 -0
- package/dist/runtime/components/l-field.d.vue.ts +23 -0
- package/dist/runtime/components/l-file-manager-labels.d.vue.ts +4 -0
- package/dist/runtime/components/l-file-manager-move.d.vue.ts +8 -0
- package/dist/runtime/components/l-file-manager-preview.d.vue.ts +9 -0
- package/dist/runtime/components/l-file-manager.d.vue.ts +16 -0
- package/dist/runtime/components/l-file-upload.d.vue.ts +45 -0
- package/dist/runtime/components/l-file.d.vue.ts +25 -0
- package/dist/runtime/components/l-form-dialog.d.vue.ts +25 -0
- package/dist/runtime/components/l-form.d.vue.ts +74 -0
- package/dist/runtime/components/l-group-select.d.vue.ts +11 -0
- package/dist/runtime/components/l-icon-picker.d.vue.ts +20 -0
- package/dist/runtime/components/l-input-xlsx.d.vue.ts +10 -0
- package/dist/runtime/components/l-input.d.vue.ts +36 -0
- package/dist/runtime/components/l-item.d.vue.ts +28 -0
- package/dist/runtime/components/l-link.d.vue.ts +16 -0
- package/dist/runtime/components/l-list.d.vue.ts +21 -0
- package/dist/runtime/components/l-login.d.vue.ts +17 -0
- package/dist/runtime/components/l-menu.d.vue.ts +9 -0
- package/dist/runtime/components/l-microsoft-button.d.vue.ts +18 -0
- package/dist/runtime/components/l-page.d.vue.ts +29 -0
- package/dist/runtime/components/l-row.d.vue.ts +17 -0
- package/dist/runtime/components/l-save-btn.d.vue.ts +2 -0
- package/dist/runtime/components/l-select.d.vue.ts +17 -0
- package/dist/runtime/components/l-small-box.d.vue.ts +13 -0
- package/dist/runtime/components/l-statistic.d.vue.ts +9 -0
- package/dist/runtime/components/l-tab.d.vue.ts +13 -0
- package/dist/runtime/components/l-table.d.vue.ts +109 -0
- package/dist/runtime/components/l-tabs.d.vue.ts +30 -0
- package/dist/runtime/components/l-test2.d.vue.ts +2 -0
- package/dist/runtime/components/l-time-picker.d.vue.ts +37 -0
- package/dist/runtime/components/l-view-btn.d.vue.ts +2 -0
- package/dist/runtime/formkit/Checkbox.d.vue.ts +15 -0
- package/dist/runtime/formkit/DatePicker.d.vue.ts +15 -0
- package/dist/runtime/formkit/Editor.d.vue.ts +14 -0
- package/dist/runtime/formkit/File.d.vue.ts +15 -0
- package/dist/runtime/formkit/FilePicker.d.vue.ts +15 -0
- package/dist/runtime/formkit/FileUpload.d.vue.ts +15 -0
- package/dist/runtime/formkit/Form.d.vue.ts +24 -0
- package/dist/runtime/formkit/GroupSelect.d.vue.ts +15 -0
- package/dist/runtime/formkit/Input.d.vue.ts +22 -0
- package/dist/runtime/formkit/InputXlsx.d.vue.ts +14 -0
- package/dist/runtime/formkit/OptionGroup.d.vue.ts +7 -0
- package/dist/runtime/formkit/Radio.d.vue.ts +14 -0
- package/dist/runtime/formkit/Repeater.d.vue.ts +18 -0
- package/dist/runtime/formkit/Select.d.vue.ts +15 -0
- package/dist/runtime/formkit/Textarea.d.vue.ts +22 -0
- package/dist/runtime/formkit/TimePicker.d.vue.ts +15 -0
- package/dist/runtime/formkit/Toggle.d.vue.ts +16 -0
- package/dist/runtime/pages/CustomField/[custom_field_id]/edit.d.vue.ts +2 -0
- package/dist/runtime/pages/CustomField/index.d.vue.ts +2 -0
- package/dist/runtime/pages/EventLog/_eventlog_id/view.d.vue.ts +2 -0
- package/dist/runtime/pages/EventLog/index.d.vue.ts +2 -0
- package/dist/runtime/pages/FileManager/index.d.vue.ts +2 -0
- package/dist/runtime/pages/MailLog/index.d.vue.ts +2 -0
- package/dist/runtime/pages/Permission/add.d.vue.ts +2 -0
- package/dist/runtime/pages/Permission/all.d.vue.ts +2 -0
- package/dist/runtime/pages/Permission/export.d.vue.ts +2 -0
- package/dist/runtime/pages/Permission/index.d.vue.ts +2 -0
- package/dist/runtime/pages/Role/_name/update-child.d.vue.ts +2 -0
- package/dist/runtime/pages/Role/add.d.vue.ts +2 -0
- package/dist/runtime/pages/Role/add2.d.vue.ts +2 -0
- package/dist/runtime/pages/Role/index.d.vue.ts +2 -0
- package/dist/runtime/pages/System/database/backup.d.vue.ts +2 -0
- package/dist/runtime/pages/System/database/process.d.vue.ts +2 -0
- package/dist/runtime/pages/System/database/restore.d.vue.ts +2 -0
- package/dist/runtime/pages/System/database/table.d.vue.ts +2 -0
- package/dist/runtime/pages/System/fs.d.vue.ts +2 -0
- package/dist/runtime/pages/System/index.d.vue.ts +2 -0
- package/dist/runtime/pages/System/mailtest.d.vue.ts +2 -0
- package/dist/runtime/pages/System/menu/index.d.vue.ts +2 -0
- package/dist/runtime/pages/System/package.d.vue.ts +2 -0
- package/dist/runtime/pages/System/phpinfo.d.vue.ts +2 -0
- package/dist/runtime/pages/System/setting.d.vue.ts +2 -0
- package/dist/runtime/pages/System/test.d.vue.ts +2 -0
- package/dist/runtime/pages/System/view_as.d.vue.ts +2 -0
- package/dist/runtime/pages/System/view_as.vue +14 -4
- package/dist/runtime/pages/SystemValue/_systemvalue_id/edit.d.vue.ts +2 -0
- package/dist/runtime/pages/SystemValue/add.d.vue.ts +2 -0
- package/dist/runtime/pages/SystemValue/index.d.vue.ts +2 -0
- package/dist/runtime/pages/Translate/index.d.vue.ts +2 -0
- package/dist/runtime/pages/User/_user_id/change-password.d.vue.ts +2 -0
- package/dist/runtime/pages/User/_user_id/edit.d.vue.ts +2 -0
- package/dist/runtime/pages/User/_user_id/update-role.d.vue.ts +2 -0
- package/dist/runtime/pages/User/_user_id/view.d.vue.ts +2 -0
- package/dist/runtime/pages/User/_user_id/view.vue +9 -5
- package/dist/runtime/pages/User/add.d.vue.ts +2 -0
- package/dist/runtime/pages/User/index.d.vue.ts +2 -0
- package/dist/runtime/pages/User/profile.d.vue.ts +2 -0
- package/dist/runtime/pages/User/setting/bio-auth.d.vue.ts +2 -0
- package/dist/runtime/pages/User/setting/index.d.vue.ts +2 -0
- package/dist/runtime/pages/User/setting/information.d.vue.ts +2 -0
- package/dist/runtime/pages/User/setting/my_favorite.d.vue.ts +2 -0
- package/dist/runtime/pages/User/setting/open_id.d.vue.ts +2 -0
- package/dist/runtime/pages/User/setting/password.d.vue.ts +2 -0
- package/dist/runtime/pages/User/setting/style.d.vue.ts +2 -0
- package/dist/runtime/pages/User/setting/two-factor-auth.d.vue.ts +2 -0
- package/dist/runtime/pages/User/setting.d.vue.ts +2 -0
- package/dist/runtime/pages/UserLog/index.d.vue.ts +2 -0
- package/dist/runtime/plugin.js +23 -1
- package/package.json +2 -2
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "submit", ...args: any[]) => void;
|
|
3
|
+
to?: any;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly to?: any;
|
|
6
|
+
};
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "ok" | "hide", ...args: any[]) => void;
|
|
3
|
+
$props: {};
|
|
4
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
name?: string | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly name?: string | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
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
|
+
updateModel: (name: any, value: any) => void;
|
|
8
|
+
getModelByName: (name: any) => any;
|
|
9
|
+
getGroupName: () => symbol;
|
|
10
|
+
findAllItems: () => any[];
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
default?: ((props: {}) => any) | undefined;
|
|
14
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
group?: string | symbol;
|
|
3
|
+
dragHandle?: string;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
6
|
+
modelValue?: any;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (value: any) => any;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
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
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { type QEditorProps } from "quasar";
|
|
2
|
+
export interface LEditorProps extends QEditorProps {
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import("vue").DefineComponent<LEditorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (...args: any[]) => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<LEditorProps> & Readonly<{
|
|
7
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
dense: boolean;
|
|
10
|
+
placeholder: string;
|
|
11
|
+
modelValue: string;
|
|
12
|
+
fonts: any | undefined;
|
|
13
|
+
toolbar: readonly any[];
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "login", ...args: any[]) => void;
|
|
3
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
dense?: any;
|
|
3
|
+
value?: any;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly dense?: any;
|
|
6
|
+
readonly value?: any;
|
|
7
|
+
};
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { QFieldProps } from 'quasar';
|
|
2
|
+
declare var __VLS_6: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_6) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<QFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QFieldProps> & Readonly<{}>, {
|
|
7
|
+
dense: boolean;
|
|
8
|
+
dark: boolean | null;
|
|
9
|
+
rounded: boolean;
|
|
10
|
+
square: boolean;
|
|
11
|
+
hideBottomSpace: boolean;
|
|
12
|
+
filled: boolean;
|
|
13
|
+
outlined: boolean;
|
|
14
|
+
standout: string | boolean;
|
|
15
|
+
stackLabel: boolean;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
3
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "selected", ...args: any[]) => void;
|
|
3
|
+
driveIndex?: number | undefined;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly driveIndex?: number | undefined;
|
|
6
|
+
};
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
path: string;
|
|
3
|
+
driveIndex: number;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly path?: string | undefined;
|
|
6
|
+
readonly driveIndex?: number | undefined;
|
|
7
|
+
};
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "close" | "input", ...args: any[]) => void;
|
|
3
|
+
base: string;
|
|
4
|
+
closeable: boolean;
|
|
5
|
+
height: string;
|
|
6
|
+
defaultAction: string;
|
|
7
|
+
multiple: boolean;
|
|
8
|
+
$props: {
|
|
9
|
+
readonly base?: string | undefined;
|
|
10
|
+
readonly closeable?: boolean | undefined;
|
|
11
|
+
readonly height?: string | undefined;
|
|
12
|
+
readonly defaultAction?: string | undefined;
|
|
13
|
+
readonly multiple?: boolean | undefined;
|
|
14
|
+
};
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export interface LFileProps {
|
|
2
|
+
label?: string;
|
|
3
|
+
filled?: boolean;
|
|
4
|
+
outlined?: boolean;
|
|
5
|
+
standout?: boolean;
|
|
6
|
+
rounded?: boolean;
|
|
7
|
+
dense?: boolean;
|
|
8
|
+
square?: boolean;
|
|
9
|
+
stackLabel?: boolean;
|
|
10
|
+
path?: string;
|
|
11
|
+
accept?: string;
|
|
12
|
+
driveIndex?: number;
|
|
13
|
+
color?: string;
|
|
14
|
+
}
|
|
15
|
+
type __VLS_Props = LFileProps;
|
|
16
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
17
|
+
modelValue?: any;
|
|
18
|
+
};
|
|
19
|
+
declare var __VLS_53: string | number, __VLS_54: any;
|
|
20
|
+
type __VLS_Slots = {} & {
|
|
21
|
+
[K in NonNullable<typeof __VLS_53>]?: (props: typeof __VLS_54) => any;
|
|
22
|
+
};
|
|
23
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
|
+
"update:modelValue": (value: any) => any;
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
26
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
path: string;
|
|
29
|
+
dense: boolean;
|
|
30
|
+
rounded: boolean;
|
|
31
|
+
square: boolean;
|
|
32
|
+
filled: boolean;
|
|
33
|
+
outlined: boolean;
|
|
34
|
+
standout: boolean;
|
|
35
|
+
stackLabel: boolean;
|
|
36
|
+
driveIndex: number;
|
|
37
|
+
accept: string;
|
|
38
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
40
|
+
export default _default;
|
|
41
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
rounded: boolean;
|
|
19
|
+
square: boolean;
|
|
20
|
+
filled: boolean;
|
|
21
|
+
outlined: boolean;
|
|
22
|
+
standout: boolean;
|
|
23
|
+
stackLabel: boolean;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
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
|
+
width: string;
|
|
10
|
+
value: Record<string, any>;
|
|
11
|
+
title: string;
|
|
12
|
+
save: Function;
|
|
13
|
+
showNotification: boolean;
|
|
14
|
+
$props: {
|
|
15
|
+
readonly cancel?: Function | undefined;
|
|
16
|
+
readonly width?: string | undefined;
|
|
17
|
+
readonly value?: Record<string, any> | undefined;
|
|
18
|
+
readonly title?: 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
|
+
};
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
declare var __VLS_19: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_19) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
};
|
|
9
|
+
bordered: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
gutter: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
submitLabel: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
submitIcon: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
noRedirect: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
+
submit: (...args: any[]) => void;
|
|
31
|
+
save: (...args: any[]) => void;
|
|
32
|
+
submitted: (...args: any[]) => void;
|
|
33
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
modelValue: {
|
|
35
|
+
type: ObjectConstructor;
|
|
36
|
+
};
|
|
37
|
+
bordered: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
gutter: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
submitLabel: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
submitIcon: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
noRedirect: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
}>> & Readonly<{
|
|
58
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
onSubmitted?: ((...args: any[]) => any) | undefined;
|
|
61
|
+
}>, {
|
|
62
|
+
bordered: boolean;
|
|
63
|
+
gutter: string;
|
|
64
|
+
submitLabel: string;
|
|
65
|
+
submitIcon: string;
|
|
66
|
+
noRedirect: boolean;
|
|
67
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
68
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
69
|
+
export default _default;
|
|
70
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
71
|
+
new (): {
|
|
72
|
+
$slots: S;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
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>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
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>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
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>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { QInputProps } from "quasar";
|
|
2
|
+
export interface LInputProps extends QInputProps {
|
|
3
|
+
showPassword?: boolean;
|
|
4
|
+
translate?: boolean;
|
|
5
|
+
required?: boolean;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = LInputProps;
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
9
|
+
modelValue?: any;
|
|
10
|
+
};
|
|
11
|
+
declare var __VLS_31: string | number, __VLS_32: any;
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
[K in NonNullable<typeof __VLS_31>]?: (props: typeof __VLS_32) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (value: any) => any;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
dense: boolean;
|
|
21
|
+
dark: boolean | null;
|
|
22
|
+
rounded: boolean;
|
|
23
|
+
square: boolean;
|
|
24
|
+
hideBottomSpace: boolean;
|
|
25
|
+
filled: boolean;
|
|
26
|
+
outlined: boolean;
|
|
27
|
+
standout: string | boolean;
|
|
28
|
+
stackLabel: boolean;
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
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' | 'stretch';
|
|
8
|
+
}
|
|
9
|
+
declare var __VLS_10: {}, __VLS_24: {}, __VLS_30: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
avatar?: (props: typeof __VLS_10) => any;
|
|
12
|
+
} & {
|
|
13
|
+
default?: (props: typeof __VLS_24) => any;
|
|
14
|
+
} & {
|
|
15
|
+
end?: (props: typeof __VLS_30) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<LItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LItemProps> & Readonly<{}>, {
|
|
18
|
+
alignItems: "flex-start" | "center" | "flex-end" | "stretch";
|
|
19
|
+
top: boolean;
|
|
20
|
+
labelTop: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
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
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { QListProps } from 'quasar';
|
|
2
|
+
export interface LListProps extends QListProps {
|
|
3
|
+
fields?: any[];
|
|
4
|
+
modelValue?: any;
|
|
5
|
+
}
|
|
6
|
+
declare var __VLS_10: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_10) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: 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>;
|
|
15
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
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>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
dense?: any;
|
|
3
|
+
value?: any;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly dense?: any;
|
|
6
|
+
readonly value?: any;
|
|
7
|
+
};
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
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>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
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 var __VLS_34: {}, __VLS_36: {};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
header?: (props: typeof __VLS_34) => any;
|
|
14
|
+
} & {
|
|
15
|
+
default?: (props: typeof __VLS_36) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<LPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LPageProps> & Readonly<{}>, {
|
|
18
|
+
padding: boolean;
|
|
19
|
+
title: string;
|
|
20
|
+
gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
21
|
+
backBtn: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface LRowProps {
|
|
2
|
+
gutter?: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
3
|
+
}
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: 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>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
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
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { QSelectProps } from "quasar";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<QSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QSelectProps> & Readonly<{}>, {
|
|
3
|
+
dense: boolean;
|
|
4
|
+
rounded: boolean;
|
|
5
|
+
square: boolean;
|
|
6
|
+
hideBottomSpace: boolean;
|
|
7
|
+
filled: boolean;
|
|
8
|
+
outlined: boolean;
|
|
9
|
+
standout: string | boolean;
|
|
10
|
+
stackLabel: boolean;
|
|
11
|
+
emitValue: boolean;
|
|
12
|
+
mapOptions: boolean;
|
|
13
|
+
optionValue: string | ((option: string | any) => any);
|
|
14
|
+
optionLabel: string | ((option: string | any) => string);
|
|
15
|
+
inputDebounce: string | number;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface LSmallBoxProps {
|
|
2
|
+
title?: string;
|
|
3
|
+
subtitle?: string;
|
|
4
|
+
icon?: string;
|
|
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
|
+
}
|
|
7
|
+
declare const _default: 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
|
+
icon: string;
|
|
10
|
+
title: string;
|
|
11
|
+
subtitle: string;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
title: string;
|
|
3
|
+
value?: unknown;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly title?: string | undefined;
|
|
6
|
+
readonly value?: unknown;
|
|
7
|
+
};
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|