jquery-ui-rails 5.0.5 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of jquery-ui-rails might be problematic. Click here for more details.

Files changed (275) hide show
  1. checksums.yaml +7 -0
  2. data/.travis.yml +1 -1
  3. data/History.md +16 -0
  4. data/README.md +67 -50
  5. data/Rakefile +51 -27
  6. data/VERSIONS.md +2 -0
  7. data/app/assets/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  8. data/app/assets/images/jquery-ui/ui-icons_444444_256x240.png +0 -0
  9. data/app/assets/images/jquery-ui/ui-icons_555555_256x240.png +0 -0
  10. data/app/assets/images/jquery-ui/ui-icons_777620_256x240.png +0 -0
  11. data/app/assets/images/jquery-ui/ui-icons_777777_256x240.png +0 -0
  12. data/app/assets/images/jquery-ui/ui-icons_cc0000_256x240.png +0 -0
  13. data/app/assets/images/jquery-ui/ui-icons_ffffff_256x240.png +0 -0
  14. data/app/assets/javascripts/jquery-ui/core.js +15 -304
  15. data/app/assets/javascripts/jquery-ui/data.js +41 -0
  16. data/app/assets/javascripts/jquery-ui/disable-selection.js +48 -0
  17. data/app/assets/javascripts/jquery-ui/effect.all.js +15 -16
  18. data/app/assets/javascripts/jquery-ui/effect.js +620 -284
  19. data/app/assets/javascripts/jquery-ui/effects/effect-blind.js +73 -0
  20. data/app/assets/javascripts/jquery-ui/effects/effect-bounce.js +113 -0
  21. data/app/assets/javascripts/jquery-ui/effects/effect-clip.js +68 -0
  22. data/app/assets/javascripts/jquery-ui/effects/effect-drop.js +72 -0
  23. data/app/assets/javascripts/jquery-ui/effects/effect-explode.js +114 -0
  24. data/app/assets/javascripts/jquery-ui/effects/effect-fade.js +50 -0
  25. data/app/assets/javascripts/jquery-ui/effects/effect-fold.js +92 -0
  26. data/app/assets/javascripts/jquery-ui/effects/effect-highlight.js +60 -0
  27. data/app/assets/javascripts/jquery-ui/effects/effect-puff.js +46 -0
  28. data/app/assets/javascripts/jquery-ui/effects/effect-pulsate.js +67 -0
  29. data/app/assets/javascripts/jquery-ui/effects/effect-scale.js +60 -0
  30. data/app/assets/javascripts/jquery-ui/effects/effect-shake.js +77 -0
  31. data/app/assets/javascripts/jquery-ui/effects/effect-size.js +194 -0
  32. data/app/assets/javascripts/jquery-ui/effects/effect-slide.js +79 -0
  33. data/app/assets/javascripts/jquery-ui/effects/effect-transfer.js +43 -0
  34. data/app/assets/javascripts/jquery-ui/escape-selector.js +23 -0
  35. data/app/assets/javascripts/jquery-ui/focusable.js +86 -0
  36. data/app/assets/javascripts/jquery-ui/form-reset-mixin.js +80 -0
  37. data/app/assets/javascripts/jquery-ui/form.js +22 -0
  38. data/app/assets/javascripts/jquery-ui/i18n/datepicker-af.js +37 -0
  39. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ar-DZ.js +39 -0
  40. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ar.js +39 -0
  41. data/app/assets/javascripts/jquery-ui/i18n/datepicker-az.js +37 -0
  42. data/app/assets/javascripts/jquery-ui/i18n/datepicker-be.js +37 -0
  43. data/app/assets/javascripts/jquery-ui/i18n/datepicker-bg.js +38 -0
  44. data/app/assets/javascripts/jquery-ui/i18n/datepicker-bs.js +37 -0
  45. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ca.js +37 -0
  46. data/app/assets/javascripts/jquery-ui/i18n/datepicker-cs.js +37 -0
  47. data/app/assets/javascripts/jquery-ui/i18n/datepicker-cy-GB.js +45 -0
  48. data/app/assets/javascripts/jquery-ui/i18n/datepicker-da.js +37 -0
  49. data/app/assets/javascripts/jquery-ui/i18n/datepicker-de.js +37 -0
  50. data/app/assets/javascripts/jquery-ui/i18n/datepicker-el.js +37 -0
  51. data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-AU.js +37 -0
  52. data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-GB.js +37 -0
  53. data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-NZ.js +37 -0
  54. data/app/assets/javascripts/jquery-ui/i18n/datepicker-eo.js +37 -0
  55. data/app/assets/javascripts/jquery-ui/i18n/datepicker-es.js +37 -0
  56. data/app/assets/javascripts/jquery-ui/i18n/datepicker-et.js +45 -0
  57. data/app/assets/javascripts/jquery-ui/i18n/datepicker-eu.js +36 -0
  58. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fa.js +73 -0
  59. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fi.js +37 -0
  60. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fo.js +45 -0
  61. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr-CA.js +37 -0
  62. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr-CH.js +37 -0
  63. data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr.js +39 -0
  64. data/app/assets/javascripts/jquery-ui/i18n/datepicker-gl.js +37 -0
  65. data/app/assets/javascripts/jquery-ui/i18n/datepicker-he.js +37 -0
  66. data/app/assets/javascripts/jquery-ui/i18n/datepicker-hi.js +37 -0
  67. data/app/assets/javascripts/jquery-ui/i18n/datepicker-hr.js +37 -0
  68. data/app/assets/javascripts/jquery-ui/i18n/datepicker-hu.js +36 -0
  69. data/app/assets/javascripts/jquery-ui/i18n/datepicker-hy.js +37 -0
  70. data/app/assets/javascripts/jquery-ui/i18n/datepicker-id.js +37 -0
  71. data/app/assets/javascripts/jquery-ui/i18n/datepicker-is.js +45 -0
  72. data/app/assets/javascripts/jquery-ui/i18n/datepicker-it-CH.js +37 -0
  73. data/app/assets/javascripts/jquery-ui/i18n/datepicker-it.js +37 -0
  74. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ja.js +37 -0
  75. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ka.js +48 -0
  76. data/app/assets/javascripts/jquery-ui/i18n/datepicker-kk.js +37 -0
  77. data/app/assets/javascripts/jquery-ui/i18n/datepicker-km.js +37 -0
  78. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ko.js +37 -0
  79. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ky.js +38 -0
  80. data/app/assets/javascripts/jquery-ui/i18n/datepicker-lb.js +45 -0
  81. data/app/assets/javascripts/jquery-ui/i18n/datepicker-lt.js +45 -0
  82. data/app/assets/javascripts/jquery-ui/i18n/datepicker-lv.js +45 -0
  83. data/app/assets/javascripts/jquery-ui/i18n/datepicker-mk.js +37 -0
  84. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ml.js +37 -0
  85. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ms.js +37 -0
  86. data/app/assets/javascripts/jquery-ui/i18n/datepicker-nb.js +49 -0
  87. data/app/assets/javascripts/jquery-ui/i18n/datepicker-nl-BE.js +37 -0
  88. data/app/assets/javascripts/jquery-ui/i18n/datepicker-nl.js +37 -0
  89. data/app/assets/javascripts/jquery-ui/i18n/datepicker-nn.js +49 -0
  90. data/app/assets/javascripts/jquery-ui/i18n/datepicker-no.js +50 -0
  91. data/app/assets/javascripts/jquery-ui/i18n/datepicker-pl.js +37 -0
  92. data/app/assets/javascripts/jquery-ui/i18n/datepicker-pt-BR.js +45 -0
  93. data/app/assets/javascripts/jquery-ui/i18n/datepicker-pt.js +44 -0
  94. data/app/assets/javascripts/jquery-ui/i18n/datepicker-rm.js +61 -0
  95. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ro.js +40 -0
  96. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ru.js +37 -0
  97. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sk.js +37 -0
  98. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sl.js +38 -0
  99. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sq.js +37 -0
  100. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sr-SR.js +37 -0
  101. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sr.js +37 -0
  102. data/app/assets/javascripts/jquery-ui/i18n/datepicker-sv.js +37 -0
  103. data/app/assets/javascripts/jquery-ui/i18n/datepicker-ta.js +53 -0
  104. data/app/assets/javascripts/jquery-ui/i18n/datepicker-th.js +37 -0
  105. data/app/assets/javascripts/jquery-ui/i18n/datepicker-tj.js +37 -0
  106. data/app/assets/javascripts/jquery-ui/i18n/datepicker-tr.js +37 -0
  107. data/app/assets/javascripts/jquery-ui/i18n/datepicker-uk.js +38 -0
  108. data/app/assets/javascripts/jquery-ui/i18n/datepicker-vi.js +37 -0
  109. data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-CN.js +37 -0
  110. data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-HK.js +37 -0
  111. data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-TW.js +37 -0
  112. data/app/assets/javascripts/jquery-ui/ie.js +17 -0
  113. data/app/assets/javascripts/jquery-ui/jquery-1-7.js +91 -0
  114. data/app/assets/javascripts/jquery-ui/keycode.js +47 -0
  115. data/app/assets/javascripts/jquery-ui/labels.js +65 -0
  116. data/app/assets/javascripts/jquery-ui/plugin.js +46 -0
  117. data/app/assets/javascripts/jquery-ui/position.js +92 -109
  118. data/app/assets/javascripts/jquery-ui/safe-active-element.js +42 -0
  119. data/app/assets/javascripts/jquery-ui/safe-blur.js +23 -0
  120. data/app/assets/javascripts/jquery-ui/scroll-parent.js +47 -0
  121. data/app/assets/javascripts/jquery-ui/tabbable.js +38 -0
  122. data/app/assets/javascripts/jquery-ui/unique-id.js +51 -0
  123. data/app/assets/javascripts/jquery-ui/version.js +17 -0
  124. data/app/assets/javascripts/jquery-ui/widget.js +328 -151
  125. data/app/assets/javascripts/jquery-ui/{accordion.js → widgets/accordion.js} +187 -162
  126. data/app/assets/javascripts/jquery-ui/{autocomplete.js → widgets/autocomplete.js} +148 -92
  127. data/app/assets/javascripts/jquery-ui/widgets/button.js +391 -0
  128. data/app/assets/javascripts/jquery-ui/widgets/checkboxradio.js +291 -0
  129. data/app/assets/javascripts/jquery-ui/widgets/controlgroup.js +300 -0
  130. data/app/assets/javascripts/jquery-ui/widgets/datepicker.js +2123 -0
  131. data/app/assets/javascripts/jquery-ui/{dialog.js → widgets/dialog.js} +229 -158
  132. data/app/assets/javascripts/jquery-ui/{draggable.js → widgets/draggable.js} +416 -293
  133. data/app/assets/javascripts/jquery-ui/{droppable.js → widgets/droppable.js} +167 -83
  134. data/app/assets/javascripts/jquery-ui/{menu.js → widgets/menu.js} +164 -134
  135. data/app/assets/javascripts/jquery-ui/widgets/mouse.js +230 -0
  136. data/app/assets/javascripts/jquery-ui/{progressbar.js → widgets/progressbar.js} +60 -41
  137. data/app/assets/javascripts/jquery-ui/{resizable.js → widgets/resizable.js} +413 -362
  138. data/app/assets/javascripts/jquery-ui/widgets/selectable.js +314 -0
  139. data/app/assets/javascripts/jquery-ui/{selectmenu.js → widgets/selectmenu.js} +253 -176
  140. data/app/assets/javascripts/jquery-ui/{slider.js → widgets/slider.js} +193 -157
  141. data/app/assets/javascripts/jquery-ui/widgets/sortable.js +1561 -0
  142. data/app/assets/javascripts/jquery-ui/{spinner.js → widgets/spinner.js} +175 -112
  143. data/app/assets/javascripts/jquery-ui/{tabs.js → widgets/tabs.js} +237 -195
  144. data/app/assets/javascripts/jquery-ui/{tooltip.js → widgets/tooltip.js} +136 -87
  145. data/app/assets/javascripts/jquery-ui.js +52 -33
  146. data/app/assets/stylesheets/jquery-ui/accordion.css +1 -15
  147. data/app/assets/stylesheets/jquery-ui/all.css +1 -1
  148. data/app/assets/stylesheets/jquery-ui/autocomplete.css +1 -3
  149. data/app/assets/stylesheets/jquery-ui/base.css +3 -1
  150. data/app/assets/stylesheets/jquery-ui/button.css +35 -68
  151. data/app/assets/stylesheets/jquery-ui/checkboxradio.css +37 -0
  152. data/app/assets/stylesheets/jquery-ui/controlgroup.css +68 -0
  153. data/app/assets/stylesheets/jquery-ui/core.css +11 -7
  154. data/app/assets/stylesheets/jquery-ui/datepicker.css +11 -2
  155. data/app/assets/stylesheets/jquery-ui/dialog.css +38 -11
  156. data/app/assets/stylesheets/jquery-ui/draggable.css +1 -2
  157. data/app/assets/stylesheets/jquery-ui/menu.css +7 -7
  158. data/app/assets/stylesheets/jquery-ui/progressbar.css +1 -2
  159. data/app/assets/stylesheets/jquery-ui/resizable.css +1 -2
  160. data/app/assets/stylesheets/jquery-ui/selectable.css +1 -2
  161. data/app/assets/stylesheets/jquery-ui/selectmenu.css +11 -22
  162. data/app/assets/stylesheets/jquery-ui/slider.css +1 -2
  163. data/app/assets/stylesheets/jquery-ui/sortable.css +1 -2
  164. data/app/assets/stylesheets/jquery-ui/spinner.css +7 -22
  165. data/app/assets/stylesheets/jquery-ui/tabs.css +1 -2
  166. data/app/assets/stylesheets/jquery-ui/theme.css.erb +113 -87
  167. data/app/assets/stylesheets/jquery-ui/tooltip.css +1 -4
  168. data/lib/jquery/ui/rails/version.rb +2 -2
  169. metadata +150 -144
  170. data/app/assets/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png +0 -0
  171. data/app/assets/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  172. data/app/assets/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png +0 -0
  173. data/app/assets/images/jquery-ui/ui-bg_glass_75_dadada_1x400.png +0 -0
  174. data/app/assets/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  175. data/app/assets/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  176. data/app/assets/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  177. data/app/assets/images/jquery-ui/ui-icons_222222_256x240.png +0 -0
  178. data/app/assets/images/jquery-ui/ui-icons_2e83ff_256x240.png +0 -0
  179. data/app/assets/images/jquery-ui/ui-icons_454545_256x240.png +0 -0
  180. data/app/assets/images/jquery-ui/ui-icons_888888_256x240.png +0 -0
  181. data/app/assets/images/jquery-ui/ui-icons_cd0a0a_256x240.png +0 -0
  182. data/app/assets/javascripts/jquery-ui/button.js +0 -414
  183. data/app/assets/javascripts/jquery-ui/datepicker-af.js +0 -37
  184. data/app/assets/javascripts/jquery-ui/datepicker-ar-DZ.js +0 -37
  185. data/app/assets/javascripts/jquery-ui/datepicker-ar.js +0 -38
  186. data/app/assets/javascripts/jquery-ui/datepicker-az.js +0 -37
  187. data/app/assets/javascripts/jquery-ui/datepicker-be.js +0 -37
  188. data/app/assets/javascripts/jquery-ui/datepicker-bg.js +0 -38
  189. data/app/assets/javascripts/jquery-ui/datepicker-bs.js +0 -37
  190. data/app/assets/javascripts/jquery-ui/datepicker-ca.js +0 -37
  191. data/app/assets/javascripts/jquery-ui/datepicker-cs.js +0 -37
  192. data/app/assets/javascripts/jquery-ui/datepicker-cy-GB.js +0 -37
  193. data/app/assets/javascripts/jquery-ui/datepicker-da.js +0 -37
  194. data/app/assets/javascripts/jquery-ui/datepicker-de.js +0 -37
  195. data/app/assets/javascripts/jquery-ui/datepicker-el.js +0 -37
  196. data/app/assets/javascripts/jquery-ui/datepicker-en-AU.js +0 -37
  197. data/app/assets/javascripts/jquery-ui/datepicker-en-GB.js +0 -37
  198. data/app/assets/javascripts/jquery-ui/datepicker-en-NZ.js +0 -37
  199. data/app/assets/javascripts/jquery-ui/datepicker-eo.js +0 -37
  200. data/app/assets/javascripts/jquery-ui/datepicker-es.js +0 -37
  201. data/app/assets/javascripts/jquery-ui/datepicker-et.js +0 -37
  202. data/app/assets/javascripts/jquery-ui/datepicker-eu.js +0 -36
  203. data/app/assets/javascripts/jquery-ui/datepicker-fa.js +0 -73
  204. data/app/assets/javascripts/jquery-ui/datepicker-fi.js +0 -37
  205. data/app/assets/javascripts/jquery-ui/datepicker-fo.js +0 -37
  206. data/app/assets/javascripts/jquery-ui/datepicker-fr-CA.js +0 -37
  207. data/app/assets/javascripts/jquery-ui/datepicker-fr-CH.js +0 -37
  208. data/app/assets/javascripts/jquery-ui/datepicker-fr.js +0 -39
  209. data/app/assets/javascripts/jquery-ui/datepicker-gl.js +0 -37
  210. data/app/assets/javascripts/jquery-ui/datepicker-he.js +0 -37
  211. data/app/assets/javascripts/jquery-ui/datepicker-hi.js +0 -37
  212. data/app/assets/javascripts/jquery-ui/datepicker-hr.js +0 -37
  213. data/app/assets/javascripts/jquery-ui/datepicker-hu.js +0 -36
  214. data/app/assets/javascripts/jquery-ui/datepicker-hy.js +0 -37
  215. data/app/assets/javascripts/jquery-ui/datepicker-id.js +0 -37
  216. data/app/assets/javascripts/jquery-ui/datepicker-is.js +0 -37
  217. data/app/assets/javascripts/jquery-ui/datepicker-it-CH.js +0 -37
  218. data/app/assets/javascripts/jquery-ui/datepicker-it.js +0 -37
  219. data/app/assets/javascripts/jquery-ui/datepicker-ja.js +0 -37
  220. data/app/assets/javascripts/jquery-ui/datepicker-ka.js +0 -35
  221. data/app/assets/javascripts/jquery-ui/datepicker-kk.js +0 -37
  222. data/app/assets/javascripts/jquery-ui/datepicker-km.js +0 -37
  223. data/app/assets/javascripts/jquery-ui/datepicker-ko.js +0 -37
  224. data/app/assets/javascripts/jquery-ui/datepicker-ky.js +0 -38
  225. data/app/assets/javascripts/jquery-ui/datepicker-lb.js +0 -37
  226. data/app/assets/javascripts/jquery-ui/datepicker-lt.js +0 -37
  227. data/app/assets/javascripts/jquery-ui/datepicker-lv.js +0 -37
  228. data/app/assets/javascripts/jquery-ui/datepicker-mk.js +0 -37
  229. data/app/assets/javascripts/jquery-ui/datepicker-ml.js +0 -37
  230. data/app/assets/javascripts/jquery-ui/datepicker-ms.js +0 -37
  231. data/app/assets/javascripts/jquery-ui/datepicker-nb.js +0 -36
  232. data/app/assets/javascripts/jquery-ui/datepicker-nl-BE.js +0 -37
  233. data/app/assets/javascripts/jquery-ui/datepicker-nl.js +0 -37
  234. data/app/assets/javascripts/jquery-ui/datepicker-nn.js +0 -36
  235. data/app/assets/javascripts/jquery-ui/datepicker-no.js +0 -37
  236. data/app/assets/javascripts/jquery-ui/datepicker-pl.js +0 -37
  237. data/app/assets/javascripts/jquery-ui/datepicker-pt-BR.js +0 -37
  238. data/app/assets/javascripts/jquery-ui/datepicker-pt.js +0 -36
  239. data/app/assets/javascripts/jquery-ui/datepicker-rm.js +0 -35
  240. data/app/assets/javascripts/jquery-ui/datepicker-ro.js +0 -40
  241. data/app/assets/javascripts/jquery-ui/datepicker-ru.js +0 -37
  242. data/app/assets/javascripts/jquery-ui/datepicker-sk.js +0 -37
  243. data/app/assets/javascripts/jquery-ui/datepicker-sl.js +0 -38
  244. data/app/assets/javascripts/jquery-ui/datepicker-sq.js +0 -37
  245. data/app/assets/javascripts/jquery-ui/datepicker-sr-SR.js +0 -37
  246. data/app/assets/javascripts/jquery-ui/datepicker-sr.js +0 -37
  247. data/app/assets/javascripts/jquery-ui/datepicker-sv.js +0 -37
  248. data/app/assets/javascripts/jquery-ui/datepicker-ta.js +0 -37
  249. data/app/assets/javascripts/jquery-ui/datepicker-th.js +0 -37
  250. data/app/assets/javascripts/jquery-ui/datepicker-tj.js +0 -37
  251. data/app/assets/javascripts/jquery-ui/datepicker-tr.js +0 -37
  252. data/app/assets/javascripts/jquery-ui/datepicker-uk.js +0 -38
  253. data/app/assets/javascripts/jquery-ui/datepicker-vi.js +0 -37
  254. data/app/assets/javascripts/jquery-ui/datepicker-zh-CN.js +0 -37
  255. data/app/assets/javascripts/jquery-ui/datepicker-zh-HK.js +0 -37
  256. data/app/assets/javascripts/jquery-ui/datepicker-zh-TW.js +0 -37
  257. data/app/assets/javascripts/jquery-ui/datepicker.js +0 -2086
  258. data/app/assets/javascripts/jquery-ui/effect-blind.js +0 -92
  259. data/app/assets/javascripts/jquery-ui/effect-bounce.js +0 -125
  260. data/app/assets/javascripts/jquery-ui/effect-clip.js +0 -79
  261. data/app/assets/javascripts/jquery-ui/effect-drop.js +0 -77
  262. data/app/assets/javascripts/jquery-ui/effect-explode.js +0 -109
  263. data/app/assets/javascripts/jquery-ui/effect-fade.js +0 -42
  264. data/app/assets/javascripts/jquery-ui/effect-fold.js +0 -88
  265. data/app/assets/javascripts/jquery-ui/effect-highlight.js +0 -62
  266. data/app/assets/javascripts/jquery-ui/effect-puff.js +0 -63
  267. data/app/assets/javascripts/jquery-ui/effect-pulsate.js +0 -75
  268. data/app/assets/javascripts/jquery-ui/effect-scale.js +0 -92
  269. data/app/assets/javascripts/jquery-ui/effect-shake.js +0 -86
  270. data/app/assets/javascripts/jquery-ui/effect-size.js +0 -235
  271. data/app/assets/javascripts/jquery-ui/effect-slide.js +0 -76
  272. data/app/assets/javascripts/jquery-ui/effect-transfer.js +0 -59
  273. data/app/assets/javascripts/jquery-ui/mouse.js +0 -202
  274. data/app/assets/javascripts/jquery-ui/selectable.js +0 -291
  275. data/app/assets/javascripts/jquery-ui/sortable.js +0 -1319
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Button 1.11.4
2
+ * jQuery UI Button 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -9,20 +9,26 @@
9
9
  * http://api.jqueryui.com/button/#theming
10
10
  */
11
11
  /*
12
- *= require jquery-ui/core
13
12
  *= require jquery-ui/theme
14
13
  */
15
14
  .ui-button {
15
+ padding: .4em 1em;
16
16
  display: inline-block;
17
17
  position: relative;
18
- padding: 0;
19
18
  line-height: normal;
20
19
  margin-right: .1em;
21
20
  cursor: pointer;
22
21
  vertical-align: middle;
23
22
  text-align: center;
24
- overflow: visible; /* removes extra width in IE */
23
+ -webkit-user-select: none;
24
+ -moz-user-select: none;
25
+ -ms-user-select: none;
26
+ user-select: none;
27
+
28
+ /* Support: IE <= 11 */
29
+ overflow: visible;
25
30
  }
31
+
26
32
  .ui-button,
27
33
  .ui-button:link,
28
34
  .ui-button:visited,
@@ -30,87 +36,48 @@
30
36
  .ui-button:active {
31
37
  text-decoration: none;
32
38
  }
39
+
33
40
  /* to make room for the icon, a width needs to be set here */
34
41
  .ui-button-icon-only {
35
- width: 2.2em;
36
- }
37
- /* button elements seem to need a little more width */
38
- button.ui-button-icon-only {
39
- width: 2.4em;
40
- }
41
- .ui-button-icons-only {
42
- width: 3.4em;
43
- }
44
- button.ui-button-icons-only {
45
- width: 3.7em;
42
+ width: 2em;
43
+ box-sizing: border-box;
44
+ text-indent: -9999px;
45
+ white-space: nowrap;
46
46
  }
47
47
 
48
- /* button text element */
49
- .ui-button .ui-button-text {
50
- display: block;
51
- line-height: normal;
52
- }
53
- .ui-button-text-only .ui-button-text {
54
- padding: .4em 1em;
55
- }
56
- .ui-button-icon-only .ui-button-text,
57
- .ui-button-icons-only .ui-button-text {
58
- padding: .4em;
59
- text-indent: -9999999px;
60
- }
61
- .ui-button-text-icon-primary .ui-button-text,
62
- .ui-button-text-icons .ui-button-text {
63
- padding: .4em 1em .4em 2.1em;
64
- }
65
- .ui-button-text-icon-secondary .ui-button-text,
66
- .ui-button-text-icons .ui-button-text {
67
- padding: .4em 2.1em .4em 1em;
68
- }
69
- .ui-button-text-icons .ui-button-text {
70
- padding-left: 2.1em;
71
- padding-right: 2.1em;
72
- }
73
- /* no icon support for input elements, provide padding by default */
74
- input.ui-button {
75
- padding: .4em 1em;
48
+ /* no icon support for input elements */
49
+ input.ui-button.ui-button-icon-only {
50
+ text-indent: 0;
76
51
  }
77
52
 
78
53
  /* button icon element(s) */
79
- .ui-button-icon-only .ui-icon,
80
- .ui-button-text-icon-primary .ui-icon,
81
- .ui-button-text-icon-secondary .ui-icon,
82
- .ui-button-text-icons .ui-icon,
83
- .ui-button-icons-only .ui-icon {
54
+ .ui-button-icon-only .ui-icon {
84
55
  position: absolute;
85
56
  top: 50%;
86
- margin-top: -8px;
87
- }
88
- .ui-button-icon-only .ui-icon {
89
57
  left: 50%;
58
+ margin-top: -8px;
90
59
  margin-left: -8px;
91
60
  }
92
- .ui-button-text-icon-primary .ui-button-icon-primary,
93
- .ui-button-text-icons .ui-button-icon-primary,
94
- .ui-button-icons-only .ui-button-icon-primary {
95
- left: .5em;
96
- }
97
- .ui-button-text-icon-secondary .ui-button-icon-secondary,
98
- .ui-button-text-icons .ui-button-icon-secondary,
99
- .ui-button-icons-only .ui-button-icon-secondary {
100
- right: .5em;
101
- }
102
61
 
103
- /* button sets */
104
- .ui-buttonset {
105
- margin-right: 7px;
62
+ .ui-button.ui-icon-notext .ui-icon {
63
+ padding: 0;
64
+ width: 2.1em;
65
+ height: 2.1em;
66
+ text-indent: -9999px;
67
+ white-space: nowrap;
68
+
106
69
  }
107
- .ui-buttonset .ui-button {
108
- margin-left: 0;
109
- margin-right: -.3em;
70
+
71
+ input.ui-button.ui-icon-notext .ui-icon {
72
+ width: auto;
73
+ height: auto;
74
+ text-indent: 0;
75
+ white-space: normal;
76
+ padding: .4em 1em;
110
77
  }
111
78
 
112
79
  /* workarounds */
113
- /* reset extra padding in Firefox, see h5bp.com/l */
80
+ /* Support: Firefox 5 - 40 */
114
81
  input.ui-button::-moz-focus-inner,
115
82
  button.ui-button::-moz-focus-inner {
116
83
  border: 0;
@@ -0,0 +1,37 @@
1
+ /*!
2
+ * jQuery UI Checkboxradio 1.12.1
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/checkboxradio/#theming
10
+ */
11
+ /*
12
+ *= require jquery-ui/theme
13
+ */
14
+
15
+ .ui-checkboxradio-label .ui-icon-background {
16
+ box-shadow: inset 1px 1px 1px #ccc;
17
+ border-radius: .12em;
18
+ border: none;
19
+ }
20
+ .ui-checkboxradio-radio-label .ui-icon-background {
21
+ width: 16px;
22
+ height: 16px;
23
+ border-radius: 1em;
24
+ overflow: visible;
25
+ border: none;
26
+ }
27
+ .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
28
+ .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
29
+ background-image: none;
30
+ width: 8px;
31
+ height: 8px;
32
+ border-width: 4px;
33
+ border-style: solid;
34
+ }
35
+ .ui-checkboxradio-disabled {
36
+ pointer-events: none;
37
+ }
@@ -0,0 +1,68 @@
1
+ /*!
2
+ * jQuery UI Controlgroup 1.12.1
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/controlgroup/#theming
10
+ */
11
+ /*
12
+ *= require jquery-ui/theme
13
+ */
14
+
15
+ .ui-controlgroup {
16
+ vertical-align: middle;
17
+ display: inline-block;
18
+ }
19
+ .ui-controlgroup > .ui-controlgroup-item {
20
+ float: left;
21
+ margin-left: 0;
22
+ margin-right: 0;
23
+ }
24
+ .ui-controlgroup > .ui-controlgroup-item:focus,
25
+ .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
26
+ z-index: 9999;
27
+ }
28
+ .ui-controlgroup-vertical > .ui-controlgroup-item {
29
+ display: block;
30
+ float: none;
31
+ width: 100%;
32
+ margin-top: 0;
33
+ margin-bottom: 0;
34
+ text-align: left;
35
+ }
36
+ .ui-controlgroup-vertical .ui-controlgroup-item {
37
+ box-sizing: border-box;
38
+ }
39
+ .ui-controlgroup .ui-controlgroup-label {
40
+ padding: .4em 1em;
41
+ }
42
+ .ui-controlgroup .ui-controlgroup-label span {
43
+ font-size: 80%;
44
+ }
45
+ .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
46
+ border-left: none;
47
+ }
48
+ .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
49
+ border-top: none;
50
+ }
51
+ .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
52
+ border-right: none;
53
+ }
54
+ .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
55
+ border-bottom: none;
56
+ }
57
+
58
+ /* Spinner specific style fixes */
59
+ .ui-controlgroup-vertical .ui-spinner-input {
60
+
61
+ /* Support: IE8 only, Android < 4.4 only */
62
+ width: 75%;
63
+ width: calc( 100% - 2.4em );
64
+ }
65
+ .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
66
+ border-top-style: solid;
67
+ }
68
+
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI CSS Framework 1.11.4
2
+ * jQuery UI CSS Framework 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -46,9 +46,6 @@
46
46
  .ui-helper-clearfix:after {
47
47
  clear: both;
48
48
  }
49
- .ui-helper-clearfix {
50
- min-height: 0; /* support: IE7 */
51
- }
52
49
  .ui-helper-zfix {
53
50
  width: 100%;
54
51
  height: 100%;
@@ -68,20 +65,27 @@
68
65
  ----------------------------------*/
69
66
  .ui-state-disabled {
70
67
  cursor: default !important;
68
+ pointer-events: none;
71
69
  }
72
70
 
73
71
 
74
72
  /* Icons
75
73
  ----------------------------------*/
76
-
77
- /* states and images */
78
74
  .ui-icon {
79
- display: block;
75
+ display: inline-block;
76
+ vertical-align: middle;
77
+ margin-top: -.25em;
78
+ position: relative;
80
79
  text-indent: -99999px;
81
80
  overflow: hidden;
82
81
  background-repeat: no-repeat;
83
82
  }
84
83
 
84
+ .ui-widget-icon-block {
85
+ left: 50%;
86
+ margin-left: -8px;
87
+ display: block;
88
+ }
85
89
 
86
90
  /* Misc visuals
87
91
  ----------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Datepicker 1.11.4
2
+ * jQuery UI Datepicker 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -9,7 +9,6 @@
9
9
  * http://api.jqueryui.com/datepicker/#theming
10
10
  */
11
11
  /*
12
- *= require jquery-ui/core
13
12
  *= require jquery-ui/theme
14
13
  */
15
14
  .ui-datepicker {
@@ -177,3 +176,13 @@
177
176
  border-right-width: 0;
178
177
  border-left-width: 1px;
179
178
  }
179
+
180
+ /* Icons */
181
+ .ui-datepicker .ui-icon {
182
+ display: block;
183
+ text-indent: -99999px;
184
+ overflow: hidden;
185
+ background-repeat: no-repeat;
186
+ left: .5em;
187
+ top: .3em;
188
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Dialog 1.11.4
2
+ * jQuery UI Dialog 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -9,14 +9,9 @@
9
9
  * http://api.jqueryui.com/dialog/#theming
10
10
  */
11
11
  /*
12
- *= require jquery-ui/core
13
- *= require jquery-ui/button
14
- *= require jquery-ui/draggable
15
- *= require jquery-ui/resizable
16
12
  *= require jquery-ui/theme
17
13
  */
18
14
  .ui-dialog {
19
- overflow: hidden;
20
15
  position: absolute;
21
16
  top: 0;
22
17
  left: 0;
@@ -65,12 +60,44 @@
65
60
  margin: .5em .4em .5em 0;
66
61
  cursor: pointer;
67
62
  }
63
+ .ui-dialog .ui-resizable-n {
64
+ height: 2px;
65
+ top: 0;
66
+ }
67
+ .ui-dialog .ui-resizable-e {
68
+ width: 2px;
69
+ right: 0;
70
+ }
71
+ .ui-dialog .ui-resizable-s {
72
+ height: 2px;
73
+ bottom: 0;
74
+ }
75
+ .ui-dialog .ui-resizable-w {
76
+ width: 2px;
77
+ left: 0;
78
+ }
79
+ .ui-dialog .ui-resizable-se,
80
+ .ui-dialog .ui-resizable-sw,
81
+ .ui-dialog .ui-resizable-ne,
82
+ .ui-dialog .ui-resizable-nw {
83
+ width: 7px;
84
+ height: 7px;
85
+ }
68
86
  .ui-dialog .ui-resizable-se {
69
- width: 12px;
70
- height: 12px;
71
- right: -5px;
72
- bottom: -5px;
73
- background-position: 16px 16px;
87
+ right: 0;
88
+ bottom: 0;
89
+ }
90
+ .ui-dialog .ui-resizable-sw {
91
+ left: 0;
92
+ bottom: 0;
93
+ }
94
+ .ui-dialog .ui-resizable-ne {
95
+ right: 0;
96
+ top: 0;
97
+ }
98
+ .ui-dialog .ui-resizable-nw {
99
+ left: 0;
100
+ top: 0;
74
101
  }
75
102
  .ui-draggable .ui-dialog-titlebar {
76
103
  cursor: move;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Draggable 1.11.4
2
+ * jQuery UI Draggable 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -7,7 +7,6 @@
7
7
  * http://jquery.org/license
8
8
  */
9
9
  /*
10
- *= require jquery-ui/core
11
10
  *= require jquery-ui/theme
12
11
  */
13
12
  .ui-draggable-handle {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Menu 1.11.4
2
+ * jQuery UI Menu 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -9,7 +9,6 @@
9
9
  * http://api.jqueryui.com/menu/#theming
10
10
  */
11
11
  /*
12
- *= require jquery-ui/core
13
12
  *= require jquery-ui/theme
14
13
  */
15
14
  .ui-menu {
@@ -17,20 +16,21 @@
17
16
  padding: 0;
18
17
  margin: 0;
19
18
  display: block;
20
- outline: none;
19
+ outline: 0;
21
20
  }
22
21
  .ui-menu .ui-menu {
23
22
  position: absolute;
24
23
  }
25
24
  .ui-menu .ui-menu-item {
26
- position: relative;
27
25
  margin: 0;
28
- padding: 3px 1em 3px .4em;
29
26
  cursor: pointer;
30
- min-height: 0; /* support: IE7 */
31
27
  /* support: IE10, see #8844 */
32
28
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
33
29
  }
30
+ .ui-menu .ui-menu-item-wrapper {
31
+ position: relative;
32
+ padding: 3px 1em 3px .4em;
33
+ }
34
34
  .ui-menu .ui-menu-divider {
35
35
  margin: 5px 0;
36
36
  height: 0;
@@ -47,7 +47,7 @@
47
47
  .ui-menu-icons {
48
48
  position: relative;
49
49
  }
50
- .ui-menu-icons .ui-menu-item {
50
+ .ui-menu-icons .ui-menu-item-wrapper {
51
51
  padding-left: 2em;
52
52
  }
53
53
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Progressbar 1.11.4
2
+ * jQuery UI Progressbar 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -9,7 +9,6 @@
9
9
  * http://api.jqueryui.com/progressbar/#theming
10
10
  */
11
11
  /*
12
- *= require jquery-ui/core
13
12
  *= require jquery-ui/theme
14
13
  */
15
14
  .ui-progressbar {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Resizable 1.11.4
2
+ * jQuery UI Resizable 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -7,7 +7,6 @@
7
7
  * http://jquery.org/license
8
8
  */
9
9
  /*
10
- *= require jquery-ui/core
11
10
  *= require jquery-ui/theme
12
11
  */
13
12
  .ui-resizable {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Selectable 1.11.4
2
+ * jQuery UI Selectable 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -7,7 +7,6 @@
7
7
  * http://jquery.org/license
8
8
  */
9
9
  /*
10
- *= require jquery-ui/core
11
10
  *= require jquery-ui/theme
12
11
  */
13
12
  .ui-selectable {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Selectmenu 1.11.4
2
+ * jQuery UI Selectmenu 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -9,8 +9,6 @@
9
9
  * http://api.jqueryui.com/selectmenu/#theming
10
10
  */
11
11
  /*
12
- *= require jquery-ui/core
13
- *= require jquery-ui/menu
14
12
  *= require jquery-ui/theme
15
13
  */
16
14
  .ui-selectmenu-menu {
@@ -23,7 +21,6 @@
23
21
  }
24
22
  .ui-selectmenu-menu .ui-menu {
25
23
  overflow: auto;
26
- /* Support: IE7 */
27
24
  overflow-x: hidden;
28
25
  padding-bottom: 1px;
29
26
  }
@@ -39,26 +36,18 @@
39
36
  .ui-selectmenu-open {
40
37
  display: block;
41
38
  }
42
- .ui-selectmenu-button {
43
- display: inline-block;
44
- overflow: hidden;
45
- position: relative;
46
- text-decoration: none;
47
- cursor: pointer;
48
- }
49
- .ui-selectmenu-button span.ui-icon {
50
- right: 0.5em;
51
- left: auto;
52
- margin-top: -8px;
53
- position: absolute;
54
- top: 50%;
55
- }
56
- .ui-selectmenu-button span.ui-selectmenu-text {
57
- text-align: left;
58
- padding: 0.4em 2.1em 0.4em 1em;
39
+ .ui-selectmenu-text {
59
40
  display: block;
60
- line-height: 1.4;
41
+ margin-right: 20px;
61
42
  overflow: hidden;
62
43
  text-overflow: ellipsis;
44
+ }
45
+ .ui-selectmenu-button.ui-button {
46
+ text-align: left;
63
47
  white-space: nowrap;
48
+ width: 14em;
49
+ }
50
+ .ui-selectmenu-icon.ui-icon {
51
+ float: right;
52
+ margin-top: 0;
64
53
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Slider 1.11.4
2
+ * jQuery UI Slider 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -9,7 +9,6 @@
9
9
  * http://api.jqueryui.com/slider/#theming
10
10
  */
11
11
  /*
12
- *= require jquery-ui/core
13
12
  *= require jquery-ui/theme
14
13
  */
15
14
  .ui-slider {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Sortable 1.11.4
2
+ * jQuery UI Sortable 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -7,7 +7,6 @@
7
7
  * http://jquery.org/license
8
8
  */
9
9
  /*
10
- *= require jquery-ui/core
11
10
  *= require jquery-ui/theme
12
11
  */
13
12
  .ui-sortable-handle {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Spinner 1.11.4
2
+ * jQuery UI Spinner 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -9,8 +9,6 @@
9
9
  * http://api.jqueryui.com/spinner/#theming
10
10
  */
11
11
  /*
12
- *= require jquery-ui/core
13
- *= require jquery-ui/button
14
12
  *= require jquery-ui/theme
15
13
  */
16
14
  .ui-spinner {
@@ -24,14 +22,14 @@
24
22
  border: none;
25
23
  background: none;
26
24
  color: inherit;
27
- padding: 0;
25
+ padding: .222em 0;
28
26
  margin: .2em 0;
29
27
  vertical-align: middle;
30
28
  margin-left: .4em;
31
- margin-right: 22px;
29
+ margin-right: 2em;
32
30
  }
33
31
  .ui-spinner-button {
34
- width: 16px;
32
+ width: 1.6em;
35
33
  height: 50%;
36
34
  font-size: .5em;
37
35
  padding: 0;
@@ -45,16 +43,9 @@
45
43
  }
46
44
  /* more specificity required here to override default borders */
47
45
  .ui-spinner a.ui-spinner-button {
48
- border-top: none;
49
- border-bottom: none;
50
- border-right: none;
51
- }
52
- /* vertically center icon */
53
- .ui-spinner .ui-icon {
54
- position: absolute;
55
- margin-top: -8px;
56
- top: 50%;
57
- left: 0;
46
+ border-top-style: none;
47
+ border-bottom-style: none;
48
+ border-right-style: none;
58
49
  }
59
50
  .ui-spinner-up {
60
51
  top: 0;
@@ -62,9 +53,3 @@
62
53
  .ui-spinner-down {
63
54
  bottom: 0;
64
55
  }
65
-
66
- /* TR overrides */
67
- .ui-spinner .ui-icon-triangle-1-s {
68
- /* need to fix icons sprite */
69
- background-position: -65px -16px;
70
- }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI Tabs 1.11.4
2
+ * jQuery UI Tabs 1.12.1
3
3
  * http://jqueryui.com
4
4
  *
5
5
  * Copyright jQuery Foundation and other contributors
@@ -9,7 +9,6 @@
9
9
  * http://api.jqueryui.com/tabs/#theming
10
10
  */
11
11
  /*
12
- *= require jquery-ui/core
13
12
  *= require jquery-ui/theme
14
13
  */
15
14
  .ui-tabs {