vuetify 3.6.13 → 3.7.0-beta.1
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 +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- 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/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -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/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/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- 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.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- 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/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- 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 +224 -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/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -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
|
-
|
|
122
|
+
id?: string | undefined;
|
|
126
123
|
width?: string | number | undefined;
|
|
127
|
-
theme?: string | undefined;
|
|
128
|
-
color?: string | undefined;
|
|
129
124
|
name?: string | undefined;
|
|
130
|
-
|
|
131
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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" | "
|
|
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
|
-
|
|
176
|
+
id?: string | undefined;
|
|
180
177
|
width?: string | number | undefined;
|
|
181
|
-
theme?: string | undefined;
|
|
182
|
-
color?: string | undefined;
|
|
183
178
|
name?: string | undefined;
|
|
184
|
-
|
|
185
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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
|
-
|
|
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
|
-
|
|
286
|
+
id?: string | undefined;
|
|
290
287
|
width?: string | number | undefined;
|
|
291
|
-
theme?: string | undefined;
|
|
292
|
-
color?: string | undefined;
|
|
293
288
|
name?: string | undefined;
|
|
294
|
-
|
|
295
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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
|
-
|
|
365
|
+
id?: string | undefined;
|
|
369
366
|
width?: string | number | undefined;
|
|
370
|
-
theme?: string | undefined;
|
|
371
|
-
color?: string | undefined;
|
|
372
367
|
name?: string | undefined;
|
|
373
|
-
|
|
374
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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" | "
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
467
|
+
multiple: {
|
|
470
468
|
type: vue.PropType<boolean | null>;
|
|
471
469
|
default: null;
|
|
472
470
|
};
|
|
473
|
-
|
|
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,7 +521,7 @@ declare const VCheckbox: {
|
|
|
521
521
|
type: vue.PropType<readonly ValidationRule[]>;
|
|
522
522
|
default: () => never[];
|
|
523
523
|
};
|
|
524
|
-
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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)[];
|
|
@@ -548,39 +548,39 @@ declare const VCheckbox: {
|
|
|
548
548
|
'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
|
|
549
549
|
'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
|
|
550
550
|
}, vue.ExtractPropTypes<{
|
|
551
|
-
|
|
551
|
+
type: StringConstructor;
|
|
552
|
+
error: BooleanConstructor;
|
|
553
|
+
id: StringConstructor;
|
|
554
|
+
name: StringConstructor;
|
|
555
|
+
color: StringConstructor;
|
|
556
|
+
value: null;
|
|
557
|
+
label: StringConstructor;
|
|
552
558
|
style: {
|
|
553
559
|
type: vue.PropType<vue.StyleValue>;
|
|
554
560
|
default: null;
|
|
555
561
|
};
|
|
556
|
-
id: StringConstructor;
|
|
557
|
-
label: StringConstructor;
|
|
558
|
-
type: StringConstructor;
|
|
559
|
-
value: null;
|
|
560
|
-
error: BooleanConstructor;
|
|
561
|
-
theme: StringConstructor;
|
|
562
|
-
color: StringConstructor;
|
|
563
|
-
name: StringConstructor;
|
|
564
562
|
disabled: {
|
|
565
563
|
type: vue.PropType<boolean | null>;
|
|
566
564
|
default: null;
|
|
567
565
|
};
|
|
568
|
-
|
|
566
|
+
multiple: {
|
|
569
567
|
type: vue.PropType<boolean | null>;
|
|
570
568
|
default: null;
|
|
571
569
|
};
|
|
572
|
-
|
|
573
|
-
multiple: {
|
|
570
|
+
readonly: {
|
|
574
571
|
type: vue.PropType<boolean | null>;
|
|
575
572
|
default: null;
|
|
576
573
|
};
|
|
574
|
+
class: vue.PropType<any>;
|
|
575
|
+
indeterminate: BooleanConstructor;
|
|
576
|
+
theme: StringConstructor;
|
|
577
|
+
modelValue: null;
|
|
577
578
|
density: {
|
|
578
579
|
type: vue.PropType<Density>;
|
|
579
580
|
default: string;
|
|
580
581
|
validator: (v: any) => boolean;
|
|
581
582
|
};
|
|
582
583
|
baseColor: StringConstructor;
|
|
583
|
-
indeterminate: BooleanConstructor;
|
|
584
584
|
ripple: {
|
|
585
585
|
type: vue.PropType<boolean | {
|
|
586
586
|
class: string;
|
|
@@ -620,7 +620,7 @@ declare const VCheckbox: {
|
|
|
620
620
|
type: vue.PropType<readonly ValidationRule[]>;
|
|
621
621
|
default: () => never[];
|
|
622
622
|
};
|
|
623
|
-
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | 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>;
|
|
624
624
|
validationValue: null;
|
|
625
625
|
width: (StringConstructor | NumberConstructor)[];
|
|
626
626
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -651,14 +651,14 @@ type VCheckbox = InstanceType<typeof VCheckbox>;
|
|
|
651
651
|
|
|
652
652
|
declare const VCheckboxBtn: {
|
|
653
653
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
654
|
-
|
|
654
|
+
inline: boolean;
|
|
655
655
|
error: boolean;
|
|
656
|
+
style: vue.StyleValue;
|
|
656
657
|
disabled: boolean | null;
|
|
657
|
-
readonly: boolean | null;
|
|
658
|
-
inline: boolean;
|
|
659
658
|
multiple: boolean | null;
|
|
660
|
-
|
|
659
|
+
readonly: boolean | null;
|
|
661
660
|
indeterminate: boolean;
|
|
661
|
+
density: Density;
|
|
662
662
|
ripple: boolean | {
|
|
663
663
|
class: string;
|
|
664
664
|
} | undefined;
|
|
@@ -667,14 +667,14 @@ declare const VCheckboxBtn: {
|
|
|
667
667
|
valueComparator: typeof deepEqual;
|
|
668
668
|
indeterminateIcon: IconValue;
|
|
669
669
|
} & {
|
|
670
|
-
class?: any;
|
|
671
|
-
id?: string | undefined;
|
|
672
|
-
label?: string | undefined;
|
|
673
670
|
type?: string | undefined;
|
|
671
|
+
id?: string | undefined;
|
|
672
|
+
name?: string | undefined;
|
|
673
|
+
color?: string | undefined;
|
|
674
674
|
value?: any;
|
|
675
|
+
label?: string | undefined;
|
|
676
|
+
class?: any;
|
|
675
677
|
theme?: string | undefined;
|
|
676
|
-
color?: string | undefined;
|
|
677
|
-
name?: string | undefined;
|
|
678
678
|
baseColor?: string | undefined;
|
|
679
679
|
defaultsTarget?: string | undefined;
|
|
680
680
|
trueValue?: any;
|
|
@@ -684,15 +684,15 @@ declare const VCheckboxBtn: {
|
|
|
684
684
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
685
685
|
'update:modelValue': (value: any) => boolean;
|
|
686
686
|
'update:indeterminate': (value: boolean) => boolean;
|
|
687
|
-
}, "v-slot:default" | "
|
|
688
|
-
|
|
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;
|
|
689
689
|
error: boolean;
|
|
690
|
+
style: vue.StyleValue;
|
|
690
691
|
disabled: boolean | null;
|
|
691
|
-
readonly: boolean | null;
|
|
692
|
-
inline: boolean;
|
|
693
692
|
multiple: boolean | null;
|
|
694
|
-
|
|
693
|
+
readonly: boolean | null;
|
|
695
694
|
indeterminate: boolean;
|
|
695
|
+
density: Density;
|
|
696
696
|
ripple: boolean | {
|
|
697
697
|
class: string;
|
|
698
698
|
} | undefined;
|
|
@@ -701,14 +701,14 @@ declare const VCheckboxBtn: {
|
|
|
701
701
|
valueComparator: typeof deepEqual;
|
|
702
702
|
indeterminateIcon: IconValue;
|
|
703
703
|
} & {
|
|
704
|
-
class?: any;
|
|
705
|
-
id?: string | undefined;
|
|
706
|
-
label?: string | undefined;
|
|
707
704
|
type?: string | undefined;
|
|
705
|
+
id?: string | undefined;
|
|
706
|
+
name?: string | undefined;
|
|
707
|
+
color?: string | undefined;
|
|
708
708
|
value?: any;
|
|
709
|
+
label?: string | undefined;
|
|
710
|
+
class?: any;
|
|
709
711
|
theme?: string | undefined;
|
|
710
|
-
color?: string | undefined;
|
|
711
|
-
name?: string | undefined;
|
|
712
712
|
baseColor?: string | undefined;
|
|
713
713
|
defaultsTarget?: string | undefined;
|
|
714
714
|
trueValue?: any;
|
|
@@ -716,14 +716,14 @@ declare const VCheckboxBtn: {
|
|
|
716
716
|
} & {
|
|
717
717
|
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
718
718
|
}, {
|
|
719
|
-
|
|
719
|
+
inline: boolean;
|
|
720
720
|
error: boolean;
|
|
721
|
+
style: vue.StyleValue;
|
|
721
722
|
disabled: boolean | null;
|
|
722
|
-
readonly: boolean | null;
|
|
723
|
-
inline: boolean;
|
|
724
723
|
multiple: boolean | null;
|
|
725
|
-
|
|
724
|
+
readonly: boolean | null;
|
|
726
725
|
indeterminate: boolean;
|
|
726
|
+
density: Density;
|
|
727
727
|
ripple: boolean | {
|
|
728
728
|
class: string;
|
|
729
729
|
} | undefined;
|
|
@@ -755,14 +755,14 @@ declare const VCheckboxBtn: {
|
|
|
755
755
|
M: {};
|
|
756
756
|
Defaults: {};
|
|
757
757
|
}, {
|
|
758
|
-
|
|
758
|
+
inline: boolean;
|
|
759
759
|
error: boolean;
|
|
760
|
+
style: vue.StyleValue;
|
|
760
761
|
disabled: boolean | null;
|
|
761
|
-
readonly: boolean | null;
|
|
762
|
-
inline: boolean;
|
|
763
762
|
multiple: boolean | null;
|
|
764
|
-
|
|
763
|
+
readonly: boolean | null;
|
|
765
764
|
indeterminate: boolean;
|
|
765
|
+
density: Density;
|
|
766
766
|
ripple: boolean | {
|
|
767
767
|
class: string;
|
|
768
768
|
} | undefined;
|
|
@@ -771,14 +771,14 @@ declare const VCheckboxBtn: {
|
|
|
771
771
|
valueComparator: typeof deepEqual;
|
|
772
772
|
indeterminateIcon: IconValue;
|
|
773
773
|
} & {
|
|
774
|
-
class?: any;
|
|
775
|
-
id?: string | undefined;
|
|
776
|
-
label?: string | undefined;
|
|
777
774
|
type?: string | undefined;
|
|
775
|
+
id?: string | undefined;
|
|
776
|
+
name?: string | undefined;
|
|
777
|
+
color?: string | undefined;
|
|
778
778
|
value?: any;
|
|
779
|
+
label?: string | undefined;
|
|
780
|
+
class?: any;
|
|
779
781
|
theme?: string | undefined;
|
|
780
|
-
color?: string | undefined;
|
|
781
|
-
name?: string | undefined;
|
|
782
782
|
baseColor?: string | undefined;
|
|
783
783
|
defaultsTarget?: string | undefined;
|
|
784
784
|
trueValue?: any;
|
|
@@ -786,14 +786,14 @@ declare const VCheckboxBtn: {
|
|
|
786
786
|
} & {
|
|
787
787
|
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
788
788
|
}, {}, {}, {}, {}, {
|
|
789
|
-
|
|
789
|
+
inline: boolean;
|
|
790
790
|
error: boolean;
|
|
791
|
+
style: vue.StyleValue;
|
|
791
792
|
disabled: boolean | null;
|
|
792
|
-
readonly: boolean | null;
|
|
793
|
-
inline: boolean;
|
|
794
793
|
multiple: boolean | null;
|
|
795
|
-
|
|
794
|
+
readonly: boolean | null;
|
|
796
795
|
indeterminate: boolean;
|
|
796
|
+
density: Density;
|
|
797
797
|
ripple: boolean | {
|
|
798
798
|
class: string;
|
|
799
799
|
} | undefined;
|
|
@@ -806,14 +806,14 @@ declare const VCheckboxBtn: {
|
|
|
806
806
|
__isTeleport?: undefined;
|
|
807
807
|
__isSuspense?: undefined;
|
|
808
808
|
} & vue.ComponentOptionsBase<{
|
|
809
|
-
|
|
809
|
+
inline: boolean;
|
|
810
810
|
error: boolean;
|
|
811
|
+
style: vue.StyleValue;
|
|
811
812
|
disabled: boolean | null;
|
|
812
|
-
readonly: boolean | null;
|
|
813
|
-
inline: boolean;
|
|
814
813
|
multiple: boolean | null;
|
|
815
|
-
|
|
814
|
+
readonly: boolean | null;
|
|
816
815
|
indeterminate: boolean;
|
|
816
|
+
density: Density;
|
|
817
817
|
ripple: boolean | {
|
|
818
818
|
class: string;
|
|
819
819
|
} | undefined;
|
|
@@ -822,14 +822,14 @@ declare const VCheckboxBtn: {
|
|
|
822
822
|
valueComparator: typeof deepEqual;
|
|
823
823
|
indeterminateIcon: IconValue;
|
|
824
824
|
} & {
|
|
825
|
-
class?: any;
|
|
826
|
-
id?: string | undefined;
|
|
827
|
-
label?: string | undefined;
|
|
828
825
|
type?: string | undefined;
|
|
826
|
+
id?: string | undefined;
|
|
827
|
+
name?: string | undefined;
|
|
828
|
+
color?: string | undefined;
|
|
829
829
|
value?: any;
|
|
830
|
+
label?: string | undefined;
|
|
831
|
+
class?: any;
|
|
830
832
|
theme?: string | undefined;
|
|
831
|
-
color?: string | undefined;
|
|
832
|
-
name?: string | undefined;
|
|
833
833
|
baseColor?: string | undefined;
|
|
834
834
|
defaultsTarget?: string | undefined;
|
|
835
835
|
trueValue?: any;
|
|
@@ -839,15 +839,15 @@ declare const VCheckboxBtn: {
|
|
|
839
839
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
840
840
|
'update:modelValue': (value: any) => boolean;
|
|
841
841
|
'update:indeterminate': (value: boolean) => boolean;
|
|
842
|
-
}, "v-slot:default" | "
|
|
843
|
-
|
|
842
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
|
|
843
|
+
inline: boolean;
|
|
844
844
|
error: boolean;
|
|
845
|
+
style: vue.StyleValue;
|
|
845
846
|
disabled: boolean | null;
|
|
846
|
-
readonly: boolean | null;
|
|
847
|
-
inline: boolean;
|
|
848
847
|
multiple: boolean | null;
|
|
849
|
-
|
|
848
|
+
readonly: boolean | null;
|
|
850
849
|
indeterminate: boolean;
|
|
850
|
+
density: Density;
|
|
851
851
|
ripple: boolean | {
|
|
852
852
|
class: string;
|
|
853
853
|
} | undefined;
|