ps-toolkit-ui 1.17.3 → 1.17.5
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 -3
- 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 +4 -4
- package/fesm2015/ps-toolkit-ui.js +3 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -9446,9 +9446,6 @@
|
|
|
9446
9446
|
if (data.Id) {
|
|
9447
9447
|
var i = _this.rows.findIndex(function (x) { return x.Data.Id === data.Id; });
|
|
9448
9448
|
_this.rows[i].Data = data;
|
|
9449
|
-
if (_this.onLoad) {
|
|
9450
|
-
_this.onLoad(null);
|
|
9451
|
-
}
|
|
9452
9449
|
}
|
|
9453
9450
|
else {
|
|
9454
9451
|
data.Id = parseInt(HelperClass.random(5, false, false), 10);
|
|
@@ -9485,6 +9482,9 @@
|
|
|
9485
9482
|
changeRows.emit(data);
|
|
9486
9483
|
}
|
|
9487
9484
|
_this.form.clear(_this.insertAccess != null);
|
|
9485
|
+
if (_this.onLoad) {
|
|
9486
|
+
_this.onLoad(null);
|
|
9487
|
+
}
|
|
9488
9488
|
} : null);
|
|
9489
9489
|
if (this.hasChildren) {
|
|
9490
9490
|
var level = new InputClass(this.environment, this.l, 'Level', null, exports.InputType.Hidden);
|