isobit-ui 0.0.420 → 0.0.421
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 +3 -1
- 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.421
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6256,6 +6256,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6256
6256
|
|
|
6257
6257
|
return _await(me.getStoredList(store), function (storedList) {
|
|
6258
6258
|
if (!storedList) storedList = [];
|
|
6259
|
+
console.log(1111111);
|
|
6259
6260
|
|
|
6260
6261
|
if (o.id) {
|
|
6261
6262
|
for (var k = 0; k < storedList.length; k++) {
|
|
@@ -6267,6 +6268,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6267
6268
|
}
|
|
6268
6269
|
}
|
|
6269
6270
|
|
|
6271
|
+
console.log(22222);
|
|
6270
6272
|
var db = window._.db;
|
|
6271
6273
|
var objectStore = db.transaction([store], "readwrite").objectStore(store);
|
|
6272
6274
|
console.log('!o.id=' + !o.id);
|