vuetify 3.5.9 → 3.5.11
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +106 -6
- package/dist/json/importMap-labs.json +10 -6
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +30 -0
- package/dist/json/web-types.json +582 -15
- package/dist/vuetify-labs.css +3076 -3034
- package/dist/vuetify-labs.d.ts +2711 -1996
- package/dist/vuetify-labs.esm.js +518 -40
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +518 -39
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1609 -1604
- package/dist/vuetify.d.ts +1885 -1832
- package/dist/vuetify.esm.js +605 -330
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +604 -328
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1106 -1098
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +94 -94
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VCombobox/VCombobox.mjs +5 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +94 -94
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +48 -48
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +94 -94
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +1869 -1832
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +40 -39
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/index.d.mts +8 -8
- package/lib/labs/components.d.mts +788 -95
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -63,14 +63,14 @@ declare const VField: {
|
|
|
63
63
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
64
64
|
flat: boolean;
|
|
65
65
|
reverse: boolean;
|
|
66
|
-
variant: "filled" | "
|
|
66
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
67
67
|
error: boolean;
|
|
68
68
|
active: boolean;
|
|
69
69
|
style: vue.StyleValue;
|
|
70
70
|
disabled: boolean;
|
|
71
|
+
focused: boolean;
|
|
71
72
|
tile: boolean;
|
|
72
73
|
clearIcon: IconValue;
|
|
73
|
-
focused: boolean;
|
|
74
74
|
clearable: boolean;
|
|
75
75
|
dirty: boolean;
|
|
76
76
|
persistentClear: boolean;
|
|
@@ -82,6 +82,7 @@ declare const VField: {
|
|
|
82
82
|
label?: string | undefined;
|
|
83
83
|
class?: any;
|
|
84
84
|
theme?: string | undefined;
|
|
85
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
85
86
|
rounded?: string | number | boolean | undefined;
|
|
86
87
|
bgColor?: string | undefined;
|
|
87
88
|
baseColor?: string | undefined;
|
|
@@ -90,7 +91,6 @@ declare const VField: {
|
|
|
90
91
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
91
92
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
92
93
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
93
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
94
94
|
centerAffix?: boolean | undefined;
|
|
95
95
|
} & {
|
|
96
96
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -102,14 +102,14 @@ declare const VField: {
|
|
|
102
102
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
103
103
|
flat: boolean;
|
|
104
104
|
reverse: boolean;
|
|
105
|
-
variant: "filled" | "
|
|
105
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
106
106
|
error: boolean;
|
|
107
107
|
active: boolean;
|
|
108
108
|
style: vue.StyleValue;
|
|
109
109
|
disabled: boolean;
|
|
110
|
+
focused: boolean;
|
|
110
111
|
tile: boolean;
|
|
111
112
|
clearIcon: IconValue;
|
|
112
|
-
focused: boolean;
|
|
113
113
|
clearable: boolean;
|
|
114
114
|
dirty: boolean;
|
|
115
115
|
persistentClear: boolean;
|
|
@@ -121,6 +121,7 @@ declare const VField: {
|
|
|
121
121
|
label?: string | undefined;
|
|
122
122
|
class?: any;
|
|
123
123
|
theme?: string | undefined;
|
|
124
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
124
125
|
rounded?: string | number | boolean | undefined;
|
|
125
126
|
bgColor?: string | undefined;
|
|
126
127
|
baseColor?: string | undefined;
|
|
@@ -129,22 +130,21 @@ declare const VField: {
|
|
|
129
130
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
130
131
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
131
132
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
132
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
133
133
|
centerAffix?: boolean | undefined;
|
|
134
134
|
} & {
|
|
135
135
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
136
136
|
}, {
|
|
137
137
|
flat: boolean;
|
|
138
138
|
reverse: boolean;
|
|
139
|
-
variant: "filled" | "
|
|
139
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
140
140
|
error: boolean;
|
|
141
141
|
active: boolean;
|
|
142
142
|
style: vue.StyleValue;
|
|
143
143
|
disabled: boolean;
|
|
144
|
+
focused: boolean;
|
|
144
145
|
rounded: string | number | boolean;
|
|
145
146
|
tile: boolean;
|
|
146
147
|
clearIcon: IconValue;
|
|
147
|
-
focused: boolean;
|
|
148
148
|
centerAffix: boolean;
|
|
149
149
|
clearable: boolean;
|
|
150
150
|
dirty: boolean;
|
|
@@ -182,14 +182,14 @@ declare const VField: {
|
|
|
182
182
|
}, {
|
|
183
183
|
flat: boolean;
|
|
184
184
|
reverse: boolean;
|
|
185
|
-
variant: "filled" | "
|
|
185
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
186
186
|
error: boolean;
|
|
187
187
|
active: boolean;
|
|
188
188
|
style: vue.StyleValue;
|
|
189
189
|
disabled: boolean;
|
|
190
|
+
focused: boolean;
|
|
190
191
|
tile: boolean;
|
|
191
192
|
clearIcon: IconValue;
|
|
192
|
-
focused: boolean;
|
|
193
193
|
clearable: boolean;
|
|
194
194
|
dirty: boolean;
|
|
195
195
|
persistentClear: boolean;
|
|
@@ -201,6 +201,7 @@ declare const VField: {
|
|
|
201
201
|
label?: string | undefined;
|
|
202
202
|
class?: any;
|
|
203
203
|
theme?: string | undefined;
|
|
204
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
204
205
|
rounded?: string | number | boolean | undefined;
|
|
205
206
|
bgColor?: string | undefined;
|
|
206
207
|
baseColor?: string | undefined;
|
|
@@ -209,7 +210,6 @@ declare const VField: {
|
|
|
209
210
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
210
211
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
211
212
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
212
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
213
213
|
centerAffix?: boolean | undefined;
|
|
214
214
|
} & {
|
|
215
215
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -218,15 +218,15 @@ declare const VField: {
|
|
|
218
218
|
}, {}, {}, {}, {
|
|
219
219
|
flat: boolean;
|
|
220
220
|
reverse: boolean;
|
|
221
|
-
variant: "filled" | "
|
|
221
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
222
222
|
error: boolean;
|
|
223
223
|
active: boolean;
|
|
224
224
|
style: vue.StyleValue;
|
|
225
225
|
disabled: boolean;
|
|
226
|
+
focused: boolean;
|
|
226
227
|
rounded: string | number | boolean;
|
|
227
228
|
tile: boolean;
|
|
228
229
|
clearIcon: IconValue;
|
|
229
|
-
focused: boolean;
|
|
230
230
|
centerAffix: boolean;
|
|
231
231
|
clearable: boolean;
|
|
232
232
|
dirty: boolean;
|
|
@@ -239,14 +239,14 @@ declare const VField: {
|
|
|
239
239
|
} & vue.ComponentOptionsBase<{
|
|
240
240
|
flat: boolean;
|
|
241
241
|
reverse: boolean;
|
|
242
|
-
variant: "filled" | "
|
|
242
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
243
243
|
error: boolean;
|
|
244
244
|
active: boolean;
|
|
245
245
|
style: vue.StyleValue;
|
|
246
246
|
disabled: boolean;
|
|
247
|
+
focused: boolean;
|
|
247
248
|
tile: boolean;
|
|
248
249
|
clearIcon: IconValue;
|
|
249
|
-
focused: boolean;
|
|
250
250
|
clearable: boolean;
|
|
251
251
|
dirty: boolean;
|
|
252
252
|
persistentClear: boolean;
|
|
@@ -258,6 +258,7 @@ declare const VField: {
|
|
|
258
258
|
label?: string | undefined;
|
|
259
259
|
class?: any;
|
|
260
260
|
theme?: string | undefined;
|
|
261
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
261
262
|
rounded?: string | number | boolean | undefined;
|
|
262
263
|
bgColor?: string | undefined;
|
|
263
264
|
baseColor?: string | undefined;
|
|
@@ -266,7 +267,6 @@ declare const VField: {
|
|
|
266
267
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
267
268
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
268
269
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
269
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
270
270
|
centerAffix?: boolean | undefined;
|
|
271
271
|
} & {
|
|
272
272
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -278,15 +278,15 @@ declare const VField: {
|
|
|
278
278
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
279
279
|
flat: boolean;
|
|
280
280
|
reverse: boolean;
|
|
281
|
-
variant: "filled" | "
|
|
281
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
282
282
|
error: boolean;
|
|
283
283
|
active: boolean;
|
|
284
284
|
style: vue.StyleValue;
|
|
285
285
|
disabled: boolean;
|
|
286
|
+
focused: boolean;
|
|
286
287
|
rounded: string | number | boolean;
|
|
287
288
|
tile: boolean;
|
|
288
289
|
clearIcon: IconValue;
|
|
289
|
-
focused: boolean;
|
|
290
290
|
centerAffix: boolean;
|
|
291
291
|
clearable: boolean;
|
|
292
292
|
dirty: boolean;
|
|
@@ -360,7 +360,7 @@ declare const VField: {
|
|
|
360
360
|
reverse: BooleanConstructor;
|
|
361
361
|
singleLine: BooleanConstructor;
|
|
362
362
|
variant: {
|
|
363
|
-
type: PropType<"filled" | "
|
|
363
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
364
364
|
default: string;
|
|
365
365
|
validator: (v: any) => boolean;
|
|
366
366
|
};
|
|
@@ -410,7 +410,7 @@ declare const VField: {
|
|
|
410
410
|
reverse: BooleanConstructor;
|
|
411
411
|
singleLine: BooleanConstructor;
|
|
412
412
|
variant: {
|
|
413
|
-
type: PropType<"filled" | "
|
|
413
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
414
414
|
default: string;
|
|
415
415
|
validator: (v: any) => boolean;
|
|
416
416
|
};
|
|
@@ -430,9 +430,9 @@ declare const VFieldLabel: {
|
|
|
430
430
|
} & {
|
|
431
431
|
class?: any;
|
|
432
432
|
} & {
|
|
433
|
-
$children?: vue.VNodeChild |
|
|
433
|
+
$children?: vue.VNodeChild | {
|
|
434
434
|
default?: (() => vue.VNodeChild) | undefined;
|
|
435
|
-
};
|
|
435
|
+
} | (() => vue.VNodeChild);
|
|
436
436
|
'v-slots'?: {
|
|
437
437
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
438
438
|
} | undefined;
|
|
@@ -444,9 +444,9 @@ declare const VFieldLabel: {
|
|
|
444
444
|
} & {
|
|
445
445
|
class?: any;
|
|
446
446
|
} & {
|
|
447
|
-
$children?: vue.VNodeChild |
|
|
447
|
+
$children?: vue.VNodeChild | {
|
|
448
448
|
default?: (() => vue.VNodeChild) | undefined;
|
|
449
|
-
};
|
|
449
|
+
} | (() => vue.VNodeChild);
|
|
450
450
|
'v-slots'?: {
|
|
451
451
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
452
452
|
} | undefined;
|
|
@@ -472,9 +472,9 @@ declare const VFieldLabel: {
|
|
|
472
472
|
} & {
|
|
473
473
|
class?: any;
|
|
474
474
|
} & {
|
|
475
|
-
$children?: vue.VNodeChild |
|
|
475
|
+
$children?: vue.VNodeChild | {
|
|
476
476
|
default?: (() => vue.VNodeChild) | undefined;
|
|
477
|
-
};
|
|
477
|
+
} | (() => vue.VNodeChild);
|
|
478
478
|
'v-slots'?: {
|
|
479
479
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
480
480
|
} | undefined;
|
|
@@ -493,9 +493,9 @@ declare const VFieldLabel: {
|
|
|
493
493
|
} & {
|
|
494
494
|
class?: any;
|
|
495
495
|
} & {
|
|
496
|
-
$children?: vue.VNodeChild |
|
|
496
|
+
$children?: vue.VNodeChild | {
|
|
497
497
|
default?: (() => vue.VNodeChild) | undefined;
|
|
498
|
-
};
|
|
498
|
+
} | (() => vue.VNodeChild);
|
|
499
499
|
'v-slots'?: {
|
|
500
500
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
501
501
|
} | undefined;
|