ps-toolkit-ui 1.16.22 → 1.16.24
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 -4
- 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/table/row/table.row.component.js +4 -4
- package/esm2015/lib/components/table/table.component.js +1 -2
- package/fesm2015/ps-toolkit-ui.js +3 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3337,11 +3337,11 @@
|
|
|
3337
3337
|
TableRowComponent.prototype.loadChildren = function (p) {
|
|
3338
3338
|
var _this = this;
|
|
3339
3339
|
var data = this.table.searchData();
|
|
3340
|
-
//
|
|
3340
|
+
// tslint:disable-next-line
|
|
3341
3341
|
data['Page'] = 1;
|
|
3342
|
-
//
|
|
3342
|
+
// tslint:disable-next-line
|
|
3343
3343
|
data['PerPage'] = -1;
|
|
3344
|
-
//
|
|
3344
|
+
// tslint:disable-next-line
|
|
3345
3345
|
data['Level'] = this.level;
|
|
3346
3346
|
new RequestClass(this.table.environment, this.table.l).send(this.table.url + ("/" + p), exports.Method.Post, data, this.showChildren, function (result) {
|
|
3347
3347
|
_this.children = result.List;
|
|
@@ -3921,7 +3921,6 @@
|
|
|
3921
3921
|
_this.table.load();
|
|
3922
3922
|
};
|
|
3923
3923
|
}
|
|
3924
|
-
x.withClear = true;
|
|
3925
3924
|
}
|
|
3926
3925
|
if (x.type === exports.InputType.Submit) {
|
|
3927
3926
|
x.onClick = function () {
|