rails_modular_admin 0.3.1 → 0.4.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 (1416) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/list.txt +23 -0
  3. data/app/assets/javascripts/rails_modular_admin/vendor.js +60351 -60351
  4. data/app/assets/javascripts/rails_modular_admin.js +1 -0
  5. data/app/assets/node_modules/animate.css/LICENSE +21 -0
  6. data/app/assets/node_modules/animate.css/README.md +233 -0
  7. data/app/assets/node_modules/animate.css/animate-config.json +120 -0
  8. data/app/assets/node_modules/animate.css/animate.css +3494 -0
  9. data/app/assets/node_modules/animate.css/animate.min.css +11 -0
  10. data/app/assets/node_modules/animate.css/bower.json +5 -0
  11. data/app/assets/node_modules/animate.css/gulpfile.js +107 -0
  12. data/app/assets/node_modules/animate.css/package.json +54 -0
  13. data/app/assets/node_modules/animate.css/source/_base.css +8 -0
  14. data/app/assets/node_modules/animate.css/source/attention_seekers/bounce.css +30 -0
  15. data/app/assets/node_modules/animate.css/source/attention_seekers/flash.css +16 -0
  16. data/app/assets/node_modules/animate.css/source/attention_seekers/headShake.css +30 -0
  17. data/app/assets/node_modules/animate.css/source/attention_seekers/jello.css +40 -0
  18. data/app/assets/node_modules/animate.css/source/attention_seekers/pulse.css +19 -0
  19. data/app/assets/node_modules/animate.css/source/attention_seekers/rubberBand.css +33 -0
  20. data/app/assets/node_modules/animate.css/source/attention_seekers/shake.css +25 -0
  21. data/app/assets/node_modules/animate.css/source/attention_seekers/swing.css +26 -0
  22. data/app/assets/node_modules/animate.css/source/attention_seekers/tada.css +31 -0
  23. data/app/assets/node_modules/animate.css/source/attention_seekers/wobble.css +35 -0
  24. data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceIn.css +42 -0
  25. data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInDown.css +35 -0
  26. data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInLeft.css +35 -0
  27. data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInRight.css +35 -0
  28. data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInUp.css +35 -0
  29. data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOut.css +21 -0
  30. data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutDown.css +20 -0
  31. data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutLeft.css +15 -0
  32. data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutRight.css +15 -0
  33. data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutUp.css +20 -0
  34. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeIn.css +13 -0
  35. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDown.css +15 -0
  36. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDownBig.css +15 -0
  37. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeft.css +15 -0
  38. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeftBig.css +15 -0
  39. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRight.css +15 -0
  40. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRightBig.css +15 -0
  41. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUp.css +15 -0
  42. data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUpBig.css +15 -0
  43. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOut.css +13 -0
  44. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDown.css +14 -0
  45. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDownBig.css +14 -0
  46. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeft.css +14 -0
  47. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeftBig.css +14 -0
  48. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRight.css +14 -0
  49. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRightBig.css +14 -0
  50. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUp.css +14 -0
  51. data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUpBig.css +14 -0
  52. data/app/assets/node_modules/animate.css/source/flippers/flip.css +31 -0
  53. data/app/assets/node_modules/animate.css/source/flippers/flipInX.css +30 -0
  54. data/app/assets/node_modules/animate.css/source/flippers/flipInY.css +30 -0
  55. data/app/assets/node_modules/animate.css/source/flippers/flipOutX.css +21 -0
  56. data/app/assets/node_modules/animate.css/source/flippers/flipOutY.css +21 -0
  57. data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedIn.css +26 -0
  58. data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedOut.css +15 -0
  59. data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateIn.css +17 -0
  60. data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownLeft.css +17 -0
  61. data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownRight.css +17 -0
  62. data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpLeft.css +17 -0
  63. data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpRight.css +17 -0
  64. data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOut.css +16 -0
  65. data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownLeft.css +16 -0
  66. data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownRight.css +16 -0
  67. data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpLeft.css +16 -0
  68. data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpRight.css +16 -0
  69. data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInDown.css +14 -0
  70. data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInLeft.css +14 -0
  71. data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInRight.css +14 -0
  72. data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInUp.css +14 -0
  73. data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutDown.css +14 -0
  74. data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutLeft.css +14 -0
  75. data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutRight.css +14 -0
  76. data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutUp.css +14 -0
  77. data/app/assets/node_modules/animate.css/source/specials/hinge.css +31 -0
  78. data/app/assets/node_modules/animate.css/source/specials/jackInTheBox.css +24 -0
  79. data/app/assets/node_modules/animate.css/source/specials/rollIn.css +17 -0
  80. data/app/assets/node_modules/animate.css/source/specials/rollOut.css +16 -0
  81. data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomIn.css +14 -0
  82. data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInDown.css +17 -0
  83. data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInLeft.css +17 -0
  84. data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInRight.css +17 -0
  85. data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInUp.css +17 -0
  86. data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOut.css +18 -0
  87. data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutDown.css +18 -0
  88. data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutLeft.css +16 -0
  89. data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutRight.css +16 -0
  90. data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutUp.css +18 -0
  91. data/app/assets/node_modules/bootstrap/LICENSE +22 -0
  92. data/app/assets/node_modules/bootstrap/README.md +171 -0
  93. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css +1912 -0
  94. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
  95. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +7 -0
  96. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
  97. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css +330 -0
  98. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
  99. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +8 -0
  100. data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
  101. data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css +8981 -0
  102. data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css.map +1 -0
  103. data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css +7 -0
  104. data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
  105. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js +6444 -0
  106. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
  107. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
  108. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
  109. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js +3927 -0
  110. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js.map +1 -0
  111. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js +7 -0
  112. data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
  113. data/app/assets/node_modules/bootstrap/js/dist/alert.js +178 -0
  114. data/app/assets/node_modules/bootstrap/js/dist/alert.js.map +1 -0
  115. data/app/assets/node_modules/bootstrap/js/dist/button.js +167 -0
  116. data/app/assets/node_modules/bootstrap/js/dist/button.js.map +1 -0
  117. data/app/assets/node_modules/bootstrap/js/dist/carousel.js +508 -0
  118. data/app/assets/node_modules/bootstrap/js/dist/carousel.js.map +1 -0
  119. data/app/assets/node_modules/bootstrap/js/dist/collapse.js +367 -0
  120. data/app/assets/node_modules/bootstrap/js/dist/collapse.js.map +1 -0
  121. data/app/assets/node_modules/bootstrap/js/dist/dropdown.js +489 -0
  122. data/app/assets/node_modules/bootstrap/js/dist/dropdown.js.map +1 -0
  123. data/app/assets/node_modules/bootstrap/js/dist/index.js +23 -0
  124. data/app/assets/node_modules/bootstrap/js/dist/index.js.map +1 -0
  125. data/app/assets/node_modules/bootstrap/js/dist/modal.js +585 -0
  126. data/app/assets/node_modules/bootstrap/js/dist/modal.js.map +1 -0
  127. data/app/assets/node_modules/bootstrap/js/dist/popover.js +206 -0
  128. data/app/assets/node_modules/bootstrap/js/dist/popover.js.map +1 -0
  129. data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js +319 -0
  130. data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js.map +1 -0
  131. data/app/assets/node_modules/bootstrap/js/dist/tab.js +251 -0
  132. data/app/assets/node_modules/bootstrap/js/dist/tab.js.map +1 -0
  133. data/app/assets/node_modules/bootstrap/js/dist/tooltip.js +674 -0
  134. data/app/assets/node_modules/bootstrap/js/dist/tooltip.js.map +1 -0
  135. data/app/assets/node_modules/bootstrap/js/dist/util.js +132 -0
  136. data/app/assets/node_modules/bootstrap/js/dist/util.js.map +1 -0
  137. data/app/assets/node_modules/bootstrap/js/src/alert.js +183 -0
  138. data/app/assets/node_modules/bootstrap/js/src/button.js +175 -0
  139. data/app/assets/node_modules/bootstrap/js/src/carousel.js +517 -0
  140. data/app/assets/node_modules/bootstrap/js/src/collapse.js +394 -0
  141. data/app/assets/node_modules/bootstrap/js/src/dropdown.js +487 -0
  142. data/app/assets/node_modules/bootstrap/js/src/index.js +50 -0
  143. data/app/assets/node_modules/bootstrap/js/src/modal.js +579 -0
  144. data/app/assets/node_modules/bootstrap/js/src/popover.js +188 -0
  145. data/app/assets/node_modules/bootstrap/js/src/scrollspy.js +329 -0
  146. data/app/assets/node_modules/bootstrap/js/src/tab.js +263 -0
  147. data/app/assets/node_modules/bootstrap/js/src/tooltip.js +723 -0
  148. data/app/assets/node_modules/bootstrap/js/src/util.js +153 -0
  149. data/app/assets/node_modules/bootstrap/package.json +218 -0
  150. data/app/assets/node_modules/bootstrap/scss/_alert.scss +51 -0
  151. data/app/assets/node_modules/bootstrap/scss/_badge.scss +47 -0
  152. data/app/assets/node_modules/bootstrap/scss/_breadcrumb.scss +41 -0
  153. data/app/assets/node_modules/bootstrap/scss/_button-group.scss +172 -0
  154. data/app/assets/node_modules/bootstrap/scss/_buttons.scss +144 -0
  155. data/app/assets/node_modules/bootstrap/scss/_card.scss +301 -0
  156. data/app/assets/node_modules/bootstrap/scss/_carousel.scss +236 -0
  157. data/app/assets/node_modules/bootstrap/scss/_close.scss +34 -0
  158. data/app/assets/node_modules/bootstrap/scss/_code.scss +48 -0
  159. data/app/assets/node_modules/bootstrap/scss/_custom-forms.scss +421 -0
  160. data/app/assets/node_modules/bootstrap/scss/_dropdown.scss +166 -0
  161. data/app/assets/node_modules/bootstrap/scss/_forms.scss +335 -0
  162. data/app/assets/node_modules/bootstrap/scss/_functions.scss +86 -0
  163. data/app/assets/node_modules/bootstrap/scss/_grid.scss +52 -0
  164. data/app/assets/node_modules/bootstrap/scss/_images.scss +42 -0
  165. data/app/assets/node_modules/bootstrap/scss/_input-group.scss +158 -0
  166. data/app/assets/node_modules/bootstrap/scss/_jumbotron.scss +16 -0
  167. data/app/assets/node_modules/bootstrap/scss/_list-group.scss +115 -0
  168. data/app/assets/node_modules/bootstrap/scss/_media.scss +8 -0
  169. data/app/assets/node_modules/bootstrap/scss/_mixins.scss +41 -0
  170. data/app/assets/node_modules/bootstrap/scss/_modal.scss +168 -0
  171. data/app/assets/node_modules/bootstrap/scss/_nav.scss +118 -0
  172. data/app/assets/node_modules/bootstrap/scss/_navbar.scss +299 -0
  173. data/app/assets/node_modules/bootstrap/scss/_pagination.scss +78 -0
  174. data/app/assets/node_modules/bootstrap/scss/_popover.scss +183 -0
  175. data/app/assets/node_modules/bootstrap/scss/_print.scss +141 -0
  176. data/app/assets/node_modules/bootstrap/scss/_progress.scss +34 -0
  177. data/app/assets/node_modules/bootstrap/scss/_reboot.scss +480 -0
  178. data/app/assets/node_modules/bootstrap/scss/_root.scss +19 -0
  179. data/app/assets/node_modules/bootstrap/scss/_tables.scss +188 -0
  180. data/app/assets/node_modules/bootstrap/scss/_tooltip.scss +115 -0
  181. data/app/assets/node_modules/bootstrap/scss/_transitions.scss +22 -0
  182. data/app/assets/node_modules/bootstrap/scss/_type.scss +125 -0
  183. data/app/assets/node_modules/bootstrap/scss/_utilities.scss +15 -0
  184. data/app/assets/node_modules/bootstrap/scss/_variables.scss +929 -0
  185. data/app/assets/node_modules/bootstrap/scss/bootstrap-grid.scss +32 -0
  186. data/app/assets/node_modules/bootstrap/scss/bootstrap-reboot.scss +12 -0
  187. data/app/assets/node_modules/bootstrap/scss/bootstrap.scss +42 -0
  188. data/app/assets/node_modules/bootstrap/scss/mixins/_alert.scss +13 -0
  189. data/app/assets/node_modules/bootstrap/scss/mixins/_background-variant.scss +21 -0
  190. data/app/assets/node_modules/bootstrap/scss/mixins/_badge.scss +12 -0
  191. data/app/assets/node_modules/bootstrap/scss/mixins/_border-radius.scss +35 -0
  192. data/app/assets/node_modules/bootstrap/scss/mixins/_box-shadow.scss +5 -0
  193. data/app/assets/node_modules/bootstrap/scss/mixins/_breakpoints.scss +123 -0
  194. data/app/assets/node_modules/bootstrap/scss/mixins/_buttons.scss +109 -0
  195. data/app/assets/node_modules/bootstrap/scss/mixins/_caret.scss +66 -0
  196. data/app/assets/node_modules/bootstrap/scss/mixins/_clearfix.scss +7 -0
  197. data/app/assets/node_modules/bootstrap/scss/mixins/_float.scss +11 -0
  198. data/app/assets/node_modules/bootstrap/scss/mixins/_forms.scss +147 -0
  199. data/app/assets/node_modules/bootstrap/scss/mixins/_gradients.scss +45 -0
  200. data/app/assets/node_modules/bootstrap/scss/mixins/_grid-framework.scss +67 -0
  201. data/app/assets/node_modules/bootstrap/scss/mixins/_grid.scss +52 -0
  202. data/app/assets/node_modules/bootstrap/scss/mixins/_hover.scss +37 -0
  203. data/app/assets/node_modules/bootstrap/scss/mixins/_image.scss +36 -0
  204. data/app/assets/node_modules/bootstrap/scss/mixins/_list-group.scss +21 -0
  205. data/app/assets/node_modules/bootstrap/scss/mixins/_lists.scss +7 -0
  206. data/app/assets/node_modules/bootstrap/scss/mixins/_nav-divider.scss +10 -0
  207. data/app/assets/node_modules/bootstrap/scss/mixins/_pagination.scss +22 -0
  208. data/app/assets/node_modules/bootstrap/scss/mixins/_reset-text.scss +17 -0
  209. data/app/assets/node_modules/bootstrap/scss/mixins/_resize.scss +6 -0
  210. data/app/assets/node_modules/bootstrap/scss/mixins/_screen-reader.scss +33 -0
  211. data/app/assets/node_modules/bootstrap/scss/mixins/_size.scss +6 -0
  212. data/app/assets/node_modules/bootstrap/scss/mixins/_table-row.scss +30 -0
  213. data/app/assets/node_modules/bootstrap/scss/mixins/_text-emphasis.scss +14 -0
  214. data/app/assets/node_modules/bootstrap/scss/mixins/_text-hide.scss +13 -0
  215. data/app/assets/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
  216. data/app/assets/node_modules/bootstrap/scss/mixins/_transition.scss +13 -0
  217. data/app/assets/node_modules/bootstrap/scss/mixins/_visibility.scss +7 -0
  218. data/app/assets/node_modules/bootstrap/scss/utilities/_align.scss +8 -0
  219. data/app/assets/node_modules/bootstrap/scss/utilities/_background.scss +19 -0
  220. data/app/assets/node_modules/bootstrap/scss/utilities/_borders.scss +59 -0
  221. data/app/assets/node_modules/bootstrap/scss/utilities/_clearfix.scss +3 -0
  222. data/app/assets/node_modules/bootstrap/scss/utilities/_display.scss +38 -0
  223. data/app/assets/node_modules/bootstrap/scss/utilities/_embed.scss +52 -0
  224. data/app/assets/node_modules/bootstrap/scss/utilities/_flex.scss +51 -0
  225. data/app/assets/node_modules/bootstrap/scss/utilities/_float.scss +9 -0
  226. data/app/assets/node_modules/bootstrap/scss/utilities/_position.scss +37 -0
  227. data/app/assets/node_modules/bootstrap/scss/utilities/_screenreaders.scss +11 -0
  228. data/app/assets/node_modules/bootstrap/scss/utilities/_shadows.scss +6 -0
  229. data/app/assets/node_modules/bootstrap/scss/utilities/_sizing.scss +12 -0
  230. data/app/assets/node_modules/bootstrap/scss/utilities/_spacing.scss +51 -0
  231. data/app/assets/node_modules/bootstrap/scss/utilities/_text.scss +58 -0
  232. data/app/assets/node_modules/bootstrap/scss/utilities/_visibility.scss +11 -0
  233. data/app/assets/node_modules/clone/LICENSE +18 -0
  234. data/app/assets/node_modules/clone/README.md +178 -0
  235. data/app/assets/node_modules/clone/clone.iml +10 -0
  236. data/app/assets/node_modules/clone/clone.js +251 -0
  237. data/app/assets/node_modules/clone/package.json +56 -0
  238. data/app/assets/node_modules/deep-equal/LICENSE +18 -0
  239. data/app/assets/node_modules/deep-equal/example/cmp.js +11 -0
  240. data/app/assets/node_modules/deep-equal/index.js +94 -0
  241. data/app/assets/node_modules/deep-equal/lib/is_arguments.js +20 -0
  242. data/app/assets/node_modules/deep-equal/lib/keys.js +9 -0
  243. data/app/assets/node_modules/deep-equal/package.json +58 -0
  244. data/app/assets/node_modules/deep-equal/readme.markdown +61 -0
  245. data/app/assets/node_modules/deep-equal/test/cmp.js +95 -0
  246. data/app/assets/node_modules/dropzone/CONTRIBUTING.md +6 -0
  247. data/app/assets/node_modules/dropzone/LICENSE +12 -0
  248. data/app/assets/node_modules/dropzone/README.md +36 -0
  249. data/app/assets/node_modules/dropzone/bower.json +16 -0
  250. data/app/assets/node_modules/dropzone/component.json +10 -0
  251. data/app/assets/node_modules/dropzone/composer.json +18 -0
  252. data/app/assets/node_modules/dropzone/dist/basic.css +39 -0
  253. data/app/assets/node_modules/dropzone/dist/dropzone-amd-module.js +3541 -0
  254. data/app/assets/node_modules/dropzone/dist/dropzone.css +388 -0
  255. data/app/assets/node_modules/dropzone/dist/dropzone.js +3526 -0
  256. data/app/assets/node_modules/dropzone/dist/min/basic.min.css +1 -0
  257. data/app/assets/node_modules/dropzone/dist/min/dropzone-amd-module.min.js +2 -0
  258. data/app/assets/node_modules/dropzone/dist/min/dropzone.min.css +1 -0
  259. data/app/assets/node_modules/dropzone/dist/min/dropzone.min.js +2 -0
  260. data/app/assets/node_modules/dropzone/dist/readme.md +10 -0
  261. data/app/assets/node_modules/dropzone/index.js +1 -0
  262. data/app/assets/node_modules/dropzone/package.json +40 -0
  263. data/app/assets/node_modules/eve-raphael/LICENSE +202 -0
  264. data/app/assets/node_modules/eve-raphael/README.md +5 -0
  265. data/app/assets/node_modules/eve-raphael/bower.json +17 -0
  266. data/app/assets/node_modules/eve-raphael/component.json +13 -0
  267. data/app/assets/node_modules/eve-raphael/e.html +66 -0
  268. data/app/assets/node_modules/eve-raphael/eve.js +426 -0
  269. data/app/assets/node_modules/eve-raphael/package.json +15 -0
  270. data/app/assets/node_modules/eventemitter3/LICENSE +21 -0
  271. data/app/assets/node_modules/eventemitter3/README.md +105 -0
  272. data/app/assets/node_modules/eventemitter3/index.d.ts +50 -0
  273. data/app/assets/node_modules/eventemitter3/index.js +311 -0
  274. data/app/assets/node_modules/eventemitter3/package.json +51 -0
  275. data/app/assets/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
  276. data/app/assets/node_modules/extend/CHANGELOG.md +77 -0
  277. data/app/assets/node_modules/extend/LICENSE +23 -0
  278. data/app/assets/node_modules/extend/README.md +81 -0
  279. data/app/assets/node_modules/extend/component.json +32 -0
  280. data/app/assets/node_modules/extend/index.js +86 -0
  281. data/app/assets/node_modules/extend/package.json +43 -0
  282. data/app/assets/node_modules/fast-diff/README.md +24 -0
  283. data/app/assets/node_modules/fast-diff/diff.js +738 -0
  284. data/app/assets/node_modules/fast-diff/package.json +24 -0
  285. data/app/assets/node_modules/fast-diff/test.js +91 -0
  286. data/app/assets/node_modules/jquery/AUTHORS.txt +313 -0
  287. data/app/assets/node_modules/jquery/LICENSE.txt +36 -0
  288. data/app/assets/node_modules/jquery/README.md +67 -0
  289. data/app/assets/node_modules/jquery/bower.json +14 -0
  290. data/app/assets/node_modules/jquery/dist/core.js +399 -0
  291. data/app/assets/node_modules/jquery/dist/jquery.js +10364 -0
  292. data/app/assets/node_modules/jquery/dist/jquery.min.js +2 -0
  293. data/app/assets/node_modules/jquery/dist/jquery.min.map +1 -0
  294. data/app/assets/node_modules/jquery/dist/jquery.slim.js +8269 -0
  295. data/app/assets/node_modules/jquery/dist/jquery.slim.min.js +2 -0
  296. data/app/assets/node_modules/jquery/dist/jquery.slim.min.map +1 -0
  297. data/app/assets/node_modules/jquery/external/sizzle/LICENSE.txt +36 -0
  298. data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.js +2272 -0
  299. data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.js +3 -0
  300. data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.map +1 -0
  301. data/app/assets/node_modules/jquery/package.json +108 -0
  302. data/app/assets/node_modules/jquery/src/ajax/jsonp.js +103 -0
  303. data/app/assets/node_modules/jquery/src/ajax/load.js +77 -0
  304. data/app/assets/node_modules/jquery/src/ajax/parseXML.js +30 -0
  305. data/app/assets/node_modules/jquery/src/ajax/script.js +77 -0
  306. data/app/assets/node_modules/jquery/src/ajax/var/location.js +5 -0
  307. data/app/assets/node_modules/jquery/src/ajax/var/nonce.js +5 -0
  308. data/app/assets/node_modules/jquery/src/ajax/var/rquery.js +5 -0
  309. data/app/assets/node_modules/jquery/src/ajax/xhr.js +170 -0
  310. data/app/assets/node_modules/jquery/src/ajax.js +856 -0
  311. data/app/assets/node_modules/jquery/src/attributes/attr.js +141 -0
  312. data/app/assets/node_modules/jquery/src/attributes/classes.js +186 -0
  313. data/app/assets/node_modules/jquery/src/attributes/prop.js +143 -0
  314. data/app/assets/node_modules/jquery/src/attributes/support.js +33 -0
  315. data/app/assets/node_modules/jquery/src/attributes/val.js +191 -0
  316. data/app/assets/node_modules/jquery/src/attributes.js +13 -0
  317. data/app/assets/node_modules/jquery/src/callbacks.js +236 -0
  318. data/app/assets/node_modules/jquery/src/core/DOMEval.js +30 -0
  319. data/app/assets/node_modules/jquery/src/core/access.js +72 -0
  320. data/app/assets/node_modules/jquery/src/core/camelCase.js +23 -0
  321. data/app/assets/node_modules/jquery/src/core/init.js +129 -0
  322. data/app/assets/node_modules/jquery/src/core/nodeName.js +13 -0
  323. data/app/assets/node_modules/jquery/src/core/parseHTML.js +65 -0
  324. data/app/assets/node_modules/jquery/src/core/ready-no-deferred.js +97 -0
  325. data/app/assets/node_modules/jquery/src/core/ready.js +86 -0
  326. data/app/assets/node_modules/jquery/src/core/readyException.js +13 -0
  327. data/app/assets/node_modules/jquery/src/core/stripAndCollapse.js +14 -0
  328. data/app/assets/node_modules/jquery/src/core/support.js +20 -0
  329. data/app/assets/node_modules/jquery/src/core/toType.js +20 -0
  330. data/app/assets/node_modules/jquery/src/core/var/rsingleTag.js +6 -0
  331. data/app/assets/node_modules/jquery/src/core.js +399 -0
  332. data/app/assets/node_modules/jquery/src/css/addGetHookIf.js +26 -0
  333. data/app/assets/node_modules/jquery/src/css/adjustCSS.js +73 -0
  334. data/app/assets/node_modules/jquery/src/css/curCSS.js +65 -0
  335. data/app/assets/node_modules/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  336. data/app/assets/node_modules/jquery/src/css/showHide.js +105 -0
  337. data/app/assets/node_modules/jquery/src/css/support.js +102 -0
  338. data/app/assets/node_modules/jquery/src/css/var/cssExpand.js +5 -0
  339. data/app/assets/node_modules/jquery/src/css/var/getStyles.js +17 -0
  340. data/app/assets/node_modules/jquery/src/css/var/isHiddenWithinTree.js +34 -0
  341. data/app/assets/node_modules/jquery/src/css/var/rboxStyle.js +7 -0
  342. data/app/assets/node_modules/jquery/src/css/var/rnumnonpx.js +7 -0
  343. data/app/assets/node_modules/jquery/src/css/var/swap.js +26 -0
  344. data/app/assets/node_modules/jquery/src/css.js +481 -0
  345. data/app/assets/node_modules/jquery/src/data/Data.js +162 -0
  346. data/app/assets/node_modules/jquery/src/data/var/acceptData.js +19 -0
  347. data/app/assets/node_modules/jquery/src/data/var/dataPriv.js +7 -0
  348. data/app/assets/node_modules/jquery/src/data/var/dataUser.js +7 -0
  349. data/app/assets/node_modules/jquery/src/data.js +180 -0
  350. data/app/assets/node_modules/jquery/src/deferred/exceptionHook.js +21 -0
  351. data/app/assets/node_modules/jquery/src/deferred.js +399 -0
  352. data/app/assets/node_modules/jquery/src/deprecated.js +98 -0
  353. data/app/assets/node_modules/jquery/src/dimensions.js +57 -0
  354. data/app/assets/node_modules/jquery/src/effects/Tween.js +123 -0
  355. data/app/assets/node_modules/jquery/src/effects/animatedSelector.js +15 -0
  356. data/app/assets/node_modules/jquery/src/effects.js +702 -0
  357. data/app/assets/node_modules/jquery/src/event/ajax.js +22 -0
  358. data/app/assets/node_modules/jquery/src/event/alias.js +29 -0
  359. data/app/assets/node_modules/jquery/src/event/focusin.js +55 -0
  360. data/app/assets/node_modules/jquery/src/event/support.js +11 -0
  361. data/app/assets/node_modules/jquery/src/event/trigger.js +199 -0
  362. data/app/assets/node_modules/jquery/src/event.js +748 -0
  363. data/app/assets/node_modules/jquery/src/exports/amd.js +26 -0
  364. data/app/assets/node_modules/jquery/src/exports/global.js +34 -0
  365. data/app/assets/node_modules/jquery/src/jquery.js +40 -0
  366. data/app/assets/node_modules/jquery/src/manipulation/_evalUrl.js +23 -0
  367. data/app/assets/node_modules/jquery/src/manipulation/buildFragment.js +105 -0
  368. data/app/assets/node_modules/jquery/src/manipulation/getAll.js +32 -0
  369. data/app/assets/node_modules/jquery/src/manipulation/setGlobalEval.js +22 -0
  370. data/app/assets/node_modules/jquery/src/manipulation/support.js +35 -0
  371. data/app/assets/node_modules/jquery/src/manipulation/var/rcheckableType.js +5 -0
  372. data/app/assets/node_modules/jquery/src/manipulation/var/rscriptType.js +5 -0
  373. data/app/assets/node_modules/jquery/src/manipulation/var/rtagName.js +5 -0
  374. data/app/assets/node_modules/jquery/src/manipulation/wrapMap.js +29 -0
  375. data/app/assets/node_modules/jquery/src/manipulation.js +486 -0
  376. data/app/assets/node_modules/jquery/src/offset.js +233 -0
  377. data/app/assets/node_modules/jquery/src/queue/delay.js +24 -0
  378. data/app/assets/node_modules/jquery/src/queue.js +145 -0
  379. data/app/assets/node_modules/jquery/src/selector-native.js +237 -0
  380. data/app/assets/node_modules/jquery/src/selector-sizzle.js +19 -0
  381. data/app/assets/node_modules/jquery/src/selector.js +3 -0
  382. data/app/assets/node_modules/jquery/src/serialize.js +132 -0
  383. data/app/assets/node_modules/jquery/src/traversing/findFilter.js +97 -0
  384. data/app/assets/node_modules/jquery/src/traversing/var/dir.js +22 -0
  385. data/app/assets/node_modules/jquery/src/traversing/var/rneedsContext.js +8 -0
  386. data/app/assets/node_modules/jquery/src/traversing/var/siblings.js +17 -0
  387. data/app/assets/node_modules/jquery/src/traversing.js +191 -0
  388. data/app/assets/node_modules/jquery/src/var/ObjectFunctionString.js +7 -0
  389. data/app/assets/node_modules/jquery/src/var/arr.js +5 -0
  390. data/app/assets/node_modules/jquery/src/var/class2type.js +6 -0
  391. data/app/assets/node_modules/jquery/src/var/concat.js +7 -0
  392. data/app/assets/node_modules/jquery/src/var/document.js +5 -0
  393. data/app/assets/node_modules/jquery/src/var/documentElement.js +7 -0
  394. data/app/assets/node_modules/jquery/src/var/fnToString.js +7 -0
  395. data/app/assets/node_modules/jquery/src/var/getProto.js +5 -0
  396. data/app/assets/node_modules/jquery/src/var/hasOwn.js +7 -0
  397. data/app/assets/node_modules/jquery/src/var/indexOf.js +7 -0
  398. data/app/assets/node_modules/jquery/src/var/isFunction.js +13 -0
  399. data/app/assets/node_modules/jquery/src/var/isWindow.js +8 -0
  400. data/app/assets/node_modules/jquery/src/var/pnum.js +5 -0
  401. data/app/assets/node_modules/jquery/src/var/push.js +7 -0
  402. data/app/assets/node_modules/jquery/src/var/rcssNum.js +9 -0
  403. data/app/assets/node_modules/jquery/src/var/rnothtmlwhite.js +8 -0
  404. data/app/assets/node_modules/jquery/src/var/slice.js +7 -0
  405. data/app/assets/node_modules/jquery/src/var/support.js +6 -0
  406. data/app/assets/node_modules/jquery/src/var/toString.js +7 -0
  407. data/app/assets/node_modules/jquery/src/wrap.js +78 -0
  408. data/app/assets/node_modules/jquery-flot/API.md +1498 -0
  409. data/app/assets/node_modules/jquery-flot/CONTRIBUTING.md +98 -0
  410. data/app/assets/node_modules/jquery-flot/FAQ.md +75 -0
  411. data/app/assets/node_modules/jquery-flot/LICENSE.txt +22 -0
  412. data/app/assets/node_modules/jquery-flot/Makefile +12 -0
  413. data/app/assets/node_modules/jquery-flot/NEWS.md +1026 -0
  414. data/app/assets/node_modules/jquery-flot/PLUGINS.md +143 -0
  415. data/app/assets/node_modules/jquery-flot/README.md +110 -0
  416. data/app/assets/node_modules/jquery-flot/component.json +8 -0
  417. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-1.json +4 -0
  418. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-2.json +4 -0
  419. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-3.json +4 -0
  420. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-4.json +4 -0
  421. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-5.json +4 -0
  422. data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth.json +4 -0
  423. data/app/assets/node_modules/jquery-flot/examples/ajax/data-japan-gdp-growth.json +4 -0
  424. data/app/assets/node_modules/jquery-flot/examples/ajax/data-usa-gdp-growth.json +4 -0
  425. data/app/assets/node_modules/jquery-flot/examples/ajax/index.html +173 -0
  426. data/app/assets/node_modules/jquery-flot/examples/annotating/index.html +87 -0
  427. data/app/assets/node_modules/jquery-flot/examples/axes-interacting/index.html +97 -0
  428. data/app/assets/node_modules/jquery-flot/examples/axes-multiple/index.html +77 -0
  429. data/app/assets/node_modules/jquery-flot/examples/axes-time/index.html +137 -0
  430. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/date.js +893 -0
  431. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/index.html +114 -0
  432. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/africa +1181 -0
  433. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/antarctica +413 -0
  434. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/asia +2717 -0
  435. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/australasia +1719 -0
  436. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/backward +117 -0
  437. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/etcetera +81 -0
  438. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/europe +2856 -0
  439. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/factory +10 -0
  440. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/iso3166.tab +276 -0
  441. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/leapseconds +100 -0
  442. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/northamerica +3235 -0
  443. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/pacificnew +28 -0
  444. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar87 +390 -0
  445. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar88 +390 -0
  446. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar89 +395 -0
  447. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/southamerica +1711 -0
  448. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/systemv +38 -0
  449. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/yearistype.sh +38 -0
  450. data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/zone.tab +441 -0
  451. data/app/assets/node_modules/jquery-flot/examples/background.png +0 -0
  452. data/app/assets/node_modules/jquery-flot/examples/basic-options/index.html +91 -0
  453. data/app/assets/node_modules/jquery-flot/examples/basic-usage/index.html +57 -0
  454. data/app/assets/node_modules/jquery-flot/examples/canvas/index.html +75 -0
  455. data/app/assets/node_modules/jquery-flot/examples/categories/index.html +64 -0
  456. data/app/assets/node_modules/jquery-flot/examples/examples.css +97 -0
  457. data/app/assets/node_modules/jquery-flot/examples/image/hs-2004-27-a-large-web.jpg +0 -0
  458. data/app/assets/node_modules/jquery-flot/examples/image/index.html +69 -0
  459. data/app/assets/node_modules/jquery-flot/examples/index.html +80 -0
  460. data/app/assets/node_modules/jquery-flot/examples/interacting/index.html +118 -0
  461. data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-down.gif +0 -0
  462. data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-left.gif +0 -0
  463. data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-right.gif +0 -0
  464. data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-up.gif +0 -0
  465. data/app/assets/node_modules/jquery-flot/examples/navigate/index.html +153 -0
  466. data/app/assets/node_modules/jquery-flot/examples/percentiles/index.html +79 -0
  467. data/app/assets/node_modules/jquery-flot/examples/realtime/index.html +122 -0
  468. data/app/assets/node_modules/jquery-flot/examples/resize/index.html +76 -0
  469. data/app/assets/node_modules/jquery-flot/examples/selection/index.html +152 -0
  470. data/app/assets/node_modules/jquery-flot/examples/series-errorbars/index.html +150 -0
  471. data/app/assets/node_modules/jquery-flot/examples/series-pie/index.html +818 -0
  472. data/app/assets/node_modules/jquery-flot/examples/series-toggle/index.html +121 -0
  473. data/app/assets/node_modules/jquery-flot/examples/series-types/index.html +90 -0
  474. data/app/assets/node_modules/jquery-flot/examples/shared/jquery-ui/jquery-ui.min.css +6 -0
  475. data/app/assets/node_modules/jquery-flot/examples/stacking/index.html +107 -0
  476. data/app/assets/node_modules/jquery-flot/examples/symbols/index.html +76 -0
  477. data/app/assets/node_modules/jquery-flot/examples/threshold/index.html +76 -0
  478. data/app/assets/node_modules/jquery-flot/examples/tracking/index.html +135 -0
  479. data/app/assets/node_modules/jquery-flot/examples/visitors/index.html +147 -0
  480. data/app/assets/node_modules/jquery-flot/examples/zooming/index.html +144 -0
  481. data/app/assets/node_modules/jquery-flot/excanvas.js +1428 -0
  482. data/app/assets/node_modules/jquery-flot/excanvas.min.js +1 -0
  483. data/app/assets/node_modules/jquery-flot/flot.jquery.json +27 -0
  484. data/app/assets/node_modules/jquery-flot/jquery.colorhelpers.js +180 -0
  485. data/app/assets/node_modules/jquery-flot/jquery.flot.canvas.js +345 -0
  486. data/app/assets/node_modules/jquery-flot/jquery.flot.categories.js +190 -0
  487. data/app/assets/node_modules/jquery-flot/jquery.flot.crosshair.js +176 -0
  488. data/app/assets/node_modules/jquery-flot/jquery.flot.errorbars.js +353 -0
  489. data/app/assets/node_modules/jquery-flot/jquery.flot.fillbetween.js +226 -0
  490. data/app/assets/node_modules/jquery-flot/jquery.flot.image.js +241 -0
  491. data/app/assets/node_modules/jquery-flot/jquery.flot.js +3168 -0
  492. data/app/assets/node_modules/jquery-flot/jquery.flot.navigate.js +346 -0
  493. data/app/assets/node_modules/jquery-flot/jquery.flot.pie.js +820 -0
  494. data/app/assets/node_modules/jquery-flot/jquery.flot.resize.js +59 -0
  495. data/app/assets/node_modules/jquery-flot/jquery.flot.selection.js +360 -0
  496. data/app/assets/node_modules/jquery-flot/jquery.flot.stack.js +188 -0
  497. data/app/assets/node_modules/jquery-flot/jquery.flot.symbol.js +71 -0
  498. data/app/assets/node_modules/jquery-flot/jquery.flot.threshold.js +142 -0
  499. data/app/assets/node_modules/jquery-flot/jquery.flot.time.js +432 -0
  500. data/app/assets/node_modules/jquery-flot/jquery.js +9472 -0
  501. data/app/assets/node_modules/jquery-flot/package.json +11 -0
  502. data/app/assets/node_modules/jquery-sparkline/Changelog.txt +324 -0
  503. data/app/assets/node_modules/jquery-sparkline/README.md +19 -0
  504. data/app/assets/node_modules/jquery-sparkline/build.js +13 -0
  505. data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.js +3068 -0
  506. data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.min.js +2 -0
  507. data/app/assets/node_modules/jquery-sparkline/package.json +32 -0
  508. data/app/assets/node_modules/jquery-sparkline/src/base.js +415 -0
  509. data/app/assets/node_modules/jquery-sparkline/src/chart-bar.js +256 -0
  510. data/app/assets/node_modules/jquery-sparkline/src/chart-box.js +186 -0
  511. data/app/assets/node_modules/jquery-sparkline/src/chart-bullet.js +131 -0
  512. data/app/assets/node_modules/jquery-sparkline/src/chart-discrete.js +66 -0
  513. data/app/assets/node_modules/jquery-sparkline/src/chart-line.js +350 -0
  514. data/app/assets/node_modules/jquery-sparkline/src/chart-pie.js +117 -0
  515. data/app/assets/node_modules/jquery-sparkline/src/chart-tristate.js +98 -0
  516. data/app/assets/node_modules/jquery-sparkline/src/defaults.js +156 -0
  517. data/app/assets/node_modules/jquery-sparkline/src/footer.js +1 -0
  518. data/app/assets/node_modules/jquery-sparkline/src/header.js +222 -0
  519. data/app/assets/node_modules/jquery-sparkline/src/interact.js +247 -0
  520. data/app/assets/node_modules/jquery-sparkline/src/rangemap.js +39 -0
  521. data/app/assets/node_modules/jquery-sparkline/src/simpledraw.js +55 -0
  522. data/app/assets/node_modules/jquery-sparkline/src/utils.js +224 -0
  523. data/app/assets/node_modules/jquery-sparkline/src/vcanvas-base.js +147 -0
  524. data/app/assets/node_modules/jquery-sparkline/src/vcanvas-canvas.js +193 -0
  525. data/app/assets/node_modules/jquery-sparkline/src/vcanvas-vml.js +165 -0
  526. data/app/assets/node_modules/jquery-touchswipe/LICENSE +24 -0
  527. data/app/assets/node_modules/jquery-touchswipe/README.md +81 -0
  528. data/app/assets/node_modules/jquery-touchswipe/bower.json +8 -0
  529. data/app/assets/node_modules/jquery-touchswipe/demos/Any_finger_swipe.html +49 -0
  530. data/app/assets/node_modules/jquery-touchswipe/demos/Basic_swipe.html +48 -0
  531. data/app/assets/node_modules/jquery-touchswipe/demos/Enable_and_destroy.html +95 -0
  532. data/app/assets/node_modules/jquery-touchswipe/demos/Excluded_children.html +82 -0
  533. data/app/assets/node_modules/jquery-touchswipe/demos/Finger_swipe.html +61 -0
  534. data/app/assets/node_modules/jquery-touchswipe/demos/Handlers_and_events.html +128 -0
  535. data/app/assets/node_modules/jquery-touchswipe/demos/Hold.html +61 -0
  536. data/app/assets/node_modules/jquery-touchswipe/demos/Image_gallery_example.html +148 -0
  537. data/app/assets/node_modules/jquery-touchswipe/demos/Options.html +90 -0
  538. data/app/assets/node_modules/jquery-touchswipe/demos/Page_scrolling.html +109 -0
  539. data/app/assets/node_modules/jquery-touchswipe/demos/Page_zoom.html +50 -0
  540. data/app/assets/node_modules/jquery-touchswipe/demos/Pinch.html +57 -0
  541. data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_and_Swipe.html +81 -0
  542. data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_status.html +51 -0
  543. data/app/assets/node_modules/jquery-touchswipe/demos/Single_swipe.html +51 -0
  544. data/app/assets/node_modules/jquery-touchswipe/demos/Stop_propegation.html +57 -0
  545. data/app/assets/node_modules/jquery-touchswipe/demos/Swipe_status.html +82 -0
  546. data/app/assets/node_modules/jquery-touchswipe/demos/Tap_vs_swipe.html +114 -0
  547. data/app/assets/node_modules/jquery-touchswipe/demos/Thresholds.html +109 -0
  548. data/app/assets/node_modules/jquery-touchswipe/demos/Trigger_handlers.html +158 -0
  549. data/app/assets/node_modules/jquery-touchswipe/demos/css/main.css +110 -0
  550. data/app/assets/node_modules/jquery-touchswipe/demos/index.html +74 -0
  551. data/app/assets/node_modules/jquery-touchswipe/demos/js/jquery.ui.ipad.js +223 -0
  552. data/app/assets/node_modules/jquery-touchswipe/demos/js/main.js +240 -0
  553. data/app/assets/node_modules/jquery-touchswipe/demos/tutorials.json +22 -0
  554. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.html +188 -0
  555. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.defaults.html +1174 -0
  556. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.directions.html +311 -0
  557. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.fingers.html +319 -0
  558. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.html +4205 -0
  559. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.pageScroll.html +272 -0
  560. data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.phases.html +265 -0
  561. data/app/assets/node_modules/jquery-touchswipe/docs/$.html +186 -0
  562. data/app/assets/node_modules/jquery-touchswipe/docs/css/main.css +110 -0
  563. data/app/assets/node_modules/jquery-touchswipe/docs/index.html +101 -0
  564. data/app/assets/node_modules/jquery-touchswipe/docs/jquery.touchSwipe.js.html +2168 -0
  565. data/app/assets/node_modules/jquery-touchswipe/docs/js/jquery.ui.ipad.js +223 -0
  566. data/app/assets/node_modules/jquery-touchswipe/docs/js/main.js +85 -0
  567. data/app/assets/node_modules/jquery-touchswipe/docs/scripts/linenumber.js +25 -0
  568. data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  569. data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/lang-css.js +2 -0
  570. data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/prettify.js +28 -0
  571. data/app/assets/node_modules/jquery-touchswipe/docs/styles/jsdoc.css +625 -0
  572. data/app/assets/node_modules/jquery-touchswipe/docs/styles/prettify.css +79 -0
  573. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Any_finger_swipe.html +108 -0
  574. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Basic_swipe.html +107 -0
  575. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Enable_and_destroy.html +154 -0
  576. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Excluded_children.html +141 -0
  577. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Finger_swipe.html +120 -0
  578. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Handlers_and_events.html +187 -0
  579. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Hold.html +120 -0
  580. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Image_gallery_example.html +207 -0
  581. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Options.html +149 -0
  582. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_scrolling.html +168 -0
  583. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_zoom.html +109 -0
  584. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch.html +116 -0
  585. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_and_Swipe.html +140 -0
  586. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_status.html +110 -0
  587. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Single_swipe.html +110 -0
  588. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Stop_propegation.html +116 -0
  589. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Swipe_status.html +141 -0
  590. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Tap_vs_swipe.html +173 -0
  591. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Thresholds.html +168 -0
  592. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Trigger_handlers.html +217 -0
  593. data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-index_.html +133 -0
  594. data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.js +2109 -0
  595. data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.min.js +14 -0
  596. data/app/assets/node_modules/jquery-touchswipe/package.json +47 -0
  597. data/app/assets/node_modules/jquery-validation/LICENSE.md +22 -0
  598. data/app/assets/node_modules/jquery-validation/README.md +76 -0
  599. data/app/assets/node_modules/jquery-validation/changelog.md +639 -0
  600. data/app/assets/node_modules/jquery-validation/dist/additional-methods.js +1158 -0
  601. data/app/assets/node_modules/jquery-validation/dist/jquery.validate.js +1601 -0
  602. data/app/assets/node_modules/jquery-validation/dist/jquery.validate.min.js +4 -0
  603. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ar.js +35 -0
  604. data/app/assets/node_modules/jquery-validation/dist/localization/messages_az.js +35 -0
  605. data/app/assets/node_modules/jquery-validation/dist/localization/messages_bg.js +35 -0
  606. data/app/assets/node_modules/jquery-validation/dist/localization/messages_bn_BD.js +35 -0
  607. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ca.js +35 -0
  608. data/app/assets/node_modules/jquery-validation/dist/localization/messages_cs.js +35 -0
  609. data/app/assets/node_modules/jquery-validation/dist/localization/messages_da.js +32 -0
  610. data/app/assets/node_modules/jquery-validation/dist/localization/messages_de.js +32 -0
  611. data/app/assets/node_modules/jquery-validation/dist/localization/messages_el.js +35 -0
  612. data/app/assets/node_modules/jquery-validation/dist/localization/messages_es.js +38 -0
  613. data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_AR.js +39 -0
  614. data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_PE.js +39 -0
  615. data/app/assets/node_modules/jquery-validation/dist/localization/messages_et.js +33 -0
  616. data/app/assets/node_modules/jquery-validation/dist/localization/messages_eu.js +35 -0
  617. data/app/assets/node_modules/jquery-validation/dist/localization/messages_fa.js +38 -0
  618. data/app/assets/node_modules/jquery-validation/dist/localization/messages_fi.js +33 -0
  619. data/app/assets/node_modules/jquery-validation/dist/localization/messages_fr.js +63 -0
  620. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ge.js +35 -0
  621. data/app/assets/node_modules/jquery-validation/dist/localization/messages_gl.js +40 -0
  622. data/app/assets/node_modules/jquery-validation/dist/localization/messages_he.js +35 -0
  623. data/app/assets/node_modules/jquery-validation/dist/localization/messages_hr.js +35 -0
  624. data/app/assets/node_modules/jquery-validation/dist/localization/messages_hu.js +35 -0
  625. data/app/assets/node_modules/jquery-validation/dist/localization/messages_hy_AM.js +35 -0
  626. data/app/assets/node_modules/jquery-validation/dist/localization/messages_id.js +34 -0
  627. data/app/assets/node_modules/jquery-validation/dist/localization/messages_is.js +33 -0
  628. data/app/assets/node_modules/jquery-validation/dist/localization/messages_it.js +39 -0
  629. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ja.js +36 -0
  630. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ka.js +35 -0
  631. data/app/assets/node_modules/jquery-validation/dist/localization/messages_kk.js +35 -0
  632. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ko.js +35 -0
  633. data/app/assets/node_modules/jquery-validation/dist/localization/messages_lt.js +35 -0
  634. data/app/assets/node_modules/jquery-validation/dist/localization/messages_lv.js +35 -0
  635. data/app/assets/node_modules/jquery-validation/dist/localization/messages_mk.js +35 -0
  636. data/app/assets/node_modules/jquery-validation/dist/localization/messages_my.js +35 -0
  637. data/app/assets/node_modules/jquery-validation/dist/localization/messages_nl.js +46 -0
  638. data/app/assets/node_modules/jquery-validation/dist/localization/messages_no.js +36 -0
  639. data/app/assets/node_modules/jquery-validation/dist/localization/messages_pl.js +37 -0
  640. data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_BR.js +88 -0
  641. data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_PT.js +39 -0
  642. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ro.js +35 -0
  643. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ru.js +35 -0
  644. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sd.js +35 -0
  645. data/app/assets/node_modules/jquery-validation/dist/localization/messages_si.js +35 -0
  646. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sk.js +32 -0
  647. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sl.js +35 -0
  648. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr.js +35 -0
  649. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr_lat.js +35 -0
  650. data/app/assets/node_modules/jquery-validation/dist/localization/messages_sv.js +33 -0
  651. data/app/assets/node_modules/jquery-validation/dist/localization/messages_th.js +35 -0
  652. data/app/assets/node_modules/jquery-validation/dist/localization/messages_tj.js +35 -0
  653. data/app/assets/node_modules/jquery-validation/dist/localization/messages_tr.js +36 -0
  654. data/app/assets/node_modules/jquery-validation/dist/localization/messages_uk.js +35 -0
  655. data/app/assets/node_modules/jquery-validation/dist/localization/messages_ur.js +35 -0
  656. data/app/assets/node_modules/jquery-validation/dist/localization/messages_vi.js +35 -0
  657. data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh.js +35 -0
  658. data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh_TW.js +36 -0
  659. data/app/assets/node_modules/jquery-validation/dist/localization/methods_de.js +24 -0
  660. data/app/assets/node_modules/jquery-validation/dist/localization/methods_es_CL.js +24 -0
  661. data/app/assets/node_modules/jquery-validation/dist/localization/methods_fi.js +24 -0
  662. data/app/assets/node_modules/jquery-validation/dist/localization/methods_nl.js +24 -0
  663. data/app/assets/node_modules/jquery-validation/dist/localization/methods_pt.js +21 -0
  664. data/app/assets/node_modules/jquery-validation/package.json +61 -0
  665. data/app/assets/node_modules/jquery.browser/Gruntfile.js +62 -0
  666. data/app/assets/node_modules/jquery.browser/MIT-LICENSE.txt +21 -0
  667. data/app/assets/node_modules/jquery.browser/README.md +117 -0
  668. data/app/assets/node_modules/jquery.browser/bower.json +13 -0
  669. data/app/assets/node_modules/jquery.browser/browser.jquery.json +37 -0
  670. data/app/assets/node_modules/jquery.browser/dist/jquery.browser.js +193 -0
  671. data/app/assets/node_modules/jquery.browser/dist/jquery.browser.min.js +14 -0
  672. data/app/assets/node_modules/jquery.browser/package.json +30 -0
  673. data/app/assets/node_modules/jquery.browser/test/casperserver.js +257 -0
  674. data/app/assets/node_modules/jquery.browser/test/index.html +13 -0
  675. data/app/assets/node_modules/jquery.browser/test/src/jquery-1.10.2.min.js +6 -0
  676. data/app/assets/node_modules/jquery.browser/test/src/require/test.js +21 -0
  677. data/app/assets/node_modules/jquery.browser/test/test.js +962 -0
  678. data/app/assets/node_modules/jquery.flot.tooltip/CONTRIBUTING.md +9 -0
  679. data/app/assets/node_modules/jquery.flot.tooltip/Gruntfile.js +72 -0
  680. data/app/assets/node_modules/jquery.flot.tooltip/README.md +267 -0
  681. data/app/assets/node_modules/jquery.flot.tooltip/bower.json +13 -0
  682. data/app/assets/node_modules/jquery.flot.tooltip/examples/basic.html +45 -0
  683. data/app/assets/node_modules/jquery.flot.tooltip/examples/curved-lines.html +59 -0
  684. data/app/assets/node_modules/jquery.flot.tooltip/examples/custom-label-text.html +114 -0
  685. data/app/assets/node_modules/jquery.flot.tooltip/examples/custom_ticks.html +78 -0
  686. data/app/assets/node_modules/jquery.flot.tooltip/examples/dollar_in_tickformatter.html +68 -0
  687. data/app/assets/node_modules/jquery.flot.tooltip/examples/index.html +36 -0
  688. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/curvedLines.js +483 -0
  689. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/excanvas.min.js +1 -0
  690. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.js +3168 -0
  691. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.pie.js +820 -0
  692. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.stack.js +184 -0
  693. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.threshold.js +142 -0
  694. data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.time.js +432 -0
  695. data/app/assets/node_modules/jquery.flot.tooltip/examples/many_series.html +78 -0
  696. data/app/assets/node_modules/jquery.flot.tooltip/examples/multiple-axes.html +78 -0
  697. data/app/assets/node_modules/jquery.flot.tooltip/examples/pie.html +87 -0
  698. data/app/assets/node_modules/jquery.flot.tooltip/examples/real_data.html +133 -0
  699. data/app/assets/node_modules/jquery.flot.tooltip/examples/stacking.html +97 -0
  700. data/app/assets/node_modules/jquery.flot.tooltip/examples/threshold.html +97 -0
  701. data/app/assets/node_modules/jquery.flot.tooltip/examples/time_bars.html +77 -0
  702. data/app/assets/node_modules/jquery.flot.tooltip/examples/two_chars.html +63 -0
  703. data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.js +606 -0
  704. data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.min.js +12 -0
  705. data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.source.js +595 -0
  706. data/app/assets/node_modules/jquery.flot.tooltip/package.json +37 -0
  707. data/app/assets/node_modules/jqvmap/CHANGELOG.md +118 -0
  708. data/app/assets/node_modules/jqvmap/CONTRIBUTING.md +118 -0
  709. data/app/assets/node_modules/jqvmap/LICENSE +43 -0
  710. data/app/assets/node_modules/jqvmap/README.md +495 -0
  711. data/app/assets/node_modules/jqvmap/REGIONS.md +405 -0
  712. data/app/assets/node_modules/jqvmap/bower.json +32 -0
  713. data/app/assets/node_modules/jqvmap/create/README.md +207 -0
  714. data/app/assets/node_modules/jqvmap/create/config/continent.json +64 -0
  715. data/app/assets/node_modules/jqvmap/create/config/new-york.json +16 -0
  716. data/app/assets/node_modules/jqvmap/create/config/syria.json +16 -0
  717. data/app/assets/node_modules/jqvmap/create/jqvmap.py +573 -0
  718. data/app/assets/node_modules/jqvmap/dist/jquery.vmap.js +1281 -0
  719. data/app/assets/node_modules/jqvmap/dist/jquery.vmap.min.js +10 -0
  720. data/app/assets/node_modules/jqvmap/dist/jqvmap.css +50 -0
  721. data/app/assets/node_modules/jqvmap/dist/jqvmap.min.css +1 -0
  722. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.africa.js +2 -0
  723. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.asia.js +2 -0
  724. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.australia.js +2 -0
  725. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.europe.js +2 -0
  726. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.north-america.js +2 -0
  727. data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.south-america.js +2 -0
  728. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.algeria.js +2 -0
  729. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.argentina.js +1 -0
  730. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.brazil.js +2 -0
  731. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.canada.js +2 -0
  732. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.europe.js +2 -0
  733. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.france.js +1 -0
  734. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.germany.js +2 -0
  735. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.greece.js +1 -0
  736. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iran.js +6 -0
  737. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iraq.js +1 -0
  738. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.russia.js +2 -0
  739. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.tunisia.js +2 -0
  740. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.turkey.js +11 -0
  741. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.usa.js +2 -0
  742. data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.world.js +2 -0
  743. data/app/assets/node_modules/jqvmap/examples/algeria.html +27 -0
  744. data/app/assets/node_modules/jqvmap/examples/argentina.html +33 -0
  745. data/app/assets/node_modules/jqvmap/examples/brazil.html +33 -0
  746. data/app/assets/node_modules/jqvmap/examples/continents.html +172 -0
  747. data/app/assets/node_modules/jqvmap/examples/europe.html +27 -0
  748. data/app/assets/node_modules/jqvmap/examples/france.html +27 -0
  749. data/app/assets/node_modules/jqvmap/examples/germany.html +33 -0
  750. data/app/assets/node_modules/jqvmap/examples/greece.html +33 -0
  751. data/app/assets/node_modules/jqvmap/examples/images/background.png +0 -0
  752. data/app/assets/node_modules/jqvmap/examples/images/flag.png +0 -0
  753. data/app/assets/node_modules/jqvmap/examples/images/globe.png +0 -0
  754. data/app/assets/node_modules/jqvmap/examples/images/marker/black.png +0 -0
  755. data/app/assets/node_modules/jqvmap/examples/images/marker/blue.png +0 -0
  756. data/app/assets/node_modules/jqvmap/examples/images/marker/green.png +0 -0
  757. data/app/assets/node_modules/jqvmap/examples/images/marker/grey.png +0 -0
  758. data/app/assets/node_modules/jqvmap/examples/images/marker/orange.png +0 -0
  759. data/app/assets/node_modules/jqvmap/examples/images/marker/purple.png +0 -0
  760. data/app/assets/node_modules/jqvmap/examples/images/marker/red.png +0 -0
  761. data/app/assets/node_modules/jqvmap/examples/images/marker/white.png +0 -0
  762. data/app/assets/node_modules/jqvmap/examples/images/marker/yellow.png +0 -0
  763. data/app/assets/node_modules/jqvmap/examples/images/thumb.jpg +0 -0
  764. data/app/assets/node_modules/jqvmap/examples/images/tip.png +0 -0
  765. data/app/assets/node_modules/jqvmap/examples/inactive_regions.html +62 -0
  766. data/app/assets/node_modules/jqvmap/examples/iran.html +44 -0
  767. data/app/assets/node_modules/jqvmap/examples/iraq.html +44 -0
  768. data/app/assets/node_modules/jqvmap/examples/js/jquery.vmap.sampledata.js +1 -0
  769. data/app/assets/node_modules/jqvmap/examples/labels.html +146 -0
  770. data/app/assets/node_modules/jqvmap/examples/mobile.html +59 -0
  771. data/app/assets/node_modules/jqvmap/examples/multi.html +29 -0
  772. data/app/assets/node_modules/jqvmap/examples/pins.html +236 -0
  773. data/app/assets/node_modules/jqvmap/examples/pins_custom.html +127 -0
  774. data/app/assets/node_modules/jqvmap/examples/responsive.html +45 -0
  775. data/app/assets/node_modules/jqvmap/examples/russia.html +33 -0
  776. data/app/assets/node_modules/jqvmap/examples/touch_detect.html +46 -0
  777. data/app/assets/node_modules/jqvmap/examples/tunisia.html +33 -0
  778. data/app/assets/node_modules/jqvmap/examples/turkey.html +26 -0
  779. data/app/assets/node_modules/jqvmap/examples/usa.html +37 -0
  780. data/app/assets/node_modules/jqvmap/examples/world.html +35 -0
  781. data/app/assets/node_modules/jqvmap/grunt/bump.js +22 -0
  782. data/app/assets/node_modules/jqvmap/grunt/changelog.js +14 -0
  783. data/app/assets/node_modules/jqvmap/grunt/clean.js +5 -0
  784. data/app/assets/node_modules/jqvmap/grunt/concat.js +23 -0
  785. data/app/assets/node_modules/jqvmap/grunt/index.js +2 -0
  786. data/app/assets/node_modules/jqvmap/grunt/qunit.js +3 -0
  787. data/app/assets/node_modules/jqvmap/grunt/shell.js +6 -0
  788. data/app/assets/node_modules/jqvmap/grunt/uglify.js +19 -0
  789. data/app/assets/node_modules/jqvmap/gruntfile.js +21 -0
  790. data/app/assets/node_modules/jqvmap/node_modules/jquery/AUTHORS.txt +217 -0
  791. data/app/assets/node_modules/jqvmap/node_modules/jquery/CONTRIBUTING.md +214 -0
  792. data/app/assets/node_modules/jqvmap/node_modules/jquery/MIT-LICENSE.txt +21 -0
  793. data/app/assets/node_modules/jqvmap/node_modules/jquery/README.md +368 -0
  794. data/app/assets/node_modules/jqvmap/node_modules/jquery/bower.json +28 -0
  795. data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.js +10351 -0
  796. data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.js +6 -0
  797. data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.map +1 -0
  798. data/app/assets/node_modules/jqvmap/node_modules/jquery/package.json +54 -0
  799. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/jsonp.js +89 -0
  800. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/load.js +75 -0
  801. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseJSON.js +51 -0
  802. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseXML.js +31 -0
  803. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/script.js +93 -0
  804. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/nonce.js +5 -0
  805. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/rquery.js +3 -0
  806. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/xhr.js +197 -0
  807. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax.js +801 -0
  808. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/attr.js +271 -0
  809. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/classes.js +157 -0
  810. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/prop.js +134 -0
  811. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/support.js +62 -0
  812. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/val.js +178 -0
  813. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes.js +11 -0
  814. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/callbacks.js +205 -0
  815. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/access.js +60 -0
  816. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/init.js +132 -0
  817. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/parseHTML.js +39 -0
  818. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/ready.js +152 -0
  819. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/var/rsingleTag.js +4 -0
  820. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core.js +540 -0
  821. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/addGetHookIf.js +32 -0
  822. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/curCSS.js +124 -0
  823. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/defaultDisplay.js +69 -0
  824. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/hiddenVisibleSelectors.js +20 -0
  825. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/support.js +151 -0
  826. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/swap.js +28 -0
  827. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/cssExpand.js +3 -0
  828. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/isHidden.js +13 -0
  829. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rmargin.js +3 -0
  830. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
  831. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css.js +504 -0
  832. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/accepts.js +21 -0
  833. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/support.js +25 -0
  834. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data.js +335 -0
  835. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deferred.js +150 -0
  836. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deprecated.js +13 -0
  837. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/dimensions.js +50 -0
  838. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/Tween.js +114 -0
  839. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/animatedSelector.js +13 -0
  840. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/support.js +55 -0
  841. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects.js +656 -0
  842. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/ajax.js +13 -0
  843. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/alias.js +39 -0
  844. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/support.js +26 -0
  845. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event.js +1037 -0
  846. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/amd.js +24 -0
  847. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/global.js +32 -0
  848. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/intro.js +44 -0
  849. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/jquery.js +38 -0
  850. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/_evalUrl.js +18 -0
  851. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/support.js +76 -0
  852. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
  853. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation.js +744 -0
  854. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/offset.js +211 -0
  855. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/outro.js +1 -0
  856. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue/delay.js +22 -0
  857. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue.js +142 -0
  858. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector-sizzle.js +14 -0
  859. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector.js +1 -0
  860. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/serialize.js +110 -0
  861. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.js +2067 -0
  862. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.js +3 -0
  863. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.map +1 -0
  864. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/empty.js +0 -0
  865. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/mixed_sort.html +22 -0
  866. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/testinit.js +136 -0
  867. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/index.html +242 -0
  868. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/jquery.js +9597 -0
  869. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/extending.js +95 -0
  870. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/selector.js +1149 -0
  871. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/utilities.js +169 -0
  872. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/support.js +58 -0
  873. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/findFilter.js +100 -0
  874. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
  875. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing.js +200 -0
  876. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/class2type.js +4 -0
  877. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/concat.js +5 -0
  878. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/deletedIds.js +3 -0
  879. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/hasOwn.js +5 -0
  880. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/indexOf.js +5 -0
  881. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/pnum.js +3 -0
  882. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/push.js +5 -0
  883. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/rnotwhite.js +3 -0
  884. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/slice.js +5 -0
  885. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/strundefined.js +3 -0
  886. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/support.js +4 -0
  887. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/toString.js +5 -0
  888. data/app/assets/node_modules/jqvmap/node_modules/jquery/src/wrap.js +76 -0
  889. data/app/assets/node_modules/jqvmap/package.json +45 -0
  890. data/app/assets/node_modules/jqvmap/src/Base.js +80 -0
  891. data/app/assets/node_modules/jqvmap/src/ColorScale/arrayToRgb.js +9 -0
  892. data/app/assets/node_modules/jqvmap/src/ColorScale/getColor.js +41 -0
  893. data/app/assets/node_modules/jqvmap/src/ColorScale/rgbToArray.js +4 -0
  894. data/app/assets/node_modules/jqvmap/src/ColorScale/setColors.js +6 -0
  895. data/app/assets/node_modules/jqvmap/src/ColorScale/setMax.js +8 -0
  896. data/app/assets/node_modules/jqvmap/src/ColorScale/setMin.js +9 -0
  897. data/app/assets/node_modules/jqvmap/src/ColorScale/setNormalizeFunction.js +13 -0
  898. data/app/assets/node_modules/jqvmap/src/ColorScale/vectorAdd.js +7 -0
  899. data/app/assets/node_modules/jqvmap/src/ColorScale/vectorLength.js +7 -0
  900. data/app/assets/node_modules/jqvmap/src/ColorScale/vectorMult.js +7 -0
  901. data/app/assets/node_modules/jqvmap/src/ColorScale/vectorSubtract.js +7 -0
  902. data/app/assets/node_modules/jqvmap/src/ColorScale/vectorToNum.js +7 -0
  903. data/app/assets/node_modules/jqvmap/src/ColorScale.js +18 -0
  904. data/app/assets/node_modules/jqvmap/src/JQVMap/applyTransform.js +31 -0
  905. data/app/assets/node_modules/jqvmap/src/JQVMap/bindZoomButtons.js +9 -0
  906. data/app/assets/node_modules/jqvmap/src/JQVMap/deselect.js +18 -0
  907. data/app/assets/node_modules/jqvmap/src/JQVMap/getCountryId.js +3 -0
  908. data/app/assets/node_modules/jqvmap/src/JQVMap/getPin.js +4 -0
  909. data/app/assets/node_modules/jqvmap/src/JQVMap/getPinId.js +3 -0
  910. data/app/assets/node_modules/jqvmap/src/JQVMap/getPins.js +11 -0
  911. data/app/assets/node_modules/jqvmap/src/JQVMap/highlight.js +12 -0
  912. data/app/assets/node_modules/jqvmap/src/JQVMap/isSelected.js +3 -0
  913. data/app/assets/node_modules/jqvmap/src/JQVMap/makeDraggable.js +159 -0
  914. data/app/assets/node_modules/jqvmap/src/JQVMap/placePins.js +46 -0
  915. data/app/assets/node_modules/jqvmap/src/JQVMap/positionPins.js +19 -0
  916. data/app/assets/node_modules/jqvmap/src/JQVMap/removePin.js +4 -0
  917. data/app/assets/node_modules/jqvmap/src/JQVMap/removePins.js +3 -0
  918. data/app/assets/node_modules/jqvmap/src/JQVMap/reset.js +9 -0
  919. data/app/assets/node_modules/jqvmap/src/JQVMap/resize.js +13 -0
  920. data/app/assets/node_modules/jqvmap/src/JQVMap/select.js +18 -0
  921. data/app/assets/node_modules/jqvmap/src/JQVMap/selectIndex.js +9 -0
  922. data/app/assets/node_modules/jqvmap/src/JQVMap/setBackgroundColor.js +3 -0
  923. data/app/assets/node_modules/jqvmap/src/JQVMap/setColors.js +15 -0
  924. data/app/assets/node_modules/jqvmap/src/JQVMap/setNormalizeFunction.js +7 -0
  925. data/app/assets/node_modules/jqvmap/src/JQVMap/setScale.js +4 -0
  926. data/app/assets/node_modules/jqvmap/src/JQVMap/setScaleColors.js +7 -0
  927. data/app/assets/node_modules/jqvmap/src/JQVMap/setValues.js +36 -0
  928. data/app/assets/node_modules/jqvmap/src/JQVMap/unhighlight.js +8 -0
  929. data/app/assets/node_modules/jqvmap/src/JQVMap/zoomIn.js +17 -0
  930. data/app/assets/node_modules/jqvmap/src/JQVMap/zoomOut.js +17 -0
  931. data/app/assets/node_modules/jqvmap/src/JQVMap.js +243 -0
  932. data/app/assets/node_modules/jqvmap/src/VectorCanvas/applyTransformParams.js +8 -0
  933. data/app/assets/node_modules/jqvmap/src/VectorCanvas/createGroup.js +19 -0
  934. data/app/assets/node_modules/jqvmap/src/VectorCanvas/createPath.js +75 -0
  935. data/app/assets/node_modules/jqvmap/src/VectorCanvas/pathSvgToVml.js +103 -0
  936. data/app/assets/node_modules/jqvmap/src/VectorCanvas/setSize.js +24 -0
  937. data/app/assets/node_modules/jqvmap/src/VectorCanvas.js +42 -0
  938. data/app/assets/node_modules/jqvmap/tests/index.html +32 -0
  939. data/app/assets/node_modules/jqvmap/tests/qunit/qunit.css +291 -0
  940. data/app/assets/node_modules/jqvmap/tests/qunit/qunit.js +3828 -0
  941. data/app/assets/node_modules/jqvmap/tests/tests.js +422 -0
  942. data/app/assets/node_modules/metismenu/LICENSE +20 -0
  943. data/app/assets/node_modules/metismenu/README.md +361 -0
  944. data/app/assets/node_modules/metismenu/changelog.md +22 -0
  945. data/app/assets/node_modules/metismenu/dist/cjs/index.js +327 -0
  946. data/app/assets/node_modules/metismenu/dist/metisMenu.css +132 -0
  947. data/app/assets/node_modules/metismenu/dist/metisMenu.css.map +1 -0
  948. data/app/assets/node_modules/metismenu/dist/metisMenu.js +332 -0
  949. data/app/assets/node_modules/metismenu/dist/metisMenu.js.map +1 -0
  950. data/app/assets/node_modules/metismenu/dist/metisMenu.min.css +9 -0
  951. data/app/assets/node_modules/metismenu/dist/metisMenu.min.css.map +1 -0
  952. data/app/assets/node_modules/metismenu/dist/metisMenu.min.js +10 -0
  953. data/app/assets/node_modules/metismenu/dist/metisMenu.min.js.map +1 -0
  954. data/app/assets/node_modules/metismenu/dist/modules/index.js +323 -0
  955. data/app/assets/node_modules/metismenu/package.json +122 -0
  956. data/app/assets/node_modules/metismenu/src/index.js +260 -0
  957. data/app/assets/node_modules/metismenu/src/metisMenu.css +116 -0
  958. data/app/assets/node_modules/metismenu/src/util.js +61 -0
  959. data/app/assets/node_modules/metismenu/types/metismenu.d.ts +25 -0
  960. data/app/assets/node_modules/morris.js/Gruntfile.js +90 -0
  961. data/app/assets/node_modules/morris.js/README.md +234 -0
  962. data/app/assets/node_modules/morris.js/bower.json +20 -0
  963. data/app/assets/node_modules/morris.js/bower.travis.json +20 -0
  964. data/app/assets/node_modules/morris.js/examples/_template.html +18 -0
  965. data/app/assets/node_modules/morris.js/examples/area-as-line.html +31 -0
  966. data/app/assets/node_modules/morris.js/examples/area.html +34 -0
  967. data/app/assets/node_modules/morris.js/examples/bar-colors.html +44 -0
  968. data/app/assets/node_modules/morris.js/examples/bar-no-axes.html +31 -0
  969. data/app/assets/node_modules/morris.js/examples/bar.html +32 -0
  970. data/app/assets/node_modules/morris.js/examples/days.html +37 -0
  971. data/app/assets/node_modules/morris.js/examples/decimal-custom-hover.html +37 -0
  972. data/app/assets/node_modules/morris.js/examples/diagonal-xlabels-bar.html +38 -0
  973. data/app/assets/node_modules/morris.js/examples/diagonal-xlabels.html +38 -0
  974. data/app/assets/node_modules/morris.js/examples/donut-colors.html +38 -0
  975. data/app/assets/node_modules/morris.js/examples/donut-formatter.html +27 -0
  976. data/app/assets/node_modules/morris.js/examples/donut.html +29 -0
  977. data/app/assets/node_modules/morris.js/examples/dst.html +30 -0
  978. data/app/assets/node_modules/morris.js/examples/events.html +57 -0
  979. data/app/assets/node_modules/morris.js/examples/goals.html +33 -0
  980. data/app/assets/node_modules/morris.js/examples/lib/example.css +13 -0
  981. data/app/assets/node_modules/morris.js/examples/lib/example.js +4 -0
  982. data/app/assets/node_modules/morris.js/examples/months-no-smooth.html +38 -0
  983. data/app/assets/node_modules/morris.js/examples/negative.html +36 -0
  984. data/app/assets/node_modules/morris.js/examples/no-grid.html +38 -0
  985. data/app/assets/node_modules/morris.js/examples/non-continuous.html +42 -0
  986. data/app/assets/node_modules/morris.js/examples/non-date.html +37 -0
  987. data/app/assets/node_modules/morris.js/examples/quarters.html +54 -0
  988. data/app/assets/node_modules/morris.js/examples/resize.html +42 -0
  989. data/app/assets/node_modules/morris.js/examples/stacked_bars.html +31 -0
  990. data/app/assets/node_modules/morris.js/examples/timestamps.html +38 -0
  991. data/app/assets/node_modules/morris.js/examples/updating.html +49 -0
  992. data/app/assets/node_modules/morris.js/examples/weeks.html +53 -0
  993. data/app/assets/node_modules/morris.js/examples/years.html +37 -0
  994. data/app/assets/node_modules/morris.js/less/morris.core.less +27 -0
  995. data/app/assets/node_modules/morris.js/lib/morris.area.coffee +66 -0
  996. data/app/assets/node_modules/morris.js/lib/morris.bar.coffee +208 -0
  997. data/app/assets/node_modules/morris.js/lib/morris.coffee +43 -0
  998. data/app/assets/node_modules/morris.js/lib/morris.donut.coffee +213 -0
  999. data/app/assets/node_modules/morris.js/lib/morris.grid.coffee +499 -0
  1000. data/app/assets/node_modules/morris.js/lib/morris.hover.coffee +44 -0
  1001. data/app/assets/node_modules/morris.js/lib/morris.line.coffee +405 -0
  1002. data/app/assets/node_modules/morris.js/morris.css +2 -0
  1003. data/app/assets/node_modules/morris.js/morris.js +1892 -0
  1004. data/app/assets/node_modules/morris.js/morris.min.js +7 -0
  1005. data/app/assets/node_modules/morris.js/package.json +36 -0
  1006. data/app/assets/node_modules/morris.js/spec/lib/area/area_spec.coffee +60 -0
  1007. data/app/assets/node_modules/morris.js/spec/lib/bar/bar_spec.coffee +127 -0
  1008. data/app/assets/node_modules/morris.js/spec/lib/bar/colours.coffee +36 -0
  1009. data/app/assets/node_modules/morris.js/spec/lib/commas_spec.coffee +38 -0
  1010. data/app/assets/node_modules/morris.js/spec/lib/donut/donut_spec.coffee +76 -0
  1011. data/app/assets/node_modules/morris.js/spec/lib/grid/auto_grid_lines_spec.coffee +25 -0
  1012. data/app/assets/node_modules/morris.js/spec/lib/grid/set_data_spec.coffee +208 -0
  1013. data/app/assets/node_modules/morris.js/spec/lib/grid/y_label_format_spec.coffee +15 -0
  1014. data/app/assets/node_modules/morris.js/spec/lib/hover_spec.coffee +64 -0
  1015. data/app/assets/node_modules/morris.js/spec/lib/label_series_spec.coffee +186 -0
  1016. data/app/assets/node_modules/morris.js/spec/lib/line/line_spec.coffee +211 -0
  1017. data/app/assets/node_modules/morris.js/spec/lib/pad_spec.coffee +17 -0
  1018. data/app/assets/node_modules/morris.js/spec/lib/parse_time_spec.coffee +35 -0
  1019. data/app/assets/node_modules/morris.js/spec/specs.html +34 -0
  1020. data/app/assets/node_modules/morris.js/spec/support/placeholder.coffee +6 -0
  1021. data/app/assets/node_modules/morris.js/spec/viz/examples.js +56 -0
  1022. data/app/assets/node_modules/morris.js/spec/viz/exemplary/area0.png +0 -0
  1023. data/app/assets/node_modules/morris.js/spec/viz/exemplary/bar0.png +0 -0
  1024. data/app/assets/node_modules/morris.js/spec/viz/exemplary/line0.png +0 -0
  1025. data/app/assets/node_modules/morris.js/spec/viz/exemplary/stacked_bar0.png +0 -0
  1026. data/app/assets/node_modules/morris.js/spec/viz/run.sh +32 -0
  1027. data/app/assets/node_modules/morris.js/spec/viz/test.html +34 -0
  1028. data/app/assets/node_modules/morris.js/spec/viz/visual_specs.js +66 -0
  1029. data/app/assets/node_modules/nprogress/History.md +110 -0
  1030. data/app/assets/node_modules/nprogress/License.md +19 -0
  1031. data/app/assets/node_modules/nprogress/Notes.md +25 -0
  1032. data/app/assets/node_modules/nprogress/Readme.md +197 -0
  1033. data/app/assets/node_modules/nprogress/bower.json +27 -0
  1034. data/app/assets/node_modules/nprogress/component.json +19 -0
  1035. data/app/assets/node_modules/nprogress/nprogress.css +74 -0
  1036. data/app/assets/node_modules/nprogress/nprogress.js +476 -0
  1037. data/app/assets/node_modules/nprogress/package.json +47 -0
  1038. data/app/assets/node_modules/nprogress/test/component.html +26 -0
  1039. data/app/assets/node_modules/nprogress/test/test.js +175 -0
  1040. data/app/assets/node_modules/parchment/LICENSE +29 -0
  1041. data/app/assets/node_modules/parchment/README.md +274 -0
  1042. data/app/assets/node_modules/parchment/dist/parchment.js +1749 -0
  1043. data/app/assets/node_modules/parchment/dist/parchment.js.map +1 -0
  1044. data/app/assets/node_modules/parchment/dist/src/attributor/attributor.d.ts +17 -0
  1045. data/app/assets/node_modules/parchment/dist/src/attributor/class.d.ts +8 -0
  1046. data/app/assets/node_modules/parchment/dist/src/attributor/store.d.ts +15 -0
  1047. data/app/assets/node_modules/parchment/dist/src/attributor/style.d.ts +8 -0
  1048. data/app/assets/node_modules/parchment/dist/src/blot/abstract/blot.d.ts +63 -0
  1049. data/app/assets/node_modules/parchment/dist/src/blot/abstract/container.d.ts +40 -0
  1050. data/app/assets/node_modules/parchment/dist/src/blot/abstract/format.d.ts +18 -0
  1051. data/app/assets/node_modules/parchment/dist/src/blot/abstract/leaf.d.ts +11 -0
  1052. data/app/assets/node_modules/parchment/dist/src/blot/abstract/parent.d.ts +41 -0
  1053. data/app/assets/node_modules/parchment/dist/src/blot/abstract/shadow.d.ts +38 -0
  1054. data/app/assets/node_modules/parchment/dist/src/blot/block.d.ts +15 -0
  1055. data/app/assets/node_modules/parchment/dist/src/blot/embed.d.ts +11 -0
  1056. data/app/assets/node_modules/parchment/dist/src/blot/inline.d.ts +14 -0
  1057. data/app/assets/node_modules/parchment/dist/src/blot/scroll.d.ts +24 -0
  1058. data/app/assets/node_modules/parchment/dist/src/blot/text.d.ts +26 -0
  1059. data/app/assets/node_modules/parchment/dist/src/collection/linked-list.d.ts +19 -0
  1060. data/app/assets/node_modules/parchment/dist/src/collection/linked-node.d.ts +6 -0
  1061. data/app/assets/node_modules/parchment/dist/src/parchment.d.ts +35 -0
  1062. data/app/assets/node_modules/parchment/dist/src/registry.d.ts +31 -0
  1063. data/app/assets/node_modules/parchment/package.json +44 -0
  1064. data/app/assets/node_modules/parchment/src/attributor/attributor.ts +61 -0
  1065. data/app/assets/node_modules/parchment/src/attributor/class.ts +44 -0
  1066. data/app/assets/node_modules/parchment/src/attributor/store.ts +73 -0
  1067. data/app/assets/node_modules/parchment/src/attributor/style.ts +44 -0
  1068. data/app/assets/node_modules/parchment/src/blot/abstract/blot.ts +58 -0
  1069. data/app/assets/node_modules/parchment/src/blot/abstract/container.ts +268 -0
  1070. data/app/assets/node_modules/parchment/src/blot/abstract/format.ts +71 -0
  1071. data/app/assets/node_modules/parchment/src/blot/abstract/leaf.ts +33 -0
  1072. data/app/assets/node_modules/parchment/src/blot/abstract/shadow.ts +174 -0
  1073. data/app/assets/node_modules/parchment/src/blot/block.ts +53 -0
  1074. data/app/assets/node_modules/parchment/src/blot/embed.ts +29 -0
  1075. data/app/assets/node_modules/parchment/src/blot/inline.ts +64 -0
  1076. data/app/assets/node_modules/parchment/src/blot/scroll.ts +166 -0
  1077. data/app/assets/node_modules/parchment/src/blot/text.ts +93 -0
  1078. data/app/assets/node_modules/parchment/src/collection/linked-list.ts +143 -0
  1079. data/app/assets/node_modules/parchment/src/collection/linked-node.ts +8 -0
  1080. data/app/assets/node_modules/parchment/src/parchment.ts +46 -0
  1081. data/app/assets/node_modules/parchment/src/registry.ts +133 -0
  1082. data/app/assets/node_modules/parchment/tsconfig.json +9 -0
  1083. data/app/assets/node_modules/popper.js/README.md +219 -0
  1084. data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js +1093 -0
  1085. data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js.map +1 -0
  1086. data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js +5 -0
  1087. data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js.map +1 -0
  1088. data/app/assets/node_modules/popper.js/dist/esm/popper.js +2520 -0
  1089. data/app/assets/node_modules/popper.js/dist/esm/popper.js.map +1 -0
  1090. data/app/assets/node_modules/popper.js/dist/esm/popper.min.js +5 -0
  1091. data/app/assets/node_modules/popper.js/dist/esm/popper.min.js.map +1 -0
  1092. data/app/assets/node_modules/popper.js/dist/popper-utils.js +1042 -0
  1093. data/app/assets/node_modules/popper.js/dist/popper-utils.js.map +1 -0
  1094. data/app/assets/node_modules/popper.js/dist/popper-utils.min.js +5 -0
  1095. data/app/assets/node_modules/popper.js/dist/popper-utils.min.js.map +1 -0
  1096. data/app/assets/node_modules/popper.js/dist/popper.js +2372 -0
  1097. data/app/assets/node_modules/popper.js/dist/popper.js.map +1 -0
  1098. data/app/assets/node_modules/popper.js/dist/popper.min.js +5 -0
  1099. data/app/assets/node_modules/popper.js/dist/popper.min.js.map +1 -0
  1100. data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js +1131 -0
  1101. data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js.map +1 -0
  1102. data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js +5 -0
  1103. data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js.map +1 -0
  1104. data/app/assets/node_modules/popper.js/dist/umd/popper.js +2528 -0
  1105. data/app/assets/node_modules/popper.js/dist/umd/popper.js.map +1 -0
  1106. data/app/assets/node_modules/popper.js/dist/umd/popper.min.js +5 -0
  1107. data/app/assets/node_modules/popper.js/dist/umd/popper.min.js.map +1 -0
  1108. data/app/assets/node_modules/popper.js/index.d.ts +159 -0
  1109. data/app/assets/node_modules/popper.js/package.json +54 -0
  1110. data/app/assets/node_modules/quill/CHANGELOG.md +734 -0
  1111. data/app/assets/node_modules/quill/LICENSE +30 -0
  1112. data/app/assets/node_modules/quill/README.md +109 -0
  1113. data/app/assets/node_modules/quill/assets/base.styl +304 -0
  1114. data/app/assets/node_modules/quill/assets/bubble/toolbar.styl +14 -0
  1115. data/app/assets/node_modules/quill/assets/bubble/tooltip.styl +49 -0
  1116. data/app/assets/node_modules/quill/assets/bubble.styl +45 -0
  1117. data/app/assets/node_modules/quill/assets/core.styl +183 -0
  1118. data/app/assets/node_modules/quill/assets/favicon.png +0 -0
  1119. data/app/assets/node_modules/quill/assets/icons/align-center.svg +5 -0
  1120. data/app/assets/node_modules/quill/assets/icons/align-justify.svg +5 -0
  1121. data/app/assets/node_modules/quill/assets/icons/align-left.svg +5 -0
  1122. data/app/assets/node_modules/quill/assets/icons/align-right.svg +5 -0
  1123. data/app/assets/node_modules/quill/assets/icons/attachment.svg +3 -0
  1124. data/app/assets/node_modules/quill/assets/icons/audio.svg +5 -0
  1125. data/app/assets/node_modules/quill/assets/icons/authorship.svg +5 -0
  1126. data/app/assets/node_modules/quill/assets/icons/background.svg +52 -0
  1127. data/app/assets/node_modules/quill/assets/icons/blockquote.svg +6 -0
  1128. data/app/assets/node_modules/quill/assets/icons/bold.svg +4 -0
  1129. data/app/assets/node_modules/quill/assets/icons/clean.svg +7 -0
  1130. data/app/assets/node_modules/quill/assets/icons/code.svg +5 -0
  1131. data/app/assets/node_modules/quill/assets/icons/color.svg +5 -0
  1132. data/app/assets/node_modules/quill/assets/icons/comment.svg +3 -0
  1133. data/app/assets/node_modules/quill/assets/icons/direction-ltr.svg +7 -0
  1134. data/app/assets/node_modules/quill/assets/icons/direction-rtl.svg +7 -0
  1135. data/app/assets/node_modules/quill/assets/icons/dropdown.svg +4 -0
  1136. data/app/assets/node_modules/quill/assets/icons/embed.svg +3 -0
  1137. data/app/assets/node_modules/quill/assets/icons/emoji.svg +6 -0
  1138. data/app/assets/node_modules/quill/assets/icons/float-center.svg +5 -0
  1139. data/app/assets/node_modules/quill/assets/icons/float-full.svg +5 -0
  1140. data/app/assets/node_modules/quill/assets/icons/float-left.svg +7 -0
  1141. data/app/assets/node_modules/quill/assets/icons/float-right.svg +7 -0
  1142. data/app/assets/node_modules/quill/assets/icons/font.svg +5 -0
  1143. data/app/assets/node_modules/quill/assets/icons/formula.svg +5 -0
  1144. data/app/assets/node_modules/quill/assets/icons/hashtag.svg +6 -0
  1145. data/app/assets/node_modules/quill/assets/icons/header-2.svg +3 -0
  1146. data/app/assets/node_modules/quill/assets/icons/header-3.svg +3 -0
  1147. data/app/assets/node_modules/quill/assets/icons/header-4.svg +3 -0
  1148. data/app/assets/node_modules/quill/assets/icons/header-5.svg +3 -0
  1149. data/app/assets/node_modules/quill/assets/icons/header-6.svg +3 -0
  1150. data/app/assets/node_modules/quill/assets/icons/header.svg +3 -0
  1151. data/app/assets/node_modules/quill/assets/icons/horizontal-rule.svg +4 -0
  1152. data/app/assets/node_modules/quill/assets/icons/image.svg +5 -0
  1153. data/app/assets/node_modules/quill/assets/icons/indent.svg +6 -0
  1154. data/app/assets/node_modules/quill/assets/icons/italic.svg +5 -0
  1155. data/app/assets/node_modules/quill/assets/icons/link.svg +5 -0
  1156. data/app/assets/node_modules/quill/assets/icons/list-bullet.svg +8 -0
  1157. data/app/assets/node_modules/quill/assets/icons/list-check.svg +8 -0
  1158. data/app/assets/node_modules/quill/assets/icons/list-ordered.svg +9 -0
  1159. data/app/assets/node_modules/quill/assets/icons/map.svg +5 -0
  1160. data/app/assets/node_modules/quill/assets/icons/mention.svg +4 -0
  1161. data/app/assets/node_modules/quill/assets/icons/more.svg +3 -0
  1162. data/app/assets/node_modules/quill/assets/icons/outdent.svg +6 -0
  1163. data/app/assets/node_modules/quill/assets/icons/redo.svg +4 -0
  1164. data/app/assets/node_modules/quill/assets/icons/size-decrease.svg +5 -0
  1165. data/app/assets/node_modules/quill/assets/icons/size-increase.svg +6 -0
  1166. data/app/assets/node_modules/quill/assets/icons/size.svg +6 -0
  1167. data/app/assets/node_modules/quill/assets/icons/spacing.svg +9 -0
  1168. data/app/assets/node_modules/quill/assets/icons/speech.svg +6 -0
  1169. data/app/assets/node_modules/quill/assets/icons/strike.svg +5 -0
  1170. data/app/assets/node_modules/quill/assets/icons/subscript.svg +4 -0
  1171. data/app/assets/node_modules/quill/assets/icons/superscript.svg +4 -0
  1172. data/app/assets/node_modules/quill/assets/icons/table-border-all.svg +5 -0
  1173. data/app/assets/node_modules/quill/assets/icons/table-border-bottom.svg +28 -0
  1174. data/app/assets/node_modules/quill/assets/icons/table-border-left.svg +28 -0
  1175. data/app/assets/node_modules/quill/assets/icons/table-border-none.svg +25 -0
  1176. data/app/assets/node_modules/quill/assets/icons/table-border-outside.svg +35 -0
  1177. data/app/assets/node_modules/quill/assets/icons/table-border-right.svg +28 -0
  1178. data/app/assets/node_modules/quill/assets/icons/table-border-top.svg +28 -0
  1179. data/app/assets/node_modules/quill/assets/icons/table-delete-cells.svg +13 -0
  1180. data/app/assets/node_modules/quill/assets/icons/table-delete-columns.svg +8 -0
  1181. data/app/assets/node_modules/quill/assets/icons/table-delete-rows.svg +9 -0
  1182. data/app/assets/node_modules/quill/assets/icons/table-insert-cells.svg +13 -0
  1183. data/app/assets/node_modules/quill/assets/icons/table-insert-columns.svg +8 -0
  1184. data/app/assets/node_modules/quill/assets/icons/table-insert-rows.svg +9 -0
  1185. data/app/assets/node_modules/quill/assets/icons/table-merge-cells.svg +4 -0
  1186. data/app/assets/node_modules/quill/assets/icons/table-unmerge-cells.svg +7 -0
  1187. data/app/assets/node_modules/quill/assets/icons/table.svg +11 -0
  1188. data/app/assets/node_modules/quill/assets/icons/underline.svg +4 -0
  1189. data/app/assets/node_modules/quill/assets/icons/undo.svg +4 -0
  1190. data/app/assets/node_modules/quill/assets/icons/video.svg +14 -0
  1191. data/app/assets/node_modules/quill/assets/snow/toolbar.styl +26 -0
  1192. data/app/assets/node_modules/quill/assets/snow/tooltip.styl +53 -0
  1193. data/app/assets/node_modules/quill/assets/snow.styl +18 -0
  1194. data/app/assets/node_modules/quill/blots/block.js +174 -0
  1195. data/app/assets/node_modules/quill/blots/break.js +29 -0
  1196. data/app/assets/node_modules/quill/blots/container.js +9 -0
  1197. data/app/assets/node_modules/quill/blots/cursor.js +116 -0
  1198. data/app/assets/node_modules/quill/blots/embed.js +79 -0
  1199. data/app/assets/node_modules/quill/blots/inline.js +50 -0
  1200. data/app/assets/node_modules/quill/blots/scroll.js +173 -0
  1201. data/app/assets/node_modules/quill/blots/text.js +5 -0
  1202. data/app/assets/node_modules/quill/core/editor.js +267 -0
  1203. data/app/assets/node_modules/quill/core/emitter.js +63 -0
  1204. data/app/assets/node_modules/quill/core/logger.js +22 -0
  1205. data/app/assets/node_modules/quill/core/module.js +10 -0
  1206. data/app/assets/node_modules/quill/core/polyfill.js +63 -0
  1207. data/app/assets/node_modules/quill/core/quill.js +506 -0
  1208. data/app/assets/node_modules/quill/core/selection.js +355 -0
  1209. data/app/assets/node_modules/quill/core/theme.js +30 -0
  1210. data/app/assets/node_modules/quill/core.js +36 -0
  1211. data/app/assets/node_modules/quill/dist/quill.bubble.css +952 -0
  1212. data/app/assets/node_modules/quill/dist/quill.core.css +397 -0
  1213. data/app/assets/node_modules/quill/dist/quill.core.js +8522 -0
  1214. data/app/assets/node_modules/quill/dist/quill.js +11489 -0
  1215. data/app/assets/node_modules/quill/dist/quill.min.js +8 -0
  1216. data/app/assets/node_modules/quill/dist/quill.min.js.map +1 -0
  1217. data/app/assets/node_modules/quill/dist/quill.snow.css +945 -0
  1218. data/app/assets/node_modules/quill/formats/align.js +12 -0
  1219. data/app/assets/node_modules/quill/formats/background.js +11 -0
  1220. data/app/assets/node_modules/quill/formats/blockquote.js +9 -0
  1221. data/app/assets/node_modules/quill/formats/bold.js +22 -0
  1222. data/app/assets/node_modules/quill/formats/code.js +118 -0
  1223. data/app/assets/node_modules/quill/formats/color.js +21 -0
  1224. data/app/assets/node_modules/quill/formats/direction.js +12 -0
  1225. data/app/assets/node_modules/quill/formats/font.js +18 -0
  1226. data/app/assets/node_modules/quill/formats/header.js +13 -0
  1227. data/app/assets/node_modules/quill/formats/image.js +57 -0
  1228. data/app/assets/node_modules/quill/formats/indent.js +31 -0
  1229. data/app/assets/node_modules/quill/formats/italic.js +7 -0
  1230. data/app/assets/node_modules/quill/formats/link.js +41 -0
  1231. data/app/assets/node_modules/quill/formats/list.js +130 -0
  1232. data/app/assets/node_modules/quill/formats/script.js +23 -0
  1233. data/app/assets/node_modules/quill/formats/size.js +12 -0
  1234. data/app/assets/node_modules/quill/formats/strike.js +7 -0
  1235. data/app/assets/node_modules/quill/formats/underline.js +7 -0
  1236. data/app/assets/node_modules/quill/formats/video.js +53 -0
  1237. data/app/assets/node_modules/quill/modules/clipboard.js +358 -0
  1238. data/app/assets/node_modules/quill/modules/formula.js +42 -0
  1239. data/app/assets/node_modules/quill/modules/history.js +120 -0
  1240. data/app/assets/node_modules/quill/modules/keyboard.js +494 -0
  1241. data/app/assets/node_modules/quill/modules/syntax.js +81 -0
  1242. data/app/assets/node_modules/quill/modules/toolbar.js +261 -0
  1243. data/app/assets/node_modules/quill/package.json +99 -0
  1244. data/app/assets/node_modules/quill/quill.js +104 -0
  1245. data/app/assets/node_modules/quill/themes/base.js +264 -0
  1246. data/app/assets/node_modules/quill/themes/bubble.js +111 -0
  1247. data/app/assets/node_modules/quill/themes/snow.js +120 -0
  1248. data/app/assets/node_modules/quill/ui/color-picker.js +35 -0
  1249. data/app/assets/node_modules/quill/ui/icon-picker.js +23 -0
  1250. data/app/assets/node_modules/quill/ui/icons.js +49 -0
  1251. data/app/assets/node_modules/quill/ui/picker.js +186 -0
  1252. data/app/assets/node_modules/quill/ui/tooltip.js +53 -0
  1253. data/app/assets/node_modules/quill-delta/CHANGELOG.md +48 -0
  1254. data/app/assets/node_modules/quill-delta/LICENSE +21 -0
  1255. data/app/assets/node_modules/quill-delta/README.md +639 -0
  1256. data/app/assets/node_modules/quill-delta/lib/delta.js +325 -0
  1257. data/app/assets/node_modules/quill-delta/lib/op.js +139 -0
  1258. data/app/assets/node_modules/quill-delta/package.json +40 -0
  1259. data/app/assets/node_modules/raphael/CONTRIBUTING.md +22 -0
  1260. data/app/assets/node_modules/raphael/Gruntfile.js +72 -0
  1261. data/app/assets/node_modules/raphael/README.md +75 -0
  1262. data/app/assets/node_modules/raphael/bower.json +31 -0
  1263. data/app/assets/node_modules/raphael/dev/banner.txt +8 -0
  1264. data/app/assets/node_modules/raphael/dev/raphael.amd.js +5 -0
  1265. data/app/assets/node_modules/raphael/dev/raphael.core.js +5405 -0
  1266. data/app/assets/node_modules/raphael/dev/raphael.svg.js +1424 -0
  1267. data/app/assets/node_modules/raphael/dev/raphael.vml.js +999 -0
  1268. data/app/assets/node_modules/raphael/dev/raphaelTest.html +39 -0
  1269. data/app/assets/node_modules/raphael/dev/test/index.html +31 -0
  1270. data/app/assets/node_modules/raphael/dev/test/svg/dom.js +317 -0
  1271. data/app/assets/node_modules/raphael/dev/test/vml/dom.js +5 -0
  1272. data/app/assets/node_modules/raphael/history.md +155 -0
  1273. data/app/assets/node_modules/raphael/license.txt +21 -0
  1274. data/app/assets/node_modules/raphael/package.json +47 -0
  1275. data/app/assets/node_modules/raphael/raphael.js +8353 -0
  1276. data/app/assets/node_modules/raphael/raphael.min.js +3 -0
  1277. data/app/assets/node_modules/raphael/raphael.no-deps.js +7927 -0
  1278. data/app/assets/node_modules/raphael/raphael.no-deps.min.js +3 -0
  1279. data/app/assets/node_modules/raphael/webpack.config.js +64 -0
  1280. data/app/assets/node_modules/raphael/yarn.lock +2012 -0
  1281. data/app/assets/node_modules/responsive-toolkit/CHANGELOG.md +70 -0
  1282. data/app/assets/node_modules/responsive-toolkit/LICENSE +21 -0
  1283. data/app/assets/node_modules/responsive-toolkit/README.md +155 -0
  1284. data/app/assets/node_modules/responsive-toolkit/bower.json +22 -0
  1285. data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/index.html +53 -0
  1286. data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/main.js +42 -0
  1287. data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/style.css +109 -0
  1288. data/app/assets/node_modules/responsive-toolkit/demos/custom/index.html +23 -0
  1289. data/app/assets/node_modules/responsive-toolkit/demos/custom/main.js +36 -0
  1290. data/app/assets/node_modules/responsive-toolkit/demos/custom/style.css +19 -0
  1291. data/app/assets/node_modules/responsive-toolkit/demos/foundation/index.html +25 -0
  1292. data/app/assets/node_modules/responsive-toolkit/demos/foundation/main.js +28 -0
  1293. data/app/assets/node_modules/responsive-toolkit/demos/foundation/style.css +3 -0
  1294. data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.js +49 -0
  1295. data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.min.js +8 -0
  1296. data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.js +238 -0
  1297. data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.min.js +8 -0
  1298. data/app/assets/node_modules/responsive-toolkit/gulpfile.js +38 -0
  1299. data/app/assets/node_modules/responsive-toolkit/package.json +28 -0
  1300. data/app/assets/node_modules/responsive-toolkit/src/bootstrap-toolkit.js +238 -0
  1301. data/app/assets/node_modules/sortablejs/README.md +636 -0
  1302. data/app/assets/node_modules/sortablejs/Sortable.js +1540 -0
  1303. data/app/assets/node_modules/sortablejs/Sortable.min.js +2 -0
  1304. data/app/assets/node_modules/sortablejs/package.json +48 -0
  1305. data/app/assets/node_modules/tether/CHANGELOG.md +13 -0
  1306. data/app/assets/node_modules/tether/CONTRIBUTING.md +59 -0
  1307. data/app/assets/node_modules/tether/LICENSE +8 -0
  1308. data/app/assets/node_modules/tether/README.md +116 -0
  1309. data/app/assets/node_modules/tether/bower.json +26 -0
  1310. data/app/assets/node_modules/tether/component.json +22 -0
  1311. data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.css +150 -0
  1312. data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.min.css +1 -0
  1313. data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.css +153 -0
  1314. data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.min.css +1 -0
  1315. data/app/assets/node_modules/tether/dist/css/tether-theme-basic.css +21 -0
  1316. data/app/assets/node_modules/tether/dist/css/tether-theme-basic.min.css +1 -0
  1317. data/app/assets/node_modules/tether/dist/css/tether.css +8 -0
  1318. data/app/assets/node_modules/tether/dist/css/tether.min.css +1 -0
  1319. data/app/assets/node_modules/tether/dist/js/tether.js +1813 -0
  1320. data/app/assets/node_modules/tether/dist/js/tether.min.js +1 -0
  1321. data/app/assets/node_modules/tether/docs/1-Overview/1-why_you_should_use_tether.md +43 -0
  1322. data/app/assets/node_modules/tether/docs/1-Overview/2-repositioning.md +46 -0
  1323. data/app/assets/node_modules/tether/docs/1-Overview/3-why_we_dont_support_IE_8.md +47 -0
  1324. data/app/assets/node_modules/tether/docs/2-Examples/1-list_of_examples.md +27 -0
  1325. data/app/assets/node_modules/tether/docs/2-Examples/2-projects_using_tether.md +45 -0
  1326. data/app/assets/node_modules/tether/docs/3-Advanced/1-embedding_tether.md +9 -0
  1327. data/app/assets/node_modules/tether/docs/3-Advanced/2-extending_tether.md +54 -0
  1328. data/app/assets/node_modules/tether/docs/coffee/intro.coffee +113 -0
  1329. data/app/assets/node_modules/tether/docs/css/intro.css +218 -0
  1330. data/app/assets/node_modules/tether/docs/intro.md +591 -0
  1331. data/app/assets/node_modules/tether/docs/js/intro.js +117 -0
  1332. data/app/assets/node_modules/tether/docs/js/markAttachment.js +51 -0
  1333. data/app/assets/node_modules/tether/docs/sass/intro.sass +233 -0
  1334. data/app/assets/node_modules/tether/docs/welcome/browser-demo.html +76 -0
  1335. data/app/assets/node_modules/tether/docs/welcome/coffee/welcome.coffee +212 -0
  1336. data/app/assets/node_modules/tether/docs/welcome/css/browser-demo.css +86 -0
  1337. data/app/assets/node_modules/tether/docs/welcome/css/prism.css +2 -0
  1338. data/app/assets/node_modules/tether/docs/welcome/css/welcome.css +247 -0
  1339. data/app/assets/node_modules/tether/docs/welcome/index.html +226 -0
  1340. data/app/assets/node_modules/tether/docs/welcome/js/drop.js +239 -0
  1341. data/app/assets/node_modules/tether/docs/welcome/js/jquery.js +9597 -0
  1342. data/app/assets/node_modules/tether/docs/welcome/js/log.js +134 -0
  1343. data/app/assets/node_modules/tether/docs/welcome/js/tether-v0.1.3.js +2 -0
  1344. data/app/assets/node_modules/tether/docs/welcome/js/welcome.js +193 -0
  1345. data/app/assets/node_modules/tether/docs/welcome/sass/_inline-block.sass +6 -0
  1346. data/app/assets/node_modules/tether/docs/welcome/sass/browser-demo.sass +93 -0
  1347. data/app/assets/node_modules/tether/docs/welcome/sass/welcome.sass +285 -0
  1348. data/app/assets/node_modules/tether/examples/chosen/chosen-sprite.png +0 -0
  1349. data/app/assets/node_modules/tether/examples/chosen/chosen-sprite@2x.png +0 -0
  1350. data/app/assets/node_modules/tether/examples/chosen/chosen.css +430 -0
  1351. data/app/assets/node_modules/tether/examples/chosen/chosen.js +1166 -0
  1352. data/app/assets/node_modules/tether/examples/chosen/index.html +110 -0
  1353. data/app/assets/node_modules/tether/examples/common/css/style.css +48 -0
  1354. data/app/assets/node_modules/tether/examples/content-visible/index.html +64 -0
  1355. data/app/assets/node_modules/tether/examples/dolls/dolls.css +18 -0
  1356. data/app/assets/node_modules/tether/examples/dolls/dolls.js +83 -0
  1357. data/app/assets/node_modules/tether/examples/dolls/index.html +7 -0
  1358. data/app/assets/node_modules/tether/examples/element-scroll/index.html +499 -0
  1359. data/app/assets/node_modules/tether/examples/enable-disable/index.html +37 -0
  1360. data/app/assets/node_modules/tether/examples/facebook/facebook.css +86 -0
  1361. data/app/assets/node_modules/tether/examples/facebook/index.html +209 -0
  1362. data/app/assets/node_modules/tether/examples/out-of-bounds/index.html +38 -0
  1363. data/app/assets/node_modules/tether/examples/pin/index.html +30 -0
  1364. data/app/assets/node_modules/tether/examples/resources/css/base.css +10 -0
  1365. data/app/assets/node_modules/tether/examples/resources/js/jquery.js +9597 -0
  1366. data/app/assets/node_modules/tether/examples/resources/js/log.js +134 -0
  1367. data/app/assets/node_modules/tether/examples/scroll/index.html +922 -0
  1368. data/app/assets/node_modules/tether/examples/simple/index.html +30 -0
  1369. data/app/assets/node_modules/tether/examples/testbed/index.html +36 -0
  1370. data/app/assets/node_modules/tether/examples/tooltip/index.html +86 -0
  1371. data/app/assets/node_modules/tether/examples/viewport/colors.css +145 -0
  1372. data/app/assets/node_modules/tether/examples/viewport/index.html +70 -0
  1373. data/app/assets/node_modules/tether/gulpfile.js +97 -0
  1374. data/app/assets/node_modules/tether/package.json +40 -0
  1375. data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-arrows.sass +192 -0
  1376. data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-basic.sass +14 -0
  1377. data/app/assets/node_modules/tether/src/css/helpers/_tether.sass +12 -0
  1378. data/app/assets/node_modules/tether/src/css/mixins/_inline-block.sass +6 -0
  1379. data/app/assets/node_modules/tether/src/css/mixins/_pie-clearfix.sass +7 -0
  1380. data/app/assets/node_modules/tether/src/css/tether-theme-arrows-dark.sass +12 -0
  1381. data/app/assets/node_modules/tether/src/css/tether-theme-arrows.sass +12 -0
  1382. data/app/assets/node_modules/tether/src/css/tether-theme-basic.sass +10 -0
  1383. data/app/assets/node_modules/tether/src/css/tether.sass +5 -0
  1384. data/app/assets/node_modules/tether/src/js/abutment.js +61 -0
  1385. data/app/assets/node_modules/tether/src/js/constraint.js +366 -0
  1386. data/app/assets/node_modules/tether/src/js/markAttachment.js +46 -0
  1387. data/app/assets/node_modules/tether/src/js/shift.js +32 -0
  1388. data/app/assets/node_modules/tether/src/js/tether.js +811 -0
  1389. data/app/assets/node_modules/tether/src/js/utils.js +370 -0
  1390. data/app/assets/node_modules/tinycolor2/Gruntfile.js +59 -0
  1391. data/app/assets/node_modules/tinycolor2/LICENSE +20 -0
  1392. data/app/assets/node_modules/tinycolor2/README.md +469 -0
  1393. data/app/assets/node_modules/tinycolor2/bower.json +9 -0
  1394. data/app/assets/node_modules/tinycolor2/demo/demo.css +23 -0
  1395. data/app/assets/node_modules/tinycolor2/demo/jquery-1.9.1.js +9597 -0
  1396. data/app/assets/node_modules/tinycolor2/dist/tinycolor-min.js +4 -0
  1397. data/app/assets/node_modules/tinycolor2/docs/docco.css +192 -0
  1398. data/app/assets/node_modules/tinycolor2/docs/tinycolor.html +1023 -0
  1399. data/app/assets/node_modules/tinycolor2/index.html +207 -0
  1400. data/app/assets/node_modules/tinycolor2/package.json +31 -0
  1401. data/app/assets/node_modules/tinycolor2/test/index.html +19 -0
  1402. data/app/assets/node_modules/tinycolor2/test/qunit.css +244 -0
  1403. data/app/assets/node_modules/tinycolor2/test/qunit.js +2152 -0
  1404. data/app/assets/node_modules/tinycolor2/test/test.js +791 -0
  1405. data/app/assets/node_modules/tinycolor2/tinycolor.js +1195 -0
  1406. data/app/assets/stylesheets/rails_modular_admin/application.scss +2 -3
  1407. data/app/assets/stylesheets/rails_modular_admin.scss +0 -1
  1408. data/config/initializers/assets.rb +4 -29
  1409. data/lib/rails_modular_admin/engine.rb +30 -2
  1410. data/lib/rails_modular_admin/version.rb +1 -1
  1411. metadata +1419 -8
  1412. data/app/controllers/rails_modular_admin/application_controller.rb +0 -5
  1413. data/app/helpers/rails_modular_admin/application_helper.rb +0 -4
  1414. data/app/jobs/rails_modular_admin/application_job.rb +0 -4
  1415. data/app/mailers/rails_modular_admin/application_mailer.rb +0 -6
  1416. data/app/models/rails_modular_admin/application_record.rb +0 -5
@@ -0,0 +1,2520 @@
1
+ /**!
2
+ * @fileOverview Kickass library to create and place poppers near their reference elements.
3
+ * @version 1.14.3
4
+ * @license
5
+ * Copyright (c) 2016 Federico Zivolo and contributors
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ var isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined';
26
+
27
+ var longerTimeoutBrowsers = ['Edge', 'Trident', 'Firefox'];
28
+ var timeoutDuration = 0;
29
+ for (var i = 0; i < longerTimeoutBrowsers.length; i += 1) {
30
+ if (isBrowser && navigator.userAgent.indexOf(longerTimeoutBrowsers[i]) >= 0) {
31
+ timeoutDuration = 1;
32
+ break;
33
+ }
34
+ }
35
+
36
+ function microtaskDebounce(fn) {
37
+ var called = false;
38
+ return function () {
39
+ if (called) {
40
+ return;
41
+ }
42
+ called = true;
43
+ window.Promise.resolve().then(function () {
44
+ called = false;
45
+ fn();
46
+ });
47
+ };
48
+ }
49
+
50
+ function taskDebounce(fn) {
51
+ var scheduled = false;
52
+ return function () {
53
+ if (!scheduled) {
54
+ scheduled = true;
55
+ setTimeout(function () {
56
+ scheduled = false;
57
+ fn();
58
+ }, timeoutDuration);
59
+ }
60
+ };
61
+ }
62
+
63
+ var supportsMicroTasks = isBrowser && window.Promise;
64
+
65
+ /**
66
+ * Create a debounced version of a method, that's asynchronously deferred
67
+ * but called in the minimum time possible.
68
+ *
69
+ * @method
70
+ * @memberof Popper.Utils
71
+ * @argument {Function} fn
72
+ * @returns {Function}
73
+ */
74
+ var debounce = supportsMicroTasks ? microtaskDebounce : taskDebounce;
75
+
76
+ /**
77
+ * Check if the given variable is a function
78
+ * @method
79
+ * @memberof Popper.Utils
80
+ * @argument {Any} functionToCheck - variable to check
81
+ * @returns {Boolean} answer to: is a function?
82
+ */
83
+ function isFunction(functionToCheck) {
84
+ var getType = {};
85
+ return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';
86
+ }
87
+
88
+ /**
89
+ * Get CSS computed property of the given element
90
+ * @method
91
+ * @memberof Popper.Utils
92
+ * @argument {Eement} element
93
+ * @argument {String} property
94
+ */
95
+ function getStyleComputedProperty(element, property) {
96
+ if (element.nodeType !== 1) {
97
+ return [];
98
+ }
99
+ // NOTE: 1 DOM access here
100
+ var css = getComputedStyle(element, null);
101
+ return property ? css[property] : css;
102
+ }
103
+
104
+ /**
105
+ * Returns the parentNode or the host of the element
106
+ * @method
107
+ * @memberof Popper.Utils
108
+ * @argument {Element} element
109
+ * @returns {Element} parent
110
+ */
111
+ function getParentNode(element) {
112
+ if (element.nodeName === 'HTML') {
113
+ return element;
114
+ }
115
+ return element.parentNode || element.host;
116
+ }
117
+
118
+ /**
119
+ * Returns the scrolling parent of the given element
120
+ * @method
121
+ * @memberof Popper.Utils
122
+ * @argument {Element} element
123
+ * @returns {Element} scroll parent
124
+ */
125
+ function getScrollParent(element) {
126
+ // Return body, `getScroll` will take care to get the correct `scrollTop` from it
127
+ if (!element) {
128
+ return document.body;
129
+ }
130
+
131
+ switch (element.nodeName) {
132
+ case 'HTML':
133
+ case 'BODY':
134
+ return element.ownerDocument.body;
135
+ case '#document':
136
+ return element.body;
137
+ }
138
+
139
+ // Firefox want us to check `-x` and `-y` variations as well
140
+
141
+ var _getStyleComputedProp = getStyleComputedProperty(element),
142
+ overflow = _getStyleComputedProp.overflow,
143
+ overflowX = _getStyleComputedProp.overflowX,
144
+ overflowY = _getStyleComputedProp.overflowY;
145
+
146
+ if (/(auto|scroll|overlay)/.test(overflow + overflowY + overflowX)) {
147
+ return element;
148
+ }
149
+
150
+ return getScrollParent(getParentNode(element));
151
+ }
152
+
153
+ var isIE11 = isBrowser && !!(window.MSInputMethodContext && document.documentMode);
154
+ var isIE10 = isBrowser && /MSIE 10/.test(navigator.userAgent);
155
+
156
+ /**
157
+ * Determines if the browser is Internet Explorer
158
+ * @method
159
+ * @memberof Popper.Utils
160
+ * @param {Number} version to check
161
+ * @returns {Boolean} isIE
162
+ */
163
+ function isIE(version) {
164
+ if (version === 11) {
165
+ return isIE11;
166
+ }
167
+ if (version === 10) {
168
+ return isIE10;
169
+ }
170
+ return isIE11 || isIE10;
171
+ }
172
+
173
+ /**
174
+ * Returns the offset parent of the given element
175
+ * @method
176
+ * @memberof Popper.Utils
177
+ * @argument {Element} element
178
+ * @returns {Element} offset parent
179
+ */
180
+ function getOffsetParent(element) {
181
+ if (!element) {
182
+ return document.documentElement;
183
+ }
184
+
185
+ var noOffsetParent = isIE(10) ? document.body : null;
186
+
187
+ // NOTE: 1 DOM access here
188
+ var offsetParent = element.offsetParent;
189
+ // Skip hidden elements which don't have an offsetParent
190
+ while (offsetParent === noOffsetParent && element.nextElementSibling) {
191
+ offsetParent = (element = element.nextElementSibling).offsetParent;
192
+ }
193
+
194
+ var nodeName = offsetParent && offsetParent.nodeName;
195
+
196
+ if (!nodeName || nodeName === 'BODY' || nodeName === 'HTML') {
197
+ return element ? element.ownerDocument.documentElement : document.documentElement;
198
+ }
199
+
200
+ // .offsetParent will return the closest TD or TABLE in case
201
+ // no offsetParent is present, I hate this job...
202
+ if (['TD', 'TABLE'].indexOf(offsetParent.nodeName) !== -1 && getStyleComputedProperty(offsetParent, 'position') === 'static') {
203
+ return getOffsetParent(offsetParent);
204
+ }
205
+
206
+ return offsetParent;
207
+ }
208
+
209
+ function isOffsetContainer(element) {
210
+ var nodeName = element.nodeName;
211
+
212
+ if (nodeName === 'BODY') {
213
+ return false;
214
+ }
215
+ return nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element;
216
+ }
217
+
218
+ /**
219
+ * Finds the root node (document, shadowDOM root) of the given element
220
+ * @method
221
+ * @memberof Popper.Utils
222
+ * @argument {Element} node
223
+ * @returns {Element} root node
224
+ */
225
+ function getRoot(node) {
226
+ if (node.parentNode !== null) {
227
+ return getRoot(node.parentNode);
228
+ }
229
+
230
+ return node;
231
+ }
232
+
233
+ /**
234
+ * Finds the offset parent common to the two provided nodes
235
+ * @method
236
+ * @memberof Popper.Utils
237
+ * @argument {Element} element1
238
+ * @argument {Element} element2
239
+ * @returns {Element} common offset parent
240
+ */
241
+ function findCommonOffsetParent(element1, element2) {
242
+ // This check is needed to avoid errors in case one of the elements isn't defined for any reason
243
+ if (!element1 || !element1.nodeType || !element2 || !element2.nodeType) {
244
+ return document.documentElement;
245
+ }
246
+
247
+ // Here we make sure to give as "start" the element that comes first in the DOM
248
+ var order = element1.compareDocumentPosition(element2) & Node.DOCUMENT_POSITION_FOLLOWING;
249
+ var start = order ? element1 : element2;
250
+ var end = order ? element2 : element1;
251
+
252
+ // Get common ancestor container
253
+ var range = document.createRange();
254
+ range.setStart(start, 0);
255
+ range.setEnd(end, 0);
256
+ var commonAncestorContainer = range.commonAncestorContainer;
257
+
258
+ // Both nodes are inside #document
259
+
260
+ if (element1 !== commonAncestorContainer && element2 !== commonAncestorContainer || start.contains(end)) {
261
+ if (isOffsetContainer(commonAncestorContainer)) {
262
+ return commonAncestorContainer;
263
+ }
264
+
265
+ return getOffsetParent(commonAncestorContainer);
266
+ }
267
+
268
+ // one of the nodes is inside shadowDOM, find which one
269
+ var element1root = getRoot(element1);
270
+ if (element1root.host) {
271
+ return findCommonOffsetParent(element1root.host, element2);
272
+ } else {
273
+ return findCommonOffsetParent(element1, getRoot(element2).host);
274
+ }
275
+ }
276
+
277
+ /**
278
+ * Gets the scroll value of the given element in the given side (top and left)
279
+ * @method
280
+ * @memberof Popper.Utils
281
+ * @argument {Element} element
282
+ * @argument {String} side `top` or `left`
283
+ * @returns {number} amount of scrolled pixels
284
+ */
285
+ function getScroll(element) {
286
+ var side = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'top';
287
+
288
+ var upperSide = side === 'top' ? 'scrollTop' : 'scrollLeft';
289
+ var nodeName = element.nodeName;
290
+
291
+ if (nodeName === 'BODY' || nodeName === 'HTML') {
292
+ var html = element.ownerDocument.documentElement;
293
+ var scrollingElement = element.ownerDocument.scrollingElement || html;
294
+ return scrollingElement[upperSide];
295
+ }
296
+
297
+ return element[upperSide];
298
+ }
299
+
300
+ /*
301
+ * Sum or subtract the element scroll values (left and top) from a given rect object
302
+ * @method
303
+ * @memberof Popper.Utils
304
+ * @param {Object} rect - Rect object you want to change
305
+ * @param {HTMLElement} element - The element from the function reads the scroll values
306
+ * @param {Boolean} subtract - set to true if you want to subtract the scroll values
307
+ * @return {Object} rect - The modifier rect object
308
+ */
309
+ function includeScroll(rect, element) {
310
+ var subtract = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
311
+
312
+ var scrollTop = getScroll(element, 'top');
313
+ var scrollLeft = getScroll(element, 'left');
314
+ var modifier = subtract ? -1 : 1;
315
+ rect.top += scrollTop * modifier;
316
+ rect.bottom += scrollTop * modifier;
317
+ rect.left += scrollLeft * modifier;
318
+ rect.right += scrollLeft * modifier;
319
+ return rect;
320
+ }
321
+
322
+ /*
323
+ * Helper to detect borders of a given element
324
+ * @method
325
+ * @memberof Popper.Utils
326
+ * @param {CSSStyleDeclaration} styles
327
+ * Result of `getStyleComputedProperty` on the given element
328
+ * @param {String} axis - `x` or `y`
329
+ * @return {number} borders - The borders size of the given axis
330
+ */
331
+
332
+ function getBordersSize(styles, axis) {
333
+ var sideA = axis === 'x' ? 'Left' : 'Top';
334
+ var sideB = sideA === 'Left' ? 'Right' : 'Bottom';
335
+
336
+ return parseFloat(styles['border' + sideA + 'Width'], 10) + parseFloat(styles['border' + sideB + 'Width'], 10);
337
+ }
338
+
339
+ function getSize(axis, body, html, computedStyle) {
340
+ return Math.max(body['offset' + axis], body['scroll' + axis], html['client' + axis], html['offset' + axis], html['scroll' + axis], isIE(10) ? html['offset' + axis] + computedStyle['margin' + (axis === 'Height' ? 'Top' : 'Left')] + computedStyle['margin' + (axis === 'Height' ? 'Bottom' : 'Right')] : 0);
341
+ }
342
+
343
+ function getWindowSizes() {
344
+ var body = document.body;
345
+ var html = document.documentElement;
346
+ var computedStyle = isIE(10) && getComputedStyle(html);
347
+
348
+ return {
349
+ height: getSize('Height', body, html, computedStyle),
350
+ width: getSize('Width', body, html, computedStyle)
351
+ };
352
+ }
353
+
354
+ var classCallCheck = function (instance, Constructor) {
355
+ if (!(instance instanceof Constructor)) {
356
+ throw new TypeError("Cannot call a class as a function");
357
+ }
358
+ };
359
+
360
+ var createClass = function () {
361
+ function defineProperties(target, props) {
362
+ for (var i = 0; i < props.length; i++) {
363
+ var descriptor = props[i];
364
+ descriptor.enumerable = descriptor.enumerable || false;
365
+ descriptor.configurable = true;
366
+ if ("value" in descriptor) descriptor.writable = true;
367
+ Object.defineProperty(target, descriptor.key, descriptor);
368
+ }
369
+ }
370
+
371
+ return function (Constructor, protoProps, staticProps) {
372
+ if (protoProps) defineProperties(Constructor.prototype, protoProps);
373
+ if (staticProps) defineProperties(Constructor, staticProps);
374
+ return Constructor;
375
+ };
376
+ }();
377
+
378
+
379
+
380
+
381
+
382
+ var defineProperty = function (obj, key, value) {
383
+ if (key in obj) {
384
+ Object.defineProperty(obj, key, {
385
+ value: value,
386
+ enumerable: true,
387
+ configurable: true,
388
+ writable: true
389
+ });
390
+ } else {
391
+ obj[key] = value;
392
+ }
393
+
394
+ return obj;
395
+ };
396
+
397
+ var _extends = Object.assign || function (target) {
398
+ for (var i = 1; i < arguments.length; i++) {
399
+ var source = arguments[i];
400
+
401
+ for (var key in source) {
402
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
403
+ target[key] = source[key];
404
+ }
405
+ }
406
+ }
407
+
408
+ return target;
409
+ };
410
+
411
+ /**
412
+ * Given element offsets, generate an output similar to getBoundingClientRect
413
+ * @method
414
+ * @memberof Popper.Utils
415
+ * @argument {Object} offsets
416
+ * @returns {Object} ClientRect like output
417
+ */
418
+ function getClientRect(offsets) {
419
+ return _extends({}, offsets, {
420
+ right: offsets.left + offsets.width,
421
+ bottom: offsets.top + offsets.height
422
+ });
423
+ }
424
+
425
+ /**
426
+ * Get bounding client rect of given element
427
+ * @method
428
+ * @memberof Popper.Utils
429
+ * @param {HTMLElement} element
430
+ * @return {Object} client rect
431
+ */
432
+ function getBoundingClientRect(element) {
433
+ var rect = {};
434
+
435
+ // IE10 10 FIX: Please, don't ask, the element isn't
436
+ // considered in DOM in some circumstances...
437
+ // This isn't reproducible in IE10 compatibility mode of IE11
438
+ try {
439
+ if (isIE(10)) {
440
+ rect = element.getBoundingClientRect();
441
+ var scrollTop = getScroll(element, 'top');
442
+ var scrollLeft = getScroll(element, 'left');
443
+ rect.top += scrollTop;
444
+ rect.left += scrollLeft;
445
+ rect.bottom += scrollTop;
446
+ rect.right += scrollLeft;
447
+ } else {
448
+ rect = element.getBoundingClientRect();
449
+ }
450
+ } catch (e) {}
451
+
452
+ var result = {
453
+ left: rect.left,
454
+ top: rect.top,
455
+ width: rect.right - rect.left,
456
+ height: rect.bottom - rect.top
457
+ };
458
+
459
+ // subtract scrollbar size from sizes
460
+ var sizes = element.nodeName === 'HTML' ? getWindowSizes() : {};
461
+ var width = sizes.width || element.clientWidth || result.right - result.left;
462
+ var height = sizes.height || element.clientHeight || result.bottom - result.top;
463
+
464
+ var horizScrollbar = element.offsetWidth - width;
465
+ var vertScrollbar = element.offsetHeight - height;
466
+
467
+ // if an hypothetical scrollbar is detected, we must be sure it's not a `border`
468
+ // we make this check conditional for performance reasons
469
+ if (horizScrollbar || vertScrollbar) {
470
+ var styles = getStyleComputedProperty(element);
471
+ horizScrollbar -= getBordersSize(styles, 'x');
472
+ vertScrollbar -= getBordersSize(styles, 'y');
473
+
474
+ result.width -= horizScrollbar;
475
+ result.height -= vertScrollbar;
476
+ }
477
+
478
+ return getClientRect(result);
479
+ }
480
+
481
+ function getOffsetRectRelativeToArbitraryNode(children, parent) {
482
+ var fixedPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
483
+
484
+ var isIE10 = isIE(10);
485
+ var isHTML = parent.nodeName === 'HTML';
486
+ var childrenRect = getBoundingClientRect(children);
487
+ var parentRect = getBoundingClientRect(parent);
488
+ var scrollParent = getScrollParent(children);
489
+
490
+ var styles = getStyleComputedProperty(parent);
491
+ var borderTopWidth = parseFloat(styles.borderTopWidth, 10);
492
+ var borderLeftWidth = parseFloat(styles.borderLeftWidth, 10);
493
+
494
+ // In cases where the parent is fixed, we must ignore negative scroll in offset calc
495
+ if (fixedPosition && parent.nodeName === 'HTML') {
496
+ parentRect.top = Math.max(parentRect.top, 0);
497
+ parentRect.left = Math.max(parentRect.left, 0);
498
+ }
499
+ var offsets = getClientRect({
500
+ top: childrenRect.top - parentRect.top - borderTopWidth,
501
+ left: childrenRect.left - parentRect.left - borderLeftWidth,
502
+ width: childrenRect.width,
503
+ height: childrenRect.height
504
+ });
505
+ offsets.marginTop = 0;
506
+ offsets.marginLeft = 0;
507
+
508
+ // Subtract margins of documentElement in case it's being used as parent
509
+ // we do this only on HTML because it's the only element that behaves
510
+ // differently when margins are applied to it. The margins are included in
511
+ // the box of the documentElement, in the other cases not.
512
+ if (!isIE10 && isHTML) {
513
+ var marginTop = parseFloat(styles.marginTop, 10);
514
+ var marginLeft = parseFloat(styles.marginLeft, 10);
515
+
516
+ offsets.top -= borderTopWidth - marginTop;
517
+ offsets.bottom -= borderTopWidth - marginTop;
518
+ offsets.left -= borderLeftWidth - marginLeft;
519
+ offsets.right -= borderLeftWidth - marginLeft;
520
+
521
+ // Attach marginTop and marginLeft because in some circumstances we may need them
522
+ offsets.marginTop = marginTop;
523
+ offsets.marginLeft = marginLeft;
524
+ }
525
+
526
+ if (isIE10 && !fixedPosition ? parent.contains(scrollParent) : parent === scrollParent && scrollParent.nodeName !== 'BODY') {
527
+ offsets = includeScroll(offsets, parent);
528
+ }
529
+
530
+ return offsets;
531
+ }
532
+
533
+ function getViewportOffsetRectRelativeToArtbitraryNode(element) {
534
+ var excludeScroll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
535
+
536
+ var html = element.ownerDocument.documentElement;
537
+ var relativeOffset = getOffsetRectRelativeToArbitraryNode(element, html);
538
+ var width = Math.max(html.clientWidth, window.innerWidth || 0);
539
+ var height = Math.max(html.clientHeight, window.innerHeight || 0);
540
+
541
+ var scrollTop = !excludeScroll ? getScroll(html) : 0;
542
+ var scrollLeft = !excludeScroll ? getScroll(html, 'left') : 0;
543
+
544
+ var offset = {
545
+ top: scrollTop - relativeOffset.top + relativeOffset.marginTop,
546
+ left: scrollLeft - relativeOffset.left + relativeOffset.marginLeft,
547
+ width: width,
548
+ height: height
549
+ };
550
+
551
+ return getClientRect(offset);
552
+ }
553
+
554
+ /**
555
+ * Check if the given element is fixed or is inside a fixed parent
556
+ * @method
557
+ * @memberof Popper.Utils
558
+ * @argument {Element} element
559
+ * @argument {Element} customContainer
560
+ * @returns {Boolean} answer to "isFixed?"
561
+ */
562
+ function isFixed(element) {
563
+ var nodeName = element.nodeName;
564
+ if (nodeName === 'BODY' || nodeName === 'HTML') {
565
+ return false;
566
+ }
567
+ if (getStyleComputedProperty(element, 'position') === 'fixed') {
568
+ return true;
569
+ }
570
+ return isFixed(getParentNode(element));
571
+ }
572
+
573
+ /**
574
+ * Finds the first parent of an element that has a transformed property defined
575
+ * @method
576
+ * @memberof Popper.Utils
577
+ * @argument {Element} element
578
+ * @returns {Element} first transformed parent or documentElement
579
+ */
580
+
581
+ function getFixedPositionOffsetParent(element) {
582
+ // This check is needed to avoid errors in case one of the elements isn't defined for any reason
583
+ if (!element || !element.parentElement || isIE()) {
584
+ return document.documentElement;
585
+ }
586
+ var el = element.parentElement;
587
+ while (el && getStyleComputedProperty(el, 'transform') === 'none') {
588
+ el = el.parentElement;
589
+ }
590
+ return el || document.documentElement;
591
+ }
592
+
593
+ /**
594
+ * Computed the boundaries limits and return them
595
+ * @method
596
+ * @memberof Popper.Utils
597
+ * @param {HTMLElement} popper
598
+ * @param {HTMLElement} reference
599
+ * @param {number} padding
600
+ * @param {HTMLElement} boundariesElement - Element used to define the boundaries
601
+ * @param {Boolean} fixedPosition - Is in fixed position mode
602
+ * @returns {Object} Coordinates of the boundaries
603
+ */
604
+ function getBoundaries(popper, reference, padding, boundariesElement) {
605
+ var fixedPosition = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false;
606
+
607
+ // NOTE: 1 DOM access here
608
+
609
+ var boundaries = { top: 0, left: 0 };
610
+ var offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, reference);
611
+
612
+ // Handle viewport case
613
+ if (boundariesElement === 'viewport') {
614
+ boundaries = getViewportOffsetRectRelativeToArtbitraryNode(offsetParent, fixedPosition);
615
+ } else {
616
+ // Handle other cases based on DOM element used as boundaries
617
+ var boundariesNode = void 0;
618
+ if (boundariesElement === 'scrollParent') {
619
+ boundariesNode = getScrollParent(getParentNode(reference));
620
+ if (boundariesNode.nodeName === 'BODY') {
621
+ boundariesNode = popper.ownerDocument.documentElement;
622
+ }
623
+ } else if (boundariesElement === 'window') {
624
+ boundariesNode = popper.ownerDocument.documentElement;
625
+ } else {
626
+ boundariesNode = boundariesElement;
627
+ }
628
+
629
+ var offsets = getOffsetRectRelativeToArbitraryNode(boundariesNode, offsetParent, fixedPosition);
630
+
631
+ // In case of HTML, we need a different computation
632
+ if (boundariesNode.nodeName === 'HTML' && !isFixed(offsetParent)) {
633
+ var _getWindowSizes = getWindowSizes(),
634
+ height = _getWindowSizes.height,
635
+ width = _getWindowSizes.width;
636
+
637
+ boundaries.top += offsets.top - offsets.marginTop;
638
+ boundaries.bottom = height + offsets.top;
639
+ boundaries.left += offsets.left - offsets.marginLeft;
640
+ boundaries.right = width + offsets.left;
641
+ } else {
642
+ // for all the other DOM elements, this one is good
643
+ boundaries = offsets;
644
+ }
645
+ }
646
+
647
+ // Add paddings
648
+ boundaries.left += padding;
649
+ boundaries.top += padding;
650
+ boundaries.right -= padding;
651
+ boundaries.bottom -= padding;
652
+
653
+ return boundaries;
654
+ }
655
+
656
+ function getArea(_ref) {
657
+ var width = _ref.width,
658
+ height = _ref.height;
659
+
660
+ return width * height;
661
+ }
662
+
663
+ /**
664
+ * Utility used to transform the `auto` placement to the placement with more
665
+ * available space.
666
+ * @method
667
+ * @memberof Popper.Utils
668
+ * @argument {Object} data - The data object generated by update method
669
+ * @argument {Object} options - Modifiers configuration and options
670
+ * @returns {Object} The data object, properly modified
671
+ */
672
+ function computeAutoPlacement(placement, refRect, popper, reference, boundariesElement) {
673
+ var padding = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;
674
+
675
+ if (placement.indexOf('auto') === -1) {
676
+ return placement;
677
+ }
678
+
679
+ var boundaries = getBoundaries(popper, reference, padding, boundariesElement);
680
+
681
+ var rects = {
682
+ top: {
683
+ width: boundaries.width,
684
+ height: refRect.top - boundaries.top
685
+ },
686
+ right: {
687
+ width: boundaries.right - refRect.right,
688
+ height: boundaries.height
689
+ },
690
+ bottom: {
691
+ width: boundaries.width,
692
+ height: boundaries.bottom - refRect.bottom
693
+ },
694
+ left: {
695
+ width: refRect.left - boundaries.left,
696
+ height: boundaries.height
697
+ }
698
+ };
699
+
700
+ var sortedAreas = Object.keys(rects).map(function (key) {
701
+ return _extends({
702
+ key: key
703
+ }, rects[key], {
704
+ area: getArea(rects[key])
705
+ });
706
+ }).sort(function (a, b) {
707
+ return b.area - a.area;
708
+ });
709
+
710
+ var filteredAreas = sortedAreas.filter(function (_ref2) {
711
+ var width = _ref2.width,
712
+ height = _ref2.height;
713
+ return width >= popper.clientWidth && height >= popper.clientHeight;
714
+ });
715
+
716
+ var computedPlacement = filteredAreas.length > 0 ? filteredAreas[0].key : sortedAreas[0].key;
717
+
718
+ var variation = placement.split('-')[1];
719
+
720
+ return computedPlacement + (variation ? '-' + variation : '');
721
+ }
722
+
723
+ /**
724
+ * Get offsets to the reference element
725
+ * @method
726
+ * @memberof Popper.Utils
727
+ * @param {Object} state
728
+ * @param {Element} popper - the popper element
729
+ * @param {Element} reference - the reference element (the popper will be relative to this)
730
+ * @param {Element} fixedPosition - is in fixed position mode
731
+ * @returns {Object} An object containing the offsets which will be applied to the popper
732
+ */
733
+ function getReferenceOffsets(state, popper, reference) {
734
+ var fixedPosition = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;
735
+
736
+ var commonOffsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, reference);
737
+ return getOffsetRectRelativeToArbitraryNode(reference, commonOffsetParent, fixedPosition);
738
+ }
739
+
740
+ /**
741
+ * Get the outer sizes of the given element (offset size + margins)
742
+ * @method
743
+ * @memberof Popper.Utils
744
+ * @argument {Element} element
745
+ * @returns {Object} object containing width and height properties
746
+ */
747
+ function getOuterSizes(element) {
748
+ var styles = getComputedStyle(element);
749
+ var x = parseFloat(styles.marginTop) + parseFloat(styles.marginBottom);
750
+ var y = parseFloat(styles.marginLeft) + parseFloat(styles.marginRight);
751
+ var result = {
752
+ width: element.offsetWidth + y,
753
+ height: element.offsetHeight + x
754
+ };
755
+ return result;
756
+ }
757
+
758
+ /**
759
+ * Get the opposite placement of the given one
760
+ * @method
761
+ * @memberof Popper.Utils
762
+ * @argument {String} placement
763
+ * @returns {String} flipped placement
764
+ */
765
+ function getOppositePlacement(placement) {
766
+ var hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' };
767
+ return placement.replace(/left|right|bottom|top/g, function (matched) {
768
+ return hash[matched];
769
+ });
770
+ }
771
+
772
+ /**
773
+ * Get offsets to the popper
774
+ * @method
775
+ * @memberof Popper.Utils
776
+ * @param {Object} position - CSS position the Popper will get applied
777
+ * @param {HTMLElement} popper - the popper element
778
+ * @param {Object} referenceOffsets - the reference offsets (the popper will be relative to this)
779
+ * @param {String} placement - one of the valid placement options
780
+ * @returns {Object} popperOffsets - An object containing the offsets which will be applied to the popper
781
+ */
782
+ function getPopperOffsets(popper, referenceOffsets, placement) {
783
+ placement = placement.split('-')[0];
784
+
785
+ // Get popper node sizes
786
+ var popperRect = getOuterSizes(popper);
787
+
788
+ // Add position, width and height to our offsets object
789
+ var popperOffsets = {
790
+ width: popperRect.width,
791
+ height: popperRect.height
792
+ };
793
+
794
+ // depending by the popper placement we have to compute its offsets slightly differently
795
+ var isHoriz = ['right', 'left'].indexOf(placement) !== -1;
796
+ var mainSide = isHoriz ? 'top' : 'left';
797
+ var secondarySide = isHoriz ? 'left' : 'top';
798
+ var measurement = isHoriz ? 'height' : 'width';
799
+ var secondaryMeasurement = !isHoriz ? 'height' : 'width';
800
+
801
+ popperOffsets[mainSide] = referenceOffsets[mainSide] + referenceOffsets[measurement] / 2 - popperRect[measurement] / 2;
802
+ if (placement === secondarySide) {
803
+ popperOffsets[secondarySide] = referenceOffsets[secondarySide] - popperRect[secondaryMeasurement];
804
+ } else {
805
+ popperOffsets[secondarySide] = referenceOffsets[getOppositePlacement(secondarySide)];
806
+ }
807
+
808
+ return popperOffsets;
809
+ }
810
+
811
+ /**
812
+ * Mimics the `find` method of Array
813
+ * @method
814
+ * @memberof Popper.Utils
815
+ * @argument {Array} arr
816
+ * @argument prop
817
+ * @argument value
818
+ * @returns index or -1
819
+ */
820
+ function find(arr, check) {
821
+ // use native find if supported
822
+ if (Array.prototype.find) {
823
+ return arr.find(check);
824
+ }
825
+
826
+ // use `filter` to obtain the same behavior of `find`
827
+ return arr.filter(check)[0];
828
+ }
829
+
830
+ /**
831
+ * Return the index of the matching object
832
+ * @method
833
+ * @memberof Popper.Utils
834
+ * @argument {Array} arr
835
+ * @argument prop
836
+ * @argument value
837
+ * @returns index or -1
838
+ */
839
+ function findIndex(arr, prop, value) {
840
+ // use native findIndex if supported
841
+ if (Array.prototype.findIndex) {
842
+ return arr.findIndex(function (cur) {
843
+ return cur[prop] === value;
844
+ });
845
+ }
846
+
847
+ // use `find` + `indexOf` if `findIndex` isn't supported
848
+ var match = find(arr, function (obj) {
849
+ return obj[prop] === value;
850
+ });
851
+ return arr.indexOf(match);
852
+ }
853
+
854
+ /**
855
+ * Loop trough the list of modifiers and run them in order,
856
+ * each of them will then edit the data object.
857
+ * @method
858
+ * @memberof Popper.Utils
859
+ * @param {dataObject} data
860
+ * @param {Array} modifiers
861
+ * @param {String} ends - Optional modifier name used as stopper
862
+ * @returns {dataObject}
863
+ */
864
+ function runModifiers(modifiers, data, ends) {
865
+ var modifiersToRun = ends === undefined ? modifiers : modifiers.slice(0, findIndex(modifiers, 'name', ends));
866
+
867
+ modifiersToRun.forEach(function (modifier) {
868
+ if (modifier['function']) {
869
+ // eslint-disable-line dot-notation
870
+ console.warn('`modifier.function` is deprecated, use `modifier.fn`!');
871
+ }
872
+ var fn = modifier['function'] || modifier.fn; // eslint-disable-line dot-notation
873
+ if (modifier.enabled && isFunction(fn)) {
874
+ // Add properties to offsets to make them a complete clientRect object
875
+ // we do this before each modifier to make sure the previous one doesn't
876
+ // mess with these values
877
+ data.offsets.popper = getClientRect(data.offsets.popper);
878
+ data.offsets.reference = getClientRect(data.offsets.reference);
879
+
880
+ data = fn(data, modifier);
881
+ }
882
+ });
883
+
884
+ return data;
885
+ }
886
+
887
+ /**
888
+ * Updates the position of the popper, computing the new offsets and applying
889
+ * the new style.<br />
890
+ * Prefer `scheduleUpdate` over `update` because of performance reasons.
891
+ * @method
892
+ * @memberof Popper
893
+ */
894
+ function update() {
895
+ // if popper is destroyed, don't perform any further update
896
+ if (this.state.isDestroyed) {
897
+ return;
898
+ }
899
+
900
+ var data = {
901
+ instance: this,
902
+ styles: {},
903
+ arrowStyles: {},
904
+ attributes: {},
905
+ flipped: false,
906
+ offsets: {}
907
+ };
908
+
909
+ // compute reference element offsets
910
+ data.offsets.reference = getReferenceOffsets(this.state, this.popper, this.reference, this.options.positionFixed);
911
+
912
+ // compute auto placement, store placement inside the data object,
913
+ // modifiers will be able to edit `placement` if needed
914
+ // and refer to originalPlacement to know the original value
915
+ data.placement = computeAutoPlacement(this.options.placement, data.offsets.reference, this.popper, this.reference, this.options.modifiers.flip.boundariesElement, this.options.modifiers.flip.padding);
916
+
917
+ // store the computed placement inside `originalPlacement`
918
+ data.originalPlacement = data.placement;
919
+
920
+ data.positionFixed = this.options.positionFixed;
921
+
922
+ // compute the popper offsets
923
+ data.offsets.popper = getPopperOffsets(this.popper, data.offsets.reference, data.placement);
924
+
925
+ data.offsets.popper.position = this.options.positionFixed ? 'fixed' : 'absolute';
926
+
927
+ // run the modifiers
928
+ data = runModifiers(this.modifiers, data);
929
+
930
+ // the first `update` will call `onCreate` callback
931
+ // the other ones will call `onUpdate` callback
932
+ if (!this.state.isCreated) {
933
+ this.state.isCreated = true;
934
+ this.options.onCreate(data);
935
+ } else {
936
+ this.options.onUpdate(data);
937
+ }
938
+ }
939
+
940
+ /**
941
+ * Helper used to know if the given modifier is enabled.
942
+ * @method
943
+ * @memberof Popper.Utils
944
+ * @returns {Boolean}
945
+ */
946
+ function isModifierEnabled(modifiers, modifierName) {
947
+ return modifiers.some(function (_ref) {
948
+ var name = _ref.name,
949
+ enabled = _ref.enabled;
950
+ return enabled && name === modifierName;
951
+ });
952
+ }
953
+
954
+ /**
955
+ * Get the prefixed supported property name
956
+ * @method
957
+ * @memberof Popper.Utils
958
+ * @argument {String} property (camelCase)
959
+ * @returns {String} prefixed property (camelCase or PascalCase, depending on the vendor prefix)
960
+ */
961
+ function getSupportedPropertyName(property) {
962
+ var prefixes = [false, 'ms', 'Webkit', 'Moz', 'O'];
963
+ var upperProp = property.charAt(0).toUpperCase() + property.slice(1);
964
+
965
+ for (var i = 0; i < prefixes.length; i++) {
966
+ var prefix = prefixes[i];
967
+ var toCheck = prefix ? '' + prefix + upperProp : property;
968
+ if (typeof document.body.style[toCheck] !== 'undefined') {
969
+ return toCheck;
970
+ }
971
+ }
972
+ return null;
973
+ }
974
+
975
+ /**
976
+ * Destroy the popper
977
+ * @method
978
+ * @memberof Popper
979
+ */
980
+ function destroy() {
981
+ this.state.isDestroyed = true;
982
+
983
+ // touch DOM only if `applyStyle` modifier is enabled
984
+ if (isModifierEnabled(this.modifiers, 'applyStyle')) {
985
+ this.popper.removeAttribute('x-placement');
986
+ this.popper.style.position = '';
987
+ this.popper.style.top = '';
988
+ this.popper.style.left = '';
989
+ this.popper.style.right = '';
990
+ this.popper.style.bottom = '';
991
+ this.popper.style.willChange = '';
992
+ this.popper.style[getSupportedPropertyName('transform')] = '';
993
+ }
994
+
995
+ this.disableEventListeners();
996
+
997
+ // remove the popper if user explicity asked for the deletion on destroy
998
+ // do not use `remove` because IE11 doesn't support it
999
+ if (this.options.removeOnDestroy) {
1000
+ this.popper.parentNode.removeChild(this.popper);
1001
+ }
1002
+ return this;
1003
+ }
1004
+
1005
+ /**
1006
+ * Get the window associated with the element
1007
+ * @argument {Element} element
1008
+ * @returns {Window}
1009
+ */
1010
+ function getWindow(element) {
1011
+ var ownerDocument = element.ownerDocument;
1012
+ return ownerDocument ? ownerDocument.defaultView : window;
1013
+ }
1014
+
1015
+ function attachToScrollParents(scrollParent, event, callback, scrollParents) {
1016
+ var isBody = scrollParent.nodeName === 'BODY';
1017
+ var target = isBody ? scrollParent.ownerDocument.defaultView : scrollParent;
1018
+ target.addEventListener(event, callback, { passive: true });
1019
+
1020
+ if (!isBody) {
1021
+ attachToScrollParents(getScrollParent(target.parentNode), event, callback, scrollParents);
1022
+ }
1023
+ scrollParents.push(target);
1024
+ }
1025
+
1026
+ /**
1027
+ * Setup needed event listeners used to update the popper position
1028
+ * @method
1029
+ * @memberof Popper.Utils
1030
+ * @private
1031
+ */
1032
+ function setupEventListeners(reference, options, state, updateBound) {
1033
+ // Resize event listener on window
1034
+ state.updateBound = updateBound;
1035
+ getWindow(reference).addEventListener('resize', state.updateBound, { passive: true });
1036
+
1037
+ // Scroll event listener on scroll parents
1038
+ var scrollElement = getScrollParent(reference);
1039
+ attachToScrollParents(scrollElement, 'scroll', state.updateBound, state.scrollParents);
1040
+ state.scrollElement = scrollElement;
1041
+ state.eventsEnabled = true;
1042
+
1043
+ return state;
1044
+ }
1045
+
1046
+ /**
1047
+ * It will add resize/scroll events and start recalculating
1048
+ * position of the popper element when they are triggered.
1049
+ * @method
1050
+ * @memberof Popper
1051
+ */
1052
+ function enableEventListeners() {
1053
+ if (!this.state.eventsEnabled) {
1054
+ this.state = setupEventListeners(this.reference, this.options, this.state, this.scheduleUpdate);
1055
+ }
1056
+ }
1057
+
1058
+ /**
1059
+ * Remove event listeners used to update the popper position
1060
+ * @method
1061
+ * @memberof Popper.Utils
1062
+ * @private
1063
+ */
1064
+ function removeEventListeners(reference, state) {
1065
+ // Remove resize event listener on window
1066
+ getWindow(reference).removeEventListener('resize', state.updateBound);
1067
+
1068
+ // Remove scroll event listener on scroll parents
1069
+ state.scrollParents.forEach(function (target) {
1070
+ target.removeEventListener('scroll', state.updateBound);
1071
+ });
1072
+
1073
+ // Reset state
1074
+ state.updateBound = null;
1075
+ state.scrollParents = [];
1076
+ state.scrollElement = null;
1077
+ state.eventsEnabled = false;
1078
+ return state;
1079
+ }
1080
+
1081
+ /**
1082
+ * It will remove resize/scroll events and won't recalculate popper position
1083
+ * when they are triggered. It also won't trigger onUpdate callback anymore,
1084
+ * unless you call `update` method manually.
1085
+ * @method
1086
+ * @memberof Popper
1087
+ */
1088
+ function disableEventListeners() {
1089
+ if (this.state.eventsEnabled) {
1090
+ cancelAnimationFrame(this.scheduleUpdate);
1091
+ this.state = removeEventListeners(this.reference, this.state);
1092
+ }
1093
+ }
1094
+
1095
+ /**
1096
+ * Tells if a given input is a number
1097
+ * @method
1098
+ * @memberof Popper.Utils
1099
+ * @param {*} input to check
1100
+ * @return {Boolean}
1101
+ */
1102
+ function isNumeric(n) {
1103
+ return n !== '' && !isNaN(parseFloat(n)) && isFinite(n);
1104
+ }
1105
+
1106
+ /**
1107
+ * Set the style to the given popper
1108
+ * @method
1109
+ * @memberof Popper.Utils
1110
+ * @argument {Element} element - Element to apply the style to
1111
+ * @argument {Object} styles
1112
+ * Object with a list of properties and values which will be applied to the element
1113
+ */
1114
+ function setStyles(element, styles) {
1115
+ Object.keys(styles).forEach(function (prop) {
1116
+ var unit = '';
1117
+ // add unit if the value is numeric and is one of the following
1118
+ if (['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !== -1 && isNumeric(styles[prop])) {
1119
+ unit = 'px';
1120
+ }
1121
+ element.style[prop] = styles[prop] + unit;
1122
+ });
1123
+ }
1124
+
1125
+ /**
1126
+ * Set the attributes to the given popper
1127
+ * @method
1128
+ * @memberof Popper.Utils
1129
+ * @argument {Element} element - Element to apply the attributes to
1130
+ * @argument {Object} styles
1131
+ * Object with a list of properties and values which will be applied to the element
1132
+ */
1133
+ function setAttributes(element, attributes) {
1134
+ Object.keys(attributes).forEach(function (prop) {
1135
+ var value = attributes[prop];
1136
+ if (value !== false) {
1137
+ element.setAttribute(prop, attributes[prop]);
1138
+ } else {
1139
+ element.removeAttribute(prop);
1140
+ }
1141
+ });
1142
+ }
1143
+
1144
+ /**
1145
+ * @function
1146
+ * @memberof Modifiers
1147
+ * @argument {Object} data - The data object generated by `update` method
1148
+ * @argument {Object} data.styles - List of style properties - values to apply to popper element
1149
+ * @argument {Object} data.attributes - List of attribute properties - values to apply to popper element
1150
+ * @argument {Object} options - Modifiers configuration and options
1151
+ * @returns {Object} The same data object
1152
+ */
1153
+ function applyStyle(data) {
1154
+ // any property present in `data.styles` will be applied to the popper,
1155
+ // in this way we can make the 3rd party modifiers add custom styles to it
1156
+ // Be aware, modifiers could override the properties defined in the previous
1157
+ // lines of this modifier!
1158
+ setStyles(data.instance.popper, data.styles);
1159
+
1160
+ // any property present in `data.attributes` will be applied to the popper,
1161
+ // they will be set as HTML attributes of the element
1162
+ setAttributes(data.instance.popper, data.attributes);
1163
+
1164
+ // if arrowElement is defined and arrowStyles has some properties
1165
+ if (data.arrowElement && Object.keys(data.arrowStyles).length) {
1166
+ setStyles(data.arrowElement, data.arrowStyles);
1167
+ }
1168
+
1169
+ return data;
1170
+ }
1171
+
1172
+ /**
1173
+ * Set the x-placement attribute before everything else because it could be used
1174
+ * to add margins to the popper margins needs to be calculated to get the
1175
+ * correct popper offsets.
1176
+ * @method
1177
+ * @memberof Popper.modifiers
1178
+ * @param {HTMLElement} reference - The reference element used to position the popper
1179
+ * @param {HTMLElement} popper - The HTML element used as popper
1180
+ * @param {Object} options - Popper.js options
1181
+ */
1182
+ function applyStyleOnLoad(reference, popper, options, modifierOptions, state) {
1183
+ // compute reference element offsets
1184
+ var referenceOffsets = getReferenceOffsets(state, popper, reference, options.positionFixed);
1185
+
1186
+ // compute auto placement, store placement inside the data object,
1187
+ // modifiers will be able to edit `placement` if needed
1188
+ // and refer to originalPlacement to know the original value
1189
+ var placement = computeAutoPlacement(options.placement, referenceOffsets, popper, reference, options.modifiers.flip.boundariesElement, options.modifiers.flip.padding);
1190
+
1191
+ popper.setAttribute('x-placement', placement);
1192
+
1193
+ // Apply `position` to popper before anything else because
1194
+ // without the position applied we can't guarantee correct computations
1195
+ setStyles(popper, { position: options.positionFixed ? 'fixed' : 'absolute' });
1196
+
1197
+ return options;
1198
+ }
1199
+
1200
+ /**
1201
+ * @function
1202
+ * @memberof Modifiers
1203
+ * @argument {Object} data - The data object generated by `update` method
1204
+ * @argument {Object} options - Modifiers configuration and options
1205
+ * @returns {Object} The data object, properly modified
1206
+ */
1207
+ function computeStyle(data, options) {
1208
+ var x = options.x,
1209
+ y = options.y;
1210
+ var popper = data.offsets.popper;
1211
+
1212
+ // Remove this legacy support in Popper.js v2
1213
+
1214
+ var legacyGpuAccelerationOption = find(data.instance.modifiers, function (modifier) {
1215
+ return modifier.name === 'applyStyle';
1216
+ }).gpuAcceleration;
1217
+ if (legacyGpuAccelerationOption !== undefined) {
1218
+ console.warn('WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!');
1219
+ }
1220
+ var gpuAcceleration = legacyGpuAccelerationOption !== undefined ? legacyGpuAccelerationOption : options.gpuAcceleration;
1221
+
1222
+ var offsetParent = getOffsetParent(data.instance.popper);
1223
+ var offsetParentRect = getBoundingClientRect(offsetParent);
1224
+
1225
+ // Styles
1226
+ var styles = {
1227
+ position: popper.position
1228
+ };
1229
+
1230
+ // Avoid blurry text by using full pixel integers.
1231
+ // For pixel-perfect positioning, top/bottom prefers rounded
1232
+ // values, while left/right prefers floored values.
1233
+ var offsets = {
1234
+ left: Math.floor(popper.left),
1235
+ top: Math.round(popper.top),
1236
+ bottom: Math.round(popper.bottom),
1237
+ right: Math.floor(popper.right)
1238
+ };
1239
+
1240
+ var sideA = x === 'bottom' ? 'top' : 'bottom';
1241
+ var sideB = y === 'right' ? 'left' : 'right';
1242
+
1243
+ // if gpuAcceleration is set to `true` and transform is supported,
1244
+ // we use `translate3d` to apply the position to the popper we
1245
+ // automatically use the supported prefixed version if needed
1246
+ var prefixedProperty = getSupportedPropertyName('transform');
1247
+
1248
+ // now, let's make a step back and look at this code closely (wtf?)
1249
+ // If the content of the popper grows once it's been positioned, it
1250
+ // may happen that the popper gets misplaced because of the new content
1251
+ // overflowing its reference element
1252
+ // To avoid this problem, we provide two options (x and y), which allow
1253
+ // the consumer to define the offset origin.
1254
+ // If we position a popper on top of a reference element, we can set
1255
+ // `x` to `top` to make the popper grow towards its top instead of
1256
+ // its bottom.
1257
+ var left = void 0,
1258
+ top = void 0;
1259
+ if (sideA === 'bottom') {
1260
+ top = -offsetParentRect.height + offsets.bottom;
1261
+ } else {
1262
+ top = offsets.top;
1263
+ }
1264
+ if (sideB === 'right') {
1265
+ left = -offsetParentRect.width + offsets.right;
1266
+ } else {
1267
+ left = offsets.left;
1268
+ }
1269
+ if (gpuAcceleration && prefixedProperty) {
1270
+ styles[prefixedProperty] = 'translate3d(' + left + 'px, ' + top + 'px, 0)';
1271
+ styles[sideA] = 0;
1272
+ styles[sideB] = 0;
1273
+ styles.willChange = 'transform';
1274
+ } else {
1275
+ // othwerise, we use the standard `top`, `left`, `bottom` and `right` properties
1276
+ var invertTop = sideA === 'bottom' ? -1 : 1;
1277
+ var invertLeft = sideB === 'right' ? -1 : 1;
1278
+ styles[sideA] = top * invertTop;
1279
+ styles[sideB] = left * invertLeft;
1280
+ styles.willChange = sideA + ', ' + sideB;
1281
+ }
1282
+
1283
+ // Attributes
1284
+ var attributes = {
1285
+ 'x-placement': data.placement
1286
+ };
1287
+
1288
+ // Update `data` attributes, styles and arrowStyles
1289
+ data.attributes = _extends({}, attributes, data.attributes);
1290
+ data.styles = _extends({}, styles, data.styles);
1291
+ data.arrowStyles = _extends({}, data.offsets.arrow, data.arrowStyles);
1292
+
1293
+ return data;
1294
+ }
1295
+
1296
+ /**
1297
+ * Helper used to know if the given modifier depends from another one.<br />
1298
+ * It checks if the needed modifier is listed and enabled.
1299
+ * @method
1300
+ * @memberof Popper.Utils
1301
+ * @param {Array} modifiers - list of modifiers
1302
+ * @param {String} requestingName - name of requesting modifier
1303
+ * @param {String} requestedName - name of requested modifier
1304
+ * @returns {Boolean}
1305
+ */
1306
+ function isModifierRequired(modifiers, requestingName, requestedName) {
1307
+ var requesting = find(modifiers, function (_ref) {
1308
+ var name = _ref.name;
1309
+ return name === requestingName;
1310
+ });
1311
+
1312
+ var isRequired = !!requesting && modifiers.some(function (modifier) {
1313
+ return modifier.name === requestedName && modifier.enabled && modifier.order < requesting.order;
1314
+ });
1315
+
1316
+ if (!isRequired) {
1317
+ var _requesting = '`' + requestingName + '`';
1318
+ var requested = '`' + requestedName + '`';
1319
+ console.warn(requested + ' modifier is required by ' + _requesting + ' modifier in order to work, be sure to include it before ' + _requesting + '!');
1320
+ }
1321
+ return isRequired;
1322
+ }
1323
+
1324
+ /**
1325
+ * @function
1326
+ * @memberof Modifiers
1327
+ * @argument {Object} data - The data object generated by update method
1328
+ * @argument {Object} options - Modifiers configuration and options
1329
+ * @returns {Object} The data object, properly modified
1330
+ */
1331
+ function arrow(data, options) {
1332
+ var _data$offsets$arrow;
1333
+
1334
+ // arrow depends on keepTogether in order to work
1335
+ if (!isModifierRequired(data.instance.modifiers, 'arrow', 'keepTogether')) {
1336
+ return data;
1337
+ }
1338
+
1339
+ var arrowElement = options.element;
1340
+
1341
+ // if arrowElement is a string, suppose it's a CSS selector
1342
+ if (typeof arrowElement === 'string') {
1343
+ arrowElement = data.instance.popper.querySelector(arrowElement);
1344
+
1345
+ // if arrowElement is not found, don't run the modifier
1346
+ if (!arrowElement) {
1347
+ return data;
1348
+ }
1349
+ } else {
1350
+ // if the arrowElement isn't a query selector we must check that the
1351
+ // provided DOM node is child of its popper node
1352
+ if (!data.instance.popper.contains(arrowElement)) {
1353
+ console.warn('WARNING: `arrow.element` must be child of its popper element!');
1354
+ return data;
1355
+ }
1356
+ }
1357
+
1358
+ var placement = data.placement.split('-')[0];
1359
+ var _data$offsets = data.offsets,
1360
+ popper = _data$offsets.popper,
1361
+ reference = _data$offsets.reference;
1362
+
1363
+ var isVertical = ['left', 'right'].indexOf(placement) !== -1;
1364
+
1365
+ var len = isVertical ? 'height' : 'width';
1366
+ var sideCapitalized = isVertical ? 'Top' : 'Left';
1367
+ var side = sideCapitalized.toLowerCase();
1368
+ var altSide = isVertical ? 'left' : 'top';
1369
+ var opSide = isVertical ? 'bottom' : 'right';
1370
+ var arrowElementSize = getOuterSizes(arrowElement)[len];
1371
+
1372
+ //
1373
+ // extends keepTogether behavior making sure the popper and its
1374
+ // reference have enough pixels in conjuction
1375
+ //
1376
+
1377
+ // top/left side
1378
+ if (reference[opSide] - arrowElementSize < popper[side]) {
1379
+ data.offsets.popper[side] -= popper[side] - (reference[opSide] - arrowElementSize);
1380
+ }
1381
+ // bottom/right side
1382
+ if (reference[side] + arrowElementSize > popper[opSide]) {
1383
+ data.offsets.popper[side] += reference[side] + arrowElementSize - popper[opSide];
1384
+ }
1385
+ data.offsets.popper = getClientRect(data.offsets.popper);
1386
+
1387
+ // compute center of the popper
1388
+ var center = reference[side] + reference[len] / 2 - arrowElementSize / 2;
1389
+
1390
+ // Compute the sideValue using the updated popper offsets
1391
+ // take popper margin in account because we don't have this info available
1392
+ var css = getStyleComputedProperty(data.instance.popper);
1393
+ var popperMarginSide = parseFloat(css['margin' + sideCapitalized], 10);
1394
+ var popperBorderSide = parseFloat(css['border' + sideCapitalized + 'Width'], 10);
1395
+ var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;
1396
+
1397
+ // prevent arrowElement from being placed not contiguously to its popper
1398
+ sideValue = Math.max(Math.min(popper[len] - arrowElementSize, sideValue), 0);
1399
+
1400
+ data.arrowElement = arrowElement;
1401
+ data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty(_data$offsets$arrow, altSide, ''), _data$offsets$arrow);
1402
+
1403
+ return data;
1404
+ }
1405
+
1406
+ /**
1407
+ * Get the opposite placement variation of the given one
1408
+ * @method
1409
+ * @memberof Popper.Utils
1410
+ * @argument {String} placement variation
1411
+ * @returns {String} flipped placement variation
1412
+ */
1413
+ function getOppositeVariation(variation) {
1414
+ if (variation === 'end') {
1415
+ return 'start';
1416
+ } else if (variation === 'start') {
1417
+ return 'end';
1418
+ }
1419
+ return variation;
1420
+ }
1421
+
1422
+ /**
1423
+ * List of accepted placements to use as values of the `placement` option.<br />
1424
+ * Valid placements are:
1425
+ * - `auto`
1426
+ * - `top`
1427
+ * - `right`
1428
+ * - `bottom`
1429
+ * - `left`
1430
+ *
1431
+ * Each placement can have a variation from this list:
1432
+ * - `-start`
1433
+ * - `-end`
1434
+ *
1435
+ * Variations are interpreted easily if you think of them as the left to right
1436
+ * written languages. Horizontally (`top` and `bottom`), `start` is left and `end`
1437
+ * is right.<br />
1438
+ * Vertically (`left` and `right`), `start` is top and `end` is bottom.
1439
+ *
1440
+ * Some valid examples are:
1441
+ * - `top-end` (on top of reference, right aligned)
1442
+ * - `right-start` (on right of reference, top aligned)
1443
+ * - `bottom` (on bottom, centered)
1444
+ * - `auto-right` (on the side with more space available, alignment depends by placement)
1445
+ *
1446
+ * @static
1447
+ * @type {Array}
1448
+ * @enum {String}
1449
+ * @readonly
1450
+ * @method placements
1451
+ * @memberof Popper
1452
+ */
1453
+ var placements = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start'];
1454
+
1455
+ // Get rid of `auto` `auto-start` and `auto-end`
1456
+ var validPlacements = placements.slice(3);
1457
+
1458
+ /**
1459
+ * Given an initial placement, returns all the subsequent placements
1460
+ * clockwise (or counter-clockwise).
1461
+ *
1462
+ * @method
1463
+ * @memberof Popper.Utils
1464
+ * @argument {String} placement - A valid placement (it accepts variations)
1465
+ * @argument {Boolean} counter - Set to true to walk the placements counterclockwise
1466
+ * @returns {Array} placements including their variations
1467
+ */
1468
+ function clockwise(placement) {
1469
+ var counter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
1470
+
1471
+ var index = validPlacements.indexOf(placement);
1472
+ var arr = validPlacements.slice(index + 1).concat(validPlacements.slice(0, index));
1473
+ return counter ? arr.reverse() : arr;
1474
+ }
1475
+
1476
+ var BEHAVIORS = {
1477
+ FLIP: 'flip',
1478
+ CLOCKWISE: 'clockwise',
1479
+ COUNTERCLOCKWISE: 'counterclockwise'
1480
+ };
1481
+
1482
+ /**
1483
+ * @function
1484
+ * @memberof Modifiers
1485
+ * @argument {Object} data - The data object generated by update method
1486
+ * @argument {Object} options - Modifiers configuration and options
1487
+ * @returns {Object} The data object, properly modified
1488
+ */
1489
+ function flip(data, options) {
1490
+ // if `inner` modifier is enabled, we can't use the `flip` modifier
1491
+ if (isModifierEnabled(data.instance.modifiers, 'inner')) {
1492
+ return data;
1493
+ }
1494
+
1495
+ if (data.flipped && data.placement === data.originalPlacement) {
1496
+ // seems like flip is trying to loop, probably there's not enough space on any of the flippable sides
1497
+ return data;
1498
+ }
1499
+
1500
+ var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, options.boundariesElement, data.positionFixed);
1501
+
1502
+ var placement = data.placement.split('-')[0];
1503
+ var placementOpposite = getOppositePlacement(placement);
1504
+ var variation = data.placement.split('-')[1] || '';
1505
+
1506
+ var flipOrder = [];
1507
+
1508
+ switch (options.behavior) {
1509
+ case BEHAVIORS.FLIP:
1510
+ flipOrder = [placement, placementOpposite];
1511
+ break;
1512
+ case BEHAVIORS.CLOCKWISE:
1513
+ flipOrder = clockwise(placement);
1514
+ break;
1515
+ case BEHAVIORS.COUNTERCLOCKWISE:
1516
+ flipOrder = clockwise(placement, true);
1517
+ break;
1518
+ default:
1519
+ flipOrder = options.behavior;
1520
+ }
1521
+
1522
+ flipOrder.forEach(function (step, index) {
1523
+ if (placement !== step || flipOrder.length === index + 1) {
1524
+ return data;
1525
+ }
1526
+
1527
+ placement = data.placement.split('-')[0];
1528
+ placementOpposite = getOppositePlacement(placement);
1529
+
1530
+ var popperOffsets = data.offsets.popper;
1531
+ var refOffsets = data.offsets.reference;
1532
+
1533
+ // using floor because the reference offsets may contain decimals we are not going to consider here
1534
+ var floor = Math.floor;
1535
+ var overlapsRef = placement === 'left' && floor(popperOffsets.right) > floor(refOffsets.left) || placement === 'right' && floor(popperOffsets.left) < floor(refOffsets.right) || placement === 'top' && floor(popperOffsets.bottom) > floor(refOffsets.top) || placement === 'bottom' && floor(popperOffsets.top) < floor(refOffsets.bottom);
1536
+
1537
+ var overflowsLeft = floor(popperOffsets.left) < floor(boundaries.left);
1538
+ var overflowsRight = floor(popperOffsets.right) > floor(boundaries.right);
1539
+ var overflowsTop = floor(popperOffsets.top) < floor(boundaries.top);
1540
+ var overflowsBottom = floor(popperOffsets.bottom) > floor(boundaries.bottom);
1541
+
1542
+ var overflowsBoundaries = placement === 'left' && overflowsLeft || placement === 'right' && overflowsRight || placement === 'top' && overflowsTop || placement === 'bottom' && overflowsBottom;
1543
+
1544
+ // flip the variation if required
1545
+ var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;
1546
+ var flippedVariation = !!options.flipVariations && (isVertical && variation === 'start' && overflowsLeft || isVertical && variation === 'end' && overflowsRight || !isVertical && variation === 'start' && overflowsTop || !isVertical && variation === 'end' && overflowsBottom);
1547
+
1548
+ if (overlapsRef || overflowsBoundaries || flippedVariation) {
1549
+ // this boolean to detect any flip loop
1550
+ data.flipped = true;
1551
+
1552
+ if (overlapsRef || overflowsBoundaries) {
1553
+ placement = flipOrder[index + 1];
1554
+ }
1555
+
1556
+ if (flippedVariation) {
1557
+ variation = getOppositeVariation(variation);
1558
+ }
1559
+
1560
+ data.placement = placement + (variation ? '-' + variation : '');
1561
+
1562
+ // this object contains `position`, we want to preserve it along with
1563
+ // any additional property we may add in the future
1564
+ data.offsets.popper = _extends({}, data.offsets.popper, getPopperOffsets(data.instance.popper, data.offsets.reference, data.placement));
1565
+
1566
+ data = runModifiers(data.instance.modifiers, data, 'flip');
1567
+ }
1568
+ });
1569
+ return data;
1570
+ }
1571
+
1572
+ /**
1573
+ * @function
1574
+ * @memberof Modifiers
1575
+ * @argument {Object} data - The data object generated by update method
1576
+ * @argument {Object} options - Modifiers configuration and options
1577
+ * @returns {Object} The data object, properly modified
1578
+ */
1579
+ function keepTogether(data) {
1580
+ var _data$offsets = data.offsets,
1581
+ popper = _data$offsets.popper,
1582
+ reference = _data$offsets.reference;
1583
+
1584
+ var placement = data.placement.split('-')[0];
1585
+ var floor = Math.floor;
1586
+ var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;
1587
+ var side = isVertical ? 'right' : 'bottom';
1588
+ var opSide = isVertical ? 'left' : 'top';
1589
+ var measurement = isVertical ? 'width' : 'height';
1590
+
1591
+ if (popper[side] < floor(reference[opSide])) {
1592
+ data.offsets.popper[opSide] = floor(reference[opSide]) - popper[measurement];
1593
+ }
1594
+ if (popper[opSide] > floor(reference[side])) {
1595
+ data.offsets.popper[opSide] = floor(reference[side]);
1596
+ }
1597
+
1598
+ return data;
1599
+ }
1600
+
1601
+ /**
1602
+ * Converts a string containing value + unit into a px value number
1603
+ * @function
1604
+ * @memberof {modifiers~offset}
1605
+ * @private
1606
+ * @argument {String} str - Value + unit string
1607
+ * @argument {String} measurement - `height` or `width`
1608
+ * @argument {Object} popperOffsets
1609
+ * @argument {Object} referenceOffsets
1610
+ * @returns {Number|String}
1611
+ * Value in pixels, or original string if no values were extracted
1612
+ */
1613
+ function toValue(str, measurement, popperOffsets, referenceOffsets) {
1614
+ // separate value from unit
1615
+ var split = str.match(/((?:\-|\+)?\d*\.?\d*)(.*)/);
1616
+ var value = +split[1];
1617
+ var unit = split[2];
1618
+
1619
+ // If it's not a number it's an operator, I guess
1620
+ if (!value) {
1621
+ return str;
1622
+ }
1623
+
1624
+ if (unit.indexOf('%') === 0) {
1625
+ var element = void 0;
1626
+ switch (unit) {
1627
+ case '%p':
1628
+ element = popperOffsets;
1629
+ break;
1630
+ case '%':
1631
+ case '%r':
1632
+ default:
1633
+ element = referenceOffsets;
1634
+ }
1635
+
1636
+ var rect = getClientRect(element);
1637
+ return rect[measurement] / 100 * value;
1638
+ } else if (unit === 'vh' || unit === 'vw') {
1639
+ // if is a vh or vw, we calculate the size based on the viewport
1640
+ var size = void 0;
1641
+ if (unit === 'vh') {
1642
+ size = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
1643
+ } else {
1644
+ size = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
1645
+ }
1646
+ return size / 100 * value;
1647
+ } else {
1648
+ // if is an explicit pixel unit, we get rid of the unit and keep the value
1649
+ // if is an implicit unit, it's px, and we return just the value
1650
+ return value;
1651
+ }
1652
+ }
1653
+
1654
+ /**
1655
+ * Parse an `offset` string to extrapolate `x` and `y` numeric offsets.
1656
+ * @function
1657
+ * @memberof {modifiers~offset}
1658
+ * @private
1659
+ * @argument {String} offset
1660
+ * @argument {Object} popperOffsets
1661
+ * @argument {Object} referenceOffsets
1662
+ * @argument {String} basePlacement
1663
+ * @returns {Array} a two cells array with x and y offsets in numbers
1664
+ */
1665
+ function parseOffset(offset, popperOffsets, referenceOffsets, basePlacement) {
1666
+ var offsets = [0, 0];
1667
+
1668
+ // Use height if placement is left or right and index is 0 otherwise use width
1669
+ // in this way the first offset will use an axis and the second one
1670
+ // will use the other one
1671
+ var useHeight = ['right', 'left'].indexOf(basePlacement) !== -1;
1672
+
1673
+ // Split the offset string to obtain a list of values and operands
1674
+ // The regex addresses values with the plus or minus sign in front (+10, -20, etc)
1675
+ var fragments = offset.split(/(\+|\-)/).map(function (frag) {
1676
+ return frag.trim();
1677
+ });
1678
+
1679
+ // Detect if the offset string contains a pair of values or a single one
1680
+ // they could be separated by comma or space
1681
+ var divider = fragments.indexOf(find(fragments, function (frag) {
1682
+ return frag.search(/,|\s/) !== -1;
1683
+ }));
1684
+
1685
+ if (fragments[divider] && fragments[divider].indexOf(',') === -1) {
1686
+ console.warn('Offsets separated by white space(s) are deprecated, use a comma (,) instead.');
1687
+ }
1688
+
1689
+ // If divider is found, we divide the list of values and operands to divide
1690
+ // them by ofset X and Y.
1691
+ var splitRegex = /\s*,\s*|\s+/;
1692
+ var ops = divider !== -1 ? [fragments.slice(0, divider).concat([fragments[divider].split(splitRegex)[0]]), [fragments[divider].split(splitRegex)[1]].concat(fragments.slice(divider + 1))] : [fragments];
1693
+
1694
+ // Convert the values with units to absolute pixels to allow our computations
1695
+ ops = ops.map(function (op, index) {
1696
+ // Most of the units rely on the orientation of the popper
1697
+ var measurement = (index === 1 ? !useHeight : useHeight) ? 'height' : 'width';
1698
+ var mergeWithPrevious = false;
1699
+ return op
1700
+ // This aggregates any `+` or `-` sign that aren't considered operators
1701
+ // e.g.: 10 + +5 => [10, +, +5]
1702
+ .reduce(function (a, b) {
1703
+ if (a[a.length - 1] === '' && ['+', '-'].indexOf(b) !== -1) {
1704
+ a[a.length - 1] = b;
1705
+ mergeWithPrevious = true;
1706
+ return a;
1707
+ } else if (mergeWithPrevious) {
1708
+ a[a.length - 1] += b;
1709
+ mergeWithPrevious = false;
1710
+ return a;
1711
+ } else {
1712
+ return a.concat(b);
1713
+ }
1714
+ }, [])
1715
+ // Here we convert the string values into number values (in px)
1716
+ .map(function (str) {
1717
+ return toValue(str, measurement, popperOffsets, referenceOffsets);
1718
+ });
1719
+ });
1720
+
1721
+ // Loop trough the offsets arrays and execute the operations
1722
+ ops.forEach(function (op, index) {
1723
+ op.forEach(function (frag, index2) {
1724
+ if (isNumeric(frag)) {
1725
+ offsets[index] += frag * (op[index2 - 1] === '-' ? -1 : 1);
1726
+ }
1727
+ });
1728
+ });
1729
+ return offsets;
1730
+ }
1731
+
1732
+ /**
1733
+ * @function
1734
+ * @memberof Modifiers
1735
+ * @argument {Object} data - The data object generated by update method
1736
+ * @argument {Object} options - Modifiers configuration and options
1737
+ * @argument {Number|String} options.offset=0
1738
+ * The offset value as described in the modifier description
1739
+ * @returns {Object} The data object, properly modified
1740
+ */
1741
+ function offset(data, _ref) {
1742
+ var offset = _ref.offset;
1743
+ var placement = data.placement,
1744
+ _data$offsets = data.offsets,
1745
+ popper = _data$offsets.popper,
1746
+ reference = _data$offsets.reference;
1747
+
1748
+ var basePlacement = placement.split('-')[0];
1749
+
1750
+ var offsets = void 0;
1751
+ if (isNumeric(+offset)) {
1752
+ offsets = [+offset, 0];
1753
+ } else {
1754
+ offsets = parseOffset(offset, popper, reference, basePlacement);
1755
+ }
1756
+
1757
+ if (basePlacement === 'left') {
1758
+ popper.top += offsets[0];
1759
+ popper.left -= offsets[1];
1760
+ } else if (basePlacement === 'right') {
1761
+ popper.top += offsets[0];
1762
+ popper.left += offsets[1];
1763
+ } else if (basePlacement === 'top') {
1764
+ popper.left += offsets[0];
1765
+ popper.top -= offsets[1];
1766
+ } else if (basePlacement === 'bottom') {
1767
+ popper.left += offsets[0];
1768
+ popper.top += offsets[1];
1769
+ }
1770
+
1771
+ data.popper = popper;
1772
+ return data;
1773
+ }
1774
+
1775
+ /**
1776
+ * @function
1777
+ * @memberof Modifiers
1778
+ * @argument {Object} data - The data object generated by `update` method
1779
+ * @argument {Object} options - Modifiers configuration and options
1780
+ * @returns {Object} The data object, properly modified
1781
+ */
1782
+ function preventOverflow(data, options) {
1783
+ var boundariesElement = options.boundariesElement || getOffsetParent(data.instance.popper);
1784
+
1785
+ // If offsetParent is the reference element, we really want to
1786
+ // go one step up and use the next offsetParent as reference to
1787
+ // avoid to make this modifier completely useless and look like broken
1788
+ if (data.instance.reference === boundariesElement) {
1789
+ boundariesElement = getOffsetParent(boundariesElement);
1790
+ }
1791
+
1792
+ // NOTE: DOM access here
1793
+ // resets the popper's position so that the document size can be calculated excluding
1794
+ // the size of the popper element itself
1795
+ var transformProp = getSupportedPropertyName('transform');
1796
+ var popperStyles = data.instance.popper.style; // assignment to help minification
1797
+ var top = popperStyles.top,
1798
+ left = popperStyles.left,
1799
+ transform = popperStyles[transformProp];
1800
+
1801
+ popperStyles.top = '';
1802
+ popperStyles.left = '';
1803
+ popperStyles[transformProp] = '';
1804
+
1805
+ var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, boundariesElement, data.positionFixed);
1806
+
1807
+ // NOTE: DOM access here
1808
+ // restores the original style properties after the offsets have been computed
1809
+ popperStyles.top = top;
1810
+ popperStyles.left = left;
1811
+ popperStyles[transformProp] = transform;
1812
+
1813
+ options.boundaries = boundaries;
1814
+
1815
+ var order = options.priority;
1816
+ var popper = data.offsets.popper;
1817
+
1818
+ var check = {
1819
+ primary: function primary(placement) {
1820
+ var value = popper[placement];
1821
+ if (popper[placement] < boundaries[placement] && !options.escapeWithReference) {
1822
+ value = Math.max(popper[placement], boundaries[placement]);
1823
+ }
1824
+ return defineProperty({}, placement, value);
1825
+ },
1826
+ secondary: function secondary(placement) {
1827
+ var mainSide = placement === 'right' ? 'left' : 'top';
1828
+ var value = popper[mainSide];
1829
+ if (popper[placement] > boundaries[placement] && !options.escapeWithReference) {
1830
+ value = Math.min(popper[mainSide], boundaries[placement] - (placement === 'right' ? popper.width : popper.height));
1831
+ }
1832
+ return defineProperty({}, mainSide, value);
1833
+ }
1834
+ };
1835
+
1836
+ order.forEach(function (placement) {
1837
+ var side = ['left', 'top'].indexOf(placement) !== -1 ? 'primary' : 'secondary';
1838
+ popper = _extends({}, popper, check[side](placement));
1839
+ });
1840
+
1841
+ data.offsets.popper = popper;
1842
+
1843
+ return data;
1844
+ }
1845
+
1846
+ /**
1847
+ * @function
1848
+ * @memberof Modifiers
1849
+ * @argument {Object} data - The data object generated by `update` method
1850
+ * @argument {Object} options - Modifiers configuration and options
1851
+ * @returns {Object} The data object, properly modified
1852
+ */
1853
+ function shift(data) {
1854
+ var placement = data.placement;
1855
+ var basePlacement = placement.split('-')[0];
1856
+ var shiftvariation = placement.split('-')[1];
1857
+
1858
+ // if shift shiftvariation is specified, run the modifier
1859
+ if (shiftvariation) {
1860
+ var _data$offsets = data.offsets,
1861
+ reference = _data$offsets.reference,
1862
+ popper = _data$offsets.popper;
1863
+
1864
+ var isVertical = ['bottom', 'top'].indexOf(basePlacement) !== -1;
1865
+ var side = isVertical ? 'left' : 'top';
1866
+ var measurement = isVertical ? 'width' : 'height';
1867
+
1868
+ var shiftOffsets = {
1869
+ start: defineProperty({}, side, reference[side]),
1870
+ end: defineProperty({}, side, reference[side] + reference[measurement] - popper[measurement])
1871
+ };
1872
+
1873
+ data.offsets.popper = _extends({}, popper, shiftOffsets[shiftvariation]);
1874
+ }
1875
+
1876
+ return data;
1877
+ }
1878
+
1879
+ /**
1880
+ * @function
1881
+ * @memberof Modifiers
1882
+ * @argument {Object} data - The data object generated by update method
1883
+ * @argument {Object} options - Modifiers configuration and options
1884
+ * @returns {Object} The data object, properly modified
1885
+ */
1886
+ function hide(data) {
1887
+ if (!isModifierRequired(data.instance.modifiers, 'hide', 'preventOverflow')) {
1888
+ return data;
1889
+ }
1890
+
1891
+ var refRect = data.offsets.reference;
1892
+ var bound = find(data.instance.modifiers, function (modifier) {
1893
+ return modifier.name === 'preventOverflow';
1894
+ }).boundaries;
1895
+
1896
+ if (refRect.bottom < bound.top || refRect.left > bound.right || refRect.top > bound.bottom || refRect.right < bound.left) {
1897
+ // Avoid unnecessary DOM access if visibility hasn't changed
1898
+ if (data.hide === true) {
1899
+ return data;
1900
+ }
1901
+
1902
+ data.hide = true;
1903
+ data.attributes['x-out-of-boundaries'] = '';
1904
+ } else {
1905
+ // Avoid unnecessary DOM access if visibility hasn't changed
1906
+ if (data.hide === false) {
1907
+ return data;
1908
+ }
1909
+
1910
+ data.hide = false;
1911
+ data.attributes['x-out-of-boundaries'] = false;
1912
+ }
1913
+
1914
+ return data;
1915
+ }
1916
+
1917
+ /**
1918
+ * @function
1919
+ * @memberof Modifiers
1920
+ * @argument {Object} data - The data object generated by `update` method
1921
+ * @argument {Object} options - Modifiers configuration and options
1922
+ * @returns {Object} The data object, properly modified
1923
+ */
1924
+ function inner(data) {
1925
+ var placement = data.placement;
1926
+ var basePlacement = placement.split('-')[0];
1927
+ var _data$offsets = data.offsets,
1928
+ popper = _data$offsets.popper,
1929
+ reference = _data$offsets.reference;
1930
+
1931
+ var isHoriz = ['left', 'right'].indexOf(basePlacement) !== -1;
1932
+
1933
+ var subtractLength = ['top', 'left'].indexOf(basePlacement) === -1;
1934
+
1935
+ popper[isHoriz ? 'left' : 'top'] = reference[basePlacement] - (subtractLength ? popper[isHoriz ? 'width' : 'height'] : 0);
1936
+
1937
+ data.placement = getOppositePlacement(placement);
1938
+ data.offsets.popper = getClientRect(popper);
1939
+
1940
+ return data;
1941
+ }
1942
+
1943
+ /**
1944
+ * Modifier function, each modifier can have a function of this type assigned
1945
+ * to its `fn` property.<br />
1946
+ * These functions will be called on each update, this means that you must
1947
+ * make sure they are performant enough to avoid performance bottlenecks.
1948
+ *
1949
+ * @function ModifierFn
1950
+ * @argument {dataObject} data - The data object generated by `update` method
1951
+ * @argument {Object} options - Modifiers configuration and options
1952
+ * @returns {dataObject} The data object, properly modified
1953
+ */
1954
+
1955
+ /**
1956
+ * Modifiers are plugins used to alter the behavior of your poppers.<br />
1957
+ * Popper.js uses a set of 9 modifiers to provide all the basic functionalities
1958
+ * needed by the library.
1959
+ *
1960
+ * Usually you don't want to override the `order`, `fn` and `onLoad` props.
1961
+ * All the other properties are configurations that could be tweaked.
1962
+ * @namespace modifiers
1963
+ */
1964
+ var modifiers = {
1965
+ /**
1966
+ * Modifier used to shift the popper on the start or end of its reference
1967
+ * element.<br />
1968
+ * It will read the variation of the `placement` property.<br />
1969
+ * It can be one either `-end` or `-start`.
1970
+ * @memberof modifiers
1971
+ * @inner
1972
+ */
1973
+ shift: {
1974
+ /** @prop {number} order=100 - Index used to define the order of execution */
1975
+ order: 100,
1976
+ /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
1977
+ enabled: true,
1978
+ /** @prop {ModifierFn} */
1979
+ fn: shift
1980
+ },
1981
+
1982
+ /**
1983
+ * The `offset` modifier can shift your popper on both its axis.
1984
+ *
1985
+ * It accepts the following units:
1986
+ * - `px` or unitless, interpreted as pixels
1987
+ * - `%` or `%r`, percentage relative to the length of the reference element
1988
+ * - `%p`, percentage relative to the length of the popper element
1989
+ * - `vw`, CSS viewport width unit
1990
+ * - `vh`, CSS viewport height unit
1991
+ *
1992
+ * For length is intended the main axis relative to the placement of the popper.<br />
1993
+ * This means that if the placement is `top` or `bottom`, the length will be the
1994
+ * `width`. In case of `left` or `right`, it will be the height.
1995
+ *
1996
+ * You can provide a single value (as `Number` or `String`), or a pair of values
1997
+ * as `String` divided by a comma or one (or more) white spaces.<br />
1998
+ * The latter is a deprecated method because it leads to confusion and will be
1999
+ * removed in v2.<br />
2000
+ * Additionally, it accepts additions and subtractions between different units.
2001
+ * Note that multiplications and divisions aren't supported.
2002
+ *
2003
+ * Valid examples are:
2004
+ * ```
2005
+ * 10
2006
+ * '10%'
2007
+ * '10, 10'
2008
+ * '10%, 10'
2009
+ * '10 + 10%'
2010
+ * '10 - 5vh + 3%'
2011
+ * '-10px + 5vh, 5px - 6%'
2012
+ * ```
2013
+ * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap
2014
+ * > with their reference element, unfortunately, you will have to disable the `flip` modifier.
2015
+ * > More on this [reading this issue](https://github.com/FezVrasta/popper.js/issues/373)
2016
+ *
2017
+ * @memberof modifiers
2018
+ * @inner
2019
+ */
2020
+ offset: {
2021
+ /** @prop {number} order=200 - Index used to define the order of execution */
2022
+ order: 200,
2023
+ /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
2024
+ enabled: true,
2025
+ /** @prop {ModifierFn} */
2026
+ fn: offset,
2027
+ /** @prop {Number|String} offset=0
2028
+ * The offset value as described in the modifier description
2029
+ */
2030
+ offset: 0
2031
+ },
2032
+
2033
+ /**
2034
+ * Modifier used to prevent the popper from being positioned outside the boundary.
2035
+ *
2036
+ * An scenario exists where the reference itself is not within the boundaries.<br />
2037
+ * We can say it has "escaped the boundaries" — or just "escaped".<br />
2038
+ * In this case we need to decide whether the popper should either:
2039
+ *
2040
+ * - detach from the reference and remain "trapped" in the boundaries, or
2041
+ * - if it should ignore the boundary and "escape with its reference"
2042
+ *
2043
+ * When `escapeWithReference` is set to`true` and reference is completely
2044
+ * outside its boundaries, the popper will overflow (or completely leave)
2045
+ * the boundaries in order to remain attached to the edge of the reference.
2046
+ *
2047
+ * @memberof modifiers
2048
+ * @inner
2049
+ */
2050
+ preventOverflow: {
2051
+ /** @prop {number} order=300 - Index used to define the order of execution */
2052
+ order: 300,
2053
+ /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
2054
+ enabled: true,
2055
+ /** @prop {ModifierFn} */
2056
+ fn: preventOverflow,
2057
+ /**
2058
+ * @prop {Array} [priority=['left','right','top','bottom']]
2059
+ * Popper will try to prevent overflow following these priorities by default,
2060
+ * then, it could overflow on the left and on top of the `boundariesElement`
2061
+ */
2062
+ priority: ['left', 'right', 'top', 'bottom'],
2063
+ /**
2064
+ * @prop {number} padding=5
2065
+ * Amount of pixel used to define a minimum distance between the boundaries
2066
+ * and the popper this makes sure the popper has always a little padding
2067
+ * between the edges of its container
2068
+ */
2069
+ padding: 5,
2070
+ /**
2071
+ * @prop {String|HTMLElement} boundariesElement='scrollParent'
2072
+ * Boundaries used by the modifier, can be `scrollParent`, `window`,
2073
+ * `viewport` or any DOM element.
2074
+ */
2075
+ boundariesElement: 'scrollParent'
2076
+ },
2077
+
2078
+ /**
2079
+ * Modifier used to make sure the reference and its popper stay near eachothers
2080
+ * without leaving any gap between the two. Expecially useful when the arrow is
2081
+ * enabled and you want to assure it to point to its reference element.
2082
+ * It cares only about the first axis, you can still have poppers with margin
2083
+ * between the popper and its reference element.
2084
+ * @memberof modifiers
2085
+ * @inner
2086
+ */
2087
+ keepTogether: {
2088
+ /** @prop {number} order=400 - Index used to define the order of execution */
2089
+ order: 400,
2090
+ /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
2091
+ enabled: true,
2092
+ /** @prop {ModifierFn} */
2093
+ fn: keepTogether
2094
+ },
2095
+
2096
+ /**
2097
+ * This modifier is used to move the `arrowElement` of the popper to make
2098
+ * sure it is positioned between the reference element and its popper element.
2099
+ * It will read the outer size of the `arrowElement` node to detect how many
2100
+ * pixels of conjuction are needed.
2101
+ *
2102
+ * It has no effect if no `arrowElement` is provided.
2103
+ * @memberof modifiers
2104
+ * @inner
2105
+ */
2106
+ arrow: {
2107
+ /** @prop {number} order=500 - Index used to define the order of execution */
2108
+ order: 500,
2109
+ /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
2110
+ enabled: true,
2111
+ /** @prop {ModifierFn} */
2112
+ fn: arrow,
2113
+ /** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */
2114
+ element: '[x-arrow]'
2115
+ },
2116
+
2117
+ /**
2118
+ * Modifier used to flip the popper's placement when it starts to overlap its
2119
+ * reference element.
2120
+ *
2121
+ * Requires the `preventOverflow` modifier before it in order to work.
2122
+ *
2123
+ * **NOTE:** this modifier will interrupt the current update cycle and will
2124
+ * restart it if it detects the need to flip the placement.
2125
+ * @memberof modifiers
2126
+ * @inner
2127
+ */
2128
+ flip: {
2129
+ /** @prop {number} order=600 - Index used to define the order of execution */
2130
+ order: 600,
2131
+ /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
2132
+ enabled: true,
2133
+ /** @prop {ModifierFn} */
2134
+ fn: flip,
2135
+ /**
2136
+ * @prop {String|Array} behavior='flip'
2137
+ * The behavior used to change the popper's placement. It can be one of
2138
+ * `flip`, `clockwise`, `counterclockwise` or an array with a list of valid
2139
+ * placements (with optional variations).
2140
+ */
2141
+ behavior: 'flip',
2142
+ /**
2143
+ * @prop {number} padding=5
2144
+ * The popper will flip if it hits the edges of the `boundariesElement`
2145
+ */
2146
+ padding: 5,
2147
+ /**
2148
+ * @prop {String|HTMLElement} boundariesElement='viewport'
2149
+ * The element which will define the boundaries of the popper position,
2150
+ * the popper will never be placed outside of the defined boundaries
2151
+ * (except if keepTogether is enabled)
2152
+ */
2153
+ boundariesElement: 'viewport'
2154
+ },
2155
+
2156
+ /**
2157
+ * Modifier used to make the popper flow toward the inner of the reference element.
2158
+ * By default, when this modifier is disabled, the popper will be placed outside
2159
+ * the reference element.
2160
+ * @memberof modifiers
2161
+ * @inner
2162
+ */
2163
+ inner: {
2164
+ /** @prop {number} order=700 - Index used to define the order of execution */
2165
+ order: 700,
2166
+ /** @prop {Boolean} enabled=false - Whether the modifier is enabled or not */
2167
+ enabled: false,
2168
+ /** @prop {ModifierFn} */
2169
+ fn: inner
2170
+ },
2171
+
2172
+ /**
2173
+ * Modifier used to hide the popper when its reference element is outside of the
2174
+ * popper boundaries. It will set a `x-out-of-boundaries` attribute which can
2175
+ * be used to hide with a CSS selector the popper when its reference is
2176
+ * out of boundaries.
2177
+ *
2178
+ * Requires the `preventOverflow` modifier before it in order to work.
2179
+ * @memberof modifiers
2180
+ * @inner
2181
+ */
2182
+ hide: {
2183
+ /** @prop {number} order=800 - Index used to define the order of execution */
2184
+ order: 800,
2185
+ /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
2186
+ enabled: true,
2187
+ /** @prop {ModifierFn} */
2188
+ fn: hide
2189
+ },
2190
+
2191
+ /**
2192
+ * Computes the style that will be applied to the popper element to gets
2193
+ * properly positioned.
2194
+ *
2195
+ * Note that this modifier will not touch the DOM, it just prepares the styles
2196
+ * so that `applyStyle` modifier can apply it. This separation is useful
2197
+ * in case you need to replace `applyStyle` with a custom implementation.
2198
+ *
2199
+ * This modifier has `850` as `order` value to maintain backward compatibility
2200
+ * with previous versions of Popper.js. Expect the modifiers ordering method
2201
+ * to change in future major versions of the library.
2202
+ *
2203
+ * @memberof modifiers
2204
+ * @inner
2205
+ */
2206
+ computeStyle: {
2207
+ /** @prop {number} order=850 - Index used to define the order of execution */
2208
+ order: 850,
2209
+ /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
2210
+ enabled: true,
2211
+ /** @prop {ModifierFn} */
2212
+ fn: computeStyle,
2213
+ /**
2214
+ * @prop {Boolean} gpuAcceleration=true
2215
+ * If true, it uses the CSS 3d transformation to position the popper.
2216
+ * Otherwise, it will use the `top` and `left` properties.
2217
+ */
2218
+ gpuAcceleration: true,
2219
+ /**
2220
+ * @prop {string} [x='bottom']
2221
+ * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin.
2222
+ * Change this if your popper should grow in a direction different from `bottom`
2223
+ */
2224
+ x: 'bottom',
2225
+ /**
2226
+ * @prop {string} [x='left']
2227
+ * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin.
2228
+ * Change this if your popper should grow in a direction different from `right`
2229
+ */
2230
+ y: 'right'
2231
+ },
2232
+
2233
+ /**
2234
+ * Applies the computed styles to the popper element.
2235
+ *
2236
+ * All the DOM manipulations are limited to this modifier. This is useful in case
2237
+ * you want to integrate Popper.js inside a framework or view library and you
2238
+ * want to delegate all the DOM manipulations to it.
2239
+ *
2240
+ * Note that if you disable this modifier, you must make sure the popper element
2241
+ * has its position set to `absolute` before Popper.js can do its work!
2242
+ *
2243
+ * Just disable this modifier and define you own to achieve the desired effect.
2244
+ *
2245
+ * @memberof modifiers
2246
+ * @inner
2247
+ */
2248
+ applyStyle: {
2249
+ /** @prop {number} order=900 - Index used to define the order of execution */
2250
+ order: 900,
2251
+ /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
2252
+ enabled: true,
2253
+ /** @prop {ModifierFn} */
2254
+ fn: applyStyle,
2255
+ /** @prop {Function} */
2256
+ onLoad: applyStyleOnLoad,
2257
+ /**
2258
+ * @deprecated since version 1.10.0, the property moved to `computeStyle` modifier
2259
+ * @prop {Boolean} gpuAcceleration=true
2260
+ * If true, it uses the CSS 3d transformation to position the popper.
2261
+ * Otherwise, it will use the `top` and `left` properties.
2262
+ */
2263
+ gpuAcceleration: undefined
2264
+ }
2265
+ };
2266
+
2267
+ /**
2268
+ * The `dataObject` is an object containing all the informations used by Popper.js
2269
+ * this object get passed to modifiers and to the `onCreate` and `onUpdate` callbacks.
2270
+ * @name dataObject
2271
+ * @property {Object} data.instance The Popper.js instance
2272
+ * @property {String} data.placement Placement applied to popper
2273
+ * @property {String} data.originalPlacement Placement originally defined on init
2274
+ * @property {Boolean} data.flipped True if popper has been flipped by flip modifier
2275
+ * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper.
2276
+ * @property {HTMLElement} data.arrowElement Node used as arrow by arrow modifier
2277
+ * @property {Object} data.styles Any CSS property defined here will be applied to the popper, it expects the JavaScript nomenclature (eg. `marginBottom`)
2278
+ * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow, it expects the JavaScript nomenclature (eg. `marginBottom`)
2279
+ * @property {Object} data.boundaries Offsets of the popper boundaries
2280
+ * @property {Object} data.offsets The measurements of popper, reference and arrow elements.
2281
+ * @property {Object} data.offsets.popper `top`, `left`, `width`, `height` values
2282
+ * @property {Object} data.offsets.reference `top`, `left`, `width`, `height` values
2283
+ * @property {Object} data.offsets.arrow] `top` and `left` offsets, only one of them will be different from 0
2284
+ */
2285
+
2286
+ /**
2287
+ * Default options provided to Popper.js constructor.<br />
2288
+ * These can be overriden using the `options` argument of Popper.js.<br />
2289
+ * To override an option, simply pass as 3rd argument an object with the same
2290
+ * structure of this object, example:
2291
+ * ```
2292
+ * new Popper(ref, pop, {
2293
+ * modifiers: {
2294
+ * preventOverflow: { enabled: false }
2295
+ * }
2296
+ * })
2297
+ * ```
2298
+ * @type {Object}
2299
+ * @static
2300
+ * @memberof Popper
2301
+ */
2302
+ var Defaults = {
2303
+ /**
2304
+ * Popper's placement
2305
+ * @prop {Popper.placements} placement='bottom'
2306
+ */
2307
+ placement: 'bottom',
2308
+
2309
+ /**
2310
+ * Set this to true if you want popper to position it self in 'fixed' mode
2311
+ * @prop {Boolean} positionFixed=false
2312
+ */
2313
+ positionFixed: false,
2314
+
2315
+ /**
2316
+ * Whether events (resize, scroll) are initially enabled
2317
+ * @prop {Boolean} eventsEnabled=true
2318
+ */
2319
+ eventsEnabled: true,
2320
+
2321
+ /**
2322
+ * Set to true if you want to automatically remove the popper when
2323
+ * you call the `destroy` method.
2324
+ * @prop {Boolean} removeOnDestroy=false
2325
+ */
2326
+ removeOnDestroy: false,
2327
+
2328
+ /**
2329
+ * Callback called when the popper is created.<br />
2330
+ * By default, is set to no-op.<br />
2331
+ * Access Popper.js instance with `data.instance`.
2332
+ * @prop {onCreate}
2333
+ */
2334
+ onCreate: function onCreate() {},
2335
+
2336
+ /**
2337
+ * Callback called when the popper is updated, this callback is not called
2338
+ * on the initialization/creation of the popper, but only on subsequent
2339
+ * updates.<br />
2340
+ * By default, is set to no-op.<br />
2341
+ * Access Popper.js instance with `data.instance`.
2342
+ * @prop {onUpdate}
2343
+ */
2344
+ onUpdate: function onUpdate() {},
2345
+
2346
+ /**
2347
+ * List of modifiers used to modify the offsets before they are applied to the popper.
2348
+ * They provide most of the functionalities of Popper.js
2349
+ * @prop {modifiers}
2350
+ */
2351
+ modifiers: modifiers
2352
+ };
2353
+
2354
+ /**
2355
+ * @callback onCreate
2356
+ * @param {dataObject} data
2357
+ */
2358
+
2359
+ /**
2360
+ * @callback onUpdate
2361
+ * @param {dataObject} data
2362
+ */
2363
+
2364
+ // Utils
2365
+ // Methods
2366
+ var Popper = function () {
2367
+ /**
2368
+ * Create a new Popper.js instance
2369
+ * @class Popper
2370
+ * @param {HTMLElement|referenceObject} reference - The reference element used to position the popper
2371
+ * @param {HTMLElement} popper - The HTML element used as popper.
2372
+ * @param {Object} options - Your custom options to override the ones defined in [Defaults](#defaults)
2373
+ * @return {Object} instance - The generated Popper.js instance
2374
+ */
2375
+ function Popper(reference, popper) {
2376
+ var _this = this;
2377
+
2378
+ var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
2379
+ classCallCheck(this, Popper);
2380
+
2381
+ this.scheduleUpdate = function () {
2382
+ return requestAnimationFrame(_this.update);
2383
+ };
2384
+
2385
+ // make update() debounced, so that it only runs at most once-per-tick
2386
+ this.update = debounce(this.update.bind(this));
2387
+
2388
+ // with {} we create a new object with the options inside it
2389
+ this.options = _extends({}, Popper.Defaults, options);
2390
+
2391
+ // init state
2392
+ this.state = {
2393
+ isDestroyed: false,
2394
+ isCreated: false,
2395
+ scrollParents: []
2396
+ };
2397
+
2398
+ // get reference and popper elements (allow jQuery wrappers)
2399
+ this.reference = reference && reference.jquery ? reference[0] : reference;
2400
+ this.popper = popper && popper.jquery ? popper[0] : popper;
2401
+
2402
+ // Deep merge modifiers options
2403
+ this.options.modifiers = {};
2404
+ Object.keys(_extends({}, Popper.Defaults.modifiers, options.modifiers)).forEach(function (name) {
2405
+ _this.options.modifiers[name] = _extends({}, Popper.Defaults.modifiers[name] || {}, options.modifiers ? options.modifiers[name] : {});
2406
+ });
2407
+
2408
+ // Refactoring modifiers' list (Object => Array)
2409
+ this.modifiers = Object.keys(this.options.modifiers).map(function (name) {
2410
+ return _extends({
2411
+ name: name
2412
+ }, _this.options.modifiers[name]);
2413
+ })
2414
+ // sort the modifiers by order
2415
+ .sort(function (a, b) {
2416
+ return a.order - b.order;
2417
+ });
2418
+
2419
+ // modifiers have the ability to execute arbitrary code when Popper.js get inited
2420
+ // such code is executed in the same order of its modifier
2421
+ // they could add new properties to their options configuration
2422
+ // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`!
2423
+ this.modifiers.forEach(function (modifierOptions) {
2424
+ if (modifierOptions.enabled && isFunction(modifierOptions.onLoad)) {
2425
+ modifierOptions.onLoad(_this.reference, _this.popper, _this.options, modifierOptions, _this.state);
2426
+ }
2427
+ });
2428
+
2429
+ // fire the first update to position the popper in the right place
2430
+ this.update();
2431
+
2432
+ var eventsEnabled = this.options.eventsEnabled;
2433
+ if (eventsEnabled) {
2434
+ // setup event listeners, they will take care of update the position in specific situations
2435
+ this.enableEventListeners();
2436
+ }
2437
+
2438
+ this.state.eventsEnabled = eventsEnabled;
2439
+ }
2440
+
2441
+ // We can't use class properties because they don't get listed in the
2442
+ // class prototype and break stuff like Sinon stubs
2443
+
2444
+
2445
+ createClass(Popper, [{
2446
+ key: 'update',
2447
+ value: function update$$1() {
2448
+ return update.call(this);
2449
+ }
2450
+ }, {
2451
+ key: 'destroy',
2452
+ value: function destroy$$1() {
2453
+ return destroy.call(this);
2454
+ }
2455
+ }, {
2456
+ key: 'enableEventListeners',
2457
+ value: function enableEventListeners$$1() {
2458
+ return enableEventListeners.call(this);
2459
+ }
2460
+ }, {
2461
+ key: 'disableEventListeners',
2462
+ value: function disableEventListeners$$1() {
2463
+ return disableEventListeners.call(this);
2464
+ }
2465
+
2466
+ /**
2467
+ * Schedule an update, it will run on the next UI update available
2468
+ * @method scheduleUpdate
2469
+ * @memberof Popper
2470
+ */
2471
+
2472
+
2473
+ /**
2474
+ * Collection of utilities useful when writing custom modifiers.
2475
+ * Starting from version 1.7, this method is available only if you
2476
+ * include `popper-utils.js` before `popper.js`.
2477
+ *
2478
+ * **DEPRECATION**: This way to access PopperUtils is deprecated
2479
+ * and will be removed in v2! Use the PopperUtils module directly instead.
2480
+ * Due to the high instability of the methods contained in Utils, we can't
2481
+ * guarantee them to follow semver. Use them at your own risk!
2482
+ * @static
2483
+ * @private
2484
+ * @type {Object}
2485
+ * @deprecated since version 1.8
2486
+ * @member Utils
2487
+ * @memberof Popper
2488
+ */
2489
+
2490
+ }]);
2491
+ return Popper;
2492
+ }();
2493
+
2494
+ /**
2495
+ * The `referenceObject` is an object that provides an interface compatible with Popper.js
2496
+ * and lets you use it as replacement of a real DOM node.<br />
2497
+ * You can use this method to position a popper relatively to a set of coordinates
2498
+ * in case you don't have a DOM node to use as reference.
2499
+ *
2500
+ * ```
2501
+ * new Popper(referenceObject, popperNode);
2502
+ * ```
2503
+ *
2504
+ * NB: This feature isn't supported in Internet Explorer 10
2505
+ * @name referenceObject
2506
+ * @property {Function} data.getBoundingClientRect
2507
+ * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method.
2508
+ * @property {number} data.clientWidth
2509
+ * An ES6 getter that will return the width of the virtual reference element.
2510
+ * @property {number} data.clientHeight
2511
+ * An ES6 getter that will return the height of the virtual reference element.
2512
+ */
2513
+
2514
+
2515
+ Popper.Utils = (typeof window !== 'undefined' ? window : global).PopperUtils;
2516
+ Popper.placements = placements;
2517
+ Popper.Defaults = Defaults;
2518
+
2519
+ export default Popper;
2520
+ //# sourceMappingURL=popper.js.map