isobit-ui 0.0.378 → 0.0.382

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 +10 -11
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.378
2
+ * isobit-ui v0.0.382
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -3382,9 +3382,8 @@ var script$6 = {
3382
3382
  if (!(e.disabled || e.getAttribute('disabled')) && (e.required || e.tagName === 'DIV')) {
3383
3383
  //console.log([e]);
3384
3384
  //console.log(e.value);console.log(e.nodeValue);
3385
- console.log('----');
3386
- console.log(e);
3387
-
3385
+ ////console.log('----');
3386
+ //console.log(e);
3388
3387
  if (e.tagName != 'DIV' && !e.value
3389
3388
  /*||e.value == 0*/
3390
3389
  || e.tagName === 'DIV' && !e.attributes.value) {
@@ -4852,7 +4851,7 @@ var buildPopupMenu = function buildPopupMenu(p) {
4852
4851
  popup.className = 'v-popup-2';
4853
4852
  popup.style.backgroundColor = 'white';
4854
4853
  popup.style.position = 'absolute';
4855
- popup.style.top = '0px';
4854
+ popup.style.bottom = '0px';
4856
4855
  popup.style.fontSize = '26px';
4857
4856
  popup.style.right = '0px';
4858
4857
  popup.style.display = 'none';
@@ -4881,14 +4880,14 @@ var buildPopupMenu = function buildPopupMenu(p) {
4881
4880
  i.className = 'fa fa-bars fa-w-14';
4882
4881
  pbutton.appendChild(i);
4883
4882
  pbutton.style.borderWidth = '0px';
4884
- pbutton.style.top = '32px';
4883
+ pbutton.style.top = '3px';
4885
4884
  pbutton.style.right = '0px';
4886
4885
  pbutton.style.padding = '6px 11px'; //pbutton.style.fontSize='26px';
4887
4886
 
4888
4887
  pbutton.style.zIndex = '200';
4889
4888
 
4890
4889
  pbutton.onclick = function () {
4891
- bu = p.querySelectorAll('.ui-datatable-header .v-button');
4890
+ bu = p.querySelectorAll('.v-datatable-header .v-button');
4892
4891
 
4893
4892
  while (popup.firstChild) {
4894
4893
  popup.removeChild(popup.firstChild);
@@ -6102,13 +6101,13 @@ window.ui = _$1.ui = function (cfg) {
6102
6101
  localStorage.removeItem(storage);
6103
6102
  }
6104
6103
  },
6105
- setStoredList: function setStoredList(storage, data) {
6104
+ setStoredList: function setStoredList(store, data) {
6106
6105
  try {
6107
6106
  var db, objectStore;
6108
6107
 
6109
- if (window.idb) {
6108
+ if (window._.db) {
6110
6109
  db = window._.db;
6111
- objectStore = db.transaction([storage], "readwrite").objectStore(storage);
6110
+ objectStore = db.transaction([store], "readwrite").objectStore(store);
6112
6111
  var objectStoreRequest = objectStore.clear();
6113
6112
 
6114
6113
  objectStoreRequest.onsuccess = function () {
@@ -6121,7 +6120,7 @@ window.ui = _$1.ui = function (cfg) {
6121
6120
  }
6122
6121
  };
6123
6122
  } else {
6124
- localStorage.setItem(storage, JSON.stringify(data));
6123
+ localStorage.setItem(store, JSON.stringify(data));
6125
6124
  }
6126
6125
 
6127
6126
  return _await();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.378",
3
+ "version": "0.0.382",
4
4
  "description": "Vue component to play videos",
5
5
  "keywords": [
6
6
  "ui",