tnx-shared 5.3.333 → 5.3.334

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.
@@ -22966,7 +22966,7 @@
22966
22966
  }
22967
22967
  };
22968
22968
  ListComponentBase.prototype.initColumnSchema = function (cols) {
22969
- var _a, _b, _c, _d;
22969
+ var _a, _b, _c, _d, _e;
22970
22970
  if (!cols || !cols.length)
22971
22971
  return;
22972
22972
  var colFunction = null, colGroup = null, colHasToggleIcon = null;
@@ -22989,7 +22989,7 @@
22989
22989
  colHasToggleIcon = this.setting.cols[0];
22990
22990
  }
22991
22991
  colHasToggleIcon.colHasToggleIcon = true;
22992
- this.componentKey = location.pathname + "/" + (((_d = (_c = (_b = (_a = this.container) === null || _a === void 0 ? void 0 : _a.nativeElement) === null || _b === void 0 ? void 0 : _b.closest('crud-list').parentNode) === null || _c === void 0 ? void 0 : _c.tagName) === null || _d === void 0 ? void 0 : _d.toLowerCase()) || '') + (this.setting.settingKey ? '/' + this.setting.settingKey : '');
22992
+ this.componentKey = location.pathname + "/" + (((_e = (_d = (_c = (_b = (_a = this.container) === null || _a === void 0 ? void 0 : _a.nativeElement) === null || _b === void 0 ? void 0 : _b.closest('crud-list')) === null || _c === void 0 ? void 0 : _c.parentNode) === null || _d === void 0 ? void 0 : _d.tagName) === null || _e === void 0 ? void 0 : _e.toLowerCase()) || '') + (this.setting.settingKey ? '/' + this.setting.settingKey : '');
22993
22993
  this.getColorSetting();
22994
22994
  this.getColumnSetting(colGroup);
22995
22995
  this.getPageSetting();