ps-toolkit-ui 0.0.142 → 0.0.143
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 +4 -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 +5 -1
- package/fesm2015/ps-toolkit-ui.js +4 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7295,6 +7295,7 @@
|
|
|
7295
7295
|
}
|
|
7296
7296
|
finally { if (e_2) throw e_2.error; }
|
|
7297
7297
|
}
|
|
7298
|
+
console.log(this.permissions, 'this.permissions');
|
|
7298
7299
|
if ((this.permissions.hasAccess(exports.PermissionAccessTypeEnum.Insert) ||
|
|
7299
7300
|
this.permissions.hasOption(exports.PermissionAccessTypeEnum.Update)) && this.form) {
|
|
7300
7301
|
this.form.addButtons('Save', 'green', true, this.permissions.Type === exports.PermissionTypeEnum.Form ? function (data) {
|
|
@@ -7320,7 +7321,10 @@
|
|
|
7320
7321
|
else {
|
|
7321
7322
|
if (!this.modal) {
|
|
7322
7323
|
this.modal = new ModalClass(this.environment, this.l, this.name);
|
|
7324
|
+
console.log(this.modal, 'this.modal');
|
|
7325
|
+
console.log(this.name, 'this.name');
|
|
7323
7326
|
}
|
|
7327
|
+
console.log(this.form, 'this.form');
|
|
7324
7328
|
this.modal.form = this.form;
|
|
7325
7329
|
}
|
|
7326
7330
|
}
|