@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.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
|
*/
|
@@ -9752,12 +9752,6 @@
|
|
9752
9752
|
// el.style.removeProperty('max-width')
|
9753
9753
|
// el.style.removeProperty('max-height')
|
9754
9754
|
|
9755
|
-
if (isRtl) {
|
9756
|
-
el.style.removeProperty('left');
|
9757
|
-
} else {
|
9758
|
-
el.style.removeProperty('right');
|
9759
|
-
}
|
9760
|
-
|
9761
9755
|
/* eslint-disable-next-line sonarjs/prefer-immediate-return */
|
9762
9756
|
const contentBox = nullifyTransforms(el);
|
9763
9757
|
if (isRtl) {
|
@@ -30335,7 +30329,7 @@
|
|
30335
30329
|
goTo
|
30336
30330
|
};
|
30337
30331
|
}
|
30338
|
-
const version$1 = "3.
|
30332
|
+
const version$1 = "3.7.0-beta.1-pr-20092.92a3215";
|
30339
30333
|
createVuetify$1.version = version$1;
|
30340
30334
|
|
30341
30335
|
// Vue's inject() can only be used in setup
|
@@ -30588,7 +30582,7 @@
|
|
30588
30582
|
|
30589
30583
|
/* eslint-disable local-rules/sort-imports */
|
30590
30584
|
|
30591
|
-
const version = "3.
|
30585
|
+
const version = "3.7.0-beta.1-pr-20092.92a3215";
|
30592
30586
|
|
30593
30587
|
/* eslint-disable local-rules/sort-imports */
|
30594
30588
|
|