@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-labs.esm.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
|
*/
|
@@ -9748,12 +9748,6 @@ function getIntrinsicSize(el, isRtl) {
|
|
9748
9748
|
// el.style.removeProperty('max-width')
|
9749
9749
|
// el.style.removeProperty('max-height')
|
9750
9750
|
|
9751
|
-
if (isRtl) {
|
9752
|
-
el.style.removeProperty('left');
|
9753
|
-
} else {
|
9754
|
-
el.style.removeProperty('right');
|
9755
|
-
}
|
9756
|
-
|
9757
9751
|
/* eslint-disable-next-line sonarjs/prefer-immediate-return */
|
9758
9752
|
const contentBox = nullifyTransforms(el);
|
9759
9753
|
if (isRtl) {
|
@@ -30331,7 +30325,7 @@ function createVuetify$1() {
|
|
30331
30325
|
goTo
|
30332
30326
|
};
|
30333
30327
|
}
|
30334
|
-
const version$1 = "3.
|
30328
|
+
const version$1 = "3.7.0-beta.1-pr-20092.92a3215";
|
30335
30329
|
createVuetify$1.version = version$1;
|
30336
30330
|
|
30337
30331
|
// Vue's inject() can only be used in setup
|
@@ -30584,7 +30578,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30584
30578
|
|
30585
30579
|
/* eslint-disable local-rules/sort-imports */
|
30586
30580
|
|
30587
|
-
const version = "3.
|
30581
|
+
const version = "3.7.0-beta.1-pr-20092.92a3215";
|
30588
30582
|
|
30589
30583
|
/* eslint-disable local-rules/sort-imports */
|
30590
30584
|
|