ato-water-lib 0.0.141 → 0.0.143
Sign up to get free protection for your applications and to get access to all the features.
@@ -8903,7 +8903,7 @@ class AtoDefaultGojsEditor {
|
|
8903
8903
|
stroke: '#DC8FA9',
|
8904
8904
|
font: 'bold 9pt Arial',
|
8905
8905
|
textAlign: 'left',
|
8906
|
-
}, new go.Binding('text', '', (x) => x?.group_text), new go.Binding('stroke', '', (x) => x?.group_text_stroke))), this.$(go.Panel, 'Horizontal', new go.Binding('visible', '', (x) => x?.isCanSelectComponent ?? false), this.$(go.TextBlock, '+
|
8906
|
+
}, new go.Binding('text', '', (x) => x?.group_text), new go.Binding('stroke', '', (x) => x?.group_text_stroke))), this.$(go.Panel, 'Horizontal', new go.Binding('visible', '', (x) => x?.isCanSelectComponent ?? false), this.$(go.TextBlock, '+Import Component', {
|
8907
8907
|
margin: new go.Margin(4, 0, 0, 0),
|
8908
8908
|
stroke: '#3863A6',
|
8909
8909
|
font: 'bold 9pt Arial',
|
@@ -10902,7 +10902,7 @@ class AtoDefaultGojsEditor {
|
|
10902
10902
|
self.emitImageTopology(base64PNG.replace('data:image/jpeg;base64,', ''));
|
10903
10903
|
}
|
10904
10904
|
};
|
10905
|
-
},
|
10905
|
+
}, 10000);
|
10906
10906
|
},
|
10907
10907
|
});
|
10908
10908
|
}
|