qms-angular 1.1.86 → 1.1.87
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/bundles/qms-angular.umd.js +77 -77
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/common/jointJS/bpmn/inspector.function.js +75 -75
- package/esm2015/lib/services/qms-bpmn.service.js +4 -4
- package/fesm2015/qms-angular.js +77 -77
- package/fesm2015/qms-angular.js.map +1 -1
- package/package.json +1 -1
@@ -20503,31 +20503,31 @@
|
|
20503
20503
|
'label/fill': {
|
20504
20504
|
type: 'color',
|
20505
20505
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
20506
|
-
group:
|
20506
|
+
group: 'appearance',
|
20507
20507
|
index: 0
|
20508
20508
|
},
|
20509
20509
|
'labelBackground/fill': {
|
20510
20510
|
type: 'color',
|
20511
20511
|
label: "" + LANG.BPMN.TEXT_BACKGROUND_COLOR,
|
20512
|
-
group:
|
20512
|
+
group: 'appearance',
|
20513
20513
|
index: 1
|
20514
20514
|
},
|
20515
20515
|
'body/fill': {
|
20516
20516
|
type: 'color',
|
20517
20517
|
label: "" + LANG.BPMN.BODY_COLOR,
|
20518
|
-
group:
|
20518
|
+
group: 'appearance',
|
20519
20519
|
index: 2
|
20520
20520
|
},
|
20521
20521
|
'body/stroke': {
|
20522
20522
|
type: 'color',
|
20523
20523
|
label: "" + LANG.BPMN.LINE_COLOR,
|
20524
|
-
group:
|
20524
|
+
group: 'appearance',
|
20525
20525
|
index: 3
|
20526
20526
|
},
|
20527
20527
|
'icon/iconColor': {
|
20528
20528
|
type: 'color',
|
20529
20529
|
label: "" + LANG.BPMN.ICON_COLOR,
|
20530
|
-
group:
|
20530
|
+
group: 'appearance',
|
20531
20531
|
index: 4
|
20532
20532
|
}
|
20533
20533
|
}
|
@@ -20637,31 +20637,31 @@
|
|
20637
20637
|
'label/fill': {
|
20638
20638
|
type: 'color',
|
20639
20639
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
20640
|
-
group:
|
20640
|
+
group: 'appearance',
|
20641
20641
|
index: 0
|
20642
20642
|
},
|
20643
20643
|
'background/fill': {
|
20644
20644
|
type: 'color',
|
20645
20645
|
label: "" + LANG.BPMN.BODY_COLOR,
|
20646
|
-
group:
|
20646
|
+
group: 'appearance',
|
20647
20647
|
index: 1
|
20648
20648
|
},
|
20649
20649
|
'border/stroke': {
|
20650
20650
|
type: 'color',
|
20651
20651
|
label: "" + LANG.BPMN.LINE_COLOR,
|
20652
|
-
group:
|
20652
|
+
group: 'appearance',
|
20653
20653
|
index: 2
|
20654
20654
|
},
|
20655
20655
|
'icon/iconColor': {
|
20656
20656
|
type: 'color',
|
20657
20657
|
label: "" + LANG.BPMN.TYPE_COLOR,
|
20658
|
-
group:
|
20658
|
+
group: 'appearance',
|
20659
20659
|
index: 3
|
20660
20660
|
},
|
20661
20661
|
'markers/iconColor': {
|
20662
20662
|
type: 'color',
|
20663
20663
|
label: "" + LANG.BPMN.MARKER_COLOR,
|
20664
|
-
group:
|
20664
|
+
group: 'appearance',
|
20665
20665
|
index: 4
|
20666
20666
|
}
|
20667
20667
|
}
|
@@ -20768,31 +20768,31 @@
|
|
20768
20768
|
'label/fill': {
|
20769
20769
|
type: 'color',
|
20770
20770
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
20771
|
-
group:
|
20771
|
+
group: 'appearance',
|
20772
20772
|
index: 0
|
20773
20773
|
},
|
20774
20774
|
'labelBackground/fill': {
|
20775
20775
|
type: 'color',
|
20776
20776
|
label: "" + LANG.BPMN.TEXT_BACKGROUND_COLOR,
|
20777
|
-
group:
|
20777
|
+
group: 'appearance',
|
20778
20778
|
index: 1
|
20779
20779
|
},
|
20780
20780
|
'background/fill': {
|
20781
20781
|
type: 'color',
|
20782
20782
|
label: "" + LANG.BPMN.BODY_COLOR,
|
20783
|
-
group:
|
20783
|
+
group: 'appearance',
|
20784
20784
|
index: 2
|
20785
20785
|
},
|
20786
20786
|
'border/stroke': {
|
20787
20787
|
type: 'color',
|
20788
20788
|
label: "" + LANG.BPMN.LINE_COLOR,
|
20789
|
-
group:
|
20789
|
+
group: 'appearance',
|
20790
20790
|
index: 3
|
20791
20791
|
},
|
20792
20792
|
'icon/iconColor': {
|
20793
20793
|
type: 'color',
|
20794
20794
|
label: "" + LANG.BPMN.ICON_COLOR,
|
20795
|
-
group:
|
20795
|
+
group: 'appearance',
|
20796
20796
|
index: 4
|
20797
20797
|
}
|
20798
20798
|
}
|
@@ -20850,19 +20850,19 @@
|
|
20850
20850
|
'label/fill': {
|
20851
20851
|
type: 'color',
|
20852
20852
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
20853
|
-
group:
|
20853
|
+
group: 'appearance',
|
20854
20854
|
index: 0
|
20855
20855
|
},
|
20856
20856
|
'body/fill': {
|
20857
20857
|
type: 'color',
|
20858
20858
|
label: "" + LANG.BPMN.BODY_COLOR,
|
20859
|
-
group:
|
20859
|
+
group: 'appearance',
|
20860
20860
|
index: 1
|
20861
20861
|
},
|
20862
20862
|
'border/stroke': {
|
20863
20863
|
type: 'color',
|
20864
20864
|
label: "" + LANG.BPMN.BORDER_COLOR,
|
20865
|
-
group:
|
20865
|
+
group: 'appearance',
|
20866
20866
|
index: 2
|
20867
20867
|
}
|
20868
20868
|
}
|
@@ -20920,13 +20920,13 @@
|
|
20920
20920
|
'label/fill': {
|
20921
20921
|
type: 'color',
|
20922
20922
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
20923
|
-
group:
|
20923
|
+
group: 'appearance',
|
20924
20924
|
index: 0
|
20925
20925
|
},
|
20926
20926
|
'body/stroke': {
|
20927
20927
|
type: 'color',
|
20928
20928
|
label: "" + LANG.BPMN.LINE_COLOR,
|
20929
|
-
group:
|
20929
|
+
group: 'appearance',
|
20930
20930
|
index: 1
|
20931
20931
|
}
|
20932
20932
|
}
|
@@ -21015,25 +21015,25 @@
|
|
21015
21015
|
'label/fill': {
|
21016
21016
|
type: 'color',
|
21017
21017
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
21018
|
-
group:
|
21018
|
+
group: 'appearance',
|
21019
21019
|
index: 0
|
21020
21020
|
},
|
21021
21021
|
'labelBackground/fill': {
|
21022
21022
|
type: 'color',
|
21023
21023
|
label: "" + LANG.BPMN.TEXT_BACKGROUND_COLOR,
|
21024
|
-
group:
|
21024
|
+
group: 'appearance',
|
21025
21025
|
index: 1
|
21026
21026
|
},
|
21027
21027
|
'body/fill': {
|
21028
21028
|
type: 'color',
|
21029
21029
|
label: "" + LANG.BPMN.BODY_COLOR,
|
21030
|
-
group:
|
21030
|
+
group: 'appearance',
|
21031
21031
|
index: 2
|
21032
21032
|
},
|
21033
21033
|
'body/stroke': {
|
21034
21034
|
type: 'color',
|
21035
21035
|
label: "" + LANG.BPMN.LINE_COLOR,
|
21036
|
-
group:
|
21036
|
+
group: 'appearance',
|
21037
21037
|
index: 3
|
21038
21038
|
}
|
21039
21039
|
}
|
@@ -21110,37 +21110,37 @@
|
|
21110
21110
|
'label/fill': {
|
21111
21111
|
type: 'color',
|
21112
21112
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
21113
|
-
group:
|
21113
|
+
group: 'appearance',
|
21114
21114
|
index: 0
|
21115
21115
|
},
|
21116
21116
|
'labelBackground/fill': {
|
21117
21117
|
type: 'color',
|
21118
21118
|
label: "" + LANG.BPMN.TEXT_BACKGROUND_COLOR,
|
21119
|
-
group:
|
21119
|
+
group: 'appearance',
|
21120
21120
|
index: 1
|
21121
21121
|
},
|
21122
21122
|
'body/fill': {
|
21123
21123
|
type: 'color',
|
21124
21124
|
label: "" + LANG.BPMN.BODY_COLOR,
|
21125
|
-
group:
|
21125
|
+
group: 'appearance',
|
21126
21126
|
index: 2
|
21127
21127
|
},
|
21128
21128
|
'body/stroke': {
|
21129
21129
|
type: 'color',
|
21130
21130
|
label: "" + LANG.BPMN.LINE_COLOR,
|
21131
|
-
group:
|
21131
|
+
group: 'appearance',
|
21132
21132
|
index: 3
|
21133
21133
|
},
|
21134
21134
|
'dataTypeIcon/iconColor': {
|
21135
21135
|
type: 'color',
|
21136
21136
|
label: "" + LANG.BPMN.TYPE_COLOR,
|
21137
|
-
group:
|
21137
|
+
group: 'appearance',
|
21138
21138
|
index: 4
|
21139
21139
|
},
|
21140
21140
|
'collectionIcon/iconColor': {
|
21141
21141
|
type: 'color',
|
21142
21142
|
label: "" + LANG.BPMN.COLLECTION_COLOR,
|
21143
|
-
group:
|
21143
|
+
group: 'appearance',
|
21144
21144
|
index: 5
|
21145
21145
|
}
|
21146
21146
|
}
|
@@ -21204,37 +21204,37 @@
|
|
21204
21204
|
'label/fill': {
|
21205
21205
|
type: 'color',
|
21206
21206
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
21207
|
-
group:
|
21207
|
+
group: 'appearance',
|
21208
21208
|
index: 0
|
21209
21209
|
},
|
21210
21210
|
'labelBackground/fill': {
|
21211
21211
|
type: 'color',
|
21212
21212
|
label: "" + LANG.BPMN.TEXT_BACKGROUND_COLOR,
|
21213
|
-
group:
|
21213
|
+
group: 'appearance',
|
21214
21214
|
index: 1
|
21215
21215
|
},
|
21216
21216
|
'body/fill': {
|
21217
21217
|
type: 'color',
|
21218
21218
|
label: "" + LANG.BPMN.BODY_COLOR,
|
21219
|
-
group:
|
21219
|
+
group: 'appearance',
|
21220
21220
|
index: 2
|
21221
21221
|
},
|
21222
21222
|
'body/stroke': {
|
21223
21223
|
type: 'color',
|
21224
21224
|
label: "" + LANG.BPMN.BODY_LINE_COLOR,
|
21225
|
-
group:
|
21225
|
+
group: 'appearance',
|
21226
21226
|
index: 3
|
21227
21227
|
},
|
21228
21228
|
'top/fill': {
|
21229
21229
|
type: 'color',
|
21230
21230
|
label: "" + LANG.BPMN.TOP_COLOR,
|
21231
|
-
group:
|
21231
|
+
group: 'appearance',
|
21232
21232
|
index: 4
|
21233
21233
|
},
|
21234
21234
|
'top/stroke': {
|
21235
21235
|
type: 'color',
|
21236
21236
|
label: "" + LANG.BPMN.TOP_LINE_COLOR,
|
21237
|
-
group:
|
21237
|
+
group: 'appearance',
|
21238
21238
|
index: 5
|
21239
21239
|
}
|
21240
21240
|
}
|
@@ -21427,7 +21427,7 @@
|
|
21427
21427
|
style: 'width:150px;'
|
21428
21428
|
}
|
21429
21429
|
},
|
21430
|
-
group:
|
21430
|
+
group: 'defaults',
|
21431
21431
|
index: 1
|
21432
21432
|
},
|
21433
21433
|
headerSize: {
|
@@ -21438,7 +21438,7 @@
|
|
21438
21438
|
style: 'width:150px;'
|
21439
21439
|
}
|
21440
21440
|
},
|
21441
|
-
group:
|
21441
|
+
group: 'defaults',
|
21442
21442
|
index: 2
|
21443
21443
|
},
|
21444
21444
|
attrs: {
|
@@ -21456,73 +21456,73 @@
|
|
21456
21456
|
'header/fill': {
|
21457
21457
|
type: 'color',
|
21458
21458
|
label: "" + LANG.BPMN.HEADER_COLOR,
|
21459
|
-
group:
|
21459
|
+
group: 'appearance',
|
21460
21460
|
index: 1
|
21461
21461
|
},
|
21462
21462
|
'header/stroke': {
|
21463
21463
|
type: 'color',
|
21464
21464
|
label: "" + LANG.BPMN.HEADER_STROKE_COLOR,
|
21465
|
-
group:
|
21465
|
+
group: 'appearance',
|
21466
21466
|
index: 2
|
21467
21467
|
},
|
21468
21468
|
'headerLabel/fill': {
|
21469
21469
|
type: 'color',
|
21470
21470
|
label: "" + LANG.BPMN.HEADER_LABEL_COLOR,
|
21471
|
-
group:
|
21471
|
+
group: 'appearance',
|
21472
21472
|
index: 3
|
21473
21473
|
},
|
21474
21474
|
'lanes/fill': {
|
21475
21475
|
type: 'color',
|
21476
21476
|
label: "" + LANG.BPMN.LANE_BODY_COLOR,
|
21477
|
-
group:
|
21477
|
+
group: 'appearance',
|
21478
21478
|
index: 4
|
21479
21479
|
},
|
21480
21480
|
'lanes/stroke': {
|
21481
21481
|
type: 'color',
|
21482
21482
|
label: "" + LANG.BPMN.LANE_STROKE_COLOR,
|
21483
|
-
group:
|
21483
|
+
group: 'appearance',
|
21484
21484
|
index: 5
|
21485
21485
|
},
|
21486
21486
|
'laneHeaders/fill': {
|
21487
21487
|
type: 'color',
|
21488
21488
|
label: "" + LANG.BPMN.LANE_HEADER_COLOR,
|
21489
|
-
group:
|
21489
|
+
group: 'appearance',
|
21490
21490
|
index: 6
|
21491
21491
|
},
|
21492
21492
|
'laneHeaders/stroke': {
|
21493
21493
|
type: 'color',
|
21494
21494
|
label: "" + LANG.BPMN.LANE_HEADER_STROKE,
|
21495
|
-
group:
|
21495
|
+
group: 'appearance',
|
21496
21496
|
index: 7
|
21497
21497
|
},
|
21498
21498
|
'laneLabels/fill': {
|
21499
21499
|
type: 'color',
|
21500
21500
|
label: "" + LANG.BPMN.LANE_LABEL_COLOR,
|
21501
|
-
group:
|
21501
|
+
group: 'appearance',
|
21502
21502
|
index: 8
|
21503
21503
|
},
|
21504
21504
|
'milestoneHeaders/fill': {
|
21505
21505
|
type: 'color',
|
21506
21506
|
label: "" + LANG.BPMN.MILESTONE_HEADER_FILL,
|
21507
|
-
group:
|
21507
|
+
group: 'appearance',
|
21508
21508
|
index: 9
|
21509
21509
|
},
|
21510
21510
|
'milestoneHeaders/stroke': {
|
21511
21511
|
type: 'color',
|
21512
21512
|
label: "" + LANG.BPMN.MILESTONE_STROKE,
|
21513
|
-
group:
|
21513
|
+
group: 'appearance',
|
21514
21514
|
index: 10
|
21515
21515
|
},
|
21516
21516
|
'milestoneLabels/fill': {
|
21517
21517
|
type: 'color',
|
21518
21518
|
label: "" + LANG.BPMN.MILESTONE_LABEL_COLOR,
|
21519
|
-
group:
|
21519
|
+
group: 'appearance',
|
21520
21520
|
index: 11
|
21521
21521
|
},
|
21522
21522
|
'milestoneLines/stroke': {
|
21523
21523
|
type: 'color',
|
21524
21524
|
label: "" + LANG.BPMN.MILESTONE_LINE_COLOR,
|
21525
|
-
group:
|
21525
|
+
group: 'appearance',
|
21526
21526
|
index: 12
|
21527
21527
|
},
|
21528
21528
|
'headerLabel/text-anchor': {
|
@@ -21533,7 +21533,7 @@
|
|
21533
21533
|
{ value: 'end', content: "" + LANG.BPMN.RIGHT }
|
21534
21534
|
],
|
21535
21535
|
label: "" + LANG.BPMN.HEADER_ALIGNMENT,
|
21536
|
-
group:
|
21536
|
+
group: 'fontsize',
|
21537
21537
|
index: 1,
|
21538
21538
|
defaultValue: 'middle'
|
21539
21539
|
},
|
@@ -21553,7 +21553,7 @@
|
|
21553
21553
|
'Comic Sans MS'
|
21554
21554
|
],
|
21555
21555
|
label: "" + LANG.BPMN.HEADER_FONT_FAMILY,
|
21556
|
-
group:
|
21556
|
+
group: 'fontsize',
|
21557
21557
|
index: 2,
|
21558
21558
|
defaultValue: 'Calibri'
|
21559
21559
|
},
|
@@ -21563,7 +21563,7 @@
|
|
21563
21563
|
max: 80,
|
21564
21564
|
unit: 'px',
|
21565
21565
|
label: "" + LANG.BPMN.HEADER_FONT_SIZE,
|
21566
|
-
group:
|
21566
|
+
group: 'fontsize',
|
21567
21567
|
index: 3,
|
21568
21568
|
defaultValue: 12
|
21569
21569
|
},
|
@@ -21575,7 +21575,7 @@
|
|
21575
21575
|
{ value: 'end', content: "" + LANG.BPMN.RIGHT }
|
21576
21576
|
],
|
21577
21577
|
label: "" + LANG.BPMN.LANE_ALIGNMENT,
|
21578
|
-
group:
|
21578
|
+
group: 'fontsize',
|
21579
21579
|
index: 4,
|
21580
21580
|
defaultValue: 'middle'
|
21581
21581
|
},
|
@@ -21595,7 +21595,7 @@
|
|
21595
21595
|
'Comic Sans MS'
|
21596
21596
|
],
|
21597
21597
|
label: "" + LANG.BPMN.LANE_FONT_FAMILY,
|
21598
|
-
group:
|
21598
|
+
group: 'fontsize',
|
21599
21599
|
index: 5,
|
21600
21600
|
defaultValue: 'Calibri'
|
21601
21601
|
},
|
@@ -21605,7 +21605,7 @@
|
|
21605
21605
|
max: 80,
|
21606
21606
|
unit: 'px',
|
21607
21607
|
label: "" + LANG.BPMN.LANE_FONT_SIZE,
|
21608
|
-
group:
|
21608
|
+
group: 'fontsize',
|
21609
21609
|
index: 6,
|
21610
21610
|
defaultValue: 12
|
21611
21611
|
},
|
@@ -21617,7 +21617,7 @@
|
|
21617
21617
|
{ value: 'end', content: "" + LANG.BPMN.RIGHT }
|
21618
21618
|
],
|
21619
21619
|
label: "" + LANG.BPMN.MILESTONE_ALIGNMENT,
|
21620
|
-
group:
|
21620
|
+
group: 'fontsize',
|
21621
21621
|
index: 7,
|
21622
21622
|
defaultValue: 'middle'
|
21623
21623
|
},
|
@@ -21637,7 +21637,7 @@
|
|
21637
21637
|
'Comic Sans MS'
|
21638
21638
|
],
|
21639
21639
|
label: "" + LANG.BPMN.MILESTONE_FONT_FAMILY,
|
21640
|
-
group:
|
21640
|
+
group: 'fontsize',
|
21641
21641
|
index: 8,
|
21642
21642
|
defaultValue: 'Calibri'
|
21643
21643
|
},
|
@@ -21647,7 +21647,7 @@
|
|
21647
21647
|
max: 80,
|
21648
21648
|
unit: 'px',
|
21649
21649
|
label: "" + LANG.BPMN.MILESTONE_FONT_SIZE,
|
21650
|
-
group:
|
21650
|
+
group: 'fontsize',
|
21651
21651
|
index: 9,
|
21652
21652
|
defaultValue: 12
|
21653
21653
|
}
|
@@ -21675,13 +21675,13 @@
|
|
21675
21675
|
'text/fill': {
|
21676
21676
|
type: 'color',
|
21677
21677
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
21678
|
-
group:
|
21678
|
+
group: 'appearance',
|
21679
21679
|
index: 0
|
21680
21680
|
},
|
21681
21681
|
'line/stroke': {
|
21682
21682
|
type: 'color',
|
21683
21683
|
label: "" + LANG.BPMN.LINE_COLOR,
|
21684
|
-
group:
|
21684
|
+
group: 'appearance',
|
21685
21685
|
index: 1
|
21686
21686
|
}
|
21687
21687
|
},
|
@@ -21702,13 +21702,13 @@
|
|
21702
21702
|
'text/fill': {
|
21703
21703
|
type: 'color',
|
21704
21704
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
21705
|
-
group:
|
21705
|
+
group: 'appearance',
|
21706
21706
|
index: 0
|
21707
21707
|
},
|
21708
21708
|
'line/stroke': {
|
21709
21709
|
type: 'color',
|
21710
21710
|
label: "" + LANG.BPMN.LINE_COLOR,
|
21711
|
-
group:
|
21711
|
+
group: 'appearance',
|
21712
21712
|
index: 1
|
21713
21713
|
}
|
21714
21714
|
},
|
@@ -21729,13 +21729,13 @@
|
|
21729
21729
|
'text/fill': {
|
21730
21730
|
type: 'color',
|
21731
21731
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
21732
|
-
group:
|
21732
|
+
group: 'appearance',
|
21733
21733
|
index: 0
|
21734
21734
|
},
|
21735
21735
|
'line/stroke': {
|
21736
21736
|
type: 'color',
|
21737
21737
|
label: "" + LANG.BPMN.LINE_COLOR,
|
21738
|
-
group:
|
21738
|
+
group: 'appearance',
|
21739
21739
|
index: 1
|
21740
21740
|
}
|
21741
21741
|
},
|
@@ -21756,19 +21756,19 @@
|
|
21756
21756
|
'text/fill': {
|
21757
21757
|
type: 'color',
|
21758
21758
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
21759
|
-
group:
|
21759
|
+
group: 'appearance',
|
21760
21760
|
index: 0
|
21761
21761
|
},
|
21762
21762
|
'line/stroke': {
|
21763
21763
|
type: 'color',
|
21764
21764
|
label: "" + LANG.BPMN.LINE_COLOR,
|
21765
|
-
group:
|
21765
|
+
group: 'appearance',
|
21766
21766
|
index: 1
|
21767
21767
|
},
|
21768
21768
|
'outline/stroke': {
|
21769
21769
|
type: 'color',
|
21770
21770
|
label: 'Outline Color',
|
21771
|
-
group:
|
21771
|
+
group: 'appearance',
|
21772
21772
|
index: 2
|
21773
21773
|
}
|
21774
21774
|
},
|
@@ -21810,19 +21810,19 @@
|
|
21810
21810
|
'text/fill': {
|
21811
21811
|
type: 'color',
|
21812
21812
|
label: "" + LANG.BPMN.TEXT_HEADER_COLOR,
|
21813
|
-
group:
|
21813
|
+
group: 'appearance',
|
21814
21814
|
index: 0
|
21815
21815
|
},
|
21816
21816
|
'.body/fill': {
|
21817
21817
|
type: 'color',
|
21818
21818
|
label: "" + LANG.BPMN.PRIMARY_COLOR,
|
21819
|
-
group:
|
21819
|
+
group: 'appearance',
|
21820
21820
|
index: 2
|
21821
21821
|
},
|
21822
21822
|
'.participant-rect/fill': {
|
21823
21823
|
type: 'color',
|
21824
21824
|
label: "" + LANG.BPMN.SECONDARY_COLOR,
|
21825
|
-
group:
|
21825
|
+
group: 'appearance',
|
21826
21826
|
index: 3
|
21827
21827
|
}
|
21828
21828
|
},
|
@@ -21870,7 +21870,7 @@
|
|
21870
21870
|
'attrs/div/style/color': {
|
21871
21871
|
type: 'color',
|
21872
21872
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
21873
|
-
group:
|
21873
|
+
group: 'appearance',
|
21874
21874
|
index: 1
|
21875
21875
|
}
|
21876
21876
|
},
|
@@ -21885,13 +21885,13 @@
|
|
21885
21885
|
'text/fill': {
|
21886
21886
|
type: 'color',
|
21887
21887
|
label: "" + LANG.BPMN.TEXT_COLOR,
|
21888
|
-
group:
|
21888
|
+
group: 'appearance',
|
21889
21889
|
index: 0
|
21890
21890
|
},
|
21891
21891
|
'.body/fill': {
|
21892
21892
|
type: 'color',
|
21893
21893
|
label: "" + LANG.BPMN.BODY_COLOR,
|
21894
|
-
group:
|
21894
|
+
group: 'appearance',
|
21895
21895
|
index: 1
|
21896
21896
|
}
|
21897
21897
|
},
|
@@ -23940,9 +23940,9 @@
|
|
23940
23940
|
inputs: inputs[type],
|
23941
23941
|
groups: {
|
23942
23942
|
general: { label: type, index: 1 },
|
23943
|
-
defaults: { index: 2 },
|
23944
|
-
fontsize: { index: 3 },
|
23945
|
-
appearance: { index: 4 }
|
23943
|
+
defaults: { label: LANG.BPMN.DEFAULTS, index: 2 },
|
23944
|
+
fontsize: { label: LANG.BPMN.FONT_SIZE, index: 3 },
|
23945
|
+
appearance: { label: LANG.BPMN.APPEARANCE, index: 4 }
|
23946
23946
|
}
|
23947
23947
|
});
|
23948
23948
|
selection.collection.reset([]);
|