@vuetify/nightly 3.6.14-master.2024-08-13 → 3.6.15-master.2024-08-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/importMap-labs.json +28 -28
- package/dist/json/importMap.json +108 -108
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +3082 -3082
- package/dist/vuetify-labs.d.ts +5010 -369
- package/dist/vuetify-labs.esm.js +4 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1065 -1065
- package/dist/vuetify.d.ts +39 -39
- 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 +39 -39
- package/lib/labs/VNumberInput/VNumberInput.mjs +2 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +4719 -30
- package/lib/labs/components.d.mts +4850 -186
- package/package.json +10 -9
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.15-master.2024-08-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28304,6 +28304,7 @@
|
|
28304
28304
|
} : undefined
|
28305
28305
|
});
|
28306
28306
|
});
|
28307
|
+
return forwardRefs({}, vTextFieldRef);
|
28307
28308
|
}
|
28308
28309
|
});
|
28309
28310
|
|
@@ -30339,7 +30340,7 @@
|
|
30339
30340
|
goTo
|
30340
30341
|
};
|
30341
30342
|
}
|
30342
|
-
const version$1 = "3.6.
|
30343
|
+
const version$1 = "3.6.15-master.2024-08-15";
|
30343
30344
|
createVuetify$1.version = version$1;
|
30344
30345
|
|
30345
30346
|
// Vue's inject() can only be used in setup
|
@@ -30592,7 +30593,7 @@
|
|
30592
30593
|
|
30593
30594
|
/* eslint-disable local-rules/sort-imports */
|
30594
30595
|
|
30595
|
-
const version = "3.6.
|
30596
|
+
const version = "3.6.15-master.2024-08-15";
|
30596
30597
|
|
30597
30598
|
/* eslint-disable local-rules/sort-imports */
|
30598
30599
|
|