isobit-ui 0.0.244 → 0.0.247

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.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.244
2
+ * isobit-ui v0.0.247
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -1303,6 +1303,7 @@ var script$d = {
1303
1303
  }).forEach(function (e2) {
1304
1304
  column.filter = e2;
1305
1305
  e.children.shift();
1306
+ console.log(createElement('div', column.filter));
1306
1307
  });
1307
1308
  e.children.filter(function (e) {
1308
1309
  return e.tag == 'v-footer';
@@ -1411,6 +1412,10 @@ var script$d = {
1411
1412
  },
1412
1413
  mounted: function mounted() {
1413
1414
  var me = this;
1415
+ me.columns.forEach(function (e) {
1416
+ console.log(e.filter);
1417
+ });
1418
+ console.log(me.$el.querySelectorAll('.v-datatable-scrollable-header-box > th'));
1414
1419
  var h = me.$el.style ? me.$el.style.height : null;
1415
1420
 
1416
1421
  if (h) {
@@ -1471,11 +1476,6 @@ var script$d = {
1471
1476
  me.paginatio_ = me.pagination ? me.pagination : 0;
1472
1477
  if (me.rowStyleClass) eval('me.rowStyleClassFunc=function(row){return ' + me.rowStyleClass + '}');
1473
1478
  },
1474
- beforeMount: function beforeMount() {
1475
- var me = this;
1476
- console.log('beforeUpdate');
1477
- console.log(me.$el);
1478
- },
1479
1479
  beforeUpdate: function beforeUpdate() {
1480
1480
  var me = this;
1481
1481
  /*var e3=;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.244",
3
+ "version": "0.0.247",
4
4
  "description": "Vue component to play videos",
5
5
  "keywords": [
6
6
  "ui",