isobit-ui 0.0.102 → 0.0.108

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 +13 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.102
2
+ * isobit-ui v0.0.108
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -1349,7 +1349,18 @@ var script$c = {
1349
1349
  return this.selected.length;
1350
1350
  }
1351
1351
  },
1352
+ watch: {
1353
+ kc: function kc(nv) {
1354
+ var me = this;
1355
+ setTimeout(function () {
1356
+ me.$emit('updated');
1357
+ }, 1000);
1358
+ }
1359
+ },
1352
1360
  methods: {
1361
+ getCheckColumnWidth: function getCheckColumnWidth() {
1362
+ return 18;
1363
+ },
1353
1364
  getRowClass: function getRowClass(r, row) {
1354
1365
  var cls = [];
1355
1366
  var me = this;
@@ -1784,7 +1795,7 @@ var __vue_render__$c = function __vue_render__() {
1784
1795
  staticClass: "v-table v-table-summary"
1785
1796
  }, [_c('tr', [_vm.selectable0 ? _c('td', {
1786
1797
  attrs: {
1787
- "width": "18"
1798
+ "width": _vm.getCheckColumnWidth
1788
1799
  }
1789
1800
  }) : _vm._e(), _vm._v(" "), _vm._t("summary", null, {
1790
1801
  "data": _vm.sortedData
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.102",
3
+ "version": "0.0.108",
4
4
  "description": "Vue component to play videos",
5
5
  "keywords": [
6
6
  "ui",