prepare dist + miscellaneous fixes

This commit is contained in:
koalyptus 2019-12-09 14:44:37 +11:00
parent 7af493da27
commit 79cea3e27f
12 changed files with 11 additions and 16933 deletions

View File

@ -24,7 +24,7 @@ users to filter and limit the data displayed within a long table. By default, th
* Attach to an existing HTML table
* Integration with any server-side technology as this is a pure client-side
solution
* Exhaustive documentation and poweful API
* Exhaustive documentation and powerful API
## Getting started
* Clone the repo using Git:

4
dist/starter.html vendored
View File

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>tablefilter v0.6.104 - Starter</title>
<title>tablefilter v0.6.105 - Starter</title>
</head>
<body>
<h1>tablefilter v0.6.104</h1>
<h1>tablefilter v0.6.105</h1>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.6.104",
"version": "0.6.105",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -6559,7 +6559,7 @@
"function-bind": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
"integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=",
"dev": true
},
"functional-red-black-tree": {

View File

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.6.104",
"version": "0.6.105",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {

View File

@ -32,6 +32,7 @@ table.TF
&.resp
display block
overflow-x auto
overflow-y hidden
.sort-arrow
position initial

View File

@ -27,7 +27,6 @@
highlight_column: true
},
no_results_message: true,
responsive: true,
custom_options: {
cols:[3],
texts: [

View File

@ -52,11 +52,11 @@ module.exports = {
}
]
},
devtool: 'source-map',
// devtool: 'source-map',
optimization: {
minimizer: [
new UglifyJsPlugin({
sourceMap: true,
// sourceMap: true,
uglifyOptions: {
beautify: false,
warnings: false,