@vuetify/nightly 3.6.9-master.2024-06-18 → 3.6.10-master.2024-06-21

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.
@@ -9761,8 +9761,8 @@ declare const VTreeview: {
9761
9761
  valueComparator: typeof deepEqual;
9762
9762
  activatable: boolean;
9763
9763
  selectable: boolean;
9764
- selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
9765
- openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
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<NonNullable<SelectStrategyProp>>;
9859
- openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
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<NonNullable<SelectStrategyProp>>;
9938
- openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
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<NonNullable<SelectStrategyProp>>;
10033
- openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
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<NonNullable<SelectStrategyProp>>;
10114
- openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
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<NonNullable<SelectStrategyProp>>;
10146
- openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
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<NonNullable<SelectStrategyProp>>;
10241
- openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
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: Omit<{
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: Omit<{
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: Omit<{
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: Omit<{
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.6.9-master.2024-06-18",
4
+ "version": "3.6.10-master.2024-06-21",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"