From 9f1c3831fae0d9e2a6da85356925a2d210eef07b Mon Sep 17 00:00:00 2001 From: puhui999 Date: Sun, 14 Sep 2025 19:53:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=20bpmnProcessDes?= =?UTF-8?q?igner=20=E7=BB=84=E4=BB=B6=20ele=20=3D>=20antd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/package.json | 16 +- .../package/penal/PropertiesPanel.vue | 437 +++++------------- .../package/penal/task/ElementTask.vue | 17 +- pnpm-workspace.yaml | 145 +++--- 4 files changed, 217 insertions(+), 398 deletions(-) diff --git a/apps/web-antd/package.json b/apps/web-antd/package.json index f4d5b409..77aabdbc 100644 --- a/apps/web-antd/package.json +++ b/apps/web-antd/package.json @@ -46,18 +46,18 @@ "@vueuse/core": "catalog:", "@vueuse/integrations": "catalog:", "ant-design-vue": "catalog:", - "bpmn-js": "^17.11.1", - "bpmn-js-properties-panel": "5.23.0", - "bpmn-js-token-simulation": "^0.36.3", - "camunda-bpmn-moddle": "^7.0.1", + "bpmn-js": "catalog:", + "bpmn-js-properties-panel": "catalog:", + "bpmn-js-token-simulation": "catalog:", + "camunda-bpmn-moddle": "catalog:", "cropperjs": "catalog:", "dayjs": "catalog:", - "diagram-js": "^12.8.1", - "fast-xml-parser": "^4.5.3", + "diagram-js": "catalog:", + "fast-xml-parser": "catalog:", "highlight.js": "catalog:", - "min-dash": "^4.2.3", + "min-dash": "catalog:", "pinia": "catalog:", - "steady-xml": "^0.1.0", + "steady-xml": "catalog:", "tinymce": "catalog:", "vue": "catalog:", "vue-dompurify-html": "catalog:", diff --git a/apps/web-antd/src/components/bpmnProcessDesigner/package/penal/PropertiesPanel.vue b/apps/web-antd/src/components/bpmnProcessDesigner/package/penal/PropertiesPanel.vue index c006e202..832e6e58 100644 --- a/apps/web-antd/src/components/bpmnProcessDesigner/package/penal/PropertiesPanel.vue +++ b/apps/web-antd/src/components/bpmnProcessDesigner/package/penal/PropertiesPanel.vue @@ -1,9 +1,12 @@ -