@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.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
|
*/
|
@@ -5352,11 +5352,13 @@
|
|
5352
5352
|
animation.classList.add('v-ripple__animation--visible');
|
5353
5353
|
transform(animation, `translate(${x}, ${y}) scale3d(${scale},${scale},${scale})`);
|
5354
5354
|
animation.dataset.activated = String(performance.now());
|
5355
|
-
|
5356
|
-
|
5357
|
-
|
5358
|
-
|
5359
|
-
|
5355
|
+
requestAnimationFrame(() => {
|
5356
|
+
requestAnimationFrame(() => {
|
5357
|
+
animation.classList.remove('v-ripple__animation--enter');
|
5358
|
+
animation.classList.add('v-ripple__animation--in');
|
5359
|
+
transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
|
5360
|
+
});
|
5361
|
+
});
|
5360
5362
|
},
|
5361
5363
|
hide(el) {
|
5362
5364
|
if (!el?._ripple?.enabled) return;
|
@@ -30882,7 +30884,7 @@
|
|
30882
30884
|
goTo
|
30883
30885
|
};
|
30884
30886
|
}
|
30885
|
-
const version$1 = "3.7.11-master.2025-02-
|
30887
|
+
const version$1 = "3.7.11-master.2025-02-08";
|
30886
30888
|
createVuetify$1.version = version$1;
|
30887
30889
|
|
30888
30890
|
// Vue's inject() can only be used in setup
|
@@ -31135,7 +31137,7 @@
|
|
31135
31137
|
|
31136
31138
|
/* eslint-disable local-rules/sort-imports */
|
31137
31139
|
|
31138
|
-
const version = "3.7.11-master.2025-02-
|
31140
|
+
const version = "3.7.11-master.2025-02-08";
|
31139
31141
|
|
31140
31142
|
/* eslint-disable local-rules/sort-imports */
|
31141
31143
|
|