tnx-shared 5.3.381 → 5.3.382
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/tnx-shared.umd.js +1 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/components/settings/settings.component.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -53075,7 +53075,7 @@
|
|
|
53075
53075
|
if (!element.rawColumn) {
|
|
53076
53076
|
if (!_this.model.data.details.some(function (q) { return q.columnCode == element.field; })) {
|
|
53077
53077
|
var visible = false;
|
|
53078
|
-
if (element.baseService) {
|
|
53078
|
+
if (element.baseService || element.dataSource) {
|
|
53079
53079
|
var refField = _this.parentSetting.cols.find(function (f) { return f.field == 'str' + element.field; });
|
|
53080
53080
|
if (refField) {
|
|
53081
53081
|
visible = refField.visible;
|