isobit-ui 0.2.98 → 0.2.99
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 +3 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.2.
|
|
2
|
+
* isobit-ui v0.2.98
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -7212,7 +7212,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
7212
7212
|
me.MsgBox('Esta seguro que desea eliminar los registros temporales seleccionados ?', function (r) {
|
|
7213
7213
|
if (r == 0) {
|
|
7214
7214
|
var c = 0,
|
|
7215
|
-
db =
|
|
7215
|
+
db = _$1.db;
|
|
7216
7216
|
var objectStore = db.transaction([t.store], "readwrite").objectStore(t.store);
|
|
7217
7217
|
var ele = [];
|
|
7218
7218
|
|
|
@@ -7230,8 +7230,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
7230
7230
|
|
|
7231
7231
|
t.rowSelect(null, -1);
|
|
7232
7232
|
t.selected = [];
|
|
7233
|
-
|
|
7234
|
-
me.$emit('destroyed', ele);
|
|
7233
|
+
me.$emit('destroyed', ele, t.store);
|
|
7235
7234
|
if (cb) cb();
|
|
7236
7235
|
}
|
|
7237
7236
|
}, ['SI', 'NO']);
|