ps-toolkit-ui 0.0.144 → 0.0.145
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 +5 -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 +6 -1
- package/fesm2015/ps-toolkit-ui.js +5 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7295,6 +7295,8 @@
|
|
|
7295
7295
|
}
|
|
7296
7296
|
finally { if (e_2) throw e_2.error; }
|
|
7297
7297
|
}
|
|
7298
|
+
console.log(this.permissions, 'this.permissions');
|
|
7299
|
+
console.log(this.form, 'this.form');
|
|
7298
7300
|
if (this.form) {
|
|
7299
7301
|
this.form.addButtons('Save', 'green', true, this.permissions.Type === exports.PermissionTypeEnum.Form ? function (data) {
|
|
7300
7302
|
if (data.Id) {
|
|
@@ -7319,7 +7321,10 @@
|
|
|
7319
7321
|
else {
|
|
7320
7322
|
if (!this.modal) {
|
|
7321
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');
|
|
7322
7326
|
}
|
|
7327
|
+
console.log(this.form, 'this.form');
|
|
7323
7328
|
this.modal.form = this.form;
|
|
7324
7329
|
}
|
|
7325
7330
|
}
|