vuetify 3.4.0 → 3.4.2
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/json/attributes.json +1860 -1856
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +3641 -3631
- package/dist/vuetify-labs.css +1393 -1386
- package/dist/vuetify-labs.d.ts +1936 -9147
- package/dist/vuetify-labs.esm.js +91 -79
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +91 -79
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +940 -933
- package/dist/vuetify.d.ts +2081 -9282
- package/dist/vuetify.esm.js +91 -79
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +91 -79
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -66
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +0 -2
- package/lib/blueprints/md1.d.mts +0 -2
- package/lib/blueprints/md2.d.mts +0 -2
- package/lib/blueprints/md3.d.mts +0 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +74 -98
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +44 -69
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +11 -11
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +45 -71
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +73 -513
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +100 -482
- package/lib/components/VChip/index.d.mts +15 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +49 -189
- package/lib/components/VCombobox/VCombobox.mjs +3 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +74 -98
- package/lib/components/VDataIterator/index.d.mts +8 -6
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/items.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +411 -4142
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.css +4 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +29 -22
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +4 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +32 -36
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.sass +4 -3
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +33 -41
- package/lib/components/VFileInput/index.d.mts +144 -385
- package/lib/components/VImg/VImg.mjs +10 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +72 -154
- package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +49 -189
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +58 -95
- package/lib/components/VOtpInput/index.d.mts +8 -11
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +77 -211
- package/lib/components/VRangeSlider/index.d.mts +22 -25
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +67 -91
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +9 -18
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +46 -68
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +47 -101
- package/lib/components/VSlider/index.d.mts +22 -25
- package/lib/components/VSwitch/VSwitch.mjs +7 -5
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +90 -303
- package/lib/components/VTextField/index.d.mts +173 -451
- package/lib/components/VTextarea/index.d.mts +144 -385
- package/lib/components/VValidation/VValidation.mjs +2 -2
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +88 -359
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +58 -245
- package/lib/components/index.d.mts +1933 -9130
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +1 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +11 -13
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -44
- package/lib/labs/VConfirmEdit/index.d.mts +0 -10
- package/lib/labs/components.d.mts +0 -10
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,13 +1,36 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, ComputedRef, Ref } from 'vue';
|
|
3
3
|
|
|
4
|
+
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
|
5
|
+
$children?: (VNodeChild | (T extends {
|
|
6
|
+
default: infer V;
|
|
7
|
+
} ? V : {}) | {
|
|
8
|
+
[K in keyof T]?: T[K];
|
|
9
|
+
});
|
|
10
|
+
'v-slots'?: {
|
|
11
|
+
[K in keyof T]?: T[K] | false;
|
|
12
|
+
};
|
|
13
|
+
} & {
|
|
14
|
+
[K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
|
|
15
|
+
};
|
|
16
|
+
type RawSlots = Record<string, unknown>;
|
|
17
|
+
type Slot<T> = [T] extends [never] ? () => VNodeChild : (arg: T) => VNodeChild;
|
|
18
|
+
type VueSlot<T> = [T] extends [never] ? () => VNode[] : (arg: T) => VNode[];
|
|
19
|
+
type MakeInternalSlots<T extends RawSlots> = {
|
|
20
|
+
[K in keyof T]: Slot<T[K]>;
|
|
21
|
+
};
|
|
22
|
+
type MakeSlots<T extends RawSlots> = {
|
|
23
|
+
[K in keyof T]: VueSlot<T[K]>;
|
|
24
|
+
};
|
|
25
|
+
type GenericProps<Props, Slots extends Record<string, unknown>> = {
|
|
26
|
+
$props: Props & SlotsToProps<Slots>;
|
|
27
|
+
$slots: MakeSlots<Slots>;
|
|
28
|
+
};
|
|
4
29
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
30
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
6
31
|
}
|
|
7
32
|
|
|
8
33
|
declare function deepEqual(a: any, b: any): boolean;
|
|
9
|
-
type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
|
|
10
|
-
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
|
|
11
34
|
|
|
12
35
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
13
36
|
|
|
@@ -34,7 +57,21 @@ interface VInputSlot {
|
|
|
34
57
|
resetValidation: () => void;
|
|
35
58
|
validate: () => void;
|
|
36
59
|
}
|
|
60
|
+
type VInputSlots = {
|
|
61
|
+
default: VInputSlot;
|
|
62
|
+
prepend: VInputSlot;
|
|
63
|
+
append: VInputSlot;
|
|
64
|
+
details: VInputSlot;
|
|
65
|
+
message: VMessageSlot;
|
|
66
|
+
};
|
|
37
67
|
|
|
68
|
+
type VRadioGroupSlots = Omit<VInputSlots, 'default'> & {
|
|
69
|
+
default: never;
|
|
70
|
+
label: {
|
|
71
|
+
label: string | undefined;
|
|
72
|
+
props: Record<string, any>;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
38
75
|
declare const VRadioGroup: {
|
|
39
76
|
new (...args: any[]): {
|
|
40
77
|
$: vue.ComponentInternalInstance;
|
|
@@ -89,49 +126,16 @@ declare const VRadioGroup: {
|
|
|
89
126
|
label?: string | undefined;
|
|
90
127
|
class?: any;
|
|
91
128
|
theme?: string | undefined;
|
|
92
|
-
modelValue?: any;
|
|
93
129
|
prependIcon?: IconValue | undefined;
|
|
94
130
|
appendIcon?: IconValue | undefined;
|
|
95
131
|
defaultsTarget?: string | undefined;
|
|
96
|
-
'onClick:append'?:
|
|
97
|
-
'onClick:prepend'?:
|
|
98
|
-
'onUpdate:focused'?:
|
|
132
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
133
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
134
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
99
135
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
100
136
|
validationValue?: any;
|
|
101
137
|
hint?: string | undefined;
|
|
102
138
|
hideDetails?: boolean | "auto" | undefined;
|
|
103
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
104
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
105
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
106
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
107
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
108
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
109
|
-
label?: ((arg: {
|
|
110
|
-
label: string | undefined;
|
|
111
|
-
props: Record<string, any>;
|
|
112
|
-
}) => vue.VNodeChild) | undefined;
|
|
113
|
-
};
|
|
114
|
-
'v-slots'?: {
|
|
115
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
116
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
117
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
118
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
119
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
120
|
-
label?: false | ((arg: {
|
|
121
|
-
label: string | undefined;
|
|
122
|
-
props: Record<string, any>;
|
|
123
|
-
}) => vue.VNodeChild) | undefined;
|
|
124
|
-
} | undefined;
|
|
125
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
126
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
127
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
128
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
129
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
130
|
-
"v-slot:label"?: false | ((arg: {
|
|
131
|
-
label: string | undefined;
|
|
132
|
-
props: Record<string, any>;
|
|
133
|
-
}) => vue.VNodeChild) | undefined;
|
|
134
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
135
139
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
136
140
|
type: string;
|
|
137
141
|
inline: boolean;
|
|
@@ -161,53 +165,17 @@ declare const VRadioGroup: {
|
|
|
161
165
|
label?: string | undefined;
|
|
162
166
|
class?: any;
|
|
163
167
|
theme?: string | undefined;
|
|
164
|
-
modelValue?: any;
|
|
165
168
|
prependIcon?: IconValue | undefined;
|
|
166
169
|
appendIcon?: IconValue | undefined;
|
|
167
170
|
defaultsTarget?: string | undefined;
|
|
168
|
-
'onClick:append'?:
|
|
169
|
-
'onClick:prepend'?:
|
|
170
|
-
'onUpdate:focused'?:
|
|
171
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
172
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
173
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
171
174
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
172
175
|
validationValue?: any;
|
|
173
176
|
hint?: string | undefined;
|
|
174
177
|
hideDetails?: boolean | "auto" | undefined;
|
|
175
|
-
} & {
|
|
176
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
177
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
178
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
179
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
180
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
181
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
182
|
-
label?: ((arg: {
|
|
183
|
-
label: string | undefined;
|
|
184
|
-
props: Record<string, any>;
|
|
185
|
-
}) => vue.VNodeChild) | undefined;
|
|
186
|
-
};
|
|
187
|
-
'v-slots'?: {
|
|
188
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
189
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
190
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
191
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
192
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
193
|
-
label?: false | ((arg: {
|
|
194
|
-
label: string | undefined;
|
|
195
|
-
props: Record<string, any>;
|
|
196
|
-
}) => vue.VNodeChild) | undefined;
|
|
197
|
-
} | undefined;
|
|
198
|
-
} & {
|
|
199
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
200
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
201
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
202
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
203
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
204
|
-
"v-slot:label"?: false | ((arg: {
|
|
205
|
-
label: string | undefined;
|
|
206
|
-
props: Record<string, any>;
|
|
207
|
-
}) => vue.VNodeChild) | undefined;
|
|
208
|
-
} & {
|
|
209
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
210
|
-
}, "type" | "inline" | "error" | "height" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "ripple" | "falseIcon" | "trueIcon" | "valueComparator" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
178
|
+
} & {}, "type" | "inline" | "error" | "height" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "ripple" | "falseIcon" | "trueIcon" | "valueComparator" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
211
179
|
$attrs: {
|
|
212
180
|
[x: string]: unknown;
|
|
213
181
|
};
|
|
@@ -239,7 +207,7 @@ declare const VRadioGroup: {
|
|
|
239
207
|
}>;
|
|
240
208
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
241
209
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
242
|
-
$emit: (event:
|
|
210
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
243
211
|
$el: any;
|
|
244
212
|
$options: vue.ComponentOptionsBase<{
|
|
245
213
|
type: string;
|
|
@@ -270,55 +238,19 @@ declare const VRadioGroup: {
|
|
|
270
238
|
label?: string | undefined;
|
|
271
239
|
class?: any;
|
|
272
240
|
theme?: string | undefined;
|
|
273
|
-
modelValue?: any;
|
|
274
241
|
prependIcon?: IconValue | undefined;
|
|
275
242
|
appendIcon?: IconValue | undefined;
|
|
276
243
|
defaultsTarget?: string | undefined;
|
|
277
|
-
'onClick:append'?:
|
|
278
|
-
'onClick:prepend'?:
|
|
279
|
-
'onUpdate:focused'?:
|
|
244
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
245
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
246
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
280
247
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
281
248
|
validationValue?: any;
|
|
282
249
|
hint?: string | undefined;
|
|
283
250
|
hideDetails?: boolean | "auto" | undefined;
|
|
284
|
-
} & {
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
288
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
289
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
290
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
291
|
-
label?: ((arg: {
|
|
292
|
-
label: string | undefined;
|
|
293
|
-
props: Record<string, any>;
|
|
294
|
-
}) => vue.VNodeChild) | undefined;
|
|
295
|
-
};
|
|
296
|
-
'v-slots'?: {
|
|
297
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
298
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
299
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
300
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
301
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
302
|
-
label?: false | ((arg: {
|
|
303
|
-
label: string | undefined;
|
|
304
|
-
props: Record<string, any>;
|
|
305
|
-
}) => vue.VNodeChild) | undefined;
|
|
306
|
-
} | undefined;
|
|
307
|
-
} & {
|
|
308
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
309
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
310
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
311
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
312
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
313
|
-
"v-slot:label"?: false | ((arg: {
|
|
314
|
-
label: string | undefined;
|
|
315
|
-
props: Record<string, any>;
|
|
316
|
-
}) => vue.VNodeChild) | undefined;
|
|
317
|
-
} & {
|
|
318
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
319
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
320
|
-
'update:modelValue': (val: any) => boolean;
|
|
321
|
-
}, string, {
|
|
251
|
+
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
252
|
+
'update:modelValue': (value: any) => boolean;
|
|
253
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
|
322
254
|
type: string;
|
|
323
255
|
inline: boolean;
|
|
324
256
|
error: boolean;
|
|
@@ -411,53 +343,17 @@ declare const VRadioGroup: {
|
|
|
411
343
|
label?: string | undefined;
|
|
412
344
|
class?: any;
|
|
413
345
|
theme?: string | undefined;
|
|
414
|
-
modelValue?: any;
|
|
415
346
|
prependIcon?: IconValue | undefined;
|
|
416
347
|
appendIcon?: IconValue | undefined;
|
|
417
348
|
defaultsTarget?: string | undefined;
|
|
418
|
-
'onClick:append'?:
|
|
419
|
-
'onClick:prepend'?:
|
|
420
|
-
'onUpdate:focused'?:
|
|
349
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
350
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
351
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
421
352
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
422
353
|
validationValue?: any;
|
|
423
354
|
hint?: string | undefined;
|
|
424
355
|
hideDetails?: boolean | "auto" | undefined;
|
|
425
|
-
} & {
|
|
426
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
427
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
428
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
429
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
430
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
431
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
432
|
-
label?: ((arg: {
|
|
433
|
-
label: string | undefined;
|
|
434
|
-
props: Record<string, any>;
|
|
435
|
-
}) => vue.VNodeChild) | undefined;
|
|
436
|
-
};
|
|
437
|
-
'v-slots'?: {
|
|
438
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
439
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
440
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
441
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
442
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
443
|
-
label?: false | ((arg: {
|
|
444
|
-
label: string | undefined;
|
|
445
|
-
props: Record<string, any>;
|
|
446
|
-
}) => vue.VNodeChild) | undefined;
|
|
447
|
-
} | undefined;
|
|
448
|
-
} & {
|
|
449
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
450
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
451
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
452
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
453
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
454
|
-
"v-slot:label"?: false | ((arg: {
|
|
455
|
-
label: string | undefined;
|
|
456
|
-
props: Record<string, any>;
|
|
457
|
-
}) => vue.VNodeChild) | undefined;
|
|
458
|
-
} & {
|
|
459
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
460
|
-
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
356
|
+
} & {} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
461
357
|
__isFragment?: undefined;
|
|
462
358
|
__isTeleport?: undefined;
|
|
463
359
|
__isSuspense?: undefined;
|
|
@@ -490,55 +386,19 @@ declare const VRadioGroup: {
|
|
|
490
386
|
label?: string | undefined;
|
|
491
387
|
class?: any;
|
|
492
388
|
theme?: string | undefined;
|
|
493
|
-
modelValue?: any;
|
|
494
389
|
prependIcon?: IconValue | undefined;
|
|
495
390
|
appendIcon?: IconValue | undefined;
|
|
496
391
|
defaultsTarget?: string | undefined;
|
|
497
|
-
'onClick:append'?:
|
|
498
|
-
'onClick:prepend'?:
|
|
499
|
-
'onUpdate:focused'?:
|
|
392
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
393
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
394
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
500
395
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
501
396
|
validationValue?: any;
|
|
502
397
|
hint?: string | undefined;
|
|
503
398
|
hideDetails?: boolean | "auto" | undefined;
|
|
504
|
-
} & {
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
508
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
509
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
510
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
511
|
-
label?: ((arg: {
|
|
512
|
-
label: string | undefined;
|
|
513
|
-
props: Record<string, any>;
|
|
514
|
-
}) => vue.VNodeChild) | undefined;
|
|
515
|
-
};
|
|
516
|
-
'v-slots'?: {
|
|
517
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
518
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
519
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
520
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
521
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
522
|
-
label?: false | ((arg: {
|
|
523
|
-
label: string | undefined;
|
|
524
|
-
props: Record<string, any>;
|
|
525
|
-
}) => vue.VNodeChild) | undefined;
|
|
526
|
-
} | undefined;
|
|
527
|
-
} & {
|
|
528
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
529
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
530
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
531
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
532
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
533
|
-
"v-slot:label"?: false | ((arg: {
|
|
534
|
-
label: string | undefined;
|
|
535
|
-
props: Record<string, any>;
|
|
536
|
-
}) => vue.VNodeChild) | undefined;
|
|
537
|
-
} & {
|
|
538
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
539
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
540
|
-
'update:modelValue': (val: any) => boolean;
|
|
541
|
-
}, string, {
|
|
399
|
+
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
400
|
+
'update:modelValue': (value: any) => boolean;
|
|
401
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
|
542
402
|
type: string;
|
|
543
403
|
inline: boolean;
|
|
544
404
|
error: boolean;
|
|
@@ -582,7 +442,13 @@ declare const VRadioGroup: {
|
|
|
582
442
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
583
443
|
[key: string]: any;
|
|
584
444
|
}>[];
|
|
585
|
-
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps &
|
|
445
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>(props: {
|
|
446
|
+
modelValue?: T_1 | null | undefined;
|
|
447
|
+
'onUpdate:modelValue'?: ((value: T_1 | null) => void) | undefined;
|
|
448
|
+
}, slots: VRadioGroupSlots) => GenericProps<{
|
|
449
|
+
modelValue?: T_1 | null | undefined;
|
|
450
|
+
'onUpdate:modelValue'?: ((value: T_1 | null) => void) | undefined;
|
|
451
|
+
}, VRadioGroupSlots>) & FilterPropsOptions<{
|
|
586
452
|
trueIcon: {
|
|
587
453
|
type: vue.PropType<IconValue>;
|
|
588
454
|
default: string;
|
|
@@ -627,7 +493,7 @@ declare const VRadioGroup: {
|
|
|
627
493
|
default: typeof deepEqual;
|
|
628
494
|
};
|
|
629
495
|
focused: BooleanConstructor;
|
|
630
|
-
'onUpdate:focused': vue.PropType<
|
|
496
|
+
'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
|
|
631
497
|
errorMessages: {
|
|
632
498
|
type: vue.PropType<string | readonly string[] | null>;
|
|
633
499
|
default: () => never[];
|
|
@@ -662,8 +528,8 @@ declare const VRadioGroup: {
|
|
|
662
528
|
default: string;
|
|
663
529
|
validator: (v: any) => boolean;
|
|
664
530
|
};
|
|
665
|
-
'onClick:prepend': vue.PropType<
|
|
666
|
-
'onClick:append': vue.PropType<
|
|
531
|
+
'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
|
|
532
|
+
'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
|
|
667
533
|
height: {
|
|
668
534
|
type: (StringConstructor | NumberConstructor)[];
|
|
669
535
|
default: string;
|
|
@@ -713,7 +579,7 @@ declare const VRadioGroup: {
|
|
|
713
579
|
default: typeof deepEqual;
|
|
714
580
|
};
|
|
715
581
|
focused: BooleanConstructor;
|
|
716
|
-
'onUpdate:focused': vue.PropType<
|
|
582
|
+
'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
|
|
717
583
|
errorMessages: {
|
|
718
584
|
type: vue.PropType<string | readonly string[] | null>;
|
|
719
585
|
default: () => never[];
|
|
@@ -748,8 +614,8 @@ declare const VRadioGroup: {
|
|
|
748
614
|
default: string;
|
|
749
615
|
validator: (v: any) => boolean;
|
|
750
616
|
};
|
|
751
|
-
'onClick:prepend': vue.PropType<
|
|
752
|
-
'onClick:append': vue.PropType<
|
|
617
|
+
'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
|
|
618
|
+
'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
|
|
753
619
|
height: {
|
|
754
620
|
type: (StringConstructor | NumberConstructor)[];
|
|
755
621
|
default: string;
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, ComputedRef, Ref } from 'vue';
|
|
3
3
|
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
|
|
9
|
-
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
|
|
10
|
-
|
|
11
8
|
type Tick = {
|
|
12
9
|
value: number;
|
|
13
10
|
position: number;
|
|
@@ -108,9 +105,9 @@ declare const VRangeSlider: {
|
|
|
108
105
|
rounded?: string | number | boolean | undefined;
|
|
109
106
|
prependIcon?: IconValue | undefined;
|
|
110
107
|
appendIcon?: IconValue | undefined;
|
|
111
|
-
'onClick:append'?:
|
|
112
|
-
'onClick:prepend'?:
|
|
113
|
-
'onUpdate:focused'?: (
|
|
108
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
109
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
110
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((value: boolean) => any)) | undefined;
|
|
114
111
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
115
112
|
validationValue?: any;
|
|
116
113
|
hint?: string | undefined;
|
|
@@ -202,9 +199,9 @@ declare const VRangeSlider: {
|
|
|
202
199
|
rounded?: string | number | boolean | undefined;
|
|
203
200
|
prependIcon?: IconValue | undefined;
|
|
204
201
|
appendIcon?: IconValue | undefined;
|
|
205
|
-
'onClick:append'?:
|
|
206
|
-
'onClick:prepend'?:
|
|
207
|
-
'onUpdate:focused'?:
|
|
202
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
203
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
204
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
208
205
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
209
206
|
validationValue?: any;
|
|
210
207
|
hint?: string | undefined;
|
|
@@ -342,9 +339,9 @@ declare const VRangeSlider: {
|
|
|
342
339
|
rounded?: string | number | boolean | undefined;
|
|
343
340
|
prependIcon?: IconValue | undefined;
|
|
344
341
|
appendIcon?: IconValue | undefined;
|
|
345
|
-
'onClick:append'?:
|
|
346
|
-
'onClick:prepend'?:
|
|
347
|
-
'onUpdate:focused'?:
|
|
342
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
343
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
344
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
348
345
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
349
346
|
validationValue?: any;
|
|
350
347
|
hint?: string | undefined;
|
|
@@ -524,9 +521,9 @@ declare const VRangeSlider: {
|
|
|
524
521
|
rounded?: string | number | boolean | undefined;
|
|
525
522
|
prependIcon?: IconValue | undefined;
|
|
526
523
|
appendIcon?: IconValue | undefined;
|
|
527
|
-
'onClick:append'?:
|
|
528
|
-
'onClick:prepend'?:
|
|
529
|
-
'onUpdate:focused'?:
|
|
524
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
525
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
526
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
530
527
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
531
528
|
validationValue?: any;
|
|
532
529
|
hint?: string | undefined;
|
|
@@ -626,9 +623,9 @@ declare const VRangeSlider: {
|
|
|
626
623
|
rounded?: string | number | boolean | undefined;
|
|
627
624
|
prependIcon?: IconValue | undefined;
|
|
628
625
|
appendIcon?: IconValue | undefined;
|
|
629
|
-
'onClick:append'?:
|
|
630
|
-
'onClick:prepend'?:
|
|
631
|
-
'onUpdate:focused'?:
|
|
626
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
627
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
628
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
632
629
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
633
630
|
validationValue?: any;
|
|
634
631
|
hint?: string | undefined;
|
|
@@ -830,7 +827,7 @@ declare const VRangeSlider: {
|
|
|
830
827
|
};
|
|
831
828
|
reverse: BooleanConstructor;
|
|
832
829
|
focused: BooleanConstructor;
|
|
833
|
-
'onUpdate:focused': PropType<
|
|
830
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
834
831
|
errorMessages: {
|
|
835
832
|
type: PropType<string | readonly string[] | null>;
|
|
836
833
|
default: () => never[];
|
|
@@ -872,8 +869,8 @@ declare const VRangeSlider: {
|
|
|
872
869
|
type: PropType<string | readonly string[]>;
|
|
873
870
|
default: () => never[];
|
|
874
871
|
};
|
|
875
|
-
'onClick:prepend': PropType<
|
|
876
|
-
'onClick:append': PropType<
|
|
872
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
873
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
877
874
|
}, vue.ExtractPropTypes<{
|
|
878
875
|
strict: BooleanConstructor;
|
|
879
876
|
modelValue: {
|
|
@@ -952,7 +949,7 @@ declare const VRangeSlider: {
|
|
|
952
949
|
};
|
|
953
950
|
reverse: BooleanConstructor;
|
|
954
951
|
focused: BooleanConstructor;
|
|
955
|
-
'onUpdate:focused': PropType<
|
|
952
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
956
953
|
errorMessages: {
|
|
957
954
|
type: PropType<string | readonly string[] | null>;
|
|
958
955
|
default: () => never[];
|
|
@@ -994,8 +991,8 @@ declare const VRangeSlider: {
|
|
|
994
991
|
type: PropType<string | readonly string[]>;
|
|
995
992
|
default: () => never[];
|
|
996
993
|
};
|
|
997
|
-
'onClick:prepend': PropType<
|
|
998
|
-
'onClick:append': PropType<
|
|
994
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
995
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
999
996
|
}>>;
|
|
1000
997
|
type VRangeSlider = InstanceType<typeof VRangeSlider>;
|
|
1001
998
|
|
|
@@ -72,8 +72,8 @@ export const VSelect = genericComponent()({
|
|
|
72
72
|
props: makeVSelectProps(),
|
|
73
73
|
emits: {
|
|
74
74
|
'update:focused': focused => true,
|
|
75
|
-
'update:modelValue':
|
|
76
|
-
'update:menu':
|
|
75
|
+
'update:modelValue': value => true,
|
|
76
|
+
'update:menu': ue => true
|
|
77
77
|
},
|
|
78
78
|
setup(props, _ref) {
|
|
79
79
|
let {
|