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.
- package/lib/cli/create/module/index.js +1 -1
- package/lib/core/index.js +1 -1
- package/lib/core/index.js.map +1 -1
- package/lib/core/store/index.js +1 -1
- package/lib/core/store/index.js.map +1 -1
- package/lib/core/theme/index.js +1 -1
- package/lib/core/theme/index.js.map +1 -1
- package/lib/types/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/types/index.d.ts
CHANGED
|
@@ -2361,7 +2361,7 @@ declare const codeListStore: {
|
|
|
2361
2361
|
codeLists: CodeList;
|
|
2362
2362
|
codeMaps: CodeMaps;
|
|
2363
2363
|
findAllCodeList(): Promise<void>;
|
|
2364
|
-
getCodeLocaleList: (codeType: string) =>
|
|
2364
|
+
getCodeLocaleList: (codeType: string) => any[] | CodeList;
|
|
2365
2365
|
getCodeLocaleName: (codeType: string, value: string) => string;
|
|
2366
2366
|
};
|
|
2367
2367
|
declare const parameterStore: {
|