zova-core 5.0.69 → 5.0.70

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.
@@ -1,2 +1,6 @@
1
1
  export type TypeModuleComponents<T> = T;
2
+ export interface IComponentRecord {
3
+ }
4
+ export interface IComponentLayoutRecord {
5
+ }
2
6
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../src/bean/resource/component/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,CAAC,CAAC,IAAI,CAAC,CAAC"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../../src/bean/resource/component/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,CAAC,CAAC,IAAI,CAAC,CAAC;AAExC,MAAM,WAAW,gBAAgB;CAAG;AAEpC,MAAM,WAAW,sBAAsB;CAAG"}
@@ -1,4 +1,4 @@
1
- import { ZovaConfigEnv, ZovaConfigMeta, IBeanScopeConfig, ILocalInfos, PowerPartial } from '../../index.js';
1
+ import { ZovaConfigEnv, ZovaConfigMeta, IBeanScopeConfig, ILocalInfos, PowerPartial, IComponentLayoutRecord, IBeanScopeRecord } from '../../index.js';
2
2
  export declare const configDefault: {
3
3
  meta: {};
4
4
  env: {};
@@ -37,11 +37,16 @@ export type ZovaConfig = {
37
37
  prefix: string;
38
38
  };
39
39
  icon: {
40
- defaultModule: string;
40
+ defaultModule: keyof IBeanScopeRecord;
41
+ };
42
+ layout: {
43
+ component: {
44
+ default: keyof IComponentLayoutRecord;
45
+ empty: keyof IComponentLayoutRecord;
46
+ };
41
47
  };
42
- layout: {};
43
48
  locales: Record<keyof ILocalInfos, string>;
44
49
  modules: IBeanScopeConfig;
45
- } & typeof configDefault;
50
+ };
46
51
  export type ZovaConfigOptional = PowerPartial<ZovaConfig>;
47
52
  //# sourceMappingURL=config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/core/app/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,gBAAgB,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE5G,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;CAyBzB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,cAAc,CAAC;IACrB,GAAG,EAAE,aAAa,CAAC;IACnB,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM,WAAW,CAAC;QAC1B,GAAG,EAAE,OAAO,CAAC;KACd,CAAC;IACF,GAAG,EAAE;QACH,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,IAAI,EAAE;QACJ,aAAa,EAAE,MAAM,CAAC;KACvB,CAAC;IACF,MAAM,EAAE,EAAE,CAAC;IACX,OAAO,EAAE,MAAM,CAAC,MAAM,WAAW,EAAE,MAAM,CAAC,CAAC;IAC3C,OAAO,EAAE,gBAAgB,CAAC;CAC3B,GAAG,OAAO,aAAa,CAAC;AAEzB,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/core/app/config.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,cAAc,EACd,gBAAgB,EAChB,WAAW,EACX,YAAY,EACZ,sBAAsB,EACtB,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AAExB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;CAyBzB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,cAAc,CAAC;IACrB,GAAG,EAAE,aAAa,CAAC;IACnB,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM,WAAW,CAAC;QAC1B,GAAG,EAAE,OAAO,CAAC;KACd,CAAC;IACF,GAAG,EAAE;QACH,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,IAAI,EAAE;QACJ,aAAa,EAAE,MAAM,gBAAgB,CAAC;KACvC,CAAC;IACF,MAAM,EAAE;QACN,SAAS,EAAE;YACT,OAAO,EAAE,MAAM,sBAAsB,CAAC;YACtC,KAAK,EAAE,MAAM,sBAAsB,CAAC;SACrC,CAAC;KACH,CAAC;IACF,OAAO,EAAE,MAAM,CAAC,MAAM,WAAW,EAAE,MAAM,CAAC,CAAC;IAC3C,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC,UAAU,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/core/app/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,IAAI,EAAE,EAAE;IACR,GAAG,EAAE,EAAE;IACP,IAAI,EAAE;QACJ,MAAM,EAAE,OAAO;QACf,GAAG,EAAE,KAAK;KACX;IACD,GAAG,EAAE;QACH,OAAO,EAAE,EAAE;QACX,MAAM,EAAE,EAAE;KACX;IACD,IAAI,EAAE;QACJ,aAAa,EAAE,WAAW;KAC3B;IACD,MAAM,EAAE;QACN,SAAS,EAAE;YACT,OAAO,EAAE,2BAA2B;YACpC,KAAK,EAAE,yBAAyB;SACjC;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,SAAS;QAClB,OAAO,EAAE,SAAS;KACnB;IACD,OAAO,EAAE,EAAE;CACZ,CAAC"}
1
+ {"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/core/app/config.ts"],"names":[],"mappings":"AAUA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,IAAI,EAAE,EAAE;IACR,GAAG,EAAE,EAAE;IACP,IAAI,EAAE;QACJ,MAAM,EAAE,OAAO;QACf,GAAG,EAAE,KAAK;KACX;IACD,GAAG,EAAE;QACH,OAAO,EAAE,EAAE;QACX,MAAM,EAAE,EAAE;KACX;IACD,IAAI,EAAE;QACJ,aAAa,EAAE,WAAW;KAC3B;IACD,MAAM,EAAE;QACN,SAAS,EAAE;YACT,OAAO,EAAE,2BAA2B;YACpC,KAAK,EAAE,yBAAyB;SACjC;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,SAAS;QAClB,OAAO,EAAE,SAAS;KACnB;IACD,OAAO,EAAE,EAAE;CACZ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-core",
3
- "version": "5.0.69",
3
+ "version": "5.0.70",
4
4
  "description": "A vue3 framework with ioc",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -49,5 +49,5 @@
49
49
  "vue": "^3.4.27",
50
50
  "zod": "^3.23.8"
51
51
  },
52
- "gitHead": "cc2deb52ef4b916866434e16ae08ba943fa00f54"
52
+ "gitHead": "336496a9527c14f709d0b416ce9030732f261b93"
53
53
  }