@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.
@@ -67046,6 +67046,7 @@ type VSlideYReverseTransition = InstanceType<typeof VSlideYReverseTransition>;
67046
67046
  declare const VExpandTransition: {
67047
67047
  new (...args: any[]): vue.CreateComponentPublicInstance<{
67048
67048
  disabled: boolean;
67049
+ group: boolean;
67049
67050
  mode: "default" | "in-out" | "out-in";
67050
67051
  } & {} & {
67051
67052
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67060,6 +67061,7 @@ declare const VExpandTransition: {
67060
67061
  [key: string]: any;
67061
67062
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
67062
67063
  disabled: boolean;
67064
+ group: boolean;
67063
67065
  mode: "default" | "in-out" | "out-in";
67064
67066
  } & {} & {
67065
67067
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67072,6 +67074,7 @@ declare const VExpandTransition: {
67072
67074
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
67073
67075
  }, {
67074
67076
  disabled: boolean;
67077
+ group: boolean;
67075
67078
  mode: "default" | "in-out" | "out-in";
67076
67079
  }, true, {}, vue.SlotsType<Partial<{
67077
67080
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -67086,6 +67089,7 @@ declare const VExpandTransition: {
67086
67089
  Defaults: {};
67087
67090
  }, {
67088
67091
  disabled: boolean;
67092
+ group: boolean;
67089
67093
  mode: "default" | "in-out" | "out-in";
67090
67094
  } & {} & {
67091
67095
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67100,6 +67104,7 @@ declare const VExpandTransition: {
67100
67104
  [key: string]: any;
67101
67105
  }>, {}, {}, {}, {
67102
67106
  disabled: boolean;
67107
+ group: boolean;
67103
67108
  mode: "default" | "in-out" | "out-in";
67104
67109
  }>;
67105
67110
  __isFragment?: undefined;
@@ -67107,6 +67112,7 @@ declare const VExpandTransition: {
67107
67112
  __isSuspense?: undefined;
67108
67113
  } & vue.ComponentOptionsBase<{
67109
67114
  disabled: boolean;
67115
+ group: boolean;
67110
67116
  mode: "default" | "in-out" | "out-in";
67111
67117
  } & {} & {
67112
67118
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67121,6 +67127,7 @@ declare const VExpandTransition: {
67121
67127
  [key: string]: any;
67122
67128
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
67123
67129
  disabled: boolean;
67130
+ group: boolean;
67124
67131
  mode: "default" | "in-out" | "out-in";
67125
67132
  }, {}, string, vue.SlotsType<Partial<{
67126
67133
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -67132,17 +67139,20 @@ declare const VExpandTransition: {
67132
67139
  default: string;
67133
67140
  };
67134
67141
  disabled: BooleanConstructor;
67142
+ group: BooleanConstructor;
67135
67143
  }, vue.ExtractPropTypes<{
67136
67144
  mode: {
67137
67145
  type: vue.PropType<"default" | "in-out" | "out-in">;
67138
67146
  default: string;
67139
67147
  };
67140
67148
  disabled: BooleanConstructor;
67149
+ group: BooleanConstructor;
67141
67150
  }>>;
67142
67151
  type VExpandTransition = InstanceType<typeof VExpandTransition>;
67143
67152
  declare const VExpandXTransition: {
67144
67153
  new (...args: any[]): vue.CreateComponentPublicInstance<{
67145
67154
  disabled: boolean;
67155
+ group: boolean;
67146
67156
  mode: "default" | "in-out" | "out-in";
67147
67157
  } & {} & {
67148
67158
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67157,6 +67167,7 @@ declare const VExpandXTransition: {
67157
67167
  [key: string]: any;
67158
67168
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
67159
67169
  disabled: boolean;
67170
+ group: boolean;
67160
67171
  mode: "default" | "in-out" | "out-in";
67161
67172
  } & {} & {
67162
67173
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67169,6 +67180,7 @@ declare const VExpandXTransition: {
67169
67180
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
67170
67181
  }, {
67171
67182
  disabled: boolean;
67183
+ group: boolean;
67172
67184
  mode: "default" | "in-out" | "out-in";
67173
67185
  }, true, {}, vue.SlotsType<Partial<{
67174
67186
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -67183,6 +67195,7 @@ declare const VExpandXTransition: {
67183
67195
  Defaults: {};
67184
67196
  }, {
67185
67197
  disabled: boolean;
67198
+ group: boolean;
67186
67199
  mode: "default" | "in-out" | "out-in";
67187
67200
  } & {} & {
67188
67201
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67197,6 +67210,7 @@ declare const VExpandXTransition: {
67197
67210
  [key: string]: any;
67198
67211
  }>, {}, {}, {}, {
67199
67212
  disabled: boolean;
67213
+ group: boolean;
67200
67214
  mode: "default" | "in-out" | "out-in";
67201
67215
  }>;
67202
67216
  __isFragment?: undefined;
@@ -67204,6 +67218,7 @@ declare const VExpandXTransition: {
67204
67218
  __isSuspense?: undefined;
67205
67219
  } & vue.ComponentOptionsBase<{
67206
67220
  disabled: boolean;
67221
+ group: boolean;
67207
67222
  mode: "default" | "in-out" | "out-in";
67208
67223
  } & {} & {
67209
67224
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -67218,6 +67233,7 @@ declare const VExpandXTransition: {
67218
67233
  [key: string]: any;
67219
67234
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
67220
67235
  disabled: boolean;
67236
+ group: boolean;
67221
67237
  mode: "default" | "in-out" | "out-in";
67222
67238
  }, {}, string, vue.SlotsType<Partial<{
67223
67239
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -67229,12 +67245,14 @@ declare const VExpandXTransition: {
67229
67245
  default: string;
67230
67246
  };
67231
67247
  disabled: BooleanConstructor;
67248
+ group: BooleanConstructor;
67232
67249
  }, vue.ExtractPropTypes<{
67233
67250
  mode: {
67234
67251
  type: vue.PropType<"default" | "in-out" | "out-in">;
67235
67252
  default: string;
67236
67253
  };
67237
67254
  disabled: BooleanConstructor;
67255
+ group: BooleanConstructor;
67238
67256
  }>>;
67239
67257
  type VExpandXTransition = InstanceType<typeof VExpandXTransition>;
67240
67258
 
@@ -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
  */
@@ -2674,14 +2674,16 @@ function createJavascriptTransition(name, functions) {
2674
2674
  type: String,
2675
2675
  default: mode
2676
2676
  },
2677
- disabled: Boolean
2677
+ disabled: Boolean,
2678
+ group: Boolean
2678
2679
  },
2679
2680
  setup(props, _ref2) {
2680
2681
  let {
2681
2682
  slots
2682
2683
  } = _ref2;
2684
+ const tag = props.group ? TransitionGroup : Transition;
2683
2685
  return () => {
2684
- return h(Transition, {
2686
+ return h(tag, {
2685
2687
  name: props.disabled ? '' : name,
2686
2688
  css: !props.disabled,
2687
2689
  // mode: props.mode, // TODO: vuejs/vue-next#3104
@@ -26238,7 +26240,7 @@ function createVuetify$1() {
26238
26240
  goTo
26239
26241
  };
26240
26242
  }
26241
- const version$1 = "3.5.3-dev.2024-03-06";
26243
+ const version$1 = "3.5.3-dev.2024-03-07";
26242
26244
  createVuetify$1.version = version$1;
26243
26245
 
26244
26246
  // Vue's inject() can only be used in setup
@@ -26252,7 +26254,7 @@ function inject(key) {
26252
26254
 
26253
26255
  /* eslint-disable local-rules/sort-imports */
26254
26256
 
26255
- const version = "3.5.3-dev.2024-03-06";
26257
+ const version = "3.5.3-dev.2024-03-07";
26256
26258
 
26257
26259
  /* eslint-disable local-rules/sort-imports */
26258
26260