gent_styleguide 2.9.2 → 2.12.0

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.
Files changed (284) hide show
  1. package/.codeclimate.yml +51 -14
  2. package/CHANGELOG.md +15 -1
  3. package/CONTRIBUTING.md +8 -1
  4. package/README.md +23 -6
  5. package/build/styleguide/js/base-min.js +68 -1
  6. package/build/styleguide/js/breadcrumbs.binding-min.js +13 -1
  7. package/build/styleguide/js/breadcrumbs.functions-min.js +131 -1
  8. package/build/styleguide/js/button-drop-min.js +38 -1
  9. package/build/styleguide/js/button-drop.binding-min.js +13 -1
  10. package/build/styleguide/js/button-drop.functions-min.js +48 -1
  11. package/build/styleguide/js/gallery.binding-min.js +12 -1
  12. package/build/styleguide/js/gallery.functions-min.js +29 -1
  13. package/build/styleguide/js/hamburger-menu.binding-min.js +17 -1
  14. package/build/styleguide/js/hamburger-menu.functions-min.js +166 -1
  15. package/build/styleguide/js/header.binding-min.js +18 -1
  16. package/build/styleguide/js/header.functions-min.js +73 -1
  17. package/build/styleguide/js/input-date.binding-min.js +8 -1
  18. package/build/styleguide/js/input-date.functions-min.js +27 -1
  19. package/build/styleguide/js/input-multiselect-chosen.binding-min.js +31 -1
  20. package/build/styleguide/js/input-multiselect-chosen.functions-min.js +24 -1
  21. package/build/styleguide/js/teaser-collection.binding-min.js +14 -1
  22. package/build/styleguide/sass/00-settings/_vars.scss +2 -3
  23. package/build/styleguide/sass/01-mixins/grid/_default_classes.scss +8 -6
  24. package/build/styleguide/sass/01-mixins/grid/_mixins.scss +22 -20
  25. package/build/styleguide/sass/11-base/forms/_forms.scss +3 -0
  26. package/build/styleguide/sass/11-base/grid/_grid.scss +2 -2
  27. package/build/styleguide/sass/21-atoms/fieldset/_fieldset.scss +1 -1
  28. package/build/styleguide/sass/21-atoms/inputs/input-multiselect-chosen/_input-multiselect-chosen.scss +1 -1
  29. package/build/styleguide/sass/21-atoms/tag/_tag.scss +0 -5
  30. package/build/styleguide/sass/31-molecules/building-blocks/breadcrumbs/_breadcrumbs.scss +33 -37
  31. package/build/styleguide/sass/31-molecules/building-blocks/hamburger-menu/_hamburger-menu.scss +1 -1
  32. package/build/styleguide/sass/31-molecules/status-message/_status-message.scss +1 -0
  33. package/build/styleguide/sass/41-organisms/header/_header.scss +2 -2
  34. package/build/styleguide/sass/main_cli.scss +12 -11
  35. package/nbproject/private/private.properties +1 -0
  36. package/nbproject/private/private.xml +8 -0
  37. package/nbproject/project.properties +5 -0
  38. package/nbproject/project.xml +9 -0
  39. package/package.json +7 -9
  40. package/.github/ISSUE_TEMPLATE.md +0 -32
  41. package/.github/PULL_REQUEST_TEMPLATE.md +0 -30
  42. package/.mdl.style.rb +0 -9
  43. package/.mdlrc +0 -1
  44. package/.travis.yml +0 -27
  45. package/build/styleguide/vendor/chosen-js/README.md +0 -47
  46. package/build/styleguide/vendor/chosen-js/chosen-sprite.png +0 -0
  47. package/build/styleguide/vendor/chosen-js/chosen-sprite@2x.png +0 -0
  48. package/build/styleguide/vendor/chosen-js/chosen.css +0 -490
  49. package/build/styleguide/vendor/chosen-js/chosen.jquery.js +0 -1349
  50. package/build/styleguide/vendor/chosen-js/chosen.jquery.min.js +0 -3
  51. package/build/styleguide/vendor/chosen-js/chosen.min.css +0 -11
  52. package/build/styleguide/vendor/chosen-js/chosen.proto.js +0 -1389
  53. package/build/styleguide/vendor/chosen-js/chosen.proto.min.js +0 -3
  54. package/build/styleguide/vendor/jquery/AUTHORS.txt +0 -301
  55. package/build/styleguide/vendor/jquery/LICENSE.txt +0 -36
  56. package/build/styleguide/vendor/jquery/README.md +0 -67
  57. package/build/styleguide/vendor/jquery/dist/core.js +0 -476
  58. package/build/styleguide/vendor/jquery/dist/jquery.js +0 -10253
  59. package/build/styleguide/vendor/jquery/dist/jquery.min.js +0 -4
  60. package/build/styleguide/vendor/jquery/dist/jquery.min.map +0 -1
  61. package/build/styleguide/vendor/jquery/dist/jquery.slim.js +0 -8160
  62. package/build/styleguide/vendor/jquery/dist/jquery.slim.min.js +0 -4
  63. package/build/styleguide/vendor/jquery/dist/jquery.slim.min.map +0 -1
  64. package/build/styleguide/vendor/jquery/external/sizzle/LICENSE.txt +0 -36
  65. package/build/styleguide/vendor/jquery/external/sizzle/dist/sizzle.js +0 -2272
  66. package/build/styleguide/vendor/jquery/external/sizzle/dist/sizzle.min.js +0 -3
  67. package/build/styleguide/vendor/jquery/external/sizzle/dist/sizzle.min.map +0 -1
  68. package/build/styleguide/vendor/jquery/package.json +0 -97
  69. package/build/styleguide/vendor/jquery/src/.eslintrc.json +0 -5
  70. package/build/styleguide/vendor/jquery/src/ajax/jsonp.js +0 -102
  71. package/build/styleguide/vendor/jquery/src/ajax/load.js +0 -76
  72. package/build/styleguide/vendor/jquery/src/ajax/parseXML.js +0 -30
  73. package/build/styleguide/vendor/jquery/src/ajax/script.js +0 -77
  74. package/build/styleguide/vendor/jquery/src/ajax/var/location.js +0 -5
  75. package/build/styleguide/vendor/jquery/src/ajax/var/nonce.js +0 -7
  76. package/build/styleguide/vendor/jquery/src/ajax/var/rquery.js +0 -5
  77. package/build/styleguide/vendor/jquery/src/ajax/xhr.js +0 -169
  78. package/build/styleguide/vendor/jquery/src/ajax.js +0 -855
  79. package/build/styleguide/vendor/jquery/src/attributes/attr.js +0 -141
  80. package/build/styleguide/vendor/jquery/src/attributes/classes.js +0 -174
  81. package/build/styleguide/vendor/jquery/src/attributes/prop.js +0 -143
  82. package/build/styleguide/vendor/jquery/src/attributes/support.js +0 -33
  83. package/build/styleguide/vendor/jquery/src/attributes/val.js +0 -190
  84. package/build/styleguide/vendor/jquery/src/attributes.js +0 -13
  85. package/build/styleguide/vendor/jquery/src/callbacks.js +0 -234
  86. package/build/styleguide/vendor/jquery/src/core/DOMEval.js +0 -16
  87. package/build/styleguide/vendor/jquery/src/core/access.js +0 -70
  88. package/build/styleguide/vendor/jquery/src/core/init.js +0 -128
  89. package/build/styleguide/vendor/jquery/src/core/nodeName.js +0 -13
  90. package/build/styleguide/vendor/jquery/src/core/parseHTML.js +0 -65
  91. package/build/styleguide/vendor/jquery/src/core/ready-no-deferred.js +0 -96
  92. package/build/styleguide/vendor/jquery/src/core/ready.js +0 -86
  93. package/build/styleguide/vendor/jquery/src/core/readyException.js +0 -13
  94. package/build/styleguide/vendor/jquery/src/core/stripAndCollapse.js +0 -14
  95. package/build/styleguide/vendor/jquery/src/core/support.js +0 -20
  96. package/build/styleguide/vendor/jquery/src/core/var/rsingleTag.js +0 -6
  97. package/build/styleguide/vendor/jquery/src/core.js +0 -476
  98. package/build/styleguide/vendor/jquery/src/css/addGetHookIf.js +0 -26
  99. package/build/styleguide/vendor/jquery/src/css/adjustCSS.js +0 -71
  100. package/build/styleguide/vendor/jquery/src/css/curCSS.js +0 -65
  101. package/build/styleguide/vendor/jquery/src/css/hiddenVisibleSelectors.js +0 -15
  102. package/build/styleguide/vendor/jquery/src/css/showHide.js +0 -105
  103. package/build/styleguide/vendor/jquery/src/css/support.js +0 -89
  104. package/build/styleguide/vendor/jquery/src/css/var/cssExpand.js +0 -5
  105. package/build/styleguide/vendor/jquery/src/css/var/getStyles.js +0 -17
  106. package/build/styleguide/vendor/jquery/src/css/var/isHiddenWithinTree.js +0 -34
  107. package/build/styleguide/vendor/jquery/src/css/var/rmargin.js +0 -5
  108. package/build/styleguide/vendor/jquery/src/css/var/rnumnonpx.js +0 -7
  109. package/build/styleguide/vendor/jquery/src/css/var/swap.js +0 -26
  110. package/build/styleguide/vendor/jquery/src/css.js +0 -438
  111. package/build/styleguide/vendor/jquery/src/data/Data.js +0 -161
  112. package/build/styleguide/vendor/jquery/src/data/var/acceptData.js +0 -19
  113. package/build/styleguide/vendor/jquery/src/data/var/dataPriv.js +0 -7
  114. package/build/styleguide/vendor/jquery/src/data/var/dataUser.js +0 -7
  115. package/build/styleguide/vendor/jquery/src/data.js +0 -179
  116. package/build/styleguide/vendor/jquery/src/deferred/exceptionHook.js +0 -21
  117. package/build/styleguide/vendor/jquery/src/deferred.js +0 -391
  118. package/build/styleguide/vendor/jquery/src/deprecated.js +0 -40
  119. package/build/styleguide/vendor/jquery/src/dimensions.js +0 -56
  120. package/build/styleguide/vendor/jquery/src/effects/Tween.js +0 -123
  121. package/build/styleguide/vendor/jquery/src/effects/animatedSelector.js +0 -15
  122. package/build/styleguide/vendor/jquery/src/effects.js +0 -699
  123. package/build/styleguide/vendor/jquery/src/event/ajax.js +0 -22
  124. package/build/styleguide/vendor/jquery/src/event/alias.js +0 -29
  125. package/build/styleguide/vendor/jquery/src/event/focusin.js +0 -55
  126. package/build/styleguide/vendor/jquery/src/event/support.js +0 -11
  127. package/build/styleguide/vendor/jquery/src/event/trigger.js +0 -185
  128. package/build/styleguide/vendor/jquery/src/event.js +0 -746
  129. package/build/styleguide/vendor/jquery/src/exports/amd.js +0 -26
  130. package/build/styleguide/vendor/jquery/src/exports/global.js +0 -34
  131. package/build/styleguide/vendor/jquery/src/jquery.js +0 -41
  132. package/build/styleguide/vendor/jquery/src/manipulation/_evalUrl.js +0 -23
  133. package/build/styleguide/vendor/jquery/src/manipulation/buildFragment.js +0 -104
  134. package/build/styleguide/vendor/jquery/src/manipulation/getAll.js +0 -32
  135. package/build/styleguide/vendor/jquery/src/manipulation/setGlobalEval.js +0 -22
  136. package/build/styleguide/vendor/jquery/src/manipulation/support.js +0 -35
  137. package/build/styleguide/vendor/jquery/src/manipulation/var/rcheckableType.js +0 -5
  138. package/build/styleguide/vendor/jquery/src/manipulation/var/rscriptType.js +0 -5
  139. package/build/styleguide/vendor/jquery/src/manipulation/var/rtagName.js +0 -5
  140. package/build/styleguide/vendor/jquery/src/manipulation/wrapMap.js +0 -29
  141. package/build/styleguide/vendor/jquery/src/manipulation.js +0 -488
  142. package/build/styleguide/vendor/jquery/src/offset.js +0 -229
  143. package/build/styleguide/vendor/jquery/src/queue/delay.js +0 -24
  144. package/build/styleguide/vendor/jquery/src/queue.js +0 -145
  145. package/build/styleguide/vendor/jquery/src/selector-native.js +0 -237
  146. package/build/styleguide/vendor/jquery/src/selector-sizzle.js +0 -19
  147. package/build/styleguide/vendor/jquery/src/selector.js +0 -3
  148. package/build/styleguide/vendor/jquery/src/serialize.js +0 -130
  149. package/build/styleguide/vendor/jquery/src/traversing/findFilter.js +0 -106
  150. package/build/styleguide/vendor/jquery/src/traversing/var/dir.js +0 -22
  151. package/build/styleguide/vendor/jquery/src/traversing/var/rneedsContext.js +0 -8
  152. package/build/styleguide/vendor/jquery/src/traversing/var/siblings.js +0 -17
  153. package/build/styleguide/vendor/jquery/src/traversing.js +0 -191
  154. package/build/styleguide/vendor/jquery/src/var/ObjectFunctionString.js +0 -7
  155. package/build/styleguide/vendor/jquery/src/var/arr.js +0 -5
  156. package/build/styleguide/vendor/jquery/src/var/class2type.js +0 -6
  157. package/build/styleguide/vendor/jquery/src/var/concat.js +0 -7
  158. package/build/styleguide/vendor/jquery/src/var/document.js +0 -5
  159. package/build/styleguide/vendor/jquery/src/var/documentElement.js +0 -7
  160. package/build/styleguide/vendor/jquery/src/var/fnToString.js +0 -7
  161. package/build/styleguide/vendor/jquery/src/var/getProto.js +0 -5
  162. package/build/styleguide/vendor/jquery/src/var/hasOwn.js +0 -7
  163. package/build/styleguide/vendor/jquery/src/var/indexOf.js +0 -7
  164. package/build/styleguide/vendor/jquery/src/var/pnum.js +0 -5
  165. package/build/styleguide/vendor/jquery/src/var/push.js +0 -7
  166. package/build/styleguide/vendor/jquery/src/var/rcssNum.js +0 -9
  167. package/build/styleguide/vendor/jquery/src/var/rnothtmlwhite.js +0 -8
  168. package/build/styleguide/vendor/jquery/src/var/slice.js +0 -7
  169. package/build/styleguide/vendor/jquery/src/var/support.js +0 -6
  170. package/build/styleguide/vendor/jquery/src/var/toString.js +0 -7
  171. package/build/styleguide/vendor/jquery/src/wrap.js +0 -77
  172. package/build/styleguide/vendor/lightgallery/.editorconfig +0 -16
  173. package/build/styleguide/vendor/lightgallery/.gitattributes +0 -1
  174. package/build/styleguide/vendor/lightgallery/.jscsrc +0 -7
  175. package/build/styleguide/vendor/lightgallery/.jshintrc +0 -18
  176. package/build/styleguide/vendor/lightgallery/.travis.yml +0 -9
  177. package/build/styleguide/vendor/lightgallery/Gruntfile.js +0 -208
  178. package/build/styleguide/vendor/lightgallery/LICENSE.md +0 -686
  179. package/build/styleguide/vendor/lightgallery/README.md +0 -191
  180. package/build/styleguide/vendor/lightgallery/contributing.md +0 -34
  181. package/build/styleguide/vendor/lightgallery/demo/img/1-1600.jpg +0 -0
  182. package/build/styleguide/vendor/lightgallery/demo/img/1-375.jpg +0 -0
  183. package/build/styleguide/vendor/lightgallery/demo/img/1-480.jpg +0 -0
  184. package/build/styleguide/vendor/lightgallery/demo/img/1.jpg +0 -0
  185. package/build/styleguide/vendor/lightgallery/demo/img/13-1600.jpg +0 -0
  186. package/build/styleguide/vendor/lightgallery/demo/img/13-375.jpg +0 -0
  187. package/build/styleguide/vendor/lightgallery/demo/img/13-480.jpg +0 -0
  188. package/build/styleguide/vendor/lightgallery/demo/img/13.jpg +0 -0
  189. package/build/styleguide/vendor/lightgallery/demo/img/2-1600.jpg +0 -0
  190. package/build/styleguide/vendor/lightgallery/demo/img/2-375.jpg +0 -0
  191. package/build/styleguide/vendor/lightgallery/demo/img/2-480.jpg +0 -0
  192. package/build/styleguide/vendor/lightgallery/demo/img/2.jpg +0 -0
  193. package/build/styleguide/vendor/lightgallery/demo/img/4-1600.jpg +0 -0
  194. package/build/styleguide/vendor/lightgallery/demo/img/4-375.jpg +0 -0
  195. package/build/styleguide/vendor/lightgallery/demo/img/4-480.jpg +0 -0
  196. package/build/styleguide/vendor/lightgallery/demo/img/4.jpg +0 -0
  197. package/build/styleguide/vendor/lightgallery/demo/img/thumb-1.jpg +0 -0
  198. package/build/styleguide/vendor/lightgallery/demo/img/thumb-13.jpg +0 -0
  199. package/build/styleguide/vendor/lightgallery/demo/img/thumb-2.jpg +0 -0
  200. package/build/styleguide/vendor/lightgallery/demo/img/thumb-4.jpg +0 -0
  201. package/build/styleguide/vendor/lightgallery/demo/index.html +0 -162
  202. package/build/styleguide/vendor/lightgallery/dist/css/lg-fb-comment-box.css +0 -57
  203. package/build/styleguide/vendor/lightgallery/dist/css/lg-fb-comment-box.min.css +0 -1
  204. package/build/styleguide/vendor/lightgallery/dist/css/lg-transitions.css +0 -779
  205. package/build/styleguide/vendor/lightgallery/dist/css/lg-transitions.min.css +0 -1
  206. package/build/styleguide/vendor/lightgallery/dist/css/lightgallery.css +0 -982
  207. package/build/styleguide/vendor/lightgallery/dist/css/lightgallery.min.css +0 -1
  208. package/build/styleguide/vendor/lightgallery/dist/fonts/lg.eot +0 -0
  209. package/build/styleguide/vendor/lightgallery/dist/fonts/lg.svg +0 -47
  210. package/build/styleguide/vendor/lightgallery/dist/fonts/lg.ttf +0 -0
  211. package/build/styleguide/vendor/lightgallery/dist/fonts/lg.woff +0 -0
  212. package/build/styleguide/vendor/lightgallery/dist/img/loading.gif +0 -0
  213. package/build/styleguide/vendor/lightgallery/dist/img/video-play.png +0 -0
  214. package/build/styleguide/vendor/lightgallery/dist/img/vimeo-play.png +0 -0
  215. package/build/styleguide/vendor/lightgallery/dist/img/youtube-play.png +0 -0
  216. package/build/styleguide/vendor/lightgallery/dist/js/lightgallery-all.js +0 -3331
  217. package/build/styleguide/vendor/lightgallery/dist/js/lightgallery-all.min.js +0 -5
  218. package/build/styleguide/vendor/lightgallery/dist/js/lightgallery.js +0 -1364
  219. package/build/styleguide/vendor/lightgallery/dist/js/lightgallery.min.js +0 -4
  220. package/build/styleguide/vendor/lightgallery/lib/jquery.mousewheel.min.js +0 -8
  221. package/build/styleguide/vendor/lightgallery/lib/lg.png +0 -0
  222. package/build/styleguide/vendor/lightgallery/lib/picturefill.min.js +0 -4
  223. package/build/styleguide/vendor/lightgallery/lightGallery.jquery.json +0 -27
  224. package/build/styleguide/vendor/lightgallery/modules/lg-autoplay.js +0 -206
  225. package/build/styleguide/vendor/lightgallery/modules/lg-autoplay.min.js +0 -4
  226. package/build/styleguide/vendor/lightgallery/modules/lg-fullscreen.js +0 -116
  227. package/build/styleguide/vendor/lightgallery/modules/lg-fullscreen.min.js +0 -4
  228. package/build/styleguide/vendor/lightgallery/modules/lg-hash.js +0 -101
  229. package/build/styleguide/vendor/lightgallery/modules/lg-hash.min.js +0 -4
  230. package/build/styleguide/vendor/lightgallery/modules/lg-pager.js +0 -105
  231. package/build/styleguide/vendor/lightgallery/modules/lg-pager.min.js +0 -4
  232. package/build/styleguide/vendor/lightgallery/modules/lg-share.js +0 -107
  233. package/build/styleguide/vendor/lightgallery/modules/lg-share.min.js +0 -4
  234. package/build/styleguide/vendor/lightgallery/modules/lg-thumbnail.js +0 -478
  235. package/build/styleguide/vendor/lightgallery/modules/lg-thumbnail.min.js +0 -4
  236. package/build/styleguide/vendor/lightgallery/modules/lg-video.js +0 -317
  237. package/build/styleguide/vendor/lightgallery/modules/lg-video.min.js +0 -4
  238. package/build/styleguide/vendor/lightgallery/modules/lg-zoom.js +0 -527
  239. package/build/styleguide/vendor/lightgallery/modules/lg-zoom.min.js +0 -4
  240. package/build/styleguide/vendor/lightgallery/package.json +0 -60
  241. package/build/styleguide/vendor/lightgallery/selection.json +0 -407
  242. package/build/styleguide/vendor/lightgallery/src/css/lg-fb-comment-box.css +0 -54
  243. package/build/styleguide/vendor/lightgallery/src/css/lg-fb-comment-box.css.map +0 -7
  244. package/build/styleguide/vendor/lightgallery/src/css/lg-transitions.css +0 -776
  245. package/build/styleguide/vendor/lightgallery/src/css/lg-transitions.css.map +0 -7
  246. package/build/styleguide/vendor/lightgallery/src/css/lightgallery.css +0 -979
  247. package/build/styleguide/vendor/lightgallery/src/css/lightgallery.css.map +0 -7
  248. package/build/styleguide/vendor/lightgallery/src/fonts/lg.eot +0 -0
  249. package/build/styleguide/vendor/lightgallery/src/fonts/lg.svg +0 -47
  250. package/build/styleguide/vendor/lightgallery/src/fonts/lg.ttf +0 -0
  251. package/build/styleguide/vendor/lightgallery/src/fonts/lg.woff +0 -0
  252. package/build/styleguide/vendor/lightgallery/src/img/loading.gif +0 -0
  253. package/build/styleguide/vendor/lightgallery/src/img/video-play.png +0 -0
  254. package/build/styleguide/vendor/lightgallery/src/img/vimeo-play.png +0 -0
  255. package/build/styleguide/vendor/lightgallery/src/img/youtube-play.png +0 -0
  256. package/build/styleguide/vendor/lightgallery/src/js/.jshintrc +0 -22
  257. package/build/styleguide/vendor/lightgallery/src/js/lightgallery.js +0 -1342
  258. package/build/styleguide/vendor/lightgallery/src/sass/lg-animations.scss +0 -714
  259. package/build/styleguide/vendor/lightgallery/src/sass/lg-autoplay.scss +0 -36
  260. package/build/styleguide/vendor/lightgallery/src/sass/lg-core.scss +0 -272
  261. package/build/styleguide/vendor/lightgallery/src/sass/lg-fb-comment-box.scss +0 -52
  262. package/build/styleguide/vendor/lightgallery/src/sass/lg-fonts.scss +0 -22
  263. package/build/styleguide/vendor/lightgallery/src/sass/lg-fullscreen.scss +0 -9
  264. package/build/styleguide/vendor/lightgallery/src/sass/lg-mixins.scss +0 -330
  265. package/build/styleguide/vendor/lightgallery/src/sass/lg-pager.scss +0 -89
  266. package/build/styleguide/vendor/lightgallery/src/sass/lg-share.scss +0 -135
  267. package/build/styleguide/vendor/lightgallery/src/sass/lg-theme-default.scss +0 -208
  268. package/build/styleguide/vendor/lightgallery/src/sass/lg-thumbnail.scss +0 -111
  269. package/build/styleguide/vendor/lightgallery/src/sass/lg-transitions.scss +0 -766
  270. package/build/styleguide/vendor/lightgallery/src/sass/lg-variables.scss +0 -57
  271. package/build/styleguide/vendor/lightgallery/src/sass/lg-video.scss +0 -110
  272. package/build/styleguide/vendor/lightgallery/src/sass/lg-zoom.scss +0 -69
  273. package/build/styleguide/vendor/lightgallery/src/sass/lightgallery.scss +0 -15
  274. package/build/styleguide/vendor/lightgallery/src/sass/prepros.cfg +0 -530
  275. package/build/styleguide/vendor/lightgallery/test/.jshintrc +0 -33
  276. package/build/styleguide/vendor/lightgallery/test/lightgallery.html +0 -27
  277. package/build/styleguide/vendor/lightgallery/test/lightgallery_test.js +0 -16
  278. package/build/styleguide/vendor/masonry-layout/README.md +0 -80
  279. package/build/styleguide/vendor/masonry-layout/dist/masonry.pkgd.js +0 -2499
  280. package/build/styleguide/vendor/masonry-layout/dist/masonry.pkgd.min.js +0 -9
  281. package/build/styleguide/vendor/masonry-layout/masonry.js +0 -239
  282. package/postinstall.sh +0 -76
  283. package/version_tag.sh +0 -99
  284. package/yarn.lock +0 -7827
@@ -1,1389 +0,0 @@
1
- /*!
2
- Chosen, a Select Box Enhancer for jQuery and Prototype
3
- by Patrick Filler for Harvest, http://getharvest.com
4
-
5
- Version 1.8.2
6
- Full source at https://github.com/harvesthq/chosen
7
- Copyright (c) 2011-2017 Harvest http://getharvest.com
8
-
9
- MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
10
- This file is generated by `grunt build`, do not edit it by hand.
11
- */
12
-
13
- (function() {
14
- var AbstractChosen, SelectParser,
15
- bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
16
- extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
17
- hasProp = {}.hasOwnProperty;
18
-
19
- SelectParser = (function() {
20
- function SelectParser() {
21
- this.options_index = 0;
22
- this.parsed = [];
23
- }
24
-
25
- SelectParser.prototype.add_node = function(child) {
26
- if (child.nodeName.toUpperCase() === "OPTGROUP") {
27
- return this.add_group(child);
28
- } else {
29
- return this.add_option(child);
30
- }
31
- };
32
-
33
- SelectParser.prototype.add_group = function(group) {
34
- var group_position, i, len, option, ref, results1;
35
- group_position = this.parsed.length;
36
- this.parsed.push({
37
- array_index: group_position,
38
- group: true,
39
- label: group.label,
40
- title: group.title ? group.title : void 0,
41
- children: 0,
42
- disabled: group.disabled,
43
- classes: group.className
44
- });
45
- ref = group.childNodes;
46
- results1 = [];
47
- for (i = 0, len = ref.length; i < len; i++) {
48
- option = ref[i];
49
- results1.push(this.add_option(option, group_position, group.disabled));
50
- }
51
- return results1;
52
- };
53
-
54
- SelectParser.prototype.add_option = function(option, group_position, group_disabled) {
55
- if (option.nodeName.toUpperCase() === "OPTION") {
56
- if (option.text !== "") {
57
- if (group_position != null) {
58
- this.parsed[group_position].children += 1;
59
- }
60
- this.parsed.push({
61
- array_index: this.parsed.length,
62
- options_index: this.options_index,
63
- value: option.value,
64
- text: option.text,
65
- html: option.innerHTML,
66
- title: option.title ? option.title : void 0,
67
- selected: option.selected,
68
- disabled: group_disabled === true ? group_disabled : option.disabled,
69
- group_array_index: group_position,
70
- group_label: group_position != null ? this.parsed[group_position].label : null,
71
- classes: option.className,
72
- style: option.style.cssText
73
- });
74
- } else {
75
- this.parsed.push({
76
- array_index: this.parsed.length,
77
- options_index: this.options_index,
78
- empty: true
79
- });
80
- }
81
- return this.options_index += 1;
82
- }
83
- };
84
-
85
- return SelectParser;
86
-
87
- })();
88
-
89
- SelectParser.select_to_array = function(select) {
90
- var child, i, len, parser, ref;
91
- parser = new SelectParser();
92
- ref = select.childNodes;
93
- for (i = 0, len = ref.length; i < len; i++) {
94
- child = ref[i];
95
- parser.add_node(child);
96
- }
97
- return parser.parsed;
98
- };
99
-
100
- AbstractChosen = (function() {
101
- function AbstractChosen(form_field, options1) {
102
- this.form_field = form_field;
103
- this.options = options1 != null ? options1 : {};
104
- this.label_click_handler = bind(this.label_click_handler, this);
105
- if (!AbstractChosen.browser_is_supported()) {
106
- return;
107
- }
108
- this.is_multiple = this.form_field.multiple;
109
- this.set_default_text();
110
- this.set_default_values();
111
- this.setup();
112
- this.set_up_html();
113
- this.register_observers();
114
- this.on_ready();
115
- }
116
-
117
- AbstractChosen.prototype.set_default_values = function() {
118
- this.click_test_action = (function(_this) {
119
- return function(evt) {
120
- return _this.test_active_click(evt);
121
- };
122
- })(this);
123
- this.activate_action = (function(_this) {
124
- return function(evt) {
125
- return _this.activate_field(evt);
126
- };
127
- })(this);
128
- this.active_field = false;
129
- this.mouse_on_container = false;
130
- this.results_showing = false;
131
- this.result_highlighted = null;
132
- this.is_rtl = this.options.rtl || /\bchosen-rtl\b/.test(this.form_field.className);
133
- this.allow_single_deselect = (this.options.allow_single_deselect != null) && (this.form_field.options[0] != null) && this.form_field.options[0].text === "" ? this.options.allow_single_deselect : false;
134
- this.disable_search_threshold = this.options.disable_search_threshold || 0;
135
- this.disable_search = this.options.disable_search || false;
136
- this.enable_split_word_search = this.options.enable_split_word_search != null ? this.options.enable_split_word_search : true;
137
- this.group_search = this.options.group_search != null ? this.options.group_search : true;
138
- this.search_contains = this.options.search_contains || false;
139
- this.single_backstroke_delete = this.options.single_backstroke_delete != null ? this.options.single_backstroke_delete : true;
140
- this.max_selected_options = this.options.max_selected_options || Infinity;
141
- this.inherit_select_classes = this.options.inherit_select_classes || false;
142
- this.display_selected_options = this.options.display_selected_options != null ? this.options.display_selected_options : true;
143
- this.display_disabled_options = this.options.display_disabled_options != null ? this.options.display_disabled_options : true;
144
- this.include_group_label_in_selected = this.options.include_group_label_in_selected || false;
145
- this.max_shown_results = this.options.max_shown_results || Number.POSITIVE_INFINITY;
146
- this.case_sensitive_search = this.options.case_sensitive_search || false;
147
- return this.hide_results_on_select = this.options.hide_results_on_select != null ? this.options.hide_results_on_select : true;
148
- };
149
-
150
- AbstractChosen.prototype.set_default_text = function() {
151
- if (this.form_field.getAttribute("data-placeholder")) {
152
- this.default_text = this.form_field.getAttribute("data-placeholder");
153
- } else if (this.is_multiple) {
154
- this.default_text = this.options.placeholder_text_multiple || this.options.placeholder_text || AbstractChosen.default_multiple_text;
155
- } else {
156
- this.default_text = this.options.placeholder_text_single || this.options.placeholder_text || AbstractChosen.default_single_text;
157
- }
158
- this.default_text = this.escape_html(this.default_text);
159
- return this.results_none_found = this.form_field.getAttribute("data-no_results_text") || this.options.no_results_text || AbstractChosen.default_no_result_text;
160
- };
161
-
162
- AbstractChosen.prototype.choice_label = function(item) {
163
- if (this.include_group_label_in_selected && (item.group_label != null)) {
164
- return "<b class='group-name'>" + item.group_label + "</b>" + item.html;
165
- } else {
166
- return item.html;
167
- }
168
- };
169
-
170
- AbstractChosen.prototype.mouse_enter = function() {
171
- return this.mouse_on_container = true;
172
- };
173
-
174
- AbstractChosen.prototype.mouse_leave = function() {
175
- return this.mouse_on_container = false;
176
- };
177
-
178
- AbstractChosen.prototype.input_focus = function(evt) {
179
- if (this.is_multiple) {
180
- if (!this.active_field) {
181
- return setTimeout(((function(_this) {
182
- return function() {
183
- return _this.container_mousedown();
184
- };
185
- })(this)), 50);
186
- }
187
- } else {
188
- if (!this.active_field) {
189
- return this.activate_field();
190
- }
191
- }
192
- };
193
-
194
- AbstractChosen.prototype.input_blur = function(evt) {
195
- if (!this.mouse_on_container) {
196
- this.active_field = false;
197
- return setTimeout(((function(_this) {
198
- return function() {
199
- return _this.blur_test();
200
- };
201
- })(this)), 100);
202
- }
203
- };
204
-
205
- AbstractChosen.prototype.label_click_handler = function(evt) {
206
- if (this.is_multiple) {
207
- return this.container_mousedown(evt);
208
- } else {
209
- return this.activate_field();
210
- }
211
- };
212
-
213
- AbstractChosen.prototype.results_option_build = function(options) {
214
- var content, data, data_content, i, len, ref, shown_results;
215
- content = '';
216
- shown_results = 0;
217
- ref = this.results_data;
218
- for (i = 0, len = ref.length; i < len; i++) {
219
- data = ref[i];
220
- data_content = '';
221
- if (data.group) {
222
- data_content = this.result_add_group(data);
223
- } else {
224
- data_content = this.result_add_option(data);
225
- }
226
- if (data_content !== '') {
227
- shown_results++;
228
- content += data_content;
229
- }
230
- if (options != null ? options.first : void 0) {
231
- if (data.selected && this.is_multiple) {
232
- this.choice_build(data);
233
- } else if (data.selected && !this.is_multiple) {
234
- this.single_set_selected_text(this.choice_label(data));
235
- }
236
- }
237
- if (shown_results >= this.max_shown_results) {
238
- break;
239
- }
240
- }
241
- return content;
242
- };
243
-
244
- AbstractChosen.prototype.result_add_option = function(option) {
245
- var classes, option_el;
246
- if (!option.search_match) {
247
- return '';
248
- }
249
- if (!this.include_option_in_results(option)) {
250
- return '';
251
- }
252
- classes = [];
253
- if (!option.disabled && !(option.selected && this.is_multiple)) {
254
- classes.push("active-result");
255
- }
256
- if (option.disabled && !(option.selected && this.is_multiple)) {
257
- classes.push("disabled-result");
258
- }
259
- if (option.selected) {
260
- classes.push("result-selected");
261
- }
262
- if (option.group_array_index != null) {
263
- classes.push("group-option");
264
- }
265
- if (option.classes !== "") {
266
- classes.push(option.classes);
267
- }
268
- option_el = document.createElement("li");
269
- option_el.className = classes.join(" ");
270
- option_el.style.cssText = option.style;
271
- option_el.setAttribute("data-option-array-index", option.array_index);
272
- option_el.innerHTML = option.highlighted_html || option.html;
273
- if (option.title) {
274
- option_el.title = option.title;
275
- }
276
- return this.outerHTML(option_el);
277
- };
278
-
279
- AbstractChosen.prototype.result_add_group = function(group) {
280
- var classes, group_el;
281
- if (!(group.search_match || group.group_match)) {
282
- return '';
283
- }
284
- if (!(group.active_options > 0)) {
285
- return '';
286
- }
287
- classes = [];
288
- classes.push("group-result");
289
- if (group.classes) {
290
- classes.push(group.classes);
291
- }
292
- group_el = document.createElement("li");
293
- group_el.className = classes.join(" ");
294
- group_el.innerHTML = group.highlighted_html || this.escape_html(group.label);
295
- if (group.title) {
296
- group_el.title = group.title;
297
- }
298
- return this.outerHTML(group_el);
299
- };
300
-
301
- AbstractChosen.prototype.results_update_field = function() {
302
- this.set_default_text();
303
- if (!this.is_multiple) {
304
- this.results_reset_cleanup();
305
- }
306
- this.result_clear_highlight();
307
- this.results_build();
308
- if (this.results_showing) {
309
- return this.winnow_results();
310
- }
311
- };
312
-
313
- AbstractChosen.prototype.reset_single_select_options = function() {
314
- var i, len, ref, result, results1;
315
- ref = this.results_data;
316
- results1 = [];
317
- for (i = 0, len = ref.length; i < len; i++) {
318
- result = ref[i];
319
- if (result.selected) {
320
- results1.push(result.selected = false);
321
- } else {
322
- results1.push(void 0);
323
- }
324
- }
325
- return results1;
326
- };
327
-
328
- AbstractChosen.prototype.results_toggle = function() {
329
- if (this.results_showing) {
330
- return this.results_hide();
331
- } else {
332
- return this.results_show();
333
- }
334
- };
335
-
336
- AbstractChosen.prototype.results_search = function(evt) {
337
- if (this.results_showing) {
338
- return this.winnow_results();
339
- } else {
340
- return this.results_show();
341
- }
342
- };
343
-
344
- AbstractChosen.prototype.winnow_results = function() {
345
- var escapedQuery, fix, i, len, option, prefix, query, ref, regex, results, results_group, search_match, startpos, suffix, text;
346
- this.no_results_clear();
347
- results = 0;
348
- query = this.get_search_text();
349
- escapedQuery = query.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
350
- regex = this.get_search_regex(escapedQuery);
351
- ref = this.results_data;
352
- for (i = 0, len = ref.length; i < len; i++) {
353
- option = ref[i];
354
- option.search_match = false;
355
- results_group = null;
356
- search_match = null;
357
- option.highlighted_html = '';
358
- if (this.include_option_in_results(option)) {
359
- if (option.group) {
360
- option.group_match = false;
361
- option.active_options = 0;
362
- }
363
- if ((option.group_array_index != null) && this.results_data[option.group_array_index]) {
364
- results_group = this.results_data[option.group_array_index];
365
- if (results_group.active_options === 0 && results_group.search_match) {
366
- results += 1;
367
- }
368
- results_group.active_options += 1;
369
- }
370
- text = option.group ? option.label : option.text;
371
- if (!(option.group && !this.group_search)) {
372
- search_match = this.search_string_match(text, regex);
373
- option.search_match = search_match != null;
374
- if (option.search_match && !option.group) {
375
- results += 1;
376
- }
377
- if (option.search_match) {
378
- if (query.length) {
379
- startpos = search_match.index;
380
- prefix = text.slice(0, startpos);
381
- fix = text.slice(startpos, startpos + query.length);
382
- suffix = text.slice(startpos + query.length);
383
- option.highlighted_html = (this.escape_html(prefix)) + "<em>" + (this.escape_html(fix)) + "</em>" + (this.escape_html(suffix));
384
- }
385
- if (results_group != null) {
386
- results_group.group_match = true;
387
- }
388
- } else if ((option.group_array_index != null) && this.results_data[option.group_array_index].search_match) {
389
- option.search_match = true;
390
- }
391
- }
392
- }
393
- }
394
- this.result_clear_highlight();
395
- if (results < 1 && query.length) {
396
- this.update_results_content("");
397
- return this.no_results(query);
398
- } else {
399
- this.update_results_content(this.results_option_build());
400
- return this.winnow_results_set_highlight();
401
- }
402
- };
403
-
404
- AbstractChosen.prototype.get_search_regex = function(escaped_search_string) {
405
- var regex_flag, regex_string;
406
- regex_string = this.search_contains ? escaped_search_string : "(^|\\s|\\b)" + escaped_search_string + "[^\\s]*";
407
- if (!(this.enable_split_word_search || this.search_contains)) {
408
- regex_string = "^" + regex_string;
409
- }
410
- regex_flag = this.case_sensitive_search ? "" : "i";
411
- return new RegExp(regex_string, regex_flag);
412
- };
413
-
414
- AbstractChosen.prototype.search_string_match = function(search_string, regex) {
415
- var match;
416
- match = regex.exec(search_string);
417
- if (!this.search_contains && (match != null ? match[1] : void 0)) {
418
- match.index += 1;
419
- }
420
- return match;
421
- };
422
-
423
- AbstractChosen.prototype.choices_count = function() {
424
- var i, len, option, ref;
425
- if (this.selected_option_count != null) {
426
- return this.selected_option_count;
427
- }
428
- this.selected_option_count = 0;
429
- ref = this.form_field.options;
430
- for (i = 0, len = ref.length; i < len; i++) {
431
- option = ref[i];
432
- if (option.selected) {
433
- this.selected_option_count += 1;
434
- }
435
- }
436
- return this.selected_option_count;
437
- };
438
-
439
- AbstractChosen.prototype.choices_click = function(evt) {
440
- evt.preventDefault();
441
- this.activate_field();
442
- if (!(this.results_showing || this.is_disabled)) {
443
- return this.results_show();
444
- }
445
- };
446
-
447
- AbstractChosen.prototype.keydown_checker = function(evt) {
448
- var ref, stroke;
449
- stroke = (ref = evt.which) != null ? ref : evt.keyCode;
450
- this.search_field_scale();
451
- if (stroke !== 8 && this.pending_backstroke) {
452
- this.clear_backstroke();
453
- }
454
- switch (stroke) {
455
- case 8:
456
- this.backstroke_length = this.get_search_field_value().length;
457
- break;
458
- case 9:
459
- if (this.results_showing && !this.is_multiple) {
460
- this.result_select(evt);
461
- }
462
- this.mouse_on_container = false;
463
- break;
464
- case 13:
465
- if (this.results_showing) {
466
- evt.preventDefault();
467
- }
468
- break;
469
- case 27:
470
- if (this.results_showing) {
471
- evt.preventDefault();
472
- }
473
- break;
474
- case 32:
475
- if (this.disable_search) {
476
- evt.preventDefault();
477
- }
478
- break;
479
- case 38:
480
- evt.preventDefault();
481
- this.keyup_arrow();
482
- break;
483
- case 40:
484
- evt.preventDefault();
485
- this.keydown_arrow();
486
- break;
487
- }
488
- };
489
-
490
- AbstractChosen.prototype.keyup_checker = function(evt) {
491
- var ref, stroke;
492
- stroke = (ref = evt.which) != null ? ref : evt.keyCode;
493
- this.search_field_scale();
494
- switch (stroke) {
495
- case 8:
496
- if (this.is_multiple && this.backstroke_length < 1 && this.choices_count() > 0) {
497
- this.keydown_backstroke();
498
- } else if (!this.pending_backstroke) {
499
- this.result_clear_highlight();
500
- this.results_search();
501
- }
502
- break;
503
- case 13:
504
- evt.preventDefault();
505
- if (this.results_showing) {
506
- this.result_select(evt);
507
- }
508
- break;
509
- case 27:
510
- if (this.results_showing) {
511
- this.results_hide();
512
- }
513
- break;
514
- case 9:
515
- case 16:
516
- case 17:
517
- case 18:
518
- case 38:
519
- case 40:
520
- case 91:
521
- break;
522
- default:
523
- this.results_search();
524
- break;
525
- }
526
- };
527
-
528
- AbstractChosen.prototype.clipboard_event_checker = function(evt) {
529
- if (this.is_disabled) {
530
- return;
531
- }
532
- return setTimeout(((function(_this) {
533
- return function() {
534
- return _this.results_search();
535
- };
536
- })(this)), 50);
537
- };
538
-
539
- AbstractChosen.prototype.container_width = function() {
540
- if (this.options.width != null) {
541
- return this.options.width;
542
- } else {
543
- return this.form_field.offsetWidth + "px";
544
- }
545
- };
546
-
547
- AbstractChosen.prototype.include_option_in_results = function(option) {
548
- if (this.is_multiple && (!this.display_selected_options && option.selected)) {
549
- return false;
550
- }
551
- if (!this.display_disabled_options && option.disabled) {
552
- return false;
553
- }
554
- if (option.empty) {
555
- return false;
556
- }
557
- return true;
558
- };
559
-
560
- AbstractChosen.prototype.search_results_touchstart = function(evt) {
561
- this.touch_started = true;
562
- return this.search_results_mouseover(evt);
563
- };
564
-
565
- AbstractChosen.prototype.search_results_touchmove = function(evt) {
566
- this.touch_started = false;
567
- return this.search_results_mouseout(evt);
568
- };
569
-
570
- AbstractChosen.prototype.search_results_touchend = function(evt) {
571
- if (this.touch_started) {
572
- return this.search_results_mouseup(evt);
573
- }
574
- };
575
-
576
- AbstractChosen.prototype.outerHTML = function(element) {
577
- var tmp;
578
- if (element.outerHTML) {
579
- return element.outerHTML;
580
- }
581
- tmp = document.createElement("div");
582
- tmp.appendChild(element);
583
- return tmp.innerHTML;
584
- };
585
-
586
- AbstractChosen.prototype.get_single_html = function() {
587
- return "<a class=\"chosen-single chosen-default\">\n <span>" + this.default_text + "</span>\n <div><b></b></div>\n</a>\n<div class=\"chosen-drop\">\n <div class=\"chosen-search\">\n <input class=\"chosen-search-input\" type=\"text\" autocomplete=\"off\" />\n </div>\n <ul class=\"chosen-results\"></ul>\n</div>";
588
- };
589
-
590
- AbstractChosen.prototype.get_multi_html = function() {
591
- return "<ul class=\"chosen-choices\">\n <li class=\"search-field\">\n <input class=\"chosen-search-input\" type=\"text\" autocomplete=\"off\" value=\"" + this.default_text + "\" />\n </li>\n</ul>\n<div class=\"chosen-drop\">\n <ul class=\"chosen-results\"></ul>\n</div>";
592
- };
593
-
594
- AbstractChosen.prototype.get_no_results_html = function(terms) {
595
- return "<li class=\"no-results\">\n " + this.results_none_found + " <span>" + (this.escape_html(terms)) + "</span>\n</li>";
596
- };
597
-
598
- AbstractChosen.browser_is_supported = function() {
599
- if ("Microsoft Internet Explorer" === window.navigator.appName) {
600
- return document.documentMode >= 8;
601
- }
602
- if (/iP(od|hone)/i.test(window.navigator.userAgent) || /IEMobile/i.test(window.navigator.userAgent) || /Windows Phone/i.test(window.navigator.userAgent) || /BlackBerry/i.test(window.navigator.userAgent) || /BB10/i.test(window.navigator.userAgent) || /Android.*Mobile/i.test(window.navigator.userAgent)) {
603
- return false;
604
- }
605
- return true;
606
- };
607
-
608
- AbstractChosen.default_multiple_text = "Select Some Options";
609
-
610
- AbstractChosen.default_single_text = "Select an Option";
611
-
612
- AbstractChosen.default_no_result_text = "No results match";
613
-
614
- return AbstractChosen;
615
-
616
- })();
617
-
618
- this.Chosen = (function(superClass) {
619
- var triggerHtmlEvent;
620
-
621
- extend(Chosen, superClass);
622
-
623
- function Chosen() {
624
- return Chosen.__super__.constructor.apply(this, arguments);
625
- }
626
-
627
- Chosen.prototype.setup = function() {
628
- return this.current_selectedIndex = this.form_field.selectedIndex;
629
- };
630
-
631
- Chosen.prototype.set_up_html = function() {
632
- var container_classes, container_props;
633
- container_classes = ["chosen-container"];
634
- container_classes.push("chosen-container-" + (this.is_multiple ? "multi" : "single"));
635
- if (this.inherit_select_classes && this.form_field.className) {
636
- container_classes.push(this.form_field.className);
637
- }
638
- if (this.is_rtl) {
639
- container_classes.push("chosen-rtl");
640
- }
641
- container_props = {
642
- 'class': container_classes.join(' '),
643
- 'title': this.form_field.title
644
- };
645
- if (this.form_field.id.length) {
646
- container_props.id = this.form_field.id.replace(/[^\w]/g, '_') + "_chosen";
647
- }
648
- this.container = new Element('div', container_props);
649
- this.container.setStyle({
650
- width: this.container_width()
651
- });
652
- if (this.is_multiple) {
653
- this.container.update(this.get_multi_html());
654
- } else {
655
- this.container.update(this.get_single_html());
656
- }
657
- this.form_field.hide().insert({
658
- after: this.container
659
- });
660
- this.dropdown = this.container.down('div.chosen-drop');
661
- this.search_field = this.container.down('input');
662
- this.search_results = this.container.down('ul.chosen-results');
663
- this.search_field_scale();
664
- this.search_no_results = this.container.down('li.no-results');
665
- if (this.is_multiple) {
666
- this.search_choices = this.container.down('ul.chosen-choices');
667
- this.search_container = this.container.down('li.search-field');
668
- } else {
669
- this.search_container = this.container.down('div.chosen-search');
670
- this.selected_item = this.container.down('.chosen-single');
671
- }
672
- this.results_build();
673
- this.set_tab_index();
674
- return this.set_label_behavior();
675
- };
676
-
677
- Chosen.prototype.on_ready = function() {
678
- return this.form_field.fire("chosen:ready", {
679
- chosen: this
680
- });
681
- };
682
-
683
- Chosen.prototype.register_observers = function() {
684
- this.container.observe("touchstart", (function(_this) {
685
- return function(evt) {
686
- return _this.container_mousedown(evt);
687
- };
688
- })(this));
689
- this.container.observe("touchend", (function(_this) {
690
- return function(evt) {
691
- return _this.container_mouseup(evt);
692
- };
693
- })(this));
694
- this.container.observe("mousedown", (function(_this) {
695
- return function(evt) {
696
- return _this.container_mousedown(evt);
697
- };
698
- })(this));
699
- this.container.observe("mouseup", (function(_this) {
700
- return function(evt) {
701
- return _this.container_mouseup(evt);
702
- };
703
- })(this));
704
- this.container.observe("mouseenter", (function(_this) {
705
- return function(evt) {
706
- return _this.mouse_enter(evt);
707
- };
708
- })(this));
709
- this.container.observe("mouseleave", (function(_this) {
710
- return function(evt) {
711
- return _this.mouse_leave(evt);
712
- };
713
- })(this));
714
- this.search_results.observe("mouseup", (function(_this) {
715
- return function(evt) {
716
- return _this.search_results_mouseup(evt);
717
- };
718
- })(this));
719
- this.search_results.observe("mouseover", (function(_this) {
720
- return function(evt) {
721
- return _this.search_results_mouseover(evt);
722
- };
723
- })(this));
724
- this.search_results.observe("mouseout", (function(_this) {
725
- return function(evt) {
726
- return _this.search_results_mouseout(evt);
727
- };
728
- })(this));
729
- this.search_results.observe("mousewheel", (function(_this) {
730
- return function(evt) {
731
- return _this.search_results_mousewheel(evt);
732
- };
733
- })(this));
734
- this.search_results.observe("DOMMouseScroll", (function(_this) {
735
- return function(evt) {
736
- return _this.search_results_mousewheel(evt);
737
- };
738
- })(this));
739
- this.search_results.observe("touchstart", (function(_this) {
740
- return function(evt) {
741
- return _this.search_results_touchstart(evt);
742
- };
743
- })(this));
744
- this.search_results.observe("touchmove", (function(_this) {
745
- return function(evt) {
746
- return _this.search_results_touchmove(evt);
747
- };
748
- })(this));
749
- this.search_results.observe("touchend", (function(_this) {
750
- return function(evt) {
751
- return _this.search_results_touchend(evt);
752
- };
753
- })(this));
754
- this.form_field.observe("chosen:updated", (function(_this) {
755
- return function(evt) {
756
- return _this.results_update_field(evt);
757
- };
758
- })(this));
759
- this.form_field.observe("chosen:activate", (function(_this) {
760
- return function(evt) {
761
- return _this.activate_field(evt);
762
- };
763
- })(this));
764
- this.form_field.observe("chosen:open", (function(_this) {
765
- return function(evt) {
766
- return _this.container_mousedown(evt);
767
- };
768
- })(this));
769
- this.form_field.observe("chosen:close", (function(_this) {
770
- return function(evt) {
771
- return _this.close_field(evt);
772
- };
773
- })(this));
774
- this.search_field.observe("blur", (function(_this) {
775
- return function(evt) {
776
- return _this.input_blur(evt);
777
- };
778
- })(this));
779
- this.search_field.observe("keyup", (function(_this) {
780
- return function(evt) {
781
- return _this.keyup_checker(evt);
782
- };
783
- })(this));
784
- this.search_field.observe("keydown", (function(_this) {
785
- return function(evt) {
786
- return _this.keydown_checker(evt);
787
- };
788
- })(this));
789
- this.search_field.observe("focus", (function(_this) {
790
- return function(evt) {
791
- return _this.input_focus(evt);
792
- };
793
- })(this));
794
- this.search_field.observe("cut", (function(_this) {
795
- return function(evt) {
796
- return _this.clipboard_event_checker(evt);
797
- };
798
- })(this));
799
- this.search_field.observe("paste", (function(_this) {
800
- return function(evt) {
801
- return _this.clipboard_event_checker(evt);
802
- };
803
- })(this));
804
- if (this.is_multiple) {
805
- return this.search_choices.observe("click", (function(_this) {
806
- return function(evt) {
807
- return _this.choices_click(evt);
808
- };
809
- })(this));
810
- } else {
811
- return this.container.observe("click", (function(_this) {
812
- return function(evt) {
813
- return evt.preventDefault();
814
- };
815
- })(this));
816
- }
817
- };
818
-
819
- Chosen.prototype.destroy = function() {
820
- var event, i, len, ref;
821
- this.container.ownerDocument.stopObserving("click", this.click_test_action);
822
- ref = ['chosen:updated', 'chosen:activate', 'chosen:open', 'chosen:close'];
823
- for (i = 0, len = ref.length; i < len; i++) {
824
- event = ref[i];
825
- this.form_field.stopObserving(event);
826
- }
827
- this.container.stopObserving();
828
- this.search_results.stopObserving();
829
- this.search_field.stopObserving();
830
- if (this.form_field_label != null) {
831
- this.form_field_label.stopObserving();
832
- }
833
- if (this.is_multiple) {
834
- this.search_choices.stopObserving();
835
- this.container.select(".search-choice-close").each(function(choice) {
836
- return choice.stopObserving();
837
- });
838
- } else {
839
- this.selected_item.stopObserving();
840
- }
841
- if (this.search_field.tabIndex) {
842
- this.form_field.tabIndex = this.search_field.tabIndex;
843
- }
844
- this.container.remove();
845
- return this.form_field.show();
846
- };
847
-
848
- Chosen.prototype.search_field_disabled = function() {
849
- var ref;
850
- this.is_disabled = this.form_field.disabled || ((ref = this.form_field.up('fieldset')) != null ? ref.disabled : void 0) || false;
851
- if (this.is_disabled) {
852
- this.container.addClassName('chosen-disabled');
853
- } else {
854
- this.container.removeClassName('chosen-disabled');
855
- }
856
- this.search_field.disabled = this.is_disabled;
857
- if (!this.is_multiple) {
858
- this.selected_item.stopObserving('focus', this.activate_field);
859
- }
860
- if (this.is_disabled) {
861
- return this.close_field();
862
- } else if (!this.is_multiple) {
863
- return this.selected_item.observe('focus', this.activate_field);
864
- }
865
- };
866
-
867
- Chosen.prototype.container_mousedown = function(evt) {
868
- var ref;
869
- if (this.is_disabled) {
870
- return;
871
- }
872
- if (evt && ((ref = evt.type) === 'mousedown' || ref === 'touchstart') && !this.results_showing) {
873
- evt.preventDefault();
874
- }
875
- if (!((evt != null) && evt.target.hasClassName("search-choice-close"))) {
876
- if (!this.active_field) {
877
- if (this.is_multiple) {
878
- this.search_field.clear();
879
- }
880
- this.container.ownerDocument.observe("click", this.click_test_action);
881
- this.results_show();
882
- } else if (!this.is_multiple && evt && (evt.target === this.selected_item || evt.target.up("a.chosen-single"))) {
883
- this.results_toggle();
884
- }
885
- return this.activate_field();
886
- }
887
- };
888
-
889
- Chosen.prototype.container_mouseup = function(evt) {
890
- if (evt.target.nodeName === "ABBR" && !this.is_disabled) {
891
- return this.results_reset(evt);
892
- }
893
- };
894
-
895
- Chosen.prototype.search_results_mousewheel = function(evt) {
896
- var delta;
897
- delta = evt.deltaY || -evt.wheelDelta || evt.detail;
898
- if (delta != null) {
899
- evt.preventDefault();
900
- if (evt.type === 'DOMMouseScroll') {
901
- delta = delta * 40;
902
- }
903
- return this.search_results.scrollTop = delta + this.search_results.scrollTop;
904
- }
905
- };
906
-
907
- Chosen.prototype.blur_test = function(evt) {
908
- if (!this.active_field && this.container.hasClassName("chosen-container-active")) {
909
- return this.close_field();
910
- }
911
- };
912
-
913
- Chosen.prototype.close_field = function() {
914
- this.container.ownerDocument.stopObserving("click", this.click_test_action);
915
- this.active_field = false;
916
- this.results_hide();
917
- this.container.removeClassName("chosen-container-active");
918
- this.clear_backstroke();
919
- this.show_search_field_default();
920
- this.search_field_scale();
921
- return this.search_field.blur();
922
- };
923
-
924
- Chosen.prototype.activate_field = function() {
925
- if (this.is_disabled) {
926
- return;
927
- }
928
- this.container.addClassName("chosen-container-active");
929
- this.active_field = true;
930
- this.search_field.value = this.get_search_field_value();
931
- return this.search_field.focus();
932
- };
933
-
934
- Chosen.prototype.test_active_click = function(evt) {
935
- if (evt.target.up('.chosen-container') === this.container) {
936
- return this.active_field = true;
937
- } else {
938
- return this.close_field();
939
- }
940
- };
941
-
942
- Chosen.prototype.results_build = function() {
943
- this.parsing = true;
944
- this.selected_option_count = null;
945
- this.results_data = SelectParser.select_to_array(this.form_field);
946
- if (this.is_multiple) {
947
- this.search_choices.select("li.search-choice").invoke("remove");
948
- } else if (!this.is_multiple) {
949
- this.single_set_selected_text();
950
- if (this.disable_search || this.form_field.options.length <= this.disable_search_threshold) {
951
- this.search_field.readOnly = true;
952
- this.container.addClassName("chosen-container-single-nosearch");
953
- } else {
954
- this.search_field.readOnly = false;
955
- this.container.removeClassName("chosen-container-single-nosearch");
956
- }
957
- }
958
- this.update_results_content(this.results_option_build({
959
- first: true
960
- }));
961
- this.search_field_disabled();
962
- this.show_search_field_default();
963
- this.search_field_scale();
964
- return this.parsing = false;
965
- };
966
-
967
- Chosen.prototype.result_do_highlight = function(el) {
968
- var high_bottom, high_top, maxHeight, visible_bottom, visible_top;
969
- this.result_clear_highlight();
970
- this.result_highlight = el;
971
- this.result_highlight.addClassName("highlighted");
972
- maxHeight = parseInt(this.search_results.getStyle('maxHeight'), 10);
973
- visible_top = this.search_results.scrollTop;
974
- visible_bottom = maxHeight + visible_top;
975
- high_top = this.result_highlight.positionedOffset().top;
976
- high_bottom = high_top + this.result_highlight.getHeight();
977
- if (high_bottom >= visible_bottom) {
978
- return this.search_results.scrollTop = (high_bottom - maxHeight) > 0 ? high_bottom - maxHeight : 0;
979
- } else if (high_top < visible_top) {
980
- return this.search_results.scrollTop = high_top;
981
- }
982
- };
983
-
984
- Chosen.prototype.result_clear_highlight = function() {
985
- if (this.result_highlight) {
986
- this.result_highlight.removeClassName('highlighted');
987
- }
988
- return this.result_highlight = null;
989
- };
990
-
991
- Chosen.prototype.results_show = function() {
992
- if (this.is_multiple && this.max_selected_options <= this.choices_count()) {
993
- this.form_field.fire("chosen:maxselected", {
994
- chosen: this
995
- });
996
- return false;
997
- }
998
- this.container.addClassName("chosen-with-drop");
999
- this.results_showing = true;
1000
- this.search_field.focus();
1001
- this.search_field.value = this.get_search_field_value();
1002
- this.winnow_results();
1003
- return this.form_field.fire("chosen:showing_dropdown", {
1004
- chosen: this
1005
- });
1006
- };
1007
-
1008
- Chosen.prototype.update_results_content = function(content) {
1009
- return this.search_results.update(content);
1010
- };
1011
-
1012
- Chosen.prototype.results_hide = function() {
1013
- if (this.results_showing) {
1014
- this.result_clear_highlight();
1015
- this.container.removeClassName("chosen-with-drop");
1016
- this.form_field.fire("chosen:hiding_dropdown", {
1017
- chosen: this
1018
- });
1019
- }
1020
- return this.results_showing = false;
1021
- };
1022
-
1023
- Chosen.prototype.set_tab_index = function(el) {
1024
- var ti;
1025
- if (this.form_field.tabIndex) {
1026
- ti = this.form_field.tabIndex;
1027
- this.form_field.tabIndex = -1;
1028
- return this.search_field.tabIndex = ti;
1029
- }
1030
- };
1031
-
1032
- Chosen.prototype.set_label_behavior = function() {
1033
- this.form_field_label = this.form_field.up("label");
1034
- if (this.form_field_label == null) {
1035
- this.form_field_label = $$("label[for='" + this.form_field.id + "']").first();
1036
- }
1037
- if (this.form_field_label != null) {
1038
- return this.form_field_label.observe("click", this.label_click_handler);
1039
- }
1040
- };
1041
-
1042
- Chosen.prototype.show_search_field_default = function() {
1043
- if (this.is_multiple && this.choices_count() < 1 && !this.active_field) {
1044
- this.search_field.value = this.default_text;
1045
- return this.search_field.addClassName("default");
1046
- } else {
1047
- this.search_field.value = "";
1048
- return this.search_field.removeClassName("default");
1049
- }
1050
- };
1051
-
1052
- Chosen.prototype.search_results_mouseup = function(evt) {
1053
- var target;
1054
- target = evt.target.hasClassName("active-result") ? evt.target : evt.target.up(".active-result");
1055
- if (target) {
1056
- this.result_highlight = target;
1057
- this.result_select(evt);
1058
- return this.search_field.focus();
1059
- }
1060
- };
1061
-
1062
- Chosen.prototype.search_results_mouseover = function(evt) {
1063
- var target;
1064
- target = evt.target.hasClassName("active-result") ? evt.target : evt.target.up(".active-result");
1065
- if (target) {
1066
- return this.result_do_highlight(target);
1067
- }
1068
- };
1069
-
1070
- Chosen.prototype.search_results_mouseout = function(evt) {
1071
- if (evt.target.hasClassName('active-result') || evt.target.up('.active-result')) {
1072
- return this.result_clear_highlight();
1073
- }
1074
- };
1075
-
1076
- Chosen.prototype.choice_build = function(item) {
1077
- var choice, close_link;
1078
- choice = new Element('li', {
1079
- "class": "search-choice"
1080
- }).update("<span>" + (this.choice_label(item)) + "</span>");
1081
- if (item.disabled) {
1082
- choice.addClassName('search-choice-disabled');
1083
- } else {
1084
- close_link = new Element('a', {
1085
- href: '#',
1086
- "class": 'search-choice-close',
1087
- rel: item.array_index
1088
- });
1089
- close_link.observe("click", (function(_this) {
1090
- return function(evt) {
1091
- return _this.choice_destroy_link_click(evt);
1092
- };
1093
- })(this));
1094
- choice.insert(close_link);
1095
- }
1096
- return this.search_container.insert({
1097
- before: choice
1098
- });
1099
- };
1100
-
1101
- Chosen.prototype.choice_destroy_link_click = function(evt) {
1102
- evt.preventDefault();
1103
- evt.stopPropagation();
1104
- if (!this.is_disabled) {
1105
- return this.choice_destroy(evt.target);
1106
- }
1107
- };
1108
-
1109
- Chosen.prototype.choice_destroy = function(link) {
1110
- if (this.result_deselect(link.readAttribute("rel"))) {
1111
- if (this.active_field) {
1112
- this.search_field.focus();
1113
- } else {
1114
- this.show_search_field_default();
1115
- }
1116
- if (this.is_multiple && this.choices_count() > 0 && this.get_search_field_value().length < 1) {
1117
- this.results_hide();
1118
- }
1119
- link.up('li').remove();
1120
- return this.search_field_scale();
1121
- }
1122
- };
1123
-
1124
- Chosen.prototype.results_reset = function() {
1125
- this.reset_single_select_options();
1126
- this.form_field.options[0].selected = true;
1127
- this.single_set_selected_text();
1128
- this.show_search_field_default();
1129
- this.results_reset_cleanup();
1130
- this.trigger_form_field_change();
1131
- if (this.active_field) {
1132
- return this.results_hide();
1133
- }
1134
- };
1135
-
1136
- Chosen.prototype.results_reset_cleanup = function() {
1137
- var deselect_trigger;
1138
- this.current_selectedIndex = this.form_field.selectedIndex;
1139
- deselect_trigger = this.selected_item.down("abbr");
1140
- if (deselect_trigger) {
1141
- return deselect_trigger.remove();
1142
- }
1143
- };
1144
-
1145
- Chosen.prototype.result_select = function(evt) {
1146
- var high, item;
1147
- if (this.result_highlight) {
1148
- high = this.result_highlight;
1149
- this.result_clear_highlight();
1150
- if (this.is_multiple && this.max_selected_options <= this.choices_count()) {
1151
- this.form_field.fire("chosen:maxselected", {
1152
- chosen: this
1153
- });
1154
- return false;
1155
- }
1156
- if (this.is_multiple) {
1157
- high.removeClassName("active-result");
1158
- } else {
1159
- this.reset_single_select_options();
1160
- }
1161
- high.addClassName("result-selected");
1162
- item = this.results_data[high.getAttribute("data-option-array-index")];
1163
- item.selected = true;
1164
- this.form_field.options[item.options_index].selected = true;
1165
- this.selected_option_count = null;
1166
- this.search_field.value = "";
1167
- if (this.is_multiple) {
1168
- this.choice_build(item);
1169
- } else {
1170
- this.single_set_selected_text(this.choice_label(item));
1171
- }
1172
- if (this.is_multiple && (!this.hide_results_on_select || (evt.metaKey || evt.ctrlKey))) {
1173
- this.winnow_results();
1174
- } else {
1175
- this.results_hide();
1176
- this.show_search_field_default();
1177
- }
1178
- if (this.is_multiple || this.form_field.selectedIndex !== this.current_selectedIndex) {
1179
- this.trigger_form_field_change();
1180
- }
1181
- this.current_selectedIndex = this.form_field.selectedIndex;
1182
- evt.preventDefault();
1183
- return this.search_field_scale();
1184
- }
1185
- };
1186
-
1187
- Chosen.prototype.single_set_selected_text = function(text) {
1188
- if (text == null) {
1189
- text = this.default_text;
1190
- }
1191
- if (text === this.default_text) {
1192
- this.selected_item.addClassName("chosen-default");
1193
- } else {
1194
- this.single_deselect_control_build();
1195
- this.selected_item.removeClassName("chosen-default");
1196
- }
1197
- return this.selected_item.down("span").update(text);
1198
- };
1199
-
1200
- Chosen.prototype.result_deselect = function(pos) {
1201
- var result_data;
1202
- result_data = this.results_data[pos];
1203
- if (!this.form_field.options[result_data.options_index].disabled) {
1204
- result_data.selected = false;
1205
- this.form_field.options[result_data.options_index].selected = false;
1206
- this.selected_option_count = null;
1207
- this.result_clear_highlight();
1208
- if (this.results_showing) {
1209
- this.winnow_results();
1210
- }
1211
- this.trigger_form_field_change();
1212
- this.search_field_scale();
1213
- return true;
1214
- } else {
1215
- return false;
1216
- }
1217
- };
1218
-
1219
- Chosen.prototype.single_deselect_control_build = function() {
1220
- if (!this.allow_single_deselect) {
1221
- return;
1222
- }
1223
- if (!this.selected_item.down("abbr")) {
1224
- this.selected_item.down("span").insert({
1225
- after: "<abbr class=\"search-choice-close\"></abbr>"
1226
- });
1227
- }
1228
- return this.selected_item.addClassName("chosen-single-with-deselect");
1229
- };
1230
-
1231
- Chosen.prototype.get_search_field_value = function() {
1232
- return this.search_field.value;
1233
- };
1234
-
1235
- Chosen.prototype.get_search_text = function() {
1236
- return this.get_search_field_value().strip();
1237
- };
1238
-
1239
- Chosen.prototype.escape_html = function(text) {
1240
- return text.escapeHTML();
1241
- };
1242
-
1243
- Chosen.prototype.winnow_results_set_highlight = function() {
1244
- var do_high;
1245
- if (!this.is_multiple) {
1246
- do_high = this.search_results.down(".result-selected.active-result");
1247
- }
1248
- if (do_high == null) {
1249
- do_high = this.search_results.down(".active-result");
1250
- }
1251
- if (do_high != null) {
1252
- return this.result_do_highlight(do_high);
1253
- }
1254
- };
1255
-
1256
- Chosen.prototype.no_results = function(terms) {
1257
- this.search_results.insert(this.get_no_results_html(terms));
1258
- return this.form_field.fire("chosen:no_results", {
1259
- chosen: this
1260
- });
1261
- };
1262
-
1263
- Chosen.prototype.no_results_clear = function() {
1264
- var nr, results1;
1265
- nr = null;
1266
- results1 = [];
1267
- while (nr = this.search_results.down(".no-results")) {
1268
- results1.push(nr.remove());
1269
- }
1270
- return results1;
1271
- };
1272
-
1273
- Chosen.prototype.keydown_arrow = function() {
1274
- var next_sib;
1275
- if (this.results_showing && this.result_highlight) {
1276
- next_sib = this.result_highlight.next('.active-result');
1277
- if (next_sib) {
1278
- return this.result_do_highlight(next_sib);
1279
- }
1280
- } else {
1281
- return this.results_show();
1282
- }
1283
- };
1284
-
1285
- Chosen.prototype.keyup_arrow = function() {
1286
- var actives, prevs, sibs;
1287
- if (!this.results_showing && !this.is_multiple) {
1288
- return this.results_show();
1289
- } else if (this.result_highlight) {
1290
- sibs = this.result_highlight.previousSiblings();
1291
- actives = this.search_results.select("li.active-result");
1292
- prevs = sibs.intersect(actives);
1293
- if (prevs.length) {
1294
- return this.result_do_highlight(prevs.first());
1295
- } else {
1296
- if (this.choices_count() > 0) {
1297
- this.results_hide();
1298
- }
1299
- return this.result_clear_highlight();
1300
- }
1301
- }
1302
- };
1303
-
1304
- Chosen.prototype.keydown_backstroke = function() {
1305
- var next_available_destroy;
1306
- if (this.pending_backstroke) {
1307
- this.choice_destroy(this.pending_backstroke.down("a"));
1308
- return this.clear_backstroke();
1309
- } else {
1310
- next_available_destroy = this.search_container.siblings().last();
1311
- if (next_available_destroy && next_available_destroy.hasClassName("search-choice") && !next_available_destroy.hasClassName("search-choice-disabled")) {
1312
- this.pending_backstroke = next_available_destroy;
1313
- if (this.pending_backstroke) {
1314
- this.pending_backstroke.addClassName("search-choice-focus");
1315
- }
1316
- if (this.single_backstroke_delete) {
1317
- return this.keydown_backstroke();
1318
- } else {
1319
- return this.pending_backstroke.addClassName("search-choice-focus");
1320
- }
1321
- }
1322
- }
1323
- };
1324
-
1325
- Chosen.prototype.clear_backstroke = function() {
1326
- if (this.pending_backstroke) {
1327
- this.pending_backstroke.removeClassName("search-choice-focus");
1328
- }
1329
- return this.pending_backstroke = null;
1330
- };
1331
-
1332
- Chosen.prototype.search_field_scale = function() {
1333
- var container_width, div, i, len, style, style_block, styles, width;
1334
- if (!this.is_multiple) {
1335
- return;
1336
- }
1337
- style_block = {
1338
- position: 'absolute',
1339
- left: '-1000px',
1340
- top: '-1000px',
1341
- display: 'none',
1342
- whiteSpace: 'pre'
1343
- };
1344
- styles = ['fontSize', 'fontStyle', 'fontWeight', 'fontFamily', 'lineHeight', 'textTransform', 'letterSpacing'];
1345
- for (i = 0, len = styles.length; i < len; i++) {
1346
- style = styles[i];
1347
- style_block[style] = this.search_field.getStyle(style);
1348
- }
1349
- div = new Element('div').update(this.escape_html(this.get_search_field_value()));
1350
- div.setStyle(style_block);
1351
- document.body.appendChild(div);
1352
- width = div.measure('width') + 25;
1353
- div.remove();
1354
- if (container_width = this.container.getWidth()) {
1355
- width = Math.min(container_width - 10, width);
1356
- }
1357
- return this.search_field.setStyle({
1358
- width: width + 'px'
1359
- });
1360
- };
1361
-
1362
- Chosen.prototype.trigger_form_field_change = function() {
1363
- triggerHtmlEvent(this.form_field, 'input');
1364
- return triggerHtmlEvent(this.form_field, 'change');
1365
- };
1366
-
1367
- triggerHtmlEvent = function(element, eventType) {
1368
- var error, evt;
1369
- if (element.dispatchEvent) {
1370
- try {
1371
- evt = new Event(eventType, {
1372
- bubbles: true,
1373
- cancelable: true
1374
- });
1375
- } catch (error) {
1376
- evt = document.createEvent('HTMLEvents');
1377
- evt.initEvent(eventType, true, true);
1378
- }
1379
- return element.dispatchEvent(evt);
1380
- } else {
1381
- return element.fireEvent("on" + eventType, document.createEventObject());
1382
- }
1383
- };
1384
-
1385
- return Chosen;
1386
-
1387
- })(AbstractChosen);
1388
-
1389
- }).call(this);