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

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.14-master.2024-08-02
2
+ * Vuetify v3.6.14-master.2024-08-03
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -10701,7 +10701,7 @@
10701
10701
  onMousedown
10702
10702
  };
10703
10703
  },
10704
- unmounted(el, binding) {
10704
+ beforeUnmount(el, binding) {
10705
10705
  if (!el._clickOutside) return;
10706
10706
  handleShadow(el, app => {
10707
10707
  if (!app || !el._clickOutside?.[binding.instance.$.uid]) return;
@@ -29832,9 +29832,7 @@
29832
29832
  }), slots)]
29833
29833
  });
29834
29834
  });
29835
- return {
29836
- open
29837
- };
29835
+ return {};
29838
29836
  }
29839
29837
  });
29840
29838
 
@@ -30333,7 +30331,7 @@
30333
30331
  goTo
30334
30332
  };
30335
30333
  }
30336
- const version$1 = "3.6.14-master.2024-08-02";
30334
+ const version$1 = "3.6.14-master.2024-08-03";
30337
30335
  createVuetify$1.version = version$1;
30338
30336
 
30339
30337
  // Vue's inject() can only be used in setup
@@ -30586,7 +30584,7 @@
30586
30584
 
30587
30585
  /* eslint-disable local-rules/sort-imports */
30588
30586
 
30589
- const version = "3.6.14-master.2024-08-02";
30587
+ const version = "3.6.14-master.2024-08-03";
30590
30588
 
30591
30589
  /* eslint-disable local-rules/sort-imports */
30592
30590