jplan-pack 0.5.63 → 0.5.64

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.
@@ -0,0 +1,3 @@
1
+ import { Ref } from 'vue';
2
+ export declare const __spinner: Ref<boolean>;
3
+ export declare function installGLobalSpinner(): void;
@@ -1,6 +1,6 @@
1
1
  import { useCustomizer } from './useCustomizer';
2
2
  import { useDialog } from './useDialog';
3
- import { spinner } from './spinner';
3
+ import { ___spinner } from './__spinner';
4
4
  import { default as useGlobalScope } from './useGlobalScope';
5
5
  import { useToast } from 'vue-toastification';
6
- export { useCustomizer, useDialog, useGlobalScope, useToast, spinner, };
6
+ export { useCustomizer, useDialog, useGlobalScope, useToast, __spinner, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jplan-pack",
3
- "version": "0.5.63",
3
+ "version": "0.5.64",
4
4
  "main": "./dist/jplan-pack.cjs.js",
5
5
  "module": "./dist/jplan-pack.es.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -1,2 +0,0 @@
1
- import { Ref } from 'vue';
2
- export declare const spinner: Ref<boolean>;