tnx-shared 5.3.189 → 5.3.190
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 -0
- 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/components/settings/settings-authorize-button/settings-authorize-button.component.d.ts.map +1 -1
- package/esm2015/components/settings/settings-authorize-button/settings-authorize-button.component.js +3 -1
- package/fesm2015/tnx-shared.js +2 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -50297,7 +50297,9 @@
|
|
|
50297
50297
|
};
|
|
50298
50298
|
SettingAuthorizeButtonComponent.prototype.ngOnDestroy = function () {
|
|
50299
50299
|
var _this = this;
|
|
50300
|
+
var _a;
|
|
50300
50301
|
var buttonSetting = JSON.parse(sessionStorage.getItem(ComCtxConstants.LOCALSTORAGE_KEY.BUTTON_AUTHORIZE) || '{}');
|
|
50302
|
+
buttonSetting[_a = this.authorizeButtonKey] || (buttonSetting[_a] = []);
|
|
50301
50303
|
this.model.dataSource.forEach(function (rowData) {
|
|
50302
50304
|
var _a;
|
|
50303
50305
|
var buttonItem = (_a = buttonSetting[_this.authorizeButtonKey]) === null || _a === void 0 ? void 0 : _a.find(function (p) { return p.code == rowData.code; });
|