foundation-rails 6.6.2.0 → 6.9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (217) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -1
  3. data/.travis.yml +2 -0
  4. data/Appraisals +4 -0
  5. data/Gemfile +1 -1
  6. data/Gemfile.lock +198 -145
  7. data/bower.json +3 -3
  8. data/foundation-rails.gemspec +4 -4
  9. data/gemfiles/rails_7.1.gemfile +10 -0
  10. data/gemfiles/rails_7.1.gemfile.lock +261 -0
  11. data/lib/foundation/rails/version.rb +1 -1
  12. data/lib/generators/foundation/templates/_settings.scss +32 -28
  13. data/vendor/assets/js/foundation.cjs.js +1996 -3162
  14. data/vendor/assets/js/foundation.cjs.js.map +1 -1
  15. data/vendor/assets/js/foundation.es6.js +385 -292
  16. data/vendor/assets/js/foundation.es6.js.map +1 -1
  17. data/vendor/assets/js/foundation.esm.js +1663 -2832
  18. data/vendor/assets/js/foundation.esm.js.map +1 -1
  19. data/vendor/assets/js/foundation.js +2440 -3870
  20. data/vendor/assets/js/foundation.js.map +1 -1
  21. data/vendor/assets/js/foundation.min.js +1 -1
  22. data/vendor/assets/js/foundation.min.js.map +1 -1
  23. data/vendor/assets/js/plugins/foundation.abide.js +238 -344
  24. data/vendor/assets/js/plugins/foundation.abide.js.map +1 -1
  25. data/vendor/assets/js/plugins/foundation.abide.min.js +1 -1
  26. data/vendor/assets/js/plugins/foundation.abide.min.js.map +1 -1
  27. data/vendor/assets/js/plugins/foundation.accordion.js +197 -275
  28. data/vendor/assets/js/plugins/foundation.accordion.js.map +1 -1
  29. data/vendor/assets/js/plugins/foundation.accordion.min.js +1 -1
  30. data/vendor/assets/js/plugins/foundation.accordion.min.js.map +1 -1
  31. data/vendor/assets/js/plugins/foundation.accordionMenu.js +174 -260
  32. data/vendor/assets/js/plugins/foundation.accordionMenu.js.map +1 -1
  33. data/vendor/assets/js/plugins/foundation.accordionMenu.min.js +1 -1
  34. data/vendor/assets/js/plugins/foundation.accordionMenu.min.js.map +1 -1
  35. data/vendor/assets/js/plugins/foundation.core.js +308 -447
  36. data/vendor/assets/js/plugins/foundation.core.js.map +1 -1
  37. data/vendor/assets/js/plugins/foundation.core.min.js +1 -1
  38. data/vendor/assets/js/plugins/foundation.core.min.js.map +1 -1
  39. data/vendor/assets/js/plugins/foundation.drilldown.js +258 -358
  40. data/vendor/assets/js/plugins/foundation.drilldown.js.map +1 -1
  41. data/vendor/assets/js/plugins/foundation.drilldown.min.js +1 -1
  42. data/vendor/assets/js/plugins/foundation.drilldown.min.js.map +1 -1
  43. data/vendor/assets/js/plugins/foundation.dropdown.js +289 -457
  44. data/vendor/assets/js/plugins/foundation.dropdown.js.map +1 -1
  45. data/vendor/assets/js/plugins/foundation.dropdown.min.js +1 -1
  46. data/vendor/assets/js/plugins/foundation.dropdown.min.js.map +1 -1
  47. data/vendor/assets/js/plugins/foundation.dropdownMenu.js +246 -346
  48. data/vendor/assets/js/plugins/foundation.dropdownMenu.js.map +1 -1
  49. data/vendor/assets/js/plugins/foundation.dropdownMenu.min.js +1 -1
  50. data/vendor/assets/js/plugins/foundation.dropdownMenu.min.js.map +1 -1
  51. data/vendor/assets/js/plugins/foundation.equalizer.js +178 -261
  52. data/vendor/assets/js/plugins/foundation.equalizer.js.map +1 -1
  53. data/vendor/assets/js/plugins/foundation.equalizer.min.js +1 -1
  54. data/vendor/assets/js/plugins/foundation.equalizer.min.js.map +1 -1
  55. data/vendor/assets/js/plugins/foundation.interchange.js +227 -326
  56. data/vendor/assets/js/plugins/foundation.interchange.js.map +1 -1
  57. data/vendor/assets/js/plugins/foundation.interchange.min.js +1 -1
  58. data/vendor/assets/js/plugins/foundation.interchange.min.js.map +1 -1
  59. data/vendor/assets/js/plugins/foundation.magellan.js +225 -336
  60. data/vendor/assets/js/plugins/foundation.magellan.js.map +1 -1
  61. data/vendor/assets/js/plugins/foundation.magellan.min.js +1 -1
  62. data/vendor/assets/js/plugins/foundation.magellan.min.js.map +1 -1
  63. data/vendor/assets/js/plugins/foundation.offcanvas.js +326 -471
  64. data/vendor/assets/js/plugins/foundation.offcanvas.js.map +1 -1
  65. data/vendor/assets/js/plugins/foundation.offcanvas.min.js +1 -1
  66. data/vendor/assets/js/plugins/foundation.offcanvas.min.js.map +1 -1
  67. data/vendor/assets/js/plugins/foundation.orbit.js +244 -347
  68. data/vendor/assets/js/plugins/foundation.orbit.js.map +1 -1
  69. data/vendor/assets/js/plugins/foundation.orbit.min.js +1 -1
  70. data/vendor/assets/js/plugins/foundation.orbit.min.js.map +1 -1
  71. data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.js +203 -278
  72. data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.js.map +1 -1
  73. data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.min.js +1 -1
  74. data/vendor/assets/js/plugins/foundation.responsiveAccordionTabs.min.js.map +1 -1
  75. data/vendor/assets/js/plugins/foundation.responsiveMenu.js +205 -255
  76. data/vendor/assets/js/plugins/foundation.responsiveMenu.js.map +1 -1
  77. data/vendor/assets/js/plugins/foundation.responsiveMenu.min.js +1 -1
  78. data/vendor/assets/js/plugins/foundation.responsiveMenu.min.js.map +1 -1
  79. data/vendor/assets/js/plugins/foundation.responsiveToggle.js +170 -226
  80. data/vendor/assets/js/plugins/foundation.responsiveToggle.js.map +1 -1
  81. data/vendor/assets/js/plugins/foundation.responsiveToggle.min.js +1 -1
  82. data/vendor/assets/js/plugins/foundation.responsiveToggle.min.js.map +1 -1
  83. data/vendor/assets/js/plugins/foundation.reveal.js +284 -444
  84. data/vendor/assets/js/plugins/foundation.reveal.js.map +1 -1
  85. data/vendor/assets/js/plugins/foundation.reveal.min.js +1 -1
  86. data/vendor/assets/js/plugins/foundation.reveal.min.js.map +1 -1
  87. data/vendor/assets/js/plugins/foundation.slider.js +322 -483
  88. data/vendor/assets/js/plugins/foundation.slider.js.map +1 -1
  89. data/vendor/assets/js/plugins/foundation.slider.min.js +1 -1
  90. data/vendor/assets/js/plugins/foundation.slider.min.js.map +1 -1
  91. data/vendor/assets/js/plugins/foundation.smoothScroll.js +138 -188
  92. data/vendor/assets/js/plugins/foundation.smoothScroll.js.map +1 -1
  93. data/vendor/assets/js/plugins/foundation.smoothScroll.min.js +1 -1
  94. data/vendor/assets/js/plugins/foundation.smoothScroll.min.js.map +1 -1
  95. data/vendor/assets/js/plugins/foundation.sticky.js +253 -394
  96. data/vendor/assets/js/plugins/foundation.sticky.js.map +1 -1
  97. data/vendor/assets/js/plugins/foundation.sticky.min.js +1 -1
  98. data/vendor/assets/js/plugins/foundation.sticky.min.js.map +1 -1
  99. data/vendor/assets/js/plugins/foundation.tabs.js +228 -317
  100. data/vendor/assets/js/plugins/foundation.tabs.js.map +1 -1
  101. data/vendor/assets/js/plugins/foundation.tabs.min.js +1 -1
  102. data/vendor/assets/js/plugins/foundation.tabs.min.js.map +1 -1
  103. data/vendor/assets/js/plugins/foundation.toggler.js +207 -294
  104. data/vendor/assets/js/plugins/foundation.toggler.js.map +1 -1
  105. data/vendor/assets/js/plugins/foundation.toggler.min.js +1 -1
  106. data/vendor/assets/js/plugins/foundation.toggler.min.js.map +1 -1
  107. data/vendor/assets/js/plugins/foundation.tooltip.js +275 -434
  108. data/vendor/assets/js/plugins/foundation.tooltip.js.map +1 -1
  109. data/vendor/assets/js/plugins/foundation.tooltip.min.js +1 -1
  110. data/vendor/assets/js/plugins/foundation.tooltip.min.js.map +1 -1
  111. data/vendor/assets/js/plugins/foundation.util.box.js +130 -186
  112. data/vendor/assets/js/plugins/foundation.util.box.js.map +1 -1
  113. data/vendor/assets/js/plugins/foundation.util.box.min.js +1 -1
  114. data/vendor/assets/js/plugins/foundation.util.box.min.js.map +1 -1
  115. data/vendor/assets/js/plugins/foundation.util.imageLoader.js +110 -150
  116. data/vendor/assets/js/plugins/foundation.util.imageLoader.js.map +1 -1
  117. data/vendor/assets/js/plugins/foundation.util.imageLoader.min.js +1 -1
  118. data/vendor/assets/js/plugins/foundation.util.imageLoader.min.js.map +1 -1
  119. data/vendor/assets/js/plugins/foundation.util.keyboard.js +157 -172
  120. data/vendor/assets/js/plugins/foundation.util.keyboard.js.map +1 -1
  121. data/vendor/assets/js/plugins/foundation.util.keyboard.min.js +1 -1
  122. data/vendor/assets/js/plugins/foundation.util.keyboard.min.js.map +1 -1
  123. data/vendor/assets/js/plugins/foundation.util.mediaQuery.js +167 -233
  124. data/vendor/assets/js/plugins/foundation.util.mediaQuery.js.map +1 -1
  125. data/vendor/assets/js/plugins/foundation.util.mediaQuery.min.js +1 -1
  126. data/vendor/assets/js/plugins/foundation.util.mediaQuery.min.js.map +1 -1
  127. data/vendor/assets/js/plugins/foundation.util.motion.js +123 -161
  128. data/vendor/assets/js/plugins/foundation.util.motion.js.map +1 -1
  129. data/vendor/assets/js/plugins/foundation.util.motion.min.js +1 -1
  130. data/vendor/assets/js/plugins/foundation.util.motion.min.js.map +1 -1
  131. data/vendor/assets/js/plugins/foundation.util.nest.js +123 -160
  132. data/vendor/assets/js/plugins/foundation.util.nest.js.map +1 -1
  133. data/vendor/assets/js/plugins/foundation.util.nest.min.js +1 -1
  134. data/vendor/assets/js/plugins/foundation.util.nest.min.js.map +1 -1
  135. data/vendor/assets/js/plugins/foundation.util.timer.js +116 -171
  136. data/vendor/assets/js/plugins/foundation.util.timer.js.map +1 -1
  137. data/vendor/assets/js/plugins/foundation.util.timer.min.js +1 -1
  138. data/vendor/assets/js/plugins/foundation.util.timer.min.js.map +1 -1
  139. data/vendor/assets/js/plugins/foundation.util.touch.js +172 -228
  140. data/vendor/assets/js/plugins/foundation.util.touch.js.map +1 -1
  141. data/vendor/assets/js/plugins/foundation.util.touch.min.js +1 -1
  142. data/vendor/assets/js/plugins/foundation.util.touch.min.js.map +1 -1
  143. data/vendor/assets/js/plugins/foundation.util.triggers.js +158 -222
  144. data/vendor/assets/js/plugins/foundation.util.triggers.js.map +1 -1
  145. data/vendor/assets/js/plugins/foundation.util.triggers.min.js +1 -1
  146. data/vendor/assets/js/plugins/foundation.util.triggers.min.js.map +1 -1
  147. data/vendor/assets/scss/_global.scss +18 -5
  148. data/vendor/assets/scss/components/_accordion-menu.scss +2 -2
  149. data/vendor/assets/scss/components/_badge.scss +1 -1
  150. data/vendor/assets/scss/components/_breadcrumbs.scss +2 -1
  151. data/vendor/assets/scss/components/_button-group.scss +13 -8
  152. data/vendor/assets/scss/components/_button.scss +13 -13
  153. data/vendor/assets/scss/components/_callout.scss +2 -2
  154. data/vendor/assets/scss/components/_close-button.scss +5 -4
  155. data/vendor/assets/scss/components/_dropdown-menu.scss +1 -1
  156. data/vendor/assets/scss/components/_label.scss +1 -1
  157. data/vendor/assets/scss/components/_menu.scss +54 -19
  158. data/vendor/assets/scss/components/_off-canvas.scss +18 -16
  159. data/vendor/assets/scss/components/_orbit.scss +3 -3
  160. data/vendor/assets/scss/components/_pagination.scss +1 -1
  161. data/vendor/assets/scss/components/_progress-bar.scss +1 -1
  162. data/vendor/assets/scss/components/_responsive-embed.scss +1 -1
  163. data/vendor/assets/scss/components/_reveal.scss +8 -3
  164. data/vendor/assets/scss/components/_slider.scss +5 -2
  165. data/vendor/assets/scss/components/_switch.scss +25 -2
  166. data/vendor/assets/scss/components/_table.scss +8 -7
  167. data/vendor/assets/scss/components/_tabs.scss +2 -2
  168. data/vendor/assets/scss/components/_top-bar.scss +7 -5
  169. data/vendor/assets/scss/components/_visibility.scss +45 -2
  170. data/vendor/assets/scss/forms/_label.scss +2 -1
  171. data/vendor/assets/scss/forms/_progress.scss +1 -1
  172. data/vendor/assets/scss/forms/_range.scss +1 -1
  173. data/vendor/assets/scss/forms/_select.scss +5 -4
  174. data/vendor/assets/scss/forms/_text.scss +2 -2
  175. data/vendor/assets/scss/foundation.scss +1 -1
  176. data/vendor/assets/scss/grid/_classes.scss +1 -1
  177. data/vendor/assets/scss/grid/_column.scss +3 -2
  178. data/vendor/assets/scss/grid/_flex-grid.scss +7 -6
  179. data/vendor/assets/scss/grid/_gutter.scss +1 -1
  180. data/vendor/assets/scss/grid/_layout.scss +5 -5
  181. data/vendor/assets/scss/grid/_position.scss +4 -4
  182. data/vendor/assets/scss/grid/_row.scss +1 -1
  183. data/vendor/assets/scss/motion-ui/util/_animation.scss +1 -1
  184. data/vendor/assets/scss/motion-ui/util/_series.scss +1 -1
  185. data/vendor/assets/scss/motion-ui/util/_unit.scss +54 -1
  186. data/vendor/assets/scss/prototype/_border-none.scss +1 -1
  187. data/vendor/assets/scss/prototype/_font-styling.scss +2 -2
  188. data/vendor/assets/scss/prototype/_overflow.scss +9 -0
  189. data/vendor/assets/scss/prototype/_rotate.scss +7 -5
  190. data/vendor/assets/scss/prototype/_separator.scss +5 -5
  191. data/vendor/assets/scss/prototype/_shadow.scss +1 -2
  192. data/vendor/assets/scss/prototype/_spacing.scss +33 -33
  193. data/vendor/assets/scss/prototype/_text-transformation.scss +3 -3
  194. data/vendor/assets/scss/settings/_settings.scss +32 -28
  195. data/vendor/assets/scss/typography/_base.scss +6 -6
  196. data/vendor/assets/scss/typography/_helpers.scss +10 -2
  197. data/vendor/assets/scss/typography/_print.scss +2 -2
  198. data/vendor/assets/scss/util/_breakpoint.scss +21 -18
  199. data/vendor/assets/scss/util/_color.scss +20 -8
  200. data/vendor/assets/scss/util/_direction.scss +1 -1
  201. data/vendor/assets/scss/util/_flex.scss +1 -1
  202. data/vendor/assets/scss/util/_math.scss +61 -9
  203. data/vendor/assets/scss/util/_mixins.scss +18 -14
  204. data/vendor/assets/scss/util/_selector.scss +1 -15
  205. data/vendor/assets/scss/util/_typography.scss +6 -6
  206. data/vendor/assets/scss/util/_unit.scss +14 -8
  207. data/vendor/assets/scss/util/_value.scss +3 -18
  208. data/vendor/assets/scss/vendor/normalize.scss +19 -2
  209. data/vendor/assets/scss/xy-grid/_cell.scss +16 -5
  210. data/vendor/assets/scss/xy-grid/_classes.scss +8 -8
  211. data/vendor/assets/scss/xy-grid/_frame.scss +12 -0
  212. data/vendor/assets/scss/xy-grid/_grid.scss +2 -2
  213. data/vendor/assets/scss/xy-grid/_gutters.scss +2 -2
  214. data/vendor/assets/scss/xy-grid/_layout.scss +1 -1
  215. data/vendor/assets/scss/xy-grid/_position.scss +12 -7
  216. data/vendor/assets/scss/xy-grid/_xy-grid.scss +2 -2
  217. metadata +21 -19
@@ -1 +1 @@
1
- {"version":3,"sources":["webpack://__FOUNDATION_EXTERNAL__.[name]/webpack/universalModuleDefinition","webpack://__FOUNDATION_EXTERNAL__.[name]/webpack/bootstrap","webpack://__FOUNDATION_EXTERNAL__.[name]/external {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.core\"],\"amd\":\"./foundation.core\",\"commonjs\":\"./foundation.core\",\"commonjs2\":\"./foundation.core\"}","webpack://__FOUNDATION_EXTERNAL__.[name]/external {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.box\"],\"amd\":\"./foundation.util.box\",\"commonjs\":\"./foundation.util.box\",\"commonjs2\":\"./foundation.util.box\"}","webpack://__FOUNDATION_EXTERNAL__.[name]/external {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.keyboard\"],\"amd\":\"./foundation.util.keyboard\",\"commonjs\":\"./foundation.util.keyboard\",\"commonjs2\":\"./foundation.util.keyboard\"}","webpack://__FOUNDATION_EXTERNAL__.[name]/external {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.motion\"],\"amd\":\"./foundation.util.motion\",\"commonjs\":\"./foundation.util.motion\",\"commonjs2\":\"./foundation.util.motion\"}","webpack://__FOUNDATION_EXTERNAL__.[name]/external {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.touch\"],\"amd\":\"./foundation.util.touch\",\"commonjs\":\"./foundation.util.touch\",\"commonjs2\":\"./foundation.util.touch\"}","webpack://__FOUNDATION_EXTERNAL__.[name]/./js/entries/plugins/foundation.dropdown.js","webpack://__FOUNDATION_EXTERNAL__.[name]/./js/foundation.dropdown.js","webpack://__FOUNDATION_EXTERNAL__.[name]/./js/foundation.positionable.js","webpack://__FOUNDATION_EXTERNAL__.[name]/./js/foundation.util.triggers.js","webpack://__FOUNDATION_EXTERNAL__.[name]/external {\"root\":[\"jQuery\"],\"amd\":\"jquery\",\"commonjs\":\"jquery\",\"commonjs2\":\"jquery\"}"],"names":["Foundation","plugin","Dropdown","element","options","$element","$","extend","defaults","data","className","Touch","init","Triggers","_init","Keyboard","register","$id","attr","$anchors","length","_setCurrentAnchor","first","parentClass","$parent","parents","$currentAnchor","GetYoDigits","_events","position","match","horizontalPosition","exec","removeClass","alignment","addClass","el","_this","hasTouch","window","ontouchstart","on","open","bind","close","toggle","_setPosition","off","e","forceFollow","hover","hasClass","preventDefault","bodyData","whatinput","clearTimeout","timeout","setTimeout","hoverDelay","ignoreMousedisappear","hoverPane","add","$target","visibleFocusableElements","findFocusable","handleKey","is","focus","$body","document","body","not","target","find","trigger","autoFocus","$focusable","eq","closeOnClick","_addBodyHandler","trapFocus","releaseFocus","hide","Positionable","vOffset","hOffset","allowOverlap","allowBottomOverlap","POSITIONS","VERTICAL_ALIGNMENTS","HORIZONTAL_ALIGNMENTS","ALIGNMENTS","nextItem","item","array","currentIdx","indexOf","triedPositions","_getDefaultPosition","_getDefaultAlignment","originalPosition","originalAlignment","Rtl","_alignmentsExhausted","_realign","_addTriedPosition","push","isExhausted","i","$anchor","offset","Box","GetExplicitOffsets","_getVOffset","_getHOffset","minOverlap","minCoordinates","_positionsExhausted","overlap","OverlapArea","_reposition","Plugin","MutationObserver","prefixes","triggers","type","split","forEach","id","Listeners","Basic","Global","Initializers","openListener","closeListener","toggleListener","closeableListener","animation","stopPropagation","Motion","animateOut","fadeOut","toggleFocusListener","triggerHandler","addOpenListener","$elem","addCloseListener","addToggleListener","addCloseableListener","addToggleFocusListener","resizeListener","$nodes","each","scrollListener","closeMeListener","pluginId","namespace","plugins","addClosemeListener","pluginName","yetiBoxes","plugNames","concat","console","error","listeners","map","name","join","debounceGlobalListener","debounce","listener","timer","args","Array","prototype","slice","call","arguments","apply","addResizeListener","addScrollListener","addMutationEventsListener","listeningElementsMutation","mutationRecordsList","attributeName","pageYOffset","closest","elementObserver","observe","attributes","childList","characterData","subtree","attributeFilter","addSimpleListeners","$document","addGlobalListeners","onLoad","triggersInitialized","IHearYou"],"mappings":"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","file":"foundation.dropdown.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"./foundation.util.keyboard\"), require(\"./foundation.core\"), require(\"jquery\"), require(\"./foundation.util.box\"), require(\"./foundation.util.motion\"), require(\"./foundation.util.touch\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"./foundation.util.keyboard\", \"./foundation.core\", \"jquery\", \"./foundation.util.box\", \"./foundation.util.motion\", \"./foundation.util.touch\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"foundation.dropdown\"] = factory(require(\"./foundation.util.keyboard\"), require(\"./foundation.core\"), require(\"jquery\"), require(\"./foundation.util.box\"), require(\"./foundation.util.motion\"), require(\"./foundation.util.touch\"));\n\telse\n\t\troot[\"__FOUNDATION_EXTERNAL__\"] = root[\"__FOUNDATION_EXTERNAL__\"] || {}, root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.dropdown\"] = factory(root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.util.keyboard\"], root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.core\"], root[\"jQuery\"], root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.util.box\"], root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.util.motion\"], root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.util.touch\"]);\n})(window, function(__WEBPACK_EXTERNAL_MODULE__foundation_util_keyboard__, __WEBPACK_EXTERNAL_MODULE__foundation_core__, __WEBPACK_EXTERNAL_MODULE_jquery__, __WEBPACK_EXTERNAL_MODULE__foundation_util_box__, __WEBPACK_EXTERNAL_MODULE__foundation_util_motion__, __WEBPACK_EXTERNAL_MODULE__foundation_util_touch__) {\nreturn "," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 4);\n","module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_core__;","module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_box__;","module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_keyboard__;","module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_motion__;","module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_touch__;","import { Foundation } from './foundation.core';\n\nimport { Dropdown } from '../../foundation.dropdown';\nFoundation.plugin(Dropdown, 'Dropdown');\n\nexport { Foundation, Dropdown };\n","'use strict';\n\nimport $ from 'jquery';\nimport { Keyboard } from './foundation.util.keyboard';\nimport { GetYoDigits, ignoreMousedisappear } from './foundation.core.utils';\nimport { Positionable } from './foundation.positionable';\n\nimport { Triggers } from './foundation.util.triggers';\nimport { Touch } from './foundation.util.touch'\n\n/**\n * Dropdown module.\n * @module foundation.dropdown\n * @requires foundation.util.keyboard\n * @requires foundation.util.box\n * @requires foundation.util.touch\n * @requires foundation.util.triggers\n */\nclass Dropdown extends Positionable {\n /**\n * Creates a new instance of a dropdown.\n * @class\n * @name Dropdown\n * @param {jQuery} element - jQuery object to make into a dropdown.\n * Object should be of the dropdown panel, rather than its anchor.\n * @param {Object} options - Overrides to the default plugin settings.\n */\n _setup(element, options) {\n this.$element = element;\n this.options = $.extend({}, Dropdown.defaults, this.$element.data(), options);\n this.className = 'Dropdown'; // ie9 back compat\n\n // Touch and Triggers init are idempotent, just need to make sure they are initialized\n Touch.init($);\n Triggers.init($);\n\n this._init();\n\n Keyboard.register('Dropdown', {\n 'ENTER': 'toggle',\n 'SPACE': 'toggle',\n 'ESCAPE': 'close'\n });\n }\n\n /**\n * Initializes the plugin by setting/checking options and attributes, adding helper variables, and saving the anchor.\n * @function\n * @private\n */\n _init() {\n var $id = this.$element.attr('id');\n\n this.$anchors = $(`[data-toggle=\"${$id}\"]`).length ? $(`[data-toggle=\"${$id}\"]`) : $(`[data-open=\"${$id}\"]`);\n this.$anchors.attr({\n 'aria-controls': $id,\n 'data-is-focus': false,\n 'data-yeti-box': $id,\n 'aria-haspopup': true,\n 'aria-expanded': false\n });\n\n this._setCurrentAnchor(this.$anchors.first());\n\n if(this.options.parentClass){\n this.$parent = this.$element.parents('.' + this.options.parentClass);\n }else{\n this.$parent = null;\n }\n\n // Set [aria-labelledby] on the Dropdown if it is not set\n if (typeof this.$element.attr('aria-labelledby') === 'undefined') {\n // Get the anchor ID or create one\n if (typeof this.$currentAnchor.attr('id') === 'undefined') {\n this.$currentAnchor.attr('id', GetYoDigits(6, 'dd-anchor'));\n }\n\n this.$element.attr('aria-labelledby', this.$currentAnchor.attr('id'));\n }\n\n this.$element.attr({\n 'aria-hidden': 'true',\n 'data-yeti-box': $id,\n 'data-resize': $id,\n });\n\n super._init();\n this._events();\n }\n\n _getDefaultPosition() {\n // handle legacy classnames\n var position = this.$element[0].className.match(/(top|left|right|bottom)/g);\n if(position) {\n return position[0];\n } else {\n return 'bottom'\n }\n }\n\n _getDefaultAlignment() {\n // handle legacy float approach\n var horizontalPosition = /float-(\\S+)/.exec(this.$currentAnchor.attr('class'));\n if(horizontalPosition) {\n return horizontalPosition[1];\n }\n\n return super._getDefaultAlignment();\n }\n\n\n\n /**\n * Sets the position and orientation of the dropdown pane, checks for collisions if allow-overlap is not true.\n * Recursively calls itself if a collision is detected, with a new position class.\n * @function\n * @private\n */\n _setPosition() {\n this.$element.removeClass(`has-position-${this.position} has-alignment-${this.alignment}`);\n super._setPosition(this.$currentAnchor, this.$element, this.$parent);\n this.$element.addClass(`has-position-${this.position} has-alignment-${this.alignment}`);\n }\n\n /**\n * Make it a current anchor.\n * Current anchor as the reference for the position of Dropdown panes.\n * @param {HTML} el - DOM element of the anchor.\n * @function\n * @private\n */\n _setCurrentAnchor(el) {\n this.$currentAnchor = $(el);\n }\n\n /**\n * Adds event listeners to the element utilizing the triggers utility library.\n * @function\n * @private\n */\n _events() {\n var _this = this,\n hasTouch = 'ontouchstart' in window || (typeof window.ontouchstart !== 'undefined');\n\n this.$element.on({\n 'open.zf.trigger': this.open.bind(this),\n 'close.zf.trigger': this.close.bind(this),\n 'toggle.zf.trigger': this.toggle.bind(this),\n 'resizeme.zf.trigger': this._setPosition.bind(this)\n });\n\n this.$anchors.off('click.zf.trigger')\n .on('click.zf.trigger', function(e) {\n _this._setCurrentAnchor(this);\n\n if (\n // if forceFollow false, always prevent default action\n (_this.options.forceFollow === false) ||\n // if forceFollow true and hover option true, only prevent default action on 1st click\n // on 2nd click (dropown opened) the default action (e.g. follow a href) gets executed\n (hasTouch && _this.options.hover && _this.$element.hasClass('is-open') === false)\n ) {\n e.preventDefault();\n }\n });\n\n if(this.options.hover){\n this.$anchors.off('mouseenter.zf.dropdown mouseleave.zf.dropdown')\n .on('mouseenter.zf.dropdown', function(){\n _this._setCurrentAnchor(this);\n\n var bodyData = $('body').data();\n if(typeof(bodyData.whatinput) === 'undefined' || bodyData.whatinput === 'mouse') {\n clearTimeout(_this.timeout);\n _this.timeout = setTimeout(function(){\n _this.open();\n _this.$anchors.data('hover', true);\n }, _this.options.hoverDelay);\n }\n }).on('mouseleave.zf.dropdown', ignoreMousedisappear(function(){\n clearTimeout(_this.timeout);\n _this.timeout = setTimeout(function(){\n _this.close();\n _this.$anchors.data('hover', false);\n }, _this.options.hoverDelay);\n }));\n if(this.options.hoverPane){\n this.$element.off('mouseenter.zf.dropdown mouseleave.zf.dropdown')\n .on('mouseenter.zf.dropdown', function(){\n clearTimeout(_this.timeout);\n }).on('mouseleave.zf.dropdown', ignoreMousedisappear(function(){\n clearTimeout(_this.timeout);\n _this.timeout = setTimeout(function(){\n _this.close();\n _this.$anchors.data('hover', false);\n }, _this.options.hoverDelay);\n }));\n }\n }\n this.$anchors.add(this.$element).on('keydown.zf.dropdown', function(e) {\n\n var $target = $(this),\n visibleFocusableElements = Keyboard.findFocusable(_this.$element);\n\n Keyboard.handleKey(e, 'Dropdown', {\n open: function() {\n if ($target.is(_this.$anchors) && !$target.is('input, textarea')) {\n _this.open();\n _this.$element.attr('tabindex', -1).focus();\n e.preventDefault();\n }\n },\n close: function() {\n _this.close();\n _this.$anchors.focus();\n }\n });\n });\n }\n\n /**\n * Adds an event handler to the body to close any dropdowns on a click.\n * @function\n * @private\n */\n _addBodyHandler() {\n var $body = $(document.body).not(this.$element),\n _this = this;\n $body.off('click.zf.dropdown tap.zf.dropdown')\n .on('click.zf.dropdown tap.zf.dropdown', function (e) {\n if(_this.$anchors.is(e.target) || _this.$anchors.find(e.target).length) {\n return;\n }\n if(_this.$element.is(e.target) || _this.$element.find(e.target).length) {\n return;\n }\n _this.close();\n $body.off('click.zf.dropdown tap.zf.dropdown');\n });\n }\n\n /**\n * Opens the dropdown pane, and fires a bubbling event to close other dropdowns.\n * @function\n * @fires Dropdown#closeme\n * @fires Dropdown#show\n */\n open() {\n // var _this = this;\n /**\n * Fires to close other open dropdowns, typically when dropdown is opening\n * @event Dropdown#closeme\n */\n this.$element.trigger('closeme.zf.dropdown', this.$element.attr('id'));\n this.$anchors.addClass('hover')\n .attr({'aria-expanded': true});\n // this.$element/*.show()*/;\n\n this.$element.addClass('is-opening');\n this._setPosition();\n this.$element.removeClass('is-opening').addClass('is-open')\n .attr({'aria-hidden': false});\n\n if(this.options.autoFocus){\n var $focusable = Keyboard.findFocusable(this.$element);\n if($focusable.length){\n $focusable.eq(0).focus();\n }\n }\n\n if(this.options.closeOnClick){ this._addBodyHandler(); }\n\n if (this.options.trapFocus) {\n Keyboard.trapFocus(this.$element);\n }\n\n /**\n * Fires once the dropdown is visible.\n * @event Dropdown#show\n */\n this.$element.trigger('show.zf.dropdown', [this.$element]);\n }\n\n /**\n * Closes the open dropdown pane.\n * @function\n * @fires Dropdown#hide\n */\n close() {\n if(!this.$element.hasClass('is-open')){\n return false;\n }\n this.$element.removeClass('is-open')\n .attr({'aria-hidden': true});\n\n this.$anchors.removeClass('hover')\n .attr('aria-expanded', false);\n\n /**\n * Fires once the dropdown is no longer visible.\n * @event Dropdown#hide\n */\n this.$element.trigger('hide.zf.dropdown', [this.$element]);\n\n if (this.options.trapFocus) {\n Keyboard.releaseFocus(this.$element);\n }\n }\n\n /**\n * Toggles the dropdown pane's visibility.\n * @function\n */\n toggle() {\n if(this.$element.hasClass('is-open')){\n if(this.$anchors.data('hover')) return;\n this.close();\n }else{\n this.open();\n }\n }\n\n /**\n * Destroys the dropdown.\n * @function\n */\n _destroy() {\n this.$element.off('.zf.trigger').hide();\n this.$anchors.off('.zf.dropdown');\n $(document.body).off('click.zf.dropdown tap.zf.dropdown');\n\n }\n}\n\nDropdown.defaults = {\n /**\n * Class that designates bounding container of Dropdown (default: window)\n * @option\n * @type {?string}\n * @default null\n */\n parentClass: null,\n /**\n * Amount of time to delay opening a submenu on hover event.\n * @option\n * @type {number}\n * @default 250\n */\n hoverDelay: 250,\n /**\n * Allow submenus to open on hover events\n * @option\n * @type {boolean}\n * @default false\n */\n hover: false,\n /**\n * Don't close dropdown when hovering over dropdown pane\n * @option\n * @type {boolean}\n * @default false\n */\n hoverPane: false,\n /**\n * Number of pixels between the dropdown pane and the triggering element on open.\n * @option\n * @type {number}\n * @default 0\n */\n vOffset: 0,\n /**\n * Number of pixels between the dropdown pane and the triggering element on open.\n * @option\n * @type {number}\n * @default 0\n */\n hOffset: 0,\n /**\n * Position of dropdown. Can be left, right, bottom, top, or auto.\n * @option\n * @type {string}\n * @default 'auto'\n */\n position: 'auto',\n /**\n * Alignment of dropdown relative to anchor. Can be left, right, bottom, top, center, or auto.\n * @option\n * @type {string}\n * @default 'auto'\n */\n alignment: 'auto',\n /**\n * Allow overlap of container/window. If false, dropdown will first try to position as defined by data-position and data-alignment, but reposition if it would cause an overflow.\n * @option\n * @type {boolean}\n * @default false\n */\n allowOverlap: false,\n /**\n * Allow overlap of only the bottom of the container. This is the most common\n * behavior for dropdowns, allowing the dropdown to extend the bottom of the\n * screen but not otherwise influence or break out of the container.\n * @option\n * @type {boolean}\n * @default true\n */\n allowBottomOverlap: true,\n /**\n * Allow the plugin to trap focus to the dropdown pane if opened with keyboard commands.\n * @option\n * @type {boolean}\n * @default false\n */\n trapFocus: false,\n /**\n * Allow the plugin to set focus to the first focusable element within the pane, regardless of method of opening.\n * @option\n * @type {boolean}\n * @default false\n */\n autoFocus: false,\n /**\n * Allows a click on the body to close the dropdown.\n * @option\n * @type {boolean}\n * @default false\n */\n closeOnClick: false,\n /**\n * If true the default action of the toggle (e.g. follow a link with href) gets executed on click. If hover option is also true the default action gets prevented on first click for mobile / touch devices and executed on second click.\n * @option\n * @type {boolean}\n * @default true\n */\n forceFollow: true\n};\n\nexport {Dropdown};\n","'use strict';\n\nimport { Box } from './foundation.util.box';\nimport { Plugin } from './foundation.core.plugin';\nimport { rtl as Rtl } from './foundation.core.utils';\n\nconst POSITIONS = ['left', 'right', 'top', 'bottom'];\nconst VERTICAL_ALIGNMENTS = ['top', 'bottom', 'center'];\nconst HORIZONTAL_ALIGNMENTS = ['left', 'right', 'center'];\n\nconst ALIGNMENTS = {\n 'left': VERTICAL_ALIGNMENTS,\n 'right': VERTICAL_ALIGNMENTS,\n 'top': HORIZONTAL_ALIGNMENTS,\n 'bottom': HORIZONTAL_ALIGNMENTS\n}\n\nfunction nextItem(item, array) {\n var currentIdx = array.indexOf(item);\n if(currentIdx === array.length - 1) {\n return array[0];\n } else {\n return array[currentIdx + 1];\n }\n}\n\n\nclass Positionable extends Plugin {\n /**\n * Abstract class encapsulating the tether-like explicit positioning logic\n * including repositioning based on overlap.\n * Expects classes to define defaults for vOffset, hOffset, position,\n * alignment, allowOverlap, and allowBottomOverlap. They can do this by\n * extending the defaults, or (for now recommended due to the way docs are\n * generated) by explicitly declaring them.\n *\n **/\n\n _init() {\n this.triedPositions = {};\n this.position = this.options.position === 'auto' ? this._getDefaultPosition() : this.options.position;\n this.alignment = this.options.alignment === 'auto' ? this._getDefaultAlignment() : this.options.alignment;\n this.originalPosition = this.position;\n this.originalAlignment = this.alignment;\n }\n\n _getDefaultPosition () {\n return 'bottom';\n }\n\n _getDefaultAlignment() {\n switch(this.position) {\n case 'bottom':\n case 'top':\n return Rtl() ? 'right' : 'left';\n case 'left':\n case 'right':\n return 'bottom';\n }\n }\n\n /**\n * Adjusts the positionable possible positions by iterating through alignments\n * and positions.\n * @function\n * @private\n */\n _reposition() {\n if(this._alignmentsExhausted(this.position)) {\n this.position = nextItem(this.position, POSITIONS);\n this.alignment = ALIGNMENTS[this.position][0];\n } else {\n this._realign();\n }\n }\n\n /**\n * Adjusts the dropdown pane possible positions by iterating through alignments\n * on the current position.\n * @function\n * @private\n */\n _realign() {\n this._addTriedPosition(this.position, this.alignment)\n this.alignment = nextItem(this.alignment, ALIGNMENTS[this.position])\n }\n\n _addTriedPosition(position, alignment) {\n this.triedPositions[position] = this.triedPositions[position] || []\n this.triedPositions[position].push(alignment);\n }\n\n _positionsExhausted() {\n var isExhausted = true;\n for(var i = 0; i < POSITIONS.length; i++) {\n isExhausted = isExhausted && this._alignmentsExhausted(POSITIONS[i]);\n }\n return isExhausted;\n }\n\n _alignmentsExhausted(position) {\n return this.triedPositions[position] && this.triedPositions[position].length == ALIGNMENTS[position].length;\n }\n\n\n // When we're trying to center, we don't want to apply offset that's going to\n // take us just off center, so wrap around to return 0 for the appropriate\n // offset in those alignments. TODO: Figure out if we want to make this\n // configurable behavior... it feels more intuitive, especially for tooltips, but\n // it's possible someone might actually want to start from center and then nudge\n // slightly off.\n _getVOffset() {\n return this.options.vOffset;\n }\n\n _getHOffset() {\n return this.options.hOffset;\n }\n\n _setPosition($anchor, $element, $parent) {\n if($anchor.attr('aria-expanded') === 'false'){ return false; }\n\n if (!this.options.allowOverlap) {\n // restore original position & alignment before checking overlap\n this.position = this.originalPosition;\n this.alignment = this.originalAlignment;\n }\n\n $element.offset(Box.GetExplicitOffsets($element, $anchor, this.position, this.alignment, this._getVOffset(), this._getHOffset()));\n\n if(!this.options.allowOverlap) {\n var minOverlap = 100000000;\n // default coordinates to how we start, in case we can't figure out better\n var minCoordinates = {position: this.position, alignment: this.alignment};\n while(!this._positionsExhausted()) {\n let overlap = Box.OverlapArea($element, $parent, false, false, this.options.allowBottomOverlap);\n if(overlap === 0) {\n return;\n }\n\n if(overlap < minOverlap) {\n minOverlap = overlap;\n minCoordinates = {position: this.position, alignment: this.alignment};\n }\n\n this._reposition();\n\n $element.offset(Box.GetExplicitOffsets($element, $anchor, this.position, this.alignment, this._getVOffset(), this._getHOffset()));\n }\n // If we get through the entire loop, there was no non-overlapping\n // position available. Pick the version with least overlap.\n this.position = minCoordinates.position;\n this.alignment = minCoordinates.alignment;\n $element.offset(Box.GetExplicitOffsets($element, $anchor, this.position, this.alignment, this._getVOffset(), this._getHOffset()));\n }\n }\n\n}\n\nPositionable.defaults = {\n /**\n * Position of positionable relative to anchor. Can be left, right, bottom, top, or auto.\n * @option\n * @type {string}\n * @default 'auto'\n */\n position: 'auto',\n /**\n * Alignment of positionable relative to anchor. Can be left, right, bottom, top, center, or auto.\n * @option\n * @type {string}\n * @default 'auto'\n */\n alignment: 'auto',\n /**\n * Allow overlap of container/window. If false, dropdown positionable first\n * try to position as defined by data-position and data-alignment, but\n * reposition if it would cause an overflow.\n * @option\n * @type {boolean}\n * @default false\n */\n allowOverlap: false,\n /**\n * Allow overlap of only the bottom of the container. This is the most common\n * behavior for dropdowns, allowing the dropdown to extend the bottom of the\n * screen but not otherwise influence or break out of the container.\n * @option\n * @type {boolean}\n * @default true\n */\n allowBottomOverlap: true,\n /**\n * Number of pixels the positionable should be separated vertically from anchor\n * @option\n * @type {number}\n * @default 0\n */\n vOffset: 0,\n /**\n * Number of pixels the positionable should be separated horizontally from anchor\n * @option\n * @type {number}\n * @default 0\n */\n hOffset: 0,\n}\n\nexport {Positionable};\n","'use strict';\n\nimport $ from 'jquery';\nimport { onLoad } from './foundation.core.utils';\nimport { Motion } from './foundation.util.motion';\n\nconst MutationObserver = (function () {\n var prefixes = ['WebKit', 'Moz', 'O', 'Ms', ''];\n for (var i=0; i < prefixes.length; i++) {\n if (`${prefixes[i]}MutationObserver` in window) {\n return window[`${prefixes[i]}MutationObserver`];\n }\n }\n return false;\n}());\n\nconst triggers = (el, type) => {\n el.data(type).split(' ').forEach(id => {\n $(`#${id}`)[ type === 'close' ? 'trigger' : 'triggerHandler'](`${type}.zf.trigger`, [el]);\n });\n};\n\nvar Triggers = {\n Listeners: {\n Basic: {},\n Global: {}\n },\n Initializers: {}\n}\n\nTriggers.Listeners.Basic = {\n openListener: function() {\n triggers($(this), 'open');\n },\n closeListener: function() {\n let id = $(this).data('close');\n if (id) {\n triggers($(this), 'close');\n }\n else {\n $(this).trigger('close.zf.trigger');\n }\n },\n toggleListener: function() {\n let id = $(this).data('toggle');\n if (id) {\n triggers($(this), 'toggle');\n } else {\n $(this).trigger('toggle.zf.trigger');\n }\n },\n closeableListener: function(e) {\n let animation = $(this).data('closable');\n\n // Only close the first closable element. See https://git.io/zf-7833\n e.stopPropagation();\n\n if(animation !== ''){\n Motion.animateOut($(this), animation, function() {\n $(this).trigger('closed.zf');\n });\n }else{\n $(this).fadeOut().trigger('closed.zf');\n }\n },\n toggleFocusListener: function() {\n let id = $(this).data('toggle-focus');\n $(`#${id}`).triggerHandler('toggle.zf.trigger', [$(this)]);\n }\n};\n\n// Elements with [data-open] will reveal a plugin that supports it when clicked.\nTriggers.Initializers.addOpenListener = ($elem) => {\n $elem.off('click.zf.trigger', Triggers.Listeners.Basic.openListener);\n $elem.on('click.zf.trigger', '[data-open]', Triggers.Listeners.Basic.openListener);\n}\n\n// Elements with [data-close] will close a plugin that supports it when clicked.\n// If used without a value on [data-close], the event will bubble, allowing it to close a parent component.\nTriggers.Initializers.addCloseListener = ($elem) => {\n $elem.off('click.zf.trigger', Triggers.Listeners.Basic.closeListener);\n $elem.on('click.zf.trigger', '[data-close]', Triggers.Listeners.Basic.closeListener);\n}\n\n// Elements with [data-toggle] will toggle a plugin that supports it when clicked.\nTriggers.Initializers.addToggleListener = ($elem) => {\n $elem.off('click.zf.trigger', Triggers.Listeners.Basic.toggleListener);\n $elem.on('click.zf.trigger', '[data-toggle]', Triggers.Listeners.Basic.toggleListener);\n}\n\n// Elements with [data-closable] will respond to close.zf.trigger events.\nTriggers.Initializers.addCloseableListener = ($elem) => {\n $elem.off('close.zf.trigger', Triggers.Listeners.Basic.closeableListener);\n $elem.on('close.zf.trigger', '[data-closeable], [data-closable]', Triggers.Listeners.Basic.closeableListener);\n}\n\n// Elements with [data-toggle-focus] will respond to coming in and out of focus\nTriggers.Initializers.addToggleFocusListener = ($elem) => {\n $elem.off('focus.zf.trigger blur.zf.trigger', Triggers.Listeners.Basic.toggleFocusListener);\n $elem.on('focus.zf.trigger blur.zf.trigger', '[data-toggle-focus]', Triggers.Listeners.Basic.toggleFocusListener);\n}\n\n\n\n// More Global/complex listeners and triggers\nTriggers.Listeners.Global = {\n resizeListener: function($nodes) {\n if(!MutationObserver){//fallback for IE 9\n $nodes.each(function(){\n $(this).triggerHandler('resizeme.zf.trigger');\n });\n }\n //trigger all listening elements and signal a resize event\n $nodes.attr('data-events', \"resize\");\n },\n scrollListener: function($nodes) {\n if(!MutationObserver){//fallback for IE 9\n $nodes.each(function(){\n $(this).triggerHandler('scrollme.zf.trigger');\n });\n }\n //trigger all listening elements and signal a scroll event\n $nodes.attr('data-events', \"scroll\");\n },\n closeMeListener: function(e, pluginId){\n let plugin = e.namespace.split('.')[0];\n let plugins = $(`[data-${plugin}]`).not(`[data-yeti-box=\"${pluginId}\"]`);\n\n plugins.each(function(){\n let _this = $(this);\n _this.triggerHandler('close.zf.trigger', [_this]);\n });\n }\n}\n\n// Global, parses whole document.\nTriggers.Initializers.addClosemeListener = function(pluginName) {\n var yetiBoxes = $('[data-yeti-box]'),\n plugNames = ['dropdown', 'tooltip', 'reveal'];\n\n if(pluginName){\n if(typeof pluginName === 'string'){\n plugNames.push(pluginName);\n }else if(typeof pluginName === 'object' && typeof pluginName[0] === 'string'){\n plugNames = plugNames.concat(pluginName);\n }else{\n console.error('Plugin names must be strings');\n }\n }\n if(yetiBoxes.length){\n let listeners = plugNames.map((name) => {\n return `closeme.zf.${name}`;\n }).join(' ');\n\n $(window).off(listeners).on(listeners, Triggers.Listeners.Global.closeMeListener);\n }\n}\n\nfunction debounceGlobalListener(debounce, trigger, listener) {\n let timer, args = Array.prototype.slice.call(arguments, 3);\n $(window).off(trigger).on(trigger, function(e) {\n if (timer) { clearTimeout(timer); }\n timer = setTimeout(function(){\n listener.apply(null, args);\n }, debounce || 10);//default time to emit scroll event\n });\n}\n\nTriggers.Initializers.addResizeListener = function(debounce){\n let $nodes = $('[data-resize]');\n if($nodes.length){\n debounceGlobalListener(debounce, 'resize.zf.trigger', Triggers.Listeners.Global.resizeListener, $nodes);\n }\n}\n\nTriggers.Initializers.addScrollListener = function(debounce){\n let $nodes = $('[data-scroll]');\n if($nodes.length){\n debounceGlobalListener(debounce, 'scroll.zf.trigger', Triggers.Listeners.Global.scrollListener, $nodes);\n }\n}\n\nTriggers.Initializers.addMutationEventsListener = function($elem) {\n if(!MutationObserver){ return false; }\n let $nodes = $elem.find('[data-resize], [data-scroll], [data-mutate]');\n\n //element callback\n var listeningElementsMutation = function (mutationRecordsList) {\n var $target = $(mutationRecordsList[0].target);\n\n //trigger the event handler for the element depending on type\n switch (mutationRecordsList[0].type) {\n case \"attributes\":\n if ($target.attr(\"data-events\") === \"scroll\" && mutationRecordsList[0].attributeName === \"data-events\") {\n $target.triggerHandler('scrollme.zf.trigger', [$target, window.pageYOffset]);\n }\n if ($target.attr(\"data-events\") === \"resize\" && mutationRecordsList[0].attributeName === \"data-events\") {\n $target.triggerHandler('resizeme.zf.trigger', [$target]);\n }\n if (mutationRecordsList[0].attributeName === \"style\") {\n $target.closest(\"[data-mutate]\").attr(\"data-events\",\"mutate\");\n $target.closest(\"[data-mutate]\").triggerHandler('mutateme.zf.trigger', [$target.closest(\"[data-mutate]\")]);\n }\n break;\n\n case \"childList\":\n $target.closest(\"[data-mutate]\").attr(\"data-events\",\"mutate\");\n $target.closest(\"[data-mutate]\").triggerHandler('mutateme.zf.trigger', [$target.closest(\"[data-mutate]\")]);\n break;\n\n default:\n return false;\n //nothing\n }\n };\n\n if ($nodes.length) {\n //for each element that needs to listen for resizing, scrolling, or mutation add a single observer\n for (var i = 0; i <= $nodes.length - 1; i++) {\n var elementObserver = new MutationObserver(listeningElementsMutation);\n elementObserver.observe($nodes[i], { attributes: true, childList: true, characterData: false, subtree: true, attributeFilter: [\"data-events\", \"style\"] });\n }\n }\n}\n\nTriggers.Initializers.addSimpleListeners = function() {\n let $document = $(document);\n\n Triggers.Initializers.addOpenListener($document);\n Triggers.Initializers.addCloseListener($document);\n Triggers.Initializers.addToggleListener($document);\n Triggers.Initializers.addCloseableListener($document);\n Triggers.Initializers.addToggleFocusListener($document);\n\n}\n\nTriggers.Initializers.addGlobalListeners = function() {\n let $document = $(document);\n Triggers.Initializers.addMutationEventsListener($document);\n Triggers.Initializers.addResizeListener();\n Triggers.Initializers.addScrollListener();\n Triggers.Initializers.addClosemeListener();\n}\n\n\nTriggers.init = function ($, Foundation) {\n onLoad($(window), function () {\n if ($.triggersInitialized !== true) {\n Triggers.Initializers.addSimpleListeners();\n Triggers.Initializers.addGlobalListeners();\n $.triggersInitialized = true;\n }\n });\n\n if(Foundation) {\n Foundation.Triggers = Triggers;\n // Legacy included to be backwards compatible for now.\n Foundation.IHearYou = Triggers.Initializers.addGlobalListeners\n }\n}\n\nexport {Triggers};\n","module.exports = __WEBPACK_EXTERNAL_MODULE_jquery__;"],"sourceRoot":""}
1
+ {"version":3,"file":"foundation.dropdown.js","mappings":"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","sources":["webpack://__FOUNDATION_EXTERNAL__/webpack/universalModuleDefinition","webpack://__FOUNDATION_EXTERNAL__/./js/foundation.dropdown.js","webpack://__FOUNDATION_EXTERNAL__/./js/foundation.positionable.js","webpack://__FOUNDATION_EXTERNAL__/./js/foundation.util.triggers.js","webpack://__FOUNDATION_EXTERNAL__/external umd {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.core\"],\"amd\":\"./foundation.core\",\"commonjs\":\"./foundation.core\",\"commonjs2\":\"./foundation.core\"}","webpack://__FOUNDATION_EXTERNAL__/external umd {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.box\"],\"amd\":\"./foundation.util.box\",\"commonjs\":\"./foundation.util.box\",\"commonjs2\":\"./foundation.util.box\"}","webpack://__FOUNDATION_EXTERNAL__/external umd {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.keyboard\"],\"amd\":\"./foundation.util.keyboard\",\"commonjs\":\"./foundation.util.keyboard\",\"commonjs2\":\"./foundation.util.keyboard\"}","webpack://__FOUNDATION_EXTERNAL__/external umd {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.motion\"],\"amd\":\"./foundation.util.motion\",\"commonjs\":\"./foundation.util.motion\",\"commonjs2\":\"./foundation.util.motion\"}","webpack://__FOUNDATION_EXTERNAL__/external umd {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.touch\"],\"amd\":\"./foundation.util.touch\",\"commonjs\":\"./foundation.util.touch\",\"commonjs2\":\"./foundation.util.touch\"}","webpack://__FOUNDATION_EXTERNAL__/external umd {\"root\":[\"jQuery\"],\"amd\":\"jquery\",\"commonjs\":\"jquery\",\"commonjs2\":\"jquery\"}","webpack://__FOUNDATION_EXTERNAL__/webpack/bootstrap","webpack://__FOUNDATION_EXTERNAL__/webpack/runtime/compat get default export","webpack://__FOUNDATION_EXTERNAL__/webpack/runtime/define property getters","webpack://__FOUNDATION_EXTERNAL__/webpack/runtime/hasOwnProperty shorthand","webpack://__FOUNDATION_EXTERNAL__/webpack/runtime/make namespace object","webpack://__FOUNDATION_EXTERNAL__/./js/entries/plugins/foundation.dropdown.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"./foundation.core\"), require(\"jquery\"), require(\"./foundation.util.keyboard\"), require(\"./foundation.util.box\"), require(\"./foundation.util.motion\"), require(\"./foundation.util.touch\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"./foundation.core\", \"jquery\", \"./foundation.util.keyboard\", \"./foundation.util.box\", \"./foundation.util.motion\", \"./foundation.util.touch\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"__FOUNDATION_EXTERNAL__\"] = factory(require(\"./foundation.core\"), require(\"jquery\"), require(\"./foundation.util.keyboard\"), require(\"./foundation.util.box\"), require(\"./foundation.util.motion\"), require(\"./foundation.util.touch\"));\n\telse\n\t\troot[\"__FOUNDATION_EXTERNAL__\"] = root[\"__FOUNDATION_EXTERNAL__\"] || {}, root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.dropdown\"] = factory(root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.core\"], root[\"jQuery\"], root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.util.keyboard\"], root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.util.box\"], root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.util.motion\"], root[\"__FOUNDATION_EXTERNAL__\"][\"foundation.util.touch\"]);\n})(self, function(__WEBPACK_EXTERNAL_MODULE__foundation_core__, __WEBPACK_EXTERNAL_MODULE_jquery__, __WEBPACK_EXTERNAL_MODULE__foundation_util_keyboard__, __WEBPACK_EXTERNAL_MODULE__foundation_util_box__, __WEBPACK_EXTERNAL_MODULE__foundation_util_motion__, __WEBPACK_EXTERNAL_MODULE__foundation_util_touch__) {\nreturn ","import $ from 'jquery';\nimport { Keyboard } from './foundation.util.keyboard';\nimport { GetYoDigits, ignoreMousedisappear } from './foundation.core.utils';\nimport { Positionable } from './foundation.positionable';\n\nimport { Triggers } from './foundation.util.triggers';\nimport { Touch } from './foundation.util.touch'\n\n/**\n * Dropdown module.\n * @module foundation.dropdown\n * @requires foundation.util.keyboard\n * @requires foundation.util.box\n * @requires foundation.util.touch\n * @requires foundation.util.triggers\n */\nclass Dropdown extends Positionable {\n /**\n * Creates a new instance of a dropdown.\n * @class\n * @name Dropdown\n * @param {jQuery} element - jQuery object to make into a dropdown.\n * Object should be of the dropdown panel, rather than its anchor.\n * @param {Object} options - Overrides to the default plugin settings.\n */\n _setup(element, options) {\n this.$element = element;\n this.options = $.extend({}, Dropdown.defaults, this.$element.data(), options);\n this.className = 'Dropdown'; // ie9 back compat\n\n // Touch and Triggers init are idempotent, just need to make sure they are initialized\n Touch.init($);\n Triggers.init($);\n\n this._init();\n\n Keyboard.register('Dropdown', {\n 'ENTER': 'toggle',\n 'SPACE': 'toggle',\n 'ESCAPE': 'close'\n });\n }\n\n /**\n * Initializes the plugin by setting/checking options and attributes, adding helper variables, and saving the anchor.\n * @function\n * @private\n */\n _init() {\n var $id = this.$element.attr('id');\n\n this.$anchors = $(`[data-toggle=\"${$id}\"]`).length ? $(`[data-toggle=\"${$id}\"]`) : $(`[data-open=\"${$id}\"]`);\n this.$anchors.attr({\n 'aria-controls': $id,\n 'data-is-focus': false,\n 'data-yeti-box': $id,\n 'aria-haspopup': true,\n 'aria-expanded': false\n });\n\n this._setCurrentAnchor(this.$anchors.first());\n\n if(this.options.parentClass){\n this.$parent = this.$element.parents('.' + this.options.parentClass);\n }else{\n this.$parent = null;\n }\n\n // Set [aria-labelledby] on the Dropdown if it is not set\n if (typeof this.$element.attr('aria-labelledby') === 'undefined') {\n // Get the anchor ID or create one\n if (typeof this.$currentAnchor.attr('id') === 'undefined') {\n this.$currentAnchor.attr('id', GetYoDigits(6, 'dd-anchor'));\n }\n\n this.$element.attr('aria-labelledby', this.$currentAnchor.attr('id'));\n }\n\n this.$element.attr({\n 'aria-hidden': 'true',\n 'data-yeti-box': $id,\n 'data-resize': $id,\n });\n\n super._init();\n this._events();\n }\n\n _getDefaultPosition() {\n // handle legacy classnames\n var position = this.$element[0].className.match(/(top|left|right|bottom)/g);\n if(position) {\n return position[0];\n } else {\n return 'bottom'\n }\n }\n\n _getDefaultAlignment() {\n // handle legacy float approach\n var horizontalPosition = /float-(\\S+)/.exec(this.$currentAnchor.attr('class'));\n if(horizontalPosition) {\n return horizontalPosition[1];\n }\n\n return super._getDefaultAlignment();\n }\n\n\n\n /**\n * Sets the position and orientation of the dropdown pane, checks for collisions if allow-overlap is not true.\n * Recursively calls itself if a collision is detected, with a new position class.\n * @function\n * @private\n */\n _setPosition() {\n this.$element.removeClass(`has-position-${this.position} has-alignment-${this.alignment}`);\n super._setPosition(this.$currentAnchor, this.$element, this.$parent);\n this.$element.addClass(`has-position-${this.position} has-alignment-${this.alignment}`);\n }\n\n /**\n * Make it a current anchor.\n * Current anchor as the reference for the position of Dropdown panes.\n * @param {HTML} el - DOM element of the anchor.\n * @function\n * @private\n */\n _setCurrentAnchor(el) {\n this.$currentAnchor = $(el);\n }\n\n /**\n * Adds event listeners to the element utilizing the triggers utility library.\n * @function\n * @private\n */\n _events() {\n var _this = this,\n hasTouch = 'ontouchstart' in window || (typeof window.ontouchstart !== 'undefined');\n\n this.$element.on({\n 'open.zf.trigger': this.open.bind(this),\n 'close.zf.trigger': this.close.bind(this),\n 'toggle.zf.trigger': this.toggle.bind(this),\n 'resizeme.zf.trigger': this._setPosition.bind(this)\n });\n\n this.$anchors.off('click.zf.trigger')\n .on('click.zf.trigger', function(e) {\n _this._setCurrentAnchor(this);\n\n if (\n // if forceFollow false, always prevent default action\n (_this.options.forceFollow === false) ||\n // if forceFollow true and hover option true, only prevent default action on 1st click\n // on 2nd click (dropown opened) the default action (e.g. follow a href) gets executed\n (hasTouch && _this.options.hover && _this.$element.hasClass('is-open') === false)\n ) {\n e.preventDefault();\n }\n });\n\n if(this.options.hover){\n this.$anchors.off('mouseenter.zf.dropdown mouseleave.zf.dropdown')\n .on('mouseenter.zf.dropdown', function(){\n _this._setCurrentAnchor(this);\n\n var bodyData = $('body').data();\n if(typeof(bodyData.whatinput) === 'undefined' || bodyData.whatinput === 'mouse') {\n clearTimeout(_this.timeout);\n _this.timeout = setTimeout(function(){\n _this.open();\n _this.$anchors.data('hover', true);\n }, _this.options.hoverDelay);\n }\n }).on('mouseleave.zf.dropdown', ignoreMousedisappear(function(){\n clearTimeout(_this.timeout);\n _this.timeout = setTimeout(function(){\n _this.close();\n _this.$anchors.data('hover', false);\n }, _this.options.hoverDelay);\n }));\n if(this.options.hoverPane){\n this.$element.off('mouseenter.zf.dropdown mouseleave.zf.dropdown')\n .on('mouseenter.zf.dropdown', function(){\n clearTimeout(_this.timeout);\n }).on('mouseleave.zf.dropdown', ignoreMousedisappear(function(){\n clearTimeout(_this.timeout);\n _this.timeout = setTimeout(function(){\n _this.close();\n _this.$anchors.data('hover', false);\n }, _this.options.hoverDelay);\n }));\n }\n }\n this.$anchors.add(this.$element).on('keydown.zf.dropdown', function(e) {\n\n var $target = $(this);\n\n Keyboard.handleKey(e, 'Dropdown', {\n open: function() {\n if ($target.is(_this.$anchors) && !$target.is('input, textarea')) {\n _this.open();\n _this.$element.attr('tabindex', -1).focus();\n e.preventDefault();\n }\n },\n close: function() {\n _this.close();\n _this.$anchors.focus();\n }\n });\n });\n }\n\n /**\n * Adds an event handler to the body to close any dropdowns on a click.\n * @function\n * @private\n */\n _addBodyHandler() {\n var $body = $(document.body).not(this.$element),\n _this = this;\n $body.off('click.zf.dropdown tap.zf.dropdown')\n .on('click.zf.dropdown tap.zf.dropdown', function (e) {\n if(_this.$anchors.is(e.target) || _this.$anchors.find(e.target).length) {\n return;\n }\n if(_this.$element.is(e.target) || _this.$element.find(e.target).length) {\n return;\n }\n _this.close();\n $body.off('click.zf.dropdown tap.zf.dropdown');\n });\n }\n\n /**\n * Opens the dropdown pane, and fires a bubbling event to close other dropdowns.\n * @function\n * @fires Dropdown#closeme\n * @fires Dropdown#show\n */\n open() {\n // var _this = this;\n /**\n * Fires to close other open dropdowns, typically when dropdown is opening\n * @event Dropdown#closeme\n */\n this.$element.trigger('closeme.zf.dropdown', this.$element.attr('id'));\n this.$anchors.addClass('hover')\n .attr({'aria-expanded': true});\n // this.$element/*.show()*/;\n\n this.$element.addClass('is-opening');\n this._setPosition();\n this.$element.removeClass('is-opening').addClass('is-open')\n .attr({'aria-hidden': false});\n\n if(this.options.autoFocus){\n var $focusable = Keyboard.findFocusable(this.$element);\n if($focusable.length){\n $focusable.eq(0).focus();\n }\n }\n\n if(this.options.closeOnClick){ this._addBodyHandler(); }\n\n if (this.options.trapFocus) {\n Keyboard.trapFocus(this.$element);\n }\n\n /**\n * Fires once the dropdown is visible.\n * @event Dropdown#show\n */\n this.$element.trigger('show.zf.dropdown', [this.$element]);\n }\n\n /**\n * Closes the open dropdown pane.\n * @function\n * @fires Dropdown#hide\n */\n close() {\n if(!this.$element.hasClass('is-open')){\n return false;\n }\n this.$element.removeClass('is-open')\n .attr({'aria-hidden': true});\n\n this.$anchors.removeClass('hover')\n .attr('aria-expanded', false);\n\n /**\n * Fires once the dropdown is no longer visible.\n * @event Dropdown#hide\n */\n this.$element.trigger('hide.zf.dropdown', [this.$element]);\n\n if (this.options.trapFocus) {\n Keyboard.releaseFocus(this.$element);\n }\n }\n\n /**\n * Toggles the dropdown pane's visibility.\n * @function\n */\n toggle() {\n if(this.$element.hasClass('is-open')){\n if(this.$anchors.data('hover')) return;\n this.close();\n }else{\n this.open();\n }\n }\n\n /**\n * Destroys the dropdown.\n * @function\n */\n _destroy() {\n this.$element.off('.zf.trigger').hide();\n this.$anchors.off('.zf.dropdown');\n $(document.body).off('click.zf.dropdown tap.zf.dropdown');\n\n }\n}\n\nDropdown.defaults = {\n /**\n * Class that designates bounding container of Dropdown (default: window)\n * @option\n * @type {?string}\n * @default null\n */\n parentClass: null,\n /**\n * Amount of time to delay opening a submenu on hover event.\n * @option\n * @type {number}\n * @default 250\n */\n hoverDelay: 250,\n /**\n * Allow submenus to open on hover events\n * @option\n * @type {boolean}\n * @default false\n */\n hover: false,\n /**\n * Don't close dropdown when hovering over dropdown pane\n * @option\n * @type {boolean}\n * @default false\n */\n hoverPane: false,\n /**\n * Number of pixels between the dropdown pane and the triggering element on open.\n * @option\n * @type {number}\n * @default 0\n */\n vOffset: 0,\n /**\n * Number of pixels between the dropdown pane and the triggering element on open.\n * @option\n * @type {number}\n * @default 0\n */\n hOffset: 0,\n /**\n * Position of dropdown. Can be left, right, bottom, top, or auto.\n * @option\n * @type {string}\n * @default 'auto'\n */\n position: 'auto',\n /**\n * Alignment of dropdown relative to anchor. Can be left, right, bottom, top, center, or auto.\n * @option\n * @type {string}\n * @default 'auto'\n */\n alignment: 'auto',\n /**\n * Allow overlap of container/window. If false, dropdown will first try to position as defined by data-position and data-alignment, but reposition if it would cause an overflow.\n * @option\n * @type {boolean}\n * @default false\n */\n allowOverlap: false,\n /**\n * Allow overlap of only the bottom of the container. This is the most common\n * behavior for dropdowns, allowing the dropdown to extend the bottom of the\n * screen but not otherwise influence or break out of the container.\n * @option\n * @type {boolean}\n * @default true\n */\n allowBottomOverlap: true,\n /**\n * Allow the plugin to trap focus to the dropdown pane if opened with keyboard commands.\n * @option\n * @type {boolean}\n * @default false\n */\n trapFocus: false,\n /**\n * Allow the plugin to set focus to the first focusable element within the pane, regardless of method of opening.\n * @option\n * @type {boolean}\n * @default false\n */\n autoFocus: false,\n /**\n * Allows a click on the body to close the dropdown.\n * @option\n * @type {boolean}\n * @default false\n */\n closeOnClick: false,\n /**\n * If true the default action of the toggle (e.g. follow a link with href) gets executed on click. If hover option is also true the default action gets prevented on first click for mobile / touch devices and executed on second click.\n * @option\n * @type {boolean}\n * @default true\n */\n forceFollow: true\n};\n\nexport {Dropdown};\n","import { Box } from './foundation.util.box';\nimport { Plugin } from './foundation.core.plugin';\nimport { rtl as Rtl } from './foundation.core.utils';\n\nconst POSITIONS = ['left', 'right', 'top', 'bottom'];\nconst VERTICAL_ALIGNMENTS = ['top', 'bottom', 'center'];\nconst HORIZONTAL_ALIGNMENTS = ['left', 'right', 'center'];\n\nconst ALIGNMENTS = {\n 'left': VERTICAL_ALIGNMENTS,\n 'right': VERTICAL_ALIGNMENTS,\n 'top': HORIZONTAL_ALIGNMENTS,\n 'bottom': HORIZONTAL_ALIGNMENTS\n}\n\nfunction nextItem(item, array) {\n var currentIdx = array.indexOf(item);\n if(currentIdx === array.length - 1) {\n return array[0];\n } else {\n return array[currentIdx + 1];\n }\n}\n\n\nclass Positionable extends Plugin {\n /**\n * Abstract class encapsulating the tether-like explicit positioning logic\n * including repositioning based on overlap.\n * Expects classes to define defaults for vOffset, hOffset, position,\n * alignment, allowOverlap, and allowBottomOverlap. They can do this by\n * extending the defaults, or (for now recommended due to the way docs are\n * generated) by explicitly declaring them.\n *\n **/\n\n _init() {\n this.triedPositions = {};\n this.position = this.options.position === 'auto' ? this._getDefaultPosition() : this.options.position;\n this.alignment = this.options.alignment === 'auto' ? this._getDefaultAlignment() : this.options.alignment;\n this.originalPosition = this.position;\n this.originalAlignment = this.alignment;\n }\n\n _getDefaultPosition () {\n return 'bottom';\n }\n\n _getDefaultAlignment() {\n switch(this.position) {\n case 'bottom':\n case 'top':\n return Rtl() ? 'right' : 'left';\n case 'left':\n case 'right':\n return 'bottom';\n }\n }\n\n /**\n * Adjusts the positionable possible positions by iterating through alignments\n * and positions.\n * @function\n * @private\n */\n _reposition() {\n if(this._alignmentsExhausted(this.position)) {\n this.position = nextItem(this.position, POSITIONS);\n this.alignment = ALIGNMENTS[this.position][0];\n } else {\n this._realign();\n }\n }\n\n /**\n * Adjusts the dropdown pane possible positions by iterating through alignments\n * on the current position.\n * @function\n * @private\n */\n _realign() {\n this._addTriedPosition(this.position, this.alignment)\n this.alignment = nextItem(this.alignment, ALIGNMENTS[this.position])\n }\n\n _addTriedPosition(position, alignment) {\n this.triedPositions[position] = this.triedPositions[position] || []\n this.triedPositions[position].push(alignment);\n }\n\n _positionsExhausted() {\n var isExhausted = true;\n for(var i = 0; i < POSITIONS.length; i++) {\n isExhausted = isExhausted && this._alignmentsExhausted(POSITIONS[i]);\n }\n return isExhausted;\n }\n\n _alignmentsExhausted(position) {\n return this.triedPositions[position] && this.triedPositions[position].length === ALIGNMENTS[position].length;\n }\n\n\n // When we're trying to center, we don't want to apply offset that's going to\n // take us just off center, so wrap around to return 0 for the appropriate\n // offset in those alignments. TODO: Figure out if we want to make this\n // configurable behavior... it feels more intuitive, especially for tooltips, but\n // it's possible someone might actually want to start from center and then nudge\n // slightly off.\n _getVOffset() {\n return this.options.vOffset;\n }\n\n _getHOffset() {\n return this.options.hOffset;\n }\n\n _setPosition($anchor, $element, $parent) {\n if($anchor.attr('aria-expanded') === 'false'){ return false; }\n\n if (!this.options.allowOverlap) {\n // restore original position & alignment before checking overlap\n this.position = this.originalPosition;\n this.alignment = this.originalAlignment;\n }\n\n $element.offset(Box.GetExplicitOffsets($element, $anchor, this.position, this.alignment, this._getVOffset(), this._getHOffset()));\n\n if(!this.options.allowOverlap) {\n var minOverlap = 100000000;\n // default coordinates to how we start, in case we can't figure out better\n var minCoordinates = {position: this.position, alignment: this.alignment};\n while(!this._positionsExhausted()) {\n let overlap = Box.OverlapArea($element, $parent, false, false, this.options.allowBottomOverlap);\n if(overlap === 0) {\n return;\n }\n\n if(overlap < minOverlap) {\n minOverlap = overlap;\n minCoordinates = {position: this.position, alignment: this.alignment};\n }\n\n this._reposition();\n\n $element.offset(Box.GetExplicitOffsets($element, $anchor, this.position, this.alignment, this._getVOffset(), this._getHOffset()));\n }\n // If we get through the entire loop, there was no non-overlapping\n // position available. Pick the version with least overlap.\n this.position = minCoordinates.position;\n this.alignment = minCoordinates.alignment;\n $element.offset(Box.GetExplicitOffsets($element, $anchor, this.position, this.alignment, this._getVOffset(), this._getHOffset()));\n }\n }\n\n}\n\nPositionable.defaults = {\n /**\n * Position of positionable relative to anchor. Can be left, right, bottom, top, or auto.\n * @option\n * @type {string}\n * @default 'auto'\n */\n position: 'auto',\n /**\n * Alignment of positionable relative to anchor. Can be left, right, bottom, top, center, or auto.\n * @option\n * @type {string}\n * @default 'auto'\n */\n alignment: 'auto',\n /**\n * Allow overlap of container/window. If false, dropdown positionable first\n * try to position as defined by data-position and data-alignment, but\n * reposition if it would cause an overflow.\n * @option\n * @type {boolean}\n * @default false\n */\n allowOverlap: false,\n /**\n * Allow overlap of only the bottom of the container. This is the most common\n * behavior for dropdowns, allowing the dropdown to extend the bottom of the\n * screen but not otherwise influence or break out of the container.\n * @option\n * @type {boolean}\n * @default true\n */\n allowBottomOverlap: true,\n /**\n * Number of pixels the positionable should be separated vertically from anchor\n * @option\n * @type {number}\n * @default 0\n */\n vOffset: 0,\n /**\n * Number of pixels the positionable should be separated horizontally from anchor\n * @option\n * @type {number}\n * @default 0\n */\n hOffset: 0,\n}\n\nexport {Positionable};\n","import $ from 'jquery';\nimport { onLoad } from './foundation.core.utils';\nimport { Motion } from './foundation.util.motion';\n\nconst MutationObserver = (function () {\n var prefixes = ['WebKit', 'Moz', 'O', 'Ms', ''];\n for (var i=0; i < prefixes.length; i++) {\n if (`${prefixes[i]}MutationObserver` in window) {\n return window[`${prefixes[i]}MutationObserver`];\n }\n }\n return false;\n})();\n\nconst triggers = (el, type) => {\n el.data(type).split(' ').forEach(id => {\n $(`#${id}`)[ type === 'close' ? 'trigger' : 'triggerHandler'](`${type}.zf.trigger`, [el]);\n });\n};\n\nvar Triggers = {\n Listeners: {\n Basic: {},\n Global: {}\n },\n Initializers: {}\n}\n\nTriggers.Listeners.Basic = {\n openListener: function() {\n triggers($(this), 'open');\n },\n closeListener: function() {\n let id = $(this).data('close');\n if (id) {\n triggers($(this), 'close');\n }\n else {\n $(this).trigger('close.zf.trigger');\n }\n },\n toggleListener: function() {\n let id = $(this).data('toggle');\n if (id) {\n triggers($(this), 'toggle');\n } else {\n $(this).trigger('toggle.zf.trigger');\n }\n },\n closeableListener: function(e) {\n let animation = $(this).data('closable');\n\n // Only close the first closable element. See https://git.io/zf-7833\n e.stopPropagation();\n\n if(animation !== ''){\n Motion.animateOut($(this), animation, function() {\n $(this).trigger('closed.zf');\n });\n }else{\n $(this).fadeOut().trigger('closed.zf');\n }\n },\n toggleFocusListener: function() {\n let id = $(this).data('toggle-focus');\n $(`#${id}`).triggerHandler('toggle.zf.trigger', [$(this)]);\n }\n};\n\n// Elements with [data-open] will reveal a plugin that supports it when clicked.\nTriggers.Initializers.addOpenListener = ($elem) => {\n $elem.off('click.zf.trigger', Triggers.Listeners.Basic.openListener);\n $elem.on('click.zf.trigger', '[data-open]', Triggers.Listeners.Basic.openListener);\n}\n\n// Elements with [data-close] will close a plugin that supports it when clicked.\n// If used without a value on [data-close], the event will bubble, allowing it to close a parent component.\nTriggers.Initializers.addCloseListener = ($elem) => {\n $elem.off('click.zf.trigger', Triggers.Listeners.Basic.closeListener);\n $elem.on('click.zf.trigger', '[data-close]', Triggers.Listeners.Basic.closeListener);\n}\n\n// Elements with [data-toggle] will toggle a plugin that supports it when clicked.\nTriggers.Initializers.addToggleListener = ($elem) => {\n $elem.off('click.zf.trigger', Triggers.Listeners.Basic.toggleListener);\n $elem.on('click.zf.trigger', '[data-toggle]', Triggers.Listeners.Basic.toggleListener);\n}\n\n// Elements with [data-closable] will respond to close.zf.trigger events.\nTriggers.Initializers.addCloseableListener = ($elem) => {\n $elem.off('close.zf.trigger', Triggers.Listeners.Basic.closeableListener);\n $elem.on('close.zf.trigger', '[data-closeable], [data-closable]', Triggers.Listeners.Basic.closeableListener);\n}\n\n// Elements with [data-toggle-focus] will respond to coming in and out of focus\nTriggers.Initializers.addToggleFocusListener = ($elem) => {\n $elem.off('focus.zf.trigger blur.zf.trigger', Triggers.Listeners.Basic.toggleFocusListener);\n $elem.on('focus.zf.trigger blur.zf.trigger', '[data-toggle-focus]', Triggers.Listeners.Basic.toggleFocusListener);\n}\n\n\n\n// More Global/complex listeners and triggers\nTriggers.Listeners.Global = {\n resizeListener: function($nodes) {\n if(!MutationObserver){//fallback for IE 9\n $nodes.each(function(){\n $(this).triggerHandler('resizeme.zf.trigger');\n });\n }\n //trigger all listening elements and signal a resize event\n $nodes.attr('data-events', \"resize\");\n },\n scrollListener: function($nodes) {\n if(!MutationObserver){//fallback for IE 9\n $nodes.each(function(){\n $(this).triggerHandler('scrollme.zf.trigger');\n });\n }\n //trigger all listening elements and signal a scroll event\n $nodes.attr('data-events', \"scroll\");\n },\n closeMeListener: function(e, pluginId){\n let plugin = e.namespace.split('.')[0];\n let plugins = $(`[data-${plugin}]`).not(`[data-yeti-box=\"${pluginId}\"]`);\n\n plugins.each(function(){\n let _this = $(this);\n _this.triggerHandler('close.zf.trigger', [_this]);\n });\n }\n}\n\n// Global, parses whole document.\nTriggers.Initializers.addClosemeListener = function(pluginName) {\n var yetiBoxes = $('[data-yeti-box]'),\n plugNames = ['dropdown', 'tooltip', 'reveal'];\n\n if(pluginName){\n if(typeof pluginName === 'string'){\n plugNames.push(pluginName);\n }else if(typeof pluginName === 'object' && typeof pluginName[0] === 'string'){\n plugNames = plugNames.concat(pluginName);\n }else{\n console.error('Plugin names must be strings');\n }\n }\n if(yetiBoxes.length){\n let listeners = plugNames.map((name) => {\n return `closeme.zf.${name}`;\n }).join(' ');\n\n $(window).off(listeners).on(listeners, Triggers.Listeners.Global.closeMeListener);\n }\n}\n\nfunction debounceGlobalListener(debounce, trigger, listener) {\n let timer, args = Array.prototype.slice.call(arguments, 3);\n $(window).on(trigger, function() {\n if (timer) { clearTimeout(timer); }\n timer = setTimeout(function(){\n listener.apply(null, args);\n }, debounce || 10); //default time to emit scroll event\n });\n}\n\nTriggers.Initializers.addResizeListener = function(debounce){\n let $nodes = $('[data-resize]');\n if($nodes.length){\n debounceGlobalListener(debounce, 'resize.zf.trigger', Triggers.Listeners.Global.resizeListener, $nodes);\n }\n}\n\nTriggers.Initializers.addScrollListener = function(debounce){\n let $nodes = $('[data-scroll]');\n if($nodes.length){\n debounceGlobalListener(debounce, 'scroll.zf.trigger', Triggers.Listeners.Global.scrollListener, $nodes);\n }\n}\n\nTriggers.Initializers.addMutationEventsListener = function($elem) {\n if(!MutationObserver){ return false; }\n let $nodes = $elem.find('[data-resize], [data-scroll], [data-mutate]');\n\n //element callback\n var listeningElementsMutation = function (mutationRecordsList) {\n var $target = $(mutationRecordsList[0].target);\n\n //trigger the event handler for the element depending on type\n switch (mutationRecordsList[0].type) {\n case \"attributes\":\n if ($target.attr(\"data-events\") === \"scroll\" && mutationRecordsList[0].attributeName === \"data-events\") {\n $target.triggerHandler('scrollme.zf.trigger', [$target, window.pageYOffset]);\n }\n if ($target.attr(\"data-events\") === \"resize\" && mutationRecordsList[0].attributeName === \"data-events\") {\n $target.triggerHandler('resizeme.zf.trigger', [$target]);\n }\n if (mutationRecordsList[0].attributeName === \"style\") {\n $target.closest(\"[data-mutate]\").attr(\"data-events\",\"mutate\");\n $target.closest(\"[data-mutate]\").triggerHandler('mutateme.zf.trigger', [$target.closest(\"[data-mutate]\")]);\n }\n break;\n\n case \"childList\":\n $target.closest(\"[data-mutate]\").attr(\"data-events\",\"mutate\");\n $target.closest(\"[data-mutate]\").triggerHandler('mutateme.zf.trigger', [$target.closest(\"[data-mutate]\")]);\n break;\n\n default:\n return false;\n //nothing\n }\n };\n\n if ($nodes.length) {\n //for each element that needs to listen for resizing, scrolling, or mutation add a single observer\n for (var i = 0; i <= $nodes.length - 1; i++) {\n var elementObserver = new MutationObserver(listeningElementsMutation);\n elementObserver.observe($nodes[i], { attributes: true, childList: true, characterData: false, subtree: true, attributeFilter: [\"data-events\", \"style\"] });\n }\n }\n}\n\nTriggers.Initializers.addSimpleListeners = function() {\n let $document = $(document);\n\n Triggers.Initializers.addOpenListener($document);\n Triggers.Initializers.addCloseListener($document);\n Triggers.Initializers.addToggleListener($document);\n Triggers.Initializers.addCloseableListener($document);\n Triggers.Initializers.addToggleFocusListener($document);\n\n}\n\nTriggers.Initializers.addGlobalListeners = function() {\n let $document = $(document);\n Triggers.Initializers.addMutationEventsListener($document);\n Triggers.Initializers.addResizeListener(250);\n Triggers.Initializers.addScrollListener();\n Triggers.Initializers.addClosemeListener();\n}\n\n\nTriggers.init = function (__, Foundation) {\n onLoad($(window), function () {\n if ($.triggersInitialized !== true) {\n Triggers.Initializers.addSimpleListeners();\n Triggers.Initializers.addGlobalListeners();\n $.triggersInitialized = true;\n }\n });\n\n if(Foundation) {\n Foundation.Triggers = Triggers;\n // Legacy included to be backwards compatible for now.\n Foundation.IHearYou = Triggers.Initializers.addGlobalListeners\n }\n}\n\nexport {Triggers};\n","module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_core__;","module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_box__;","module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_keyboard__;","module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_motion__;","module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_touch__;","module.exports = __WEBPACK_EXTERNAL_MODULE_jquery__;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import { Foundation } from './foundation.core';\n\nimport { Dropdown } from '../../foundation.dropdown';\nFoundation.plugin(Dropdown, 'Dropdown');\n\nexport { Foundation, Dropdown };\n"],"names":["$","Keyboard","GetYoDigits","ignoreMousedisappear","Positionable","Triggers","Touch","Dropdown","_Positionable","_classCallCheck","_callSuper","arguments","_inherits","_createClass","key","value","_setup","element","options","$element","extend","defaults","data","className","init","_init","register","$id","attr","$anchors","concat","length","_setCurrentAnchor","first","parentClass","$parent","parents","$currentAnchor","_superPropGet","_events","_getDefaultPosition","position","match","_getDefaultAlignment","horizontalPosition","exec","_setPosition","removeClass","alignment","addClass","el","_this","hasTouch","window","ontouchstart","on","open","bind","close","toggle","off","e","forceFollow","hover","hasClass","preventDefault","bodyData","whatinput","clearTimeout","timeout","setTimeout","hoverDelay","hoverPane","add","$target","handleKey","is","focus","_addBodyHandler","$body","document","body","not","target","find","trigger","autoFocus","$focusable","findFocusable","eq","closeOnClick","trapFocus","releaseFocus","_destroy","hide","vOffset","hOffset","allowOverlap","allowBottomOverlap","Box","Plugin","rtl","Rtl","POSITIONS","VERTICAL_ALIGNMENTS","HORIZONTAL_ALIGNMENTS","ALIGNMENTS","nextItem","item","array","currentIdx","indexOf","_Plugin","triedPositions","originalPosition","originalAlignment","_reposition","_alignmentsExhausted","_realign","_addTriedPosition","push","_positionsExhausted","isExhausted","i","_getVOffset","_getHOffset","$anchor","offset","GetExplicitOffsets","minOverlap","minCoordinates","overlap","OverlapArea","onLoad","Motion","MutationObserver","prefixes","triggers","type","split","forEach","id","Listeners","Basic","Global","Initializers","openListener","closeListener","toggleListener","closeableListener","animation","stopPropagation","animateOut","fadeOut","toggleFocusListener","triggerHandler","addOpenListener","$elem","addCloseListener","addToggleListener","addCloseableListener","addToggleFocusListener","resizeListener","$nodes","each","scrollListener","closeMeListener","pluginId","plugin","namespace","plugins","addClosemeListener","pluginName","yetiBoxes","plugNames","_typeof","console","error","listeners","map","name","join","debounceGlobalListener","debounce","listener","timer","args","Array","prototype","slice","call","apply","addResizeListener","addScrollListener","addMutationEventsListener","listeningElementsMutation","mutationRecordsList","attributeName","pageYOffset","closest","elementObserver","observe","attributes","childList","characterData","subtree","attributeFilter","addSimpleListeners","$document","addGlobalListeners","__","Foundation","triggersInitialized","IHearYou"],"sourceRoot":""}
@@ -1,2 +1,2 @@
1
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("./foundation.util.keyboard"),require("./foundation.core"),require("jquery"),require("./foundation.util.box"),require("./foundation.util.motion"),require("./foundation.util.touch")):"function"==typeof define&&define.amd?define(["./foundation.util.keyboard","./foundation.core","jquery","./foundation.util.box","./foundation.util.motion","./foundation.util.touch"],e):"object"==typeof exports?exports["foundation.dropdown"]=e(require("./foundation.util.keyboard"),require("./foundation.core"),require("jquery"),require("./foundation.util.box"),require("./foundation.util.motion"),require("./foundation.util.touch")):(t.__FOUNDATION_EXTERNAL__=t.__FOUNDATION_EXTERNAL__||{},t.__FOUNDATION_EXTERNAL__["foundation.dropdown"]=e(t.__FOUNDATION_EXTERNAL__["foundation.util.keyboard"],t.__FOUNDATION_EXTERNAL__["foundation.core"],t.jQuery,t.__FOUNDATION_EXTERNAL__["foundation.util.box"],t.__FOUNDATION_EXTERNAL__["foundation.util.motion"],t.__FOUNDATION_EXTERNAL__["foundation.util.touch"]))}(window,function(o,n,i,r,s,a){return c={},l.m=u={"./foundation.core":function(t,e){t.exports=n},"./foundation.util.box":function(t,e){t.exports=r},"./foundation.util.keyboard":function(t,e){t.exports=o},"./foundation.util.motion":function(t,e){t.exports=s},"./foundation.util.touch":function(t,e){t.exports=a},"./js/entries/plugins/foundation.dropdown.js":function(t,e,o){"use strict";o.r(e);var n=o("./foundation.core");o.d(e,"Foundation",function(){return n.Foundation});var i=o("./js/foundation.dropdown.js");o.d(e,"Dropdown",function(){return i.Dropdown}),n.Foundation.plugin(i.Dropdown,"Dropdown")},"./js/foundation.dropdown.js":function(t,e,o){"use strict";o.r(e),o.d(e,"Dropdown",function(){return m});var n=o("jquery"),i=o.n(n),r=o("./foundation.util.keyboard"),s=o("./foundation.core"),a=o("./js/foundation.positionable.js"),l=o("./js/foundation.util.triggers.js"),u=o("./foundation.util.touch");function c(t){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function f(t,e){for(var o=0;o<e.length;o++){var n=e[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function d(t,e){return!e||"object"!==c(e)&&"function"!=typeof e?function(t){if(void 0!==t)return t;throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}(t):e}function h(t,e,o){return(h="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,o){var n=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=p(t)););return t}(t,e);if(n){var i=Object.getOwnPropertyDescriptor(n,e);return i.get?i.get.call(o):i.value}})(t,e,o||t)}function p(t){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function g(t,e){return(g=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}var m=function(){function o(){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,o),d(this,p(o).apply(this,arguments))}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&g(t,e)}(o,a["Positionable"]),function(t,e,o){e&&f(t.prototype,e),o&&f(t,o)}(o,[{key:"_setup",value:function(t,e){this.$element=t,this.options=i.a.extend({},o.defaults,this.$element.data(),e),this.className="Dropdown",u.Touch.init(i.a),l.Triggers.init(i.a),this._init(),r.Keyboard.register("Dropdown",{ENTER:"toggle",SPACE:"toggle",ESCAPE:"close"})}},{key:"_init",value:function(){var t=this.$element.attr("id");this.$anchors=i()('[data-toggle="'.concat(t,'"]')).length?i()('[data-toggle="'.concat(t,'"]')):i()('[data-open="'.concat(t,'"]')),this.$anchors.attr({"aria-controls":t,"data-is-focus":!1,"data-yeti-box":t,"aria-haspopup":!0,"aria-expanded":!1}),this._setCurrentAnchor(this.$anchors.first()),this.options.parentClass?this.$parent=this.$element.parents("."+this.options.parentClass):this.$parent=null,void 0===this.$element.attr("aria-labelledby")&&(void 0===this.$currentAnchor.attr("id")&&this.$currentAnchor.attr("id",Object(s.GetYoDigits)(6,"dd-anchor")),this.$element.attr("aria-labelledby",this.$currentAnchor.attr("id"))),this.$element.attr({"aria-hidden":"true","data-yeti-box":t,"data-resize":t}),h(p(o.prototype),"_init",this).call(this),this._events()}},{key:"_getDefaultPosition",value:function(){var t=this.$element[0].className.match(/(top|left|right|bottom)/g);return t?t[0]:"bottom"}},{key:"_getDefaultAlignment",value:function(){var t=/float-(\S+)/.exec(this.$currentAnchor.attr("class"));return t?t[1]:h(p(o.prototype),"_getDefaultAlignment",this).call(this)}},{key:"_setPosition",value:function(){this.$element.removeClass("has-position-".concat(this.position," has-alignment-").concat(this.alignment)),h(p(o.prototype),"_setPosition",this).call(this,this.$currentAnchor,this.$element,this.$parent),this.$element.addClass("has-position-".concat(this.position," has-alignment-").concat(this.alignment))}},{key:"_setCurrentAnchor",value:function(t){this.$currentAnchor=i()(t)}},{key:"_events",value:function(){var o=this,e="ontouchstart"in window||void 0!==window.ontouchstart;this.$element.on({"open.zf.trigger":this.open.bind(this),"close.zf.trigger":this.close.bind(this),"toggle.zf.trigger":this.toggle.bind(this),"resizeme.zf.trigger":this._setPosition.bind(this)}),this.$anchors.off("click.zf.trigger").on("click.zf.trigger",function(t){o._setCurrentAnchor(this),(!1===o.options.forceFollow||e&&o.options.hover&&!1===o.$element.hasClass("is-open"))&&t.preventDefault()}),this.options.hover&&(this.$anchors.off("mouseenter.zf.dropdown mouseleave.zf.dropdown").on("mouseenter.zf.dropdown",function(){o._setCurrentAnchor(this);var t=i()("body").data();void 0!==t.whatinput&&"mouse"!==t.whatinput||(clearTimeout(o.timeout),o.timeout=setTimeout(function(){o.open(),o.$anchors.data("hover",!0)},o.options.hoverDelay))}).on("mouseleave.zf.dropdown",Object(s.ignoreMousedisappear)(function(){clearTimeout(o.timeout),o.timeout=setTimeout(function(){o.close(),o.$anchors.data("hover",!1)},o.options.hoverDelay)})),this.options.hoverPane&&this.$element.off("mouseenter.zf.dropdown mouseleave.zf.dropdown").on("mouseenter.zf.dropdown",function(){clearTimeout(o.timeout)}).on("mouseleave.zf.dropdown",Object(s.ignoreMousedisappear)(function(){clearTimeout(o.timeout),o.timeout=setTimeout(function(){o.close(),o.$anchors.data("hover",!1)},o.options.hoverDelay)}))),this.$anchors.add(this.$element).on("keydown.zf.dropdown",function(t){var e=i()(this);r.Keyboard.findFocusable(o.$element);r.Keyboard.handleKey(t,"Dropdown",{open:function(){e.is(o.$anchors)&&!e.is("input, textarea")&&(o.open(),o.$element.attr("tabindex",-1).focus(),t.preventDefault())},close:function(){o.close(),o.$anchors.focus()}})})}},{key:"_addBodyHandler",value:function(){var e=i()(document.body).not(this.$element),o=this;e.off("click.zf.dropdown tap.zf.dropdown").on("click.zf.dropdown tap.zf.dropdown",function(t){o.$anchors.is(t.target)||o.$anchors.find(t.target).length||o.$element.is(t.target)||o.$element.find(t.target).length||(o.close(),e.off("click.zf.dropdown tap.zf.dropdown"))})}},{key:"open",value:function(){if(this.$element.trigger("closeme.zf.dropdown",this.$element.attr("id")),this.$anchors.addClass("hover").attr({"aria-expanded":!0}),this.$element.addClass("is-opening"),this._setPosition(),this.$element.removeClass("is-opening").addClass("is-open").attr({"aria-hidden":!1}),this.options.autoFocus){var t=r.Keyboard.findFocusable(this.$element);t.length&&t.eq(0).focus()}this.options.closeOnClick&&this._addBodyHandler(),this.options.trapFocus&&r.Keyboard.trapFocus(this.$element),this.$element.trigger("show.zf.dropdown",[this.$element])}},{key:"close",value:function(){if(!this.$element.hasClass("is-open"))return!1;this.$element.removeClass("is-open").attr({"aria-hidden":!0}),this.$anchors.removeClass("hover").attr("aria-expanded",!1),this.$element.trigger("hide.zf.dropdown",[this.$element]),this.options.trapFocus&&r.Keyboard.releaseFocus(this.$element)}},{key:"toggle",value:function(){if(this.$element.hasClass("is-open")){if(this.$anchors.data("hover"))return;this.close()}else this.open()}},{key:"_destroy",value:function(){this.$element.off(".zf.trigger").hide(),this.$anchors.off(".zf.dropdown"),i()(document.body).off("click.zf.dropdown tap.zf.dropdown")}}]),o}();m.defaults={parentClass:null,hoverDelay:250,hover:!1,hoverPane:!1,vOffset:0,hOffset:0,position:"auto",alignment:"auto",allowOverlap:!1,allowBottomOverlap:!0,trapFocus:!1,autoFocus:!1,closeOnClick:!1,forceFollow:!0}},"./js/foundation.positionable.js":function(t,e,o){"use strict";o.r(e),o.d(e,"Positionable",function(){return g});var s=o("./foundation.util.box"),n=o("./foundation.core");function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function r(t,e){for(var o=0;o<e.length;o++){var n=e[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function a(t,e){return!e||"object"!==i(e)&&"function"!=typeof e?function(t){if(void 0!==t)return t;throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}(t):e}function l(t){return(l=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function u(t,e){return(u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}var c=["left","right","top","bottom"],f=["top","bottom","center"],d=["left","right","center"],h={left:f,right:f,top:d,bottom:d};function p(t,e){var o=e.indexOf(t);return o===e.length-1?e[0]:e[o+1]}var g=function(){function t(){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),a(this,l(t).apply(this,arguments))}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(t,n["Plugin"]),function(t,e,o){e&&r(t.prototype,e),o&&r(t,o)}(t,[{key:"_init",value:function(){this.triedPositions={},this.position="auto"===this.options.position?this._getDefaultPosition():this.options.position,this.alignment="auto"===this.options.alignment?this._getDefaultAlignment():this.options.alignment,this.originalPosition=this.position,this.originalAlignment=this.alignment}},{key:"_getDefaultPosition",value:function(){return"bottom"}},{key:"_getDefaultAlignment",value:function(){switch(this.position){case"bottom":case"top":return Object(n.rtl)()?"right":"left";case"left":case"right":return"bottom"}}},{key:"_reposition",value:function(){this._alignmentsExhausted(this.position)?(this.position=p(this.position,c),this.alignment=h[this.position][0]):this._realign()}},{key:"_realign",value:function(){this._addTriedPosition(this.position,this.alignment),this.alignment=p(this.alignment,h[this.position])}},{key:"_addTriedPosition",value:function(t,e){this.triedPositions[t]=this.triedPositions[t]||[],this.triedPositions[t].push(e)}},{key:"_positionsExhausted",value:function(){for(var t=!0,e=0;e<c.length;e++)t=t&&this._alignmentsExhausted(c[e]);return t}},{key:"_alignmentsExhausted",value:function(t){return this.triedPositions[t]&&this.triedPositions[t].length==h[t].length}},{key:"_getVOffset",value:function(){return this.options.vOffset}},{key:"_getHOffset",value:function(){return this.options.hOffset}},{key:"_setPosition",value:function(t,e,o){if("false"===t.attr("aria-expanded"))return!1;if(this.options.allowOverlap||(this.position=this.originalPosition,this.alignment=this.originalAlignment),e.offset(s.Box.GetExplicitOffsets(e,t,this.position,this.alignment,this._getVOffset(),this._getHOffset())),!this.options.allowOverlap){for(var n=1e8,i={position:this.position,alignment:this.alignment};!this._positionsExhausted();){var r=s.Box.OverlapArea(e,o,!1,!1,this.options.allowBottomOverlap);if(0===r)return;r<n&&(n=r,i={position:this.position,alignment:this.alignment}),this._reposition(),e.offset(s.Box.GetExplicitOffsets(e,t,this.position,this.alignment,this._getVOffset(),this._getHOffset()))}this.position=i.position,this.alignment=i.alignment,e.offset(s.Box.GetExplicitOffsets(e,t,this.position,this.alignment,this._getVOffset(),this._getHOffset()))}}}]),t}();g.defaults={position:"auto",alignment:"auto",allowOverlap:!1,allowBottomOverlap:!0,vOffset:0,hOffset:0}},"./js/foundation.util.triggers.js":function(t,e,o){"use strict";o.r(e),o.d(e,"Triggers",function(){return c});var n=o("jquery"),r=o.n(n),i=o("./foundation.core"),s=o("./foundation.util.motion");function a(t){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function l(e,o){e.data(o).split(" ").forEach(function(t){r()("#".concat(t))["close"===o?"trigger":"triggerHandler"]("".concat(o,".zf.trigger"),[e])})}var u=function(){for(var t=["WebKit","Moz","O","Ms",""],e=0;e<t.length;e++)if("".concat(t[e],"MutationObserver")in window)return window["".concat(t[e],"MutationObserver")];return!1}(),c={Listeners:{Basic:{},Global:{}},Initializers:{}};function f(e,t,o){var n,i=Array.prototype.slice.call(arguments,3);r()(window).off(t).on(t,function(t){n&&clearTimeout(n),n=setTimeout(function(){o.apply(null,i)},e||10)})}c.Listeners.Basic={openListener:function(){l(r()(this),"open")},closeListener:function(){r()(this).data("close")?l(r()(this),"close"):r()(this).trigger("close.zf.trigger")},toggleListener:function(){r()(this).data("toggle")?l(r()(this),"toggle"):r()(this).trigger("toggle.zf.trigger")},closeableListener:function(t){var e=r()(this).data("closable");t.stopPropagation(),""!==e?s.Motion.animateOut(r()(this),e,function(){r()(this).trigger("closed.zf")}):r()(this).fadeOut().trigger("closed.zf")},toggleFocusListener:function(){var t=r()(this).data("toggle-focus");r()("#".concat(t)).triggerHandler("toggle.zf.trigger",[r()(this)])}},c.Initializers.addOpenListener=function(t){t.off("click.zf.trigger",c.Listeners.Basic.openListener),t.on("click.zf.trigger","[data-open]",c.Listeners.Basic.openListener)},c.Initializers.addCloseListener=function(t){t.off("click.zf.trigger",c.Listeners.Basic.closeListener),t.on("click.zf.trigger","[data-close]",c.Listeners.Basic.closeListener)},c.Initializers.addToggleListener=function(t){t.off("click.zf.trigger",c.Listeners.Basic.toggleListener),t.on("click.zf.trigger","[data-toggle]",c.Listeners.Basic.toggleListener)},c.Initializers.addCloseableListener=function(t){t.off("close.zf.trigger",c.Listeners.Basic.closeableListener),t.on("close.zf.trigger","[data-closeable], [data-closable]",c.Listeners.Basic.closeableListener)},c.Initializers.addToggleFocusListener=function(t){t.off("focus.zf.trigger blur.zf.trigger",c.Listeners.Basic.toggleFocusListener),t.on("focus.zf.trigger blur.zf.trigger","[data-toggle-focus]",c.Listeners.Basic.toggleFocusListener)},c.Listeners.Global={resizeListener:function(t){u||t.each(function(){r()(this).triggerHandler("resizeme.zf.trigger")}),t.attr("data-events","resize")},scrollListener:function(t){u||t.each(function(){r()(this).triggerHandler("scrollme.zf.trigger")}),t.attr("data-events","scroll")},closeMeListener:function(t,e){var o=t.namespace.split(".")[0];r()("[data-".concat(o,"]")).not('[data-yeti-box="'.concat(e,'"]')).each(function(){var t=r()(this);t.triggerHandler("close.zf.trigger",[t])})}},c.Initializers.addClosemeListener=function(t){var e=r()("[data-yeti-box]"),o=["dropdown","tooltip","reveal"];if(t&&("string"==typeof t?o.push(t):"object"===a(t)&&"string"==typeof t[0]?o=o.concat(t):console.error("Plugin names must be strings")),e.length){var n=o.map(function(t){return"closeme.zf.".concat(t)}).join(" ");r()(window).off(n).on(n,c.Listeners.Global.closeMeListener)}},c.Initializers.addResizeListener=function(t){var e=r()("[data-resize]");e.length&&f(t,"resize.zf.trigger",c.Listeners.Global.resizeListener,e)},c.Initializers.addScrollListener=function(t){var e=r()("[data-scroll]");e.length&&f(t,"scroll.zf.trigger",c.Listeners.Global.scrollListener,e)},c.Initializers.addMutationEventsListener=function(t){if(!u)return!1;function e(t){var e=r()(t[0].target);switch(t[0].type){case"attributes":"scroll"===e.attr("data-events")&&"data-events"===t[0].attributeName&&e.triggerHandler("scrollme.zf.trigger",[e,window.pageYOffset]),"resize"===e.attr("data-events")&&"data-events"===t[0].attributeName&&e.triggerHandler("resizeme.zf.trigger",[e]),"style"===t[0].attributeName&&(e.closest("[data-mutate]").attr("data-events","mutate"),e.closest("[data-mutate]").triggerHandler("mutateme.zf.trigger",[e.closest("[data-mutate]")]));break;case"childList":e.closest("[data-mutate]").attr("data-events","mutate"),e.closest("[data-mutate]").triggerHandler("mutateme.zf.trigger",[e.closest("[data-mutate]")]);break;default:return!1}}var o=t.find("[data-resize], [data-scroll], [data-mutate]");if(o.length)for(var n=0;n<=o.length-1;n++){new u(e).observe(o[n],{attributes:!0,childList:!0,characterData:!1,subtree:!0,attributeFilter:["data-events","style"]})}},c.Initializers.addSimpleListeners=function(){var t=r()(document);c.Initializers.addOpenListener(t),c.Initializers.addCloseListener(t),c.Initializers.addToggleListener(t),c.Initializers.addCloseableListener(t),c.Initializers.addToggleFocusListener(t)},c.Initializers.addGlobalListeners=function(){var t=r()(document);c.Initializers.addMutationEventsListener(t),c.Initializers.addResizeListener(),c.Initializers.addScrollListener(),c.Initializers.addClosemeListener()},c.init=function(t,e){Object(i.onLoad)(t(window),function(){!0!==t.triggersInitialized&&(c.Initializers.addSimpleListeners(),c.Initializers.addGlobalListeners(),t.triggersInitialized=!0)}),e&&(e.Triggers=c,e.IHearYou=c.Initializers.addGlobalListeners)}},4:function(t,e,o){t.exports=o("./js/entries/plugins/foundation.dropdown.js")},jquery:function(t,e){t.exports=i}},l.c=c,l.d=function(t,e,o){l.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},l.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},l.t=function(e,t){if(1&t&&(e=l(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(l.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)l.d(o,n,function(t){return e[t]}.bind(null,n));return o},l.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return l.d(e,"a",e),e},l.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},l.p="",l(l.s=4);function l(t){if(c[t])return c[t].exports;var e=c[t]={i:t,l:!1,exports:{}};return u[t].call(e.exports,e,e.exports,l),e.l=!0,e.exports}var u,c});
1
+ ((t,e)=>{"object"==typeof exports&&"object"==typeof module?module.exports=e(require("./foundation.core"),require("jquery"),require("./foundation.util.keyboard"),require("./foundation.util.box"),require("./foundation.util.motion"),require("./foundation.util.touch")):"function"==typeof define&&define.amd?define(["./foundation.core","jquery","./foundation.util.keyboard","./foundation.util.box","./foundation.util.motion","./foundation.util.touch"],e):"object"==typeof exports?exports.__FOUNDATION_EXTERNAL__=e(require("./foundation.core"),require("jquery"),require("./foundation.util.keyboard"),require("./foundation.util.box"),require("./foundation.util.motion"),require("./foundation.util.touch")):(t.__FOUNDATION_EXTERNAL__=t.__FOUNDATION_EXTERNAL__||{},t.__FOUNDATION_EXTERNAL__["foundation.dropdown"]=e(t.__FOUNDATION_EXTERNAL__["foundation.core"],t.jQuery,t.__FOUNDATION_EXTERNAL__["foundation.util.keyboard"],t.__FOUNDATION_EXTERNAL__["foundation.util.box"],t.__FOUNDATION_EXTERNAL__["foundation.util.motion"],t.__FOUNDATION_EXTERNAL__["foundation.util.touch"]))})(self,function(e,o,n,i,r,s){return l={"./js/foundation.dropdown.js":function(t,e,o){o.r(e),o.d(e,{Dropdown:function(){return n}});var e=o("jquery"),i=o.n(e),r=o("./foundation.util.keyboard"),s=o("./foundation.core"),e=o("./js/foundation.positionable.js"),a=o("./js/foundation.util.triggers.js"),l=o("./foundation.util.touch");function u(t){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function c(t,e){for(var o=0;o<e.length;o++){var n=e[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,(t=>(t=((t,e)=>{if("object"!=u(t)||!t)return t;var o=t[Symbol.toPrimitive];if(void 0===o)return("string"===e?String:Number)(t);if("object"!=u(o=o.call(t,e||"default")))return o;throw new TypeError("@@toPrimitive must return a primitive value.")})(t,"string"),"symbol"==u(t)?t:t+""))(n.key),n)}}function f(t,e,o){e=g(e);var n=t,e=d()?Reflect.construct(e,o||[],g(t).constructor):e.apply(t,o);if(!e||"object"!=u(e)&&"function"!=typeof e){if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");if(void 0===(e=n))throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return e}function d(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(d=function(){return!!t})()}function p(t,e,o,n){var i=h(g(1&n?t.prototype:t),e,o);return 2&n&&"function"==typeof i?function(t){return i.apply(o,t)}:i}function h(){return(h="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,o){var n=((t,e)=>{for(;!{}.hasOwnProperty.call(t,e)&&null!==(t=g(t)););return t})(t,e);if(n)return(n=Object.getOwnPropertyDescriptor(n,e)).get?n.get.call(arguments.length<3?t:o):n.value}).apply(null,arguments)}function g(t){return(g=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function m(t,e){return(m=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var n=(t=>{function o(){var t=this,e=o;if(t instanceof e)return f(this,o,arguments);throw new TypeError("Cannot call a class as a function")}var e,n=o;if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),Object.defineProperty(n,"prototype",{writable:!1}),t&&m(n,t),n=o,(t=[{key:"_setup",value:function(t,e){this.$element=t,this.options=i().extend({},o.defaults,this.$element.data(),e),this.className="Dropdown",l.Touch.init(i()),a.Triggers.init(i()),this._init(),r.Keyboard.register("Dropdown",{ENTER:"toggle",SPACE:"toggle",ESCAPE:"close"})}},{key:"_init",value:function(){var t=this.$element.attr("id");this.$anchors=i()('[data-toggle="'.concat(t,'"]')).length?i()('[data-toggle="'.concat(t,'"]')):i()('[data-open="'.concat(t,'"]')),this.$anchors.attr({"aria-controls":t,"data-is-focus":!1,"data-yeti-box":t,"aria-haspopup":!0,"aria-expanded":!1}),this._setCurrentAnchor(this.$anchors.first()),this.options.parentClass?this.$parent=this.$element.parents("."+this.options.parentClass):this.$parent=null,void 0===this.$element.attr("aria-labelledby")&&(void 0===this.$currentAnchor.attr("id")&&this.$currentAnchor.attr("id",(0,s.GetYoDigits)(6,"dd-anchor")),this.$element.attr("aria-labelledby",this.$currentAnchor.attr("id"))),this.$element.attr({"aria-hidden":"true","data-yeti-box":t,"data-resize":t}),p(o,"_init",this,3)([]),this._events()}},{key:"_getDefaultPosition",value:function(){var t=this.$element[0].className.match(/(top|left|right|bottom)/g);return t?t[0]:"bottom"}},{key:"_getDefaultAlignment",value:function(){var t=/float-(\S+)/.exec(this.$currentAnchor.attr("class"));return t?t[1]:p(o,"_getDefaultAlignment",this,3)([])}},{key:"_setPosition",value:function(){this.$element.removeClass("has-position-".concat(this.position," has-alignment-").concat(this.alignment)),p(o,"_setPosition",this,3)([this.$currentAnchor,this.$element,this.$parent]),this.$element.addClass("has-position-".concat(this.position," has-alignment-").concat(this.alignment))}},{key:"_setCurrentAnchor",value:function(t){this.$currentAnchor=i()(t)}},{key:"_events",value:function(){var o=this,e="ontouchstart"in window||void 0!==window.ontouchstart;this.$element.on({"open.zf.trigger":this.open.bind(this),"close.zf.trigger":this.close.bind(this),"toggle.zf.trigger":this.toggle.bind(this),"resizeme.zf.trigger":this._setPosition.bind(this)}),this.$anchors.off("click.zf.trigger").on("click.zf.trigger",function(t){o._setCurrentAnchor(this),(!1===o.options.forceFollow||e&&o.options.hover&&!1===o.$element.hasClass("is-open"))&&t.preventDefault()}),this.options.hover&&(this.$anchors.off("mouseenter.zf.dropdown mouseleave.zf.dropdown").on("mouseenter.zf.dropdown",function(){o._setCurrentAnchor(this);var t=i()("body").data();void 0!==t.whatinput&&"mouse"!==t.whatinput||(clearTimeout(o.timeout),o.timeout=setTimeout(function(){o.open(),o.$anchors.data("hover",!0)},o.options.hoverDelay))}).on("mouseleave.zf.dropdown",(0,s.ignoreMousedisappear)(function(){clearTimeout(o.timeout),o.timeout=setTimeout(function(){o.close(),o.$anchors.data("hover",!1)},o.options.hoverDelay)})),this.options.hoverPane)&&this.$element.off("mouseenter.zf.dropdown mouseleave.zf.dropdown").on("mouseenter.zf.dropdown",function(){clearTimeout(o.timeout)}).on("mouseleave.zf.dropdown",(0,s.ignoreMousedisappear)(function(){clearTimeout(o.timeout),o.timeout=setTimeout(function(){o.close(),o.$anchors.data("hover",!1)},o.options.hoverDelay)})),this.$anchors.add(this.$element).on("keydown.zf.dropdown",function(t){var e=i()(this);r.Keyboard.handleKey(t,"Dropdown",{open:function(){e.is(o.$anchors)&&!e.is("input, textarea")&&(o.open(),o.$element.attr("tabindex",-1).focus(),t.preventDefault())},close:function(){o.close(),o.$anchors.focus()}})})}},{key:"_addBodyHandler",value:function(){var e=i()(document.body).not(this.$element),o=this;e.off("click.zf.dropdown tap.zf.dropdown").on("click.zf.dropdown tap.zf.dropdown",function(t){o.$anchors.is(t.target)||o.$anchors.find(t.target).length||o.$element.is(t.target)||o.$element.find(t.target).length||(o.close(),e.off("click.zf.dropdown tap.zf.dropdown"))})}},{key:"open",value:function(){var t;this.$element.trigger("closeme.zf.dropdown",this.$element.attr("id")),this.$anchors.addClass("hover").attr({"aria-expanded":!0}),this.$element.addClass("is-opening"),this._setPosition(),this.$element.removeClass("is-opening").addClass("is-open").attr({"aria-hidden":!1}),this.options.autoFocus&&(t=r.Keyboard.findFocusable(this.$element)).length&&t.eq(0).focus(),this.options.closeOnClick&&this._addBodyHandler(),this.options.trapFocus&&r.Keyboard.trapFocus(this.$element),this.$element.trigger("show.zf.dropdown",[this.$element])}},{key:"close",value:function(){if(!this.$element.hasClass("is-open"))return!1;this.$element.removeClass("is-open").attr({"aria-hidden":!0}),this.$anchors.removeClass("hover").attr("aria-expanded",!1),this.$element.trigger("hide.zf.dropdown",[this.$element]),this.options.trapFocus&&r.Keyboard.releaseFocus(this.$element)}},{key:"toggle",value:function(){this.$element.hasClass("is-open")?this.$anchors.data("hover")||this.close():this.open()}},{key:"_destroy",value:function(){this.$element.off(".zf.trigger").hide(),this.$anchors.off(".zf.dropdown"),i()(document.body).off("click.zf.dropdown tap.zf.dropdown")}}])&&c(n.prototype,t),e&&c(n,e),Object.defineProperty(n,"prototype",{writable:!1}),n})(e.Positionable);n.defaults={parentClass:null,hoverDelay:250,hover:!1,hoverPane:!1,vOffset:0,hOffset:0,position:"auto",alignment:"auto",allowOverlap:!1,allowBottomOverlap:!0,trapFocus:!1,autoFocus:!1,closeOnClick:!1,forceFollow:!0}},"./js/foundation.positionable.js":function(t,e,o){o.r(e),o.d(e,{Positionable:function(){return n}});var s=o("./foundation.util.box"),i=o("./foundation.core");function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function a(t,e){for(var o=0;o<e.length;o++){var n=e[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,(t=>(t=((t,e)=>{if("object"!=r(t)||!t)return t;var o=t[Symbol.toPrimitive];if(void 0===o)return("string"===e?String:Number)(t);if("object"!=r(o=o.call(t,e||"default")))return o;throw new TypeError("@@toPrimitive must return a primitive value.")})(t,"string"),"symbol"==r(t)?t:t+""))(n.key),n)}}function l(t,e,o){e=c(e);var n=t,e=u()?Reflect.construct(e,o||[],c(t).constructor):e.apply(t,o);if(!e||"object"!=r(e)&&"function"!=typeof e){if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");if(void 0===(e=n))throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return e}function u(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(u=function(){return!!t})()}function c(t){return(c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function f(t,e){return(f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var d=["left","right","top","bottom"],e=["top","bottom","center"],o=["left","right","center"],p={left:e,right:e,top:o,bottom:o};function h(t,e){t=e.indexOf(t);return t===e.length-1?e[0]:e[t+1]}var n=(t=>{function o(){var t=this,e=o;if(t instanceof e)return l(this,o,arguments);throw new TypeError("Cannot call a class as a function")}var e,n=o;if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),Object.defineProperty(n,"prototype",{writable:!1}),t&&f(n,t),n=o,(t=[{key:"_init",value:function(){this.triedPositions={},this.position="auto"===this.options.position?this._getDefaultPosition():this.options.position,this.alignment="auto"===this.options.alignment?this._getDefaultAlignment():this.options.alignment,this.originalPosition=this.position,this.originalAlignment=this.alignment}},{key:"_getDefaultPosition",value:function(){return"bottom"}},{key:"_getDefaultAlignment",value:function(){switch(this.position){case"bottom":case"top":return(0,i.rtl)()?"right":"left";case"left":case"right":return"bottom"}}},{key:"_reposition",value:function(){this._alignmentsExhausted(this.position)?(this.position=h(this.position,d),this.alignment=p[this.position][0]):this._realign()}},{key:"_realign",value:function(){this._addTriedPosition(this.position,this.alignment),this.alignment=h(this.alignment,p[this.position])}},{key:"_addTriedPosition",value:function(t,e){this.triedPositions[t]=this.triedPositions[t]||[],this.triedPositions[t].push(e)}},{key:"_positionsExhausted",value:function(){for(var t=!0,e=0;e<d.length;e++)t=t&&this._alignmentsExhausted(d[e]);return t}},{key:"_alignmentsExhausted",value:function(t){return this.triedPositions[t]&&this.triedPositions[t].length===p[t].length}},{key:"_getVOffset",value:function(){return this.options.vOffset}},{key:"_getHOffset",value:function(){return this.options.hOffset}},{key:"_setPosition",value:function(t,e,o){if("false"===t.attr("aria-expanded"))return!1;if(this.options.allowOverlap||(this.position=this.originalPosition,this.alignment=this.originalAlignment),e.offset(s.Box.GetExplicitOffsets(e,t,this.position,this.alignment,this._getVOffset(),this._getHOffset())),!this.options.allowOverlap){for(var n=1e8,i={position:this.position,alignment:this.alignment};!this._positionsExhausted();){var r=s.Box.OverlapArea(e,o,!1,!1,this.options.allowBottomOverlap);if(0===r)return;r<n&&(n=r,i={position:this.position,alignment:this.alignment}),this._reposition(),e.offset(s.Box.GetExplicitOffsets(e,t,this.position,this.alignment,this._getVOffset(),this._getHOffset()))}this.position=i.position,this.alignment=i.alignment,e.offset(s.Box.GetExplicitOffsets(e,t,this.position,this.alignment,this._getVOffset(),this._getHOffset()))}}}])&&a(n.prototype,t),e&&a(n,e),Object.defineProperty(n,"prototype",{writable:!1}),n})(i.Plugin);n.defaults={position:"auto",alignment:"auto",allowOverlap:!1,allowBottomOverlap:!0,vOffset:0,hOffset:0}},"./js/foundation.util.triggers.js":function(t,e,o){o.r(e),o.d(e,{Triggers:function(){return u}});var e=o("jquery"),r=o.n(e),n=o("./foundation.core"),i=o("./foundation.util.motion");function s(t){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function a(e,o){e.data(o).split(" ").forEach(function(t){r()("#".concat(t))["close"===o?"trigger":"triggerHandler"]("".concat(o,".zf.trigger"),[e])})}var l=(()=>{for(var t=["WebKit","Moz","O","Ms",""],e=0;e<t.length;e++)if("".concat(t[e],"MutationObserver")in window)return window["".concat(t[e],"MutationObserver")];return!1})(),u={Listeners:{Basic:{},Global:{}},Initializers:{}};function c(t,e,o){var n,i=Array.prototype.slice.call(arguments,3);r()(window).on(e,function(){n&&clearTimeout(n),n=setTimeout(function(){o.apply(null,i)},t||10)})}u.Listeners.Basic={openListener:function(){a(r()(this),"open")},closeListener:function(){r()(this).data("close")?a(r()(this),"close"):r()(this).trigger("close.zf.trigger")},toggleListener:function(){r()(this).data("toggle")?a(r()(this),"toggle"):r()(this).trigger("toggle.zf.trigger")},closeableListener:function(t){var e=r()(this).data("closable");t.stopPropagation(),""!==e?i.Motion.animateOut(r()(this),e,function(){r()(this).trigger("closed.zf")}):r()(this).fadeOut().trigger("closed.zf")},toggleFocusListener:function(){var t=r()(this).data("toggle-focus");r()("#".concat(t)).triggerHandler("toggle.zf.trigger",[r()(this)])}},u.Initializers.addOpenListener=function(t){t.off("click.zf.trigger",u.Listeners.Basic.openListener),t.on("click.zf.trigger","[data-open]",u.Listeners.Basic.openListener)},u.Initializers.addCloseListener=function(t){t.off("click.zf.trigger",u.Listeners.Basic.closeListener),t.on("click.zf.trigger","[data-close]",u.Listeners.Basic.closeListener)},u.Initializers.addToggleListener=function(t){t.off("click.zf.trigger",u.Listeners.Basic.toggleListener),t.on("click.zf.trigger","[data-toggle]",u.Listeners.Basic.toggleListener)},u.Initializers.addCloseableListener=function(t){t.off("close.zf.trigger",u.Listeners.Basic.closeableListener),t.on("close.zf.trigger","[data-closeable], [data-closable]",u.Listeners.Basic.closeableListener)},u.Initializers.addToggleFocusListener=function(t){t.off("focus.zf.trigger blur.zf.trigger",u.Listeners.Basic.toggleFocusListener),t.on("focus.zf.trigger blur.zf.trigger","[data-toggle-focus]",u.Listeners.Basic.toggleFocusListener)},u.Listeners.Global={resizeListener:function(t){l||t.each(function(){r()(this).triggerHandler("resizeme.zf.trigger")}),t.attr("data-events","resize")},scrollListener:function(t){l||t.each(function(){r()(this).triggerHandler("scrollme.zf.trigger")}),t.attr("data-events","scroll")},closeMeListener:function(t,e){t=t.namespace.split(".")[0];r()("[data-".concat(t,"]")).not('[data-yeti-box="'.concat(e,'"]')).each(function(){var t=r()(this);t.triggerHandler("close.zf.trigger",[t])})}},u.Initializers.addClosemeListener=function(t){var e=r()("[data-yeti-box]"),o=["dropdown","tooltip","reveal"];t&&("string"==typeof t?o.push(t):"object"===s(t)&&"string"==typeof t[0]?o=o.concat(t):console.error("Plugin names must be strings")),e.length&&(t=o.map(function(t){return"closeme.zf.".concat(t)}).join(" "),r()(window).off(t).on(t,u.Listeners.Global.closeMeListener))},u.Initializers.addResizeListener=function(t){var e=r()("[data-resize]");e.length&&c(t,"resize.zf.trigger",u.Listeners.Global.resizeListener,e)},u.Initializers.addScrollListener=function(t){var e=r()("[data-scroll]");e.length&&c(t,"scroll.zf.trigger",u.Listeners.Global.scrollListener,e)},u.Initializers.addMutationEventsListener=function(t){if(!l)return!1;function e(t){var e=r()(t[0].target);switch(t[0].type){case"attributes":"scroll"===e.attr("data-events")&&"data-events"===t[0].attributeName&&e.triggerHandler("scrollme.zf.trigger",[e,window.pageYOffset]),"resize"===e.attr("data-events")&&"data-events"===t[0].attributeName&&e.triggerHandler("resizeme.zf.trigger",[e]),"style"===t[0].attributeName&&(e.closest("[data-mutate]").attr("data-events","mutate"),e.closest("[data-mutate]").triggerHandler("mutateme.zf.trigger",[e.closest("[data-mutate]")]));break;case"childList":e.closest("[data-mutate]").attr("data-events","mutate"),e.closest("[data-mutate]").triggerHandler("mutateme.zf.trigger",[e.closest("[data-mutate]")]);break;default:return!1}}var o=t.find("[data-resize], [data-scroll], [data-mutate]");if(o.length)for(var n=0;n<=o.length-1;n++)new l(e).observe(o[n],{attributes:!0,childList:!0,characterData:!1,subtree:!0,attributeFilter:["data-events","style"]})},u.Initializers.addSimpleListeners=function(){var t=r()(document);u.Initializers.addOpenListener(t),u.Initializers.addCloseListener(t),u.Initializers.addToggleListener(t),u.Initializers.addCloseableListener(t),u.Initializers.addToggleFocusListener(t)},u.Initializers.addGlobalListeners=function(){var t=r()(document);u.Initializers.addMutationEventsListener(t),u.Initializers.addResizeListener(250),u.Initializers.addScrollListener(),u.Initializers.addClosemeListener()},u.init=function(t,e){(0,n.onLoad)(r()(window),function(){!0!==r().triggersInitialized&&(u.Initializers.addSimpleListeners(),u.Initializers.addGlobalListeners(),r().triggersInitialized=!0)}),e&&(e.Triggers=u,e.IHearYou=u.Initializers.addGlobalListeners)}},"./foundation.core":function(t){t.exports=e},"./foundation.util.box":function(t){t.exports=i},"./foundation.util.keyboard":function(t){t.exports=n},"./foundation.util.motion":function(t){t.exports=r},"./foundation.util.touch":function(t){t.exports=s},jquery:function(t){t.exports=o}},u={},a.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return a.d(e,{a:e}),e},a.d=function(t,e){for(var o in e)a.o(e,o)&&!a.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},a.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},f={},(a.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})})(f),a.d(f,{Dropdown:function(){return c.Dropdown},Foundation:function(){return t.Foundation}}),t=a("./foundation.core"),c=a("./js/foundation.dropdown.js"),t.Foundation.plugin(c.Dropdown,"Dropdown"),f;function a(t){var e=u[t];return void 0!==e||(e=u[t]={exports:{}},l[t](e,e.exports,a)),e.exports}var l,u,t,c,f});
2
2
  //# sourceMappingURL=foundation.dropdown.min.js.map