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 * Attach to an existing HTML table
* Integration with any server-side technology as this is a pure client-side * Integration with any server-side technology as this is a pure client-side
solution solution
* Exhaustive documentation and poweful API * Exhaustive documentation and powerful API
## Getting started ## Getting started
* Clone the repo using Git: * Clone the repo using Git:

4
dist/starter.html vendored
View File

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>tablefilter v0.6.104 - Starter</title> <title>tablefilter v0.6.105 - Starter</title>
</head> </head>
<body> <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", "name": "tablefilter",
"version": "0.6.104", "version": "0.6.105",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -6559,7 +6559,7 @@
"function-bind": { "function-bind": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=",
"dev": true "dev": true
}, },
"functional-red-black-tree": { "functional-red-black-tree": {

View File

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

View File

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

View File

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

View File

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