maz-ui 3.22.1 → 3.22.2
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/nuxt/index.json +1 -1
- package/nuxt/runtime/composables/use-theme-handler.mjs +1 -1
- package/nuxt/runtime/plugins/aos.d.ts +1 -1
- package/nuxt/runtime/plugins/aos.mjs +1 -1
- package/nuxt/runtime/plugins/maz-icon-path.d.ts +1 -1
- package/nuxt/runtime/plugins/maz-icon-path.mjs +1 -1
- package/nuxt/runtime/plugins/toaster.d.ts +1 -1
- package/nuxt/runtime/plugins/toaster.mjs +1 -1
- package/nuxt/runtime/plugins/v-click-outside.d.ts +1 -1
- package/nuxt/runtime/plugins/v-click-outside.mjs +1 -1
- package/nuxt/runtime/plugins/v-fullscreen-img.d.ts +1 -1
- package/nuxt/runtime/plugins/v-fullscreen-img.mjs +1 -1
- package/nuxt/runtime/plugins/v-lazy-img.d.ts +1 -1
- package/nuxt/runtime/plugins/v-lazy-img.mjs +1 -1
- package/nuxt/runtime/plugins/v-zoom-img.d.ts +1 -1
- package/nuxt/runtime/plugins/v-zoom-img.mjs +1 -1
- package/nuxt/runtime/plugins/wait.d.ts +1 -1
- package/nuxt/runtime/plugins/wait.mjs +1 -1
- package/package.json +2 -2
package/nuxt/index.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineNuxtPlugin } from "
|
|
1
|
+
import { defineNuxtPlugin } from "#imports";
|
|
2
2
|
export default defineNuxtPlugin(({ $config, vueApp }) => {
|
|
3
3
|
const defaultMazIconPath = $config.public.mazUi?.defaultMazIconPath;
|
|
4
4
|
vueApp.provide("mazIconPath", defaultMazIconPath);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.2",
|
|
4
4
|
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
|
|
5
5
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
6
6
|
"main": "./modules/index.mjs",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@babel/preset-typescript": "^7.23.2",
|
|
99
99
|
"@nuxt/kit": "^3.8.1",
|
|
100
100
|
"@nuxt/schema": "^3.8.1",
|
|
101
|
-
"@types/dropzone": "^5.7.
|
|
101
|
+
"@types/dropzone": "^5.7.7",
|
|
102
102
|
"@types/google.maps": "^3.54.7",
|
|
103
103
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
104
104
|
"@vitest/coverage-v8": "^0.34.6",
|