@vuetify/nightly 3.6.6-master.2024-05-15 → 3.6.6-master.2024-05-16
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 +16 -16
- package/dist/json/importMap.json +136 -136
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2396 -2396
- 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 +2874 -2874
- package/dist/vuetify.d.ts +45 -45
- 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 +45 -45
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.6-master.2024-05-
|
2
|
+
* Vuetify v3.6.6-master.2024-05-16
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30090,7 +30090,7 @@ function createVuetify$1() {
|
|
30090
30090
|
goTo
|
30091
30091
|
};
|
30092
30092
|
}
|
30093
|
-
const version$1 = "3.6.6-master.2024-05-
|
30093
|
+
const version$1 = "3.6.6-master.2024-05-16";
|
30094
30094
|
createVuetify$1.version = version$1;
|
30095
30095
|
|
30096
30096
|
// Vue's inject() can only be used in setup
|
@@ -30343,7 +30343,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30343
30343
|
|
30344
30344
|
/* eslint-disable local-rules/sort-imports */
|
30345
30345
|
|
30346
|
-
const version = "3.6.6-master.2024-05-
|
30346
|
+
const version = "3.6.6-master.2024-05-16";
|
30347
30347
|
|
30348
30348
|
/* eslint-disable local-rules/sort-imports */
|
30349
30349
|
|
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.6-master.2024-05-
|
2
|
+
* Vuetify v3.6.6-master.2024-05-16
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30094,7 +30094,7 @@
|
|
30094
30094
|
goTo
|
30095
30095
|
};
|
30096
30096
|
}
|
30097
|
-
const version$1 = "3.6.6-master.2024-05-
|
30097
|
+
const version$1 = "3.6.6-master.2024-05-16";
|
30098
30098
|
createVuetify$1.version = version$1;
|
30099
30099
|
|
30100
30100
|
// Vue's inject() can only be used in setup
|
@@ -30347,7 +30347,7 @@
|
|
30347
30347
|
|
30348
30348
|
/* eslint-disable local-rules/sort-imports */
|
30349
30349
|
|
30350
|
-
const version = "3.6.6-master.2024-05-
|
30350
|
+
const version = "3.6.6-master.2024-05-16";
|
30351
30351
|
|
30352
30352
|
/* eslint-disable local-rules/sort-imports */
|
30353
30353
|
|