@vuetify/nightly 3.6.3-dev.2024-05-29 → 3.6.3-dev.2024-05-30
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 -2
- package/dist/json/attributes.json +8 -0
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +21 -1
- package/dist/vuetify-labs.css +2418 -2409
- package/dist/vuetify-labs.d.ts +18 -0
- package/dist/vuetify-labs.esm.js +5 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +672 -663
- package/dist/vuetify.d.ts +70 -52
- package/dist/vuetify.esm.js +5 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/index.d.mts +9 -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 +9 -0
- package/lib/components/index.d.mts +18 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +52 -52
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -14585,6 +14585,7 @@ declare const VImg: {
|
|
14585
14585
|
style: vue.StyleValue;
|
14586
14586
|
src: string | srcObject;
|
14587
14587
|
options: IntersectionObserverInit;
|
14588
|
+
absolute: boolean;
|
14588
14589
|
transition: string | boolean | (vue.TransitionProps & {
|
14589
14590
|
component?: vue.Component | undefined;
|
14590
14591
|
});
|
@@ -14649,6 +14650,7 @@ declare const VImg: {
|
|
14649
14650
|
style: vue.StyleValue;
|
14650
14651
|
src: string | srcObject;
|
14651
14652
|
options: IntersectionObserverInit;
|
14653
|
+
absolute: boolean;
|
14652
14654
|
transition: string | boolean | (vue.TransitionProps & {
|
14653
14655
|
component?: vue.Component | undefined;
|
14654
14656
|
});
|
@@ -14703,6 +14705,7 @@ declare const VImg: {
|
|
14703
14705
|
style: vue.StyleValue;
|
14704
14706
|
src: string | srcObject;
|
14705
14707
|
options: IntersectionObserverInit;
|
14708
|
+
absolute: boolean;
|
14706
14709
|
transition: string | boolean | (vue.TransitionProps & {
|
14707
14710
|
component?: vue.Component | undefined;
|
14708
14711
|
});
|
@@ -14736,6 +14739,7 @@ declare const VImg: {
|
|
14736
14739
|
style: vue.StyleValue;
|
14737
14740
|
src: string | srcObject;
|
14738
14741
|
options: IntersectionObserverInit;
|
14742
|
+
absolute: boolean;
|
14739
14743
|
transition: string | boolean | (vue.TransitionProps & {
|
14740
14744
|
component?: vue.Component | undefined;
|
14741
14745
|
});
|
@@ -14796,6 +14800,7 @@ declare const VImg: {
|
|
14796
14800
|
style: vue.StyleValue;
|
14797
14801
|
src: string | srcObject;
|
14798
14802
|
options: IntersectionObserverInit;
|
14803
|
+
absolute: boolean;
|
14799
14804
|
transition: string | boolean | (vue.TransitionProps & {
|
14800
14805
|
component?: vue.Component | undefined;
|
14801
14806
|
});
|
@@ -14813,6 +14818,7 @@ declare const VImg: {
|
|
14813
14818
|
style: vue.StyleValue;
|
14814
14819
|
src: string | srcObject;
|
14815
14820
|
options: IntersectionObserverInit;
|
14821
|
+
absolute: boolean;
|
14816
14822
|
transition: string | boolean | (vue.TransitionProps & {
|
14817
14823
|
component?: vue.Component | undefined;
|
14818
14824
|
});
|
@@ -14877,6 +14883,7 @@ declare const VImg: {
|
|
14877
14883
|
style: vue.StyleValue;
|
14878
14884
|
src: string | srcObject;
|
14879
14885
|
options: IntersectionObserverInit;
|
14886
|
+
absolute: boolean;
|
14880
14887
|
transition: string | boolean | (vue.TransitionProps & {
|
14881
14888
|
component?: vue.Component | undefined;
|
14882
14889
|
});
|
@@ -14926,6 +14933,7 @@ declare const VImg: {
|
|
14926
14933
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
14927
14934
|
contentClass: StringConstructor;
|
14928
14935
|
inline: BooleanConstructor;
|
14936
|
+
absolute: BooleanConstructor;
|
14929
14937
|
alt: StringConstructor;
|
14930
14938
|
cover: BooleanConstructor;
|
14931
14939
|
color: StringConstructor;
|
@@ -14980,6 +14988,7 @@ declare const VImg: {
|
|
14980
14988
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
14981
14989
|
contentClass: StringConstructor;
|
14982
14990
|
inline: BooleanConstructor;
|
14991
|
+
absolute: BooleanConstructor;
|
14983
14992
|
alt: StringConstructor;
|
14984
14993
|
cover: BooleanConstructor;
|
14985
14994
|
color: StringConstructor;
|
@@ -15016,6 +15025,7 @@ declare const VCarouselItem: {
|
|
15016
15025
|
src: string | srcObject;
|
15017
15026
|
disabled: boolean;
|
15018
15027
|
options: IntersectionObserverInit;
|
15028
|
+
absolute: boolean;
|
15019
15029
|
inline: boolean;
|
15020
15030
|
cover: boolean;
|
15021
15031
|
tile: boolean;
|
@@ -15068,6 +15078,7 @@ declare const VCarouselItem: {
|
|
15068
15078
|
src: string | srcObject;
|
15069
15079
|
disabled: boolean;
|
15070
15080
|
options: IntersectionObserverInit;
|
15081
|
+
absolute: boolean;
|
15071
15082
|
inline: boolean;
|
15072
15083
|
cover: boolean;
|
15073
15084
|
tile: boolean;
|
@@ -15120,6 +15131,7 @@ declare const VCarouselItem: {
|
|
15120
15131
|
src: string | srcObject;
|
15121
15132
|
disabled: boolean;
|
15122
15133
|
options: IntersectionObserverInit;
|
15134
|
+
absolute: boolean;
|
15123
15135
|
transition: string | boolean;
|
15124
15136
|
rounded: string | number | boolean;
|
15125
15137
|
inline: boolean;
|
@@ -15153,6 +15165,7 @@ declare const VCarouselItem: {
|
|
15153
15165
|
src: string | srcObject;
|
15154
15166
|
disabled: boolean;
|
15155
15167
|
options: IntersectionObserverInit;
|
15168
|
+
absolute: boolean;
|
15156
15169
|
inline: boolean;
|
15157
15170
|
cover: boolean;
|
15158
15171
|
tile: boolean;
|
@@ -15205,6 +15218,7 @@ declare const VCarouselItem: {
|
|
15205
15218
|
src: string | srcObject;
|
15206
15219
|
disabled: boolean;
|
15207
15220
|
options: IntersectionObserverInit;
|
15221
|
+
absolute: boolean;
|
15208
15222
|
transition: string | boolean;
|
15209
15223
|
rounded: string | number | boolean;
|
15210
15224
|
inline: boolean;
|
@@ -15222,6 +15236,7 @@ declare const VCarouselItem: {
|
|
15222
15236
|
src: string | srcObject;
|
15223
15237
|
disabled: boolean;
|
15224
15238
|
options: IntersectionObserverInit;
|
15239
|
+
absolute: boolean;
|
15225
15240
|
inline: boolean;
|
15226
15241
|
cover: boolean;
|
15227
15242
|
tile: boolean;
|
@@ -15274,6 +15289,7 @@ declare const VCarouselItem: {
|
|
15274
15289
|
src: string | srcObject;
|
15275
15290
|
disabled: boolean;
|
15276
15291
|
options: IntersectionObserverInit;
|
15292
|
+
absolute: boolean;
|
15277
15293
|
transition: string | boolean;
|
15278
15294
|
rounded: string | number | boolean;
|
15279
15295
|
inline: boolean;
|
@@ -15327,6 +15343,7 @@ declare const VCarouselItem: {
|
|
15327
15343
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
15328
15344
|
contentClass: StringConstructor;
|
15329
15345
|
inline: BooleanConstructor;
|
15346
|
+
absolute: BooleanConstructor;
|
15330
15347
|
alt: StringConstructor;
|
15331
15348
|
cover: BooleanConstructor;
|
15332
15349
|
color: StringConstructor;
|
@@ -15385,6 +15402,7 @@ declare const VCarouselItem: {
|
|
15385
15402
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
15386
15403
|
contentClass: StringConstructor;
|
15387
15404
|
inline: BooleanConstructor;
|
15405
|
+
absolute: BooleanConstructor;
|
15388
15406
|
alt: StringConstructor;
|
15389
15407
|
cover: BooleanConstructor;
|
15390
15408
|
color: StringConstructor;
|
@@ -73443,42 +73461,48 @@ declare module '@vue/runtime-core' {
|
|
73443
73461
|
}
|
73444
73462
|
|
73445
73463
|
export interface GlobalComponents {
|
73464
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73465
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73466
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73467
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73468
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
73469
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73470
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73446
73471
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73447
73472
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73448
73473
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73449
73474
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73450
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
73451
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73452
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73453
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73454
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73455
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73456
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73457
73475
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73476
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73477
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73478
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73479
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73458
73480
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73459
73481
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73460
73482
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73461
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73462
73483
|
VCard: typeof import('vuetify/components')['VCard']
|
73463
73484
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73464
73485
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73465
73486
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73466
73487
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73467
73488
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73468
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73469
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73470
73489
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73471
73490
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73472
73491
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73473
|
-
VApp: typeof import('vuetify/components')['VApp']
|
73474
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73475
73492
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73476
73493
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73477
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73478
73494
|
VCode: typeof import('vuetify/components')['VCode']
|
73479
|
-
|
73495
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73480
73496
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73497
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73481
73498
|
VCounter: typeof import('vuetify/components')['VCounter']
|
73499
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73500
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73501
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73502
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73503
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73504
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73505
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73482
73506
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73483
73507
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73484
73508
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73486,36 +73510,31 @@ declare module '@vue/runtime-core' {
|
|
73486
73510
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73487
73511
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73488
73512
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73513
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73489
73514
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73490
|
-
|
73491
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73492
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73493
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73494
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73495
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73515
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73496
73516
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73497
73517
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73498
73518
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73499
73519
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73500
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
73501
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73502
73520
|
VField: typeof import('vuetify/components')['VField']
|
73503
73521
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73504
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73505
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
73506
73522
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73507
73523
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73508
73524
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73509
73525
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73510
73526
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73511
|
-
|
73527
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
73528
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73512
73529
|
VImg: typeof import('vuetify/components')['VImg']
|
73530
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73531
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73532
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73533
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73513
73534
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73514
73535
|
VItem: typeof import('vuetify/components')['VItem']
|
73515
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73516
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73517
73536
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73518
|
-
|
73537
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73519
73538
|
VList: typeof import('vuetify/components')['VList']
|
73520
73539
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73521
73540
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73525,61 +73544,60 @@ declare module '@vue/runtime-core' {
|
|
73525
73544
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73526
73545
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73527
73546
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73528
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73529
73547
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73530
73548
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73531
73549
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73532
73550
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73533
73551
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73534
73552
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73535
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73536
73553
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73537
73554
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73538
73555
|
VRating: typeof import('vuetify/components')['VRating']
|
73539
|
-
|
73540
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73556
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73541
73557
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73558
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73559
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73560
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73561
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73542
73562
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73543
73563
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73544
|
-
|
73545
|
-
|
73564
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73565
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73566
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73546
73567
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73547
73568
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73548
73569
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73549
73570
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73550
73571
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73551
73572
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73552
|
-
|
73553
|
-
|
73573
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73574
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73575
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73576
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73577
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73578
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73554
73579
|
VTab: typeof import('vuetify/components')['VTab']
|
73555
73580
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73556
73581
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73557
73582
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73558
|
-
|
73559
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73560
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
73561
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73583
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73562
73584
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73563
73585
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73564
73586
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73565
|
-
VTable: typeof import('vuetify/components')['VTable']
|
73566
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73567
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73568
73587
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73569
73588
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73570
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73571
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73572
73589
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73590
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73573
73591
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73574
73592
|
VForm: typeof import('vuetify/components')['VForm']
|
73593
|
+
VHover: typeof import('vuetify/components')['VHover']
|
73575
73594
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73576
73595
|
VCol: typeof import('vuetify/components')['VCol']
|
73577
73596
|
VRow: typeof import('vuetify/components')['VRow']
|
73578
73597
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73579
|
-
|
73598
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
73580
73599
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73581
73600
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73582
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
73583
73601
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73584
73602
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73585
73603
|
VRadio: typeof import('vuetify/components')['VRadio']
|
@@ -73589,8 +73607,8 @@ declare module '@vue/runtime-core' {
|
|
73589
73607
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73590
73608
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73591
73609
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73592
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
73593
73610
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73611
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
73594
73612
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73595
73613
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73596
73614
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73607,15 +73625,15 @@ declare module '@vue/runtime-core' {
|
|
73607
73625
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73608
73626
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73609
73627
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73628
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73629
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73630
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73610
73631
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73611
73632
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73612
73633
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73613
73634
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73614
73635
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73615
73636
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73616
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73617
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73618
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73619
73637
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73620
73638
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73621
73639
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
@@ -73623,7 +73641,7 @@ declare module '@vue/runtime-core' {
|
|
73623
73641
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73624
73642
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73625
73643
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73626
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73627
73644
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73645
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73628
73646
|
}
|
73629
73647
|
}
|
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-30
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -3662,6 +3662,7 @@ const Intersect = {
|
|
3662
3662
|
// not intended for public use, this is passed in by vuetify-loader
|
3663
3663
|
|
3664
3664
|
const makeVImgProps = propsFactory({
|
3665
|
+
absolute: Boolean,
|
3665
3666
|
alt: String,
|
3666
3667
|
cover: Boolean,
|
3667
3668
|
color: String,
|
@@ -3918,6 +3919,7 @@ const VImg = genericComponent()({
|
|
3918
3919
|
const responsiveProps = VResponsive.filterProps(props);
|
3919
3920
|
return withDirectives(createVNode(VResponsive, mergeProps({
|
3920
3921
|
"class": ['v-img', {
|
3922
|
+
'v-img--absolute': props.absolute,
|
3921
3923
|
'v-img--booting': !isBooted.value
|
3922
3924
|
}, backgroundColorClasses.value, roundedClasses.value, props.class],
|
3923
3925
|
"style": [{
|
@@ -27932,7 +27934,7 @@ function createVuetify$1() {
|
|
27932
27934
|
goTo
|
27933
27935
|
};
|
27934
27936
|
}
|
27935
|
-
const version$1 = "3.6.3-dev.2024-05-
|
27937
|
+
const version$1 = "3.6.3-dev.2024-05-30";
|
27936
27938
|
createVuetify$1.version = version$1;
|
27937
27939
|
|
27938
27940
|
// Vue's inject() can only be used in setup
|
@@ -27957,7 +27959,7 @@ const createVuetify = function () {
|
|
27957
27959
|
...options
|
27958
27960
|
});
|
27959
27961
|
};
|
27960
|
-
const version = "3.6.3-dev.2024-05-
|
27962
|
+
const version = "3.6.3-dev.2024-05-30";
|
27961
27963
|
createVuetify.version = version;
|
27962
27964
|
|
27963
27965
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|