isobit-ui 0.2.78 → 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.
Files changed (2) hide show
  1. package/dist/index.js +7 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.2.77
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) {
@@ -2124,7 +2123,6 @@ var script$d = {
2124
2123
 
2125
2124
  if (children) {
2126
2125
  //me.columns=[];
2127
- console.log(children);
2128
2126
  children.forEach(function (e, i) {
2129
2127
  var column = e.data.attrs;
2130
2128
 
@@ -2132,7 +2130,6 @@ var script$d = {
2132
2130
  e.children.filter(function (e) {
2133
2131
  return e.tag == 'v-filter';
2134
2132
  }).forEach(function (e2) {
2135
- console.log(e2);
2136
2133
  column.filter = e2;
2137
2134
  me.hasFilters = 1; //console.log(createElement('div',column.filter));
2138
2135
 
@@ -2150,6 +2147,7 @@ var script$d = {
2150
2147
  });
2151
2148
  if (!me.columns) me.columns = columns;
2152
2149
  console.log(columns);
2150
+ me.co = columns;
2153
2151
  } //se altera el virtual don of each row deleting v-filters
2154
2152
 
2155
2153
 
@@ -2180,7 +2178,7 @@ var script$d = {
2180
2178
  var ct = compiledTemplate.render.call(this, createElement);
2181
2179
  console.log(ct.children); //Se agregan los filtros a las columnas
2182
2180
 
2183
- me.columns.forEach(function (e) {
2181
+ me.co.forEach(function (e) {
2184
2182
  if (e.filter) ct.children[ct.children.length - 1].children.push(e.filter);
2185
2183
  });
2186
2184
  return ct;
@@ -2238,8 +2236,8 @@ var script$d = {
2238
2236
  }
2239
2237
  },
2240
2238
  mounted: function mounted() {
2241
- var me = this; //console.log('mounted');
2242
- //me.columns.forEach(e=>{console.log(e.filter)});
2239
+ var me = this;
2240
+ console.log('mounted'); //me.columns.forEach(e=>{console.log(e.filter)});
2243
2241
  //console.log(me.$el.querySelectorAll('.v-datatable-scrollable-header-box > th'));
2244
2242
 
2245
2243
  var h = me.$el.style ? me.$el.style.height : null;
@@ -2326,6 +2324,7 @@ var script$d = {
2326
2324
  var p = me.$el.querySelectorAll(".v-datatable-scrollable-header-box")[0];
2327
2325
 
2328
2326
  if (p) {
2327
+ console.log(me.co);
2329
2328
  var clonedHeader = me.$el.querySelectorAll(".v-cloned-header");
2330
2329
 
2331
2330
  if (clonedHeader.length === 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.2.78",
3
+ "version": "0.2.80",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [