@vuetify/nightly 3.8.4-dev.2025-05-07 → 3.8.4-dev.2025-05-13
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 +6 -3
- package/dist/json/attributes.json +3179 -3171
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6010 -5991
- package/dist/vuetify-labs.cjs +47 -23
- package/dist/vuetify-labs.css +4945 -4940
- package/dist/vuetify-labs.d.ts +951 -932
- package/dist/vuetify-labs.esm.js +47 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +47 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +41 -12
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5435 -5430
- package/dist/vuetify.d.ts +512 -491
- package/dist/vuetify.esm.js +41 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -12
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +599 -597
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +6 -1
- package/lib/components/VAlert/VAlert.d.ts +35 -0
- package/lib/components/VAlert/VAlert.js +14 -9
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +7 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +94 -94
- package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
- package/lib/components/VCombobox/VCombobox.d.ts +94 -94
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +3 -3
- package/lib/components/VNumberInput/VNumberInput.d.ts +89 -89
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +94 -94
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSwitch/VSwitch.d.ts +3 -3
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/composables/iconSizes.d.ts +28 -0
- package/lib/composables/iconSizes.js +23 -0
- package/lib/composables/iconSizes.js.map +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +87 -87
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +7 -11
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/package.json +2 -1
@@ -397,12 +397,12 @@ export declare const VCheckbox: {
|
|
397
397
|
baseColor?: string | undefined;
|
398
398
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
399
399
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
400
|
+
iconColor?: string | boolean | undefined;
|
400
401
|
defaultsTarget?: string | undefined;
|
401
402
|
trueValue?: any;
|
402
403
|
falseValue?: any;
|
403
404
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
404
405
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
405
|
-
iconColor?: string | boolean | undefined;
|
406
406
|
hint?: string | undefined;
|
407
407
|
hideDetails?: boolean | "auto" | undefined;
|
408
408
|
} & {
|
@@ -499,12 +499,12 @@ export declare const VCheckbox: {
|
|
499
499
|
baseColor?: string | undefined;
|
500
500
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
501
501
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
502
|
+
iconColor?: string | boolean | undefined;
|
502
503
|
defaultsTarget?: string | undefined;
|
503
504
|
trueValue?: any;
|
504
505
|
falseValue?: any;
|
505
506
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
506
507
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
507
|
-
iconColor?: string | boolean | undefined;
|
508
508
|
hint?: string | undefined;
|
509
509
|
hideDetails?: boolean | "auto" | undefined;
|
510
510
|
} & {
|
@@ -581,12 +581,12 @@ export declare const VCheckbox: {
|
|
581
581
|
baseColor?: string | undefined;
|
582
582
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
583
583
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
584
|
+
iconColor?: string | boolean | undefined;
|
584
585
|
defaultsTarget?: string | undefined;
|
585
586
|
trueValue?: any;
|
586
587
|
falseValue?: any;
|
587
588
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
588
589
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
589
|
-
iconColor?: string | boolean | undefined;
|
590
590
|
hint?: string | undefined;
|
591
591
|
hideDetails?: boolean | "auto" | undefined;
|
592
592
|
} & {
|