@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,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType, DirectiveBinding, JSXComponent, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
|
@@ -13,6 +13,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
13
13
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
14
14
|
}
|
15
15
|
|
16
|
+
type ClassValue = any;
|
17
|
+
|
16
18
|
type Density$1 = null | 'prominent' | 'default' | 'comfortable' | 'compact';
|
17
19
|
|
18
20
|
declare const VAppBar: {
|
@@ -71,7 +73,7 @@ declare const VAppBar: {
|
|
71
73
|
} & {
|
72
74
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
73
75
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
74
|
-
'update:modelValue': (value: boolean) =>
|
76
|
+
'update:modelValue': (value: boolean) => true;
|
75
77
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
76
78
|
flat: boolean;
|
77
79
|
absolute: boolean;
|
@@ -144,24 +146,12 @@ declare const VAppBar: {
|
|
144
146
|
floating: boolean;
|
145
147
|
scrollThreshold: string | number;
|
146
148
|
}, true, {}, vue.SlotsType<Partial<{
|
147
|
-
default: () => vue.VNode
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
154
|
-
[key: string]: any;
|
155
|
-
}>[];
|
156
|
-
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
157
|
-
[key: string]: any;
|
158
|
-
}>[];
|
159
|
-
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
160
|
-
[key: string]: any;
|
161
|
-
}>[];
|
162
|
-
extension: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
163
|
-
[key: string]: any;
|
164
|
-
}>[];
|
149
|
+
default: () => vue.VNode[];
|
150
|
+
image: () => vue.VNode[];
|
151
|
+
prepend: () => vue.VNode[];
|
152
|
+
append: () => vue.VNode[];
|
153
|
+
title: () => vue.VNode[];
|
154
|
+
extension: () => vue.VNode[];
|
165
155
|
}>>, {
|
166
156
|
P: {};
|
167
157
|
B: {};
|
@@ -241,9 +231,9 @@ declare const VAppBar: {
|
|
241
231
|
floating: boolean;
|
242
232
|
scrollThreshold: string | number;
|
243
233
|
}>;
|
244
|
-
__isFragment?:
|
245
|
-
__isTeleport?:
|
246
|
-
__isSuspense?:
|
234
|
+
__isFragment?: never;
|
235
|
+
__isTeleport?: never;
|
236
|
+
__isSuspense?: never;
|
247
237
|
} & vue.ComponentOptionsBase<{
|
248
238
|
flat: boolean;
|
249
239
|
absolute: boolean;
|
@@ -299,7 +289,7 @@ declare const VAppBar: {
|
|
299
289
|
} & {
|
300
290
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
301
291
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
302
|
-
'update:modelValue': (value: boolean) =>
|
292
|
+
'update:modelValue': (value: boolean) => true;
|
303
293
|
}, string, {
|
304
294
|
flat: boolean;
|
305
295
|
absolute: boolean;
|
@@ -318,24 +308,12 @@ declare const VAppBar: {
|
|
318
308
|
floating: boolean;
|
319
309
|
scrollThreshold: string | number;
|
320
310
|
}, {}, string, vue.SlotsType<Partial<{
|
321
|
-
default: () => vue.VNode
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
328
|
-
[key: string]: any;
|
329
|
-
}>[];
|
330
|
-
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
331
|
-
[key: string]: any;
|
332
|
-
}>[];
|
333
|
-
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
334
|
-
[key: string]: any;
|
335
|
-
}>[];
|
336
|
-
extension: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
337
|
-
[key: string]: any;
|
338
|
-
}>[];
|
311
|
+
default: () => vue.VNode[];
|
312
|
+
image: () => vue.VNode[];
|
313
|
+
prepend: () => vue.VNode[];
|
314
|
+
append: () => vue.VNode[];
|
315
|
+
title: () => vue.VNode[];
|
316
|
+
extension: () => vue.VNode[];
|
339
317
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
340
318
|
height: {
|
341
319
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -373,7 +351,7 @@ declare const VAppBar: {
|
|
373
351
|
type: (StringConstructor | NumberConstructor)[];
|
374
352
|
validator(v: any): boolean;
|
375
353
|
};
|
376
|
-
class: PropType<
|
354
|
+
class: PropType<ClassValue>;
|
377
355
|
style: {
|
378
356
|
type: PropType<vue.StyleValue>;
|
379
357
|
default: null;
|
@@ -395,7 +373,7 @@ declare const VAppBar: {
|
|
395
373
|
floating: BooleanConstructor;
|
396
374
|
image: StringConstructor;
|
397
375
|
title: StringConstructor;
|
398
|
-
scrollBehavior: PropType<"hide" |
|
376
|
+
scrollBehavior: PropType<"hide" | "fully-hide" | "inverted" | "collapse" | "elevate" | "fade-image" | (string & {})>;
|
399
377
|
modelValue: {
|
400
378
|
type: BooleanConstructor;
|
401
379
|
default: boolean;
|
@@ -442,7 +420,7 @@ declare const VAppBar: {
|
|
442
420
|
type: (StringConstructor | NumberConstructor)[];
|
443
421
|
validator(v: any): boolean;
|
444
422
|
};
|
445
|
-
class: PropType<
|
423
|
+
class: PropType<ClassValue>;
|
446
424
|
style: {
|
447
425
|
type: PropType<vue.StyleValue>;
|
448
426
|
default: null;
|
@@ -464,7 +442,7 @@ declare const VAppBar: {
|
|
464
442
|
floating: BooleanConstructor;
|
465
443
|
image: StringConstructor;
|
466
444
|
title: StringConstructor;
|
467
|
-
scrollBehavior: PropType<"hide" |
|
445
|
+
scrollBehavior: PropType<"hide" | "fully-hide" | "inverted" | "collapse" | "elevate" | "fade-image" | (string & {})>;
|
468
446
|
modelValue: {
|
469
447
|
type: BooleanConstructor;
|
470
448
|
default: boolean;
|
@@ -477,6 +455,17 @@ declare const VAppBar: {
|
|
477
455
|
}>>;
|
478
456
|
type VAppBar = InstanceType<typeof VAppBar>;
|
479
457
|
|
458
|
+
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
459
|
+
value?: boolean | {
|
460
|
+
class: string;
|
461
|
+
};
|
462
|
+
modifiers: {
|
463
|
+
center?: boolean;
|
464
|
+
circle?: boolean;
|
465
|
+
stop?: boolean;
|
466
|
+
};
|
467
|
+
}
|
468
|
+
|
480
469
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
481
470
|
declare const IconValue: PropType<IconValue>;
|
482
471
|
|
@@ -506,12 +495,15 @@ interface GroupProvide {
|
|
506
495
|
|
507
496
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
508
497
|
|
498
|
+
declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
|
499
|
+
type Variant = typeof allowedVariants[number];
|
500
|
+
|
509
501
|
declare const VAppBarNavIcon: {
|
510
502
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
511
503
|
symbol: any;
|
512
504
|
replace: boolean;
|
513
505
|
flat: boolean;
|
514
|
-
variant:
|
506
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
515
507
|
exact: boolean;
|
516
508
|
block: boolean;
|
517
509
|
style: vue.StyleValue;
|
@@ -519,7 +511,7 @@ declare const VAppBarNavIcon: {
|
|
519
511
|
size: string | number;
|
520
512
|
readonly: boolean;
|
521
513
|
tag: string;
|
522
|
-
icon:
|
514
|
+
icon: boolean | IconValue;
|
523
515
|
tile: boolean;
|
524
516
|
density: Density;
|
525
517
|
slim: boolean;
|
@@ -528,7 +520,7 @@ declare const VAppBarNavIcon: {
|
|
528
520
|
class: string;
|
529
521
|
} | undefined;
|
530
522
|
} & {
|
531
|
-
location?: Anchor | undefined;
|
523
|
+
location?: Anchor | null | undefined;
|
532
524
|
height?: string | number | undefined;
|
533
525
|
width?: string | number | undefined;
|
534
526
|
active?: boolean | undefined;
|
@@ -574,7 +566,7 @@ declare const VAppBarNavIcon: {
|
|
574
566
|
symbol: any;
|
575
567
|
replace: boolean;
|
576
568
|
flat: boolean;
|
577
|
-
variant:
|
569
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
578
570
|
exact: boolean;
|
579
571
|
block: boolean;
|
580
572
|
style: vue.StyleValue;
|
@@ -582,7 +574,7 @@ declare const VAppBarNavIcon: {
|
|
582
574
|
size: string | number;
|
583
575
|
readonly: boolean;
|
584
576
|
tag: string;
|
585
|
-
icon:
|
577
|
+
icon: boolean | IconValue;
|
586
578
|
tile: boolean;
|
587
579
|
density: Density;
|
588
580
|
slim: boolean;
|
@@ -591,7 +583,7 @@ declare const VAppBarNavIcon: {
|
|
591
583
|
class: string;
|
592
584
|
} | undefined;
|
593
585
|
} & {
|
594
|
-
location?: Anchor | undefined;
|
586
|
+
location?: Anchor | null | undefined;
|
595
587
|
height?: string | number | undefined;
|
596
588
|
width?: string | number | undefined;
|
597
589
|
active?: boolean | undefined;
|
@@ -637,7 +629,7 @@ declare const VAppBarNavIcon: {
|
|
637
629
|
symbol: any;
|
638
630
|
replace: boolean;
|
639
631
|
flat: boolean;
|
640
|
-
variant:
|
632
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
641
633
|
exact: boolean;
|
642
634
|
block: boolean;
|
643
635
|
active: boolean;
|
@@ -646,7 +638,7 @@ declare const VAppBarNavIcon: {
|
|
646
638
|
size: string | number;
|
647
639
|
readonly: boolean;
|
648
640
|
tag: string;
|
649
|
-
icon:
|
641
|
+
icon: boolean | IconValue;
|
650
642
|
rounded: string | number | boolean;
|
651
643
|
tile: boolean;
|
652
644
|
density: Density;
|
@@ -656,18 +648,10 @@ declare const VAppBarNavIcon: {
|
|
656
648
|
class: string;
|
657
649
|
} | undefined;
|
658
650
|
}, true, {}, vue.SlotsType<Partial<{
|
659
|
-
default: () => vue.VNode
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
[key: string]: any;
|
664
|
-
}>[];
|
665
|
-
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
666
|
-
[key: string]: any;
|
667
|
-
}>[];
|
668
|
-
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
669
|
-
[key: string]: any;
|
670
|
-
}>[];
|
651
|
+
default: () => vue.VNode[];
|
652
|
+
prepend: () => vue.VNode[];
|
653
|
+
append: () => vue.VNode[];
|
654
|
+
loader: () => vue.VNode[];
|
671
655
|
}>>, {
|
672
656
|
P: {};
|
673
657
|
B: {};
|
@@ -679,7 +663,7 @@ declare const VAppBarNavIcon: {
|
|
679
663
|
symbol: any;
|
680
664
|
replace: boolean;
|
681
665
|
flat: boolean;
|
682
|
-
variant:
|
666
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
683
667
|
exact: boolean;
|
684
668
|
block: boolean;
|
685
669
|
style: vue.StyleValue;
|
@@ -687,7 +671,7 @@ declare const VAppBarNavIcon: {
|
|
687
671
|
size: string | number;
|
688
672
|
readonly: boolean;
|
689
673
|
tag: string;
|
690
|
-
icon:
|
674
|
+
icon: boolean | IconValue;
|
691
675
|
tile: boolean;
|
692
676
|
density: Density;
|
693
677
|
slim: boolean;
|
@@ -696,7 +680,7 @@ declare const VAppBarNavIcon: {
|
|
696
680
|
class: string;
|
697
681
|
} | undefined;
|
698
682
|
} & {
|
699
|
-
location?: Anchor | undefined;
|
683
|
+
location?: Anchor | null | undefined;
|
700
684
|
height?: string | number | undefined;
|
701
685
|
width?: string | number | undefined;
|
702
686
|
active?: boolean | undefined;
|
@@ -742,7 +726,7 @@ declare const VAppBarNavIcon: {
|
|
742
726
|
symbol: any;
|
743
727
|
replace: boolean;
|
744
728
|
flat: boolean;
|
745
|
-
variant:
|
729
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
746
730
|
exact: boolean;
|
747
731
|
block: boolean;
|
748
732
|
active: boolean;
|
@@ -751,7 +735,7 @@ declare const VAppBarNavIcon: {
|
|
751
735
|
size: string | number;
|
752
736
|
readonly: boolean;
|
753
737
|
tag: string;
|
754
|
-
icon:
|
738
|
+
icon: boolean | IconValue;
|
755
739
|
rounded: string | number | boolean;
|
756
740
|
tile: boolean;
|
757
741
|
density: Density;
|
@@ -761,14 +745,14 @@ declare const VAppBarNavIcon: {
|
|
761
745
|
class: string;
|
762
746
|
} | undefined;
|
763
747
|
}>;
|
764
|
-
__isFragment?:
|
765
|
-
__isTeleport?:
|
766
|
-
__isSuspense?:
|
748
|
+
__isFragment?: never;
|
749
|
+
__isTeleport?: never;
|
750
|
+
__isSuspense?: never;
|
767
751
|
} & vue.ComponentOptionsBase<{
|
768
752
|
symbol: any;
|
769
753
|
replace: boolean;
|
770
754
|
flat: boolean;
|
771
|
-
variant:
|
755
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
772
756
|
exact: boolean;
|
773
757
|
block: boolean;
|
774
758
|
style: vue.StyleValue;
|
@@ -776,7 +760,7 @@ declare const VAppBarNavIcon: {
|
|
776
760
|
size: string | number;
|
777
761
|
readonly: boolean;
|
778
762
|
tag: string;
|
779
|
-
icon:
|
763
|
+
icon: boolean | IconValue;
|
780
764
|
tile: boolean;
|
781
765
|
density: Density;
|
782
766
|
slim: boolean;
|
@@ -785,7 +769,7 @@ declare const VAppBarNavIcon: {
|
|
785
769
|
class: string;
|
786
770
|
} | undefined;
|
787
771
|
} & {
|
788
|
-
location?: Anchor | undefined;
|
772
|
+
location?: Anchor | null | undefined;
|
789
773
|
height?: string | number | undefined;
|
790
774
|
width?: string | number | undefined;
|
791
775
|
active?: boolean | undefined;
|
@@ -831,7 +815,7 @@ declare const VAppBarNavIcon: {
|
|
831
815
|
symbol: any;
|
832
816
|
replace: boolean;
|
833
817
|
flat: boolean;
|
834
|
-
variant:
|
818
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
835
819
|
exact: boolean;
|
836
820
|
block: boolean;
|
837
821
|
active: boolean;
|
@@ -840,7 +824,7 @@ declare const VAppBarNavIcon: {
|
|
840
824
|
size: string | number;
|
841
825
|
readonly: boolean;
|
842
826
|
tag: string;
|
843
|
-
icon:
|
827
|
+
icon: boolean | IconValue;
|
844
828
|
rounded: string | number | boolean;
|
845
829
|
tile: boolean;
|
846
830
|
density: Density;
|
@@ -850,30 +834,22 @@ declare const VAppBarNavIcon: {
|
|
850
834
|
class: string;
|
851
835
|
} | undefined;
|
852
836
|
}, {}, string, vue.SlotsType<Partial<{
|
853
|
-
default: () => vue.VNode
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
[key: string]: any;
|
858
|
-
}>[];
|
859
|
-
append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
860
|
-
[key: string]: any;
|
861
|
-
}>[];
|
862
|
-
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
863
|
-
[key: string]: any;
|
864
|
-
}>[];
|
837
|
+
default: () => vue.VNode[];
|
838
|
+
prepend: () => vue.VNode[];
|
839
|
+
append: () => vue.VNode[];
|
840
|
+
loader: () => vue.VNode[];
|
865
841
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
866
842
|
color: StringConstructor;
|
867
843
|
variant: Omit<Omit<{
|
868
|
-
type: vue.PropType<
|
844
|
+
type: vue.PropType<Variant>;
|
869
845
|
default: string;
|
870
846
|
validator: (v: any) => boolean;
|
871
847
|
}, "type" | "default"> & {
|
872
|
-
type: vue.PropType<
|
848
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
873
849
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
874
850
|
}, "type" | "default"> & {
|
875
|
-
type: vue.PropType<
|
876
|
-
default: NonNullable<
|
851
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
852
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
877
853
|
};
|
878
854
|
theme: StringConstructor;
|
879
855
|
tag: Omit<{
|
@@ -900,7 +876,7 @@ declare const VAppBarNavIcon: {
|
|
900
876
|
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
901
877
|
validator: (v: any) => boolean;
|
902
878
|
};
|
903
|
-
location: vue.PropType<Anchor>;
|
879
|
+
location: vue.PropType<Anchor | null>;
|
904
880
|
loading: (StringConstructor | BooleanConstructor)[];
|
905
881
|
value: null;
|
906
882
|
disabled: BooleanConstructor;
|
@@ -920,7 +896,7 @@ declare const VAppBarNavIcon: {
|
|
920
896
|
default: string;
|
921
897
|
validator: (v: any) => boolean;
|
922
898
|
};
|
923
|
-
class: vue.PropType<
|
899
|
+
class: vue.PropType<ClassValue>;
|
924
900
|
style: {
|
925
901
|
type: vue.PropType<vue.StyleValue>;
|
926
902
|
default: null;
|
@@ -937,7 +913,7 @@ declare const VAppBarNavIcon: {
|
|
937
913
|
};
|
938
914
|
flat: BooleanConstructor;
|
939
915
|
icon: {
|
940
|
-
type: vue.PropType<
|
916
|
+
type: vue.PropType<boolean | IconValue>;
|
941
917
|
default: NonNullable<boolean | IconValue>;
|
942
918
|
};
|
943
919
|
prependIcon: vue.PropType<IconValue>;
|
@@ -947,24 +923,22 @@ declare const VAppBarNavIcon: {
|
|
947
923
|
slim: BooleanConstructor;
|
948
924
|
stacked: BooleanConstructor;
|
949
925
|
ripple: {
|
950
|
-
type: vue.PropType<
|
951
|
-
class: string;
|
952
|
-
} | undefined>;
|
926
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
953
927
|
default: boolean;
|
954
928
|
};
|
955
929
|
text: StringConstructor;
|
956
930
|
}, vue.ExtractPropTypes<{
|
957
931
|
color: StringConstructor;
|
958
932
|
variant: Omit<Omit<{
|
959
|
-
type: vue.PropType<
|
933
|
+
type: vue.PropType<Variant>;
|
960
934
|
default: string;
|
961
935
|
validator: (v: any) => boolean;
|
962
936
|
}, "type" | "default"> & {
|
963
|
-
type: vue.PropType<
|
937
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
964
938
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
965
939
|
}, "type" | "default"> & {
|
966
|
-
type: vue.PropType<
|
967
|
-
default: NonNullable<
|
940
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
941
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
968
942
|
};
|
969
943
|
theme: StringConstructor;
|
970
944
|
tag: Omit<{
|
@@ -991,7 +965,7 @@ declare const VAppBarNavIcon: {
|
|
991
965
|
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
992
966
|
validator: (v: any) => boolean;
|
993
967
|
};
|
994
|
-
location: vue.PropType<Anchor>;
|
968
|
+
location: vue.PropType<Anchor | null>;
|
995
969
|
loading: (StringConstructor | BooleanConstructor)[];
|
996
970
|
value: null;
|
997
971
|
disabled: BooleanConstructor;
|
@@ -1011,7 +985,7 @@ declare const VAppBarNavIcon: {
|
|
1011
985
|
default: string;
|
1012
986
|
validator: (v: any) => boolean;
|
1013
987
|
};
|
1014
|
-
class: vue.PropType<
|
988
|
+
class: vue.PropType<ClassValue>;
|
1015
989
|
style: {
|
1016
990
|
type: vue.PropType<vue.StyleValue>;
|
1017
991
|
default: null;
|
@@ -1028,7 +1002,7 @@ declare const VAppBarNavIcon: {
|
|
1028
1002
|
};
|
1029
1003
|
flat: BooleanConstructor;
|
1030
1004
|
icon: {
|
1031
|
-
type: vue.PropType<
|
1005
|
+
type: vue.PropType<boolean | IconValue>;
|
1032
1006
|
default: NonNullable<boolean | IconValue>;
|
1033
1007
|
};
|
1034
1008
|
prependIcon: vue.PropType<IconValue>;
|
@@ -1038,9 +1012,7 @@ declare const VAppBarNavIcon: {
|
|
1038
1012
|
slim: BooleanConstructor;
|
1039
1013
|
stacked: BooleanConstructor;
|
1040
1014
|
ripple: {
|
1041
|
-
type: vue.PropType<
|
1042
|
-
class: string;
|
1043
|
-
} | undefined>;
|
1015
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
1044
1016
|
default: boolean;
|
1045
1017
|
};
|
1046
1018
|
text: StringConstructor;
|
@@ -1088,12 +1060,8 @@ declare const VAppBarTitle: {
|
|
1088
1060
|
style: vue.StyleValue;
|
1089
1061
|
tag: string;
|
1090
1062
|
}, true, {}, vue.SlotsType<Partial<{
|
1091
|
-
default: () => vue.VNode
|
1092
|
-
|
1093
|
-
}>[];
|
1094
|
-
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1095
|
-
[key: string]: any;
|
1096
|
-
}>[];
|
1063
|
+
default: () => vue.VNode[];
|
1064
|
+
text: () => vue.VNode[];
|
1097
1065
|
}>>, {
|
1098
1066
|
P: {};
|
1099
1067
|
B: {};
|
@@ -1123,9 +1091,9 @@ declare const VAppBarTitle: {
|
|
1123
1091
|
style: vue.StyleValue;
|
1124
1092
|
tag: string;
|
1125
1093
|
}>;
|
1126
|
-
__isFragment?:
|
1127
|
-
__isTeleport?:
|
1128
|
-
__isSuspense?:
|
1094
|
+
__isFragment?: never;
|
1095
|
+
__isTeleport?: never;
|
1096
|
+
__isSuspense?: never;
|
1129
1097
|
} & vue.ComponentOptionsBase<{
|
1130
1098
|
style: vue.StyleValue;
|
1131
1099
|
tag: string;
|
@@ -1148,18 +1116,14 @@ declare const VAppBarTitle: {
|
|
1148
1116
|
style: vue.StyleValue;
|
1149
1117
|
tag: string;
|
1150
1118
|
}, {}, string, vue.SlotsType<Partial<{
|
1151
|
-
default: () => vue.VNode
|
1152
|
-
|
1153
|
-
}>[];
|
1154
|
-
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1155
|
-
[key: string]: any;
|
1156
|
-
}>[];
|
1119
|
+
default: () => vue.VNode[];
|
1120
|
+
text: () => vue.VNode[];
|
1157
1121
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1158
1122
|
tag: {
|
1159
1123
|
type: StringConstructor;
|
1160
1124
|
default: string;
|
1161
1125
|
};
|
1162
|
-
class: vue.PropType<
|
1126
|
+
class: vue.PropType<ClassValue>;
|
1163
1127
|
style: {
|
1164
1128
|
type: vue.PropType<vue.StyleValue>;
|
1165
1129
|
default: null;
|
@@ -1170,7 +1134,7 @@ declare const VAppBarTitle: {
|
|
1170
1134
|
type: StringConstructor;
|
1171
1135
|
default: string;
|
1172
1136
|
};
|
1173
|
-
class: vue.PropType<
|
1137
|
+
class: vue.PropType<ClassValue>;
|
1174
1138
|
style: {
|
1175
1139
|
type: vue.PropType<vue.StyleValue>;
|
1176
1140
|
default: null;
|