Skip to content

Commit

Permalink
bundle generated
Browse files Browse the repository at this point in the history
  • Loading branch information
xaksis committed Jul 29, 2018
1 parent 3a9a25c commit 2d33b79
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 8 deletions.
20 changes: 18 additions & 2 deletions dist/vue-good-table.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,15 @@ var VueGoodTable = {
"on-toggle-select-all": _vm.toggleSelectAll,
"on-sort-change": _vm.sort,
"filter-changed": _vm.filterRows
}
},
scopedSlots: _vm._u([{
key: "table-column",
fn: function fn(props) {
return [_vm._t("table-column", [_c('span', [_vm._v(_vm._s(props.column.label))])], {
column: props.column
})];
}
}])
})]) : _vm._e(), _vm._v(" "), _c('div', {
class: {
'vgt-responsive': _vm.responsive
Expand Down Expand Up @@ -1243,7 +1251,15 @@ var VueGoodTable = {
"on-toggle-select-all": _vm.toggleSelectAll,
"on-sort-change": _vm.sort,
"filter-changed": _vm.filterRows
}
},
scopedSlots: _vm._u([{
key: "table-column",
fn: function fn(props) {
return [_vm._t("table-column", [_c('span', [_vm._v(_vm._s(props.column.label))])], {
column: props.column
})];
}
}])
}), _vm._v(" "), _vm._l(_vm.paginated, function (headerRow, index$$1) {
return _c('tbody', {
key: index$$1
Expand Down
20 changes: 18 additions & 2 deletions dist/vue-good-table.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,15 @@ var VueGoodTable = {
"on-toggle-select-all": _vm.toggleSelectAll,
"on-sort-change": _vm.sort,
"filter-changed": _vm.filterRows
}
},
scopedSlots: _vm._u([{
key: "table-column",
fn: function fn(props) {
return [_vm._t("table-column", [_c('span', [_vm._v(_vm._s(props.column.label))])], {
column: props.column
})];
}
}])
})]) : _vm._e(), _vm._v(" "), _c('div', {
class: {
'vgt-responsive': _vm.responsive
Expand Down Expand Up @@ -1237,7 +1245,15 @@ var VueGoodTable = {
"on-toggle-select-all": _vm.toggleSelectAll,
"on-sort-change": _vm.sort,
"filter-changed": _vm.filterRows
}
},
scopedSlots: _vm._u([{
key: "table-column",
fn: function fn(props) {
return [_vm._t("table-column", [_c('span', [_vm._v(_vm._s(props.column.label))])], {
column: props.column
})];
}
}])
}), _vm._v(" "), _vm._l(_vm.paginated, function (headerRow, index$$1) {
return _c('tbody', {
key: index$$1
Expand Down
20 changes: 18 additions & 2 deletions dist/vue-good-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -10990,7 +10990,15 @@
"on-toggle-select-all": _vm.toggleSelectAll,
"on-sort-change": _vm.sort,
"filter-changed": _vm.filterRows
}
},
scopedSlots: _vm._u([{
key: "table-column",
fn: function fn(props) {
return [_vm._t("table-column", [_c('span', [_vm._v(_vm._s(props.column.label))])], {
column: props.column
})];
}
}])
})]) : _vm._e(), _vm._v(" "), _c('div', {
class: {
'vgt-responsive': _vm.responsive
Expand Down Expand Up @@ -11019,7 +11027,15 @@
"on-toggle-select-all": _vm.toggleSelectAll,
"on-sort-change": _vm.sort,
"filter-changed": _vm.filterRows
}
},
scopedSlots: _vm._u([{
key: "table-column",
fn: function fn(props) {
return [_vm._t("table-column", [_c('span', [_vm._v(_vm._s(props.column.label))])], {
column: props.column
})];
}
}])
}), _vm._v(" "), _vm._l(_vm.paginated, function (headerRow, index$$1) {
return _c('tbody', {
key: index$$1
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-good-table.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-good-table.min.js.map

Large diffs are not rendered by default.

0 comments on commit 2d33b79

Please sign in to comment.