@vuetify/nightly 3.4.0-beta.1-dev.2023-11-08 → 3.4.0-dev.2023-12-01

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/dist/json/attributes.json +2066 -2074
  3. package/dist/json/importMap.json +96 -96
  4. package/dist/json/tags.json +5 -7
  5. package/dist/json/web-types.json +3991 -4113
  6. package/dist/vuetify-labs.css +1886 -1885
  7. package/dist/vuetify-labs.d.ts +89 -136
  8. package/dist/vuetify-labs.esm.js +125 -112
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +124 -111
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +161 -160
  13. package/dist/vuetify.d.ts +118 -165
  14. package/dist/vuetify.esm.js +125 -112
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +124 -111
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +141 -140
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VBtn/VBtn.css +0 -1
  22. package/lib/components/VBtn/_variables.scss +1 -1
  23. package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
  24. package/lib/components/VCarousel/index.d.mts +24 -1
  25. package/lib/components/VDataTable/VDataTableServer.mjs +2 -2
  26. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  27. package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -2
  28. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  29. package/lib/components/VDataTable/index.d.mts +24 -24
  30. package/lib/components/VGrid/VSpacer.mjs +3 -0
  31. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  32. package/lib/components/VImg/VImg.css +3 -0
  33. package/lib/components/VImg/VImg.mjs +14 -3
  34. package/lib/components/VImg/VImg.mjs.map +1 -1
  35. package/lib/components/VImg/VImg.sass +3 -0
  36. package/lib/components/VImg/_variables.scss +3 -0
  37. package/lib/components/VImg/index.d.mts +24 -1
  38. package/lib/components/VStepper/VStepperWindow.mjs +8 -6
  39. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  40. package/lib/components/VStepper/VStepperWindowItem.mjs +3 -1
  41. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  42. package/lib/components/VStepper/index.d.mts +18 -140
  43. package/lib/components/index.d.mts +89 -136
  44. package/lib/entry-bundler.mjs +1 -1
  45. package/lib/entry-bundler.mjs.map +1 -1
  46. package/lib/framework.mjs +1 -1
  47. package/lib/framework.mjs.map +1 -1
  48. package/lib/index.d.mts +29 -29
  49. package/package.json +2 -2
@@ -14420,6 +14420,7 @@ declare const VImg: {
14420
14420
  options: IntersectionObserverInit;
14421
14421
  cover: boolean;
14422
14422
  src: string | srcObject;
14423
+ rounded: string | number | boolean;
14423
14424
  }> & Omit<{
14424
14425
  inline: boolean;
14425
14426
  transition: string | boolean | (vue.TransitionProps & {
@@ -14433,6 +14434,7 @@ declare const VImg: {
14433
14434
  height?: string | number | undefined;
14434
14435
  width?: string | number | undefined;
14435
14436
  aspectRatio?: string | number | undefined;
14437
+ color?: string | undefined;
14436
14438
  maxHeight?: string | number | undefined;
14437
14439
  maxWidth?: string | number | undefined;
14438
14440
  minHeight?: string | number | undefined;
@@ -14446,6 +14448,7 @@ declare const VImg: {
14446
14448
  sizes?: string | undefined;
14447
14449
  srcset?: string | undefined;
14448
14450
  contentClass?: string | undefined;
14451
+ rounded?: string | number | boolean | undefined;
14449
14452
  gradient?: string | undefined;
14450
14453
  lazySrc?: string | undefined;
14451
14454
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -14481,6 +14484,7 @@ declare const VImg: {
14481
14484
  height?: string | number | undefined;
14482
14485
  width?: string | number | undefined;
14483
14486
  aspectRatio?: string | number | undefined;
14487
+ color?: string | undefined;
14484
14488
  maxHeight?: string | number | undefined;
14485
14489
  maxWidth?: string | number | undefined;
14486
14490
  minHeight?: string | number | undefined;
@@ -14494,6 +14498,7 @@ declare const VImg: {
14494
14498
  sizes?: string | undefined;
14495
14499
  srcset?: string | undefined;
14496
14500
  contentClass?: string | undefined;
14501
+ rounded?: string | number | boolean | undefined;
14497
14502
  gradient?: string | undefined;
14498
14503
  lazySrc?: string | undefined;
14499
14504
  } & {
@@ -14518,7 +14523,7 @@ declare const VImg: {
14518
14523
  onError?: ((value: string | undefined) => any) | undefined;
14519
14524
  onLoad?: ((value: string | undefined) => any) | undefined;
14520
14525
  onLoadstart?: ((value: string | undefined) => any) | undefined;
14521
- }, "inline" | "transition" | "style" | "draggable" | "eager" | "options" | "cover" | "src">;
14526
+ }, "inline" | "transition" | "style" | "draggable" | "eager" | "options" | "cover" | "src" | "rounded">;
14522
14527
  $attrs: {
14523
14528
  [x: string]: unknown;
14524
14529
  };
@@ -14557,6 +14562,7 @@ declare const VImg: {
14557
14562
  height?: string | number | undefined;
14558
14563
  width?: string | number | undefined;
14559
14564
  aspectRatio?: string | number | undefined;
14565
+ color?: string | undefined;
14560
14566
  maxHeight?: string | number | undefined;
14561
14567
  maxWidth?: string | number | undefined;
14562
14568
  minHeight?: string | number | undefined;
@@ -14570,6 +14576,7 @@ declare const VImg: {
14570
14576
  sizes?: string | undefined;
14571
14577
  srcset?: string | undefined;
14572
14578
  contentClass?: string | undefined;
14579
+ rounded?: string | number | boolean | undefined;
14573
14580
  gradient?: string | undefined;
14574
14581
  lazySrc?: string | undefined;
14575
14582
  } & {
@@ -14615,6 +14622,7 @@ declare const VImg: {
14615
14622
  options: IntersectionObserverInit;
14616
14623
  cover: boolean;
14617
14624
  src: string | srcObject;
14625
+ rounded: string | number | boolean;
14618
14626
  }, {}, string, vue.SlotsType<Partial<{
14619
14627
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
14620
14628
  [key: string]: any;
@@ -14662,6 +14670,7 @@ declare const VImg: {
14662
14670
  height?: string | number | undefined;
14663
14671
  width?: string | number | undefined;
14664
14672
  aspectRatio?: string | number | undefined;
14673
+ color?: string | undefined;
14665
14674
  maxHeight?: string | number | undefined;
14666
14675
  maxWidth?: string | number | undefined;
14667
14676
  minHeight?: string | number | undefined;
@@ -14675,6 +14684,7 @@ declare const VImg: {
14675
14684
  sizes?: string | undefined;
14676
14685
  srcset?: string | undefined;
14677
14686
  contentClass?: string | undefined;
14687
+ rounded?: string | number | boolean | undefined;
14678
14688
  gradient?: string | undefined;
14679
14689
  lazySrc?: string | undefined;
14680
14690
  } & {
@@ -14723,6 +14733,7 @@ declare const VImg: {
14723
14733
  height?: string | number | undefined;
14724
14734
  width?: string | number | undefined;
14725
14735
  aspectRatio?: string | number | undefined;
14736
+ color?: string | undefined;
14726
14737
  maxHeight?: string | number | undefined;
14727
14738
  maxWidth?: string | number | undefined;
14728
14739
  minHeight?: string | number | undefined;
@@ -14736,6 +14747,7 @@ declare const VImg: {
14736
14747
  sizes?: string | undefined;
14737
14748
  srcset?: string | undefined;
14738
14749
  contentClass?: string | undefined;
14750
+ rounded?: string | number | boolean | undefined;
14739
14751
  gradient?: string | undefined;
14740
14752
  lazySrc?: string | undefined;
14741
14753
  } & {
@@ -14781,6 +14793,7 @@ declare const VImg: {
14781
14793
  options: IntersectionObserverInit;
14782
14794
  cover: boolean;
14783
14795
  src: string | srcObject;
14796
+ rounded: string | number | boolean;
14784
14797
  }, {}, string, vue.SlotsType<Partial<{
14785
14798
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
14786
14799
  [key: string]: any;
@@ -14802,6 +14815,10 @@ declare const VImg: {
14802
14815
  default: string;
14803
14816
  validator: (val: unknown) => boolean;
14804
14817
  };
14818
+ rounded: {
14819
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14820
+ default: undefined;
14821
+ };
14805
14822
  class: PropType<any>;
14806
14823
  style: {
14807
14824
  type: PropType<vue.StyleValue>;
@@ -14818,6 +14835,7 @@ declare const VImg: {
14818
14835
  inline: BooleanConstructor;
14819
14836
  alt: StringConstructor;
14820
14837
  cover: BooleanConstructor;
14838
+ color: StringConstructor;
14821
14839
  draggable: {
14822
14840
  type: PropType<boolean | "false" | "true">;
14823
14841
  default: undefined;
@@ -14850,6 +14868,10 @@ declare const VImg: {
14850
14868
  default: string;
14851
14869
  validator: (val: unknown) => boolean;
14852
14870
  };
14871
+ rounded: {
14872
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14873
+ default: undefined;
14874
+ };
14853
14875
  class: PropType<any>;
14854
14876
  style: {
14855
14877
  type: PropType<vue.StyleValue>;
@@ -14866,6 +14888,7 @@ declare const VImg: {
14866
14888
  inline: BooleanConstructor;
14867
14889
  alt: StringConstructor;
14868
14890
  cover: BooleanConstructor;
14891
+ color: StringConstructor;
14869
14892
  draggable: {
14870
14893
  type: PropType<boolean | "false" | "true">;
14871
14894
  default: undefined;
@@ -14907,6 +14930,7 @@ declare const VCarouselItem: {
14907
14930
  options: IntersectionObserverInit;
14908
14931
  cover: boolean;
14909
14932
  src: string | srcObject;
14933
+ rounded: string | number | boolean;
14910
14934
  reverseTransition: string | boolean;
14911
14935
  }> & Omit<{
14912
14936
  inline: boolean;
@@ -14919,6 +14943,7 @@ declare const VCarouselItem: {
14919
14943
  height?: string | number | undefined;
14920
14944
  width?: string | number | undefined;
14921
14945
  aspectRatio?: string | number | undefined;
14946
+ color?: string | undefined;
14922
14947
  maxHeight?: string | number | undefined;
14923
14948
  maxWidth?: string | number | undefined;
14924
14949
  minHeight?: string | number | undefined;
@@ -14934,6 +14959,7 @@ declare const VCarouselItem: {
14934
14959
  sizes?: string | undefined;
14935
14960
  srcset?: string | undefined;
14936
14961
  contentClass?: string | undefined;
14962
+ rounded?: string | number | boolean | undefined;
14937
14963
  gradient?: string | undefined;
14938
14964
  lazySrc?: string | undefined;
14939
14965
  selectedClass?: string | undefined;
@@ -14966,6 +14992,7 @@ declare const VCarouselItem: {
14966
14992
  height?: string | number | undefined;
14967
14993
  width?: string | number | undefined;
14968
14994
  aspectRatio?: string | number | undefined;
14995
+ color?: string | undefined;
14969
14996
  maxHeight?: string | number | undefined;
14970
14997
  maxWidth?: string | number | undefined;
14971
14998
  minHeight?: string | number | undefined;
@@ -14981,6 +15008,7 @@ declare const VCarouselItem: {
14981
15008
  sizes?: string | undefined;
14982
15009
  srcset?: string | undefined;
14983
15010
  contentClass?: string | undefined;
15011
+ rounded?: string | number | boolean | undefined;
14984
15012
  gradient?: string | undefined;
14985
15013
  lazySrc?: string | undefined;
14986
15014
  selectedClass?: string | undefined;
@@ -15003,7 +15031,7 @@ declare const VCarouselItem: {
15003
15031
  "v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
15004
15032
  "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
15005
15033
  "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
15006
- }, "inline" | "transition" | "style" | "draggable" | "eager" | "disabled" | "options" | "cover" | "src" | "reverseTransition">;
15034
+ }, "inline" | "transition" | "style" | "draggable" | "eager" | "disabled" | "options" | "cover" | "src" | "rounded" | "reverseTransition">;
15007
15035
  $attrs: {
15008
15036
  [x: string]: unknown;
15009
15037
  };
@@ -15040,6 +15068,7 @@ declare const VCarouselItem: {
15040
15068
  height?: string | number | undefined;
15041
15069
  width?: string | number | undefined;
15042
15070
  aspectRatio?: string | number | undefined;
15071
+ color?: string | undefined;
15043
15072
  maxHeight?: string | number | undefined;
15044
15073
  maxWidth?: string | number | undefined;
15045
15074
  minHeight?: string | number | undefined;
@@ -15055,6 +15084,7 @@ declare const VCarouselItem: {
15055
15084
  sizes?: string | undefined;
15056
15085
  srcset?: string | undefined;
15057
15086
  contentClass?: string | undefined;
15087
+ rounded?: string | number | boolean | undefined;
15058
15088
  gradient?: string | undefined;
15059
15089
  lazySrc?: string | undefined;
15060
15090
  selectedClass?: string | undefined;
@@ -15087,6 +15117,7 @@ declare const VCarouselItem: {
15087
15117
  options: IntersectionObserverInit;
15088
15118
  cover: boolean;
15089
15119
  src: string | srcObject;
15120
+ rounded: string | number | boolean;
15090
15121
  reverseTransition: string | boolean;
15091
15122
  }, {}, string, vue.SlotsType<Partial<{
15092
15123
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -15133,6 +15164,7 @@ declare const VCarouselItem: {
15133
15164
  height?: string | number | undefined;
15134
15165
  width?: string | number | undefined;
15135
15166
  aspectRatio?: string | number | undefined;
15167
+ color?: string | undefined;
15136
15168
  maxHeight?: string | number | undefined;
15137
15169
  maxWidth?: string | number | undefined;
15138
15170
  minHeight?: string | number | undefined;
@@ -15148,6 +15180,7 @@ declare const VCarouselItem: {
15148
15180
  sizes?: string | undefined;
15149
15181
  srcset?: string | undefined;
15150
15182
  contentClass?: string | undefined;
15183
+ rounded?: string | number | boolean | undefined;
15151
15184
  gradient?: string | undefined;
15152
15185
  lazySrc?: string | undefined;
15153
15186
  selectedClass?: string | undefined;
@@ -15186,6 +15219,7 @@ declare const VCarouselItem: {
15186
15219
  height?: string | number | undefined;
15187
15220
  width?: string | number | undefined;
15188
15221
  aspectRatio?: string | number | undefined;
15222
+ color?: string | undefined;
15189
15223
  maxHeight?: string | number | undefined;
15190
15224
  maxWidth?: string | number | undefined;
15191
15225
  minHeight?: string | number | undefined;
@@ -15201,6 +15235,7 @@ declare const VCarouselItem: {
15201
15235
  sizes?: string | undefined;
15202
15236
  srcset?: string | undefined;
15203
15237
  contentClass?: string | undefined;
15238
+ rounded?: string | number | boolean | undefined;
15204
15239
  gradient?: string | undefined;
15205
15240
  lazySrc?: string | undefined;
15206
15241
  selectedClass?: string | undefined;
@@ -15233,6 +15268,7 @@ declare const VCarouselItem: {
15233
15268
  options: IntersectionObserverInit;
15234
15269
  cover: boolean;
15235
15270
  src: string | srcObject;
15271
+ rounded: string | number | boolean;
15236
15272
  reverseTransition: string | boolean;
15237
15273
  }, {}, string, vue.SlotsType<Partial<{
15238
15274
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -15265,6 +15301,10 @@ declare const VCarouselItem: {
15265
15301
  type: (StringConstructor | BooleanConstructor)[];
15266
15302
  default: undefined;
15267
15303
  };
15304
+ rounded: {
15305
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15306
+ default: undefined;
15307
+ };
15268
15308
  height: (StringConstructor | NumberConstructor)[];
15269
15309
  maxHeight: (StringConstructor | NumberConstructor)[];
15270
15310
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -15276,6 +15316,7 @@ declare const VCarouselItem: {
15276
15316
  inline: BooleanConstructor;
15277
15317
  alt: StringConstructor;
15278
15318
  cover: BooleanConstructor;
15319
+ color: StringConstructor;
15279
15320
  draggable: {
15280
15321
  type: vue.PropType<boolean | "false" | "true">;
15281
15322
  default: undefined;
@@ -15317,6 +15358,10 @@ declare const VCarouselItem: {
15317
15358
  type: (StringConstructor | BooleanConstructor)[];
15318
15359
  default: undefined;
15319
15360
  };
15361
+ rounded: {
15362
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15363
+ default: undefined;
15364
+ };
15320
15365
  height: (StringConstructor | NumberConstructor)[];
15321
15366
  maxHeight: (StringConstructor | NumberConstructor)[];
15322
15367
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -15328,6 +15373,7 @@ declare const VCarouselItem: {
15328
15373
  inline: BooleanConstructor;
15329
15374
  alt: StringConstructor;
15330
15375
  cover: BooleanConstructor;
15376
+ color: StringConstructor;
15331
15377
  draggable: {
15332
15378
  type: vue.PropType<boolean | "false" | "true">;
15333
15379
  default: undefined;
@@ -27917,11 +27963,11 @@ declare const VDataTableVirtual: {
27917
27963
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
27918
27964
  "onUpdate:options"?: ((value: any) => any) | undefined;
27919
27965
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
27920
- 'update:modelValue': (value: any[]) => true;
27921
- 'update:sortBy': (value: any) => true;
27922
- 'update:options': (value: any) => true;
27923
- 'update:groupBy': (value: any) => true;
27924
- 'update:expanded': (value: any) => true;
27966
+ 'update:modelValue': (value: any[]) => boolean;
27967
+ 'update:sortBy': (value: any) => boolean;
27968
+ 'update:options': (value: any) => boolean;
27969
+ 'update:groupBy': (value: any) => boolean;
27970
+ 'update:expanded': (value: any) => boolean;
27925
27971
  }, string, {
27926
27972
  style: vue.StyleValue;
27927
27973
  expanded: readonly string[];
@@ -28635,11 +28681,11 @@ declare const VDataTableVirtual: {
28635
28681
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
28636
28682
  "onUpdate:options"?: ((value: any) => any) | undefined;
28637
28683
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28638
- 'update:modelValue': (value: any[]) => true;
28639
- 'update:sortBy': (value: any) => true;
28640
- 'update:options': (value: any) => true;
28641
- 'update:groupBy': (value: any) => true;
28642
- 'update:expanded': (value: any) => true;
28684
+ 'update:modelValue': (value: any[]) => boolean;
28685
+ 'update:sortBy': (value: any) => boolean;
28686
+ 'update:options': (value: any) => boolean;
28687
+ 'update:groupBy': (value: any) => boolean;
28688
+ 'update:expanded': (value: any) => boolean;
28643
28689
  }, string, {
28644
28690
  style: vue.StyleValue;
28645
28691
  expanded: readonly string[];
@@ -30116,13 +30162,13 @@ declare const VDataTableServer: {
30116
30162
  "onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
30117
30163
  "onUpdate:options"?: ((options: any) => any) | undefined;
30118
30164
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30119
- 'update:modelValue': (value: any[]) => true;
30120
- 'update:page': (page: number) => true;
30121
- 'update:itemsPerPage': (page: number) => true;
30122
- 'update:sortBy': (sortBy: any) => true;
30123
- 'update:options': (options: any) => true;
30124
- 'update:expanded': (options: any) => true;
30125
- 'update:groupBy': (value: any) => true;
30165
+ 'update:modelValue': (value: any[]) => boolean;
30166
+ 'update:page': (page: number) => boolean;
30167
+ 'update:itemsPerPage': (page: number) => boolean;
30168
+ 'update:sortBy': (sortBy: any) => boolean;
30169
+ 'update:options': (options: any) => boolean;
30170
+ 'update:expanded': (options: any) => boolean;
30171
+ 'update:groupBy': (value: any) => boolean;
30126
30172
  }, string, {
30127
30173
  style: vue.StyleValue;
30128
30174
  expanded: readonly string[];
@@ -30927,13 +30973,13 @@ declare const VDataTableServer: {
30927
30973
  "onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
30928
30974
  "onUpdate:options"?: ((options: any) => any) | undefined;
30929
30975
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30930
- 'update:modelValue': (value: any[]) => true;
30931
- 'update:page': (page: number) => true;
30932
- 'update:itemsPerPage': (page: number) => true;
30933
- 'update:sortBy': (sortBy: any) => true;
30934
- 'update:options': (options: any) => true;
30935
- 'update:expanded': (options: any) => true;
30936
- 'update:groupBy': (value: any) => true;
30976
+ 'update:modelValue': (value: any[]) => boolean;
30977
+ 'update:page': (page: number) => boolean;
30978
+ 'update:itemsPerPage': (page: number) => boolean;
30979
+ 'update:sortBy': (sortBy: any) => boolean;
30980
+ 'update:options': (options: any) => boolean;
30981
+ 'update:expanded': (options: any) => boolean;
30982
+ 'update:groupBy': (value: any) => boolean;
30937
30983
  }, string, {
30938
30984
  style: vue.StyleValue;
30939
30985
  expanded: readonly string[];
@@ -64045,28 +64091,17 @@ declare const VStepperWindow: {
64045
64091
  style: vue.StyleValue;
64046
64092
  disabled: boolean;
64047
64093
  tag: string;
64048
- mandatory: NonNullable<boolean | "force">;
64049
- touch: boolean | TouchHandlers;
64050
64094
  selectedClass: string;
64051
- continuous: boolean;
64052
- nextIcon: IconValue;
64053
- prevIcon: IconValue;
64054
64095
  }> & Omit<{
64055
64096
  reverse: boolean;
64056
64097
  direction: "horizontal" | "vertical";
64057
64098
  style: vue.StyleValue;
64058
64099
  disabled: boolean;
64059
64100
  tag: string;
64060
- mandatory: NonNullable<boolean | "force">;
64061
64101
  selectedClass: string;
64062
- continuous: boolean;
64063
- nextIcon: IconValue;
64064
- prevIcon: IconValue;
64065
64102
  class?: any;
64066
- touch?: boolean | TouchHandlers | undefined;
64067
64103
  theme?: string | undefined;
64068
64104
  modelValue?: any;
64069
- showArrows?: string | boolean | undefined;
64070
64105
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
64071
64106
  default?: (() => vue.VNodeChild) | undefined;
64072
64107
  };
@@ -64081,17 +64116,11 @@ declare const VStepperWindow: {
64081
64116
  style: vue.StyleValue;
64082
64117
  disabled: boolean;
64083
64118
  tag: string;
64084
- mandatory: NonNullable<boolean | "force">;
64085
64119
  selectedClass: string;
64086
- continuous: boolean;
64087
- nextIcon: IconValue;
64088
- prevIcon: IconValue;
64089
64120
  } & {
64090
64121
  class?: any;
64091
- touch?: boolean | TouchHandlers | undefined;
64092
64122
  theme?: string | undefined;
64093
64123
  modelValue?: any;
64094
- showArrows?: string | boolean | undefined;
64095
64124
  } & {
64096
64125
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
64097
64126
  default?: (() => vue.VNodeChild) | undefined;
@@ -64103,7 +64132,7 @@ declare const VStepperWindow: {
64103
64132
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
64104
64133
  } & {
64105
64134
  "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
64106
- }, "reverse" | "direction" | "style" | "disabled" | "tag" | "mandatory" | "touch" | "selectedClass" | "continuous" | "nextIcon" | "prevIcon">;
64135
+ }, "reverse" | "direction" | "style" | "disabled" | "tag" | "selectedClass">;
64107
64136
  $attrs: {
64108
64137
  [x: string]: unknown;
64109
64138
  };
@@ -64125,17 +64154,11 @@ declare const VStepperWindow: {
64125
64154
  style: vue.StyleValue;
64126
64155
  disabled: boolean;
64127
64156
  tag: string;
64128
- mandatory: NonNullable<boolean | "force">;
64129
64157
  selectedClass: string;
64130
- continuous: boolean;
64131
- nextIcon: IconValue;
64132
- prevIcon: IconValue;
64133
64158
  } & {
64134
64159
  class?: any;
64135
- touch?: boolean | TouchHandlers | undefined;
64136
64160
  theme?: string | undefined;
64137
64161
  modelValue?: any;
64138
- showArrows?: string | boolean | undefined;
64139
64162
  } & {
64140
64163
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
64141
64164
  default?: (() => vue.VNodeChild) | undefined;
@@ -64155,12 +64178,7 @@ declare const VStepperWindow: {
64155
64178
  style: vue.StyleValue;
64156
64179
  disabled: boolean;
64157
64180
  tag: string;
64158
- mandatory: NonNullable<boolean | "force">;
64159
- touch: boolean | TouchHandlers;
64160
64181
  selectedClass: string;
64161
- continuous: boolean;
64162
- nextIcon: IconValue;
64163
- prevIcon: IconValue;
64164
64182
  }, {}, string, vue.SlotsType<Partial<{
64165
64183
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
64166
64184
  [key: string]: any;
@@ -64191,17 +64209,11 @@ declare const VStepperWindow: {
64191
64209
  style: vue.StyleValue;
64192
64210
  disabled: boolean;
64193
64211
  tag: string;
64194
- mandatory: NonNullable<boolean | "force">;
64195
64212
  selectedClass: string;
64196
- continuous: boolean;
64197
- nextIcon: IconValue;
64198
- prevIcon: IconValue;
64199
64213
  } & {
64200
64214
  class?: any;
64201
- touch?: boolean | TouchHandlers | undefined;
64202
64215
  theme?: string | undefined;
64203
64216
  modelValue?: any;
64204
- showArrows?: string | boolean | undefined;
64205
64217
  } & {
64206
64218
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
64207
64219
  default?: (() => vue.VNodeChild) | undefined;
@@ -64223,17 +64235,11 @@ declare const VStepperWindow: {
64223
64235
  style: vue.StyleValue;
64224
64236
  disabled: boolean;
64225
64237
  tag: string;
64226
- mandatory: NonNullable<boolean | "force">;
64227
64238
  selectedClass: string;
64228
- continuous: boolean;
64229
- nextIcon: IconValue;
64230
- prevIcon: IconValue;
64231
64239
  } & {
64232
64240
  class?: any;
64233
- touch?: boolean | TouchHandlers | undefined;
64234
64241
  theme?: string | undefined;
64235
64242
  modelValue?: any;
64236
- showArrows?: string | boolean | undefined;
64237
64243
  } & {
64238
64244
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
64239
64245
  default?: (() => vue.VNodeChild) | undefined;
@@ -64253,108 +64259,55 @@ declare const VStepperWindow: {
64253
64259
  style: vue.StyleValue;
64254
64260
  disabled: boolean;
64255
64261
  tag: string;
64256
- mandatory: NonNullable<boolean | "force">;
64257
- touch: boolean | TouchHandlers;
64258
64262
  selectedClass: string;
64259
- continuous: boolean;
64260
- nextIcon: IconValue;
64261
- prevIcon: IconValue;
64262
64263
  }, {}, string, vue.SlotsType<Partial<{
64263
64264
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
64264
64265
  [key: string]: any;
64265
64266
  }>[];
64266
64267
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
64267
- theme: StringConstructor;
64268
- tag: {
64269
- type: StringConstructor;
64268
+ reverse: BooleanConstructor;
64269
+ direction: {
64270
+ type: vue.PropType<"horizontal" | "vertical">;
64270
64271
  default: string;
64271
64272
  };
64272
- class: vue.PropType<any>;
64273
64273
  style: {
64274
64274
  type: vue.PropType<vue.StyleValue>;
64275
64275
  default: null;
64276
64276
  };
64277
- continuous: BooleanConstructor;
64278
- nextIcon: {
64279
- type: vue.PropType<IconValue>;
64280
- default: string;
64281
- };
64282
- prevIcon: {
64283
- type: vue.PropType<IconValue>;
64284
- default: string;
64285
- };
64286
- reverse: BooleanConstructor;
64287
- showArrows: {
64288
- type: (StringConstructor | BooleanConstructor)[];
64289
- validator: (v: any) => boolean;
64290
- };
64291
- touch: {
64292
- type: vue.PropType<boolean | TouchHandlers>;
64293
- default: undefined;
64294
- };
64295
- direction: {
64296
- type: vue.PropType<"horizontal" | "vertical">;
64277
+ disabled: BooleanConstructor;
64278
+ class: vue.PropType<any>;
64279
+ tag: {
64280
+ type: StringConstructor;
64297
64281
  default: string;
64298
64282
  };
64283
+ theme: StringConstructor;
64299
64284
  modelValue: null;
64300
- disabled: BooleanConstructor;
64301
64285
  selectedClass: {
64302
64286
  type: StringConstructor;
64303
64287
  default: string;
64304
64288
  };
64305
- mandatory: Omit<{
64306
- type: vue.PropType<boolean | "force">;
64307
- default: "force";
64308
- }, "type" | "default"> & {
64309
- type: vue.PropType<NonNullable<boolean | "force">>;
64310
- default: NonNullable<boolean | "force">;
64311
- };
64312
64289
  }, vue.ExtractPropTypes<{
64313
- theme: StringConstructor;
64314
- tag: {
64315
- type: StringConstructor;
64290
+ reverse: BooleanConstructor;
64291
+ direction: {
64292
+ type: vue.PropType<"horizontal" | "vertical">;
64316
64293
  default: string;
64317
64294
  };
64318
- class: vue.PropType<any>;
64319
64295
  style: {
64320
64296
  type: vue.PropType<vue.StyleValue>;
64321
64297
  default: null;
64322
64298
  };
64323
- continuous: BooleanConstructor;
64324
- nextIcon: {
64325
- type: vue.PropType<IconValue>;
64326
- default: string;
64327
- };
64328
- prevIcon: {
64329
- type: vue.PropType<IconValue>;
64330
- default: string;
64331
- };
64332
- reverse: BooleanConstructor;
64333
- showArrows: {
64334
- type: (StringConstructor | BooleanConstructor)[];
64335
- validator: (v: any) => boolean;
64336
- };
64337
- touch: {
64338
- type: vue.PropType<boolean | TouchHandlers>;
64339
- default: undefined;
64340
- };
64341
- direction: {
64342
- type: vue.PropType<"horizontal" | "vertical">;
64299
+ disabled: BooleanConstructor;
64300
+ class: vue.PropType<any>;
64301
+ tag: {
64302
+ type: StringConstructor;
64343
64303
  default: string;
64344
64304
  };
64305
+ theme: StringConstructor;
64345
64306
  modelValue: null;
64346
- disabled: BooleanConstructor;
64347
64307
  selectedClass: {
64348
64308
  type: StringConstructor;
64349
64309
  default: string;
64350
64310
  };
64351
- mandatory: Omit<{
64352
- type: vue.PropType<boolean | "force">;
64353
- default: "force";
64354
- }, "type" | "default"> & {
64355
- type: vue.PropType<NonNullable<boolean | "force">>;
64356
- default: NonNullable<boolean | "force">;
64357
- };
64358
64311
  }>>;
64359
64312
  type VStepperWindow = InstanceType<typeof VStepperWindow>;
64360
64313
 
@@ -15,7 +15,7 @@ export const createVuetify = function () {
15
15
  ...options
16
16
  });
17
17
  };
18
- export const version = "3.4.0-beta.1-dev.2023-11-08";
18
+ export const version = "3.4.0-dev.2023-12-01";
19
19
  createVuetify.version = version;
20
20
  export { components, directives };
21
21
  export * from "./composables/index.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"entry-bundler.mjs","names":["components","directives","createVuetify","_createVuetify","options","arguments","length","undefined","version"],"sources":["../src/entry-bundler.ts"],"sourcesContent":["/* eslint-disable local-rules/sort-imports */\n\n// Styles\nimport './styles/main.sass'\n\n// Components\nimport * as components from './components'\nimport * as directives from './directives'\nimport { createVuetify as _createVuetify } from './framework'\n\n// Types\nimport type { VuetifyOptions } from './framework'\n\nexport const createVuetify = (options: VuetifyOptions = {}) => {\n return _createVuetify({ components, directives, ...options })\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\nexport {\n components,\n directives,\n}\nexport * from './composables'\n"],"mappings":"AAAA;;AAEA;AACA;;AAEA;AAAA,OACO,KAAKA,UAAU;AAAA,OACf,KAAKC,UAAU;AAAA,SACbC,aAAa,IAAIC,cAAc,2BAExC;AAGA,OAAO,MAAMD,aAAa,GAAG,SAAAA,CAAA,EAAkC;EAAA,IAAjCE,OAAuB,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EACxD,OAAOF,cAAc,CAAC;IAAEH,UAAU;IAAEC,UAAU;IAAE,GAAGG;EAAQ,CAAC,CAAC;AAC/D,CAAC;AAED,OAAO,MAAMI,OAAO,gCAAsB;AAC1CN,aAAa,CAACM,OAAO,GAAGA,OAAO;AAE/B,SACER,UAAU,EACVC,UAAU;AACX"}
1
+ {"version":3,"file":"entry-bundler.mjs","names":["components","directives","createVuetify","_createVuetify","options","arguments","length","undefined","version"],"sources":["../src/entry-bundler.ts"],"sourcesContent":["/* eslint-disable local-rules/sort-imports */\n\n// Styles\nimport './styles/main.sass'\n\n// Components\nimport * as components from './components'\nimport * as directives from './directives'\nimport { createVuetify as _createVuetify } from './framework'\n\n// Types\nimport type { VuetifyOptions } from './framework'\n\nexport const createVuetify = (options: VuetifyOptions = {}) => {\n return _createVuetify({ components, directives, ...options })\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\nexport {\n components,\n directives,\n}\nexport * from './composables'\n"],"mappings":"AAAA;;AAEA;AACA;;AAEA;AAAA,OACO,KAAKA,UAAU;AAAA,OACf,KAAKC,UAAU;AAAA,SACbC,aAAa,IAAIC,cAAc,2BAExC;AAGA,OAAO,MAAMD,aAAa,GAAG,SAAAA,CAAA,EAAkC;EAAA,IAAjCE,OAAuB,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EACxD,OAAOF,cAAc,CAAC;IAAEH,UAAU;IAAEC,UAAU;IAAE,GAAGG;EAAQ,CAAC,CAAC;AAC/D,CAAC;AAED,OAAO,MAAMI,OAAO,yBAAsB;AAC1CN,aAAa,CAACM,OAAO,GAAGA,OAAO;AAE/B,SACER,UAAU,EACVC,UAAU;AACX"}
package/lib/framework.mjs CHANGED
@@ -92,7 +92,7 @@ export function createVuetify() {
92
92
  date
93
93
  };
94
94
  }
95
- export const version = "3.4.0-beta.1-dev.2023-11-08";
95
+ export const version = "3.4.0-dev.2023-12-01";
96
96
  createVuetify.version = version;
97
97
 
98
98
  // Vue's inject() can only be used in setup