ps-toolkit-ui 1.17.4 → 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
|
@@ -9478,13 +9478,13 @@
|
|
|
9478
9478
|
});
|
|
9479
9479
|
}
|
|
9480
9480
|
}
|
|
9481
|
-
if (_this.onLoad) {
|
|
9482
|
-
_this.onLoad(null);
|
|
9483
|
-
}
|
|
9484
9481
|
if (changeRows) {
|
|
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);
|