@vuetify/nightly 3.7.11-master.2025-02-05 → 3.7.11-master.2025-02-08
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 +6 -3
- package/dist/json/attributes.json +2801 -2801
- package/dist/json/importMap-labs.json +34 -34
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5517 -5517
- package/dist/vuetify-labs.css +5041 -5041
- 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 +5999 -5999
- package/dist/vuetify.d.ts +64 -64
- 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 +64 -64
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.11-master.2025-02-
|
2
|
+
* Vuetify v3.7.11-master.2025-02-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -5348,11 +5348,13 @@ const ripples = {
|
|
5348
5348
|
animation.classList.add('v-ripple__animation--visible');
|
5349
5349
|
transform(animation, `translate(${x}, ${y}) scale3d(${scale},${scale},${scale})`);
|
5350
5350
|
animation.dataset.activated = String(performance.now());
|
5351
|
-
|
5352
|
-
|
5353
|
-
|
5354
|
-
|
5355
|
-
|
5351
|
+
requestAnimationFrame(() => {
|
5352
|
+
requestAnimationFrame(() => {
|
5353
|
+
animation.classList.remove('v-ripple__animation--enter');
|
5354
|
+
animation.classList.add('v-ripple__animation--in');
|
5355
|
+
transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
|
5356
|
+
});
|
5357
|
+
});
|
5356
5358
|
},
|
5357
5359
|
hide(el) {
|
5358
5360
|
if (!el?._ripple?.enabled) return;
|
@@ -30878,7 +30880,7 @@ function createVuetify$1() {
|
|
30878
30880
|
goTo
|
30879
30881
|
};
|
30880
30882
|
}
|
30881
|
-
const version$1 = "3.7.11-master.2025-02-
|
30883
|
+
const version$1 = "3.7.11-master.2025-02-08";
|
30882
30884
|
createVuetify$1.version = version$1;
|
30883
30885
|
|
30884
30886
|
// Vue's inject() can only be used in setup
|
@@ -31131,7 +31133,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31131
31133
|
|
31132
31134
|
/* eslint-disable local-rules/sort-imports */
|
31133
31135
|
|
31134
|
-
const version = "3.7.11-master.2025-02-
|
31136
|
+
const version = "3.7.11-master.2025-02-08";
|
31135
31137
|
|
31136
31138
|
/* eslint-disable local-rules/sort-imports */
|
31137
31139
|
|