@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25

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 (174) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +1255 -1257
  8. package/dist/vuetify-labs.d.ts +12304 -12192
  9. package/dist/vuetify-labs.esm.js +118 -68
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +118 -68
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1293 -1295
  14. package/dist/vuetify.d.ts +10496 -10404
  15. package/dist/vuetify.esm.js +110 -64
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +110 -64
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1078 -1080
  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/VAutocomplete.mjs +15 -8
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +615 -609
  28. package/lib/components/VAvatar/index.d.mts +36 -36
  29. package/lib/components/VBadge/index.d.mts +58 -58
  30. package/lib/components/VBanner/index.d.mts +59 -59
  31. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  32. package/lib/components/VBottomSheet/index.d.mts +118 -118
  33. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  34. package/lib/components/VBtn/VBtn.css +3 -0
  35. package/lib/components/VBtn/VBtn.sass +3 -0
  36. package/lib/components/VBtn/index.d.mts +107 -107
  37. package/lib/components/VBtnGroup/index.d.mts +23 -23
  38. package/lib/components/VBtnToggle/index.d.mts +40 -40
  39. package/lib/components/VCard/index.d.mts +93 -93
  40. package/lib/components/VCarousel/index.d.mts +128 -128
  41. package/lib/components/VCheckbox/index.d.mts +174 -168
  42. package/lib/components/VChip/index.d.mts +86 -86
  43. package/lib/components/VChipGroup/index.d.mts +46 -46
  44. package/lib/components/VColorPicker/index.d.mts +96 -96
  45. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  46. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  47. package/lib/components/VCombobox/index.d.mts +615 -609
  48. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  49. package/lib/components/VCounter/index.d.mts +27 -27
  50. package/lib/components/VDataIterator/index.d.mts +51 -50
  51. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  53. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  54. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  55. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  56. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  57. package/lib/components/VDataTable/composables/group.mjs +2 -1
  58. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  59. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  60. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  61. package/lib/components/VDataTable/index.d.mts +275 -274
  62. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  63. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  64. package/lib/components/VDatePicker/index.d.mts +134 -134
  65. package/lib/components/VDialog/index.d.mts +353 -353
  66. package/lib/components/VDivider/index.d.mts +15 -15
  67. package/lib/components/VEmptyState/index.d.mts +47 -47
  68. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  69. package/lib/components/VFab/index.d.mts +227 -227
  70. package/lib/components/VField/VField.css +6 -11
  71. package/lib/components/VField/VField.mjs +7 -5
  72. package/lib/components/VField/VField.mjs.map +1 -1
  73. package/lib/components/VField/VField.sass +2 -6
  74. package/lib/components/VField/index.d.mts +58 -52
  75. package/lib/components/VFileInput/index.d.mts +255 -249
  76. package/lib/components/VFooter/index.d.mts +50 -50
  77. package/lib/components/VForm/index.d.mts +9 -9
  78. package/lib/components/VGrid/index.d.mts +150 -150
  79. package/lib/components/VIcon/index.d.mts +24 -24
  80. package/lib/components/VImg/index.d.mts +85 -85
  81. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  82. package/lib/components/VInput/VInput.css +5 -5
  83. package/lib/components/VInput/VInput.mjs +4 -1
  84. package/lib/components/VInput/VInput.mjs.map +1 -1
  85. package/lib/components/VInput/VInput.sass +1 -1
  86. package/lib/components/VInput/index.d.mts +61 -55
  87. package/lib/components/VItemGroup/index.d.mts +17 -17
  88. package/lib/components/VLabel/index.d.mts +8 -8
  89. package/lib/components/VLayout/index.d.mts +36 -36
  90. package/lib/components/VLazy/index.d.mts +31 -31
  91. package/lib/components/VList/index.d.mts +178 -178
  92. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  93. package/lib/components/VMain/index.d.mts +10 -10
  94. package/lib/components/VMenu/VMenu.mjs +7 -5
  95. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  96. package/lib/components/VMenu/index.d.mts +396 -396
  97. package/lib/components/VMessages/index.d.mts +20 -20
  98. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  99. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  100. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  101. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  102. package/lib/components/VOtpInput/index.d.mts +88 -88
  103. package/lib/components/VOverlay/index.d.mts +97 -97
  104. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  105. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  106. package/lib/components/VPagination/index.d.mts +55 -55
  107. package/lib/components/VParallax/index.d.mts +7 -7
  108. package/lib/components/VProgressCircular/index.d.mts +24 -24
  109. package/lib/components/VProgressLinear/index.d.mts +52 -52
  110. package/lib/components/VRadio/index.d.mts +41 -41
  111. package/lib/components/VRadioGroup/index.d.mts +105 -99
  112. package/lib/components/VRangeSlider/index.d.mts +102 -96
  113. package/lib/components/VRating/index.d.mts +22 -22
  114. package/lib/components/VResponsive/index.d.mts +23 -23
  115. package/lib/components/VSelect/VSelect.mjs +15 -13
  116. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  117. package/lib/components/VSelect/index.d.mts +615 -609
  118. package/lib/components/VSelect/useScrolling.mjs +3 -3
  119. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  120. package/lib/components/VSelectionControl/index.d.mts +43 -43
  121. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  122. package/lib/components/VSheet/index.d.mts +34 -34
  123. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  124. package/lib/components/VSlideGroup/index.d.mts +33 -33
  125. package/lib/components/VSlider/index.d.mts +95 -89
  126. package/lib/components/VSnackbar/index.d.mts +411 -411
  127. package/lib/components/VSparkline/index.d.mts +38 -38
  128. package/lib/components/VSpeedDial/index.d.mts +176 -176
  129. package/lib/components/VStepper/index.d.mts +119 -119
  130. package/lib/components/VSwitch/index.d.mts +108 -102
  131. package/lib/components/VSystemBar/index.d.mts +39 -39
  132. package/lib/components/VTable/index.d.mts +4 -4
  133. package/lib/components/VTabs/index.d.mts +512 -512
  134. package/lib/components/VTextField/VTextField.mjs +1 -1
  135. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  136. package/lib/components/VTextField/index.d.mts +421 -415
  137. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  138. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  139. package/lib/components/VTextarea/index.d.mts +359 -344
  140. package/lib/components/VTimeline/index.d.mts +26 -26
  141. package/lib/components/VToolbar/index.d.mts +53 -53
  142. package/lib/components/VTooltip/index.d.mts +424 -424
  143. package/lib/components/VValidation/index.d.mts +19 -19
  144. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  145. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  146. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  147. package/lib/components/VWindow/index.d.mts +31 -31
  148. package/lib/components/index.d.mts +10657 -10566
  149. package/lib/components/transitions/index.d.mts +200 -200
  150. package/lib/composables/nested/nested.mjs +0 -1
  151. package/lib/composables/nested/nested.mjs.map +1 -1
  152. package/lib/composables/virtual.mjs +1 -0
  153. package/lib/composables/virtual.mjs.map +1 -1
  154. package/lib/entry-bundler.mjs +1 -1
  155. package/lib/framework.mjs +1 -1
  156. package/lib/index.d.mts +81 -80
  157. package/lib/labs/VCalendar/index.d.mts +52 -52
  158. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  159. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  160. package/lib/labs/VDateInput/index.d.mts +256 -250
  161. package/lib/labs/VNumberInput/index.d.mts +247 -241
  162. package/lib/labs/VPicker/index.d.mts +45 -45
  163. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  164. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  165. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  166. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  167. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  168. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  169. package/lib/labs/VTimePicker/index.d.mts +131 -122
  170. package/lib/labs/VTreeview/index.d.mts +199 -199
  171. package/lib/labs/components.d.mts +1754 -1733
  172. package/lib/util/helpers.mjs +5 -0
  173. package/lib/util/helpers.mjs.map +1 -1
  174. package/package.json +9 -4
@@ -63,13 +63,13 @@ type VSelectionControlSlots = {
63
63
  input: SelectionControlSlot;
64
64
  };
65
65
 
66
+ type ValidationResult = string | boolean;
67
+ type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
68
+
66
69
  type VMessageSlot = {
67
70
  message: string;
68
71
  };
69
72
 
70
- type ValidationResult = string | boolean;
71
- type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
72
-
73
73
  interface VInputSlot {
74
74
  id: ComputedRef<string>;
75
75
  messagesId: ComputedRef<string>;
@@ -94,19 +94,19 @@ type VInputSlots = {
94
94
  type VCheckboxSlots = Omit<VInputSlots, 'default'> & VSelectionControlSlots;
95
95
  declare const VCheckbox: {
96
96
  new (...args: any[]): vue.CreateComponentPublicInstance<{
97
- style: vue.StyleValue;
98
97
  error: boolean;
98
+ direction: "horizontal" | "vertical";
99
+ style: vue.StyleValue;
99
100
  disabled: boolean | null;
101
+ multiple: boolean | null;
102
+ readonly: boolean | null;
103
+ indeterminate: boolean;
100
104
  messages: string | readonly string[];
101
105
  focused: boolean;
102
106
  errorMessages: string | readonly string[] | null;
103
107
  maxErrors: string | number;
104
- readonly: boolean | null;
105
108
  rules: readonly ValidationRule[];
106
- multiple: boolean | null;
107
109
  density: Density;
108
- direction: "horizontal" | "vertical";
109
- indeterminate: boolean;
110
110
  ripple: boolean | {
111
111
  class: string;
112
112
  } | undefined;
@@ -118,28 +118,28 @@ declare const VCheckbox: {
118
118
  hideSpinButtons: boolean;
119
119
  persistentHint: boolean;
120
120
  } & {
121
- class?: any;
122
- id?: string | undefined;
123
- label?: string | undefined;
124
121
  type?: string | undefined;
125
- value?: any;
122
+ id?: string | undefined;
126
123
  width?: string | number | undefined;
127
- theme?: string | undefined;
128
- color?: string | undefined;
129
124
  name?: string | undefined;
130
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
131
- 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;
132
- validationValue?: any;
125
+ color?: string | undefined;
133
126
  maxWidth?: string | number | undefined;
134
127
  minWidth?: string | number | undefined;
128
+ value?: any;
129
+ label?: string | undefined;
130
+ class?: any;
131
+ theme?: string | undefined;
132
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
133
+ 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;
134
+ validationValue?: any;
135
135
  baseColor?: string | undefined;
136
136
  prependIcon?: IconValue | undefined;
137
137
  appendIcon?: IconValue | undefined;
138
138
  defaultsTarget?: string | undefined;
139
139
  trueValue?: any;
140
140
  falseValue?: any;
141
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
142
141
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
142
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
143
143
  hint?: string | undefined;
144
144
  hideDetails?: boolean | "auto" | undefined;
145
145
  } & {
@@ -147,20 +147,20 @@ declare const VCheckbox: {
147
147
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
148
148
  'update:modelValue': (value: any) => boolean;
149
149
  'update:focused': (focused: boolean) => boolean;
150
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
151
- style: vue.StyleValue;
150
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
152
151
  error: boolean;
152
+ direction: "horizontal" | "vertical";
153
+ style: vue.StyleValue;
153
154
  disabled: boolean | null;
155
+ multiple: boolean | null;
156
+ readonly: boolean | null;
157
+ indeterminate: boolean;
154
158
  messages: string | readonly string[];
155
159
  focused: boolean;
156
160
  errorMessages: string | readonly string[] | null;
157
161
  maxErrors: string | number;
158
- readonly: boolean | null;
159
162
  rules: readonly ValidationRule[];
160
- multiple: boolean | null;
161
163
  density: Density;
162
- direction: "horizontal" | "vertical";
163
- indeterminate: boolean;
164
164
  ripple: boolean | {
165
165
  class: string;
166
166
  } | undefined;
@@ -172,46 +172,46 @@ declare const VCheckbox: {
172
172
  hideSpinButtons: boolean;
173
173
  persistentHint: boolean;
174
174
  } & {
175
- class?: any;
176
- id?: string | undefined;
177
- label?: string | undefined;
178
175
  type?: string | undefined;
179
- value?: any;
176
+ id?: string | undefined;
180
177
  width?: string | number | undefined;
181
- theme?: string | undefined;
182
- color?: string | undefined;
183
178
  name?: string | undefined;
184
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
185
- 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;
186
- validationValue?: any;
179
+ color?: string | undefined;
187
180
  maxWidth?: string | number | undefined;
188
181
  minWidth?: string | number | undefined;
182
+ value?: any;
183
+ label?: string | undefined;
184
+ class?: any;
185
+ theme?: string | undefined;
186
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
187
+ 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;
188
+ validationValue?: any;
189
189
  baseColor?: string | undefined;
190
190
  prependIcon?: IconValue | undefined;
191
191
  appendIcon?: IconValue | undefined;
192
192
  defaultsTarget?: string | undefined;
193
193
  trueValue?: any;
194
194
  falseValue?: any;
195
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
196
195
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
196
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
197
197
  hint?: string | undefined;
198
198
  hideDetails?: boolean | "auto" | undefined;
199
199
  } & {
200
200
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
201
201
  }, {
202
- style: vue.StyleValue;
203
202
  error: boolean;
203
+ direction: "horizontal" | "vertical";
204
+ style: vue.StyleValue;
204
205
  disabled: boolean | null;
206
+ multiple: boolean | null;
207
+ readonly: boolean | null;
208
+ indeterminate: boolean;
205
209
  messages: string | readonly string[];
206
210
  focused: boolean;
207
211
  errorMessages: string | readonly string[] | null;
208
212
  maxErrors: string | number;
209
- readonly: boolean | null;
210
213
  rules: readonly ValidationRule[];
211
- multiple: boolean | null;
212
214
  density: Density;
213
- direction: "horizontal" | "vertical";
214
- indeterminate: boolean;
215
215
  ripple: boolean | {
216
216
  class: string;
217
217
  } | undefined;
@@ -223,18 +223,18 @@ declare const VCheckbox: {
223
223
  hideSpinButtons: boolean;
224
224
  persistentHint: boolean;
225
225
  }, true, {}, vue.SlotsType<Partial<{
226
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
227
- [key: string]: any;
228
- }>[];
229
226
  message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
230
227
  [key: string]: any;
231
228
  }>[];
232
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
229
+ details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
233
230
  [key: string]: any;
234
231
  }>[];
235
232
  append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
236
233
  [key: string]: any;
237
234
  }>[];
235
+ prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
236
+ [key: string]: any;
237
+ }>[];
238
238
  default: (arg: {
239
239
  backgroundColorClasses: vue.Ref<string[]>;
240
240
  backgroundColorStyles: vue.Ref<vue.CSSProperties>;
@@ -258,19 +258,19 @@ declare const VCheckbox: {
258
258
  M: {};
259
259
  Defaults: {};
260
260
  }, {
261
- style: vue.StyleValue;
262
261
  error: boolean;
262
+ direction: "horizontal" | "vertical";
263
+ style: vue.StyleValue;
263
264
  disabled: boolean | null;
265
+ multiple: boolean | null;
266
+ readonly: boolean | null;
267
+ indeterminate: boolean;
264
268
  messages: string | readonly string[];
265
269
  focused: boolean;
266
270
  errorMessages: string | readonly string[] | null;
267
271
  maxErrors: string | number;
268
- readonly: boolean | null;
269
272
  rules: readonly ValidationRule[];
270
- multiple: boolean | null;
271
273
  density: Density;
272
- direction: "horizontal" | "vertical";
273
- indeterminate: boolean;
274
274
  ripple: boolean | {
275
275
  class: string;
276
276
  } | undefined;
@@ -282,46 +282,46 @@ declare const VCheckbox: {
282
282
  hideSpinButtons: boolean;
283
283
  persistentHint: boolean;
284
284
  } & {
285
- class?: any;
286
- id?: string | undefined;
287
- label?: string | undefined;
288
285
  type?: string | undefined;
289
- value?: any;
286
+ id?: string | undefined;
290
287
  width?: string | number | undefined;
291
- theme?: string | undefined;
292
- color?: string | undefined;
293
288
  name?: string | undefined;
294
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
295
- 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;
296
- validationValue?: any;
289
+ color?: string | undefined;
297
290
  maxWidth?: string | number | undefined;
298
291
  minWidth?: string | number | undefined;
292
+ value?: any;
293
+ label?: string | undefined;
294
+ class?: any;
295
+ theme?: string | undefined;
296
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
297
+ 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;
298
+ validationValue?: any;
299
299
  baseColor?: string | undefined;
300
300
  prependIcon?: IconValue | undefined;
301
301
  appendIcon?: IconValue | undefined;
302
302
  defaultsTarget?: string | undefined;
303
303
  trueValue?: any;
304
304
  falseValue?: any;
305
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
306
305
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
306
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
307
307
  hint?: string | undefined;
308
308
  hideDetails?: boolean | "auto" | undefined;
309
309
  } & {
310
310
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
311
311
  }, {}, {}, {}, {}, {
312
- style: vue.StyleValue;
313
312
  error: boolean;
313
+ direction: "horizontal" | "vertical";
314
+ style: vue.StyleValue;
314
315
  disabled: boolean | null;
316
+ multiple: boolean | null;
317
+ readonly: boolean | null;
318
+ indeterminate: boolean;
315
319
  messages: string | readonly string[];
316
320
  focused: boolean;
317
321
  errorMessages: string | readonly string[] | null;
318
322
  maxErrors: string | number;
319
- readonly: boolean | null;
320
323
  rules: readonly ValidationRule[];
321
- multiple: boolean | null;
322
324
  density: Density;
323
- direction: "horizontal" | "vertical";
324
- indeterminate: boolean;
325
325
  ripple: boolean | {
326
326
  class: string;
327
327
  } | undefined;
@@ -337,19 +337,19 @@ declare const VCheckbox: {
337
337
  __isTeleport?: undefined;
338
338
  __isSuspense?: undefined;
339
339
  } & vue.ComponentOptionsBase<{
340
- style: vue.StyleValue;
341
340
  error: boolean;
341
+ direction: "horizontal" | "vertical";
342
+ style: vue.StyleValue;
342
343
  disabled: boolean | null;
344
+ multiple: boolean | null;
345
+ readonly: boolean | null;
346
+ indeterminate: boolean;
343
347
  messages: string | readonly string[];
344
348
  focused: boolean;
345
349
  errorMessages: string | readonly string[] | null;
346
350
  maxErrors: string | number;
347
- readonly: boolean | null;
348
351
  rules: readonly ValidationRule[];
349
- multiple: boolean | null;
350
352
  density: Density;
351
- direction: "horizontal" | "vertical";
352
- indeterminate: boolean;
353
353
  ripple: boolean | {
354
354
  class: string;
355
355
  } | undefined;
@@ -361,28 +361,28 @@ declare const VCheckbox: {
361
361
  hideSpinButtons: boolean;
362
362
  persistentHint: boolean;
363
363
  } & {
364
- class?: any;
365
- id?: string | undefined;
366
- label?: string | undefined;
367
364
  type?: string | undefined;
368
- value?: any;
365
+ id?: string | undefined;
369
366
  width?: string | number | undefined;
370
- theme?: string | undefined;
371
- color?: string | undefined;
372
367
  name?: string | undefined;
373
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
374
- 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;
375
- validationValue?: any;
368
+ color?: string | undefined;
376
369
  maxWidth?: string | number | undefined;
377
370
  minWidth?: string | number | undefined;
371
+ value?: any;
372
+ label?: string | undefined;
373
+ class?: any;
374
+ theme?: string | undefined;
375
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
376
+ 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;
377
+ validationValue?: any;
378
378
  baseColor?: string | undefined;
379
379
  prependIcon?: IconValue | undefined;
380
380
  appendIcon?: IconValue | undefined;
381
381
  defaultsTarget?: string | undefined;
382
382
  trueValue?: any;
383
383
  falseValue?: any;
384
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
385
384
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
385
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
386
386
  hint?: string | undefined;
387
387
  hideDetails?: boolean | "auto" | undefined;
388
388
  } & {
@@ -390,20 +390,20 @@ declare const VCheckbox: {
390
390
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
391
391
  'update:modelValue': (value: any) => boolean;
392
392
  'update:focused': (focused: boolean) => boolean;
393
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
394
- style: vue.StyleValue;
393
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
395
394
  error: boolean;
395
+ direction: "horizontal" | "vertical";
396
+ style: vue.StyleValue;
396
397
  disabled: boolean | null;
398
+ multiple: boolean | null;
399
+ readonly: boolean | null;
400
+ indeterminate: boolean;
397
401
  messages: string | readonly string[];
398
402
  focused: boolean;
399
403
  errorMessages: string | readonly string[] | null;
400
404
  maxErrors: string | number;
401
- readonly: boolean | null;
402
405
  rules: readonly ValidationRule[];
403
- multiple: boolean | null;
404
406
  density: Density;
405
- direction: "horizontal" | "vertical";
406
- indeterminate: boolean;
407
407
  ripple: boolean | {
408
408
  class: string;
409
409
  } | undefined;
@@ -415,18 +415,18 @@ declare const VCheckbox: {
415
415
  hideSpinButtons: boolean;
416
416
  persistentHint: boolean;
417
417
  }, {}, string, vue.SlotsType<Partial<{
418
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
419
- [key: string]: any;
420
- }>[];
421
418
  message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
422
419
  [key: string]: any;
423
420
  }>[];
424
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
421
+ details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
425
422
  [key: string]: any;
426
423
  }>[];
427
424
  append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
428
425
  [key: string]: any;
429
426
  }>[];
427
+ prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
428
+ [key: string]: any;
429
+ }>[];
430
430
  default: (arg: {
431
431
  backgroundColorClasses: vue.Ref<string[]>;
432
432
  backgroundColorStyles: vue.Ref<vue.CSSProperties>;
@@ -449,39 +449,39 @@ declare const VCheckbox: {
449
449
  modelValue?: T | null | undefined;
450
450
  'onUpdate:modelValue'?: ((value: T | null) => void) | undefined;
451
451
  }, VCheckboxSlots>) & FilterPropsOptions<{
452
- class: vue.PropType<any>;
452
+ type: StringConstructor;
453
+ error: BooleanConstructor;
454
+ id: StringConstructor;
455
+ name: StringConstructor;
456
+ color: StringConstructor;
457
+ value: null;
458
+ label: StringConstructor;
453
459
  style: {
454
460
  type: vue.PropType<vue.StyleValue>;
455
461
  default: null;
456
462
  };
457
- id: StringConstructor;
458
- label: StringConstructor;
459
- type: StringConstructor;
460
- value: null;
461
- error: BooleanConstructor;
462
- theme: StringConstructor;
463
- color: StringConstructor;
464
- name: StringConstructor;
465
463
  disabled: {
466
464
  type: vue.PropType<boolean | null>;
467
465
  default: null;
468
466
  };
469
- readonly: {
467
+ multiple: {
470
468
  type: vue.PropType<boolean | null>;
471
469
  default: null;
472
470
  };
473
- modelValue: null;
474
- multiple: {
471
+ readonly: {
475
472
  type: vue.PropType<boolean | null>;
476
473
  default: null;
477
474
  };
475
+ class: vue.PropType<any>;
476
+ indeterminate: BooleanConstructor;
477
+ theme: StringConstructor;
478
+ modelValue: null;
478
479
  density: {
479
480
  type: vue.PropType<Density>;
480
481
  default: string;
481
482
  validator: (v: any) => boolean;
482
483
  };
483
484
  baseColor: StringConstructor;
484
- indeterminate: BooleanConstructor;
485
485
  ripple: {
486
486
  type: vue.PropType<boolean | {
487
487
  class: string;
@@ -521,13 +521,16 @@ declare const VCheckbox: {
521
521
  type: vue.PropType<readonly ValidationRule[]>;
522
522
  default: () => never[];
523
523
  };
524
- 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>;
524
+ 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>;
525
525
  validationValue: null;
526
526
  width: (StringConstructor | NumberConstructor)[];
527
527
  maxWidth: (StringConstructor | NumberConstructor)[];
528
528
  minWidth: (StringConstructor | NumberConstructor)[];
529
529
  appendIcon: vue.PropType<IconValue>;
530
- centerAffix: BooleanConstructor;
530
+ centerAffix: {
531
+ type: BooleanConstructor;
532
+ default: boolean;
533
+ };
531
534
  prependIcon: vue.PropType<IconValue>;
532
535
  hideDetails: vue.PropType<boolean | "auto">;
533
536
  hideSpinButtons: BooleanConstructor;
@@ -545,39 +548,39 @@ declare const VCheckbox: {
545
548
  'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
546
549
  'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
547
550
  }, vue.ExtractPropTypes<{
548
- class: vue.PropType<any>;
551
+ type: StringConstructor;
552
+ error: BooleanConstructor;
553
+ id: StringConstructor;
554
+ name: StringConstructor;
555
+ color: StringConstructor;
556
+ value: null;
557
+ label: StringConstructor;
549
558
  style: {
550
559
  type: vue.PropType<vue.StyleValue>;
551
560
  default: null;
552
561
  };
553
- id: StringConstructor;
554
- label: StringConstructor;
555
- type: StringConstructor;
556
- value: null;
557
- error: BooleanConstructor;
558
- theme: StringConstructor;
559
- color: StringConstructor;
560
- name: StringConstructor;
561
562
  disabled: {
562
563
  type: vue.PropType<boolean | null>;
563
564
  default: null;
564
565
  };
565
- readonly: {
566
+ multiple: {
566
567
  type: vue.PropType<boolean | null>;
567
568
  default: null;
568
569
  };
569
- modelValue: null;
570
- multiple: {
570
+ readonly: {
571
571
  type: vue.PropType<boolean | null>;
572
572
  default: null;
573
573
  };
574
+ class: vue.PropType<any>;
575
+ indeterminate: BooleanConstructor;
576
+ theme: StringConstructor;
577
+ modelValue: null;
574
578
  density: {
575
579
  type: vue.PropType<Density>;
576
580
  default: string;
577
581
  validator: (v: any) => boolean;
578
582
  };
579
583
  baseColor: StringConstructor;
580
- indeterminate: BooleanConstructor;
581
584
  ripple: {
582
585
  type: vue.PropType<boolean | {
583
586
  class: string;
@@ -617,13 +620,16 @@ declare const VCheckbox: {
617
620
  type: vue.PropType<readonly ValidationRule[]>;
618
621
  default: () => never[];
619
622
  };
620
- 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>;
623
+ 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>;
621
624
  validationValue: null;
622
625
  width: (StringConstructor | NumberConstructor)[];
623
626
  maxWidth: (StringConstructor | NumberConstructor)[];
624
627
  minWidth: (StringConstructor | NumberConstructor)[];
625
628
  appendIcon: vue.PropType<IconValue>;
626
- centerAffix: BooleanConstructor;
629
+ centerAffix: {
630
+ type: BooleanConstructor;
631
+ default: boolean;
632
+ };
627
633
  prependIcon: vue.PropType<IconValue>;
628
634
  hideDetails: vue.PropType<boolean | "auto">;
629
635
  hideSpinButtons: BooleanConstructor;
@@ -645,14 +651,14 @@ type VCheckbox = InstanceType<typeof VCheckbox>;
645
651
 
646
652
  declare const VCheckboxBtn: {
647
653
  new (...args: any[]): vue.CreateComponentPublicInstance<{
648
- style: vue.StyleValue;
654
+ inline: boolean;
649
655
  error: boolean;
656
+ style: vue.StyleValue;
650
657
  disabled: boolean | null;
651
- readonly: boolean | null;
652
- inline: boolean;
653
658
  multiple: boolean | null;
654
- density: Density;
659
+ readonly: boolean | null;
655
660
  indeterminate: boolean;
661
+ density: Density;
656
662
  ripple: boolean | {
657
663
  class: string;
658
664
  } | undefined;
@@ -661,14 +667,14 @@ declare const VCheckboxBtn: {
661
667
  valueComparator: typeof deepEqual;
662
668
  indeterminateIcon: IconValue;
663
669
  } & {
664
- class?: any;
665
- id?: string | undefined;
666
- label?: string | undefined;
667
670
  type?: string | undefined;
671
+ id?: string | undefined;
672
+ name?: string | undefined;
673
+ color?: string | undefined;
668
674
  value?: any;
675
+ label?: string | undefined;
676
+ class?: any;
669
677
  theme?: string | undefined;
670
- color?: string | undefined;
671
- name?: string | undefined;
672
678
  baseColor?: string | undefined;
673
679
  defaultsTarget?: string | undefined;
674
680
  trueValue?: any;
@@ -678,15 +684,15 @@ declare const VCheckboxBtn: {
678
684
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
679
685
  'update:modelValue': (value: any) => boolean;
680
686
  'update:indeterminate': (value: boolean) => boolean;
681
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
682
- style: vue.StyleValue;
687
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
688
+ inline: boolean;
683
689
  error: boolean;
690
+ style: vue.StyleValue;
684
691
  disabled: boolean | null;
685
- readonly: boolean | null;
686
- inline: boolean;
687
692
  multiple: boolean | null;
688
- density: Density;
693
+ readonly: boolean | null;
689
694
  indeterminate: boolean;
695
+ density: Density;
690
696
  ripple: boolean | {
691
697
  class: string;
692
698
  } | undefined;
@@ -695,14 +701,14 @@ declare const VCheckboxBtn: {
695
701
  valueComparator: typeof deepEqual;
696
702
  indeterminateIcon: IconValue;
697
703
  } & {
698
- class?: any;
699
- id?: string | undefined;
700
- label?: string | undefined;
701
704
  type?: string | undefined;
705
+ id?: string | undefined;
706
+ name?: string | undefined;
707
+ color?: string | undefined;
702
708
  value?: any;
709
+ label?: string | undefined;
710
+ class?: any;
703
711
  theme?: string | undefined;
704
- color?: string | undefined;
705
- name?: string | undefined;
706
712
  baseColor?: string | undefined;
707
713
  defaultsTarget?: string | undefined;
708
714
  trueValue?: any;
@@ -710,14 +716,14 @@ declare const VCheckboxBtn: {
710
716
  } & {
711
717
  "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
712
718
  }, {
713
- style: vue.StyleValue;
719
+ inline: boolean;
714
720
  error: boolean;
721
+ style: vue.StyleValue;
715
722
  disabled: boolean | null;
716
- readonly: boolean | null;
717
- inline: boolean;
718
723
  multiple: boolean | null;
719
- density: Density;
724
+ readonly: boolean | null;
720
725
  indeterminate: boolean;
726
+ density: Density;
721
727
  ripple: boolean | {
722
728
  class: string;
723
729
  } | undefined;
@@ -749,14 +755,14 @@ declare const VCheckboxBtn: {
749
755
  M: {};
750
756
  Defaults: {};
751
757
  }, {
752
- style: vue.StyleValue;
758
+ inline: boolean;
753
759
  error: boolean;
760
+ style: vue.StyleValue;
754
761
  disabled: boolean | null;
755
- readonly: boolean | null;
756
- inline: boolean;
757
762
  multiple: boolean | null;
758
- density: Density;
763
+ readonly: boolean | null;
759
764
  indeterminate: boolean;
765
+ density: Density;
760
766
  ripple: boolean | {
761
767
  class: string;
762
768
  } | undefined;
@@ -765,14 +771,14 @@ declare const VCheckboxBtn: {
765
771
  valueComparator: typeof deepEqual;
766
772
  indeterminateIcon: IconValue;
767
773
  } & {
768
- class?: any;
769
- id?: string | undefined;
770
- label?: string | undefined;
771
774
  type?: string | undefined;
775
+ id?: string | undefined;
776
+ name?: string | undefined;
777
+ color?: string | undefined;
772
778
  value?: any;
779
+ label?: string | undefined;
780
+ class?: any;
773
781
  theme?: string | undefined;
774
- color?: string | undefined;
775
- name?: string | undefined;
776
782
  baseColor?: string | undefined;
777
783
  defaultsTarget?: string | undefined;
778
784
  trueValue?: any;
@@ -780,14 +786,14 @@ declare const VCheckboxBtn: {
780
786
  } & {
781
787
  "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
782
788
  }, {}, {}, {}, {}, {
783
- style: vue.StyleValue;
789
+ inline: boolean;
784
790
  error: boolean;
791
+ style: vue.StyleValue;
785
792
  disabled: boolean | null;
786
- readonly: boolean | null;
787
- inline: boolean;
788
793
  multiple: boolean | null;
789
- density: Density;
794
+ readonly: boolean | null;
790
795
  indeterminate: boolean;
796
+ density: Density;
791
797
  ripple: boolean | {
792
798
  class: string;
793
799
  } | undefined;
@@ -800,14 +806,14 @@ declare const VCheckboxBtn: {
800
806
  __isTeleport?: undefined;
801
807
  __isSuspense?: undefined;
802
808
  } & vue.ComponentOptionsBase<{
803
- style: vue.StyleValue;
809
+ inline: boolean;
804
810
  error: boolean;
811
+ style: vue.StyleValue;
805
812
  disabled: boolean | null;
806
- readonly: boolean | null;
807
- inline: boolean;
808
813
  multiple: boolean | null;
809
- density: Density;
814
+ readonly: boolean | null;
810
815
  indeterminate: boolean;
816
+ density: Density;
811
817
  ripple: boolean | {
812
818
  class: string;
813
819
  } | undefined;
@@ -816,14 +822,14 @@ declare const VCheckboxBtn: {
816
822
  valueComparator: typeof deepEqual;
817
823
  indeterminateIcon: IconValue;
818
824
  } & {
819
- class?: any;
820
- id?: string | undefined;
821
- label?: string | undefined;
822
825
  type?: string | undefined;
826
+ id?: string | undefined;
827
+ name?: string | undefined;
828
+ color?: string | undefined;
823
829
  value?: any;
830
+ label?: string | undefined;
831
+ class?: any;
824
832
  theme?: string | undefined;
825
- color?: string | undefined;
826
- name?: string | undefined;
827
833
  baseColor?: string | undefined;
828
834
  defaultsTarget?: string | undefined;
829
835
  trueValue?: any;
@@ -833,15 +839,15 @@ declare const VCheckboxBtn: {
833
839
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
834
840
  'update:modelValue': (value: any) => boolean;
835
841
  'update:indeterminate': (value: boolean) => boolean;
836
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
837
- style: vue.StyleValue;
842
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
843
+ inline: boolean;
838
844
  error: boolean;
845
+ style: vue.StyleValue;
839
846
  disabled: boolean | null;
840
- readonly: boolean | null;
841
- inline: boolean;
842
847
  multiple: boolean | null;
843
- density: Density;
848
+ readonly: boolean | null;
844
849
  indeterminate: boolean;
850
+ density: Density;
845
851
  ripple: boolean | {
846
852
  class: string;
847
853
  } | undefined;