@vuetify/nightly 3.2.5-master-20230515.0 → 3.2.5
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 +3 -2
- package/dist/json/importMap.json +24 -24
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +223 -221
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +65 -63
- package/dist/vuetify.d.ts +6 -6
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.2.5
|
|
2
|
+
* Vuetify v3.2.5
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -21654,7 +21654,7 @@
|
|
|
21654
21654
|
date
|
|
21655
21655
|
};
|
|
21656
21656
|
}
|
|
21657
|
-
const version$1 = "3.2.5
|
|
21657
|
+
const version$1 = "3.2.5";
|
|
21658
21658
|
createVuetify$1.version = version$1;
|
|
21659
21659
|
|
|
21660
21660
|
// Vue's inject() can only be used in setup
|
|
@@ -21666,7 +21666,7 @@
|
|
|
21666
21666
|
}
|
|
21667
21667
|
}
|
|
21668
21668
|
|
|
21669
|
-
const version = "3.2.5
|
|
21669
|
+
const version = "3.2.5";
|
|
21670
21670
|
|
|
21671
21671
|
const createVuetify = function () {
|
|
21672
21672
|
let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|