ato-water-lib 0.0.95 → 0.0.96
Sign up to get free protection for your applications and to get access to all the features.
@@ -5695,12 +5695,12 @@ class AtoDefaultGojsEditor {
|
|
5695
5695
|
itemTemplate: this.$(go.Panel, 'TableRow', {
|
5696
5696
|
cursor: 'pointer',
|
5697
5697
|
click: (e, obj) => {
|
5698
|
-
var _a, _b, _c;
|
5698
|
+
var _a, _b, _c, _d;
|
5699
5699
|
if (((_b = (_a = obj.panel.part.data) === null || _a === void 0 ? void 0 : _a.dataTable[obj.row]) === null || _b === void 0 ? void 0 : _b.isEditable) ===
|
5700
5700
|
false) {
|
5701
5701
|
return;
|
5702
5702
|
}
|
5703
|
-
self.onClikParamOfTable.emit(Object.assign({}, (_c = obj.panel.part.data) === null || _c === void 0 ? void 0 : _c.dataTable[obj.row]));
|
5703
|
+
self.onClikParamOfTable.emit(Object.assign({}, (_c = obj.panel.part.data) === null || _c === void 0 ? void 0 : _c.dataTable[((_d = obj.panel.part.data) === null || _d === void 0 ? void 0 : _d.isShowDataLongitudinal) ? 0 : obj.row]));
|
5704
5704
|
},
|
5705
5705
|
background: 'transparent',
|
5706
5706
|
}, this.$(go.TextBlock, '', {
|