@vuetify/nightly 3.7.4-master.2024-11-12 → 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 +2386 -2386
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +4724 -4724
- package/dist/vuetify-labs.css +3271 -3271
- 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 +2707 -2707
- package/dist/vuetify.d.ts +58 -58
- 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 +58 -58
- 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.esm.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
|
*/
|
@@ -28307,7 +28307,8 @@ const VNumberInput = genericComponent()({
|
|
28307
28307
|
"flat": true,
|
28308
28308
|
"key": "increment-btn",
|
28309
28309
|
"height": controlNodeDefaultHeight.value,
|
28310
|
-
"
|
28310
|
+
"data-testid": "increment",
|
28311
|
+
"aria-hidden": "true",
|
28311
28312
|
"icon": incrementIcon.value,
|
28312
28313
|
"onClick": onClickUp,
|
28313
28314
|
"onMousedown": onControlMousedown,
|
@@ -28334,7 +28335,8 @@ const VNumberInput = genericComponent()({
|
|
28334
28335
|
"flat": true,
|
28335
28336
|
"key": "decrement-btn",
|
28336
28337
|
"height": controlNodeDefaultHeight.value,
|
28337
|
-
"
|
28338
|
+
"data-testid": "decrement",
|
28339
|
+
"aria-hidden": "true",
|
28338
28340
|
"icon": decrementIcon.value,
|
28339
28341
|
"size": controlNodeSize.value,
|
28340
28342
|
"tabindex": "-1",
|
@@ -30397,7 +30399,7 @@ function createVuetify$1() {
|
|
30397
30399
|
goTo
|
30398
30400
|
};
|
30399
30401
|
}
|
30400
|
-
const version$1 = "3.7.4-master.2024-11-
|
30402
|
+
const version$1 = "3.7.4-master.2024-11-15";
|
30401
30403
|
createVuetify$1.version = version$1;
|
30402
30404
|
|
30403
30405
|
// Vue's inject() can only be used in setup
|
@@ -30650,7 +30652,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30650
30652
|
|
30651
30653
|
/* eslint-disable local-rules/sort-imports */
|
30652
30654
|
|
30653
|
-
const version = "3.7.4-master.2024-11-
|
30655
|
+
const version = "3.7.4-master.2024-11-15";
|
30654
30656
|
|
30655
30657
|
/* eslint-disable local-rules/sort-imports */
|
30656
30658
|
|