@das-fed/ui 6.4.0-dev.55.17 → 6.4.0-dev.55.19
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/esm-map.json +2 -1
- package/package.json +5 -5
- package/packages/business-components/change-pwd/index.js +1 -1
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/device-panel/index.js +5573 -5432
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/import-button/i18n/index.d.ts +1 -1
- package/packages/business-components/import-button/index.js +1 -1
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/process-form/i18n/index.d.ts +5 -0
- package/packages/business-components/process-form/index.js +4 -3
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/urgent-panel/i18n/index.d.ts +70 -0
- package/packages/business-components/urgent-panel/index.js +1048 -1032
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/style.css +1 -1
- package/packages/business-components/urgent-panel/style.css.gz +0 -0
- package/packages/components/table/index.js +1655 -1706
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/icons/index.d.ts +1 -0
- package/packages/icons/index.js +1 -0
- package/packages/icons/password-lock2/index.d.ts +1 -0
- package/packages/icons/password-lock2/index.js +17 -0
- package/packages/icons/password-lock2/index.js.gz +0 -0
- package/packages/icons/password-lock2/index.vue.d.ts +16 -0
package/esm-map.json
CHANGED
|
@@ -387,5 +387,6 @@
|
|
|
387
387
|
"DasIconEdit3": "/packages/icons/edit-3/index",
|
|
388
388
|
"DasIconExit": "/packages/icons/exit/index",
|
|
389
389
|
"DasIconGlobal": "/packages/icons/global/index",
|
|
390
|
-
"DasIconSystem": "/packages/icons/system/index"
|
|
390
|
+
"DasIconSystem": "/packages/icons/system/index",
|
|
391
|
+
"DasIconPasswordLock2": "/packages/icons/password-lock2/index"
|
|
391
392
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "6.4.0-dev.55.
|
|
3
|
+
"version": "6.4.0-dev.55.19",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
27
27
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
28
28
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
29
|
-
"@das-fed/cli": "6.4.0-dev.55.
|
|
29
|
+
"@das-fed/cli": "6.4.0-dev.55.19",
|
|
30
30
|
"@element-plus/icons-vue": "^2.3.1",
|
|
31
31
|
"@types/lodash": "^4.14.194",
|
|
32
32
|
"@types/lodash-es": "^4.17.9",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"vue-tsc": "^2.0.29"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@das-fed/ui": "6.4.0-dev.55.
|
|
60
|
-
"@das-fed/utils": "6.4.0-dev.55.
|
|
61
|
-
"@das-fed/web": "6.4.0-dev.55.
|
|
59
|
+
"@das-fed/ui": "6.4.0-dev.55.19",
|
|
60
|
+
"@das-fed/utils": "6.4.0-dev.55.19",
|
|
61
|
+
"@das-fed/web": "6.4.0-dev.55.19",
|
|
62
62
|
"@wangeditor/editor": "^5.1.23",
|
|
63
63
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
64
64
|
"@wangeditor/plugin-upload-attachment": "^1.1.0",
|
|
@@ -239,7 +239,7 @@ const x = M.get("/user/change-pwd", (n) => (n.ignoreErrorMessage = !0, n)), A =
|
|
|
239
239
|
修改密码: { "zh-CN": "修改密码", en: "Change Password", _appCode: "framework" },
|
|
240
240
|
旧密码: { "zh-CN": "旧密码", en: "Old Password", _appCode: "framework" },
|
|
241
241
|
新密码: { "zh-CN": "新密码", en: "New Password", _appCode: "framework" },
|
|
242
|
-
确认新密码: { "zh-CN": "确认新密码", en: "Confirm
|
|
242
|
+
确认新密码: { "zh-CN": "确认新密码", en: "Confirm New Password", _appCode: "framework" },
|
|
243
243
|
取消: { "zh-CN": "取消", en: "Cancel", _appCode: "framework" },
|
|
244
244
|
确定: { "zh-CN": "确定", en: "OK", _appCode: "framework" },
|
|
245
245
|
"das-ui-business-components-change-pwd-limit-number": {
|
|
Binary file
|