@vuetify/nightly 3.5.3-dev.2024-03-06 → 3.5.3-dev.2024-03-07

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/dist/vuetify.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.3-dev.2024-03-06
2
+ * Vuetify v3.5.3-dev.2024-03-07
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2672,14 +2672,16 @@
2672
2672
  type: String,
2673
2673
  default: mode
2674
2674
  },
2675
- disabled: Boolean
2675
+ disabled: Boolean,
2676
+ group: Boolean
2676
2677
  },
2677
2678
  setup(props, _ref2) {
2678
2679
  let {
2679
2680
  slots
2680
2681
  } = _ref2;
2682
+ const tag = props.group ? vue.TransitionGroup : vue.Transition;
2681
2683
  return () => {
2682
- return vue.h(vue.Transition, {
2684
+ return vue.h(tag, {
2683
2685
  name: props.disabled ? '' : name,
2684
2686
  css: !props.disabled,
2685
2687
  // mode: props.mode, // TODO: vuejs/vue-next#3104
@@ -25684,7 +25686,7 @@
25684
25686
  goTo
25685
25687
  };
25686
25688
  }
25687
- const version$1 = "3.5.3-dev.2024-03-06";
25689
+ const version$1 = "3.5.3-dev.2024-03-07";
25688
25690
  createVuetify$1.version = version$1;
25689
25691
 
25690
25692
  // Vue's inject() can only be used in setup
@@ -25709,7 +25711,7 @@
25709
25711
  ...options
25710
25712
  });
25711
25713
  };
25712
- const version = "3.5.3-dev.2024-03-06";
25714
+ const version = "3.5.3-dev.2024-03-07";
25713
25715
  createVuetify.version = version;
25714
25716
 
25715
25717
  exports.components = components;