zova-core 5.0.150 → 5.0.153

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"}
@@ -5,7 +5,7 @@ export interface IPagePathRecord {
5
5
  }
6
6
  export interface IPageNameRecord {
7
7
  }
8
- export type TypePageParamsQuery<Q, P = unknown> = {
8
+ export type TypePageParamsQuery<Q = unknown, P = unknown> = {
9
9
  query?: Q;
10
10
  params?: P;
11
11
  };
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../src/bean/resource/page/type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,WAAW,gBAAgB;CAAG;AACpC,MAAM,WAAW,eAAe;CAAG;AACnC,MAAM,WAAW,eAAe;CAAG;AAEnC,MAAM,MAAM,mBAAmB,CAAC,CAAC,EAAE,CAAC,GAAG,OAAO,IAAI;IAChD,KAAK,CAAC,EAAE,CAAC,CAAC;IACV,MAAM,CAAC,EAAE,CAAC,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAAE,MAAM,CAAC,EAAE,CAAC,CAAC,UAAU,CAAC;IAAC,KAAK,EAAE,CAAC,CAAC,UAAU,CAAA;CAAE,CAAC;AAC5E,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../src/bean/resource/page/type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,WAAW,gBAAgB;CAAG;AACpC,MAAM,WAAW,eAAe;CAAG;AACnC,MAAM,WAAW,eAAe;CAAG;AAEnC,MAAM,MAAM,mBAAmB,CAAC,CAAC,GAAG,OAAO,EAAE,CAAC,GAAG,OAAO,IAAI;IAC1D,KAAK,CAAC,EAAE,CAAC,CAAC;IACV,MAAM,CAAC,EAAE,CAAC,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAAE,MAAM,CAAC,EAAE,CAAC,CAAC,UAAU,CAAC;IAAC,KAAK,EAAE,CAAC,CAAC,UAAU,CAAA;CAAE,CAAC;AAC5E,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,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.150",
3
+ "version": "5.0.153",
4
4
  "description": "A vue3 framework with ioc",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -44,18 +44,18 @@
44
44
  "@cabloy/last-word": "^1.0.13",
45
45
  "@cabloy/localeutil": "^1.0.4",
46
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",
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": "f2058826a17b91b4e3a1206cab1bf448bedaa88d"
60
+ "gitHead": "d1517bdf0c4182f9eec48eab302985c207f29e40"
61
61
  }
@@ -4,7 +4,7 @@ export interface ZovaConfigRoutes {}
4
4
  export interface IPagePathRecord {}
5
5
  export interface IPageNameRecord {}
6
6
 
7
- export type TypePageParamsQuery<Q, P = unknown> = {
7
+ export type TypePageParamsQuery<Q = unknown, P = unknown> = {
8
8
  query?: Q;
9
9
  params?: P;
10
10
  };