@das-fed/upf-ui 6.4.0-dev.207 → 6.4.0-dev.208
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/front-end/i18n/front-end-page/dasui_en-US.js +2 -2
- package/front-end/i18n/front-end-page/dasui_zh-CN.js +2 -2
- package/front-end/i18n/front-end-page/dasui_zh-MO.js +2 -2
- package/package.json +5 -5
- package/packages/components/input/index.d.ts +0 -4264
- package/packages/components/input/src/index.vue.d.ts +0 -1432
- package/packages/components/virtual-tree/src/App.vue.d.ts +0 -3974
- package/packages/components/virtual-tree/src/type.d.ts +0 -43
|
@@ -722,10 +722,10 @@ export default {
|
|
|
722
722
|
"请重新支付": "请重新支付",
|
|
723
723
|
"删除流程定义": "删除流程定义",
|
|
724
724
|
"对应的实例和任务会一起删除": "对应的实例和任务会一起删除",
|
|
725
|
-
"添加组织": "添加组织",
|
|
726
|
-
"用户": "用户",
|
|
727
725
|
"预订上午": "预订上午",
|
|
728
726
|
"的会议室": "的会议室",
|
|
727
|
+
"添加组织": "添加组织",
|
|
728
|
+
"用户": "用户",
|
|
729
729
|
"数字": "数字",
|
|
730
730
|
"小写字母": "小写字母",
|
|
731
731
|
"大写字母": "大写字母",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/upf-ui",
|
|
3
|
-
"version": "6.4.0-dev.
|
|
3
|
+
"version": "6.4.0-dev.208",
|
|
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/upf-ui": "6.4.0-dev.
|
|
29
|
+
"@das-fed/upf-ui": "6.4.0-dev.208",
|
|
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/upf-cli": "6.4.0-dev.
|
|
60
|
-
"@das-fed/upf-utils": "6.4.0-dev.
|
|
61
|
-
"@das-fed/upf-web": "6.4.0-dev.
|
|
59
|
+
"@das-fed/upf-cli": "6.4.0-dev.208",
|
|
60
|
+
"@das-fed/upf-utils": "6.4.0-dev.208",
|
|
61
|
+
"@das-fed/upf-web": "6.4.0-dev.208",
|
|
62
62
|
"@types/markdown-it": "^14.1.2",
|
|
63
63
|
"@wangeditor-next/editor": "5.6.31",
|
|
64
64
|
"@wangeditor-next/editor-for-vue": "5.1.14",
|