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.
- package/bundles/tnx-shared.umd.js +2 -2
- 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/classes/base/list-component-base.js +3 -3
- package/fesm2015/tnx-shared.js +2 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
package/fesm2015/tnx-shared.js
CHANGED
|
@@ -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')
|
|
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();
|