isobit-ui 0.1.27 → 0.1.30

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 +6 -7
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.1.27
2
+ * isobit-ui v0.1.30
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -3665,7 +3665,7 @@ var script$8 = {
3665
3665
  if (!me.data2) me.data2 = [];
3666
3666
  return _invoke(function () {
3667
3667
  if (me.store) {
3668
- console.log(JSON.stringify(me.data2));
3668
+ //console.log(JSON.stringify(me.data2));
3669
3669
  return _await$1(window._.getStoredList(me.store), function (storedList) {
3670
3670
  var _ref = p ? Object.keys(p) : [],
3671
3671
  _ref2 = _slicedToArray(_ref, 1),
@@ -3684,8 +3684,7 @@ var script$8 = {
3684
3684
  var displayField = me.displayField;
3685
3685
  me.data2 = me.data2.sort(function (a, b) {
3686
3686
  if (a[displayField] > b[displayField]) return 1;else if (a[displayField] < b[displayField]) return -1;else 0;
3687
- });
3688
- console.log(JSON.stringify(me.data2));
3687
+ }); //console.log(JSON.stringify(me.data2));
3689
3688
  });
3690
3689
  }
3691
3690
  }, function () {
@@ -6674,6 +6673,8 @@ window.ui = _$1.ui = function (cfg) {
6674
6673
 
6675
6674
  for (; k >= 0; k--) {
6676
6675
  console.log('k=' + k);
6676
+ console.log(t.data);
6677
+ console.log('t.selected[k]=' + t.selected[k]);
6677
6678
  dat = t.data[t.selected[k]];
6678
6679
  ele.push(dat);
6679
6680
  console.log(ele);
@@ -6683,10 +6684,8 @@ window.ui = _$1.ui = function (cfg) {
6683
6684
  if (me.app && me.app.toast) me.app.toast(ele.length + ' registros eliminados');else me.MsgBox(ele.length + ' registros eliminados');
6684
6685
  t.rowSelect(null, -1);
6685
6686
  t.selected = []; //if(cb)cb();
6686
- })["catch"](me.error);
6687
+ })["catch"](me.error); //t.rowSelect(null,-1);
6687
6688
  }
6688
-
6689
- t.rowSelect(null, -1);
6690
6689
  }, ['SI', 'NO']);
6691
6690
  }
6692
6691
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.1.27",
3
+ "version": "0.1.30",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [