@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24

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 (158) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2160 -2162
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +871 -873
  14. package/dist/vuetify.d.ts +10357 -10268
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +69 -68
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  155. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  156. package/lib/labs/VTreeview/index.d.mts +199 -199
  157. package/lib/labs/components.d.mts +1754 -1733
  158. package/package.json +9 -4
@@ -76,42 +76,42 @@ declare const VValidation: {
76
76
  new (...args: any[]): vue.CreateComponentPublicInstance<{
77
77
  error: boolean;
78
78
  disabled: boolean | null;
79
+ readonly: boolean | null;
79
80
  focused: boolean;
80
81
  errorMessages: string | readonly string[] | null;
81
82
  maxErrors: string | number;
82
- readonly: boolean | null;
83
83
  rules: readonly ValidationRule[];
84
84
  } & {
85
- label?: string | undefined;
86
85
  name?: string | undefined;
86
+ label?: string | undefined;
87
87
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
88
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
88
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
89
89
  validationValue?: any;
90
90
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
91
91
  [key: string]: any;
92
92
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
93
93
  'update:modelValue': (value: any) => boolean;
94
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
94
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
95
95
  error: boolean;
96
96
  disabled: boolean | null;
97
+ readonly: boolean | null;
97
98
  focused: boolean;
98
99
  errorMessages: string | readonly string[] | null;
99
100
  maxErrors: string | number;
100
- readonly: boolean | null;
101
101
  rules: readonly ValidationRule[];
102
102
  } & {
103
- label?: string | undefined;
104
103
  name?: string | undefined;
104
+ label?: string | undefined;
105
105
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
106
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
106
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
107
107
  validationValue?: any;
108
108
  } & {}, {
109
109
  error: boolean;
110
110
  disabled: boolean | null;
111
+ readonly: boolean | null;
111
112
  focused: boolean;
112
113
  errorMessages: string | readonly string[] | null;
113
114
  maxErrors: string | number;
114
- readonly: boolean | null;
115
115
  rules: readonly ValidationRule[];
116
116
  }, true, {}, vue.SlotsType<Partial<{
117
117
  default: (arg: {
@@ -141,26 +141,26 @@ declare const VValidation: {
141
141
  }, {
142
142
  error: boolean;
143
143
  disabled: boolean | null;
144
+ readonly: boolean | null;
144
145
  focused: boolean;
145
146
  errorMessages: string | readonly string[] | null;
146
147
  maxErrors: string | number;
147
- readonly: boolean | null;
148
148
  rules: readonly ValidationRule[];
149
149
  } & {
150
- label?: string | undefined;
151
150
  name?: string | undefined;
151
+ label?: string | undefined;
152
152
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
153
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
153
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
154
154
  validationValue?: any;
155
155
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
156
156
  [key: string]: any;
157
157
  }>[] | undefined, {}, {}, {}, {
158
158
  error: boolean;
159
159
  disabled: boolean | null;
160
+ readonly: boolean | null;
160
161
  focused: boolean;
161
162
  errorMessages: string | readonly string[] | null;
162
163
  maxErrors: string | number;
163
- readonly: boolean | null;
164
164
  rules: readonly ValidationRule[];
165
165
  }>;
166
166
  __isFragment?: undefined;
@@ -169,28 +169,28 @@ declare const VValidation: {
169
169
  } & vue.ComponentOptionsBase<{
170
170
  error: boolean;
171
171
  disabled: boolean | null;
172
+ readonly: boolean | null;
172
173
  focused: boolean;
173
174
  errorMessages: string | readonly string[] | null;
174
175
  maxErrors: string | number;
175
- readonly: boolean | null;
176
176
  rules: readonly ValidationRule[];
177
177
  } & {
178
- label?: string | undefined;
179
178
  name?: string | undefined;
179
+ label?: string | undefined;
180
180
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
181
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
181
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
182
182
  validationValue?: any;
183
183
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
184
184
  [key: string]: any;
185
185
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
186
186
  'update:modelValue': (value: any) => boolean;
187
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue">, string, {
187
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, string, {
188
188
  error: boolean;
189
189
  disabled: boolean | null;
190
+ readonly: boolean | null;
190
191
  focused: boolean;
191
192
  errorMessages: string | readonly string[] | null;
192
193
  maxErrors: string | number;
193
- readonly: boolean | null;
194
194
  rules: readonly ValidationRule[];
195
195
  }, {}, string, vue.SlotsType<Partial<{
196
196
  default: (arg: {
@@ -243,7 +243,7 @@ declare const VValidation: {
243
243
  default: () => never[];
244
244
  };
245
245
  modelValue: null;
246
- validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
246
+ validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
247
247
  validationValue: null;
248
248
  }, vue.ExtractPropTypes<{
249
249
  focused: BooleanConstructor;
@@ -272,7 +272,7 @@ declare const VValidation: {
272
272
  default: () => never[];
273
273
  };
274
274
  modelValue: null;
275
- validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
275
+ validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
276
276
  validationValue: null;
277
277
  }>>;
278
278
  type VValidation = InstanceType<typeof VValidation>;
@@ -39,26 +39,26 @@ declare const VVirtualScroll: {
39
39
  style: vue.StyleValue;
40
40
  itemHeight: string | number;
41
41
  } & {
42
- class?: any;
43
- width?: string | number | undefined;
44
42
  height?: string | number | undefined;
43
+ width?: string | number | undefined;
45
44
  maxHeight?: string | number | undefined;
46
45
  maxWidth?: string | number | undefined;
47
46
  minHeight?: string | number | undefined;
48
47
  minWidth?: string | number | undefined;
48
+ class?: any;
49
49
  }, {
50
50
  scrollToIndex: (index: number) => void;
51
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "v-slot:default" | "$children" | "v-slots" | "items" | "renderless">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
51
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "renderless">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
52
52
  style: vue.StyleValue;
53
53
  itemHeight: string | number;
54
54
  } & {
55
- class?: any;
56
- width?: string | number | undefined;
57
55
  height?: string | number | undefined;
56
+ width?: string | number | undefined;
58
57
  maxHeight?: string | number | undefined;
59
58
  maxWidth?: string | number | undefined;
60
59
  minHeight?: string | number | undefined;
61
60
  minWidth?: string | number | undefined;
61
+ class?: any;
62
62
  }, {
63
63
  style: vue.StyleValue;
64
64
  itemHeight: string | number;
@@ -79,13 +79,13 @@ declare const VVirtualScroll: {
79
79
  style: vue.StyleValue;
80
80
  itemHeight: string | number;
81
81
  } & {
82
- class?: any;
83
- width?: string | number | undefined;
84
82
  height?: string | number | undefined;
83
+ width?: string | number | undefined;
85
84
  maxHeight?: string | number | undefined;
86
85
  maxWidth?: string | number | undefined;
87
86
  minHeight?: string | number | undefined;
88
87
  minWidth?: string | number | undefined;
88
+ class?: any;
89
89
  }, {
90
90
  scrollToIndex: (index: number) => void;
91
91
  }, {}, {}, {}, {
@@ -99,16 +99,16 @@ declare const VVirtualScroll: {
99
99
  style: vue.StyleValue;
100
100
  itemHeight: string | number;
101
101
  } & {
102
- class?: any;
103
- width?: string | number | undefined;
104
102
  height?: string | number | undefined;
103
+ width?: string | number | undefined;
105
104
  maxHeight?: string | number | undefined;
106
105
  maxWidth?: string | number | undefined;
107
106
  minHeight?: string | number | undefined;
108
107
  minWidth?: string | number | undefined;
108
+ class?: any;
109
109
  }, {
110
110
  scrollToIndex: (index: number) => void;
111
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "v-slot:default" | "$children" | "v-slots" | "items" | "renderless">, string, {
111
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "renderless">, string, {
112
112
  style: vue.StyleValue;
113
113
  itemHeight: string | number;
114
114
  }, {}, string, vue.SlotsType<Partial<{
@@ -118,48 +118,48 @@ type ControlProps = {
118
118
  declare const VWindow: {
119
119
  new (...args: any[]): vue.CreateComponentPublicInstance<{
120
120
  reverse: boolean;
121
+ direction: "horizontal" | "vertical";
121
122
  style: vue.StyleValue;
122
123
  disabled: boolean;
123
124
  tag: string;
124
125
  mandatory: boolean | "force";
125
- direction: "horizontal" | "vertical";
126
126
  selectedClass: string;
127
127
  nextIcon: IconValue;
128
128
  prevIcon: IconValue;
129
129
  continuous: boolean;
130
130
  } & {
131
131
  class?: any;
132
- theme?: string | undefined;
133
132
  touch?: boolean | TouchHandlers | undefined;
133
+ theme?: string | undefined;
134
134
  showArrows?: string | boolean | undefined;
135
135
  } & {}, {
136
136
  group: GroupProvide;
137
137
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
138
138
  'update:modelValue': (value: any) => boolean;
139
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
139
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
140
140
  reverse: boolean;
141
+ direction: "horizontal" | "vertical";
141
142
  style: vue.StyleValue;
142
143
  disabled: boolean;
143
144
  tag: string;
144
145
  mandatory: boolean | "force";
145
- direction: "horizontal" | "vertical";
146
146
  selectedClass: string;
147
147
  nextIcon: IconValue;
148
148
  prevIcon: IconValue;
149
149
  continuous: boolean;
150
150
  } & {
151
151
  class?: any;
152
- theme?: string | undefined;
153
152
  touch?: boolean | TouchHandlers | undefined;
153
+ theme?: string | undefined;
154
154
  showArrows?: string | boolean | undefined;
155
155
  } & {}, {
156
156
  reverse: boolean;
157
+ direction: "horizontal" | "vertical";
157
158
  style: vue.StyleValue;
158
159
  disabled: boolean;
159
160
  tag: string;
160
161
  mandatory: boolean | "force";
161
162
  touch: boolean | TouchHandlers;
162
- direction: "horizontal" | "vertical";
163
163
  selectedClass: string;
164
164
  nextIcon: IconValue;
165
165
  prevIcon: IconValue;
@@ -194,30 +194,30 @@ declare const VWindow: {
194
194
  Defaults: {};
195
195
  }, {
196
196
  reverse: boolean;
197
+ direction: "horizontal" | "vertical";
197
198
  style: vue.StyleValue;
198
199
  disabled: boolean;
199
200
  tag: string;
200
201
  mandatory: boolean | "force";
201
- direction: "horizontal" | "vertical";
202
202
  selectedClass: string;
203
203
  nextIcon: IconValue;
204
204
  prevIcon: IconValue;
205
205
  continuous: boolean;
206
206
  } & {
207
207
  class?: any;
208
- theme?: string | undefined;
209
208
  touch?: boolean | TouchHandlers | undefined;
209
+ theme?: string | undefined;
210
210
  showArrows?: string | boolean | undefined;
211
211
  } & {}, {
212
212
  group: GroupProvide;
213
213
  }, {}, {}, {}, {
214
214
  reverse: boolean;
215
+ direction: "horizontal" | "vertical";
215
216
  style: vue.StyleValue;
216
217
  disabled: boolean;
217
218
  tag: string;
218
219
  mandatory: boolean | "force";
219
220
  touch: boolean | TouchHandlers;
220
- direction: "horizontal" | "vertical";
221
221
  selectedClass: string;
222
222
  nextIcon: IconValue;
223
223
  prevIcon: IconValue;
@@ -228,32 +228,32 @@ declare const VWindow: {
228
228
  __isSuspense?: undefined;
229
229
  } & vue.ComponentOptionsBase<{
230
230
  reverse: boolean;
231
+ direction: "horizontal" | "vertical";
231
232
  style: vue.StyleValue;
232
233
  disabled: boolean;
233
234
  tag: string;
234
235
  mandatory: boolean | "force";
235
- direction: "horizontal" | "vertical";
236
236
  selectedClass: string;
237
237
  nextIcon: IconValue;
238
238
  prevIcon: IconValue;
239
239
  continuous: boolean;
240
240
  } & {
241
241
  class?: any;
242
- theme?: string | undefined;
243
242
  touch?: boolean | TouchHandlers | undefined;
243
+ theme?: string | undefined;
244
244
  showArrows?: string | boolean | undefined;
245
245
  } & {}, {
246
246
  group: GroupProvide;
247
247
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
248
248
  'update:modelValue': (value: any) => boolean;
249
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
249
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
250
250
  reverse: boolean;
251
+ direction: "horizontal" | "vertical";
251
252
  style: vue.StyleValue;
252
253
  disabled: boolean;
253
254
  tag: string;
254
255
  mandatory: boolean | "force";
255
256
  touch: boolean | TouchHandlers;
256
- direction: "horizontal" | "vertical";
257
257
  selectedClass: string;
258
258
  nextIcon: IconValue;
259
259
  prevIcon: IconValue;
@@ -377,12 +377,12 @@ type VWindow = InstanceType<typeof VWindow>;
377
377
  declare const VWindowItem: {
378
378
  new (...args: any[]): vue.CreateComponentPublicInstance<{
379
379
  style: vue.StyleValue;
380
- disabled: boolean;
381
380
  eager: boolean;
381
+ disabled: boolean;
382
382
  } & {
383
- class?: any;
384
- value?: any;
385
383
  transition?: string | boolean | undefined;
384
+ value?: any;
385
+ class?: any;
386
386
  selectedClass?: string | undefined;
387
387
  reverseTransition?: string | boolean | undefined;
388
388
  } & {
@@ -406,12 +406,12 @@ declare const VWindowItem: {
406
406
  }) => true;
407
407
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
408
408
  style: vue.StyleValue;
409
- disabled: boolean;
410
409
  eager: boolean;
410
+ disabled: boolean;
411
411
  } & {
412
- class?: any;
413
- value?: any;
414
412
  transition?: string | boolean | undefined;
413
+ value?: any;
414
+ class?: any;
415
415
  selectedClass?: string | undefined;
416
416
  reverseTransition?: string | boolean | undefined;
417
417
  } & {
@@ -428,10 +428,10 @@ declare const VWindowItem: {
428
428
  value: boolean;
429
429
  }) => any) | undefined;
430
430
  }, {
431
- style: vue.StyleValue;
432
- disabled: boolean;
433
431
  transition: string | boolean;
432
+ style: vue.StyleValue;
434
433
  eager: boolean;
434
+ disabled: boolean;
435
435
  reverseTransition: string | boolean;
436
436
  }, true, {}, vue.SlotsType<Partial<{
437
437
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -446,12 +446,12 @@ declare const VWindowItem: {
446
446
  Defaults: {};
447
447
  }, {
448
448
  style: vue.StyleValue;
449
- disabled: boolean;
450
449
  eager: boolean;
450
+ disabled: boolean;
451
451
  } & {
452
- class?: any;
453
- value?: any;
454
452
  transition?: string | boolean | undefined;
453
+ value?: any;
454
+ class?: any;
455
455
  selectedClass?: string | undefined;
456
456
  reverseTransition?: string | boolean | undefined;
457
457
  } & {
@@ -470,10 +470,10 @@ declare const VWindowItem: {
470
470
  }, {
471
471
  groupItem: GroupItemProvide;
472
472
  }, {}, {}, {}, {
473
- style: vue.StyleValue;
474
- disabled: boolean;
475
473
  transition: string | boolean;
474
+ style: vue.StyleValue;
476
475
  eager: boolean;
476
+ disabled: boolean;
477
477
  reverseTransition: string | boolean;
478
478
  }>;
479
479
  __isFragment?: undefined;
@@ -481,12 +481,12 @@ declare const VWindowItem: {
481
481
  __isSuspense?: undefined;
482
482
  } & vue.ComponentOptionsBase<{
483
483
  style: vue.StyleValue;
484
- disabled: boolean;
485
484
  eager: boolean;
485
+ disabled: boolean;
486
486
  } & {
487
- class?: any;
488
- value?: any;
489
487
  transition?: string | boolean | undefined;
488
+ value?: any;
489
+ class?: any;
490
490
  selectedClass?: string | undefined;
491
491
  reverseTransition?: string | boolean | undefined;
492
492
  } & {
@@ -509,10 +509,10 @@ declare const VWindowItem: {
509
509
  value: boolean;
510
510
  }) => true;
511
511
  }, string, {
512
- style: vue.StyleValue;
513
- disabled: boolean;
514
512
  transition: string | boolean;
513
+ style: vue.StyleValue;
515
514
  eager: boolean;
515
+ disabled: boolean;
516
516
  reverseTransition: string | boolean;
517
517
  }, {}, string, vue.SlotsType<Partial<{
518
518
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {