@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,9 @@
|
|
|
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<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
type __VLS_Slots = {
|
|
8
|
+
header?: ((props: {}) => any) | undefined;
|
|
9
|
+
};
|
|
@@ -1,2 +1,24 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_PublicProps = {
|
|
2
|
+
modelValue: {
|
|
3
|
+
createdTime: string;
|
|
4
|
+
createdBy: string;
|
|
5
|
+
updatedTime: string;
|
|
6
|
+
updatedBy: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (value: {
|
|
11
|
+
createdTime: string;
|
|
12
|
+
createdBy: string;
|
|
13
|
+
updatedTime: string;
|
|
14
|
+
updatedBy: string;
|
|
15
|
+
}) => any;
|
|
16
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((value: {
|
|
18
|
+
createdTime: string;
|
|
19
|
+
createdBy: string;
|
|
20
|
+
updatedTime: string;
|
|
21
|
+
updatedBy: string;
|
|
22
|
+
}) => any) | undefined;
|
|
23
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
2
24
|
export default _default;
|
|
@@ -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;
|
|
@@ -1,2 +1,34 @@
|
|
|
1
|
-
|
|
1
|
+
import type { QBannerProps } from 'quasar';
|
|
2
|
+
export type LBannerProps = QBannerProps & {
|
|
3
|
+
icon?: string;
|
|
4
|
+
type?: 'primary' | 'secondary' | 'accent' | 'dark' | 'positive' | 'negative' | 'info' | 'warning';
|
|
5
|
+
};
|
|
6
|
+
declare const classes: import("vue").ComputedRef<string[]>;
|
|
7
|
+
declare const localIcon: import("vue").ComputedRef<string | undefined>;
|
|
8
|
+
declare const slots: import("vue").ComputedRef<Readonly<{
|
|
9
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
10
|
+
}>>;
|
|
11
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
12
|
+
declare var __VLS_11: string | number, __VLS_12: any;
|
|
13
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
14
|
+
[K in NonNullable<typeof __VLS_11>]?: (props: typeof __VLS_12) => any;
|
|
15
|
+
}>;
|
|
16
|
+
declare const __VLS_self: import("vue").DefineComponent<LBannerProps, {
|
|
17
|
+
classes: typeof classes;
|
|
18
|
+
localIcon: typeof localIcon;
|
|
19
|
+
slots: typeof slots;
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LBannerProps> & Readonly<{}>, {
|
|
21
|
+
type: "primary" | "secondary" | "accent" | "dark" | "positive" | "negative" | "info" | "warning";
|
|
22
|
+
rounded: boolean;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const __VLS_component: import("vue").DefineComponent<LBannerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LBannerProps> & Readonly<{}>, {
|
|
25
|
+
type: "primary" | "secondary" | "accent" | "dark" | "positive" | "negative" | "info" | "warning";
|
|
26
|
+
rounded: 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,30 @@
|
|
|
1
|
-
|
|
1
|
+
import { QBar } from 'quasar';
|
|
2
|
+
import type { QBarProps } from 'quasar';
|
|
3
|
+
export interface LBarProps extends QBarProps {
|
|
4
|
+
color?: string;
|
|
5
|
+
textColor?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const barClass: import("vue").ComputedRef<string[]>;
|
|
8
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
9
|
+
declare var __VLS_6: {};
|
|
10
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
11
|
+
default?: (props: typeof __VLS_6) => any;
|
|
12
|
+
}>;
|
|
13
|
+
declare const __VLS_self: import("vue").DefineComponent<LBarProps, {
|
|
14
|
+
QBar: typeof QBar;
|
|
15
|
+
barClass: typeof barClass;
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LBarProps> & Readonly<{}>, {
|
|
17
|
+
color: string;
|
|
18
|
+
textColor: string;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const __VLS_component: import("vue").DefineComponent<LBarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LBarProps> & Readonly<{}>, {
|
|
21
|
+
color: string;
|
|
22
|
+
textColor: string;
|
|
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,73 @@
|
|
|
1
|
-
|
|
1
|
+
import { QBtn } from "quasar";
|
|
2
|
+
import type { QBtnProps } from "quasar";
|
|
3
|
+
export interface LBtnProps extends QBtnProps {
|
|
4
|
+
permission?: string;
|
|
5
|
+
confirmMessage?: string;
|
|
6
|
+
confirmTitle?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const filteredProps: {
|
|
9
|
+
size: string | undefined;
|
|
10
|
+
type: string | undefined;
|
|
11
|
+
to: string | any | undefined;
|
|
12
|
+
replace: boolean;
|
|
13
|
+
href: string | undefined;
|
|
14
|
+
target: string | undefined;
|
|
15
|
+
label: string | number | undefined;
|
|
16
|
+
icon: string | undefined;
|
|
17
|
+
iconRight: string | undefined;
|
|
18
|
+
outline: boolean;
|
|
19
|
+
flat: boolean;
|
|
20
|
+
unelevated: boolean;
|
|
21
|
+
rounded: boolean;
|
|
22
|
+
push: boolean;
|
|
23
|
+
square: boolean;
|
|
24
|
+
glossy: boolean;
|
|
25
|
+
fab: boolean;
|
|
26
|
+
fabMini: boolean;
|
|
27
|
+
padding: string | undefined;
|
|
28
|
+
color: import("quasar").NamedColor | undefined;
|
|
29
|
+
textColor: import("quasar").NamedColor | undefined;
|
|
30
|
+
noCaps: boolean;
|
|
31
|
+
noWrap: boolean;
|
|
32
|
+
dense: boolean;
|
|
33
|
+
ripple: boolean | any | undefined;
|
|
34
|
+
tabindex: number | string | undefined;
|
|
35
|
+
align: "left" | "right" | "center" | "around" | "between" | "evenly" | undefined;
|
|
36
|
+
stack: boolean;
|
|
37
|
+
stretch: boolean;
|
|
38
|
+
loading: boolean | null | undefined;
|
|
39
|
+
disable: boolean;
|
|
40
|
+
round: boolean;
|
|
41
|
+
percentage: number | undefined;
|
|
42
|
+
darkPercentage: boolean;
|
|
43
|
+
permission: string;
|
|
44
|
+
confirmMessage: string;
|
|
45
|
+
confirmTitle: string;
|
|
46
|
+
};
|
|
47
|
+
declare const handleClick: () => void;
|
|
48
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
49
|
+
declare var __VLS_10: {};
|
|
50
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
51
|
+
default?: (props: typeof __VLS_10) => any;
|
|
52
|
+
}>;
|
|
53
|
+
declare const __VLS_self: import("vue").DefineComponent<LBtnProps, {
|
|
54
|
+
QBtn: typeof QBtn;
|
|
55
|
+
filteredProps: typeof filteredProps;
|
|
56
|
+
handleClick: typeof handleClick;
|
|
57
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LBtnProps> & Readonly<{}>, {
|
|
58
|
+
permission: string;
|
|
59
|
+
confirmMessage: string;
|
|
60
|
+
confirmTitle: string;
|
|
61
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
62
|
+
declare const __VLS_component: import("vue").DefineComponent<LBtnProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LBtnProps> & Readonly<{}>, {
|
|
63
|
+
permission: string;
|
|
64
|
+
confirmMessage: string;
|
|
65
|
+
confirmTitle: string;
|
|
66
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
67
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
68
|
export default _default;
|
|
69
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
70
|
+
new (): {
|
|
71
|
+
$slots: S;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
@@ -1,2 +1,83 @@
|
|
|
1
|
-
|
|
1
|
+
import type { QCardProps } from 'quasar';
|
|
2
|
+
declare const minimized: import("vue").ModelRef<boolean, string, boolean, boolean>;
|
|
3
|
+
declare const maximized: import("vue").ModelRef<boolean, string, boolean, boolean>;
|
|
4
|
+
export interface LCardProps extends QCardProps {
|
|
5
|
+
loading?: boolean;
|
|
6
|
+
title?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Permission to access this card, if not granted, the card will not be shown, if the user is admin, a lock icon will be shown to allow the user to grant the permission
|
|
9
|
+
*/
|
|
10
|
+
permission?: string;
|
|
11
|
+
closeable?: boolean;
|
|
12
|
+
minimizable?: boolean;
|
|
13
|
+
maximizable?: boolean;
|
|
14
|
+
}
|
|
15
|
+
type __VLS_Props = LCardProps;
|
|
16
|
+
declare const attrs: import("vue").ComputedRef<any>;
|
|
17
|
+
declare const barClass: import("vue").ComputedRef<string[]>;
|
|
18
|
+
declare const showBar: import("vue").ComputedRef<boolean>;
|
|
19
|
+
declare const showSecurity: import("vue").ComputedRef<boolean>;
|
|
20
|
+
declare const roles: import("vue").Ref<{
|
|
21
|
+
name: string;
|
|
22
|
+
granted: boolean;
|
|
23
|
+
}[], {
|
|
24
|
+
name: string;
|
|
25
|
+
granted: boolean;
|
|
26
|
+
}[] | {
|
|
27
|
+
name: string;
|
|
28
|
+
granted: boolean;
|
|
29
|
+
}[]>;
|
|
30
|
+
declare const onUpdatePermission: (role: any) => Promise<void>;
|
|
31
|
+
declare const onClose: () => void;
|
|
32
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
33
|
+
"minimized"?: boolean;
|
|
34
|
+
"maximized"?: boolean;
|
|
35
|
+
};
|
|
36
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
37
|
+
declare var __VLS_66: {};
|
|
38
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
39
|
+
default?: (props: typeof __VLS_66) => any;
|
|
40
|
+
}>;
|
|
41
|
+
declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
42
|
+
minimized: typeof minimized;
|
|
43
|
+
maximized: typeof maximized;
|
|
44
|
+
attrs: typeof attrs;
|
|
45
|
+
barClass: typeof barClass;
|
|
46
|
+
showBar: typeof showBar;
|
|
47
|
+
showSecurity: typeof showSecurity;
|
|
48
|
+
roles: typeof roles;
|
|
49
|
+
onUpdatePermission: typeof onUpdatePermission;
|
|
50
|
+
onClose: typeof onClose;
|
|
51
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
52
|
+
close: (...args: any[]) => void;
|
|
53
|
+
"update:minimized": (value: boolean) => void;
|
|
54
|
+
"update:maximized": (value: boolean) => void;
|
|
55
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
56
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
"onUpdate:minimized"?: ((value: boolean) => any) | undefined;
|
|
58
|
+
"onUpdate:maximized"?: ((value: boolean) => any) | undefined;
|
|
59
|
+
}>, {
|
|
60
|
+
flat: boolean;
|
|
61
|
+
bordered: boolean;
|
|
62
|
+
square: boolean;
|
|
63
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
64
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
65
|
+
close: (...args: any[]) => void;
|
|
66
|
+
"update:minimized": (value: boolean) => void;
|
|
67
|
+
"update:maximized": (value: boolean) => void;
|
|
68
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
69
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
70
|
+
"onUpdate:minimized"?: ((value: boolean) => any) | undefined;
|
|
71
|
+
"onUpdate:maximized"?: ((value: boolean) => any) | undefined;
|
|
72
|
+
}>, {
|
|
73
|
+
flat: boolean;
|
|
74
|
+
bordered: boolean;
|
|
75
|
+
square: boolean;
|
|
76
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
77
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
78
|
export default _default;
|
|
79
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
80
|
+
new (): {
|
|
81
|
+
$slots: S;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
@@ -1,2 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
import { type QCheckboxProps } from "quasar";
|
|
2
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
3
|
+
declare var __VLS_6: {};
|
|
4
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
5
|
+
default?: (props: typeof __VLS_6) => any;
|
|
6
|
+
}>;
|
|
7
|
+
declare const __VLS_self: import("vue").DefineComponent<QCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<QCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
10
|
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -1,2 +1,36 @@
|
|
|
1
|
-
|
|
1
|
+
export interface LColProps {
|
|
2
|
+
md?: number | string;
|
|
3
|
+
sm?: number | string;
|
|
4
|
+
xs?: number | string;
|
|
5
|
+
gutter?: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
6
|
+
}
|
|
7
|
+
declare const classes: import("vue").ComputedRef<{
|
|
8
|
+
[x: string]: boolean;
|
|
9
|
+
"col-12": boolean;
|
|
10
|
+
}>;
|
|
11
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
12
|
+
declare var __VLS_1: {};
|
|
13
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
14
|
+
default?: (props: typeof __VLS_1) => any;
|
|
15
|
+
}>;
|
|
16
|
+
declare const __VLS_self: import("vue").DefineComponent<LColProps, {
|
|
17
|
+
classes: typeof classes;
|
|
18
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LColProps> & Readonly<{}>, {
|
|
19
|
+
sm: number | string;
|
|
20
|
+
xs: number | string;
|
|
21
|
+
md: number | string;
|
|
22
|
+
gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const __VLS_component: import("vue").DefineComponent<LColProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LColProps> & Readonly<{}>, {
|
|
25
|
+
sm: number | string;
|
|
26
|
+
xs: number | string;
|
|
27
|
+
md: number | string;
|
|
28
|
+
gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
31
|
export default _default;
|
|
32
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -1,2 +1,20 @@
|
|
|
1
|
-
declare const _default: {}
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "update:theme" | "update:menuOverlayHeader" | "update:dense" | "update:color" | "update:miniState" | "update:footer", ...args: any[]) => void;
|
|
3
|
+
color: string;
|
|
4
|
+
dense: boolean;
|
|
5
|
+
theme: string;
|
|
6
|
+
footer: boolean;
|
|
7
|
+
time: string;
|
|
8
|
+
miniState: boolean;
|
|
9
|
+
menuOverlayHeader: boolean;
|
|
10
|
+
$props: {
|
|
11
|
+
readonly color?: string | undefined;
|
|
12
|
+
readonly dense?: boolean | undefined;
|
|
13
|
+
readonly theme?: string | undefined;
|
|
14
|
+
readonly footer?: boolean | undefined;
|
|
15
|
+
readonly time?: string | undefined;
|
|
16
|
+
readonly miniState?: boolean | undefined;
|
|
17
|
+
readonly menuOverlayHeader?: boolean | undefined;
|
|
18
|
+
};
|
|
19
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
20
|
export default _default;
|
|
@@ -4,7 +4,7 @@ import { useLight } from "#imports";
|
|
|
4
4
|
import { date } from "quasar";
|
|
5
5
|
import { useI18n } from "vue-i18n";
|
|
6
6
|
const { t } = useI18n();
|
|
7
|
-
const modelValue = defineModel(
|
|
7
|
+
const modelValue = defineModel();
|
|
8
8
|
const props = defineProps({
|
|
9
9
|
label: { type: String, required: false },
|
|
10
10
|
required: { type: Boolean, required: false },
|
|
@@ -1,2 +1,84 @@
|
|
|
1
|
-
|
|
1
|
+
export interface LDatePickerProps {
|
|
2
|
+
label?: string;
|
|
3
|
+
required?: boolean;
|
|
4
|
+
hideBottomSpace?: boolean;
|
|
5
|
+
filled?: boolean;
|
|
6
|
+
outlined?: boolean;
|
|
7
|
+
standout?: boolean;
|
|
8
|
+
rounded?: boolean;
|
|
9
|
+
dense?: boolean;
|
|
10
|
+
square?: boolean;
|
|
11
|
+
stackLabel?: boolean;
|
|
12
|
+
rules?: any[];
|
|
13
|
+
range?: boolean;
|
|
14
|
+
mask?: string;
|
|
15
|
+
disable?: boolean;
|
|
16
|
+
color?: string;
|
|
17
|
+
}
|
|
18
|
+
type __VLS_Props = LDatePickerProps;
|
|
19
|
+
declare const popup: import("vue").Ref<any, any>;
|
|
20
|
+
declare const localValue: import("vue").WritableComputedRef<any, string | Object>;
|
|
21
|
+
declare const dateValue: import("vue").WritableComputedRef<import("vue").ModelRef<any, string, any, any>, string>;
|
|
22
|
+
declare const input_attrs: import("vue").ComputedRef<any>;
|
|
23
|
+
declare const date_attrs: import("vue").ComputedRef<{
|
|
24
|
+
required: boolean;
|
|
25
|
+
color: string;
|
|
26
|
+
mask: string;
|
|
27
|
+
range: boolean;
|
|
28
|
+
disable: boolean;
|
|
29
|
+
}>;
|
|
30
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
31
|
+
modelValue?: any;
|
|
32
|
+
};
|
|
33
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
34
|
+
declare var __VLS_25: string | number, __VLS_26: any;
|
|
35
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
36
|
+
[K in NonNullable<typeof __VLS_25>]?: (props: typeof __VLS_26) => any;
|
|
37
|
+
}>;
|
|
38
|
+
declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
39
|
+
popup: typeof popup;
|
|
40
|
+
localValue: typeof localValue;
|
|
41
|
+
dateValue: typeof dateValue;
|
|
42
|
+
input_attrs: typeof input_attrs;
|
|
43
|
+
date_attrs: typeof date_attrs;
|
|
44
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
|
+
"update:modelValue": (value: any) => any;
|
|
46
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
47
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
48
|
+
}>, {
|
|
49
|
+
dense: boolean;
|
|
50
|
+
square: boolean;
|
|
51
|
+
mask: string;
|
|
52
|
+
rounded: boolean;
|
|
53
|
+
disable: boolean;
|
|
54
|
+
outlined: boolean;
|
|
55
|
+
filled: boolean;
|
|
56
|
+
stackLabel: boolean;
|
|
57
|
+
standout: boolean;
|
|
58
|
+
hideBottomSpace: boolean;
|
|
59
|
+
range: boolean;
|
|
60
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
61
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
62
|
+
"update:modelValue": (value: any) => any;
|
|
63
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
64
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
65
|
+
}>, {
|
|
66
|
+
dense: boolean;
|
|
67
|
+
square: boolean;
|
|
68
|
+
mask: string;
|
|
69
|
+
rounded: boolean;
|
|
70
|
+
disable: boolean;
|
|
71
|
+
outlined: boolean;
|
|
72
|
+
filled: boolean;
|
|
73
|
+
stackLabel: boolean;
|
|
74
|
+
standout: boolean;
|
|
75
|
+
hideBottomSpace: boolean;
|
|
76
|
+
range: boolean;
|
|
77
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
78
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
79
|
export default _default;
|
|
80
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
81
|
+
new (): {
|
|
82
|
+
$slots: S;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
declare const _default: {}
|
|
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>;
|
|
2
8
|
export default _default;
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
declare const _default: {}
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "hide" | "ok", ...args: any[]) => void;
|
|
3
|
+
$props: {};
|
|
4
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
5
|
export default _default;
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
declare const _default: {}
|
|
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>;
|
|
2
7
|
export default _default;
|
|
@@ -1,2 +1,14 @@
|
|
|
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
|
+
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
|
+
};
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
-
|
|
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>;
|
|
2
13
|
export default _default;
|
|
@@ -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;
|
|
@@ -1,2 +1,15 @@
|
|
|
1
|
-
|
|
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
|
+
modelValue: string;
|
|
11
|
+
placeholder: string;
|
|
12
|
+
fonts: any | undefined;
|
|
13
|
+
toolbar: readonly any[];
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
2
15
|
export default _default;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
declare const _default: {}
|
|
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>;
|
|
2
4
|
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,35 @@
|
|
|
1
|
-
|
|
1
|
+
import type { QFieldProps } from 'quasar';
|
|
2
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
3
|
+
declare var __VLS_6: {};
|
|
4
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
5
|
+
default?: (props: typeof __VLS_6) => any;
|
|
6
|
+
}>;
|
|
7
|
+
declare const __VLS_self: import("vue").DefineComponent<QFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QFieldProps> & Readonly<{}>, {
|
|
8
|
+
dense: boolean;
|
|
9
|
+
dark: boolean | null;
|
|
10
|
+
square: boolean;
|
|
11
|
+
rounded: boolean;
|
|
12
|
+
outlined: boolean;
|
|
13
|
+
filled: boolean;
|
|
14
|
+
stackLabel: boolean;
|
|
15
|
+
standout: string | boolean;
|
|
16
|
+
hideBottomSpace: boolean;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const __VLS_component: import("vue").DefineComponent<QFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QFieldProps> & Readonly<{}>, {
|
|
19
|
+
dense: boolean;
|
|
20
|
+
dark: boolean | null;
|
|
21
|
+
square: boolean;
|
|
22
|
+
rounded: boolean;
|
|
23
|
+
outlined: boolean;
|
|
24
|
+
filled: boolean;
|
|
25
|
+
stackLabel: boolean;
|
|
26
|
+
standout: string | boolean;
|
|
27
|
+
hideBottomSpace: boolean;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
30
|
export default _default;
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
declare const _default: {}
|
|
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>;
|
|
2
4
|
export default _default;
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
declare const _default: {}
|
|
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>;
|
|
2
8
|
export default _default;
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
-
declare const _default: {}
|
|
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>;
|
|
2
9
|
export default _default;
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
-
declare const _default: {}
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "close" | "input", ...args: any[]) => void;
|
|
3
|
+
height: string;
|
|
4
|
+
multiple: boolean;
|
|
5
|
+
base: string;
|
|
6
|
+
closeable: boolean;
|
|
7
|
+
defaultAction: string;
|
|
8
|
+
$props: {
|
|
9
|
+
readonly height?: string | undefined;
|
|
10
|
+
readonly multiple?: boolean | undefined;
|
|
11
|
+
readonly base?: string | undefined;
|
|
12
|
+
readonly closeable?: boolean | undefined;
|
|
13
|
+
readonly defaultAction?: string | undefined;
|
|
14
|
+
};
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
16
|
export default _default;
|