patternfly-sass 0.0.0.pre.semantically.pre.released → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.bowerrc +3 -0
- data/.gitignore +43 -0
- data/.rspec +3 -0
- data/.rubocop.yml +54 -0
- data/.travis.yml +17 -0
- data/Gemfile +3 -0
- data/README.md +29 -438
- data/Rakefile +128 -0
- data/TODO.md +13 -0
- data/assets/fonts/patternfly/OpenSans-Bold-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-Bold-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-Bold-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-Bold-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-BoldItalic-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-BoldItalic-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-BoldItalic-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-BoldItalic-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBold-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBold-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBold-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBold-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBoldItalic-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBoldItalic-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBoldItalic-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBoldItalic-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-Italic-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-Italic-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-Italic-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-Italic-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-Light-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-Light-webfont.svg +1831 -0
- data/assets/fonts/patternfly/OpenSans-Light-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-Light-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-LightItalic-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-LightItalic-webfont.svg +1835 -0
- data/assets/fonts/patternfly/OpenSans-LightItalic-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-LightItalic-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-Regular-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-Regular-webfont.svg +1831 -0
- data/assets/fonts/patternfly/OpenSans-Regular-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-Regular-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-Semibold-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-Semibold-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-Semibold-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-Semibold-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-SemiboldItalic-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-SemiboldItalic-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-SemiboldItalic-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-SemiboldItalic-webfont.woff +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.eot +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.svg +63 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.ttf +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.woff +0 -0
- data/assets/images/patternfly/apple-touch-icon-114-precomposed.png +0 -0
- data/assets/images/patternfly/apple-touch-icon-144-precomposed.png +0 -0
- data/assets/images/patternfly/apple-touch-icon-57-precomposed.png +0 -0
- data/assets/images/patternfly/apple-touch-icon-72-precomposed.png +0 -0
- data/{dist/img → assets/images/patternfly}/bg-login.jpg +0 -0
- data/assets/images/patternfly/brand-lg.png +0 -0
- data/assets/images/patternfly/brand.png +0 -0
- data/{dist/img → assets/images/patternfly}/brand.svg +87 -87
- data/assets/images/patternfly/logo.png +0 -0
- data/{dist/img → assets/images/patternfly}/logo.svg +22 -22
- data/{dist/img → assets/images/patternfly}/spinner-lg.gif +0 -0
- data/{dist/img → assets/images/patternfly}/spinner-sm.gif +0 -0
- data/{dist/img → assets/images/patternfly}/spinner-xs.gif +0 -0
- data/{dist/img → assets/images/patternfly}/spinner.gif +0 -0
- data/assets/javascripts/patternfly/patternfly.js +212 -0
- data/assets/javascripts/patternfly/patternfly.min.js +1 -0
- data/{dist/sass → assets/stylesheets}/_patternfly-compass.scss +1 -1
- data/{dist/sass → assets/stylesheets}/_patternfly-sprockets.scss +1 -1
- data/assets/stylesheets/_patternfly.scss +105 -0
- data/assets/stylesheets/patternfly/_alerts.scss +29 -0
- data/{dist/sass → assets/stylesheets}/patternfly/_badges.scss +0 -0
- data/assets/stylesheets/patternfly/_blank-slate.scss +29 -0
- data/assets/stylesheets/patternfly/_bootstrap-combobox-css.scss +42 -0
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_bootstrap-combobox.scss +2 -2
- data/assets/stylesheets/patternfly/_bootstrap-select-css.scss +309 -0
- data/{dist/sass → assets/stylesheets}/patternfly/_bootstrap-select.scss +15 -24
- data/assets/stylesheets/patternfly/_bootstrap-treeview.scss +37 -0
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_breadcrumbs.scss +2 -2
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_buttons.scss +8 -10
- data/assets/stylesheets/patternfly/_close.scss +13 -0
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_datatables.scss +69 -33
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_dropdowns.scss +6 -96
- data/assets/stylesheets/patternfly/_fonts.scss +54 -0
- data/assets/stylesheets/patternfly/_forms.scss +31 -0
- data/assets/stylesheets/patternfly/_icons.scss +155 -0
- data/{dist/sass → assets/stylesheets}/patternfly/_infotip.scss +8 -4
- data/{dist/sass → assets/stylesheets}/patternfly/_labels.scss +2 -7
- data/{dist/sass → assets/stylesheets}/patternfly/_list-group.scss +2 -7
- data/assets/stylesheets/patternfly/_login.scss +121 -0
- data/assets/stylesheets/patternfly/_mixin_overrides.scss +55 -0
- data/assets/stylesheets/patternfly/_mixins.scss +96 -0
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_modals.scss +2 -13
- data/{dist/sass → assets/stylesheets}/patternfly/_navbar.scss +98 -176
- data/{dist/sass → assets/stylesheets}/patternfly/_pager.scss +6 -2
- data/assets/stylesheets/patternfly/_pagination.scss +64 -0
- data/assets/stylesheets/patternfly/_panels.scss +57 -0
- data/assets/stylesheets/patternfly/_popovers.scss +32 -0
- data/{dist/sass → assets/stylesheets}/patternfly/_progress-bars.scss +19 -49
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_search.scss +10 -9
- data/{dist/sass → assets/stylesheets}/patternfly/_sidebar.scss +32 -34
- data/assets/stylesheets/patternfly/_spinner.scss +62 -0
- data/{dist/sass → assets/stylesheets}/patternfly/_syntax-highlighting.scss +5 -16
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_tables.scss +4 -24
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_tabs.scss +3 -3
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_tooltip.scss +3 -2
- data/{dist/sass → assets/stylesheets}/patternfly/_type.scss +5 -10
- data/assets/stylesheets/patternfly/_variables.scss +225 -0
- data/bower.json +29 -0
- data/lib/patternfly-sass.rb +5 -8
- data/lib/patternfly-sass/engine.rb +6 -3
- data/lib/patternfly-sass/version.rb +2 -1
- data/package.json +28 -0
- data/patternfly-sass.gemspec +18 -20
- data/spec/compare_spec.rb +43 -0
- data/spec/spec_helper.rb +9 -0
- data/tasks/converter.rb +455 -0
- data/tests/capture.js +43 -0
- data/tests/components/bootstrap-combobox/.bower.json +14 -0
- data/tests/components/bootstrap-combobox/.gitignore +1 -0
- data/tests/components/bootstrap-combobox/README.md +59 -0
- data/tests/components/bootstrap-combobox/css/bootstrap-combobox.css +42 -0
- data/tests/components/bootstrap-combobox/js/bootstrap-combobox.js +438 -0
- data/tests/components/bootstrap-combobox/js/tests/index.html +29 -0
- data/tests/components/bootstrap-combobox/js/tests/unit/bootstrap-combobox.js +323 -0
- data/tests/components/bootstrap-combobox/js/tests/vendor/jquery.js +9597 -0
- data/tests/components/bootstrap-combobox/js/tests/vendor/qunit.css +244 -0
- data/tests/components/bootstrap-combobox/js/tests/vendor/qunit.js +2152 -0
- data/{dist/sass/patternfly/dependencies/bootstrap-combobox/combobox.scss → tests/components/bootstrap-combobox/less/combobox.less} +8 -10
- data/tests/components/bootstrap-select/.bower.json +38 -0
- data/tests/components/bootstrap-select/CONTRIBUTING.md +87 -0
- data/tests/components/bootstrap-select/README.md +61 -0
- data/tests/components/bootstrap-select/bootstrap-select.css +309 -0
- data/tests/components/bootstrap-select/bootstrap-select.jquery.json +29 -0
- data/tests/components/bootstrap-select/bootstrap-select.js +972 -0
- data/tests/components/bootstrap-select/bootstrap-select.min.css +7 -0
- data/tests/components/bootstrap-select/bootstrap-select.min.js +8 -0
- data/tests/components/bootstrap-select/bower.json +29 -0
- data/tests/components/bootstrap-select/composer.json +17 -0
- data/tests/components/bootstrap-select/i18n/defaults-cs-CZ.js +29 -0
- data/tests/components/bootstrap-select/i18n/defaults-cz-CZ.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-de_DE.js +29 -0
- data/tests/components/bootstrap-select/i18n/defaults-de_DE.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-es-CL.js +29 -0
- data/tests/components/bootstrap-select/i18n/defaults-es-CL.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-eu.js +30 -0
- data/tests/components/bootstrap-select/i18n/defaults-eu.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-it_IT.js +32 -0
- data/tests/components/bootstrap-select/i18n/defaults-it_IT.min.js +1 -0
- data/tests/components/bootstrap-select/i18n/defaults-nl_NL.js +32 -0
- data/tests/components/bootstrap-select/i18n/defaults-nl_NL.min.js +7 -0
- data/tests/components/bootstrap-select/i18n/defaults-pl_PL.js +29 -0
- data/tests/components/bootstrap-select/i18n/defaults-pl_PL.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-pt_BR.js +33 -0
- data/tests/components/bootstrap-select/i18n/defaults-pt_BR.min.js +7 -0
- data/tests/components/bootstrap-select/i18n/defaults-ru-RU.js +31 -0
- data/tests/components/bootstrap-select/i18n/defaults-ru_RU.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-zh_CN.js +30 -0
- data/tests/components/bootstrap-select/i18n/defaults-zh_CN.min.js +6 -0
- data/tests/components/bootstrap-select/package.json +31 -0
- data/tests/components/bootstrap-select/test.html +62 -0
- data/tests/components/bootstrap-treeview/.bower.json +38 -0
- data/tests/components/bootstrap-treeview/Gruntfile.js +62 -0
- data/tests/components/bootstrap-treeview/LICENSE +202 -0
- data/tests/components/bootstrap-treeview/README.md +289 -0
- data/tests/components/bootstrap-treeview/app.js +29 -0
- data/tests/components/bootstrap-treeview/bower.json +29 -0
- data/tests/components/bootstrap-treeview/dist/bootstrap-treeview.min.css +1 -0
- data/tests/components/bootstrap-treeview/dist/bootstrap-treeview.min.js +1 -0
- data/tests/components/bootstrap-treeview/package.json +18 -0
- data/tests/components/bootstrap-treeview/public/css/bootstrap-treeview.css +37 -0
- data/tests/components/bootstrap-treeview/public/example-dom.html +59 -0
- data/tests/components/bootstrap-treeview/public/index.html +333 -0
- data/tests/components/bootstrap-treeview/public/js/bootstrap-treeview.js +455 -0
- data/tests/components/bootstrap-treeview/screenshot/default.PNG +0 -0
- data/tests/components/bootstrap-treeview/src/css/bootstrap-treeview.css +37 -0
- data/tests/components/bootstrap-treeview/src/js/bootstrap-treeview.js +455 -0
- data/tests/components/datatables-colreorder/.bower.json +22 -0
- data/tests/components/datatables-colreorder/License.txt +20 -0
- data/tests/components/datatables-colreorder/Readme.md +39 -0
- data/tests/components/datatables-colreorder/bower.json +12 -0
- data/tests/components/datatables-colreorder/css/dataTables.colReorder.css +14 -0
- data/tests/components/datatables-colreorder/examples/alt_insert.xml +30 -0
- data/tests/components/datatables-colreorder/examples/col_filter.xml +38 -0
- data/tests/components/datatables-colreorder/examples/colvis.xml +26 -0
- data/tests/components/datatables-colreorder/examples/fixedcolumns.xml +43 -0
- data/tests/components/datatables-colreorder/examples/fixedheader.xml +27 -0
- data/tests/components/datatables-colreorder/examples/index.xml +19 -0
- data/tests/components/datatables-colreorder/examples/jqueryui.xml +27 -0
- data/tests/components/datatables-colreorder/examples/new_init.xml +23 -0
- data/tests/components/datatables-colreorder/examples/predefined.xml +30 -0
- data/tests/components/datatables-colreorder/examples/realtime.xml +30 -0
- data/tests/components/datatables-colreorder/examples/reset.xml +41 -0
- data/tests/components/datatables-colreorder/examples/scrolling.xml +27 -0
- data/tests/components/datatables-colreorder/examples/server_side.xml +38 -0
- data/tests/components/datatables-colreorder/examples/simple.xml +25 -0
- data/tests/components/datatables-colreorder/examples/state_save.xml +26 -0
- data/tests/components/datatables-colreorder/images/.DS_Store +0 -0
- data/tests/components/datatables-colreorder/images/insert.png +0 -0
- data/tests/components/datatables-colreorder/js/dataTables.colReorder.js +1372 -0
- data/tests/components/datatables-colreorder/make.sh +31 -0
- data/tests/components/datatables-colvis/.bower.json +22 -0
- data/tests/components/datatables-colvis/License.txt +20 -0
- data/tests/components/datatables-colvis/README.md +38 -0
- data/tests/components/datatables-colvis/bower.json +12 -0
- data/tests/components/datatables-colvis/css/dataTables.colVis.css +185 -0
- data/tests/components/datatables-colvis/css/dataTables.colvis.jqueryui.css +41 -0
- data/tests/components/datatables-colvis/examples/.DS_Store +0 -0
- data/tests/components/datatables-colvis/examples/button_order.xml +26 -0
- data/tests/components/datatables-colvis/examples/exclude_columns.xml +28 -0
- data/tests/components/datatables-colvis/examples/group_columns.xml +40 -0
- data/tests/components/datatables-colvis/examples/index.xml +18 -0
- data/tests/components/datatables-colvis/examples/jqueryui.xml +28 -0
- data/tests/components/datatables-colvis/examples/mouseover.xml +28 -0
- data/tests/components/datatables-colvis/examples/new_init.xml +26 -0
- data/tests/components/datatables-colvis/examples/restore.xml +33 -0
- data/tests/components/datatables-colvis/examples/simple.xml +25 -0
- data/tests/components/datatables-colvis/examples/text.xml +29 -0
- data/tests/components/datatables-colvis/examples/title_callback.xml +30 -0
- data/tests/components/datatables-colvis/examples/two_tables.xml +24 -0
- data/tests/components/datatables-colvis/examples/two_tables_identical.xml +35 -0
- data/tests/components/datatables-colvis/js/dataTables.colVis.js +1123 -0
- data/tests/components/datatables-colvis/make.sh +28 -0
- data/tests/components/datatables/.bower.json +42 -0
- data/tests/components/datatables/Contributing.md +18 -0
- data/tests/components/datatables/Readme.md +53 -0
- data/tests/components/datatables/bower.json +32 -0
- data/tests/components/datatables/license.txt +20 -0
- data/tests/components/datatables/media/css/jquery.dataTables.css +455 -0
- data/tests/components/datatables/media/css/jquery.dataTables.min.css +1 -0
- data/tests/components/datatables/media/css/jquery.dataTables_themeroller.css +416 -0
- data/tests/components/datatables/media/images/Sorting icons.psd +0 -0
- data/tests/components/datatables/media/images/favicon.ico +0 -0
- data/tests/components/datatables/media/images/sort_asc.png +0 -0
- data/tests/components/datatables/media/images/sort_asc_disabled.png +0 -0
- data/tests/components/datatables/media/images/sort_both.png +0 -0
- data/tests/components/datatables/media/images/sort_desc.png +0 -0
- data/tests/components/datatables/media/images/sort_desc_disabled.png +0 -0
- data/tests/components/datatables/media/js/jquery.dataTables.js +14951 -0
- data/tests/components/datatables/media/js/jquery.dataTables.min.js +160 -0
- data/tests/components/datatables/media/js/jquery.js +5 -0
- data/tests/components/google-code-prettify/.bower.json +26 -0
- data/tests/components/google-code-prettify/CHANGES.html +172 -0
- data/tests/components/google-code-prettify/COPYING +191 -0
- data/tests/components/google-code-prettify/README-zh-Hans.html +143 -0
- data/tests/components/google-code-prettify/README.html +233 -0
- data/tests/components/google-code-prettify/README.md +54 -0
- data/tests/components/google-code-prettify/bin/prettify.min.css +1 -0
- data/tests/components/google-code-prettify/bin/prettify.min.js +30 -0
- data/tests/components/google-code-prettify/bin/run_prettify.min.js +34 -0
- data/tests/components/google-code-prettify/bower.json +16 -0
- data/tests/components/google-code-prettify/examples/quine.html +55 -0
- data/tests/components/google-code-prettify/src/lang-apollo.js +51 -0
- data/tests/components/google-code-prettify/src/lang-basic.js +32 -0
- data/tests/components/google-code-prettify/src/lang-clj.js +64 -0
- data/tests/components/google-code-prettify/src/lang-css.js +159 -0
- data/tests/components/google-code-prettify/src/lang-dart.js +88 -0
- data/tests/components/google-code-prettify/src/lang-erlang.js +92 -0
- data/tests/components/google-code-prettify/src/lang-go.js +58 -0
- data/tests/components/google-code-prettify/src/lang-hs.js +101 -0
- data/tests/components/google-code-prettify/src/lang-lisp.js +94 -0
- data/tests/components/google-code-prettify/src/lang-llvm.js +61 -0
- data/tests/components/google-code-prettify/src/lang-lua.js +59 -0
- data/tests/components/google-code-prettify/src/lang-matlab.js +180 -0
- data/tests/components/google-code-prettify/src/lang-ml.js +56 -0
- data/tests/components/google-code-prettify/src/lang-mumps.js +139 -0
- data/tests/components/google-code-prettify/src/lang-n.js +65 -0
- data/tests/components/google-code-prettify/src/lang-pascal.js +32 -0
- data/tests/components/google-code-prettify/src/lang-proto.js +35 -0
- data/tests/components/google-code-prettify/src/lang-r.js +57 -0
- data/tests/components/google-code-prettify/src/lang-rd.js +47 -0
- data/tests/components/google-code-prettify/src/lang-scala.js +54 -0
- data/tests/components/google-code-prettify/src/lang-sql.js +58 -0
- data/tests/components/google-code-prettify/src/lang-tcl.js +62 -0
- data/tests/components/google-code-prettify/src/lang-tex.js +46 -0
- data/tests/components/google-code-prettify/src/lang-vb.js +66 -0
- data/tests/components/google-code-prettify/src/lang-vhdl.js +34 -0
- data/tests/components/google-code-prettify/src/lang-wiki.js +53 -0
- data/tests/components/google-code-prettify/src/lang-xq.js +67 -0
- data/tests/components/google-code-prettify/src/lang-yaml.js +27 -0
- data/tests/components/google-code-prettify/src/prettify.css +52 -0
- data/tests/components/google-code-prettify/src/prettify.js +1655 -0
- data/tests/components/google-code-prettify/src/run_prettify.js +1905 -0
- data/tests/components/google-code-prettify/styles/demo.html +61 -0
- data/tests/components/google-code-prettify/styles/desert.css +34 -0
- data/tests/components/google-code-prettify/styles/doxy.css +64 -0
- data/tests/components/google-code-prettify/styles/index.html +89 -0
- data/tests/components/google-code-prettify/styles/sons-of-obsidian.css +118 -0
- data/tests/components/google-code-prettify/styles/sunburst.css +51 -0
- data/tests/components/jquery/.bower.json +38 -0
- data/tests/components/jquery/MIT-LICENSE.txt +21 -0
- data/tests/components/jquery/bower.json +28 -0
- data/tests/components/jquery/dist/jquery.js +9210 -0
- data/tests/components/jquery/dist/jquery.min.js +5 -0
- data/tests/components/jquery/dist/jquery.min.map +1 -0
- data/tests/components/jquery/src/ajax.js +786 -0
- data/tests/components/jquery/src/ajax/jsonp.js +89 -0
- data/tests/components/jquery/src/ajax/load.js +75 -0
- data/tests/components/jquery/src/ajax/parseJSON.js +13 -0
- data/tests/components/jquery/src/ajax/parseXML.js +28 -0
- data/tests/components/jquery/src/ajax/script.js +64 -0
- data/tests/components/jquery/src/ajax/var/nonce.js +5 -0
- data/tests/components/jquery/src/ajax/var/rquery.js +3 -0
- data/tests/components/jquery/src/ajax/xhr.js +136 -0
- data/tests/components/jquery/src/attributes.js +11 -0
- data/tests/components/jquery/src/attributes/attr.js +141 -0
- data/tests/components/jquery/src/attributes/classes.js +158 -0
- data/tests/components/jquery/src/attributes/prop.js +94 -0
- data/tests/components/jquery/src/attributes/support.js +35 -0
- data/tests/components/jquery/src/attributes/val.js +161 -0
- data/tests/components/jquery/src/callbacks.js +205 -0
- data/tests/components/jquery/src/core.js +502 -0
- data/tests/components/jquery/src/core/access.js +60 -0
- data/tests/components/jquery/src/core/init.js +123 -0
- data/tests/components/jquery/src/core/parseHTML.js +39 -0
- data/tests/components/jquery/src/core/ready.js +97 -0
- data/tests/components/jquery/src/core/var/rsingleTag.js +4 -0
- data/tests/components/jquery/src/css.js +450 -0
- data/tests/components/jquery/src/css/addGetHookIf.js +22 -0
- data/tests/components/jquery/src/css/curCSS.js +57 -0
- data/tests/components/jquery/src/css/defaultDisplay.js +70 -0
- data/tests/components/jquery/src/css/hiddenVisibleSelectors.js +15 -0
- data/tests/components/jquery/src/css/support.js +96 -0
- data/tests/components/jquery/src/css/swap.js +28 -0
- data/tests/components/jquery/src/css/var/cssExpand.js +3 -0
- data/tests/components/jquery/src/css/var/getStyles.js +12 -0
- data/tests/components/jquery/src/css/var/isHidden.js +13 -0
- data/tests/components/jquery/src/css/var/rmargin.js +3 -0
- data/tests/components/jquery/src/css/var/rnumnonpx.js +5 -0
- data/tests/components/jquery/src/data.js +178 -0
- data/tests/components/jquery/src/data/Data.js +181 -0
- data/tests/components/jquery/src/data/accepts.js +20 -0
- data/tests/components/jquery/src/data/var/data_priv.js +5 -0
- data/tests/components/jquery/src/data/var/data_user.js +5 -0
- data/tests/components/jquery/src/deferred.js +149 -0
- data/tests/components/jquery/src/deprecated.js +13 -0
- data/tests/components/jquery/src/dimensions.js +50 -0
- data/tests/components/jquery/src/effects.js +648 -0
- data/tests/components/jquery/src/effects/Tween.js +114 -0
- data/tests/components/jquery/src/effects/animatedSelector.js +13 -0
- data/tests/components/jquery/src/event.js +868 -0
- data/tests/components/jquery/src/event/ajax.js +13 -0
- data/tests/components/jquery/src/event/alias.js +39 -0
- data/tests/components/jquery/src/event/support.js +9 -0
- data/tests/components/jquery/src/exports/amd.js +24 -0
- data/tests/components/jquery/src/exports/global.js +32 -0
- data/tests/components/jquery/src/intro.js +44 -0
- data/tests/components/jquery/src/jquery.js +37 -0
- data/tests/components/jquery/src/manipulation.js +580 -0
- data/tests/components/jquery/src/manipulation/_evalUrl.js +18 -0
- data/tests/components/jquery/src/manipulation/support.js +32 -0
- data/tests/components/jquery/src/manipulation/var/rcheckableType.js +3 -0
- data/tests/components/jquery/src/offset.js +207 -0
- data/tests/components/jquery/src/outro.js +1 -0
- data/tests/components/jquery/src/queue.js +142 -0
- data/tests/components/jquery/src/queue/delay.js +22 -0
- data/tests/components/jquery/src/selector-native.js +172 -0
- data/tests/components/jquery/src/selector-sizzle.js +14 -0
- data/tests/components/jquery/src/selector.js +1 -0
- data/tests/components/jquery/src/serialize.js +111 -0
- data/tests/components/jquery/src/sizzle/dist/sizzle.js +2067 -0
- data/tests/components/jquery/src/sizzle/dist/sizzle.min.js +3 -0
- data/tests/components/jquery/src/sizzle/dist/sizzle.min.map +1 -0
- data/tests/components/jquery/src/traversing.js +199 -0
- data/tests/components/jquery/src/traversing/findFilter.js +100 -0
- data/tests/components/jquery/src/traversing/var/rneedsContext.js +6 -0
- data/tests/components/jquery/src/var/arr.js +3 -0
- data/tests/components/jquery/src/var/class2type.js +4 -0
- data/tests/components/jquery/src/var/concat.js +5 -0
- data/tests/components/jquery/src/var/hasOwn.js +5 -0
- data/tests/components/jquery/src/var/indexOf.js +5 -0
- data/tests/components/jquery/src/var/pnum.js +3 -0
- data/tests/components/jquery/src/var/push.js +5 -0
- data/tests/components/jquery/src/var/rnotwhite.js +3 -0
- data/tests/components/jquery/src/var/slice.js +5 -0
- data/tests/components/jquery/src/var/strundefined.js +3 -0
- data/tests/components/jquery/src/var/support.js +4 -0
- data/tests/components/jquery/src/var/toString.js +5 -0
- data/tests/components/jquery/src/wrap.js +79 -0
- data/tests/index.html +16 -0
- data/tests/patternfly/accordions.html +84 -0
- data/tests/patternfly/alerts.html +85 -0
- data/tests/patternfly/badges.html +67 -0
- data/tests/patternfly/basic.html +552 -0
- data/tests/patternfly/blank-slate.html +77 -0
- data/tests/patternfly/bootstrap-combobox.html +338 -0
- data/tests/patternfly/bootstrap-select.html +210 -0
- data/tests/patternfly/bootstrap-treeview-2.html +271 -0
- data/tests/patternfly/bootstrap-treeview.html +234 -0
- data/tests/patternfly/breadcrumbs.html +46 -0
- data/tests/patternfly/buttons.html +521 -0
- data/tests/patternfly/code.html +77 -0
- data/tests/patternfly/dashboard.html +217 -0
- data/tests/patternfly/datatables-columns.html +487 -0
- data/tests/patternfly/datatables.html +466 -0
- data/tests/patternfly/dist/css/patternfly.css +11483 -0
- data/tests/patternfly/dist/css/patternfly.min.css +10 -0
- data/tests/patternfly/dist/css/styles.css +1 -0
- data/tests/patternfly/dist/css/styles.min.css +1 -0
- data/tests/patternfly/dropdowns.html +48 -0
- data/tests/patternfly/form.html +257 -0
- data/tests/patternfly/forms.html +425 -0
- data/tests/patternfly/icons.html +276 -0
- data/tests/patternfly/img/dashboard-1.png +0 -0
- data/tests/patternfly/img/dashboard-2.png +0 -0
- data/tests/patternfly/img/dashboard-3.png +0 -0
- data/tests/patternfly/img/dashboard-4.png +0 -0
- data/tests/patternfly/index.html +163 -0
- data/tests/patternfly/infotip.html +82 -0
- data/tests/patternfly/labels.html +102 -0
- data/tests/patternfly/list-group.html +105 -0
- data/tests/patternfly/login.html +74 -0
- data/tests/patternfly/modals.html +77 -0
- data/tests/patternfly/navbar.html +5424 -0
- data/tests/patternfly/pagination.html +277 -0
- data/tests/patternfly/panels.html +107 -0
- data/tests/patternfly/popovers.html +98 -0
- data/tests/patternfly/progress-bars.html +271 -0
- data/tests/patternfly/search.html +165 -0
- data/tests/patternfly/spinner.html +66 -0
- data/tests/patternfly/tab.html +595 -0
- data/tests/patternfly/tables.html +203 -0
- data/tests/patternfly/tabs.html +273 -0
- data/tests/patternfly/tests.css +16 -0
- data/tests/patternfly/tooltip.html +64 -0
- data/tests/patternfly/typography-2.css +10 -0
- data/tests/patternfly/typography-2.html +284 -0
- data/tests/patternfly/typography.html +189 -0
- metadata +843 -374
- data/CODE_OF_CONDUCT.md +0 -4
- data/OPEN_SOURCE_LICENCES.txt +0 -1366
- data/QUICKSTART.md +0 -210
- data/dist/fonts/FontAwesome.otf +0 -0
- data/dist/fonts/OpenSans-Bold-webfont.eot +0 -0
- data/dist/fonts/OpenSans-Bold-webfont.svg +0 -19028
- data/dist/fonts/OpenSans-Bold-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-Bold-webfont.woff +0 -0
- data/dist/fonts/OpenSans-Bold-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- data/dist/fonts/OpenSans-BoldItalic-webfont.svg +0 -19036
- data/dist/fonts/OpenSans-BoldItalic-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- data/dist/fonts/OpenSans-BoldItalic-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-ExtraBold-webfont.eot +0 -0
- data/dist/fonts/OpenSans-ExtraBold-webfont.svg +0 -19030
- data/dist/fonts/OpenSans-ExtraBold-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-ExtraBold-webfont.woff +0 -0
- data/dist/fonts/OpenSans-ExtraBold-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-ExtraBoldItalic-webfont.eot +0 -0
- data/dist/fonts/OpenSans-ExtraBoldItalic-webfont.svg +0 -19036
- data/dist/fonts/OpenSans-ExtraBoldItalic-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff +0 -0
- data/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-Italic-webfont.eot +0 -0
- data/dist/fonts/OpenSans-Italic-webfont.svg +0 -19043
- data/dist/fonts/OpenSans-Italic-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-Italic-webfont.woff +0 -0
- data/dist/fonts/OpenSans-Italic-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-Light-webfont.eot +0 -0
- data/dist/fonts/OpenSans-Light-webfont.svg +0 -19026
- data/dist/fonts/OpenSans-Light-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-Light-webfont.woff +0 -0
- data/dist/fonts/OpenSans-Light-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- data/dist/fonts/OpenSans-LightItalic-webfont.svg +0 -19039
- data/dist/fonts/OpenSans-LightItalic-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- data/dist/fonts/OpenSans-LightItalic-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-Regular-webfont.eot +0 -0
- data/dist/fonts/OpenSans-Regular-webfont.svg +0 -19030
- data/dist/fonts/OpenSans-Regular-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-Regular-webfont.woff +0 -0
- data/dist/fonts/OpenSans-Regular-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-Semibold-webfont.eot +0 -0
- data/dist/fonts/OpenSans-Semibold-webfont.svg +0 -19030
- data/dist/fonts/OpenSans-Semibold-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-Semibold-webfont.woff +0 -0
- data/dist/fonts/OpenSans-Semibold-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
- data/dist/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -19043
- data/dist/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
- data/dist/fonts/OpenSans-SemiboldItalic-webfont.woff2 +0 -0
- data/dist/fonts/PatternFlyIcons-webfont.eot +0 -0
- data/dist/fonts/PatternFlyIcons-webfont.svg +0 -140
- data/dist/fonts/PatternFlyIcons-webfont.ttf +0 -0
- data/dist/fonts/PatternFlyIcons-webfont.woff +0 -0
- data/dist/fonts/fontawesome-webfont.eot +0 -0
- data/dist/fonts/fontawesome-webfont.svg +0 -2671
- data/dist/fonts/fontawesome-webfont.ttf +0 -0
- data/dist/fonts/fontawesome-webfont.woff +0 -0
- data/dist/fonts/fontawesome-webfont.woff2 +0 -0
- data/dist/fonts/glyphicons-halflings-regular.eot +0 -0
- data/dist/fonts/glyphicons-halflings-regular.svg +0 -288
- data/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/dist/fonts/glyphicons-halflings-regular.woff +0 -0
- data/dist/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/dist/img/Logo_Horizontal_Reversed.svg +0 -49
- data/dist/img/OpenShift-Logo-NoText.svg +0 -51
- data/dist/img/OpenShift-Logo-Text.svg +0 -95
- data/dist/img/OpenShift-logo.svg +0 -69
- data/dist/img/RH_Atomic-Logo-NoText.svg +0 -53
- data/dist/img/RH_Atomic-Logo-Text.svg +0 -91
- data/dist/img/RH_atomic.svg +0 -88
- data/dist/img/apple-touch-icon-precomposed-114.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-144.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-152.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-180.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-57.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-72.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-76.png +0 -0
- data/dist/img/bg-login-2.png +0 -0
- data/dist/img/bg-login.png +0 -0
- data/dist/img/bg-modal-about-pf.png +0 -0
- data/dist/img/bg-navbar-pf-alt.svg +0 -9
- data/dist/img/brand-alt.svg +0 -88
- data/dist/img/dropbox-logo.svg +0 -15
- data/dist/img/facebook-logo.svg +0 -12
- data/dist/img/favicon.ico +0 -0
- data/dist/img/fedora-logo.png +0 -0
- data/dist/img/git-logo.svg +0 -21
- data/dist/img/github-logo.svg +0 -17
- data/dist/img/gmail.svg +0 -23
- data/dist/img/google-calendar.svg +0 -26
- data/dist/img/google-drive.svg +0 -17
- data/dist/img/google-logo.svg +0 -19
- data/dist/img/instagram-logo.png +0 -0
- data/dist/img/kubernetes-Logo.svg +0 -60
- data/dist/img/kubernetes.svg +0 -8
- data/dist/img/linkedin-logo.svg +0 -13
- data/dist/img/logo-alt.svg +0 -18
- data/dist/img/open-id-logo.svg +0 -19
- data/dist/img/rcue-full.svg +0 -221
- data/dist/img/rcue.svg +0 -92
- data/dist/img/redhat_reverse.png +0 -0
- data/dist/img/skype-logo.svg +0 -23
- data/dist/img/spinner-inverse-lg.gif +0 -0
- data/dist/img/spinner-inverse-sm.gif +0 -0
- data/dist/img/spinner-inverse-xs.gif +0 -0
- data/dist/img/spinner-inverse.gif +0 -0
- data/dist/img/stack-exchange-logo.svg +0 -21
- data/dist/img/twitter-logo.svg +0 -19
- data/dist/js/patternfly-functions-base.js +0 -7
- data/dist/js/patternfly-functions-charts.js +0 -13
- data/dist/js/patternfly-functions-colors.js +0 -8
- data/dist/js/patternfly-functions-count-chars.js +0 -59
- data/dist/js/patternfly-functions-data-tables.js +0 -149
- data/dist/js/patternfly-functions-fixed-heights.js +0 -109
- data/dist/js/patternfly-functions-list.js +0 -79
- data/dist/js/patternfly-functions-navigation.js +0 -113
- data/dist/js/patternfly-functions-popovers.js +0 -37
- data/dist/js/patternfly-functions-sidebar.js +0 -31
- data/dist/js/patternfly-functions-tree-grid.js +0 -82
- data/dist/js/patternfly-functions-vertical-nav.js +0 -610
- data/dist/js/patternfly-functions.js +0 -1307
- data/dist/js/patternfly-functions.min.js +0 -1
- data/dist/js/patternfly-settings-base.d.ts +0 -9
- data/dist/js/patternfly-settings-base.js +0 -16
- data/dist/js/patternfly-settings-charts.d.ts +0 -92
- data/dist/js/patternfly-settings-charts.js +0 -449
- data/dist/js/patternfly-settings-colors.d.ts +0 -88
- data/dist/js/patternfly-settings-colors.js +0 -91
- data/dist/js/patternfly-settings.d.ts +0 -3
- data/dist/js/patternfly-settings.js +0 -558
- data/dist/js/patternfly-settings.min.js +0 -1
- data/dist/js/patternfly.dataTables.pfColVis.js +0 -151
- data/dist/js/patternfly.dataTables.pfEmpty.js +0 -253
- data/dist/js/patternfly.dataTables.pfEmpty.min.js +0 -1
- data/dist/js/patternfly.dataTables.pfFilter.js +0 -429
- data/dist/js/patternfly.dataTables.pfFilter.min.js +0 -1
- data/dist/js/patternfly.dataTables.pfPagination.js +0 -401
- data/dist/js/patternfly.dataTables.pfPagination.min.js +0 -1
- data/dist/js/patternfly.dataTables.pfResize.js +0 -214
- data/dist/js/patternfly.dataTables.pfResize.min.js +0 -1
- data/dist/js/patternfly.dataTables.pfSelect.js +0 -281
- data/dist/js/patternfly.dataTables.pfSelect.min.js +0 -1
- data/dist/js/patternfly.js +0 -1866
- data/dist/js/patternfly.min.js +0 -2
- data/dist/sass/_patternfly.scss +0 -147
- data/dist/sass/patternfly/_about-modal.scss +0 -44
- data/dist/sass/patternfly/_accordion.scss +0 -18
- data/dist/sass/patternfly/_alerts.scss +0 -44
- data/dist/sass/patternfly/_application-launcher.scss +0 -213
- data/dist/sass/patternfly/_blank-slate.scss +0 -52
- data/dist/sass/patternfly/_bootstrap-combobox.scss +0 -35
- data/dist/sass/patternfly/_bootstrap-datepicker.scss +0 -132
- data/dist/sass/patternfly/_bootstrap-mixin-overrides.scss +0 -33
- data/dist/sass/patternfly/_bootstrap-slider.scss +0 -66
- data/dist/sass/patternfly/_bootstrap-switch.scss +0 -19
- data/dist/sass/patternfly/_bootstrap-touchspin.scss +0 -31
- data/dist/sass/patternfly/_bootstrap-treeview.scss +0 -89
- data/dist/sass/patternfly/_breadcrumbs.scss +0 -20
- data/dist/sass/patternfly/_buttons.scss +0 -50
- data/dist/sass/patternfly/_card-view.scss +0 -105
- data/dist/sass/patternfly/_cards.scss +0 -238
- data/dist/sass/patternfly/_charts.scss +0 -388
- data/dist/sass/patternfly/_close.scss +0 -16
- data/dist/sass/patternfly/_color-variables.scss +0 -85
- data/dist/sass/patternfly/_context-selector.scss +0 -125
- data/dist/sass/patternfly/_datatables.scss +0 -186
- data/dist/sass/patternfly/_date-and-time.scss +0 -35
- data/dist/sass/patternfly/_dropdowns.scss +0 -235
- data/dist/sass/patternfly/_experimental-features.scss +0 -48
- data/dist/sass/patternfly/_filter.scss +0 -42
- data/dist/sass/patternfly/_fonts.scss +0 -124
- data/dist/sass/patternfly/_footer.scss +0 -19
- data/dist/sass/patternfly/_forms.scss +0 -192
- data/dist/sass/patternfly/_icons.scss +0 -371
- data/dist/sass/patternfly/_layouts.scss +0 -140
- data/dist/sass/patternfly/_links.scss +0 -5
- data/dist/sass/patternfly/_list-pf.scss +0 -178
- data/dist/sass/patternfly/_list-view-dnd.scss +0 -53
- data/dist/sass/patternfly/_list-view.scss +0 -390
- data/dist/sass/patternfly/_login.scss +0 -341
- data/dist/sass/patternfly/_mixins.scss +0 -81
- data/dist/sass/patternfly/_modals.scss +0 -49
- data/dist/sass/patternfly/_nav-vertical-alt.scss +0 -168
- data/dist/sass/patternfly/_navbar-alt.scss +0 -141
- data/dist/sass/patternfly/_navbar-vertical.scss +0 -168
- data/dist/sass/patternfly/_notifications-drawer.scss +0 -250
- data/dist/sass/patternfly/_pagination.scss +0 -121
- data/dist/sass/patternfly/_panels.scss +0 -134
- data/dist/sass/patternfly/_popovers.scss +0 -52
- data/dist/sass/patternfly/_rcue-about-modal.scss +0 -45
- data/dist/sass/patternfly/_rcue-additions.scss +0 -11
- data/dist/sass/patternfly/_rcue-login.scss +0 -75
- data/dist/sass/patternfly/_rcue-variables.scss +0 -57
- data/dist/sass/patternfly/_rcue.scss +0 -6
- data/dist/sass/patternfly/_search.scss +0 -64
- data/dist/sass/patternfly/_skip-to-content.scss +0 -12
- data/dist/sass/patternfly/_spinner.scss +0 -72
- data/dist/sass/patternfly/_table-view.scss +0 -188
- data/dist/sass/patternfly/_tables.scss +0 -90
- data/dist/sass/patternfly/_tabs.scss +0 -118
- data/dist/sass/patternfly/_time-picker.scss +0 -98
- data/dist/sass/patternfly/_toast.scss +0 -75
- data/dist/sass/patternfly/_toolbar.scss +0 -190
- data/dist/sass/patternfly/_tooltip.scss +0 -15
- data/dist/sass/patternfly/_tree-list-view.scss +0 -83
- data/dist/sass/patternfly/_variables.scss +0 -595
- data/dist/sass/patternfly/_vertical-nav.scss +0 -944
- data/dist/sass/patternfly/_wizard.scss +0 -665
- data/dist/sass/patternfly/dependencies/bootstrap-datepicker/datepicker.scss +0 -242
- data/dist/sass/patternfly/dependencies/bootstrap-datepicker/datepicker3.scss +0 -257
- data/dist/sass/patternfly/dependencies/bootstrap-select/bootstrap-select.scss +0 -389
- data/dist/sass/patternfly/dependencies/bootstrap-select/variables.scss +0 -9
- data/dist/sass/patternfly/dependencies/bootstrap-slider/_mixins.scss +0 -25
- data/dist/sass/patternfly/dependencies/bootstrap-slider/_rules.scss +0 -246
- data/dist/sass/patternfly/dependencies/bootstrap-slider/_variables.scss +0 -28
- data/dist/sass/patternfly/dependencies/bootstrap-slider/bootstrap-slider.scss +0 -42
- data/dist/sass/patternfly/dependencies/bootstrap-switch/bootstrap-switch.scss +0 -195
- data/dist/sass/patternfly/dependencies/bootstrap-switch/build.scss +0 -3
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins.scss +0 -40
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/alerts.scss +0 -14
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/background-variant.scss +0 -9
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/border-radius.scss +0 -18
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/buttons.scss +0 -68
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/center-block.scss +0 -7
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/clearfix.scss +0 -22
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/forms.scss +0 -85
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/gradients.scss +0 -59
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/grid-framework.scss +0 -98
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/grid.scss +0 -122
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/hide-text.scss +0 -21
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/image.scss +0 -33
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/labels.scss +0 -12
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/list-group.scss +0 -29
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/nav-divider.scss +0 -10
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/nav-vertical-align.scss +0 -9
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/opacity.scss +0 -8
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/pagination.scss +0 -23
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/panels.scss +0 -24
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/progress-bar.scss +0 -10
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/reset-filter.scss +0 -8
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/reset-text.scss +0 -18
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/resize.scss +0 -6
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/responsive-visibility.scss +0 -15
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/size.scss +0 -10
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/tab-focus.scss +0 -9
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/table-row.scss +0 -28
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/text-emphasis.scss +0 -9
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/text-overflow.scss +0 -8
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/vendor-prefixes.scss +0 -227
- data/dist/sass/patternfly/dependencies/bootstrap-switch/variables.scss +0 -862
- data/dist/sass/patternfly/dependencies/bootstrap-touchspin/_jquery.bootstrap-touchspin.scss +0 -45
- data/dist/sass/patternfly/dependencies/c3/_c3.scss +0 -178
- data/dist/sass/patternfly/dependencies/eonasdan-bootstrap-datetimepicker/_bootstrap-datetimepicker.scss +0 -344
- data/dist/sass/patternfly/dependencies/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker-build.scss +0 -16
- data/dist/sass/rcue/_about-modal.scss +0 -44
- data/dist/sass/rcue/_accordion.scss +0 -18
- data/dist/sass/rcue/_alerts.scss +0 -44
- data/dist/sass/rcue/_badges.scss +0 -11
- data/dist/sass/rcue/_blank-slate.scss +0 -52
- data/dist/sass/rcue/_bootstrap-datepicker.scss +0 -132
- data/dist/sass/rcue/_bootstrap-mixin-overrides.scss +0 -33
- data/dist/sass/rcue/_bootstrap-select.scss +0 -108
- data/dist/sass/rcue/_bootstrap-slider.scss +0 -66
- data/dist/sass/rcue/_bootstrap-switch.scss +0 -19
- data/dist/sass/rcue/_bootstrap-touchspin.scss +0 -31
- data/dist/sass/rcue/_bootstrap-treeview.scss +0 -89
- data/dist/sass/rcue/_card-view.scss +0 -105
- data/dist/sass/rcue/_cards.scss +0 -238
- data/dist/sass/rcue/_charts.scss +0 -388
- data/dist/sass/rcue/_close.scss +0 -16
- data/dist/sass/rcue/_color-variables.scss +0 -85
- data/dist/sass/rcue/_context-selector.scss +0 -125
- data/dist/sass/rcue/_date-and-time.scss +0 -35
- data/dist/sass/rcue/_experimental-features.scss +0 -48
- data/dist/sass/rcue/_filter.scss +0 -42
- data/dist/sass/rcue/_fonts.scss +0 -124
- data/dist/sass/rcue/_footer.scss +0 -19
- data/dist/sass/rcue/_forms.scss +0 -192
- data/dist/sass/rcue/_icons.scss +0 -371
- data/dist/sass/rcue/_infotip.scss +0 -145
- data/dist/sass/rcue/_labels.scss +0 -17
- data/dist/sass/rcue/_layouts.scss +0 -140
- data/dist/sass/rcue/_links.scss +0 -5
- data/dist/sass/rcue/_list-group.scss +0 -23
- data/dist/sass/rcue/_list-pf.scss +0 -178
- data/dist/sass/rcue/_list-view-dnd.scss +0 -53
- data/dist/sass/rcue/_list-view.scss +0 -390
- data/dist/sass/rcue/_login.scss +0 -341
- data/dist/sass/rcue/_mixins.scss +0 -81
- data/dist/sass/rcue/_nav-vertical-alt.scss +0 -168
- data/dist/sass/rcue/_navbar-alt.scss +0 -141
- data/dist/sass/rcue/_navbar-vertical.scss +0 -168
- data/dist/sass/rcue/_navbar.scss +0 -579
- data/dist/sass/rcue/_notifications-drawer.scss +0 -250
- data/dist/sass/rcue/_pager.scss +0 -68
- data/dist/sass/rcue/_pagination.scss +0 -121
- data/dist/sass/rcue/_panels.scss +0 -134
- data/dist/sass/rcue/_patternfly-additions.scss +0 -76
- data/dist/sass/rcue/_patternfly.scss +0 -31
- data/dist/sass/rcue/_popovers.scss +0 -52
- data/dist/sass/rcue/_progress-bars.scss +0 -121
- data/dist/sass/rcue/_rcue-about-modal.scss +0 -45
- data/dist/sass/rcue/_rcue-login.scss +0 -75
- data/dist/sass/rcue/_rcue-variables.scss +0 -57
- data/dist/sass/rcue/_sidebar.scss +0 -176
- data/dist/sass/rcue/_skip-to-content.scss +0 -12
- data/dist/sass/rcue/_spinner.scss +0 -72
- data/dist/sass/rcue/_syntax-highlighting.scss +0 -36
- data/dist/sass/rcue/_table-view.scss +0 -188
- data/dist/sass/rcue/_time-picker.scss +0 -98
- data/dist/sass/rcue/_toast.scss +0 -75
- data/dist/sass/rcue/_toolbar.scss +0 -190
- data/dist/sass/rcue/_tree-list-view.scss +0 -83
- data/dist/sass/rcue/_type.scss +0 -29
- data/dist/sass/rcue/_variables.scss +0 -595
- data/dist/sass/rcue/_vertical-nav.scss +0 -944
- data/dist/sass/rcue/_wizard.scss +0 -665
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<dt-example table-type="html" order="0">
|
3
|
+
|
4
|
+
<title lib="ColVis">ColVis examples</title>
|
5
|
+
|
6
|
+
<js lib="jquery" />
|
7
|
+
<info><![CDATA[
|
8
|
+
|
9
|
+
ColVis adds a button to the toolbars around DataTables which gives the end user of the table the ability to dynamically change the visibility of the columns in the table:
|
10
|
+
|
11
|
+
* Dynamically show and hide columns in a table
|
12
|
+
* Very easy integration with DataTables
|
13
|
+
* Ability to exclude columns from being either hidden or shown
|
14
|
+
* Save saving integration with DataTables
|
15
|
+
|
16
|
+
]]></info>
|
17
|
+
|
18
|
+
</dt-example>
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<dt-example table-type="html" order="12">
|
3
|
+
|
4
|
+
<css lib="jqueryui datatables-jqueryui colvis-jqueryui" />
|
5
|
+
<js lib="jquery datatables datatables-jqueryui colvis">
|
6
|
+
<![CDATA[
|
7
|
+
$(document).ready(function() {
|
8
|
+
var table = $('#example').DataTable( {
|
9
|
+
jQueryUI: true
|
10
|
+
} );
|
11
|
+
var colvis = new $.fn.dataTable.ColVis( table );
|
12
|
+
|
13
|
+
$( colvis.button() ).insertBefore('div.dataTables_length');
|
14
|
+
} );
|
15
|
+
]]>
|
16
|
+
</js>
|
17
|
+
|
18
|
+
<title lib="ColVis">jQuery UI styling</title>
|
19
|
+
|
20
|
+
<info><![CDATA[
|
21
|
+
|
22
|
+
This example shows how the jQuery UI ThemeRoller option in DataTables can be used with ColVis.
|
23
|
+
|
24
|
+
The important thing to note here is that it is easier to use `new $.fn.dataTable.ColVis()` to add ColVis to the table rather than `dt-init dom` as the jQuery UI integration uses a complex expression for `dt-init dom`.
|
25
|
+
|
26
|
+
]]></info>
|
27
|
+
|
28
|
+
</dt-example>
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<dt-example table-type="html" order="7">
|
3
|
+
|
4
|
+
<css lib="datatables colvis" />
|
5
|
+
<js lib="jquery datatables colvis">
|
6
|
+
<![CDATA[
|
7
|
+
$(document).ready(function() {
|
8
|
+
$('#example').DataTable( {
|
9
|
+
dom: 'C<"clear">lfrtip',
|
10
|
+
colVis: {
|
11
|
+
activate: "mouseover"
|
12
|
+
}
|
13
|
+
} );
|
14
|
+
} );
|
15
|
+
]]>
|
16
|
+
</js>
|
17
|
+
|
18
|
+
<title lib="ColVis">Mouseover activation</title>
|
19
|
+
|
20
|
+
<info><![CDATA[
|
21
|
+
|
22
|
+
The default activation (showing the columns list) for ColVis is for the user to click the button. This can be altered to a `mouseover` activation by making use of the `activate` initialisation option and setting it to `dt-string mouseover`. This is shown in the example below.
|
23
|
+
|
24
|
+
For full information about the ColVis options, please refer to the [ColVis options documentation](//datatables.net/extensions/colvis/options).
|
25
|
+
|
26
|
+
]]></info>
|
27
|
+
|
28
|
+
</dt-example>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<dt-example table-type="html" order="2">
|
3
|
+
|
4
|
+
<css lib="datatables colvis" />
|
5
|
+
<js lib="jquery datatables colvis">
|
6
|
+
<![CDATA[
|
7
|
+
$(document).ready(function() {
|
8
|
+
var table = $('#example').DataTable();
|
9
|
+
var colvis = new $.fn.dataTable.ColVis( table );
|
10
|
+
|
11
|
+
$( colvis.button() ).insertAfter('div.info');
|
12
|
+
} );
|
13
|
+
]]>
|
14
|
+
</js>
|
15
|
+
|
16
|
+
<title lib="ColVis">`new` initialisation</title>
|
17
|
+
|
18
|
+
<info><![CDATA[
|
19
|
+
|
20
|
+
As well as providing the option to be initialised through the `C` option of `dt-init dom`, ColVis can also be added to a DataTable using direct initialisation - `new $.fn.dataTable.ColVis();` as shown in this example. The ColVis control button it available through its `button()` method, which can then be used to attach to the document where you need.
|
21
|
+
|
22
|
+
For full information about the ColVis API, please refer to the [ColVis API documentation](//datatables.net/extensions/colvis/api).
|
23
|
+
|
24
|
+
]]></info>
|
25
|
+
|
26
|
+
</dt-example>
|
@@ -0,0 +1,33 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<dt-example table-type="html" order="11">
|
3
|
+
|
4
|
+
<css lib="datatables colvis" />
|
5
|
+
<js lib="jquery datatables colvis">
|
6
|
+
<![CDATA[
|
7
|
+
$(document).ready(function() {
|
8
|
+
$('#example').DataTable( {
|
9
|
+
dom: 'C<"clear">lfrtip',
|
10
|
+
columnDefs: [
|
11
|
+
{ visible: false, targets: 2 }
|
12
|
+
],
|
13
|
+
colVis: {
|
14
|
+
restore: "Restore",
|
15
|
+
showAll: "Show all",
|
16
|
+
showNone: "Show none"
|
17
|
+
}
|
18
|
+
} );
|
19
|
+
} );
|
20
|
+
]]>
|
21
|
+
</js>
|
22
|
+
|
23
|
+
<title lib="ColVis">Restore / show all</title>
|
24
|
+
|
25
|
+
<info><![CDATA[
|
26
|
+
|
27
|
+
This demo of ColVis shows its ability to add "Restore", "Show all" and "Show none" buttons to the list of column visibility options. This is done with the `restore`, `showAll` and `showNone` options which can be enabled individually if needed.
|
28
|
+
|
29
|
+
For full information about the ColVis options, please refer to the [ColVis options documentation](//datatables.net/extensions/colvis/options).
|
30
|
+
|
31
|
+
]]></info>
|
32
|
+
|
33
|
+
</dt-example>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<dt-example table-type="html" order="1">
|
3
|
+
|
4
|
+
<css lib="datatables colvis" />
|
5
|
+
<js lib="jquery datatables colvis">
|
6
|
+
<![CDATA[
|
7
|
+
$(document).ready(function() {
|
8
|
+
$('#example').DataTable( {
|
9
|
+
dom: 'C<"clear">lfrtip'
|
10
|
+
} );
|
11
|
+
} );
|
12
|
+
]]>
|
13
|
+
</js>
|
14
|
+
|
15
|
+
<title lib="ColVis">Basic initialisation</title>
|
16
|
+
|
17
|
+
<info><![CDATA[
|
18
|
+
|
19
|
+
ColVis is a plug-in for DataTables which presents a list of all columns to a user and allows them to select which ones they wish to be visible. Click the 'Show / hide columns' button to be presented with a list of columns in the table, and click the buttons to show and hide them as you wish.
|
20
|
+
|
21
|
+
ColVis is added to a DataTable by specifying the `C` option for `dt-init dom`. The example below shows the ColVis button added to the table with a clearing element after it.
|
22
|
+
|
23
|
+
]]></info>
|
24
|
+
|
25
|
+
</dt-example>
|
@@ -0,0 +1,29 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<dt-example table-type="html" order="3">
|
3
|
+
|
4
|
+
<css lib="datatables colvis" />
|
5
|
+
<js lib="jquery datatables colvis">
|
6
|
+
<![CDATA[
|
7
|
+
$(document).ready(function() {
|
8
|
+
$('#example').DataTable( {
|
9
|
+
"dom": 'C<"clear">lfrtip',
|
10
|
+
"colVis": {
|
11
|
+
"buttonText": "Change columns"
|
12
|
+
}
|
13
|
+
} );
|
14
|
+
} );
|
15
|
+
]]>
|
16
|
+
</js>
|
17
|
+
|
18
|
+
<title lib="ColVis">Custom button text</title>
|
19
|
+
|
20
|
+
<info><![CDATA[
|
21
|
+
|
22
|
+
You may wish to use your own text in the ColVis button - this is done by making use of the `buttonText` initialisation option, as shown in this example.
|
23
|
+
|
24
|
+
For full information about the ColVis options, please refer to the [ColVis options documentation](//datatables.net/extensions/colvis/options).
|
25
|
+
|
26
|
+
|
27
|
+
]]></info>
|
28
|
+
|
29
|
+
</dt-example>
|
@@ -0,0 +1,30 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<dt-example table-type="html" order="5">
|
3
|
+
|
4
|
+
<css lib="datatables colvis" />
|
5
|
+
<js lib="jquery datatables colvis">
|
6
|
+
<![CDATA[
|
7
|
+
$(document).ready(function() {
|
8
|
+
$('#example').DataTable( {
|
9
|
+
"dom": 'C<"clear">lfrtip',
|
10
|
+
"colVis": {
|
11
|
+
"label": function ( index, title, th ) {
|
12
|
+
return (index+1) +'. '+ title;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
} );
|
16
|
+
} );
|
17
|
+
]]>
|
18
|
+
</js>
|
19
|
+
|
20
|
+
<title lib="ColVis">Column button callback</title>
|
21
|
+
|
22
|
+
<info><![CDATA[
|
23
|
+
|
24
|
+
By default ColVis will use the information in the `dt-tag th` cell for each column as the button name to use in ColVis, which might not always be what you want (for example you might has HTML in the cell that you don't want in the button). The `label` callback provides the ability to customise the label used for the button.
|
25
|
+
|
26
|
+
In this example the column index is prefixed to the column title.
|
27
|
+
|
28
|
+
]]></info>
|
29
|
+
|
30
|
+
</dt-example>
|
@@ -0,0 +1,24 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<dt-example table-type="html-office-edin|html-office-london" table-id="" order="9">
|
3
|
+
|
4
|
+
<css lib="datatables colvis" />
|
5
|
+
<js lib="jquery datatables colvis">
|
6
|
+
<![CDATA[
|
7
|
+
$(document).ready(function() {
|
8
|
+
$('table.display').DataTable( {
|
9
|
+
dom: 'C<"clear">lfrtip',
|
10
|
+
displayLength: 5
|
11
|
+
} );
|
12
|
+
} );
|
13
|
+
]]>
|
14
|
+
</js>
|
15
|
+
|
16
|
+
<title lib="ColVis">Two tables with individual controls</title>
|
17
|
+
|
18
|
+
<info><![CDATA[
|
19
|
+
|
20
|
+
It can be useful to have DataTables initialise more than one table with a single call can for them to each have individual ColVis controllers. All this requires is a suitable jQuery selector to be used, and DataTables and ColVis will take care of the rest - as shown in this example.
|
21
|
+
|
22
|
+
]]></info>
|
23
|
+
|
24
|
+
</dt-example>
|
@@ -0,0 +1,35 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<dt-example table-type="html-office-edin|html-office-london" table-id="" order="10">
|
3
|
+
|
4
|
+
<css lib="datatables colvis" />
|
5
|
+
<js lib="jquery datatables colvis">
|
6
|
+
<![CDATA[
|
7
|
+
$(document).ready(function() {
|
8
|
+
var tables = $('table.display').DataTable( {
|
9
|
+
displayLength: 5
|
10
|
+
} );
|
11
|
+
|
12
|
+
// When the column visibility changes on the firs table, also change it on
|
13
|
+
// the others
|
14
|
+
tables.table(0).on('column-visibility', function ( e, settings, colIdx, visibility ) {
|
15
|
+
tables.tables(':gt(0)').column( colIdx ).visible( visibility );
|
16
|
+
} );
|
17
|
+
|
18
|
+
// Create ColVis on the first table only
|
19
|
+
var colvis = new $.fn.dataTable.ColVis( tables.table(0) );
|
20
|
+
$( colvis.button() ).insertAfter('div.info');
|
21
|
+
} );
|
22
|
+
]]>
|
23
|
+
</js>
|
24
|
+
|
25
|
+
<title lib="ColVis">Two tables with shared controls</title>
|
26
|
+
|
27
|
+
<info><![CDATA[
|
28
|
+
|
29
|
+
This example shows how the DataTables API can be used with ColVis to use a single ColVis control to effect other tables. This is done by applying ColVis to the first table and then listening for the `dt-event column-visibility` event and updating all other tables when triggered.
|
30
|
+
|
31
|
+
This example makes use of the `dt-api tables()` and `dt-api table()` methods for working with multiple tables, and also initialised ColVis using the `new $.fn.dataTable.ColVis();` operator.
|
32
|
+
|
33
|
+
]]></info>
|
34
|
+
|
35
|
+
</dt-example>
|
@@ -0,0 +1,1123 @@
|
|
1
|
+
/*! ColVis 1.1.2
|
2
|
+
* ©2010-2015 SpryMedia Ltd - datatables.net/license
|
3
|
+
*/
|
4
|
+
|
5
|
+
/**
|
6
|
+
* @summary ColVis
|
7
|
+
* @description Controls for column visibility in DataTables
|
8
|
+
* @version 1.1.2
|
9
|
+
* @file dataTables.colReorder.js
|
10
|
+
* @author SpryMedia Ltd (www.sprymedia.co.uk)
|
11
|
+
* @contact www.sprymedia.co.uk/contact
|
12
|
+
* @copyright Copyright 2010-2015 SpryMedia Ltd.
|
13
|
+
*
|
14
|
+
* This source file is free software, available under the following license:
|
15
|
+
* MIT license - http://datatables.net/license/mit
|
16
|
+
*
|
17
|
+
* This source file is distributed in the hope that it will be useful, but
|
18
|
+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
19
|
+
* or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details.
|
20
|
+
*
|
21
|
+
* For details please refer to: http://www.datatables.net
|
22
|
+
*/
|
23
|
+
|
24
|
+
(function(window, document, undefined) {
|
25
|
+
|
26
|
+
|
27
|
+
var factory = function( $, DataTable ) {
|
28
|
+
"use strict";
|
29
|
+
|
30
|
+
/**
|
31
|
+
* ColVis provides column visibility control for DataTables
|
32
|
+
*
|
33
|
+
* @class ColVis
|
34
|
+
* @constructor
|
35
|
+
* @param {object} DataTables settings object. With DataTables 1.10 this can
|
36
|
+
* also be and API instance, table node, jQuery collection or jQuery selector.
|
37
|
+
* @param {object} ColVis configuration options
|
38
|
+
*/
|
39
|
+
var ColVis = function( oDTSettings, oInit )
|
40
|
+
{
|
41
|
+
/* Santiy check that we are a new instance */
|
42
|
+
if ( !this.CLASS || this.CLASS != "ColVis" )
|
43
|
+
{
|
44
|
+
alert( "Warning: ColVis must be initialised with the keyword 'new'" );
|
45
|
+
}
|
46
|
+
|
47
|
+
if ( typeof oInit == 'undefined' )
|
48
|
+
{
|
49
|
+
oInit = {};
|
50
|
+
}
|
51
|
+
|
52
|
+
var camelToHungarian = $.fn.dataTable.camelToHungarian;
|
53
|
+
if ( camelToHungarian ) {
|
54
|
+
camelToHungarian( ColVis.defaults, ColVis.defaults, true );
|
55
|
+
camelToHungarian( ColVis.defaults, oInit );
|
56
|
+
}
|
57
|
+
|
58
|
+
|
59
|
+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
60
|
+
* Public class variables
|
61
|
+
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
62
|
+
|
63
|
+
/**
|
64
|
+
* @namespace Settings object which contains customisable information for
|
65
|
+
* ColVis instance. Augmented by ColVis.defaults
|
66
|
+
*/
|
67
|
+
this.s = {
|
68
|
+
/**
|
69
|
+
* DataTables settings object
|
70
|
+
* @property dt
|
71
|
+
* @type Object
|
72
|
+
* @default null
|
73
|
+
*/
|
74
|
+
"dt": null,
|
75
|
+
|
76
|
+
/**
|
77
|
+
* Customisation object
|
78
|
+
* @property oInit
|
79
|
+
* @type Object
|
80
|
+
* @default passed in
|
81
|
+
*/
|
82
|
+
"oInit": oInit,
|
83
|
+
|
84
|
+
/**
|
85
|
+
* Flag to say if the collection is hidden
|
86
|
+
* @property hidden
|
87
|
+
* @type boolean
|
88
|
+
* @default true
|
89
|
+
*/
|
90
|
+
"hidden": true,
|
91
|
+
|
92
|
+
/**
|
93
|
+
* Store the original visibility settings so they could be restored
|
94
|
+
* @property abOriginal
|
95
|
+
* @type Array
|
96
|
+
* @default []
|
97
|
+
*/
|
98
|
+
"abOriginal": []
|
99
|
+
};
|
100
|
+
|
101
|
+
|
102
|
+
/**
|
103
|
+
* @namespace Common and useful DOM elements for the class instance
|
104
|
+
*/
|
105
|
+
this.dom = {
|
106
|
+
/**
|
107
|
+
* Wrapper for the button - given back to DataTables as the node to insert
|
108
|
+
* @property wrapper
|
109
|
+
* @type Node
|
110
|
+
* @default null
|
111
|
+
*/
|
112
|
+
"wrapper": null,
|
113
|
+
|
114
|
+
/**
|
115
|
+
* Activation button
|
116
|
+
* @property button
|
117
|
+
* @type Node
|
118
|
+
* @default null
|
119
|
+
*/
|
120
|
+
"button": null,
|
121
|
+
|
122
|
+
/**
|
123
|
+
* Collection list node
|
124
|
+
* @property collection
|
125
|
+
* @type Node
|
126
|
+
* @default null
|
127
|
+
*/
|
128
|
+
"collection": null,
|
129
|
+
|
130
|
+
/**
|
131
|
+
* Background node used for shading the display and event capturing
|
132
|
+
* @property background
|
133
|
+
* @type Node
|
134
|
+
* @default null
|
135
|
+
*/
|
136
|
+
"background": null,
|
137
|
+
|
138
|
+
/**
|
139
|
+
* Element to position over the activation button to catch mouse events when using mouseover
|
140
|
+
* @property catcher
|
141
|
+
* @type Node
|
142
|
+
* @default null
|
143
|
+
*/
|
144
|
+
"catcher": null,
|
145
|
+
|
146
|
+
/**
|
147
|
+
* List of button elements
|
148
|
+
* @property buttons
|
149
|
+
* @type Array
|
150
|
+
* @default []
|
151
|
+
*/
|
152
|
+
"buttons": [],
|
153
|
+
|
154
|
+
/**
|
155
|
+
* List of group button elements
|
156
|
+
* @property groupButtons
|
157
|
+
* @type Array
|
158
|
+
* @default []
|
159
|
+
*/
|
160
|
+
"groupButtons": [],
|
161
|
+
|
162
|
+
/**
|
163
|
+
* Restore button
|
164
|
+
* @property restore
|
165
|
+
* @type Node
|
166
|
+
* @default null
|
167
|
+
*/
|
168
|
+
"restore": null
|
169
|
+
};
|
170
|
+
|
171
|
+
/* Store global reference */
|
172
|
+
ColVis.aInstances.push( this );
|
173
|
+
|
174
|
+
/* Constructor logic */
|
175
|
+
this.s.dt = $.fn.dataTable.Api ?
|
176
|
+
new $.fn.dataTable.Api( oDTSettings ).settings()[0] :
|
177
|
+
oDTSettings;
|
178
|
+
|
179
|
+
this._fnConstruct( oInit );
|
180
|
+
return this;
|
181
|
+
};
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
ColVis.prototype = {
|
186
|
+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
187
|
+
* Public methods
|
188
|
+
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
189
|
+
|
190
|
+
/**
|
191
|
+
* Get the ColVis instance's control button so it can be injected into the
|
192
|
+
* DOM
|
193
|
+
* @method button
|
194
|
+
* @returns {node} ColVis button
|
195
|
+
*/
|
196
|
+
button: function ()
|
197
|
+
{
|
198
|
+
return this.dom.wrapper;
|
199
|
+
},
|
200
|
+
|
201
|
+
/**
|
202
|
+
* Alias of `rebuild` for backwards compatibility
|
203
|
+
* @method fnRebuild
|
204
|
+
*/
|
205
|
+
"fnRebuild": function ()
|
206
|
+
{
|
207
|
+
this.rebuild();
|
208
|
+
},
|
209
|
+
|
210
|
+
/**
|
211
|
+
* Rebuild the list of buttons for this instance (i.e. if there is a column
|
212
|
+
* header update)
|
213
|
+
* @method fnRebuild
|
214
|
+
*/
|
215
|
+
rebuild: function ()
|
216
|
+
{
|
217
|
+
/* Remove the old buttons */
|
218
|
+
for ( var i=this.dom.buttons.length-1 ; i>=0 ; i-- ) {
|
219
|
+
this.dom.collection.removeChild( this.dom.buttons[i] );
|
220
|
+
}
|
221
|
+
this.dom.buttons.splice( 0, this.dom.buttons.length );
|
222
|
+
this.dom.groupButtons.splice(0, this.dom.groupButtons.length);
|
223
|
+
|
224
|
+
if ( this.dom.restore ) {
|
225
|
+
this.dom.restore.parentNode( this.dom.restore );
|
226
|
+
}
|
227
|
+
|
228
|
+
/* Re-add them (this is not the optimal way of doing this, it is fast and effective) */
|
229
|
+
this._fnAddGroups();
|
230
|
+
this._fnAddButtons();
|
231
|
+
|
232
|
+
/* Update the checkboxes */
|
233
|
+
this._fnDrawCallback();
|
234
|
+
},
|
235
|
+
|
236
|
+
|
237
|
+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
238
|
+
* Private methods (they are of course public in JS, but recommended as private)
|
239
|
+
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
240
|
+
|
241
|
+
/**
|
242
|
+
* Constructor logic
|
243
|
+
* @method _fnConstruct
|
244
|
+
* @returns void
|
245
|
+
* @private
|
246
|
+
*/
|
247
|
+
"_fnConstruct": function ( init )
|
248
|
+
{
|
249
|
+
this._fnApplyCustomisation( init );
|
250
|
+
|
251
|
+
var that = this;
|
252
|
+
var i, iLen;
|
253
|
+
this.dom.wrapper = document.createElement('div');
|
254
|
+
this.dom.wrapper.className = "ColVis";
|
255
|
+
|
256
|
+
this.dom.button = $( '<button />', {
|
257
|
+
'class': !this.s.dt.bJUI ?
|
258
|
+
"ColVis_Button ColVis_MasterButton" :
|
259
|
+
"ColVis_Button ColVis_MasterButton ui-button ui-state-default"
|
260
|
+
} )
|
261
|
+
.append( '<span>'+this.s.buttonText+'</span>' )
|
262
|
+
.bind( this.s.activate=="mouseover" ? "mouseover" : "click", function (e) {
|
263
|
+
e.preventDefault();
|
264
|
+
that._fnCollectionShow();
|
265
|
+
} )
|
266
|
+
.appendTo( this.dom.wrapper )[0];
|
267
|
+
|
268
|
+
this.dom.catcher = this._fnDomCatcher();
|
269
|
+
this.dom.collection = this._fnDomCollection();
|
270
|
+
this.dom.background = this._fnDomBackground();
|
271
|
+
|
272
|
+
this._fnAddGroups();
|
273
|
+
this._fnAddButtons();
|
274
|
+
|
275
|
+
/* Store the original visibility information */
|
276
|
+
for ( i=0, iLen=this.s.dt.aoColumns.length ; i<iLen ; i++ )
|
277
|
+
{
|
278
|
+
this.s.abOriginal.push( this.s.dt.aoColumns[i].bVisible );
|
279
|
+
}
|
280
|
+
|
281
|
+
/* Update on each draw */
|
282
|
+
this.s.dt.aoDrawCallback.push( {
|
283
|
+
"fn": function () {
|
284
|
+
that._fnDrawCallback.call( that );
|
285
|
+
},
|
286
|
+
"sName": "ColVis"
|
287
|
+
} );
|
288
|
+
|
289
|
+
/* If columns are reordered, then we need to update our exclude list and
|
290
|
+
* rebuild the displayed list
|
291
|
+
*/
|
292
|
+
$(this.s.dt.oInstance).bind( 'column-reorder.dt', function ( e, oSettings, oReorder ) {
|
293
|
+
for ( i=0, iLen=that.s.aiExclude.length ; i<iLen ; i++ ) {
|
294
|
+
that.s.aiExclude[i] = oReorder.aiInvertMapping[ that.s.aiExclude[i] ];
|
295
|
+
}
|
296
|
+
|
297
|
+
var mStore = that.s.abOriginal.splice( oReorder.iFrom, 1 )[0];
|
298
|
+
that.s.abOriginal.splice( oReorder.iTo, 0, mStore );
|
299
|
+
|
300
|
+
that.fnRebuild();
|
301
|
+
} );
|
302
|
+
|
303
|
+
$(this.s.dt.oInstance).bind( 'destroy.dt', function () {
|
304
|
+
$(that.dom.wrapper).remove();
|
305
|
+
} );
|
306
|
+
|
307
|
+
// Set the initial state
|
308
|
+
this._fnDrawCallback();
|
309
|
+
},
|
310
|
+
|
311
|
+
|
312
|
+
/**
|
313
|
+
* Apply any customisation to the settings from the DataTables initialisation
|
314
|
+
* @method _fnApplyCustomisation
|
315
|
+
* @returns void
|
316
|
+
* @private
|
317
|
+
*/
|
318
|
+
"_fnApplyCustomisation": function ( init )
|
319
|
+
{
|
320
|
+
$.extend( true, this.s, ColVis.defaults, init );
|
321
|
+
|
322
|
+
// Slightly messy overlap for the camelCase notation
|
323
|
+
if ( ! this.s.showAll && this.s.bShowAll ) {
|
324
|
+
this.s.showAll = this.s.sShowAll;
|
325
|
+
}
|
326
|
+
|
327
|
+
if ( ! this.s.restore && this.s.bRestore ) {
|
328
|
+
this.s.restore = this.s.sRestore;
|
329
|
+
}
|
330
|
+
|
331
|
+
// CamelCase to Hungarian for the column groups
|
332
|
+
var groups = this.s.groups;
|
333
|
+
var hungarianGroups = this.s.aoGroups;
|
334
|
+
if ( groups ) {
|
335
|
+
for ( var i=0, ien=groups.length ; i<ien ; i++ ) {
|
336
|
+
if ( groups[i].title ) {
|
337
|
+
hungarianGroups[i].sTitle = groups[i].title;
|
338
|
+
}
|
339
|
+
if ( groups[i].columns ) {
|
340
|
+
hungarianGroups[i].aiColumns = groups[i].columns;
|
341
|
+
}
|
342
|
+
}
|
343
|
+
}
|
344
|
+
},
|
345
|
+
|
346
|
+
|
347
|
+
/**
|
348
|
+
* On each table draw, check the visibility checkboxes as needed. This allows any process to
|
349
|
+
* update the table's column visibility and ColVis will still be accurate.
|
350
|
+
* @method _fnDrawCallback
|
351
|
+
* @returns void
|
352
|
+
* @private
|
353
|
+
*/
|
354
|
+
"_fnDrawCallback": function ()
|
355
|
+
{
|
356
|
+
var columns = this.s.dt.aoColumns;
|
357
|
+
var buttons = this.dom.buttons;
|
358
|
+
var groups = this.s.aoGroups;
|
359
|
+
var button;
|
360
|
+
|
361
|
+
for ( var i=0, ien=buttons.length ; i<ien ; i++ ) {
|
362
|
+
button = buttons[i];
|
363
|
+
|
364
|
+
if ( button.__columnIdx !== undefined ) {
|
365
|
+
$('input', button).prop( 'checked', columns[ button.__columnIdx ].bVisible );
|
366
|
+
}
|
367
|
+
}
|
368
|
+
|
369
|
+
var allVisible = function ( columnIndeces ) {
|
370
|
+
for ( var k=0, kLen=columnIndeces.length ; k<kLen ; k++ )
|
371
|
+
{
|
372
|
+
if ( columns[columnIndeces[k]].bVisible === false ) { return false; }
|
373
|
+
}
|
374
|
+
return true;
|
375
|
+
};
|
376
|
+
var allHidden = function ( columnIndeces ) {
|
377
|
+
for ( var m=0 , mLen=columnIndeces.length ; m<mLen ; m++ )
|
378
|
+
{
|
379
|
+
if ( columns[columnIndeces[m]].bVisible === true ) { return false; }
|
380
|
+
}
|
381
|
+
return true;
|
382
|
+
};
|
383
|
+
|
384
|
+
for ( var j=0, jLen=groups.length ; j<jLen ; j++ )
|
385
|
+
{
|
386
|
+
if ( allVisible(groups[j].aiColumns) )
|
387
|
+
{
|
388
|
+
$('input', this.dom.groupButtons[j]).prop('checked', true);
|
389
|
+
$('input', this.dom.groupButtons[j]).prop('indeterminate', false);
|
390
|
+
}
|
391
|
+
else if ( allHidden(groups[j].aiColumns) )
|
392
|
+
{
|
393
|
+
$('input', this.dom.groupButtons[j]).prop('checked', false);
|
394
|
+
$('input', this.dom.groupButtons[j]).prop('indeterminate', false);
|
395
|
+
}
|
396
|
+
else
|
397
|
+
{
|
398
|
+
$('input', this.dom.groupButtons[j]).prop('indeterminate', true);
|
399
|
+
}
|
400
|
+
}
|
401
|
+
},
|
402
|
+
|
403
|
+
|
404
|
+
/**
|
405
|
+
* Loop through the groups (provided in the settings) and create a button for each.
|
406
|
+
* @method _fnAddgroups
|
407
|
+
* @returns void
|
408
|
+
* @private
|
409
|
+
*/
|
410
|
+
"_fnAddGroups": function ()
|
411
|
+
{
|
412
|
+
var nButton;
|
413
|
+
|
414
|
+
if ( typeof this.s.aoGroups != 'undefined' )
|
415
|
+
{
|
416
|
+
for ( var i=0, iLen=this.s.aoGroups.length ; i<iLen ; i++ )
|
417
|
+
{
|
418
|
+
nButton = this._fnDomGroupButton( i );
|
419
|
+
this.dom.groupButtons.push( nButton );
|
420
|
+
this.dom.buttons.push( nButton );
|
421
|
+
this.dom.collection.appendChild( nButton );
|
422
|
+
}
|
423
|
+
}
|
424
|
+
},
|
425
|
+
|
426
|
+
|
427
|
+
/**
|
428
|
+
* Loop through the columns in the table and as a new button for each one.
|
429
|
+
* @method _fnAddButtons
|
430
|
+
* @returns void
|
431
|
+
* @private
|
432
|
+
*/
|
433
|
+
"_fnAddButtons": function ()
|
434
|
+
{
|
435
|
+
var
|
436
|
+
nButton,
|
437
|
+
columns = this.s.dt.aoColumns;
|
438
|
+
|
439
|
+
if ( $.inArray( 'all', this.s.aiExclude ) === -1 ) {
|
440
|
+
for ( var i=0, iLen=columns.length ; i<iLen ; i++ )
|
441
|
+
{
|
442
|
+
if ( $.inArray( i, this.s.aiExclude ) === -1 )
|
443
|
+
{
|
444
|
+
nButton = this._fnDomColumnButton( i );
|
445
|
+
nButton.__columnIdx = i;
|
446
|
+
this.dom.buttons.push( nButton );
|
447
|
+
}
|
448
|
+
}
|
449
|
+
}
|
450
|
+
|
451
|
+
if ( this.s.order === 'alpha' ) {
|
452
|
+
this.dom.buttons.sort( function ( a, b ) {
|
453
|
+
var titleA = columns[ a.__columnIdx ].sTitle;
|
454
|
+
var titleB = columns[ b.__columnIdx ].sTitle;
|
455
|
+
|
456
|
+
return titleA === titleB ?
|
457
|
+
0 :
|
458
|
+
titleA < titleB ?
|
459
|
+
-1 :
|
460
|
+
1;
|
461
|
+
} );
|
462
|
+
}
|
463
|
+
|
464
|
+
if ( this.s.restore )
|
465
|
+
{
|
466
|
+
nButton = this._fnDomRestoreButton();
|
467
|
+
nButton.className += " ColVis_Restore";
|
468
|
+
this.dom.buttons.push( nButton );
|
469
|
+
}
|
470
|
+
|
471
|
+
if ( this.s.showAll )
|
472
|
+
{
|
473
|
+
nButton = this._fnDomShowXButton( this.s.showAll, true );
|
474
|
+
nButton.className += " ColVis_ShowAll";
|
475
|
+
this.dom.buttons.push( nButton );
|
476
|
+
}
|
477
|
+
|
478
|
+
if ( this.s.showNone )
|
479
|
+
{
|
480
|
+
nButton = this._fnDomShowXButton( this.s.showNone, false );
|
481
|
+
nButton.className += " ColVis_ShowNone";
|
482
|
+
this.dom.buttons.push( nButton );
|
483
|
+
}
|
484
|
+
|
485
|
+
$(this.dom.collection).append( this.dom.buttons );
|
486
|
+
},
|
487
|
+
|
488
|
+
|
489
|
+
/**
|
490
|
+
* Create a button which allows a "restore" action
|
491
|
+
* @method _fnDomRestoreButton
|
492
|
+
* @returns {Node} Created button
|
493
|
+
* @private
|
494
|
+
*/
|
495
|
+
"_fnDomRestoreButton": function ()
|
496
|
+
{
|
497
|
+
var
|
498
|
+
that = this,
|
499
|
+
dt = this.s.dt;
|
500
|
+
|
501
|
+
return $(
|
502
|
+
'<li class="ColVis_Special '+(dt.bJUI ? 'ui-button ui-state-default' : '')+'">'+
|
503
|
+
this.s.restore+
|
504
|
+
'</li>'
|
505
|
+
)
|
506
|
+
.click( function (e) {
|
507
|
+
for ( var i=0, iLen=that.s.abOriginal.length ; i<iLen ; i++ )
|
508
|
+
{
|
509
|
+
that.s.dt.oInstance.fnSetColumnVis( i, that.s.abOriginal[i], false );
|
510
|
+
}
|
511
|
+
that._fnAdjustOpenRows();
|
512
|
+
that.s.dt.oInstance.fnAdjustColumnSizing( false );
|
513
|
+
that.s.dt.oInstance.fnDraw( false );
|
514
|
+
} )[0];
|
515
|
+
},
|
516
|
+
|
517
|
+
|
518
|
+
/**
|
519
|
+
* Create a button which allows show all and show node actions
|
520
|
+
* @method _fnDomShowXButton
|
521
|
+
* @returns {Node} Created button
|
522
|
+
* @private
|
523
|
+
*/
|
524
|
+
"_fnDomShowXButton": function ( str, action )
|
525
|
+
{
|
526
|
+
var
|
527
|
+
that = this,
|
528
|
+
dt = this.s.dt;
|
529
|
+
|
530
|
+
return $(
|
531
|
+
'<li class="ColVis_Special '+(dt.bJUI ? 'ui-button ui-state-default' : '')+'">'+
|
532
|
+
str+
|
533
|
+
'</li>'
|
534
|
+
)
|
535
|
+
.click( function (e) {
|
536
|
+
for ( var i=0, iLen=that.s.abOriginal.length ; i<iLen ; i++ )
|
537
|
+
{
|
538
|
+
if (that.s.aiExclude.indexOf(i) === -1)
|
539
|
+
{
|
540
|
+
that.s.dt.oInstance.fnSetColumnVis( i, action, false );
|
541
|
+
}
|
542
|
+
}
|
543
|
+
that._fnAdjustOpenRows();
|
544
|
+
that.s.dt.oInstance.fnAdjustColumnSizing( false );
|
545
|
+
that.s.dt.oInstance.fnDraw( false );
|
546
|
+
} )[0];
|
547
|
+
},
|
548
|
+
|
549
|
+
|
550
|
+
/**
|
551
|
+
* Create the DOM for a show / hide group button
|
552
|
+
* @method _fnDomGroupButton
|
553
|
+
* @param {int} i Group in question, order based on that provided in settings
|
554
|
+
* @returns {Node} Created button
|
555
|
+
* @private
|
556
|
+
*/
|
557
|
+
"_fnDomGroupButton": function ( i )
|
558
|
+
{
|
559
|
+
var
|
560
|
+
that = this,
|
561
|
+
dt = this.s.dt,
|
562
|
+
oGroup = this.s.aoGroups[i];
|
563
|
+
|
564
|
+
return $(
|
565
|
+
'<li class="ColVis_Special '+(dt.bJUI ? 'ui-button ui-state-default' : '')+'">'+
|
566
|
+
'<label>'+
|
567
|
+
'<input type="checkbox" />'+
|
568
|
+
'<span>'+oGroup.sTitle+'</span>'+
|
569
|
+
'</label>'+
|
570
|
+
'</li>'
|
571
|
+
)
|
572
|
+
.click( function (e) {
|
573
|
+
var showHide = !$('input', this).is(":checked");
|
574
|
+
if ( e.target.nodeName.toLowerCase() !== "li" )
|
575
|
+
{
|
576
|
+
showHide = ! showHide;
|
577
|
+
}
|
578
|
+
|
579
|
+
for ( var j=0 ; j < oGroup.aiColumns.length ; j++ )
|
580
|
+
{
|
581
|
+
that.s.dt.oInstance.fnSetColumnVis( oGroup.aiColumns[j], showHide );
|
582
|
+
}
|
583
|
+
} )[0];
|
584
|
+
},
|
585
|
+
|
586
|
+
|
587
|
+
/**
|
588
|
+
* Create the DOM for a show / hide button
|
589
|
+
* @method _fnDomColumnButton
|
590
|
+
* @param {int} i Column in question
|
591
|
+
* @returns {Node} Created button
|
592
|
+
* @private
|
593
|
+
*/
|
594
|
+
"_fnDomColumnButton": function ( i )
|
595
|
+
{
|
596
|
+
var
|
597
|
+
that = this,
|
598
|
+
column = this.s.dt.aoColumns[i],
|
599
|
+
dt = this.s.dt;
|
600
|
+
|
601
|
+
var title = this.s.fnLabel===null ?
|
602
|
+
column.sTitle :
|
603
|
+
this.s.fnLabel( i, column.sTitle, column.nTh );
|
604
|
+
|
605
|
+
return $(
|
606
|
+
'<li '+(dt.bJUI ? 'class="ui-button ui-state-default"' : '')+'>'+
|
607
|
+
'<label>'+
|
608
|
+
'<input type="checkbox" />'+
|
609
|
+
'<span>'+title+'</span>'+
|
610
|
+
'</label>'+
|
611
|
+
'</li>'
|
612
|
+
)
|
613
|
+
.click( function (e) {
|
614
|
+
var showHide = !$('input', this).is(":checked");
|
615
|
+
if ( e.target.nodeName.toLowerCase() !== "li" )
|
616
|
+
{
|
617
|
+
if ( e.target.nodeName.toLowerCase() == "input" || that.s.fnStateChange === null )
|
618
|
+
{
|
619
|
+
showHide = ! showHide;
|
620
|
+
}
|
621
|
+
}
|
622
|
+
|
623
|
+
/* Need to consider the case where the initialiser created more than one table - change the
|
624
|
+
* API index that DataTables is using
|
625
|
+
*/
|
626
|
+
var oldIndex = $.fn.dataTableExt.iApiIndex;
|
627
|
+
$.fn.dataTableExt.iApiIndex = that._fnDataTablesApiIndex.call(that);
|
628
|
+
|
629
|
+
// Optimisation for server-side processing when scrolling - don't do a full redraw
|
630
|
+
if ( dt.oFeatures.bServerSide )
|
631
|
+
{
|
632
|
+
that.s.dt.oInstance.fnSetColumnVis( i, showHide, false );
|
633
|
+
that.s.dt.oInstance.fnAdjustColumnSizing( false );
|
634
|
+
if (dt.oScroll.sX !== "" || dt.oScroll.sY !== "" )
|
635
|
+
{
|
636
|
+
that.s.dt.oInstance.oApi._fnScrollDraw( that.s.dt );
|
637
|
+
}
|
638
|
+
that._fnDrawCallback();
|
639
|
+
}
|
640
|
+
else
|
641
|
+
{
|
642
|
+
that.s.dt.oInstance.fnSetColumnVis( i, showHide );
|
643
|
+
}
|
644
|
+
|
645
|
+
$.fn.dataTableExt.iApiIndex = oldIndex; /* Restore */
|
646
|
+
|
647
|
+
if ( that.s.fnStateChange !== null )
|
648
|
+
{
|
649
|
+
if ( e.target.nodeName.toLowerCase() == "span" )
|
650
|
+
{
|
651
|
+
e.preventDefault();
|
652
|
+
}
|
653
|
+
that.s.fnStateChange.call( that, i, showHide );
|
654
|
+
}
|
655
|
+
} )[0];
|
656
|
+
},
|
657
|
+
|
658
|
+
|
659
|
+
/**
|
660
|
+
* Get the position in the DataTables instance array of the table for this
|
661
|
+
* instance of ColVis
|
662
|
+
* @method _fnDataTablesApiIndex
|
663
|
+
* @returns {int} Index
|
664
|
+
* @private
|
665
|
+
*/
|
666
|
+
"_fnDataTablesApiIndex": function ()
|
667
|
+
{
|
668
|
+
for ( var i=0, iLen=this.s.dt.oInstance.length ; i<iLen ; i++ )
|
669
|
+
{
|
670
|
+
if ( this.s.dt.oInstance[i] == this.s.dt.nTable )
|
671
|
+
{
|
672
|
+
return i;
|
673
|
+
}
|
674
|
+
}
|
675
|
+
return 0;
|
676
|
+
},
|
677
|
+
|
678
|
+
|
679
|
+
/**
|
680
|
+
* Create the element used to contain list the columns (it is shown and
|
681
|
+
* hidden as needed)
|
682
|
+
* @method _fnDomCollection
|
683
|
+
* @returns {Node} div container for the collection
|
684
|
+
* @private
|
685
|
+
*/
|
686
|
+
"_fnDomCollection": function ()
|
687
|
+
{
|
688
|
+
return $('<ul />', {
|
689
|
+
'class': !this.s.dt.bJUI ?
|
690
|
+
"ColVis_collection" :
|
691
|
+
"ColVis_collection ui-buttonset ui-buttonset-multi"
|
692
|
+
} )
|
693
|
+
.css( {
|
694
|
+
'display': 'none',
|
695
|
+
'opacity': 0,
|
696
|
+
'position': ! this.s.bCssPosition ?
|
697
|
+
'absolute' :
|
698
|
+
''
|
699
|
+
} )[0];
|
700
|
+
},
|
701
|
+
|
702
|
+
|
703
|
+
/**
|
704
|
+
* An element to be placed on top of the activate button to catch events
|
705
|
+
* @method _fnDomCatcher
|
706
|
+
* @returns {Node} div container for the collection
|
707
|
+
* @private
|
708
|
+
*/
|
709
|
+
"_fnDomCatcher": function ()
|
710
|
+
{
|
711
|
+
var
|
712
|
+
that = this,
|
713
|
+
nCatcher = document.createElement('div');
|
714
|
+
nCatcher.className = "ColVis_catcher";
|
715
|
+
|
716
|
+
$(nCatcher).click( function () {
|
717
|
+
that._fnCollectionHide.call( that, null, null );
|
718
|
+
} );
|
719
|
+
|
720
|
+
return nCatcher;
|
721
|
+
},
|
722
|
+
|
723
|
+
|
724
|
+
/**
|
725
|
+
* Create the element used to shade the background, and capture hide events (it is shown and
|
726
|
+
* hidden as needed)
|
727
|
+
* @method _fnDomBackground
|
728
|
+
* @returns {Node} div container for the background
|
729
|
+
* @private
|
730
|
+
*/
|
731
|
+
"_fnDomBackground": function ()
|
732
|
+
{
|
733
|
+
var that = this;
|
734
|
+
|
735
|
+
var background = $('<div></div>')
|
736
|
+
.addClass( 'ColVis_collectionBackground' )
|
737
|
+
.css( 'opacity', 0 )
|
738
|
+
.click( function () {
|
739
|
+
that._fnCollectionHide.call( that, null, null );
|
740
|
+
} );
|
741
|
+
|
742
|
+
/* When considering a mouse over action for the activation, we also consider a mouse out
|
743
|
+
* which is the same as a mouse over the background - without all the messing around of
|
744
|
+
* bubbling events. Use the catcher element to avoid messing around with bubbling
|
745
|
+
*/
|
746
|
+
if ( this.s.activate == "mouseover" )
|
747
|
+
{
|
748
|
+
background.mouseover( function () {
|
749
|
+
that.s.overcollection = false;
|
750
|
+
that._fnCollectionHide.call( that, null, null );
|
751
|
+
} );
|
752
|
+
}
|
753
|
+
|
754
|
+
return background[0];
|
755
|
+
},
|
756
|
+
|
757
|
+
|
758
|
+
/**
|
759
|
+
* Show the show / hide list and the background
|
760
|
+
* @method _fnCollectionShow
|
761
|
+
* @returns void
|
762
|
+
* @private
|
763
|
+
*/
|
764
|
+
"_fnCollectionShow": function ()
|
765
|
+
{
|
766
|
+
var that = this, i, iLen, iLeft;
|
767
|
+
var oPos = $(this.dom.button).offset();
|
768
|
+
var nHidden = this.dom.collection;
|
769
|
+
var nBackground = this.dom.background;
|
770
|
+
var iDivX = parseInt(oPos.left, 10);
|
771
|
+
var iDivY = parseInt(oPos.top + $(this.dom.button).outerHeight(), 10);
|
772
|
+
|
773
|
+
if ( ! this.s.bCssPosition )
|
774
|
+
{
|
775
|
+
nHidden.style.top = iDivY+"px";
|
776
|
+
nHidden.style.left = iDivX+"px";
|
777
|
+
}
|
778
|
+
|
779
|
+
$(nHidden).css( {
|
780
|
+
'display': 'block',
|
781
|
+
'opacity': 0
|
782
|
+
} );
|
783
|
+
|
784
|
+
nBackground.style.bottom ='0px';
|
785
|
+
nBackground.style.right = '0px';
|
786
|
+
|
787
|
+
var oStyle = this.dom.catcher.style;
|
788
|
+
oStyle.height = $(this.dom.button).outerHeight()+"px";
|
789
|
+
oStyle.width = $(this.dom.button).outerWidth()+"px";
|
790
|
+
oStyle.top = oPos.top+"px";
|
791
|
+
oStyle.left = iDivX+"px";
|
792
|
+
|
793
|
+
document.body.appendChild( nBackground );
|
794
|
+
document.body.appendChild( nHidden );
|
795
|
+
document.body.appendChild( this.dom.catcher );
|
796
|
+
|
797
|
+
/* This results in a very small delay for the end user but it allows the animation to be
|
798
|
+
* much smoother. If you don't want the animation, then the setTimeout can be removed
|
799
|
+
*/
|
800
|
+
$(nHidden).animate({"opacity": 1}, that.s.iOverlayFade);
|
801
|
+
$(nBackground).animate({"opacity": 0.1}, that.s.iOverlayFade, 'linear', function () {
|
802
|
+
/* In IE6 if you set the checked attribute of a hidden checkbox, then this is not visually
|
803
|
+
* reflected. As such, we need to do it here, once it is visible. Unbelievable.
|
804
|
+
*/
|
805
|
+
if ( $.browser && $.browser.msie && $.browser.version == "6.0" )
|
806
|
+
{
|
807
|
+
that._fnDrawCallback();
|
808
|
+
}
|
809
|
+
});
|
810
|
+
|
811
|
+
/* Visual corrections to try and keep the collection visible */
|
812
|
+
if ( !this.s.bCssPosition )
|
813
|
+
{
|
814
|
+
iLeft = ( this.s.sAlign=="left" ) ?
|
815
|
+
iDivX :
|
816
|
+
iDivX - $(nHidden).outerWidth() + $(this.dom.button).outerWidth();
|
817
|
+
|
818
|
+
nHidden.style.left = iLeft+"px";
|
819
|
+
|
820
|
+
var iDivWidth = $(nHidden).outerWidth();
|
821
|
+
var iDivHeight = $(nHidden).outerHeight();
|
822
|
+
var iDocWidth = $(document).width();
|
823
|
+
|
824
|
+
if ( iLeft + iDivWidth > iDocWidth )
|
825
|
+
{
|
826
|
+
nHidden.style.left = (iDocWidth-iDivWidth)+"px";
|
827
|
+
}
|
828
|
+
}
|
829
|
+
|
830
|
+
this.s.hidden = false;
|
831
|
+
},
|
832
|
+
|
833
|
+
|
834
|
+
/**
|
835
|
+
* Hide the show / hide list and the background
|
836
|
+
* @method _fnCollectionHide
|
837
|
+
* @returns void
|
838
|
+
* @private
|
839
|
+
*/
|
840
|
+
"_fnCollectionHide": function ( )
|
841
|
+
{
|
842
|
+
var that = this;
|
843
|
+
|
844
|
+
if ( !this.s.hidden && this.dom.collection !== null )
|
845
|
+
{
|
846
|
+
this.s.hidden = true;
|
847
|
+
|
848
|
+
$(this.dom.collection).animate({"opacity": 0}, that.s.iOverlayFade, function (e) {
|
849
|
+
this.style.display = "none";
|
850
|
+
} );
|
851
|
+
|
852
|
+
$(this.dom.background).animate({"opacity": 0}, that.s.iOverlayFade, function (e) {
|
853
|
+
document.body.removeChild( that.dom.background );
|
854
|
+
document.body.removeChild( that.dom.catcher );
|
855
|
+
} );
|
856
|
+
}
|
857
|
+
},
|
858
|
+
|
859
|
+
|
860
|
+
/**
|
861
|
+
* Alter the colspan on any fnOpen rows
|
862
|
+
*/
|
863
|
+
"_fnAdjustOpenRows": function ()
|
864
|
+
{
|
865
|
+
var aoOpen = this.s.dt.aoOpenRows;
|
866
|
+
var iVisible = this.s.dt.oApi._fnVisbleColumns( this.s.dt );
|
867
|
+
|
868
|
+
for ( var i=0, iLen=aoOpen.length ; i<iLen ; i++ ) {
|
869
|
+
aoOpen[i].nTr.getElementsByTagName('td')[0].colSpan = iVisible;
|
870
|
+
}
|
871
|
+
}
|
872
|
+
};
|
873
|
+
|
874
|
+
|
875
|
+
|
876
|
+
|
877
|
+
|
878
|
+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
879
|
+
* Static object methods
|
880
|
+
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
881
|
+
|
882
|
+
/**
|
883
|
+
* Rebuild the collection for a given table, or all tables if no parameter given
|
884
|
+
* @method ColVis.fnRebuild
|
885
|
+
* @static
|
886
|
+
* @param object oTable DataTable instance to consider - optional
|
887
|
+
* @returns void
|
888
|
+
*/
|
889
|
+
ColVis.fnRebuild = function ( oTable )
|
890
|
+
{
|
891
|
+
var nTable = null;
|
892
|
+
if ( typeof oTable != 'undefined' )
|
893
|
+
{
|
894
|
+
nTable = $.fn.dataTable.Api ?
|
895
|
+
new $.fn.dataTable.Api( oTable ).table().node() :
|
896
|
+
oTable.fnSettings().nTable;
|
897
|
+
}
|
898
|
+
|
899
|
+
for ( var i=0, iLen=ColVis.aInstances.length ; i<iLen ; i++ )
|
900
|
+
{
|
901
|
+
if ( typeof oTable == 'undefined' || nTable == ColVis.aInstances[i].s.dt.nTable )
|
902
|
+
{
|
903
|
+
ColVis.aInstances[i].fnRebuild();
|
904
|
+
}
|
905
|
+
}
|
906
|
+
};
|
907
|
+
|
908
|
+
|
909
|
+
ColVis.defaults = {
|
910
|
+
/**
|
911
|
+
* Mode of activation. Can be 'click' or 'mouseover'
|
912
|
+
* @property activate
|
913
|
+
* @type string
|
914
|
+
* @default click
|
915
|
+
*/
|
916
|
+
active: 'click',
|
917
|
+
|
918
|
+
/**
|
919
|
+
* Text used for the button
|
920
|
+
* @property buttonText
|
921
|
+
* @type string
|
922
|
+
* @default Show / hide columns
|
923
|
+
*/
|
924
|
+
buttonText: 'Show / hide columns',
|
925
|
+
|
926
|
+
/**
|
927
|
+
* List of columns (integers) which should be excluded from the list
|
928
|
+
* @property aiExclude
|
929
|
+
* @type array
|
930
|
+
* @default []
|
931
|
+
*/
|
932
|
+
aiExclude: [],
|
933
|
+
|
934
|
+
/**
|
935
|
+
* Show restore button
|
936
|
+
* @property bRestore
|
937
|
+
* @type boolean
|
938
|
+
* @default false
|
939
|
+
*/
|
940
|
+
bRestore: false,
|
941
|
+
|
942
|
+
/**
|
943
|
+
* Restore button text
|
944
|
+
* @property sRestore
|
945
|
+
* @type string
|
946
|
+
* @default Restore original
|
947
|
+
*/
|
948
|
+
sRestore: 'Restore original',
|
949
|
+
|
950
|
+
/**
|
951
|
+
* Show Show-All button
|
952
|
+
* @property bShowAll
|
953
|
+
* @type boolean
|
954
|
+
* @default false
|
955
|
+
*/
|
956
|
+
bShowAll: false,
|
957
|
+
|
958
|
+
/**
|
959
|
+
* Show All button text
|
960
|
+
* @property sShowAll
|
961
|
+
* @type string
|
962
|
+
* @default Restore original
|
963
|
+
*/
|
964
|
+
sShowAll: 'Show All',
|
965
|
+
|
966
|
+
/**
|
967
|
+
* Position of the collection menu when shown - align "left" or "right"
|
968
|
+
* @property sAlign
|
969
|
+
* @type string
|
970
|
+
* @default left
|
971
|
+
*/
|
972
|
+
sAlign: 'left',
|
973
|
+
|
974
|
+
/**
|
975
|
+
* Callback function to tell the user when the state has changed
|
976
|
+
* @property fnStateChange
|
977
|
+
* @type function
|
978
|
+
* @default null
|
979
|
+
*/
|
980
|
+
fnStateChange: null,
|
981
|
+
|
982
|
+
/**
|
983
|
+
* Overlay animation duration in mS
|
984
|
+
* @property iOverlayFade
|
985
|
+
* @type integer|false
|
986
|
+
* @default 500
|
987
|
+
*/
|
988
|
+
iOverlayFade: 500,
|
989
|
+
|
990
|
+
/**
|
991
|
+
* Label callback for column names. Takes three parameters: 1. the
|
992
|
+
* column index, 2. the column title detected by DataTables and 3. the
|
993
|
+
* TH node for the column
|
994
|
+
* @property fnLabel
|
995
|
+
* @type function
|
996
|
+
* @default null
|
997
|
+
*/
|
998
|
+
fnLabel: null,
|
999
|
+
|
1000
|
+
/**
|
1001
|
+
* Indicate if the column list should be positioned by Javascript,
|
1002
|
+
* visually below the button or allow CSS to do the positioning
|
1003
|
+
* @property bCssPosition
|
1004
|
+
* @type boolean
|
1005
|
+
* @default false
|
1006
|
+
*/
|
1007
|
+
bCssPosition: false,
|
1008
|
+
|
1009
|
+
/**
|
1010
|
+
* Group buttons
|
1011
|
+
* @property aoGroups
|
1012
|
+
* @type array
|
1013
|
+
* @default []
|
1014
|
+
*/
|
1015
|
+
aoGroups: [],
|
1016
|
+
|
1017
|
+
/**
|
1018
|
+
* Button ordering - 'alpha' (alphabetical) or 'column' (table column
|
1019
|
+
* order)
|
1020
|
+
* @property order
|
1021
|
+
* @type string
|
1022
|
+
* @default column
|
1023
|
+
*/
|
1024
|
+
order: 'column'
|
1025
|
+
};
|
1026
|
+
|
1027
|
+
|
1028
|
+
|
1029
|
+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
1030
|
+
* Static object properties
|
1031
|
+
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
1032
|
+
|
1033
|
+
/**
|
1034
|
+
* Collection of all ColVis instances
|
1035
|
+
* @property ColVis.aInstances
|
1036
|
+
* @static
|
1037
|
+
* @type Array
|
1038
|
+
* @default []
|
1039
|
+
*/
|
1040
|
+
ColVis.aInstances = [];
|
1041
|
+
|
1042
|
+
|
1043
|
+
|
1044
|
+
|
1045
|
+
|
1046
|
+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
1047
|
+
* Constants
|
1048
|
+
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
1049
|
+
|
1050
|
+
/**
|
1051
|
+
* Name of this class
|
1052
|
+
* @constant CLASS
|
1053
|
+
* @type String
|
1054
|
+
* @default ColVis
|
1055
|
+
*/
|
1056
|
+
ColVis.prototype.CLASS = "ColVis";
|
1057
|
+
|
1058
|
+
|
1059
|
+
/**
|
1060
|
+
* ColVis version
|
1061
|
+
* @constant VERSION
|
1062
|
+
* @type String
|
1063
|
+
* @default See code
|
1064
|
+
*/
|
1065
|
+
ColVis.VERSION = "1.1.2";
|
1066
|
+
ColVis.prototype.VERSION = ColVis.VERSION;
|
1067
|
+
|
1068
|
+
|
1069
|
+
|
1070
|
+
|
1071
|
+
|
1072
|
+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
1073
|
+
* Initialisation
|
1074
|
+
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
1075
|
+
|
1076
|
+
/*
|
1077
|
+
* Register a new feature with DataTables
|
1078
|
+
*/
|
1079
|
+
if ( typeof $.fn.dataTable == "function" &&
|
1080
|
+
typeof $.fn.dataTableExt.fnVersionCheck == "function" &&
|
1081
|
+
$.fn.dataTableExt.fnVersionCheck('1.7.0') )
|
1082
|
+
{
|
1083
|
+
$.fn.dataTableExt.aoFeatures.push( {
|
1084
|
+
"fnInit": function( oDTSettings ) {
|
1085
|
+
var init = oDTSettings.oInit;
|
1086
|
+
var colvis = new ColVis( oDTSettings, init.colVis || init.oColVis || {} );
|
1087
|
+
return colvis.button();
|
1088
|
+
},
|
1089
|
+
"cFeature": "C",
|
1090
|
+
"sFeature": "ColVis"
|
1091
|
+
} );
|
1092
|
+
}
|
1093
|
+
else
|
1094
|
+
{
|
1095
|
+
alert( "Warning: ColVis requires DataTables 1.7 or greater - www.datatables.net/download");
|
1096
|
+
}
|
1097
|
+
|
1098
|
+
|
1099
|
+
// Make ColVis accessible from the DataTables instance
|
1100
|
+
$.fn.dataTable.ColVis = ColVis;
|
1101
|
+
$.fn.DataTable.ColVis = ColVis;
|
1102
|
+
|
1103
|
+
|
1104
|
+
return ColVis;
|
1105
|
+
}; // /factory
|
1106
|
+
|
1107
|
+
|
1108
|
+
// Define as an AMD module if possible
|
1109
|
+
if ( typeof define === 'function' && define.amd ) {
|
1110
|
+
define( ['jquery', 'datatables'], factory );
|
1111
|
+
}
|
1112
|
+
else if ( typeof exports === 'object' ) {
|
1113
|
+
// Node/CommonJS
|
1114
|
+
factory( require('jquery'), require('datatables') );
|
1115
|
+
}
|
1116
|
+
else if ( jQuery && !jQuery.fn.dataTable.ColVis ) {
|
1117
|
+
// Otherwise simply initialise as normal, stopping multiple evaluation
|
1118
|
+
factory( jQuery, jQuery.fn.dataTable );
|
1119
|
+
}
|
1120
|
+
|
1121
|
+
|
1122
|
+
})(window, document);
|
1123
|
+
|