gant-core 0.2.22 → 0.2.24

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.
@@ -2361,7 +2361,7 @@ declare const codeListStore: {
2361
2361
  codeLists: CodeList;
2362
2362
  codeMaps: CodeMaps;
2363
2363
  findAllCodeList(): Promise<void>;
2364
- getCodeLocaleList: (codeType: string) => CodeTypeItem[];
2364
+ getCodeLocaleList: (codeType: string) => any[] | CodeList;
2365
2365
  getCodeLocaleName: (codeType: string, value: string) => string;
2366
2366
  };
2367
2367
  declare const parameterStore: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gant-core",
3
- "version": "0.2.22",
3
+ "version": "0.2.24",
4
4
  "description": "",
5
5
  "main": "lib/core/index.js",
6
6
  "types": "lib/types/index.d.ts",