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.
- package/dist/json/attributes.json +5 -5
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +14 -13
- package/dist/vuetify-labs.css +3711 -2990
- package/dist/vuetify-labs.d.ts +12315 -12306
- package/dist/vuetify-labs.esm.js +94 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1486 -765
- package/dist/vuetify.d.ts +11148 -11148
- package/dist/vuetify.esm.js +35 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +998 -998
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/index.d.mts +621 -621
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/index.d.mts +621 -621
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/index.d.mts +124 -124
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +53 -53
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VImg/index.d.mts +92 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +176 -176
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +420 -420
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/index.d.mts +621 -621
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11170 -11170
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +252 -243
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +188 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/index.d.mts +197 -197
- package/lib/labs/components.d.mts +1738 -1729
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +10 -5
- package/lib/styles/tools/_sheet.sass +0 -14
|
@@ -14,27 +14,27 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
14
14
|
declare const VProgressLinear: {
|
|
15
15
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
16
16
|
reverse: boolean;
|
|
17
|
-
|
|
17
|
+
max: string | number;
|
|
18
|
+
absolute: boolean;
|
|
19
|
+
location: NonNullable<Anchor>;
|
|
18
20
|
height: string | number;
|
|
19
21
|
active: boolean;
|
|
22
|
+
stream: boolean;
|
|
23
|
+
style: vue.StyleValue;
|
|
20
24
|
tag: string;
|
|
21
|
-
|
|
25
|
+
indeterminate: boolean;
|
|
22
26
|
modelValue: string | number;
|
|
23
27
|
tile: boolean;
|
|
24
|
-
location: NonNullable<Anchor>;
|
|
25
|
-
max: string | number;
|
|
26
|
-
indeterminate: boolean;
|
|
27
28
|
bufferValue: string | number;
|
|
28
29
|
clickable: boolean;
|
|
29
|
-
stream: boolean;
|
|
30
30
|
striped: boolean;
|
|
31
31
|
roundedBar: boolean;
|
|
32
32
|
} & {
|
|
33
|
+
color?: string | undefined;
|
|
34
|
+
opacity?: string | number | undefined;
|
|
33
35
|
class?: any;
|
|
34
36
|
theme?: string | undefined;
|
|
35
|
-
color?: string | undefined;
|
|
36
37
|
rounded?: string | number | boolean | undefined;
|
|
37
|
-
opacity?: string | number | undefined;
|
|
38
38
|
bgColor?: string | undefined;
|
|
39
39
|
bgOpacity?: string | number | undefined;
|
|
40
40
|
bufferColor?: string | undefined;
|
|
@@ -66,27 +66,27 @@ declare const VProgressLinear: {
|
|
|
66
66
|
'update:modelValue': (value: number) => boolean;
|
|
67
67
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
68
68
|
reverse: boolean;
|
|
69
|
-
|
|
69
|
+
max: string | number;
|
|
70
|
+
absolute: boolean;
|
|
71
|
+
location: NonNullable<Anchor>;
|
|
70
72
|
height: string | number;
|
|
71
73
|
active: boolean;
|
|
74
|
+
stream: boolean;
|
|
75
|
+
style: vue.StyleValue;
|
|
72
76
|
tag: string;
|
|
73
|
-
|
|
77
|
+
indeterminate: boolean;
|
|
74
78
|
modelValue: string | number;
|
|
75
79
|
tile: boolean;
|
|
76
|
-
location: NonNullable<Anchor>;
|
|
77
|
-
max: string | number;
|
|
78
|
-
indeterminate: boolean;
|
|
79
80
|
bufferValue: string | number;
|
|
80
81
|
clickable: boolean;
|
|
81
|
-
stream: boolean;
|
|
82
82
|
striped: boolean;
|
|
83
83
|
roundedBar: boolean;
|
|
84
84
|
} & {
|
|
85
|
+
color?: string | undefined;
|
|
86
|
+
opacity?: string | number | undefined;
|
|
85
87
|
class?: any;
|
|
86
88
|
theme?: string | undefined;
|
|
87
|
-
color?: string | undefined;
|
|
88
89
|
rounded?: string | number | boolean | undefined;
|
|
89
|
-
opacity?: string | number | undefined;
|
|
90
90
|
bgColor?: string | undefined;
|
|
91
91
|
bgOpacity?: string | number | undefined;
|
|
92
92
|
bufferColor?: string | undefined;
|
|
@@ -116,20 +116,20 @@ declare const VProgressLinear: {
|
|
|
116
116
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
117
117
|
}, {
|
|
118
118
|
reverse: boolean;
|
|
119
|
-
|
|
119
|
+
max: string | number;
|
|
120
|
+
absolute: boolean;
|
|
121
|
+
location: NonNullable<Anchor>;
|
|
120
122
|
height: string | number;
|
|
121
123
|
active: boolean;
|
|
124
|
+
stream: boolean;
|
|
125
|
+
style: vue.StyleValue;
|
|
122
126
|
tag: string;
|
|
123
|
-
|
|
127
|
+
indeterminate: boolean;
|
|
124
128
|
modelValue: string | number;
|
|
125
129
|
rounded: string | number | boolean;
|
|
126
130
|
tile: boolean;
|
|
127
|
-
location: NonNullable<Anchor>;
|
|
128
|
-
max: string | number;
|
|
129
|
-
indeterminate: boolean;
|
|
130
131
|
bufferValue: string | number;
|
|
131
132
|
clickable: boolean;
|
|
132
|
-
stream: boolean;
|
|
133
133
|
striped: boolean;
|
|
134
134
|
roundedBar: boolean;
|
|
135
135
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -148,27 +148,27 @@ declare const VProgressLinear: {
|
|
|
148
148
|
Defaults: {};
|
|
149
149
|
}, {
|
|
150
150
|
reverse: boolean;
|
|
151
|
-
|
|
151
|
+
max: string | number;
|
|
152
|
+
absolute: boolean;
|
|
153
|
+
location: NonNullable<Anchor>;
|
|
152
154
|
height: string | number;
|
|
153
155
|
active: boolean;
|
|
156
|
+
stream: boolean;
|
|
157
|
+
style: vue.StyleValue;
|
|
154
158
|
tag: string;
|
|
155
|
-
|
|
159
|
+
indeterminate: boolean;
|
|
156
160
|
modelValue: string | number;
|
|
157
161
|
tile: boolean;
|
|
158
|
-
location: NonNullable<Anchor>;
|
|
159
|
-
max: string | number;
|
|
160
|
-
indeterminate: boolean;
|
|
161
162
|
bufferValue: string | number;
|
|
162
163
|
clickable: boolean;
|
|
163
|
-
stream: boolean;
|
|
164
164
|
striped: boolean;
|
|
165
165
|
roundedBar: boolean;
|
|
166
166
|
} & {
|
|
167
|
+
color?: string | undefined;
|
|
168
|
+
opacity?: string | number | undefined;
|
|
167
169
|
class?: any;
|
|
168
170
|
theme?: string | undefined;
|
|
169
|
-
color?: string | undefined;
|
|
170
171
|
rounded?: string | number | boolean | undefined;
|
|
171
|
-
opacity?: string | number | undefined;
|
|
172
172
|
bgColor?: string | undefined;
|
|
173
173
|
bgOpacity?: string | number | undefined;
|
|
174
174
|
bufferColor?: string | undefined;
|
|
@@ -198,20 +198,20 @@ declare const VProgressLinear: {
|
|
|
198
198
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
199
199
|
}, {}, {}, {}, {}, {
|
|
200
200
|
reverse: boolean;
|
|
201
|
-
|
|
201
|
+
max: string | number;
|
|
202
|
+
absolute: boolean;
|
|
203
|
+
location: NonNullable<Anchor>;
|
|
202
204
|
height: string | number;
|
|
203
205
|
active: boolean;
|
|
206
|
+
stream: boolean;
|
|
207
|
+
style: vue.StyleValue;
|
|
204
208
|
tag: string;
|
|
205
|
-
|
|
209
|
+
indeterminate: boolean;
|
|
206
210
|
modelValue: string | number;
|
|
207
211
|
rounded: string | number | boolean;
|
|
208
212
|
tile: boolean;
|
|
209
|
-
location: NonNullable<Anchor>;
|
|
210
|
-
max: string | number;
|
|
211
|
-
indeterminate: boolean;
|
|
212
213
|
bufferValue: string | number;
|
|
213
214
|
clickable: boolean;
|
|
214
|
-
stream: boolean;
|
|
215
215
|
striped: boolean;
|
|
216
216
|
roundedBar: boolean;
|
|
217
217
|
}>;
|
|
@@ -220,27 +220,27 @@ declare const VProgressLinear: {
|
|
|
220
220
|
__isSuspense?: undefined;
|
|
221
221
|
} & vue.ComponentOptionsBase<{
|
|
222
222
|
reverse: boolean;
|
|
223
|
-
|
|
223
|
+
max: string | number;
|
|
224
|
+
absolute: boolean;
|
|
225
|
+
location: NonNullable<Anchor>;
|
|
224
226
|
height: string | number;
|
|
225
227
|
active: boolean;
|
|
228
|
+
stream: boolean;
|
|
229
|
+
style: vue.StyleValue;
|
|
226
230
|
tag: string;
|
|
227
|
-
|
|
231
|
+
indeterminate: boolean;
|
|
228
232
|
modelValue: string | number;
|
|
229
233
|
tile: boolean;
|
|
230
|
-
location: NonNullable<Anchor>;
|
|
231
|
-
max: string | number;
|
|
232
|
-
indeterminate: boolean;
|
|
233
234
|
bufferValue: string | number;
|
|
234
235
|
clickable: boolean;
|
|
235
|
-
stream: boolean;
|
|
236
236
|
striped: boolean;
|
|
237
237
|
roundedBar: boolean;
|
|
238
238
|
} & {
|
|
239
|
+
color?: string | undefined;
|
|
240
|
+
opacity?: string | number | undefined;
|
|
239
241
|
class?: any;
|
|
240
242
|
theme?: string | undefined;
|
|
241
|
-
color?: string | undefined;
|
|
242
243
|
rounded?: string | number | boolean | undefined;
|
|
243
|
-
opacity?: string | number | undefined;
|
|
244
244
|
bgColor?: string | undefined;
|
|
245
245
|
bgOpacity?: string | number | undefined;
|
|
246
246
|
bufferColor?: string | undefined;
|
|
@@ -272,20 +272,20 @@ declare const VProgressLinear: {
|
|
|
272
272
|
'update:modelValue': (value: number) => boolean;
|
|
273
273
|
}, string, {
|
|
274
274
|
reverse: boolean;
|
|
275
|
-
|
|
275
|
+
max: string | number;
|
|
276
|
+
absolute: boolean;
|
|
277
|
+
location: NonNullable<Anchor>;
|
|
276
278
|
height: string | number;
|
|
277
279
|
active: boolean;
|
|
280
|
+
stream: boolean;
|
|
281
|
+
style: vue.StyleValue;
|
|
278
282
|
tag: string;
|
|
279
|
-
|
|
283
|
+
indeterminate: boolean;
|
|
280
284
|
modelValue: string | number;
|
|
281
285
|
rounded: string | number | boolean;
|
|
282
286
|
tile: boolean;
|
|
283
|
-
location: NonNullable<Anchor>;
|
|
284
|
-
max: string | number;
|
|
285
|
-
indeterminate: boolean;
|
|
286
287
|
bufferValue: string | number;
|
|
287
288
|
clickable: boolean;
|
|
288
|
-
stream: boolean;
|
|
289
289
|
striped: boolean;
|
|
290
290
|
roundedBar: boolean;
|
|
291
291
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -302,7 +302,7 @@ declare const VProgressLinear: {
|
|
|
302
302
|
default: string;
|
|
303
303
|
};
|
|
304
304
|
rounded: {
|
|
305
|
-
type: (StringConstructor |
|
|
305
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
306
306
|
default: undefined;
|
|
307
307
|
};
|
|
308
308
|
tile: BooleanConstructor;
|
|
@@ -355,7 +355,7 @@ declare const VProgressLinear: {
|
|
|
355
355
|
default: string;
|
|
356
356
|
};
|
|
357
357
|
rounded: {
|
|
358
|
-
type: (StringConstructor |
|
|
358
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
359
359
|
default: undefined;
|
|
360
360
|
};
|
|
361
361
|
tile: BooleanConstructor;
|
|
@@ -29,12 +29,12 @@ type SelectionControlSlot = {
|
|
|
29
29
|
|
|
30
30
|
declare const VRadio: {
|
|
31
31
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
32
|
-
|
|
32
|
+
inline: boolean;
|
|
33
33
|
error: boolean;
|
|
34
|
+
style: vue.StyleValue;
|
|
34
35
|
disabled: boolean | null;
|
|
35
|
-
readonly: boolean | null;
|
|
36
|
-
inline: boolean;
|
|
37
36
|
multiple: boolean | null;
|
|
37
|
+
readonly: boolean | null;
|
|
38
38
|
density: Density;
|
|
39
39
|
ripple: boolean | {
|
|
40
40
|
class: string;
|
|
@@ -43,14 +43,14 @@ declare const VRadio: {
|
|
|
43
43
|
trueIcon: NonNullable<IconValue>;
|
|
44
44
|
valueComparator: typeof deepEqual;
|
|
45
45
|
} & {
|
|
46
|
-
class?: any;
|
|
47
|
-
id?: string | undefined;
|
|
48
|
-
label?: string | undefined;
|
|
49
46
|
type?: string | undefined;
|
|
47
|
+
id?: string | undefined;
|
|
48
|
+
name?: string | undefined;
|
|
49
|
+
color?: string | undefined;
|
|
50
50
|
value?: any;
|
|
51
|
+
label?: string | undefined;
|
|
52
|
+
class?: any;
|
|
51
53
|
theme?: string | undefined;
|
|
52
|
-
color?: string | undefined;
|
|
53
|
-
name?: string | undefined;
|
|
54
54
|
modelValue?: any;
|
|
55
55
|
baseColor?: string | undefined;
|
|
56
56
|
defaultsTarget?: string | undefined;
|
|
@@ -93,12 +93,12 @@ declare const VRadio: {
|
|
|
93
93
|
}) => vue.VNodeChild) | undefined;
|
|
94
94
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
95
95
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
96
|
-
|
|
96
|
+
inline: boolean;
|
|
97
97
|
error: boolean;
|
|
98
|
+
style: vue.StyleValue;
|
|
98
99
|
disabled: boolean | null;
|
|
99
|
-
readonly: boolean | null;
|
|
100
|
-
inline: boolean;
|
|
101
100
|
multiple: boolean | null;
|
|
101
|
+
readonly: boolean | null;
|
|
102
102
|
density: Density;
|
|
103
103
|
ripple: boolean | {
|
|
104
104
|
class: string;
|
|
@@ -107,14 +107,14 @@ declare const VRadio: {
|
|
|
107
107
|
trueIcon: NonNullable<IconValue>;
|
|
108
108
|
valueComparator: typeof deepEqual;
|
|
109
109
|
} & {
|
|
110
|
-
class?: any;
|
|
111
|
-
id?: string | undefined;
|
|
112
|
-
label?: string | undefined;
|
|
113
110
|
type?: string | undefined;
|
|
111
|
+
id?: string | undefined;
|
|
112
|
+
name?: string | undefined;
|
|
113
|
+
color?: string | undefined;
|
|
114
114
|
value?: any;
|
|
115
|
+
label?: string | undefined;
|
|
116
|
+
class?: any;
|
|
115
117
|
theme?: string | undefined;
|
|
116
|
-
color?: string | undefined;
|
|
117
|
-
name?: string | undefined;
|
|
118
118
|
modelValue?: any;
|
|
119
119
|
baseColor?: string | undefined;
|
|
120
120
|
defaultsTarget?: string | undefined;
|
|
@@ -157,12 +157,12 @@ declare const VRadio: {
|
|
|
157
157
|
}) => vue.VNodeChild) | undefined;
|
|
158
158
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
159
159
|
}, {
|
|
160
|
-
|
|
160
|
+
inline: boolean;
|
|
161
161
|
error: boolean;
|
|
162
|
+
style: vue.StyleValue;
|
|
162
163
|
disabled: boolean | null;
|
|
163
|
-
readonly: boolean | null;
|
|
164
|
-
inline: boolean;
|
|
165
164
|
multiple: boolean | null;
|
|
165
|
+
readonly: boolean | null;
|
|
166
166
|
density: Density;
|
|
167
167
|
ripple: boolean | {
|
|
168
168
|
class: string;
|
|
@@ -194,12 +194,12 @@ declare const VRadio: {
|
|
|
194
194
|
M: {};
|
|
195
195
|
Defaults: {};
|
|
196
196
|
}, {
|
|
197
|
-
|
|
197
|
+
inline: boolean;
|
|
198
198
|
error: boolean;
|
|
199
|
+
style: vue.StyleValue;
|
|
199
200
|
disabled: boolean | null;
|
|
200
|
-
readonly: boolean | null;
|
|
201
|
-
inline: boolean;
|
|
202
201
|
multiple: boolean | null;
|
|
202
|
+
readonly: boolean | null;
|
|
203
203
|
density: Density;
|
|
204
204
|
ripple: boolean | {
|
|
205
205
|
class: string;
|
|
@@ -208,14 +208,14 @@ declare const VRadio: {
|
|
|
208
208
|
trueIcon: NonNullable<IconValue>;
|
|
209
209
|
valueComparator: typeof deepEqual;
|
|
210
210
|
} & {
|
|
211
|
-
class?: any;
|
|
212
|
-
id?: string | undefined;
|
|
213
|
-
label?: string | undefined;
|
|
214
211
|
type?: string | undefined;
|
|
212
|
+
id?: string | undefined;
|
|
213
|
+
name?: string | undefined;
|
|
214
|
+
color?: string | undefined;
|
|
215
215
|
value?: any;
|
|
216
|
+
label?: string | undefined;
|
|
217
|
+
class?: any;
|
|
216
218
|
theme?: string | undefined;
|
|
217
|
-
color?: string | undefined;
|
|
218
|
-
name?: string | undefined;
|
|
219
219
|
modelValue?: any;
|
|
220
220
|
baseColor?: string | undefined;
|
|
221
221
|
defaultsTarget?: string | undefined;
|
|
@@ -258,12 +258,12 @@ declare const VRadio: {
|
|
|
258
258
|
}) => vue.VNodeChild) | undefined;
|
|
259
259
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
260
260
|
}, {}, {}, {}, {}, {
|
|
261
|
-
|
|
261
|
+
inline: boolean;
|
|
262
262
|
error: boolean;
|
|
263
|
+
style: vue.StyleValue;
|
|
263
264
|
disabled: boolean | null;
|
|
264
|
-
readonly: boolean | null;
|
|
265
|
-
inline: boolean;
|
|
266
265
|
multiple: boolean | null;
|
|
266
|
+
readonly: boolean | null;
|
|
267
267
|
density: Density;
|
|
268
268
|
ripple: boolean | {
|
|
269
269
|
class: string;
|
|
@@ -276,12 +276,12 @@ declare const VRadio: {
|
|
|
276
276
|
__isTeleport?: undefined;
|
|
277
277
|
__isSuspense?: undefined;
|
|
278
278
|
} & vue.ComponentOptionsBase<{
|
|
279
|
-
|
|
279
|
+
inline: boolean;
|
|
280
280
|
error: boolean;
|
|
281
|
+
style: vue.StyleValue;
|
|
281
282
|
disabled: boolean | null;
|
|
282
|
-
readonly: boolean | null;
|
|
283
|
-
inline: boolean;
|
|
284
283
|
multiple: boolean | null;
|
|
284
|
+
readonly: boolean | null;
|
|
285
285
|
density: Density;
|
|
286
286
|
ripple: boolean | {
|
|
287
287
|
class: string;
|
|
@@ -290,14 +290,14 @@ declare const VRadio: {
|
|
|
290
290
|
trueIcon: NonNullable<IconValue>;
|
|
291
291
|
valueComparator: typeof deepEqual;
|
|
292
292
|
} & {
|
|
293
|
-
class?: any;
|
|
294
|
-
id?: string | undefined;
|
|
295
|
-
label?: string | undefined;
|
|
296
293
|
type?: string | undefined;
|
|
294
|
+
id?: string | undefined;
|
|
295
|
+
name?: string | undefined;
|
|
296
|
+
color?: string | undefined;
|
|
297
297
|
value?: any;
|
|
298
|
+
label?: string | undefined;
|
|
299
|
+
class?: any;
|
|
298
300
|
theme?: string | undefined;
|
|
299
|
-
color?: string | undefined;
|
|
300
|
-
name?: string | undefined;
|
|
301
301
|
modelValue?: any;
|
|
302
302
|
baseColor?: string | undefined;
|
|
303
303
|
defaultsTarget?: string | undefined;
|
|
@@ -340,12 +340,12 @@ declare const VRadio: {
|
|
|
340
340
|
}) => vue.VNodeChild) | undefined;
|
|
341
341
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
342
342
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
343
|
-
|
|
343
|
+
inline: boolean;
|
|
344
344
|
error: boolean;
|
|
345
|
+
style: vue.StyleValue;
|
|
345
346
|
disabled: boolean | null;
|
|
346
|
-
readonly: boolean | null;
|
|
347
|
-
inline: boolean;
|
|
348
347
|
multiple: boolean | null;
|
|
348
|
+
readonly: boolean | null;
|
|
349
349
|
density: Density;
|
|
350
350
|
ripple: boolean | {
|
|
351
351
|
class: string;
|