@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.
@@ -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;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.3-dev.2024-05-29
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": [{
@@ -29772,7 +29774,7 @@ function createVuetify$1() {
29772
29774
  goTo
29773
29775
  };
29774
29776
  }
29775
- const version$1 = "3.6.3-dev.2024-05-29";
29777
+ const version$1 = "3.6.3-dev.2024-05-30";
29776
29778
  createVuetify$1.version = version$1;
29777
29779
 
29778
29780
  // Vue's inject() can only be used in setup
@@ -30025,7 +30027,7 @@ var index = /*#__PURE__*/Object.freeze({
30025
30027
 
30026
30028
  /* eslint-disable local-rules/sort-imports */
30027
30029
 
30028
- const version = "3.6.3-dev.2024-05-29";
30030
+ const version = "3.6.3-dev.2024-05-30";
30029
30031
 
30030
30032
  /* eslint-disable local-rules/sort-imports */
30031
30033