@das-fed/utils 6.4.0-hot.6 → 6.4.0-hot.61
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/api-services/i18n/index.d.ts +53 -0
- package/api-services/i18n/index.js +27 -0
- package/api-services/i18n/index.js.gz +0 -0
- package/api-services/index.js +2182 -1656
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/index.js +2314 -1818
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/authentication/index.js +2314 -1818
- package/api-services/modules/authentication/index.js.gz +0 -0
- package/api-services/modules/bems/index.js +2298 -1820
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/index.js +2295 -1817
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/index.js +2305 -1809
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/index.js +2314 -1818
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/index.d.ts +1 -0
- package/api-services/modules/file/index.js +3426 -156
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/gateway-edge/index.js +2314 -1818
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/index.js +2106 -1623
- package/api-services/modules/index.js.gz +0 -0
- package/api-services/modules/iot/index.d.ts +1 -0
- package/api-services/modules/iot/index.js +2309 -1830
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/index.js +2302 -1806
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/index.js +2314 -1818
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/link/index.js +2295 -1817
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/index.js +2295 -1817
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/platformManage/index.js +2321 -1825
- package/api-services/modules/platformManage/index.js.gz +0 -0
- package/api-services/modules/portal/index.js +2349 -1871
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/space-manage/index.js +2295 -1817
- package/api-services/modules/space-manage/index.js.gz +0 -0
- package/api-services/modules/super-admin/index.js +2304 -1808
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/index.js +2303 -1807
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/index.js +2301 -1805
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/index.js +2314 -1818
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/modules/tool/index.js +2301 -1819
- package/api-services/modules/tool/index.js.gz +0 -0
- package/api-services/src/create-service/index.js +2349 -1871
- package/api-services/src/create-service/index.js.gz +0 -0
- package/common-info/getInfoFromUrl/index.js.gz +0 -0
- package/common-info/index.d.ts +11 -3
- package/common-info/index.js +113 -56
- package/common-info/index.js.gz +0 -0
- package/common-info/set-personal-info/index.js +893 -604
- package/common-info/set-personal-info/index.js.gz +0 -0
- package/common-info/type.d.ts +220 -104
- package/common-tools/calc-text-width/index.d.ts +1 -0
- package/common-tools/calc-text-width/index.js +10 -0
- package/common-tools/extract-file-name/index.d.ts +1 -0
- package/common-tools/extract-file-name/index.js +1731 -0
- package/common-tools/extract-file-name/index.js.gz +0 -0
- package/common-tools/get-file-extension/index.d.ts +6 -0
- package/common-tools/get-file-extension/index.js +7 -0
- package/common-tools/get-url-params/index.d.ts +1 -1
- package/common-tools/get-url-params/index.js.gz +0 -0
- package/common-tools/index.d.ts +4 -0
- package/common-tools/index.js +4 -0
- package/common-tools/nest-tree-format/index.d.ts +1 -1
- package/common-tools/nest-tree-format/index.js +15 -15
- package/common-tools/setHtmlMinWH/index.js +4 -8
- package/common-tools/update-browser-title/index.d.ts +1 -0
- package/common-tools/update-browser-title/index.js +12 -0
- package/create-api-service/i18n/index.d.ts +33 -0
- package/create-api-service/i18n/index.js +15 -0
- package/create-api-service/index.d.ts +3 -1
- package/create-api-service/index.js +2300 -1804
- package/create-api-service/index.js.gz +0 -0
- package/create-api-service/sso/index.d.ts +1 -3
- package/create-api-service/sso/index.js +1244 -858
- package/create-api-service/sso/index.js.gz +0 -0
- package/curring-http/index.js +1436 -1153
- package/curring-http/index.js.gz +0 -0
- package/curring-http/type.d.ts +87 -87
- package/directive/auth/index.js.gz +0 -0
- package/directive/hoverInside/index.d.ts +1 -1
- package/dom-check-in/index.js +2 -2
- package/dom-watcher/index.d.ts +1 -1
- package/esm-map.json +9 -2
- package/hooks/use-get-auth/index.d.ts +1 -1
- package/hooks/use-get-auth/index.js +30 -30
- package/hooks/use-get-auth/index.js.gz +0 -0
- package/nextTiken/index.js.gz +0 -0
- package/package.json +4 -3
- package/pinyin-first-character/index.js +19804 -20879
- package/pinyin-first-character/index.js.gz +0 -0
- package/style/index.js +4 -2
- package/style/index.js.gz +0 -0
- package/style/math.d.ts +4 -4
- package/token-tools/index.d.ts +6 -6
- package/token-tools/index.js +8 -84
- package/use-low-code/index.js +13 -13
- package/use-low-code/index.js.gz +0 -0
- package/use-low-code/style.css +1 -1
- package/vue/hooks/use-model-value/index.d.ts +5 -1
- package/webSocket-service/index.js.gz +0 -0
- package/webSocket-service/type.d.ts +28 -28
- package/token-tools/index.js.gz +0 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
导入进度: {
|
|
3
|
+
'zh-CN': string;
|
|
4
|
+
en: string;
|
|
5
|
+
_appCode: string;
|
|
6
|
+
};
|
|
7
|
+
上传失败: {
|
|
8
|
+
'zh-CN': string;
|
|
9
|
+
en: string;
|
|
10
|
+
_appCode: string;
|
|
11
|
+
};
|
|
12
|
+
导出进度: {
|
|
13
|
+
'zh-CN': string;
|
|
14
|
+
en: string;
|
|
15
|
+
_appCode: string;
|
|
16
|
+
};
|
|
17
|
+
导出成功: {
|
|
18
|
+
'zh-CN': string;
|
|
19
|
+
en: string;
|
|
20
|
+
_appCode: string;
|
|
21
|
+
};
|
|
22
|
+
导入成功: {
|
|
23
|
+
'zh-CN': string;
|
|
24
|
+
en: string;
|
|
25
|
+
_appCode: string;
|
|
26
|
+
};
|
|
27
|
+
导出失败: {
|
|
28
|
+
'zh-CN': string;
|
|
29
|
+
en: string;
|
|
30
|
+
_appCode: string;
|
|
31
|
+
};
|
|
32
|
+
导入失败: {
|
|
33
|
+
'zh-CN': string;
|
|
34
|
+
en: string;
|
|
35
|
+
_appCode: string;
|
|
36
|
+
};
|
|
37
|
+
部分导出失败: {
|
|
38
|
+
'zh-CN': string;
|
|
39
|
+
en: string;
|
|
40
|
+
_appCode: string;
|
|
41
|
+
};
|
|
42
|
+
部分导入失败: {
|
|
43
|
+
'zh-CN': string;
|
|
44
|
+
en: string;
|
|
45
|
+
_appCode: string;
|
|
46
|
+
};
|
|
47
|
+
'\u90E8\u5206\u6570\u636E\u6821\u9A8C\u4E0D\u901A\u8FC7\uFF0C\u8BF7\u4E0B\u8F7D\u9644\u4EF6\u5E76\u4FEE\u6539\uFF0C\u91CD\u65B0\u5BFC\u5165\uFF01': {
|
|
48
|
+
'zh-CN': string;
|
|
49
|
+
en: string;
|
|
50
|
+
_appCode: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
导入进度: { "zh-CN": "导入进度", en: "Import Progress", _appCode: "framework" },
|
|
3
|
+
上传失败: { "zh-CN": "上传失败", en: "Uploaded Failed", _appCode: "framework" },
|
|
4
|
+
导出进度: { "zh-CN": "导出进度", en: "Export Progress", _appCode: "framework" },
|
|
5
|
+
导出成功: { "zh-CN": "导出成功", en: "Exported Successfully", _appCode: "framework" },
|
|
6
|
+
导入成功: { "zh-CN": "导入成功", en: "Imported Successfully", _appCode: "framework" },
|
|
7
|
+
导出失败: { "zh-CN": "导出失败", en: "Exported Failed", _appCode: "framework" },
|
|
8
|
+
导入失败: { "zh-CN": "导入失败", en: "Imported Failed", _appCode: "framework" },
|
|
9
|
+
部分导出失败: {
|
|
10
|
+
"zh-CN": "部分导出失败",
|
|
11
|
+
en: "Partial exported failed",
|
|
12
|
+
_appCode: "framework"
|
|
13
|
+
},
|
|
14
|
+
部分导入失败: {
|
|
15
|
+
"zh-CN": "部分导入失败",
|
|
16
|
+
en: "Partial imported failed",
|
|
17
|
+
_appCode: "framework"
|
|
18
|
+
},
|
|
19
|
+
"部分数据校验不通过,请下载附件并修改,重新导入!": {
|
|
20
|
+
"zh-CN": "部分数据校验不通过,请下载附件并修改,重新导入!",
|
|
21
|
+
en: "Some data failed to pass the verification. Please download the attachment, make modifications and import it again!",
|
|
22
|
+
_appCode: "framework"
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
e as default
|
|
27
|
+
};
|
|
Binary file
|