ps-toolkit-ui 1.8.44 → 1.8.51
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 +2 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/confirm/confirm.component.js +3 -3
- package/esm2015/lib/components/table/table.component.js +1 -1
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/components/confirm/confirm.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -6524,9 +6524,9 @@
|
|
|
6524
6524
|
this.confirm.form.data = function () {
|
|
6525
6525
|
return data;
|
|
6526
6526
|
};
|
|
6527
|
-
this.confirm.form.onSuccess = function (
|
|
6527
|
+
this.confirm.form.onSuccess = function (result) {
|
|
6528
6528
|
_this.confirm.hide();
|
|
6529
|
-
accept(
|
|
6529
|
+
accept(result);
|
|
6530
6530
|
};
|
|
6531
6531
|
this.confirm.show();
|
|
6532
6532
|
};
|