isobit-ui 0.0.272 → 0.0.273
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 +5 -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.273
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1412,11 +1412,11 @@ var script$d = {
|
|
|
1412
1412
|
}
|
|
1413
1413
|
});
|
|
1414
1414
|
return item;
|
|
1415
|
-
};
|
|
1415
|
+
}; //console.log('render');
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
var ct = compiledTemplate.render.call(this, createElement); //console.log(me.columns);
|
|
1416
1419
|
|
|
1417
|
-
console.log('render');
|
|
1418
|
-
var ct = compiledTemplate.render.call(this, createElement);
|
|
1419
|
-
console.log(me.columns);
|
|
1420
1420
|
me.columns.forEach(function (e) {
|
|
1421
1421
|
if (e.filter) ct.children[ct.children.length - 1].children.push(e.filter);
|
|
1422
1422
|
});
|