@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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 +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1,8 +1,10 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, ComponentInternalInstance, Ref, ComputedRef, JSXComponent, PropType } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, ComponentInternalInstance, Ref, ComputedRef, DirectiveBinding, JSXComponent, PropType } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
|
6
|
+
type ClassValue = any;
|
7
|
+
|
6
8
|
declare const block: readonly ["top", "bottom"];
|
7
9
|
declare const inline: readonly ["start", "end", "left", "right"];
|
8
10
|
type Tblock = typeof block[number];
|
@@ -49,16 +51,30 @@ interface GroupItemProvide {
|
|
49
51
|
group: GroupProvide;
|
50
52
|
}
|
51
53
|
|
54
|
+
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
55
|
+
value?: boolean | {
|
56
|
+
class: string;
|
57
|
+
};
|
58
|
+
modifiers: {
|
59
|
+
center?: boolean;
|
60
|
+
circle?: boolean;
|
61
|
+
stop?: boolean;
|
62
|
+
};
|
63
|
+
}
|
64
|
+
|
52
65
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
53
66
|
|
54
67
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
55
68
|
declare const IconValue: PropType<IconValue>;
|
56
69
|
|
70
|
+
declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
|
71
|
+
type Variant = typeof allowedVariants[number];
|
72
|
+
|
57
73
|
declare const VTab: {
|
58
74
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
59
75
|
replace: boolean;
|
60
76
|
fixed: boolean;
|
61
|
-
variant:
|
77
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
62
78
|
exact: boolean;
|
63
79
|
direction: "horizontal" | "vertical";
|
64
80
|
style: vue.StyleValue;
|
@@ -123,7 +139,7 @@ declare const VTab: {
|
|
123
139
|
symbol: any;
|
124
140
|
replace: boolean;
|
125
141
|
flat: boolean;
|
126
|
-
variant:
|
142
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
127
143
|
exact: boolean;
|
128
144
|
block: boolean;
|
129
145
|
active: boolean;
|
@@ -144,7 +160,7 @@ declare const VTab: {
|
|
144
160
|
symbol: any;
|
145
161
|
replace: boolean;
|
146
162
|
flat: boolean;
|
147
|
-
variant:
|
163
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
148
164
|
exact: boolean;
|
149
165
|
block: boolean;
|
150
166
|
style: vue.StyleValue;
|
@@ -159,7 +175,7 @@ declare const VTab: {
|
|
159
175
|
ripple: boolean | {
|
160
176
|
class: string;
|
161
177
|
} | undefined;
|
162
|
-
location?: Anchor | undefined;
|
178
|
+
location?: Anchor | null | undefined;
|
163
179
|
height?: string | number | undefined;
|
164
180
|
width?: string | number | undefined;
|
165
181
|
active?: boolean | undefined;
|
@@ -207,7 +223,7 @@ declare const VTab: {
|
|
207
223
|
symbol: any;
|
208
224
|
replace: boolean;
|
209
225
|
flat: boolean;
|
210
|
-
variant:
|
226
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
211
227
|
exact: boolean;
|
212
228
|
block: boolean;
|
213
229
|
style: vue.StyleValue;
|
@@ -223,7 +239,7 @@ declare const VTab: {
|
|
223
239
|
class: string;
|
224
240
|
} | undefined;
|
225
241
|
} & {
|
226
|
-
location?: Anchor | undefined;
|
242
|
+
location?: Anchor | null | undefined;
|
227
243
|
height?: string | number | undefined;
|
228
244
|
width?: string | number | undefined;
|
229
245
|
active?: boolean | undefined;
|
@@ -278,21 +294,13 @@ declare const VTab: {
|
|
278
294
|
[x: string]: unknown;
|
279
295
|
};
|
280
296
|
$slots: Readonly<{
|
281
|
-
default?: (() => vue.VNode
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
[key: string]: any;
|
286
|
-
}>[]) | undefined;
|
287
|
-
append?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
288
|
-
[key: string]: any;
|
289
|
-
}>[]) | undefined;
|
290
|
-
loader?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
291
|
-
[key: string]: any;
|
292
|
-
}>[]) | undefined;
|
297
|
+
default?: (() => vue.VNode[]) | undefined;
|
298
|
+
prepend?: (() => vue.VNode[]) | undefined;
|
299
|
+
append?: (() => vue.VNode[]) | undefined;
|
300
|
+
loader?: (() => vue.VNode[]) | undefined;
|
293
301
|
}>;
|
294
|
-
$root: vue.ComponentPublicInstance
|
295
|
-
$parent: vue.ComponentPublicInstance
|
302
|
+
$root: vue.ComponentPublicInstance | null;
|
303
|
+
$parent: vue.ComponentPublicInstance | null;
|
296
304
|
$emit: (event: "group:selected", val: {
|
297
305
|
value: boolean;
|
298
306
|
}) => void;
|
@@ -301,7 +309,7 @@ declare const VTab: {
|
|
301
309
|
symbol: any;
|
302
310
|
replace: boolean;
|
303
311
|
flat: boolean;
|
304
|
-
variant:
|
312
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
305
313
|
exact: boolean;
|
306
314
|
block: boolean;
|
307
315
|
style: vue.StyleValue;
|
@@ -317,7 +325,7 @@ declare const VTab: {
|
|
317
325
|
class: string;
|
318
326
|
} | undefined;
|
319
327
|
} & {
|
320
|
-
location?: Anchor | undefined;
|
328
|
+
location?: Anchor | null | undefined;
|
321
329
|
height?: string | number | undefined;
|
322
330
|
width?: string | number | undefined;
|
323
331
|
active?: boolean | undefined;
|
@@ -374,7 +382,7 @@ declare const VTab: {
|
|
374
382
|
symbol: any;
|
375
383
|
replace: boolean;
|
376
384
|
flat: boolean;
|
377
|
-
variant:
|
385
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
378
386
|
exact: boolean;
|
379
387
|
block: boolean;
|
380
388
|
active: boolean;
|
@@ -392,43 +400,35 @@ declare const VTab: {
|
|
392
400
|
class: string;
|
393
401
|
} | undefined;
|
394
402
|
}, {}, string, vue.SlotsType<Partial<{
|
395
|
-
default: () => vue.VNode
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
[key: string]: any;
|
400
|
-
}>[];
|
401
|
-
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
402
|
-
[key: string]: any;
|
403
|
-
}>[];
|
404
|
-
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
405
|
-
[key: string]: any;
|
406
|
-
}>[];
|
403
|
+
default: () => vue.VNode[];
|
404
|
+
prepend: () => vue.VNode[];
|
405
|
+
append: () => vue.VNode[];
|
406
|
+
loader: () => vue.VNode[];
|
407
407
|
}>>> & {
|
408
|
-
beforeCreate?: ((
|
409
|
-
created?: ((
|
410
|
-
beforeMount?: ((
|
411
|
-
mounted?: ((
|
412
|
-
beforeUpdate?: ((
|
413
|
-
updated?: ((
|
414
|
-
activated?: ((
|
415
|
-
deactivated?: ((
|
416
|
-
beforeDestroy?: ((
|
417
|
-
beforeUnmount?: ((
|
418
|
-
destroyed?: ((
|
419
|
-
unmounted?: ((
|
420
|
-
renderTracked?: ((
|
421
|
-
renderTriggered?: ((
|
422
|
-
errorCaptured?: ((
|
408
|
+
beforeCreate?: (() => void) | (() => void)[];
|
409
|
+
created?: (() => void) | (() => void)[];
|
410
|
+
beforeMount?: (() => void) | (() => void)[];
|
411
|
+
mounted?: (() => void) | (() => void)[];
|
412
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
413
|
+
updated?: (() => void) | (() => void)[];
|
414
|
+
activated?: (() => void) | (() => void)[];
|
415
|
+
deactivated?: (() => void) | (() => void)[];
|
416
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
417
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
418
|
+
destroyed?: (() => void) | (() => void)[];
|
419
|
+
unmounted?: (() => void) | (() => void)[];
|
420
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
421
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
422
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
423
423
|
};
|
424
424
|
$forceUpdate: () => void;
|
425
425
|
$nextTick: typeof vue.nextTick;
|
426
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
426
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
427
427
|
} & Omit<{
|
428
428
|
symbol: any;
|
429
429
|
replace: boolean;
|
430
430
|
flat: boolean;
|
431
|
-
variant:
|
431
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
432
432
|
exact: boolean;
|
433
433
|
block: boolean;
|
434
434
|
style: vue.StyleValue;
|
@@ -444,7 +444,7 @@ declare const VTab: {
|
|
444
444
|
class: string;
|
445
445
|
} | undefined;
|
446
446
|
} & {
|
447
|
-
location?: Anchor | undefined;
|
447
|
+
location?: Anchor | null | undefined;
|
448
448
|
height?: string | number | undefined;
|
449
449
|
width?: string | number | undefined;
|
450
450
|
active?: boolean | undefined;
|
@@ -493,10 +493,10 @@ declare const VTab: {
|
|
493
493
|
}) => any) | undefined;
|
494
494
|
}, "group"> & vue.ShallowUnwrapRef<{
|
495
495
|
group: GroupItemProvide | null;
|
496
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-
|
496
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
497
497
|
replace: boolean;
|
498
498
|
fixed: boolean;
|
499
|
-
variant:
|
499
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
500
500
|
exact: boolean;
|
501
501
|
direction: "horizontal" | "vertical";
|
502
502
|
style: vue.StyleValue;
|
@@ -557,7 +557,7 @@ declare const VTab: {
|
|
557
557
|
}, {
|
558
558
|
replace: boolean;
|
559
559
|
fixed: boolean;
|
560
|
-
variant:
|
560
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
561
561
|
exact: boolean;
|
562
562
|
direction: "horizontal" | "vertical";
|
563
563
|
style: vue.StyleValue;
|
@@ -576,18 +576,10 @@ declare const VTab: {
|
|
576
576
|
} | undefined;
|
577
577
|
hideSlider: boolean;
|
578
578
|
}, true, {}, vue.SlotsType<Partial<{
|
579
|
-
default: () => vue.VNode
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
[key: string]: any;
|
584
|
-
}>[];
|
585
|
-
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
586
|
-
[key: string]: any;
|
587
|
-
}>[];
|
588
|
-
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
589
|
-
[key: string]: any;
|
590
|
-
}>[];
|
579
|
+
default: () => vue.VNode[];
|
580
|
+
prepend: () => vue.VNode[];
|
581
|
+
append: () => vue.VNode[];
|
582
|
+
loader: () => vue.VNode[];
|
591
583
|
}>>, {
|
592
584
|
P: {};
|
593
585
|
B: {};
|
@@ -598,7 +590,7 @@ declare const VTab: {
|
|
598
590
|
}, {
|
599
591
|
replace: boolean;
|
600
592
|
fixed: boolean;
|
601
|
-
variant:
|
593
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
602
594
|
exact: boolean;
|
603
595
|
direction: "horizontal" | "vertical";
|
604
596
|
style: vue.StyleValue;
|
@@ -663,7 +655,7 @@ declare const VTab: {
|
|
663
655
|
symbol: any;
|
664
656
|
replace: boolean;
|
665
657
|
flat: boolean;
|
666
|
-
variant:
|
658
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
667
659
|
exact: boolean;
|
668
660
|
block: boolean;
|
669
661
|
active: boolean;
|
@@ -684,7 +676,7 @@ declare const VTab: {
|
|
684
676
|
symbol: any;
|
685
677
|
replace: boolean;
|
686
678
|
flat: boolean;
|
687
|
-
variant:
|
679
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
688
680
|
exact: boolean;
|
689
681
|
block: boolean;
|
690
682
|
style: vue.StyleValue;
|
@@ -699,7 +691,7 @@ declare const VTab: {
|
|
699
691
|
ripple: boolean | {
|
700
692
|
class: string;
|
701
693
|
} | undefined;
|
702
|
-
location?: Anchor | undefined;
|
694
|
+
location?: Anchor | null | undefined;
|
703
695
|
height?: string | number | undefined;
|
704
696
|
width?: string | number | undefined;
|
705
697
|
active?: boolean | undefined;
|
@@ -747,7 +739,7 @@ declare const VTab: {
|
|
747
739
|
symbol: any;
|
748
740
|
replace: boolean;
|
749
741
|
flat: boolean;
|
750
|
-
variant:
|
742
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
751
743
|
exact: boolean;
|
752
744
|
block: boolean;
|
753
745
|
style: vue.StyleValue;
|
@@ -763,7 +755,7 @@ declare const VTab: {
|
|
763
755
|
class: string;
|
764
756
|
} | undefined;
|
765
757
|
} & {
|
766
|
-
location?: Anchor | undefined;
|
758
|
+
location?: Anchor | null | undefined;
|
767
759
|
height?: string | number | undefined;
|
768
760
|
width?: string | number | undefined;
|
769
761
|
active?: boolean | undefined;
|
@@ -818,21 +810,13 @@ declare const VTab: {
|
|
818
810
|
[x: string]: unknown;
|
819
811
|
};
|
820
812
|
$slots: Readonly<{
|
821
|
-
default?: (() => vue.VNode
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
[key: string]: any;
|
826
|
-
}>[]) | undefined;
|
827
|
-
append?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
828
|
-
[key: string]: any;
|
829
|
-
}>[]) | undefined;
|
830
|
-
loader?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
831
|
-
[key: string]: any;
|
832
|
-
}>[]) | undefined;
|
813
|
+
default?: (() => vue.VNode[]) | undefined;
|
814
|
+
prepend?: (() => vue.VNode[]) | undefined;
|
815
|
+
append?: (() => vue.VNode[]) | undefined;
|
816
|
+
loader?: (() => vue.VNode[]) | undefined;
|
833
817
|
}>;
|
834
|
-
$root: vue.ComponentPublicInstance
|
835
|
-
$parent: vue.ComponentPublicInstance
|
818
|
+
$root: vue.ComponentPublicInstance | null;
|
819
|
+
$parent: vue.ComponentPublicInstance | null;
|
836
820
|
$emit: (event: "group:selected", val: {
|
837
821
|
value: boolean;
|
838
822
|
}) => void;
|
@@ -841,7 +825,7 @@ declare const VTab: {
|
|
841
825
|
symbol: any;
|
842
826
|
replace: boolean;
|
843
827
|
flat: boolean;
|
844
|
-
variant:
|
828
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
845
829
|
exact: boolean;
|
846
830
|
block: boolean;
|
847
831
|
style: vue.StyleValue;
|
@@ -857,7 +841,7 @@ declare const VTab: {
|
|
857
841
|
class: string;
|
858
842
|
} | undefined;
|
859
843
|
} & {
|
860
|
-
location?: Anchor | undefined;
|
844
|
+
location?: Anchor | null | undefined;
|
861
845
|
height?: string | number | undefined;
|
862
846
|
width?: string | number | undefined;
|
863
847
|
active?: boolean | undefined;
|
@@ -914,7 +898,7 @@ declare const VTab: {
|
|
914
898
|
symbol: any;
|
915
899
|
replace: boolean;
|
916
900
|
flat: boolean;
|
917
|
-
variant:
|
901
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
918
902
|
exact: boolean;
|
919
903
|
block: boolean;
|
920
904
|
active: boolean;
|
@@ -932,43 +916,35 @@ declare const VTab: {
|
|
932
916
|
class: string;
|
933
917
|
} | undefined;
|
934
918
|
}, {}, string, vue.SlotsType<Partial<{
|
935
|
-
default: () => vue.VNode
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
[key: string]: any;
|
940
|
-
}>[];
|
941
|
-
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
942
|
-
[key: string]: any;
|
943
|
-
}>[];
|
944
|
-
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
945
|
-
[key: string]: any;
|
946
|
-
}>[];
|
919
|
+
default: () => vue.VNode[];
|
920
|
+
prepend: () => vue.VNode[];
|
921
|
+
append: () => vue.VNode[];
|
922
|
+
loader: () => vue.VNode[];
|
947
923
|
}>>> & {
|
948
|
-
beforeCreate?: ((
|
949
|
-
created?: ((
|
950
|
-
beforeMount?: ((
|
951
|
-
mounted?: ((
|
952
|
-
beforeUpdate?: ((
|
953
|
-
updated?: ((
|
954
|
-
activated?: ((
|
955
|
-
deactivated?: ((
|
956
|
-
beforeDestroy?: ((
|
957
|
-
beforeUnmount?: ((
|
958
|
-
destroyed?: ((
|
959
|
-
unmounted?: ((
|
960
|
-
renderTracked?: ((
|
961
|
-
renderTriggered?: ((
|
962
|
-
errorCaptured?: ((
|
924
|
+
beforeCreate?: (() => void) | (() => void)[];
|
925
|
+
created?: (() => void) | (() => void)[];
|
926
|
+
beforeMount?: (() => void) | (() => void)[];
|
927
|
+
mounted?: (() => void) | (() => void)[];
|
928
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
929
|
+
updated?: (() => void) | (() => void)[];
|
930
|
+
activated?: (() => void) | (() => void)[];
|
931
|
+
deactivated?: (() => void) | (() => void)[];
|
932
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
933
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
934
|
+
destroyed?: (() => void) | (() => void)[];
|
935
|
+
unmounted?: (() => void) | (() => void)[];
|
936
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
937
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
938
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
963
939
|
};
|
964
940
|
$forceUpdate: () => void;
|
965
941
|
$nextTick: typeof vue.nextTick;
|
966
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
942
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
967
943
|
} & Omit<{
|
968
944
|
symbol: any;
|
969
945
|
replace: boolean;
|
970
946
|
flat: boolean;
|
971
|
-
variant:
|
947
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
972
948
|
exact: boolean;
|
973
949
|
block: boolean;
|
974
950
|
style: vue.StyleValue;
|
@@ -984,7 +960,7 @@ declare const VTab: {
|
|
984
960
|
class: string;
|
985
961
|
} | undefined;
|
986
962
|
} & {
|
987
|
-
location?: Anchor | undefined;
|
963
|
+
location?: Anchor | null | undefined;
|
988
964
|
height?: string | number | undefined;
|
989
965
|
width?: string | number | undefined;
|
990
966
|
active?: boolean | undefined;
|
@@ -1033,10 +1009,10 @@ declare const VTab: {
|
|
1033
1009
|
}) => any) | undefined;
|
1034
1010
|
}, "group"> & vue.ShallowUnwrapRef<{
|
1035
1011
|
group: GroupItemProvide | null;
|
1036
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-
|
1012
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
|
1037
1013
|
replace: boolean;
|
1038
1014
|
fixed: boolean;
|
1039
|
-
variant:
|
1015
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1040
1016
|
exact: boolean;
|
1041
1017
|
direction: "horizontal" | "vertical";
|
1042
1018
|
style: vue.StyleValue;
|
@@ -1055,13 +1031,13 @@ declare const VTab: {
|
|
1055
1031
|
} | undefined;
|
1056
1032
|
hideSlider: boolean;
|
1057
1033
|
}>;
|
1058
|
-
__isFragment?:
|
1059
|
-
__isTeleport?:
|
1060
|
-
__isSuspense?:
|
1034
|
+
__isFragment?: never;
|
1035
|
+
__isTeleport?: never;
|
1036
|
+
__isSuspense?: never;
|
1061
1037
|
} & vue.ComponentOptionsBase<{
|
1062
1038
|
replace: boolean;
|
1063
1039
|
fixed: boolean;
|
1064
|
-
variant:
|
1040
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1065
1041
|
exact: boolean;
|
1066
1042
|
direction: "horizontal" | "vertical";
|
1067
1043
|
style: vue.StyleValue;
|
@@ -1126,7 +1102,7 @@ declare const VTab: {
|
|
1126
1102
|
symbol: any;
|
1127
1103
|
replace: boolean;
|
1128
1104
|
flat: boolean;
|
1129
|
-
variant:
|
1105
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1130
1106
|
exact: boolean;
|
1131
1107
|
block: boolean;
|
1132
1108
|
active: boolean;
|
@@ -1147,7 +1123,7 @@ declare const VTab: {
|
|
1147
1123
|
symbol: any;
|
1148
1124
|
replace: boolean;
|
1149
1125
|
flat: boolean;
|
1150
|
-
variant:
|
1126
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1151
1127
|
exact: boolean;
|
1152
1128
|
block: boolean;
|
1153
1129
|
style: vue.StyleValue;
|
@@ -1162,7 +1138,7 @@ declare const VTab: {
|
|
1162
1138
|
ripple: boolean | {
|
1163
1139
|
class: string;
|
1164
1140
|
} | undefined;
|
1165
|
-
location?: Anchor | undefined;
|
1141
|
+
location?: Anchor | null | undefined;
|
1166
1142
|
height?: string | number | undefined;
|
1167
1143
|
width?: string | number | undefined;
|
1168
1144
|
active?: boolean | undefined;
|
@@ -1210,7 +1186,7 @@ declare const VTab: {
|
|
1210
1186
|
symbol: any;
|
1211
1187
|
replace: boolean;
|
1212
1188
|
flat: boolean;
|
1213
|
-
variant:
|
1189
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1214
1190
|
exact: boolean;
|
1215
1191
|
block: boolean;
|
1216
1192
|
style: vue.StyleValue;
|
@@ -1226,7 +1202,7 @@ declare const VTab: {
|
|
1226
1202
|
class: string;
|
1227
1203
|
} | undefined;
|
1228
1204
|
} & {
|
1229
|
-
location?: Anchor | undefined;
|
1205
|
+
location?: Anchor | null | undefined;
|
1230
1206
|
height?: string | number | undefined;
|
1231
1207
|
width?: string | number | undefined;
|
1232
1208
|
active?: boolean | undefined;
|
@@ -1281,21 +1257,13 @@ declare const VTab: {
|
|
1281
1257
|
[x: string]: unknown;
|
1282
1258
|
};
|
1283
1259
|
$slots: Readonly<{
|
1284
|
-
default?: (() => vue.VNode
|
1285
|
-
|
1286
|
-
|
1287
|
-
|
1288
|
-
[key: string]: any;
|
1289
|
-
}>[]) | undefined;
|
1290
|
-
append?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1291
|
-
[key: string]: any;
|
1292
|
-
}>[]) | undefined;
|
1293
|
-
loader?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1294
|
-
[key: string]: any;
|
1295
|
-
}>[]) | undefined;
|
1260
|
+
default?: (() => vue.VNode[]) | undefined;
|
1261
|
+
prepend?: (() => vue.VNode[]) | undefined;
|
1262
|
+
append?: (() => vue.VNode[]) | undefined;
|
1263
|
+
loader?: (() => vue.VNode[]) | undefined;
|
1296
1264
|
}>;
|
1297
|
-
$root: vue.ComponentPublicInstance
|
1298
|
-
$parent: vue.ComponentPublicInstance
|
1265
|
+
$root: vue.ComponentPublicInstance | null;
|
1266
|
+
$parent: vue.ComponentPublicInstance | null;
|
1299
1267
|
$emit: (event: "group:selected", val: {
|
1300
1268
|
value: boolean;
|
1301
1269
|
}) => void;
|
@@ -1304,7 +1272,7 @@ declare const VTab: {
|
|
1304
1272
|
symbol: any;
|
1305
1273
|
replace: boolean;
|
1306
1274
|
flat: boolean;
|
1307
|
-
variant:
|
1275
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1308
1276
|
exact: boolean;
|
1309
1277
|
block: boolean;
|
1310
1278
|
style: vue.StyleValue;
|
@@ -1320,7 +1288,7 @@ declare const VTab: {
|
|
1320
1288
|
class: string;
|
1321
1289
|
} | undefined;
|
1322
1290
|
} & {
|
1323
|
-
location?: Anchor | undefined;
|
1291
|
+
location?: Anchor | null | undefined;
|
1324
1292
|
height?: string | number | undefined;
|
1325
1293
|
width?: string | number | undefined;
|
1326
1294
|
active?: boolean | undefined;
|
@@ -1377,7 +1345,7 @@ declare const VTab: {
|
|
1377
1345
|
symbol: any;
|
1378
1346
|
replace: boolean;
|
1379
1347
|
flat: boolean;
|
1380
|
-
variant:
|
1348
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1381
1349
|
exact: boolean;
|
1382
1350
|
block: boolean;
|
1383
1351
|
active: boolean;
|
@@ -1395,43 +1363,35 @@ declare const VTab: {
|
|
1395
1363
|
class: string;
|
1396
1364
|
} | undefined;
|
1397
1365
|
}, {}, string, vue.SlotsType<Partial<{
|
1398
|
-
default: () => vue.VNode
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
[key: string]: any;
|
1403
|
-
}>[];
|
1404
|
-
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1405
|
-
[key: string]: any;
|
1406
|
-
}>[];
|
1407
|
-
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1408
|
-
[key: string]: any;
|
1409
|
-
}>[];
|
1366
|
+
default: () => vue.VNode[];
|
1367
|
+
prepend: () => vue.VNode[];
|
1368
|
+
append: () => vue.VNode[];
|
1369
|
+
loader: () => vue.VNode[];
|
1410
1370
|
}>>> & {
|
1411
|
-
beforeCreate?: ((
|
1412
|
-
created?: ((
|
1413
|
-
beforeMount?: ((
|
1414
|
-
mounted?: ((
|
1415
|
-
beforeUpdate?: ((
|
1416
|
-
updated?: ((
|
1417
|
-
activated?: ((
|
1418
|
-
deactivated?: ((
|
1419
|
-
beforeDestroy?: ((
|
1420
|
-
beforeUnmount?: ((
|
1421
|
-
destroyed?: ((
|
1422
|
-
unmounted?: ((
|
1423
|
-
renderTracked?: ((
|
1424
|
-
renderTriggered?: ((
|
1425
|
-
errorCaptured?: ((
|
1371
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1372
|
+
created?: (() => void) | (() => void)[];
|
1373
|
+
beforeMount?: (() => void) | (() => void)[];
|
1374
|
+
mounted?: (() => void) | (() => void)[];
|
1375
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1376
|
+
updated?: (() => void) | (() => void)[];
|
1377
|
+
activated?: (() => void) | (() => void)[];
|
1378
|
+
deactivated?: (() => void) | (() => void)[];
|
1379
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1380
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1381
|
+
destroyed?: (() => void) | (() => void)[];
|
1382
|
+
unmounted?: (() => void) | (() => void)[];
|
1383
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1384
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1385
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1426
1386
|
};
|
1427
1387
|
$forceUpdate: () => void;
|
1428
1388
|
$nextTick: typeof vue.nextTick;
|
1429
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
1389
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1430
1390
|
} & Omit<{
|
1431
1391
|
symbol: any;
|
1432
1392
|
replace: boolean;
|
1433
1393
|
flat: boolean;
|
1434
|
-
variant:
|
1394
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1435
1395
|
exact: boolean;
|
1436
1396
|
block: boolean;
|
1437
1397
|
style: vue.StyleValue;
|
@@ -1447,7 +1407,7 @@ declare const VTab: {
|
|
1447
1407
|
class: string;
|
1448
1408
|
} | undefined;
|
1449
1409
|
} & {
|
1450
|
-
location?: Anchor | undefined;
|
1410
|
+
location?: Anchor | null | undefined;
|
1451
1411
|
height?: string | number | undefined;
|
1452
1412
|
width?: string | number | undefined;
|
1453
1413
|
active?: boolean | undefined;
|
@@ -1496,10 +1456,10 @@ declare const VTab: {
|
|
1496
1456
|
}) => any) | undefined;
|
1497
1457
|
}, "group"> & vue.ShallowUnwrapRef<{
|
1498
1458
|
group: GroupItemProvide | null;
|
1499
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-
|
1459
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1500
1460
|
replace: boolean;
|
1501
1461
|
fixed: boolean;
|
1502
|
-
variant:
|
1462
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1503
1463
|
exact: boolean;
|
1504
1464
|
direction: "horizontal" | "vertical";
|
1505
1465
|
style: vue.StyleValue;
|
@@ -1518,30 +1478,22 @@ declare const VTab: {
|
|
1518
1478
|
} | undefined;
|
1519
1479
|
hideSlider: boolean;
|
1520
1480
|
}, {}, string, vue.SlotsType<Partial<{
|
1521
|
-
default: () => vue.VNode
|
1522
|
-
|
1523
|
-
|
1524
|
-
|
1525
|
-
[key: string]: any;
|
1526
|
-
}>[];
|
1527
|
-
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1528
|
-
[key: string]: any;
|
1529
|
-
}>[];
|
1530
|
-
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1531
|
-
[key: string]: any;
|
1532
|
-
}>[];
|
1481
|
+
default: () => vue.VNode[];
|
1482
|
+
prepend: () => vue.VNode[];
|
1483
|
+
append: () => vue.VNode[];
|
1484
|
+
loader: () => vue.VNode[];
|
1533
1485
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1534
1486
|
replace: BooleanConstructor;
|
1535
1487
|
variant: Omit<Omit<{
|
1536
|
-
type: PropType<
|
1488
|
+
type: PropType<Variant>;
|
1537
1489
|
default: string;
|
1538
1490
|
validator: (v: any) => boolean;
|
1539
1491
|
}, "type" | "default"> & {
|
1540
|
-
type: PropType<
|
1492
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1541
1493
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1542
1494
|
}, "type" | "default"> & {
|
1543
|
-
type: PropType<
|
1544
|
-
default: NonNullable<
|
1495
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1496
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1545
1497
|
};
|
1546
1498
|
exact: BooleanConstructor;
|
1547
1499
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -1565,7 +1517,7 @@ declare const VTab: {
|
|
1565
1517
|
default: string;
|
1566
1518
|
};
|
1567
1519
|
readonly: BooleanConstructor;
|
1568
|
-
class: PropType<
|
1520
|
+
class: PropType<ClassValue>;
|
1569
1521
|
tag: Omit<{
|
1570
1522
|
type: StringConstructor;
|
1571
1523
|
default: string;
|
@@ -1601,9 +1553,7 @@ declare const VTab: {
|
|
1601
1553
|
slim: BooleanConstructor;
|
1602
1554
|
stacked: BooleanConstructor;
|
1603
1555
|
ripple: {
|
1604
|
-
type: PropType<
|
1605
|
-
class: string;
|
1606
|
-
} | undefined>;
|
1556
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
1607
1557
|
default: boolean;
|
1608
1558
|
};
|
1609
1559
|
fixed: BooleanConstructor;
|
@@ -1616,15 +1566,15 @@ declare const VTab: {
|
|
1616
1566
|
}, vue.ExtractPropTypes<{
|
1617
1567
|
replace: BooleanConstructor;
|
1618
1568
|
variant: Omit<Omit<{
|
1619
|
-
type: PropType<
|
1569
|
+
type: PropType<Variant>;
|
1620
1570
|
default: string;
|
1621
1571
|
validator: (v: any) => boolean;
|
1622
1572
|
}, "type" | "default"> & {
|
1623
|
-
type: PropType<
|
1573
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1624
1574
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1625
1575
|
}, "type" | "default"> & {
|
1626
|
-
type: PropType<
|
1627
|
-
default: NonNullable<
|
1576
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1577
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1628
1578
|
};
|
1629
1579
|
exact: BooleanConstructor;
|
1630
1580
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -1648,7 +1598,7 @@ declare const VTab: {
|
|
1648
1598
|
default: string;
|
1649
1599
|
};
|
1650
1600
|
readonly: BooleanConstructor;
|
1651
|
-
class: PropType<
|
1601
|
+
class: PropType<ClassValue>;
|
1652
1602
|
tag: Omit<{
|
1653
1603
|
type: StringConstructor;
|
1654
1604
|
default: string;
|
@@ -1684,9 +1634,7 @@ declare const VTab: {
|
|
1684
1634
|
slim: BooleanConstructor;
|
1685
1635
|
stacked: BooleanConstructor;
|
1686
1636
|
ripple: {
|
1687
|
-
type: PropType<
|
1688
|
-
class: string;
|
1689
|
-
} | undefined>;
|
1637
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
1690
1638
|
default: boolean;
|
1691
1639
|
};
|
1692
1640
|
fixed: BooleanConstructor;
|
@@ -1712,11 +1660,11 @@ declare const VTabs: {
|
|
1712
1660
|
symbol: any;
|
1713
1661
|
direction: "horizontal" | "vertical";
|
1714
1662
|
style: vue.StyleValue;
|
1715
|
-
mobile:
|
1663
|
+
mobile: boolean | null;
|
1716
1664
|
disabled: boolean;
|
1717
1665
|
multiple: boolean;
|
1718
1666
|
tag: string;
|
1719
|
-
mandatory:
|
1667
|
+
mandatory: boolean | "force";
|
1720
1668
|
items: readonly TabItem[];
|
1721
1669
|
density: Density;
|
1722
1670
|
selectedClass: string;
|
@@ -1765,16 +1713,16 @@ declare const VTabs: {
|
|
1765
1713
|
} & {
|
1766
1714
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1767
1715
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1768
|
-
'update:modelValue': (v: unknown) =>
|
1716
|
+
'update:modelValue': (v: unknown) => true;
|
1769
1717
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1770
1718
|
symbol: any;
|
1771
1719
|
direction: "horizontal" | "vertical";
|
1772
1720
|
style: vue.StyleValue;
|
1773
|
-
mobile:
|
1721
|
+
mobile: boolean | null;
|
1774
1722
|
disabled: boolean;
|
1775
1723
|
multiple: boolean;
|
1776
1724
|
tag: string;
|
1777
|
-
mandatory:
|
1725
|
+
mandatory: boolean | "force";
|
1778
1726
|
items: readonly TabItem[];
|
1779
1727
|
density: Density;
|
1780
1728
|
selectedClass: string;
|
@@ -1827,11 +1775,11 @@ declare const VTabs: {
|
|
1827
1775
|
height: string | number;
|
1828
1776
|
direction: "horizontal" | "vertical";
|
1829
1777
|
style: vue.StyleValue;
|
1830
|
-
mobile:
|
1778
|
+
mobile: boolean | null;
|
1831
1779
|
disabled: boolean;
|
1832
1780
|
multiple: boolean;
|
1833
1781
|
tag: string;
|
1834
|
-
mandatory:
|
1782
|
+
mandatory: boolean | "force";
|
1835
1783
|
modelValue: any;
|
1836
1784
|
items: readonly TabItem[];
|
1837
1785
|
density: Density;
|
@@ -1845,24 +1793,12 @@ declare const VTabs: {
|
|
1845
1793
|
alignTabs: "center" | "end" | "start" | "title";
|
1846
1794
|
fixedTabs: boolean;
|
1847
1795
|
}, true, {}, vue.SlotsType<Partial<{
|
1848
|
-
[x: `tab.${string}`]: (arg: VTabsSlot) => vue.VNode
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
|
1853
|
-
|
1854
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1855
|
-
[key: string]: any;
|
1856
|
-
}>[];
|
1857
|
-
tab: (arg: VTabsSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1858
|
-
[key: string]: any;
|
1859
|
-
}>[];
|
1860
|
-
item: (arg: VTabsSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1861
|
-
[key: string]: any;
|
1862
|
-
}>[];
|
1863
|
-
window: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1864
|
-
[key: string]: any;
|
1865
|
-
}>[];
|
1796
|
+
[x: `tab.${string}`]: (arg: VTabsSlot) => vue.VNode[];
|
1797
|
+
[x: `item.${string}`]: (arg: VTabsSlot) => vue.VNode[];
|
1798
|
+
default: () => vue.VNode[];
|
1799
|
+
tab: (arg: VTabsSlot) => vue.VNode[];
|
1800
|
+
item: (arg: VTabsSlot) => vue.VNode[];
|
1801
|
+
window: () => vue.VNode[];
|
1866
1802
|
}>>, {
|
1867
1803
|
P: {};
|
1868
1804
|
B: {};
|
@@ -1874,11 +1810,11 @@ declare const VTabs: {
|
|
1874
1810
|
symbol: any;
|
1875
1811
|
direction: "horizontal" | "vertical";
|
1876
1812
|
style: vue.StyleValue;
|
1877
|
-
mobile:
|
1813
|
+
mobile: boolean | null;
|
1878
1814
|
disabled: boolean;
|
1879
1815
|
multiple: boolean;
|
1880
1816
|
tag: string;
|
1881
|
-
mandatory:
|
1817
|
+
mandatory: boolean | "force";
|
1882
1818
|
items: readonly TabItem[];
|
1883
1819
|
density: Density;
|
1884
1820
|
selectedClass: string;
|
@@ -1931,11 +1867,11 @@ declare const VTabs: {
|
|
1931
1867
|
height: string | number;
|
1932
1868
|
direction: "horizontal" | "vertical";
|
1933
1869
|
style: vue.StyleValue;
|
1934
|
-
mobile:
|
1870
|
+
mobile: boolean | null;
|
1935
1871
|
disabled: boolean;
|
1936
1872
|
multiple: boolean;
|
1937
1873
|
tag: string;
|
1938
|
-
mandatory:
|
1874
|
+
mandatory: boolean | "force";
|
1939
1875
|
modelValue: any;
|
1940
1876
|
items: readonly TabItem[];
|
1941
1877
|
density: Density;
|
@@ -1949,18 +1885,18 @@ declare const VTabs: {
|
|
1949
1885
|
alignTabs: "center" | "end" | "start" | "title";
|
1950
1886
|
fixedTabs: boolean;
|
1951
1887
|
}>;
|
1952
|
-
__isFragment?:
|
1953
|
-
__isTeleport?:
|
1954
|
-
__isSuspense?:
|
1888
|
+
__isFragment?: never;
|
1889
|
+
__isTeleport?: never;
|
1890
|
+
__isSuspense?: never;
|
1955
1891
|
} & vue.ComponentOptionsBase<{
|
1956
1892
|
symbol: any;
|
1957
1893
|
direction: "horizontal" | "vertical";
|
1958
1894
|
style: vue.StyleValue;
|
1959
|
-
mobile:
|
1895
|
+
mobile: boolean | null;
|
1960
1896
|
disabled: boolean;
|
1961
1897
|
multiple: boolean;
|
1962
1898
|
tag: string;
|
1963
|
-
mandatory:
|
1899
|
+
mandatory: boolean | "force";
|
1964
1900
|
items: readonly TabItem[];
|
1965
1901
|
density: Density;
|
1966
1902
|
selectedClass: string;
|
@@ -2009,17 +1945,17 @@ declare const VTabs: {
|
|
2009
1945
|
} & {
|
2010
1946
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
2011
1947
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
2012
|
-
'update:modelValue': (v: unknown) =>
|
1948
|
+
'update:modelValue': (v: unknown) => true;
|
2013
1949
|
}, string, {
|
2014
1950
|
symbol: any;
|
2015
1951
|
height: string | number;
|
2016
1952
|
direction: "horizontal" | "vertical";
|
2017
1953
|
style: vue.StyleValue;
|
2018
|
-
mobile:
|
1954
|
+
mobile: boolean | null;
|
2019
1955
|
disabled: boolean;
|
2020
1956
|
multiple: boolean;
|
2021
1957
|
tag: string;
|
2022
|
-
mandatory:
|
1958
|
+
mandatory: boolean | "force";
|
2023
1959
|
modelValue: any;
|
2024
1960
|
items: readonly TabItem[];
|
2025
1961
|
density: Density;
|
@@ -2033,24 +1969,12 @@ declare const VTabs: {
|
|
2033
1969
|
alignTabs: "center" | "end" | "start" | "title";
|
2034
1970
|
fixedTabs: boolean;
|
2035
1971
|
}, {}, string, vue.SlotsType<Partial<{
|
2036
|
-
[x: `tab.${string}`]: (arg: VTabsSlot) => vue.VNode
|
2037
|
-
|
2038
|
-
|
2039
|
-
|
2040
|
-
|
2041
|
-
|
2042
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2043
|
-
[key: string]: any;
|
2044
|
-
}>[];
|
2045
|
-
tab: (arg: VTabsSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2046
|
-
[key: string]: any;
|
2047
|
-
}>[];
|
2048
|
-
item: (arg: VTabsSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2049
|
-
[key: string]: any;
|
2050
|
-
}>[];
|
2051
|
-
window: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2052
|
-
[key: string]: any;
|
2053
|
-
}>[];
|
1972
|
+
[x: `tab.${string}`]: (arg: VTabsSlot) => vue.VNode[];
|
1973
|
+
[x: `item.${string}`]: (arg: VTabsSlot) => vue.VNode[];
|
1974
|
+
default: () => vue.VNode[];
|
1975
|
+
tab: (arg: VTabsSlot) => vue.VNode[];
|
1976
|
+
item: (arg: VTabsSlot) => vue.VNode[];
|
1977
|
+
window: () => vue.VNode[];
|
2054
1978
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2055
1979
|
tag: {
|
2056
1980
|
type: StringConstructor;
|
@@ -2067,7 +1991,7 @@ declare const VTabs: {
|
|
2067
1991
|
};
|
2068
1992
|
multiple: BooleanConstructor;
|
2069
1993
|
mandatory: {
|
2070
|
-
type: PropType<
|
1994
|
+
type: PropType<boolean | "force">;
|
2071
1995
|
default: NonNullable<boolean | "force">;
|
2072
1996
|
};
|
2073
1997
|
max: NumberConstructor;
|
@@ -2083,11 +2007,11 @@ declare const VTabs: {
|
|
2083
2007
|
type: PropType<boolean | null>;
|
2084
2008
|
default: boolean;
|
2085
2009
|
}, "type" | "default"> & {
|
2086
|
-
type: PropType<
|
2010
|
+
type: PropType<boolean | null>;
|
2087
2011
|
default: NonNullable<boolean | null> | null;
|
2088
2012
|
};
|
2089
2013
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
2090
|
-
class: PropType<
|
2014
|
+
class: PropType<ClassValue>;
|
2091
2015
|
style: {
|
2092
2016
|
type: PropType<vue.StyleValue>;
|
2093
2017
|
default: null;
|
@@ -2114,7 +2038,7 @@ declare const VTabs: {
|
|
2114
2038
|
validator: (v: any) => boolean;
|
2115
2039
|
};
|
2116
2040
|
alignTabs: {
|
2117
|
-
type: PropType<"
|
2041
|
+
type: PropType<"start" | "title" | "center" | "end">;
|
2118
2042
|
default: string;
|
2119
2043
|
};
|
2120
2044
|
color: StringConstructor;
|
@@ -2148,7 +2072,7 @@ declare const VTabs: {
|
|
2148
2072
|
};
|
2149
2073
|
multiple: BooleanConstructor;
|
2150
2074
|
mandatory: {
|
2151
|
-
type: PropType<
|
2075
|
+
type: PropType<boolean | "force">;
|
2152
2076
|
default: NonNullable<boolean | "force">;
|
2153
2077
|
};
|
2154
2078
|
max: NumberConstructor;
|
@@ -2164,11 +2088,11 @@ declare const VTabs: {
|
|
2164
2088
|
type: PropType<boolean | null>;
|
2165
2089
|
default: boolean;
|
2166
2090
|
}, "type" | "default"> & {
|
2167
|
-
type: PropType<
|
2091
|
+
type: PropType<boolean | null>;
|
2168
2092
|
default: NonNullable<boolean | null> | null;
|
2169
2093
|
};
|
2170
2094
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
2171
|
-
class: PropType<
|
2095
|
+
class: PropType<ClassValue>;
|
2172
2096
|
style: {
|
2173
2097
|
type: PropType<vue.StyleValue>;
|
2174
2098
|
default: null;
|
@@ -2195,7 +2119,7 @@ declare const VTabs: {
|
|
2195
2119
|
validator: (v: any) => boolean;
|
2196
2120
|
};
|
2197
2121
|
alignTabs: {
|
2198
|
-
type: PropType<"
|
2122
|
+
type: PropType<"start" | "title" | "center" | "end">;
|
2199
2123
|
default: string;
|
2200
2124
|
};
|
2201
2125
|
color: StringConstructor;
|
@@ -2240,7 +2164,7 @@ declare const VTabsWindow: {
|
|
2240
2164
|
} & {
|
2241
2165
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
2242
2166
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
2243
|
-
'update:modelValue': (v: unknown) =>
|
2167
|
+
'update:modelValue': (v: unknown) => true;
|
2244
2168
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2245
2169
|
reverse: boolean;
|
2246
2170
|
direction: "horizontal" | "vertical";
|
@@ -2271,9 +2195,7 @@ declare const VTabsWindow: {
|
|
2271
2195
|
tag: string;
|
2272
2196
|
selectedClass: string;
|
2273
2197
|
}, true, {}, vue.SlotsType<Partial<{
|
2274
|
-
default: () => vue.VNode
|
2275
|
-
[key: string]: any;
|
2276
|
-
}>[];
|
2198
|
+
default: () => vue.VNode[];
|
2277
2199
|
}>>, {
|
2278
2200
|
P: {};
|
2279
2201
|
B: {};
|
@@ -2311,9 +2233,9 @@ declare const VTabsWindow: {
|
|
2311
2233
|
tag: string;
|
2312
2234
|
selectedClass: string;
|
2313
2235
|
}>;
|
2314
|
-
__isFragment?:
|
2315
|
-
__isTeleport?:
|
2316
|
-
__isSuspense?:
|
2236
|
+
__isFragment?: never;
|
2237
|
+
__isTeleport?: never;
|
2238
|
+
__isSuspense?: never;
|
2317
2239
|
} & vue.ComponentOptionsBase<{
|
2318
2240
|
reverse: boolean;
|
2319
2241
|
direction: "horizontal" | "vertical";
|
@@ -2337,7 +2259,7 @@ declare const VTabsWindow: {
|
|
2337
2259
|
} & {
|
2338
2260
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
2339
2261
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
2340
|
-
'update:modelValue': (v: unknown) =>
|
2262
|
+
'update:modelValue': (v: unknown) => true;
|
2341
2263
|
}, string, {
|
2342
2264
|
reverse: boolean;
|
2343
2265
|
direction: "horizontal" | "vertical";
|
@@ -2346,9 +2268,7 @@ declare const VTabsWindow: {
|
|
2346
2268
|
tag: string;
|
2347
2269
|
selectedClass: string;
|
2348
2270
|
}, {}, string, vue.SlotsType<Partial<{
|
2349
|
-
default: () => vue.VNode
|
2350
|
-
[key: string]: any;
|
2351
|
-
}>[];
|
2271
|
+
default: () => vue.VNode[];
|
2352
2272
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2353
2273
|
reverse: BooleanConstructor;
|
2354
2274
|
direction: {
|
@@ -2360,7 +2280,7 @@ declare const VTabsWindow: {
|
|
2360
2280
|
default: null;
|
2361
2281
|
};
|
2362
2282
|
disabled: BooleanConstructor;
|
2363
|
-
class: vue.PropType<
|
2283
|
+
class: vue.PropType<ClassValue>;
|
2364
2284
|
tag: {
|
2365
2285
|
type: StringConstructor;
|
2366
2286
|
default: string;
|
@@ -2382,7 +2302,7 @@ declare const VTabsWindow: {
|
|
2382
2302
|
default: null;
|
2383
2303
|
};
|
2384
2304
|
disabled: BooleanConstructor;
|
2385
|
-
class: vue.PropType<
|
2305
|
+
class: vue.PropType<ClassValue>;
|
2386
2306
|
tag: {
|
2387
2307
|
type: StringConstructor;
|
2388
2308
|
default: string;
|
@@ -2442,9 +2362,7 @@ declare const VTabsWindowItem: {
|
|
2442
2362
|
disabled: boolean;
|
2443
2363
|
reverseTransition: string | boolean;
|
2444
2364
|
}, true, {}, vue.SlotsType<Partial<{
|
2445
|
-
default: () => vue.VNode
|
2446
|
-
[key: string]: any;
|
2447
|
-
}>[];
|
2365
|
+
default: () => vue.VNode[];
|
2448
2366
|
}>>, {
|
2449
2367
|
P: {};
|
2450
2368
|
B: {};
|
@@ -2478,9 +2396,9 @@ declare const VTabsWindowItem: {
|
|
2478
2396
|
disabled: boolean;
|
2479
2397
|
reverseTransition: string | boolean;
|
2480
2398
|
}>;
|
2481
|
-
__isFragment?:
|
2482
|
-
__isTeleport?:
|
2483
|
-
__isSuspense?:
|
2399
|
+
__isFragment?: never;
|
2400
|
+
__isTeleport?: never;
|
2401
|
+
__isSuspense?: never;
|
2484
2402
|
} & vue.ComponentOptionsBase<{
|
2485
2403
|
style: vue.StyleValue;
|
2486
2404
|
eager: boolean;
|
@@ -2507,15 +2425,13 @@ declare const VTabsWindowItem: {
|
|
2507
2425
|
disabled: boolean;
|
2508
2426
|
reverseTransition: string | boolean;
|
2509
2427
|
}, {}, string, vue.SlotsType<Partial<{
|
2510
|
-
default: () => vue.VNode
|
2511
|
-
[key: string]: any;
|
2512
|
-
}>[];
|
2428
|
+
default: () => vue.VNode[];
|
2513
2429
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2514
2430
|
eager: BooleanConstructor;
|
2515
2431
|
value: null;
|
2516
2432
|
disabled: BooleanConstructor;
|
2517
2433
|
selectedClass: StringConstructor;
|
2518
|
-
class: vue.PropType<
|
2434
|
+
class: vue.PropType<ClassValue>;
|
2519
2435
|
style: {
|
2520
2436
|
type: vue.PropType<vue.StyleValue>;
|
2521
2437
|
default: null;
|
@@ -2533,7 +2449,7 @@ declare const VTabsWindowItem: {
|
|
2533
2449
|
value: null;
|
2534
2450
|
disabled: BooleanConstructor;
|
2535
2451
|
selectedClass: StringConstructor;
|
2536
|
-
class: vue.PropType<
|
2452
|
+
class: vue.PropType<ClassValue>;
|
2537
2453
|
style: {
|
2538
2454
|
type: vue.PropType<vue.StyleValue>;
|
2539
2455
|
default: null;
|