@das-fed/web 6.4.0-dev.54.1 → 6.4.0-dev.54.3

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,6 +1,6 @@
1
1
  import '@das-fed/web/packages/main-app-framework/style.css';
2
2
  import "vue";
3
- import { m as a } from "./index-5s8nVJvZ.js";
3
+ import { m as a } from "./index-J3-aFHZI.js";
4
4
  import "@das-fed/web/packages/i18n/index";
5
5
  export {
6
6
  a as mainAppFramework
@@ -1,5 +1,6 @@
1
+ declare const customLangeData: any;
1
2
  declare const currentLang: import('vue').Ref<any, any>;
2
- declare const setLangRule: (data?: any, lang?: "zh-CN" | "en", type?: "global" | "custom") => void;
3
+ declare const setLangRule: (data?: any, type?: "global" | "custom") => void;
3
4
  declare const setI18nRule: (data?: any, type?: "global" | "custom") => void;
4
5
  declare const initI18n: (opt?: any) => any;
5
6
  /**
@@ -19,4 +20,4 @@ declare const i18n: (key: string, ...args: any[]) => import('vue').ComputedRef<s
19
20
  declare const t: (key: string, ...args: any) => string;
20
21
  declare const setLang: (lang: string) => void;
21
22
  declare const getLang: () => import('vue').Ref<any, any>;
22
- export { initI18n, setI18nRule, getI18nRule, i18n, t, setLang, getLang, currentLang, setLangRule };
23
+ export { initI18n, setI18nRule, getI18nRule, i18n, t, setLang, getLang, currentLang, setLangRule, customLangeData };
Binary file
Binary file