-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* vue-good-table v2.21.7 | ||
* vue-good-table v2.21.8 | ||
* (c) 2018-present xaksis <[email protected]> | ||
* https://github.com/xaksis/vue-good-table | ||
* Released under the MIT License. | ||
|
@@ -2516,7 +2516,7 @@ var script$1 = { | |
}); | ||
} | ||
|
||
this.changePage(1, false); | ||
this.changePage(1, true); | ||
}, | ||
// Handle per page changing | ||
handlePerPage: function handlePerPage() { | ||
|
@@ -2796,7 +2796,7 @@ var __vue_render__$2 = function __vue_render__() { | |
attrs: { | ||
"id": _vm.id, | ||
"type": "text", | ||
"placeholder": null | ||
"placeholder": _vm.globalSearchPlaceholder | ||
}, | ||
domProps: { | ||
"value": _vm.value | ||
|
@@ -3472,6 +3472,7 @@ var __vue_render__$4 = function __vue_render__() { | |
style: _vm.columnStyles[index], | ||
attrs: { | ||
"scope": "col", | ||
"title": column.tooltip, | ||
"aria-sort": _vm.getColumnSortLong(column), | ||
"aria-controls": "col-" + index | ||
} | ||
|
@@ -9688,7 +9689,7 @@ var script$6 = { | |
enabled = _this$sortOptions.enabled, | ||
initialSortBy = _this$sortOptions.initialSortBy, | ||
multipleColumns = _this$sortOptions.multipleColumns; | ||
var initSortBy = JSON.parse(JSON.stringify(initialSortBy)); | ||
var initSortBy = JSON.parse(JSON.stringify(initialSortBy || {})); | ||
|
||
if (typeof enabled === 'boolean') { | ||
this.sortable = enabled; | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* vue-good-table v2.21.7 | ||
* vue-good-table v2.21.8 | ||
* (c) 2018-present xaksis <[email protected]> | ||
* https://github.com/xaksis/vue-good-table | ||
* Released under the MIT License. | ||
|
@@ -2512,7 +2512,7 @@ var script$1 = { | |
}); | ||
} | ||
|
||
this.changePage(1, false); | ||
this.changePage(1, true); | ||
}, | ||
// Handle per page changing | ||
handlePerPage: function handlePerPage() { | ||
|
@@ -2792,7 +2792,7 @@ var __vue_render__$2 = function __vue_render__() { | |
attrs: { | ||
"id": _vm.id, | ||
"type": "text", | ||
"placeholder": null | ||
"placeholder": _vm.globalSearchPlaceholder | ||
}, | ||
domProps: { | ||
"value": _vm.value | ||
|
@@ -3468,6 +3468,7 @@ var __vue_render__$4 = function __vue_render__() { | |
style: _vm.columnStyles[index], | ||
attrs: { | ||
"scope": "col", | ||
"title": column.tooltip, | ||
"aria-sort": _vm.getColumnSortLong(column), | ||
"aria-controls": "col-" + index | ||
} | ||
|
@@ -9684,7 +9685,7 @@ var script$6 = { | |
enabled = _this$sortOptions.enabled, | ||
initialSortBy = _this$sortOptions.initialSortBy, | ||
multipleColumns = _this$sortOptions.multipleColumns; | ||
var initSortBy = JSON.parse(JSON.stringify(initialSortBy)); | ||
var initSortBy = JSON.parse(JSON.stringify(initialSortBy || {})); | ||
|
||
if (typeof enabled === 'boolean') { | ||
this.sortable = enabled; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* vue-good-table v2.21.7 | ||
* vue-good-table v2.21.8 | ||
* (c) 2018-present xaksis <[email protected]> | ||
* https://github.com/xaksis/vue-good-table | ||
* Released under the MIT License. | ||
|
@@ -2518,7 +2518,7 @@ | |
}); | ||
} | ||
|
||
this.changePage(1, false); | ||
this.changePage(1, true); | ||
}, | ||
// Handle per page changing | ||
handlePerPage: function handlePerPage() { | ||
|
@@ -2798,7 +2798,7 @@ | |
attrs: { | ||
"id": _vm.id, | ||
"type": "text", | ||
"placeholder": null | ||
"placeholder": _vm.globalSearchPlaceholder | ||
}, | ||
domProps: { | ||
"value": _vm.value | ||
|
@@ -3474,6 +3474,7 @@ | |
style: _vm.columnStyles[index], | ||
attrs: { | ||
"scope": "col", | ||
"title": column.tooltip, | ||
"aria-sort": _vm.getColumnSortLong(column), | ||
"aria-controls": "col-" + index | ||
} | ||
|
@@ -9690,7 +9691,7 @@ | |
enabled = _this$sortOptions.enabled, | ||
initialSortBy = _this$sortOptions.initialSortBy, | ||
multipleColumns = _this$sortOptions.multipleColumns; | ||
var initSortBy = JSON.parse(JSON.stringify(initialSortBy)); | ||
var initSortBy = JSON.parse(JSON.stringify(initialSortBy || {})); | ||
|
||
if (typeof enabled === 'boolean') { | ||
this.sortable = enabled; | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.