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,55 +0,0 @@
1
- .form-search,
2
- .form-inline {
3
- .combobox-container {
4
- display: inline-block;
5
- margin-bottom: 0;
6
- vertical-align: top;
7
- .input-group-addon{
8
- width: auto;
9
- }
10
- }
11
- }
12
-
13
- .combobox-selected .caret {
14
- display: none;
15
- }
16
-
17
- /* :not doesn't work in IE8 */
18
- .combobox-container:not(.combobox-selected) .glyphicon-remove {
19
- display: none;
20
- }
21
-
22
- .typeahead-long {
23
- max-height: 300px;
24
- overflow-y: auto;
25
- }
26
-
27
- .control-group.error .combobox-container{
28
- .add-on {
29
- color: #B94A48;
30
- border-color: #B94A48;
31
- }
32
- .caret {
33
- border-top-color: #B94A48;
34
- }
35
- }
36
-
37
- .control-group.warning .combobox-container {
38
- .add-on {
39
- color: #C09853;
40
- border-color: #C09853;
41
- }
42
- .caret {
43
- border-top-color: #C09853;
44
- }
45
- }
46
-
47
- .control-group.success .combobox-container{
48
- .add-on {
49
- color: #468847;
50
- border-color: #468847;
51
- }
52
- .caret {
53
- border-top-color: #468847;
54
- }
55
- }
@@ -1,38 +0,0 @@
1
- {
2
- "name": "bootstrap-select",
3
- "main": [
4
- "bootstrap-select.css",
5
- "bootstrap-select.js"
6
- ],
7
- "version": "1.5.4",
8
- "homepage": "https://github.com/silviomoreto/bootstrap-select",
9
- "authors": [
10
- "silviomoreto"
11
- ],
12
- "keywords": [
13
- "form",
14
- "bootstrap",
15
- "select",
16
- "replacement"
17
- ],
18
- "dependencies": {
19
- "jquery": ">=1.7"
20
- },
21
- "license": "MIT",
22
- "ignore": [
23
- "**/.*",
24
- "node_modules",
25
- "bower_components",
26
- "test",
27
- "tests"
28
- ],
29
- "_release": "1.5.4",
30
- "_resolution": {
31
- "type": "version",
32
- "tag": "1.5.4",
33
- "commit": "1e01fb7355face50b199780d3d60baa5d799bfce"
34
- },
35
- "_source": "git://github.com/silviomoreto/bootstrap-select.git",
36
- "_target": "~1.5.4",
37
- "_originalSource": "bootstrap-select"
38
- }
@@ -1,87 +0,0 @@
1
- # Contributing to this project
2
-
3
- Please take a moment to review this document in order to make the contribution
4
- process easy and effective for everyone involved.
5
-
6
- Following these guidelines helps to communicate that you respect the time of
7
- the developers managing and developing this open source project. In return,
8
- they should reciprocate that respect in addressing your issue or assessing
9
- patches and features.
10
-
11
-
12
- ## Using the issue tracker
13
-
14
- The issue tracker is the preferred channel for [bug reports](#bugs),
15
- [features requests](#features) and submitting pull
16
- requests, but please respect the following restrictions:
17
-
18
- * Please **do not** use the issue tracker for personal support requests (use
19
- [Stack Overflow](http://stackoverflow.com) or IRC).
20
-
21
- * Please **do not** derail or troll issues. Keep the discussion on topic and
22
- respect the opinions of others.
23
-
24
-
25
- <a name="bugs"></a>
26
- ## Bug reports
27
-
28
- A bug is a _demonstrable problem_ that is caused by the code in the repository.
29
- Good bug reports are extremely helpful - thank you!
30
-
31
- Guidelines for bug reports:
32
-
33
- 1. **Use the GitHub issue search.** Check if the issue has already been
34
- reported.
35
-
36
- 2. **Check if the issue has been fixed.** Try to reproduce it using the
37
- latest `master` or development branch in the repository.
38
-
39
- 3. **Provide environment details.** Provide your operating system, browser(s), jQuery version, Bootstrap version, and bootstrap-select version.
40
-
41
- 4. **Create an isolated and reproducible test case.** Create a [reduced test
42
- case](http://css-tricks.com/6263-reduced-test-cases/).
43
-
44
- 5. **Include a live example.** Make use of jsFiddle or jsBin to share your isolated test cases.
45
-
46
- A good bug report shouldn't leave others needing to chase you up for more
47
- information. Please try to be as detailed as possible in your report. What is
48
- your environment? What steps will reproduce the issue? What browser(s) and OS
49
- experience the problem? What would you expect to be the outcome? All these
50
- details will help people to fix any potential bugs.
51
-
52
- Example:
53
-
54
- > Short and descriptive example bug report title
55
- >
56
- > A summary of the issue and the browser/OS environment in which it occurs. If
57
- > suitable, include the steps required to reproduce the bug.
58
- >
59
- > 1. This is the first step
60
- > 2. This is the second step
61
- > 3. Further steps, etc.
62
- >
63
- > `<url>` - a link to the reduced test case
64
- >
65
- > Any other information you want to share that is relevant to the issue being
66
- > reported. This might include the lines of code that you have identified as
67
- > causing the bug, and potential solutions (and your opinions on their
68
- > merits).
69
-
70
-
71
- <a name="features"></a>
72
- ## Feature requests
73
-
74
- Feature requests are welcome. But take a moment to find out whether your idea
75
- fits with the scope and aims of the project. It's up to *you* to make a strong
76
- case to convince the project's developers of the merits of this feature. Please
77
- provide as much detail and context as possible.
78
-
79
- ## Pull Request Guidelines
80
-
81
- * To instantiate a context or use it, use the variable **that** instead of **_this**.
82
- * Submit your CLA, if you haven't.
83
- * Please check to make sure that there aren't existing pull requests attempting to address the issue mentioned. We also recommend checking for issues related to the issue on the tracker, as a team member may be working on the issue in a branch or fork.
84
- * Non-trivial changes should be discussed in an issue first
85
- * If possible, use JSlint or JSHint to validate it
86
- * If possible, add relevant tests to cover the change
87
- * Write a convincing description of your PR and why we should land it
@@ -1,61 +0,0 @@
1
- bootstrap-select
2
- ================
3
-
4
- A custom select / multiselect for Bootstrap using button dropdown, designed to behave like regular Bootstrap selects;
5
-
6
- ## Demo and Documentation
7
-
8
- See a Bootstrap 2.3.2 example [here](http://silviomoreto.github.com/bootstrap-select/). <br/>
9
- See a Bootstrap 3.0.2 example [here](http://silviomoreto.github.com/bootstrap-select/3) (work-in-progress).
10
-
11
- ## Authors
12
-
13
- [Silvio Moreto](http://github.com/silviomoreto),
14
- [Ana Carolina](http://github.com/anacarolinats),
15
- [caseyjhol](https://github.com/caseyjhol), and
16
- [Matt Bryson](https://github.com/mattbryson).
17
-
18
- ## Usage
19
-
20
- Create your `<select>` with the `.selectpicker` class.
21
-
22
- <select class="selectpicker">
23
- <option>Mustard</option>
24
- <option>Ketchup</option>
25
- <option>Barbecue</option>
26
- </select>
27
-
28
- Enable Bootstrap-Select via JavaScript:
29
-
30
- $('.selectpicker').selectpicker();
31
-
32
- Or just
33
-
34
- $('select').selectpicker();
35
-
36
- Checkout the [documentation](http://silviomoreto.github.com/bootstrap-select/) for further information.
37
-
38
- ## CDN
39
-
40
- * https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.3.5/bootstrap-select.min.js
41
- * https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.3.5/bootstrap-select.min.css
42
-
43
- ## Bugs and feature requests
44
-
45
- Anyone and everyone is welcome to contribute. Please take a moment to
46
- review the [guidelines for contributing](CONTRIBUTING.md). Make sure you're using the latest version of bootstrap-select before submitting an issue.
47
-
48
- * [Bug reports](CONTRIBUTING.md#bugs)
49
- * [Feature requests](CONTRIBUTING.md#features)
50
-
51
- ## Copyright and license
52
-
53
- Copyright (C) 2013 bootstrap-select
54
-
55
- Licensed under the MIT license.
56
-
57
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
58
-
59
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
60
-
61
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,309 +0,0 @@
1
- /*!
2
- * bootstrap-select v1.5.4
3
- * http://silviomoreto.github.io/bootstrap-select/
4
- *
5
- * Copyright 2013 bootstrap-select
6
- * Licensed under the MIT license
7
- */
8
-
9
- .bootstrap-select.btn-group:not(.input-group-btn),
10
- .bootstrap-select.btn-group[class*="span"] {
11
- float: none;
12
- display: inline-block;
13
- margin-bottom: 10px;
14
- margin-left: 0;
15
- }
16
- .form-search .bootstrap-select.btn-group,
17
- .form-inline .bootstrap-select.btn-group,
18
- .form-horizontal .bootstrap-select.btn-group {
19
- margin-bottom: 0;
20
- }
21
-
22
- .bootstrap-select.form-control {
23
- margin-bottom: 0;
24
- padding: 0;
25
- border: none;
26
- }
27
-
28
- .bootstrap-select.btn-group.pull-right,
29
- .bootstrap-select.btn-group[class*="span"].pull-right,
30
- .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
31
- float: right;
32
- }
33
-
34
- .input-append .bootstrap-select.btn-group {
35
- margin-left: -1px;
36
- }
37
-
38
- .input-prepend .bootstrap-select.btn-group {
39
- margin-right: -1px;
40
- }
41
-
42
- .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
43
- width: 220px;
44
- }
45
-
46
- .bootstrap-select {
47
- /*width: 220px\9; IE8 and below*/
48
- width: 220px\0; /*IE9 and below*/
49
- }
50
-
51
- .bootstrap-select.form-control:not([class*="span"]) {
52
- width: 100%;
53
- }
54
-
55
- .bootstrap-select > .btn {
56
- width: 100%;
57
- padding-right: 25px;
58
- }
59
-
60
- .error .bootstrap-select .btn {
61
- border: 1px solid #b94a48;
62
- }
63
-
64
- .bootstrap-select.show-menu-arrow.open > .btn {
65
- z-index: 2051;
66
- }
67
-
68
- .bootstrap-select .btn:focus {
69
- outline: thin dotted #333333 !important;
70
- outline: 5px auto -webkit-focus-ring-color !important;
71
- outline-offset: -2px;
72
- }
73
-
74
- .bootstrap-select.btn-group .btn .filter-option {
75
- display: inline-block;
76
- overflow: hidden;
77
- width: 100%;
78
- float: left;
79
- text-align: left;
80
- }
81
-
82
- .bootstrap-select.btn-group .btn .caret {
83
- position: absolute;
84
- top: 50%;
85
- right: 12px;
86
- margin-top: -2px;
87
- vertical-align: middle;
88
- }
89
-
90
- .bootstrap-select.btn-group > .disabled,
91
- .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
92
- cursor: not-allowed;
93
- }
94
-
95
- .bootstrap-select.btn-group > .disabled:focus {
96
- outline: none !important;
97
- }
98
-
99
- .bootstrap-select.btn-group[class*="span"] .btn {
100
- width: 100%;
101
- }
102
-
103
- .bootstrap-select.btn-group .dropdown-menu {
104
- min-width: 100%;
105
- z-index: 2000;
106
- -webkit-box-sizing: border-box;
107
- -moz-box-sizing: border-box;
108
- box-sizing: border-box;
109
- }
110
-
111
- .bootstrap-select.btn-group .dropdown-menu.inner {
112
- position: static;
113
- border: 0;
114
- padding: 0;
115
- margin: 0;
116
- -webkit-border-radius: 0;
117
- -moz-border-radius: 0;
118
- border-radius: 0;
119
- -webkit-box-shadow: none;
120
- -moz-box-shadow: none;
121
- box-shadow: none;
122
- }
123
-
124
- .bootstrap-select.btn-group .dropdown-menu dt {
125
- display: block;
126
- padding: 3px 20px;
127
- cursor: default;
128
- }
129
-
130
- .bootstrap-select.btn-group .div-contain {
131
- overflow: hidden;
132
- }
133
-
134
- .bootstrap-select.btn-group .dropdown-menu li {
135
- position: relative;
136
- }
137
-
138
- .bootstrap-select.btn-group .dropdown-menu li > a.opt {
139
- position: relative;
140
- padding-left: 35px;
141
- }
142
-
143
- .bootstrap-select.btn-group .dropdown-menu li > a {
144
- cursor: pointer;
145
- }
146
-
147
- .bootstrap-select.btn-group .dropdown-menu li > dt small {
148
- font-weight: normal;
149
- }
150
-
151
- .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
152
- position: absolute;
153
- display: inline-block;
154
- right: 15px;
155
- margin-top: 2.5px;
156
- }
157
-
158
- .bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
159
- display: none;
160
- }
161
-
162
- .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
163
- margin-right: 34px;
164
- }
165
-
166
- .bootstrap-select.btn-group .dropdown-menu li small {
167
- padding-left: 0.5em;
168
- }
169
-
170
- .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
171
- .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
172
- .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
173
- color: #64b1d8;
174
- color: rgba(255,255,255,0.4);
175
- }
176
-
177
- .bootstrap-select.btn-group .dropdown-menu li > dt small {
178
- font-weight: normal;
179
- }
180
-
181
- .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
182
- content: '';
183
- display: inline-block;
184
- border-left: 7px solid transparent;
185
- border-right: 7px solid transparent;
186
- border-bottom: 7px solid #CCC;
187
- border-bottom-color: rgba(0, 0, 0, 0.2);
188
- position: absolute;
189
- bottom: -4px;
190
- left: 9px;
191
- display: none;
192
- }
193
-
194
- .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
195
- content: '';
196
- display: inline-block;
197
- border-left: 6px solid transparent;
198
- border-right: 6px solid transparent;
199
- border-bottom: 6px solid white;
200
- position: absolute;
201
- bottom: -4px;
202
- left: 10px;
203
- display: none;
204
- }
205
-
206
- .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
207
- bottom: auto;
208
- top: -3px;
209
- border-top: 7px solid #ccc;
210
- border-bottom: 0;
211
- border-top-color: rgba(0, 0, 0, 0.2);
212
- }
213
-
214
- .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
215
- bottom: auto;
216
- top: -3px;
217
- border-top: 6px solid #ffffff;
218
- border-bottom: 0;
219
- }
220
-
221
- .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
222
- right: 12px;
223
- left: auto;
224
- }
225
- .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
226
- right: 13px;
227
- left: auto;
228
- }
229
-
230
- .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
231
- .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
232
- display: block;
233
- }
234
-
235
- .bootstrap-select.btn-group .no-results {
236
- padding: 3px;
237
- background: #f5f5f5;
238
- margin: 0 5px;
239
- }
240
-
241
- .bootstrap-select.btn-group .dropdown-menu .notify {
242
- position: absolute;
243
- bottom: 5px;
244
- width: 96%;
245
- margin: 0 2%;
246
- min-height: 26px;
247
- padding: 3px 5px;
248
- background: #f5f5f5;
249
- border: 1px solid #e3e3e3;
250
- box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
251
- pointer-events: none;
252
- opacity: 0.9;
253
- -webkit-box-sizing: border-box;
254
- -moz-box-sizing: border-box;
255
- box-sizing: border-box;
256
- }
257
-
258
- .mobile-device {
259
- position: absolute;
260
- top: 0;
261
- left: 0;
262
- display: block !important;
263
- width: 100%;
264
- height: 100% !important;
265
- opacity: 0;
266
- }
267
-
268
- .bootstrap-select.fit-width {
269
- width: auto !important;
270
- }
271
-
272
- .bootstrap-select.btn-group.fit-width .btn .filter-option {
273
- position: static;
274
- }
275
-
276
- .bootstrap-select.btn-group.fit-width .btn .caret {
277
- position: static;
278
- top: auto;
279
- margin-top: -1px;
280
- }
281
-
282
- .control-group.error .bootstrap-select .dropdown-toggle{
283
- border-color: #b94a48;
284
- }
285
-
286
- .bootstrap-select-searchbox,
287
- .bootstrap-select .bs-actionsbox {
288
- padding: 4px 8px;
289
- }
290
-
291
- .bootstrap-select .bs-actionsbox {
292
- float: left;
293
- width: 100%;
294
- -webkit-box-sizing: border-box;
295
- -moz-box-sizing: border-box;
296
- box-sizing: border-box;
297
- }
298
-
299
- .bootstrap-select-searchbox + .bs-actionsbox {
300
- padding: 0 8px 4px;
301
- }
302
-
303
- .bootstrap-select-searchbox input {
304
- margin-bottom: 0;
305
- }
306
-
307
- .bootstrap-select .bs-actionsbox .btn-group button {
308
- width: 50%;
309
- }