Skip to content

Commit

Permalink
v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ratiw committed Feb 2, 2018
1 parent 5e9e50d commit cd0a67a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/stats.json

Large diffs are not rendered by default.

18 changes: 7 additions & 11 deletions dist/vuetable-2-full.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vuetable-2 v1.7.3
* vuetable-2 v1.7.4
* https://github.com/ratiw/vuetable-2
* Released under the MIT License.
*/
Expand Down Expand Up @@ -657,7 +657,7 @@ var Component = __webpack_require__(8)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/ratiw/Code/vuetable-2/src/components/VuetablePaginationMixin.vue"
Component.options.__file = "D:\\www\\projects\\vuetable-2\\src\\components\\VuetablePaginationMixin.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}

/* hot reload */
Expand Down Expand Up @@ -948,7 +948,7 @@ var Component = __webpack_require__(8)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/ratiw/Code/vuetable-2/src/components/VuetablePaginationInfoMixin.vue"
Component.options.__file = "D:\\www\\projects\\vuetable-2\\src\\components\\VuetablePaginationInfoMixin.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}

/* hot reload */
Expand Down Expand Up @@ -1959,7 +1959,7 @@ var Component = __webpack_require__(8)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/ratiw/Code/vuetable-2/src/components/Vuetable.vue"
Component.options.__file = "D:\\www\\projects\\vuetable-2\\src\\components\\Vuetable.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] Vuetable.vue: functional components are not supported with templates, they should use render functions.")}

Expand Down Expand Up @@ -1999,7 +1999,7 @@ var Component = __webpack_require__(8)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/ratiw/Code/vuetable-2/src/components/VuetablePagination.vue"
Component.options.__file = "D:\\www\\projects\\vuetable-2\\src\\components\\VuetablePagination.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] VuetablePagination.vue: functional components are not supported with templates, they should use render functions.")}

Expand Down Expand Up @@ -2039,7 +2039,7 @@ var Component = __webpack_require__(8)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/ratiw/Code/vuetable-2/src/components/VuetablePaginationDropdown.vue"
Component.options.__file = "D:\\www\\projects\\vuetable-2\\src\\components\\VuetablePaginationDropdown.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] VuetablePaginationDropdown.vue: functional components are not supported with templates, they should use render functions.")}

Expand Down Expand Up @@ -2079,7 +2079,7 @@ var Component = __webpack_require__(8)(
/* moduleIdentifier (server only) */
null
)
Component.options.__file = "/Users/ratiw/Code/vuetable-2/src/components/VuetablePaginationInfo.vue"
Component.options.__file = "D:\\www\\projects\\vuetable-2\\src\\components\\VuetablePaginationInfo.vue"
if (Component.esModule && Object.keys(Component.esModule).some(function (key) {return key !== "default" && key.substr(0, 2) !== "__"})) {console.error("named exports are not supported in *.vue files.")}
if (Component.options.functional) {console.error("[vue-loader] VuetablePaginationInfo.vue: functional components are not supported with templates, they should use render functions.")}

Expand Down Expand Up @@ -5768,10 +5768,6 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
}
})], 1)]) : _vm._e()])] : _vm._e()]
}), _vm._v(" "), (_vm.displayEmptyDataRow) ? [_c('tr', [_c('td', {
directives: [{
name: "htm",
rawName: "v-htm"
}],
staticClass: "vuetable-empty-result",
attrs: {
"colspan": _vm.countVisibleFields
Expand Down
2 changes: 1 addition & 1 deletion dist/vuetable-2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetable-2",
"version": "1.7.3",
"version": "1.7.4",
"description": "Datatable component for Vue 2.x",
"main": "dist/vuetable-2.js",
"license": "MIT",
Expand Down

0 comments on commit cd0a67a

Please sign in to comment.