isobit-ui 0.1.19 → 0.1.20

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 +9 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.1.19
2
+ * isobit-ui v0.1.20
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -7072,19 +7072,20 @@ window.ui = _$1.ui = function (cfg) {
7072
7072
  };
7073
7073
  }
7074
7074
 
7075
- console.log('-----save');
7076
- console.log(data);
7077
7075
  if (me.app && me.app.toast) me.app.toast('El registro fue grabado exitosamente!', function () {
7078
7076
  me.close({
7079
7077
  success: true,
7080
7078
  data: data
7081
7079
  });
7082
- });else me.MsgBox('El registro fue grabado exitosamente!', function () {
7083
- me.close({
7084
- success: true,
7085
- data: data
7080
+ });else {
7081
+ console.log(data);
7082
+ me.MsgBox('El registro fue grabado exitosamente!', function () {
7083
+ me.close({
7084
+ success: true,
7085
+ data: data
7086
+ });
7086
7087
  });
7087
- });
7088
+ }
7088
7089
  })["catch"](function (r) {
7089
7090
  console.log(r);
7090
7091
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [