@hostlink/nuxt-light 1.48.8 → 1.48.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/runtime/components/l-add-btn.d.vue.ts +2 -2
- package/dist/runtime/components/l-add-btn.vue.d.ts +2 -2
- package/dist/runtime/components/l-card.d.vue.ts +1 -1
- package/dist/runtime/components/l-card.vue.d.ts +1 -1
- package/dist/runtime/components/l-col.d.vue.ts +3 -3
- package/dist/runtime/components/l-col.vue.d.ts +3 -3
- package/dist/runtime/components/l-customizer.d.vue.ts +6 -6
- package/dist/runtime/components/l-customizer.vue.d.ts +6 -6
- package/dist/runtime/components/l-date-picker.d.vue.ts +8 -7
- package/dist/runtime/components/l-date-picker.vue +38 -10
- package/dist/runtime/components/l-date-picker.vue.d.ts +8 -7
- package/dist/runtime/components/l-editor.d.vue.ts +2 -2
- package/dist/runtime/components/l-editor.vue.d.ts +2 -2
- package/dist/runtime/components/l-fav-menu.d.vue.ts +2 -2
- package/dist/runtime/components/l-fav-menu.vue.d.ts +2 -2
- package/dist/runtime/components/l-field.d.vue.ts +3 -3
- package/dist/runtime/components/l-field.vue.d.ts +3 -3
- package/dist/runtime/components/l-file-manager.d.vue.ts +2 -2
- package/dist/runtime/components/l-file-manager.vue.d.ts +2 -2
- package/dist/runtime/components/l-file-upload.d.vue.ts +5 -5
- package/dist/runtime/components/l-file-upload.vue.d.ts +5 -5
- package/dist/runtime/components/l-file.d.vue.ts +3 -3
- package/dist/runtime/components/l-file.vue.d.ts +3 -3
- package/dist/runtime/components/l-form-dialog.d.vue.ts +4 -4
- package/dist/runtime/components/l-form-dialog.vue.d.ts +4 -4
- package/dist/runtime/components/l-form.d.vue.ts +1 -1
- package/dist/runtime/components/l-form.vue.d.ts +1 -1
- package/dist/runtime/components/l-input.d.vue.ts +3 -3
- package/dist/runtime/components/l-input.vue.d.ts +3 -3
- package/dist/runtime/components/l-item.d.vue.ts +1 -1
- package/dist/runtime/components/l-item.vue.d.ts +1 -1
- package/dist/runtime/components/l-menu.d.vue.ts +2 -2
- package/dist/runtime/components/l-menu.vue.d.ts +2 -2
- package/dist/runtime/components/l-page.d.vue.ts +1 -1
- package/dist/runtime/components/l-page.vue.d.ts +1 -1
- package/dist/runtime/components/l-select.d.vue.ts +3 -3
- package/dist/runtime/components/l-select.vue.d.ts +3 -3
- package/dist/runtime/components/l-table.d.vue.ts +5 -5
- package/dist/runtime/components/l-table.vue +4 -1
- package/dist/runtime/components/l-table.vue.d.ts +5 -5
- package/dist/runtime/components/l-tabs.d.vue.ts +1 -1
- package/dist/runtime/components/l-tabs.vue.d.ts +1 -1
- package/dist/runtime/components/l-time-picker.d.vue.ts +1 -1
- package/dist/runtime/components/l-time-picker.vue.d.ts +1 -1
- package/dist/runtime/composables/t.d.ts +1 -1
- package/dist/runtime/composables/t.js +2 -2
- package/dist/runtime/composables/useLight.d.ts +32 -32
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
label: string;
|
|
3
|
-
to?: string | undefined;
|
|
4
3
|
color?: string | undefined;
|
|
4
|
+
to?: string | undefined;
|
|
5
5
|
$props: {
|
|
6
6
|
readonly label?: string | undefined;
|
|
7
|
-
readonly to?: string | undefined;
|
|
8
7
|
readonly color?: string | undefined;
|
|
8
|
+
readonly to?: string | undefined;
|
|
9
9
|
};
|
|
10
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
label: string;
|
|
3
|
-
to?: string | undefined;
|
|
4
3
|
color?: string | undefined;
|
|
4
|
+
to?: string | undefined;
|
|
5
5
|
$props: {
|
|
6
6
|
readonly label?: string | undefined;
|
|
7
|
-
readonly to?: string | undefined;
|
|
8
7
|
readonly color?: string | undefined;
|
|
8
|
+
readonly to?: string | undefined;
|
|
9
9
|
};
|
|
10
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -32,8 +32,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
32
32
|
"onUpdate:maximized"?: ((value: boolean) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
34
|
flat: boolean;
|
|
35
|
-
bordered: boolean;
|
|
36
35
|
square: boolean;
|
|
36
|
+
bordered: boolean;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
38
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
39
39
|
export default _default;
|
|
@@ -32,8 +32,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
32
32
|
"onUpdate:maximized"?: ((value: boolean) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
34
|
flat: boolean;
|
|
35
|
-
bordered: boolean;
|
|
36
35
|
square: boolean;
|
|
36
|
+
bordered: boolean;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
38
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
39
39
|
export default _default;
|
|
@@ -9,10 +9,10 @@ type __VLS_Slots = {} & {
|
|
|
9
9
|
default?: (props: typeof __VLS_1) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_component: import("vue").DefineComponent<LColProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LColProps> & Readonly<{}>, {
|
|
12
|
-
xs: number | string;
|
|
13
|
-
sm: number | string;
|
|
14
|
-
md: number | string;
|
|
15
12
|
gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
13
|
+
md: number | string;
|
|
14
|
+
sm: number | string;
|
|
15
|
+
xs: number | string;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
18
|
export default _default;
|
|
@@ -9,10 +9,10 @@ type __VLS_Slots = {} & {
|
|
|
9
9
|
default?: (props: typeof __VLS_1) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_component: import("vue").DefineComponent<LColProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LColProps> & Readonly<{}>, {
|
|
12
|
-
xs: number | string;
|
|
13
|
-
sm: number | string;
|
|
14
|
-
md: number | string;
|
|
15
12
|
gutter: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
13
|
+
md: number | string;
|
|
14
|
+
sm: number | string;
|
|
15
|
+
xs: number | string;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
18
|
export default _default;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "update:theme" | "update:menuOverlayHeader" | "update:dense" | "update:color" | "update:miniState" | "update:footer", ...args: any[]) => void;
|
|
3
3
|
color: string;
|
|
4
|
-
|
|
4
|
+
theme: string;
|
|
5
5
|
dense: boolean;
|
|
6
6
|
footer: boolean;
|
|
7
|
-
menuOverlayHeader: boolean;
|
|
8
|
-
theme: string;
|
|
9
7
|
time: string;
|
|
8
|
+
miniState: boolean;
|
|
9
|
+
menuOverlayHeader: boolean;
|
|
10
10
|
$props: {
|
|
11
11
|
readonly color?: string | undefined;
|
|
12
|
-
readonly
|
|
12
|
+
readonly theme?: string | undefined;
|
|
13
13
|
readonly dense?: boolean | undefined;
|
|
14
14
|
readonly footer?: boolean | undefined;
|
|
15
|
-
readonly menuOverlayHeader?: boolean | undefined;
|
|
16
|
-
readonly theme?: string | undefined;
|
|
17
15
|
readonly time?: string | undefined;
|
|
16
|
+
readonly miniState?: boolean | undefined;
|
|
17
|
+
readonly menuOverlayHeader?: boolean | undefined;
|
|
18
18
|
};
|
|
19
19
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "update:theme" | "update:menuOverlayHeader" | "update:dense" | "update:color" | "update:miniState" | "update:footer", ...args: any[]) => void;
|
|
3
3
|
color: string;
|
|
4
|
-
|
|
4
|
+
theme: string;
|
|
5
5
|
dense: boolean;
|
|
6
6
|
footer: boolean;
|
|
7
|
-
menuOverlayHeader: boolean;
|
|
8
|
-
theme: string;
|
|
9
7
|
time: string;
|
|
8
|
+
miniState: boolean;
|
|
9
|
+
menuOverlayHeader: boolean;
|
|
10
10
|
$props: {
|
|
11
11
|
readonly color?: string | undefined;
|
|
12
|
-
readonly
|
|
12
|
+
readonly theme?: string | undefined;
|
|
13
13
|
readonly dense?: boolean | undefined;
|
|
14
14
|
readonly footer?: boolean | undefined;
|
|
15
|
-
readonly menuOverlayHeader?: boolean | undefined;
|
|
16
|
-
readonly theme?: string | undefined;
|
|
17
15
|
readonly time?: string | undefined;
|
|
16
|
+
readonly miniState?: boolean | undefined;
|
|
17
|
+
readonly menuOverlayHeader?: boolean | undefined;
|
|
18
18
|
};
|
|
19
19
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
export type LDatePickerProps = QDateProps & QInputProps
|
|
1
|
+
import { type QDateProps, type QInputProps } from "quasar";
|
|
2
|
+
export type LDatePickerProps = Omit<QDateProps, "modelValue"> & Omit<QInputProps, "modelValue">;
|
|
3
3
|
type __VLS_Props = LDatePickerProps;
|
|
4
4
|
type __VLS_PublicProps = __VLS_Props & {
|
|
5
5
|
modelValue?: any;
|
|
@@ -13,17 +13,18 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
|
-
dense: boolean;
|
|
17
|
-
rounded: boolean;
|
|
18
|
-
square: boolean;
|
|
19
16
|
disable: boolean;
|
|
20
|
-
|
|
21
|
-
range: boolean;
|
|
17
|
+
dark: boolean | null;
|
|
22
18
|
stackLabel: boolean;
|
|
23
19
|
filled: boolean;
|
|
24
20
|
outlined: boolean;
|
|
25
21
|
standout: string | boolean;
|
|
26
22
|
hideBottomSpace: boolean;
|
|
23
|
+
rounded: boolean;
|
|
24
|
+
square: boolean;
|
|
25
|
+
dense: boolean;
|
|
26
|
+
todayBtn: boolean;
|
|
27
|
+
range: boolean;
|
|
27
28
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
29
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
29
30
|
export default _default;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { ref, computed, watch } from "vue";
|
|
3
3
|
import { useLight } from "#imports";
|
|
4
|
-
|
|
4
|
+
import { QInput } from "quasar";
|
|
5
|
+
const modelValue = defineModel({ type: null, ...{
|
|
6
|
+
type: [String, Object, null],
|
|
7
|
+
default: null
|
|
8
|
+
} });
|
|
5
9
|
const props = defineProps({
|
|
6
10
|
name: { type: String, required: false },
|
|
7
11
|
landscape: { type: Boolean, required: false, skipCheck: true },
|
|
@@ -10,13 +14,12 @@ const props = defineProps({
|
|
|
10
14
|
calendar: { type: null, required: false },
|
|
11
15
|
color: { type: Object, required: false },
|
|
12
16
|
textColor: { type: null, required: false },
|
|
13
|
-
dark: { type: [Boolean, null], required: false },
|
|
17
|
+
dark: { type: [Boolean, null], required: false, default: void 0 },
|
|
14
18
|
square: { type: Boolean, required: false, default: void 0 },
|
|
15
19
|
flat: { type: Boolean, required: false, skipCheck: true },
|
|
16
20
|
bordered: { type: Boolean, required: false, skipCheck: true },
|
|
17
21
|
readonly: { type: Boolean, required: false },
|
|
18
22
|
disable: { type: Boolean, required: false, default: false },
|
|
19
|
-
modelValue: { type: [String, Array, null, Number], required: true },
|
|
20
23
|
title: { type: null, required: false },
|
|
21
24
|
subtitle: { type: null, required: false },
|
|
22
25
|
defaultYearMonth: { type: null, required: false },
|
|
@@ -86,12 +89,10 @@ const props = defineProps({
|
|
|
86
89
|
const light = useLight();
|
|
87
90
|
const popup = ref(null);
|
|
88
91
|
watch(modelValue, (newVal) => {
|
|
89
|
-
console.log("modelValue changed", newVal);
|
|
90
92
|
popup.value.hide();
|
|
91
93
|
});
|
|
92
94
|
const localValue = computed({
|
|
93
95
|
get: () => {
|
|
94
|
-
console.log("getting localValue", modelValue.value);
|
|
95
96
|
if (!modelValue.value) {
|
|
96
97
|
return modelValue.value;
|
|
97
98
|
}
|
|
@@ -102,7 +103,6 @@ const localValue = computed({
|
|
|
102
103
|
}
|
|
103
104
|
return s;
|
|
104
105
|
}
|
|
105
|
-
console.log("getting localValue", modelValue.value);
|
|
106
106
|
return modelValue.value;
|
|
107
107
|
},
|
|
108
108
|
set: (val) => {
|
|
@@ -116,7 +116,6 @@ const localValue = computed({
|
|
|
116
116
|
const from = parts[0];
|
|
117
117
|
const to = parts[1];
|
|
118
118
|
if (from.match(/^\d{4}-\d{2}-\d{2}$/) && to.match(/^\d{4}-\d{2}-\d{2}$/)) {
|
|
119
|
-
console.log("setting range", from, to);
|
|
120
119
|
modelValue.value = { from, to };
|
|
121
120
|
return;
|
|
122
121
|
}
|
|
@@ -152,17 +151,46 @@ const inputProps = computed(() => {
|
|
|
152
151
|
return rest;
|
|
153
152
|
});
|
|
154
153
|
const dateProps = computed(() => {
|
|
155
|
-
const {
|
|
154
|
+
const {
|
|
155
|
+
filled,
|
|
156
|
+
outlined,
|
|
157
|
+
standout,
|
|
158
|
+
rounded,
|
|
159
|
+
dense,
|
|
160
|
+
square,
|
|
161
|
+
stackLabel,
|
|
162
|
+
color,
|
|
163
|
+
mask,
|
|
164
|
+
rules,
|
|
165
|
+
hint,
|
|
166
|
+
hideHint,
|
|
167
|
+
prefix,
|
|
168
|
+
suffix,
|
|
169
|
+
loading,
|
|
170
|
+
clearable,
|
|
171
|
+
clearIcon,
|
|
172
|
+
hideBottomSpace,
|
|
173
|
+
counter,
|
|
174
|
+
maxlength,
|
|
175
|
+
disable,
|
|
176
|
+
readonly,
|
|
177
|
+
autofocus,
|
|
178
|
+
inputClass,
|
|
179
|
+
inputStyle,
|
|
180
|
+
type,
|
|
181
|
+
debounce,
|
|
182
|
+
...rest
|
|
183
|
+
} = props;
|
|
156
184
|
return rest;
|
|
157
185
|
});
|
|
158
186
|
</script>
|
|
159
187
|
|
|
160
188
|
<template>
|
|
161
|
-
<q-input v-model="localValue"
|
|
189
|
+
<q-input v-model="localValue" :mask="inputMask" :rules="inputRules" v-bind="inputProps">
|
|
162
190
|
<template v-slot:prepend>
|
|
163
191
|
<q-icon name="sym_o_event" class="cursor-pointer">
|
|
164
192
|
<q-popup-proxy cover transition-show="scale" transition-hide="scale" ref="popup">
|
|
165
|
-
<q-date :color="color ?? $light.color" mask="YYYY-MM-DD" v-bind="dateProps">
|
|
193
|
+
<q-date :color="color ?? $light.color" mask="YYYY-MM-DD" v-model="modelValue" v-bind="dateProps">
|
|
166
194
|
<div class="row items-center justify-end">
|
|
167
195
|
<q-btn v-close-popup :label="$t('Close')" :color="color ?? $light.color" flat />
|
|
168
196
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
export type LDatePickerProps = QDateProps & QInputProps
|
|
1
|
+
import { type QDateProps, type QInputProps } from "quasar";
|
|
2
|
+
export type LDatePickerProps = Omit<QDateProps, "modelValue"> & Omit<QInputProps, "modelValue">;
|
|
3
3
|
type __VLS_Props = LDatePickerProps;
|
|
4
4
|
type __VLS_PublicProps = __VLS_Props & {
|
|
5
5
|
modelValue?: any;
|
|
@@ -13,17 +13,18 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
|
-
dense: boolean;
|
|
17
|
-
rounded: boolean;
|
|
18
|
-
square: boolean;
|
|
19
16
|
disable: boolean;
|
|
20
|
-
|
|
21
|
-
range: boolean;
|
|
17
|
+
dark: boolean | null;
|
|
22
18
|
stackLabel: boolean;
|
|
23
19
|
filled: boolean;
|
|
24
20
|
outlined: boolean;
|
|
25
21
|
standout: string | boolean;
|
|
26
22
|
hideBottomSpace: boolean;
|
|
23
|
+
rounded: boolean;
|
|
24
|
+
square: boolean;
|
|
25
|
+
dense: boolean;
|
|
26
|
+
todayBtn: boolean;
|
|
27
|
+
range: boolean;
|
|
27
28
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
29
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
29
30
|
export default _default;
|
|
@@ -6,9 +6,9 @@ declare const _default: import("vue").DefineComponent<LEditorProps, {}, {}, {},
|
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<LEditorProps> & Readonly<{
|
|
7
7
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
|
-
dense: boolean;
|
|
10
|
-
placeholder: string;
|
|
11
9
|
modelValue: string;
|
|
10
|
+
placeholder: string;
|
|
11
|
+
dense: boolean;
|
|
12
12
|
fonts: any | undefined;
|
|
13
13
|
toolbar: readonly any[];
|
|
14
14
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -6,9 +6,9 @@ declare const _default: import("vue").DefineComponent<LEditorProps, {}, {}, {},
|
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<LEditorProps> & Readonly<{
|
|
7
7
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
|
-
dense: boolean;
|
|
10
|
-
placeholder: string;
|
|
11
9
|
modelValue: string;
|
|
10
|
+
placeholder: string;
|
|
11
|
+
dense: boolean;
|
|
12
12
|
fonts: any | undefined;
|
|
13
13
|
toolbar: readonly any[];
|
|
14
14
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
dense?: any;
|
|
3
2
|
value?: any;
|
|
3
|
+
dense?: any;
|
|
4
4
|
$props: {
|
|
5
|
-
readonly dense?: any;
|
|
6
5
|
readonly value?: any;
|
|
6
|
+
readonly dense?: any;
|
|
7
7
|
};
|
|
8
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
dense?: any;
|
|
3
2
|
value?: any;
|
|
3
|
+
dense?: any;
|
|
4
4
|
$props: {
|
|
5
|
-
readonly dense?: any;
|
|
6
5
|
readonly value?: any;
|
|
6
|
+
readonly dense?: any;
|
|
7
7
|
};
|
|
8
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -4,15 +4,15 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_6) => any;
|
|
5
5
|
};
|
|
6
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
7
|
dark: boolean | null;
|
|
9
|
-
rounded: boolean;
|
|
10
|
-
square: boolean;
|
|
11
8
|
stackLabel: boolean;
|
|
12
9
|
filled: boolean;
|
|
13
10
|
outlined: boolean;
|
|
14
11
|
standout: string | boolean;
|
|
15
12
|
hideBottomSpace: boolean;
|
|
13
|
+
rounded: boolean;
|
|
14
|
+
square: boolean;
|
|
15
|
+
dense: boolean;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
18
|
export default _default;
|
|
@@ -4,15 +4,15 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_6) => any;
|
|
5
5
|
};
|
|
6
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
7
|
dark: boolean | null;
|
|
9
|
-
rounded: boolean;
|
|
10
|
-
square: boolean;
|
|
11
8
|
stackLabel: boolean;
|
|
12
9
|
filled: boolean;
|
|
13
10
|
outlined: boolean;
|
|
14
11
|
standout: string | boolean;
|
|
15
12
|
hideBottomSpace: boolean;
|
|
13
|
+
rounded: boolean;
|
|
14
|
+
square: boolean;
|
|
15
|
+
dense: boolean;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
18
|
export default _default;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "close" | "input", ...args: any[]) => void;
|
|
3
|
+
multiple: boolean;
|
|
3
4
|
base: string;
|
|
4
5
|
closeable: boolean;
|
|
5
|
-
multiple: boolean;
|
|
6
6
|
height: string;
|
|
7
7
|
defaultAction: string;
|
|
8
8
|
$props: {
|
|
9
|
+
readonly multiple?: boolean | undefined;
|
|
9
10
|
readonly base?: string | undefined;
|
|
10
11
|
readonly closeable?: boolean | undefined;
|
|
11
|
-
readonly multiple?: boolean | undefined;
|
|
12
12
|
readonly height?: string | undefined;
|
|
13
13
|
readonly defaultAction?: string | undefined;
|
|
14
14
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "close" | "input", ...args: any[]) => void;
|
|
3
|
+
multiple: boolean;
|
|
3
4
|
base: string;
|
|
4
5
|
closeable: boolean;
|
|
5
|
-
multiple: boolean;
|
|
6
6
|
height: string;
|
|
7
7
|
defaultAction: string;
|
|
8
8
|
$props: {
|
|
9
|
+
readonly multiple?: boolean | undefined;
|
|
9
10
|
readonly base?: string | undefined;
|
|
10
11
|
readonly closeable?: boolean | undefined;
|
|
11
|
-
readonly multiple?: boolean | undefined;
|
|
12
12
|
readonly height?: string | undefined;
|
|
13
13
|
readonly defaultAction?: string | undefined;
|
|
14
14
|
};
|
|
@@ -25,16 +25,16 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
25
25
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
26
26
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
27
27
|
}>, {
|
|
28
|
-
|
|
29
|
-
dense: boolean;
|
|
30
|
-
rounded: boolean;
|
|
31
|
-
square: boolean;
|
|
28
|
+
accept: string;
|
|
32
29
|
stackLabel: boolean;
|
|
33
30
|
filled: boolean;
|
|
34
31
|
outlined: boolean;
|
|
35
32
|
standout: boolean;
|
|
33
|
+
rounded: boolean;
|
|
34
|
+
square: boolean;
|
|
35
|
+
dense: boolean;
|
|
36
|
+
path: string;
|
|
36
37
|
driveIndex: number;
|
|
37
|
-
accept: string;
|
|
38
38
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
39
39
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
40
40
|
export default _default;
|
|
@@ -25,16 +25,16 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
25
25
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
26
26
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
27
27
|
}>, {
|
|
28
|
-
|
|
29
|
-
dense: boolean;
|
|
30
|
-
rounded: boolean;
|
|
31
|
-
square: boolean;
|
|
28
|
+
accept: string;
|
|
32
29
|
stackLabel: boolean;
|
|
33
30
|
filled: boolean;
|
|
34
31
|
outlined: boolean;
|
|
35
32
|
standout: boolean;
|
|
33
|
+
rounded: boolean;
|
|
34
|
+
square: boolean;
|
|
35
|
+
dense: boolean;
|
|
36
|
+
path: string;
|
|
36
37
|
driveIndex: number;
|
|
37
|
-
accept: string;
|
|
38
38
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
39
39
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
40
40
|
export default _default;
|
|
@@ -14,12 +14,12 @@ declare const _default: import("vue").DefineComponent<LFileProps, {}, {}, {}, {}
|
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<LFileProps> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
|
-
dense: boolean;
|
|
18
|
-
rounded: boolean;
|
|
19
|
-
square: boolean;
|
|
20
17
|
stackLabel: boolean;
|
|
21
18
|
filled: boolean;
|
|
22
19
|
outlined: boolean;
|
|
23
20
|
standout: boolean;
|
|
21
|
+
rounded: boolean;
|
|
22
|
+
square: boolean;
|
|
23
|
+
dense: boolean;
|
|
24
24
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
25
|
export default _default;
|
|
@@ -14,12 +14,12 @@ declare const _default: import("vue").DefineComponent<LFileProps, {}, {}, {}, {}
|
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<LFileProps> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
|
-
dense: boolean;
|
|
18
|
-
rounded: boolean;
|
|
19
|
-
square: boolean;
|
|
20
17
|
stackLabel: boolean;
|
|
21
18
|
filled: boolean;
|
|
22
19
|
outlined: boolean;
|
|
23
20
|
standout: boolean;
|
|
21
|
+
rounded: boolean;
|
|
22
|
+
square: boolean;
|
|
23
|
+
dense: boolean;
|
|
24
24
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
25
|
export default _default;
|
|
@@ -5,17 +5,17 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "submit", ...args: any[]) => void;
|
|
8
|
-
cancel: Function;
|
|
9
|
-
width: string;
|
|
10
8
|
value: Record<string, any>;
|
|
9
|
+
cancel: Function;
|
|
11
10
|
title: string;
|
|
11
|
+
width: string;
|
|
12
12
|
save: Function;
|
|
13
13
|
showNotification: boolean;
|
|
14
14
|
$props: {
|
|
15
|
-
readonly cancel?: Function | undefined;
|
|
16
|
-
readonly width?: string | undefined;
|
|
17
15
|
readonly value?: Record<string, any> | undefined;
|
|
16
|
+
readonly cancel?: Function | undefined;
|
|
18
17
|
readonly title?: string | undefined;
|
|
18
|
+
readonly width?: string | undefined;
|
|
19
19
|
readonly save?: Function | undefined;
|
|
20
20
|
readonly showNotification?: boolean | undefined;
|
|
21
21
|
};
|
|
@@ -5,17 +5,17 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "submit", ...args: any[]) => void;
|
|
8
|
-
cancel: Function;
|
|
9
|
-
width: string;
|
|
10
8
|
value: Record<string, any>;
|
|
9
|
+
cancel: Function;
|
|
11
10
|
title: string;
|
|
11
|
+
width: string;
|
|
12
12
|
save: Function;
|
|
13
13
|
showNotification: boolean;
|
|
14
14
|
$props: {
|
|
15
|
-
readonly cancel?: Function | undefined;
|
|
16
|
-
readonly width?: string | undefined;
|
|
17
15
|
readonly value?: Record<string, any> | undefined;
|
|
16
|
+
readonly cancel?: Function | undefined;
|
|
18
17
|
readonly title?: string | undefined;
|
|
18
|
+
readonly width?: string | undefined;
|
|
19
19
|
readonly save?: Function | undefined;
|
|
20
20
|
readonly showNotification?: boolean | undefined;
|
|
21
21
|
};
|
|
@@ -59,8 +59,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
59
59
|
onSave?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onSubmitted?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
}>, {
|
|
62
|
-
bordered: boolean;
|
|
63
62
|
gutter: string;
|
|
63
|
+
bordered: boolean;
|
|
64
64
|
submitLabel: string;
|
|
65
65
|
submitIcon: string;
|
|
66
66
|
noRedirect: boolean;
|
|
@@ -59,8 +59,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
59
59
|
onSave?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onSubmitted?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
}>, {
|
|
62
|
-
bordered: boolean;
|
|
63
62
|
gutter: string;
|
|
63
|
+
bordered: boolean;
|
|
64
64
|
submitLabel: string;
|
|
65
65
|
submitIcon: string;
|
|
66
66
|
noRedirect: boolean;
|
|
@@ -17,15 +17,15 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
18
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
|
-
dense: boolean;
|
|
21
20
|
dark: boolean | null;
|
|
22
|
-
rounded: boolean;
|
|
23
|
-
square: boolean;
|
|
24
21
|
stackLabel: boolean;
|
|
25
22
|
filled: boolean;
|
|
26
23
|
outlined: boolean;
|
|
27
24
|
standout: string | boolean;
|
|
28
25
|
hideBottomSpace: boolean;
|
|
26
|
+
rounded: boolean;
|
|
27
|
+
square: boolean;
|
|
28
|
+
dense: boolean;
|
|
29
29
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
30
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
31
31
|
export default _default;
|
|
@@ -17,15 +17,15 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
18
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
|
-
dense: boolean;
|
|
21
20
|
dark: boolean | null;
|
|
22
|
-
rounded: boolean;
|
|
23
|
-
square: boolean;
|
|
24
21
|
stackLabel: boolean;
|
|
25
22
|
filled: boolean;
|
|
26
23
|
outlined: boolean;
|
|
27
24
|
standout: string | boolean;
|
|
28
25
|
hideBottomSpace: boolean;
|
|
26
|
+
rounded: boolean;
|
|
27
|
+
square: boolean;
|
|
28
|
+
dense: boolean;
|
|
29
29
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
30
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
31
31
|
export default _default;
|
|
@@ -15,8 +15,8 @@ type __VLS_Slots = {} & {
|
|
|
15
15
|
end?: (props: typeof __VLS_30) => any;
|
|
16
16
|
};
|
|
17
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
18
|
top: boolean;
|
|
19
|
+
alignItems: "flex-start" | "center" | "flex-end" | "stretch";
|
|
20
20
|
labelTop: boolean;
|
|
21
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -15,8 +15,8 @@ type __VLS_Slots = {} & {
|
|
|
15
15
|
end?: (props: typeof __VLS_30) => any;
|
|
16
16
|
};
|
|
17
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
18
|
top: boolean;
|
|
19
|
+
alignItems: "flex-start" | "center" | "flex-end" | "stretch";
|
|
20
20
|
labelTop: boolean;
|
|
21
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
dense?: any;
|
|
3
2
|
value?: any;
|
|
3
|
+
dense?: any;
|
|
4
4
|
$props: {
|
|
5
|
-
readonly dense?: any;
|
|
6
5
|
readonly value?: any;
|
|
6
|
+
readonly dense?: any;
|
|
7
7
|
};
|
|
8
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
dense?: any;
|
|
3
2
|
value?: any;
|
|
3
|
+
dense?: any;
|
|
4
4
|
$props: {
|
|
5
|
-
readonly dense?: any;
|
|
6
5
|
readonly value?: any;
|
|
6
|
+
readonly dense?: any;
|
|
7
7
|
};
|
|
8
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -15,9 +15,9 @@ type __VLS_Slots = {} & {
|
|
|
15
15
|
default?: (props: typeof __VLS_36) => any;
|
|
16
16
|
};
|
|
17
17
|
declare const __VLS_component: import("vue").DefineComponent<LPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LPageProps> & Readonly<{}>, {
|
|
18
|
+
gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
18
19
|
padding: boolean;
|
|
19
20
|
title: string;
|
|
20
|
-
gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
21
21
|
backBtn: boolean;
|
|
22
22
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -15,9 +15,9 @@ type __VLS_Slots = {} & {
|
|
|
15
15
|
default?: (props: typeof __VLS_36) => any;
|
|
16
16
|
};
|
|
17
17
|
declare const __VLS_component: import("vue").DefineComponent<LPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LPageProps> & Readonly<{}>, {
|
|
18
|
+
gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
18
19
|
padding: boolean;
|
|
19
20
|
title: string;
|
|
20
|
-
gutter: "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
21
21
|
backBtn: boolean;
|
|
22
22
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import type { QSelectProps } from "quasar";
|
|
2
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
3
|
dark: boolean | null;
|
|
5
|
-
rounded: boolean;
|
|
6
|
-
square: boolean;
|
|
7
4
|
stackLabel: boolean;
|
|
8
5
|
filled: boolean;
|
|
9
6
|
outlined: boolean;
|
|
10
7
|
standout: string | boolean;
|
|
11
8
|
hideBottomSpace: boolean;
|
|
9
|
+
rounded: boolean;
|
|
10
|
+
square: boolean;
|
|
11
|
+
dense: boolean;
|
|
12
12
|
emitValue: boolean;
|
|
13
13
|
mapOptions: boolean;
|
|
14
14
|
optionValue: string | ((option: string | any) => any);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import type { QSelectProps } from "quasar";
|
|
2
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
3
|
dark: boolean | null;
|
|
5
|
-
rounded: boolean;
|
|
6
|
-
square: boolean;
|
|
7
4
|
stackLabel: boolean;
|
|
8
5
|
filled: boolean;
|
|
9
6
|
outlined: boolean;
|
|
10
7
|
standout: string | boolean;
|
|
11
8
|
hideBottomSpace: boolean;
|
|
9
|
+
rounded: boolean;
|
|
10
|
+
square: boolean;
|
|
11
|
+
dense: boolean;
|
|
12
12
|
emitValue: boolean;
|
|
13
13
|
mapOptions: boolean;
|
|
14
14
|
optionValue: string | ((option: string | any) => any);
|
|
@@ -70,11 +70,11 @@ export interface LTableRequest {
|
|
|
70
70
|
}) => void;
|
|
71
71
|
}
|
|
72
72
|
declare function requestServerInteraction(): void;
|
|
73
|
-
declare var __VLS_91: any, __VLS_94: string, __VLS_95: any, __VLS_117: any,
|
|
73
|
+
declare var __VLS_91: any, __VLS_94: string, __VLS_95: any, __VLS_117: any, __VLS_203: string, __VLS_204: any;
|
|
74
74
|
type __VLS_Slots = {} & {
|
|
75
75
|
[K in NonNullable<typeof __VLS_94>]?: (props: typeof __VLS_95) => any;
|
|
76
76
|
} & {
|
|
77
|
-
[K in NonNullable<typeof
|
|
77
|
+
[K in NonNullable<typeof __VLS_203>]?: (props: typeof __VLS_204) => any;
|
|
78
78
|
} & {
|
|
79
79
|
actions?: (props: typeof __VLS_91) => any;
|
|
80
80
|
} & {
|
|
@@ -92,12 +92,12 @@ declare const __VLS_component: import("vue").DefineComponent<LTableProps, {
|
|
|
92
92
|
"onUpdate:selected"?: ((p: any[]) => any) | undefined;
|
|
93
93
|
}>, {
|
|
94
94
|
flat: boolean;
|
|
95
|
-
dense: boolean;
|
|
96
95
|
dark: boolean | null;
|
|
96
|
+
dense: boolean;
|
|
97
97
|
bordered: boolean;
|
|
98
|
+
actions: Array<"view" | "edit" | "delete" | "update">;
|
|
98
99
|
fullscreen: boolean;
|
|
99
100
|
selected: any[];
|
|
100
|
-
actions: Array<"view" | "edit" | "delete" | "update">;
|
|
101
101
|
pagination: {
|
|
102
102
|
sortBy?: string | null;
|
|
103
103
|
descending?: boolean;
|
|
@@ -105,7 +105,7 @@ declare const __VLS_component: import("vue").DefineComponent<LTableProps, {
|
|
|
105
105
|
rowsPerPage?: number;
|
|
106
106
|
rowsNumber?: number;
|
|
107
107
|
};
|
|
108
|
-
selection: "
|
|
108
|
+
selection: "multiple" | "none" | "single";
|
|
109
109
|
loadingLabel: string;
|
|
110
110
|
noDataLabel: string;
|
|
111
111
|
rowsPerPageOptions: readonly any[];
|
|
@@ -479,6 +479,9 @@ const simpleRouteName = computed(() => {
|
|
|
479
479
|
return "";
|
|
480
480
|
});
|
|
481
481
|
const visibleColumns = props.name ? useStorage("l-table-visible-columns-" + simpleRouteName.value + "-" + props.name, hidableColumns.value.map((c) => c.name)) : ref(hidableColumns.value.map((c) => c.name));
|
|
482
|
+
watch(filters, () => {
|
|
483
|
+
onFilters();
|
|
484
|
+
}, { deep: true });
|
|
482
485
|
</script>
|
|
483
486
|
|
|
484
487
|
<template>
|
|
@@ -626,7 +629,7 @@ const visibleColumns = props.name ? useStorage("l-table-visible-columns-" + simp
|
|
|
626
629
|
|
|
627
630
|
<template v-if="col.searchType == 'date'">
|
|
628
631
|
<l-date-picker dense clearable filled square :outlined="false" hide-bottom-space
|
|
629
|
-
v-model="filters[col.name]"
|
|
632
|
+
v-model="filters[col.name]" range @clear="onFilters"
|
|
630
633
|
:style="col.searchStyle" />
|
|
631
634
|
</template>
|
|
632
635
|
|
|
@@ -70,11 +70,11 @@ export interface LTableRequest {
|
|
|
70
70
|
}) => void;
|
|
71
71
|
}
|
|
72
72
|
declare function requestServerInteraction(): void;
|
|
73
|
-
declare var __VLS_91: any, __VLS_94: string, __VLS_95: any, __VLS_117: any,
|
|
73
|
+
declare var __VLS_91: any, __VLS_94: string, __VLS_95: any, __VLS_117: any, __VLS_203: string, __VLS_204: any;
|
|
74
74
|
type __VLS_Slots = {} & {
|
|
75
75
|
[K in NonNullable<typeof __VLS_94>]?: (props: typeof __VLS_95) => any;
|
|
76
76
|
} & {
|
|
77
|
-
[K in NonNullable<typeof
|
|
77
|
+
[K in NonNullable<typeof __VLS_203>]?: (props: typeof __VLS_204) => any;
|
|
78
78
|
} & {
|
|
79
79
|
actions?: (props: typeof __VLS_91) => any;
|
|
80
80
|
} & {
|
|
@@ -92,12 +92,12 @@ declare const __VLS_component: import("vue").DefineComponent<LTableProps, {
|
|
|
92
92
|
"onUpdate:selected"?: ((p: any[]) => any) | undefined;
|
|
93
93
|
}>, {
|
|
94
94
|
flat: boolean;
|
|
95
|
-
dense: boolean;
|
|
96
95
|
dark: boolean | null;
|
|
96
|
+
dense: boolean;
|
|
97
97
|
bordered: boolean;
|
|
98
|
+
actions: Array<"view" | "edit" | "delete" | "update">;
|
|
98
99
|
fullscreen: boolean;
|
|
99
100
|
selected: any[];
|
|
100
|
-
actions: Array<"view" | "edit" | "delete" | "update">;
|
|
101
101
|
pagination: {
|
|
102
102
|
sortBy?: string | null;
|
|
103
103
|
descending?: boolean;
|
|
@@ -105,7 +105,7 @@ declare const __VLS_component: import("vue").DefineComponent<LTableProps, {
|
|
|
105
105
|
rowsPerPage?: number;
|
|
106
106
|
rowsNumber?: number;
|
|
107
107
|
};
|
|
108
|
-
selection: "
|
|
108
|
+
selection: "multiple" | "none" | "single";
|
|
109
109
|
loadingLabel: string;
|
|
110
110
|
noDataLabel: string;
|
|
111
111
|
rowsPerPageOptions: readonly any[];
|
|
@@ -19,7 +19,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
19
19
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
21
|
name: string;
|
|
22
|
-
align: "
|
|
22
|
+
align: "right" | "left" | "center" | "justify";
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
24
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
25
|
export default _default;
|
|
@@ -19,7 +19,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
19
19
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
21
|
name: string;
|
|
22
|
-
align: "
|
|
22
|
+
align: "right" | "left" | "center" | "justify";
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
24
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
25
|
export default _default;
|
|
@@ -23,9 +23,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
23
23
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
24
24
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
25
25
|
}>, {
|
|
26
|
-
mask: string;
|
|
27
26
|
required: boolean;
|
|
28
27
|
hideBottomSpace: boolean;
|
|
28
|
+
mask: string;
|
|
29
29
|
format24h: boolean;
|
|
30
30
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
31
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -23,9 +23,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
23
23
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
24
24
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
25
25
|
}>, {
|
|
26
|
-
mask: string;
|
|
27
26
|
required: boolean;
|
|
28
27
|
hideBottomSpace: boolean;
|
|
28
|
+
mask: string;
|
|
29
29
|
format24h: boolean;
|
|
30
30
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
31
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function (
|
|
1
|
+
export default function (...args: any[]): string;
|
|
@@ -224,16 +224,16 @@ declare const light: {
|
|
|
224
224
|
isoName: string;
|
|
225
225
|
nativeName: string;
|
|
226
226
|
label: {
|
|
227
|
+
create: string;
|
|
228
|
+
set: string;
|
|
227
229
|
cancel: string;
|
|
228
230
|
close: string;
|
|
229
231
|
reset: string;
|
|
230
232
|
select: string;
|
|
231
233
|
filter: string;
|
|
232
234
|
clear: string;
|
|
233
|
-
set: string;
|
|
234
235
|
search: string;
|
|
235
236
|
ok: string;
|
|
236
|
-
create: string;
|
|
237
237
|
remove: string;
|
|
238
238
|
update: string;
|
|
239
239
|
refresh: string;
|
|
@@ -265,13 +265,13 @@ declare const light: {
|
|
|
265
265
|
pagination: (start: number, end: number, total: number) => string;
|
|
266
266
|
};
|
|
267
267
|
editor: {
|
|
268
|
-
align: string;
|
|
269
|
-
left: string;
|
|
270
268
|
right: string;
|
|
271
|
-
|
|
272
|
-
hr: string;
|
|
269
|
+
left: string;
|
|
273
270
|
center: string;
|
|
271
|
+
align: string;
|
|
274
272
|
bold: string;
|
|
273
|
+
code: string;
|
|
274
|
+
hr: string;
|
|
275
275
|
url: string;
|
|
276
276
|
fontSize: string;
|
|
277
277
|
italic: string;
|
|
@@ -318,21 +318,21 @@ declare const light: {
|
|
|
318
318
|
set: (iconSet: import("quasar").QuasarIconSet) => void;
|
|
319
319
|
name: string;
|
|
320
320
|
type: {
|
|
321
|
+
positive: string;
|
|
322
|
+
negative: string;
|
|
321
323
|
info: string;
|
|
322
324
|
warning: string;
|
|
323
|
-
negative: string;
|
|
324
|
-
positive: string;
|
|
325
325
|
};
|
|
326
326
|
arrow: {
|
|
327
|
-
left: string;
|
|
328
327
|
right: string;
|
|
328
|
+
left: string;
|
|
329
329
|
up: string;
|
|
330
330
|
down: string;
|
|
331
331
|
dropdown: string;
|
|
332
332
|
};
|
|
333
333
|
chevron: {
|
|
334
|
-
left: string;
|
|
335
334
|
right: string;
|
|
335
|
+
left: string;
|
|
336
336
|
};
|
|
337
337
|
colorPicker: {
|
|
338
338
|
palette: string;
|
|
@@ -343,8 +343,8 @@ declare const light: {
|
|
|
343
343
|
icon: string;
|
|
344
344
|
};
|
|
345
345
|
carousel: {
|
|
346
|
-
left: string;
|
|
347
346
|
right: string;
|
|
347
|
+
left: string;
|
|
348
348
|
up: string;
|
|
349
349
|
down: string;
|
|
350
350
|
navigationIcon: string;
|
|
@@ -361,14 +361,14 @@ declare const light: {
|
|
|
361
361
|
};
|
|
362
362
|
editor: {
|
|
363
363
|
size: string;
|
|
364
|
-
align: string;
|
|
365
|
-
left: string;
|
|
366
364
|
right: string;
|
|
365
|
+
left: string;
|
|
366
|
+
center: string;
|
|
367
|
+
align: string;
|
|
368
|
+
bold: string;
|
|
367
369
|
code: string;
|
|
368
370
|
hr: string;
|
|
369
|
-
center: string;
|
|
370
371
|
font: string;
|
|
371
|
-
bold: string;
|
|
372
372
|
fontSize: string;
|
|
373
373
|
italic: string;
|
|
374
374
|
strikethrough: string;
|
|
@@ -431,8 +431,8 @@ declare const light: {
|
|
|
431
431
|
active: string;
|
|
432
432
|
};
|
|
433
433
|
tabs: {
|
|
434
|
-
left: string;
|
|
435
434
|
right: string;
|
|
435
|
+
left: string;
|
|
436
436
|
up: string;
|
|
437
437
|
down: string;
|
|
438
438
|
};
|
|
@@ -830,16 +830,16 @@ declare const _default: () => {
|
|
|
830
830
|
isoName: string;
|
|
831
831
|
nativeName: string;
|
|
832
832
|
label: {
|
|
833
|
+
create: string;
|
|
834
|
+
set: string;
|
|
833
835
|
cancel: string;
|
|
834
836
|
close: string;
|
|
835
837
|
reset: string;
|
|
836
838
|
select: string;
|
|
837
839
|
filter: string;
|
|
838
840
|
clear: string;
|
|
839
|
-
set: string;
|
|
840
841
|
search: string;
|
|
841
842
|
ok: string;
|
|
842
|
-
create: string;
|
|
843
843
|
remove: string;
|
|
844
844
|
update: string;
|
|
845
845
|
refresh: string;
|
|
@@ -871,13 +871,13 @@ declare const _default: () => {
|
|
|
871
871
|
pagination: (start: number, end: number, total: number) => string;
|
|
872
872
|
};
|
|
873
873
|
editor: {
|
|
874
|
-
align: string;
|
|
875
|
-
left: string;
|
|
876
874
|
right: string;
|
|
877
|
-
|
|
878
|
-
hr: string;
|
|
875
|
+
left: string;
|
|
879
876
|
center: string;
|
|
877
|
+
align: string;
|
|
880
878
|
bold: string;
|
|
879
|
+
code: string;
|
|
880
|
+
hr: string;
|
|
881
881
|
url: string;
|
|
882
882
|
fontSize: string;
|
|
883
883
|
italic: string;
|
|
@@ -924,21 +924,21 @@ declare const _default: () => {
|
|
|
924
924
|
set: (iconSet: import("quasar").QuasarIconSet) => void;
|
|
925
925
|
name: string;
|
|
926
926
|
type: {
|
|
927
|
+
positive: string;
|
|
928
|
+
negative: string;
|
|
927
929
|
info: string;
|
|
928
930
|
warning: string;
|
|
929
|
-
negative: string;
|
|
930
|
-
positive: string;
|
|
931
931
|
};
|
|
932
932
|
arrow: {
|
|
933
|
-
left: string;
|
|
934
933
|
right: string;
|
|
934
|
+
left: string;
|
|
935
935
|
up: string;
|
|
936
936
|
down: string;
|
|
937
937
|
dropdown: string;
|
|
938
938
|
};
|
|
939
939
|
chevron: {
|
|
940
|
-
left: string;
|
|
941
940
|
right: string;
|
|
941
|
+
left: string;
|
|
942
942
|
};
|
|
943
943
|
colorPicker: {
|
|
944
944
|
palette: string;
|
|
@@ -949,8 +949,8 @@ declare const _default: () => {
|
|
|
949
949
|
icon: string;
|
|
950
950
|
};
|
|
951
951
|
carousel: {
|
|
952
|
-
left: string;
|
|
953
952
|
right: string;
|
|
953
|
+
left: string;
|
|
954
954
|
up: string;
|
|
955
955
|
down: string;
|
|
956
956
|
navigationIcon: string;
|
|
@@ -967,14 +967,14 @@ declare const _default: () => {
|
|
|
967
967
|
};
|
|
968
968
|
editor: {
|
|
969
969
|
size: string;
|
|
970
|
-
align: string;
|
|
971
|
-
left: string;
|
|
972
970
|
right: string;
|
|
971
|
+
left: string;
|
|
972
|
+
center: string;
|
|
973
|
+
align: string;
|
|
974
|
+
bold: string;
|
|
973
975
|
code: string;
|
|
974
976
|
hr: string;
|
|
975
|
-
center: string;
|
|
976
977
|
font: string;
|
|
977
|
-
bold: string;
|
|
978
978
|
fontSize: string;
|
|
979
979
|
italic: string;
|
|
980
980
|
strikethrough: string;
|
|
@@ -1037,8 +1037,8 @@ declare const _default: () => {
|
|
|
1037
1037
|
active: string;
|
|
1038
1038
|
};
|
|
1039
1039
|
tabs: {
|
|
1040
|
-
left: string;
|
|
1041
1040
|
right: string;
|
|
1041
|
+
left: string;
|
|
1042
1042
|
up: string;
|
|
1043
1043
|
down: string;
|
|
1044
1044
|
};
|