isobit-ui 0.0.418 → 0.0.419
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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.419
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6257,11 +6257,8 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6257
6257
|
if (me.process) o = me.process(o); //console.log('o2='+o);
|
|
6258
6258
|
|
|
6259
6259
|
if (!(_typeof(o) === 'object' && !Array.isArray(o) && o !== null)) return;
|
|
6260
|
-
console.log('app.networkStatus.connected=' + me.app.networkStatus.connected);
|
|
6261
|
-
console.log('action=' + action);
|
|
6262
6260
|
return _invoke(function () {
|
|
6263
6261
|
if (!action || !me.app.networkStatus.connected) {
|
|
6264
|
-
console.log('app.networkStatus.connected=' + me.app.networkStatus.connected);
|
|
6265
6262
|
var store = me.$children[0].store;
|
|
6266
6263
|
|
|
6267
6264
|
if (!store) {
|
|
@@ -6270,7 +6267,9 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6270
6267
|
return;
|
|
6271
6268
|
}
|
|
6272
6269
|
|
|
6270
|
+
console.log(1111111);
|
|
6273
6271
|
return _await(me.getStoredList(store), function (storedList) {
|
|
6272
|
+
console.log(222222222);
|
|
6274
6273
|
if (!storedList) storedList = [];
|
|
6275
6274
|
|
|
6276
6275
|
if (o.id) {
|
|
@@ -6283,6 +6282,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6283
6282
|
}
|
|
6284
6283
|
}
|
|
6285
6284
|
|
|
6285
|
+
console.log(3333333);
|
|
6286
6286
|
var db = window._.db;
|
|
6287
6287
|
var objectStore = db.transaction([store], "readwrite").objectStore(store);
|
|
6288
6288
|
console.log('!o.id=' + !o.id);
|