isobit-ui 0.0.359 → 0.0.360

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.359
2
+ * isobit-ui v0.0.360
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -6191,7 +6191,6 @@ window.ui = _$1.ui = function (cfg) {
6191
6191
  save: function save() {
6192
6192
  try {
6193
6193
  var _exit2 = false;
6194
- var store;
6195
6194
 
6196
6195
  var _this4 = this;
6197
6196
 
@@ -6225,7 +6224,7 @@ window.ui = _$1.ui = function (cfg) {
6225
6224
  if (!(_typeof(o) === 'object' && !Array.isArray(o) && o !== null)) return;
6226
6225
  return _invoke(function () {
6227
6226
  if (!action || !_this4.app.networkStatus.connected) {
6228
- store = me.$children[0].store;
6227
+ var store = me.$children[0].store;
6229
6228
  return _await(me.getStoredList(store), function (storedList) {
6230
6229
  if (!storedList) storedList = [];
6231
6230
 
@@ -6290,7 +6289,7 @@ window.ui = _$1.ui = function (cfg) {
6290
6289
  var data = result.data;
6291
6290
 
6292
6291
  if (o.tmpId) {
6293
- var storage = me.$children[0].storage;
6292
+ var store = me.$children[0].store;
6294
6293
 
6295
6294
  var objectStore = window._.db.transaction([store], "readwrite").objectStore(store);
6296
6295
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.359",
3
+ "version": "0.0.360",
4
4
  "description": "Vue component to play videos",
5
5
  "keywords": [
6
6
  "ui",