isobit-ui 0.1.28 → 0.1.29
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 +2 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.1.
|
|
2
|
+
* isobit-ui v0.1.29
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6685,10 +6685,8 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6685
6685
|
if (me.app && me.app.toast) me.app.toast(ele.length + ' registros eliminados');else me.MsgBox(ele.length + ' registros eliminados');
|
|
6686
6686
|
t.rowSelect(null, -1);
|
|
6687
6687
|
t.selected = []; //if(cb)cb();
|
|
6688
|
-
})["catch"](me.error);
|
|
6688
|
+
})["catch"](me.error); //t.rowSelect(null,-1);
|
|
6689
6689
|
}
|
|
6690
|
-
|
|
6691
|
-
t.rowSelect(null, -1);
|
|
6692
6690
|
}, ['SI', 'NO']);
|
|
6693
6691
|
}
|
|
6694
6692
|
},
|