@vuetify/nightly 3.6.9-master.2024-06-15 → 3.6.10-master.2024-06-20
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/CHANGELOG.md +2 -9
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2475 -2475
- package/dist/vuetify-labs.d.ts +18 -30
- package/dist/vuetify-labs.esm.js +11 -15
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -15
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +674 -674
- package/dist/vuetify.d.ts +51 -51
- package/dist/vuetify.esm.js +8 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- 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 +51 -51
- package/lib/labs/VTreeview/VTreeview.mjs +5 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -30
- package/lib/labs/components.d.mts +18 -30
- package/package.json +1 -1
@@ -181,8 +181,8 @@ declare const VTreeview: {
|
|
181
181
|
valueComparator: typeof deepEqual;
|
182
182
|
activatable: boolean;
|
183
183
|
selectable: boolean;
|
184
|
-
selectStrategy: NonNullable<
|
185
|
-
openStrategy: NonNullable<
|
184
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
185
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
186
186
|
collapseIcon: string;
|
187
187
|
expandIcon: string;
|
188
188
|
lines: false | "one" | "two" | "three";
|
@@ -275,8 +275,8 @@ declare const VTreeview: {
|
|
275
275
|
valueComparator: typeof deepEqual;
|
276
276
|
activatable: boolean;
|
277
277
|
selectable: boolean;
|
278
|
-
selectStrategy: NonNullable<
|
279
|
-
openStrategy: NonNullable<
|
278
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
279
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
280
280
|
collapseIcon: string;
|
281
281
|
expandIcon: string;
|
282
282
|
lines: false | "one" | "two" | "three";
|
@@ -354,8 +354,8 @@ declare const VTreeview: {
|
|
354
354
|
valueComparator: typeof deepEqual;
|
355
355
|
activatable: boolean;
|
356
356
|
selectable: boolean;
|
357
|
-
selectStrategy: NonNullable<
|
358
|
-
openStrategy: NonNullable<
|
357
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
358
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
359
359
|
collapseIcon: string;
|
360
360
|
expandIcon: string;
|
361
361
|
lines: false | "one" | "two" | "three";
|
@@ -449,8 +449,8 @@ declare const VTreeview: {
|
|
449
449
|
valueComparator: typeof deepEqual;
|
450
450
|
activatable: boolean;
|
451
451
|
selectable: boolean;
|
452
|
-
selectStrategy: NonNullable<
|
453
|
-
openStrategy: NonNullable<
|
452
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
453
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
454
454
|
collapseIcon: string;
|
455
455
|
expandIcon: string;
|
456
456
|
lines: false | "one" | "two" | "three";
|
@@ -530,8 +530,8 @@ declare const VTreeview: {
|
|
530
530
|
valueComparator: typeof deepEqual;
|
531
531
|
activatable: boolean;
|
532
532
|
selectable: boolean;
|
533
|
-
selectStrategy: NonNullable<
|
534
|
-
openStrategy: NonNullable<
|
533
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
534
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
535
535
|
collapseIcon: string;
|
536
536
|
expandIcon: string;
|
537
537
|
lines: false | "one" | "two" | "three";
|
@@ -562,8 +562,8 @@ declare const VTreeview: {
|
|
562
562
|
valueComparator: typeof deepEqual;
|
563
563
|
activatable: boolean;
|
564
564
|
selectable: boolean;
|
565
|
-
selectStrategy: NonNullable<
|
566
|
-
openStrategy: NonNullable<
|
565
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
566
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
567
567
|
collapseIcon: string;
|
568
568
|
expandIcon: string;
|
569
569
|
lines: false | "one" | "two" | "three";
|
@@ -657,8 +657,8 @@ declare const VTreeview: {
|
|
657
657
|
valueComparator: typeof deepEqual;
|
658
658
|
activatable: boolean;
|
659
659
|
selectable: boolean;
|
660
|
-
selectStrategy: NonNullable<
|
661
|
-
openStrategy: NonNullable<
|
660
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
661
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
662
662
|
collapseIcon: string;
|
663
663
|
expandIcon: string;
|
664
664
|
lines: false | "one" | "two" | "three";
|
@@ -801,19 +801,13 @@ declare const VTreeview: {
|
|
801
801
|
activatable: BooleanConstructor;
|
802
802
|
selectable: BooleanConstructor;
|
803
803
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
804
|
-
selectStrategy:
|
804
|
+
selectStrategy: {
|
805
805
|
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
806
806
|
default: NonNullable<SelectStrategyProp>;
|
807
|
-
}, "default" | "type"> & {
|
808
|
-
type: vue.PropType<NonNullable<NonNullable<SelectStrategyProp>>>;
|
809
|
-
default: NonNullable<NonNullable<SelectStrategyProp>>;
|
810
807
|
};
|
811
|
-
openStrategy:
|
808
|
+
openStrategy: {
|
812
809
|
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
813
810
|
default: NonNullable<OpenStrategyProp>;
|
814
|
-
}, "default" | "type"> & {
|
815
|
-
type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
|
816
|
-
default: NonNullable<NonNullable<OpenStrategyProp>>;
|
817
811
|
};
|
818
812
|
'onUpdate:opened': vue.PropType<() => void>;
|
819
813
|
activeColor: StringConstructor;
|
@@ -942,19 +936,13 @@ declare const VTreeview: {
|
|
942
936
|
activatable: BooleanConstructor;
|
943
937
|
selectable: BooleanConstructor;
|
944
938
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
945
|
-
selectStrategy:
|
939
|
+
selectStrategy: {
|
946
940
|
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
947
941
|
default: NonNullable<SelectStrategyProp>;
|
948
|
-
}, "default" | "type"> & {
|
949
|
-
type: vue.PropType<NonNullable<NonNullable<SelectStrategyProp>>>;
|
950
|
-
default: NonNullable<NonNullable<SelectStrategyProp>>;
|
951
942
|
};
|
952
|
-
openStrategy:
|
943
|
+
openStrategy: {
|
953
944
|
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
954
945
|
default: NonNullable<OpenStrategyProp>;
|
955
|
-
}, "default" | "type"> & {
|
956
|
-
type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
|
957
|
-
default: NonNullable<NonNullable<OpenStrategyProp>>;
|
958
946
|
};
|
959
947
|
'onUpdate:opened': vue.PropType<() => void>;
|
960
948
|
activeColor: StringConstructor;
|
@@ -9761,8 +9761,8 @@ declare const VTreeview: {
|
|
9761
9761
|
valueComparator: typeof deepEqual;
|
9762
9762
|
activatable: boolean;
|
9763
9763
|
selectable: boolean;
|
9764
|
-
selectStrategy: NonNullable<
|
9765
|
-
openStrategy: NonNullable<
|
9764
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
9765
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
9766
9766
|
collapseIcon: string;
|
9767
9767
|
expandIcon: string;
|
9768
9768
|
lines: false | "one" | "two" | "three";
|
@@ -9855,8 +9855,8 @@ declare const VTreeview: {
|
|
9855
9855
|
valueComparator: typeof deepEqual;
|
9856
9856
|
activatable: boolean;
|
9857
9857
|
selectable: boolean;
|
9858
|
-
selectStrategy: NonNullable<
|
9859
|
-
openStrategy: NonNullable<
|
9858
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
9859
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
9860
9860
|
collapseIcon: string;
|
9861
9861
|
expandIcon: string;
|
9862
9862
|
lines: false | "one" | "two" | "three";
|
@@ -9934,8 +9934,8 @@ declare const VTreeview: {
|
|
9934
9934
|
valueComparator: typeof deepEqual;
|
9935
9935
|
activatable: boolean;
|
9936
9936
|
selectable: boolean;
|
9937
|
-
selectStrategy: NonNullable<
|
9938
|
-
openStrategy: NonNullable<
|
9937
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
9938
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
9939
9939
|
collapseIcon: string;
|
9940
9940
|
expandIcon: string;
|
9941
9941
|
lines: false | "one" | "two" | "three";
|
@@ -10029,8 +10029,8 @@ declare const VTreeview: {
|
|
10029
10029
|
valueComparator: typeof deepEqual;
|
10030
10030
|
activatable: boolean;
|
10031
10031
|
selectable: boolean;
|
10032
|
-
selectStrategy: NonNullable<
|
10033
|
-
openStrategy: NonNullable<
|
10032
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
10033
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
10034
10034
|
collapseIcon: string;
|
10035
10035
|
expandIcon: string;
|
10036
10036
|
lines: false | "one" | "two" | "three";
|
@@ -10110,8 +10110,8 @@ declare const VTreeview: {
|
|
10110
10110
|
valueComparator: typeof deepEqual;
|
10111
10111
|
activatable: boolean;
|
10112
10112
|
selectable: boolean;
|
10113
|
-
selectStrategy: NonNullable<
|
10114
|
-
openStrategy: NonNullable<
|
10113
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
10114
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
10115
10115
|
collapseIcon: string;
|
10116
10116
|
expandIcon: string;
|
10117
10117
|
lines: false | "one" | "two" | "three";
|
@@ -10142,8 +10142,8 @@ declare const VTreeview: {
|
|
10142
10142
|
valueComparator: typeof deepEqual;
|
10143
10143
|
activatable: boolean;
|
10144
10144
|
selectable: boolean;
|
10145
|
-
selectStrategy: NonNullable<
|
10146
|
-
openStrategy: NonNullable<
|
10145
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
10146
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
10147
10147
|
collapseIcon: string;
|
10148
10148
|
expandIcon: string;
|
10149
10149
|
lines: false | "one" | "two" | "three";
|
@@ -10237,8 +10237,8 @@ declare const VTreeview: {
|
|
10237
10237
|
valueComparator: typeof deepEqual;
|
10238
10238
|
activatable: boolean;
|
10239
10239
|
selectable: boolean;
|
10240
|
-
selectStrategy: NonNullable<
|
10241
|
-
openStrategy: NonNullable<
|
10240
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
10241
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
10242
10242
|
collapseIcon: string;
|
10243
10243
|
expandIcon: string;
|
10244
10244
|
lines: false | "one" | "two" | "three";
|
@@ -10381,19 +10381,13 @@ declare const VTreeview: {
|
|
10381
10381
|
activatable: BooleanConstructor;
|
10382
10382
|
selectable: BooleanConstructor;
|
10383
10383
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
10384
|
-
selectStrategy:
|
10384
|
+
selectStrategy: {
|
10385
10385
|
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
10386
10386
|
default: NonNullable<SelectStrategyProp>;
|
10387
|
-
}, "default" | "type"> & {
|
10388
|
-
type: vue.PropType<NonNullable<NonNullable<SelectStrategyProp>>>;
|
10389
|
-
default: NonNullable<NonNullable<SelectStrategyProp>>;
|
10390
10387
|
};
|
10391
|
-
openStrategy:
|
10388
|
+
openStrategy: {
|
10392
10389
|
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
10393
10390
|
default: NonNullable<OpenStrategyProp>;
|
10394
|
-
}, "default" | "type"> & {
|
10395
|
-
type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
|
10396
|
-
default: NonNullable<NonNullable<OpenStrategyProp>>;
|
10397
10391
|
};
|
10398
10392
|
'onUpdate:opened': vue.PropType<() => void>;
|
10399
10393
|
activeColor: StringConstructor;
|
@@ -10522,19 +10516,13 @@ declare const VTreeview: {
|
|
10522
10516
|
activatable: BooleanConstructor;
|
10523
10517
|
selectable: BooleanConstructor;
|
10524
10518
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
10525
|
-
selectStrategy:
|
10519
|
+
selectStrategy: {
|
10526
10520
|
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
10527
10521
|
default: NonNullable<SelectStrategyProp>;
|
10528
|
-
}, "default" | "type"> & {
|
10529
|
-
type: vue.PropType<NonNullable<NonNullable<SelectStrategyProp>>>;
|
10530
|
-
default: NonNullable<NonNullable<SelectStrategyProp>>;
|
10531
10522
|
};
|
10532
|
-
openStrategy:
|
10523
|
+
openStrategy: {
|
10533
10524
|
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
10534
10525
|
default: NonNullable<OpenStrategyProp>;
|
10535
|
-
}, "default" | "type"> & {
|
10536
|
-
type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
|
10537
|
-
default: NonNullable<NonNullable<OpenStrategyProp>>;
|
10538
10526
|
};
|
10539
10527
|
'onUpdate:opened': vue.PropType<() => void>;
|
10540
10528
|
activeColor: StringConstructor;
|