vuetable-2
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -0,0 +0,0 @@ // https://github.com/michael-ciniawsky/postcss-load-config |
@@ -0,0 +0,0 @@ require('./check-versions')() |
@@ -0,0 +0,0 @@ var chalk = require('chalk') |
@@ -0,0 +0,0 @@ /* eslint-disable */ |
@@ -0,0 +0,0 @@ require('./check-versions')() |
@@ -0,0 +0,0 @@ var path = require('path') |
@@ -0,0 +0,0 @@ var utils = require('./utils') |
@@ -0,0 +0,0 @@ var path = require('path') |
@@ -0,0 +0,0 @@ var webpack = require("webpack"); |
@@ -0,0 +0,0 @@ var utils = require('./utils') |
@@ -0,0 +0,0 @@ var path = require('path') |
@@ -0,0 +0,0 @@ // This is the webpack config used for unit tests. |
@@ -0,0 +0,0 @@ # What's Changed |
@@ -0,0 +0,0 @@ var merge = require('webpack-merge') |
@@ -0,0 +0,0 @@ // see http://vuejs-templates.github.io/webpack for documentation. |
module.exports = { | ||
NODE_ENV: '"production"' | ||
} |
@@ -0,0 +0,0 @@ var merge = require('webpack-merge') |
{ | ||
"name": "vuetable-2", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "Datatable component for Vue 2.x", | ||
@@ -5,0 +5,0 @@ "main": "dist/vuetable-2.js", |
@@ -0,0 +0,0 @@ [](https://www.npmjs.com/package/vuetable-2) |
@@ -0,0 +0,0 @@ import Vuetable from './components/Vuetable.vue' |
@@ -391,10 +391,13 @@ import Vue from 'vue' | ||
}, | ||
queryParams (sortOrder, currentPage, perPage) { | ||
return { | ||
'sort': sortOrder[0].field + '|' + sortOrder[0].direction, | ||
'order': sortOrder[0].direction, | ||
'page': currentPage, | ||
'per_page': perPage | ||
} | ||
}, | ||
/* | ||
* Example of defining queryParams as a function | ||
*/ | ||
// queryParams (sortOrder, currentPage, perPage) { | ||
// return { | ||
// 'sort': sortOrder[0].field + '|' + sortOrder[0].direction, | ||
// 'order': sortOrder[0].direction, | ||
// 'page': currentPage, | ||
// 'per_page': perPage | ||
// } | ||
// }, | ||
onCellClicked (data, field, event) { | ||
@@ -401,0 +404,0 @@ console.log('cellClicked', field.name) |
@@ -0,0 +0,0 @@ // A custom Nightwatch assertion. |
@@ -0,0 +0,0 @@ require('babel-register') |
@@ -0,0 +0,0 @@ // 1. start the dev server using production config |
@@ -0,0 +0,0 @@ // For authoring Nightwatch tests, see |
@@ -0,0 +0,0 @@ // Polyfill fn.bind() for PhantomJS |
@@ -0,0 +0,0 @@ // This is a karma config file. For more details see |
@@ -0,0 +0,0 @@ import Vue from 'vue' |
@@ -0,0 +0,0 @@ # Upgrade Guide |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14044
2814500
61