isobit-ui 0.0.330 → 0.0.335
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 -4
- 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.335
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1932,12 +1932,11 @@ var script$d = {
|
|
|
1932
1932
|
var me, storage;
|
|
1933
1933
|
me = this;
|
|
1934
1934
|
storage = me.storage;
|
|
1935
|
-
console.log('storage=' + storage);
|
|
1936
1935
|
return _invokeIgnored(function () {
|
|
1937
1936
|
if (storage != null) {
|
|
1938
1937
|
var datj;
|
|
1939
1938
|
return _invoke$1(function () {
|
|
1940
|
-
if (window.
|
|
1939
|
+
if (window._.db) {
|
|
1941
1940
|
return _await$1(me.getStoredList(storage), function (_me$getStoredList) {
|
|
1942
1941
|
datj = _me$getStoredList;
|
|
1943
1942
|
});
|
|
@@ -1951,7 +1950,9 @@ var script$d = {
|
|
|
1951
1950
|
}
|
|
1952
1951
|
}, function () {
|
|
1953
1952
|
if (!datj) datj = [];
|
|
1954
|
-
me.data = me.data ? datj.concat(me.data) : datj;
|
|
1953
|
+
me.data = me.data ? datj.concat(me.data) : datj;
|
|
1954
|
+
console.log('storage2=' + storage);
|
|
1955
|
+
console.log(me.data); //me.rowSelect(null, -10);
|
|
1955
1956
|
});
|
|
1956
1957
|
}
|
|
1957
1958
|
});
|