ps-toolkit-ui 1.13.49 → 1.13.50
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 -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/components/form/table/form.table.component.js +4 -1
- package/fesm2015/ps-toolkit-ui.js +3 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -6056,6 +6056,9 @@
|
|
|
6056
6056
|
FormTableComponent.prototype.ngOnInit = function () {
|
|
6057
6057
|
var _this = this;
|
|
6058
6058
|
var permissions = this.inp.table.permissions != null ? this.inp.table.permissions : HelperClass.getTablePermissions();
|
|
6059
|
+
console.log(permissions);
|
|
6060
|
+
console.log(permissions.getOption(exports.PermissionAccessTypeEnum.Update));
|
|
6061
|
+
console.log(permissions.getOption(exports.PermissionAccessTypeEnum.Delete));
|
|
6059
6062
|
this.inp.table.permissions = permissions;
|
|
6060
6063
|
this.inp.table.displayLabel = false;
|
|
6061
6064
|
this.inp.table.style = { padding: 0, boxShadow: 'unset' };
|