@vuetify/nightly 3.6.7-master.2024-05-23 → 3.6.7-master.2024-05-24
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 +12 -12
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2641 -2641
- 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 +1606 -1606
- package/dist/vuetify.d.ts +43 -43
- 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 +43 -43
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30126,7 +30126,7 @@ function createVuetify$1() {
|
|
30126
30126
|
goTo
|
30127
30127
|
};
|
30128
30128
|
}
|
30129
|
-
const version$1 = "3.6.7-master.2024-05-
|
30129
|
+
const version$1 = "3.6.7-master.2024-05-24";
|
30130
30130
|
createVuetify$1.version = version$1;
|
30131
30131
|
|
30132
30132
|
// Vue's inject() can only be used in setup
|
@@ -30379,7 +30379,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30379
30379
|
|
30380
30380
|
/* eslint-disable local-rules/sort-imports */
|
30381
30381
|
|
30382
|
-
const version = "3.6.7-master.2024-05-
|
30382
|
+
const version = "3.6.7-master.2024-05-24";
|
30383
30383
|
|
30384
30384
|
/* eslint-disable local-rules/sort-imports */
|
30385
30385
|
|
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30130,7 +30130,7 @@
|
|
30130
30130
|
goTo
|
30131
30131
|
};
|
30132
30132
|
}
|
30133
|
-
const version$1 = "3.6.7-master.2024-05-
|
30133
|
+
const version$1 = "3.6.7-master.2024-05-24";
|
30134
30134
|
createVuetify$1.version = version$1;
|
30135
30135
|
|
30136
30136
|
// Vue's inject() can only be used in setup
|
@@ -30383,7 +30383,7 @@
|
|
30383
30383
|
|
30384
30384
|
/* eslint-disable local-rules/sort-imports */
|
30385
30385
|
|
30386
|
-
const version = "3.6.7-master.2024-05-
|
30386
|
+
const version = "3.6.7-master.2024-05-24";
|
30387
30387
|
|
30388
30388
|
/* eslint-disable local-rules/sort-imports */
|
30389
30389
|
|