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.
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 +44 -10
  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,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>