zova-core 5.0.152 → 5.0.154

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.
@@ -2,6 +2,6 @@ import { ZovaApplication } from '../../../core/index.js';
2
2
  import { IIconInfo } from './types.js';
3
3
  export declare function getZovaIcon(iconName?: string, app?: ZovaApplication): IIconInfo | undefined;
4
4
  export declare function useZovaIcon(iconGetter: () => string | undefined): {
5
- iconInfo: import("vue").Ref<IIconInfo | undefined>;
5
+ iconInfo: import("vue").Ref<IIconInfo | undefined, IIconInfo | undefined>;
6
6
  };
7
7
  //# sourceMappingURL=useZovaIcon.d.ts.map
@@ -1,16 +1,16 @@
1
- export declare const ZovaIcon: import("vue").DefineComponent<{
1
+ export declare const ZovaIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  name: StringConstructor;
3
3
  href: StringConstructor;
4
4
  width: (StringConstructor | NumberConstructor)[];
5
5
  height: (StringConstructor | NumberConstructor)[];
6
6
  color: StringConstructor;
7
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
7
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8
8
  [key: string]: any;
9
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
10
  name: StringConstructor;
11
11
  href: StringConstructor;
12
12
  width: (StringConstructor | NumberConstructor)[];
13
13
  height: (StringConstructor | NumberConstructor)[];
14
14
  color: StringConstructor;
15
- }>>, {}, {}>;
15
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
16
  //# sourceMappingURL=zovaIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"zovaIcon.d.ts","sourceRoot":"","sources":["../../../../src/bean/resource/icon/zovaIcon.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;YAwDnB,CAAC"}
1
+ {"version":3,"file":"zovaIcon.d.ts","sourceRoot":"","sources":["../../../../src/bean/resource/icon/zovaIcon.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;iGAwDnB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  export declare const ClientOnly: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>[] | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
3
+ }>[] | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
4
  //# sourceMappingURL=clientOnly.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"clientOnly.d.ts","sourceRoot":"","sources":["../../src/components/clientOnly.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;oMAgBrB,CAAC"}
1
+ {"version":3,"file":"clientOnly.d.ts","sourceRoot":"","sources":["../../src/components/clientOnly.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;yPAgBrB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-core",
3
- "version": "5.0.152",
3
+ "version": "5.0.154",
4
4
  "description": "A vue3 framework with ioc",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -43,19 +43,19 @@
43
43
  "@cabloy/extend": "^3.0.5",
44
44
  "@cabloy/last-word": "^1.0.13",
45
45
  "@cabloy/localeutil": "^1.0.4",
46
- "@cabloy/module-info": "^1.0.20",
47
- "@cabloy/vue-reactivity": "^3.4.49",
48
- "@cabloy/vue-router": "^4.4.7",
49
- "@cabloy/vue-runtime-core": "^3.4.49",
46
+ "@cabloy/module-info": "^1.0.22",
47
+ "@cabloy/vue-reactivity": "^3.5.6",
48
+ "@cabloy/vue-router": "^4.4.8",
49
+ "@cabloy/vue-runtime-core": "^3.5.6",
50
50
  "@types/js-cookie": "^3.0.6",
51
- "@vue/reactivity": "^3.4.27",
52
- "@vue/shared": "^3.4.38",
51
+ "@vue/reactivity": "^3.5.6",
52
+ "@vue/shared": "^3.5.6",
53
53
  "defu": "^6.1.4",
54
54
  "devalue": "^5.0.0",
55
55
  "reflect-metadata": "^0.2.2",
56
- "vue": "^3.4.27",
56
+ "vue": "^3.5.6",
57
57
  "zod": "^3.23.8",
58
58
  "zova-shared": "^1.0.4"
59
59
  },
60
- "gitHead": "b87bdd8540395b181993a617d33cad57b3c4d446"
60
+ "gitHead": "6c6aa4795fa746a098f2f46359b6c8174bd2639b"
61
61
  }