@vuetify/nightly 3.7.11-master.2025-02-05 → 3.7.11-master.2025-02-07
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 +5 -3
- package/dist/json/attributes.json +3398 -3398
- package/dist/json/importMap-labs.json +38 -38
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +5799 -5799
- package/dist/vuetify-labs.css +3523 -3523
- package/dist/vuetify-labs.esm.js +10 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3639 -3639
- package/dist/vuetify.d.ts +53 -53
- package/dist/vuetify.esm.js +10 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/directives/ripple/index.mjs +7 -5
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +53 -53
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.11-master.2025-02-
|
2
|
+
* Vuetify v3.7.11-master.2025-02-07
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -5585,11 +5585,13 @@
|
|
5585
5585
|
animation.classList.add('v-ripple__animation--visible');
|
5586
5586
|
transform(animation, `translate(${x}, ${y}) scale3d(${scale},${scale},${scale})`);
|
5587
5587
|
animation.dataset.activated = String(performance.now());
|
5588
|
-
|
5589
|
-
|
5590
|
-
|
5591
|
-
|
5592
|
-
|
5588
|
+
requestAnimationFrame(() => {
|
5589
|
+
requestAnimationFrame(() => {
|
5590
|
+
animation.classList.remove('v-ripple__animation--enter');
|
5591
|
+
animation.classList.add('v-ripple__animation--in');
|
5592
|
+
transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
|
5593
|
+
});
|
5594
|
+
});
|
5593
5595
|
},
|
5594
5596
|
hide(el) {
|
5595
5597
|
if (!el?._ripple?.enabled) return;
|
@@ -28385,7 +28387,7 @@
|
|
28385
28387
|
goTo
|
28386
28388
|
};
|
28387
28389
|
}
|
28388
|
-
const version$1 = "3.7.11-master.2025-02-
|
28390
|
+
const version$1 = "3.7.11-master.2025-02-07";
|
28389
28391
|
createVuetify$1.version = version$1;
|
28390
28392
|
|
28391
28393
|
// Vue's inject() can only be used in setup
|
@@ -28410,7 +28412,7 @@
|
|
28410
28412
|
...options
|
28411
28413
|
});
|
28412
28414
|
};
|
28413
|
-
const version = "3.7.11-master.2025-02-
|
28415
|
+
const version = "3.7.11-master.2025-02-07";
|
28414
28416
|
createVuetify.version = version;
|
28415
28417
|
|
28416
28418
|
exports.blueprints = index;
|