isobit-ui 0.0.416 → 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 +5 -2
- 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,7 +6257,6 @@ 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
6260
|
return _invoke(function () {
|
|
6262
6261
|
if (!action || !me.app.networkStatus.connected) {
|
|
6263
6262
|
var store = me.$children[0].store;
|
|
@@ -6268,7 +6267,9 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6268
6267
|
return;
|
|
6269
6268
|
}
|
|
6270
6269
|
|
|
6270
|
+
console.log(1111111);
|
|
6271
6271
|
return _await(me.getStoredList(store), function (storedList) {
|
|
6272
|
+
console.log(222222222);
|
|
6272
6273
|
if (!storedList) storedList = [];
|
|
6273
6274
|
|
|
6274
6275
|
if (o.id) {
|
|
@@ -6281,8 +6282,10 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6281
6282
|
}
|
|
6282
6283
|
}
|
|
6283
6284
|
|
|
6285
|
+
console.log(3333333);
|
|
6284
6286
|
var db = window._.db;
|
|
6285
6287
|
var objectStore = db.transaction([store], "readwrite").objectStore(store);
|
|
6288
|
+
console.log('!o.id=' + !o.id);
|
|
6286
6289
|
|
|
6287
6290
|
if (!o.id) {
|
|
6288
6291
|
o.id = -new Date();
|