isobit-ui 0.2.61 → 0.2.63
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.2.
|
|
2
|
+
* isobit-ui v0.2.62
|
|
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;
|
|
@@ -6222,9 +6222,9 @@ _$1 = Object.assign(_$1, {
|
|
|
6222
6222
|
return e[0] == store;
|
|
6223
6223
|
});
|
|
6224
6224
|
|
|
6225
|
-
console.log(params);
|
|
6226
6225
|
return _await(axios$2.get(e[2]), function (data) {
|
|
6227
|
-
var objectStore = db.transaction([e[1]], "readwrite").objectStore(e[1]);
|
|
6226
|
+
var objectStore = _$1.db.transaction([e[1]], "readwrite").objectStore(e[1]);
|
|
6227
|
+
|
|
6228
6228
|
data = data.data;
|
|
6229
6229
|
return _await(objectStore.clear(), function () {
|
|
6230
6230
|
var _exit2 = false;
|