ps-toolkit-ui 1.9.47 → 1.9.49
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 +0 -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/classes/modal.class.js +1 -5
- package/fesm2015/ps-toolkit-ui.js +0 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3168,7 +3168,6 @@
|
|
|
3168
3168
|
$__namespace('body').removeClass('open-modal');
|
|
3169
3169
|
$__namespace('#' + this.id + 'Modal').fadeOut(300, function () {
|
|
3170
3170
|
if (_this.form && _this.form.name !== 'Confirm' && _this.form.name !== 'Alert') {
|
|
3171
|
-
_this.form.clear();
|
|
3172
3171
|
if (_this.form.onHideModal) {
|
|
3173
3172
|
_this.form.onHideModal();
|
|
3174
3173
|
}
|
|
@@ -3176,9 +3175,6 @@
|
|
|
3176
3175
|
if (_this.table && _this.table.form) {
|
|
3177
3176
|
_this.table.form.clear();
|
|
3178
3177
|
}
|
|
3179
|
-
if (_this.onHide) {
|
|
3180
|
-
_this.onHide();
|
|
3181
|
-
}
|
|
3182
3178
|
});
|
|
3183
3179
|
};
|
|
3184
3180
|
return ModalClass;
|