@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.
@@ -66403,6 +66403,7 @@ type VSlideYReverseTransition = InstanceType<typeof VSlideYReverseTransition>;
66403
66403
  declare const VExpandTransition: {
66404
66404
  new (...args: any[]): vue.CreateComponentPublicInstance<{
66405
66405
  disabled: boolean;
66406
+ group: boolean;
66406
66407
  mode: "default" | "in-out" | "out-in";
66407
66408
  } & {} & {
66408
66409
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -66417,6 +66418,7 @@ declare const VExpandTransition: {
66417
66418
  [key: string]: any;
66418
66419
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
66419
66420
  disabled: boolean;
66421
+ group: boolean;
66420
66422
  mode: "default" | "in-out" | "out-in";
66421
66423
  } & {} & {
66422
66424
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -66429,6 +66431,7 @@ declare const VExpandTransition: {
66429
66431
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
66430
66432
  }, {
66431
66433
  disabled: boolean;
66434
+ group: boolean;
66432
66435
  mode: "default" | "in-out" | "out-in";
66433
66436
  }, true, {}, vue.SlotsType<Partial<{
66434
66437
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -66443,6 +66446,7 @@ declare const VExpandTransition: {
66443
66446
  Defaults: {};
66444
66447
  }, {
66445
66448
  disabled: boolean;
66449
+ group: boolean;
66446
66450
  mode: "default" | "in-out" | "out-in";
66447
66451
  } & {} & {
66448
66452
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -66457,6 +66461,7 @@ declare const VExpandTransition: {
66457
66461
  [key: string]: any;
66458
66462
  }>, {}, {}, {}, {
66459
66463
  disabled: boolean;
66464
+ group: boolean;
66460
66465
  mode: "default" | "in-out" | "out-in";
66461
66466
  }>;
66462
66467
  __isFragment?: undefined;
@@ -66464,6 +66469,7 @@ declare const VExpandTransition: {
66464
66469
  __isSuspense?: undefined;
66465
66470
  } & vue.ComponentOptionsBase<{
66466
66471
  disabled: boolean;
66472
+ group: boolean;
66467
66473
  mode: "default" | "in-out" | "out-in";
66468
66474
  } & {} & {
66469
66475
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -66478,6 +66484,7 @@ declare const VExpandTransition: {
66478
66484
  [key: string]: any;
66479
66485
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
66480
66486
  disabled: boolean;
66487
+ group: boolean;
66481
66488
  mode: "default" | "in-out" | "out-in";
66482
66489
  }, {}, string, vue.SlotsType<Partial<{
66483
66490
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -66489,17 +66496,20 @@ declare const VExpandTransition: {
66489
66496
  default: string;
66490
66497
  };
66491
66498
  disabled: BooleanConstructor;
66499
+ group: BooleanConstructor;
66492
66500
  }, vue.ExtractPropTypes<{
66493
66501
  mode: {
66494
66502
  type: vue.PropType<"default" | "in-out" | "out-in">;
66495
66503
  default: string;
66496
66504
  };
66497
66505
  disabled: BooleanConstructor;
66506
+ group: BooleanConstructor;
66498
66507
  }>>;
66499
66508
  type VExpandTransition = InstanceType<typeof VExpandTransition>;
66500
66509
  declare const VExpandXTransition: {
66501
66510
  new (...args: any[]): vue.CreateComponentPublicInstance<{
66502
66511
  disabled: boolean;
66512
+ group: boolean;
66503
66513
  mode: "default" | "in-out" | "out-in";
66504
66514
  } & {} & {
66505
66515
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -66514,6 +66524,7 @@ declare const VExpandXTransition: {
66514
66524
  [key: string]: any;
66515
66525
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
66516
66526
  disabled: boolean;
66527
+ group: boolean;
66517
66528
  mode: "default" | "in-out" | "out-in";
66518
66529
  } & {} & {
66519
66530
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -66526,6 +66537,7 @@ declare const VExpandXTransition: {
66526
66537
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
66527
66538
  }, {
66528
66539
  disabled: boolean;
66540
+ group: boolean;
66529
66541
  mode: "default" | "in-out" | "out-in";
66530
66542
  }, true, {}, vue.SlotsType<Partial<{
66531
66543
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -66540,6 +66552,7 @@ declare const VExpandXTransition: {
66540
66552
  Defaults: {};
66541
66553
  }, {
66542
66554
  disabled: boolean;
66555
+ group: boolean;
66543
66556
  mode: "default" | "in-out" | "out-in";
66544
66557
  } & {} & {
66545
66558
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -66554,6 +66567,7 @@ declare const VExpandXTransition: {
66554
66567
  [key: string]: any;
66555
66568
  }>, {}, {}, {}, {
66556
66569
  disabled: boolean;
66570
+ group: boolean;
66557
66571
  mode: "default" | "in-out" | "out-in";
66558
66572
  }>;
66559
66573
  __isFragment?: undefined;
@@ -66561,6 +66575,7 @@ declare const VExpandXTransition: {
66561
66575
  __isSuspense?: undefined;
66562
66576
  } & vue.ComponentOptionsBase<{
66563
66577
  disabled: boolean;
66578
+ group: boolean;
66564
66579
  mode: "default" | "in-out" | "out-in";
66565
66580
  } & {} & {
66566
66581
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -66575,6 +66590,7 @@ declare const VExpandXTransition: {
66575
66590
  [key: string]: any;
66576
66591
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
66577
66592
  disabled: boolean;
66593
+ group: boolean;
66578
66594
  mode: "default" | "in-out" | "out-in";
66579
66595
  }, {}, string, vue.SlotsType<Partial<{
66580
66596
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -66586,12 +66602,14 @@ declare const VExpandXTransition: {
66586
66602
  default: string;
66587
66603
  };
66588
66604
  disabled: BooleanConstructor;
66605
+ group: BooleanConstructor;
66589
66606
  }, vue.ExtractPropTypes<{
66590
66607
  mode: {
66591
66608
  type: vue.PropType<"default" | "in-out" | "out-in">;
66592
66609
  default: string;
66593
66610
  };
66594
66611
  disabled: BooleanConstructor;
66612
+ group: BooleanConstructor;
66595
66613
  }>>;
66596
66614
  type VExpandXTransition = InstanceType<typeof VExpandXTransition>;
66597
66615
 
@@ -92,14 +92,16 @@ export function createJavascriptTransition(name, functions) {
92
92
  type: String,
93
93
  default: mode
94
94
  },
95
- disabled: Boolean
95
+ disabled: Boolean,
96
+ group: Boolean
96
97
  },
97
98
  setup(props, _ref2) {
98
99
  let {
99
100
  slots
100
101
  } = _ref2;
102
+ const tag = props.group ? TransitionGroup : Transition;
101
103
  return () => {
102
- return h(Transition, {
104
+ return h(tag, {
103
105
  name: props.disabled ? '' : name,
104
106
  css: !props.disabled,
105
107
  // mode: props.mode, // TODO: vuejs/vue-next#3104
@@ -1 +1 @@
1
- {"version":3,"file":"createTransition.mjs","names":["h","Transition","TransitionGroup","genericComponent","propsFactory","makeTransitionProps","disabled","Boolean","group","hideOnLeave","leaveAbsolute","mode","String","origin","createCssTransition","name","props","setup","_ref","slots","functions","onBeforeEnter","el","style","transformOrigin","onLeave","offsetTop","offsetLeft","offsetWidth","offsetHeight","_transitionInitialStyles","position","top","left","width","height","setProperty","onAfterLeave","tag","css","undefined","default","createJavascriptTransition","arguments","length","type","_ref2"],"sources":["../../../src/components/transitions/createTransition.ts"],"sourcesContent":["// Utilities\nimport { h, Transition, TransitionGroup } from 'vue'\nimport { genericComponent, propsFactory } from '@/util'\n\n// Types\nimport type { FunctionalComponent, PropType } from 'vue'\n\nexport const makeTransitionProps = propsFactory({\n disabled: Boolean,\n group: Boolean,\n hideOnLeave: Boolean,\n leaveAbsolute: Boolean,\n mode: String,\n origin: String,\n}, 'transition')\n\nexport function createCssTransition (\n name: string,\n origin?: string,\n mode?: string\n) {\n return genericComponent()({\n name,\n\n props: makeTransitionProps({\n mode,\n origin,\n }),\n\n setup (props, { slots }) {\n const functions = {\n onBeforeEnter (el: HTMLElement) {\n if (props.origin) {\n el.style.transformOrigin = props.origin\n }\n },\n onLeave (el: HTMLElement) {\n if (props.leaveAbsolute) {\n const { offsetTop, offsetLeft, offsetWidth, offsetHeight } = el\n el._transitionInitialStyles = {\n position: el.style.position,\n top: el.style.top,\n left: el.style.left,\n width: el.style.width,\n height: el.style.height,\n }\n el.style.position = 'absolute'\n el.style.top = `${offsetTop}px`\n el.style.left = `${offsetLeft}px`\n el.style.width = `${offsetWidth}px`\n el.style.height = `${offsetHeight}px`\n }\n\n if (props.hideOnLeave) {\n el.style.setProperty('display', 'none', 'important')\n }\n },\n onAfterLeave (el: HTMLElement) {\n if (props.leaveAbsolute && el?._transitionInitialStyles) {\n const { position, top, left, width, height } = el._transitionInitialStyles\n delete el._transitionInitialStyles\n el.style.position = position || ''\n el.style.top = top || ''\n el.style.left = left || ''\n el.style.width = width || ''\n el.style.height = height || ''\n }\n },\n }\n\n return () => {\n const tag = props.group ? TransitionGroup : Transition\n\n return h(tag as FunctionalComponent, {\n name: props.disabled ? '' : name,\n css: !props.disabled,\n ...(props.group ? undefined : { mode: props.mode }),\n ...(props.disabled ? {} : functions),\n }, slots.default)\n }\n },\n })\n}\n\nexport function createJavascriptTransition (\n name: string,\n functions: Record<string, any>,\n mode = 'in-out'\n) {\n return genericComponent()({\n name,\n\n props: {\n mode: {\n type: String as PropType<'in-out' | 'out-in' | 'default'>,\n default: mode,\n },\n disabled: Boolean,\n },\n\n setup (props, { slots }) {\n return () => {\n return h(Transition, {\n name: props.disabled ? '' : name,\n css: !props.disabled,\n // mode: props.mode, // TODO: vuejs/vue-next#3104\n ...(props.disabled ? {} : functions),\n }, slots.default)\n }\n },\n })\n}\n"],"mappings":"AAAA;AACA,SAASA,CAAC,EAAEC,UAAU,EAAEC,eAAe,QAAQ,KAAK;AAAA,SAC3CC,gBAAgB,EAAEC,YAAY,gCAEvC;AAGA,OAAO,MAAMC,mBAAmB,GAAGD,YAAY,CAAC;EAC9CE,QAAQ,EAAEC,OAAO;EACjBC,KAAK,EAAED,OAAO;EACdE,WAAW,EAAEF,OAAO;EACpBG,aAAa,EAAEH,OAAO;EACtBI,IAAI,EAAEC,MAAM;EACZC,MAAM,EAAED;AACV,CAAC,EAAE,YAAY,CAAC;AAEhB,OAAO,SAASE,mBAAmBA,CACjCC,IAAY,EACZF,MAAe,EACfF,IAAa,EACb;EACA,OAAOR,gBAAgB,CAAC,CAAC,CAAC;IACxBY,IAAI;IAEJC,KAAK,EAAEX,mBAAmB,CAAC;MACzBM,IAAI;MACJE;IACF,CAAC,CAAC;IAEFI,KAAKA,CAAED,KAAK,EAAAE,IAAA,EAAa;MAAA,IAAX;QAAEC;MAAM,CAAC,GAAAD,IAAA;MACrB,MAAME,SAAS,GAAG;QAChBC,aAAaA,CAAEC,EAAe,EAAE;UAC9B,IAAIN,KAAK,CAACH,MAAM,EAAE;YAChBS,EAAE,CAACC,KAAK,CAACC,eAAe,GAAGR,KAAK,CAACH,MAAM;UACzC;QACF,CAAC;QACDY,OAAOA,CAAEH,EAAe,EAAE;UACxB,IAAIN,KAAK,CAACN,aAAa,EAAE;YACvB,MAAM;cAAEgB,SAAS;cAAEC,UAAU;cAAEC,WAAW;cAAEC;YAAa,CAAC,GAAGP,EAAE;YAC/DA,EAAE,CAACQ,wBAAwB,GAAG;cAC5BC,QAAQ,EAAET,EAAE,CAACC,KAAK,CAACQ,QAAQ;cAC3BC,GAAG,EAAEV,EAAE,CAACC,KAAK,CAACS,GAAG;cACjBC,IAAI,EAAEX,EAAE,CAACC,KAAK,CAACU,IAAI;cACnBC,KAAK,EAAEZ,EAAE,CAACC,KAAK,CAACW,KAAK;cACrBC,MAAM,EAAEb,EAAE,CAACC,KAAK,CAACY;YACnB,CAAC;YACDb,EAAE,CAACC,KAAK,CAACQ,QAAQ,GAAG,UAAU;YAC9BT,EAAE,CAACC,KAAK,CAACS,GAAG,GAAI,GAAEN,SAAU,IAAG;YAC/BJ,EAAE,CAACC,KAAK,CAACU,IAAI,GAAI,GAAEN,UAAW,IAAG;YACjCL,EAAE,CAACC,KAAK,CAACW,KAAK,GAAI,GAAEN,WAAY,IAAG;YACnCN,EAAE,CAACC,KAAK,CAACY,MAAM,GAAI,GAAEN,YAAa,IAAG;UACvC;UAEA,IAAIb,KAAK,CAACP,WAAW,EAAE;YACrBa,EAAE,CAACC,KAAK,CAACa,WAAW,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,CAAC;UACtD;QACF,CAAC;QACDC,YAAYA,CAAEf,EAAe,EAAE;UAC7B,IAAIN,KAAK,CAACN,aAAa,IAAIY,EAAE,EAAEQ,wBAAwB,EAAE;YACvD,MAAM;cAAEC,QAAQ;cAAEC,GAAG;cAAEC,IAAI;cAAEC,KAAK;cAAEC;YAAO,CAAC,GAAGb,EAAE,CAACQ,wBAAwB;YAC1E,OAAOR,EAAE,CAACQ,wBAAwB;YAClCR,EAAE,CAACC,KAAK,CAACQ,QAAQ,GAAGA,QAAQ,IAAI,EAAE;YAClCT,EAAE,CAACC,KAAK,CAACS,GAAG,GAAGA,GAAG,IAAI,EAAE;YACxBV,EAAE,CAACC,KAAK,CAACU,IAAI,GAAGA,IAAI,IAAI,EAAE;YAC1BX,EAAE,CAACC,KAAK,CAACW,KAAK,GAAGA,KAAK,IAAI,EAAE;YAC5BZ,EAAE,CAACC,KAAK,CAACY,MAAM,GAAGA,MAAM,IAAI,EAAE;UAChC;QACF;MACF,CAAC;MAED,OAAO,MAAM;QACX,MAAMG,GAAG,GAAGtB,KAAK,CAACR,KAAK,GAAGN,eAAe,GAAGD,UAAU;QAEtD,OAAOD,CAAC,CAACsC,GAAG,EAAyB;UACnCvB,IAAI,EAAEC,KAAK,CAACV,QAAQ,GAAG,EAAE,GAAGS,IAAI;UAChCwB,GAAG,EAAE,CAACvB,KAAK,CAACV,QAAQ;UACpB,IAAIU,KAAK,CAACR,KAAK,GAAGgC,SAAS,GAAG;YAAE7B,IAAI,EAAEK,KAAK,CAACL;UAAK,CAAC,CAAC;UACnD,IAAIK,KAAK,CAACV,QAAQ,GAAG,CAAC,CAAC,GAAGc,SAAS;QACrC,CAAC,EAAED,KAAK,CAACsB,OAAO,CAAC;MACnB,CAAC;IACH;EACF,CAAC,CAAC;AACJ;AAEA,OAAO,SAASC,0BAA0BA,CACxC3B,IAAY,EACZK,SAA8B,EAE9B;EAAA,IADAT,IAAI,GAAAgC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAH,SAAA,GAAAG,SAAA,MAAG,QAAQ;EAEf,OAAOxC,gBAAgB,CAAC,CAAC,CAAC;IACxBY,IAAI;IAEJC,KAAK,EAAE;MACLL,IAAI,EAAE;QACJkC,IAAI,EAAEjC,MAAmD;QACzD6B,OAAO,EAAE9B;MACX,CAAC;MACDL,QAAQ,EAAEC;IACZ,CAAC;IAEDU,KAAKA,CAAED,KAAK,EAAA8B,KAAA,EAAa;MAAA,IAAX;QAAE3B;MAAM,CAAC,GAAA2B,KAAA;MACrB,OAAO,MAAM;QACX,OAAO9C,CAAC,CAACC,UAAU,EAAE;UACnBc,IAAI,EAAEC,KAAK,CAACV,QAAQ,GAAG,EAAE,GAAGS,IAAI;UAChCwB,GAAG,EAAE,CAACvB,KAAK,CAACV,QAAQ;UACpB;UACA,IAAIU,KAAK,CAACV,QAAQ,GAAG,CAAC,CAAC,GAAGc,SAAS;QACrC,CAAC,EAAED,KAAK,CAACsB,OAAO,CAAC;MACnB,CAAC;IACH;EACF,CAAC,CAAC;AACJ"}
1
+ {"version":3,"file":"createTransition.mjs","names":["h","Transition","TransitionGroup","genericComponent","propsFactory","makeTransitionProps","disabled","Boolean","group","hideOnLeave","leaveAbsolute","mode","String","origin","createCssTransition","name","props","setup","_ref","slots","functions","onBeforeEnter","el","style","transformOrigin","onLeave","offsetTop","offsetLeft","offsetWidth","offsetHeight","_transitionInitialStyles","position","top","left","width","height","setProperty","onAfterLeave","tag","css","undefined","default","createJavascriptTransition","arguments","length","type","_ref2"],"sources":["../../../src/components/transitions/createTransition.ts"],"sourcesContent":["// Utilities\nimport { h, Transition, TransitionGroup } from 'vue'\nimport { genericComponent, propsFactory } from '@/util'\n\n// Types\nimport type { FunctionalComponent, PropType } from 'vue'\n\nexport const makeTransitionProps = propsFactory({\n disabled: Boolean,\n group: Boolean,\n hideOnLeave: Boolean,\n leaveAbsolute: Boolean,\n mode: String,\n origin: String,\n}, 'transition')\n\nexport function createCssTransition (\n name: string,\n origin?: string,\n mode?: string\n) {\n return genericComponent()({\n name,\n\n props: makeTransitionProps({\n mode,\n origin,\n }),\n\n setup (props, { slots }) {\n const functions = {\n onBeforeEnter (el: HTMLElement) {\n if (props.origin) {\n el.style.transformOrigin = props.origin\n }\n },\n onLeave (el: HTMLElement) {\n if (props.leaveAbsolute) {\n const { offsetTop, offsetLeft, offsetWidth, offsetHeight } = el\n el._transitionInitialStyles = {\n position: el.style.position,\n top: el.style.top,\n left: el.style.left,\n width: el.style.width,\n height: el.style.height,\n }\n el.style.position = 'absolute'\n el.style.top = `${offsetTop}px`\n el.style.left = `${offsetLeft}px`\n el.style.width = `${offsetWidth}px`\n el.style.height = `${offsetHeight}px`\n }\n\n if (props.hideOnLeave) {\n el.style.setProperty('display', 'none', 'important')\n }\n },\n onAfterLeave (el: HTMLElement) {\n if (props.leaveAbsolute && el?._transitionInitialStyles) {\n const { position, top, left, width, height } = el._transitionInitialStyles\n delete el._transitionInitialStyles\n el.style.position = position || ''\n el.style.top = top || ''\n el.style.left = left || ''\n el.style.width = width || ''\n el.style.height = height || ''\n }\n },\n }\n\n return () => {\n const tag = props.group ? TransitionGroup : Transition\n\n return h(tag as FunctionalComponent, {\n name: props.disabled ? '' : name,\n css: !props.disabled,\n ...(props.group ? undefined : { mode: props.mode }),\n ...(props.disabled ? {} : functions),\n }, slots.default)\n }\n },\n })\n}\n\nexport function createJavascriptTransition (\n name: string,\n functions: Record<string, any>,\n mode = 'in-out'\n) {\n return genericComponent()({\n name,\n\n props: {\n mode: {\n type: String as PropType<'in-out' | 'out-in' | 'default'>,\n default: mode,\n },\n disabled: Boolean,\n group: Boolean,\n },\n\n setup (props, { slots }) {\n const tag = props.group ? TransitionGroup : Transition\n\n return () => {\n return h(tag as FunctionalComponent, {\n name: props.disabled ? '' : name,\n css: !props.disabled,\n // mode: props.mode, // TODO: vuejs/vue-next#3104\n ...(props.disabled ? {} : functions),\n }, slots.default)\n }\n },\n })\n}\n"],"mappings":"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"}
@@ -1886,6 +1886,7 @@ type VSlideYReverseTransition = InstanceType<typeof VSlideYReverseTransition>;
1886
1886
  declare const VExpandTransition: {
1887
1887
  new (...args: any[]): vue.CreateComponentPublicInstance<{
1888
1888
  disabled: boolean;
1889
+ group: boolean;
1889
1890
  mode: "default" | "in-out" | "out-in";
1890
1891
  } & {} & {
1891
1892
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -1900,6 +1901,7 @@ declare const VExpandTransition: {
1900
1901
  [key: string]: any;
1901
1902
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1902
1903
  disabled: boolean;
1904
+ group: boolean;
1903
1905
  mode: "default" | "in-out" | "out-in";
1904
1906
  } & {} & {
1905
1907
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -1912,6 +1914,7 @@ declare const VExpandTransition: {
1912
1914
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1913
1915
  }, {
1914
1916
  disabled: boolean;
1917
+ group: boolean;
1915
1918
  mode: "default" | "in-out" | "out-in";
1916
1919
  }, true, {}, vue.SlotsType<Partial<{
1917
1920
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1926,6 +1929,7 @@ declare const VExpandTransition: {
1926
1929
  Defaults: {};
1927
1930
  }, {
1928
1931
  disabled: boolean;
1932
+ group: boolean;
1929
1933
  mode: "default" | "in-out" | "out-in";
1930
1934
  } & {} & {
1931
1935
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -1940,6 +1944,7 @@ declare const VExpandTransition: {
1940
1944
  [key: string]: any;
1941
1945
  }>, {}, {}, {}, {
1942
1946
  disabled: boolean;
1947
+ group: boolean;
1943
1948
  mode: "default" | "in-out" | "out-in";
1944
1949
  }>;
1945
1950
  __isFragment?: undefined;
@@ -1947,6 +1952,7 @@ declare const VExpandTransition: {
1947
1952
  __isSuspense?: undefined;
1948
1953
  } & vue.ComponentOptionsBase<{
1949
1954
  disabled: boolean;
1955
+ group: boolean;
1950
1956
  mode: "default" | "in-out" | "out-in";
1951
1957
  } & {} & {
1952
1958
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -1961,6 +1967,7 @@ declare const VExpandTransition: {
1961
1967
  [key: string]: any;
1962
1968
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
1963
1969
  disabled: boolean;
1970
+ group: boolean;
1964
1971
  mode: "default" | "in-out" | "out-in";
1965
1972
  }, {}, string, vue.SlotsType<Partial<{
1966
1973
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1972,17 +1979,20 @@ declare const VExpandTransition: {
1972
1979
  default: string;
1973
1980
  };
1974
1981
  disabled: BooleanConstructor;
1982
+ group: BooleanConstructor;
1975
1983
  }, vue.ExtractPropTypes<{
1976
1984
  mode: {
1977
1985
  type: vue.PropType<"default" | "in-out" | "out-in">;
1978
1986
  default: string;
1979
1987
  };
1980
1988
  disabled: BooleanConstructor;
1989
+ group: BooleanConstructor;
1981
1990
  }>>;
1982
1991
  type VExpandTransition = InstanceType<typeof VExpandTransition>;
1983
1992
  declare const VExpandXTransition: {
1984
1993
  new (...args: any[]): vue.CreateComponentPublicInstance<{
1985
1994
  disabled: boolean;
1995
+ group: boolean;
1986
1996
  mode: "default" | "in-out" | "out-in";
1987
1997
  } & {} & {
1988
1998
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -1997,6 +2007,7 @@ declare const VExpandXTransition: {
1997
2007
  [key: string]: any;
1998
2008
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1999
2009
  disabled: boolean;
2010
+ group: boolean;
2000
2011
  mode: "default" | "in-out" | "out-in";
2001
2012
  } & {} & {
2002
2013
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -2009,6 +2020,7 @@ declare const VExpandXTransition: {
2009
2020
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2010
2021
  }, {
2011
2022
  disabled: boolean;
2023
+ group: boolean;
2012
2024
  mode: "default" | "in-out" | "out-in";
2013
2025
  }, true, {}, vue.SlotsType<Partial<{
2014
2026
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -2023,6 +2035,7 @@ declare const VExpandXTransition: {
2023
2035
  Defaults: {};
2024
2036
  }, {
2025
2037
  disabled: boolean;
2038
+ group: boolean;
2026
2039
  mode: "default" | "in-out" | "out-in";
2027
2040
  } & {} & {
2028
2041
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -2037,6 +2050,7 @@ declare const VExpandXTransition: {
2037
2050
  [key: string]: any;
2038
2051
  }>, {}, {}, {}, {
2039
2052
  disabled: boolean;
2053
+ group: boolean;
2040
2054
  mode: "default" | "in-out" | "out-in";
2041
2055
  }>;
2042
2056
  __isFragment?: undefined;
@@ -2044,6 +2058,7 @@ declare const VExpandXTransition: {
2044
2058
  __isSuspense?: undefined;
2045
2059
  } & vue.ComponentOptionsBase<{
2046
2060
  disabled: boolean;
2061
+ group: boolean;
2047
2062
  mode: "default" | "in-out" | "out-in";
2048
2063
  } & {} & {
2049
2064
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -2058,6 +2073,7 @@ declare const VExpandXTransition: {
2058
2073
  [key: string]: any;
2059
2074
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
2060
2075
  disabled: boolean;
2076
+ group: boolean;
2061
2077
  mode: "default" | "in-out" | "out-in";
2062
2078
  }, {}, string, vue.SlotsType<Partial<{
2063
2079
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -2069,12 +2085,14 @@ declare const VExpandXTransition: {
2069
2085
  default: string;
2070
2086
  };
2071
2087
  disabled: BooleanConstructor;
2088
+ group: BooleanConstructor;
2072
2089
  }, vue.ExtractPropTypes<{
2073
2090
  mode: {
2074
2091
  type: vue.PropType<"default" | "in-out" | "out-in">;
2075
2092
  default: string;
2076
2093
  };
2077
2094
  disabled: BooleanConstructor;
2095
+ group: BooleanConstructor;
2078
2096
  }>>;
2079
2097
  type VExpandXTransition = InstanceType<typeof VExpandXTransition>;
2080
2098
 
@@ -15,7 +15,7 @@ export const createVuetify = function () {
15
15
  ...options
16
16
  });
17
17
  };
18
- export const version = "3.5.3-dev.2024-03-06";
18
+ export const version = "3.5.3-dev.2024-03-07";
19
19
  createVuetify.version = version;
20
20
  export { components, directives };
21
21
  export * from "./composables/index.mjs";
package/lib/framework.mjs CHANGED
@@ -97,7 +97,7 @@ export function createVuetify() {
97
97
  goTo
98
98
  };
99
99
  }
100
- export const version = "3.5.3-dev.2024-03-06";
100
+ export const version = "3.5.3-dev.2024-03-07";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -525,75 +525,73 @@ declare module '@vue/runtime-core' {
525
525
  }
526
526
 
527
527
  export interface GlobalComponents {
528
+ VAlert: typeof import('vuetify/components')['VAlert']
529
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
530
+ VApp: typeof import('vuetify/components')['VApp']
531
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
528
532
  VAppBar: typeof import('vuetify/components')['VAppBar']
529
533
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
530
534
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
531
- VApp: typeof import('vuetify/components')['VApp']
532
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
533
- VAlert: typeof import('vuetify/components')['VAlert']
534
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
535
535
  VAvatar: typeof import('vuetify/components')['VAvatar']
536
- VBadge: typeof import('vuetify/components')['VBadge']
536
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
537
537
  VBanner: typeof import('vuetify/components')['VBanner']
538
538
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
539
539
  VBannerText: typeof import('vuetify/components')['VBannerText']
540
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
541
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
542
- VBtn: typeof import('vuetify/components')['VBtn']
540
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
543
541
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
544
542
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
545
543
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
544
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
545
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
546
+ VBadge: typeof import('vuetify/components')['VBadge']
547
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
548
+ VBtn: typeof import('vuetify/components')['VBtn']
546
549
  VCard: typeof import('vuetify/components')['VCard']
547
550
  VCardActions: typeof import('vuetify/components')['VCardActions']
548
551
  VCardItem: typeof import('vuetify/components')['VCardItem']
549
552
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
550
553
  VCardText: typeof import('vuetify/components')['VCardText']
551
554
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
552
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
553
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
554
- VCarousel: typeof import('vuetify/components')['VCarousel']
555
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
556
- VChip: typeof import('vuetify/components')['VChip']
557
555
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
558
556
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
559
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
560
- VCounter: typeof import('vuetify/components')['VCounter']
557
+ VCarousel: typeof import('vuetify/components')['VCarousel']
558
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
561
559
  VCode: typeof import('vuetify/components')['VCode']
562
- VDialog: typeof import('vuetify/components')['VDialog']
560
+ VChip: typeof import('vuetify/components')['VChip']
561
+ VDataTable: typeof import('vuetify/components')['VDataTable']
562
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
563
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
564
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
565
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
566
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
563
567
  VCombobox: typeof import('vuetify/components')['VCombobox']
564
568
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
569
+ VCounter: typeof import('vuetify/components')['VCounter']
570
+ VDialog: typeof import('vuetify/components')['VDialog']
565
571
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
566
572
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
567
573
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
568
574
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
569
575
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
570
576
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
571
- VDataTable: typeof import('vuetify/components')['VDataTable']
572
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
573
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
574
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
575
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
576
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
577
577
  VDivider: typeof import('vuetify/components')['VDivider']
578
- VField: typeof import('vuetify/components')['VField']
579
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
580
578
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
581
579
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
582
580
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
583
581
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
582
+ VFileInput: typeof import('vuetify/components')['VFileInput']
583
+ VField: typeof import('vuetify/components')['VField']
584
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
585
+ VFooter: typeof import('vuetify/components')['VFooter']
584
586
  VIcon: typeof import('vuetify/components')['VIcon']
585
587
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
586
588
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
587
589
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
588
590
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
589
- VFileInput: typeof import('vuetify/components')['VFileInput']
590
- VFooter: typeof import('vuetify/components')['VFooter']
591
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
592
- VKbd: typeof import('vuetify/components')['VKbd']
593
- VImg: typeof import('vuetify/components')['VImg']
594
591
  VInput: typeof import('vuetify/components')['VInput']
595
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
596
- VItem: typeof import('vuetify/components')['VItem']
592
+ VImg: typeof import('vuetify/components')['VImg']
593
+ VKbd: typeof import('vuetify/components')['VKbd']
594
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
597
595
  VList: typeof import('vuetify/components')['VList']
598
596
  VListGroup: typeof import('vuetify/components')['VListGroup']
599
597
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -603,25 +601,28 @@ declare module '@vue/runtime-core' {
603
601
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
604
602
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
605
603
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
606
- VLabel: typeof import('vuetify/components')['VLabel']
604
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
605
+ VItem: typeof import('vuetify/components')['VItem']
607
606
  VMain: typeof import('vuetify/components')['VMain']
608
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
607
+ VLabel: typeof import('vuetify/components')['VLabel']
609
608
  VMessages: typeof import('vuetify/components')['VMessages']
610
- VMenu: typeof import('vuetify/components')['VMenu']
611
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
609
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
612
610
  VOverlay: typeof import('vuetify/components')['VOverlay']
613
611
  VPagination: typeof import('vuetify/components')['VPagination']
612
+ VMenu: typeof import('vuetify/components')['VMenu']
613
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
614
614
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
615
615
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
616
+ VSelect: typeof import('vuetify/components')['VSelect']
616
617
  VRating: typeof import('vuetify/components')['VRating']
617
618
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
618
- VSelect: typeof import('vuetify/components')['VSelect']
619
619
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
620
620
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
621
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
621
622
  VSheet: typeof import('vuetify/components')['VSheet']
622
623
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
623
624
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
624
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
625
+ VSlider: typeof import('vuetify/components')['VSlider']
625
626
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
626
627
  VStepper: typeof import('vuetify/components')['VStepper']
627
628
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
@@ -629,24 +630,23 @@ declare module '@vue/runtime-core' {
629
630
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
630
631
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
631
632
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
632
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
633
- VSlider: typeof import('vuetify/components')['VSlider']
633
+ VSwitch: typeof import('vuetify/components')['VSwitch']
634
634
  VTabs: typeof import('vuetify/components')['VTabs']
635
635
  VTab: typeof import('vuetify/components')['VTab']
636
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
636
637
  VTable: typeof import('vuetify/components')['VTable']
637
- VSwitch: typeof import('vuetify/components')['VSwitch']
638
+ VTextarea: typeof import('vuetify/components')['VTextarea']
639
+ VTimeline: typeof import('vuetify/components')['VTimeline']
640
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
638
641
  VTextField: typeof import('vuetify/components')['VTextField']
639
642
  VTooltip: typeof import('vuetify/components')['VTooltip']
640
- VTextarea: typeof import('vuetify/components')['VTextarea']
641
643
  VToolbar: typeof import('vuetify/components')['VToolbar']
642
644
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
643
645
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
644
- VTimeline: typeof import('vuetify/components')['VTimeline']
645
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
646
646
  VWindow: typeof import('vuetify/components')['VWindow']
647
647
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
648
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
649
648
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
649
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
650
650
  VForm: typeof import('vuetify/components')['VForm']
651
651
  VContainer: typeof import('vuetify/components')['VContainer']
652
652
  VCol: typeof import('vuetify/components')['VCol']
@@ -657,14 +657,12 @@ declare module '@vue/runtime-core' {
657
657
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
658
658
  VLazy: typeof import('vuetify/components')['VLazy']
659
659
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
660
- VParallax: typeof import('vuetify/components')['VParallax']
661
660
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
662
661
  VRadio: typeof import('vuetify/components')['VRadio']
663
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
662
+ VParallax: typeof import('vuetify/components')['VParallax']
664
663
  VResponsive: typeof import('vuetify/components')['VResponsive']
664
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
665
665
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
666
- VValidation: typeof import('vuetify/components')['VValidation']
667
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
668
666
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
669
667
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
670
668
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -681,14 +679,16 @@ declare module '@vue/runtime-core' {
681
679
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
682
680
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
683
681
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
684
- VPicker: typeof import('vuetify/labs/components')['VPicker']
685
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
682
+ VValidation: typeof import('vuetify/components')['VValidation']
683
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
686
684
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
687
685
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
688
686
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
689
687
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
690
688
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
691
689
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
690
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
691
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
692
692
  VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
693
693
  }
694
694
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.5.3-dev.2024-03-06",
4
+ "version": "3.5.3-dev.2024-03-07",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"