@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
@@ -14719,6 +14719,7 @@ declare const VImg: {
14719
14719
  options: IntersectionObserverInit;
14720
14720
  cover: boolean;
14721
14721
  src: string | srcObject;
14722
+ rounded: string | number | boolean;
14722
14723
  }> & Omit<{
14723
14724
  inline: boolean;
14724
14725
  transition: string | boolean | (vue.TransitionProps & {
@@ -14732,6 +14733,7 @@ declare const VImg: {
14732
14733
  height?: string | number | undefined;
14733
14734
  width?: string | number | undefined;
14734
14735
  aspectRatio?: string | number | undefined;
14736
+ color?: string | undefined;
14735
14737
  maxHeight?: string | number | undefined;
14736
14738
  maxWidth?: string | number | undefined;
14737
14739
  minHeight?: string | number | undefined;
@@ -14745,6 +14747,7 @@ declare const VImg: {
14745
14747
  sizes?: string | undefined;
14746
14748
  srcset?: string | undefined;
14747
14749
  contentClass?: string | undefined;
14750
+ rounded?: string | number | boolean | undefined;
14748
14751
  gradient?: string | undefined;
14749
14752
  lazySrc?: string | undefined;
14750
14753
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -14780,6 +14783,7 @@ declare const VImg: {
14780
14783
  height?: string | number | undefined;
14781
14784
  width?: string | number | undefined;
14782
14785
  aspectRatio?: string | number | undefined;
14786
+ color?: string | undefined;
14783
14787
  maxHeight?: string | number | undefined;
14784
14788
  maxWidth?: string | number | undefined;
14785
14789
  minHeight?: string | number | undefined;
@@ -14793,6 +14797,7 @@ declare const VImg: {
14793
14797
  sizes?: string | undefined;
14794
14798
  srcset?: string | undefined;
14795
14799
  contentClass?: string | undefined;
14800
+ rounded?: string | number | boolean | undefined;
14796
14801
  gradient?: string | undefined;
14797
14802
  lazySrc?: string | undefined;
14798
14803
  } & {
@@ -14817,7 +14822,7 @@ declare const VImg: {
14817
14822
  onError?: ((value: string | undefined) => any) | undefined;
14818
14823
  onLoad?: ((value: string | undefined) => any) | undefined;
14819
14824
  onLoadstart?: ((value: string | undefined) => any) | undefined;
14820
- }, "inline" | "transition" | "style" | "draggable" | "eager" | "options" | "cover" | "src">;
14825
+ }, "inline" | "transition" | "style" | "draggable" | "eager" | "options" | "cover" | "src" | "rounded">;
14821
14826
  $attrs: {
14822
14827
  [x: string]: unknown;
14823
14828
  };
@@ -14856,6 +14861,7 @@ declare const VImg: {
14856
14861
  height?: string | number | undefined;
14857
14862
  width?: string | number | undefined;
14858
14863
  aspectRatio?: string | number | undefined;
14864
+ color?: string | undefined;
14859
14865
  maxHeight?: string | number | undefined;
14860
14866
  maxWidth?: string | number | undefined;
14861
14867
  minHeight?: string | number | undefined;
@@ -14869,6 +14875,7 @@ declare const VImg: {
14869
14875
  sizes?: string | undefined;
14870
14876
  srcset?: string | undefined;
14871
14877
  contentClass?: string | undefined;
14878
+ rounded?: string | number | boolean | undefined;
14872
14879
  gradient?: string | undefined;
14873
14880
  lazySrc?: string | undefined;
14874
14881
  } & {
@@ -14914,6 +14921,7 @@ declare const VImg: {
14914
14921
  options: IntersectionObserverInit;
14915
14922
  cover: boolean;
14916
14923
  src: string | srcObject;
14924
+ rounded: string | number | boolean;
14917
14925
  }, {}, string, vue.SlotsType<Partial<{
14918
14926
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
14919
14927
  [key: string]: any;
@@ -14961,6 +14969,7 @@ declare const VImg: {
14961
14969
  height?: string | number | undefined;
14962
14970
  width?: string | number | undefined;
14963
14971
  aspectRatio?: string | number | undefined;
14972
+ color?: string | undefined;
14964
14973
  maxHeight?: string | number | undefined;
14965
14974
  maxWidth?: string | number | undefined;
14966
14975
  minHeight?: string | number | undefined;
@@ -14974,6 +14983,7 @@ declare const VImg: {
14974
14983
  sizes?: string | undefined;
14975
14984
  srcset?: string | undefined;
14976
14985
  contentClass?: string | undefined;
14986
+ rounded?: string | number | boolean | undefined;
14977
14987
  gradient?: string | undefined;
14978
14988
  lazySrc?: string | undefined;
14979
14989
  } & {
@@ -15022,6 +15032,7 @@ declare const VImg: {
15022
15032
  height?: string | number | undefined;
15023
15033
  width?: string | number | undefined;
15024
15034
  aspectRatio?: string | number | undefined;
15035
+ color?: string | undefined;
15025
15036
  maxHeight?: string | number | undefined;
15026
15037
  maxWidth?: string | number | undefined;
15027
15038
  minHeight?: string | number | undefined;
@@ -15035,6 +15046,7 @@ declare const VImg: {
15035
15046
  sizes?: string | undefined;
15036
15047
  srcset?: string | undefined;
15037
15048
  contentClass?: string | undefined;
15049
+ rounded?: string | number | boolean | undefined;
15038
15050
  gradient?: string | undefined;
15039
15051
  lazySrc?: string | undefined;
15040
15052
  } & {
@@ -15080,6 +15092,7 @@ declare const VImg: {
15080
15092
  options: IntersectionObserverInit;
15081
15093
  cover: boolean;
15082
15094
  src: string | srcObject;
15095
+ rounded: string | number | boolean;
15083
15096
  }, {}, string, vue.SlotsType<Partial<{
15084
15097
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
15085
15098
  [key: string]: any;
@@ -15101,6 +15114,10 @@ declare const VImg: {
15101
15114
  default: string;
15102
15115
  validator: (val: unknown) => boolean;
15103
15116
  };
15117
+ rounded: {
15118
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15119
+ default: undefined;
15120
+ };
15104
15121
  class: PropType<any>;
15105
15122
  style: {
15106
15123
  type: PropType<vue.StyleValue>;
@@ -15117,6 +15134,7 @@ declare const VImg: {
15117
15134
  inline: BooleanConstructor;
15118
15135
  alt: StringConstructor;
15119
15136
  cover: BooleanConstructor;
15137
+ color: StringConstructor;
15120
15138
  draggable: {
15121
15139
  type: PropType<boolean | "false" | "true">;
15122
15140
  default: undefined;
@@ -15149,6 +15167,10 @@ declare const VImg: {
15149
15167
  default: string;
15150
15168
  validator: (val: unknown) => boolean;
15151
15169
  };
15170
+ rounded: {
15171
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15172
+ default: undefined;
15173
+ };
15152
15174
  class: PropType<any>;
15153
15175
  style: {
15154
15176
  type: PropType<vue.StyleValue>;
@@ -15165,6 +15187,7 @@ declare const VImg: {
15165
15187
  inline: BooleanConstructor;
15166
15188
  alt: StringConstructor;
15167
15189
  cover: BooleanConstructor;
15190
+ color: StringConstructor;
15168
15191
  draggable: {
15169
15192
  type: PropType<boolean | "false" | "true">;
15170
15193
  default: undefined;
@@ -15206,6 +15229,7 @@ declare const VCarouselItem: {
15206
15229
  options: IntersectionObserverInit;
15207
15230
  cover: boolean;
15208
15231
  src: string | srcObject;
15232
+ rounded: string | number | boolean;
15209
15233
  reverseTransition: string | boolean;
15210
15234
  }> & Omit<{
15211
15235
  inline: boolean;
@@ -15218,6 +15242,7 @@ declare const VCarouselItem: {
15218
15242
  height?: string | number | undefined;
15219
15243
  width?: string | number | undefined;
15220
15244
  aspectRatio?: string | number | undefined;
15245
+ color?: string | undefined;
15221
15246
  maxHeight?: string | number | undefined;
15222
15247
  maxWidth?: string | number | undefined;
15223
15248
  minHeight?: string | number | undefined;
@@ -15233,6 +15258,7 @@ declare const VCarouselItem: {
15233
15258
  sizes?: string | undefined;
15234
15259
  srcset?: string | undefined;
15235
15260
  contentClass?: string | undefined;
15261
+ rounded?: string | number | boolean | undefined;
15236
15262
  gradient?: string | undefined;
15237
15263
  lazySrc?: string | undefined;
15238
15264
  selectedClass?: string | undefined;
@@ -15265,6 +15291,7 @@ declare const VCarouselItem: {
15265
15291
  height?: string | number | undefined;
15266
15292
  width?: string | number | undefined;
15267
15293
  aspectRatio?: string | number | undefined;
15294
+ color?: string | undefined;
15268
15295
  maxHeight?: string | number | undefined;
15269
15296
  maxWidth?: string | number | undefined;
15270
15297
  minHeight?: string | number | undefined;
@@ -15280,6 +15307,7 @@ declare const VCarouselItem: {
15280
15307
  sizes?: string | undefined;
15281
15308
  srcset?: string | undefined;
15282
15309
  contentClass?: string | undefined;
15310
+ rounded?: string | number | boolean | undefined;
15283
15311
  gradient?: string | undefined;
15284
15312
  lazySrc?: string | undefined;
15285
15313
  selectedClass?: string | undefined;
@@ -15302,7 +15330,7 @@ declare const VCarouselItem: {
15302
15330
  "v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
15303
15331
  "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
15304
15332
  "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
15305
- }, "inline" | "transition" | "style" | "draggable" | "eager" | "disabled" | "options" | "cover" | "src" | "reverseTransition">;
15333
+ }, "inline" | "transition" | "style" | "draggable" | "eager" | "disabled" | "options" | "cover" | "src" | "rounded" | "reverseTransition">;
15306
15334
  $attrs: {
15307
15335
  [x: string]: unknown;
15308
15336
  };
@@ -15339,6 +15367,7 @@ declare const VCarouselItem: {
15339
15367
  height?: string | number | undefined;
15340
15368
  width?: string | number | undefined;
15341
15369
  aspectRatio?: string | number | undefined;
15370
+ color?: string | undefined;
15342
15371
  maxHeight?: string | number | undefined;
15343
15372
  maxWidth?: string | number | undefined;
15344
15373
  minHeight?: string | number | undefined;
@@ -15354,6 +15383,7 @@ declare const VCarouselItem: {
15354
15383
  sizes?: string | undefined;
15355
15384
  srcset?: string | undefined;
15356
15385
  contentClass?: string | undefined;
15386
+ rounded?: string | number | boolean | undefined;
15357
15387
  gradient?: string | undefined;
15358
15388
  lazySrc?: string | undefined;
15359
15389
  selectedClass?: string | undefined;
@@ -15386,6 +15416,7 @@ declare const VCarouselItem: {
15386
15416
  options: IntersectionObserverInit;
15387
15417
  cover: boolean;
15388
15418
  src: string | srcObject;
15419
+ rounded: string | number | boolean;
15389
15420
  reverseTransition: string | boolean;
15390
15421
  }, {}, string, vue.SlotsType<Partial<{
15391
15422
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -15432,6 +15463,7 @@ declare const VCarouselItem: {
15432
15463
  height?: string | number | undefined;
15433
15464
  width?: string | number | undefined;
15434
15465
  aspectRatio?: string | number | undefined;
15466
+ color?: string | undefined;
15435
15467
  maxHeight?: string | number | undefined;
15436
15468
  maxWidth?: string | number | undefined;
15437
15469
  minHeight?: string | number | undefined;
@@ -15447,6 +15479,7 @@ declare const VCarouselItem: {
15447
15479
  sizes?: string | undefined;
15448
15480
  srcset?: string | undefined;
15449
15481
  contentClass?: string | undefined;
15482
+ rounded?: string | number | boolean | undefined;
15450
15483
  gradient?: string | undefined;
15451
15484
  lazySrc?: string | undefined;
15452
15485
  selectedClass?: string | undefined;
@@ -15485,6 +15518,7 @@ declare const VCarouselItem: {
15485
15518
  height?: string | number | undefined;
15486
15519
  width?: string | number | undefined;
15487
15520
  aspectRatio?: string | number | undefined;
15521
+ color?: string | undefined;
15488
15522
  maxHeight?: string | number | undefined;
15489
15523
  maxWidth?: string | number | undefined;
15490
15524
  minHeight?: string | number | undefined;
@@ -15500,6 +15534,7 @@ declare const VCarouselItem: {
15500
15534
  sizes?: string | undefined;
15501
15535
  srcset?: string | undefined;
15502
15536
  contentClass?: string | undefined;
15537
+ rounded?: string | number | boolean | undefined;
15503
15538
  gradient?: string | undefined;
15504
15539
  lazySrc?: string | undefined;
15505
15540
  selectedClass?: string | undefined;
@@ -15532,6 +15567,7 @@ declare const VCarouselItem: {
15532
15567
  options: IntersectionObserverInit;
15533
15568
  cover: boolean;
15534
15569
  src: string | srcObject;
15570
+ rounded: string | number | boolean;
15535
15571
  reverseTransition: string | boolean;
15536
15572
  }, {}, string, vue.SlotsType<Partial<{
15537
15573
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -15564,6 +15600,10 @@ declare const VCarouselItem: {
15564
15600
  type: (StringConstructor | BooleanConstructor)[];
15565
15601
  default: undefined;
15566
15602
  };
15603
+ rounded: {
15604
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15605
+ default: undefined;
15606
+ };
15567
15607
  height: (StringConstructor | NumberConstructor)[];
15568
15608
  maxHeight: (StringConstructor | NumberConstructor)[];
15569
15609
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -15575,6 +15615,7 @@ declare const VCarouselItem: {
15575
15615
  inline: BooleanConstructor;
15576
15616
  alt: StringConstructor;
15577
15617
  cover: BooleanConstructor;
15618
+ color: StringConstructor;
15578
15619
  draggable: {
15579
15620
  type: vue.PropType<boolean | "false" | "true">;
15580
15621
  default: undefined;
@@ -15616,6 +15657,10 @@ declare const VCarouselItem: {
15616
15657
  type: (StringConstructor | BooleanConstructor)[];
15617
15658
  default: undefined;
15618
15659
  };
15660
+ rounded: {
15661
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15662
+ default: undefined;
15663
+ };
15619
15664
  height: (StringConstructor | NumberConstructor)[];
15620
15665
  maxHeight: (StringConstructor | NumberConstructor)[];
15621
15666
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -15627,6 +15672,7 @@ declare const VCarouselItem: {
15627
15672
  inline: BooleanConstructor;
15628
15673
  alt: StringConstructor;
15629
15674
  cover: BooleanConstructor;
15675
+ color: StringConstructor;
15630
15676
  draggable: {
15631
15677
  type: vue.PropType<boolean | "false" | "true">;
15632
15678
  default: undefined;
@@ -28216,11 +28262,11 @@ declare const VDataTableVirtual: {
28216
28262
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
28217
28263
  "onUpdate:options"?: ((value: any) => any) | undefined;
28218
28264
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28219
- 'update:modelValue': (value: any[]) => true;
28220
- 'update:sortBy': (value: any) => true;
28221
- 'update:options': (value: any) => true;
28222
- 'update:groupBy': (value: any) => true;
28223
- 'update:expanded': (value: any) => true;
28265
+ 'update:modelValue': (value: any[]) => boolean;
28266
+ 'update:sortBy': (value: any) => boolean;
28267
+ 'update:options': (value: any) => boolean;
28268
+ 'update:groupBy': (value: any) => boolean;
28269
+ 'update:expanded': (value: any) => boolean;
28224
28270
  }, string, {
28225
28271
  style: vue.StyleValue;
28226
28272
  expanded: readonly string[];
@@ -28934,11 +28980,11 @@ declare const VDataTableVirtual: {
28934
28980
  "onUpdate:expanded"?: ((value: any) => any) | undefined;
28935
28981
  "onUpdate:options"?: ((value: any) => any) | undefined;
28936
28982
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28937
- 'update:modelValue': (value: any[]) => true;
28938
- 'update:sortBy': (value: any) => true;
28939
- 'update:options': (value: any) => true;
28940
- 'update:groupBy': (value: any) => true;
28941
- 'update:expanded': (value: any) => true;
28983
+ 'update:modelValue': (value: any[]) => boolean;
28984
+ 'update:sortBy': (value: any) => boolean;
28985
+ 'update:options': (value: any) => boolean;
28986
+ 'update:groupBy': (value: any) => boolean;
28987
+ 'update:expanded': (value: any) => boolean;
28942
28988
  }, string, {
28943
28989
  style: vue.StyleValue;
28944
28990
  expanded: readonly string[];
@@ -30415,13 +30461,13 @@ declare const VDataTableServer: {
30415
30461
  "onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
30416
30462
  "onUpdate:options"?: ((options: any) => any) | undefined;
30417
30463
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30418
- 'update:modelValue': (value: any[]) => true;
30419
- 'update:page': (page: number) => true;
30420
- 'update:itemsPerPage': (page: number) => true;
30421
- 'update:sortBy': (sortBy: any) => true;
30422
- 'update:options': (options: any) => true;
30423
- 'update:expanded': (options: any) => true;
30424
- 'update:groupBy': (value: any) => true;
30464
+ 'update:modelValue': (value: any[]) => boolean;
30465
+ 'update:page': (page: number) => boolean;
30466
+ 'update:itemsPerPage': (page: number) => boolean;
30467
+ 'update:sortBy': (sortBy: any) => boolean;
30468
+ 'update:options': (options: any) => boolean;
30469
+ 'update:expanded': (options: any) => boolean;
30470
+ 'update:groupBy': (value: any) => boolean;
30425
30471
  }, string, {
30426
30472
  style: vue.StyleValue;
30427
30473
  expanded: readonly string[];
@@ -31226,13 +31272,13 @@ declare const VDataTableServer: {
31226
31272
  "onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
31227
31273
  "onUpdate:options"?: ((options: any) => any) | undefined;
31228
31274
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
31229
- 'update:modelValue': (value: any[]) => true;
31230
- 'update:page': (page: number) => true;
31231
- 'update:itemsPerPage': (page: number) => true;
31232
- 'update:sortBy': (sortBy: any) => true;
31233
- 'update:options': (options: any) => true;
31234
- 'update:expanded': (options: any) => true;
31235
- 'update:groupBy': (value: any) => true;
31275
+ 'update:modelValue': (value: any[]) => boolean;
31276
+ 'update:page': (page: number) => boolean;
31277
+ 'update:itemsPerPage': (page: number) => boolean;
31278
+ 'update:sortBy': (sortBy: any) => boolean;
31279
+ 'update:options': (options: any) => boolean;
31280
+ 'update:expanded': (options: any) => boolean;
31281
+ 'update:groupBy': (value: any) => boolean;
31236
31282
  }, string, {
31237
31283
  style: vue.StyleValue;
31238
31284
  expanded: readonly string[];
@@ -64695,28 +64741,17 @@ declare const VStepperWindow: {
64695
64741
  style: vue.StyleValue;
64696
64742
  disabled: boolean;
64697
64743
  tag: string;
64698
- mandatory: NonNullable<boolean | "force">;
64699
- touch: boolean | TouchHandlers;
64700
64744
  selectedClass: string;
64701
- continuous: boolean;
64702
- nextIcon: IconValue;
64703
- prevIcon: IconValue;
64704
64745
  }> & Omit<{
64705
64746
  reverse: boolean;
64706
64747
  direction: "horizontal" | "vertical";
64707
64748
  style: vue.StyleValue;
64708
64749
  disabled: boolean;
64709
64750
  tag: string;
64710
- mandatory: NonNullable<boolean | "force">;
64711
64751
  selectedClass: string;
64712
- continuous: boolean;
64713
- nextIcon: IconValue;
64714
- prevIcon: IconValue;
64715
64752
  class?: any;
64716
- touch?: boolean | TouchHandlers | undefined;
64717
64753
  theme?: string | undefined;
64718
64754
  modelValue?: any;
64719
- showArrows?: string | boolean | undefined;
64720
64755
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
64721
64756
  default?: (() => vue.VNodeChild) | undefined;
64722
64757
  };
@@ -64731,17 +64766,11 @@ declare const VStepperWindow: {
64731
64766
  style: vue.StyleValue;
64732
64767
  disabled: boolean;
64733
64768
  tag: string;
64734
- mandatory: NonNullable<boolean | "force">;
64735
64769
  selectedClass: string;
64736
- continuous: boolean;
64737
- nextIcon: IconValue;
64738
- prevIcon: IconValue;
64739
64770
  } & {
64740
64771
  class?: any;
64741
- touch?: boolean | TouchHandlers | undefined;
64742
64772
  theme?: string | undefined;
64743
64773
  modelValue?: any;
64744
- showArrows?: string | boolean | undefined;
64745
64774
  } & {
64746
64775
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
64747
64776
  default?: (() => vue.VNodeChild) | undefined;
@@ -64753,7 +64782,7 @@ declare const VStepperWindow: {
64753
64782
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
64754
64783
  } & {
64755
64784
  "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
64756
- }, "reverse" | "direction" | "style" | "disabled" | "tag" | "mandatory" | "touch" | "selectedClass" | "continuous" | "nextIcon" | "prevIcon">;
64785
+ }, "reverse" | "direction" | "style" | "disabled" | "tag" | "selectedClass">;
64757
64786
  $attrs: {
64758
64787
  [x: string]: unknown;
64759
64788
  };
@@ -64775,17 +64804,11 @@ declare const VStepperWindow: {
64775
64804
  style: vue.StyleValue;
64776
64805
  disabled: boolean;
64777
64806
  tag: string;
64778
- mandatory: NonNullable<boolean | "force">;
64779
64807
  selectedClass: string;
64780
- continuous: boolean;
64781
- nextIcon: IconValue;
64782
- prevIcon: IconValue;
64783
64808
  } & {
64784
64809
  class?: any;
64785
- touch?: boolean | TouchHandlers | undefined;
64786
64810
  theme?: string | undefined;
64787
64811
  modelValue?: any;
64788
- showArrows?: string | boolean | undefined;
64789
64812
  } & {
64790
64813
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
64791
64814
  default?: (() => vue.VNodeChild) | undefined;
@@ -64805,12 +64828,7 @@ declare const VStepperWindow: {
64805
64828
  style: vue.StyleValue;
64806
64829
  disabled: boolean;
64807
64830
  tag: string;
64808
- mandatory: NonNullable<boolean | "force">;
64809
- touch: boolean | TouchHandlers;
64810
64831
  selectedClass: string;
64811
- continuous: boolean;
64812
- nextIcon: IconValue;
64813
- prevIcon: IconValue;
64814
64832
  }, {}, string, vue.SlotsType<Partial<{
64815
64833
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
64816
64834
  [key: string]: any;
@@ -64841,17 +64859,11 @@ declare const VStepperWindow: {
64841
64859
  style: vue.StyleValue;
64842
64860
  disabled: boolean;
64843
64861
  tag: string;
64844
- mandatory: NonNullable<boolean | "force">;
64845
64862
  selectedClass: string;
64846
- continuous: boolean;
64847
- nextIcon: IconValue;
64848
- prevIcon: IconValue;
64849
64863
  } & {
64850
64864
  class?: any;
64851
- touch?: boolean | TouchHandlers | undefined;
64852
64865
  theme?: string | undefined;
64853
64866
  modelValue?: any;
64854
- showArrows?: string | boolean | undefined;
64855
64867
  } & {
64856
64868
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
64857
64869
  default?: (() => vue.VNodeChild) | undefined;
@@ -64873,17 +64885,11 @@ declare const VStepperWindow: {
64873
64885
  style: vue.StyleValue;
64874
64886
  disabled: boolean;
64875
64887
  tag: string;
64876
- mandatory: NonNullable<boolean | "force">;
64877
64888
  selectedClass: string;
64878
- continuous: boolean;
64879
- nextIcon: IconValue;
64880
- prevIcon: IconValue;
64881
64889
  } & {
64882
64890
  class?: any;
64883
- touch?: boolean | TouchHandlers | undefined;
64884
64891
  theme?: string | undefined;
64885
64892
  modelValue?: any;
64886
- showArrows?: string | boolean | undefined;
64887
64893
  } & {
64888
64894
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
64889
64895
  default?: (() => vue.VNodeChild) | undefined;
@@ -64903,108 +64909,55 @@ declare const VStepperWindow: {
64903
64909
  style: vue.StyleValue;
64904
64910
  disabled: boolean;
64905
64911
  tag: string;
64906
- mandatory: NonNullable<boolean | "force">;
64907
- touch: boolean | TouchHandlers;
64908
64912
  selectedClass: string;
64909
- continuous: boolean;
64910
- nextIcon: IconValue;
64911
- prevIcon: IconValue;
64912
64913
  }, {}, string, vue.SlotsType<Partial<{
64913
64914
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
64914
64915
  [key: string]: any;
64915
64916
  }>[];
64916
64917
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
64917
- theme: StringConstructor;
64918
- tag: {
64919
- type: StringConstructor;
64918
+ reverse: BooleanConstructor;
64919
+ direction: {
64920
+ type: vue.PropType<"horizontal" | "vertical">;
64920
64921
  default: string;
64921
64922
  };
64922
- class: vue.PropType<any>;
64923
64923
  style: {
64924
64924
  type: vue.PropType<vue.StyleValue>;
64925
64925
  default: null;
64926
64926
  };
64927
- continuous: BooleanConstructor;
64928
- nextIcon: {
64929
- type: vue.PropType<IconValue>;
64930
- default: string;
64931
- };
64932
- prevIcon: {
64933
- type: vue.PropType<IconValue>;
64934
- default: string;
64935
- };
64936
- reverse: BooleanConstructor;
64937
- showArrows: {
64938
- type: (StringConstructor | BooleanConstructor)[];
64939
- validator: (v: any) => boolean;
64940
- };
64941
- touch: {
64942
- type: vue.PropType<boolean | TouchHandlers>;
64943
- default: undefined;
64944
- };
64945
- direction: {
64946
- type: vue.PropType<"horizontal" | "vertical">;
64927
+ disabled: BooleanConstructor;
64928
+ class: vue.PropType<any>;
64929
+ tag: {
64930
+ type: StringConstructor;
64947
64931
  default: string;
64948
64932
  };
64933
+ theme: StringConstructor;
64949
64934
  modelValue: null;
64950
- disabled: BooleanConstructor;
64951
64935
  selectedClass: {
64952
64936
  type: StringConstructor;
64953
64937
  default: string;
64954
64938
  };
64955
- mandatory: Omit<{
64956
- type: vue.PropType<boolean | "force">;
64957
- default: "force";
64958
- }, "type" | "default"> & {
64959
- type: vue.PropType<NonNullable<boolean | "force">>;
64960
- default: NonNullable<boolean | "force">;
64961
- };
64962
64939
  }, vue.ExtractPropTypes<{
64963
- theme: StringConstructor;
64964
- tag: {
64965
- type: StringConstructor;
64940
+ reverse: BooleanConstructor;
64941
+ direction: {
64942
+ type: vue.PropType<"horizontal" | "vertical">;
64966
64943
  default: string;
64967
64944
  };
64968
- class: vue.PropType<any>;
64969
64945
  style: {
64970
64946
  type: vue.PropType<vue.StyleValue>;
64971
64947
  default: null;
64972
64948
  };
64973
- continuous: BooleanConstructor;
64974
- nextIcon: {
64975
- type: vue.PropType<IconValue>;
64976
- default: string;
64977
- };
64978
- prevIcon: {
64979
- type: vue.PropType<IconValue>;
64980
- default: string;
64981
- };
64982
- reverse: BooleanConstructor;
64983
- showArrows: {
64984
- type: (StringConstructor | BooleanConstructor)[];
64985
- validator: (v: any) => boolean;
64986
- };
64987
- touch: {
64988
- type: vue.PropType<boolean | TouchHandlers>;
64989
- default: undefined;
64990
- };
64991
- direction: {
64992
- type: vue.PropType<"horizontal" | "vertical">;
64949
+ disabled: BooleanConstructor;
64950
+ class: vue.PropType<any>;
64951
+ tag: {
64952
+ type: StringConstructor;
64993
64953
  default: string;
64994
64954
  };
64955
+ theme: StringConstructor;
64995
64956
  modelValue: null;
64996
- disabled: BooleanConstructor;
64997
64957
  selectedClass: {
64998
64958
  type: StringConstructor;
64999
64959
  default: string;
65000
64960
  };
65001
- mandatory: Omit<{
65002
- type: vue.PropType<boolean | "force">;
65003
- default: "force";
65004
- }, "type" | "default"> & {
65005
- type: vue.PropType<NonNullable<boolean | "force">>;
65006
- default: NonNullable<boolean | "force">;
65007
- };
65008
64961
  }>>;
65009
64962
  type VStepperWindow = InstanceType<typeof VStepperWindow>;
65010
64963