isobit-ui 0.0.423 → 0.0.424
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 +4 -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.424
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6320,13 +6320,15 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6320
6320
|
var objectStore = window._.db.transaction([store], "readwrite").objectStore(store);
|
|
6321
6321
|
|
|
6322
6322
|
var item = objectStore.get(o.tmpId);
|
|
6323
|
-
o.tmpSynchronized = 1;
|
|
6324
6323
|
|
|
6325
6324
|
if (data.id) {
|
|
6326
6325
|
o.id = data.id;
|
|
6327
6326
|
o0.id = o.id;
|
|
6328
6327
|
}
|
|
6329
6328
|
|
|
6329
|
+
o0.tmpSynchronized = 1;
|
|
6330
|
+
console.log(o0);
|
|
6331
|
+
|
|
6330
6332
|
item.onsuccess = function () {
|
|
6331
6333
|
if (item.result) {
|
|
6332
6334
|
objectStore.put(o);
|