@vuetify/nightly 3.6.14-master.2024-08-03 → 3.6.14-master.2024-08-12

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.
@@ -79801,7 +79801,6 @@ declare const VTreeview: {
79801
79801
  itemValue: SelectItemKey;
79802
79802
  itemChildren: SelectItemKey;
79803
79803
  itemProps: SelectItemKey;
79804
- itemType: string;
79805
79804
  loadingIcon: string;
79806
79805
  openAll: boolean;
79807
79806
  } & {
@@ -79893,7 +79892,6 @@ declare const VTreeview: {
79893
79892
  itemValue: SelectItemKey;
79894
79893
  itemChildren: SelectItemKey;
79895
79894
  itemProps: SelectItemKey;
79896
- itemType: string;
79897
79895
  loadingIcon: string;
79898
79896
  openAll: boolean;
79899
79897
  } & {
@@ -79972,7 +79970,6 @@ declare const VTreeview: {
79972
79970
  itemValue: SelectItemKey;
79973
79971
  itemChildren: SelectItemKey;
79974
79972
  itemProps: SelectItemKey;
79975
- itemType: string;
79976
79973
  loadingIcon: string;
79977
79974
  openAll: boolean;
79978
79975
  }, true, {}, vue.SlotsType<Partial<{
@@ -80067,7 +80064,6 @@ declare const VTreeview: {
80067
80064
  itemValue: SelectItemKey;
80068
80065
  itemChildren: SelectItemKey;
80069
80066
  itemProps: SelectItemKey;
80070
- itemType: string;
80071
80067
  loadingIcon: string;
80072
80068
  openAll: boolean;
80073
80069
  } & {
@@ -80146,7 +80142,6 @@ declare const VTreeview: {
80146
80142
  itemValue: SelectItemKey;
80147
80143
  itemChildren: SelectItemKey;
80148
80144
  itemProps: SelectItemKey;
80149
- itemType: string;
80150
80145
  loadingIcon: string;
80151
80146
  openAll: boolean;
80152
80147
  }>;
@@ -80178,7 +80173,6 @@ declare const VTreeview: {
80178
80173
  itemValue: SelectItemKey;
80179
80174
  itemChildren: SelectItemKey;
80180
80175
  itemProps: SelectItemKey;
80181
- itemType: string;
80182
80176
  loadingIcon: string;
80183
80177
  openAll: boolean;
80184
80178
  } & {
@@ -80271,7 +80265,6 @@ declare const VTreeview: {
80271
80265
  itemValue: SelectItemKey;
80272
80266
  itemChildren: SelectItemKey;
80273
80267
  itemProps: SelectItemKey;
80274
- itemType: string;
80275
80268
  loadingIcon: string;
80276
80269
  openAll: boolean;
80277
80270
  }, {}, string, vue.SlotsType<Partial<{
@@ -80451,10 +80444,6 @@ declare const VTreeview: {
80451
80444
  value: boolean;
80452
80445
  path: unknown[];
80453
80446
  }) => void>;
80454
- itemType: {
80455
- type: StringConstructor;
80456
- default: string;
80457
- };
80458
80447
  loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
80459
80448
  loadingIcon: {
80460
80449
  type: StringConstructor;
@@ -80586,10 +80575,6 @@ declare const VTreeview: {
80586
80575
  value: boolean;
80587
80576
  path: unknown[];
80588
80577
  }) => void>;
80589
- itemType: {
80590
- type: StringConstructor;
80591
- default: string;
80592
- };
80593
80578
  loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
80594
80579
  loadingIcon: {
80595
80580
  type: StringConstructor;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.14-master.2024-08-03
2
+ * Vuetify v3.6.14-master.2024-08-12
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -10609,7 +10609,7 @@ function useTeleport(target) {
10609
10609
  warn(`Unable to locate target ${_target}`);
10610
10610
  return undefined;
10611
10611
  }
10612
- let container = targetElement.querySelector(':scope > .v-overlay-container');
10612
+ let container = [...targetElement.children].find(el => el.matches('.v-overlay-container'));
10613
10613
  if (!container) {
10614
10614
  container = document.createElement('div');
10615
10615
  container.className = 'v-overlay-container';
@@ -29717,7 +29717,7 @@ const makeVTreeviewProps = propsFactory({
29717
29717
  collapseIcon: '$treeviewCollapse',
29718
29718
  expandIcon: '$treeviewExpand',
29719
29719
  slim: true
29720
- }), ['nav'])
29720
+ }), ['itemType', 'nav'])
29721
29721
  }, 'VTreeview');
29722
29722
  const VTreeview = genericComponent()({
29723
29723
  name: 'VTreeview',
@@ -30327,7 +30327,7 @@ function createVuetify$1() {
30327
30327
  goTo
30328
30328
  };
30329
30329
  }
30330
- const version$1 = "3.6.14-master.2024-08-03";
30330
+ const version$1 = "3.6.14-master.2024-08-12";
30331
30331
  createVuetify$1.version = version$1;
30332
30332
 
30333
30333
  // Vue's inject() can only be used in setup
@@ -30580,7 +30580,7 @@ var index = /*#__PURE__*/Object.freeze({
30580
30580
 
30581
30581
  /* eslint-disable local-rules/sort-imports */
30582
30582
 
30583
- const version = "3.6.14-master.2024-08-03";
30583
+ const version = "3.6.14-master.2024-08-12";
30584
30584
 
30585
30585
  /* eslint-disable local-rules/sort-imports */
30586
30586