isobit-ui 0.2.79 → 0.2.80
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 -4
- 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.79
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2110,8 +2110,7 @@ var script$d = {
|
|
|
2110
2110
|
remoteLoaded: null,
|
|
2111
2111
|
loaded: false,
|
|
2112
2112
|
sortOrders: sortOrders,
|
|
2113
|
-
rowStyleClassFunc: null
|
|
2114
|
-
originalDef: null
|
|
2113
|
+
rowStyleClassFunc: null
|
|
2115
2114
|
};
|
|
2116
2115
|
},
|
|
2117
2116
|
render: function render(createElement) {
|
|
@@ -2179,7 +2178,7 @@ var script$d = {
|
|
|
2179
2178
|
var ct = compiledTemplate.render.call(this, createElement);
|
|
2180
2179
|
console.log(ct.children); //Se agregan los filtros a las columnas
|
|
2181
2180
|
|
|
2182
|
-
me.
|
|
2181
|
+
me.co.forEach(function (e) {
|
|
2183
2182
|
if (e.filter) ct.children[ct.children.length - 1].children.push(e.filter);
|
|
2184
2183
|
});
|
|
2185
2184
|
return ct;
|