tnx-shared 5.3.199 → 5.3.200
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 -1
- 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/directives/authorize.directive.d.ts.map +1 -1
- package/esm2015/directives/authorize.directive.js +4 -2
- package/fesm2015/tnx-shared.js +3 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -38086,7 +38086,9 @@
|
|
|
38086
38086
|
};
|
|
38087
38087
|
AuthorizeDirective.prototype.ngAfterViewInit = function () {
|
|
38088
38088
|
var _this = this;
|
|
38089
|
-
this.
|
|
38089
|
+
if (!this.permission) {
|
|
38090
|
+
this.setAuthorizeButton();
|
|
38091
|
+
}
|
|
38090
38092
|
if (this._moduleCode) {
|
|
38091
38093
|
this.appCode = this._moduleCode;
|
|
38092
38094
|
}
|