ps-toolkit-ui 1.18.0 → 1.18.2
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 +2 -0
- 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/classes/table.class.js +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -9410,6 +9410,8 @@
|
|
|
9410
9410
|
if (this.form && this.form.onTop) {
|
|
9411
9411
|
this.form.displayLabel = false;
|
|
9412
9412
|
}
|
|
9413
|
+
console.log(this.permissions);
|
|
9414
|
+
console.log(this.permissions.getAccesses());
|
|
9413
9415
|
var _loop_1 = function (access) {
|
|
9414
9416
|
if (this_1.buttons.filter(function (x) { return x.name === access.Name; }).length > 0) {
|
|
9415
9417
|
return "continue";
|