@processmaker/modeler 1.36.8 → 1.36.9
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/modeler.common.js +2 -14
- package/dist/modeler.common.js.map +1 -1
- package/dist/modeler.umd.js +2 -14
- package/dist/modeler.umd.js.map +1 -1
- package/dist/modeler.umd.min.js +1 -1
- package/dist/modeler.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/nodes/inclusiveGateway/index.js +2 -8
- package/src/components/nodes/parallelGateway/index.js +2 -8
package/dist/modeler.umd.js
CHANGED
|
@@ -32810,7 +32810,7 @@ var inclusiveGateway_id = 'processmaker-modeler-inclusive-gateway';
|
|
|
32810
32810
|
component: 'FormInput',
|
|
32811
32811
|
config: inspectors_nameConfigSettings
|
|
32812
32812
|
}]
|
|
32813
|
-
}, {
|
|
32813
|
+
}, documentationAccordionConfig, {
|
|
32814
32814
|
component: 'FormAccordion',
|
|
32815
32815
|
container: true,
|
|
32816
32816
|
config: {
|
|
@@ -32836,12 +32836,6 @@ var inclusiveGateway_id = 'processmaker-modeler-inclusive-gateway';
|
|
|
32836
32836
|
content: 'Converging'
|
|
32837
32837
|
}]
|
|
32838
32838
|
}
|
|
32839
|
-
}, {
|
|
32840
|
-
component: DocumentationFormTextArea,
|
|
32841
|
-
config: {
|
|
32842
|
-
label: 'Description',
|
|
32843
|
-
name: 'documentation'
|
|
32844
|
-
}
|
|
32845
32839
|
}]
|
|
32846
32840
|
}]
|
|
32847
32841
|
}]
|
|
@@ -32936,7 +32930,7 @@ var parallelGateway_component = normalizeComponent(
|
|
|
32936
32930
|
component: 'FormInput',
|
|
32937
32931
|
config: inspectors_nameConfigSettings
|
|
32938
32932
|
}]
|
|
32939
|
-
}, {
|
|
32933
|
+
}, documentationAccordionConfig, {
|
|
32940
32934
|
component: 'FormAccordion',
|
|
32941
32935
|
container: true,
|
|
32942
32936
|
config: {
|
|
@@ -32962,12 +32956,6 @@ var parallelGateway_component = normalizeComponent(
|
|
|
32962
32956
|
content: 'Converging'
|
|
32963
32957
|
}]
|
|
32964
32958
|
}
|
|
32965
|
-
}, {
|
|
32966
|
-
component: DocumentationFormTextArea,
|
|
32967
|
-
config: {
|
|
32968
|
-
label: 'Description',
|
|
32969
|
-
name: 'documentation'
|
|
32970
|
-
}
|
|
32971
32959
|
}]
|
|
32972
32960
|
}]
|
|
32973
32961
|
}]
|