ps-toolkit-ui 1.22.37 → 1.22.38
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
|
@@ -7570,6 +7570,9 @@
|
|
|
7570
7570
|
Options: _this.inp.table.permissions.Accesses.filter(function (a) { return a.AccessType === exports.PermissionAccessTypeEnum.Update || a.AccessType === exports.PermissionAccessTypeEnum.Delete; })
|
|
7571
7571
|
};
|
|
7572
7572
|
})));
|
|
7573
|
+
if (this.inp.table.onLoad) {
|
|
7574
|
+
this.inp.table.onLoad(this.inp.table.rows);
|
|
7575
|
+
}
|
|
7573
7576
|
}
|
|
7574
7577
|
};
|
|
7575
7578
|
return FormTableComponent;
|