ps-toolkit-ui 1.4.9 → 1.4.10
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 +1 -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 +2 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7465,6 +7465,7 @@
|
|
|
7465
7465
|
this.permission = true;
|
|
7466
7466
|
if (this.permissions) {
|
|
7467
7467
|
var listAccess = this.permissions.getAccess(exports.PermissionAccessTypeEnum.List);
|
|
7468
|
+
console.log(listAccess);
|
|
7468
7469
|
if (listAccess !== null) {
|
|
7469
7470
|
this.title = listAccess.Name;
|
|
7470
7471
|
this.url = this.permissions.getUrl();
|