@vuetify/nightly 3.7.4-master.2024-11-14 → 3.7.4-master.2024-11-15
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/attributes.json +2878 -2878
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +5425 -5425
- package/dist/vuetify-labs.css +2707 -2707
- package/dist/vuetify-labs.esm.js +7 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +992 -992
- package/dist/vuetify.d.ts +49 -49
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +49 -49
- package/lib/labs/VNumberInput/VNumberInput.mjs +4 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.4-master.2024-11-
|
2
|
+
* Vuetify v3.7.4-master.2024-11-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28311,7 +28311,8 @@
|
|
28311
28311
|
"flat": true,
|
28312
28312
|
"key": "increment-btn",
|
28313
28313
|
"height": controlNodeDefaultHeight.value,
|
28314
|
-
"
|
28314
|
+
"data-testid": "increment",
|
28315
|
+
"aria-hidden": "true",
|
28315
28316
|
"icon": incrementIcon.value,
|
28316
28317
|
"onClick": onClickUp,
|
28317
28318
|
"onMousedown": onControlMousedown,
|
@@ -28338,7 +28339,8 @@
|
|
28338
28339
|
"flat": true,
|
28339
28340
|
"key": "decrement-btn",
|
28340
28341
|
"height": controlNodeDefaultHeight.value,
|
28341
|
-
"
|
28342
|
+
"data-testid": "decrement",
|
28343
|
+
"aria-hidden": "true",
|
28342
28344
|
"icon": decrementIcon.value,
|
28343
28345
|
"size": controlNodeSize.value,
|
28344
28346
|
"tabindex": "-1",
|
@@ -30401,7 +30403,7 @@
|
|
30401
30403
|
goTo
|
30402
30404
|
};
|
30403
30405
|
}
|
30404
|
-
const version$1 = "3.7.4-master.2024-11-
|
30406
|
+
const version$1 = "3.7.4-master.2024-11-15";
|
30405
30407
|
createVuetify$1.version = version$1;
|
30406
30408
|
|
30407
30409
|
// Vue's inject() can only be used in setup
|
@@ -30654,7 +30656,7 @@
|
|
30654
30656
|
|
30655
30657
|
/* eslint-disable local-rules/sort-imports */
|
30656
30658
|
|
30657
|
-
const version = "3.7.4-master.2024-11-
|
30659
|
+
const version = "3.7.4-master.2024-11-15";
|
30658
30660
|
|
30659
30661
|
/* eslint-disable local-rules/sort-imports */
|
30660
30662
|
|