@das-fed/upf-web 6.4.0-dev.201 → 6.4.0-dev.202
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 +44 -44
- package/esm-map.json +13 -14
- package/{index-DpqH658a.js → index-B3QSTHl8.js} +1 -1
- package/{index-Dda2lRZV.js → index-DvcXHpcr.js} +1 -1
- package/index-DvcXHpcr.js.gz +0 -0
- package/{index-BJ0qSbnM.js → index-L0ZWbpXA.js} +485 -484
- package/index-L0ZWbpXA.js.gz +0 -0
- package/index.js +16 -17
- package/package.json +6 -6
- package/packages/create-das-web-app/es5.js +4 -4
- package/packages/create-das-web-app/index.js +1 -1
- package/packages/create-das-web-app/index.js.gz +0 -0
- package/packages/i18n/es5.js +187 -112
- package/packages/i18n/index.js +86 -56
- package/packages/i18n/index.js.gz +0 -0
- package/types/i18n/index.d.ts +2 -1
- package/types/i18n/register.d.ts +1 -2
- package/types/index.d.ts +0 -1
- package/index-BJ0qSbnM.js.gz +0 -0
- package/index-Dda2lRZV.js.gz +0 -0
package/esm-map.json
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
+
"DasWebLayout": "/packages/layout/index",
|
|
3
|
+
"DasWebNav": "/packages/layout/index",
|
|
4
|
+
"DasWebMenu": "/packages/layout/index",
|
|
5
|
+
"DasWebTabs": "/packages/layout/index",
|
|
6
|
+
"layout": "/packages/layout/index",
|
|
7
|
+
"layoutData": "/packages/layout/index",
|
|
2
8
|
"createDasWebApp": "/packages/create-das-web-app/index",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
9
|
+
"initMainApp": "/packages/micro-frontend/index",
|
|
10
|
+
"initMicroApp": "/packages/micro-frontend/index",
|
|
11
|
+
"microFrontend": "/packages/micro-frontend/index",
|
|
12
|
+
"DasMainAppLayout": "/packages/micro-frontend/index",
|
|
13
|
+
"mainAppFramework": "/packages/main-app-framework/index",
|
|
5
14
|
"getDateFormat": "/packages/i18n/index",
|
|
6
15
|
"languageKey": "/packages/i18n/index",
|
|
7
16
|
"initI18n": "/packages/i18n/index",
|
|
@@ -15,22 +24,12 @@
|
|
|
15
24
|
"setLangRule": "/packages/i18n/index",
|
|
16
25
|
"customLangeData": "/packages/i18n/index",
|
|
17
26
|
"loadLocale": "/packages/i18n/index",
|
|
18
|
-
"
|
|
19
|
-
"DasWebNav": "/packages/layout/index",
|
|
20
|
-
"DasWebMenu": "/packages/layout/index",
|
|
21
|
-
"DasWebTabs": "/packages/layout/index",
|
|
22
|
-
"layout": "/packages/layout/index",
|
|
23
|
-
"layoutData": "/packages/layout/index",
|
|
24
|
-
"initMainApp": "/packages/micro-frontend/index",
|
|
25
|
-
"initMicroApp": "/packages/micro-frontend/index",
|
|
26
|
-
"microFrontend": "/packages/micro-frontend/index",
|
|
27
|
-
"DasMainAppLayout": "/packages/micro-frontend/index",
|
|
27
|
+
"registerMicroI18nData": "/packages/i18n/index",
|
|
28
28
|
"initTheme": "/packages/theme/index",
|
|
29
29
|
"setTheme": "/packages/theme/index",
|
|
30
30
|
"getThemeRule": "/packages/theme/index",
|
|
31
31
|
"currentTheme": "/packages/theme/index",
|
|
32
32
|
"setThemeRule": "/packages/theme/index",
|
|
33
33
|
"getVar": "/packages/theme/index",
|
|
34
|
-
"getVarValue": "/packages/theme/index"
|
|
35
|
-
"mainAppFramework": "/packages/main-app-framework/index"
|
|
34
|
+
"getVarValue": "/packages/theme/index"
|
|
36
35
|
}
|
|
@@ -6,7 +6,7 @@ import { DasSpin as x } from "@das-fed/upf-ui/packages/components/spin/index";
|
|
|
6
6
|
import { getTabInfo as T } from "@das-fed/upf-utils/common-info";
|
|
7
7
|
import { setShowLayout as b } from "@das-fed/upf-utils/common-tools";
|
|
8
8
|
import { createService as E } from "@das-fed/upf-utils/create-api-service";
|
|
9
|
-
import { u as L, p as P, a as u, c as f, b as q, l as B, g as K, d as M } from "./index-
|
|
9
|
+
import { u as L, p as P, a as u, c as f, b as q, l as B, g as K, d as M } from "./index-L0ZWbpXA.js";
|
|
10
10
|
const N = "v1", O = E(`/api/justauth/client/${N}`), V = O.get("/visitor/kingdee/auth/user/auth_code"), z = /* @__PURE__ */ k({
|
|
11
11
|
__name: "index",
|
|
12
12
|
setup(F) {
|
|
Binary file
|