@vuetify/nightly 3.6.14-master.2024-08-14 → 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 +12 -12
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +4925 -4925
- 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 +1149 -1149
- package/dist/vuetify.d.ts +47 -47
- 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 +47 -47
- package/package.json +10 -9
package/dist/vuetify-labs.esm.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
|
*/
|
@@ -30336,7 +30336,7 @@ function createVuetify$1() {
|
|
30336
30336
|
goTo
|
30337
30337
|
};
|
30338
30338
|
}
|
30339
|
-
const version$1 = "3.6.
|
30339
|
+
const version$1 = "3.6.15-master.2024-08-15";
|
30340
30340
|
createVuetify$1.version = version$1;
|
30341
30341
|
|
30342
30342
|
// Vue's inject() can only be used in setup
|
@@ -30589,7 +30589,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30589
30589
|
|
30590
30590
|
/* eslint-disable local-rules/sort-imports */
|
30591
30591
|
|
30592
|
-
const version = "3.6.
|
30592
|
+
const version = "3.6.15-master.2024-08-15";
|
30593
30593
|
|
30594
30594
|
/* eslint-disable local-rules/sort-imports */
|
30595
30595
|
|
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
|
*/
|
@@ -30340,7 +30340,7 @@
|
|
30340
30340
|
goTo
|
30341
30341
|
};
|
30342
30342
|
}
|
30343
|
-
const version$1 = "3.6.
|
30343
|
+
const version$1 = "3.6.15-master.2024-08-15";
|
30344
30344
|
createVuetify$1.version = version$1;
|
30345
30345
|
|
30346
30346
|
// Vue's inject() can only be used in setup
|
@@ -30593,7 +30593,7 @@
|
|
30593
30593
|
|
30594
30594
|
/* eslint-disable local-rules/sort-imports */
|
30595
30595
|
|
30596
|
-
const version = "3.6.
|
30596
|
+
const version = "3.6.15-master.2024-08-15";
|
30597
30597
|
|
30598
30598
|
/* eslint-disable local-rules/sort-imports */
|
30599
30599
|
|