workflow-editor 0.0.81-up → 0.0.81-up-tmp1
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/index.full.min.js +3237 -0
- package/dist/style.css +1 -0
- package/es/_virtual/FileSaver.min.mjs +4 -0
- package/es/_virtual/___vite-browser-external.mjs +6 -0
- package/es/_virtual/__vite-browser-external.mjs +4 -0
- package/es/_virtual/_commonjsHelpers.mjs +30 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
- package/es/_virtual/clipboard.mjs +4 -0
- package/es/_virtual/dayjs.min.mjs +4 -0
- package/es/_virtual/index.mjs +4 -0
- package/es/_virtual/nprogress.mjs +4 -0
- package/es/_virtual/prism.mjs +4 -0
- package/es/_virtual/sax.mjs +4 -0
- package/es/_virtual/string_decoder.mjs +4 -0
- package/es/_virtual/tinymce.mjs +4 -0
- package/es/_virtual/weekOfYear.mjs +4 -0
- package/es/index.mjs +20 -0
- package/es/plugins/formValidatorUtil.mjs +391 -0
- package/es/plugins/index.mjs +9 -0
- package/es/style.css +1 -0
- package/es/vite.svg +1 -0
- package/es/workflow-editor/index.mjs +14 -0
- package/lib/_virtual/FileSaver.min.cjs +1 -0
- package/lib/_virtual/___vite-browser-external.cjs +1 -0
- package/lib/_virtual/__vite-browser-external.cjs +1 -0
- package/lib/_virtual/_commonjsHelpers.cjs +1 -0
- package/lib/_virtual/_plugin-vue_export-helper.cjs +1 -0
- package/lib/_virtual/clipboard.cjs +1 -0
- package/lib/_virtual/dayjs.min.cjs +1 -0
- package/lib/_virtual/index.cjs +1 -0
- package/lib/_virtual/nprogress.cjs +1 -0
- package/lib/_virtual/prism.cjs +1 -0
- package/lib/_virtual/sax.cjs +1 -0
- package/lib/_virtual/string_decoder.cjs +1 -0
- package/lib/_virtual/tinymce.cjs +1 -0
- package/lib/_virtual/weekOfYear.cjs +1 -0
- package/lib/index.cjs +1 -0
- package/lib/plugins/formValidatorUtil.cjs +1 -0
- package/lib/plugins/index.cjs +1 -0
- package/lib/style.css +1 -0
- package/lib/workflow-editor/index.cjs +1 -0
- package/package.json +5 -3
- package/vite.config.js +44 -10
- package/lib/401-5a92e011.js +0 -101
- package/lib/404-2e472acc.js +0 -26
- package/lib/authredirect-ae6e75b4.js +0 -10
- package/lib/iframe-page-4e84c0f8.js +0 -33
- package/lib/index-27119bd2.js +0 -31464
- package/lib/index-369eae4a.js +0 -13
- package/lib/tab-content-iframe-index-e9146736.js +0 -33
- package/lib/tab-content-index-bbc6792b.js +0 -1241
- package/lib/tache-subprocess-history-d51d6a50.js +0 -56
- package/lib/workflow-editor.css +0 -1
- package/lib/workflow-editor.js +0 -5
- package/lib/workflow-editor.umd.cjs +0 -85
- package/packages/index.js +0 -34
- package/packages/plugins/formValidatorUtil.js +0 -723
- package/packages/plugins/index.js +0 -8
- package/packages/workflow-editor/index.js +0 -14
- package/packages/workflow-editor/src/api.js +0 -7
- package/packages/workflow-editor/src/assets/tab-select.png +0 -0
- package/packages/workflow-editor/src/assets/tab-selectWhite.png +0 -0
- package/packages/workflow-editor/src/assets/wf-editor-icons.js +0 -2
- package/packages/workflow-editor/src/constant.js +0 -8
- package/packages/workflow-editor/src/json-object-templates/auto-task.js +0 -70
- package/packages/workflow-editor/src/json-object-templates/copy-task.js +0 -72
- package/packages/workflow-editor/src/json-object-templates/decision.js +0 -11
- package/packages/workflow-editor/src/json-object-templates/end.js +0 -14
- package/packages/workflow-editor/src/json-object-templates/fork.js +0 -10
- package/packages/workflow-editor/src/json-object-templates/human-decision.js +0 -9
- package/packages/workflow-editor/src/json-object-templates/human-task.js +0 -208
- package/packages/workflow-editor/src/json-object-templates/join.js +0 -10
- package/packages/workflow-editor/src/json-object-templates/process.js +0 -99
- package/packages/workflow-editor/src/json-object-templates/start.js +0 -13
- package/packages/workflow-editor/src/json-object-templates/subprocess.js +0 -31
- package/packages/workflow-editor/src/json-object-templates/transition.js +0 -26
- package/packages/workflow-editor/src/main/admin-save-dialog.vue +0 -67
- package/packages/workflow-editor/src/main/canvas.vue +0 -493
- package/packages/workflow-editor/src/main/context-menu.vue +0 -147
- package/packages/workflow-editor/src/main/icon-svg.vue +0 -32
- package/packages/workflow-editor/src/main/selection-region.vue +0 -66
- package/packages/workflow-editor/src/main/tache-history-tooltip.vue +0 -38
- package/packages/workflow-editor/src/main/tache-name-input.vue +0 -19
- package/packages/workflow-editor/src/main/tache-subprocess-history-dialog.vue +0 -40
- package/packages/workflow-editor/src/main/toolbox.vue +0 -60
- package/packages/workflow-editor/src/main/wf-history-canvas.vue +0 -309
- package/packages/workflow-editor/src/process-json.js +0 -624
- package/packages/workflow-editor/src/process-service.js +0 -69
- package/packages/workflow-editor/src/properties-editors/auto-task/basic-properties.vue +0 -81
- package/packages/workflow-editor/src/properties-editors/auto-task/permission-settings.vue +0 -155
- package/packages/workflow-editor/src/properties-editors/auto-task.vue +0 -74
- package/packages/workflow-editor/src/properties-editors/common/additional-condition-utils.js +0 -568
- package/packages/workflow-editor/src/properties-editors/common/additional-condition.vue +0 -320
- package/packages/workflow-editor/src/properties-editors/common/auto-filled-fields-utils.js +0 -34
- package/packages/workflow-editor/src/properties-editors/common/auto-filled-fields.vue +0 -268
- package/packages/workflow-editor/src/properties-editors/common/common-notice-tool.vue +0 -81
- package/packages/workflow-editor/src/properties-editors/common/common-user-condition.vue +0 -242
- package/packages/workflow-editor/src/properties-editors/common/form-fields-utils.js +0 -23
- package/packages/workflow-editor/src/properties-editors/common/form-fields.vue +0 -117
- package/packages/workflow-editor/src/properties-editors/common/i18n-input.vue +0 -88
- package/packages/workflow-editor/src/properties-editors/common/i18n-set-dialog.vue +0 -143
- package/packages/workflow-editor/src/properties-editors/common/notice-reminder.vue +0 -149
- package/packages/workflow-editor/src/properties-editors/common/notice.vue +0 -108
- package/packages/workflow-editor/src/properties-editors/common/reminder.vue +0 -272
- package/packages/workflow-editor/src/properties-editors/common/select-mail-template.vue +0 -92
- package/packages/workflow-editor/src/properties-editors/common/standard-fields.vue +0 -66
- package/packages/workflow-editor/src/properties-editors/common/system-role-tree-inline.vue +0 -354
- package/packages/workflow-editor/src/properties-editors/common/system-role-tree.vue +0 -68
- package/packages/workflow-editor/src/properties-editors/common/task-title.vue +0 -165
- package/packages/workflow-editor/src/properties-editors/common/transactor-settings.vue +0 -275
- package/packages/workflow-editor/src/properties-editors/common/user-selection.vue +0 -426
- package/packages/workflow-editor/src/properties-editors/common/value-selection-dialog.vue +0 -272
- package/packages/workflow-editor/src/properties-editors/common/variables.vue +0 -139
- package/packages/workflow-editor/src/properties-editors/copy-task/basic-properties.vue +0 -90
- package/packages/workflow-editor/src/properties-editors/copy-task/permission-settings.vue +0 -155
- package/packages/workflow-editor/src/properties-editors/copy-task.vue +0 -95
- package/packages/workflow-editor/src/properties-editors/decision.vue +0 -95
- package/packages/workflow-editor/src/properties-editors/fork.vue +0 -77
- package/packages/workflow-editor/src/properties-editors/human-decision.vue +0 -49
- package/packages/workflow-editor/src/properties-editors/human-task/additional-condition-dialog.vue +0 -62
- package/packages/workflow-editor/src/properties-editors/human-task/basic-properties.vue +0 -184
- package/packages/workflow-editor/src/properties-editors/human-task/componentsConfigUtil.js +0 -359
- package/packages/workflow-editor/src/properties-editors/human-task/custom-actions.vue +0 -256
- package/packages/workflow-editor/src/properties-editors/human-task/editable-child-field-setting.vue +0 -405
- package/packages/workflow-editor/src/properties-editors/human-task/editable-child-fields.vue +0 -257
- package/packages/workflow-editor/src/properties-editors/human-task/editable-field-selection.vue +0 -430
- package/packages/workflow-editor/src/properties-editors/human-task/editable-fields.vue +0 -206
- package/packages/workflow-editor/src/properties-editors/human-task/events.vue +0 -60
- package/packages/workflow-editor/src/properties-editors/human-task/permission-settings.vue +0 -224
- package/packages/workflow-editor/src/properties-editors/human-task/selection-conditions.vue +0 -499
- package/packages/workflow-editor/src/properties-editors/human-task.vue +0 -107
- package/packages/workflow-editor/src/properties-editors/join.vue +0 -49
- package/packages/workflow-editor/src/properties-editors/process/basic-properties.vue +0 -336
- package/packages/workflow-editor/src/properties-editors/process/events.vue +0 -79
- package/packages/workflow-editor/src/properties-editors/process/notice-settings.vue +0 -68
- package/packages/workflow-editor/src/properties-editors/process/parameter-settings.vue +0 -106
- package/packages/workflow-editor/src/properties-editors/process/permission-settings.vue +0 -28
- package/packages/workflow-editor/src/properties-editors/process/selectPage.vue +0 -88
- package/packages/workflow-editor/src/properties-editors/process.vue +0 -115
- package/packages/workflow-editor/src/properties-editors/subprocess/basic-properties.vue +0 -201
- package/packages/workflow-editor/src/properties-editors/subprocess/events.vue +0 -26
- package/packages/workflow-editor/src/properties-editors/subprocess/field-mappings.vue +0 -216
- package/packages/workflow-editor/src/properties-editors/subprocess/transactor-settings.vue +0 -66
- package/packages/workflow-editor/src/properties-editors/subprocess.vue +0 -80
- package/packages/workflow-editor/src/properties-editors/transition/basic-properties.vue +0 -53
- package/packages/workflow-editor/src/properties-editors/transition.vue +0 -75
- package/packages/workflow-editor/src/properties-editors/user-condition.js +0 -183
- package/packages/workflow-editor/src/store/getters.js +0 -33
- package/packages/workflow-editor/src/store/workflow-editor.js +0 -153
- package/packages/workflow-editor/src/taches/auto-task.vue +0 -99
- package/packages/workflow-editor/src/taches/common-methods.js +0 -21
- package/packages/workflow-editor/src/taches/copy-task.vue +0 -99
- package/packages/workflow-editor/src/taches/custom-task.vue +0 -88
- package/packages/workflow-editor/src/taches/decision.vue +0 -102
- package/packages/workflow-editor/src/taches/end.vue +0 -76
- package/packages/workflow-editor/src/taches/fork.vue +0 -102
- package/packages/workflow-editor/src/taches/human-decision.vue +0 -102
- package/packages/workflow-editor/src/taches/human-task.vue +0 -113
- package/packages/workflow-editor/src/taches/join.vue +0 -91
- package/packages/workflow-editor/src/taches/joint.vue +0 -177
- package/packages/workflow-editor/src/taches/start.vue +0 -76
- package/packages/workflow-editor/src/taches/subprocess.vue +0 -99
- package/packages/workflow-editor/src/taches/tache-resizer.vue +0 -80
- package/packages/workflow-editor/src/transitions/broken-line.vue +0 -91
- package/packages/workflow-editor/src/transitions/curve-line.vue +0 -91
- package/packages/workflow-editor/src/transitions/straight-line.vue +0 -26
- package/packages/workflow-editor/src/transitions/transition.vue +0 -209
- package/packages/workflow-editor/src/transitions/virtual-transition.vue +0 -43
- package/packages/workflow-editor/src/util.js +0 -499
- package/packages/workflow-editor/src/workflow-editor.vue +0 -852
- package/packages/workflow-editor/src/workflow-history.vue +0 -153
- package/src/i18n/i18n.js +0 -16
- package/src/i18n/langs/cn.js +0 -521
- package/src/i18n/langs/en.js +0 -529
- /package/{public → dist}/vite.svg +0 -0
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<ul class="context-menu">
|
|
3
|
-
<li v-for="menu in menus" :key="menu.name" @mousedown.stop="execute(menu.name)">
|
|
4
|
-
<icon-svg :icon="menu.icon" /><span>{{ menu.label }}</span>
|
|
5
|
-
</li>
|
|
6
|
-
</ul>
|
|
7
|
-
</template>
|
|
8
|
-
|
|
9
|
-
<script>
|
|
10
|
-
import { mapGetters, mapMutations } from 'vuex'
|
|
11
|
-
import IconSvg from './icon-svg'
|
|
12
|
-
export default {
|
|
13
|
-
name: 'ContextMenu',
|
|
14
|
-
components: {
|
|
15
|
-
IconSvg
|
|
16
|
-
},
|
|
17
|
-
data() {
|
|
18
|
-
return {
|
|
19
|
-
menusForTransition: [
|
|
20
|
-
{ name: 'switch-line-type-StraightLine', label: this.$t('workflowEditor.main.straightLine'), icon: 'switch' },
|
|
21
|
-
{ name: 'switch-line-type-CurveLine', label: this.$t('workflowEditor.main.curveLine'), icon: 'switch' },
|
|
22
|
-
{ name: 'switch-line-type-BrokenLine', label: this.$t('workflowEditor.main.brokenLine'), icon: 'switch' },
|
|
23
|
-
{ name: 'remove', label: this.$t('workflowEditor.common.remove'), icon: 'delete' },
|
|
24
|
-
{ name: 'properties', label: this.$t('workflowEditor.common.attribute'), icon: 'properties' }
|
|
25
|
-
],
|
|
26
|
-
menusForTache: [
|
|
27
|
-
{ name: 'remove', label: this.$t('workflowEditor.common.remove'), icon: 'delete' },
|
|
28
|
-
{ name: 'properties', label: this.$t('workflowEditor.common.attribute'), icon: 'properties' }
|
|
29
|
-
],
|
|
30
|
-
menusForProcess: [
|
|
31
|
-
{ name: 'properties', label: this.$t('workflowEditor.common.attribute'), icon: 'properties' }
|
|
32
|
-
],
|
|
33
|
-
componentsWithoutPropertiesEditor: ['Start', 'End']
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
computed: {
|
|
37
|
-
...mapGetters('wfEditor', [
|
|
38
|
-
'taches',
|
|
39
|
-
'transitions',
|
|
40
|
-
'selectedTransition',
|
|
41
|
-
'selectedTaches'
|
|
42
|
-
]),
|
|
43
|
-
menuType() {
|
|
44
|
-
let type = ''
|
|
45
|
-
if (this.selectedTransition) {
|
|
46
|
-
type = 'Transition'
|
|
47
|
-
} else if (this.selectedTaches.length === 1) {
|
|
48
|
-
type = 'Tache'
|
|
49
|
-
}
|
|
50
|
-
if (this.selectedTransition === null && this.selectedTaches.length === 0) {
|
|
51
|
-
type = 'Process'
|
|
52
|
-
}
|
|
53
|
-
return type
|
|
54
|
-
},
|
|
55
|
-
menus() {
|
|
56
|
-
if (this.menuType) {
|
|
57
|
-
return this['menusFor' + this.menuType]
|
|
58
|
-
} else {
|
|
59
|
-
return []
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
created() {
|
|
64
|
-
if(this.selectedTaches.length > 0) {
|
|
65
|
-
const tacheType = this.componentsWithoutPropertiesEditor.indexOf(this.selectedTaches[0].type) >= 0 ? '' : this.selectedTaches[0].type
|
|
66
|
-
if(this.menuType && this.menuType === 'Tache' && tacheType) {
|
|
67
|
-
// 只有环节才需要”拷贝“菜单
|
|
68
|
-
this.menusForTache.push({ name: 'copy', label: this.$t('workflowEditor.common.copy'), icon: 'fuzhi' })
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
methods: {
|
|
73
|
-
...mapMutations('wfEditor', [
|
|
74
|
-
'setPropertiesEditorFor',
|
|
75
|
-
'setContextMenuVisible',
|
|
76
|
-
'setSourceComponentForCopy'
|
|
77
|
-
]),
|
|
78
|
-
switchLineType(lineType) {
|
|
79
|
-
this.selectedTransition.lineInfo.controlPoint = null
|
|
80
|
-
this.selectedTransition.lineInfo.type = lineType
|
|
81
|
-
},
|
|
82
|
-
execute(menu) {
|
|
83
|
-
console.log('menu:' + menu)
|
|
84
|
-
if (menu.indexOf('switch-line-type-') >= 0) {
|
|
85
|
-
const lineType = menu.substring(menu.lastIndexOf('-') + 1)
|
|
86
|
-
this.switchLineType(lineType)
|
|
87
|
-
}
|
|
88
|
-
if (menu === 'remove') {
|
|
89
|
-
if (this.menuType === 'Tache') {
|
|
90
|
-
this.taches.splice(this.taches.indexOf(this.selectedTaches[0]), 1)
|
|
91
|
-
} else if (this.menuType === 'Transition') {
|
|
92
|
-
this.transitions.splice(this.transitions.indexOf(this.selectedTransition), 1)
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
if (menu === 'properties') {
|
|
97
|
-
if (this.menuType === 'Tache') {
|
|
98
|
-
this.setPropertiesEditorFor(
|
|
99
|
-
this.componentsWithoutPropertiesEditor.indexOf(this.selectedTaches[0].type) >= 0 ? '' : this.selectedTaches[0].type
|
|
100
|
-
)
|
|
101
|
-
} else if (this.menuType === 'Transition') {
|
|
102
|
-
this.setPropertiesEditorFor('Transition')
|
|
103
|
-
} else {
|
|
104
|
-
this.setPropertiesEditorFor('Process')
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
if (menu === 'copy') {
|
|
108
|
-
this.setSourceComponentForCopy(
|
|
109
|
-
this.componentsWithoutPropertiesEditor.indexOf(this.selectedTaches[0].type) >= 0 ? '' : this.selectedTaches[0].type
|
|
110
|
-
)
|
|
111
|
-
}
|
|
112
|
-
this.setContextMenuVisible(false)
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
</script>
|
|
117
|
-
<style lang="scss" scoped>
|
|
118
|
-
li {
|
|
119
|
-
color: #333;
|
|
120
|
-
}
|
|
121
|
-
.context-menu {
|
|
122
|
-
position: fixed;
|
|
123
|
-
background: #fff;
|
|
124
|
-
z-index: 999;
|
|
125
|
-
padding:5px;
|
|
126
|
-
margin:0
|
|
127
|
-
}
|
|
128
|
-
.context-menu li {
|
|
129
|
-
min-width: 75px;
|
|
130
|
-
height: 28px;
|
|
131
|
-
line-height: 28px;
|
|
132
|
-
text-align: left;
|
|
133
|
-
color: #1a1a1a;
|
|
134
|
-
}
|
|
135
|
-
.context-menu li:hover {
|
|
136
|
-
background: #42b983;
|
|
137
|
-
color: #fff;
|
|
138
|
-
}
|
|
139
|
-
.context-menu {
|
|
140
|
-
border: 1px solid #eee;
|
|
141
|
-
box-shadow: 0 0.5em 1em 0 rgba(0,0,0,.1);
|
|
142
|
-
border-radius: 5px;
|
|
143
|
-
}
|
|
144
|
-
li {
|
|
145
|
-
list-style-type:none;
|
|
146
|
-
}
|
|
147
|
-
</style>
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg class="svg-icon" aria-hidden="true">
|
|
3
|
-
<use :xlink:href="iconName" />
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
6
|
-
|
|
7
|
-
<script>
|
|
8
|
-
export default {
|
|
9
|
-
name: 'IconSvg',
|
|
10
|
-
props: {
|
|
11
|
-
icon: {
|
|
12
|
-
type: String,
|
|
13
|
-
required: true
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
computed: {
|
|
17
|
-
iconName() {
|
|
18
|
-
return `#icon-${this.icon}`
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
</script>
|
|
23
|
-
|
|
24
|
-
<style>
|
|
25
|
-
.svg-icon {
|
|
26
|
-
width: 1em;
|
|
27
|
-
height: 1em;
|
|
28
|
-
vertical-align: -0.15em;
|
|
29
|
-
fill: currentColor;
|
|
30
|
-
overflow: hidden;
|
|
31
|
-
}
|
|
32
|
-
</style>
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<g>
|
|
3
|
-
<rect
|
|
4
|
-
v-if="region"
|
|
5
|
-
:x="region.x"
|
|
6
|
-
:y="region.y"
|
|
7
|
-
:width="region.width"
|
|
8
|
-
:height="region.height"
|
|
9
|
-
:class="{'draggable':true,'selection-region':true,'dashed':selectedTaches.length<1}"
|
|
10
|
-
@mousedown.stop="startDrag"
|
|
11
|
-
@mouseup.stop="endDrag"
|
|
12
|
-
/>
|
|
13
|
-
</g>
|
|
14
|
-
</template>
|
|
15
|
-
<script>
|
|
16
|
-
import { mapGetters, mapMutations } from 'vuex'
|
|
17
|
-
import { getMousePosition } from '../util'
|
|
18
|
-
export default {
|
|
19
|
-
name: 'SelectionRegion',
|
|
20
|
-
props: {
|
|
21
|
-
region: {
|
|
22
|
-
type: Object,
|
|
23
|
-
default: null
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
computed: {
|
|
27
|
-
...mapGetters('wfEditor', [
|
|
28
|
-
'selectedTaches'
|
|
29
|
-
])
|
|
30
|
-
},
|
|
31
|
-
methods: {
|
|
32
|
-
...mapMutations('wfEditor', [
|
|
33
|
-
'setDrawingRegion',
|
|
34
|
-
'setMovingRegion',
|
|
35
|
-
'setMouseDownPosition'
|
|
36
|
-
]),
|
|
37
|
-
startDrag(event) {
|
|
38
|
-
console.log('region mousedown')
|
|
39
|
-
const mouseDownPosition = getMousePosition(event)
|
|
40
|
-
this.setMouseDownPosition(mouseDownPosition)
|
|
41
|
-
this.setMovingRegion(true)
|
|
42
|
-
},
|
|
43
|
-
endDrag(event) {
|
|
44
|
-
console.log('region mouseup')
|
|
45
|
-
|
|
46
|
-
this.setMovingRegion(false)
|
|
47
|
-
this.setMouseDownPosition(null)
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
</script>
|
|
52
|
-
<style>
|
|
53
|
-
.selection-region{
|
|
54
|
-
stroke: blue;
|
|
55
|
-
stroke-width: 1;
|
|
56
|
-
fill: white;
|
|
57
|
-
fill-opacity: 0;
|
|
58
|
-
opacity: 1;
|
|
59
|
-
cursor: move;
|
|
60
|
-
}
|
|
61
|
-
.dashed{
|
|
62
|
-
stroke-dasharray: 10 2;
|
|
63
|
-
/* 控制region在画的过程中不响应任何事件,只有画完后才能响应 */
|
|
64
|
-
pointer-events:none;
|
|
65
|
-
}
|
|
66
|
-
</style>
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="tooltip">
|
|
3
|
-
<!--使用v-html是为了实现</br>换行-->
|
|
4
|
-
<div v-html="content" />
|
|
5
|
-
</div>
|
|
6
|
-
</template>
|
|
7
|
-
|
|
8
|
-
<script>
|
|
9
|
-
export default {
|
|
10
|
-
name: 'TacheHistoryTooltip',
|
|
11
|
-
props: {
|
|
12
|
-
content: {
|
|
13
|
-
type: String,
|
|
14
|
-
default: ''
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
methods: {
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
</script>
|
|
21
|
-
|
|
22
|
-
<style lang="scss" scoped>
|
|
23
|
-
.tooltip{
|
|
24
|
-
position: absolute;
|
|
25
|
-
background: #fff;
|
|
26
|
-
min-width: 150px;
|
|
27
|
-
border-radius: 4px;
|
|
28
|
-
border: 1px solid #ebeef5;
|
|
29
|
-
padding: 12px;
|
|
30
|
-
z-index: 2000;
|
|
31
|
-
color: #606266;
|
|
32
|
-
line-height: 1.4;
|
|
33
|
-
text-align: justify;
|
|
34
|
-
font-size: 14px;
|
|
35
|
-
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
36
|
-
word-break: break-all;
|
|
37
|
-
}
|
|
38
|
-
</style>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div v-if="area" :style="'position:absolute;x:{{area.x}};y:{{area.y}};width:{{area.width}};height:{{area.height}}'">
|
|
3
|
-
<textarea />
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
<script>
|
|
7
|
-
export default {
|
|
8
|
-
name: 'TacheNameInput',
|
|
9
|
-
props: {
|
|
10
|
-
area: {
|
|
11
|
-
type: Object,
|
|
12
|
-
default: null
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
data() {
|
|
16
|
-
return {}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
</script>
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<el-dialog
|
|
3
|
-
model-value
|
|
4
|
-
:title="$t('workflowEditorPublicModel.subprocessTitle')"
|
|
5
|
-
:close-on-click-modal="false"
|
|
6
|
-
append-to-body
|
|
7
|
-
width="90%"
|
|
8
|
-
top="5vh"
|
|
9
|
-
@open="$emit('open')"
|
|
10
|
-
@opend="$emit('opend')"
|
|
11
|
-
@close="$emit('close')"
|
|
12
|
-
@closed="$emit('closed')"
|
|
13
|
-
>
|
|
14
|
-
<iframe id="_subprocess-content" :src="'#/show-sub-wf-history?workflowId='+workflowId" name="_subprocess-content" title="Subprocess Content" frameborder="0" />
|
|
15
|
-
</el-dialog>
|
|
16
|
-
</template>
|
|
17
|
-
|
|
18
|
-
<script>
|
|
19
|
-
export default {
|
|
20
|
-
name: 'TacheSubprocessHistoryDialog',
|
|
21
|
-
props: {
|
|
22
|
-
// 当前子流程最新流程实例id
|
|
23
|
-
workflowId: {
|
|
24
|
-
type: Number,
|
|
25
|
-
default: null
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
data(){
|
|
29
|
-
return {
|
|
30
|
-
dialogVisible: true
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
</script>
|
|
35
|
-
<style lang="scss" scoped>
|
|
36
|
-
#_subprocess-content{
|
|
37
|
-
width: 100%;
|
|
38
|
-
height: calc(100vh - 200px);
|
|
39
|
-
}
|
|
40
|
-
</style>
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div style="height: calc(100vh - 98px);background-color: #FFFFFF">
|
|
3
|
-
<h3>{{ $t('workflowEditor.main.tacheType') }}</h3>
|
|
4
|
-
<el-button
|
|
5
|
-
v-for="component in componentList"
|
|
6
|
-
:key="component.name"
|
|
7
|
-
:type="component.type"
|
|
8
|
-
:class="component.class"
|
|
9
|
-
:round="component.round"
|
|
10
|
-
@mousedown.native="select(component.name)"
|
|
11
|
-
>
|
|
12
|
-
<icon-svg :icon="component.icon" />
|
|
13
|
-
{{ component.label }}
|
|
14
|
-
</el-button>
|
|
15
|
-
</div>
|
|
16
|
-
</template>
|
|
17
|
-
<script>
|
|
18
|
-
import { mapGetters, mapMutations } from 'vuex'
|
|
19
|
-
import IconSvg from './icon-svg'
|
|
20
|
-
import { getComponentList } from '../util.js'
|
|
21
|
-
export default {
|
|
22
|
-
name: 'Toolbox',
|
|
23
|
-
components: {
|
|
24
|
-
IconSvg
|
|
25
|
-
},
|
|
26
|
-
data() {
|
|
27
|
-
return {
|
|
28
|
-
componentList: getComponentList()
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
computed: {
|
|
32
|
-
...mapGetters('wfEditor', ['componentToDraw'])
|
|
33
|
-
},
|
|
34
|
-
methods: {
|
|
35
|
-
...mapMutations('wfEditor', [
|
|
36
|
-
'setComponentToDraw'
|
|
37
|
-
]),
|
|
38
|
-
select(name) {
|
|
39
|
-
this.setComponentToDraw(name)
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
</script>
|
|
44
|
-
<style lang="scss" scoped>
|
|
45
|
-
h3{
|
|
46
|
-
color: #999999;
|
|
47
|
-
margin:0;
|
|
48
|
-
padding:0;
|
|
49
|
-
font-weight:bold;
|
|
50
|
-
font-size:18px
|
|
51
|
-
}
|
|
52
|
-
.el-button{
|
|
53
|
-
margin: 6px 0;
|
|
54
|
-
min-width: 110px;
|
|
55
|
-
padding:9px 15px;
|
|
56
|
-
i{
|
|
57
|
-
padding-right: 4px;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
</style>
|