@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-labs.d.ts
CHANGED
@@ -14570,6 +14570,7 @@ declare const VImg: {
|
|
14570
14570
|
style: vue.StyleValue;
|
14571
14571
|
src: string | srcObject;
|
14572
14572
|
options: IntersectionObserverInit;
|
14573
|
+
absolute: boolean;
|
14573
14574
|
transition: string | boolean | (vue.TransitionProps & {
|
14574
14575
|
component?: vue.Component | undefined;
|
14575
14576
|
});
|
@@ -14634,6 +14635,7 @@ declare const VImg: {
|
|
14634
14635
|
style: vue.StyleValue;
|
14635
14636
|
src: string | srcObject;
|
14636
14637
|
options: IntersectionObserverInit;
|
14638
|
+
absolute: boolean;
|
14637
14639
|
transition: string | boolean | (vue.TransitionProps & {
|
14638
14640
|
component?: vue.Component | undefined;
|
14639
14641
|
});
|
@@ -14688,6 +14690,7 @@ declare const VImg: {
|
|
14688
14690
|
style: vue.StyleValue;
|
14689
14691
|
src: string | srcObject;
|
14690
14692
|
options: IntersectionObserverInit;
|
14693
|
+
absolute: boolean;
|
14691
14694
|
transition: string | boolean | (vue.TransitionProps & {
|
14692
14695
|
component?: vue.Component | undefined;
|
14693
14696
|
});
|
@@ -14721,6 +14724,7 @@ declare const VImg: {
|
|
14721
14724
|
style: vue.StyleValue;
|
14722
14725
|
src: string | srcObject;
|
14723
14726
|
options: IntersectionObserverInit;
|
14727
|
+
absolute: boolean;
|
14724
14728
|
transition: string | boolean | (vue.TransitionProps & {
|
14725
14729
|
component?: vue.Component | undefined;
|
14726
14730
|
});
|
@@ -14781,6 +14785,7 @@ declare const VImg: {
|
|
14781
14785
|
style: vue.StyleValue;
|
14782
14786
|
src: string | srcObject;
|
14783
14787
|
options: IntersectionObserverInit;
|
14788
|
+
absolute: boolean;
|
14784
14789
|
transition: string | boolean | (vue.TransitionProps & {
|
14785
14790
|
component?: vue.Component | undefined;
|
14786
14791
|
});
|
@@ -14798,6 +14803,7 @@ declare const VImg: {
|
|
14798
14803
|
style: vue.StyleValue;
|
14799
14804
|
src: string | srcObject;
|
14800
14805
|
options: IntersectionObserverInit;
|
14806
|
+
absolute: boolean;
|
14801
14807
|
transition: string | boolean | (vue.TransitionProps & {
|
14802
14808
|
component?: vue.Component | undefined;
|
14803
14809
|
});
|
@@ -14862,6 +14868,7 @@ declare const VImg: {
|
|
14862
14868
|
style: vue.StyleValue;
|
14863
14869
|
src: string | srcObject;
|
14864
14870
|
options: IntersectionObserverInit;
|
14871
|
+
absolute: boolean;
|
14865
14872
|
transition: string | boolean | (vue.TransitionProps & {
|
14866
14873
|
component?: vue.Component | undefined;
|
14867
14874
|
});
|
@@ -14911,6 +14918,7 @@ declare const VImg: {
|
|
14911
14918
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
14912
14919
|
contentClass: StringConstructor;
|
14913
14920
|
inline: BooleanConstructor;
|
14921
|
+
absolute: BooleanConstructor;
|
14914
14922
|
alt: StringConstructor;
|
14915
14923
|
cover: BooleanConstructor;
|
14916
14924
|
color: StringConstructor;
|
@@ -14965,6 +14973,7 @@ declare const VImg: {
|
|
14965
14973
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
14966
14974
|
contentClass: StringConstructor;
|
14967
14975
|
inline: BooleanConstructor;
|
14976
|
+
absolute: BooleanConstructor;
|
14968
14977
|
alt: StringConstructor;
|
14969
14978
|
cover: BooleanConstructor;
|
14970
14979
|
color: StringConstructor;
|
@@ -15001,6 +15010,7 @@ declare const VCarouselItem: {
|
|
15001
15010
|
src: string | srcObject;
|
15002
15011
|
disabled: boolean;
|
15003
15012
|
options: IntersectionObserverInit;
|
15013
|
+
absolute: boolean;
|
15004
15014
|
inline: boolean;
|
15005
15015
|
cover: boolean;
|
15006
15016
|
tile: boolean;
|
@@ -15053,6 +15063,7 @@ declare const VCarouselItem: {
|
|
15053
15063
|
src: string | srcObject;
|
15054
15064
|
disabled: boolean;
|
15055
15065
|
options: IntersectionObserverInit;
|
15066
|
+
absolute: boolean;
|
15056
15067
|
inline: boolean;
|
15057
15068
|
cover: boolean;
|
15058
15069
|
tile: boolean;
|
@@ -15105,6 +15116,7 @@ declare const VCarouselItem: {
|
|
15105
15116
|
src: string | srcObject;
|
15106
15117
|
disabled: boolean;
|
15107
15118
|
options: IntersectionObserverInit;
|
15119
|
+
absolute: boolean;
|
15108
15120
|
transition: string | boolean;
|
15109
15121
|
rounded: string | number | boolean;
|
15110
15122
|
inline: boolean;
|
@@ -15138,6 +15150,7 @@ declare const VCarouselItem: {
|
|
15138
15150
|
src: string | srcObject;
|
15139
15151
|
disabled: boolean;
|
15140
15152
|
options: IntersectionObserverInit;
|
15153
|
+
absolute: boolean;
|
15141
15154
|
inline: boolean;
|
15142
15155
|
cover: boolean;
|
15143
15156
|
tile: boolean;
|
@@ -15190,6 +15203,7 @@ declare const VCarouselItem: {
|
|
15190
15203
|
src: string | srcObject;
|
15191
15204
|
disabled: boolean;
|
15192
15205
|
options: IntersectionObserverInit;
|
15206
|
+
absolute: boolean;
|
15193
15207
|
transition: string | boolean;
|
15194
15208
|
rounded: string | number | boolean;
|
15195
15209
|
inline: boolean;
|
@@ -15207,6 +15221,7 @@ declare const VCarouselItem: {
|
|
15207
15221
|
src: string | srcObject;
|
15208
15222
|
disabled: boolean;
|
15209
15223
|
options: IntersectionObserverInit;
|
15224
|
+
absolute: boolean;
|
15210
15225
|
inline: boolean;
|
15211
15226
|
cover: boolean;
|
15212
15227
|
tile: boolean;
|
@@ -15259,6 +15274,7 @@ declare const VCarouselItem: {
|
|
15259
15274
|
src: string | srcObject;
|
15260
15275
|
disabled: boolean;
|
15261
15276
|
options: IntersectionObserverInit;
|
15277
|
+
absolute: boolean;
|
15262
15278
|
transition: string | boolean;
|
15263
15279
|
rounded: string | number | boolean;
|
15264
15280
|
inline: boolean;
|
@@ -15312,6 +15328,7 @@ declare const VCarouselItem: {
|
|
15312
15328
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
15313
15329
|
contentClass: StringConstructor;
|
15314
15330
|
inline: BooleanConstructor;
|
15331
|
+
absolute: BooleanConstructor;
|
15315
15332
|
alt: StringConstructor;
|
15316
15333
|
cover: BooleanConstructor;
|
15317
15334
|
color: StringConstructor;
|
@@ -15370,6 +15387,7 @@ declare const VCarouselItem: {
|
|
15370
15387
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
15371
15388
|
contentClass: StringConstructor;
|
15372
15389
|
inline: BooleanConstructor;
|
15390
|
+
absolute: BooleanConstructor;
|
15373
15391
|
alt: StringConstructor;
|
15374
15392
|
cover: BooleanConstructor;
|
15375
15393
|
color: StringConstructor;
|
@@ -37359,6 +37377,12 @@ declare const VContainer: {
|
|
37359
37377
|
fluid: boolean;
|
37360
37378
|
} & {
|
37361
37379
|
class?: any;
|
37380
|
+
width?: string | number | undefined;
|
37381
|
+
height?: string | number | undefined;
|
37382
|
+
maxHeight?: string | number | undefined;
|
37383
|
+
maxWidth?: string | number | undefined;
|
37384
|
+
minHeight?: string | number | undefined;
|
37385
|
+
minWidth?: string | number | undefined;
|
37362
37386
|
} & {
|
37363
37387
|
$children?: vue.VNodeChild | {
|
37364
37388
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37374,6 +37398,12 @@ declare const VContainer: {
|
|
37374
37398
|
fluid: boolean;
|
37375
37399
|
} & {
|
37376
37400
|
class?: any;
|
37401
|
+
width?: string | number | undefined;
|
37402
|
+
height?: string | number | undefined;
|
37403
|
+
maxHeight?: string | number | undefined;
|
37404
|
+
maxWidth?: string | number | undefined;
|
37405
|
+
minHeight?: string | number | undefined;
|
37406
|
+
minWidth?: string | number | undefined;
|
37377
37407
|
} & {
|
37378
37408
|
$children?: vue.VNodeChild | {
|
37379
37409
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37404,6 +37434,12 @@ declare const VContainer: {
|
|
37404
37434
|
fluid: boolean;
|
37405
37435
|
} & {
|
37406
37436
|
class?: any;
|
37437
|
+
width?: string | number | undefined;
|
37438
|
+
height?: string | number | undefined;
|
37439
|
+
maxHeight?: string | number | undefined;
|
37440
|
+
maxWidth?: string | number | undefined;
|
37441
|
+
minHeight?: string | number | undefined;
|
37442
|
+
minWidth?: string | number | undefined;
|
37407
37443
|
} & {
|
37408
37444
|
$children?: vue.VNodeChild | {
|
37409
37445
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37427,6 +37463,12 @@ declare const VContainer: {
|
|
37427
37463
|
fluid: boolean;
|
37428
37464
|
} & {
|
37429
37465
|
class?: any;
|
37466
|
+
width?: string | number | undefined;
|
37467
|
+
height?: string | number | undefined;
|
37468
|
+
maxHeight?: string | number | undefined;
|
37469
|
+
maxWidth?: string | number | undefined;
|
37470
|
+
minHeight?: string | number | undefined;
|
37471
|
+
minWidth?: string | number | undefined;
|
37430
37472
|
} & {
|
37431
37473
|
$children?: vue.VNodeChild | {
|
37432
37474
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -37449,6 +37491,12 @@ declare const VContainer: {
|
|
37449
37491
|
type: StringConstructor;
|
37450
37492
|
default: string;
|
37451
37493
|
};
|
37494
|
+
height: (StringConstructor | NumberConstructor)[];
|
37495
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
37496
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
37497
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
37498
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
37499
|
+
width: (StringConstructor | NumberConstructor)[];
|
37452
37500
|
class: vue.PropType<any>;
|
37453
37501
|
style: {
|
37454
37502
|
type: vue.PropType<vue.StyleValue>;
|
@@ -37463,6 +37511,12 @@ declare const VContainer: {
|
|
37463
37511
|
type: StringConstructor;
|
37464
37512
|
default: string;
|
37465
37513
|
};
|
37514
|
+
height: (StringConstructor | NumberConstructor)[];
|
37515
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
37516
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
37517
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
37518
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
37519
|
+
width: (StringConstructor | NumberConstructor)[];
|
37466
37520
|
class: vue.PropType<any>;
|
37467
37521
|
style: {
|
37468
37522
|
type: vue.PropType<vue.StyleValue>;
|
package/dist/vuetify-labs.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
|
*/
|
@@ -3222,6 +3222,7 @@ const Intersect = {
|
|
3222
3222
|
// not intended for public use, this is passed in by vuetify-loader
|
3223
3223
|
|
3224
3224
|
const makeVImgProps = propsFactory({
|
3225
|
+
absolute: Boolean,
|
3225
3226
|
alt: String,
|
3226
3227
|
cover: Boolean,
|
3227
3228
|
color: String,
|
@@ -3478,6 +3479,7 @@ const VImg = genericComponent()({
|
|
3478
3479
|
const responsiveProps = VResponsive.filterProps(props);
|
3479
3480
|
return withDirectives(createVNode(VResponsive, mergeProps({
|
3480
3481
|
"class": ['v-img', {
|
3482
|
+
'v-img--absolute': props.absolute,
|
3481
3483
|
'v-img--booting': !isBooted.value
|
3482
3484
|
}, backgroundColorClasses.value, roundedClasses.value, props.class],
|
3483
3485
|
"style": [{
|
@@ -20818,6 +20820,7 @@ const makeVContainerProps = propsFactory({
|
|
20818
20820
|
default: false
|
20819
20821
|
},
|
20820
20822
|
...makeComponentProps(),
|
20823
|
+
...makeDimensionProps(),
|
20821
20824
|
...makeTagProps()
|
20822
20825
|
}, 'VContainer');
|
20823
20826
|
const VContainer = genericComponent()({
|
@@ -20830,11 +20833,14 @@ const VContainer = genericComponent()({
|
|
20830
20833
|
const {
|
20831
20834
|
rtlClasses
|
20832
20835
|
} = useRtl();
|
20836
|
+
const {
|
20837
|
+
dimensionStyles
|
20838
|
+
} = useDimension(props);
|
20833
20839
|
useRender(() => createVNode(props.tag, {
|
20834
20840
|
"class": ['v-container', {
|
20835
20841
|
'v-container--fluid': props.fluid
|
20836
20842
|
}, rtlClasses.value, props.class],
|
20837
|
-
"style": props.style
|
20843
|
+
"style": [dimensionStyles.value, props.style]
|
20838
20844
|
}, slots));
|
20839
20845
|
return {};
|
20840
20846
|
}
|
@@ -29768,7 +29774,7 @@ function createVuetify$1() {
|
|
29768
29774
|
goTo
|
29769
29775
|
};
|
29770
29776
|
}
|
29771
|
-
const version$1 = "3.6.3-dev.2024-05-
|
29777
|
+
const version$1 = "3.6.3-dev.2024-05-30";
|
29772
29778
|
createVuetify$1.version = version$1;
|
29773
29779
|
|
29774
29780
|
// Vue's inject() can only be used in setup
|
@@ -30021,7 +30027,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30021
30027
|
|
30022
30028
|
/* eslint-disable local-rules/sort-imports */
|
30023
30029
|
|
30024
|
-
const version = "3.6.3-dev.2024-05-
|
30030
|
+
const version = "3.6.3-dev.2024-05-30";
|
30025
30031
|
|
30026
30032
|
/* eslint-disable local-rules/sort-imports */
|
30027
30033
|
|