isobit-ui 0.2.60 → 0.2.62
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 +6 -7
- 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.61
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -4039,9 +4039,9 @@ var script$7 = {
|
|
|
4039
4039
|
|
|
4040
4040
|
var _this2 = this;
|
|
4041
4041
|
|
|
4042
|
-
//console.log('================load');
|
|
4043
4042
|
var me = _this2;
|
|
4044
4043
|
if (!clearQueue) me.queue.push([p, nou]);
|
|
4044
|
+
console.log(me.getParentE().name + '================load');
|
|
4045
4045
|
if (me.queue.length > 1) return;
|
|
4046
4046
|
var pa = me.$el.parentElement;
|
|
4047
4047
|
me.data2 = me.data;
|
|
@@ -6211,10 +6211,9 @@ _$1 = Object.assign(_$1, {
|
|
|
6211
6211
|
|
|
6212
6212
|
try {
|
|
6213
6213
|
loadedStores = JSON.parse(sessionStorage.getItem('loadedStores'));
|
|
6214
|
-
} catch (e) {
|
|
6215
|
-
loadedStores = {};
|
|
6216
|
-
}
|
|
6214
|
+
} catch (e) {}
|
|
6217
6215
|
|
|
6216
|
+
if (loadedStores == null) loadedStores = {};
|
|
6218
6217
|
return _invoke(function () {
|
|
6219
6218
|
if (!loadedStores[store] && _$1.networkStatus.connected) {
|
|
6220
6219
|
//await
|
|
@@ -6223,9 +6222,9 @@ _$1 = Object.assign(_$1, {
|
|
|
6223
6222
|
return e[0] == store;
|
|
6224
6223
|
});
|
|
6225
6224
|
|
|
6226
|
-
console.log(params);
|
|
6227
6225
|
return _await(axios$2.get(e[2]), function (data) {
|
|
6228
|
-
var objectStore = db.transaction([e[1]], "readwrite").objectStore(e[1]);
|
|
6226
|
+
var objectStore = _$1.db.transaction([e[1]], "readwrite").objectStore(e[1]);
|
|
6227
|
+
|
|
6229
6228
|
data = data.data;
|
|
6230
6229
|
return _await(objectStore.clear(), function () {
|
|
6231
6230
|
var _exit2 = false;
|