vuetify 3.6.13 → 3.6.14

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 (210) hide show
  1. package/dist/json/attributes.json +5 -5
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +14 -13
  5. package/dist/vuetify-labs.css +3711 -2990
  6. package/dist/vuetify-labs.d.ts +12315 -12306
  7. package/dist/vuetify-labs.esm.js +94 -65
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +94 -65
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1486 -765
  12. package/dist/vuetify.d.ts +11148 -11148
  13. package/dist/vuetify.esm.js +35 -30
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -30
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +998 -998
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +5 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +169 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
  24. package/lib/components/VAutocomplete/index.d.mts +621 -621
  25. package/lib/components/VAvatar/VAvatar.css +3 -1
  26. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  27. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  28. package/lib/components/VAvatar/index.d.mts +30 -30
  29. package/lib/components/VBadge/VBadge.css +2 -0
  30. package/lib/components/VBadge/index.d.mts +58 -58
  31. package/lib/components/VBanner/VBanner.css +12 -4
  32. package/lib/components/VBanner/index.d.mts +59 -59
  33. package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
  36. package/lib/components/VBottomSheet/index.d.mts +125 -125
  37. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  38. package/lib/components/VBtn/VBtn.css +16 -9
  39. package/lib/components/VBtn/VBtn.mjs +1 -1
  40. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  41. package/lib/components/VBtn/VBtn.sass +4 -4
  42. package/lib/components/VBtn/index.d.mts +107 -107
  43. package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
  44. package/lib/components/VBtnGroup/index.d.mts +23 -23
  45. package/lib/components/VBtnToggle/index.d.mts +40 -40
  46. package/lib/components/VCard/VCard.css +9 -1
  47. package/lib/components/VCard/index.d.mts +93 -93
  48. package/lib/components/VCarousel/VCarousel.css +2 -0
  49. package/lib/components/VCarousel/index.d.mts +121 -121
  50. package/lib/components/VCheckbox/index.d.mts +166 -166
  51. package/lib/components/VChip/VChip.css +15 -9
  52. package/lib/components/VChip/VChip.sass +1 -1
  53. package/lib/components/VChip/index.d.mts +86 -86
  54. package/lib/components/VChipGroup/index.d.mts +46 -46
  55. package/lib/components/VColorPicker/VColorPicker.css +2 -0
  56. package/lib/components/VColorPicker/VColorPicker.sass +4 -4
  57. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
  58. package/lib/components/VColorPicker/index.d.mts +96 -96
  59. package/lib/components/VCombobox/VCombobox.css +4 -0
  60. package/lib/components/VCombobox/index.d.mts +621 -621
  61. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  62. package/lib/components/VCounter/index.d.mts +27 -27
  63. package/lib/components/VDataIterator/index.d.mts +50 -50
  64. package/lib/components/VDataTable/index.d.mts +253 -253
  65. package/lib/components/VDatePicker/index.d.mts +134 -134
  66. package/lib/components/VDialog/VDialog.css +5 -0
  67. package/lib/components/VDialog/index.d.mts +378 -378
  68. package/lib/components/VDivider/VDivider.css +2 -0
  69. package/lib/components/VDivider/index.d.mts +15 -15
  70. package/lib/components/VEmptyState/index.d.mts +47 -47
  71. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  72. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  73. package/lib/components/VExpansionPanel/index.d.mts +124 -124
  74. package/lib/components/VFab/index.d.mts +227 -227
  75. package/lib/components/VField/VField.css +13 -1
  76. package/lib/components/VField/VField.sass +5 -8
  77. package/lib/components/VField/index.d.mts +46 -46
  78. package/lib/components/VFileInput/index.d.mts +243 -243
  79. package/lib/components/VFooter/VFooter.css +12 -4
  80. package/lib/components/VFooter/VFooter.mjs +20 -14
  81. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  82. package/lib/components/VFooter/index.d.mts +53 -53
  83. package/lib/components/VForm/index.d.mts +9 -9
  84. package/lib/components/VGrid/VGrid.sass +1 -1
  85. package/lib/components/VGrid/_mixins.sass +4 -4
  86. package/lib/components/VGrid/index.d.mts +142 -142
  87. package/lib/components/VIcon/index.d.mts +24 -24
  88. package/lib/components/VImg/VImg.css +6 -0
  89. package/lib/components/VImg/index.d.mts +92 -92
  90. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  91. package/lib/components/VInput/index.d.mts +53 -53
  92. package/lib/components/VItemGroup/index.d.mts +17 -17
  93. package/lib/components/VKbd/VKbd.css +2 -0
  94. package/lib/components/VLabel/index.d.mts +8 -8
  95. package/lib/components/VLayout/index.d.mts +36 -36
  96. package/lib/components/VLazy/index.d.mts +31 -31
  97. package/lib/components/VList/VList.css +12 -4
  98. package/lib/components/VList/VListItem.css +21 -11
  99. package/lib/components/VList/VListItem.sass +1 -1
  100. package/lib/components/VList/index.d.mts +176 -176
  101. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  102. package/lib/components/VMain/VMain.css +2 -0
  103. package/lib/components/VMain/index.d.mts +10 -10
  104. package/lib/components/VMenu/VMenu.css +6 -0
  105. package/lib/components/VMenu/VMenu.mjs +1 -1
  106. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  107. package/lib/components/VMenu/index.d.mts +420 -420
  108. package/lib/components/VMessages/index.d.mts +20 -20
  109. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  110. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  111. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  112. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  113. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  114. package/lib/components/VOtpInput/index.d.mts +88 -88
  115. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  116. package/lib/components/VOverlay/index.d.mts +104 -104
  117. package/lib/components/VPagination/index.d.mts +55 -55
  118. package/lib/components/VParallax/index.d.mts +7 -7
  119. package/lib/components/VProgressCircular/index.d.mts +24 -24
  120. package/lib/components/VProgressLinear/index.d.mts +52 -52
  121. package/lib/components/VRadio/index.d.mts +41 -41
  122. package/lib/components/VRadioGroup/index.d.mts +97 -97
  123. package/lib/components/VRangeSlider/index.d.mts +94 -94
  124. package/lib/components/VRating/index.d.mts +22 -22
  125. package/lib/components/VResponsive/index.d.mts +23 -23
  126. package/lib/components/VSelect/VSelect.css +4 -0
  127. package/lib/components/VSelect/index.d.mts +621 -621
  128. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  129. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  130. package/lib/components/VSelectionControl/index.d.mts +43 -43
  131. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  132. package/lib/components/VSheet/VSheet.css +12 -4
  133. package/lib/components/VSheet/index.d.mts +34 -34
  134. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  135. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  136. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  137. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  138. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  139. package/lib/components/VSlideGroup/index.d.mts +33 -33
  140. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  141. package/lib/components/VSlider/index.d.mts +87 -87
  142. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  143. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  144. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  145. package/lib/components/VSnackbar/index.d.mts +436 -436
  146. package/lib/components/VSparkline/index.d.mts +38 -38
  147. package/lib/components/VSpeedDial/index.d.mts +185 -185
  148. package/lib/components/VStepper/VStepper.css +8 -2
  149. package/lib/components/VStepper/VStepper.sass +2 -4
  150. package/lib/components/VStepper/VStepperItem.css +4 -1
  151. package/lib/components/VStepper/VStepperItem.sass +1 -1
  152. package/lib/components/VStepper/index.d.mts +119 -119
  153. package/lib/components/VSwitch/VSwitch.css +2 -0
  154. package/lib/components/VSwitch/VSwitch.sass +10 -10
  155. package/lib/components/VSwitch/index.d.mts +100 -100
  156. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  157. package/lib/components/VSystemBar/index.d.mts +39 -39
  158. package/lib/components/VTable/VTable.css +8 -4
  159. package/lib/components/VTable/VTable.sass +2 -3
  160. package/lib/components/VTable/index.d.mts +4 -4
  161. package/lib/components/VTabs/index.d.mts +512 -512
  162. package/lib/components/VTextField/index.d.mts +397 -397
  163. package/lib/components/VTextarea/index.d.mts +274 -274
  164. package/lib/components/VTimeline/VTimeline.css +2 -0
  165. package/lib/components/VTimeline/index.d.mts +26 -26
  166. package/lib/components/VToolbar/VToolbar.css +21 -7
  167. package/lib/components/VToolbar/VToolbar.sass +1 -2
  168. package/lib/components/VToolbar/index.d.mts +53 -53
  169. package/lib/components/VTooltip/index.d.mts +451 -451
  170. package/lib/components/VTreeview/VTreeview.sass +9 -9
  171. package/lib/components/VValidation/index.d.mts +19 -19
  172. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  173. package/lib/components/VWindow/index.d.mts +31 -31
  174. package/lib/components/index.d.mts +11170 -11170
  175. package/lib/components/transitions/index.d.mts +200 -200
  176. package/lib/composables/nested/nested.mjs +0 -1
  177. package/lib/composables/nested/nested.mjs.map +1 -1
  178. package/lib/entry-bundler.mjs +1 -1
  179. package/lib/framework.mjs +1 -1
  180. package/lib/index.d.mts +46 -46
  181. package/lib/labs/VCalendar/index.d.mts +52 -52
  182. package/lib/labs/VDateInput/index.d.mts +244 -244
  183. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  184. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  185. package/lib/labs/VNumberInput/index.d.mts +252 -243
  186. package/lib/labs/VPicker/VPicker.css +6 -2
  187. package/lib/labs/VPicker/VPicker.sass +2 -3
  188. package/lib/labs/VPicker/index.d.mts +45 -45
  189. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  190. package/lib/labs/VStepperVertical/index.d.mts +188 -188
  191. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  192. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  193. package/lib/labs/VTimePicker/index.d.mts +115 -115
  194. package/lib/labs/VTreeview/index.d.mts +197 -197
  195. package/lib/labs/components.d.mts +1738 -1729
  196. package/lib/styles/generic/_colors.scss +9 -3
  197. package/lib/styles/main.css +520 -0
  198. package/lib/styles/tools/_absolute.sass +8 -7
  199. package/lib/styles/tools/_border.sass +4 -3
  200. package/lib/styles/tools/_display.sass +8 -7
  201. package/lib/styles/tools/_elevation.sass +4 -2
  202. package/lib/styles/tools/_index.sass +0 -1
  203. package/lib/styles/tools/_radius.sass +6 -5
  204. package/lib/styles/tools/_rounded.sass +2 -1
  205. package/lib/styles/tools/_theme.sass +3 -2
  206. package/lib/styles/tools/_typography.sass +6 -5
  207. package/lib/styles/tools/_utilities.sass +5 -5
  208. package/lib/styles/utilities/_index.sass +7 -7
  209. package/package.json +10 -5
  210. package/lib/styles/tools/_sheet.sass +0 -14
@@ -2,15 +2,15 @@
2
2
  @import './_mixins.sass'
3
3
 
4
4
  // Theme
5
- +theme(v-treeview) using ($material)
5
+ @include theme(v-treeview) using ($material)
6
6
  color: map-deep-get($material, 'text', 'primary')
7
7
 
8
8
  &--hoverable .v-treeview-node__root,
9
9
  .v-treeview-node--click > .v-treeview-node__root
10
- +states($material)
10
+ @include states($material)
11
11
 
12
12
  .v-treeview-node__root.v-treeview-node--active
13
- +active-states($material)
13
+ @include active-states($material)
14
14
 
15
15
  .v-treeview-node--disabled
16
16
  > .v-treeview-node__root > .v-treeview-node__content
@@ -18,10 +18,10 @@
18
18
 
19
19
  .v-treeview-node
20
20
  &.v-treeview-node--shaped
21
- +treeview-shaped($treeview-node-height, $treeview-node-shaped-margin)
21
+ @include treeview-shaped($treeview-node-height, $treeview-node-shaped-margin)
22
22
 
23
23
  &.v-treeview-node--rounded
24
- +treeview-rounded($treeview-node-height, $treeview-node-shaped-margin)
24
+ @include treeview-rounded($treeview-node-height, $treeview-node-shaped-margin)
25
25
 
26
26
  &--click
27
27
  > .v-treeview-node__root,
@@ -68,10 +68,10 @@
68
68
  min-height: $treeview-node-height-dense
69
69
 
70
70
  &.v-treeview-node--shaped
71
- +treeview-shaped($treeview-node-height-dense, $treeview-node-shaped-margin)
71
+ @include treeview-shaped($treeview-node-height-dense, $treeview-node-shaped-margin)
72
72
 
73
73
  &.v-treeview-node--rounded
74
- +treeview-rounded($treeview-node-height-dense, $treeview-node-shaped-margin)
74
+ @include treeview-rounded($treeview-node-height-dense, $treeview-node-shaped-margin)
75
75
 
76
76
  .v-treeview-node__checkbox
77
77
  width: $treeview-node-level-width
@@ -85,12 +85,12 @@
85
85
  &--loading
86
86
  animation: progress-circular-rotate 1s linear infinite
87
87
 
88
- +ltr()
88
+ @include ltr()
89
89
  transform: rotate(-90deg)
90
90
  &--open
91
91
  transform: none
92
92
 
93
- +rtl()
93
+ @include rtl()
94
94
  transform: rotate(90deg)
95
95
  &--open
96
96
  transform: none
@@ -75,42 +75,42 @@ declare const VValidation: {
75
75
  new (...args: any[]): vue.CreateComponentPublicInstance<{
76
76
  error: boolean;
77
77
  disabled: boolean | null;
78
+ readonly: boolean | null;
78
79
  focused: boolean;
79
80
  errorMessages: string | readonly string[] | null;
80
81
  maxErrors: string | number;
81
- readonly: boolean | null;
82
82
  rules: readonly ValidationRule[];
83
83
  } & {
84
- label?: string | undefined;
85
84
  name?: string | undefined;
85
+ label?: string | undefined;
86
86
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
87
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
87
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
88
88
  validationValue?: any;
89
89
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
90
90
  [key: string]: any;
91
91
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
92
92
  'update:modelValue': (value: any) => boolean;
93
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
93
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
94
94
  error: boolean;
95
95
  disabled: boolean | null;
96
+ readonly: boolean | null;
96
97
  focused: boolean;
97
98
  errorMessages: string | readonly string[] | null;
98
99
  maxErrors: string | number;
99
- readonly: boolean | null;
100
100
  rules: readonly ValidationRule[];
101
101
  } & {
102
- label?: string | undefined;
103
102
  name?: string | undefined;
103
+ label?: string | undefined;
104
104
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
105
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
105
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
106
106
  validationValue?: any;
107
107
  } & {}, {
108
108
  error: boolean;
109
109
  disabled: boolean | null;
110
+ readonly: boolean | null;
110
111
  focused: boolean;
111
112
  errorMessages: string | readonly string[] | null;
112
113
  maxErrors: string | number;
113
- readonly: boolean | null;
114
114
  rules: readonly ValidationRule[];
115
115
  }, true, {}, vue.SlotsType<Partial<{
116
116
  default: (arg: {
@@ -140,26 +140,26 @@ declare const VValidation: {
140
140
  }, {
141
141
  error: boolean;
142
142
  disabled: boolean | null;
143
+ readonly: boolean | null;
143
144
  focused: boolean;
144
145
  errorMessages: string | readonly string[] | null;
145
146
  maxErrors: string | number;
146
- readonly: boolean | null;
147
147
  rules: readonly ValidationRule[];
148
148
  } & {
149
- label?: string | undefined;
150
149
  name?: string | undefined;
150
+ label?: string | undefined;
151
151
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
152
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
152
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
153
153
  validationValue?: any;
154
154
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
155
155
  [key: string]: any;
156
156
  }>[] | undefined, {}, {}, {}, {
157
157
  error: boolean;
158
158
  disabled: boolean | null;
159
+ readonly: boolean | null;
159
160
  focused: boolean;
160
161
  errorMessages: string | readonly string[] | null;
161
162
  maxErrors: string | number;
162
- readonly: boolean | null;
163
163
  rules: readonly ValidationRule[];
164
164
  }>;
165
165
  __isFragment?: undefined;
@@ -168,28 +168,28 @@ declare const VValidation: {
168
168
  } & vue.ComponentOptionsBase<{
169
169
  error: boolean;
170
170
  disabled: boolean | null;
171
+ readonly: boolean | null;
171
172
  focused: boolean;
172
173
  errorMessages: string | readonly string[] | null;
173
174
  maxErrors: string | number;
174
- readonly: boolean | null;
175
175
  rules: readonly ValidationRule[];
176
176
  } & {
177
- label?: string | undefined;
178
177
  name?: string | undefined;
178
+ label?: string | undefined;
179
179
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
180
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
180
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
181
181
  validationValue?: any;
182
182
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
183
183
  [key: string]: any;
184
184
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
185
185
  'update:modelValue': (value: any) => boolean;
186
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue">, string, {
186
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, string, {
187
187
  error: boolean;
188
188
  disabled: boolean | null;
189
+ readonly: boolean | null;
189
190
  focused: boolean;
190
191
  errorMessages: string | readonly string[] | null;
191
192
  maxErrors: string | number;
192
- readonly: boolean | null;
193
193
  rules: readonly ValidationRule[];
194
194
  }, {}, string, vue.SlotsType<Partial<{
195
195
  default: (arg: {
@@ -242,7 +242,7 @@ declare const VValidation: {
242
242
  default: () => never[];
243
243
  };
244
244
  modelValue: null;
245
- validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
245
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
246
246
  validationValue: null;
247
247
  }, vue.ExtractPropTypes<{
248
248
  focused: BooleanConstructor;
@@ -271,7 +271,7 @@ declare const VValidation: {
271
271
  default: () => never[];
272
272
  };
273
273
  modelValue: null;
274
- validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
274
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
275
275
  validationValue: null;
276
276
  }>>;
277
277
  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, {