@vuetify/nightly 3.6.10-master.2024-06-20 → 3.6.10-master.2024-06-21
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 +2 -2
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +136 -136
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2393 -2393
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +675 -675
- package/dist/vuetify.d.ts +46 -46
- 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 +46 -46
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.10-master.2024-06-
|
2
|
+
* Vuetify v3.6.10-master.2024-06-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30262,7 +30262,7 @@ function createVuetify$1() {
|
|
30262
30262
|
goTo
|
30263
30263
|
};
|
30264
30264
|
}
|
30265
|
-
const version$1 = "3.6.10-master.2024-06-
|
30265
|
+
const version$1 = "3.6.10-master.2024-06-21";
|
30266
30266
|
createVuetify$1.version = version$1;
|
30267
30267
|
|
30268
30268
|
// Vue's inject() can only be used in setup
|
@@ -30515,7 +30515,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30515
30515
|
|
30516
30516
|
/* eslint-disable local-rules/sort-imports */
|
30517
30517
|
|
30518
|
-
const version = "3.6.10-master.2024-06-
|
30518
|
+
const version = "3.6.10-master.2024-06-21";
|
30519
30519
|
|
30520
30520
|
/* eslint-disable local-rules/sort-imports */
|
30521
30521
|
|
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.10-master.2024-06-
|
2
|
+
* Vuetify v3.6.10-master.2024-06-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30266,7 +30266,7 @@
|
|
30266
30266
|
goTo
|
30267
30267
|
};
|
30268
30268
|
}
|
30269
|
-
const version$1 = "3.6.10-master.2024-06-
|
30269
|
+
const version$1 = "3.6.10-master.2024-06-21";
|
30270
30270
|
createVuetify$1.version = version$1;
|
30271
30271
|
|
30272
30272
|
// Vue's inject() can only be used in setup
|
@@ -30519,7 +30519,7 @@
|
|
30519
30519
|
|
30520
30520
|
/* eslint-disable local-rules/sort-imports */
|
30521
30521
|
|
30522
|
-
const version = "3.6.10-master.2024-06-
|
30522
|
+
const version = "3.6.10-master.2024-06-21";
|
30523
30523
|
|
30524
30524
|
/* eslint-disable local-rules/sort-imports */
|
30525
30525
|
|