vue-tables-2
Advanced tools
Comparing version 2.1.41 to 2.1.42
@@ -14,3 +14,3 @@ "use strict"; | ||
name: 'RLTableCell', | ||
inject: ['row', 'scopedSlots', 'orderBy', 'opts', 'render', 'index', 'setEditingCell', 'updateValue', 'revertValue', 'editing', 'getValue', 'columnClass', 'cellClasses', 'componentsOverride', 'isListFilter', 'optionText', 'source', 'dateFormat', 'formatDate', 'tabIndex'], | ||
inject: ['row', 'scopedSlots', 'theme', 'orderBy', 'opts', 'render', 'index', 'setEditingCell', 'updateValue', 'revertValue', 'editing', 'getValue', 'columnClass', 'cellClasses', 'componentsOverride', 'isListFilter', 'optionText', 'source', 'dateFormat', 'formatDate', 'tabIndex'], | ||
props: ['column'], | ||
@@ -23,3 +23,3 @@ render: function render(h) { | ||
content: this.content(h), | ||
classes: "".concat(this.columnClass(this.column), " ").concat(this.cellClasses(this.column, this.Row), " ").concat(this.sortedClass(this.column)).trim(), | ||
classes: "".concat(this.theme.td, " ").concat(this.columnClass(this.column), " ").concat(this.cellClasses(this.column, this.Row), " ").concat(this.sortedClass(this.column)).trim(), | ||
tabIndex: this.tabIndex(), | ||
@@ -26,0 +26,0 @@ override: this.componentsOverride.tableCell |
@@ -7,2 +7,3 @@ "use strict"; | ||
table: 'table table-striped table-bordered table-hover', | ||
td: '', | ||
row: 'row', | ||
@@ -9,0 +10,0 @@ column: 'col-md-12', |
@@ -6,2 +6,3 @@ "use strict"; | ||
framework: 'bootstrap4', | ||
td: '', | ||
table: 'table table-striped table-bordered table-hover', | ||
@@ -8,0 +9,0 @@ row: 'row', |
@@ -8,2 +8,3 @@ "use strict"; | ||
row: 'columns', | ||
td: '', | ||
column: 'column is-12', | ||
@@ -10,0 +11,0 @@ label: 'label', |
{ | ||
"name": "vue-tables-2", | ||
"description": "Vue.js 2 grid components", | ||
"version": "2.1.41", | ||
"version": "2.1.42", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
679430
7642