@yuku123/z-wf-frontend-component 0.1.1 → 0.2.0
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/dist/z-wf-frontend-component.css +1 -1
- package/dist/{z-wf_frontend_component.es.js → z-wf-frontend-component.es.js} +14616 -10306
- package/dist/z-wf-frontend-component.umd.js +143 -0
- package/package.json +9 -8
- package/src/index.ts +10 -1
- package/src/pages/Dashboard/index.module.css +79 -0
- package/src/pages/Dashboard/index.tsx +176 -0
- package/src/pages/DoneList/index.module.css +63 -0
- package/src/pages/DoneList/index.tsx +157 -0
- package/src/pages/MyProcesses/index.module.css +79 -0
- package/src/pages/MyProcesses/index.tsx +236 -0
- package/src/pages/ProcessDesigner/index.module.css +100 -0
- package/src/pages/ProcessDesigner/index.tsx +310 -0
- package/src/pages/ProcessDetail/index.module.css +230 -0
- package/src/pages/ProcessDetail/index.tsx +226 -0
- package/src/pages/ProcessList/index.module.css +85 -0
- package/src/pages/ProcessList/index.tsx +343 -0
- package/src/pages/TaskDetail/index.module.css +169 -0
- package/src/pages/TaskDetail/index.tsx +329 -0
- package/src/pages/TodoList/index.module.css +74 -0
- package/src/pages/TodoList/index.tsx +214 -0
- package/src/pages/WorkflowApp.jsx +25 -0
- package/src/services/api.js +76 -0
- package/src/utils/request.js +5 -0
- package/dist/z-wf_frontend_component.umd.js +0 -114
|
@@ -1 +1 @@
|
|
|
1
|
-
._designerContainer_1js4a_1{width:100%;height:100%;position:relative;background:#fafafa}._canvas_1js4a_8{width:100%;height:100%}._dndItem_1js4a_14{display:flex;flex-direction:column;align-items:center;padding:12px;cursor:grab;transition:all .2s;border-radius:6px}._dndItem_1js4a_14:hover{background:#f0f7ff;transform:scale(1.05)}._dndItem_1js4a_14 img{width:40px;height:40px;margin-bottom:8px}._dndItem_1js4a_14 span{font-size:12px;color:#595959;white-space:nowrap}.lf-dnd-panel{width:80px!important;background:#fff;border-right:1px solid #e8e8e8;padding:16px 0}.lf-control{background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a}.lf-mini-map{background:#fff;border:1px solid #e8e8e8;border-radius:4px;box-shadow:0 2px 8px #0000001a}.lf-node{cursor:pointer}.lf-node:hover{filter:brightness(.95)}.lf-node.selected{filter:drop-shadow(0 0 4px rgba(22,119,255,.5))}.lf-edge{stroke:#8c8c8c;stroke-width:2}.lf-edge:hover{stroke:#1677ff;stroke-width:3}.lf-text{font-size:14px;fill:#262626}._propertyPanel_1js4a_93{position:absolute;right:0;top:0;bottom:0;width:300px;background:#fff;border-left:1px solid #e8e8e8;padding:16px;overflow-y:auto;z-index:10}._propertyPanelTitle_1js4a_106{font-size:16px;font-weight:500;color:#262626;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}._toolbar_1js4a_116{position:absolute;top:16px;left:96px;right:316px;height:48px;background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;padding:0 16px;gap:8px;z-index:10}._toolbarDivider_1js4a_132{width:1px;height:24px;background:#e8e8e8;margin:0 8px}
|
|
1
|
+
._designerContainer_1js4a_1{width:100%;height:100%;position:relative;background:#fafafa}._canvas_1js4a_8{width:100%;height:100%}._dndItem_1js4a_14{display:flex;flex-direction:column;align-items:center;padding:12px;cursor:grab;transition:all .2s;border-radius:6px}._dndItem_1js4a_14:hover{background:#f0f7ff;transform:scale(1.05)}._dndItem_1js4a_14 img{width:40px;height:40px;margin-bottom:8px}._dndItem_1js4a_14 span{font-size:12px;color:#595959;white-space:nowrap}.lf-dnd-panel{width:80px!important;background:#fff;border-right:1px solid #e8e8e8;padding:16px 0}.lf-control{background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a}.lf-mini-map{background:#fff;border:1px solid #e8e8e8;border-radius:4px;box-shadow:0 2px 8px #0000001a}.lf-node{cursor:pointer}.lf-node:hover{filter:brightness(.95)}.lf-node.selected{filter:drop-shadow(0 0 4px rgba(22,119,255,.5))}.lf-edge{stroke:#8c8c8c;stroke-width:2}.lf-edge:hover{stroke:#1677ff;stroke-width:3}.lf-text{font-size:14px;fill:#262626}._propertyPanel_1js4a_93{position:absolute;right:0;top:0;bottom:0;width:300px;background:#fff;border-left:1px solid #e8e8e8;padding:16px;overflow-y:auto;z-index:10}._propertyPanelTitle_1js4a_106{font-size:16px;font-weight:500;color:#262626;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}._toolbar_1js4a_116{position:absolute;top:16px;left:96px;right:316px;height:48px;background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;padding:0 16px;gap:8px;z-index:10}._toolbarDivider_1js4a_132{width:1px;height:24px;background:#e8e8e8;margin:0 8px}._container_1nmlu_1{padding:0}._card_1nmlu_5{border-radius:8px}._header_1nmlu_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._titleSection_1nmlu_16{display:flex;align-items:baseline;gap:12px}._title_1nmlu_16{margin:0!important;display:flex;align-items:center;gap:8px}._titleIcon_1nmlu_29{color:#1677ff}._subtitle_1nmlu_33{color:#8c8c8c;font-size:14px}._taskName_1nmlu_38{display:flex;align-items:center;gap:8px}._name_1nmlu_44{font-weight:500;color:#262626}._taskDesc_1nmlu_49{display:flex;flex-direction:column;gap:4px;color:#8c8c8c;font-size:13px}._overdue_1nmlu_57{color:#ff4d4f;font-weight:500}@media(max-width:768px){._header_1nmlu_9{flex-direction:column;align-items:flex-start;gap:16px}._titleSection_1nmlu_16{flex-direction:column;gap:4px}}._container_9q4zo_1{padding:0}._card_9q4zo_5{border-radius:8px}._header_9q4zo_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._titleSection_9q4zo_16{display:flex;align-items:baseline;gap:12px}._title_9q4zo_16{margin:0!important;display:flex;align-items:center;gap:8px}._titleIcon_9q4zo_29{color:#52c41a}._subtitle_9q4zo_33{color:#8c8c8c;font-size:14px}._taskName_9q4zo_38{font-weight:500;color:#262626}._ellipsis_9q4zo_43{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}@media(max-width:768px){._header_9q4zo_9{flex-direction:column;align-items:flex-start;gap:16px}._titleSection_9q4zo_16{flex-direction:column;gap:4px}}._container_120ju_1{padding:0}._card_120ju_5{border-radius:8px}._header_120ju_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._titleSection_120ju_16{display:flex;align-items:baseline;gap:12px}._title_120ju_16{margin:0!important;display:flex;align-items:center;gap:8px}._titleIcon_120ju_29{color:#722ed1}._subtitle_120ju_33{color:#8c8c8c;font-size:14px}._processName_120ju_38{display:flex;align-items:center;gap:8px}._processIcon_120ju_44{color:#1677ff;font-size:18px}._name_120ju_49{font-weight:500;color:#262626}._ellipsis_120ju_54{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}._overdue_120ju_62{color:#ff4d4f;font-weight:500}@media(max-width:768px){._header_120ju_9{flex-direction:column;align-items:flex-start;gap:16px}._titleSection_120ju_16{flex-direction:column;gap:4px}}._container_qprrv_1{padding:0}._card_qprrv_5{border-radius:8px}._header_qprrv_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._titleSection_qprrv_16{display:flex;align-items:baseline;gap:12px}._title_qprrv_16{margin:0!important;display:flex;align-items:center;gap:8px}._titleIcon_qprrv_29{color:#1677ff}._subtitle_qprrv_33{color:#8c8c8c;font-size:14px}._processName_qprrv_38{display:flex;align-items:center;gap:8px}._processIcon_qprrv_44{color:#1677ff;font-size:20px}._nameInfo_qprrv_49{display:flex;flex-direction:column;gap:4px}._name_qprrv_49{font-weight:500;color:#262626;font-size:14px}._key_qprrv_61{font-size:12px;color:#8c8c8c;font-family:monospace}._description_qprrv_67{color:#8c8c8c;font-size:13px;margin-top:4px}@media(max-width:768px){._header_qprrv_9{flex-direction:column;align-items:flex-start;gap:16px}._titleSection_qprrv_16{flex-direction:column;gap:4px}}._designerPage_1qi53_1{height:100vh;display:flex;flex-direction:column;overflow:hidden}._toolbar_1qi53_8{height:56px;background:#fff;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between;padding:0 16px}._toolbarLeft_1qi53_18{display:flex;align-items:center;gap:12px}._toolbarCenter_1qi53_24{display:flex;align-items:center;gap:4px}._toolbarRight_1qi53_30,._processInfo_1qi53_36{display:flex;align-items:center;gap:8px}._processName_1qi53_42{font-size:16px;font-weight:500;color:#262626}._processVersion_1qi53_48{font-size:12px;color:#8c8c8c;background:#f5f5f5;padding:2px 8px;border-radius:4px}._designerContainer_1qi53_56{flex:1;position:relative;overflow:hidden}._propertyPanel_1qi53_63{position:absolute;right:0;top:0;bottom:0;width:360px;background:#fff;border-left:1px solid #e8e8e8;padding:20px;overflow-y:auto;z-index:10}._propertyPanelTitle_1qi53_76{font-size:16px;font-weight:500;color:#262626;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}@media(max-width:768px){._toolbar_1qi53_8{flex-wrap:wrap;height:auto;padding:8px}._toolbarLeft_1qi53_18,._toolbarCenter_1qi53_24,._toolbarRight_1qi53_30{width:100%;justify-content:center;margin:4px 0}}._container_r735y_1{padding:0}._card_r735y_5{border-radius:8px}._loadingContainer_r735y_9,._emptyContainer_r735y_10{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:500px}._header_r735y_18{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._title_r735y_25{margin:0!important;display:flex;align-items:center;gap:8px}._titleIcon_r735y_32{color:#1677ff}._headerActions_r735y_36{display:flex;align-items:center;gap:8px}._content_r735y_42{display:flex;gap:24px}._leftPanel_r735y_47{flex:1}._rightPanel_r735y_51{width:400px}._descriptions_r735y_55{margin-bottom:24px}._timelineSection_r735y_59{margin-top:24px}._timeline_r735y_59{margin-top:16px}._timelineItem_r735y_67{padding:8px 0}._timelineHeader_r735y_71{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._timelineAction_r735y_78{font-weight:500;color:#262626}._timelineTask_r735y_83{font-size:12px;color:#8c8c8c;background:#f5f5f5;padding:2px 8px;border-radius:4px}._timelineContent_r735y_91{display:flex;gap:16px;margin-bottom:8px}._timelineUser_r735y_97{font-size:13px;color:#595959;display:flex;align-items:center;gap:4px}._timelineTime_r735y_105{font-size:13px;color:#8c8c8c;display:flex;align-items:center;gap:4px}._timelineDuration_r735y_113{font-size:12px;color:#52c41a;background:#f6ffed;padding:2px 8px;border-radius:4px}._timelineComment_r735y_121{font-size:13px;color:#595959;background:#f5f5f5;padding:8px 12px;border-radius:4px;margin-top:8px}._startIcon_r735y_131{color:#1677ff}._completeIcon_r735y_135{color:#52c41a}._rejectIcon_r735y_139{color:#ff4d4f}._transferIcon_r735y_143{color:#fa8c16}._terminateIcon_r735y_147{color:#722ed1}._historyCard_r735y_151{border-radius:8px}._historyTimeline_r735y_155{max-height:600px;overflow-y:auto}._historyItem_r735y_160{padding:8px 0}._historyHeader_r735y_164{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}._historyAction_r735y_171{font-weight:500;font-size:13px}._historyTime_r735y_155{font-size:12px;color:#8c8c8c}._historyContent_r735y_181{font-size:12px;color:#595959;margin-bottom:4px}._historyUser_r735y_187{display:flex;align-items:center;gap:4px}._historyComment_r735y_193{font-size:12px;color:#595959;background:#f5f5f5;padding:6px 10px;border-radius:4px;margin-top:4px}@media(max-width:1200px){._content_r735y_42{flex-direction:column}._rightPanel_r735y_51{width:100%}}@media(max-width:768px){._header_r735y_18{flex-direction:column;align-items:flex-start;gap:16px}._timelineHeader_r735y_71{flex-direction:column;align-items:flex-start;gap:4px}._timelineContent_r735y_91{flex-direction:column;gap:4px}}._container_1wfr0_1{padding:0}._card_1wfr0_5{border-radius:8px}._loadingContainer_1wfr0_9,._emptyContainer_1wfr0_10{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:500px}._header_1wfr0_18{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._title_1wfr0_25{margin:0!important;display:flex;align-items:center;gap:8px}._titleIcon_1wfr0_32{color:#1677ff}._headerActions_1wfr0_36{display:flex;align-items:center;gap:8px}._content_1wfr0_42{display:flex;gap:24px}._leftPanel_1wfr0_47{flex:1}._rightPanel_1wfr0_51{width:400px}._descriptions_1wfr0_55{margin-bottom:24px}._approvalSection_1wfr0_59{background:#fafafa;border-radius:8px;padding:24px;margin-top:24px}._approvalForm_1wfr0_66{max-width:600px}._formActions_1wfr0_70{margin-top:24px;padding-top:24px;border-top:1px solid #e8e8e8}._historyCard_1wfr0_76{border-radius:8px}._historyTimeline_1wfr0_80{max-height:600px;overflow-y:auto}._historyItem_1wfr0_85{padding:8px 0}._historyHeader_1wfr0_89{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}._historyAction_1wfr0_96{font-weight:500;font-size:13px}._historyTime_1wfr0_80{font-size:12px;color:#8c8c8c}._historyContent_1wfr0_106{font-size:12px;color:#595959;margin-bottom:4px}._historyUser_1wfr0_112{display:flex;align-items:center;gap:4px}._historyComment_1wfr0_118{font-size:12px;color:#595959;background:#f5f5f5;padding:6px 10px;border-radius:4px;margin-top:4px}._startIcon_1wfr0_128{color:#1677ff}._completeIcon_1wfr0_132{color:#52c41a}._rejectIcon_1wfr0_136{color:#ff4d4f}._transferIcon_1wfr0_140{color:#fa8c16}._terminateIcon_1wfr0_144{color:#722ed1}@media(max-width:1200px){._content_1wfr0_42{flex-direction:column}._rightPanel_1wfr0_51{width:100%}}@media(max-width:768px){._header_1wfr0_18{flex-direction:column;align-items:flex-start;gap:16px}._approvalSection_1wfr0_59{padding:16px}}
|