tnx-shared 5.1.416 → 5.1.417
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 +3 -3
- 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/classes/base/list-component-base.d.ts.map +1 -1
- package/directives/authorize.directive.d.ts.map +1 -1
- package/esm2015/classes/base/list-component-base.js +4 -4
- package/esm2015/directives/authorize.directive.js +1 -1
- package/fesm2015/tnx-shared.js +3 -3
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -21097,10 +21097,10 @@
|
|
|
21097
21097
|
this.authorizePaths[ComCtxConstants.COMMON.DELETE_MULTIPLE] = this.authorizePath + "/DELETE_MULTIPLE";
|
|
21098
21098
|
this.authorizePaths[ComCtxConstants.COMMON.EXPORT_EXCEL] = this.authorizePath + "/EXPORT_EXCEL";
|
|
21099
21099
|
this.authorizePaths[ComCtxConstants.COMMON.EXPORT_ALL_EXCEL] = this.authorizePath + "/EXPORT_ALL_EXCEL";
|
|
21100
|
+
this.authorizeButtons.forEach(function (button) {
|
|
21101
|
+
_this.buttonApplyAuthorize[button] = true;
|
|
21102
|
+
});
|
|
21100
21103
|
}
|
|
21101
|
-
this.authorizeButtons.forEach(function (button) {
|
|
21102
|
-
_this.buttonApplyAuthorize[button] = true;
|
|
21103
|
-
});
|
|
21104
21104
|
var userService = this._injector.get(UserService);
|
|
21105
21105
|
var temp = userService.getCurrentUser();
|
|
21106
21106
|
if (temp != null) {
|