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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2160 -2162
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +871 -873
  14. package/dist/vuetify.d.ts +10357 -10268
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +69 -68
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  155. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  156. package/lib/labs/VTreeview/index.d.mts +199 -199
  157. package/lib/labs/components.d.mts +1754 -1733
  158. package/package.json +9 -4
@@ -64,26 +64,26 @@ type VSelectionControlSlots = {
64
64
  };
65
65
  declare const VSelectionControl: {
66
66
  new (...args: any[]): vue.CreateComponentPublicInstance<{
67
- style: vue.StyleValue;
67
+ inline: boolean;
68
68
  error: boolean;
69
+ style: vue.StyleValue;
69
70
  disabled: boolean | null;
70
- readonly: boolean | null;
71
- inline: boolean;
72
71
  multiple: boolean | null;
72
+ readonly: boolean | null;
73
73
  density: Density;
74
74
  ripple: boolean | {
75
75
  class: string;
76
76
  } | undefined;
77
77
  valueComparator: typeof deepEqual;
78
78
  } & {
79
- class?: any;
80
- id?: string | undefined;
81
- label?: string | undefined;
82
79
  type?: string | undefined;
80
+ id?: string | undefined;
81
+ name?: string | undefined;
82
+ color?: string | undefined;
83
83
  value?: any;
84
+ label?: string | undefined;
85
+ class?: any;
84
86
  theme?: string | undefined;
85
- color?: string | undefined;
86
- name?: string | undefined;
87
87
  baseColor?: string | undefined;
88
88
  defaultsTarget?: string | undefined;
89
89
  falseIcon?: IconValue | undefined;
@@ -95,27 +95,27 @@ declare const VSelectionControl: {
95
95
  input: Ref<HTMLInputElement | undefined>;
96
96
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
97
97
  'update:modelValue': (value: any) => boolean;
98
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
99
- style: vue.StyleValue;
98
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
99
+ inline: boolean;
100
100
  error: boolean;
101
+ style: vue.StyleValue;
101
102
  disabled: boolean | null;
102
- readonly: boolean | null;
103
- inline: boolean;
104
103
  multiple: boolean | null;
104
+ readonly: boolean | null;
105
105
  density: Density;
106
106
  ripple: boolean | {
107
107
  class: string;
108
108
  } | undefined;
109
109
  valueComparator: typeof deepEqual;
110
110
  } & {
111
- class?: any;
112
- id?: string | undefined;
113
- label?: string | undefined;
114
111
  type?: string | undefined;
112
+ id?: string | undefined;
113
+ name?: string | undefined;
114
+ color?: string | undefined;
115
115
  value?: any;
116
+ label?: string | undefined;
117
+ class?: any;
116
118
  theme?: string | undefined;
117
- color?: string | undefined;
118
- name?: string | undefined;
119
119
  baseColor?: string | undefined;
120
120
  defaultsTarget?: string | undefined;
121
121
  falseIcon?: IconValue | undefined;
@@ -123,12 +123,12 @@ declare const VSelectionControl: {
123
123
  trueValue?: any;
124
124
  falseValue?: any;
125
125
  } & {}, {
126
- style: vue.StyleValue;
126
+ inline: boolean;
127
127
  error: boolean;
128
+ style: vue.StyleValue;
128
129
  disabled: boolean | null;
129
- readonly: boolean | null;
130
- inline: boolean;
131
130
  multiple: boolean | null;
131
+ readonly: boolean | null;
132
132
  density: Density;
133
133
  ripple: boolean | {
134
134
  class: string;
@@ -158,26 +158,26 @@ declare const VSelectionControl: {
158
158
  M: {};
159
159
  Defaults: {};
160
160
  }, {
161
- style: vue.StyleValue;
161
+ inline: boolean;
162
162
  error: boolean;
163
+ style: vue.StyleValue;
163
164
  disabled: boolean | null;
164
- readonly: boolean | null;
165
- inline: boolean;
166
165
  multiple: boolean | null;
166
+ readonly: boolean | null;
167
167
  density: Density;
168
168
  ripple: boolean | {
169
169
  class: string;
170
170
  } | undefined;
171
171
  valueComparator: typeof deepEqual;
172
172
  } & {
173
- class?: any;
174
- id?: string | undefined;
175
- label?: string | undefined;
176
173
  type?: string | undefined;
174
+ id?: string | undefined;
175
+ name?: string | undefined;
176
+ color?: string | undefined;
177
177
  value?: any;
178
+ label?: string | undefined;
179
+ class?: any;
178
180
  theme?: string | undefined;
179
- color?: string | undefined;
180
- name?: string | undefined;
181
181
  baseColor?: string | undefined;
182
182
  defaultsTarget?: string | undefined;
183
183
  falseIcon?: IconValue | undefined;
@@ -188,12 +188,12 @@ declare const VSelectionControl: {
188
188
  isFocused: vue.ShallowRef<boolean>;
189
189
  input: Ref<HTMLInputElement | undefined>;
190
190
  }, {}, {}, {}, {
191
- style: vue.StyleValue;
191
+ inline: boolean;
192
192
  error: boolean;
193
+ style: vue.StyleValue;
193
194
  disabled: boolean | null;
194
- readonly: boolean | null;
195
- inline: boolean;
196
195
  multiple: boolean | null;
196
+ readonly: boolean | null;
197
197
  density: Density;
198
198
  ripple: boolean | {
199
199
  class: string;
@@ -204,26 +204,26 @@ declare const VSelectionControl: {
204
204
  __isTeleport?: undefined;
205
205
  __isSuspense?: undefined;
206
206
  } & vue.ComponentOptionsBase<{
207
- style: vue.StyleValue;
207
+ inline: boolean;
208
208
  error: boolean;
209
+ style: vue.StyleValue;
209
210
  disabled: boolean | null;
210
- readonly: boolean | null;
211
- inline: boolean;
212
211
  multiple: boolean | null;
212
+ readonly: boolean | null;
213
213
  density: Density;
214
214
  ripple: boolean | {
215
215
  class: string;
216
216
  } | undefined;
217
217
  valueComparator: typeof deepEqual;
218
218
  } & {
219
- class?: any;
220
- id?: string | undefined;
221
- label?: string | undefined;
222
219
  type?: string | undefined;
220
+ id?: string | undefined;
221
+ name?: string | undefined;
222
+ color?: string | undefined;
223
223
  value?: any;
224
+ label?: string | undefined;
225
+ class?: any;
224
226
  theme?: string | undefined;
225
- color?: string | undefined;
226
- name?: string | undefined;
227
227
  baseColor?: string | undefined;
228
228
  defaultsTarget?: string | undefined;
229
229
  falseIcon?: IconValue | undefined;
@@ -235,13 +235,13 @@ declare const VSelectionControl: {
235
235
  input: Ref<HTMLInputElement | undefined>;
236
236
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
237
237
  'update:modelValue': (value: any) => boolean;
238
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
239
- style: vue.StyleValue;
238
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
239
+ inline: boolean;
240
240
  error: boolean;
241
+ style: vue.StyleValue;
241
242
  disabled: boolean | null;
242
- readonly: boolean | null;
243
- inline: boolean;
244
243
  multiple: boolean | null;
244
+ readonly: boolean | null;
245
245
  density: Density;
246
246
  ripple: boolean | {
247
247
  class: string;
@@ -39,12 +39,12 @@ declare const IconValue: PropType<IconValue>;
39
39
 
40
40
  declare const VSelectionControlGroup: {
41
41
  new (...args: any[]): vue.CreateComponentPublicInstance<{
42
- style: vue.StyleValue;
42
+ inline: boolean;
43
43
  error: boolean;
44
+ style: vue.StyleValue;
44
45
  disabled: boolean | null;
45
- readonly: boolean | null;
46
- inline: boolean;
47
46
  multiple: boolean | null;
47
+ readonly: boolean | null;
48
48
  density: Density;
49
49
  ripple: boolean | {
50
50
  class: string;
@@ -52,23 +52,23 @@ declare const VSelectionControlGroup: {
52
52
  defaultsTarget: string;
53
53
  valueComparator: typeof deepEqual;
54
54
  } & {
55
- class?: any;
56
- id?: string | undefined;
57
55
  type?: string | undefined;
58
- theme?: string | undefined;
59
- color?: string | undefined;
56
+ id?: string | undefined;
60
57
  name?: string | undefined;
58
+ color?: string | undefined;
59
+ class?: any;
60
+ theme?: string | undefined;
61
61
  falseIcon?: IconValue | undefined;
62
62
  trueIcon?: IconValue | undefined;
63
63
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
64
64
  'update:modelValue': (value: any) => boolean;
65
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
66
- style: vue.StyleValue;
65
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
66
+ inline: boolean;
67
67
  error: boolean;
68
+ style: vue.StyleValue;
68
69
  disabled: boolean | null;
69
- readonly: boolean | null;
70
- inline: boolean;
71
70
  multiple: boolean | null;
71
+ readonly: boolean | null;
72
72
  density: Density;
73
73
  ripple: boolean | {
74
74
  class: string;
@@ -76,21 +76,21 @@ declare const VSelectionControlGroup: {
76
76
  defaultsTarget: string;
77
77
  valueComparator: typeof deepEqual;
78
78
  } & {
79
- class?: any;
80
- id?: string | undefined;
81
79
  type?: string | undefined;
82
- theme?: string | undefined;
83
- color?: string | undefined;
80
+ id?: string | undefined;
84
81
  name?: string | undefined;
82
+ color?: string | undefined;
83
+ class?: any;
84
+ theme?: string | undefined;
85
85
  falseIcon?: IconValue | undefined;
86
86
  trueIcon?: IconValue | undefined;
87
87
  } & {}, {
88
- style: vue.StyleValue;
88
+ inline: boolean;
89
89
  error: boolean;
90
+ style: vue.StyleValue;
90
91
  disabled: boolean | null;
91
- readonly: boolean | null;
92
- inline: boolean;
93
92
  multiple: boolean | null;
93
+ readonly: boolean | null;
94
94
  density: Density;
95
95
  ripple: boolean | {
96
96
  class: string;
@@ -109,12 +109,12 @@ declare const VSelectionControlGroup: {
109
109
  M: {};
110
110
  Defaults: {};
111
111
  }, {
112
- style: vue.StyleValue;
112
+ inline: boolean;
113
113
  error: boolean;
114
+ style: vue.StyleValue;
114
115
  disabled: boolean | null;
115
- readonly: boolean | null;
116
- inline: boolean;
117
116
  multiple: boolean | null;
117
+ readonly: boolean | null;
118
118
  density: Density;
119
119
  ripple: boolean | {
120
120
  class: string;
@@ -122,21 +122,21 @@ declare const VSelectionControlGroup: {
122
122
  defaultsTarget: string;
123
123
  valueComparator: typeof deepEqual;
124
124
  } & {
125
- class?: any;
126
- id?: string | undefined;
127
125
  type?: string | undefined;
128
- theme?: string | undefined;
129
- color?: string | undefined;
126
+ id?: string | undefined;
130
127
  name?: string | undefined;
128
+ color?: string | undefined;
129
+ class?: any;
130
+ theme?: string | undefined;
131
131
  falseIcon?: IconValue | undefined;
132
132
  trueIcon?: IconValue | undefined;
133
133
  } & {}, {}, {}, {}, {}, {
134
- style: vue.StyleValue;
134
+ inline: boolean;
135
135
  error: boolean;
136
+ style: vue.StyleValue;
136
137
  disabled: boolean | null;
137
- readonly: boolean | null;
138
- inline: boolean;
139
138
  multiple: boolean | null;
139
+ readonly: boolean | null;
140
140
  density: Density;
141
141
  ripple: boolean | {
142
142
  class: string;
@@ -148,12 +148,12 @@ declare const VSelectionControlGroup: {
148
148
  __isTeleport?: undefined;
149
149
  __isSuspense?: undefined;
150
150
  } & vue.ComponentOptionsBase<{
151
- style: vue.StyleValue;
151
+ inline: boolean;
152
152
  error: boolean;
153
+ style: vue.StyleValue;
153
154
  disabled: boolean | null;
154
- readonly: boolean | null;
155
- inline: boolean;
156
155
  multiple: boolean | null;
156
+ readonly: boolean | null;
157
157
  density: Density;
158
158
  ripple: boolean | {
159
159
  class: string;
@@ -161,23 +161,23 @@ declare const VSelectionControlGroup: {
161
161
  defaultsTarget: string;
162
162
  valueComparator: typeof deepEqual;
163
163
  } & {
164
- class?: any;
165
- id?: string | undefined;
166
164
  type?: string | undefined;
167
- theme?: string | undefined;
168
- color?: string | undefined;
165
+ id?: string | undefined;
169
166
  name?: string | undefined;
167
+ color?: string | undefined;
168
+ class?: any;
169
+ theme?: string | undefined;
170
170
  falseIcon?: IconValue | undefined;
171
171
  trueIcon?: IconValue | undefined;
172
172
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
173
173
  'update:modelValue': (value: any) => boolean;
174
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue">, string, {
175
- style: vue.StyleValue;
174
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, string, {
175
+ inline: boolean;
176
176
  error: boolean;
177
+ style: vue.StyleValue;
177
178
  disabled: boolean | null;
178
- readonly: boolean | null;
179
- inline: boolean;
180
179
  multiple: boolean | null;
180
+ readonly: boolean | null;
181
181
  density: Density;
182
182
  ripple: boolean | {
183
183
  class: string;
@@ -17,20 +17,20 @@ declare const VSheet: {
17
17
  tag: string;
18
18
  tile: boolean;
19
19
  } & {
20
- class?: any;
21
- width?: string | number | undefined;
20
+ location?: Anchor | undefined;
22
21
  height?: string | number | undefined;
23
- theme?: string | undefined;
24
- color?: string | undefined;
22
+ width?: string | number | undefined;
25
23
  border?: string | number | boolean | undefined;
26
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
27
- rounded?: string | number | boolean | undefined;
24
+ color?: string | undefined;
28
25
  maxHeight?: string | number | undefined;
29
26
  maxWidth?: string | number | undefined;
30
27
  minHeight?: string | number | undefined;
31
28
  minWidth?: string | number | undefined;
29
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
30
+ class?: any;
32
31
  elevation?: string | number | undefined;
33
- location?: Anchor | undefined;
32
+ theme?: string | undefined;
33
+ rounded?: string | number | boolean | undefined;
34
34
  } & {
35
35
  $children?: vue.VNodeChild | {
36
36
  default?: (() => vue.VNodeChild) | undefined;
@@ -45,20 +45,20 @@ declare const VSheet: {
45
45
  tag: string;
46
46
  tile: boolean;
47
47
  } & {
48
- class?: any;
49
- width?: string | number | undefined;
48
+ location?: Anchor | undefined;
50
49
  height?: string | number | undefined;
51
- theme?: string | undefined;
52
- color?: string | undefined;
50
+ width?: string | number | undefined;
53
51
  border?: string | number | boolean | undefined;
54
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55
- rounded?: string | number | boolean | undefined;
52
+ color?: string | undefined;
56
53
  maxHeight?: string | number | undefined;
57
54
  maxWidth?: string | number | undefined;
58
55
  minHeight?: string | number | undefined;
59
56
  minWidth?: string | number | undefined;
57
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
58
+ class?: any;
60
59
  elevation?: string | number | undefined;
61
- location?: Anchor | undefined;
60
+ theme?: string | undefined;
61
+ rounded?: string | number | boolean | undefined;
62
62
  } & {
63
63
  $children?: vue.VNodeChild | {
64
64
  default?: (() => vue.VNodeChild) | undefined;
@@ -89,20 +89,20 @@ declare const VSheet: {
89
89
  tag: string;
90
90
  tile: boolean;
91
91
  } & {
92
- class?: any;
93
- width?: string | number | undefined;
92
+ location?: Anchor | undefined;
94
93
  height?: string | number | undefined;
95
- theme?: string | undefined;
96
- color?: string | undefined;
94
+ width?: string | number | undefined;
97
95
  border?: string | number | boolean | undefined;
98
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
99
- rounded?: string | number | boolean | undefined;
96
+ color?: string | undefined;
100
97
  maxHeight?: string | number | undefined;
101
98
  maxWidth?: string | number | undefined;
102
99
  minHeight?: string | number | undefined;
103
100
  minWidth?: string | number | undefined;
101
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
102
+ class?: any;
104
103
  elevation?: string | number | undefined;
105
- location?: Anchor | undefined;
104
+ theme?: string | undefined;
105
+ rounded?: string | number | boolean | undefined;
106
106
  } & {
107
107
  $children?: vue.VNodeChild | {
108
108
  default?: (() => vue.VNodeChild) | undefined;
@@ -126,20 +126,20 @@ declare const VSheet: {
126
126
  tag: string;
127
127
  tile: boolean;
128
128
  } & {
129
- class?: any;
130
- width?: string | number | undefined;
129
+ location?: Anchor | undefined;
131
130
  height?: string | number | undefined;
132
- theme?: string | undefined;
133
- color?: string | undefined;
131
+ width?: string | number | undefined;
134
132
  border?: string | number | boolean | undefined;
135
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
136
- rounded?: string | number | boolean | undefined;
133
+ color?: string | undefined;
137
134
  maxHeight?: string | number | undefined;
138
135
  maxWidth?: string | number | undefined;
139
136
  minHeight?: string | number | undefined;
140
137
  minWidth?: string | number | undefined;
138
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
139
+ class?: any;
141
140
  elevation?: string | number | undefined;
142
- location?: Anchor | undefined;
141
+ theme?: string | undefined;
142
+ rounded?: string | number | boolean | undefined;
143
143
  } & {
144
144
  $children?: vue.VNodeChild | {
145
145
  default?: (() => vue.VNodeChild) | undefined;
@@ -165,12 +165,12 @@ declare const VSheet: {
165
165
  default: string;
166
166
  };
167
167
  rounded: {
168
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
168
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
169
169
  default: undefined;
170
170
  };
171
171
  tile: BooleanConstructor;
172
172
  position: {
173
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
173
+ type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
174
174
  validator: (v: any) => boolean;
175
175
  };
176
176
  location: vue.PropType<Anchor>;
@@ -189,7 +189,7 @@ declare const VSheet: {
189
189
  type: vue.PropType<vue.StyleValue>;
190
190
  default: null;
191
191
  };
192
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
192
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
193
193
  color: StringConstructor;
194
194
  }, vue.ExtractPropTypes<{
195
195
  theme: StringConstructor;
@@ -198,12 +198,12 @@ declare const VSheet: {
198
198
  default: string;
199
199
  };
200
200
  rounded: {
201
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
201
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
202
202
  default: undefined;
203
203
  };
204
204
  tile: BooleanConstructor;
205
205
  position: {
206
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
206
+ type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
207
207
  validator: (v: any) => boolean;
208
208
  };
209
209
  location: vue.PropType<Anchor>;
@@ -222,7 +222,7 @@ declare const VSheet: {
222
222
  type: vue.PropType<vue.StyleValue>;
223
223
  default: null;
224
224
  };
225
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
225
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
226
226
  color: StringConstructor;
227
227
  }>>;
228
228
  type VSheet = InstanceType<typeof VSheet>;