ps-toolkit-ui 1.3.98 → 1.3.99
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/ps-toolkit-ui.umd.js +3 -11
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/base.component.js +4 -12
- package/fesm2015/ps-toolkit-ui.js +3 -11
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +2 -1
|
@@ -7296,17 +7296,9 @@
|
|
|
7296
7296
|
if (v === void 0) { v = null; }
|
|
7297
7297
|
return app.getL("" + c + (a ? "." + a : ''), key, v);
|
|
7298
7298
|
};
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
|
|
7302
|
-
this.permissions.Area = app.area;
|
|
7303
|
-
}
|
|
7304
|
-
}
|
|
7305
|
-
else {
|
|
7306
|
-
this.permissions = this.getPermission(this.c, this.a);
|
|
7307
|
-
if (this.permissions) {
|
|
7308
|
-
this.permissions.Area = app.area;
|
|
7309
|
-
}
|
|
7299
|
+
this.permissions = this.getPermission(this.c, this.a);
|
|
7300
|
+
if (this.permissions) {
|
|
7301
|
+
this.permissions.Area = app.area;
|
|
7310
7302
|
}
|
|
7311
7303
|
}
|
|
7312
7304
|
BaseComponent.prototype.getPermission = function (c, a) {
|