@vuetify/nightly 3.6.3-dev.2024-05-03 → 3.6.3-dev.2024-05-06
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 +7 -2
- package/dist/json/attributes.json +4 -0
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +11 -1
- package/dist/vuetify-labs.css +2333 -2326
- package/dist/vuetify-labs.d.ts +6 -0
- package/dist/vuetify-labs.esm.js +8 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +8 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1252 -1245
- package/dist/vuetify.d.ts +60 -54
- package/dist/vuetify.esm.js +8 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- 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/index.d.mts +6 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +54 -54
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -8848,6 +8848,7 @@ declare const VAvatar: {
|
|
8848
8848
|
theme?: string | undefined;
|
8849
8849
|
color?: string | undefined;
|
8850
8850
|
icon?: IconValue | undefined;
|
8851
|
+
border?: string | number | boolean | undefined;
|
8851
8852
|
rounded?: string | number | boolean | undefined;
|
8852
8853
|
} & {
|
8853
8854
|
$children?: vue.VNodeChild | {
|
@@ -8874,6 +8875,7 @@ declare const VAvatar: {
|
|
8874
8875
|
theme?: string | undefined;
|
8875
8876
|
color?: string | undefined;
|
8876
8877
|
icon?: IconValue | undefined;
|
8878
|
+
border?: string | number | boolean | undefined;
|
8877
8879
|
rounded?: string | number | boolean | undefined;
|
8878
8880
|
} & {
|
8879
8881
|
$children?: vue.VNodeChild | {
|
@@ -8921,6 +8923,7 @@ declare const VAvatar: {
|
|
8921
8923
|
theme?: string | undefined;
|
8922
8924
|
color?: string | undefined;
|
8923
8925
|
icon?: IconValue | undefined;
|
8926
|
+
border?: string | number | boolean | undefined;
|
8924
8927
|
rounded?: string | number | boolean | undefined;
|
8925
8928
|
} & {
|
8926
8929
|
$children?: vue.VNodeChild | {
|
@@ -8961,6 +8964,7 @@ declare const VAvatar: {
|
|
8961
8964
|
theme?: string | undefined;
|
8962
8965
|
color?: string | undefined;
|
8963
8966
|
icon?: IconValue | undefined;
|
8967
|
+
border?: string | number | boolean | undefined;
|
8964
8968
|
rounded?: string | number | boolean | undefined;
|
8965
8969
|
} & {
|
8966
8970
|
$children?: vue.VNodeChild | {
|
@@ -9019,6 +9023,7 @@ declare const VAvatar: {
|
|
9019
9023
|
type: vue.PropType<vue.StyleValue>;
|
9020
9024
|
default: null;
|
9021
9025
|
};
|
9026
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
9022
9027
|
start: BooleanConstructor;
|
9023
9028
|
end: BooleanConstructor;
|
9024
9029
|
icon: vue.PropType<IconValue>;
|
@@ -9058,6 +9063,7 @@ declare const VAvatar: {
|
|
9058
9063
|
type: vue.PropType<vue.StyleValue>;
|
9059
9064
|
default: null;
|
9060
9065
|
};
|
9066
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
9061
9067
|
start: BooleanConstructor;
|
9062
9068
|
end: BooleanConstructor;
|
9063
9069
|
icon: vue.PropType<IconValue>;
|
@@ -73365,49 +73371,48 @@ declare module '@vue/runtime-core' {
|
|
73365
73371
|
}
|
73366
73372
|
|
73367
73373
|
export interface GlobalComponents {
|
73368
|
-
|
73369
|
-
|
73374
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73375
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73370
73376
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73371
73377
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73372
73378
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73373
|
-
|
73374
|
-
|
73375
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73376
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73377
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73378
|
-
VApp: typeof import('vuetify/components')['VApp']
|
73379
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
73380
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73379
73381
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73380
|
-
|
73381
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73382
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73382
73383
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73383
73384
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73384
73385
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73385
|
-
|
73386
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73386
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73387
73387
|
VBtn: typeof import('vuetify/components')['VBtn']
|
73388
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
73389
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73390
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73388
73391
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73389
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73390
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73391
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73392
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73393
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73394
73392
|
VCard: typeof import('vuetify/components')['VCard']
|
73395
73393
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73396
73394
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73397
73395
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73398
73396
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73399
73397
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73398
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73399
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73400
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73401
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73402
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73403
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73404
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73400
73405
|
VCode: typeof import('vuetify/components')['VCode']
|
73401
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73402
73406
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73407
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73408
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73409
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73403
73410
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73404
73411
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73405
73412
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73406
73413
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73407
73414
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73408
73415
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73409
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73410
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73411
73416
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73412
73417
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73413
73418
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73415,30 +73420,31 @@ declare module '@vue/runtime-core' {
|
|
73415
73420
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73416
73421
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73417
73422
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73418
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
73419
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73420
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73421
|
-
VField: typeof import('vuetify/components')['VField']
|
73422
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73423
73423
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73424
73424
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73425
73425
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73426
73426
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73427
|
-
|
73427
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73428
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73429
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73428
73430
|
VFab: typeof import('vuetify/components')['VFab']
|
73429
|
-
|
73431
|
+
VField: typeof import('vuetify/components')['VField']
|
73432
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73433
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73434
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
73430
73435
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73431
73436
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73432
73437
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73433
73438
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73434
73439
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73435
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73436
73440
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73437
|
-
|
73441
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73438
73442
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73439
73443
|
VItem: typeof import('vuetify/components')['VItem']
|
73440
|
-
|
73444
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73445
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73441
73446
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73447
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73442
73448
|
VList: typeof import('vuetify/components')['VList']
|
73443
73449
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73444
73450
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73448,65 +73454,65 @@ declare module '@vue/runtime-core' {
|
|
73448
73454
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73449
73455
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73450
73456
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73451
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73452
73457
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73453
73458
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73454
|
-
|
73459
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73460
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73455
73461
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73462
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73456
73463
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73457
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73458
73464
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73459
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73460
73465
|
VRating: typeof import('vuetify/components')['VRating']
|
73466
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73461
73467
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73462
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73463
73468
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73464
73469
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73465
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73466
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73467
|
-
VTab: typeof import('vuetify/components')['VTab']
|
73468
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
73469
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73470
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73471
73470
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73472
73471
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73472
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73473
73473
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73474
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73475
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73474
73476
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73475
73477
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73476
73478
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73477
73479
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73478
73480
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73479
73481
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73480
|
-
VTable: typeof import('vuetify/components')['VTable']
|
73481
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73482
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73483
73482
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73483
|
+
VTab: typeof import('vuetify/components')['VTab']
|
73484
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
73485
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73486
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73487
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73488
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73484
73489
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73485
73490
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73486
73491
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73492
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73493
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73487
73494
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73488
73495
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73489
73496
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73490
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73491
73497
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73492
73498
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73493
73499
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73494
73500
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73495
73501
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73502
|
+
VForm: typeof import('vuetify/components')['VForm']
|
73496
73503
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73497
73504
|
VCol: typeof import('vuetify/components')['VCol']
|
73498
73505
|
VRow: typeof import('vuetify/components')['VRow']
|
73499
73506
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73500
|
-
VForm: typeof import('vuetify/components')['VForm']
|
73501
73507
|
VHover: typeof import('vuetify/components')['VHover']
|
73508
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
73502
73509
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73503
73510
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73504
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
73505
73511
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73506
73512
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73507
73513
|
VParallax: typeof import('vuetify/components')['VParallax']
|
73508
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
73509
73514
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73515
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
73510
73516
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73511
73517
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73512
73518
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
@@ -73529,6 +73535,8 @@ declare module '@vue/runtime-core' {
|
|
73529
73535
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73530
73536
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73531
73537
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73538
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73539
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73532
73540
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73533
73541
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73534
73542
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -73536,16 +73544,14 @@ declare module '@vue/runtime-core' {
|
|
73536
73544
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73537
73545
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73538
73546
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73539
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73540
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73541
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73542
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73543
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73544
73547
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73545
73548
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73546
73549
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73547
|
-
|
73550
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73551
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73552
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73548
73553
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73549
73554
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73555
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73550
73556
|
}
|
73551
73557
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.3-dev.2024-05-
|
2
|
+
* Vuetify v3.6.3-dev.2024-05-06
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -6138,6 +6138,7 @@ const makeVAvatarProps = propsFactory({
|
|
6138
6138
|
icon: IconValue,
|
6139
6139
|
image: String,
|
6140
6140
|
text: String,
|
6141
|
+
...makeBorderProps(),
|
6141
6142
|
...makeComponentProps(),
|
6142
6143
|
...makeDensityProps(),
|
6143
6144
|
...makeRoundedProps(),
|
@@ -6158,6 +6159,9 @@ const VAvatar = genericComponent()({
|
|
6158
6159
|
const {
|
6159
6160
|
themeClasses
|
6160
6161
|
} = provideTheme(props);
|
6162
|
+
const {
|
6163
|
+
borderClasses
|
6164
|
+
} = useBorder(props);
|
6161
6165
|
const {
|
6162
6166
|
colorClasses,
|
6163
6167
|
colorStyles,
|
@@ -6177,7 +6181,7 @@ const VAvatar = genericComponent()({
|
|
6177
6181
|
"class": ['v-avatar', {
|
6178
6182
|
'v-avatar--start': props.start,
|
6179
6183
|
'v-avatar--end': props.end
|
6180
|
-
}, themeClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class],
|
6184
|
+
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class],
|
6181
6185
|
"style": [colorStyles.value, sizeStyles.value, props.style]
|
6182
6186
|
}, {
|
6183
6187
|
default: () => [!slots.default ? props.image ? createVNode(VImg, {
|
@@ -27922,7 +27926,7 @@ function createVuetify$1() {
|
|
27922
27926
|
goTo
|
27923
27927
|
};
|
27924
27928
|
}
|
27925
|
-
const version$1 = "3.6.3-dev.2024-05-
|
27929
|
+
const version$1 = "3.6.3-dev.2024-05-06";
|
27926
27930
|
createVuetify$1.version = version$1;
|
27927
27931
|
|
27928
27932
|
// Vue's inject() can only be used in setup
|
@@ -27947,7 +27951,7 @@ const createVuetify = function () {
|
|
27947
27951
|
...options
|
27948
27952
|
});
|
27949
27953
|
};
|
27950
|
-
const version = "3.6.3-dev.2024-05-
|
27954
|
+
const version = "3.6.3-dev.2024-05-06";
|
27951
27955
|
createVuetify.version = version;
|
27952
27956
|
|
27953
27957
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|