patternfly-sass 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (325) hide show
  1. checksums.yaml +4 -4
  2. data/.bowerrc +1 -1
  3. data/.gitignore +2 -4
  4. data/.travis.yml +6 -3
  5. data/README.md +187 -26
  6. data/Rakefile +21 -17
  7. data/assets/stylesheets/patternfly/_variables.scss +206 -206
  8. data/bower.json +11 -12
  9. data/lib/patternfly-sass/version.rb +2 -2
  10. data/patternfly-sass.gemspec +1 -1
  11. data/{tests → spec}/capture.js +0 -0
  12. data/spec/compare_spec.rb +15 -5
  13. data/{tests/patternfly → spec/html}/accordions.html +0 -0
  14. data/{tests/patternfly → spec/html}/alerts.html +0 -0
  15. data/{tests/patternfly → spec/html}/badges.html +0 -0
  16. data/{tests/patternfly → spec/html}/basic.html +0 -0
  17. data/{tests/patternfly → spec/html}/blank-slate.html +0 -0
  18. data/{tests/patternfly → spec/html}/bootstrap-combobox.html +0 -0
  19. data/{tests/patternfly → spec/html}/bootstrap-select.html +0 -0
  20. data/{tests/patternfly → spec/html}/bootstrap-treeview-2.html +0 -0
  21. data/{tests/patternfly → spec/html}/bootstrap-treeview.html +0 -0
  22. data/{tests/patternfly → spec/html}/breadcrumbs.html +0 -0
  23. data/{tests/patternfly → spec/html}/buttons.html +0 -0
  24. data/{tests/patternfly → spec/html}/code.html +0 -0
  25. data/{tests/patternfly → spec/html}/dashboard.html +0 -0
  26. data/{tests/patternfly → spec/html}/datatables-columns.html +0 -0
  27. data/{tests/patternfly → spec/html}/datatables.html +0 -0
  28. data/{tests/patternfly → spec/html}/dist/css/patternfly.css +0 -0
  29. data/{tests/patternfly → spec/html}/dist/css/patternfly.min.css +0 -0
  30. data/{tests/patternfly → spec/html}/dist/css/styles.css +0 -0
  31. data/{tests/patternfly → spec/html}/dist/css/styles.min.css +0 -0
  32. data/{tests/patternfly → spec/html}/dropdowns.html +0 -0
  33. data/{tests/patternfly → spec/html}/form.html +0 -0
  34. data/{tests/patternfly → spec/html}/forms.html +0 -0
  35. data/{tests/patternfly → spec/html}/icons.html +0 -0
  36. data/{tests/patternfly → spec/html}/img/dashboard-1.png +0 -0
  37. data/{tests/patternfly → spec/html}/img/dashboard-2.png +0 -0
  38. data/{tests/patternfly → spec/html}/img/dashboard-3.png +0 -0
  39. data/{tests/patternfly → spec/html}/img/dashboard-4.png +0 -0
  40. data/{tests/patternfly → spec/html}/index.html +0 -0
  41. data/{tests/patternfly → spec/html}/infotip.html +0 -0
  42. data/{tests/patternfly → spec/html}/labels.html +0 -0
  43. data/{tests/patternfly → spec/html}/list-group.html +0 -0
  44. data/{tests/patternfly → spec/html}/login.html +0 -0
  45. data/{tests/index.html → spec/html/main.html} +0 -0
  46. data/{tests/patternfly → spec/html}/modals.html +0 -0
  47. data/{tests/patternfly → spec/html}/navbar.html +0 -0
  48. data/{tests/patternfly → spec/html}/pagination.html +0 -0
  49. data/{tests/patternfly → spec/html}/panels.html +0 -0
  50. data/{tests/patternfly → spec/html}/popovers.html +0 -0
  51. data/{tests/patternfly → spec/html}/progress-bars.html +0 -0
  52. data/{tests/patternfly → spec/html}/search.html +0 -0
  53. data/{tests/patternfly → spec/html}/spinner.html +0 -0
  54. data/{tests/patternfly → spec/html}/tab.html +0 -0
  55. data/{tests/patternfly → spec/html}/tables.html +0 -0
  56. data/{tests/patternfly → spec/html}/tabs.html +0 -0
  57. data/{tests/patternfly → spec/html}/tests.css +0 -0
  58. data/{tests/patternfly → spec/html}/tooltip.html +0 -0
  59. data/{tests/patternfly → spec/html}/typography-2.css +0 -0
  60. data/{tests/patternfly → spec/html}/typography-2.html +0 -0
  61. data/{tests/patternfly → spec/html}/typography.html +0 -0
  62. data/tasks/converter.rb +6 -9
  63. metadata +103 -626
  64. data/package.json +0 -28
  65. data/tests/components/bootstrap-combobox/.bower.json +0 -14
  66. data/tests/components/bootstrap-combobox/.gitignore +0 -1
  67. data/tests/components/bootstrap-combobox/README.md +0 -59
  68. data/tests/components/bootstrap-combobox/css/bootstrap-combobox.css +0 -42
  69. data/tests/components/bootstrap-combobox/js/bootstrap-combobox.js +0 -438
  70. data/tests/components/bootstrap-combobox/js/tests/index.html +0 -29
  71. data/tests/components/bootstrap-combobox/js/tests/unit/bootstrap-combobox.js +0 -323
  72. data/tests/components/bootstrap-combobox/js/tests/vendor/jquery.js +0 -9597
  73. data/tests/components/bootstrap-combobox/js/tests/vendor/qunit.css +0 -244
  74. data/tests/components/bootstrap-combobox/js/tests/vendor/qunit.js +0 -2152
  75. data/tests/components/bootstrap-combobox/less/combobox.less +0 -55
  76. data/tests/components/bootstrap-select/.bower.json +0 -38
  77. data/tests/components/bootstrap-select/CONTRIBUTING.md +0 -87
  78. data/tests/components/bootstrap-select/README.md +0 -61
  79. data/tests/components/bootstrap-select/bootstrap-select.css +0 -309
  80. data/tests/components/bootstrap-select/bootstrap-select.jquery.json +0 -29
  81. data/tests/components/bootstrap-select/bootstrap-select.js +0 -972
  82. data/tests/components/bootstrap-select/bootstrap-select.min.css +0 -7
  83. data/tests/components/bootstrap-select/bootstrap-select.min.js +0 -8
  84. data/tests/components/bootstrap-select/bower.json +0 -29
  85. data/tests/components/bootstrap-select/composer.json +0 -17
  86. data/tests/components/bootstrap-select/i18n/defaults-cs-CZ.js +0 -29
  87. data/tests/components/bootstrap-select/i18n/defaults-cz-CZ.min.js +0 -6
  88. data/tests/components/bootstrap-select/i18n/defaults-de_DE.js +0 -29
  89. data/tests/components/bootstrap-select/i18n/defaults-de_DE.min.js +0 -6
  90. data/tests/components/bootstrap-select/i18n/defaults-es-CL.js +0 -29
  91. data/tests/components/bootstrap-select/i18n/defaults-es-CL.min.js +0 -6
  92. data/tests/components/bootstrap-select/i18n/defaults-eu.js +0 -30
  93. data/tests/components/bootstrap-select/i18n/defaults-eu.min.js +0 -6
  94. data/tests/components/bootstrap-select/i18n/defaults-it_IT.js +0 -32
  95. data/tests/components/bootstrap-select/i18n/defaults-it_IT.min.js +0 -1
  96. data/tests/components/bootstrap-select/i18n/defaults-nl_NL.js +0 -32
  97. data/tests/components/bootstrap-select/i18n/defaults-nl_NL.min.js +0 -7
  98. data/tests/components/bootstrap-select/i18n/defaults-pl_PL.js +0 -29
  99. data/tests/components/bootstrap-select/i18n/defaults-pl_PL.min.js +0 -6
  100. data/tests/components/bootstrap-select/i18n/defaults-pt_BR.js +0 -33
  101. data/tests/components/bootstrap-select/i18n/defaults-pt_BR.min.js +0 -7
  102. data/tests/components/bootstrap-select/i18n/defaults-ru-RU.js +0 -31
  103. data/tests/components/bootstrap-select/i18n/defaults-ru_RU.min.js +0 -6
  104. data/tests/components/bootstrap-select/i18n/defaults-zh_CN.js +0 -30
  105. data/tests/components/bootstrap-select/i18n/defaults-zh_CN.min.js +0 -6
  106. data/tests/components/bootstrap-select/package.json +0 -31
  107. data/tests/components/bootstrap-select/test.html +0 -62
  108. data/tests/components/bootstrap-treeview/.bower.json +0 -38
  109. data/tests/components/bootstrap-treeview/Gruntfile.js +0 -62
  110. data/tests/components/bootstrap-treeview/LICENSE +0 -202
  111. data/tests/components/bootstrap-treeview/README.md +0 -289
  112. data/tests/components/bootstrap-treeview/app.js +0 -29
  113. data/tests/components/bootstrap-treeview/bower.json +0 -29
  114. data/tests/components/bootstrap-treeview/dist/bootstrap-treeview.min.css +0 -1
  115. data/tests/components/bootstrap-treeview/dist/bootstrap-treeview.min.js +0 -1
  116. data/tests/components/bootstrap-treeview/package.json +0 -18
  117. data/tests/components/bootstrap-treeview/public/css/bootstrap-treeview.css +0 -37
  118. data/tests/components/bootstrap-treeview/public/example-dom.html +0 -59
  119. data/tests/components/bootstrap-treeview/public/index.html +0 -333
  120. data/tests/components/bootstrap-treeview/public/js/bootstrap-treeview.js +0 -455
  121. data/tests/components/bootstrap-treeview/screenshot/default.PNG +0 -0
  122. data/tests/components/bootstrap-treeview/src/css/bootstrap-treeview.css +0 -37
  123. data/tests/components/bootstrap-treeview/src/js/bootstrap-treeview.js +0 -455
  124. data/tests/components/datatables-colreorder/.bower.json +0 -22
  125. data/tests/components/datatables-colreorder/License.txt +0 -20
  126. data/tests/components/datatables-colreorder/Readme.md +0 -39
  127. data/tests/components/datatables-colreorder/bower.json +0 -12
  128. data/tests/components/datatables-colreorder/css/dataTables.colReorder.css +0 -14
  129. data/tests/components/datatables-colreorder/examples/alt_insert.xml +0 -30
  130. data/tests/components/datatables-colreorder/examples/col_filter.xml +0 -38
  131. data/tests/components/datatables-colreorder/examples/colvis.xml +0 -26
  132. data/tests/components/datatables-colreorder/examples/fixedcolumns.xml +0 -43
  133. data/tests/components/datatables-colreorder/examples/fixedheader.xml +0 -27
  134. data/tests/components/datatables-colreorder/examples/index.xml +0 -19
  135. data/tests/components/datatables-colreorder/examples/jqueryui.xml +0 -27
  136. data/tests/components/datatables-colreorder/examples/new_init.xml +0 -23
  137. data/tests/components/datatables-colreorder/examples/predefined.xml +0 -30
  138. data/tests/components/datatables-colreorder/examples/realtime.xml +0 -30
  139. data/tests/components/datatables-colreorder/examples/reset.xml +0 -41
  140. data/tests/components/datatables-colreorder/examples/scrolling.xml +0 -27
  141. data/tests/components/datatables-colreorder/examples/server_side.xml +0 -38
  142. data/tests/components/datatables-colreorder/examples/simple.xml +0 -25
  143. data/tests/components/datatables-colreorder/examples/state_save.xml +0 -26
  144. data/tests/components/datatables-colreorder/images/.DS_Store +0 -0
  145. data/tests/components/datatables-colreorder/images/insert.png +0 -0
  146. data/tests/components/datatables-colreorder/js/dataTables.colReorder.js +0 -1372
  147. data/tests/components/datatables-colreorder/make.sh +0 -31
  148. data/tests/components/datatables-colvis/.bower.json +0 -22
  149. data/tests/components/datatables-colvis/License.txt +0 -20
  150. data/tests/components/datatables-colvis/README.md +0 -38
  151. data/tests/components/datatables-colvis/bower.json +0 -12
  152. data/tests/components/datatables-colvis/css/dataTables.colVis.css +0 -185
  153. data/tests/components/datatables-colvis/css/dataTables.colvis.jqueryui.css +0 -41
  154. data/tests/components/datatables-colvis/examples/.DS_Store +0 -0
  155. data/tests/components/datatables-colvis/examples/button_order.xml +0 -26
  156. data/tests/components/datatables-colvis/examples/exclude_columns.xml +0 -28
  157. data/tests/components/datatables-colvis/examples/group_columns.xml +0 -40
  158. data/tests/components/datatables-colvis/examples/index.xml +0 -18
  159. data/tests/components/datatables-colvis/examples/jqueryui.xml +0 -28
  160. data/tests/components/datatables-colvis/examples/mouseover.xml +0 -28
  161. data/tests/components/datatables-colvis/examples/new_init.xml +0 -26
  162. data/tests/components/datatables-colvis/examples/restore.xml +0 -33
  163. data/tests/components/datatables-colvis/examples/simple.xml +0 -25
  164. data/tests/components/datatables-colvis/examples/text.xml +0 -29
  165. data/tests/components/datatables-colvis/examples/title_callback.xml +0 -30
  166. data/tests/components/datatables-colvis/examples/two_tables.xml +0 -24
  167. data/tests/components/datatables-colvis/examples/two_tables_identical.xml +0 -35
  168. data/tests/components/datatables-colvis/js/dataTables.colVis.js +0 -1123
  169. data/tests/components/datatables-colvis/make.sh +0 -28
  170. data/tests/components/datatables/.bower.json +0 -42
  171. data/tests/components/datatables/Contributing.md +0 -18
  172. data/tests/components/datatables/Readme.md +0 -53
  173. data/tests/components/datatables/bower.json +0 -32
  174. data/tests/components/datatables/license.txt +0 -20
  175. data/tests/components/datatables/media/css/jquery.dataTables.css +0 -455
  176. data/tests/components/datatables/media/css/jquery.dataTables.min.css +0 -1
  177. data/tests/components/datatables/media/css/jquery.dataTables_themeroller.css +0 -416
  178. data/tests/components/datatables/media/images/Sorting icons.psd +0 -0
  179. data/tests/components/datatables/media/images/favicon.ico +0 -0
  180. data/tests/components/datatables/media/images/sort_asc.png +0 -0
  181. data/tests/components/datatables/media/images/sort_asc_disabled.png +0 -0
  182. data/tests/components/datatables/media/images/sort_both.png +0 -0
  183. data/tests/components/datatables/media/images/sort_desc.png +0 -0
  184. data/tests/components/datatables/media/images/sort_desc_disabled.png +0 -0
  185. data/tests/components/datatables/media/js/jquery.dataTables.js +0 -14951
  186. data/tests/components/datatables/media/js/jquery.dataTables.min.js +0 -160
  187. data/tests/components/datatables/media/js/jquery.js +0 -5
  188. data/tests/components/google-code-prettify/.bower.json +0 -26
  189. data/tests/components/google-code-prettify/CHANGES.html +0 -172
  190. data/tests/components/google-code-prettify/COPYING +0 -191
  191. data/tests/components/google-code-prettify/README-zh-Hans.html +0 -143
  192. data/tests/components/google-code-prettify/README.html +0 -233
  193. data/tests/components/google-code-prettify/README.md +0 -54
  194. data/tests/components/google-code-prettify/bin/prettify.min.css +0 -1
  195. data/tests/components/google-code-prettify/bin/prettify.min.js +0 -30
  196. data/tests/components/google-code-prettify/bin/run_prettify.min.js +0 -34
  197. data/tests/components/google-code-prettify/bower.json +0 -16
  198. data/tests/components/google-code-prettify/examples/quine.html +0 -55
  199. data/tests/components/google-code-prettify/src/lang-apollo.js +0 -51
  200. data/tests/components/google-code-prettify/src/lang-basic.js +0 -32
  201. data/tests/components/google-code-prettify/src/lang-clj.js +0 -64
  202. data/tests/components/google-code-prettify/src/lang-css.js +0 -159
  203. data/tests/components/google-code-prettify/src/lang-dart.js +0 -88
  204. data/tests/components/google-code-prettify/src/lang-erlang.js +0 -92
  205. data/tests/components/google-code-prettify/src/lang-go.js +0 -58
  206. data/tests/components/google-code-prettify/src/lang-hs.js +0 -101
  207. data/tests/components/google-code-prettify/src/lang-lisp.js +0 -94
  208. data/tests/components/google-code-prettify/src/lang-llvm.js +0 -61
  209. data/tests/components/google-code-prettify/src/lang-lua.js +0 -59
  210. data/tests/components/google-code-prettify/src/lang-matlab.js +0 -180
  211. data/tests/components/google-code-prettify/src/lang-ml.js +0 -56
  212. data/tests/components/google-code-prettify/src/lang-mumps.js +0 -139
  213. data/tests/components/google-code-prettify/src/lang-n.js +0 -65
  214. data/tests/components/google-code-prettify/src/lang-pascal.js +0 -32
  215. data/tests/components/google-code-prettify/src/lang-proto.js +0 -35
  216. data/tests/components/google-code-prettify/src/lang-r.js +0 -57
  217. data/tests/components/google-code-prettify/src/lang-rd.js +0 -47
  218. data/tests/components/google-code-prettify/src/lang-scala.js +0 -54
  219. data/tests/components/google-code-prettify/src/lang-sql.js +0 -58
  220. data/tests/components/google-code-prettify/src/lang-tcl.js +0 -62
  221. data/tests/components/google-code-prettify/src/lang-tex.js +0 -46
  222. data/tests/components/google-code-prettify/src/lang-vb.js +0 -66
  223. data/tests/components/google-code-prettify/src/lang-vhdl.js +0 -34
  224. data/tests/components/google-code-prettify/src/lang-wiki.js +0 -53
  225. data/tests/components/google-code-prettify/src/lang-xq.js +0 -67
  226. data/tests/components/google-code-prettify/src/lang-yaml.js +0 -27
  227. data/tests/components/google-code-prettify/src/prettify.css +0 -52
  228. data/tests/components/google-code-prettify/src/prettify.js +0 -1655
  229. data/tests/components/google-code-prettify/src/run_prettify.js +0 -1905
  230. data/tests/components/google-code-prettify/styles/demo.html +0 -61
  231. data/tests/components/google-code-prettify/styles/desert.css +0 -34
  232. data/tests/components/google-code-prettify/styles/doxy.css +0 -64
  233. data/tests/components/google-code-prettify/styles/index.html +0 -89
  234. data/tests/components/google-code-prettify/styles/sons-of-obsidian.css +0 -118
  235. data/tests/components/google-code-prettify/styles/sunburst.css +0 -51
  236. data/tests/components/jquery/.bower.json +0 -38
  237. data/tests/components/jquery/MIT-LICENSE.txt +0 -21
  238. data/tests/components/jquery/bower.json +0 -28
  239. data/tests/components/jquery/dist/jquery.js +0 -9210
  240. data/tests/components/jquery/dist/jquery.min.js +0 -5
  241. data/tests/components/jquery/dist/jquery.min.map +0 -1
  242. data/tests/components/jquery/src/ajax.js +0 -786
  243. data/tests/components/jquery/src/ajax/jsonp.js +0 -89
  244. data/tests/components/jquery/src/ajax/load.js +0 -75
  245. data/tests/components/jquery/src/ajax/parseJSON.js +0 -13
  246. data/tests/components/jquery/src/ajax/parseXML.js +0 -28
  247. data/tests/components/jquery/src/ajax/script.js +0 -64
  248. data/tests/components/jquery/src/ajax/var/nonce.js +0 -5
  249. data/tests/components/jquery/src/ajax/var/rquery.js +0 -3
  250. data/tests/components/jquery/src/ajax/xhr.js +0 -136
  251. data/tests/components/jquery/src/attributes.js +0 -11
  252. data/tests/components/jquery/src/attributes/attr.js +0 -141
  253. data/tests/components/jquery/src/attributes/classes.js +0 -158
  254. data/tests/components/jquery/src/attributes/prop.js +0 -94
  255. data/tests/components/jquery/src/attributes/support.js +0 -35
  256. data/tests/components/jquery/src/attributes/val.js +0 -161
  257. data/tests/components/jquery/src/callbacks.js +0 -205
  258. data/tests/components/jquery/src/core.js +0 -502
  259. data/tests/components/jquery/src/core/access.js +0 -60
  260. data/tests/components/jquery/src/core/init.js +0 -123
  261. data/tests/components/jquery/src/core/parseHTML.js +0 -39
  262. data/tests/components/jquery/src/core/ready.js +0 -97
  263. data/tests/components/jquery/src/core/var/rsingleTag.js +0 -4
  264. data/tests/components/jquery/src/css.js +0 -450
  265. data/tests/components/jquery/src/css/addGetHookIf.js +0 -22
  266. data/tests/components/jquery/src/css/curCSS.js +0 -57
  267. data/tests/components/jquery/src/css/defaultDisplay.js +0 -70
  268. data/tests/components/jquery/src/css/hiddenVisibleSelectors.js +0 -15
  269. data/tests/components/jquery/src/css/support.js +0 -96
  270. data/tests/components/jquery/src/css/swap.js +0 -28
  271. data/tests/components/jquery/src/css/var/cssExpand.js +0 -3
  272. data/tests/components/jquery/src/css/var/getStyles.js +0 -12
  273. data/tests/components/jquery/src/css/var/isHidden.js +0 -13
  274. data/tests/components/jquery/src/css/var/rmargin.js +0 -3
  275. data/tests/components/jquery/src/css/var/rnumnonpx.js +0 -5
  276. data/tests/components/jquery/src/data.js +0 -178
  277. data/tests/components/jquery/src/data/Data.js +0 -181
  278. data/tests/components/jquery/src/data/accepts.js +0 -20
  279. data/tests/components/jquery/src/data/var/data_priv.js +0 -5
  280. data/tests/components/jquery/src/data/var/data_user.js +0 -5
  281. data/tests/components/jquery/src/deferred.js +0 -149
  282. data/tests/components/jquery/src/deprecated.js +0 -13
  283. data/tests/components/jquery/src/dimensions.js +0 -50
  284. data/tests/components/jquery/src/effects.js +0 -648
  285. data/tests/components/jquery/src/effects/Tween.js +0 -114
  286. data/tests/components/jquery/src/effects/animatedSelector.js +0 -13
  287. data/tests/components/jquery/src/event.js +0 -868
  288. data/tests/components/jquery/src/event/ajax.js +0 -13
  289. data/tests/components/jquery/src/event/alias.js +0 -39
  290. data/tests/components/jquery/src/event/support.js +0 -9
  291. data/tests/components/jquery/src/exports/amd.js +0 -24
  292. data/tests/components/jquery/src/exports/global.js +0 -32
  293. data/tests/components/jquery/src/intro.js +0 -44
  294. data/tests/components/jquery/src/jquery.js +0 -37
  295. data/tests/components/jquery/src/manipulation.js +0 -580
  296. data/tests/components/jquery/src/manipulation/_evalUrl.js +0 -18
  297. data/tests/components/jquery/src/manipulation/support.js +0 -32
  298. data/tests/components/jquery/src/manipulation/var/rcheckableType.js +0 -3
  299. data/tests/components/jquery/src/offset.js +0 -207
  300. data/tests/components/jquery/src/outro.js +0 -1
  301. data/tests/components/jquery/src/queue.js +0 -142
  302. data/tests/components/jquery/src/queue/delay.js +0 -22
  303. data/tests/components/jquery/src/selector-native.js +0 -172
  304. data/tests/components/jquery/src/selector-sizzle.js +0 -14
  305. data/tests/components/jquery/src/selector.js +0 -1
  306. data/tests/components/jquery/src/serialize.js +0 -111
  307. data/tests/components/jquery/src/sizzle/dist/sizzle.js +0 -2067
  308. data/tests/components/jquery/src/sizzle/dist/sizzle.min.js +0 -3
  309. data/tests/components/jquery/src/sizzle/dist/sizzle.min.map +0 -1
  310. data/tests/components/jquery/src/traversing.js +0 -199
  311. data/tests/components/jquery/src/traversing/findFilter.js +0 -100
  312. data/tests/components/jquery/src/traversing/var/rneedsContext.js +0 -6
  313. data/tests/components/jquery/src/var/arr.js +0 -3
  314. data/tests/components/jquery/src/var/class2type.js +0 -4
  315. data/tests/components/jquery/src/var/concat.js +0 -5
  316. data/tests/components/jquery/src/var/hasOwn.js +0 -5
  317. data/tests/components/jquery/src/var/indexOf.js +0 -5
  318. data/tests/components/jquery/src/var/pnum.js +0 -3
  319. data/tests/components/jquery/src/var/push.js +0 -5
  320. data/tests/components/jquery/src/var/rnotwhite.js +0 -3
  321. data/tests/components/jquery/src/var/slice.js +0 -5
  322. data/tests/components/jquery/src/var/strundefined.js +0 -3
  323. data/tests/components/jquery/src/var/support.js +0 -4
  324. data/tests/components/jquery/src/var/toString.js +0 -5
  325. data/tests/components/jquery/src/wrap.js +0 -79
@@ -1,18 +0,0 @@
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>
@@ -1,28 +0,0 @@
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>
@@ -1,28 +0,0 @@
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>
@@ -1,26 +0,0 @@
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>
@@ -1,33 +0,0 @@
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>
@@ -1,25 +0,0 @@
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>
@@ -1,29 +0,0 @@
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>
@@ -1,30 +0,0 @@
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>
@@ -1,24 +0,0 @@
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>
@@ -1,35 +0,0 @@
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>
@@ -1,1123 +0,0 @@
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
-