@vuetify/nightly 3.7.0-beta.1-pr-20092.92a3215 → 3.7.0-beta.1-dev.2024-07-29
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 +99 -107
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +132 -132
- package/dist/json/tags.json +0 -2
- package/dist/json/web-types.json +193 -212
- package/dist/vuetify-labs.css +3162 -3162
- package/dist/vuetify-labs.d.ts +106 -190
- package/dist/vuetify-labs.esm.js +13 -30
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -30
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1693 -1693
- package/dist/vuetify.d.ts +150 -234
- package/dist/vuetify.esm.js +13 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +43 -43
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +24 -42
- package/lib/components/VCombobox/index.d.mts +24 -42
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +3 -19
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +12 -27
- package/lib/components/VOverlay/VOverlay.mjs +4 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +2 -3
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +24 -42
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/index.d.mts +13 -28
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/index.d.mts +106 -190
- package/lib/entry-bundler.mjs +1 -1
- 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 +44 -44
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/components.d.mts +3 -3
- package/package.json +1 -1
@@ -93,7 +93,7 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
93
93
|
declare const VSpeedDial: {
|
94
94
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
95
95
|
offset: NonNullable<string | number | number[] | undefined>;
|
96
|
-
location: NonNullable<
|
96
|
+
location: NonNullable<Anchor>;
|
97
97
|
origin: "auto" | Anchor | "overlap";
|
98
98
|
minWidth: NonNullable<string | number>;
|
99
99
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -120,7 +120,6 @@ declare const VSpeedDial: {
|
|
120
120
|
noClickAnimation: boolean;
|
121
121
|
persistent: boolean;
|
122
122
|
scrim: NonNullable<string | boolean>;
|
123
|
-
submenu: boolean;
|
124
123
|
} & {
|
125
124
|
id?: string | undefined;
|
126
125
|
height?: string | number | undefined;
|
@@ -176,7 +175,7 @@ declare const VSpeedDial: {
|
|
176
175
|
'update:modelValue': (value: boolean) => boolean;
|
177
176
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
178
177
|
offset: NonNullable<string | number | number[] | undefined>;
|
179
|
-
location: NonNullable<
|
178
|
+
location: NonNullable<Anchor>;
|
180
179
|
origin: "auto" | Anchor | "overlap";
|
181
180
|
minWidth: NonNullable<string | number>;
|
182
181
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -203,7 +202,6 @@ declare const VSpeedDial: {
|
|
203
202
|
noClickAnimation: boolean;
|
204
203
|
persistent: boolean;
|
205
204
|
scrim: NonNullable<string | boolean>;
|
206
|
-
submenu: boolean;
|
207
205
|
} & {
|
208
206
|
id?: string | undefined;
|
209
207
|
height?: string | number | undefined;
|
@@ -257,7 +255,7 @@ declare const VSpeedDial: {
|
|
257
255
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
258
256
|
}, {
|
259
257
|
offset: NonNullable<string | number | number[] | undefined>;
|
260
|
-
location: NonNullable<
|
258
|
+
location: NonNullable<Anchor>;
|
261
259
|
origin: "auto" | Anchor | "overlap";
|
262
260
|
minWidth: NonNullable<string | number>;
|
263
261
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -286,7 +284,6 @@ declare const VSpeedDial: {
|
|
286
284
|
noClickAnimation: boolean;
|
287
285
|
persistent: boolean;
|
288
286
|
scrim: NonNullable<string | boolean>;
|
289
|
-
submenu: boolean;
|
290
287
|
}, true, {}, vue.SlotsType<Partial<{
|
291
288
|
default: (arg: {
|
292
289
|
isActive: vue.Ref<boolean>;
|
@@ -309,7 +306,7 @@ declare const VSpeedDial: {
|
|
309
306
|
Defaults: {};
|
310
307
|
}, {
|
311
308
|
offset: NonNullable<string | number | number[] | undefined>;
|
312
|
-
location: NonNullable<
|
309
|
+
location: NonNullable<Anchor>;
|
313
310
|
origin: "auto" | Anchor | "overlap";
|
314
311
|
minWidth: NonNullable<string | number>;
|
315
312
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -336,7 +333,6 @@ declare const VSpeedDial: {
|
|
336
333
|
noClickAnimation: boolean;
|
337
334
|
persistent: boolean;
|
338
335
|
scrim: NonNullable<string | boolean>;
|
339
|
-
submenu: boolean;
|
340
336
|
} & {
|
341
337
|
id?: string | undefined;
|
342
338
|
height?: string | number | undefined;
|
@@ -390,7 +386,7 @@ declare const VSpeedDial: {
|
|
390
386
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
391
387
|
}, {}, {}, {}, {}, {
|
392
388
|
offset: NonNullable<string | number | number[] | undefined>;
|
393
|
-
location: NonNullable<
|
389
|
+
location: NonNullable<Anchor>;
|
394
390
|
origin: "auto" | Anchor | "overlap";
|
395
391
|
minWidth: NonNullable<string | number>;
|
396
392
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -419,14 +415,13 @@ declare const VSpeedDial: {
|
|
419
415
|
noClickAnimation: boolean;
|
420
416
|
persistent: boolean;
|
421
417
|
scrim: NonNullable<string | boolean>;
|
422
|
-
submenu: boolean;
|
423
418
|
}>;
|
424
419
|
__isFragment?: undefined;
|
425
420
|
__isTeleport?: undefined;
|
426
421
|
__isSuspense?: undefined;
|
427
422
|
} & vue.ComponentOptionsBase<{
|
428
423
|
offset: NonNullable<string | number | number[] | undefined>;
|
429
|
-
location: NonNullable<
|
424
|
+
location: NonNullable<Anchor>;
|
430
425
|
origin: "auto" | Anchor | "overlap";
|
431
426
|
minWidth: NonNullable<string | number>;
|
432
427
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -453,7 +448,6 @@ declare const VSpeedDial: {
|
|
453
448
|
noClickAnimation: boolean;
|
454
449
|
persistent: boolean;
|
455
450
|
scrim: NonNullable<string | boolean>;
|
456
|
-
submenu: boolean;
|
457
451
|
} & {
|
458
452
|
id?: string | undefined;
|
459
453
|
height?: string | number | undefined;
|
@@ -509,7 +503,7 @@ declare const VSpeedDial: {
|
|
509
503
|
'update:modelValue': (value: boolean) => boolean;
|
510
504
|
}, string, {
|
511
505
|
offset: NonNullable<string | number | number[] | undefined>;
|
512
|
-
location: NonNullable<
|
506
|
+
location: NonNullable<Anchor>;
|
513
507
|
origin: "auto" | Anchor | "overlap";
|
514
508
|
minWidth: NonNullable<string | number>;
|
515
509
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -538,7 +532,6 @@ declare const VSpeedDial: {
|
|
538
532
|
noClickAnimation: boolean;
|
539
533
|
persistent: boolean;
|
540
534
|
scrim: NonNullable<string | boolean>;
|
541
|
-
submenu: boolean;
|
542
535
|
}, {}, string, vue.SlotsType<Partial<{
|
543
536
|
default: (arg: {
|
544
537
|
isActive: vue.Ref<boolean>;
|
@@ -557,15 +550,12 @@ declare const VSpeedDial: {
|
|
557
550
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
558
551
|
default: NonNullable<string | number | number[] | undefined>;
|
559
552
|
};
|
560
|
-
location: Omit<
|
553
|
+
location: Omit<{
|
561
554
|
type: vue.PropType<Anchor>;
|
562
555
|
default: string;
|
563
556
|
}, "type" | "default"> & {
|
564
|
-
type: vue.PropType<NonNullable<Anchor
|
565
|
-
default: NonNullable<Anchor
|
566
|
-
}, "type" | "default"> & {
|
567
|
-
type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
|
568
|
-
default: NonNullable<NonNullable<Anchor> | undefined>;
|
557
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
558
|
+
default: NonNullable<Anchor>;
|
569
559
|
};
|
570
560
|
origin: {
|
571
561
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -696,21 +686,17 @@ declare const VSpeedDial: {
|
|
696
686
|
};
|
697
687
|
attach: vue.PropType<string | boolean | Element>;
|
698
688
|
id: StringConstructor;
|
699
|
-
submenu: BooleanConstructor;
|
700
689
|
}, vue.ExtractPropTypes<{
|
701
690
|
offset: {
|
702
691
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
703
692
|
default: NonNullable<string | number | number[] | undefined>;
|
704
693
|
};
|
705
|
-
location: Omit<
|
694
|
+
location: Omit<{
|
706
695
|
type: vue.PropType<Anchor>;
|
707
696
|
default: string;
|
708
697
|
}, "type" | "default"> & {
|
709
|
-
type: vue.PropType<NonNullable<Anchor
|
710
|
-
default: NonNullable<Anchor
|
711
|
-
}, "type" | "default"> & {
|
712
|
-
type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
|
713
|
-
default: NonNullable<NonNullable<Anchor> | undefined>;
|
698
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
699
|
+
default: NonNullable<Anchor>;
|
714
700
|
};
|
715
701
|
origin: {
|
716
702
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -841,7 +827,6 @@ declare const VSpeedDial: {
|
|
841
827
|
};
|
842
828
|
attach: vue.PropType<string | boolean | Element>;
|
843
829
|
id: StringConstructor;
|
844
|
-
submenu: BooleanConstructor;
|
845
830
|
}>>;
|
846
831
|
type VSpeedDial = InstanceType<typeof VSpeedDial>;
|
847
832
|
|
@@ -622,7 +622,7 @@ declare const VTooltip: {
|
|
622
622
|
onAfterLeave?: (() => any) | undefined;
|
623
623
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
624
624
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
625
|
-
}, "target" | "
|
625
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
626
626
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
627
627
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
628
628
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -1288,7 +1288,7 @@ declare const VTooltip: {
|
|
1288
1288
|
onAfterLeave?: (() => any) | undefined;
|
1289
1289
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1290
1290
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1291
|
-
}, "target" | "
|
1291
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1292
1292
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1293
1293
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1294
1294
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -1858,7 +1858,7 @@ declare const VTooltip: {
|
|
1858
1858
|
onAfterLeave?: (() => any) | undefined;
|
1859
1859
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1860
1860
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1861
|
-
}, "target" | "
|
1861
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1862
1862
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1863
1863
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1864
1864
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|