@das-fed/upf-web 6.4.0-dev.199 → 6.4.0-dev.201
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/es5.js +63 -63
- package/esm-map.json +17 -14
- package/{index-Cwnxjz4B.js → index-BJ0qSbnM.js} +1609 -1580
- package/index-BJ0qSbnM.js.gz +0 -0
- package/{index-D7Yosv5R.js → index-Dda2lRZV.js} +1 -1
- package/index-Dda2lRZV.js.gz +0 -0
- package/{index-DN3L_UYL.js → index-DpqH658a.js} +1 -1
- package/index.js +20 -17
- package/package.json +6 -6
- package/packages/create-das-web-app/es5.js +34 -34
- package/packages/create-das-web-app/index.js +29 -29
- package/packages/create-das-web-app/index.js.gz +0 -0
- package/packages/i18n/es5.js +34 -32
- package/packages/i18n/index.js +27 -26
- package/packages/i18n/index.js.gz +0 -0
- package/types/i18n/index.d.ts +4 -2
- package/types/i18n/register.d.ts +4 -0
- package/types/index.d.ts +1 -0
- package/index-Cwnxjz4B.js.gz +0 -0
- package/index-D7Yosv5R.js.gz +0 -0
package/esm-map.json
CHANGED
|
@@ -1,22 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"createDasWebApp": "/packages/create-das-web-app/index",
|
|
3
|
+
"registerI18nData": "/packages/i18n/register",
|
|
4
|
+
"registerMicroI18nData": "/packages/i18n/register",
|
|
5
|
+
"getDateFormat": "/packages/i18n/index",
|
|
6
|
+
"languageKey": "/packages/i18n/index",
|
|
7
|
+
"initI18n": "/packages/i18n/index",
|
|
8
|
+
"setI18nRule": "/packages/i18n/index",
|
|
9
|
+
"getI18nRule": "/packages/i18n/index",
|
|
10
|
+
"i18n": "/packages/i18n/index",
|
|
11
|
+
"t": "/packages/i18n/index",
|
|
12
|
+
"setLang": "/packages/i18n/index",
|
|
13
|
+
"getLang": "/packages/i18n/index",
|
|
14
|
+
"currentLang": "/packages/i18n/index",
|
|
15
|
+
"setLangRule": "/packages/i18n/index",
|
|
16
|
+
"customLangeData": "/packages/i18n/index",
|
|
17
|
+
"loadLocale": "/packages/i18n/index",
|
|
3
18
|
"DasWebLayout": "/packages/layout/index",
|
|
4
19
|
"DasWebNav": "/packages/layout/index",
|
|
5
20
|
"DasWebMenu": "/packages/layout/index",
|
|
6
21
|
"DasWebTabs": "/packages/layout/index",
|
|
7
22
|
"layout": "/packages/layout/index",
|
|
23
|
+
"layoutData": "/packages/layout/index",
|
|
8
24
|
"initMainApp": "/packages/micro-frontend/index",
|
|
9
25
|
"initMicroApp": "/packages/micro-frontend/index",
|
|
10
26
|
"microFrontend": "/packages/micro-frontend/index",
|
|
11
27
|
"DasMainAppLayout": "/packages/micro-frontend/index",
|
|
12
|
-
"initI18n": "/packages/i18n/index",
|
|
13
|
-
"setI18nRule": "/packages/i18n/index",
|
|
14
|
-
"getI18nRule": "/packages/i18n/index",
|
|
15
|
-
"i18n": "/packages/i18n/index",
|
|
16
|
-
"t": "/packages/i18n/index",
|
|
17
|
-
"setLang": "/packages/i18n/index",
|
|
18
|
-
"getLang": "/packages/i18n/index",
|
|
19
|
-
"currentLang": "/packages/i18n/index",
|
|
20
28
|
"initTheme": "/packages/theme/index",
|
|
21
29
|
"setTheme": "/packages/theme/index",
|
|
22
30
|
"getThemeRule": "/packages/theme/index",
|
|
@@ -24,10 +32,5 @@
|
|
|
24
32
|
"setThemeRule": "/packages/theme/index",
|
|
25
33
|
"getVar": "/packages/theme/index",
|
|
26
34
|
"getVarValue": "/packages/theme/index",
|
|
27
|
-
"mainAppFramework": "/packages/main-app-framework/index"
|
|
28
|
-
"layoutData": "/packages/layout/index",
|
|
29
|
-
"setLangRule": "/packages/i18n/index",
|
|
30
|
-
"customLangeData": "/packages/i18n/index",
|
|
31
|
-
"loadLocale": "/packages/i18n/index",
|
|
32
|
-
"getDateFormat": "/packages/i18n/index"
|
|
35
|
+
"mainAppFramework": "/packages/main-app-framework/index"
|
|
33
36
|
}
|