service-flow-designer 2.0.21 → 2.0.24
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/es/style.css +267 -267
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -183,11 +183,6 @@
|
|
|
183
183
|
margin-top: 10px;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
187
|
-
overflow: hidden !important;
|
|
188
|
-
padding-right: 0 !important;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
186
|
.editorTool[data-v-684c1f08] {
|
|
192
187
|
margin-left: auto;
|
|
193
188
|
}
|
|
@@ -201,23 +196,13 @@
|
|
|
201
196
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
202
197
|
}
|
|
203
198
|
|
|
204
|
-
[data-v-
|
|
199
|
+
[data-v-65e38bfb] .el-radio {
|
|
205
200
|
margin: 0;
|
|
206
201
|
}
|
|
207
|
-
.el-radio + .el-radio[data-v-
|
|
202
|
+
.el-radio + .el-radio[data-v-65e38bfb] {
|
|
208
203
|
margin-left: 10px;
|
|
209
204
|
}
|
|
210
205
|
|
|
211
|
-
.el-drawer__header {
|
|
212
|
-
margin-bottom: 0 !important;
|
|
213
|
-
}
|
|
214
|
-
/**
|
|
215
|
-
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
216
|
-
*/
|
|
217
|
-
[data-v-c51cce99] .el-overlay {
|
|
218
|
-
position: static;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
206
|
.el-alert + .el-table[data-v-e27c4c1e] {
|
|
222
207
|
margin-top: 10px;
|
|
223
208
|
}
|
|
@@ -227,12 +212,71 @@
|
|
|
227
212
|
.el-alert + .el-form-item[data-v-e27c4c1e] {
|
|
228
213
|
margin-top: 10px;
|
|
229
214
|
}
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
215
|
+
.amb-design-attr-base-content[data-v-ce167986] {
|
|
216
|
+
background: #ffffff;
|
|
217
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
218
|
+
height: 100%;
|
|
219
|
+
padding-left: 10px;
|
|
220
|
+
padding-right: 10px;
|
|
221
|
+
overflow: auto;
|
|
233
222
|
}
|
|
234
|
-
.
|
|
235
|
-
margin-
|
|
223
|
+
.amb-design-attr-item[data-v-ce167986] {
|
|
224
|
+
margin-bottom: 8px;
|
|
225
|
+
}
|
|
226
|
+
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
227
|
+
background: #f5f6f8;
|
|
228
|
+
padding-left: 10px;
|
|
229
|
+
font-size: 14px;
|
|
230
|
+
height: 42px;
|
|
231
|
+
}
|
|
232
|
+
.amb-design-attr-content[data-v-ce167986] {
|
|
233
|
+
background: #ffffff;
|
|
234
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
235
|
+
height: 100%;
|
|
236
|
+
padding-left: 10px;
|
|
237
|
+
padding-right: 10px;
|
|
238
|
+
overflow: auto;
|
|
239
|
+
position: relative;
|
|
240
|
+
}
|
|
241
|
+
.amb-design-attr-header-search[data-v-ce167986] {
|
|
242
|
+
margin-top: 16px;
|
|
243
|
+
}
|
|
244
|
+
.amb-design-attr-header-select[data-v-ce167986] {
|
|
245
|
+
width: 90px;
|
|
246
|
+
height: 36px;
|
|
247
|
+
}
|
|
248
|
+
.amb-design-page-param-row[data-v-ce167986] {
|
|
249
|
+
height: 34px;
|
|
250
|
+
}
|
|
251
|
+
.el-table__cell > .cell[data-v-ce167986] {
|
|
252
|
+
white-space: nowrap !important;
|
|
253
|
+
}
|
|
254
|
+
.serviceflow-item[data-v-ce167986] {
|
|
255
|
+
background: rgba(88, 147, 239, 0.06);
|
|
256
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
257
|
+
border-radius: 4px 4px 4px 4px;
|
|
258
|
+
text-align: center;
|
|
259
|
+
margin-top: 12px;
|
|
260
|
+
padding: 10px 5px 10px 5px;
|
|
261
|
+
font-size: 12px;
|
|
262
|
+
cursor: move;
|
|
263
|
+
height: 60px;
|
|
264
|
+
overflow: hidden;
|
|
265
|
+
box-sizing: border-box;
|
|
266
|
+
color: #333333;
|
|
267
|
+
text-overflow: ellipsis;
|
|
268
|
+
white-space: nowrap;
|
|
269
|
+
-webkit-user-select: none; /* Safari */
|
|
270
|
+
-moz-user-select: none; /* Firefox */
|
|
271
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
272
|
+
user-select: none; /* 标准语法 */
|
|
273
|
+
}
|
|
274
|
+
.serviceflow-item[data-v-ce167986]:hover {
|
|
275
|
+
background: rgba(11, 45, 101, 0.105);
|
|
276
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
277
|
+
}
|
|
278
|
+
.amb-assembly-item-drag[data-v-ce167986] {
|
|
279
|
+
opacity: 1 !important;
|
|
236
280
|
}
|
|
237
281
|
.control-item[data-v-fdc6ec07] {
|
|
238
282
|
top: -5px;
|
|
@@ -365,6 +409,23 @@
|
|
|
365
409
|
margin-left: 50px;
|
|
366
410
|
}
|
|
367
411
|
|
|
412
|
+
.el-alert + .el-table[data-v-d978e7dc] {
|
|
413
|
+
margin-top: 10px;
|
|
414
|
+
}
|
|
415
|
+
.el-table + .el-alert[data-v-d978e7dc] {
|
|
416
|
+
margin: 10px 0;
|
|
417
|
+
}
|
|
418
|
+
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
419
|
+
margin-top: 10px;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.el-tabs + .el-alert[data-v-08737620] {
|
|
423
|
+
margin-top: 10px;
|
|
424
|
+
}
|
|
425
|
+
.el-alert + .el-form-item[data-v-08737620] {
|
|
426
|
+
margin-top: 10px;
|
|
427
|
+
}
|
|
428
|
+
|
|
368
429
|
.el-alert + .el-table[data-v-82e0dfef] {
|
|
369
430
|
margin-top: 10px;
|
|
370
431
|
}
|
|
@@ -372,6 +433,30 @@
|
|
|
372
433
|
margin-top: 10px;
|
|
373
434
|
}
|
|
374
435
|
|
|
436
|
+
.el-alert + .el-table[data-v-028fb838] {
|
|
437
|
+
margin-top: 10px;
|
|
438
|
+
}
|
|
439
|
+
.el-table + .el-alert[data-v-028fb838] {
|
|
440
|
+
margin: 10px 0;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
[data-v-808a13e1] .el-radio {
|
|
444
|
+
margin: 0;
|
|
445
|
+
}
|
|
446
|
+
.el-radio + .el-radio[data-v-808a13e1] {
|
|
447
|
+
margin-left: 10px;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.el-drawer__header {
|
|
451
|
+
margin-bottom: 0 !important;
|
|
452
|
+
}
|
|
453
|
+
/**
|
|
454
|
+
解决右侧弹出属性配置遮罩层打开后页面其他地方无法点击问题
|
|
455
|
+
*/
|
|
456
|
+
[data-v-c51cce99] .el-overlay {
|
|
457
|
+
position: static;
|
|
458
|
+
}
|
|
459
|
+
|
|
375
460
|
[data-v-2badb0bb] .el-table__row {
|
|
376
461
|
cursor: pointer;
|
|
377
462
|
}
|
|
@@ -414,95 +499,10 @@
|
|
|
414
499
|
.el-alert + .el-table[data-v-32875028] {
|
|
415
500
|
margin: 10px 0;
|
|
416
501
|
}
|
|
417
|
-
.amb-design-attr-base-content[data-v-ce167986] {
|
|
418
|
-
background: #ffffff;
|
|
419
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
420
|
-
height: 100%;
|
|
421
|
-
padding-left: 10px;
|
|
422
|
-
padding-right: 10px;
|
|
423
|
-
overflow: auto;
|
|
424
|
-
}
|
|
425
|
-
.amb-design-attr-item[data-v-ce167986] {
|
|
426
|
-
margin-bottom: 8px;
|
|
427
|
-
}
|
|
428
|
-
.amb-design-attr-group-header > button[data-v-ce167986] {
|
|
429
|
-
background: #f5f6f8;
|
|
430
|
-
padding-left: 10px;
|
|
431
|
-
font-size: 14px;
|
|
432
|
-
height: 42px;
|
|
433
|
-
}
|
|
434
|
-
.amb-design-attr-content[data-v-ce167986] {
|
|
435
|
-
background: #ffffff;
|
|
436
|
-
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
437
|
-
height: 100%;
|
|
438
|
-
padding-left: 10px;
|
|
439
|
-
padding-right: 10px;
|
|
440
|
-
overflow: auto;
|
|
441
|
-
position: relative;
|
|
442
|
-
}
|
|
443
|
-
.amb-design-attr-header-search[data-v-ce167986] {
|
|
444
|
-
margin-top: 16px;
|
|
445
|
-
}
|
|
446
|
-
.amb-design-attr-header-select[data-v-ce167986] {
|
|
447
|
-
width: 90px;
|
|
448
|
-
height: 36px;
|
|
449
|
-
}
|
|
450
|
-
.amb-design-page-param-row[data-v-ce167986] {
|
|
451
|
-
height: 34px;
|
|
452
|
-
}
|
|
453
|
-
.el-table__cell > .cell[data-v-ce167986] {
|
|
454
|
-
white-space: nowrap !important;
|
|
455
|
-
}
|
|
456
|
-
.serviceflow-item[data-v-ce167986] {
|
|
457
|
-
background: rgba(88, 147, 239, 0.06);
|
|
458
|
-
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
459
|
-
border-radius: 4px 4px 4px 4px;
|
|
460
|
-
text-align: center;
|
|
461
|
-
margin-top: 12px;
|
|
462
|
-
padding: 10px 5px 10px 5px;
|
|
463
|
-
font-size: 12px;
|
|
464
|
-
cursor: move;
|
|
465
|
-
height: 60px;
|
|
466
|
-
overflow: hidden;
|
|
467
|
-
box-sizing: border-box;
|
|
468
|
-
color: #333333;
|
|
469
|
-
text-overflow: ellipsis;
|
|
470
|
-
white-space: nowrap;
|
|
471
|
-
-webkit-user-select: none; /* Safari */
|
|
472
|
-
-moz-user-select: none; /* Firefox */
|
|
473
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
474
|
-
user-select: none; /* 标准语法 */
|
|
475
|
-
}
|
|
476
|
-
.serviceflow-item[data-v-ce167986]:hover {
|
|
477
|
-
background: rgba(11, 45, 101, 0.105);
|
|
478
|
-
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
479
|
-
}
|
|
480
|
-
.amb-assembly-item-drag[data-v-ce167986] {
|
|
481
|
-
opacity: 1 !important;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.el-tabs + .el-alert[data-v-08737620] {
|
|
485
|
-
margin-top: 10px;
|
|
486
|
-
}
|
|
487
|
-
.el-alert + .el-form-item[data-v-08737620] {
|
|
488
|
-
margin-top: 10px;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.el-alert + .el-table[data-v-d978e7dc] {
|
|
492
|
-
margin-top: 10px;
|
|
493
|
-
}
|
|
494
|
-
.el-table + .el-alert[data-v-d978e7dc] {
|
|
495
|
-
margin: 10px 0;
|
|
496
|
-
}
|
|
497
|
-
.el-alert + .el-form-item[data-v-d978e7dc] {
|
|
498
|
-
margin-top: 10px;
|
|
499
|
-
}
|
|
500
502
|
|
|
501
|
-
.el-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
.el-table + .el-alert[data-v-028fb838] {
|
|
505
|
-
margin: 10px 0;
|
|
503
|
+
.el-dialog__wrapper[data-v-d41cb0ad] {
|
|
504
|
+
overflow: hidden !important;
|
|
505
|
+
padding-right: 0 !important;
|
|
506
506
|
}
|
|
507
507
|
|
|
508
508
|
.node-content[data-v-b28923f3] {
|
|
@@ -524,58 +524,7 @@
|
|
|
524
524
|
text-transform: none;
|
|
525
525
|
padding: 5px 0px 4px 10px;
|
|
526
526
|
}
|
|
527
|
-
.nodeView[data-v-
|
|
528
|
-
box-sizing: border-box;
|
|
529
|
-
margin: 10px 10px;
|
|
530
|
-
width: 180px;
|
|
531
|
-
height: 95px;
|
|
532
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
533
|
-
border-radius: 2px 2px 2px 2px;
|
|
534
|
-
padding: 20px 10px;
|
|
535
|
-
}
|
|
536
|
-
.nodeTitle[data-v-faa5a940] {
|
|
537
|
-
width: 90px;
|
|
538
|
-
height: 15px;
|
|
539
|
-
font-weight: 400;
|
|
540
|
-
font-size: 16px;
|
|
541
|
-
color: #333333;
|
|
542
|
-
line-height: 14px;
|
|
543
|
-
text-align: left;
|
|
544
|
-
font-style: normal;
|
|
545
|
-
text-transform: none;
|
|
546
|
-
padding: 0px 24px;
|
|
547
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
548
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
549
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
550
|
-
}
|
|
551
|
-
.nodeContent[data-v-faa5a940] {
|
|
552
|
-
/* width: 100%; */
|
|
553
|
-
height: 15px;
|
|
554
|
-
font-weight: 400;
|
|
555
|
-
font-size: 14px;
|
|
556
|
-
color: #666666;
|
|
557
|
-
line-height: 14px;
|
|
558
|
-
text-align: left;
|
|
559
|
-
font-style: normal;
|
|
560
|
-
text-transform: none;
|
|
561
|
-
padding: 0px 0px;
|
|
562
|
-
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
563
|
-
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
564
|
-
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
565
|
-
}
|
|
566
|
-
.nodeContent-desc[data-v-faa5a940]{
|
|
567
|
-
}
|
|
568
|
-
.el-divider--horizontal[data-v-faa5a940] {
|
|
569
|
-
margin: 12px 0;
|
|
570
|
-
}
|
|
571
|
-
.nodeView[data-v-faa5a940] {
|
|
572
|
-
border: 1px solid #5a90f9;
|
|
573
|
-
background: #eef3fe;
|
|
574
|
-
}
|
|
575
|
-
.nodeTitle[data-v-faa5a940] {
|
|
576
|
-
width: 80px;
|
|
577
|
-
}
|
|
578
|
-
.nodeView[data-v-9fff2753] {
|
|
527
|
+
.nodeView[data-v-221a60f8] {
|
|
579
528
|
box-sizing: border-box;
|
|
580
529
|
margin: 10px 10px;
|
|
581
530
|
width: 180px;
|
|
@@ -584,7 +533,7 @@
|
|
|
584
533
|
border-radius: 2px 2px 2px 2px;
|
|
585
534
|
padding: 20px 10px;
|
|
586
535
|
}
|
|
587
|
-
.nodeTitle[data-v-
|
|
536
|
+
.nodeTitle[data-v-221a60f8] {
|
|
588
537
|
width: 90px;
|
|
589
538
|
height: 15px;
|
|
590
539
|
font-weight: 400;
|
|
@@ -599,7 +548,7 @@
|
|
|
599
548
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
600
549
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
601
550
|
}
|
|
602
|
-
.nodeContent[data-v-
|
|
551
|
+
.nodeContent[data-v-221a60f8] {
|
|
603
552
|
/* width: 100%; */
|
|
604
553
|
height: 15px;
|
|
605
554
|
font-weight: 400;
|
|
@@ -614,19 +563,19 @@
|
|
|
614
563
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
615
564
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
616
565
|
}
|
|
617
|
-
.nodeContent-desc[data-v-
|
|
566
|
+
.nodeContent-desc[data-v-221a60f8]{
|
|
618
567
|
}
|
|
619
|
-
.el-divider--horizontal[data-v-
|
|
568
|
+
.el-divider--horizontal[data-v-221a60f8] {
|
|
620
569
|
margin: 12px 0;
|
|
621
570
|
}
|
|
622
|
-
.nodeView[data-v-
|
|
571
|
+
.nodeView[data-v-221a60f8] {
|
|
623
572
|
border: 1px solid #5a90f9;
|
|
624
573
|
background: #eef3fe;
|
|
625
574
|
}
|
|
626
|
-
.nodeTitle[data-v-
|
|
575
|
+
.nodeTitle[data-v-221a60f8] {
|
|
627
576
|
width: 80px;
|
|
628
577
|
}
|
|
629
|
-
.nodeView[data-v-
|
|
578
|
+
.nodeView[data-v-b604c489] {
|
|
630
579
|
box-sizing: border-box;
|
|
631
580
|
margin: 10px 10px;
|
|
632
581
|
width: 180px;
|
|
@@ -635,7 +584,7 @@
|
|
|
635
584
|
border-radius: 2px 2px 2px 2px;
|
|
636
585
|
padding: 20px 10px;
|
|
637
586
|
}
|
|
638
|
-
.nodeTitle[data-v-
|
|
587
|
+
.nodeTitle[data-v-b604c489] {
|
|
639
588
|
width: 90px;
|
|
640
589
|
height: 15px;
|
|
641
590
|
font-weight: 400;
|
|
@@ -650,7 +599,7 @@
|
|
|
650
599
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
651
600
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
652
601
|
}
|
|
653
|
-
.nodeContent[data-v-
|
|
602
|
+
.nodeContent[data-v-b604c489] {
|
|
654
603
|
/* width: 100%; */
|
|
655
604
|
height: 15px;
|
|
656
605
|
font-weight: 400;
|
|
@@ -665,19 +614,19 @@
|
|
|
665
614
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
666
615
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
667
616
|
}
|
|
668
|
-
.nodeContent-desc[data-v-
|
|
617
|
+
.nodeContent-desc[data-v-b604c489]{
|
|
669
618
|
}
|
|
670
|
-
.el-divider--horizontal[data-v-
|
|
619
|
+
.el-divider--horizontal[data-v-b604c489] {
|
|
671
620
|
margin: 12px 0;
|
|
672
621
|
}
|
|
673
|
-
.nodeView[data-v-
|
|
622
|
+
.nodeView[data-v-b604c489] {
|
|
674
623
|
border: 1px solid #5a90f9;
|
|
675
624
|
background: #eef3fe;
|
|
676
625
|
}
|
|
677
|
-
.nodeTitle[data-v-
|
|
626
|
+
.nodeTitle[data-v-b604c489] {
|
|
678
627
|
width: 80px;
|
|
679
628
|
}
|
|
680
|
-
.nodeView[data-v-
|
|
629
|
+
.nodeView[data-v-6d0cd280] {
|
|
681
630
|
box-sizing: border-box;
|
|
682
631
|
margin: 10px 10px;
|
|
683
632
|
width: 180px;
|
|
@@ -686,7 +635,7 @@
|
|
|
686
635
|
border-radius: 2px 2px 2px 2px;
|
|
687
636
|
padding: 20px 10px;
|
|
688
637
|
}
|
|
689
|
-
.nodeTitle[data-v-
|
|
638
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
690
639
|
width: 90px;
|
|
691
640
|
height: 15px;
|
|
692
641
|
font-weight: 400;
|
|
@@ -701,7 +650,7 @@
|
|
|
701
650
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
702
651
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
703
652
|
}
|
|
704
|
-
.nodeContent[data-v-
|
|
653
|
+
.nodeContent[data-v-6d0cd280] {
|
|
705
654
|
/* width: 100%; */
|
|
706
655
|
height: 15px;
|
|
707
656
|
font-weight: 400;
|
|
@@ -716,16 +665,16 @@
|
|
|
716
665
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
717
666
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
718
667
|
}
|
|
719
|
-
.nodeContent-desc[data-v-
|
|
668
|
+
.nodeContent-desc[data-v-6d0cd280]{
|
|
720
669
|
}
|
|
721
|
-
.el-divider--horizontal[data-v-
|
|
670
|
+
.el-divider--horizontal[data-v-6d0cd280] {
|
|
722
671
|
margin: 12px 0;
|
|
723
672
|
}
|
|
724
|
-
.nodeView[data-v-
|
|
673
|
+
.nodeView[data-v-6d0cd280] {
|
|
725
674
|
border: 1px solid #5a90f9;
|
|
726
675
|
background: #eef3fe;
|
|
727
676
|
}
|
|
728
|
-
.nodeTitle[data-v-
|
|
677
|
+
.nodeTitle[data-v-6d0cd280] {
|
|
729
678
|
width: 80px;
|
|
730
679
|
}
|
|
731
680
|
.nodeView[data-v-c176feb6] {
|
|
@@ -831,47 +780,58 @@
|
|
|
831
780
|
.nodeTitle[data-v-b01d3a50] {
|
|
832
781
|
width: 80px;
|
|
833
782
|
}
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
783
|
+
.nodeView[data-v-5911272d] {
|
|
784
|
+
box-sizing: border-box;
|
|
785
|
+
margin: 10px 10px;
|
|
786
|
+
width: 180px;
|
|
787
|
+
height: 95px;
|
|
839
788
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
840
|
-
border-radius: 2px 2px 2px 2px;
|
|
789
|
+
border-radius: 2px 2px 2px 2px;
|
|
790
|
+
padding: 20px 10px;
|
|
841
791
|
}
|
|
842
|
-
.
|
|
843
|
-
width:
|
|
792
|
+
.nodeTitle[data-v-5911272d] {
|
|
793
|
+
width: 90px;
|
|
844
794
|
height: 15px;
|
|
845
795
|
font-weight: 400;
|
|
846
|
-
font-size:
|
|
796
|
+
font-size: 16px;
|
|
847
797
|
color: #333333;
|
|
848
798
|
line-height: 14px;
|
|
849
799
|
text-align: left;
|
|
850
800
|
font-style: normal;
|
|
851
801
|
text-transform: none;
|
|
852
|
-
padding:
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
width: 300px;
|
|
857
|
-
height: 200px;
|
|
858
|
-
background: #ffffff;
|
|
859
|
-
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
860
|
-
border-radius: 2px 2px 2px 2px;
|
|
802
|
+
padding: 0px 24px;
|
|
803
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
804
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
805
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
861
806
|
}
|
|
862
|
-
.
|
|
863
|
-
width:
|
|
807
|
+
.nodeContent[data-v-5911272d] {
|
|
808
|
+
/* width: 100%; */
|
|
864
809
|
height: 15px;
|
|
865
810
|
font-weight: 400;
|
|
866
811
|
font-size: 14px;
|
|
867
|
-
color: #
|
|
812
|
+
color: #666666;
|
|
868
813
|
line-height: 14px;
|
|
869
814
|
text-align: left;
|
|
870
815
|
font-style: normal;
|
|
871
816
|
text-transform: none;
|
|
872
|
-
padding:
|
|
817
|
+
padding: 0px 0px;
|
|
818
|
+
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
819
|
+
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
820
|
+
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
821
|
+
}
|
|
822
|
+
.nodeContent-desc[data-v-5911272d]{
|
|
823
|
+
}
|
|
824
|
+
.el-divider--horizontal[data-v-5911272d] {
|
|
825
|
+
margin: 12px 0;
|
|
826
|
+
}
|
|
827
|
+
.nodeView[data-v-5911272d] {
|
|
828
|
+
border: 1px solid #5a90f9;
|
|
829
|
+
background: #eef3fe;
|
|
830
|
+
}
|
|
831
|
+
.nodeTitle[data-v-5911272d] {
|
|
832
|
+
width: 80px;
|
|
873
833
|
}
|
|
874
|
-
.nodeView[data-v-
|
|
834
|
+
.nodeView[data-v-7702fcdb] {
|
|
875
835
|
box-sizing: border-box;
|
|
876
836
|
margin: 10px 10px;
|
|
877
837
|
width: 180px;
|
|
@@ -880,7 +840,7 @@
|
|
|
880
840
|
border-radius: 2px 2px 2px 2px;
|
|
881
841
|
padding: 20px 10px;
|
|
882
842
|
}
|
|
883
|
-
.nodeTitle[data-v-
|
|
843
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
884
844
|
width: 90px;
|
|
885
845
|
height: 15px;
|
|
886
846
|
font-weight: 400;
|
|
@@ -895,7 +855,7 @@
|
|
|
895
855
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
896
856
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
897
857
|
}
|
|
898
|
-
.nodeContent[data-v-
|
|
858
|
+
.nodeContent[data-v-7702fcdb] {
|
|
899
859
|
/* width: 100%; */
|
|
900
860
|
height: 15px;
|
|
901
861
|
font-weight: 400;
|
|
@@ -910,19 +870,19 @@
|
|
|
910
870
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
911
871
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
912
872
|
}
|
|
913
|
-
.nodeContent-desc[data-v-
|
|
873
|
+
.nodeContent-desc[data-v-7702fcdb]{
|
|
914
874
|
}
|
|
915
|
-
.el-divider--horizontal[data-v-
|
|
875
|
+
.el-divider--horizontal[data-v-7702fcdb] {
|
|
916
876
|
margin: 12px 0;
|
|
917
877
|
}
|
|
918
|
-
.nodeView[data-v-
|
|
878
|
+
.nodeView[data-v-7702fcdb] {
|
|
919
879
|
border: 1px solid #5a90f9;
|
|
920
880
|
background: #eef3fe;
|
|
921
881
|
}
|
|
922
|
-
.nodeTitle[data-v-
|
|
882
|
+
.nodeTitle[data-v-7702fcdb] {
|
|
923
883
|
width: 80px;
|
|
924
884
|
}
|
|
925
|
-
.nodeView[data-v-
|
|
885
|
+
.nodeView[data-v-b1d2a966] {
|
|
926
886
|
box-sizing: border-box;
|
|
927
887
|
margin: 10px 10px;
|
|
928
888
|
width: 180px;
|
|
@@ -931,7 +891,7 @@
|
|
|
931
891
|
border-radius: 2px 2px 2px 2px;
|
|
932
892
|
padding: 20px 10px;
|
|
933
893
|
}
|
|
934
|
-
.nodeTitle[data-v-
|
|
894
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
935
895
|
width: 90px;
|
|
936
896
|
height: 15px;
|
|
937
897
|
font-weight: 400;
|
|
@@ -946,7 +906,7 @@
|
|
|
946
906
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
947
907
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
948
908
|
}
|
|
949
|
-
.nodeContent[data-v-
|
|
909
|
+
.nodeContent[data-v-b1d2a966] {
|
|
950
910
|
/* width: 100%; */
|
|
951
911
|
height: 15px;
|
|
952
912
|
font-weight: 400;
|
|
@@ -961,20 +921,39 @@
|
|
|
961
921
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
962
922
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
963
923
|
}
|
|
964
|
-
.nodeContent-desc[data-v-
|
|
924
|
+
.nodeContent-desc[data-v-b1d2a966]{
|
|
965
925
|
}
|
|
966
|
-
.el-divider--horizontal[data-v-
|
|
926
|
+
.el-divider--horizontal[data-v-b1d2a966] {
|
|
967
927
|
margin: 12px 0;
|
|
968
928
|
}
|
|
969
|
-
.nodeView[data-v-
|
|
929
|
+
.nodeView[data-v-b1d2a966] {
|
|
970
930
|
border: 1px solid #5a90f9;
|
|
971
|
-
background: #eef3fe;
|
|
972
|
-
width: 180px;
|
|
973
|
-
min-height: 95px;
|
|
931
|
+
background: #eef3fe;
|
|
974
932
|
}
|
|
975
|
-
.
|
|
933
|
+
.nodeTitle[data-v-b1d2a966] {
|
|
934
|
+
width: 80px;
|
|
976
935
|
}
|
|
977
|
-
|
|
936
|
+
|
|
937
|
+
.node-content[data-v-69a854a3] {
|
|
938
|
+
width: 120px;
|
|
939
|
+
height: 44px;
|
|
940
|
+
background: #ffffff;
|
|
941
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
942
|
+
border-radius: 2px 2px 2px 2px;
|
|
943
|
+
}
|
|
944
|
+
.content[data-v-69a854a3] {
|
|
945
|
+
width: 28px;
|
|
946
|
+
height: 15px;
|
|
947
|
+
font-weight: 400;
|
|
948
|
+
font-size: 14px;
|
|
949
|
+
color: #333333;
|
|
950
|
+
line-height: 14px;
|
|
951
|
+
text-align: left;
|
|
952
|
+
font-style: normal;
|
|
953
|
+
text-transform: none;
|
|
954
|
+
padding: 5px 0px 4px 10px;
|
|
955
|
+
}
|
|
956
|
+
.nodeView[data-v-faa5a940] {
|
|
978
957
|
box-sizing: border-box;
|
|
979
958
|
margin: 10px 10px;
|
|
980
959
|
width: 180px;
|
|
@@ -983,7 +962,7 @@
|
|
|
983
962
|
border-radius: 2px 2px 2px 2px;
|
|
984
963
|
padding: 20px 10px;
|
|
985
964
|
}
|
|
986
|
-
.nodeTitle[data-v-
|
|
965
|
+
.nodeTitle[data-v-faa5a940] {
|
|
987
966
|
width: 90px;
|
|
988
967
|
height: 15px;
|
|
989
968
|
font-weight: 400;
|
|
@@ -998,7 +977,7 @@
|
|
|
998
977
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
999
978
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1000
979
|
}
|
|
1001
|
-
.nodeContent[data-v-
|
|
980
|
+
.nodeContent[data-v-faa5a940] {
|
|
1002
981
|
/* width: 100%; */
|
|
1003
982
|
height: 15px;
|
|
1004
983
|
font-weight: 400;
|
|
@@ -1013,19 +992,19 @@
|
|
|
1013
992
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1014
993
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1015
994
|
}
|
|
1016
|
-
.nodeContent-desc[data-v-
|
|
995
|
+
.nodeContent-desc[data-v-faa5a940]{
|
|
1017
996
|
}
|
|
1018
|
-
.el-divider--horizontal[data-v-
|
|
997
|
+
.el-divider--horizontal[data-v-faa5a940] {
|
|
1019
998
|
margin: 12px 0;
|
|
1020
999
|
}
|
|
1021
|
-
.nodeView[data-v-
|
|
1000
|
+
.nodeView[data-v-faa5a940] {
|
|
1022
1001
|
border: 1px solid #5a90f9;
|
|
1023
1002
|
background: #eef3fe;
|
|
1024
1003
|
}
|
|
1025
|
-
.nodeTitle[data-v-
|
|
1004
|
+
.nodeTitle[data-v-faa5a940] {
|
|
1026
1005
|
width: 80px;
|
|
1027
1006
|
}
|
|
1028
|
-
.nodeView[data-v-
|
|
1007
|
+
.nodeView[data-v-bd32480c] {
|
|
1029
1008
|
box-sizing: border-box;
|
|
1030
1009
|
margin: 10px 10px;
|
|
1031
1010
|
width: 180px;
|
|
@@ -1034,7 +1013,7 @@
|
|
|
1034
1013
|
border-radius: 2px 2px 2px 2px;
|
|
1035
1014
|
padding: 20px 10px;
|
|
1036
1015
|
}
|
|
1037
|
-
.nodeTitle[data-v-
|
|
1016
|
+
.nodeTitle[data-v-bd32480c] {
|
|
1038
1017
|
width: 90px;
|
|
1039
1018
|
height: 15px;
|
|
1040
1019
|
font-weight: 400;
|
|
@@ -1049,7 +1028,7 @@
|
|
|
1049
1028
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1050
1029
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1051
1030
|
}
|
|
1052
|
-
.nodeContent[data-v-
|
|
1031
|
+
.nodeContent[data-v-bd32480c] {
|
|
1053
1032
|
/* width: 100%; */
|
|
1054
1033
|
height: 15px;
|
|
1055
1034
|
font-weight: 400;
|
|
@@ -1064,19 +1043,40 @@
|
|
|
1064
1043
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1065
1044
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1066
1045
|
}
|
|
1067
|
-
.nodeContent-desc[data-v-
|
|
1046
|
+
.nodeContent-desc[data-v-bd32480c]{
|
|
1068
1047
|
}
|
|
1069
|
-
.el-divider--horizontal[data-v-
|
|
1048
|
+
.el-divider--horizontal[data-v-bd32480c] {
|
|
1070
1049
|
margin: 12px 0;
|
|
1071
1050
|
}
|
|
1072
|
-
.nodeView[data-v-
|
|
1051
|
+
.nodeView[data-v-bd32480c] {
|
|
1073
1052
|
border: 1px solid #5a90f9;
|
|
1074
|
-
background: #eef3fe;
|
|
1053
|
+
background: #eef3fe;
|
|
1054
|
+
width: 180px;
|
|
1055
|
+
min-height: 95px;
|
|
1075
1056
|
}
|
|
1076
|
-
.
|
|
1077
|
-
width: 80px;
|
|
1057
|
+
.nodeContent[data-v-bd32480c] {
|
|
1078
1058
|
}
|
|
1079
|
-
|
|
1059
|
+
|
|
1060
|
+
.aaa[data-v-8bd72b80] {
|
|
1061
|
+
width: 300px;
|
|
1062
|
+
height: 200px;
|
|
1063
|
+
background: #ffffff;
|
|
1064
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
1065
|
+
border-radius: 2px 2px 2px 2px;
|
|
1066
|
+
}
|
|
1067
|
+
.content[data-v-8bd72b80] {
|
|
1068
|
+
width: 28px;
|
|
1069
|
+
height: 15px;
|
|
1070
|
+
font-weight: 400;
|
|
1071
|
+
font-size: 14px;
|
|
1072
|
+
color: #333333;
|
|
1073
|
+
line-height: 14px;
|
|
1074
|
+
text-align: left;
|
|
1075
|
+
font-style: normal;
|
|
1076
|
+
text-transform: none;
|
|
1077
|
+
padding: 5px 0px 4px 10px;
|
|
1078
|
+
}
|
|
1079
|
+
.nodeView[data-v-9fff2753] {
|
|
1080
1080
|
box-sizing: border-box;
|
|
1081
1081
|
margin: 10px 10px;
|
|
1082
1082
|
width: 180px;
|
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
border-radius: 2px 2px 2px 2px;
|
|
1086
1086
|
padding: 20px 10px;
|
|
1087
1087
|
}
|
|
1088
|
-
.nodeTitle[data-v-
|
|
1088
|
+
.nodeTitle[data-v-9fff2753] {
|
|
1089
1089
|
width: 90px;
|
|
1090
1090
|
height: 15px;
|
|
1091
1091
|
font-weight: 400;
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1101
1101
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1102
1102
|
}
|
|
1103
|
-
.nodeContent[data-v-
|
|
1103
|
+
.nodeContent[data-v-9fff2753] {
|
|
1104
1104
|
/* width: 100%; */
|
|
1105
1105
|
height: 15px;
|
|
1106
1106
|
font-weight: 400;
|
|
@@ -1115,19 +1115,19 @@
|
|
|
1115
1115
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1116
1116
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1117
1117
|
}
|
|
1118
|
-
.nodeContent-desc[data-v-
|
|
1118
|
+
.nodeContent-desc[data-v-9fff2753]{
|
|
1119
1119
|
}
|
|
1120
|
-
.el-divider--horizontal[data-v-
|
|
1120
|
+
.el-divider--horizontal[data-v-9fff2753] {
|
|
1121
1121
|
margin: 12px 0;
|
|
1122
1122
|
}
|
|
1123
|
-
.nodeView[data-v-
|
|
1123
|
+
.nodeView[data-v-9fff2753] {
|
|
1124
1124
|
border: 1px solid #5a90f9;
|
|
1125
1125
|
background: #eef3fe;
|
|
1126
1126
|
}
|
|
1127
|
-
.nodeTitle[data-v-
|
|
1127
|
+
.nodeTitle[data-v-9fff2753] {
|
|
1128
1128
|
width: 80px;
|
|
1129
1129
|
}
|
|
1130
|
-
.nodeView[data-v-
|
|
1130
|
+
.nodeView[data-v-df366d04] {
|
|
1131
1131
|
box-sizing: border-box;
|
|
1132
1132
|
margin: 10px 10px;
|
|
1133
1133
|
width: 180px;
|
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
border-radius: 2px 2px 2px 2px;
|
|
1137
1137
|
padding: 20px 10px;
|
|
1138
1138
|
}
|
|
1139
|
-
.nodeTitle[data-v-
|
|
1139
|
+
.nodeTitle[data-v-df366d04] {
|
|
1140
1140
|
width: 90px;
|
|
1141
1141
|
height: 15px;
|
|
1142
1142
|
font-weight: 400;
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1152
1152
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1153
1153
|
}
|
|
1154
|
-
.nodeContent[data-v-
|
|
1154
|
+
.nodeContent[data-v-df366d04] {
|
|
1155
1155
|
/* width: 100%; */
|
|
1156
1156
|
height: 15px;
|
|
1157
1157
|
font-weight: 400;
|
|
@@ -1166,20 +1166,19 @@
|
|
|
1166
1166
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1167
1167
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1168
1168
|
}
|
|
1169
|
-
.nodeContent-desc[data-v-
|
|
1169
|
+
.nodeContent-desc[data-v-df366d04]{
|
|
1170
1170
|
}
|
|
1171
|
-
.el-divider--horizontal[data-v-
|
|
1171
|
+
.el-divider--horizontal[data-v-df366d04] {
|
|
1172
1172
|
margin: 12px 0;
|
|
1173
1173
|
}
|
|
1174
|
-
.nodeView[data-v-
|
|
1174
|
+
.nodeView[data-v-df366d04] {
|
|
1175
1175
|
border: 1px solid #5a90f9;
|
|
1176
|
-
background: #eef3fe;
|
|
1177
|
-
width: 180px;
|
|
1178
|
-
min-height: 95px;
|
|
1176
|
+
background: #eef3fe;
|
|
1179
1177
|
}
|
|
1180
|
-
.
|
|
1178
|
+
.nodeTitle[data-v-df366d04] {
|
|
1179
|
+
width: 80px;
|
|
1181
1180
|
}
|
|
1182
|
-
.nodeView[data-v-
|
|
1181
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1183
1182
|
box-sizing: border-box;
|
|
1184
1183
|
margin: 10px 10px;
|
|
1185
1184
|
width: 180px;
|
|
@@ -1188,7 +1187,7 @@
|
|
|
1188
1187
|
border-radius: 2px 2px 2px 2px;
|
|
1189
1188
|
padding: 20px 10px;
|
|
1190
1189
|
}
|
|
1191
|
-
.nodeTitle[data-v-
|
|
1190
|
+
.nodeTitle[data-v-4c6dfa4a] {
|
|
1192
1191
|
width: 90px;
|
|
1193
1192
|
height: 15px;
|
|
1194
1193
|
font-weight: 400;
|
|
@@ -1203,7 +1202,7 @@
|
|
|
1203
1202
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1204
1203
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1205
1204
|
}
|
|
1206
|
-
.nodeContent[data-v-
|
|
1205
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1207
1206
|
/* width: 100%; */
|
|
1208
1207
|
height: 15px;
|
|
1209
1208
|
font-weight: 400;
|
|
@@ -1218,21 +1217,18 @@
|
|
|
1218
1217
|
overflow: hidden; /* 隐藏超出div宽度的文本 */
|
|
1219
1218
|
text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
|
|
1220
1219
|
}
|
|
1221
|
-
.nodeContent-desc[data-v-
|
|
1220
|
+
.nodeContent-desc[data-v-4c6dfa4a]{
|
|
1222
1221
|
}
|
|
1223
|
-
.el-divider--horizontal[data-v-
|
|
1222
|
+
.el-divider--horizontal[data-v-4c6dfa4a] {
|
|
1224
1223
|
margin: 12px 0;
|
|
1225
1224
|
}
|
|
1226
|
-
.nodeView[data-v-
|
|
1225
|
+
.nodeView[data-v-4c6dfa4a] {
|
|
1227
1226
|
border: 1px solid #5a90f9;
|
|
1228
|
-
background: #eef3fe;
|
|
1227
|
+
background: #eef3fe;
|
|
1228
|
+
width: 180px;
|
|
1229
|
+
min-height: 95px;
|
|
1229
1230
|
}
|
|
1230
|
-
.
|
|
1231
|
-
width: 80px;
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
.el-radio[data-v-1bbd6187] {
|
|
1235
|
-
margin-right: 10px;
|
|
1231
|
+
.nodeContent[data-v-4c6dfa4a] {
|
|
1236
1232
|
}
|
|
1237
1233
|
|
|
1238
1234
|
.el-select + .el-input[data-v-7fcf8a84] {
|
|
@@ -1255,6 +1251,10 @@
|
|
|
1255
1251
|
margin-left: 10px;
|
|
1256
1252
|
}
|
|
1257
1253
|
|
|
1254
|
+
.el-radio[data-v-1bbd6187] {
|
|
1255
|
+
margin-right: 10px;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
1258
|
.el-radio[data-v-1ee0eb33] {
|
|
1259
1259
|
margin-right: 10px;
|
|
1260
1260
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "service-flow-designer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.24",
|
|
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.
|
|
64
|
+
"agilebuilder-ui": "1.0.19",
|
|
65
65
|
"codemirror": "^6.0.1",
|
|
66
66
|
"nprogress": "^0.2.0",
|
|
67
67
|
"quill": "^2.0.2",
|