@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.
@@ -79854,9 +79854,7 @@ declare const VTreeview: {
79854
79854
  value: boolean;
79855
79855
  path: unknown[];
79856
79856
  }) => any) | undefined;
79857
- }, {
79858
- open: typeof open;
79859
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
79857
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
79860
79858
  'update:opened': (val: unknown) => boolean;
79861
79859
  'update:activated': (val: unknown) => boolean;
79862
79860
  'update:selected': (val: unknown) => boolean;
@@ -80122,9 +80120,7 @@ declare const VTreeview: {
80122
80120
  value: boolean;
80123
80121
  path: unknown[];
80124
80122
  }) => any) | undefined;
80125
- }, {
80126
- open: typeof open;
80127
- }, {}, {}, {}, {
80123
+ }, {}, {}, {}, {}, {
80128
80124
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
80129
80125
  style: vue.StyleValue;
80130
80126
  disabled: boolean;
@@ -80235,9 +80231,7 @@ declare const VTreeview: {
80235
80231
  value: boolean;
80236
80232
  path: unknown[];
80237
80233
  }) => any) | undefined;
80238
- }, {
80239
- open: typeof open;
80240
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
80234
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
80241
80235
  'update:opened': (val: unknown) => boolean;
80242
80236
  'update:activated': (val: unknown) => boolean;
80243
80237
  'update:selected': (val: unknown) => boolean;
@@ -81623,7 +81617,7 @@ interface ClickOutsideDirectiveBinding extends DirectiveBinding {
81623
81617
  }
81624
81618
  declare const ClickOutside: {
81625
81619
  mounted(el: HTMLElement, binding: ClickOutsideDirectiveBinding): void;
81626
- unmounted(el: HTMLElement, binding: ClickOutsideDirectiveBinding): void;
81620
+ beforeUnmount(el: HTMLElement, binding: ClickOutsideDirectiveBinding): void;
81627
81621
  };
81628
81622
 
81629
81623
  type ObserveHandler = (isIntersecting: boolean, entries: IntersectionObserverEntry[], observer: IntersectionObserver) => void;
@@ -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
  */
@@ -10697,7 +10697,7 @@ const ClickOutside = {
10697
10697
  onMousedown
10698
10698
  };
10699
10699
  },
10700
- unmounted(el, binding) {
10700
+ beforeUnmount(el, binding) {
10701
10701
  if (!el._clickOutside) return;
10702
10702
  handleShadow(el, app => {
10703
10703
  if (!app || !el._clickOutside?.[binding.instance.$.uid]) return;
@@ -29828,9 +29828,7 @@ const VTreeview = genericComponent()({
29828
29828
  }), slots)]
29829
29829
  });
29830
29830
  });
29831
- return {
29832
- open
29833
- };
29831
+ return {};
29834
29832
  }
29835
29833
  });
29836
29834
 
@@ -30329,7 +30327,7 @@ function createVuetify$1() {
30329
30327
  goTo
30330
30328
  };
30331
30329
  }
30332
- const version$1 = "3.6.14-master.2024-08-02";
30330
+ const version$1 = "3.6.14-master.2024-08-03";
30333
30331
  createVuetify$1.version = version$1;
30334
30332
 
30335
30333
  // Vue's inject() can only be used in setup
@@ -30582,7 +30580,7 @@ var index = /*#__PURE__*/Object.freeze({
30582
30580
 
30583
30581
  /* eslint-disable local-rules/sort-imports */
30584
30582
 
30585
- const version = "3.6.14-master.2024-08-02";
30583
+ const version = "3.6.14-master.2024-08-03";
30586
30584
 
30587
30585
  /* eslint-disable local-rules/sort-imports */
30588
30586