iov-pro-components 0.0.74 → 0.0.75

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.
@@ -19445,7 +19445,7 @@ var script$c = {
19445
19445
  tableColumns.push({
19446
19446
  label: column.label || column.type,
19447
19447
  value: value,
19448
- disabled: column.keepInPlace || column.adjustDisabled || ['selection'].includes(column.type) || false,
19448
+ disabled: column.keepInPlace || column.adjustDisabled || ['selection', 'expand'].includes(column.type) || false,
19449
19449
  target: column
19450
19450
  });
19451
19451
  });
@@ -22441,7 +22441,7 @@ var install = function install(Vue, componentConfig) {
22441
22441
  };
22442
22442
  var index = {
22443
22443
  install: install,
22444
- version: '0.0.74',
22444
+ version: '0.0.75',
22445
22445
  ColumnTooltip: __vue_component__$y,
22446
22446
  Description: __vue_component__$v,
22447
22447
  DialogItemsSelect: __vue_component__$u,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iov-pro-components",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "description": "IOV Pro Components for Vue.js",
5
5
  "main": "lib/iov-pro-components.min.js",
6
6
  "files": [