@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.7.0-beta.1-pr-20092.92a3215
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/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +120 -120
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2356 -2356
- package/dist/vuetify-labs.esm.js +3 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2694 -2694
- package/dist/vuetify.d.ts +46 -46
- package/dist/vuetify.esm.js +3 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +46 -46
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.
|
2
|
+
* Vuetify v3.7.0-beta.1-pr-20092.92a3215
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -9985,12 +9985,6 @@
|
|
9985
9985
|
// el.style.removeProperty('max-width')
|
9986
9986
|
// el.style.removeProperty('max-height')
|
9987
9987
|
|
9988
|
-
if (isRtl) {
|
9989
|
-
el.style.removeProperty('left');
|
9990
|
-
} else {
|
9991
|
-
el.style.removeProperty('right');
|
9992
|
-
}
|
9993
|
-
|
9994
9988
|
/* eslint-disable-next-line sonarjs/prefer-immediate-return */
|
9995
9989
|
const contentBox = nullifyTransforms(el);
|
9996
9990
|
if (isRtl) {
|
@@ -28202,7 +28196,7 @@
|
|
28202
28196
|
goTo
|
28203
28197
|
};
|
28204
28198
|
}
|
28205
|
-
const version$1 = "3.
|
28199
|
+
const version$1 = "3.7.0-beta.1-pr-20092.92a3215";
|
28206
28200
|
createVuetify$1.version = version$1;
|
28207
28201
|
|
28208
28202
|
// Vue's inject() can only be used in setup
|
@@ -28227,7 +28221,7 @@
|
|
28227
28221
|
...options
|
28228
28222
|
});
|
28229
28223
|
};
|
28230
|
-
const version = "3.
|
28224
|
+
const version = "3.7.0-beta.1-pr-20092.92a3215";
|
28231
28225
|
createVuetify.version = version;
|
28232
28226
|
|
28233
28227
|
exports.blueprints = index;
|