isobit-ui 0.0.504 → 0.0.507
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 +7 -2
- 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.507
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2006,7 +2006,9 @@ var script$d = {
|
|
|
2006
2006
|
}, function () {
|
|
2007
2007
|
if (!datj) datj = [];
|
|
2008
2008
|
me.data = me.data ? datj.concat(me.data) : datj;
|
|
2009
|
-
|
|
2009
|
+
console.log('loadStore');
|
|
2010
|
+
console.log(me.data);
|
|
2011
|
+
return me.data; //
|
|
2010
2012
|
//console.log(me.data);
|
|
2011
2013
|
//me.rowSelect(null, -10);
|
|
2012
2014
|
});
|
|
@@ -6290,7 +6292,10 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6290
6292
|
var item = objectStore.get(o.tmpId);
|
|
6291
6293
|
|
|
6292
6294
|
item.onsuccess = function () {
|
|
6295
|
+
console.log(item.result);
|
|
6296
|
+
|
|
6293
6297
|
if (item.result) {
|
|
6298
|
+
console.log('objectStore.put(o)');
|
|
6294
6299
|
objectStore.put(o);
|
|
6295
6300
|
} else {
|
|
6296
6301
|
storedList.forEach(function (ee) {
|