@vuetify/nightly 3.6.10-master.2024-06-21 → 3.6.11-dev.2024-07-03
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 +13 -2
- package/dist/json/attributes.json +291 -119
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +106 -106
- package/dist/json/tags.json +49 -6
- package/dist/json/web-types.json +601 -211
- package/dist/vuetify-labs.css +2575 -2559
- package/dist/vuetify-labs.d.ts +802 -519
- package/dist/vuetify-labs.esm.js +86 -71
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +86 -71
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +627 -611
- package/dist/vuetify.d.ts +716 -505
- package/dist/vuetify.esm.js +36 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +24 -24
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +49 -49
- 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 +6 -0
- package/lib/components/VBottomSheet/index.d.mts +7 -7
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCarousel/index.d.mts +16 -7
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VCombobox/index.d.mts +49 -49
- package/lib/components/VDialog/index.d.mts +31 -31
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +122 -14
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VFileInput/index.d.mts +18 -18
- 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 +36 -0
- 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 +16 -7
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VMenu/index.d.mts +33 -33
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +49 -49
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +6 -0
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/index.d.mts +33 -33
- package/lib/components/VSpeedDial/index.d.mts +9 -9
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTooltip/index.d.mts +39 -39
- package/lib/components/VValidation/index.d.mts +9 -8
- package/lib/components/index.d.mts +675 -464
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.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 +41 -41
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +90 -18
- package/lib/labs/VTreeview/index.d.mts +16 -16
- package/lib/labs/components.d.mts +160 -88
- package/package.json +1 -1
@@ -550,6 +550,7 @@ declare const VAppBarNavIcon: {
|
|
550
550
|
location?: Anchor | undefined;
|
551
551
|
baseColor?: string | undefined;
|
552
552
|
selectedClass?: string | undefined;
|
553
|
+
activeColor?: string | undefined;
|
553
554
|
prependIcon?: IconValue | undefined;
|
554
555
|
appendIcon?: IconValue | undefined;
|
555
556
|
} & {
|
@@ -613,6 +614,7 @@ declare const VAppBarNavIcon: {
|
|
613
614
|
location?: Anchor | undefined;
|
614
615
|
baseColor?: string | undefined;
|
615
616
|
selectedClass?: string | undefined;
|
617
|
+
activeColor?: string | undefined;
|
616
618
|
prependIcon?: IconValue | undefined;
|
617
619
|
appendIcon?: IconValue | undefined;
|
618
620
|
} & {
|
@@ -718,6 +720,7 @@ declare const VAppBarNavIcon: {
|
|
718
720
|
location?: Anchor | undefined;
|
719
721
|
baseColor?: string | undefined;
|
720
722
|
selectedClass?: string | undefined;
|
723
|
+
activeColor?: string | undefined;
|
721
724
|
prependIcon?: IconValue | undefined;
|
722
725
|
appendIcon?: IconValue | undefined;
|
723
726
|
} & {
|
@@ -807,6 +810,7 @@ declare const VAppBarNavIcon: {
|
|
807
810
|
location?: Anchor | undefined;
|
808
811
|
baseColor?: string | undefined;
|
809
812
|
selectedClass?: string | undefined;
|
813
|
+
activeColor?: string | undefined;
|
810
814
|
prependIcon?: IconValue | undefined;
|
811
815
|
appendIcon?: IconValue | undefined;
|
812
816
|
} & {
|
@@ -930,6 +934,7 @@ declare const VAppBarNavIcon: {
|
|
930
934
|
type: BooleanConstructor;
|
931
935
|
default: undefined;
|
932
936
|
};
|
937
|
+
activeColor: StringConstructor;
|
933
938
|
baseColor: StringConstructor;
|
934
939
|
symbol: {
|
935
940
|
type: null;
|
@@ -1021,6 +1026,7 @@ declare const VAppBarNavIcon: {
|
|
1021
1026
|
type: BooleanConstructor;
|
1022
1027
|
default: undefined;
|
1023
1028
|
};
|
1029
|
+
activeColor: StringConstructor;
|
1024
1030
|
baseColor: StringConstructor;
|
1025
1031
|
symbol: {
|
1026
1032
|
type: null;
|
@@ -296,13 +296,13 @@ declare const VAutocomplete: {
|
|
296
296
|
component?: vue.Component | undefined;
|
297
297
|
})>;
|
298
298
|
focused: boolean;
|
299
|
+
eager: boolean;
|
299
300
|
errorMessages: string | readonly string[] | null;
|
300
301
|
maxErrors: string | number;
|
301
302
|
readonly: boolean | null;
|
302
303
|
rules: readonly ValidationRule[];
|
303
304
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
304
305
|
tile: boolean;
|
305
|
-
eager: boolean;
|
306
306
|
role: string;
|
307
307
|
density: Density;
|
308
308
|
direction: "horizontal" | "vertical";
|
@@ -343,7 +343,7 @@ declare const VAutocomplete: {
|
|
343
343
|
placeholder?: string | undefined;
|
344
344
|
counter?: string | number | boolean | undefined;
|
345
345
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
346
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
346
|
+
validateOn?: (("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" | "lazy" | "eager") | undefined;
|
347
347
|
rounded?: string | number | boolean | undefined;
|
348
348
|
maxWidth?: string | number | undefined;
|
349
349
|
minWidth?: string | number | undefined;
|
@@ -417,9 +417,9 @@ declare const VAutocomplete: {
|
|
417
417
|
elevation?: string | number | undefined;
|
418
418
|
baseColor?: string | undefined;
|
419
419
|
bgColor?: string | undefined;
|
420
|
+
activeColor?: string | undefined;
|
420
421
|
activeClass?: string | undefined;
|
421
422
|
activeStrategy?: ActiveStrategyProp | undefined;
|
422
|
-
activeColor?: string | undefined;
|
423
423
|
collapseIcon?: string | undefined;
|
424
424
|
expandIcon?: string | undefined;
|
425
425
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -462,9 +462,9 @@ declare const VAutocomplete: {
|
|
462
462
|
elevation?: string | number | undefined;
|
463
463
|
baseColor?: string | undefined;
|
464
464
|
bgColor?: string | undefined;
|
465
|
+
activeColor?: string | undefined;
|
465
466
|
activeClass?: string | undefined;
|
466
467
|
activeStrategy?: ActiveStrategyProp | undefined;
|
467
|
-
activeColor?: string | undefined;
|
468
468
|
collapseIcon?: string | undefined;
|
469
469
|
expandIcon?: string | undefined;
|
470
470
|
} & {
|
@@ -633,9 +633,9 @@ declare const VAutocomplete: {
|
|
633
633
|
component: vue.Component;
|
634
634
|
};
|
635
635
|
zIndex: string | number;
|
636
|
+
eager: boolean;
|
636
637
|
modelValue: boolean;
|
637
638
|
origin: Anchor | "auto" | "overlap";
|
638
|
-
eager: boolean;
|
639
639
|
location: Anchor;
|
640
640
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
641
641
|
updateLocation: (e: Event) => void;
|
@@ -662,9 +662,9 @@ declare const VAutocomplete: {
|
|
662
662
|
component: vue.Component;
|
663
663
|
};
|
664
664
|
zIndex: string | number;
|
665
|
+
eager: boolean;
|
665
666
|
modelValue: boolean;
|
666
667
|
origin: Anchor | "auto" | "overlap";
|
667
|
-
eager: boolean;
|
668
668
|
location: Anchor;
|
669
669
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
670
670
|
updateLocation: (e: Event) => void;
|
@@ -738,9 +738,9 @@ declare const VAutocomplete: {
|
|
738
738
|
component: vue.Component;
|
739
739
|
};
|
740
740
|
zIndex: string | number;
|
741
|
+
eager: boolean;
|
741
742
|
modelValue: boolean;
|
742
743
|
origin: Anchor | "auto" | "overlap";
|
743
|
-
eager: boolean;
|
744
744
|
location: Anchor;
|
745
745
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
746
746
|
updateLocation: (e: Event) => void;
|
@@ -809,7 +809,7 @@ declare const VAutocomplete: {
|
|
809
809
|
}) => vue.VNodeChild) | undefined;
|
810
810
|
} & {
|
811
811
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
812
|
-
}, "style" | "disabled" | "transition" | "zIndex" | "
|
812
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
813
813
|
itemColor?: string | undefined;
|
814
814
|
autoSelectFirst?: boolean | "exact" | undefined;
|
815
815
|
} & {
|
@@ -836,13 +836,13 @@ declare const VAutocomplete: {
|
|
836
836
|
component?: vue.Component | undefined;
|
837
837
|
})>;
|
838
838
|
focused: boolean;
|
839
|
+
eager: boolean;
|
839
840
|
errorMessages: string | readonly string[] | null;
|
840
841
|
maxErrors: string | number;
|
841
842
|
readonly: boolean | null;
|
842
843
|
rules: readonly ValidationRule[];
|
843
844
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
844
845
|
tile: boolean;
|
845
|
-
eager: boolean;
|
846
846
|
role: string;
|
847
847
|
density: Density;
|
848
848
|
direction: "horizontal" | "vertical";
|
@@ -883,7 +883,7 @@ declare const VAutocomplete: {
|
|
883
883
|
placeholder?: string | undefined;
|
884
884
|
counter?: string | number | boolean | undefined;
|
885
885
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
886
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
886
|
+
validateOn?: (("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" | "lazy" | "eager") | undefined;
|
887
887
|
rounded?: string | number | boolean | undefined;
|
888
888
|
maxWidth?: string | number | undefined;
|
889
889
|
minWidth?: string | number | undefined;
|
@@ -957,9 +957,9 @@ declare const VAutocomplete: {
|
|
957
957
|
elevation?: string | number | undefined;
|
958
958
|
baseColor?: string | undefined;
|
959
959
|
bgColor?: string | undefined;
|
960
|
+
activeColor?: string | undefined;
|
960
961
|
activeClass?: string | undefined;
|
961
962
|
activeStrategy?: ActiveStrategyProp | undefined;
|
962
|
-
activeColor?: string | undefined;
|
963
963
|
collapseIcon?: string | undefined;
|
964
964
|
expandIcon?: string | undefined;
|
965
965
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -1002,9 +1002,9 @@ declare const VAutocomplete: {
|
|
1002
1002
|
elevation?: string | number | undefined;
|
1003
1003
|
baseColor?: string | undefined;
|
1004
1004
|
bgColor?: string | undefined;
|
1005
|
+
activeColor?: string | undefined;
|
1005
1006
|
activeClass?: string | undefined;
|
1006
1007
|
activeStrategy?: ActiveStrategyProp | undefined;
|
1007
|
-
activeColor?: string | undefined;
|
1008
1008
|
collapseIcon?: string | undefined;
|
1009
1009
|
expandIcon?: string | undefined;
|
1010
1010
|
} & {
|
@@ -1173,9 +1173,9 @@ declare const VAutocomplete: {
|
|
1173
1173
|
component: vue.Component;
|
1174
1174
|
};
|
1175
1175
|
zIndex: string | number;
|
1176
|
+
eager: boolean;
|
1176
1177
|
modelValue: boolean;
|
1177
1178
|
origin: Anchor | "auto" | "overlap";
|
1178
|
-
eager: boolean;
|
1179
1179
|
location: Anchor;
|
1180
1180
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1181
1181
|
updateLocation: (e: Event) => void;
|
@@ -1202,9 +1202,9 @@ declare const VAutocomplete: {
|
|
1202
1202
|
component: vue.Component;
|
1203
1203
|
};
|
1204
1204
|
zIndex: string | number;
|
1205
|
+
eager: boolean;
|
1205
1206
|
modelValue: boolean;
|
1206
1207
|
origin: Anchor | "auto" | "overlap";
|
1207
|
-
eager: boolean;
|
1208
1208
|
location: Anchor;
|
1209
1209
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1210
1210
|
updateLocation: (e: Event) => void;
|
@@ -1278,9 +1278,9 @@ declare const VAutocomplete: {
|
|
1278
1278
|
component: vue.Component;
|
1279
1279
|
};
|
1280
1280
|
zIndex: string | number;
|
1281
|
+
eager: boolean;
|
1281
1282
|
modelValue: boolean;
|
1282
1283
|
origin: Anchor | "auto" | "overlap";
|
1283
|
-
eager: boolean;
|
1284
1284
|
location: Anchor;
|
1285
1285
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1286
1286
|
updateLocation: (e: Event) => void;
|
@@ -1349,7 +1349,7 @@ declare const VAutocomplete: {
|
|
1349
1349
|
}) => vue.VNodeChild) | undefined;
|
1350
1350
|
} & {
|
1351
1351
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1352
|
-
}, "style" | "disabled" | "transition" | "zIndex" | "
|
1352
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1353
1353
|
itemColor?: string | undefined;
|
1354
1354
|
autoSelectFirst?: boolean | "exact" | undefined;
|
1355
1355
|
} & {
|
@@ -1371,6 +1371,7 @@ declare const VAutocomplete: {
|
|
1371
1371
|
component?: vue.Component | undefined;
|
1372
1372
|
})>;
|
1373
1373
|
focused: boolean;
|
1374
|
+
eager: boolean;
|
1374
1375
|
errorMessages: string | readonly string[] | null;
|
1375
1376
|
maxErrors: string | number;
|
1376
1377
|
readonly: boolean | null;
|
@@ -1378,7 +1379,6 @@ declare const VAutocomplete: {
|
|
1378
1379
|
rounded: string | number | boolean;
|
1379
1380
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1380
1381
|
tile: boolean;
|
1381
|
-
eager: boolean;
|
1382
1382
|
role: string;
|
1383
1383
|
density: Density;
|
1384
1384
|
direction: "horizontal" | "vertical";
|
@@ -1490,13 +1490,13 @@ declare const VAutocomplete: {
|
|
1490
1490
|
component?: vue.Component | undefined;
|
1491
1491
|
})>;
|
1492
1492
|
focused: boolean;
|
1493
|
+
eager: boolean;
|
1493
1494
|
errorMessages: string | readonly string[] | null;
|
1494
1495
|
maxErrors: string | number;
|
1495
1496
|
readonly: boolean | null;
|
1496
1497
|
rules: readonly ValidationRule[];
|
1497
1498
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
1498
1499
|
tile: boolean;
|
1499
|
-
eager: boolean;
|
1500
1500
|
role: string;
|
1501
1501
|
density: Density;
|
1502
1502
|
direction: "horizontal" | "vertical";
|
@@ -1537,7 +1537,7 @@ declare const VAutocomplete: {
|
|
1537
1537
|
placeholder?: string | undefined;
|
1538
1538
|
counter?: string | number | boolean | undefined;
|
1539
1539
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1540
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
1540
|
+
validateOn?: (("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" | "lazy" | "eager") | undefined;
|
1541
1541
|
rounded?: string | number | boolean | undefined;
|
1542
1542
|
maxWidth?: string | number | undefined;
|
1543
1543
|
minWidth?: string | number | undefined;
|
@@ -1611,9 +1611,9 @@ declare const VAutocomplete: {
|
|
1611
1611
|
elevation?: string | number | undefined;
|
1612
1612
|
baseColor?: string | undefined;
|
1613
1613
|
bgColor?: string | undefined;
|
1614
|
+
activeColor?: string | undefined;
|
1614
1615
|
activeClass?: string | undefined;
|
1615
1616
|
activeStrategy?: ActiveStrategyProp | undefined;
|
1616
|
-
activeColor?: string | undefined;
|
1617
1617
|
collapseIcon?: string | undefined;
|
1618
1618
|
expandIcon?: string | undefined;
|
1619
1619
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -1656,9 +1656,9 @@ declare const VAutocomplete: {
|
|
1656
1656
|
elevation?: string | number | undefined;
|
1657
1657
|
baseColor?: string | undefined;
|
1658
1658
|
bgColor?: string | undefined;
|
1659
|
+
activeColor?: string | undefined;
|
1659
1660
|
activeClass?: string | undefined;
|
1660
1661
|
activeStrategy?: ActiveStrategyProp | undefined;
|
1661
|
-
activeColor?: string | undefined;
|
1662
1662
|
collapseIcon?: string | undefined;
|
1663
1663
|
expandIcon?: string | undefined;
|
1664
1664
|
} & {
|
@@ -1827,9 +1827,9 @@ declare const VAutocomplete: {
|
|
1827
1827
|
component: vue.Component;
|
1828
1828
|
};
|
1829
1829
|
zIndex: string | number;
|
1830
|
+
eager: boolean;
|
1830
1831
|
modelValue: boolean;
|
1831
1832
|
origin: Anchor | "auto" | "overlap";
|
1832
|
-
eager: boolean;
|
1833
1833
|
location: Anchor;
|
1834
1834
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1835
1835
|
updateLocation: (e: Event) => void;
|
@@ -1856,9 +1856,9 @@ declare const VAutocomplete: {
|
|
1856
1856
|
component: vue.Component;
|
1857
1857
|
};
|
1858
1858
|
zIndex: string | number;
|
1859
|
+
eager: boolean;
|
1859
1860
|
modelValue: boolean;
|
1860
1861
|
origin: Anchor | "auto" | "overlap";
|
1861
|
-
eager: boolean;
|
1862
1862
|
location: Anchor;
|
1863
1863
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1864
1864
|
updateLocation: (e: Event) => void;
|
@@ -1932,9 +1932,9 @@ declare const VAutocomplete: {
|
|
1932
1932
|
component: vue.Component;
|
1933
1933
|
};
|
1934
1934
|
zIndex: string | number;
|
1935
|
+
eager: boolean;
|
1935
1936
|
modelValue: boolean;
|
1936
1937
|
origin: Anchor | "auto" | "overlap";
|
1937
|
-
eager: boolean;
|
1938
1938
|
location: Anchor;
|
1939
1939
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1940
1940
|
updateLocation: (e: Event) => void;
|
@@ -2003,7 +2003,7 @@ declare const VAutocomplete: {
|
|
2003
2003
|
}) => vue.VNodeChild) | undefined;
|
2004
2004
|
} & {
|
2005
2005
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2006
|
-
}, "style" | "disabled" | "transition" | "zIndex" | "
|
2006
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2007
2007
|
itemColor?: string | undefined;
|
2008
2008
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2009
2009
|
} & {
|
@@ -2025,6 +2025,7 @@ declare const VAutocomplete: {
|
|
2025
2025
|
component?: vue.Component | undefined;
|
2026
2026
|
})>;
|
2027
2027
|
focused: boolean;
|
2028
|
+
eager: boolean;
|
2028
2029
|
errorMessages: string | readonly string[] | null;
|
2029
2030
|
maxErrors: string | number;
|
2030
2031
|
readonly: boolean | null;
|
@@ -2032,7 +2033,6 @@ declare const VAutocomplete: {
|
|
2032
2033
|
rounded: string | number | boolean;
|
2033
2034
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2034
2035
|
tile: boolean;
|
2035
|
-
eager: boolean;
|
2036
2036
|
role: string;
|
2037
2037
|
density: Density;
|
2038
2038
|
direction: "horizontal" | "vertical";
|
@@ -2079,13 +2079,13 @@ declare const VAutocomplete: {
|
|
2079
2079
|
component?: vue.Component | undefined;
|
2080
2080
|
})>;
|
2081
2081
|
focused: boolean;
|
2082
|
+
eager: boolean;
|
2082
2083
|
errorMessages: string | readonly string[] | null;
|
2083
2084
|
maxErrors: string | number;
|
2084
2085
|
readonly: boolean | null;
|
2085
2086
|
rules: readonly ValidationRule[];
|
2086
2087
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2087
2088
|
tile: boolean;
|
2088
|
-
eager: boolean;
|
2089
2089
|
role: string;
|
2090
2090
|
density: Density;
|
2091
2091
|
direction: "horizontal" | "vertical";
|
@@ -2126,7 +2126,7 @@ declare const VAutocomplete: {
|
|
2126
2126
|
placeholder?: string | undefined;
|
2127
2127
|
counter?: string | number | boolean | undefined;
|
2128
2128
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2129
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
2129
|
+
validateOn?: (("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" | "lazy" | "eager") | undefined;
|
2130
2130
|
rounded?: string | number | boolean | undefined;
|
2131
2131
|
maxWidth?: string | number | undefined;
|
2132
2132
|
minWidth?: string | number | undefined;
|
@@ -2200,9 +2200,9 @@ declare const VAutocomplete: {
|
|
2200
2200
|
elevation?: string | number | undefined;
|
2201
2201
|
baseColor?: string | undefined;
|
2202
2202
|
bgColor?: string | undefined;
|
2203
|
+
activeColor?: string | undefined;
|
2203
2204
|
activeClass?: string | undefined;
|
2204
2205
|
activeStrategy?: ActiveStrategyProp | undefined;
|
2205
|
-
activeColor?: string | undefined;
|
2206
2206
|
collapseIcon?: string | undefined;
|
2207
2207
|
expandIcon?: string | undefined;
|
2208
2208
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -2245,9 +2245,9 @@ declare const VAutocomplete: {
|
|
2245
2245
|
elevation?: string | number | undefined;
|
2246
2246
|
baseColor?: string | undefined;
|
2247
2247
|
bgColor?: string | undefined;
|
2248
|
+
activeColor?: string | undefined;
|
2248
2249
|
activeClass?: string | undefined;
|
2249
2250
|
activeStrategy?: ActiveStrategyProp | undefined;
|
2250
|
-
activeColor?: string | undefined;
|
2251
2251
|
collapseIcon?: string | undefined;
|
2252
2252
|
expandIcon?: string | undefined;
|
2253
2253
|
} & {
|
@@ -2416,9 +2416,9 @@ declare const VAutocomplete: {
|
|
2416
2416
|
component: vue.Component;
|
2417
2417
|
};
|
2418
2418
|
zIndex: string | number;
|
2419
|
+
eager: boolean;
|
2419
2420
|
modelValue: boolean;
|
2420
2421
|
origin: Anchor | "auto" | "overlap";
|
2421
|
-
eager: boolean;
|
2422
2422
|
location: Anchor;
|
2423
2423
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2424
2424
|
updateLocation: (e: Event) => void;
|
@@ -2445,9 +2445,9 @@ declare const VAutocomplete: {
|
|
2445
2445
|
component: vue.Component;
|
2446
2446
|
};
|
2447
2447
|
zIndex: string | number;
|
2448
|
+
eager: boolean;
|
2448
2449
|
modelValue: boolean;
|
2449
2450
|
origin: Anchor | "auto" | "overlap";
|
2450
|
-
eager: boolean;
|
2451
2451
|
location: Anchor;
|
2452
2452
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2453
2453
|
updateLocation: (e: Event) => void;
|
@@ -2521,9 +2521,9 @@ declare const VAutocomplete: {
|
|
2521
2521
|
component: vue.Component;
|
2522
2522
|
};
|
2523
2523
|
zIndex: string | number;
|
2524
|
+
eager: boolean;
|
2524
2525
|
modelValue: boolean;
|
2525
2526
|
origin: Anchor | "auto" | "overlap";
|
2526
|
-
eager: boolean;
|
2527
2527
|
location: Anchor;
|
2528
2528
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2529
2529
|
updateLocation: (e: Event) => void;
|
@@ -2592,7 +2592,7 @@ declare const VAutocomplete: {
|
|
2592
2592
|
}) => vue.VNodeChild) | undefined;
|
2593
2593
|
} & {
|
2594
2594
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2595
|
-
}, "style" | "disabled" | "transition" | "zIndex" | "
|
2595
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2596
2596
|
itemColor?: string | undefined;
|
2597
2597
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2598
2598
|
} & {
|
@@ -2619,6 +2619,7 @@ declare const VAutocomplete: {
|
|
2619
2619
|
component?: vue.Component | undefined;
|
2620
2620
|
})>;
|
2621
2621
|
focused: boolean;
|
2622
|
+
eager: boolean;
|
2622
2623
|
errorMessages: string | readonly string[] | null;
|
2623
2624
|
maxErrors: string | number;
|
2624
2625
|
readonly: boolean | null;
|
@@ -2626,7 +2627,6 @@ declare const VAutocomplete: {
|
|
2626
2627
|
rounded: string | number | boolean;
|
2627
2628
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2628
2629
|
tile: boolean;
|
2629
|
-
eager: boolean;
|
2630
2630
|
role: string;
|
2631
2631
|
density: Density;
|
2632
2632
|
direction: "horizontal" | "vertical";
|
@@ -2838,7 +2838,7 @@ declare const VAutocomplete: {
|
|
2838
2838
|
type: PropType<any>;
|
2839
2839
|
default: any;
|
2840
2840
|
};
|
2841
|
-
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
2841
|
+
validateOn: PropType<(("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" | "lazy" | "eager") | undefined>;
|
2842
2842
|
rounded: {
|
2843
2843
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
2844
2844
|
default: undefined;
|
@@ -2990,9 +2990,9 @@ declare const VAutocomplete: {
|
|
2990
2990
|
elevation?: string | number | undefined;
|
2991
2991
|
baseColor?: string | undefined;
|
2992
2992
|
bgColor?: string | undefined;
|
2993
|
+
activeColor?: string | undefined;
|
2993
2994
|
activeClass?: string | undefined;
|
2994
2995
|
activeStrategy?: ActiveStrategyProp | undefined;
|
2995
|
-
activeColor?: string | undefined;
|
2996
2996
|
collapseIcon?: string | undefined;
|
2997
2997
|
expandIcon?: string | undefined;
|
2998
2998
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -3035,9 +3035,9 @@ declare const VAutocomplete: {
|
|
3035
3035
|
elevation?: string | number | undefined;
|
3036
3036
|
baseColor?: string | undefined;
|
3037
3037
|
bgColor?: string | undefined;
|
3038
|
+
activeColor?: string | undefined;
|
3038
3039
|
activeClass?: string | undefined;
|
3039
3040
|
activeStrategy?: ActiveStrategyProp | undefined;
|
3040
|
-
activeColor?: string | undefined;
|
3041
3041
|
collapseIcon?: string | undefined;
|
3042
3042
|
expandIcon?: string | undefined;
|
3043
3043
|
} & {
|
@@ -3213,9 +3213,9 @@ declare const VAutocomplete: {
|
|
3213
3213
|
component: vue.Component;
|
3214
3214
|
};
|
3215
3215
|
zIndex: string | number;
|
3216
|
+
eager: boolean;
|
3216
3217
|
modelValue: boolean;
|
3217
3218
|
origin: Anchor | "auto" | "overlap";
|
3218
|
-
eager: boolean;
|
3219
3219
|
location: Anchor;
|
3220
3220
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3221
3221
|
updateLocation: (e: Event) => void;
|
@@ -3242,9 +3242,9 @@ declare const VAutocomplete: {
|
|
3242
3242
|
component: vue.Component;
|
3243
3243
|
};
|
3244
3244
|
zIndex: string | number;
|
3245
|
+
eager: boolean;
|
3245
3246
|
modelValue: boolean;
|
3246
3247
|
origin: Anchor | "auto" | "overlap";
|
3247
|
-
eager: boolean;
|
3248
3248
|
location: Anchor;
|
3249
3249
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3250
3250
|
updateLocation: (e: Event) => void;
|
@@ -3318,9 +3318,9 @@ declare const VAutocomplete: {
|
|
3318
3318
|
component: vue.Component;
|
3319
3319
|
};
|
3320
3320
|
zIndex: string | number;
|
3321
|
+
eager: boolean;
|
3321
3322
|
modelValue: boolean;
|
3322
3323
|
origin: Anchor | "auto" | "overlap";
|
3323
|
-
eager: boolean;
|
3324
3324
|
location: Anchor;
|
3325
3325
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3326
3326
|
updateLocation: (e: Event) => void;
|
@@ -3389,7 +3389,7 @@ declare const VAutocomplete: {
|
|
3389
3389
|
}) => vue.VNodeChild) | undefined;
|
3390
3390
|
} & {
|
3391
3391
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3392
|
-
}, "style" | "disabled" | "transition" | "zIndex" | "
|
3392
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
3393
3393
|
};
|
3394
3394
|
multiple: BooleanConstructor;
|
3395
3395
|
noDataText: {
|
@@ -3482,7 +3482,7 @@ declare const VAutocomplete: {
|
|
3482
3482
|
type: PropType<any>;
|
3483
3483
|
default: any;
|
3484
3484
|
};
|
3485
|
-
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
3485
|
+
validateOn: PropType<(("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" | "lazy" | "eager") | undefined>;
|
3486
3486
|
rounded: {
|
3487
3487
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
3488
3488
|
default: undefined;
|
@@ -3634,9 +3634,9 @@ declare const VAutocomplete: {
|
|
3634
3634
|
elevation?: string | number | undefined;
|
3635
3635
|
baseColor?: string | undefined;
|
3636
3636
|
bgColor?: string | undefined;
|
3637
|
+
activeColor?: string | undefined;
|
3637
3638
|
activeClass?: string | undefined;
|
3638
3639
|
activeStrategy?: ActiveStrategyProp | undefined;
|
3639
|
-
activeColor?: string | undefined;
|
3640
3640
|
collapseIcon?: string | undefined;
|
3641
3641
|
expandIcon?: string | undefined;
|
3642
3642
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -3679,9 +3679,9 @@ declare const VAutocomplete: {
|
|
3679
3679
|
elevation?: string | number | undefined;
|
3680
3680
|
baseColor?: string | undefined;
|
3681
3681
|
bgColor?: string | undefined;
|
3682
|
+
activeColor?: string | undefined;
|
3682
3683
|
activeClass?: string | undefined;
|
3683
3684
|
activeStrategy?: ActiveStrategyProp | undefined;
|
3684
|
-
activeColor?: string | undefined;
|
3685
3685
|
collapseIcon?: string | undefined;
|
3686
3686
|
expandIcon?: string | undefined;
|
3687
3687
|
} & {
|
@@ -3857,9 +3857,9 @@ declare const VAutocomplete: {
|
|
3857
3857
|
component: vue.Component;
|
3858
3858
|
};
|
3859
3859
|
zIndex: string | number;
|
3860
|
+
eager: boolean;
|
3860
3861
|
modelValue: boolean;
|
3861
3862
|
origin: Anchor | "auto" | "overlap";
|
3862
|
-
eager: boolean;
|
3863
3863
|
location: Anchor;
|
3864
3864
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3865
3865
|
updateLocation: (e: Event) => void;
|
@@ -3886,9 +3886,9 @@ declare const VAutocomplete: {
|
|
3886
3886
|
component: vue.Component;
|
3887
3887
|
};
|
3888
3888
|
zIndex: string | number;
|
3889
|
+
eager: boolean;
|
3889
3890
|
modelValue: boolean;
|
3890
3891
|
origin: Anchor | "auto" | "overlap";
|
3891
|
-
eager: boolean;
|
3892
3892
|
location: Anchor;
|
3893
3893
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3894
3894
|
updateLocation: (e: Event) => void;
|
@@ -3962,9 +3962,9 @@ declare const VAutocomplete: {
|
|
3962
3962
|
component: vue.Component;
|
3963
3963
|
};
|
3964
3964
|
zIndex: string | number;
|
3965
|
+
eager: boolean;
|
3965
3966
|
modelValue: boolean;
|
3966
3967
|
origin: Anchor | "auto" | "overlap";
|
3967
|
-
eager: boolean;
|
3968
3968
|
location: Anchor;
|
3969
3969
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3970
3970
|
updateLocation: (e: Event) => void;
|
@@ -4033,7 +4033,7 @@ declare const VAutocomplete: {
|
|
4033
4033
|
}) => vue.VNodeChild) | undefined;
|
4034
4034
|
} & {
|
4035
4035
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4036
|
-
}, "style" | "disabled" | "transition" | "zIndex" | "
|
4036
|
+
}, "style" | "disabled" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
4037
4037
|
};
|
4038
4038
|
multiple: BooleanConstructor;
|
4039
4039
|
noDataText: {
|
@@ -10,6 +10,9 @@
|
|
10
10
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
11
11
|
transition-property: width, height;
|
12
12
|
vertical-align: middle;
|
13
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
14
|
+
border-style: solid;
|
15
|
+
border-width: thin;
|
13
16
|
border-radius: 50%;
|
14
17
|
}
|
15
18
|
.v-avatar.v-avatar--size-x-small {
|
@@ -39,6 +42,10 @@
|
|
39
42
|
height: calc(var(--v-avatar-height) + -8px);
|
40
43
|
width: calc(var(--v-avatar-height) + -8px);
|
41
44
|
}
|
45
|
+
.v-avatar--border {
|
46
|
+
border-width: thin;
|
47
|
+
box-shadow: none;
|
48
|
+
}
|
42
49
|
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
43
50
|
background: transparent;
|
44
51
|
color: inherit;
|
@@ -6,6 +6,7 @@ import "./VAvatar.css";
|
|
6
6
|
import { VDefaultsProvider } from "../VDefaultsProvider/index.mjs";
|
7
7
|
import { VIcon } from "../VIcon/index.mjs";
|
8
8
|
import { VImg } from "../VImg/index.mjs"; // Composables
|
9
|
+
import { makeBorderProps, useBorder } from "../../composables/border.mjs";
|
9
10
|
import { makeComponentProps } from "../../composables/component.mjs";
|
10
11
|
import { makeDensityProps, useDensity } from "../../composables/density.mjs";
|
11
12
|
import { IconValue } from "../../composables/icons.mjs";
|
@@ -21,6 +22,7 @@ export const makeVAvatarProps = propsFactory({
|
|
21
22
|
icon: IconValue,
|
22
23
|
image: String,
|
23
24
|
text: String,
|
25
|
+
...makeBorderProps(),
|
24
26
|
...makeComponentProps(),
|
25
27
|
...makeDensityProps(),
|
26
28
|
...makeRoundedProps(),
|
@@ -41,6 +43,9 @@ export const VAvatar = genericComponent()({
|
|
41
43
|
const {
|
42
44
|
themeClasses
|
43
45
|
} = provideTheme(props);
|
46
|
+
const {
|
47
|
+
borderClasses
|
48
|
+
} = useBorder(props);
|
44
49
|
const {
|
45
50
|
colorClasses,
|
46
51
|
colorStyles,
|
@@ -60,7 +65,7 @@ export const VAvatar = genericComponent()({
|
|
60
65
|
"class": ['v-avatar', {
|
61
66
|
'v-avatar--start': props.start,
|
62
67
|
'v-avatar--end': props.end
|
63
|
-
}, themeClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class],
|
68
|
+
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class],
|
64
69
|
"style": [colorStyles.value, sizeStyles.value, props.style]
|
65
70
|
}, {
|
66
71
|
default: () => [!slots.default ? props.image ? _createVNode(VImg, {
|