isobit-ui 0.0.363 → 0.0.366
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 +6 -5
- 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.366
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1992,9 +1992,9 @@ var script$d = {
|
|
|
1992
1992
|
}
|
|
1993
1993
|
}, function () {
|
|
1994
1994
|
if (!datj) datj = [];
|
|
1995
|
-
me.data = me.data ? datj.concat(me.data) : datj;
|
|
1996
|
-
console.log(
|
|
1997
|
-
|
|
1995
|
+
me.data = me.data ? datj.concat(me.data) : datj; //console.log('storage2='+storage);
|
|
1996
|
+
//console.log(me.data);
|
|
1997
|
+
//me.rowSelect(null, -10);
|
|
1998
1998
|
});
|
|
1999
1999
|
}
|
|
2000
2000
|
});
|
|
@@ -4857,6 +4857,7 @@ var resize = function resize() {
|
|
|
4857
4857
|
if (pc[0].nodeName == "ION-CONTENT") {
|
|
4858
4858
|
p = pc[0];
|
|
4859
4859
|
e = p.children;
|
|
4860
|
+
console.log(e);
|
|
4860
4861
|
|
|
4861
4862
|
for (i = 0; i < e.length; i++) {
|
|
4862
4863
|
//v-dataview
|
|
@@ -4926,7 +4927,7 @@ var resize = function resize() {
|
|
|
4926
4927
|
}
|
|
4927
4928
|
}
|
|
4928
4929
|
|
|
4929
|
-
console.log("
|
|
4930
|
+
console.log("p");
|
|
4930
4931
|
console.log(p);
|
|
4931
4932
|
|
|
4932
4933
|
if (p) {
|