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.
Files changed (2) hide show
  1. package/dist/index.js +5 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.425
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) MsgBox(c + ' Registros eliminado');
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.425",
3
+ "version": "0.0.426",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [