@vuetify/nightly 3.7.0-beta.1-dev.2024-07-30 → 3.7.0-beta.1-dev.2024-08-01
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 +9 -5
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +24 -13
- package/dist/vuetify-labs.css +2796 -2073
- package/dist/vuetify-labs.d.ts +29 -11
- package/dist/vuetify-labs.esm.js +98 -67
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +98 -67
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1806 -1083
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +35 -29
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -29
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAvatar/VAvatar.css +8 -4
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/index.d.mts +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +17 -8
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
- package/lib/labs/VPullToRefresh/index.d.mts +9 -0
- package/lib/labs/components.d.mts +26 -8
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
@@ -2939,6 +2939,7 @@ declare const VNumberInput: {
|
|
2939
2939
|
errorMessages: string | readonly string[] | null;
|
2940
2940
|
maxErrors: string | number;
|
2941
2941
|
rules: readonly ValidationRule$1[];
|
2942
|
+
modelValue: Number | null;
|
2942
2943
|
tile: boolean;
|
2943
2944
|
density: Density;
|
2944
2945
|
clearIcon: IconValue;
|
@@ -2968,7 +2969,6 @@ declare const VNumberInput: {
|
|
2968
2969
|
theme?: string | undefined;
|
2969
2970
|
counter?: string | number | boolean | undefined;
|
2970
2971
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2971
|
-
modelValue?: any;
|
2972
2972
|
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;
|
2973
2973
|
validationValue?: any;
|
2974
2974
|
rounded?: string | number | boolean | undefined;
|
@@ -3047,7 +3047,7 @@ declare const VNumberInput: {
|
|
3047
3047
|
} & {
|
3048
3048
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
3049
3049
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
3050
|
-
'update:modelValue': (val: number) =>
|
3050
|
+
'update:modelValue': (val: number) => boolean;
|
3051
3051
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3052
3052
|
flat: boolean;
|
3053
3053
|
reverse: boolean;
|
@@ -3069,6 +3069,7 @@ declare const VNumberInput: {
|
|
3069
3069
|
errorMessages: string | readonly string[] | null;
|
3070
3070
|
maxErrors: string | number;
|
3071
3071
|
rules: readonly ValidationRule$1[];
|
3072
|
+
modelValue: Number | null;
|
3072
3073
|
tile: boolean;
|
3073
3074
|
density: Density;
|
3074
3075
|
clearIcon: IconValue;
|
@@ -3098,7 +3099,6 @@ declare const VNumberInput: {
|
|
3098
3099
|
theme?: string | undefined;
|
3099
3100
|
counter?: string | number | boolean | undefined;
|
3100
3101
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3101
|
-
modelValue?: any;
|
3102
3102
|
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;
|
3103
3103
|
validationValue?: any;
|
3104
3104
|
rounded?: string | number | boolean | undefined;
|
@@ -3197,6 +3197,7 @@ declare const VNumberInput: {
|
|
3197
3197
|
errorMessages: string | readonly string[] | null;
|
3198
3198
|
maxErrors: string | number;
|
3199
3199
|
rules: readonly ValidationRule$1[];
|
3200
|
+
modelValue: Number | null;
|
3200
3201
|
rounded: string | number | boolean;
|
3201
3202
|
tile: boolean;
|
3202
3203
|
density: Density;
|
@@ -3282,6 +3283,7 @@ declare const VNumberInput: {
|
|
3282
3283
|
errorMessages: string | readonly string[] | null;
|
3283
3284
|
maxErrors: string | number;
|
3284
3285
|
rules: readonly ValidationRule$1[];
|
3286
|
+
modelValue: Number | null;
|
3285
3287
|
tile: boolean;
|
3286
3288
|
density: Density;
|
3287
3289
|
clearIcon: IconValue;
|
@@ -3311,7 +3313,6 @@ declare const VNumberInput: {
|
|
3311
3313
|
theme?: string | undefined;
|
3312
3314
|
counter?: string | number | boolean | undefined;
|
3313
3315
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3314
|
-
modelValue?: any;
|
3315
3316
|
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;
|
3316
3317
|
validationValue?: any;
|
3317
3318
|
rounded?: string | number | boolean | undefined;
|
@@ -3410,6 +3411,7 @@ declare const VNumberInput: {
|
|
3410
3411
|
errorMessages: string | readonly string[] | null;
|
3411
3412
|
maxErrors: string | number;
|
3412
3413
|
rules: readonly ValidationRule$1[];
|
3414
|
+
modelValue: Number | null;
|
3413
3415
|
rounded: string | number | boolean;
|
3414
3416
|
tile: boolean;
|
3415
3417
|
density: Density;
|
@@ -3450,6 +3452,7 @@ declare const VNumberInput: {
|
|
3450
3452
|
errorMessages: string | readonly string[] | null;
|
3451
3453
|
maxErrors: string | number;
|
3452
3454
|
rules: readonly ValidationRule$1[];
|
3455
|
+
modelValue: Number | null;
|
3453
3456
|
tile: boolean;
|
3454
3457
|
density: Density;
|
3455
3458
|
clearIcon: IconValue;
|
@@ -3479,7 +3482,6 @@ declare const VNumberInput: {
|
|
3479
3482
|
theme?: string | undefined;
|
3480
3483
|
counter?: string | number | boolean | undefined;
|
3481
3484
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3482
|
-
modelValue?: any;
|
3483
3485
|
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;
|
3484
3486
|
validationValue?: any;
|
3485
3487
|
rounded?: string | number | boolean | undefined;
|
@@ -3558,7 +3560,7 @@ declare const VNumberInput: {
|
|
3558
3560
|
} & {
|
3559
3561
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
3560
3562
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
3561
|
-
'update:modelValue': (val: number) =>
|
3563
|
+
'update:modelValue': (val: number) => boolean;
|
3562
3564
|
}, string, {
|
3563
3565
|
flat: boolean;
|
3564
3566
|
reverse: boolean;
|
@@ -3580,6 +3582,7 @@ declare const VNumberInput: {
|
|
3580
3582
|
errorMessages: string | readonly string[] | null;
|
3581
3583
|
maxErrors: string | number;
|
3582
3584
|
rules: readonly ValidationRule$1[];
|
3585
|
+
modelValue: Number | null;
|
3583
3586
|
rounded: string | number | boolean;
|
3584
3587
|
tile: boolean;
|
3585
3588
|
density: Density;
|
@@ -3701,7 +3704,6 @@ declare const VNumberInput: {
|
|
3701
3704
|
type: PropType<readonly ValidationRule$1[]>;
|
3702
3705
|
default: () => never[];
|
3703
3706
|
};
|
3704
|
-
modelValue: null;
|
3705
3707
|
validateOn: 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>;
|
3706
3708
|
validationValue: null;
|
3707
3709
|
rounded: {
|
@@ -3750,6 +3752,10 @@ declare const VNumberInput: {
|
|
3750
3752
|
};
|
3751
3753
|
inset: BooleanConstructor;
|
3752
3754
|
hideInput: BooleanConstructor;
|
3755
|
+
modelValue: {
|
3756
|
+
type: PropType<Number | null>;
|
3757
|
+
default: null;
|
3758
|
+
};
|
3753
3759
|
min: {
|
3754
3760
|
type: NumberConstructor;
|
3755
3761
|
default: number;
|
@@ -3826,7 +3832,6 @@ declare const VNumberInput: {
|
|
3826
3832
|
type: PropType<readonly ValidationRule$1[]>;
|
3827
3833
|
default: () => never[];
|
3828
3834
|
};
|
3829
|
-
modelValue: null;
|
3830
3835
|
validateOn: 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>;
|
3831
3836
|
validationValue: null;
|
3832
3837
|
rounded: {
|
@@ -3875,6 +3880,10 @@ declare const VNumberInput: {
|
|
3875
3880
|
};
|
3876
3881
|
inset: BooleanConstructor;
|
3877
3882
|
hideInput: BooleanConstructor;
|
3883
|
+
modelValue: {
|
3884
|
+
type: PropType<Number | null>;
|
3885
|
+
default: null;
|
3886
|
+
};
|
3878
3887
|
min: {
|
3879
3888
|
type: NumberConstructor;
|
3880
3889
|
default: number;
|
@@ -8166,6 +8175,7 @@ type VStepperVerticalActions = InstanceType<typeof VStepperVerticalActions>;
|
|
8166
8175
|
|
8167
8176
|
declare const VPullToRefresh: {
|
8168
8177
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
8178
|
+
disabled: boolean;
|
8169
8179
|
pullDownThreshold: number;
|
8170
8180
|
} & {} & {
|
8171
8181
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -8200,6 +8210,7 @@ declare const VPullToRefresh: {
|
|
8200
8210
|
done: () => void;
|
8201
8211
|
}) => true;
|
8202
8212
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
8213
|
+
disabled: boolean;
|
8203
8214
|
pullDownThreshold: number;
|
8204
8215
|
} & {} & {
|
8205
8216
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -8230,6 +8241,7 @@ declare const VPullToRefresh: {
|
|
8230
8241
|
done: () => void;
|
8231
8242
|
}) => any) | undefined;
|
8232
8243
|
}, {
|
8244
|
+
disabled: boolean;
|
8233
8245
|
pullDownThreshold: number;
|
8234
8246
|
}, true, {}, vue.SlotsType<Partial<{
|
8235
8247
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -8250,6 +8262,7 @@ declare const VPullToRefresh: {
|
|
8250
8262
|
M: {};
|
8251
8263
|
Defaults: {};
|
8252
8264
|
}, {
|
8265
|
+
disabled: boolean;
|
8253
8266
|
pullDownThreshold: number;
|
8254
8267
|
} & {} & {
|
8255
8268
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -8280,12 +8293,14 @@ declare const VPullToRefresh: {
|
|
8280
8293
|
done: () => void;
|
8281
8294
|
}) => any) | undefined;
|
8282
8295
|
}, {}, {}, {}, {}, {
|
8296
|
+
disabled: boolean;
|
8283
8297
|
pullDownThreshold: number;
|
8284
8298
|
}>;
|
8285
8299
|
__isFragment?: undefined;
|
8286
8300
|
__isTeleport?: undefined;
|
8287
8301
|
__isSuspense?: undefined;
|
8288
8302
|
} & vue.ComponentOptionsBase<{
|
8303
|
+
disabled: boolean;
|
8289
8304
|
pullDownThreshold: number;
|
8290
8305
|
} & {} & {
|
8291
8306
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -8320,6 +8335,7 @@ declare const VPullToRefresh: {
|
|
8320
8335
|
done: () => void;
|
8321
8336
|
}) => true;
|
8322
8337
|
}, string, {
|
8338
|
+
disabled: boolean;
|
8323
8339
|
pullDownThreshold: number;
|
8324
8340
|
}, {}, string, vue.SlotsType<Partial<{
|
8325
8341
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -8333,11 +8349,13 @@ declare const VPullToRefresh: {
|
|
8333
8349
|
[key: string]: any;
|
8334
8350
|
}>[];
|
8335
8351
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
8352
|
+
disabled: BooleanConstructor;
|
8336
8353
|
pullDownThreshold: {
|
8337
8354
|
type: NumberConstructor;
|
8338
8355
|
default: number;
|
8339
8356
|
};
|
8340
8357
|
}, vue.ExtractPropTypes<{
|
8358
|
+
disabled: BooleanConstructor;
|
8341
8359
|
pullDownThreshold: {
|
8342
8360
|
type: NumberConstructor;
|
8343
8361
|
default: number;
|
@@ -5,15 +5,21 @@
|
|
5
5
|
@use '../tools/functions' as *;
|
6
6
|
|
7
7
|
@mixin background-color($color_value) {
|
8
|
-
|
8
|
+
& {
|
9
|
+
background-color: $color_value !important;
|
10
|
+
}
|
9
11
|
}
|
10
12
|
@mixin text-color($color_value) {
|
11
|
-
|
13
|
+
& {
|
14
|
+
color: $color_value !important;
|
15
|
+
}
|
12
16
|
}
|
13
17
|
@mixin background-text-color($color_name, $color_type) {
|
14
18
|
$map_value: map-deep-get(colors.$text-on-colors, $color_name, $color_type);
|
15
19
|
|
16
|
-
|
20
|
+
& {
|
21
|
+
color: $map_value !important;
|
22
|
+
}
|
17
23
|
}
|
18
24
|
|
19
25
|
@if (settings.$color-pack) {
|