@vuetify/nightly 3.8.5-dev.2025-05-14 → 3.8.5-master.2025-05-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/CHANGELOG.md +3 -23
- package/dist/json/attributes.json +3505 -3521
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +142 -142
- package/dist/json/tags.json +0 -4
- package/dist/json/web-types.json +6607 -6646
- package/dist/vuetify-labs.cjs +51 -155
- package/dist/vuetify-labs.css +3358 -3386
- package/dist/vuetify-labs.d.ts +934 -986
- package/dist/vuetify-labs.esm.js +52 -156
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +51 -155
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +40 -149
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4193 -4221
- package/dist/vuetify.d.ts +490 -544
- package/dist/vuetify.esm.js +41 -150
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +40 -149
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1173 -1181
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -6
- package/lib/components/VAlert/VAlert.d.ts +0 -35
- package/lib/components/VAlert/VAlert.js +9 -14
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +1 -7
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +94 -94
- package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
- package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
- 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 +4 -4
- package/lib/components/VNumberInput/VNumberInput.d.ts +89 -89
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- 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/calendar.d.ts +0 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +26 -94
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +1 -6
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +46 -51
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +87 -87
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +11 -7
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/package.json +1 -2
- package/lib/composables/iconSizes.d.ts +0 -28
- package/lib/composables/iconSizes.js +0 -23
- package/lib/composables/iconSizes.js.map +0 -1
@@ -381,10 +381,10 @@ export declare const VRadioGroup: {
|
|
381
381
|
baseColor?: string | undefined;
|
382
382
|
prependIcon?: IconValue | undefined;
|
383
383
|
appendIcon?: IconValue | undefined;
|
384
|
-
iconColor?: string | boolean | undefined;
|
385
384
|
defaultsTarget?: string | undefined;
|
386
385
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
387
386
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
387
|
+
iconColor?: string | boolean | undefined;
|
388
388
|
hint?: string | undefined;
|
389
389
|
hideDetails?: boolean | "auto" | undefined;
|
390
390
|
} & {}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
@@ -472,10 +472,10 @@ export declare const VRadioGroup: {
|
|
472
472
|
baseColor?: string | undefined;
|
473
473
|
prependIcon?: IconValue | undefined;
|
474
474
|
appendIcon?: IconValue | undefined;
|
475
|
-
iconColor?: string | boolean | undefined;
|
476
475
|
defaultsTarget?: string | undefined;
|
477
476
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
478
477
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
478
|
+
iconColor?: string | boolean | undefined;
|
479
479
|
hint?: string | undefined;
|
480
480
|
hideDetails?: boolean | "auto" | undefined;
|
481
481
|
} & {}, {}, {}, {}, {}, {
|
@@ -548,10 +548,10 @@ export declare const VRadioGroup: {
|
|
548
548
|
baseColor?: string | undefined;
|
549
549
|
prependIcon?: IconValue | undefined;
|
550
550
|
appendIcon?: IconValue | undefined;
|
551
|
-
iconColor?: string | boolean | undefined;
|
552
551
|
defaultsTarget?: string | undefined;
|
553
552
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
554
553
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
554
|
+
iconColor?: string | boolean | undefined;
|
555
555
|
hint?: string | undefined;
|
556
556
|
hideDetails?: boolean | "auto" | undefined;
|
557
557
|
} & {}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
@@ -469,9 +469,9 @@ export declare const VRangeSlider: {
|
|
469
469
|
baseColor?: string | undefined;
|
470
470
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
471
471
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
472
|
-
iconColor?: string | boolean | undefined;
|
473
472
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
474
473
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
474
|
+
iconColor?: string | boolean | undefined;
|
475
475
|
hint?: string | undefined;
|
476
476
|
hideDetails?: boolean | "auto" | undefined;
|
477
477
|
trackColor?: string | undefined;
|
@@ -632,9 +632,9 @@ export declare const VRangeSlider: {
|
|
632
632
|
baseColor?: string | undefined;
|
633
633
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
634
634
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
635
|
-
iconColor?: string | boolean | undefined;
|
636
635
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
637
636
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
637
|
+
iconColor?: string | boolean | undefined;
|
638
638
|
hint?: string | undefined;
|
639
639
|
hideDetails?: boolean | "auto" | undefined;
|
640
640
|
trackColor?: string | undefined;
|
@@ -773,9 +773,9 @@ export declare const VRangeSlider: {
|
|
773
773
|
baseColor?: string | undefined;
|
774
774
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
775
775
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
776
|
-
iconColor?: string | boolean | undefined;
|
777
776
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
778
777
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
778
|
+
iconColor?: string | boolean | undefined;
|
779
779
|
hint?: string | undefined;
|
780
780
|
hideDetails?: boolean | "auto" | undefined;
|
781
781
|
trackColor?: string | undefined;
|