@vuetify/nightly 3.6.3-dev.2024-05-14 → 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 +4 -2
- package/dist/json/attributes.json +32 -0
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +142 -142
- package/dist/json/tags.json +9 -1
- package/dist/json/web-types.json +75 -1
- package/dist/vuetify-labs.css +2273 -2264
- package/dist/vuetify-labs.d.ts +54 -0
- package/dist/vuetify-labs.esm.js +10 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +325 -316
- package/dist/vuetify.d.ts +100 -46
- package/dist/vuetify.esm.js +10 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/index.d.mts +9 -0
- 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 +9 -0
- package/lib/components/index.d.mts +54 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- 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;
|
@@ -37075,6 +37093,12 @@ declare const VContainer: {
|
|
37075
37093
|
fluid: boolean;
|
37076
37094
|
} & {
|
37077
37095
|
class?: any;
|
37096
|
+
width?: string | number | undefined;
|
37097
|
+
height?: string | number | undefined;
|
37098
|
+
maxHeight?: string | number | undefined;
|
37099
|
+
maxWidth?: string | number | undefined;
|
37100
|
+
minHeight?: string | number | undefined;
|
37101
|
+
minWidth?: string | number | undefined;
|
37078
37102
|
} & {
|
37079
37103
|
$children?: vue.VNodeChild | {
|
37080
37104
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37090,6 +37114,12 @@ declare const VContainer: {
|
|
37090
37114
|
fluid: boolean;
|
37091
37115
|
} & {
|
37092
37116
|
class?: any;
|
37117
|
+
width?: string | number | undefined;
|
37118
|
+
height?: string | number | undefined;
|
37119
|
+
maxHeight?: string | number | undefined;
|
37120
|
+
maxWidth?: string | number | undefined;
|
37121
|
+
minHeight?: string | number | undefined;
|
37122
|
+
minWidth?: string | number | undefined;
|
37093
37123
|
} & {
|
37094
37124
|
$children?: vue.VNodeChild | {
|
37095
37125
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37120,6 +37150,12 @@ declare const VContainer: {
|
|
37120
37150
|
fluid: boolean;
|
37121
37151
|
} & {
|
37122
37152
|
class?: any;
|
37153
|
+
width?: string | number | undefined;
|
37154
|
+
height?: string | number | undefined;
|
37155
|
+
maxHeight?: string | number | undefined;
|
37156
|
+
maxWidth?: string | number | undefined;
|
37157
|
+
minHeight?: string | number | undefined;
|
37158
|
+
minWidth?: string | number | undefined;
|
37123
37159
|
} & {
|
37124
37160
|
$children?: vue.VNodeChild | {
|
37125
37161
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37143,6 +37179,12 @@ declare const VContainer: {
|
|
37143
37179
|
fluid: boolean;
|
37144
37180
|
} & {
|
37145
37181
|
class?: any;
|
37182
|
+
width?: string | number | undefined;
|
37183
|
+
height?: string | number | undefined;
|
37184
|
+
maxHeight?: string | number | undefined;
|
37185
|
+
maxWidth?: string | number | undefined;
|
37186
|
+
minHeight?: string | number | undefined;
|
37187
|
+
minWidth?: string | number | undefined;
|
37146
37188
|
} & {
|
37147
37189
|
$children?: vue.VNodeChild | {
|
37148
37190
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37165,6 +37207,12 @@ declare const VContainer: {
|
|
37165
37207
|
type: StringConstructor;
|
37166
37208
|
default: string;
|
37167
37209
|
};
|
37210
|
+
height: (StringConstructor | NumberConstructor)[];
|
37211
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
37212
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
37213
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
37214
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
37215
|
+
width: (StringConstructor | NumberConstructor)[];
|
37168
37216
|
class: vue.PropType<any>;
|
37169
37217
|
style: {
|
37170
37218
|
type: vue.PropType<vue.StyleValue>;
|
@@ -37179,6 +37227,12 @@ declare const VContainer: {
|
|
37179
37227
|
type: StringConstructor;
|
37180
37228
|
default: string;
|
37181
37229
|
};
|
37230
|
+
height: (StringConstructor | NumberConstructor)[];
|
37231
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
37232
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
37233
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
37234
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
37235
|
+
width: (StringConstructor | NumberConstructor)[];
|
37182
37236
|
class: vue.PropType<any>;
|
37183
37237
|
style: {
|
37184
37238
|
type: vue.PropType<vue.StyleValue>;
|
@@ -73411,38 +73465,44 @@ declare module '@vue/runtime-core' {
|
|
73411
73465
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73412
73466
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73413
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']
|
73414
73471
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73415
73472
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73416
73473
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73417
73474
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73418
73475
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73419
|
-
|
73420
|
-
|
73421
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73476
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73477
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73422
73478
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73479
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73423
73480
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73424
73481
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73425
73482
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73426
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73427
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73428
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73429
73483
|
VCard: typeof import('vuetify/components')['VCard']
|
73430
73484
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73431
73485
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73432
73486
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73433
73487
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73434
73488
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73489
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73435
73490
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73436
73491
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73437
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73438
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73439
73492
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73440
73493
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73494
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73441
73495
|
VChip: typeof import('vuetify/components')['VChip']
|
73442
73496
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73443
|
-
VCode: typeof import('vuetify/components')['VCode']
|
73444
73497
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73445
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']
|
73446
73506
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73447
73507
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73448
73508
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73450,36 +73510,31 @@ declare module '@vue/runtime-core' {
|
|
73450
73510
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73451
73511
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73452
73512
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73453
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73454
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73455
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73456
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73457
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73458
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73459
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73460
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73461
73513
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73462
|
-
|
73463
|
-
|
73514
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73515
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73464
73516
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73465
73517
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73466
73518
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73467
73519
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73468
|
-
|
73469
|
-
|
73470
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73520
|
+
VField: typeof import('vuetify/components')['VField']
|
73521
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73471
73522
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73472
73523
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73473
73524
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73474
73525
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73475
73526
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73527
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
73528
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73476
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']
|
73477
73534
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73478
73535
|
VItem: typeof import('vuetify/components')['VItem']
|
73479
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73480
73536
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73481
|
-
|
73482
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73537
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73483
73538
|
VList: typeof import('vuetify/components')['VList']
|
73484
73539
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73485
73540
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73490,64 +73545,63 @@ declare module '@vue/runtime-core' {
|
|
73490
73545
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73491
73546
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73492
73547
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73493
|
-
|
73494
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73548
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73495
73549
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73550
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73496
73551
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73497
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73498
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73499
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73500
73552
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73553
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73501
73554
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73502
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
73503
73555
|
VRating: typeof import('vuetify/components')['VRating']
|
73556
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73557
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
73504
73558
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73505
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
73506
73559
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73507
73560
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73561
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73508
73562
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73509
73563
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73510
73564
|
VSlider: typeof import('vuetify/components')['VSlider']
|
73565
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73566
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73511
73567
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73512
73568
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73513
73569
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73514
73570
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73515
73571
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73516
73572
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73517
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73518
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73519
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73520
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']
|
73521
73579
|
VTab: typeof import('vuetify/components')['VTab']
|
73522
73580
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73523
73581
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73524
73582
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73525
|
-
|
73526
|
-
VTable: typeof import('vuetify/components')['VTable']
|
73527
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73528
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73583
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73529
73584
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73530
73585
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73531
73586
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73532
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73533
73587
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73534
73588
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73535
73589
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73536
73590
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73537
73591
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73538
73592
|
VForm: typeof import('vuetify/components')['VForm']
|
73593
|
+
VHover: typeof import('vuetify/components')['VHover']
|
73539
73594
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73540
73595
|
VCol: typeof import('vuetify/components')['VCol']
|
73541
73596
|
VRow: typeof import('vuetify/components')['VRow']
|
73542
73597
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73543
|
-
|
73598
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
73544
73599
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73545
73600
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73546
73601
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73547
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
73548
73602
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73549
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
73550
73603
|
VRadio: typeof import('vuetify/components')['VRadio']
|
73604
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
73551
73605
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73552
73606
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73553
73607
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
@@ -73571,6 +73625,9 @@ declare module '@vue/runtime-core' {
|
|
73571
73625
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73572
73626
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73573
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']
|
73574
73631
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73575
73632
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73576
73633
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -73580,9 +73637,6 @@ declare module '@vue/runtime-core' {
|
|
73580
73637
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73581
73638
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73582
73639
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73583
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73584
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73585
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73586
73640
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73587
73641
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73588
73642
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
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": [{
|
@@ -21051,6 +21053,7 @@ const makeVContainerProps = propsFactory({
|
|
21051
21053
|
default: false
|
21052
21054
|
},
|
21053
21055
|
...makeComponentProps(),
|
21056
|
+
...makeDimensionProps(),
|
21054
21057
|
...makeTagProps()
|
21055
21058
|
}, 'VContainer');
|
21056
21059
|
const VContainer = genericComponent()({
|
@@ -21063,11 +21066,14 @@ const VContainer = genericComponent()({
|
|
21063
21066
|
const {
|
21064
21067
|
rtlClasses
|
21065
21068
|
} = useRtl();
|
21069
|
+
const {
|
21070
|
+
dimensionStyles
|
21071
|
+
} = useDimension(props);
|
21066
21072
|
useRender(() => createVNode(props.tag, {
|
21067
21073
|
"class": ['v-container', {
|
21068
21074
|
'v-container--fluid': props.fluid
|
21069
21075
|
}, rtlClasses.value, props.class],
|
21070
|
-
"style": props.style
|
21076
|
+
"style": [dimensionStyles.value, props.style]
|
21071
21077
|
}, slots));
|
21072
21078
|
return {};
|
21073
21079
|
}
|
@@ -27928,7 +27934,7 @@ function createVuetify$1() {
|
|
27928
27934
|
goTo
|
27929
27935
|
};
|
27930
27936
|
}
|
27931
|
-
const version$1 = "3.6.3-dev.2024-05-
|
27937
|
+
const version$1 = "3.6.3-dev.2024-05-30";
|
27932
27938
|
createVuetify$1.version = version$1;
|
27933
27939
|
|
27934
27940
|
// Vue's inject() can only be used in setup
|
@@ -27953,7 +27959,7 @@ const createVuetify = function () {
|
|
27953
27959
|
...options
|
27954
27960
|
});
|
27955
27961
|
};
|
27956
|
-
const version = "3.6.3-dev.2024-05-
|
27962
|
+
const version = "3.6.3-dev.2024-05-30";
|
27957
27963
|
createVuetify.version = version;
|
27958
27964
|
|
27959
27965
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|