workflow-editor 0.0.81-up-tmp19 → 0.0.81-up-tmp21
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 +439 -455
- package/es/style.css +61 -61
- package/es/workflow-editor/src/properties-editors/common/system-role-tree-inline.vue.mjs +17 -17
- package/es/workflow-editor/src/properties-editors/human-task/custom-actions.vue.mjs +24 -24
- package/es/workflow-editor/src/properties-editors/human-task/editable-child-field-setting.vue.mjs +3 -2
- package/es/workflow-history/index.mjs +4 -4
- package/lib/style.css +80 -80
- package/lib/workflow-editor/src/properties-editors/common/system-role-tree-inline.vue.cjs +1 -1
- package/lib/workflow-editor/src/properties-editors/human-task/custom-actions.vue.cjs +1 -1
- package/lib/workflow-editor/src/properties-editors/human-task/editable-child-field-setting.vue.cjs +3 -1
- package/lib/workflow-history/index.cjs +4 -4
- package/package.json +2 -2
package/lib/style.css
CHANGED
|
@@ -217,6 +217,14 @@ g text{
|
|
|
217
217
|
stroke: #666;
|
|
218
218
|
stroke-width: 2;
|
|
219
219
|
}
|
|
220
|
+
|
|
221
|
+
.svg-icon {
|
|
222
|
+
width: 1em;
|
|
223
|
+
height: 1em;
|
|
224
|
+
vertical-align: -0.15em;
|
|
225
|
+
fill: currentColor;
|
|
226
|
+
overflow: hidden;
|
|
227
|
+
}
|
|
220
228
|
li[data-v-7e8a1cf6] {
|
|
221
229
|
color: #333;
|
|
222
230
|
}
|
|
@@ -246,20 +254,17 @@ li[data-v-7e8a1cf6] {
|
|
|
246
254
|
li[data-v-7e8a1cf6] {
|
|
247
255
|
list-style-type: none;
|
|
248
256
|
}
|
|
249
|
-
.
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
vertical-align: -0.15em;
|
|
253
|
-
fill: currentColor;
|
|
254
|
-
overflow: hidden;
|
|
257
|
+
.start{
|
|
258
|
+
stroke-width: 0;
|
|
259
|
+
fill:#fff;
|
|
255
260
|
}
|
|
256
261
|
|
|
257
|
-
.
|
|
262
|
+
.decision{
|
|
258
263
|
stroke-width: 0;
|
|
259
264
|
fill:#fff;
|
|
260
265
|
}
|
|
261
266
|
|
|
262
|
-
.
|
|
267
|
+
.end{
|
|
263
268
|
stroke-width: 0;
|
|
264
269
|
fill:#fff;
|
|
265
270
|
}
|
|
@@ -269,28 +274,11 @@ li[data-v-7e8a1cf6] {
|
|
|
269
274
|
fill:#fff;
|
|
270
275
|
}
|
|
271
276
|
|
|
272
|
-
.
|
|
277
|
+
.human-decision{
|
|
273
278
|
stroke-width: 0;
|
|
274
279
|
fill:#fff;
|
|
275
280
|
}
|
|
276
|
-
|
|
277
|
-
position: absolute;
|
|
278
|
-
background: #fff;
|
|
279
|
-
min-width: 150px;
|
|
280
|
-
border-radius: 4px;
|
|
281
|
-
border: 1px solid #ebeef5;
|
|
282
|
-
padding: 12px;
|
|
283
|
-
z-index: 2000;
|
|
284
|
-
color: #606266;
|
|
285
|
-
line-height: 1.4;
|
|
286
|
-
text-align: justify;
|
|
287
|
-
font-size: 14px;
|
|
288
|
-
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
289
|
-
word-break: break-all;
|
|
290
|
-
}#_subprocess-content[data-v-2b195c05] {
|
|
291
|
-
width: 100%;
|
|
292
|
-
height: calc(100vh - 200px);
|
|
293
|
-
}
|
|
281
|
+
|
|
294
282
|
.decision{
|
|
295
283
|
stroke-width: 0;
|
|
296
284
|
fill:#fff;
|
|
@@ -314,12 +302,24 @@ li[data-v-7e8a1cf6] {
|
|
|
314
302
|
.no-events[data-v-a1576cad] {
|
|
315
303
|
pointer-events: none;
|
|
316
304
|
}
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
305
|
+
#_subprocess-content[data-v-2b195c05] {
|
|
306
|
+
width: 100%;
|
|
307
|
+
height: calc(100vh - 200px);
|
|
308
|
+
}.tooltip[data-v-ac799913] {
|
|
309
|
+
position: absolute;
|
|
310
|
+
background: #fff;
|
|
311
|
+
min-width: 150px;
|
|
312
|
+
border-radius: 4px;
|
|
313
|
+
border: 1px solid #ebeef5;
|
|
314
|
+
padding: 12px;
|
|
315
|
+
z-index: 2000;
|
|
316
|
+
color: #606266;
|
|
317
|
+
line-height: 1.4;
|
|
318
|
+
text-align: justify;
|
|
319
|
+
font-size: 14px;
|
|
320
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
321
|
+
word-break: break-all;
|
|
322
|
+
}
|
|
323
323
|
.virtual-transition{
|
|
324
324
|
stroke-width: 2;
|
|
325
325
|
stroke:#000;
|
|
@@ -331,6 +331,11 @@ li[data-v-7e8a1cf6] {
|
|
|
331
331
|
.properties-editor[data-v-1651d82a] .el-dialog__body {
|
|
332
332
|
padding-top: 0;
|
|
333
333
|
}
|
|
334
|
+
|
|
335
|
+
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
336
|
+
.properties-editor[data-v-0e44fe8c] .el-dialog__body{
|
|
337
|
+
padding-top: 0
|
|
338
|
+
}
|
|
334
339
|
|
|
335
340
|
.selection-region{
|
|
336
341
|
stroke: blue;
|
|
@@ -346,21 +351,11 @@ li[data-v-7e8a1cf6] {
|
|
|
346
351
|
pointer-events:none;
|
|
347
352
|
}
|
|
348
353
|
|
|
349
|
-
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
350
|
-
.properties-editor[data-v-0e44fe8c] .el-dialog__body{
|
|
351
|
-
padding-top: 0
|
|
352
|
-
}
|
|
353
|
-
|
|
354
354
|
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
355
355
|
.properties-editor[data-v-af76d417] .el-dialog__body{
|
|
356
356
|
padding-top: 0
|
|
357
357
|
}
|
|
358
358
|
|
|
359
|
-
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
360
|
-
.properties-editor[data-v-adb7c2ff] .el-dialog__body{
|
|
361
|
-
padding-top: 0
|
|
362
|
-
}
|
|
363
|
-
|
|
364
359
|
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
365
360
|
.properties-editor[data-v-bd66d235] .el-dialog__body{
|
|
366
361
|
padding-top: 0
|
|
@@ -380,6 +375,17 @@ li[data-v-7e8a1cf6] {
|
|
|
380
375
|
stroke-width:1px;
|
|
381
376
|
fill-opacity: 1;
|
|
382
377
|
}
|
|
378
|
+
|
|
379
|
+
/* 使用深度作用选择器(vue-loader的功能)">>>"符号重新定义了.el-dialog__body,不影响其他页面的同名样式*/
|
|
380
|
+
.properties-editor[data-v-adb7c2ff] .el-dialog__body{
|
|
381
|
+
padding-top: 0
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.resizer{
|
|
385
|
+
stroke: blue;
|
|
386
|
+
stroke-width: 1;
|
|
387
|
+
fill: white;
|
|
388
|
+
}
|
|
383
389
|
|
|
384
390
|
.control-point[data-v-788fb0ae]{
|
|
385
391
|
fill: #fff;
|
|
@@ -389,12 +395,6 @@ li[data-v-7e8a1cf6] {
|
|
|
389
395
|
stroke-dasharray: 2 2
|
|
390
396
|
}
|
|
391
397
|
|
|
392
|
-
.resizer{
|
|
393
|
-
stroke: blue;
|
|
394
|
-
stroke-width: 1;
|
|
395
|
-
fill: white;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
398
|
.control-point[data-v-0ff53a0a]{
|
|
399
399
|
fill: #fff;
|
|
400
400
|
cursor: move;
|
|
@@ -437,7 +437,21 @@ ul li[data-v-39fac73c] {
|
|
|
437
437
|
color:red;
|
|
438
438
|
font-size:1.2em;
|
|
439
439
|
}
|
|
440
|
-
|
|
440
|
+
.group[data-v-98300543] {
|
|
441
|
+
font-size: 14px;
|
|
442
|
+
width: 100%;
|
|
443
|
+
}
|
|
444
|
+
.item[data-v-98300543] {
|
|
445
|
+
float: left;
|
|
446
|
+
list-style-type: none;
|
|
447
|
+
width: 33.33%;
|
|
448
|
+
margin-bottom: 18px;
|
|
449
|
+
}
|
|
450
|
+
.item-content[data-v-98300543] {
|
|
451
|
+
height: calc(100vh - 300px);
|
|
452
|
+
padding-left: 20px;
|
|
453
|
+
overflow: auto;
|
|
454
|
+
}
|
|
441
455
|
.el-tag + .el-tag[data-v-aaf48aff] {
|
|
442
456
|
margin-left: 10px;
|
|
443
457
|
}
|
|
@@ -459,25 +473,24 @@ select[data-v-aaf48aff]{
|
|
|
459
473
|
height: 32px;
|
|
460
474
|
line-height: 32px;
|
|
461
475
|
}
|
|
462
|
-
|
|
463
|
-
font-size: 14px;
|
|
464
|
-
width: 100%;
|
|
465
|
-
}
|
|
466
|
-
.item[data-v-98300543] {
|
|
467
|
-
float: left;
|
|
468
|
-
list-style-type: none;
|
|
469
|
-
width: 33.33%;
|
|
470
|
-
margin-bottom: 18px;
|
|
471
|
-
}
|
|
472
|
-
.item-content[data-v-98300543] {
|
|
473
|
-
height: calc(100vh - 300px);
|
|
474
|
-
padding-left: 20px;
|
|
475
|
-
overflow: auto;
|
|
476
|
-
}
|
|
476
|
+
|
|
477
477
|
span[data-v-4e29ea06] {
|
|
478
478
|
margin: 0 10px;
|
|
479
479
|
}
|
|
480
|
-
|
|
480
|
+
#appContainer[data-v-9458f3bf] .el-checkbox {
|
|
481
|
+
display: block;
|
|
482
|
+
}
|
|
483
|
+
#appContainer[data-v-9458f3bf] .el-transfer-panel {
|
|
484
|
+
width: 400px;
|
|
485
|
+
}
|
|
486
|
+
#appContainer[data-v-9458f3bf] .ellipsis {
|
|
487
|
+
display: inline-block;
|
|
488
|
+
overflow: hidden;
|
|
489
|
+
text-overflow: ellipsis;
|
|
490
|
+
white-space: nowrap;
|
|
491
|
+
word-break: keep-all;
|
|
492
|
+
width: 55%;
|
|
493
|
+
}
|
|
481
494
|
#custTabOne[data-v-7feaa2da] .el-tabs__content {
|
|
482
495
|
height: 500px;
|
|
483
496
|
}
|
|
@@ -496,20 +509,7 @@ span[data-v-4e29ea06] {
|
|
|
496
509
|
padding-left: 20px;
|
|
497
510
|
overflow: auto;
|
|
498
511
|
}
|
|
499
|
-
|
|
500
|
-
display: block;
|
|
501
|
-
}
|
|
502
|
-
#appContainer[data-v-9458f3bf] .el-transfer-panel {
|
|
503
|
-
width: 400px;
|
|
504
|
-
}
|
|
505
|
-
#appContainer[data-v-9458f3bf] .ellipsis {
|
|
506
|
-
display: inline-block;
|
|
507
|
-
overflow: hidden;
|
|
508
|
-
text-overflow: ellipsis;
|
|
509
|
-
white-space: nowrap;
|
|
510
|
-
word-break: keep-all;
|
|
511
|
-
width: 55%;
|
|
512
|
-
}
|
|
512
|
+
|
|
513
513
|
.searchResult {
|
|
514
514
|
color:red
|
|
515
515
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const e = require("vue"), t = require("
|
|
2
|
+
const e = require("vue"), t = require("@element-plus/icons-vue");
|
|
3
3
|
require("./system-role-tree-inline.vue2.cjs");
|
|
4
4
|
const s = { name: "InlineSystemRoleTree", props: { multiple: { type: Boolean, default: false } }, data: () => ({ systemRoleTrees: null, filterText: "", defaultProps: { id: "id", label: "label", children: "children", isLeaf: "leaf" }, containBranch: false, tenantInfo: null, tenantNodeId: -1, allSearchNodeIds: [], allExpandNodeIds: [], isClickNode: false, searchValue: null, selectNodeInfo: null }), computed: {}, watch: { filterText(e2) {
|
|
5
5
|
e2 || (this.searchValue = e2, this.loadRole(this.tenantNodeId, this.tenantNodeId + ""));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const e = require("vue"), t = require("
|
|
2
|
+
const e = require("vue"), t = require("@element-plus/icons-vue"), o = require("../../util.cjs"), l = require("./additional-condition-dialog.vue.cjs"), i = require("../common/additional-condition-utils.cjs"), n = { name: "CustomActions", components: { AdditionalConditionDialog: l }, props: { model: { type: Object, default: null } }, data() {
|
|
3
3
|
const e2 = [];
|
|
4
4
|
let t2 = 1;
|
|
5
5
|
if (this.model.action)
|
package/lib/workflow-editor/src/properties-editors/human-task/editable-child-field-setting.vue.cjs
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const t = require("vuex"), e = require("./selection-conditions.vue.cjs"), i = require("./componentsConfigUtil.cjs")
|
|
2
|
+
const t = require("vuex"), e = require("./selection-conditions.vue.cjs"), i = require("./componentsConfigUtil.cjs");
|
|
3
|
+
require("@element-plus/icons-vue");
|
|
4
|
+
const o = require("vue");
|
|
3
5
|
const n = require("../../../../_virtual/_plugin-vue_export-helper.cjs")({ name: "EditableChildFieldSetting", components: { selectionConditions: e }, props: { setting: { type: Object, default: null }, tableName: { type: String, default: null } }, data() {
|
|
4
6
|
let t2 = [];
|
|
5
7
|
this.setting && this.setting.actionArr && (t2 = this.setting.actionArr);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const o = require("./src/workflow-history.vue.cjs");
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
o.install = function(s2) {
|
|
4
|
+
s2.component(o.name, o);
|
|
5
5
|
};
|
|
6
|
-
const
|
|
7
|
-
module.exports =
|
|
6
|
+
const s = { WorkflowHistory: o };
|
|
7
|
+
module.exports = s;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workflow-editor",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.81-up-
|
|
4
|
+
"version": "0.0.81-up-tmp21",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/index.cjs",
|
|
7
7
|
"module": "./es/index.mjs",
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
"preview": "vite preview"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
+
"@element-plus/icons-vue": "2.3.1",
|
|
19
20
|
"file-saver": "2.0.2",
|
|
20
21
|
"js-cookie": "^3.0.5",
|
|
21
22
|
"prismjs": "^1.16.0",
|
|
22
23
|
"xml-js": "^1.6.11"
|
|
23
24
|
},
|
|
24
25
|
"devDependencies": {
|
|
25
|
-
"@element-plus/icons-vue": "2.3.1",
|
|
26
26
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
27
27
|
"agilebuilder-ui": "1.1.65-tmp22",
|
|
28
28
|
"async-validator": "^4.2.5",
|