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.
@@ -19435,7 +19435,7 @@ class ListComponentBase extends ComponentBase {
19435
19435
  }
19436
19436
  }
19437
19437
  initColumnSchema(cols) {
19438
- var _a, _b, _c, _d;
19438
+ var _a, _b, _c, _d, _e;
19439
19439
  if (!cols || !cols.length)
19440
19440
  return;
19441
19441
  let colFunction = null, colGroup = null, colHasToggleIcon = null;
@@ -19458,7 +19458,7 @@ class ListComponentBase extends ComponentBase {
19458
19458
  colHasToggleIcon = this.setting.cols[0];
19459
19459
  }
19460
19460
  colHasToggleIcon.colHasToggleIcon = true;
19461
- 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 : ''}`;
19461
+ 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 : ''}`;
19462
19462
  this.getColorSetting();
19463
19463
  this.getColumnSetting(colGroup);
19464
19464
  this.getPageSetting();