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.
@@ -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; });