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.
@@ -7767,7 +7767,7 @@ class AtoDefaultGojsEditor {
|
|
7767
7767
|
stroke: '#DC8FA9',
|
7768
7768
|
font: 'bold 9pt Arial',
|
7769
7769
|
textAlign: 'left',
|
7770
|
-
}, new go.Binding('text', '', (x) => x === null || x === void 0 ? void 0 : x.group_text), new go.Binding('stroke', '', (x) => x === null || x === void 0 ? void 0 : x.group_text_stroke))), this.$(go.Panel, 'Horizontal', new go.Binding('visible', '', (x) => { var _a; return (_a = x === null || x === void 0 ? void 0 : x.isCanSelectComponent) !== null && _a !== void 0 ? _a : false; }), this.$(go.TextBlock, '+
|
7770
|
+
}, new go.Binding('text', '', (x) => x === null || x === void 0 ? void 0 : x.group_text), new go.Binding('stroke', '', (x) => x === null || x === void 0 ? void 0 : x.group_text_stroke))), this.$(go.Panel, 'Horizontal', new go.Binding('visible', '', (x) => { var _a; return (_a = x === null || x === void 0 ? void 0 : x.isCanSelectComponent) !== null && _a !== void 0 ? _a : false; }), this.$(go.TextBlock, '+Import Component', {
|
7771
7771
|
margin: new go.Margin(4, 0, 0, 0),
|
7772
7772
|
stroke: '#3863A6',
|
7773
7773
|
font: 'bold 9pt Arial',
|
@@ -9765,7 +9765,7 @@ class AtoDefaultGojsEditor {
|
|
9765
9765
|
self.emitImageTopology(base64PNG.replace('data:image/jpeg;base64,', ''));
|
9766
9766
|
}
|
9767
9767
|
};
|
9768
|
-
},
|
9768
|
+
}, 10000);
|
9769
9769
|
},
|
9770
9770
|
});
|
9771
9771
|
}
|