isobit-ui 0.2.47 → 0.2.48
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 +14 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.2.
|
|
2
|
+
* isobit-ui v0.2.47
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -4054,10 +4054,16 @@ var script$7 = {
|
|
|
4054
4054
|
me.data2 = me.data2.concat(storedList.filter(function (item) {
|
|
4055
4055
|
ittt = item; //item[key]&&
|
|
4056
4056
|
|
|
4057
|
+
var ee = _this2.getParentE();
|
|
4058
|
+
|
|
4059
|
+
if (ee.id) {
|
|
4060
|
+
console.log(item[key] + ' c ' + p[key] + ' = ' + item[key].startsWith(p[key]));
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4057
4063
|
return item[key].startsWith(p[key]);
|
|
4058
4064
|
}));
|
|
4059
4065
|
} catch (e) {
|
|
4060
|
-
console.log(
|
|
4066
|
+
console.log("Error trying to filter ", ittt);
|
|
4061
4067
|
console.log(ittt);
|
|
4062
4068
|
console.log(storedList);
|
|
4063
4069
|
} //console.log("data filtrada");
|
|
@@ -4096,15 +4102,15 @@ var script$7 = {
|
|
|
4096
4102
|
//var e = me.$parent.$el;
|
|
4097
4103
|
//var error = document.createElement("div");
|
|
4098
4104
|
|
|
4099
|
-
/*error.innerHTML = r.config.method + ' ' + r.config.url + ' ' + r.status + ' (' + r.statusText + ')';
|
|
4100
|
-
|
|
4101
|
-
|
|
4105
|
+
/*error.innerHTML = r.config.method + ' ' + r.config.url + ' ' + r.status + ' (' + r.statusText + ')';
|
|
4106
|
+
error.classList.add("v-error");
|
|
4107
|
+
e.parentNode.insertBefore(error, e);*/
|
|
4102
4108
|
}));
|
|
4103
4109
|
}
|
|
4104
4110
|
}, function () {
|
|
4105
|
-
/*else{
|
|
4106
|
-
|
|
4107
|
-
|
|
4111
|
+
/*else{
|
|
4112
|
+
console.log('no se cargara aun '+pa.name);
|
|
4113
|
+
}*/
|
|
4108
4114
|
if (!clearQueue) me.queue.shift();
|
|
4109
4115
|
return _continueIgnored(_for(function () {
|
|
4110
4116
|
return !!me.queue.length;
|