@das-fed/ui 6.4.0-beta.12 → 6.4.0-beta.14
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/package.json +5 -5
- package/packages/business-components/device-panel/index.js +2139 -2043
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/style.css +1 -1
- package/packages/business-components/device-panel/style.css.gz +0 -0
- package/packages/business-components/import-button/index.js +228 -225
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/process-form/App.vue.d.ts +2 -0
- package/packages/business-components/process-form/index.d.ts +2 -0
- package/packages/business-components/process-form/index.js +1107 -1083
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/widgets/store.d.ts +1 -0
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-form/type.d.ts +4 -0
- package/packages/business-components/process-search-form/hooks/useSearchOptions.d.ts +1 -0
- package/packages/business-components/process-search-form/index.js +394 -379
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-table/index.d.ts +11 -2
- package/packages/business-components/process-table/index.js +232 -222
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/process-table/src/App.vue.d.ts +1 -0
- package/packages/business-components/process-table/src/type.d.ts +2 -0
- package/packages/business-components/process-table/style.css +1 -1
- package/packages/components/edit-table/index.js +259 -260
- package/packages/components/edit-table/index.js.gz +0 -0
- package/packages/components/image-viewer/index.js +255 -259
- package/packages/components/image-viewer/index.js.gz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "6.4.0-beta.
|
|
3
|
+
"version": "6.4.0-beta.14",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
26
26
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
27
27
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
28
|
-
"@das-fed/cli": "6.4.0-
|
|
28
|
+
"@das-fed/cli": "6.4.0-hot.17",
|
|
29
29
|
"@element-plus/icons-vue": "^2.3.1",
|
|
30
30
|
"@types/lodash": "^4.14.194",
|
|
31
31
|
"@types/lodash-es": "^4.17.9",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"vue-tsc": "^2.0.29"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@das-fed/ui": "6.4.0-
|
|
59
|
-
"@das-fed/utils": "6.4.0-
|
|
60
|
-
"@das-fed/web": "6.4.0-
|
|
58
|
+
"@das-fed/ui": "6.4.0-hot.17",
|
|
59
|
+
"@das-fed/utils": "6.4.0-hot.17",
|
|
60
|
+
"@das-fed/web": "6.4.0-hot.17",
|
|
61
61
|
"@wangeditor/editor": "^5.1.23",
|
|
62
62
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
63
63
|
"@wangeditor/plugin-upload-attachment": "^1.1.0",
|