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 CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "3.22.1"
7
+ "version": "3.22.2"
8
8
  }
@@ -1,4 +1,4 @@
1
- import { useNuxtApp } from "nuxt/app";
1
+ import { useNuxtApp } from "#imports";
2
2
  import { useThemeHandler as useThemeHandlerComposable } from "maz-ui";
3
3
  export function useThemeHandler() {
4
4
  const { $config } = useNuxtApp();
@@ -1,2 +1,2 @@
1
- declare const _default: import("nuxt/app").Plugin<Record<string, unknown>> & import("nuxt/app").ObjectPlugin<Record<string, unknown>>;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineNuxtPlugin, useRouter } from "nuxt/app";
1
+ import { defineNuxtPlugin, useRouter } from "#imports";
2
2
  import { installAos } from "maz-ui";
3
3
  export default defineNuxtPlugin(({ vueApp, $config }) => {
4
4
  const aosOptions = $config.public.mazUi?.injectAos;
@@ -1,2 +1,2 @@
1
- declare const _default: import("nuxt/app").Plugin<Record<string, unknown>> & import("nuxt/app").ObjectPlugin<Record<string, unknown>>;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineNuxtPlugin } from "nuxt/app";
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: import("nuxt/app").Plugin<Record<string, unknown>> & import("nuxt/app").ObjectPlugin<Record<string, unknown>>;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineNuxtPlugin } from "nuxt/app";
1
+ import { defineNuxtPlugin } from "#imports";
2
2
  import { installToaster } from "maz-ui";
3
3
  export default defineNuxtPlugin(({ vueApp, $config }) => {
4
4
  const toasterOptions = $config.public.mazUi?.injectUseToast;
@@ -1,2 +1,2 @@
1
- declare const _default: import("nuxt/app").Plugin<Record<string, unknown>> & import("nuxt/app").ObjectPlugin<Record<string, unknown>>;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineNuxtPlugin } from "nuxt/app";
1
+ import { defineNuxtPlugin } from "#imports";
2
2
  import { vClickOutsideInstall } from "maz-ui";
3
3
  export default defineNuxtPlugin(({ vueApp }) => {
4
4
  vueApp.use(vClickOutsideInstall);
@@ -1,2 +1,2 @@
1
- declare const _default: import("nuxt/app").Plugin<Record<string, unknown>> & import("nuxt/app").ObjectPlugin<Record<string, unknown>>;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineNuxtPlugin } from "nuxt/app";
1
+ import { defineNuxtPlugin } from "#imports";
2
2
  import { vFullscreenImgInstall } from "maz-ui";
3
3
  export default defineNuxtPlugin(({ vueApp }) => {
4
4
  vueApp.use(vFullscreenImgInstall);
@@ -1,2 +1,2 @@
1
- declare const _default: import("nuxt/app").Plugin<Record<string, unknown>> & import("nuxt/app").ObjectPlugin<Record<string, unknown>>;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineNuxtPlugin } from "nuxt/app";
1
+ import { defineNuxtPlugin } from "#imports";
2
2
  import { vLazyImgInstall } from "maz-ui";
3
3
  export default defineNuxtPlugin(({ vueApp, $config }) => {
4
4
  const vLazyImgOptions = $config.public.mazUi?.installVLazyImg;
@@ -1,2 +1,2 @@
1
- declare const _default: import("nuxt/app").Plugin<Record<string, unknown>> & import("nuxt/app").ObjectPlugin<Record<string, unknown>>;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineNuxtPlugin } from "nuxt/app";
1
+ import { defineNuxtPlugin } from "#imports";
2
2
  import { vZoomImgInstall } from "maz-ui";
3
3
  export default defineNuxtPlugin(({ vueApp }) => {
4
4
  vueApp.use(vZoomImgInstall);
@@ -1,2 +1,2 @@
1
- declare const _default: import("nuxt/app").Plugin<Record<string, unknown>> & import("nuxt/app").ObjectPlugin<Record<string, unknown>>;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineNuxtPlugin } from "nuxt/app";
1
+ import { defineNuxtPlugin } from "#imports";
2
2
  import { installWait } from "maz-ui";
3
3
  export default defineNuxtPlugin(({ vueApp }) => {
4
4
  vueApp.use(installWait);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maz-ui",
3
- "version": "3.22.1",
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.6",
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",