@farm-investimentos/front-mfe-components 2.4.7 → 2.4.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farm-investimentos/front-mfe-components",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "author": "farm investimentos",
5
5
  "private": false,
6
6
  "main": "./dist/front-mfe-components.common.js",
@@ -32,7 +32,7 @@
32
32
  </v-icon>
33
33
  </span>
34
34
 
35
- <span v-if="isTHDataTableSelect(item)">
35
+ <span v-if="isTHDataTableSelect(item) && showCheckbox">
36
36
  <v-simple-checkbox
37
37
  :indeterminate="headerProps.someItems && !headerProps.everyItem"
38
38
  v-model="inputVal"
@@ -96,6 +96,12 @@ export default Vue.extend({
96
96
  headerProps: {
97
97
  type: Object,
98
98
  },
99
+ /**
100
+ * Hide/show checkbox
101
+ */
102
+ showCheckbox: {
103
+ default: true,
104
+ },
99
105
  },
100
106
  computed: {
101
107
  inputVal: {