isobit-ui 0.0.457 → 0.0.458
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 +10 -9
- 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.458
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2049,10 +2049,10 @@ var script$d = {
|
|
|
2049
2049
|
me.pages = Math.ceil(r.data.size / pagination);
|
|
2050
2050
|
if (me.page > me.pages) me.page = 1;
|
|
2051
2051
|
me.size = r.data.size;
|
|
2052
|
-
}
|
|
2052
|
+
} //console.log('======');
|
|
2053
|
+
//console.log(me.data);
|
|
2054
|
+
|
|
2053
2055
|
|
|
2054
|
-
console.log('======');
|
|
2055
|
-
console.log(me.data);
|
|
2056
2056
|
me.loadStore();
|
|
2057
2057
|
me.$emit('loaded', {
|
|
2058
2058
|
target: me
|
|
@@ -2067,9 +2067,9 @@ var script$d = {
|
|
|
2067
2067
|
me.data = [];
|
|
2068
2068
|
me.loadStore().then(function (result) {
|
|
2069
2069
|
console.log(me.data = result);
|
|
2070
|
-
});
|
|
2071
|
-
console.log(
|
|
2072
|
-
|
|
2070
|
+
}); //console.log('me.data');
|
|
2071
|
+
//console.log(me.data);
|
|
2072
|
+
|
|
2073
2073
|
me.$emit('row-select', {
|
|
2074
2074
|
target: me
|
|
2075
2075
|
});
|
|
@@ -6318,9 +6318,10 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6318
6318
|
}
|
|
6319
6319
|
|
|
6320
6320
|
item.onsuccess = function () {
|
|
6321
|
+
console.log('XXXXXXXX');
|
|
6321
6322
|
o0["synchronized"] = 1;
|
|
6322
6323
|
o["synchronized"] = 1;
|
|
6323
|
-
console.log(
|
|
6324
|
+
console.log(o0);
|
|
6324
6325
|
console.log(o);
|
|
6325
6326
|
console.log('result');
|
|
6326
6327
|
console.log(result);
|
|
@@ -6333,7 +6334,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6333
6334
|
}
|
|
6334
6335
|
|
|
6335
6336
|
re.onerror = function (e) {
|
|
6336
|
-
console.
|
|
6337
|
+
console.error(e);
|
|
6337
6338
|
};
|
|
6338
6339
|
|
|
6339
6340
|
me.$emit('sync', data, o);
|