From f99e46cb34802d754e17fa0f60f7b16e7418936f Mon Sep 17 00:00:00 2001 From: koalyptus Date: Sat, 5 May 2018 09:33:07 +0000 Subject: [PATCH] publish Docs to gh-pages (auto) branch: master SHA: 84c964bf13129915d3b0c999815ff5abad34346a range SHA: c7d6de72f785...84c964bf1312 build id: 375221635 build number: 1104 --- docs/index.json | 2 +- docs/source.html | 82 ++++++++++++++++++++++++------------------------ 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/docs/index.json b/docs/index.json index e138cda5..2b885f9c 100644 --- a/docs/index.json +++ b/docs/index.json @@ -23038,7 +23038,7 @@ }, { "kind": "packageJSON", - "content": "{\n \"name\": \"tablefilter\",\n \"version\": \"0.6.33\",\n \"description\": \"A Javascript library making HTML tables filterable and a bit more\",\n \"license\": \"MIT\",\n \"author\": {\n \"name\": \"Max Guglielmi\",\n \"url\": \"https://github.com/koalyptus\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/koalyptus/TableFilter.git\"\n },\n \"keywords\": [\n \"filter\",\n \"table\",\n \"javascript\",\n \"filterable\",\n \"grid\",\n \"datagrid\",\n \"sort\",\n \"pagination\"\n ],\n \"scripts\": {\n \"lint\": \"eslint src/**/*.js test/*.js *.js\",\n \"dev\": \"webpack --colors --config webpack.dev.config.js\",\n \"build\": \"webpack --colors --config webpack.config.js\",\n \"build:css\": \"stylus -c static/style/tablefilter.styl -o dist/tablefilter/style && stylus -c static/style/extensions -o dist/tablefilter/style && stylus -c static/style/themes/default -o dist/tablefilter/style/themes/default && stylus -c static/style/themes/mytheme -o dist/tablefilter/style/themes/mytheme && stylus -c static/style/themes/skyblue -o dist/tablefilter/style/themes/skyblue && stylus -c static/style/themes/transparent -o dist/tablefilter/style/themes/transparent\",\n \"build:demos\": \"grunt build-demos\",\n \"build:test\": \"webpack --colors --config webpack.test.config.js\",\n \"server\": \"webpack-dev-server --colors --hot --config ./webpack.dev.config.js\",\n \"test\": \"grunt test\",\n \"codecov\": \"./node_modules/.bin/codecov\",\n \"esdoc\": \"esdoc\",\n \"dist\": \"grunt\",\n \"deploy\": \"grunt deploy\",\n \"start\": \"npm run server\"\n },\n \"publishConfig\": {\n \"tag\": \"next\"\n },\n \"devDependencies\": {\n \"babel-core\": \"^6.24.1\",\n \"babel-eslint\": \"8.2.3\",\n \"babel-loader\": \"^7.0.0\",\n \"babel-plugin-transform-es2015-classes\": \"^6.24.1\",\n \"babel-preset-es2015\": \"^6.24.1\",\n \"clean-webpack-plugin\": \"^0.1.16\",\n \"codecov\": \"3.0.1\",\n \"diacritics\": \"1.3.0\",\n \"esdoc\": \"1.1.0\",\n \"esdoc-standard-plugin\": \"1.0.0\",\n \"eslint\": \"4.19.1\",\n \"format-number\": \"3.0.0\",\n \"grunt\": \"^1.0.1\",\n \"grunt-cli\": \"1.2.0\",\n \"grunt-contrib-clean\": \"^1.1.0\",\n \"grunt-contrib-connect\": \"^1.0.2\",\n \"grunt-contrib-copy\": \"^1.0.0\",\n \"grunt-contrib-watch\": \"^1.0.0\",\n \"grunt-gh-pages\": \"^2.0.0\",\n \"grunt-qunit-istanbul\": \"1.0.0\",\n \"grunt-shell\": \"2.1.0\",\n \"grunt-string-replace\": \"^1.3.1\",\n \"isparta-loader\": \"2.0.0\",\n \"script-loader\": \"^0.7.0\",\n \"string-replace-webpack-plugin\": \"^0.1.3\",\n \"stylus\": \"^0.54.5\",\n \"sugar-date\": \"2.0.4\",\n \"webpack\": \"^4.0.1\",\n \"webpack-cli\": \"^2.0.10\",\n \"webpack-dev-server\": \"^3.0.0\"\n },\n \"bugs\": {\n \"url\": \"https://github.com/koalyptus/TableFilter/issues\"\n },\n \"homepage\": \"http://koalyptus.github.io/TableFilter\"\n}\n", + "content": "{\n \"name\": \"tablefilter\",\n \"version\": \"0.6.34\",\n \"description\": \"A Javascript library making HTML tables filterable and a bit more\",\n \"license\": \"MIT\",\n \"author\": {\n \"name\": \"Max Guglielmi\",\n \"url\": \"https://github.com/koalyptus\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/koalyptus/TableFilter.git\"\n },\n \"keywords\": [\n \"filter\",\n \"table\",\n \"javascript\",\n \"filterable\",\n \"grid\",\n \"datagrid\",\n \"sort\",\n \"pagination\"\n ],\n \"scripts\": {\n \"lint\": \"eslint src/**/*.js test/*.js *.js\",\n \"dev\": \"webpack --colors --config webpack.dev.config.js\",\n \"build\": \"webpack --colors --config webpack.config.js\",\n \"build:css\": \"stylus -c static/style/tablefilter.styl -o dist/tablefilter/style && stylus -c static/style/extensions -o dist/tablefilter/style && stylus -c static/style/themes/default -o dist/tablefilter/style/themes/default && stylus -c static/style/themes/mytheme -o dist/tablefilter/style/themes/mytheme && stylus -c static/style/themes/skyblue -o dist/tablefilter/style/themes/skyblue && stylus -c static/style/themes/transparent -o dist/tablefilter/style/themes/transparent\",\n \"build:demos\": \"grunt build-demos\",\n \"build:test\": \"webpack --colors --config webpack.test.config.js\",\n \"server\": \"webpack-dev-server --colors --hot --config ./webpack.dev.config.js\",\n \"test\": \"grunt test\",\n \"codecov\": \"./node_modules/.bin/codecov\",\n \"esdoc\": \"esdoc\",\n \"dist\": \"grunt\",\n \"deploy\": \"grunt deploy\",\n \"start\": \"npm run server\"\n },\n \"publishConfig\": {\n \"tag\": \"next\"\n },\n \"devDependencies\": {\n \"babel-core\": \"^6.24.1\",\n \"babel-eslint\": \"8.2.3\",\n \"babel-loader\": \"^7.0.0\",\n \"babel-plugin-transform-es2015-classes\": \"^6.24.1\",\n \"babel-preset-es2015\": \"^6.24.1\",\n \"clean-webpack-plugin\": \"^0.1.16\",\n \"codecov\": \"3.0.1\",\n \"diacritics\": \"1.3.0\",\n \"esdoc\": \"1.1.0\",\n \"esdoc-standard-plugin\": \"1.0.0\",\n \"eslint\": \"4.19.1\",\n \"format-number\": \"3.0.0\",\n \"grunt\": \"^1.0.1\",\n \"grunt-cli\": \"1.2.0\",\n \"grunt-contrib-clean\": \"^1.1.0\",\n \"grunt-contrib-connect\": \"^1.0.2\",\n \"grunt-contrib-copy\": \"^1.0.0\",\n \"grunt-contrib-watch\": \"^1.0.0\",\n \"grunt-gh-pages\": \"^2.0.0\",\n \"grunt-qunit-istanbul\": \"1.0.0\",\n \"grunt-shell\": \"2.1.0\",\n \"grunt-string-replace\": \"^1.3.1\",\n \"isparta-loader\": \"2.0.0\",\n \"script-loader\": \"^0.7.0\",\n \"string-replace-webpack-plugin\": \"^0.1.3\",\n \"stylus\": \"^0.54.5\",\n \"sugar-date\": \"2.0.4\",\n \"webpack\": \"^4.0.1\",\n \"webpack-cli\": \"^2.0.10\",\n \"webpack-dev-server\": \"^3.0.0\"\n },\n \"bugs\": {\n \"url\": \"https://github.com/koalyptus/TableFilter/issues\"\n },\n \"homepage\": \"http://koalyptus.github.io/TableFilter\"\n}\n", "longname": "/home/travis/build/koalyptus/TableFilter/package.json", "name": "package.json", "static": true, diff --git a/docs/source.html b/docs/source.html index c35fbddf..673b448b 100644 --- a/docs/source.html +++ b/docs/source.html @@ -155,7 +155,7 @@ 100 %1/1 546 byte 22 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/const.js @@ -181,7 +181,7 @@ 100 %19/19 3663 byte 206 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/cookie.js @@ -189,7 +189,7 @@ 100 %1/1 1412 byte 57 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/dom.js @@ -208,7 +208,7 @@ 92 %13/14 4877 byte 192 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/emitter.js @@ -216,7 +216,7 @@ 100 %6/6 1323 byte 53 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/event.js @@ -230,7 +230,7 @@ 100 %7/7 2650 byte 111 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/extensions/advancedGrid/adapterEzEditTable.js @@ -238,7 +238,7 @@ 88 %16/18 19016 byte 507 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/extensions/advancedGrid/advancedGrid.js @@ -246,7 +246,7 @@ - 90 byte 2 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/extensions/colOps/colOps.js @@ -254,7 +254,7 @@ 78 %29/37 14340 byte 479 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/extensions/colsVisibility/colsVisibility.js @@ -262,7 +262,7 @@ 91 %57/62 20246 byte 725 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/extensions/filtersVisibility/filtersVisibility.js @@ -270,7 +270,7 @@ 100 %33/33 8200 byte 316 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/extensions/sort/adapterSortabletable.js @@ -278,7 +278,7 @@ 86 %26/30 16446 byte 531 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/extensions/sort/sort.js @@ -286,7 +286,7 @@ - 204 byte 8 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/feature.js @@ -294,7 +294,7 @@ 93 %14/15 1876 byte 97 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/alternateRows.js @@ -302,7 +302,7 @@ 100 %11/11 3591 byte 140 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/baseDropdown.js @@ -310,7 +310,7 @@ 100 %10/10 4150 byte 147 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/checkList.js @@ -318,7 +318,7 @@ 100 %27/27 16140 byte 512 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/clearButton.js @@ -326,7 +326,7 @@ 100 %14/14 3531 byte 139 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/dateType.js @@ -334,7 +334,7 @@ 100 %12/12 4308 byte 157 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/dropdown.js @@ -342,7 +342,7 @@ 100 %19/19 11566 byte 373 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/gridLayout.js @@ -350,7 +350,7 @@ 100 %34/34 13684 byte 483 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/hash.js @@ -359,7 +359,7 @@ 75 %12/16 2981 byte 126 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/help.js @@ -367,7 +367,7 @@ 90 %20/22 6862 byte 240 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/highlightKeywords.js @@ -375,7 +375,7 @@ 100 %11/11 5459 byte 180 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/loader.js @@ -383,7 +383,7 @@ 93 %14/15 4025 byte 171 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/markActiveColumns.js @@ -391,7 +391,7 @@ 100 %13/13 3926 byte 146 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/noResults.js @@ -399,7 +399,7 @@ 100 %19/19 4807 byte 193 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/paging.js @@ -407,7 +407,7 @@ 100 %58/58 27762 byte 907 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/popupFilter.js @@ -415,7 +415,7 @@ 100 %35/35 13220 byte 458 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/rowsCounter.js @@ -423,7 +423,7 @@ 100 %16/16 6028 byte 207 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/state.js @@ -431,7 +431,7 @@ 100 %41/41 15018 byte 545 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/statusBar.js @@ -439,7 +439,7 @@ 96 %27/28 8967 byte 308 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/storage.js @@ -448,7 +448,7 @@ 84 %16/19 3543 byte 161 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/modules/toolbar.js @@ -459,7 +459,7 @@ 95 %21/22 5743 byte 221 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/number.js @@ -467,7 +467,7 @@ 100 %1/1 1034 byte 32 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/root.js @@ -475,7 +475,7 @@ 100 %1/1 235 byte 6 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/settings.js @@ -487,7 +487,7 @@ 100 %5/5 1535 byte 53 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/sort.js @@ -501,7 +501,7 @@ 100 %7/7 2881 byte 82 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/string.js @@ -513,7 +513,7 @@ 100 %5/5 2086 byte 76 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/tablefilter.js @@ -521,7 +521,7 @@ 99 %217/218 93345 byte 3087 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC) src/types.js @@ -538,7 +538,7 @@ 100 %11/11 1754 byte 81 - 2018-05-07 08:06:05 (UTC) + 2018-05-07 09:24:08 (UTC)