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,28 +0,0 @@
1
- {
2
- "name": "PatternFlySass",
3
- "version": "1.0.0",
4
- "author": "Red Hat",
5
- "license": "Apache-2.0",
6
- "devDependencies": {
7
- "grunt": "~0.4.1",
8
- "grunt-contrib-sass": "~0.7.4",
9
- "matchdep": "~0.3.0",
10
- "grunt-contrib-watch": "~0.5.3",
11
- "grunt-contrib-connect": "~0.5.0",
12
- "connect-livereload": "~0.3.0",
13
- "grunt-contrib-uglify": "~0.3.2",
14
- "grunt-contrib-cssmin": "~0.10.0",
15
- "grunt-shell": "~1.0.1",
16
- "grunt-casper": "~0.4.1",
17
- "phantomcss": "~0.7.2",
18
- "connect": "~3.2.0",
19
- "process": "~0.8.0",
20
- "serve-static": "~1.6.1",
21
- "serve-index": "~1.2.1",
22
- "http": "0.0.0",
23
- "fs": "0.0.2",
24
- "path": "~0.4.9",
25
- "glob": "~4.0.5",
26
- "grunt-contrib-clean": "~0.6.0"
27
- }
28
- }
@@ -1,14 +0,0 @@
1
- {
2
- "name": "bootstrap-combobox",
3
- "homepage": "https://github.com/danielfarrell/bootstrap-combobox",
4
- "version": "1.1.6",
5
- "_release": "1.1.6",
6
- "_resolution": {
7
- "type": "version",
8
- "tag": "1.1.6",
9
- "commit": "1436e7327fac022f31f81e6c67a11330324f9dc8"
10
- },
11
- "_source": "git://github.com/danielfarrell/bootstrap-combobox.git",
12
- "_target": "~1.1.6",
13
- "_originalSource": "bootstrap-combobox"
14
- }
@@ -1,59 +0,0 @@
1
- # Bootstrap Combobox
2
-
3
- We had need of a combobox at work and after looking around at the available options I was not happy with any of them. The project had all it's styling based on Twitter's Bootstrap, so building on that made sense.
4
-
5
- ## How to use it
6
-
7
- The dependencies are the Bootstrap stylesheet(CSS or LESS). Include it and then the stylesheet(CSS or LESS) and javascript.
8
-
9
- Then just activate the plugin on a normal select box(suggest having a blank option first):
10
-
11
- <select class="combobox">
12
- <option></option>
13
- <option value="PA">Pennsylvania</option>
14
- <option value="CT">Connecticut</option>
15
- <option value="NY">New York</option>
16
- <option value="MD">Maryland</option>
17
- <option value="VA">Virginia</option>
18
- </select>
19
-
20
- <script type="text/javascript">
21
- $(document).ready(function(){
22
- $('.combobox').combobox();
23
- });
24
- </script>
25
-
26
- ### Options
27
-
28
- When activating the plugin, you may include an object containing options for the combobox
29
-
30
- $('.combobox').combobox({bsVersion: '2'});
31
-
32
- `menu`: Custom markup for the dropdown menu list element.
33
-
34
- `item`: Custom markup for the dropdown menu list items.
35
-
36
- `matcher`: Custom function with one `item` argument that compares the item to the input. Defaults to matching on the query being a substring of the item, case insenstive
37
-
38
- `sorter`: Custom function that sorts a list `items` for display in the dropdown
39
-
40
- `highlighter`: Custom function for highlighting an `item`. Defaults to bolding the query within a matched item
41
-
42
- `template`: Custom function that returns markup for the combobox.
43
-
44
- `bsVersion`: Version of bootstrap being used. This is used by the default `template` function to generate markup correctly. Defaults to '3'. Set to '2' for compatibility with Bootstrap 2
45
-
46
- ## Dependencies
47
- Uses the latest 1.X version of jQuery and the latest 2.X or 3.X of bootstrap.
48
-
49
- ## Live Example
50
-
51
- ### Bootstrap 2.0 Version
52
- http://dl.dropbox.com/u/21368/bootstrap-combobox/index.html
53
-
54
- ### Bootstrap 3.0 Version
55
- http://bootstrap-combobox-test.herokuapp.com/
56
-
57
- ## License
58
-
59
- Licensed under the Apache License, Version 2.0
@@ -1,42 +0,0 @@
1
- .form-search .combobox-container,
2
- .form-inline .combobox-container {
3
- display: inline-block;
4
- margin-bottom: 0;
5
- vertical-align: top;
6
- }
7
- .form-search .combobox-container .input-group-addon,
8
- .form-inline .combobox-container .input-group-addon {
9
- width: auto;
10
- }
11
- .combobox-selected .caret {
12
- display: none;
13
- }
14
- /* :not doesn't work in IE8 */
15
- .combobox-container:not(.combobox-selected) .glyphicon-remove {
16
- display: none;
17
- }
18
- .typeahead-long {
19
- max-height: 300px;
20
- overflow-y: auto;
21
- }
22
- .control-group.error .combobox-container .add-on {
23
- color: #B94A48;
24
- border-color: #B94A48;
25
- }
26
- .control-group.error .combobox-container .caret {
27
- border-top-color: #B94A48;
28
- }
29
- .control-group.warning .combobox-container .add-on {
30
- color: #C09853;
31
- border-color: #C09853;
32
- }
33
- .control-group.warning .combobox-container .caret {
34
- border-top-color: #C09853;
35
- }
36
- .control-group.success .combobox-container .add-on {
37
- color: #468847;
38
- border-color: #468847;
39
- }
40
- .control-group.success .combobox-container .caret {
41
- border-top-color: #468847;
42
- }
@@ -1,438 +0,0 @@
1
- /* =============================================================
2
- * bootstrap-combobox.js v1.1.6
3
- * =============================================================
4
- * Copyright 2012 Daniel Farrell
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- * ============================================================ */
18
-
19
- !function( $ ) {
20
-
21
- "use strict";
22
-
23
- /* COMBOBOX PUBLIC CLASS DEFINITION
24
- * ================================ */
25
-
26
- var Combobox = function ( element, options ) {
27
- this.options = $.extend({}, $.fn.combobox.defaults, options);
28
- this.$source = $(element);
29
- this.$container = this.setup();
30
- this.$element = this.$container.find('input[type=text]');
31
- this.$target = this.$container.find('input[type=hidden]');
32
- this.$button = this.$container.find('.dropdown-toggle');
33
- this.$menu = $(this.options.menu).appendTo('body');
34
- this.template = this.options.template || this.template
35
- this.matcher = this.options.matcher || this.matcher;
36
- this.sorter = this.options.sorter || this.sorter;
37
- this.highlighter = this.options.highlighter || this.highlighter;
38
- this.shown = false;
39
- this.selected = false;
40
- this.refresh();
41
- this.transferAttributes();
42
- this.listen();
43
- };
44
-
45
- Combobox.prototype = {
46
-
47
- constructor: Combobox
48
-
49
- , setup: function () {
50
- var combobox = $(this.template());
51
- this.$source.before(combobox);
52
- this.$source.hide();
53
- return combobox;
54
- }
55
-
56
- , disable: function() {
57
- this.$element.prop('disabled', true);
58
- this.$button.attr('disabled', true);
59
- this.disabled = true;
60
- this.$container.addClass('combobox-disabled');
61
- }
62
-
63
- , enable: function() {
64
- this.$element.prop('disabled', false);
65
- this.$button.attr('disabled', false);
66
- this.disabled = false;
67
- this.$container.removeClass('combobox-disabled');
68
- }
69
- , parse: function () {
70
- var that = this
71
- , map = {}
72
- , source = []
73
- , selected = false
74
- , selectedValue = '';
75
- this.$source.find('option').each(function() {
76
- var option = $(this);
77
- if (option.val() === '') {
78
- that.options.placeholder = option.text();
79
- return;
80
- }
81
- map[option.text()] = option.val();
82
- source.push(option.text());
83
- if (option.prop('selected')) {
84
- selected = option.text();
85
- selectedValue = option.val();
86
- }
87
- })
88
- this.map = map;
89
- if (selected) {
90
- this.$element.val(selected);
91
- this.$target.val(selectedValue);
92
- this.$container.addClass('combobox-selected');
93
- this.selected = true;
94
- }
95
- return source;
96
- }
97
-
98
- , transferAttributes: function() {
99
- this.options.placeholder = this.$source.attr('data-placeholder') || this.options.placeholder
100
- this.$element.attr('placeholder', this.options.placeholder)
101
- this.$target.prop('name', this.$source.prop('name'))
102
- this.$target.val(this.$source.val())
103
- this.$source.removeAttr('name') // Remove from source otherwise form will pass parameter twice.
104
- this.$element.attr('required', this.$source.attr('required'))
105
- this.$element.attr('rel', this.$source.attr('rel'))
106
- this.$element.attr('title', this.$source.attr('title'))
107
- this.$element.attr('class', this.$source.attr('class'))
108
- this.$element.attr('tabindex', this.$source.attr('tabindex'))
109
- this.$source.removeAttr('tabindex')
110
- if (this.$source.attr('disabled')!==undefined)
111
- this.disable();
112
- }
113
-
114
- , select: function () {
115
- var val = this.$menu.find('.active').attr('data-value');
116
- this.$element.val(this.updater(val)).trigger('change');
117
- this.$target.val(this.map[val]).trigger('change');
118
- this.$source.val(this.map[val]).trigger('change');
119
- this.$container.addClass('combobox-selected');
120
- this.selected = true;
121
- return this.hide();
122
- }
123
-
124
- , updater: function (item) {
125
- return item;
126
- }
127
-
128
- , show: function () {
129
- var pos = $.extend({}, this.$element.position(), {
130
- height: this.$element[0].offsetHeight
131
- });
132
-
133
- this.$menu
134
- .insertAfter(this.$element)
135
- .css({
136
- top: pos.top + pos.height
137
- , left: pos.left
138
- })
139
- .show();
140
-
141
- $('.dropdown-menu').on('mousedown', $.proxy(this.scrollSafety, this));
142
-
143
- this.shown = true;
144
- return this;
145
- }
146
-
147
- , hide: function () {
148
- this.$menu.hide();
149
- $('.dropdown-menu').off('mousedown', $.proxy(this.scrollSafety, this));
150
- this.$element.on('blur', $.proxy(this.blur, this));
151
- this.shown = false;
152
- return this;
153
- }
154
-
155
- , lookup: function (event) {
156
- this.query = this.$element.val();
157
- return this.process(this.source);
158
- }
159
-
160
- , process: function (items) {
161
- var that = this;
162
-
163
- items = $.grep(items, function (item) {
164
- return that.matcher(item);
165
- })
166
-
167
- items = this.sorter(items);
168
-
169
- if (!items.length) {
170
- return this.shown ? this.hide() : this;
171
- }
172
-
173
- return this.render(items.slice(0, this.options.items)).show();
174
- }
175
-
176
- , template: function() {
177
- if (this.options.bsVersion == '2') {
178
- return '<div class="combobox-container"><input type="hidden" /> <div class="input-append"> <input type="text" autocomplete="off" /> <span class="add-on dropdown-toggle" data-dropdown="dropdown"> <span class="caret"/> <i class="icon-remove"/> </span> </div> </div>'
179
- } else {
180
- return '<div class="combobox-container"> <input type="hidden" /> <div class="input-group"> <input type="text" autocomplete="off" /> <span class="input-group-addon dropdown-toggle" data-dropdown="dropdown"> <span class="caret" /> <span class="glyphicon glyphicon-remove" /> </span> </div> </div>'
181
- }
182
- }
183
-
184
- , matcher: function (item) {
185
- return ~item.toLowerCase().indexOf(this.query.toLowerCase());
186
- }
187
-
188
- , sorter: function (items) {
189
- var beginswith = []
190
- , caseSensitive = []
191
- , caseInsensitive = []
192
- , item;
193
-
194
- while (item = items.shift()) {
195
- if (!item.toLowerCase().indexOf(this.query.toLowerCase())) {beginswith.push(item);}
196
- else if (~item.indexOf(this.query)) {caseSensitive.push(item);}
197
- else {caseInsensitive.push(item);}
198
- }
199
-
200
- return beginswith.concat(caseSensitive, caseInsensitive);
201
- }
202
-
203
- , highlighter: function (item) {
204
- var query = this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, '\\$&');
205
- return item.replace(new RegExp('(' + query + ')', 'ig'), function ($1, match) {
206
- return '<strong>' + match + '</strong>';
207
- })
208
- }
209
-
210
- , render: function (items) {
211
- var that = this;
212
-
213
- items = $(items).map(function (i, item) {
214
- i = $(that.options.item).attr('data-value', item);
215
- i.find('a').html(that.highlighter(item));
216
- return i[0];
217
- })
218
-
219
- items.first().addClass('active');
220
- this.$menu.html(items);
221
- return this;
222
- }
223
-
224
- , next: function (event) {
225
- var active = this.$menu.find('.active').removeClass('active')
226
- , next = active.next();
227
-
228
- if (!next.length) {
229
- next = $(this.$menu.find('li')[0]);
230
- }
231
-
232
- next.addClass('active');
233
- }
234
-
235
- , prev: function (event) {
236
- var active = this.$menu.find('.active').removeClass('active')
237
- , prev = active.prev();
238
-
239
- if (!prev.length) {
240
- prev = this.$menu.find('li').last();
241
- }
242
-
243
- prev.addClass('active');
244
- }
245
-
246
- , toggle: function () {
247
- if (!this.disabled) {
248
- if (this.$container.hasClass('combobox-selected')) {
249
- this.clearTarget();
250
- this.triggerChange();
251
- this.clearElement();
252
- } else {
253
- if (this.shown) {
254
- this.hide();
255
- } else {
256
- this.clearElement();
257
- this.lookup();
258
- }
259
- }
260
- }
261
- }
262
-
263
- , scrollSafety: function(e) {
264
- if (e.target.tagName == 'UL') {
265
- this.$element.off('blur');
266
- }
267
- }
268
- , clearElement: function () {
269
- this.$element.val('').focus();
270
- }
271
-
272
- , clearTarget: function () {
273
- this.$source.val('');
274
- this.$target.val('');
275
- this.$container.removeClass('combobox-selected');
276
- this.selected = false;
277
- }
278
-
279
- , triggerChange: function () {
280
- this.$source.trigger('change');
281
- }
282
-
283
- , refresh: function () {
284
- this.source = this.parse();
285
- this.options.items = this.source.length;
286
- }
287
-
288
- , listen: function () {
289
- this.$element
290
- .on('focus', $.proxy(this.focus, this))
291
- .on('blur', $.proxy(this.blur, this))
292
- .on('keypress', $.proxy(this.keypress, this))
293
- .on('keyup', $.proxy(this.keyup, this));
294
-
295
- if (this.eventSupported('keydown')) {
296
- this.$element.on('keydown', $.proxy(this.keydown, this));
297
- }
298
-
299
- this.$menu
300
- .on('click', $.proxy(this.click, this))
301
- .on('mouseenter', 'li', $.proxy(this.mouseenter, this))
302
- .on('mouseleave', 'li', $.proxy(this.mouseleave, this));
303
-
304
- this.$button
305
- .on('click', $.proxy(this.toggle, this));
306
- }
307
-
308
- , eventSupported: function(eventName) {
309
- var isSupported = eventName in this.$element;
310
- if (!isSupported) {
311
- this.$element.setAttribute(eventName, 'return;');
312
- isSupported = typeof this.$element[eventName] === 'function';
313
- }
314
- return isSupported;
315
- }
316
-
317
- , move: function (e) {
318
- if (!this.shown) {return;}
319
-
320
- switch(e.keyCode) {
321
- case 9: // tab
322
- case 13: // enter
323
- case 27: // escape
324
- e.preventDefault();
325
- break;
326
-
327
- case 38: // up arrow
328
- e.preventDefault();
329
- this.prev();
330
- break;
331
-
332
- case 40: // down arrow
333
- e.preventDefault();
334
- this.next();
335
- break;
336
- }
337
-
338
- e.stopPropagation();
339
- }
340
-
341
- , keydown: function (e) {
342
- this.suppressKeyPressRepeat = ~$.inArray(e.keyCode, [40,38,9,13,27]);
343
- this.move(e);
344
- }
345
-
346
- , keypress: function (e) {
347
- if (this.suppressKeyPressRepeat) {return;}
348
- this.move(e);
349
- }
350
-
351
- , keyup: function (e) {
352
- switch(e.keyCode) {
353
- case 40: // down arrow
354
- case 39: // right arrow
355
- case 38: // up arrow
356
- case 37: // left arrow
357
- case 36: // home
358
- case 35: // end
359
- case 16: // shift
360
- case 17: // ctrl
361
- case 18: // alt
362
- break;
363
-
364
- case 9: // tab
365
- case 13: // enter
366
- if (!this.shown) {return;}
367
- this.select();
368
- break;
369
-
370
- case 27: // escape
371
- if (!this.shown) {return;}
372
- this.hide();
373
- break;
374
-
375
- default:
376
- this.clearTarget();
377
- this.lookup();
378
- }
379
-
380
- e.stopPropagation();
381
- e.preventDefault();
382
- }
383
-
384
- , focus: function (e) {
385
- this.focused = true;
386
- }
387
-
388
- , blur: function (e) {
389
- var that = this;
390
- this.focused = false;
391
- var val = this.$element.val();
392
- if (!this.selected && val !== '' ) {
393
- this.$element.val('');
394
- this.$source.val('').trigger('change');
395
- this.$target.val('').trigger('change');
396
- }
397
- if (!this.mousedover && this.shown) {setTimeout(function () { that.hide(); }, 200);}
398
- }
399
-
400
- , click: function (e) {
401
- e.stopPropagation();
402
- e.preventDefault();
403
- this.select();
404
- this.$element.focus();
405
- }
406
-
407
- , mouseenter: function (e) {
408
- this.mousedover = true;
409
- this.$menu.find('.active').removeClass('active');
410
- $(e.currentTarget).addClass('active');
411
- }
412
-
413
- , mouseleave: function (e) {
414
- this.mousedover = false;
415
- }
416
- };
417
-
418
- /* COMBOBOX PLUGIN DEFINITION
419
- * =========================== */
420
- $.fn.combobox = function ( option ) {
421
- return this.each(function () {
422
- var $this = $(this)
423
- , data = $this.data('combobox')
424
- , options = typeof option == 'object' && option;
425
- if(!data) {$this.data('combobox', (data = new Combobox(this, options)));}
426
- if (typeof option == 'string') {data[option]();}
427
- });
428
- };
429
-
430
- $.fn.combobox.defaults = {
431
- bsVersion: '3'
432
- , menu: '<ul class="typeahead typeahead-long dropdown-menu"></ul>'
433
- , item: '<li><a href="#"></a></li>'
434
- };
435
-
436
- $.fn.combobox.Constructor = Combobox;
437
-
438
- }( window.jQuery );