isobit-ui 0.0.425 → 0.0.426
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/dist/index.js +5 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.426
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5941,7 +5941,10 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
5941
5941
|
}
|
|
5942
5942
|
}
|
|
5943
5943
|
|
|
5944
|
-
if (c)
|
|
5944
|
+
if (c) {
|
|
5945
|
+
if (me.app && me.app.toast) me.app.toast('El registro fue grabado correctamente!');else me.MsgBox(c + ' Registros eliminado');
|
|
5946
|
+
}
|
|
5947
|
+
|
|
5945
5948
|
t.rowSelect(null, -1);
|
|
5946
5949
|
t.selected = [];
|
|
5947
5950
|
me.$emit('destroyed', ele);
|