workflow-editor 0.0.81-up → 0.0.81-up-tmp2

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.
Files changed (175) hide show
  1. package/dist/index.full.min.js +3237 -0
  2. package/dist/style.css +1 -0
  3. package/es/_virtual/FileSaver.min.mjs +4 -0
  4. package/es/_virtual/___vite-browser-external.mjs +6 -0
  5. package/es/_virtual/__vite-browser-external.mjs +4 -0
  6. package/es/_virtual/_commonjsHelpers.mjs +30 -0
  7. package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
  8. package/es/_virtual/clipboard.mjs +4 -0
  9. package/es/_virtual/dayjs.min.mjs +4 -0
  10. package/es/_virtual/index.mjs +4 -0
  11. package/es/_virtual/nprogress.mjs +4 -0
  12. package/es/_virtual/prism.mjs +4 -0
  13. package/es/_virtual/sax.mjs +4 -0
  14. package/es/_virtual/string_decoder.mjs +4 -0
  15. package/es/_virtual/tinymce.mjs +4 -0
  16. package/es/_virtual/weekOfYear.mjs +4 -0
  17. package/es/index.mjs +20 -0
  18. package/es/plugins/formValidatorUtil.mjs +391 -0
  19. package/es/plugins/index.mjs +9 -0
  20. package/es/style.css +1 -0
  21. package/es/vite.svg +1 -0
  22. package/es/workflow-editor/index.mjs +14 -0
  23. package/lib/_virtual/FileSaver.min.cjs +1 -0
  24. package/lib/_virtual/___vite-browser-external.cjs +1 -0
  25. package/lib/_virtual/__vite-browser-external.cjs +1 -0
  26. package/lib/_virtual/_commonjsHelpers.cjs +1 -0
  27. package/lib/_virtual/_plugin-vue_export-helper.cjs +1 -0
  28. package/lib/_virtual/clipboard.cjs +1 -0
  29. package/lib/_virtual/dayjs.min.cjs +1 -0
  30. package/lib/_virtual/index.cjs +1 -0
  31. package/lib/_virtual/nprogress.cjs +1 -0
  32. package/lib/_virtual/prism.cjs +1 -0
  33. package/lib/_virtual/sax.cjs +1 -0
  34. package/lib/_virtual/string_decoder.cjs +1 -0
  35. package/lib/_virtual/tinymce.cjs +1 -0
  36. package/lib/_virtual/weekOfYear.cjs +1 -0
  37. package/lib/index.cjs +1 -0
  38. package/lib/plugins/formValidatorUtil.cjs +1 -0
  39. package/lib/plugins/index.cjs +1 -0
  40. package/lib/style.css +1 -0
  41. package/lib/workflow-editor/index.cjs +1 -0
  42. package/package.json +5 -3
  43. package/vite.config.js +49 -11
  44. package/lib/401-5a92e011.js +0 -101
  45. package/lib/404-2e472acc.js +0 -26
  46. package/lib/authredirect-ae6e75b4.js +0 -10
  47. package/lib/iframe-page-4e84c0f8.js +0 -33
  48. package/lib/index-27119bd2.js +0 -31464
  49. package/lib/index-369eae4a.js +0 -13
  50. package/lib/tab-content-iframe-index-e9146736.js +0 -33
  51. package/lib/tab-content-index-bbc6792b.js +0 -1241
  52. package/lib/tache-subprocess-history-d51d6a50.js +0 -56
  53. package/lib/workflow-editor.css +0 -1
  54. package/lib/workflow-editor.js +0 -5
  55. package/lib/workflow-editor.umd.cjs +0 -85
  56. package/packages/index.js +0 -34
  57. package/packages/plugins/formValidatorUtil.js +0 -723
  58. package/packages/plugins/index.js +0 -8
  59. package/packages/workflow-editor/index.js +0 -14
  60. package/packages/workflow-editor/src/api.js +0 -7
  61. package/packages/workflow-editor/src/assets/tab-select.png +0 -0
  62. package/packages/workflow-editor/src/assets/tab-selectWhite.png +0 -0
  63. package/packages/workflow-editor/src/assets/wf-editor-icons.js +0 -2
  64. package/packages/workflow-editor/src/constant.js +0 -8
  65. package/packages/workflow-editor/src/json-object-templates/auto-task.js +0 -70
  66. package/packages/workflow-editor/src/json-object-templates/copy-task.js +0 -72
  67. package/packages/workflow-editor/src/json-object-templates/decision.js +0 -11
  68. package/packages/workflow-editor/src/json-object-templates/end.js +0 -14
  69. package/packages/workflow-editor/src/json-object-templates/fork.js +0 -10
  70. package/packages/workflow-editor/src/json-object-templates/human-decision.js +0 -9
  71. package/packages/workflow-editor/src/json-object-templates/human-task.js +0 -208
  72. package/packages/workflow-editor/src/json-object-templates/join.js +0 -10
  73. package/packages/workflow-editor/src/json-object-templates/process.js +0 -99
  74. package/packages/workflow-editor/src/json-object-templates/start.js +0 -13
  75. package/packages/workflow-editor/src/json-object-templates/subprocess.js +0 -31
  76. package/packages/workflow-editor/src/json-object-templates/transition.js +0 -26
  77. package/packages/workflow-editor/src/main/admin-save-dialog.vue +0 -67
  78. package/packages/workflow-editor/src/main/canvas.vue +0 -493
  79. package/packages/workflow-editor/src/main/context-menu.vue +0 -147
  80. package/packages/workflow-editor/src/main/icon-svg.vue +0 -32
  81. package/packages/workflow-editor/src/main/selection-region.vue +0 -66
  82. package/packages/workflow-editor/src/main/tache-history-tooltip.vue +0 -38
  83. package/packages/workflow-editor/src/main/tache-name-input.vue +0 -19
  84. package/packages/workflow-editor/src/main/tache-subprocess-history-dialog.vue +0 -40
  85. package/packages/workflow-editor/src/main/toolbox.vue +0 -60
  86. package/packages/workflow-editor/src/main/wf-history-canvas.vue +0 -309
  87. package/packages/workflow-editor/src/process-json.js +0 -624
  88. package/packages/workflow-editor/src/process-service.js +0 -69
  89. package/packages/workflow-editor/src/properties-editors/auto-task/basic-properties.vue +0 -81
  90. package/packages/workflow-editor/src/properties-editors/auto-task/permission-settings.vue +0 -155
  91. package/packages/workflow-editor/src/properties-editors/auto-task.vue +0 -74
  92. package/packages/workflow-editor/src/properties-editors/common/additional-condition-utils.js +0 -568
  93. package/packages/workflow-editor/src/properties-editors/common/additional-condition.vue +0 -320
  94. package/packages/workflow-editor/src/properties-editors/common/auto-filled-fields-utils.js +0 -34
  95. package/packages/workflow-editor/src/properties-editors/common/auto-filled-fields.vue +0 -268
  96. package/packages/workflow-editor/src/properties-editors/common/common-notice-tool.vue +0 -81
  97. package/packages/workflow-editor/src/properties-editors/common/common-user-condition.vue +0 -242
  98. package/packages/workflow-editor/src/properties-editors/common/form-fields-utils.js +0 -23
  99. package/packages/workflow-editor/src/properties-editors/common/form-fields.vue +0 -117
  100. package/packages/workflow-editor/src/properties-editors/common/i18n-input.vue +0 -88
  101. package/packages/workflow-editor/src/properties-editors/common/i18n-set-dialog.vue +0 -143
  102. package/packages/workflow-editor/src/properties-editors/common/notice-reminder.vue +0 -149
  103. package/packages/workflow-editor/src/properties-editors/common/notice.vue +0 -108
  104. package/packages/workflow-editor/src/properties-editors/common/reminder.vue +0 -272
  105. package/packages/workflow-editor/src/properties-editors/common/select-mail-template.vue +0 -92
  106. package/packages/workflow-editor/src/properties-editors/common/standard-fields.vue +0 -66
  107. package/packages/workflow-editor/src/properties-editors/common/system-role-tree-inline.vue +0 -354
  108. package/packages/workflow-editor/src/properties-editors/common/system-role-tree.vue +0 -68
  109. package/packages/workflow-editor/src/properties-editors/common/task-title.vue +0 -165
  110. package/packages/workflow-editor/src/properties-editors/common/transactor-settings.vue +0 -275
  111. package/packages/workflow-editor/src/properties-editors/common/user-selection.vue +0 -426
  112. package/packages/workflow-editor/src/properties-editors/common/value-selection-dialog.vue +0 -272
  113. package/packages/workflow-editor/src/properties-editors/common/variables.vue +0 -139
  114. package/packages/workflow-editor/src/properties-editors/copy-task/basic-properties.vue +0 -90
  115. package/packages/workflow-editor/src/properties-editors/copy-task/permission-settings.vue +0 -155
  116. package/packages/workflow-editor/src/properties-editors/copy-task.vue +0 -95
  117. package/packages/workflow-editor/src/properties-editors/decision.vue +0 -95
  118. package/packages/workflow-editor/src/properties-editors/fork.vue +0 -77
  119. package/packages/workflow-editor/src/properties-editors/human-decision.vue +0 -49
  120. package/packages/workflow-editor/src/properties-editors/human-task/additional-condition-dialog.vue +0 -62
  121. package/packages/workflow-editor/src/properties-editors/human-task/basic-properties.vue +0 -184
  122. package/packages/workflow-editor/src/properties-editors/human-task/componentsConfigUtil.js +0 -359
  123. package/packages/workflow-editor/src/properties-editors/human-task/custom-actions.vue +0 -256
  124. package/packages/workflow-editor/src/properties-editors/human-task/editable-child-field-setting.vue +0 -405
  125. package/packages/workflow-editor/src/properties-editors/human-task/editable-child-fields.vue +0 -257
  126. package/packages/workflow-editor/src/properties-editors/human-task/editable-field-selection.vue +0 -430
  127. package/packages/workflow-editor/src/properties-editors/human-task/editable-fields.vue +0 -206
  128. package/packages/workflow-editor/src/properties-editors/human-task/events.vue +0 -60
  129. package/packages/workflow-editor/src/properties-editors/human-task/permission-settings.vue +0 -224
  130. package/packages/workflow-editor/src/properties-editors/human-task/selection-conditions.vue +0 -499
  131. package/packages/workflow-editor/src/properties-editors/human-task.vue +0 -107
  132. package/packages/workflow-editor/src/properties-editors/join.vue +0 -49
  133. package/packages/workflow-editor/src/properties-editors/process/basic-properties.vue +0 -336
  134. package/packages/workflow-editor/src/properties-editors/process/events.vue +0 -79
  135. package/packages/workflow-editor/src/properties-editors/process/notice-settings.vue +0 -68
  136. package/packages/workflow-editor/src/properties-editors/process/parameter-settings.vue +0 -106
  137. package/packages/workflow-editor/src/properties-editors/process/permission-settings.vue +0 -28
  138. package/packages/workflow-editor/src/properties-editors/process/selectPage.vue +0 -88
  139. package/packages/workflow-editor/src/properties-editors/process.vue +0 -115
  140. package/packages/workflow-editor/src/properties-editors/subprocess/basic-properties.vue +0 -201
  141. package/packages/workflow-editor/src/properties-editors/subprocess/events.vue +0 -26
  142. package/packages/workflow-editor/src/properties-editors/subprocess/field-mappings.vue +0 -216
  143. package/packages/workflow-editor/src/properties-editors/subprocess/transactor-settings.vue +0 -66
  144. package/packages/workflow-editor/src/properties-editors/subprocess.vue +0 -80
  145. package/packages/workflow-editor/src/properties-editors/transition/basic-properties.vue +0 -53
  146. package/packages/workflow-editor/src/properties-editors/transition.vue +0 -75
  147. package/packages/workflow-editor/src/properties-editors/user-condition.js +0 -183
  148. package/packages/workflow-editor/src/store/getters.js +0 -33
  149. package/packages/workflow-editor/src/store/workflow-editor.js +0 -153
  150. package/packages/workflow-editor/src/taches/auto-task.vue +0 -99
  151. package/packages/workflow-editor/src/taches/common-methods.js +0 -21
  152. package/packages/workflow-editor/src/taches/copy-task.vue +0 -99
  153. package/packages/workflow-editor/src/taches/custom-task.vue +0 -88
  154. package/packages/workflow-editor/src/taches/decision.vue +0 -102
  155. package/packages/workflow-editor/src/taches/end.vue +0 -76
  156. package/packages/workflow-editor/src/taches/fork.vue +0 -102
  157. package/packages/workflow-editor/src/taches/human-decision.vue +0 -102
  158. package/packages/workflow-editor/src/taches/human-task.vue +0 -113
  159. package/packages/workflow-editor/src/taches/join.vue +0 -91
  160. package/packages/workflow-editor/src/taches/joint.vue +0 -177
  161. package/packages/workflow-editor/src/taches/start.vue +0 -76
  162. package/packages/workflow-editor/src/taches/subprocess.vue +0 -99
  163. package/packages/workflow-editor/src/taches/tache-resizer.vue +0 -80
  164. package/packages/workflow-editor/src/transitions/broken-line.vue +0 -91
  165. package/packages/workflow-editor/src/transitions/curve-line.vue +0 -91
  166. package/packages/workflow-editor/src/transitions/straight-line.vue +0 -26
  167. package/packages/workflow-editor/src/transitions/transition.vue +0 -209
  168. package/packages/workflow-editor/src/transitions/virtual-transition.vue +0 -43
  169. package/packages/workflow-editor/src/util.js +0 -499
  170. package/packages/workflow-editor/src/workflow-editor.vue +0 -852
  171. package/packages/workflow-editor/src/workflow-history.vue +0 -153
  172. package/src/i18n/i18n.js +0 -16
  173. package/src/i18n/langs/cn.js +0 -521
  174. package/src/i18n/langs/en.js +0 -529
  175. /package/{public → dist}/vite.svg +0 -0
@@ -1,99 +0,0 @@
1
- <template>
2
- <g
3
- @mousedown.stop="startDrag"
4
- @mouseup="endDrag"
5
- @mouseenter="showJoints"
6
- @mouseleave="hideJoints"
7
- @dblclick.stop="setPropertiesEditorFor('AutoTask')"
8
- >
9
- <rect
10
- ref="tache"
11
- :width="model.width"
12
- :height="model.height"
13
- :class="{'draggable':true,'task-tache':true, 'selected':model.isSelected}"
14
- :x="model.x"
15
- :y="model.y"
16
- rx="6"
17
- ry="6"
18
- />
19
- <text
20
- :x="text.x"
21
- :y="text.y"
22
- text-anchor="middle"
23
- class="draggable"
24
- >
25
- {{ name }}
26
- </text>
27
- <joint
28
- v-for="position in jointPoints"
29
- :key="position"
30
- :parent="model"
31
- :position="position"
32
- />
33
- <tache-resizer
34
- v-for="position in resizers"
35
- :key="position"
36
- :owner="model"
37
- :position="position"
38
- />
39
- </g>
40
- </template>
41
- <script>
42
- import { mapGetters, mapMutations } from 'vuex'
43
- import Joint from './joint'
44
- import TacheResizer from './tache-resizer'
45
- import tacheMethods from './common-methods'
46
- import { watchShowName } from '../util'
47
- export default {
48
- name: 'AutoTask',
49
- components: {
50
- Joint,
51
- TacheResizer
52
- },
53
- props: {
54
- model: {
55
- type: Object,
56
- default: null
57
- }
58
- },
59
- data() {
60
- return {
61
- // 一个tache有上右下左四个连接点,这四个连接点的坐标根据tache的位置和大小计算出来
62
- jointPoints: [],
63
- resizers: ['NW', 'NE', 'SW', 'SE'],
64
- name: this.model.name
65
- }
66
- },
67
- computed: {
68
- ...mapGetters('wfEditor', [
69
- 'selectedTaches',
70
- 'processI18n'
71
- ]),
72
- text() {
73
- return {
74
- x: this.model.x + this.model.width / 2,
75
- y: this.model.y + this.model.height / 2
76
- }
77
- }
78
- },
79
- created() {
80
- this.name = watchShowName(this, this.name)
81
- },
82
- mounted() {
83
- this.$watch('model.name', function(newVal) {
84
- this.name = watchShowName(this, newVal)
85
- })
86
- },
87
- methods: {
88
- ...mapMutations('wfEditor', [
89
- 'setPropertiesEditorFor',
90
- 'setContextMenuVisible'
91
- ]),
92
- ...tacheMethods
93
- }
94
- }
95
- </script>
96
- <style>
97
-
98
- </style>
99
-
@@ -1,21 +0,0 @@
1
- import { startDragTache, endDragTache } from '../util'
2
- export default {
3
- startDrag(event) {
4
- console.log(this.model.name + ' mousedown')
5
- this.setContextMenuVisible(false)
6
- startDragTache(event, this)
7
- },
8
- endDrag() {
9
- console.log(this.model.name + ' mouseup')
10
- endDragTache()
11
- },
12
- showJoints() {
13
- if (this.$parent.showHistory) return
14
- this.jointPoints = [
15
- 'up', 'right', 'down', 'left'
16
- ]
17
- },
18
- hideJoints() {
19
- this.jointPoints = []
20
- }
21
- }
@@ -1,99 +0,0 @@
1
- <template>
2
- <g
3
- @mousedown.stop="startDrag"
4
- @mouseup="endDrag"
5
- @mouseenter="showJoints"
6
- @mouseleave="hideJoints"
7
- @dblclick.stop="setPropertiesEditorFor('CopyTask')"
8
- >
9
- <rect
10
- ref="tache"
11
- :width="model.width"
12
- :height="model.height"
13
- :class="{'draggable':true,'task-tache':true, 'selected':model.isSelected}"
14
- :x="model.x"
15
- :y="model.y"
16
- rx="6"
17
- ry="6"
18
- />
19
- <text
20
- :x="text.x"
21
- :y="text.y"
22
- text-anchor="middle"
23
- class="draggable"
24
- >
25
- {{ name }}
26
- </text>
27
- <joint
28
- v-for="position in jointPoints"
29
- :key="position"
30
- :parent="model"
31
- :position="position"
32
- />
33
- <tache-resizer
34
- v-for="position in resizers"
35
- :key="position"
36
- :owner="model"
37
- :position="position"
38
- />
39
- </g>
40
- </template>
41
- <script>
42
- import { mapGetters, mapMutations } from 'vuex'
43
- import Joint from './joint'
44
- import TacheResizer from './tache-resizer'
45
- import tacheMethods from './common-methods'
46
- import { watchShowName } from '../util'
47
- export default {
48
- name: 'CopyTask',
49
- components: {
50
- Joint,
51
- TacheResizer
52
- },
53
- props: {
54
- model: {
55
- type: Object,
56
- default: null
57
- }
58
- },
59
- data() {
60
- return {
61
- // 一个tache有上右下左四个连接点,这四个连接点的坐标根据tache的位置和大小计算出来
62
- jointPoints: [],
63
- resizers: ['NW', 'NE', 'SW', 'SE'],
64
- name: this.model.name
65
- }
66
- },
67
- computed: {
68
- ...mapGetters('wfEditor', [
69
- 'selectedTaches',
70
- 'processI18n'
71
- ]),
72
- text() {
73
- return {
74
- x: this.model.x + this.model.width / 2,
75
- y: this.model.y + this.model.height / 2
76
- }
77
- }
78
- },
79
- created() {
80
- this.name = watchShowName(this, this.name)
81
- },
82
- mounted() {
83
- this.$watch('model.name', function(newVal) {
84
- this.name = watchShowName(this, newVal)
85
- })
86
- },
87
- methods: {
88
- ...mapMutations('wfEditor', [
89
- 'setPropertiesEditorFor',
90
- 'setContextMenuVisible'
91
- ]),
92
- ...tacheMethods
93
- }
94
- }
95
- </script>
96
- <style>
97
-
98
- </style>
99
-
@@ -1,88 +0,0 @@
1
- <template>
2
- <g
3
- @mousedown.stop="startDrag"
4
- @mouseup="endDrag"
5
- @mouseenter="showJoints"
6
- @mouseleave="hideJoints"
7
- @dblclick.stop="setPropertiesEditorFor('HumanTask')"
8
- >
9
- <rect
10
- ref="tache"
11
- :width="model.width"
12
- :height="model.height"
13
- :class="{'draggable':true,'task-tache':true, 'selected':model.isSelected}"
14
- :x="model.x"
15
- :y="model.y"
16
- rx="6"
17
- ry="6"
18
- />
19
- <text
20
- :x="text.x"
21
- :y="text.y"
22
- text-anchor="middle"
23
- class="draggable"
24
- >
25
- {{ model.name }}
26
- </text>
27
- <joint
28
- v-for="position in jointPoints"
29
- :key="position"
30
- :parent="model"
31
- :position="position"
32
- />
33
- <tache-resizer
34
- v-for="position in resizers"
35
- :key="position"
36
- :owner="model"
37
- :position="position"
38
- />
39
- </g>
40
- </template>
41
- <script>
42
- import { mapGetters, mapMutations } from 'vuex'
43
- import Joint from './joint'
44
- import TacheResizer from './tache-resizer'
45
- import tacheMethods from './common-methods'
46
- export default {
47
- name: 'CustomTask',
48
- components: {
49
- Joint,
50
- TacheResizer
51
- },
52
- props: {
53
- model: {
54
- type: Object,
55
- default: null
56
- }
57
- },
58
- data() {
59
- return {
60
- // 一个tache有上右下左四个连接点,这四个连接点的坐标根据tache的位置和大小计算出来
61
- jointPoints: [],
62
- resizers: ['NW', 'NE', 'SW', 'SE']
63
- }
64
- },
65
- computed: {
66
- ...mapGetters('wfEditor', [
67
- 'selectedTaches'
68
- ]),
69
- text() {
70
- return {
71
- x: this.model.x + this.model.width / 2,
72
- y: this.model.y + this.model.height / 2
73
- }
74
- }
75
- },
76
- methods: {
77
- ...mapMutations('wfEditor', [
78
- 'setPropertiesEditorFor',
79
- 'setContextMenuVisible'
80
- ]),
81
- ...tacheMethods
82
- }
83
- }
84
- </script>
85
- <style>
86
-
87
- </style>
88
-
@@ -1,102 +0,0 @@
1
- <template>
2
- <g
3
- @mousedown.stop="startDrag"
4
- @mouseup="endDrag"
5
- @mouseenter="showJoints"
6
- @mouseleave="hideJoints"
7
- @dblclick.stop="setPropertiesEditorFor('Decision')"
8
- >
9
- <rect
10
- :width="model.width"
11
- :height="model.height"
12
- :class="{'draggable':true,'decision':!model.isSelected, 'selected':model.isSelected}"
13
- :x="model.x"
14
- :y="model.y"
15
- rx="6"
16
- ry="6"
17
- />
18
- <use
19
- xlink:href="#icon-decision"
20
- :x="model.x"
21
- :y="model.y"
22
- :width="model.width"
23
- :height="model.height"
24
- fill="#999"
25
- class="draggable"
26
- />
27
- <text
28
- :x="text.x"
29
- :y="text.y"
30
- text-anchor="middle"
31
- class="draggable"
32
- >
33
- {{ name }}
34
- </text>
35
- <joint
36
- v-for="position in jointPoints"
37
- :key="position"
38
- :parent="model"
39
- :position="position"
40
- />
41
- </g>
42
- </template>
43
- <script>
44
- import { mapGetters, mapMutations } from 'vuex'
45
- import Joint from './joint'
46
- import tacheMethods from './common-methods'
47
- import { watchShowName } from '../util'
48
- export default {
49
- name: 'Decision',
50
- components: {
51
- Joint
52
- },
53
- props: {
54
- model: {
55
- type: Object,
56
- default: null
57
- }
58
- },
59
- data() {
60
- return {
61
- // 一个tache有上右下左四个连接点,这四个连接点的坐标根据tache的位置和大小计算出来
62
- jointPoints: [],
63
- name: this.model.name
64
- }
65
- },
66
- computed: {
67
- ...mapGetters('wfEditor', [
68
- 'selectedTaches',
69
- 'processI18n'
70
- ]),
71
- text() {
72
- return {
73
- x: this.model.x + this.model.width / 2,
74
- // TODO: 12应该是字体大小加上一点空隙,换成变量值表示
75
- y: this.model.y + this.model.height + 12
76
- }
77
- }
78
- },
79
- created() {
80
- this.name = watchShowName(this, this.name)
81
- },
82
- mounted() {
83
- this.$watch('model.name', function(newVal) {
84
- this.name = watchShowName(this, newVal)
85
- })
86
- },
87
- methods: {
88
- ...mapMutations('wfEditor', [
89
- 'setPropertiesEditorFor',
90
- 'setContextMenuVisible'
91
- ]),
92
- ...tacheMethods
93
- }
94
- }
95
- </script>
96
- <style>
97
- .decision{
98
- stroke-width: 0;
99
- fill:#fff;
100
- }
101
- </style>
102
-
@@ -1,76 +0,0 @@
1
- <template>
2
- <g
3
- @mousedown.stop="startDrag"
4
- @mouseup="endDrag"
5
- @mouseenter="showJoints"
6
- @mouseleave="hideJoints"
7
- @dblclick.stop="setPropertiesEditorFor('')"
8
- >
9
- <rect
10
- :width="model.width"
11
- :height="model.height"
12
- :class="{'draggable':true,'end':!model.isSelected, 'selected':model.isSelected}"
13
- :x="model.x"
14
- :y="model.y"
15
- rx="6"
16
- ry="6"
17
- />
18
- <use
19
- xlink:href="#icon-end"
20
- :x="model.x"
21
- :y="model.y"
22
- :width="model.width"
23
- :height="model.height"
24
- fill="#F56C6C"
25
- class="draggable"
26
- />
27
- <joint
28
- v-for="position in jointPoints"
29
- :key="position"
30
- :parent="model"
31
- :position="position"
32
- />
33
- </g>
34
- </template>
35
- <script>
36
- import { mapGetters, mapMutations } from 'vuex'
37
- import Joint from './joint'
38
- import tacheMethods from './common-methods'
39
- export default {
40
- name: 'End',
41
- components: {
42
- Joint
43
- },
44
- props: {
45
- model: {
46
- type: Object,
47
- default: null
48
- }
49
- },
50
- data() {
51
- return {
52
- // 一个tache有上右下左四个连接点,这四个连接点的坐标根据tache的位置和大小计算出来
53
- jointPoints: []
54
- }
55
- },
56
- computed: {
57
- ...mapGetters('wfEditor', [
58
- 'selectedTaches'
59
- ])
60
- },
61
- methods: {
62
- ...mapMutations('wfEditor', [
63
- 'setPropertiesEditorFor',
64
- 'setContextMenuVisible'
65
- ]),
66
- ...tacheMethods
67
- }
68
- }
69
- </script>
70
- <style>
71
- .end{
72
- stroke-width: 0;
73
- fill:#fff;
74
- }
75
- </style>
76
-
@@ -1,102 +0,0 @@
1
- <template>
2
- <g
3
- @mousedown.stop="startDrag"
4
- @mouseup="endDrag"
5
- @mouseenter="showJoints"
6
- @mouseleave="hideJoints"
7
- @dblclick.stop="setPropertiesEditorFor('Fork')"
8
- >
9
- <rect
10
- :width="model.width"
11
- :height="model.height"
12
- :class="{'draggable':true,'decision':!model.isSelected, 'selected':model.isSelected}"
13
- :x="model.x"
14
- :y="model.y"
15
- rx="6"
16
- ry="6"
17
- />
18
- <use
19
- xlink:href="#icon-fork"
20
- :x="model.x"
21
- :y="model.y"
22
- :width="model.width"
23
- :height="model.height"
24
- fill="#999"
25
- class="draggable"
26
- />
27
- <text
28
- :x="text.x"
29
- :y="text.y"
30
- text-anchor="middle"
31
- class="draggable"
32
- >
33
- {{ name }}
34
- </text>
35
- <joint
36
- v-for="position in jointPoints"
37
- :key="position"
38
- :parent="model"
39
- :position="position"
40
- />
41
- </g>
42
- </template>
43
- <script>
44
- import { mapGetters, mapMutations } from 'vuex'
45
- import Joint from './joint'
46
- import tacheMethods from './common-methods'
47
- import { watchShowName } from '../util'
48
- export default {
49
- name: 'Fork',
50
- components: {
51
- Joint
52
- },
53
- props: {
54
- model: {
55
- type: Object,
56
- default: null
57
- }
58
- },
59
- data() {
60
- return {
61
- // 一个tache有上右下左四个连接点,这四个连接点的坐标根据tache的位置和大小计算出来
62
- jointPoints: [],
63
- name: this.model.name
64
- }
65
- },
66
- computed: {
67
- ...mapGetters('wfEditor', [
68
- 'selectedTaches',
69
- 'processI18n'
70
- ]),
71
- text() {
72
- return {
73
- x: this.model.x + this.model.width / 2,
74
- // TODO: 12应该是字体大小加上一点空隙,换成变量值表示
75
- y: this.model.y + this.model.height + 12
76
- }
77
- }
78
- },
79
- created() {
80
- this.name = watchShowName(this, this.name)
81
- },
82
- mounted() {
83
- this.$watch('model.name', function(newVal) {
84
- this.name = watchShowName(this, newVal)
85
- })
86
- },
87
- methods: {
88
- ...mapMutations('wfEditor', [
89
- 'setPropertiesEditorFor',
90
- 'setContextMenuVisible'
91
- ]),
92
- ...tacheMethods
93
- }
94
- }
95
- </script>
96
- <style>
97
- .decision{
98
- stroke-width: 0;
99
- fill:#fff;
100
- }
101
- </style>
102
-
@@ -1,102 +0,0 @@
1
- <template>
2
- <g
3
- @mousedown.stop="startDrag"
4
- @mouseup="endDrag"
5
- @mouseenter="showJoints"
6
- @mouseleave="hideJoints"
7
- @dblclick.stop="setPropertiesEditorFor('HumanDecision')"
8
- >
9
- <rect
10
- :width="model.width"
11
- :height="model.height"
12
- :class="{'draggable':true,'human-decision':!model.isSelected, 'selected':model.isSelected}"
13
- :x="model.x"
14
- :y="model.y"
15
- rx="6"
16
- ry="6"
17
- />
18
- <use
19
- xlink:href="#icon-human-decision"
20
- :x="model.x"
21
- :y="model.y"
22
- :width="model.width"
23
- :height="model.height"
24
- fill="#999"
25
- class="draggable"
26
- />
27
- <text
28
- :x="text.x"
29
- :y="text.y"
30
- text-anchor="middle"
31
- class="draggable"
32
- >
33
- {{ name }}
34
- </text>
35
- <joint
36
- v-for="position in jointPoints"
37
- :key="position"
38
- :parent="model"
39
- :position="position"
40
- />
41
- </g>
42
- </template>
43
- <script>
44
- import { mapGetters, mapMutations } from 'vuex'
45
- import Joint from './joint'
46
- import tacheMethods from './common-methods'
47
- import { watchShowName } from '../util'
48
- export default {
49
- name: 'HumanDecision',
50
- components: {
51
- Joint
52
- },
53
- props: {
54
- model: {
55
- type: Object,
56
- default: null
57
- }
58
- },
59
- data() {
60
- return {
61
- // 一个tache有上右下左四个连接点,这四个连接点的坐标根据tache的位置和大小计算出来
62
- jointPoints: [],
63
- name: this.model.name
64
- }
65
- },
66
- computed: {
67
- ...mapGetters('wfEditor', [
68
- 'selectedTaches',
69
- 'processI18n'
70
- ]),
71
- text() {
72
- return {
73
- x: this.model.x + this.model.width / 2,
74
- // TODO: 12应该是字体大小加上一点空隙,换成变量值表示
75
- y: this.model.y + this.model.height + 12
76
- }
77
- }
78
- },
79
- created() {
80
- this.name = watchShowName(this, this.name)
81
- },
82
- mounted() {
83
- this.$watch('model.name', function(newVal) {
84
- this.name = watchShowName(this, newVal)
85
- })
86
- },
87
- methods: {
88
- ...mapMutations('wfEditor', [
89
- 'setPropertiesEditorFor',
90
- 'setContextMenuVisible'
91
- ]),
92
- ...tacheMethods
93
- }
94
- }
95
- </script>
96
- <style>
97
- .human-decision{
98
- stroke-width: 0;
99
- fill:#fff;
100
- }
101
- </style>
102
-