service-flow-designer 2.1.53 → 2.1.57

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.
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./service-update-log.vue2.js";
2
2
  import "./service-update-log.vue3.js";
3
3
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const serviceUpdateLog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7a4cbbaf"]]);
4
+ const serviceUpdateLog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7d8d63a2"]]);
5
5
  export {
6
6
  serviceUpdateLog as default
7
7
  };
@@ -13,7 +13,7 @@ import { defineComponent, ref, openBlock, createBlock, withCtx, createElementVNo
13
13
  import { isDeepEqual } from "../common/util/node-util.js";
14
14
  import http from "agilebuilder-ui/src/utils/request";
15
15
  import { ElMessage } from "element-plus";
16
- const _withScopeId = (n) => (pushScopeId("data-v-7a4cbbaf"), n = n(), popScopeId(), n);
16
+ const _withScopeId = (n) => (pushScopeId("data-v-7d8d63a2"), n = n(), popScopeId(), n);
17
17
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "text-align": "center" } }, "修改记录", -1));
18
18
  const _hoisted_2 = { class: "dialog-footer" };
19
19
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -79,12 +79,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
79
79
  }
80
80
  });
81
81
  }
82
+ function returnLog() {
83
+ dialogVisible.value = false;
84
+ description.value = "";
85
+ }
82
86
  function saveLog() {
83
87
  if (!description.value) {
84
88
  ElMessage.warning("请输入修改记录");
85
89
  return;
86
90
  }
87
91
  emits("save", description.value);
92
+ description.value = "";
88
93
  }
89
94
  function closeDialog() {
90
95
  dialogVisible.value = false;
@@ -120,7 +125,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
120
125
  const _component_el_dialog = ElDialog;
121
126
  return openBlock(), createBlock(_component_el_dialog, {
122
127
  modelValue: dialogVisible.value,
123
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => dialogVisible.value = $event),
128
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => dialogVisible.value = $event),
124
129
  "append-to-body": "",
125
130
  title: "保存服务",
126
131
  width: "50%"
@@ -129,7 +134,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
129
134
  createElementVNode("div", _hoisted_2, [
130
135
  createVNode(_component_el_button, {
131
136
  size: "small",
132
- onClick: _cache[5] || (_cache[5] = ($event) => dialogVisible.value = false)
137
+ onClick: returnLog
133
138
  }, {
134
139
  default: withCtx(() => [
135
140
  createTextVNode("返回")
package/dist/es/style.css CHANGED
@@ -167,6 +167,10 @@
167
167
  padding-top: 80px;
168
168
  }
169
169
 
170
+ .el-alert + .el-form-item[data-v-a158f309] {
171
+ margin-top: 10px;
172
+ }
173
+
170
174
  .editorTool[data-v-d55ab098] {
171
175
  margin-left: auto;
172
176
  }
@@ -180,35 +184,142 @@
180
184
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
181
185
  }
182
186
 
183
- .el-alert + .el-form-item[data-v-a158f309] {
184
- margin-top: 10px;
187
+ [data-v-da8fc67a] .el-table__row {
188
+ cursor: pointer;
189
+ }
190
+ /** 右键菜单样式 */
191
+ .context-menu[data-v-da8fc67a] {
192
+ position: absolute;
193
+ background: #fff;
194
+ z-index: 999;
195
+ margin: 5;
196
+ padding: 8px 8px;
197
+ box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
198
+ border: 1px solid #bbbbbb;
199
+ border-radius: 10px;
200
+ font-size: 14px;
201
+ }
202
+ .context-menu li[data-v-da8fc67a] {
203
+ list-style-type: none;
204
+ min-width: 75px;
205
+ line-height: 28px;
206
+ text-align: left;
207
+ border-radius: 5px;
208
+ padding-left: 5px;
209
+ cursor: pointer;
210
+ }
211
+ .context-menu li[data-v-da8fc67a]:hover {
212
+ background: #0165e1;
213
+ color: #fff;
214
+ }
215
+ /** 右键菜单样式 */
216
+ .custom-tree-node[data-v-da8fc67a] {
217
+ font-size: 14px;
218
+ padding-right: 8px;
219
+ display: flex; /* 使用Flex布局 */
220
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
221
+ }
222
+ .serviceflow-attr-base-content[data-v-8bad091d] {
223
+ background: #ffffff;
224
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
225
+ height: 100%;
226
+ padding-left: 10px;
227
+ padding-right: 10px;
228
+ overflow: auto;
229
+ }
230
+ .serviceflow-attr-item[data-v-8bad091d] {
231
+ margin-bottom: 8px;
232
+ }
233
+ .serviceflow-attr-group-header > button[data-v-8bad091d] {
234
+ background: #f5f6f8;
235
+ padding-left: 10px;
236
+ font-size: 14px;
237
+ height: 42px;
238
+ }
239
+ .serviceflow-attr-content[data-v-8bad091d] {
240
+ background: #ffffff;
241
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
242
+ height: 100%;
243
+ padding-left: 10px;
244
+ padding-right: 10px;
245
+ overflow: auto;
246
+ position: relative;
247
+ }
248
+ .serviceflow-attr-header-search[data-v-8bad091d] {
249
+ margin-top: 16px;
250
+ }
251
+ .serviceflow-attr-header-select[data-v-8bad091d] {
252
+ width: 90px;
253
+ height: 36px;
254
+ }
255
+ .serviceflow-page-param-row[data-v-8bad091d] {
256
+ height: 34px;
257
+ }
258
+ .el-table__cell > .cell[data-v-8bad091d] {
259
+ white-space: nowrap !important;
260
+ }
261
+ .serviceflow-item[data-v-8bad091d] {
262
+ background: rgba(88, 147, 239, 0.06);
263
+ border: 1px dashed rgba(88, 147, 239, 0.06);
264
+ border-radius: 4px 4px 4px 4px;
265
+ text-align: center;
266
+ margin-top: 12px;
267
+ padding: 10px 5px 10px 5px;
268
+ font-size: 12px;
269
+ cursor: move;
270
+ height: 60px;
271
+ overflow: hidden;
272
+ box-sizing: border-box;
273
+ color: #333333;
274
+ text-overflow: ellipsis;
275
+ white-space: nowrap;
276
+ -webkit-user-select: none; /* Safari */
277
+ -moz-user-select: none; /* Firefox */
278
+ -ms-user-select: none; /* Internet Explorer/Edge */
279
+ user-select: none; /* 标准语法 */
280
+ }
281
+ .serviceflow-item[data-v-8bad091d]:hover {
282
+ background: rgba(11, 45, 101, 0.105);
283
+ border: 1px dashed rgba(11, 45, 101, 0.227);
284
+ }
285
+ .amb-assembly-item-drag[data-v-8bad091d] {
286
+ opacity: 1 !important;
185
287
  }
186
288
 
187
- [data-v-f9e164ec] .el-radio {
188
- margin: 0;
289
+ .el-dialog__wrapper[data-v-7d8d63a2] {
290
+ overflow: hidden !important;
291
+ padding-right: 0 !important;
292
+ }
293
+
294
+ .el-alert + .el-table[data-v-028fb838] {
295
+ margin-top: 10px;
189
296
  }
190
- .el-radio + .el-radio[data-v-f9e164ec] {
191
- margin-left: 10px;
297
+ .el-table + .el-alert[data-v-028fb838] {
298
+ margin: 10px 0;
192
299
  }
193
300
 
194
- .editorTool[data-v-684c1f08] {
195
- margin-left: auto;
301
+ .el-alert + .el-table[data-v-82e0dfef] {
302
+ margin-top: 10px;
196
303
  }
197
- .editorOption[data-v-684c1f08] {
198
- margin-right: 10px;
199
- cursor: pointer;
304
+ .el-alert + .el-form-item[data-v-82e0dfef] {
305
+ margin-top: 10px;
306
+ }
307
+
308
+ .el-alert + .el-form-item[data-v-32875028] {
309
+ margin-top: 10px;
200
310
  }
201
- .pppp[data-v-684c1f08] {
202
- display: flex; /* 使用Flex布局 */
203
- justify-content: flex-start;
204
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
311
+ .el-alert + .el-table[data-v-32875028] {
312
+ margin: 10px 0;
205
313
  }
206
314
 
207
- [data-v-dac15197] .el-radio {
208
- margin: 0;
315
+ .el-alert + .el-table[data-v-d978e7dc] {
316
+ margin-top: 10px;
209
317
  }
210
- .el-radio + .el-radio[data-v-dac15197] {
211
- margin-left: 10px;
318
+ .el-table + .el-alert[data-v-d978e7dc] {
319
+ margin: 10px 0;
320
+ }
321
+ .el-alert + .el-form-item[data-v-d978e7dc] {
322
+ margin-top: 10px;
212
323
  }
213
324
  .serviceflow-control-item[data-v-a2bd7452] {
214
325
  top: -5px;
@@ -342,43 +453,31 @@
342
453
  margin-left: 50px;
343
454
  }
344
455
 
345
- .el-tabs + .el-alert[data-v-08737620] {
346
- margin-top: 10px;
456
+ [data-v-f9e164ec] .el-radio {
457
+ margin: 0;
347
458
  }
348
- .el-alert + .el-form-item[data-v-08737620] {
349
- margin-top: 10px;
350
- }
351
-
352
- .el-dialog__wrapper[data-v-7a4cbbaf] {
353
- overflow: hidden !important;
354
- padding-right: 0 !important;
459
+ .el-radio + .el-radio[data-v-f9e164ec] {
460
+ margin-left: 10px;
355
461
  }
356
462
 
357
- .el-alert + .el-form-item[data-v-32875028] {
358
- margin-top: 10px;
463
+ .editorTool[data-v-684c1f08] {
464
+ margin-left: auto;
359
465
  }
360
- .el-alert + .el-table[data-v-32875028] {
361
- margin: 10px 0;
362
- }
363
-
364
- .el-drawer__header {
365
- margin-bottom: 0 !important;
366
- }
367
- /**
368
- 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
369
- */
370
- [data-v-d5185214] .el-overlay {
371
- position: static;
466
+ .editorOption[data-v-684c1f08] {
467
+ margin-right: 10px;
468
+ cursor: pointer;
469
+ }
470
+ .pppp[data-v-684c1f08] {
471
+ display: flex; /* 使用Flex布局 */
472
+ justify-content: flex-start;
473
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
372
474
  }
373
475
 
374
- .el-alert + .el-table[data-v-d978e7dc] {
375
- margin-top: 10px;
376
- }
377
- .el-table + .el-alert[data-v-d978e7dc] {
378
- margin: 10px 0;
476
+ [data-v-dac15197] .el-radio {
477
+ margin: 0;
379
478
  }
380
- .el-alert + .el-form-item[data-v-d978e7dc] {
381
- margin-top: 10px;
479
+ .el-radio + .el-radio[data-v-dac15197] {
480
+ margin-left: 10px;
382
481
  }
383
482
 
384
483
  .el-alert + .el-table[data-v-e27c4c1e] {
@@ -391,130 +490,31 @@
391
490
  margin-top: 10px;
392
491
  }
393
492
 
394
- .el-alert + .el-table[data-v-82e0dfef] {
395
- margin-top: 10px;
396
- }
397
- .el-alert + .el-form-item[data-v-82e0dfef] {
398
- margin-top: 10px;
399
- }
400
-
401
- [data-v-da8fc67a] .el-table__row {
402
- cursor: pointer;
403
- }
404
- /** 右键菜单样式 */
405
- .context-menu[data-v-da8fc67a] {
406
- position: absolute;
407
- background: #fff;
408
- z-index: 999;
409
- margin: 5;
410
- padding: 8px 8px;
411
- box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
412
- border: 1px solid #bbbbbb;
413
- border-radius: 10px;
414
- font-size: 14px;
415
- }
416
- .context-menu li[data-v-da8fc67a] {
417
- list-style-type: none;
418
- min-width: 75px;
419
- line-height: 28px;
420
- text-align: left;
421
- border-radius: 5px;
422
- padding-left: 5px;
423
- cursor: pointer;
424
- }
425
- .context-menu li[data-v-da8fc67a]:hover {
426
- background: #0165e1;
427
- color: #fff;
493
+ .el-drawer__header {
494
+ margin-bottom: 0 !important;
428
495
  }
429
- /** 右键菜单样式 */
430
- .custom-tree-node[data-v-da8fc67a] {
431
- font-size: 14px;
432
- padding-right: 8px;
433
- display: flex; /* 使用Flex布局 */
434
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
496
+ /**
497
+ 解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
498
+ */
499
+ [data-v-d5185214] .el-overlay {
500
+ position: static;
435
501
  }
436
502
 
437
- .el-alert + .el-table[data-v-028fb838] {
503
+ .el-tabs + .el-alert[data-v-08737620] {
438
504
  margin-top: 10px;
439
505
  }
440
- .el-table + .el-alert[data-v-028fb838] {
441
- margin: 10px 0;
442
- }
443
- .serviceflow-attr-base-content[data-v-8bad091d] {
444
- background: #ffffff;
445
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
446
- height: 100%;
447
- padding-left: 10px;
448
- padding-right: 10px;
449
- overflow: auto;
450
- }
451
- .serviceflow-attr-item[data-v-8bad091d] {
452
- margin-bottom: 8px;
453
- }
454
- .serviceflow-attr-group-header > button[data-v-8bad091d] {
455
- background: #f5f6f8;
456
- padding-left: 10px;
457
- font-size: 14px;
458
- height: 42px;
459
- }
460
- .serviceflow-attr-content[data-v-8bad091d] {
461
- background: #ffffff;
462
- box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
463
- height: 100%;
464
- padding-left: 10px;
465
- padding-right: 10px;
466
- overflow: auto;
467
- position: relative;
468
- }
469
- .serviceflow-attr-header-search[data-v-8bad091d] {
470
- margin-top: 16px;
471
- }
472
- .serviceflow-attr-header-select[data-v-8bad091d] {
473
- width: 90px;
474
- height: 36px;
475
- }
476
- .serviceflow-page-param-row[data-v-8bad091d] {
477
- height: 34px;
478
- }
479
- .el-table__cell > .cell[data-v-8bad091d] {
480
- white-space: nowrap !important;
481
- }
482
- .serviceflow-item[data-v-8bad091d] {
483
- background: rgba(88, 147, 239, 0.06);
484
- border: 1px dashed rgba(88, 147, 239, 0.06);
485
- border-radius: 4px 4px 4px 4px;
486
- text-align: center;
487
- margin-top: 12px;
488
- padding: 10px 5px 10px 5px;
489
- font-size: 12px;
490
- cursor: move;
491
- height: 60px;
492
- overflow: hidden;
493
- box-sizing: border-box;
494
- color: #333333;
495
- text-overflow: ellipsis;
496
- white-space: nowrap;
497
- -webkit-user-select: none; /* Safari */
498
- -moz-user-select: none; /* Firefox */
499
- -ms-user-select: none; /* Internet Explorer/Edge */
500
- user-select: none; /* 标准语法 */
501
- }
502
- .serviceflow-item[data-v-8bad091d]:hover {
503
- background: rgba(11, 45, 101, 0.105);
504
- border: 1px dashed rgba(11, 45, 101, 0.227);
505
- }
506
- .amb-assembly-item-drag[data-v-8bad091d] {
507
- opacity: 1 !important;
506
+ .el-alert + .el-form-item[data-v-08737620] {
507
+ margin-top: 10px;
508
508
  }
509
509
 
510
- .node-content[data-v-117d4091] {
510
+ .node-content[data-v-669b618f] {
511
511
  width: 120px;
512
512
  height: 44px;
513
513
  background: #ffffff;
514
514
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
515
515
  border-radius: 2px 2px 2px 2px;
516
516
  }
517
- .content[data-v-117d4091] {
517
+ .content[data-v-669b618f] {
518
518
  width: 28px;
519
519
  height: 15px;
520
520
  font-weight: 400;
@@ -525,9 +525,9 @@
525
525
  font-style: normal;
526
526
  text-transform: none;
527
527
  padding: 5px 0px 4px 10px;
528
- box-sizing: content-box;
528
+ box-sizing: content-box;
529
529
  }
530
- .serviceflow-nodeView[data-v-418f1558] {
530
+ .serviceflow-nodeView[data-v-1ce8de44] {
531
531
  box-sizing: border-box;
532
532
  margin: 10px 10px;
533
533
  width: 180px;
@@ -536,7 +536,7 @@
536
536
  border-radius: 2px 2px 2px 2px;
537
537
  padding: 20px 10px;
538
538
  }
539
- .serviceflow-nodeTitle[data-v-418f1558] {
539
+ .serviceflow-nodeTitle[data-v-1ce8de44] {
540
540
  width: 90px;
541
541
  height: 15px;
542
542
  font-weight: 400;
@@ -552,7 +552,7 @@
552
552
  overflow: hidden; /* 隐藏超出div宽度的文本 */
553
553
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
554
554
  }
555
- .serviceflow-nodeContent[data-v-418f1558] {
555
+ .serviceflow-nodeContent[data-v-1ce8de44] {
556
556
  /* width: 100%; */
557
557
  height: 15px;
558
558
  font-weight: 400;
@@ -568,20 +568,74 @@
568
568
  overflow: hidden; /* 隐藏超出div宽度的文本 */
569
569
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
570
570
  }
571
- .serviceflow-nodeContent-desc[data-v-418f1558] {
571
+ .serviceflow-nodeContent-desc[data-v-1ce8de44] {
572
572
  }
573
- .el-divider--horizontal[data-v-418f1558] {
573
+ .el-divider--horizontal[data-v-1ce8de44] {
574
574
  margin: 12px 0;
575
575
  }
576
- .serviceflow-nodeView[data-v-418f1558] {
576
+ .serviceflow-nodeView[data-v-1ce8de44] {
577
577
  border: 1px solid #5a90f9;
578
578
  background: #eef3fe;
579
579
  width: 180px;
580
580
  min-height: 95px;
581
581
  }
582
- .serviceflow-nodeContent[data-v-418f1558] {
582
+ .serviceflow-nodeContent[data-v-1ce8de44] {
583
583
  }
584
- .serviceflow-nodeView[data-v-1ce8de44] {
584
+ .serviceflow-nodeView[data-v-3c23a172] {
585
+ box-sizing: border-box;
586
+ margin: 10px 10px;
587
+ width: 180px;
588
+ height: 95px;
589
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
590
+ border-radius: 2px 2px 2px 2px;
591
+ padding: 20px 10px;
592
+ }
593
+ .serviceflow-nodeTitle[data-v-3c23a172] {
594
+ width: 90px;
595
+ height: 15px;
596
+ font-weight: 400;
597
+ font-size: 16px;
598
+ color: #333333;
599
+ line-height: 14px;
600
+ text-align: left;
601
+ font-style: normal;
602
+ text-transform: none;
603
+ padding: 0px 24px;
604
+ box-sizing: content-box;
605
+ white-space: nowrap; /* 确保文本在一行内显示 */
606
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
607
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
608
+ }
609
+ .serviceflow-nodeContent[data-v-3c23a172] {
610
+ /* width: 100%; */
611
+ height: 15px;
612
+ font-weight: 400;
613
+ font-size: 14px;
614
+ color: #666666;
615
+ line-height: 14px;
616
+ text-align: left;
617
+ font-style: normal;
618
+ text-transform: none;
619
+ padding: 0px 0px;
620
+ box-sizing: content-box;
621
+ white-space: nowrap; /* 确保文本在一行内显示 */
622
+ overflow: hidden; /* 隐藏超出div宽度的文本 */
623
+ text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
624
+ }
625
+ .serviceflow-nodeContent-desc[data-v-3c23a172] {
626
+ }
627
+ .el-divider--horizontal[data-v-3c23a172] {
628
+ margin: 12px 0;
629
+ }
630
+ .serviceflow-nodeView[data-v-3c23a172] {
631
+ border: 1px solid #5a90f9;
632
+ background: #eef3fe;
633
+ width: 180px;
634
+ min-height: 95px;
635
+ }
636
+ .serviceflow-nodeContent[data-v-3c23a172] {
637
+ }
638
+ .serviceflow-nodeView[data-v-9770119b] {
585
639
  box-sizing: border-box;
586
640
  margin: 10px 10px;
587
641
  width: 180px;
@@ -590,7 +644,7 @@
590
644
  border-radius: 2px 2px 2px 2px;
591
645
  padding: 20px 10px;
592
646
  }
593
- .serviceflow-nodeTitle[data-v-1ce8de44] {
647
+ .serviceflow-nodeTitle[data-v-9770119b] {
594
648
  width: 90px;
595
649
  height: 15px;
596
650
  font-weight: 400;
@@ -606,7 +660,7 @@
606
660
  overflow: hidden; /* 隐藏超出div宽度的文本 */
607
661
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
608
662
  }
609
- .serviceflow-nodeContent[data-v-1ce8de44] {
663
+ .serviceflow-nodeContent[data-v-9770119b] {
610
664
  /* width: 100%; */
611
665
  height: 15px;
612
666
  font-weight: 400;
@@ -622,41 +676,19 @@
622
676
  overflow: hidden; /* 隐藏超出div宽度的文本 */
623
677
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
624
678
  }
625
- .serviceflow-nodeContent-desc[data-v-1ce8de44] {
679
+ .serviceflow-nodeContent-desc[data-v-9770119b] {
626
680
  }
627
- .el-divider--horizontal[data-v-1ce8de44] {
681
+ .el-divider--horizontal[data-v-9770119b] {
628
682
  margin: 12px 0;
629
683
  }
630
- .serviceflow-nodeView[data-v-1ce8de44] {
684
+ .serviceflow-nodeView[data-v-9770119b] {
631
685
  border: 1px solid #5a90f9;
632
- background: #eef3fe;
633
- width: 180px;
634
- min-height: 95px;
635
- }
636
- .serviceflow-nodeContent[data-v-1ce8de44] {
637
- }
638
-
639
- .node-content[data-v-669b618f] {
640
- width: 120px;
641
- height: 44px;
642
- background: #ffffff;
643
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
644
- border-radius: 2px 2px 2px 2px;
686
+ background: #eef3fe;
645
687
  }
646
- .content[data-v-669b618f] {
647
- width: 28px;
648
- height: 15px;
649
- font-weight: 400;
650
- font-size: 14px;
651
- color: #333333;
652
- line-height: 14px;
653
- text-align: left;
654
- font-style: normal;
655
- text-transform: none;
656
- padding: 5px 0px 4px 10px;
657
- box-sizing: content-box;
688
+ .serviceflow-nodeTitle[data-v-9770119b] {
689
+ width: 80px;
658
690
  }
659
- .serviceflow-nodeView[data-v-42ce3f17] {
691
+ .serviceflow-nodeView[data-v-08d9d211] {
660
692
  box-sizing: border-box;
661
693
  margin: 10px 10px;
662
694
  width: 180px;
@@ -665,7 +697,7 @@
665
697
  border-radius: 2px 2px 2px 2px;
666
698
  padding: 20px 10px;
667
699
  }
668
- .serviceflow-nodeTitle[data-v-42ce3f17] {
700
+ .serviceflow-nodeTitle[data-v-08d9d211] {
669
701
  width: 90px;
670
702
  height: 15px;
671
703
  font-weight: 400;
@@ -681,7 +713,7 @@
681
713
  overflow: hidden; /* 隐藏超出div宽度的文本 */
682
714
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
683
715
  }
684
- .serviceflow-nodeContent[data-v-42ce3f17] {
716
+ .serviceflow-nodeContent[data-v-08d9d211] {
685
717
  /* width: 100%; */
686
718
  height: 15px;
687
719
  font-weight: 400;
@@ -697,19 +729,19 @@
697
729
  overflow: hidden; /* 隐藏超出div宽度的文本 */
698
730
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
699
731
  }
700
- .serviceflow-nodeContent-desc[data-v-42ce3f17] {
732
+ .serviceflow-nodeContent-desc[data-v-08d9d211] {
701
733
  }
702
- .el-divider--horizontal[data-v-42ce3f17] {
734
+ .el-divider--horizontal[data-v-08d9d211] {
703
735
  margin: 12px 0;
704
736
  }
705
- .serviceflow-nodeView[data-v-42ce3f17] {
737
+ .serviceflow-nodeView[data-v-08d9d211] {
706
738
  border: 1px solid #5a90f9;
707
739
  background: #eef3fe;
708
740
  }
709
- .serviceflow-nodeTitle[data-v-42ce3f17] {
741
+ .serviceflow-nodeTitle[data-v-08d9d211] {
710
742
  width: 80px;
711
743
  }
712
- .serviceflow-nodeView[data-v-1519c141] {
744
+ .serviceflow-nodeView[data-v-96d149c1] {
713
745
  box-sizing: border-box;
714
746
  margin: 10px 10px;
715
747
  width: 180px;
@@ -718,7 +750,7 @@
718
750
  border-radius: 2px 2px 2px 2px;
719
751
  padding: 20px 10px;
720
752
  }
721
- .serviceflow-nodeTitle[data-v-1519c141] {
753
+ .serviceflow-nodeTitle[data-v-96d149c1] {
722
754
  width: 90px;
723
755
  height: 15px;
724
756
  font-weight: 400;
@@ -734,7 +766,7 @@
734
766
  overflow: hidden; /* 隐藏超出div宽度的文本 */
735
767
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
736
768
  }
737
- .serviceflow-nodeContent[data-v-1519c141] {
769
+ .serviceflow-nodeContent[data-v-96d149c1] {
738
770
  /* width: 100%; */
739
771
  height: 15px;
740
772
  font-weight: 400;
@@ -750,19 +782,19 @@
750
782
  overflow: hidden; /* 隐藏超出div宽度的文本 */
751
783
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
752
784
  }
753
- .serviceflow-nodeContent-desc[data-v-1519c141] {
785
+ .serviceflow-nodeContent-desc[data-v-96d149c1] {
754
786
  }
755
- .el-divider--horizontal[data-v-1519c141] {
787
+ .el-divider--horizontal[data-v-96d149c1] {
756
788
  margin: 12px 0;
757
789
  }
758
- .serviceflow-nodeView[data-v-1519c141] {
790
+ .serviceflow-nodeView[data-v-96d149c1] {
759
791
  border: 1px solid #5a90f9;
760
792
  background: #eef3fe;
761
793
  }
762
- .serviceflow-nodeTitle[data-v-1519c141] {
794
+ .serviceflow-nodeTitle[data-v-96d149c1] {
763
795
  width: 80px;
764
796
  }
765
- .serviceflow-nodeView[data-v-96d149c1] {
797
+ .serviceflow-nodeView[data-v-42ce3f17] {
766
798
  box-sizing: border-box;
767
799
  margin: 10px 10px;
768
800
  width: 180px;
@@ -771,7 +803,7 @@
771
803
  border-radius: 2px 2px 2px 2px;
772
804
  padding: 20px 10px;
773
805
  }
774
- .serviceflow-nodeTitle[data-v-96d149c1] {
806
+ .serviceflow-nodeTitle[data-v-42ce3f17] {
775
807
  width: 90px;
776
808
  height: 15px;
777
809
  font-weight: 400;
@@ -787,7 +819,7 @@
787
819
  overflow: hidden; /* 隐藏超出div宽度的文本 */
788
820
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
789
821
  }
790
- .serviceflow-nodeContent[data-v-96d149c1] {
822
+ .serviceflow-nodeContent[data-v-42ce3f17] {
791
823
  /* width: 100%; */
792
824
  height: 15px;
793
825
  font-weight: 400;
@@ -803,19 +835,19 @@
803
835
  overflow: hidden; /* 隐藏超出div宽度的文本 */
804
836
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
805
837
  }
806
- .serviceflow-nodeContent-desc[data-v-96d149c1] {
838
+ .serviceflow-nodeContent-desc[data-v-42ce3f17] {
807
839
  }
808
- .el-divider--horizontal[data-v-96d149c1] {
840
+ .el-divider--horizontal[data-v-42ce3f17] {
809
841
  margin: 12px 0;
810
842
  }
811
- .serviceflow-nodeView[data-v-96d149c1] {
843
+ .serviceflow-nodeView[data-v-42ce3f17] {
812
844
  border: 1px solid #5a90f9;
813
845
  background: #eef3fe;
814
846
  }
815
- .serviceflow-nodeTitle[data-v-96d149c1] {
847
+ .serviceflow-nodeTitle[data-v-42ce3f17] {
816
848
  width: 80px;
817
849
  }
818
- .serviceflow-nodeView[data-v-08d9d211] {
850
+ .serviceflow-nodeView[data-v-91a913ff] {
819
851
  box-sizing: border-box;
820
852
  margin: 10px 10px;
821
853
  width: 180px;
@@ -824,7 +856,7 @@
824
856
  border-radius: 2px 2px 2px 2px;
825
857
  padding: 20px 10px;
826
858
  }
827
- .serviceflow-nodeTitle[data-v-08d9d211] {
859
+ .serviceflow-nodeTitle[data-v-91a913ff] {
828
860
  width: 90px;
829
861
  height: 15px;
830
862
  font-weight: 400;
@@ -840,7 +872,7 @@
840
872
  overflow: hidden; /* 隐藏超出div宽度的文本 */
841
873
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
842
874
  }
843
- .serviceflow-nodeContent[data-v-08d9d211] {
875
+ .serviceflow-nodeContent[data-v-91a913ff] {
844
876
  /* width: 100%; */
845
877
  height: 15px;
846
878
  font-weight: 400;
@@ -856,19 +888,19 @@
856
888
  overflow: hidden; /* 隐藏超出div宽度的文本 */
857
889
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
858
890
  }
859
- .serviceflow-nodeContent-desc[data-v-08d9d211] {
891
+ .serviceflow-nodeContent-desc[data-v-91a913ff] {
860
892
  }
861
- .el-divider--horizontal[data-v-08d9d211] {
893
+ .el-divider--horizontal[data-v-91a913ff] {
862
894
  margin: 12px 0;
863
895
  }
864
- .serviceflow-nodeView[data-v-08d9d211] {
896
+ .serviceflow-nodeView[data-v-91a913ff] {
865
897
  border: 1px solid #5a90f9;
866
898
  background: #eef3fe;
867
899
  }
868
- .serviceflow-nodeTitle[data-v-08d9d211] {
900
+ .serviceflow-nodeTitle[data-v-91a913ff] {
869
901
  width: 80px;
870
902
  }
871
- .serviceflow-nodeView[data-v-6b34f36c] {
903
+ .serviceflow-nodeView[data-v-418f1558] {
872
904
  box-sizing: border-box;
873
905
  margin: 10px 10px;
874
906
  width: 180px;
@@ -877,7 +909,7 @@
877
909
  border-radius: 2px 2px 2px 2px;
878
910
  padding: 20px 10px;
879
911
  }
880
- .serviceflow-nodeTitle[data-v-6b34f36c] {
912
+ .serviceflow-nodeTitle[data-v-418f1558] {
881
913
  width: 90px;
882
914
  height: 15px;
883
915
  font-weight: 400;
@@ -893,7 +925,7 @@
893
925
  overflow: hidden; /* 隐藏超出div宽度的文本 */
894
926
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
895
927
  }
896
- .serviceflow-nodeContent[data-v-6b34f36c] {
928
+ .serviceflow-nodeContent[data-v-418f1558] {
897
929
  /* width: 100%; */
898
930
  height: 15px;
899
931
  font-weight: 400;
@@ -909,17 +941,18 @@
909
941
  overflow: hidden; /* 隐藏超出div宽度的文本 */
910
942
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
911
943
  }
912
- .serviceflow-nodeContent-desc[data-v-6b34f36c] {
944
+ .serviceflow-nodeContent-desc[data-v-418f1558] {
913
945
  }
914
- .el-divider--horizontal[data-v-6b34f36c] {
946
+ .el-divider--horizontal[data-v-418f1558] {
915
947
  margin: 12px 0;
916
948
  }
917
- .serviceflow-nodeView[data-v-6b34f36c] {
949
+ .serviceflow-nodeView[data-v-418f1558] {
918
950
  border: 1px solid #5a90f9;
919
- background: #eef3fe;
951
+ background: #eef3fe;
952
+ width: 180px;
953
+ min-height: 95px;
920
954
  }
921
- .serviceflow-nodeTitle[data-v-6b34f36c] {
922
- width: 80px;
955
+ .serviceflow-nodeContent[data-v-418f1558] {
923
956
  }
924
957
  .serviceflow-nodeView[data-v-4d28d77b] {
925
958
  box-sizing: border-box;
@@ -1027,7 +1060,7 @@
1027
1060
  .serviceflow-nodeTitle[data-v-b04d3f8b] {
1028
1061
  width: 80px;
1029
1062
  }
1030
- .serviceflow-nodeView[data-v-23f1c97b] {
1063
+ .serviceflow-nodeView[data-v-1519c141] {
1031
1064
  box-sizing: border-box;
1032
1065
  margin: 10px 10px;
1033
1066
  width: 180px;
@@ -1036,7 +1069,7 @@
1036
1069
  border-radius: 2px 2px 2px 2px;
1037
1070
  padding: 20px 10px;
1038
1071
  }
1039
- .serviceflow-nodeTitle[data-v-23f1c97b] {
1072
+ .serviceflow-nodeTitle[data-v-1519c141] {
1040
1073
  width: 90px;
1041
1074
  height: 15px;
1042
1075
  font-weight: 400;
@@ -1052,7 +1085,7 @@
1052
1085
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1053
1086
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1054
1087
  }
1055
- .serviceflow-nodeContent[data-v-23f1c97b] {
1088
+ .serviceflow-nodeContent[data-v-1519c141] {
1056
1089
  /* width: 100%; */
1057
1090
  height: 15px;
1058
1091
  font-weight: 400;
@@ -1068,39 +1101,19 @@
1068
1101
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1069
1102
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1070
1103
  }
1071
- .serviceflow-nodeContent-desc[data-v-23f1c97b] {
1104
+ .serviceflow-nodeContent-desc[data-v-1519c141] {
1072
1105
  }
1073
- .el-divider--horizontal[data-v-23f1c97b] {
1106
+ .el-divider--horizontal[data-v-1519c141] {
1074
1107
  margin: 12px 0;
1075
1108
  }
1076
- .serviceflow-nodeView[data-v-23f1c97b] {
1109
+ .serviceflow-nodeView[data-v-1519c141] {
1077
1110
  border: 1px solid #5a90f9;
1078
1111
  background: #eef3fe;
1079
1112
  }
1080
- .serviceflow-nodeTitle[data-v-23f1c97b] {
1113
+ .serviceflow-nodeTitle[data-v-1519c141] {
1081
1114
  width: 80px;
1082
1115
  }
1083
-
1084
- .aaa[data-v-8bd72b80] {
1085
- width: 300px;
1086
- height: 200px;
1087
- background: #ffffff;
1088
- box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1089
- border-radius: 2px 2px 2px 2px;
1090
- }
1091
- .content[data-v-8bd72b80] {
1092
- width: 28px;
1093
- height: 15px;
1094
- font-weight: 400;
1095
- font-size: 14px;
1096
- color: #333333;
1097
- line-height: 14px;
1098
- text-align: left;
1099
- font-style: normal;
1100
- text-transform: none;
1101
- padding: 5px 0px 4px 10px;
1102
- }
1103
- .serviceflow-nodeView[data-v-9770119b] {
1116
+ .serviceflow-nodeView[data-v-23f1c97b] {
1104
1117
  box-sizing: border-box;
1105
1118
  margin: 10px 10px;
1106
1119
  width: 180px;
@@ -1109,7 +1122,7 @@
1109
1122
  border-radius: 2px 2px 2px 2px;
1110
1123
  padding: 20px 10px;
1111
1124
  }
1112
- .serviceflow-nodeTitle[data-v-9770119b] {
1125
+ .serviceflow-nodeTitle[data-v-23f1c97b] {
1113
1126
  width: 90px;
1114
1127
  height: 15px;
1115
1128
  font-weight: 400;
@@ -1125,7 +1138,7 @@
1125
1138
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1126
1139
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1127
1140
  }
1128
- .serviceflow-nodeContent[data-v-9770119b] {
1141
+ .serviceflow-nodeContent[data-v-23f1c97b] {
1129
1142
  /* width: 100%; */
1130
1143
  height: 15px;
1131
1144
  font-weight: 400;
@@ -1141,73 +1154,60 @@
1141
1154
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1142
1155
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1143
1156
  }
1144
- .serviceflow-nodeContent-desc[data-v-9770119b] {
1157
+ .serviceflow-nodeContent-desc[data-v-23f1c97b] {
1145
1158
  }
1146
- .el-divider--horizontal[data-v-9770119b] {
1159
+ .el-divider--horizontal[data-v-23f1c97b] {
1147
1160
  margin: 12px 0;
1148
1161
  }
1149
- .serviceflow-nodeView[data-v-9770119b] {
1162
+ .serviceflow-nodeView[data-v-23f1c97b] {
1150
1163
  border: 1px solid #5a90f9;
1151
1164
  background: #eef3fe;
1152
1165
  }
1153
- .serviceflow-nodeTitle[data-v-9770119b] {
1166
+ .serviceflow-nodeTitle[data-v-23f1c97b] {
1154
1167
  width: 80px;
1155
1168
  }
1156
- .serviceflow-nodeView[data-v-3c23a172] {
1157
- box-sizing: border-box;
1158
- margin: 10px 10px;
1159
- width: 180px;
1160
- height: 95px;
1169
+
1170
+ .aaa[data-v-8bd72b80] {
1171
+ width: 300px;
1172
+ height: 200px;
1173
+ background: #ffffff;
1161
1174
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1162
- border-radius: 2px 2px 2px 2px;
1163
- padding: 20px 10px;
1175
+ border-radius: 2px 2px 2px 2px;
1164
1176
  }
1165
- .serviceflow-nodeTitle[data-v-3c23a172] {
1166
- width: 90px;
1177
+ .content[data-v-8bd72b80] {
1178
+ width: 28px;
1167
1179
  height: 15px;
1168
1180
  font-weight: 400;
1169
- font-size: 16px;
1181
+ font-size: 14px;
1170
1182
  color: #333333;
1171
1183
  line-height: 14px;
1172
1184
  text-align: left;
1173
1185
  font-style: normal;
1174
1186
  text-transform: none;
1175
- padding: 0px 24px;
1176
- box-sizing: content-box;
1177
- white-space: nowrap; /* 确保文本在一行内显示 */
1178
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1179
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1187
+ padding: 5px 0px 4px 10px;
1188
+ }
1189
+
1190
+ .node-content[data-v-117d4091] {
1191
+ width: 120px;
1192
+ height: 44px;
1193
+ background: #ffffff;
1194
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
1195
+ border-radius: 2px 2px 2px 2px;
1180
1196
  }
1181
- .serviceflow-nodeContent[data-v-3c23a172] {
1182
- /* width: 100%; */
1197
+ .content[data-v-117d4091] {
1198
+ width: 28px;
1183
1199
  height: 15px;
1184
1200
  font-weight: 400;
1185
1201
  font-size: 14px;
1186
- color: #666666;
1202
+ color: #333333;
1187
1203
  line-height: 14px;
1188
1204
  text-align: left;
1189
1205
  font-style: normal;
1190
1206
  text-transform: none;
1191
- padding: 0px 0px;
1192
- box-sizing: content-box;
1193
- white-space: nowrap; /* 确保文本在一行内显示 */
1194
- overflow: hidden; /* 隐藏超出div宽度的文本 */
1195
- text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1196
- }
1197
- .serviceflow-nodeContent-desc[data-v-3c23a172] {
1198
- }
1199
- .el-divider--horizontal[data-v-3c23a172] {
1200
- margin: 12px 0;
1201
- }
1202
- .serviceflow-nodeView[data-v-3c23a172] {
1203
- border: 1px solid #5a90f9;
1204
- background: #eef3fe;
1205
- width: 180px;
1206
- min-height: 95px;
1207
- }
1208
- .serviceflow-nodeContent[data-v-3c23a172] {
1207
+ padding: 5px 0px 4px 10px;
1208
+ box-sizing: content-box;
1209
1209
  }
1210
- .serviceflow-nodeView[data-v-91a913ff] {
1210
+ .serviceflow-nodeView[data-v-6b34f36c] {
1211
1211
  box-sizing: border-box;
1212
1212
  margin: 10px 10px;
1213
1213
  width: 180px;
@@ -1216,7 +1216,7 @@
1216
1216
  border-radius: 2px 2px 2px 2px;
1217
1217
  padding: 20px 10px;
1218
1218
  }
1219
- .serviceflow-nodeTitle[data-v-91a913ff] {
1219
+ .serviceflow-nodeTitle[data-v-6b34f36c] {
1220
1220
  width: 90px;
1221
1221
  height: 15px;
1222
1222
  font-weight: 400;
@@ -1232,7 +1232,7 @@
1232
1232
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1233
1233
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1234
1234
  }
1235
- .serviceflow-nodeContent[data-v-91a913ff] {
1235
+ .serviceflow-nodeContent[data-v-6b34f36c] {
1236
1236
  /* width: 100%; */
1237
1237
  height: 15px;
1238
1238
  font-weight: 400;
@@ -1248,19 +1248,26 @@
1248
1248
  overflow: hidden; /* 隐藏超出div宽度的文本 */
1249
1249
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
1250
1250
  }
1251
- .serviceflow-nodeContent-desc[data-v-91a913ff] {
1251
+ .serviceflow-nodeContent-desc[data-v-6b34f36c] {
1252
1252
  }
1253
- .el-divider--horizontal[data-v-91a913ff] {
1253
+ .el-divider--horizontal[data-v-6b34f36c] {
1254
1254
  margin: 12px 0;
1255
1255
  }
1256
- .serviceflow-nodeView[data-v-91a913ff] {
1256
+ .serviceflow-nodeView[data-v-6b34f36c] {
1257
1257
  border: 1px solid #5a90f9;
1258
1258
  background: #eef3fe;
1259
1259
  }
1260
- .serviceflow-nodeTitle[data-v-91a913ff] {
1260
+ .serviceflow-nodeTitle[data-v-6b34f36c] {
1261
1261
  width: 80px;
1262
1262
  }
1263
1263
 
1264
+ .el-radio[data-v-1ee0eb33] {
1265
+ margin-right: 10px;
1266
+ }
1267
+ [data-v-1ee0eb33] .el-empty__description {
1268
+ margin-top: 0px;
1269
+ }
1270
+
1264
1271
  .el-select + .el-input[data-v-b53b2895] {
1265
1272
  margin-left: 10px;
1266
1273
  }
@@ -1271,6 +1278,10 @@
1271
1278
  margin-left: 10px;
1272
1279
  }
1273
1280
 
1281
+ .el-radio[data-v-1bbd6187] {
1282
+ margin-right: 10px;
1283
+ }
1284
+
1274
1285
  .el-select + .el-input[data-v-7fcf8a84] {
1275
1286
  margin-left: 10px;
1276
1287
  }
@@ -1281,17 +1292,6 @@
1281
1292
  margin-left: 10px;
1282
1293
  }
1283
1294
 
1284
- .el-radio[data-v-1bbd6187] {
1285
- margin-right: 10px;
1286
- }
1287
-
1288
- .el-radio[data-v-1ee0eb33] {
1289
- margin-right: 10px;
1290
- }
1291
- [data-v-1ee0eb33] .el-empty__description {
1292
- margin-top: 0px;
1293
- }
1294
-
1295
1295
  [data-v-21f429a9] .el-cascader-menu {
1296
1296
  min-width: 120px !important;
1297
1297
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "service-flow-designer",
3
- "version": "2.1.53",
3
+ "version": "2.1.57",
4
4
  "description": "AgileBuilder Service Flow Designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -61,7 +61,7 @@
61
61
  "@logicflow/layout": "1.2.0-alpha.16",
62
62
  "@uiw/codemirror-themes-all": "^4.21.25",
63
63
  "@vueuse/core": "^10.9.0",
64
- "agilebuilder-ui": "1.0.87",
64
+ "agilebuilder-ui": "1.0.90",
65
65
  "codemirror": "^6.0.1",
66
66
  "nprogress": "^0.2.0",
67
67
  "pinia": "^2.1.7",