@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
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/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -159,9 +159,9 @@ export declare const VBtnToggle: {
|
|
159
159
|
disabled: boolean;
|
160
160
|
multiple: boolean;
|
161
161
|
tag: string | import("../../util/index.js").JSXComponent;
|
162
|
-
divided: boolean;
|
163
|
-
tile: boolean;
|
164
162
|
density: import("../../composables/density.js").Density;
|
163
|
+
tile: boolean;
|
164
|
+
divided: boolean;
|
165
165
|
} & {
|
166
166
|
max?: number | undefined;
|
167
167
|
border?: string | number | boolean | undefined;
|
@@ -185,10 +185,10 @@ export declare const VBtnToggle: {
|
|
185
185
|
disabled: boolean;
|
186
186
|
multiple: boolean;
|
187
187
|
tag: string | import("../../util/index.js").JSXComponent;
|
188
|
+
density: import("../../composables/density.js").Density;
|
188
189
|
rounded: string | number | boolean;
|
189
|
-
divided: boolean;
|
190
190
|
tile: boolean;
|
191
|
-
|
191
|
+
divided: boolean;
|
192
192
|
}, true, {}, import("vue").SlotsType<Partial<{
|
193
193
|
default: (arg: DefaultBtnToggleSlot) => import("vue").VNode[];
|
194
194
|
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
@@ -204,9 +204,9 @@ export declare const VBtnToggle: {
|
|
204
204
|
disabled: boolean;
|
205
205
|
multiple: boolean;
|
206
206
|
tag: string | import("../../util/index.js").JSXComponent;
|
207
|
-
divided: boolean;
|
208
|
-
tile: boolean;
|
209
207
|
density: import("../../composables/density.js").Density;
|
208
|
+
tile: boolean;
|
209
|
+
divided: boolean;
|
210
210
|
} & {
|
211
211
|
max?: number | undefined;
|
212
212
|
border?: string | number | boolean | undefined;
|
@@ -228,10 +228,10 @@ export declare const VBtnToggle: {
|
|
228
228
|
disabled: boolean;
|
229
229
|
multiple: boolean;
|
230
230
|
tag: string | import("../../util/index.js").JSXComponent;
|
231
|
+
density: import("../../composables/density.js").Density;
|
231
232
|
rounded: string | number | boolean;
|
232
|
-
divided: boolean;
|
233
233
|
tile: boolean;
|
234
|
-
|
234
|
+
divided: boolean;
|
235
235
|
}>;
|
236
236
|
__isFragment?: never;
|
237
237
|
__isTeleport?: never;
|
@@ -242,9 +242,9 @@ export declare const VBtnToggle: {
|
|
242
242
|
disabled: boolean;
|
243
243
|
multiple: boolean;
|
244
244
|
tag: string | import("../../util/index.js").JSXComponent;
|
245
|
-
divided: boolean;
|
246
|
-
tile: boolean;
|
247
245
|
density: import("../../composables/density.js").Density;
|
246
|
+
tile: boolean;
|
247
|
+
divided: boolean;
|
248
248
|
} & {
|
249
249
|
max?: number | undefined;
|
250
250
|
border?: string | number | boolean | undefined;
|
@@ -268,10 +268,10 @@ export declare const VBtnToggle: {
|
|
268
268
|
disabled: boolean;
|
269
269
|
multiple: boolean;
|
270
270
|
tag: string | import("../../util/index.js").JSXComponent;
|
271
|
+
density: import("../../composables/density.js").Density;
|
271
272
|
rounded: string | number | boolean;
|
272
|
-
divided: boolean;
|
273
273
|
tile: boolean;
|
274
|
-
|
274
|
+
divided: boolean;
|
275
275
|
}, {}, string, import("vue").SlotsType<Partial<{
|
276
276
|
default: (arg: DefaultBtnToggleSlot) => import("vue").VNode[];
|
277
277
|
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new <T>(props: {
|
@@ -298,8 +298,8 @@ export declare const VCard: {
|
|
298
298
|
style: import("vue").StyleValue;
|
299
299
|
disabled: boolean;
|
300
300
|
tag: string | import("../../util/index.js").JSXComponent;
|
301
|
-
tile: boolean;
|
302
301
|
density: import("../../composables/density.js").Density;
|
302
|
+
tile: boolean;
|
303
303
|
ripple: boolean | {
|
304
304
|
class: string;
|
305
305
|
} | undefined;
|
@@ -378,9 +378,9 @@ export declare const VCard: {
|
|
378
378
|
text: string | number | boolean;
|
379
379
|
disabled: boolean;
|
380
380
|
tag: string | import("../../util/index.js").JSXComponent;
|
381
|
+
density: import("../../composables/density.js").Density;
|
381
382
|
rounded: string | number | boolean;
|
382
383
|
tile: boolean;
|
383
|
-
density: import("../../composables/density.js").Density;
|
384
384
|
ripple: boolean | {
|
385
385
|
class: string;
|
386
386
|
} | undefined;
|
@@ -412,8 +412,8 @@ export declare const VCard: {
|
|
412
412
|
style: import("vue").StyleValue;
|
413
413
|
disabled: boolean;
|
414
414
|
tag: string | import("../../util/index.js").JSXComponent;
|
415
|
-
tile: boolean;
|
416
415
|
density: import("../../composables/density.js").Density;
|
416
|
+
tile: boolean;
|
417
417
|
ripple: boolean | {
|
418
418
|
class: string;
|
419
419
|
} | undefined;
|
@@ -492,9 +492,9 @@ export declare const VCard: {
|
|
492
492
|
text: string | number | boolean;
|
493
493
|
disabled: boolean;
|
494
494
|
tag: string | import("../../util/index.js").JSXComponent;
|
495
|
+
density: import("../../composables/density.js").Density;
|
495
496
|
rounded: string | number | boolean;
|
496
497
|
tile: boolean;
|
497
|
-
density: import("../../composables/density.js").Density;
|
498
498
|
ripple: boolean | {
|
499
499
|
class: string;
|
500
500
|
} | undefined;
|
@@ -512,8 +512,8 @@ export declare const VCard: {
|
|
512
512
|
style: import("vue").StyleValue;
|
513
513
|
disabled: boolean;
|
514
514
|
tag: string | import("../../util/index.js").JSXComponent;
|
515
|
-
tile: boolean;
|
516
515
|
density: import("../../composables/density.js").Density;
|
516
|
+
tile: boolean;
|
517
517
|
ripple: boolean | {
|
518
518
|
class: string;
|
519
519
|
} | undefined;
|
@@ -592,9 +592,9 @@ export declare const VCard: {
|
|
592
592
|
text: string | number | boolean;
|
593
593
|
disabled: boolean;
|
594
594
|
tag: string | import("../../util/index.js").JSXComponent;
|
595
|
+
density: import("../../composables/density.js").Density;
|
595
596
|
rounded: string | number | boolean;
|
596
597
|
tile: boolean;
|
597
|
-
density: import("../../composables/density.js").Density;
|
598
598
|
ripple: boolean | {
|
599
599
|
class: string;
|
600
600
|
} | undefined;
|
@@ -256,7 +256,7 @@ export declare const VCarousel: {
|
|
256
256
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
257
257
|
} & {}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
258
258
|
'update:modelValue': (value: any) => true;
|
259
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
259
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
260
260
|
reverse: boolean;
|
261
261
|
interval: string | number;
|
262
262
|
height: string | number;
|
@@ -388,7 +388,7 @@ export declare const VCarousel: {
|
|
388
388
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
389
389
|
} & {}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
390
390
|
'update:modelValue': (value: any) => true;
|
391
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
391
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, string, {
|
392
392
|
reverse: boolean;
|
393
393
|
interval: string | number;
|
394
394
|
height: string | number;
|
@@ -247,10 +247,10 @@ export declare const VCarouselItem: {
|
|
247
247
|
sizes?: string | undefined;
|
248
248
|
srcset?: string | undefined;
|
249
249
|
rounded?: string | number | boolean | undefined;
|
250
|
+
selectedClass?: string | undefined;
|
250
251
|
contentClass?: any;
|
251
252
|
gradient?: string | undefined;
|
252
253
|
lazySrc?: string | undefined;
|
253
|
-
selectedClass?: string | undefined;
|
254
254
|
reverseTransition?: string | boolean | undefined;
|
255
255
|
} & {
|
256
256
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
@@ -326,10 +326,10 @@ export declare const VCarouselItem: {
|
|
326
326
|
sizes?: string | undefined;
|
327
327
|
srcset?: string | undefined;
|
328
328
|
rounded?: string | number | boolean | undefined;
|
329
|
+
selectedClass?: string | undefined;
|
329
330
|
contentClass?: any;
|
330
331
|
gradient?: string | undefined;
|
331
332
|
lazySrc?: string | undefined;
|
332
|
-
selectedClass?: string | undefined;
|
333
333
|
reverseTransition?: string | boolean | undefined;
|
334
334
|
} & {
|
335
335
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
@@ -397,10 +397,10 @@ export declare const VCarouselItem: {
|
|
397
397
|
sizes?: string | undefined;
|
398
398
|
srcset?: string | undefined;
|
399
399
|
rounded?: string | number | boolean | undefined;
|
400
|
+
selectedClass?: string | undefined;
|
400
401
|
contentClass?: any;
|
401
402
|
gradient?: string | undefined;
|
402
403
|
lazySrc?: string | undefined;
|
403
|
-
selectedClass?: string | undefined;
|
404
404
|
reverseTransition?: string | boolean | undefined;
|
405
405
|
} & {
|
406
406
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
@@ -18,13 +18,13 @@ export declare const makeVCheckboxProps: <Defaults extends {
|
|
18
18
|
theme?: unknown;
|
19
19
|
indeterminate?: unknown;
|
20
20
|
modelValue?: unknown;
|
21
|
+
valueComparator?: unknown;
|
21
22
|
density?: unknown;
|
22
23
|
baseColor?: unknown;
|
23
24
|
ripple?: unknown;
|
24
25
|
defaultsTarget?: unknown;
|
25
26
|
falseIcon?: unknown;
|
26
27
|
trueIcon?: unknown;
|
27
|
-
valueComparator?: unknown;
|
28
28
|
trueValue?: unknown;
|
29
29
|
falseValue?: unknown;
|
30
30
|
indeterminateIcon?: unknown;
|
@@ -134,6 +134,16 @@ export declare const makeVCheckboxProps: <Defaults extends {
|
|
134
134
|
type: import("vue").PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
135
135
|
default: unknown extends Defaults["modelValue"] ? any : any;
|
136
136
|
};
|
137
|
+
valueComparator: unknown extends Defaults["valueComparator"] ? {
|
138
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
139
|
+
default: typeof import("../../util/index.js").deepEqual;
|
140
|
+
} : Omit<{
|
141
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
142
|
+
default: typeof import("../../util/index.js").deepEqual;
|
143
|
+
}, "type" | "default"> & {
|
144
|
+
type: import("vue").PropType<unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"]>;
|
145
|
+
default: unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"];
|
146
|
+
};
|
137
147
|
density: unknown extends Defaults["density"] ? {
|
138
148
|
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
139
149
|
default: string;
|
@@ -192,16 +202,6 @@ export declare const makeVCheckboxProps: <Defaults extends {
|
|
192
202
|
type: import("vue").PropType<unknown extends Defaults["trueIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["trueIcon"]>;
|
193
203
|
default: unknown extends Defaults["trueIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["trueIcon"];
|
194
204
|
};
|
195
|
-
valueComparator: unknown extends Defaults["valueComparator"] ? {
|
196
|
-
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
197
|
-
default: typeof import("../../util/index.js").deepEqual;
|
198
|
-
} : Omit<{
|
199
|
-
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
200
|
-
default: typeof import("../../util/index.js").deepEqual;
|
201
|
-
}, "type" | "default"> & {
|
202
|
-
type: import("vue").PropType<unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"]>;
|
203
|
-
default: unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"];
|
204
|
-
};
|
205
205
|
trueValue: unknown extends Defaults["trueValue"] ? null : {
|
206
206
|
type: import("vue").PropType<unknown extends Defaults["trueValue"] ? any : any>;
|
207
207
|
default: unknown extends Defaults["trueValue"] ? any : any;
|
@@ -249,14 +249,14 @@ export declare const makeVCheckboxProps: <Defaults extends {
|
|
249
249
|
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
250
250
|
};
|
251
251
|
rules: unknown extends Defaults["rules"] ? {
|
252
|
-
type: import("vue").PropType<readonly import("../../
|
252
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
253
253
|
default: () => never[];
|
254
254
|
} : Omit<{
|
255
|
-
type: import("vue").PropType<readonly import("../../
|
255
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
256
256
|
default: () => never[];
|
257
257
|
}, "type" | "default"> & {
|
258
|
-
type: import("vue").PropType<unknown extends Defaults["rules"] ? readonly import("../../
|
259
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../
|
258
|
+
type: import("vue").PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
|
259
|
+
default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
|
260
260
|
};
|
261
261
|
validateOn: unknown extends Defaults["validateOn"] ? import("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> : {
|
262
262
|
type: import("vue").PropType<unknown extends Defaults["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 : ("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") | Defaults["validateOn"] | undefined>;
|
@@ -356,14 +356,14 @@ export declare const VCheckbox: {
|
|
356
356
|
focused: boolean;
|
357
357
|
errorMessages: string | readonly string[] | null;
|
358
358
|
maxErrors: string | number;
|
359
|
-
rules: readonly import("../../
|
359
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
360
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
360
361
|
density: import("../../composables/density.js").Density;
|
361
362
|
ripple: boolean | {
|
362
363
|
class: string;
|
363
364
|
} | undefined;
|
364
365
|
falseIcon: import("../../composables/icons.js").IconValue;
|
365
366
|
trueIcon: import("../../composables/icons.js").IconValue;
|
366
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
367
367
|
indeterminateIcon: import("../../composables/icons.js").IconValue;
|
368
368
|
centerAffix: boolean;
|
369
369
|
hideSpinButtons: boolean;
|
@@ -398,7 +398,7 @@ export declare const VCheckbox: {
|
|
398
398
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
399
399
|
'update:modelValue': (value: any) => true;
|
400
400
|
'update:focused': (focused: boolean) => true;
|
401
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
401
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
402
402
|
error: boolean;
|
403
403
|
direction: "horizontal" | "vertical";
|
404
404
|
style: import("vue").StyleValue;
|
@@ -410,14 +410,14 @@ export declare const VCheckbox: {
|
|
410
410
|
focused: boolean;
|
411
411
|
errorMessages: string | readonly string[] | null;
|
412
412
|
maxErrors: string | number;
|
413
|
-
rules: readonly import("../../
|
413
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
414
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
414
415
|
density: import("../../composables/density.js").Density;
|
415
416
|
ripple: boolean | {
|
416
417
|
class: string;
|
417
418
|
} | undefined;
|
418
419
|
falseIcon: import("../../composables/icons.js").IconValue;
|
419
420
|
trueIcon: import("../../composables/icons.js").IconValue;
|
420
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
421
421
|
indeterminateIcon: import("../../composables/icons.js").IconValue;
|
422
422
|
centerAffix: boolean;
|
423
423
|
hideSpinButtons: boolean;
|
@@ -455,14 +455,14 @@ export declare const VCheckbox: {
|
|
455
455
|
focused: boolean;
|
456
456
|
errorMessages: string | readonly string[] | null;
|
457
457
|
maxErrors: string | number;
|
458
|
-
rules: readonly import("../../
|
458
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
459
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
459
460
|
density: import("../../composables/density.js").Density;
|
460
461
|
ripple: boolean | {
|
461
462
|
class: string;
|
462
463
|
} | undefined;
|
463
464
|
falseIcon: import("../../composables/icons.js").IconValue;
|
464
465
|
trueIcon: import("../../composables/icons.js").IconValue;
|
465
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
466
466
|
indeterminateIcon: import("../../composables/icons.js").IconValue;
|
467
467
|
centerAffix: boolean;
|
468
468
|
hideSpinButtons: boolean;
|
@@ -506,14 +506,14 @@ export declare const VCheckbox: {
|
|
506
506
|
focused: boolean;
|
507
507
|
errorMessages: string | readonly string[] | null;
|
508
508
|
maxErrors: string | number;
|
509
|
-
rules: readonly import("../../
|
509
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
510
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
510
511
|
density: import("../../composables/density.js").Density;
|
511
512
|
ripple: boolean | {
|
512
513
|
class: string;
|
513
514
|
} | undefined;
|
514
515
|
falseIcon: import("../../composables/icons.js").IconValue;
|
515
516
|
trueIcon: import("../../composables/icons.js").IconValue;
|
516
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
517
517
|
indeterminateIcon: import("../../composables/icons.js").IconValue;
|
518
518
|
centerAffix: boolean;
|
519
519
|
hideSpinButtons: boolean;
|
@@ -534,14 +534,14 @@ export declare const VCheckbox: {
|
|
534
534
|
focused: boolean;
|
535
535
|
errorMessages: string | readonly string[] | null;
|
536
536
|
maxErrors: string | number;
|
537
|
-
rules: readonly import("../../
|
537
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
538
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
538
539
|
density: import("../../composables/density.js").Density;
|
539
540
|
ripple: boolean | {
|
540
541
|
class: string;
|
541
542
|
} | undefined;
|
542
543
|
falseIcon: import("../../composables/icons.js").IconValue;
|
543
544
|
trueIcon: import("../../composables/icons.js").IconValue;
|
544
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
545
545
|
indeterminateIcon: import("../../composables/icons.js").IconValue;
|
546
546
|
centerAffix: boolean;
|
547
547
|
hideSpinButtons: boolean;
|
@@ -576,7 +576,7 @@ export declare const VCheckbox: {
|
|
576
576
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
577
577
|
'update:modelValue': (value: any) => true;
|
578
578
|
'update:focused': (focused: boolean) => true;
|
579
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
579
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
580
580
|
error: boolean;
|
581
581
|
direction: "horizontal" | "vertical";
|
582
582
|
style: import("vue").StyleValue;
|
@@ -588,14 +588,14 @@ export declare const VCheckbox: {
|
|
588
588
|
focused: boolean;
|
589
589
|
errorMessages: string | readonly string[] | null;
|
590
590
|
maxErrors: string | number;
|
591
|
-
rules: readonly import("../../
|
591
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
592
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
592
593
|
density: import("../../composables/density.js").Density;
|
593
594
|
ripple: boolean | {
|
594
595
|
class: string;
|
595
596
|
} | undefined;
|
596
597
|
falseIcon: import("../../composables/icons.js").IconValue;
|
597
598
|
trueIcon: import("../../composables/icons.js").IconValue;
|
598
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
599
599
|
indeterminateIcon: import("../../composables/icons.js").IconValue;
|
600
600
|
centerAffix: boolean;
|
601
601
|
hideSpinButtons: boolean;
|
@@ -645,6 +645,10 @@ export declare const VCheckbox: {
|
|
645
645
|
theme: StringConstructor;
|
646
646
|
indeterminate: BooleanConstructor;
|
647
647
|
modelValue: null;
|
648
|
+
valueComparator: {
|
649
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
650
|
+
default: typeof import("../../util/index.js").deepEqual;
|
651
|
+
};
|
648
652
|
density: {
|
649
653
|
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
650
654
|
default: string;
|
@@ -664,10 +668,6 @@ export declare const VCheckbox: {
|
|
664
668
|
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
665
669
|
default: NonNullable<import("../../composables/icons.js").IconValue>;
|
666
670
|
};
|
667
|
-
valueComparator: {
|
668
|
-
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
669
|
-
default: typeof import("../../util/index.js").deepEqual;
|
670
|
-
};
|
671
671
|
trueValue: null;
|
672
672
|
falseValue: null;
|
673
673
|
indeterminateIcon: {
|
@@ -685,7 +685,7 @@ export declare const VCheckbox: {
|
|
685
685
|
default: number;
|
686
686
|
};
|
687
687
|
rules: {
|
688
|
-
type: import("vue").PropType<readonly import("../../
|
688
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
689
689
|
default: () => never[];
|
690
690
|
};
|
691
691
|
validateOn: import("vue").PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
@@ -742,6 +742,10 @@ export declare const VCheckbox: {
|
|
742
742
|
theme: StringConstructor;
|
743
743
|
indeterminate: BooleanConstructor;
|
744
744
|
modelValue: null;
|
745
|
+
valueComparator: {
|
746
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
747
|
+
default: typeof import("../../util/index.js").deepEqual;
|
748
|
+
};
|
745
749
|
density: {
|
746
750
|
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
747
751
|
default: string;
|
@@ -761,10 +765,6 @@ export declare const VCheckbox: {
|
|
761
765
|
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
762
766
|
default: NonNullable<import("../../composables/icons.js").IconValue>;
|
763
767
|
};
|
764
|
-
valueComparator: {
|
765
|
-
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
766
|
-
default: typeof import("../../util/index.js").deepEqual;
|
767
|
-
};
|
768
768
|
trueValue: null;
|
769
769
|
falseValue: null;
|
770
770
|
indeterminateIcon: {
|
@@ -782,7 +782,7 @@ export declare const VCheckbox: {
|
|
782
782
|
default: number;
|
783
783
|
};
|
784
784
|
rules: {
|
785
|
-
type: import("vue").PropType<readonly import("../../
|
785
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
786
786
|
default: () => never[];
|
787
787
|
};
|
788
788
|
validateOn: import("vue").PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
@@ -213,13 +213,13 @@ export declare const VCheckboxBtn: {
|
|
213
213
|
multiple: boolean | null;
|
214
214
|
readonly: boolean | null;
|
215
215
|
indeterminate: boolean;
|
216
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
216
217
|
density: import("../../composables/density.js").Density;
|
217
218
|
ripple: boolean | {
|
218
219
|
class: string;
|
219
220
|
} | undefined;
|
220
221
|
falseIcon: IconValue;
|
221
222
|
trueIcon: IconValue;
|
222
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
223
223
|
indeterminateIcon: IconValue;
|
224
224
|
} & {
|
225
225
|
name?: string | undefined;
|
@@ -247,13 +247,13 @@ export declare const VCheckboxBtn: {
|
|
247
247
|
multiple: boolean | null;
|
248
248
|
readonly: boolean | null;
|
249
249
|
indeterminate: boolean;
|
250
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
250
251
|
density: import("../../composables/density.js").Density;
|
251
252
|
ripple: boolean | {
|
252
253
|
class: string;
|
253
254
|
} | undefined;
|
254
255
|
falseIcon: IconValue;
|
255
256
|
trueIcon: IconValue;
|
256
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
257
257
|
indeterminateIcon: IconValue;
|
258
258
|
}, true, {}, import("vue").SlotsType<Partial<{
|
259
259
|
default: (arg: {
|
@@ -280,13 +280,13 @@ export declare const VCheckboxBtn: {
|
|
280
280
|
multiple: boolean | null;
|
281
281
|
readonly: boolean | null;
|
282
282
|
indeterminate: boolean;
|
283
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
283
284
|
density: import("../../composables/density.js").Density;
|
284
285
|
ripple: boolean | {
|
285
286
|
class: string;
|
286
287
|
} | undefined;
|
287
288
|
falseIcon: IconValue;
|
288
289
|
trueIcon: IconValue;
|
289
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
290
290
|
indeterminateIcon: IconValue;
|
291
291
|
} & {
|
292
292
|
name?: string | undefined;
|
@@ -311,13 +311,13 @@ export declare const VCheckboxBtn: {
|
|
311
311
|
multiple: boolean | null;
|
312
312
|
readonly: boolean | null;
|
313
313
|
indeterminate: boolean;
|
314
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
314
315
|
density: import("../../composables/density.js").Density;
|
315
316
|
ripple: boolean | {
|
316
317
|
class: string;
|
317
318
|
} | undefined;
|
318
319
|
falseIcon: IconValue;
|
319
320
|
trueIcon: IconValue;
|
320
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
321
321
|
indeterminateIcon: IconValue;
|
322
322
|
}>;
|
323
323
|
__isFragment?: never;
|
@@ -331,13 +331,13 @@ export declare const VCheckboxBtn: {
|
|
331
331
|
multiple: boolean | null;
|
332
332
|
readonly: boolean | null;
|
333
333
|
indeterminate: boolean;
|
334
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
334
335
|
density: import("../../composables/density.js").Density;
|
335
336
|
ripple: boolean | {
|
336
337
|
class: string;
|
337
338
|
} | undefined;
|
338
339
|
falseIcon: IconValue;
|
339
340
|
trueIcon: IconValue;
|
340
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
341
341
|
indeterminateIcon: IconValue;
|
342
342
|
} & {
|
343
343
|
name?: string | undefined;
|
@@ -365,13 +365,13 @@ export declare const VCheckboxBtn: {
|
|
365
365
|
multiple: boolean | null;
|
366
366
|
readonly: boolean | null;
|
367
367
|
indeterminate: boolean;
|
368
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
368
369
|
density: import("../../composables/density.js").Density;
|
369
370
|
ripple: boolean | {
|
370
371
|
class: string;
|
371
372
|
} | undefined;
|
372
373
|
falseIcon: IconValue;
|
373
374
|
trueIcon: IconValue;
|
374
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
375
375
|
indeterminateIcon: IconValue;
|
376
376
|
}, {}, string, import("vue").SlotsType<Partial<{
|
377
377
|
default: (arg: {
|
@@ -335,8 +335,8 @@ export declare const VChip: {
|
|
335
335
|
size: string | number;
|
336
336
|
tag: string | import("../../util/index.js").JSXComponent;
|
337
337
|
modelValue: boolean;
|
338
|
-
tile: boolean;
|
339
338
|
density: import("../../composables/density.js").Density;
|
339
|
+
tile: boolean;
|
340
340
|
ripple: boolean | {
|
341
341
|
class: string;
|
342
342
|
} | undefined;
|
@@ -446,9 +446,9 @@ export declare const VChip: {
|
|
446
446
|
size: string | number;
|
447
447
|
tag: string | import("../../util/index.js").JSXComponent;
|
448
448
|
modelValue: boolean;
|
449
|
+
density: import("../../composables/density.js").Density;
|
449
450
|
rounded: string | number | boolean;
|
450
451
|
tile: boolean;
|
451
|
-
density: import("../../composables/density.js").Density;
|
452
452
|
ripple: boolean | {
|
453
453
|
class: string;
|
454
454
|
} | undefined;
|
@@ -490,8 +490,8 @@ export declare const VChip: {
|
|
490
490
|
size: string | number;
|
491
491
|
tag: string | import("../../util/index.js").JSXComponent;
|
492
492
|
modelValue: boolean;
|
493
|
-
tile: boolean;
|
494
493
|
density: import("../../composables/density.js").Density;
|
494
|
+
tile: boolean;
|
495
495
|
ripple: boolean | {
|
496
496
|
class: string;
|
497
497
|
} | undefined;
|
@@ -594,9 +594,9 @@ export declare const VChip: {
|
|
594
594
|
size: string | number;
|
595
595
|
tag: string | import("../../util/index.js").JSXComponent;
|
596
596
|
modelValue: boolean;
|
597
|
+
density: import("../../composables/density.js").Density;
|
597
598
|
rounded: string | number | boolean;
|
598
599
|
tile: boolean;
|
599
|
-
density: import("../../composables/density.js").Density;
|
600
600
|
ripple: boolean | {
|
601
601
|
class: string;
|
602
602
|
} | undefined;
|
@@ -621,8 +621,8 @@ export declare const VChip: {
|
|
621
621
|
size: string | number;
|
622
622
|
tag: string | import("../../util/index.js").JSXComponent;
|
623
623
|
modelValue: boolean;
|
624
|
-
tile: boolean;
|
625
624
|
density: import("../../composables/density.js").Density;
|
625
|
+
tile: boolean;
|
626
626
|
ripple: boolean | {
|
627
627
|
class: string;
|
628
628
|
} | undefined;
|
@@ -732,9 +732,9 @@ export declare const VChip: {
|
|
732
732
|
size: string | number;
|
733
733
|
tag: string | import("../../util/index.js").JSXComponent;
|
734
734
|
modelValue: boolean;
|
735
|
+
density: import("../../composables/density.js").Density;
|
735
736
|
rounded: string | number | boolean;
|
736
737
|
tile: boolean;
|
737
|
-
density: import("../../composables/density.js").Density;
|
738
738
|
ripple: boolean | {
|
739
739
|
class: string;
|
740
740
|
} | undefined;
|