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
@@ -101,20 +101,20 @@
101
101
  .v-selection-control__input
102
102
  border-radius: 50%
103
103
  transition: $switch-control-input-transition
104
- +tools.ltr()
104
+ position: absolute
105
+ @include tools.ltr()
105
106
  transform: translateX(-$switch-thumb-transform)
106
- +tools.rtl()
107
+ @include tools.rtl()
107
108
  transform: translateX($switch-thumb-transform)
108
- position: absolute
109
109
 
110
110
  .v-icon
111
111
  position: absolute
112
112
 
113
113
  .v-selection-control--dirty
114
114
  .v-selection-control__input
115
- +tools.ltr()
115
+ @include tools.ltr()
116
116
  transform: translateX($switch-thumb-transform)
117
- +tools.rtl()
117
+ @include tools.rtl()
118
118
  transform: translateX(-$switch-thumb-transform)
119
119
 
120
120
  &.v-switch--indeterminate
@@ -134,11 +134,11 @@
134
134
 
135
135
  .v-selection-control__wrapper
136
136
  transform: $switch-thumb-vertical-transform
137
-
137
+
138
138
  @media (forced-colors: active)
139
139
  .v-switch
140
140
  .v-switch__loader
141
- .v-progress-circular
141
+ .v-progress-circular
142
142
  color: currentColor
143
143
 
144
144
  .v-switch__thumb
@@ -146,13 +146,13 @@
146
146
 
147
147
  .v-switch__track,
148
148
  .v-switch__thumb
149
- border: 1px solid
149
+ border: 1px solid
150
150
  color: buttontext
151
151
 
152
152
  &:not(.v-switch--loading):not(.v-input--disabled)
153
153
  .v-selection-control--dirty
154
154
  .v-switch__thumb
155
- background-color: highlight
155
+ background-color: highlight
156
156
 
157
157
  &:not(.v-input--disabled)
158
158
  .v-selection-control--dirty
@@ -188,4 +188,4 @@
188
188
  &.v-switch--inset,
189
189
  &.v-switch--indeterminate
190
190
  .v-switch__thumb
191
- border-width: 0
191
+ border-width: 0
@@ -111,22 +111,22 @@ type VSwitchSlots = VInputSlots & VSelectionControlSlots & {
111
111
  declare const VSwitch: {
112
112
  new (...args: any[]): vue.CreateComponentPublicInstance<{
113
113
  flat: boolean;
114
- style: vue.StyleValue;
114
+ inline: boolean;
115
115
  error: boolean;
116
- disabled: boolean | null;
116
+ direction: "horizontal" | "vertical";
117
+ inset: boolean;
117
118
  loading: string | boolean;
119
+ style: vue.StyleValue;
120
+ disabled: boolean | null;
121
+ multiple: boolean | null;
122
+ readonly: boolean | null;
123
+ indeterminate: boolean;
118
124
  messages: string | readonly string[];
119
125
  focused: boolean;
120
126
  errorMessages: string | readonly string[] | null;
121
127
  maxErrors: string | number;
122
- readonly: boolean | null;
123
128
  rules: readonly ValidationRule[];
124
- inset: boolean;
125
- inline: boolean;
126
- multiple: boolean | null;
127
129
  density: Density;
128
- direction: "horizontal" | "vertical";
129
- indeterminate: boolean;
130
130
  ripple: boolean | {
131
131
  class: string;
132
132
  } | undefined;
@@ -135,20 +135,20 @@ declare const VSwitch: {
135
135
  hideSpinButtons: boolean;
136
136
  persistentHint: boolean;
137
137
  } & {
138
- class?: any;
139
- id?: string | undefined;
140
- label?: string | undefined;
141
138
  type?: string | undefined;
142
- value?: any;
139
+ id?: string | undefined;
143
140
  width?: string | number | undefined;
144
- theme?: string | undefined;
145
- color?: string | undefined;
146
141
  name?: string | undefined;
147
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
148
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
149
- validationValue?: any;
142
+ color?: string | undefined;
150
143
  maxWidth?: string | number | undefined;
151
144
  minWidth?: string | number | undefined;
145
+ value?: any;
146
+ label?: string | undefined;
147
+ class?: any;
148
+ theme?: string | undefined;
149
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
150
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
151
+ validationValue?: any;
152
152
  baseColor?: string | undefined;
153
153
  prependIcon?: IconValue | undefined;
154
154
  appendIcon?: IconValue | undefined;
@@ -157,8 +157,8 @@ declare const VSwitch: {
157
157
  trueIcon?: IconValue | undefined;
158
158
  trueValue?: any;
159
159
  falseValue?: any;
160
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
161
160
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
161
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
162
162
  hint?: string | undefined;
163
163
  hideDetails?: boolean | "auto" | undefined;
164
164
  } & {
@@ -168,24 +168,24 @@ declare const VSwitch: {
168
168
  'update:focused': (focused: boolean) => boolean;
169
169
  'update:modelValue': (value: any) => boolean;
170
170
  'update:indeterminate': (value: boolean) => boolean;
171
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
171
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
172
172
  flat: boolean;
173
- style: vue.StyleValue;
173
+ inline: boolean;
174
174
  error: boolean;
175
- disabled: boolean | null;
175
+ direction: "horizontal" | "vertical";
176
+ inset: boolean;
176
177
  loading: string | boolean;
178
+ style: vue.StyleValue;
179
+ disabled: boolean | null;
180
+ multiple: boolean | null;
181
+ readonly: boolean | null;
182
+ indeterminate: boolean;
177
183
  messages: string | readonly string[];
178
184
  focused: boolean;
179
185
  errorMessages: string | readonly string[] | null;
180
186
  maxErrors: string | number;
181
- readonly: boolean | null;
182
187
  rules: readonly ValidationRule[];
183
- inset: boolean;
184
- inline: boolean;
185
- multiple: boolean | null;
186
188
  density: Density;
187
- direction: "horizontal" | "vertical";
188
- indeterminate: boolean;
189
189
  ripple: boolean | {
190
190
  class: string;
191
191
  } | undefined;
@@ -194,20 +194,20 @@ declare const VSwitch: {
194
194
  hideSpinButtons: boolean;
195
195
  persistentHint: boolean;
196
196
  } & {
197
- class?: any;
198
- id?: string | undefined;
199
- label?: string | undefined;
200
197
  type?: string | undefined;
201
- value?: any;
198
+ id?: string | undefined;
202
199
  width?: string | number | undefined;
203
- theme?: string | undefined;
204
- color?: string | undefined;
205
200
  name?: string | undefined;
206
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
207
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
208
- validationValue?: any;
201
+ color?: string | undefined;
209
202
  maxWidth?: string | number | undefined;
210
203
  minWidth?: string | number | undefined;
204
+ value?: any;
205
+ label?: string | undefined;
206
+ class?: any;
207
+ theme?: string | undefined;
208
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
209
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
210
+ validationValue?: any;
211
211
  baseColor?: string | undefined;
212
212
  prependIcon?: IconValue | undefined;
213
213
  appendIcon?: IconValue | undefined;
@@ -216,8 +216,8 @@ declare const VSwitch: {
216
216
  trueIcon?: IconValue | undefined;
217
217
  trueValue?: any;
218
218
  falseValue?: any;
219
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
220
219
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
220
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
221
221
  hint?: string | undefined;
222
222
  hideDetails?: boolean | "auto" | undefined;
223
223
  } & {
@@ -225,22 +225,22 @@ declare const VSwitch: {
225
225
  "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
226
226
  }, {
227
227
  flat: boolean;
228
- style: vue.StyleValue;
228
+ inline: boolean;
229
229
  error: boolean;
230
- disabled: boolean | null;
230
+ direction: "horizontal" | "vertical";
231
+ inset: boolean;
231
232
  loading: string | boolean;
233
+ style: vue.StyleValue;
234
+ disabled: boolean | null;
235
+ multiple: boolean | null;
236
+ readonly: boolean | null;
237
+ indeterminate: boolean;
232
238
  messages: string | readonly string[];
233
239
  focused: boolean;
234
240
  errorMessages: string | readonly string[] | null;
235
241
  maxErrors: string | number;
236
- readonly: boolean | null;
237
242
  rules: readonly ValidationRule[];
238
- inset: boolean;
239
- inline: boolean;
240
- multiple: boolean | null;
241
243
  density: Density;
242
- direction: "horizontal" | "vertical";
243
- indeterminate: boolean;
244
244
  ripple: boolean | {
245
245
  class: string;
246
246
  } | undefined;
@@ -299,22 +299,22 @@ declare const VSwitch: {
299
299
  Defaults: {};
300
300
  }, {
301
301
  flat: boolean;
302
- style: vue.StyleValue;
302
+ inline: boolean;
303
303
  error: boolean;
304
- disabled: boolean | null;
304
+ direction: "horizontal" | "vertical";
305
+ inset: boolean;
305
306
  loading: string | boolean;
307
+ style: vue.StyleValue;
308
+ disabled: boolean | null;
309
+ multiple: boolean | null;
310
+ readonly: boolean | null;
311
+ indeterminate: boolean;
306
312
  messages: string | readonly string[];
307
313
  focused: boolean;
308
314
  errorMessages: string | readonly string[] | null;
309
315
  maxErrors: string | number;
310
- readonly: boolean | null;
311
316
  rules: readonly ValidationRule[];
312
- inset: boolean;
313
- inline: boolean;
314
- multiple: boolean | null;
315
317
  density: Density;
316
- direction: "horizontal" | "vertical";
317
- indeterminate: boolean;
318
318
  ripple: boolean | {
319
319
  class: string;
320
320
  } | undefined;
@@ -323,20 +323,20 @@ declare const VSwitch: {
323
323
  hideSpinButtons: boolean;
324
324
  persistentHint: boolean;
325
325
  } & {
326
- class?: any;
327
- id?: string | undefined;
328
- label?: string | undefined;
329
326
  type?: string | undefined;
330
- value?: any;
327
+ id?: string | undefined;
331
328
  width?: string | number | undefined;
332
- theme?: string | undefined;
333
- color?: string | undefined;
334
329
  name?: string | undefined;
335
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
336
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
337
- validationValue?: any;
330
+ color?: string | undefined;
338
331
  maxWidth?: string | number | undefined;
339
332
  minWidth?: string | number | undefined;
333
+ value?: any;
334
+ label?: string | undefined;
335
+ class?: any;
336
+ theme?: string | undefined;
337
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
338
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
339
+ validationValue?: any;
340
340
  baseColor?: string | undefined;
341
341
  prependIcon?: IconValue | undefined;
342
342
  appendIcon?: IconValue | undefined;
@@ -345,8 +345,8 @@ declare const VSwitch: {
345
345
  trueIcon?: IconValue | undefined;
346
346
  trueValue?: any;
347
347
  falseValue?: any;
348
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
349
348
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
349
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
350
350
  hint?: string | undefined;
351
351
  hideDetails?: boolean | "auto" | undefined;
352
352
  } & {
@@ -354,22 +354,22 @@ declare const VSwitch: {
354
354
  "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
355
355
  }, {}, {}, {}, {}, {
356
356
  flat: boolean;
357
- style: vue.StyleValue;
357
+ inline: boolean;
358
358
  error: boolean;
359
- disabled: boolean | null;
359
+ direction: "horizontal" | "vertical";
360
+ inset: boolean;
360
361
  loading: string | boolean;
362
+ style: vue.StyleValue;
363
+ disabled: boolean | null;
364
+ multiple: boolean | null;
365
+ readonly: boolean | null;
366
+ indeterminate: boolean;
361
367
  messages: string | readonly string[];
362
368
  focused: boolean;
363
369
  errorMessages: string | readonly string[] | null;
364
370
  maxErrors: string | number;
365
- readonly: boolean | null;
366
371
  rules: readonly ValidationRule[];
367
- inset: boolean;
368
- inline: boolean;
369
- multiple: boolean | null;
370
372
  density: Density;
371
- direction: "horizontal" | "vertical";
372
- indeterminate: boolean;
373
373
  ripple: boolean | {
374
374
  class: string;
375
375
  } | undefined;
@@ -383,22 +383,22 @@ declare const VSwitch: {
383
383
  __isSuspense?: undefined;
384
384
  } & vue.ComponentOptionsBase<{
385
385
  flat: boolean;
386
- style: vue.StyleValue;
386
+ inline: boolean;
387
387
  error: boolean;
388
- disabled: boolean | null;
388
+ direction: "horizontal" | "vertical";
389
+ inset: boolean;
389
390
  loading: string | boolean;
391
+ style: vue.StyleValue;
392
+ disabled: boolean | null;
393
+ multiple: boolean | null;
394
+ readonly: boolean | null;
395
+ indeterminate: boolean;
390
396
  messages: string | readonly string[];
391
397
  focused: boolean;
392
398
  errorMessages: string | readonly string[] | null;
393
399
  maxErrors: string | number;
394
- readonly: boolean | null;
395
400
  rules: readonly ValidationRule[];
396
- inset: boolean;
397
- inline: boolean;
398
- multiple: boolean | null;
399
401
  density: Density;
400
- direction: "horizontal" | "vertical";
401
- indeterminate: boolean;
402
402
  ripple: boolean | {
403
403
  class: string;
404
404
  } | undefined;
@@ -407,20 +407,20 @@ declare const VSwitch: {
407
407
  hideSpinButtons: boolean;
408
408
  persistentHint: boolean;
409
409
  } & {
410
- class?: any;
411
- id?: string | undefined;
412
- label?: string | undefined;
413
410
  type?: string | undefined;
414
- value?: any;
411
+ id?: string | undefined;
415
412
  width?: string | number | undefined;
416
- theme?: string | undefined;
417
- color?: string | undefined;
418
413
  name?: string | undefined;
419
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
420
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
421
- validationValue?: any;
414
+ color?: string | undefined;
422
415
  maxWidth?: string | number | undefined;
423
416
  minWidth?: string | number | undefined;
417
+ value?: any;
418
+ label?: string | undefined;
419
+ class?: any;
420
+ theme?: string | undefined;
421
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
422
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
423
+ validationValue?: any;
424
424
  baseColor?: string | undefined;
425
425
  prependIcon?: IconValue | undefined;
426
426
  appendIcon?: IconValue | undefined;
@@ -429,8 +429,8 @@ declare const VSwitch: {
429
429
  trueIcon?: IconValue | undefined;
430
430
  trueValue?: any;
431
431
  falseValue?: any;
432
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
433
432
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
433
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
434
434
  hint?: string | undefined;
435
435
  hideDetails?: boolean | "auto" | undefined;
436
436
  } & {
@@ -440,24 +440,24 @@ declare const VSwitch: {
440
440
  'update:focused': (focused: boolean) => boolean;
441
441
  'update:modelValue': (value: any) => boolean;
442
442
  'update:indeterminate': (value: boolean) => boolean;
443
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
443
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
444
444
  flat: boolean;
445
- style: vue.StyleValue;
445
+ inline: boolean;
446
446
  error: boolean;
447
- disabled: boolean | null;
447
+ direction: "horizontal" | "vertical";
448
+ inset: boolean;
448
449
  loading: string | boolean;
450
+ style: vue.StyleValue;
451
+ disabled: boolean | null;
452
+ multiple: boolean | null;
453
+ readonly: boolean | null;
454
+ indeterminate: boolean;
449
455
  messages: string | readonly string[];
450
456
  focused: boolean;
451
457
  errorMessages: string | readonly string[] | null;
452
458
  maxErrors: string | number;
453
- readonly: boolean | null;
454
459
  rules: readonly ValidationRule[];
455
- inset: boolean;
456
- inline: boolean;
457
- multiple: boolean | null;
458
460
  density: Density;
459
- direction: "horizontal" | "vertical";
460
- indeterminate: boolean;
461
461
  ripple: boolean | {
462
462
  class: string;
463
463
  } | undefined;
@@ -576,7 +576,7 @@ declare const VSwitch: {
576
576
  type: vue.PropType<readonly ValidationRule[]>;
577
577
  default: () => never[];
578
578
  };
579
- validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
579
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
580
580
  validationValue: null;
581
581
  width: (StringConstructor | NumberConstructor)[];
582
582
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -672,7 +672,7 @@ declare const VSwitch: {
672
672
  type: vue.PropType<readonly ValidationRule[]>;
673
673
  default: () => never[];
674
674
  };
675
- validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
675
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
676
676
  validationValue: null;
677
677
  width: (StringConstructor | NumberConstructor)[];
678
678
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -9,24 +9,30 @@
9
9
  position: relative;
10
10
  text-align: end;
11
11
  width: 100%;
12
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
13
- background: rgba(var(--v-theme-surface-light));
14
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
15
- font-size: 0.75rem;
16
- font-weight: 400;
17
- letter-spacing: 0.0333333333em;
18
- line-height: 1.667;
19
- text-transform: none;
20
12
  }
21
13
  .v-system-bar .v-icon {
22
14
  opacity: var(--v-medium-emphasis-opacity);
23
15
  }
16
+ .v-system-bar {
17
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18
+ }
24
19
  .v-system-bar--absolute {
25
20
  position: absolute;
26
21
  }
27
22
  .v-system-bar--fixed {
28
23
  position: fixed;
29
24
  }
25
+ .v-system-bar {
26
+ background: rgba(var(--v-theme-surface-light));
27
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
28
+ }
29
+ .v-system-bar {
30
+ font-size: 0.75rem;
31
+ font-weight: 400;
32
+ letter-spacing: 0.0333333333em;
33
+ line-height: 1.667;
34
+ text-transform: none;
35
+ }
30
36
  .v-system-bar--rounded {
31
37
  border-radius: 0;
32
38
  }
@@ -7,20 +7,20 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
7
7
 
8
8
  declare const VSystemBar: {
9
9
  new (...args: any[]): vue.CreateComponentPublicInstance<{
10
+ window: boolean;
11
+ absolute: boolean;
12
+ order: string | number;
10
13
  style: vue.StyleValue;
11
14
  tag: string;
12
- order: string | number;
13
- absolute: boolean;
14
15
  tile: boolean;
15
- window: boolean;
16
16
  } & {
17
- class?: any;
18
17
  height?: string | number | undefined;
19
- theme?: string | undefined;
20
- color?: string | undefined;
21
18
  name?: string | undefined;
22
- rounded?: string | number | boolean | undefined;
19
+ color?: string | undefined;
20
+ class?: any;
23
21
  elevation?: string | number | undefined;
22
+ theme?: string | undefined;
23
+ rounded?: string | number | boolean | undefined;
24
24
  } & {
25
25
  $children?: vue.VNodeChild | {
26
26
  default?: (() => vue.VNodeChild) | undefined;
@@ -31,20 +31,20 @@ declare const VSystemBar: {
31
31
  } & {
32
32
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
33
33
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
34
+ window: boolean;
35
+ absolute: boolean;
36
+ order: string | number;
34
37
  style: vue.StyleValue;
35
38
  tag: string;
36
- order: string | number;
37
- absolute: boolean;
38
39
  tile: boolean;
39
- window: boolean;
40
40
  } & {
41
- class?: any;
42
41
  height?: string | number | undefined;
43
- theme?: string | undefined;
44
- color?: string | undefined;
45
42
  name?: string | undefined;
46
- rounded?: string | number | boolean | undefined;
43
+ color?: string | undefined;
44
+ class?: any;
47
45
  elevation?: string | number | undefined;
46
+ theme?: string | undefined;
47
+ rounded?: string | number | boolean | undefined;
48
48
  } & {
49
49
  $children?: vue.VNodeChild | {
50
50
  default?: (() => vue.VNodeChild) | undefined;
@@ -55,13 +55,13 @@ declare const VSystemBar: {
55
55
  } & {
56
56
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
57
57
  }, {
58
+ window: boolean;
59
+ absolute: boolean;
60
+ order: string | number;
58
61
  style: vue.StyleValue;
59
62
  tag: string;
60
- order: string | number;
61
- absolute: boolean;
62
63
  rounded: string | number | boolean;
63
64
  tile: boolean;
64
- window: boolean;
65
65
  }, true, {}, vue.SlotsType<Partial<{
66
66
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
67
67
  [key: string]: any;
@@ -74,20 +74,20 @@ declare const VSystemBar: {
74
74
  M: {};
75
75
  Defaults: {};
76
76
  }, {
77
+ window: boolean;
78
+ absolute: boolean;
79
+ order: string | number;
77
80
  style: vue.StyleValue;
78
81
  tag: string;
79
- order: string | number;
80
- absolute: boolean;
81
82
  tile: boolean;
82
- window: boolean;
83
83
  } & {
84
- class?: any;
85
84
  height?: string | number | undefined;
86
- theme?: string | undefined;
87
- color?: string | undefined;
88
85
  name?: string | undefined;
89
- rounded?: string | number | boolean | undefined;
86
+ color?: string | undefined;
87
+ class?: any;
90
88
  elevation?: string | number | undefined;
89
+ theme?: string | undefined;
90
+ rounded?: string | number | boolean | undefined;
91
91
  } & {
92
92
  $children?: vue.VNodeChild | {
93
93
  default?: (() => vue.VNodeChild) | undefined;
@@ -98,32 +98,32 @@ declare const VSystemBar: {
98
98
  } & {
99
99
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
100
100
  }, {}, {}, {}, {}, {
101
+ window: boolean;
102
+ absolute: boolean;
103
+ order: string | number;
101
104
  style: vue.StyleValue;
102
105
  tag: string;
103
- order: string | number;
104
- absolute: boolean;
105
106
  rounded: string | number | boolean;
106
107
  tile: boolean;
107
- window: boolean;
108
108
  }>;
109
109
  __isFragment?: undefined;
110
110
  __isTeleport?: undefined;
111
111
  __isSuspense?: undefined;
112
112
  } & vue.ComponentOptionsBase<{
113
+ window: boolean;
114
+ absolute: boolean;
115
+ order: string | number;
113
116
  style: vue.StyleValue;
114
117
  tag: string;
115
- order: string | number;
116
- absolute: boolean;
117
118
  tile: boolean;
118
- window: boolean;
119
119
  } & {
120
- class?: any;
121
120
  height?: string | number | undefined;
122
- theme?: string | undefined;
123
- color?: string | undefined;
124
121
  name?: string | undefined;
125
- rounded?: string | number | boolean | undefined;
122
+ color?: string | undefined;
123
+ class?: any;
126
124
  elevation?: string | number | undefined;
125
+ theme?: string | undefined;
126
+ rounded?: string | number | boolean | undefined;
127
127
  } & {
128
128
  $children?: vue.VNodeChild | {
129
129
  default?: (() => vue.VNodeChild) | undefined;
@@ -134,13 +134,13 @@ declare const VSystemBar: {
134
134
  } & {
135
135
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
136
136
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
137
+ window: boolean;
138
+ absolute: boolean;
139
+ order: string | number;
137
140
  style: vue.StyleValue;
138
141
  tag: string;
139
- order: string | number;
140
- absolute: boolean;
141
142
  rounded: string | number | boolean;
142
143
  tile: boolean;
143
- window: boolean;
144
144
  }, {}, string, vue.SlotsType<Partial<{
145
145
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
146
146
  [key: string]: any;
@@ -152,7 +152,7 @@ declare const VSystemBar: {
152
152
  default: string;
153
153
  };
154
154
  rounded: {
155
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
155
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
156
156
  default: undefined;
157
157
  };
158
158
  tile: BooleanConstructor;
@@ -183,7 +183,7 @@ declare const VSystemBar: {
183
183
  default: string;
184
184
  };
185
185
  rounded: {
186
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
186
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
187
187
  default: undefined;
188
188
  };
189
189
  tile: BooleanConstructor;