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"],"names":["root","factory","exports","module","require","define","amd","window","__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__","installedModules","__webpack_require__","m","r","__webpack_exports__","_foundation_core__WEBPACK_IMPORTED_MODULE_0__","d","_foundation_dropdown__WEBPACK_IMPORTED_MODULE_1__","Foundation","plugin","Dropdown","jquery__WEBPACK_IMPORTED_MODULE_0__","jquery__WEBPACK_IMPORTED_MODULE_0___default","n","_foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__","_foundation_core_utils__WEBPACK_IMPORTED_MODULE_2__","_foundation_positionable__WEBPACK_IMPORTED_MODULE_3__","_foundation_util_triggers__WEBPACK_IMPORTED_MODULE_4__","_foundation_util_touch__WEBPACK_IMPORTED_MODULE_5__","element","options","this","$element","$","extend","defaults","data","className","Touch","init","Triggers","_init","Keyboard","register","ENTER","SPACE","ESCAPE","$id","attr","$anchors","concat","length","aria-controls","data-is-focus","data-yeti-box","aria-haspopup","aria-expanded","_setCurrentAnchor","first","parentClass","$parent","parents","$currentAnchor","GetYoDigits","aria-hidden","data-resize","position","match","horizontalPosition","exec","alignment","el","_this","ontouchstart","open.zf.trigger","open","bind","close.zf.trigger","toggle.zf.trigger","close","resizeme.zf.trigger","toggle","off","on","e","preventDefault","hover","hasClass","clearTimeout","timeout","setTimeout","hoverDelay","Object","add","$target","visibleFocusableElements","focus","$body","is","target","find","addClass","autoFocus","$focusable","findFocusable","closeOnClick","_addBodyHandler","trapFocus","removeClass","releaseFocus","document","body","_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1__","_typeof","obj","Symbol","iterator","constructor","prototype","POSITIONS","VERTICAL_ALIGNMENTS","HORIZONTAL_ALIGNMENTS","left","right","top","ALIGNMENTS","bottom","nextItem","currentIdx","array","indexOf","item","Positionable","_getDefaultAlignment","triedPositions","key","value","i","isExhausted","_alignmentsExhausted","$anchor","allowOverlap","_foundation_util_box__WEBPACK_IMPORTED_MODULE_0__","GetExplicitOffsets","_getVOffset","_getHOffset","Box","minCoordinates","minOverlap","_positionsExhausted","overlap","OverlapArea","allowBottomOverlap","_reposition","_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__","_foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__","triggers","type","split","forEach","id","MutationObserver","prefixes","Listeners","Basic","debounceGlobalListener","debounce","trigger","listener","timer","args","apply","Initializers","openListener","animation","closeableListener","stopPropagation","animateOut","fadeOut","triggerHandler","addOpenListener","$elem","addCloseListener","addToggleListener","addCloseableListener","addToggleFocusListener","Global","resizeListener","$nodes","scrollListener","namespace","not","pluginId","closeMeListener","plugins","each","yetiBoxes","pluginName","plugNames","console","error","listeners","map","name","addResizeListener","addScrollListener","addMutationEventsListener","mutationRecordsList","listeningElementsMutation","pageYOffset","attributeName","closest","observe","attributes","childList","elementObserver","addSimpleListeners","$document","addGlobalListeners","addClosemeListener","onLoad","c","getter","o","defineProperty","enumerable","get","toStringTag","t","mode","__esModule","ns","create","object","property","hasOwnProperty","call","p","s","moduleId","l","modules"],"mappings":"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","file":"foundation.dropdown.min.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 (_this.options.forceFollow === false) {\n // if forceFollow false, always prevent default action\n e.preventDefault();\n } else if (hasTouch && _this.options.hover && _this.$element.hasClass('is-open') === 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 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"]}
1
+ {"version":3,"file":"foundation.dropdown.min.js","sources":["foundation.dropdown.min.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 /******/ (function() { // webpackBootstrap\n/******/ \t\"use strict\";\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ \"./js/foundation.dropdown.js\":\n/*!***********************************!*\\\n !*** ./js/foundation.dropdown.js ***!\n \\***********************************/\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Dropdown: function() { return /* binding */ Dropdown; }\n/* harmony export */ });\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ \"jquery\");\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./foundation.util.keyboard */ \"./foundation.util.keyboard\");\n/* harmony import */ var _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./foundation.core.utils */ \"./foundation.core\");\n/* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_foundation_core_utils__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _foundation_positionable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./foundation.positionable */ \"./js/foundation.positionable.js\");\n/* harmony import */ var _foundation_util_triggers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./foundation.util.triggers */ \"./js/foundation.util.triggers.js\");\n/* harmony import */ var _foundation_util_touch__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./foundation.util.touch */ \"./foundation.util.touch\");\n/* harmony import */ var _foundation_util_touch__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_foundation_util_touch__WEBPACK_IMPORTED_MODULE_5__);\nfunction _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nfunction _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }\nfunction _possibleConstructorReturn(t, e) { if (e && (\"object\" == _typeof(e) || \"function\" == typeof e)) return e; if (void 0 !== e) throw new TypeError(\"Derived constructors may only return object or undefined\"); return _assertThisInitialized(t); }\nfunction _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); return e; }\nfunction _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }\nfunction _superPropGet(t, e, o, r) { var p = _get(_getPrototypeOf(1 & r ? t.prototype : t), e, o); return 2 & r && \"function\" == typeof p ? function (t) { return p.apply(o, t); } : p; }\nfunction _get() { return _get = \"undefined\" != typeof Reflect && Reflect.get ? Reflect.get.bind() : function (e, t, r) { var p = _superPropBase(e, t); if (p) { var n = Object.getOwnPropertyDescriptor(p, t); return n.get ? n.get.call(arguments.length < 3 ? e : r) : n.value; } }, _get.apply(null, arguments); }\nfunction _superPropBase(t, o) { for (; !{}.hasOwnProperty.call(t, o) && null !== (t = _getPrototypeOf(t));); return t; }\nfunction _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }\nfunction _inherits(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 } }), Object.defineProperty(t, \"prototype\", { writable: !1 }), e && _setPrototypeOf(t, e); }\nfunction _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }\n\n\n\n\n\n\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 */\nvar Dropdown = /*#__PURE__*/function (_Positionable) {\n function Dropdown() {\n _classCallCheck(this, Dropdown);\n return _callSuper(this, Dropdown, arguments);\n }\n _inherits(Dropdown, _Positionable);\n return _createClass(Dropdown, [{\n key: \"_setup\",\n value:\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 function _setup(element, options) {\n this.$element = element;\n this.options = jquery__WEBPACK_IMPORTED_MODULE_0___default().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 _foundation_util_touch__WEBPACK_IMPORTED_MODULE_5__.Touch.init((jquery__WEBPACK_IMPORTED_MODULE_0___default()));\n _foundation_util_triggers__WEBPACK_IMPORTED_MODULE_4__.Triggers.init((jquery__WEBPACK_IMPORTED_MODULE_0___default()));\n this._init();\n _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__.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 }, {\n key: \"_init\",\n value: function _init() {\n var $id = this.$element.attr('id');\n this.$anchors = jquery__WEBPACK_IMPORTED_MODULE_0___default()(\"[data-toggle=\\\"\".concat($id, \"\\\"]\")).length ? jquery__WEBPACK_IMPORTED_MODULE_0___default()(\"[data-toggle=\\\"\".concat($id, \"\\\"]\")) : jquery__WEBPACK_IMPORTED_MODULE_0___default()(\"[data-open=\\\"\".concat($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 this._setCurrentAnchor(this.$anchors.first());\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', (0,_foundation_core_utils__WEBPACK_IMPORTED_MODULE_2__.GetYoDigits)(6, 'dd-anchor'));\n }\n this.$element.attr('aria-labelledby', this.$currentAnchor.attr('id'));\n }\n this.$element.attr({\n 'aria-hidden': 'true',\n 'data-yeti-box': $id,\n 'data-resize': $id\n });\n _superPropGet(Dropdown, \"_init\", this, 3)([]);\n this._events();\n }\n }, {\n key: \"_getDefaultPosition\",\n value: function _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 key: \"_getDefaultAlignment\",\n value: function _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 return _superPropGet(Dropdown, \"_getDefaultAlignment\", this, 3)([]);\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 }, {\n key: \"_setPosition\",\n value: function _setPosition() {\n this.$element.removeClass(\"has-position-\".concat(this.position, \" has-alignment-\").concat(this.alignment));\n _superPropGet(Dropdown, \"_setPosition\", this, 3)([this.$currentAnchor, this.$element, this.$parent]);\n this.$element.addClass(\"has-position-\".concat(this.position, \" has-alignment-\").concat(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 }, {\n key: \"_setCurrentAnchor\",\n value: function _setCurrentAnchor(el) {\n this.$currentAnchor = jquery__WEBPACK_IMPORTED_MODULE_0___default()(el);\n }\n\n /**\n * Adds event listeners to the element utilizing the triggers utility library.\n * @function\n * @private\n */\n }, {\n key: \"_events\",\n value: function _events() {\n var _this = this,\n hasTouch = 'ontouchstart' in window || typeof window.ontouchstart !== 'undefined';\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 this.$anchors.off('click.zf.trigger').on('click.zf.trigger', function (e) {\n _this._setCurrentAnchor(this);\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 e.preventDefault();\n }\n });\n if (this.options.hover) {\n this.$anchors.off('mouseenter.zf.dropdown mouseleave.zf.dropdown').on('mouseenter.zf.dropdown', function () {\n _this._setCurrentAnchor(this);\n var bodyData = jquery__WEBPACK_IMPORTED_MODULE_0___default()('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', (0,_foundation_core_utils__WEBPACK_IMPORTED_MODULE_2__.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').on('mouseenter.zf.dropdown', function () {\n clearTimeout(_this.timeout);\n }).on('mouseleave.zf.dropdown', (0,_foundation_core_utils__WEBPACK_IMPORTED_MODULE_2__.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 var $target = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this);\n _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__.Keyboard.handleKey(e, 'Dropdown', {\n open: function open() {\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 close() {\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 }, {\n key: \"_addBodyHandler\",\n value: function _addBodyHandler() {\n var $body = jquery__WEBPACK_IMPORTED_MODULE_0___default()(document.body).not(this.$element),\n _this = this;\n $body.off('click.zf.dropdown tap.zf.dropdown').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 }, {\n key: \"open\",\n value: function 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').attr({\n 'aria-expanded': true\n });\n // this.$element/*.show()*/;\n\n this.$element.addClass('is-opening');\n this._setPosition();\n this.$element.removeClass('is-opening').addClass('is-open').attr({\n 'aria-hidden': false\n });\n if (this.options.autoFocus) {\n var $focusable = _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__.Keyboard.findFocusable(this.$element);\n if ($focusable.length) {\n $focusable.eq(0).focus();\n }\n }\n if (this.options.closeOnClick) {\n this._addBodyHandler();\n }\n if (this.options.trapFocus) {\n _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__.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 }, {\n key: \"close\",\n value: function close() {\n if (!this.$element.hasClass('is-open')) {\n return false;\n }\n this.$element.removeClass('is-open').attr({\n 'aria-hidden': true\n });\n this.$anchors.removeClass('hover').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 if (this.options.trapFocus) {\n _foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__.Keyboard.releaseFocus(this.$element);\n }\n }\n\n /**\n * Toggles the dropdown pane's visibility.\n * @function\n */\n }, {\n key: \"toggle\",\n value: function 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 }, {\n key: \"_destroy\",\n value: function _destroy() {\n this.$element.off('.zf.trigger').hide();\n this.$anchors.off('.zf.dropdown');\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(document.body).off('click.zf.dropdown tap.zf.dropdown');\n }\n }]);\n}(_foundation_positionable__WEBPACK_IMPORTED_MODULE_3__.Positionable);\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\n\n/***/ }),\n\n/***/ \"./js/foundation.positionable.js\":\n/*!***************************************!*\\\n !*** ./js/foundation.positionable.js ***!\n \\***************************************/\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Positionable: function() { return /* binding */ Positionable; }\n/* harmony export */ });\n/* harmony import */ var _foundation_util_box__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./foundation.util.box */ \"./foundation.util.box\");\n/* harmony import */ var _foundation_util_box__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_foundation_util_box__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./foundation.core.utils */ \"./foundation.core\");\n/* harmony import */ var _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1__);\nfunction _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\"); }\nfunction _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }\nfunction _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", { writable: !1 }), e; }\nfunction _toPropertyKey(t) { var i = _toPrimitive(t, \"string\"); return \"symbol\" == _typeof(i) ? i : i + \"\"; }\nfunction _toPrimitive(t, r) { if (\"object\" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || \"default\"); if (\"object\" != _typeof(i)) return i; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (\"string\" === r ? String : Number)(t); }\nfunction _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }\nfunction _possibleConstructorReturn(t, e) { if (e && (\"object\" == _typeof(e) || \"function\" == typeof e)) return e; if (void 0 !== e) throw new TypeError(\"Derived constructors may only return object or undefined\"); return _assertThisInitialized(t); }\nfunction _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); return e; }\nfunction _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }\nfunction _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }\nfunction _inherits(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 } }), Object.defineProperty(t, \"prototype\", { writable: !1 }), e && _setPrototypeOf(t, e); }\nfunction _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }\n\n\n\nvar POSITIONS = ['left', 'right', 'top', 'bottom'];\nvar VERTICAL_ALIGNMENTS = ['top', 'bottom', 'center'];\nvar HORIZONTAL_ALIGNMENTS = ['left', 'right', 'center'];\nvar ALIGNMENTS = {\n 'left': VERTICAL_ALIGNMENTS,\n 'right': VERTICAL_ALIGNMENTS,\n 'top': HORIZONTAL_ALIGNMENTS,\n 'bottom': HORIZONTAL_ALIGNMENTS\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}\nvar Positionable = /*#__PURE__*/function (_Plugin) {\n function Positionable() {\n _classCallCheck(this, Positionable);\n return _callSuper(this, Positionable, arguments);\n }\n _inherits(Positionable, _Plugin);\n return _createClass(Positionable, [{\n key: \"_init\",\n value:\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 function _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 key: \"_getDefaultPosition\",\n value: function _getDefaultPosition() {\n return 'bottom';\n }\n }, {\n key: \"_getDefaultAlignment\",\n value: function _getDefaultAlignment() {\n switch (this.position) {\n case 'bottom':\n case 'top':\n return (0,_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1__.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 }, {\n key: \"_reposition\",\n value: function _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 }, {\n key: \"_realign\",\n value: function _realign() {\n this._addTriedPosition(this.position, this.alignment);\n this.alignment = nextItem(this.alignment, ALIGNMENTS[this.position]);\n }\n }, {\n key: \"_addTriedPosition\",\n value: function _addTriedPosition(position, alignment) {\n this.triedPositions[position] = this.triedPositions[position] || [];\n this.triedPositions[position].push(alignment);\n }\n }, {\n key: \"_positionsExhausted\",\n value: function _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 key: \"_alignmentsExhausted\",\n value: function _alignmentsExhausted(position) {\n return this.triedPositions[position] && this.triedPositions[position].length === ALIGNMENTS[position].length;\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 }, {\n key: \"_getVOffset\",\n value: function _getVOffset() {\n return this.options.vOffset;\n }\n }, {\n key: \"_getHOffset\",\n value: function _getHOffset() {\n return this.options.hOffset;\n }\n }, {\n key: \"_setPosition\",\n value: function _setPosition($anchor, $element, $parent) {\n if ($anchor.attr('aria-expanded') === 'false') {\n 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 $element.offset(_foundation_util_box__WEBPACK_IMPORTED_MODULE_0__.Box.GetExplicitOffsets($element, $anchor, this.position, this.alignment, this._getVOffset(), this._getHOffset()));\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 = {\n position: this.position,\n alignment: this.alignment\n };\n while (!this._positionsExhausted()) {\n var overlap = _foundation_util_box__WEBPACK_IMPORTED_MODULE_0__.Box.OverlapArea($element, $parent, false, false, this.options.allowBottomOverlap);\n if (overlap === 0) {\n return;\n }\n if (overlap < minOverlap) {\n minOverlap = overlap;\n minCoordinates = {\n position: this.position,\n alignment: this.alignment\n };\n }\n this._reposition();\n $element.offset(_foundation_util_box__WEBPACK_IMPORTED_MODULE_0__.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(_foundation_util_box__WEBPACK_IMPORTED_MODULE_0__.Box.GetExplicitOffsets($element, $anchor, this.position, this.alignment, this._getVOffset(), this._getHOffset()));\n }\n }\n }]);\n}(_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1__.Plugin);\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\n\n/***/ }),\n\n/***/ \"./js/foundation.util.triggers.js\":\n/*!****************************************!*\\\n !*** ./js/foundation.util.triggers.js ***!\n \\****************************************/\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Triggers: function() { return /* binding */ Triggers; }\n/* harmony export */ });\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ \"jquery\");\n/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./foundation.core.utils */ \"./foundation.core\");\n/* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./foundation.util.motion */ \"./foundation.util.motion\");\n/* harmony import */ var _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__);\nfunction _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\n\n\n\nvar MutationObserver = function () {\n var prefixes = ['WebKit', 'Moz', 'O', 'Ms', ''];\n for (var i = 0; i < prefixes.length; i++) {\n if (\"\".concat(prefixes[i], \"MutationObserver\") in window) {\n return window[\"\".concat(prefixes[i], \"MutationObserver\")];\n }\n }\n return false;\n}();\nvar triggers = function triggers(el, type) {\n el.data(type).split(' ').forEach(function (id) {\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(\"#\".concat(id))[type === 'close' ? 'trigger' : 'triggerHandler'](\"\".concat(type, \".zf.trigger\"), [el]);\n });\n};\nvar Triggers = {\n Listeners: {\n Basic: {},\n Global: {}\n },\n Initializers: {}\n};\nTriggers.Listeners.Basic = {\n openListener: function openListener() {\n triggers(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), 'open');\n },\n closeListener: function closeListener() {\n var id = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('close');\n if (id) {\n triggers(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), 'close');\n } else {\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).trigger('close.zf.trigger');\n }\n },\n toggleListener: function toggleListener() {\n var id = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('toggle');\n if (id) {\n triggers(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), 'toggle');\n } else {\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).trigger('toggle.zf.trigger');\n }\n },\n closeableListener: function closeableListener(e) {\n var animation = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('closable');\n\n // Only close the first closable element. See https://git.io/zf-7833\n e.stopPropagation();\n if (animation !== '') {\n _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__.Motion.animateOut(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), animation, function () {\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).trigger('closed.zf');\n });\n } else {\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).fadeOut().trigger('closed.zf');\n }\n },\n toggleFocusListener: function toggleFocusListener() {\n var id = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('toggle-focus');\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(\"#\".concat(id)).triggerHandler('toggle.zf.trigger', [jquery__WEBPACK_IMPORTED_MODULE_0___default()(this)]);\n }\n};\n\n// Elements with [data-open] will reveal a plugin that supports it when clicked.\nTriggers.Initializers.addOpenListener = function ($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 = function ($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 = function ($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 = function ($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 = function ($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// More Global/complex listeners and triggers\nTriggers.Listeners.Global = {\n resizeListener: function resizeListener($nodes) {\n if (!MutationObserver) {\n //fallback for IE 9\n $nodes.each(function () {\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(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 scrollListener($nodes) {\n if (!MutationObserver) {\n //fallback for IE 9\n $nodes.each(function () {\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(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 closeMeListener(e, pluginId) {\n var plugin = e.namespace.split('.')[0];\n var plugins = jquery__WEBPACK_IMPORTED_MODULE_0___default()(\"[data-\".concat(plugin, \"]\")).not(\"[data-yeti-box=\\\"\".concat(pluginId, \"\\\"]\"));\n plugins.each(function () {\n var _this = jquery__WEBPACK_IMPORTED_MODULE_0___default()(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 = jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-yeti-box]'),\n plugNames = ['dropdown', 'tooltip', 'reveal'];\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 var listeners = plugNames.map(function (name) {\n return \"closeme.zf.\".concat(name);\n }).join(' ');\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).off(listeners).on(listeners, Triggers.Listeners.Global.closeMeListener);\n }\n};\nfunction debounceGlobalListener(debounce, trigger, listener) {\n var timer,\n args = Array.prototype.slice.call(arguments, 3);\n jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).on(trigger, function () {\n if (timer) {\n clearTimeout(timer);\n }\n timer = setTimeout(function () {\n listener.apply(null, args);\n }, debounce || 10); //default time to emit scroll event\n });\n}\nTriggers.Initializers.addResizeListener = function (debounce) {\n var $nodes = jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-resize]');\n if ($nodes.length) {\n debounceGlobalListener(debounce, 'resize.zf.trigger', Triggers.Listeners.Global.resizeListener, $nodes);\n }\n};\nTriggers.Initializers.addScrollListener = function (debounce) {\n var $nodes = jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-scroll]');\n if ($nodes.length) {\n debounceGlobalListener(debounce, 'scroll.zf.trigger', Triggers.Listeners.Global.scrollListener, $nodes);\n }\n};\nTriggers.Initializers.addMutationEventsListener = function ($elem) {\n if (!MutationObserver) {\n return false;\n }\n var $nodes = $elem.find('[data-resize], [data-scroll], [data-mutate]');\n\n //element callback\n var listeningElementsMutation = function listeningElementsMutation(mutationRecordsList) {\n var $target = jquery__WEBPACK_IMPORTED_MODULE_0___default()(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 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 default:\n return false;\n //nothing\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], {\n attributes: true,\n childList: true,\n characterData: false,\n subtree: true,\n attributeFilter: [\"data-events\", \"style\"]\n });\n }\n }\n};\nTriggers.Initializers.addSimpleListeners = function () {\n var $document = jquery__WEBPACK_IMPORTED_MODULE_0___default()(document);\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};\nTriggers.Initializers.addGlobalListeners = function () {\n var $document = jquery__WEBPACK_IMPORTED_MODULE_0___default()(document);\n Triggers.Initializers.addMutationEventsListener($document);\n Triggers.Initializers.addResizeListener(250);\n Triggers.Initializers.addScrollListener();\n Triggers.Initializers.addClosemeListener();\n};\nTriggers.init = function (__, Foundation) {\n (0,_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__.onLoad)(jquery__WEBPACK_IMPORTED_MODULE_0___default()(window), function () {\n if ((jquery__WEBPACK_IMPORTED_MODULE_0___default().triggersInitialized) !== true) {\n Triggers.Initializers.addSimpleListeners();\n Triggers.Initializers.addGlobalListeners();\n (jquery__WEBPACK_IMPORTED_MODULE_0___default().triggersInitialized) = true;\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\n\n/***/ }),\n\n/***/ \"./foundation.core\":\n/*!****************************************************************************************************************************************************************!*\\\n !*** external {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.core\"],\"amd\":\"./foundation.core\",\"commonjs\":\"./foundation.core\",\"commonjs2\":\"./foundation.core\"} ***!\n \\****************************************************************************************************************************************************************/\n/***/ (function(module) {\n\nmodule.exports = __WEBPACK_EXTERNAL_MODULE__foundation_core__;\n\n/***/ }),\n\n/***/ \"./foundation.util.box\":\n/*!********************************************************************************************************************************************************************************!*\\\n !*** external {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.box\"],\"amd\":\"./foundation.util.box\",\"commonjs\":\"./foundation.util.box\",\"commonjs2\":\"./foundation.util.box\"} ***!\n \\********************************************************************************************************************************************************************************/\n/***/ (function(module) {\n\nmodule.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_box__;\n\n/***/ }),\n\n/***/ \"./foundation.util.keyboard\":\n/*!****************************************************************************************************************************************************************************************************!*\\\n !*** external {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.keyboard\"],\"amd\":\"./foundation.util.keyboard\",\"commonjs\":\"./foundation.util.keyboard\",\"commonjs2\":\"./foundation.util.keyboard\"} ***!\n \\****************************************************************************************************************************************************************************************************/\n/***/ (function(module) {\n\nmodule.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_keyboard__;\n\n/***/ }),\n\n/***/ \"./foundation.util.motion\":\n/*!********************************************************************************************************************************************************************************************!*\\\n !*** external {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.motion\"],\"amd\":\"./foundation.util.motion\",\"commonjs\":\"./foundation.util.motion\",\"commonjs2\":\"./foundation.util.motion\"} ***!\n \\********************************************************************************************************************************************************************************************/\n/***/ (function(module) {\n\nmodule.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_motion__;\n\n/***/ }),\n\n/***/ \"./foundation.util.touch\":\n/*!****************************************************************************************************************************************************************************************!*\\\n !*** external {\"root\":[\"__FOUNDATION_EXTERNAL__\",\"foundation.util.touch\"],\"amd\":\"./foundation.util.touch\",\"commonjs\":\"./foundation.util.touch\",\"commonjs2\":\"./foundation.util.touch\"} ***!\n \\****************************************************************************************************************************************************************************************/\n/***/ (function(module) {\n\nmodule.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_touch__;\n\n/***/ }),\n\n/***/ \"jquery\":\n/*!********************************************************************************************!*\\\n !*** external {\"root\":[\"jQuery\"],\"amd\":\"jquery\",\"commonjs\":\"jquery\",\"commonjs2\":\"jquery\"} ***!\n \\********************************************************************************************/\n/***/ (function(module) {\n\nmodule.exports = __WEBPACK_EXTERNAL_MODULE_jquery__;\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tvar cachedModule = __webpack_module_cache__[moduleId];\n/******/ \t\tif (cachedModule !== undefined) {\n/******/ \t\t\treturn cachedModule.exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/make namespace object */\n/******/ \t!function() {\n/******/ \t\t// define __esModule on exports\n/******/ \t\t__webpack_require__.r = function(exports) {\n/******/ \t\t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n/******/ \t\t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n/******/ \t\t\t}\n/******/ \t\t\tObject.defineProperty(exports, '__esModule', { value: true });\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/************************************************************************/\nvar __webpack_exports__ = {};\n// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.\n!function() {\n/*!***************************************************!*\\\n !*** ./js/entries/plugins/foundation.dropdown.js ***!\n \\***************************************************/\n__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Dropdown: function() { return /* reexport safe */ _foundation_dropdown__WEBPACK_IMPORTED_MODULE_1__.Dropdown; },\n/* harmony export */ Foundation: function() { return /* reexport safe */ _foundation_core__WEBPACK_IMPORTED_MODULE_0__.Foundation; }\n/* harmony export */ });\n/* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./foundation.core */ \"./foundation.core\");\n/* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_foundation_core__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _foundation_dropdown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../foundation.dropdown */ \"./js/foundation.dropdown.js\");\n\n\n_foundation_core__WEBPACK_IMPORTED_MODULE_0__.Foundation.plugin(_foundation_dropdown__WEBPACK_IMPORTED_MODULE_1__.Dropdown, 'Dropdown');\n\n}();\n/******/ \treturn __webpack_exports__;\n/******/ })()\n;\n});\n//# sourceMappingURL=foundation.dropdown.js.map"],"names":["root","factory","exports","module","require","define","amd","self","__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__","__webpack_modules__","./js/foundation.dropdown.js","__unused_webpack_module","__webpack_exports__","__webpack_require__","r","d","Dropdown","jquery__WEBPACK_IMPORTED_MODULE_0__","jquery__WEBPACK_IMPORTED_MODULE_0___default","n","_foundation_util_keyboard__WEBPACK_IMPORTED_MODULE_1__","_foundation_core_utils__WEBPACK_IMPORTED_MODULE_2__","_foundation_positionable__WEBPACK_IMPORTED_MODULE_3__","_foundation_util_triggers__WEBPACK_IMPORTED_MODULE_4__","_foundation_util_touch__WEBPACK_IMPORTED_MODULE_5__","_typeof","o","Symbol","iterator","constructor","prototype","_defineProperties","e","t","length","enumerable","configurable","writable","Object","defineProperty","i","toPrimitive","String","Number","call","TypeError","key","_callSuper","_getPrototypeOf","_possibleConstructorReturn","_isNativeReflectConstruct","Reflect","construct","apply","ReferenceError","Boolean","valueOf","_superPropGet","p","_get","get","bind","hasOwnProperty","getOwnPropertyDescriptor","arguments","value","setPrototypeOf","getPrototypeOf","__proto__","_setPrototypeOf","_Positionable","_classCallCheck","a","this","_inherits","create","element","options","$element","extend","defaults","data","className","Touch","init","Triggers","_init","Keyboard","register","ENTER","SPACE","ESCAPE","$id","attr","$anchors","concat","aria-controls","data-is-focus","data-yeti-box","aria-haspopup","aria-expanded","_setCurrentAnchor","first","parentClass","$parent","parents","$currentAnchor","GetYoDigits","aria-hidden","data-resize","_events","position","match","horizontalPosition","exec","removeClass","alignment","addClass","el","_this","hasTouch","window","ontouchstart","on","open.zf.trigger","open","close.zf.trigger","close","toggle.zf.trigger","toggle","resizeme.zf.trigger","_setPosition","off","forceFollow","hover","hasClass","preventDefault","bodyData","whatinput","clearTimeout","timeout","setTimeout","hoverDelay","ignoreMousedisappear","hoverPane","add","$target","handleKey","is","focus","$body","document","body","not","target","find","$focusable","trigger","autoFocus","findFocusable","eq","closeOnClick","_addBodyHandler","trapFocus","releaseFocus","hide","Positionable","vOffset","hOffset","allowOverlap","allowBottomOverlap","./js/foundation.positionable.js","_foundation_util_box__WEBPACK_IMPORTED_MODULE_0__","_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_1__","POSITIONS","VERTICAL_ALIGNMENTS","HORIZONTAL_ALIGNMENTS","ALIGNMENTS","left","right","top","bottom","nextItem","item","array","currentIdx","indexOf","_Plugin","triedPositions","_getDefaultPosition","_getDefaultAlignment","originalPosition","originalAlignment","rtl","_alignmentsExhausted","_realign","_addTriedPosition","push","isExhausted","$anchor","offset","Box","GetExplicitOffsets","_getVOffset","_getHOffset","minOverlap","minCoordinates","_positionsExhausted","overlap","OverlapArea","_reposition","Plugin","./js/foundation.util.triggers.js","_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__","_foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__","triggers","type","split","forEach","id","MutationObserver","prefixes","Listeners","Basic","Global","Initializers","debounceGlobalListener","debounce","listener","timer","args","Array","slice","openListener","closeListener","toggleListener","closeableListener","animation","stopPropagation","Motion","animateOut","fadeOut","toggleFocusListener","triggerHandler","addOpenListener","$elem","addCloseListener","addToggleListener","addCloseableListener","addToggleFocusListener","resizeListener","$nodes","each","scrollListener","closeMeListener","pluginId","plugin","namespace","addClosemeListener","pluginName","yetiBoxes","plugNames","console","error","listeners","map","name","join","addResizeListener","addScrollListener","addMutationEventsListener","listeningElementsMutation","mutationRecordsList","attributeName","pageYOffset","closest","observe","attributes","childList","characterData","subtree","attributeFilter","addSimpleListeners","$document","addGlobalListeners","__","Foundation","onLoad","IHearYou","./foundation.core","./foundation.util.box","./foundation.util.keyboard","./foundation.util.motion","./foundation.util.touch","jquery","__webpack_module_cache__","getter","__esModule","definition","obj","prop","toStringTag","_foundation_dropdown__WEBPACK_IMPORTED_MODULE_1__","_foundation_core__WEBPACK_IMPORTED_MODULE_0__","moduleId","cachedModule","undefined"],"mappings":"CAAA,CAA2CA,EAAMC,KAC1B,UAAnB,OAAOC,SAA0C,UAAlB,OAAOC,OACxCA,OAAOD,QAAUD,EAAQG,QAAQ,mBAAmB,EAAGA,QAAQ,QAAQ,EAAGA,QAAQ,4BAA4B,EAAGA,QAAQ,uBAAuB,EAAGA,QAAQ,0BAA0B,EAAGA,QAAQ,yBAAyB,CAAC,EACjM,YAAlB,OAAOC,QAAyBA,OAAOC,IAC9CD,OAAO,CAAC,oBAAqB,SAAU,6BAA8B,wBAAyB,2BAA4B,2BAA4BJ,CAAO,EACnI,UAAnB,OAAOC,QACdA,QAAiC,wBAAID,EAAQG,QAAQ,mBAAmB,EAAGA,QAAQ,QAAQ,EAAGA,QAAQ,4BAA4B,EAAGA,QAAQ,uBAAuB,EAAGA,QAAQ,0BAA0B,EAAGA,QAAQ,yBAAyB,CAAC,GAE9OJ,EAA8B,wBAAIA,EAA8B,yBAAK,GAAIA,EAA8B,wBAAE,uBAAyBC,EAAQD,EAA8B,wBAAE,mBAAoBA,EAAa,OAAGA,EAA8B,wBAAE,4BAA6BA,EAA8B,wBAAE,uBAAwBA,EAA8B,wBAAE,0BAA2BA,EAA8B,wBAAE,wBAAwB,EACvb,GAAEO,KAAM,SAASC,EAA8CC,EAAoCC,EAAuDC,EAAkDC,EAAqDC,GAClQ,OAEcC,EAAsB,CAE9BC,8BAIA,SAAUC,EAAyBC,EAAqBC,GAE9DA,EAAoBC,EAAEF,CAAmB,EACpBC,EAAoBE,EAAEH,EAAqB,CACzCI,SAAU,WAAa,OAAqBA,CAAU,CACxD,CAAC,EACD,IAAIC,EAAsCJ,EAAkC,QAAQ,EAChFK,EAA2DL,EAAoBM,EAAEF,CAAmC,EACpHG,EAAyDP,EAAsD,4BAA4B,EAE3IQ,EAAsDR,EAAmD,mBAAmB,EAE5HS,EAAwDT,EAAqD,iCAAiC,EAC9IU,EAAyDV,EAAsD,kCAAkC,EACjJW,EAAsDX,EAAmD,yBAAyB,EAE3J,SAASY,EAAQC,GAAgC,OAAOD,EAAU,YAAc,OAAOE,QAAU,UAAY,OAAOA,OAAOC,SAAW,SAAUF,GAAK,OAAO,OAAOA,CAAG,EAAI,SAAUA,GAAK,OAAOA,GAAK,YAAc,OAAOC,QAAUD,EAAEG,cAAgBF,QAAUD,IAAMC,OAAOG,UAAY,SAAW,OAAOJ,CAAG,GAAWA,CAAC,CAAG,CAE7T,SAASK,EAAkBC,EAAGlB,GAAK,IAAK,IAAImB,EAAI,EAAGA,EAAInB,EAAEoB,OAAQD,CAAC,GAAI,CAAE,IAAIP,EAAIZ,EAAEmB,GAAIP,EAAES,WAAaT,EAAES,YAAc,CAAA,EAAIT,EAAEU,aAAe,CAAA,EAAI,UAAWV,IAAMA,EAAEW,SAAW,CAAA,GAAKC,OAAOC,eAAeP,GAE/KC,IAASO,GACjC,CAAsBP,EAAGnB,KAAK,GAAI,UAAYW,EAAQQ,CAAC,GAAK,CAACA,EAAG,OAAOA,EAAG,IAAID,EAAIC,EAAEN,OAAOc,aAAc,GAAI,KAAA,IAAWT,EAAqJ,OAAQ,WAAalB,EAAI4B,OAASC,QAAQV,CAAC,EAAxJ,GAAI,UAAYR,EAA/Ce,EAAIR,EAAEY,KAAKX,EAAGnB,GAAK,SAAS,CAA4B,EAAG,OAAO0B,EAAG,MAAM,IAAIK,UAAU,8CAA8C,CAAmD,GADzQZ,EAAG,QAAQ,EAAU,UAAYR,EAAQe,CAAC,EAAIA,EAAIA,EAAI,KAFiHd,EAAEoB,GAAG,EAAGpB,CAAC,CAAG,CAAE,CAIvO,SAASqB,EAAWd,EAAGP,EAAGM,GAAYN,EAAIsB,EAAgBtB,CAAC,EAAGuB,IAC1BhB,EADqDA,EAClDD,EADqDkB,EAA0B,EAAIC,QAAQC,UAAU1B,EAAGM,GAAK,GAAIgB,EAAgBf,CAAC,EAAEJ,WAAW,EAAIH,EAAE2B,MAAMpB,EAAGD,CAAC,EAC1J,GAAIA,CAAAA,GAAM,UAAYP,EAAQO,CAAC,GAAK,YAAc,OAAOA,EAAzD,CAAuE,GAAI,KAAA,IAAWA,EAAG,MAAM,IAAIa,UAAU,0DAA0D,EAC9K,GAAI,KAAA,KAATb,EADoNC,GAC7L,MAAM,IAAIqB,eAAe,2DAA2D,CAD1B,CAC6B,OAAOtB,CAFqD,CAG1M,SAASkB,IAA8B,IAAM,IAAIjB,EAAI,CAACsB,QAAQzB,UAAU0B,QAAQZ,KAAKO,QAAQC,UAAUG,QAAS,GAAI,YAAc,CAAC,CAAgB,CAAX,MAAOtB,IAAM,OAAQiB,EAA4B,WAAuC,MAAO,CAAC,CAACjB,CAAG,GAAG,CAAG,CAClP,SAASwB,EAAcxB,EAAGD,EAAGN,EAAGZ,GAAK,IAAI4C,EAAIC,EAAKX,EAAgB,EAAIlC,EAAImB,EAAEH,UAAYG,CAAC,EAAGD,EAAGN,CAAC,EAAG,OAAO,EAAIZ,GAAK,YAAc,OAAO4C,EAAI,SAAUzB,GAAK,OAAOyB,EAAEL,MAAM3B,EAAGO,CAAC,CAAG,EAAIyB,CAAG,CACxL,SAASC,IAAS,OAAOA,EAAO,aAAe,OAAOR,SAAWA,QAAQS,IAAMT,QAAQS,IAAIC,KAAK,EAAI,SAAU7B,EAAGC,EAAGnB,GAAK,IAAI4C,GAC7H,CAAwBzB,EAAGP,KAAK,KAAO,CAAC,GAAGoC,eAAelB,KAAKX,EAAGP,CAAC,GAAK,QAAUO,EAAIe,EAAgBf,CAAC,KAAM,OAAOA,CAAG,GADyBD,EAAGC,CAAC,EAAG,GAAIyB,EAAoD,OAA3CvC,EAAImB,OAAOyB,yBAAyBL,EAAGzB,CAAC,GAAY2B,IAAMzC,EAAEyC,IAAIhB,KAAKoB,UAAU9B,OAAS,EAAIF,EAAIlB,CAAC,EAAIK,EAAE8C,KAAS,GAAQZ,MAAM,KAAMW,SAAS,CAAG,CAEpT,SAAShB,EAAgBf,GAAK,OAAOe,EAAkBV,OAAO4B,eAAiB5B,OAAO6B,eAAeN,KAAK,EAAI,SAAU5B,GAAK,OAAOA,EAAEmC,WAAa9B,OAAO6B,eAAelC,CAAC,CAAG,GAAmBA,CAAC,CAAG,CAEpM,SAASoC,EAAgBpC,EAAGD,GAAK,OAAOqC,EAAkB/B,OAAO4B,eAAiB5B,OAAO4B,eAAeL,KAAK,EAAI,SAAU5B,EAAGD,GAAK,OAAOC,EAAEmC,UAAYpC,EAAGC,CAAG,GAAmBA,EAAGD,CAAC,CAAG,CAgBxL,IAAIhB,GAAkCsD,IACpC,SAAStD,IACPuD,IAhCqBC,EAgCLC,KAhCQtD,EAgCFH,EAhCO,GAAMwD,aAAarD,EAiChD,OAAO4B,EAAW0B,KAAMzD,EAAUgD,SAAS,EAjCS,MAAM,IAAInB,UAAU,mCAAmC,CAkC7G,CACA6B,IAjC0BzC,EAWTA,EAsBPjB,EAtBe,GAAI,YAAc,OAAOgB,GAAK,OAASA,EAAG,MAAM,IAAIa,UAAU,oDAAoD,EAuB3I,OAvB8IZ,EAAEH,UAAYQ,OAAOqC,OAAO3C,GAAKA,EAAEF,UAAW,CAAED,YAAa,CAAEoC,MAAOhC,EAAGI,SAAU,CAAA,EAAID,aAAc,CAAA,CAAG,CAAE,CAAC,EAAGE,OAAOC,eAAeN,EAAG,YAAa,CAAEI,SAAU,CAAA,CAAG,CAAC,EAAGL,GAAKqC,EAAgBpC,EAAGD,CAAC,EAX1TA,EAkCAhB,GAlCGF,EAkCO,CAAC,CAC7BgC,IAAK,SACLmB,MASA,SAAgBW,EAASC,GACvBJ,KAAKK,SAAWF,EAChBH,KAAKI,QAAU3D,EAA4C,EAAE6D,OAAO,GAAI/D,EAASgE,SAAUP,KAAKK,SAASG,KAAK,EAAGJ,CAAO,EACxHJ,KAAKS,UAAY,WAGjB1D,EAAoD2D,MAAMC,KAAMlE,EAA6C,CAAC,EAC9GK,EAAuD8D,SAASD,KAAMlE,EAA6C,CAAC,EACpHuD,KAAKa,MAAM,EACXlE,EAAuDmE,SAASC,SAAS,WAAY,CACnFC,MAAS,SACTC,MAAS,SACTC,OAAU,OACZ,CAAC,CACH,CAOF,EAAG,CACD7C,IAAK,QACLmB,MAAO,WACL,IAAI2B,EAAMnB,KAAKK,SAASe,KAAK,IAAI,EACjCpB,KAAKqB,SAAW5E,EAA4C,EAAE,iBAAkB6E,OAAOH,EAAK,IAAK,CAAC,EAAE1D,OAAShB,EAA4C,EAAE,iBAAkB6E,OAAOH,EAAK,IAAK,CAAC,EAAI1E,EAA4C,EAAE,eAAgB6E,OAAOH,EAAK,IAAK,CAAC,EACnRnB,KAAKqB,SAASD,KAAK,CACjBG,gBAAiBJ,EACjBK,gBAAiB,CAAA,EACjBC,gBAAiBN,EACjBO,gBAAiB,CAAA,EACjBC,gBAAiB,CAAA,CACnB,CAAC,EACD3B,KAAK4B,kBAAkB5B,KAAKqB,SAASQ,MAAM,CAAC,EACxC7B,KAAKI,QAAQ0B,YACf9B,KAAK+B,QAAU/B,KAAKK,SAAS2B,QAAQ,IAAMhC,KAAKI,QAAQ0B,WAAW,EAEnE9B,KAAK+B,QAAU,KAIoC,KAAA,IAA1C/B,KAAKK,SAASe,KAAK,iBAAiB,IAEC,KAAA,IAAnCpB,KAAKiC,eAAeb,KAAK,IAAI,GACtCpB,KAAKiC,eAAeb,KAAK,MAAM,EAAGxE,EAAoDsF,aAAa,EAAG,WAAW,CAAC,EAEpHlC,KAAKK,SAASe,KAAK,kBAAmBpB,KAAKiC,eAAeb,KAAK,IAAI,CAAC,GAEtEpB,KAAKK,SAASe,KAAK,CACjBe,cAAe,OACfV,gBAAiBN,EACjBiB,cAAejB,CACjB,CAAC,EACDnC,EAAczC,EAAU,QAASyD,KAAM,CAAC,EAAE,EAAE,EAC5CA,KAAKqC,QAAQ,CACf,CACF,EAAG,CACDhE,IAAK,sBACLmB,MAAO,WAEL,IAAI8C,EAAWtC,KAAKK,SAAS,GAAGI,UAAU8B,MAAM,0BAA0B,EAC1E,OAAID,EACKA,EAAS,GAET,QAEX,CACF,EAAG,CACDjE,IAAK,uBACLmB,MAAO,WAEL,IAAIgD,EAAqB,cAAcC,KAAKzC,KAAKiC,eAAeb,KAAK,OAAO,CAAC,EAC7E,OAAIoB,EACKA,EAAmB,GAErBxD,EAAczC,EAAU,uBAAwByD,KAAM,CAAC,EAAE,EAAE,CACpE,CAQF,EAAG,CACD3B,IAAK,eACLmB,MAAO,WACLQ,KAAKK,SAASqC,YAAY,gBAAgBpB,OAAOtB,KAAKsC,SAAU,iBAAiB,EAAEhB,OAAOtB,KAAK2C,SAAS,CAAC,EACzG3D,EAAczC,EAAU,eAAgByD,KAAM,CAAC,EAAE,CAACA,KAAKiC,eAAgBjC,KAAKK,SAAUL,KAAK+B,QAAQ,EACnG/B,KAAKK,SAASuC,SAAS,gBAAgBtB,OAAOtB,KAAKsC,SAAU,iBAAiB,EAAEhB,OAAOtB,KAAK2C,SAAS,CAAC,CACxG,CASF,EAAG,CACDtE,IAAK,oBACLmB,MAAO,SAA2BqD,GAChC7C,KAAKiC,eAAiBxF,EAA4C,EAAEoG,CAAE,CACxE,CAOF,EAAG,CACDxE,IAAK,UACLmB,MAAO,WACL,IAAIsD,EAAQ9C,KACV+C,EAAW,iBAAkBC,QAAyC,KAAA,IAAxBA,OAAOC,aACvDjD,KAAKK,SAAS6C,GAAG,CACfC,kBAAmBnD,KAAKoD,KAAKhE,KAAKY,IAAI,EACtCqD,mBAAoBrD,KAAKsD,MAAMlE,KAAKY,IAAI,EACxCuD,oBAAqBvD,KAAKwD,OAAOpE,KAAKY,IAAI,EAC1CyD,sBAAuBzD,KAAK0D,aAAatE,KAAKY,IAAI,CACpD,CAAC,EACDA,KAAKqB,SAASsC,IAAI,kBAAkB,EAAET,GAAG,mBAAoB,SAAU3F,GACrEuF,EAAMlB,kBAAkB5B,IAAI,GAGE,CAAA,IAA9B8C,EAAM1C,QAAQwD,aAGdb,GAAYD,EAAM1C,QAAQyD,OAAgD,CAAA,IAAvCf,EAAMzC,SAASyD,SAAS,SAAS,IAClEvG,EAAEwG,eAAe,CAErB,CAAC,EACG/D,KAAKI,QAAQyD,QACf7D,KAAKqB,SAASsC,IAAI,+CAA+C,EAAET,GAAG,yBAA0B,WAC9FJ,EAAMlB,kBAAkB5B,IAAI,EAC5B,IAAIgE,EAAWvH,EAA4C,EAAE,MAAM,EAAE+D,KAAK,EACxC,KAAA,IAAvBwD,EAASC,WAAoD,UAAvBD,EAASC,YACxDC,aAAapB,EAAMqB,OAAO,EAC1BrB,EAAMqB,QAAUC,WAAW,WACzBtB,EAAMM,KAAK,EACXN,EAAMzB,SAASb,KAAK,QAAS,CAAA,CAAI,CACnC,EAAGsC,EAAM1C,QAAQiE,UAAU,EAE/B,CAAC,EAAEnB,GAAG,0BAA0B,EAAGtG,EAAoD0H,sBAAsB,WAC3GJ,aAAapB,EAAMqB,OAAO,EAC1BrB,EAAMqB,QAAUC,WAAW,WACzBtB,EAAMQ,MAAM,EACZR,EAAMzB,SAASb,KAAK,QAAS,CAAA,CAAK,CACpC,EAAGsC,EAAM1C,QAAQiE,UAAU,CAC7B,CAAC,CAAC,EACErE,KAAKI,QAAQmE,YACfvE,KAAKK,SAASsD,IAAI,+CAA+C,EAAET,GAAG,yBAA0B,WAC9FgB,aAAapB,EAAMqB,OAAO,CAC5B,CAAC,EAAEjB,GAAG,0BAA0B,EAAGtG,EAAoD0H,sBAAsB,WAC3GJ,aAAapB,EAAMqB,OAAO,EAC1BrB,EAAMqB,QAAUC,WAAW,WACzBtB,EAAMQ,MAAM,EACZR,EAAMzB,SAASb,KAAK,QAAS,CAAA,CAAK,CACpC,EAAGsC,EAAM1C,QAAQiE,UAAU,CAC7B,CAAC,CAAC,EAGNrE,KAAKqB,SAASmD,IAAIxE,KAAKK,QAAQ,EAAE6C,GAAG,sBAAuB,SAAU3F,GACnE,IAAIkH,EAAUhI,EAA4C,EAAEuD,IAAI,EAChErD,EAAuDmE,SAAS4D,UAAUnH,EAAG,WAAY,CACvF6F,KAAM,WACAqB,EAAQE,GAAG7B,EAAMzB,QAAQ,GAAK,CAACoD,EAAQE,GAAG,iBAAiB,IAC7D7B,EAAMM,KAAK,EACXN,EAAMzC,SAASe,KAAK,WAAY,CAAC,CAAC,EAAEwD,MAAM,EAC1CrH,EAAEwG,eAAe,EAErB,EACAT,MAAO,WACLR,EAAMQ,MAAM,EACZR,EAAMzB,SAASuD,MAAM,CACvB,CACF,CAAC,CACH,CAAC,CACH,CAOF,EAAG,CACDvG,IAAK,kBACLmB,MAAO,WACL,IAAIqF,EAAQpI,EAA4C,EAAEqI,SAASC,IAAI,EAAEC,IAAIhF,KAAKK,QAAQ,EACxFyC,EAAQ9C,KACV6E,EAAMlB,IAAI,mCAAmC,EAAET,GAAG,oCAAqC,SAAU3F,GAC3FuF,EAAMzB,SAASsD,GAAGpH,EAAE0H,MAAM,GAAKnC,EAAMzB,SAAS6D,KAAK3H,EAAE0H,MAAM,EAAExH,QAG7DqF,EAAMzC,SAASsE,GAAGpH,EAAE0H,MAAM,GAAKnC,EAAMzC,SAAS6E,KAAK3H,EAAE0H,MAAM,EAAExH,SAGjEqF,EAAMQ,MAAM,EACZuB,EAAMlB,IAAI,mCAAmC,EAC/C,CAAC,CACH,CAQF,EAAG,CACDtF,IAAK,OACLmB,MAAO,WAiBL,IACM2F,EAZNnF,KAAKK,SAAS+E,QAAQ,sBAAuBpF,KAAKK,SAASe,KAAK,IAAI,CAAC,EACrEpB,KAAKqB,SAASuB,SAAS,OAAO,EAAExB,KAAK,CACnCO,gBAAiB,CAAA,CACnB,CAAC,EAGD3B,KAAKK,SAASuC,SAAS,YAAY,EACnC5C,KAAK0D,aAAa,EAClB1D,KAAKK,SAASqC,YAAY,YAAY,EAAEE,SAAS,SAAS,EAAExB,KAAK,CAC/De,cAAe,CAAA,CACjB,CAAC,EACGnC,KAAKI,QAAQiF,YACXF,EAAaxI,EAAuDmE,SAASwE,cAActF,KAAKK,QAAQ,GAC7F5C,QACb0H,EAAWI,GAAG,CAAC,EAAEX,MAAM,EAGvB5E,KAAKI,QAAQoF,cACfxF,KAAKyF,gBAAgB,EAEnBzF,KAAKI,QAAQsF,WACf/I,EAAuDmE,SAAS4E,UAAU1F,KAAKK,QAAQ,EAOzFL,KAAKK,SAAS+E,QAAQ,mBAAoB,CAACpF,KAAKK,SAAS,CAC3D,CAOF,EAAG,CACDhC,IAAK,QACLmB,MAAO,WACL,GAAI,CAACQ,KAAKK,SAASyD,SAAS,SAAS,EACnC,MAAO,CAAA,EAET9D,KAAKK,SAASqC,YAAY,SAAS,EAAEtB,KAAK,CACxCe,cAAe,CAAA,CACjB,CAAC,EACDnC,KAAKqB,SAASqB,YAAY,OAAO,EAAEtB,KAAK,gBAAiB,CAAA,CAAK,EAM9DpB,KAAKK,SAAS+E,QAAQ,mBAAoB,CAACpF,KAAKK,SAAS,EACrDL,KAAKI,QAAQsF,WACf/I,EAAuDmE,SAAS6E,aAAa3F,KAAKK,QAAQ,CAE9F,CAMF,EAAG,CACDhC,IAAK,SACLmB,MAAO,WACDQ,KAAKK,SAASyD,SAAS,SAAS,EAC9B9D,KAAKqB,SAASb,KAAK,OAAO,GAC9BR,KAAKsD,MAAM,EAEXtD,KAAKoD,KAAK,CAEd,CAMF,EAAG,CACD/E,IAAK,WACLmB,MAAO,WACLQ,KAAKK,SAASsD,IAAI,aAAa,EAAEiC,KAAK,EACtC5F,KAAKqB,SAASsC,IAAI,cAAc,EAChClH,EAA4C,EAAEqI,SAASC,IAAI,EAAEpB,IAAI,mCAAmC,CACtG,CACF,KAxV2CrG,EAAkBC,EAAEF,UAAWhB,CAAC,EAAGmB,GAAKF,EAAkBC,EAAGC,CAAC,EAAGK,OAAOC,eAAeP,EAAG,YAAa,CAAEK,SAAU,CAAA,CAAG,CAAC,EAAGL,CAyVvK,GAAEV,EAAsDgJ,YAAY,EACpEtJ,EAASgE,SAAW,CAOlBuB,YAAa,KAObuC,WAAY,IAOZR,MAAO,CAAA,EAOPU,UAAW,CAAA,EAOXuB,QAAS,EAOTC,QAAS,EAOTzD,SAAU,OAOVK,UAAW,OAOXqD,aAAc,CAAA,EASdC,mBAAoB,CAAA,EAOpBP,UAAW,CAAA,EAOXL,UAAW,CAAA,EAOXG,aAAc,CAAA,EAOd5B,YAAa,CAAA,CACf,CAGO,EAEDsC,kCAIA,SAAUhK,EAAyBC,EAAqBC,GAE9DA,EAAoBC,EAAEF,CAAmB,EACpBC,EAAoBE,EAAEH,EAAqB,CACzC0J,aAAc,WAAa,OAAqBA,CAAc,CAChE,CAAC,EACD,IAAIM,EAAoD/J,EAAiD,uBAAuB,EAE5HgK,EAAuDhK,EAAmD,mBAAmB,EAEtJ,SAASY,EAAQC,GAAgC,OAAOD,EAAU,YAAc,OAAOE,QAAU,UAAY,OAAOA,OAAOC,SAAW,SAAUF,GAAK,OAAO,OAAOA,CAAG,EAAI,SAAUA,GAAK,OAAOA,GAAK,YAAc,OAAOC,QAAUD,EAAEG,cAAgBF,QAAUD,IAAMC,OAAOG,UAAY,SAAW,OAAOJ,CAAG,GAAWA,CAAC,CAAG,CAE7T,SAASK,EAAkBC,EAAGlB,GAAK,IAAK,IAAImB,EAAI,EAAGA,EAAInB,EAAEoB,OAAQD,CAAC,GAAI,CAAE,IAAIP,EAAIZ,EAAEmB,GAAIP,EAAES,WAAaT,EAAES,YAAc,CAAA,EAAIT,EAAEU,aAAe,CAAA,EAAI,UAAWV,IAAMA,EAAEW,SAAW,CAAA,GAAKC,OAAOC,eAAeP,GAE/KC,IAASO,GACjC,CAAsBP,EAAGnB,KAAK,GAAI,UAAYW,EAAQQ,CAAC,GAAK,CAACA,EAAG,OAAOA,EAAG,IAAID,EAAIC,EAAEN,OAAOc,aAAc,GAAI,KAAA,IAAWT,EAAqJ,OAAQ,WAAalB,EAAI4B,OAASC,QAAQV,CAAC,EAAxJ,GAAI,UAAYR,EAA/Ce,EAAIR,EAAEY,KAAKX,EAAGnB,GAAK,SAAS,CAA4B,EAAG,OAAO0B,EAAG,MAAM,IAAIK,UAAU,8CAA8C,CAAmD,GADzQZ,EAAG,QAAQ,EAAU,UAAYR,EAAQe,CAAC,EAAIA,EAAIA,EAAI,KAFiHd,EAAEoB,GAAG,EAAGpB,CAAC,CAAG,CAAE,CAIvO,SAASqB,EAAWd,EAAGP,EAAGM,GAAYN,EAAIsB,EAAgBtB,CAAC,EAAGuB,IAC1BhB,EADqDA,EAClDD,EADqDkB,EAA0B,EAAIC,QAAQC,UAAU1B,EAAGM,GAAK,GAAIgB,EAAgBf,CAAC,EAAEJ,WAAW,EAAIH,EAAE2B,MAAMpB,EAAGD,CAAC,EAC1J,GAAIA,CAAAA,GAAM,UAAYP,EAAQO,CAAC,GAAK,YAAc,OAAOA,EAAzD,CAAuE,GAAI,KAAA,IAAWA,EAAG,MAAM,IAAIa,UAAU,0DAA0D,EAC9K,GAAI,KAAA,KAATb,EADoNC,GAC7L,MAAM,IAAIqB,eAAe,2DAA2D,CAD1B,CAC6B,OAAOtB,CAFqD,CAG1M,SAASkB,IAA8B,IAAM,IAAIjB,EAAI,CAACsB,QAAQzB,UAAU0B,QAAQZ,KAAKO,QAAQC,UAAUG,QAAS,GAAI,YAAc,CAAC,CAAgB,CAAX,MAAOtB,IAAM,OAAQiB,EAA4B,WAAuC,MAAO,CAAC,CAACjB,CAAG,GAAG,CAAG,CAClP,SAASe,EAAgBf,GAAK,OAAOe,EAAkBV,OAAO4B,eAAiB5B,OAAO6B,eAAeN,KAAK,EAAI,SAAU5B,GAAK,OAAOA,EAAEmC,WAAa9B,OAAO6B,eAAelC,CAAC,CAAG,GAAmBA,CAAC,CAAG,CAEpM,SAASoC,EAAgBpC,EAAGD,GAAK,OAAOqC,EAAkB/B,OAAO4B,eAAiB5B,OAAO4B,eAAeL,KAAK,EAAI,SAAU5B,EAAGD,GAAK,OAAOC,EAAEmC,UAAYpC,EAAGC,CAAG,GAAmBA,EAAGD,CAAC,CAAG,CAIxL,IAAI8I,EAAY,CAAC,OAAQ,QAAS,MAAO,UACrCC,EAAsB,CAAC,MAAO,SAAU,UACxCC,EAAwB,CAAC,OAAQ,QAAS,UAC1CC,EAAa,CACfC,KAAQH,EACRI,MAASJ,EACTK,IAAOJ,EACPK,OAAUL,CACZ,EACA,SAASM,EAASC,EAAMC,GAClBC,EAAaD,EAAME,QAAQH,CAAI,EACnC,OAAIE,IAAeD,EAAMtJ,OAAS,EACzBsJ,EAAM,GAENA,EAAMC,EAAa,EAE9B,CACA,IAAInB,GAAsCqB,IACxC,SAASrB,IACP/F,IAlCqBC,EAkCLC,KAlCQtD,EAkCFmJ,EAlCO,GAAM9F,aAAarD,EAmChD,OAAO4B,EAAW0B,KAAM6F,EAActG,SAAS,EAnCK,MAAM,IAAInB,UAAU,mCAAmC,CAoC7G,CACA6B,IAnC0BzC,EAQTA,EA2BPqI,EA3Be,GAAI,YAAc,OAAOtI,GAAK,OAASA,EAAG,MAAM,IAAIa,UAAU,oDAAoD,EA4B3I,OA5B8IZ,EAAEH,UAAYQ,OAAOqC,OAAO3C,GAAKA,EAAEF,UAAW,CAAED,YAAa,CAAEoC,MAAOhC,EAAGI,SAAU,CAAA,EAAID,aAAc,CAAA,CAAG,CAAE,CAAC,EAAGE,OAAOC,eAAeN,EAAG,YAAa,CAAEI,SAAU,CAAA,CAAG,CAAC,EAAGL,GAAKqC,EAAgBpC,EAAGD,CAAC,EAR1TA,EAoCAsI,GApCGxJ,EAoCW,CAAC,CACjCgC,IAAK,QACLmB,MAWA,WACEQ,KAAKmH,eAAiB,GACtBnH,KAAKsC,SAAqC,SAA1BtC,KAAKI,QAAQkC,SAAsBtC,KAAKoH,oBAAoB,EAAIpH,KAAKI,QAAQkC,SAC7FtC,KAAK2C,UAAuC,SAA3B3C,KAAKI,QAAQuC,UAAuB3C,KAAKqH,qBAAqB,EAAIrH,KAAKI,QAAQuC,UAChG3C,KAAKsH,iBAAmBtH,KAAKsC,SAC7BtC,KAAKuH,kBAAoBvH,KAAK2C,SAChC,CACF,EAAG,CACDtE,IAAK,sBACLmB,MAAO,WACL,MAAO,QACT,CACF,EAAG,CACDnB,IAAK,uBACLmB,MAAO,WACL,OAAQQ,KAAKsC,UACX,IAAK,SACL,IAAK,MACH,OAAO,EAAG8D,EAAqDoB,KAAK,EAAI,QAAU,OACpF,IAAK,OACL,IAAK,QACH,MAAO,QACX,CACF,CAQF,EAAG,CACDnJ,IAAK,cACLmB,MAAO,WACDQ,KAAKyH,qBAAqBzH,KAAKsC,QAAQ,GACzCtC,KAAKsC,SAAWuE,EAAS7G,KAAKsC,SAAU+D,CAAS,EACjDrG,KAAK2C,UAAY6D,EAAWxG,KAAKsC,UAAU,IAE3CtC,KAAK0H,SAAS,CAElB,CAQF,EAAG,CACDrJ,IAAK,WACLmB,MAAO,WACLQ,KAAK2H,kBAAkB3H,KAAKsC,SAAUtC,KAAK2C,SAAS,EACpD3C,KAAK2C,UAAYkE,EAAS7G,KAAK2C,UAAW6D,EAAWxG,KAAKsC,SAAS,CACrE,CACF,EAAG,CACDjE,IAAK,oBACLmB,MAAO,SAA2B8C,EAAUK,GAC1C3C,KAAKmH,eAAe7E,GAAYtC,KAAKmH,eAAe7E,IAAa,GACjEtC,KAAKmH,eAAe7E,GAAUsF,KAAKjF,CAAS,CAC9C,CACF,EAAG,CACDtE,IAAK,sBACLmB,MAAO,WAEL,IADA,IAAIqI,EAAc,CAAA,EACT9J,EAAI,EAAGA,EAAIsI,EAAU5I,OAAQM,CAAC,GACrC8J,EAAcA,GAAe7H,KAAKyH,qBAAqBpB,EAAUtI,EAAE,EAErE,OAAO8J,CACT,CACF,EAAG,CACDxJ,IAAK,uBACLmB,MAAO,SAA8B8C,GACnC,OAAOtC,KAAKmH,eAAe7E,IAAatC,KAAKmH,eAAe7E,GAAU7E,SAAW+I,EAAWlE,GAAU7E,MACxG,CAQF,EAAG,CACDY,IAAK,cACLmB,MAAO,WACL,OAAOQ,KAAKI,QAAQ0F,OACtB,CACF,EAAG,CACDzH,IAAK,cACLmB,MAAO,WACL,OAAOQ,KAAKI,QAAQ2F,OACtB,CACF,EAAG,CACD1H,IAAK,eACLmB,MAAO,SAAsBsI,EAASzH,EAAU0B,GAC9C,GAAsC,UAAlC+F,EAAQ1G,KAAK,eAAe,EAC9B,MAAO,CAAA,EAQT,GANKpB,KAAKI,QAAQ4F,eAEhBhG,KAAKsC,SAAWtC,KAAKsH,iBACrBtH,KAAK2C,UAAY3C,KAAKuH,mBAExBlH,EAAS0H,OAAO5B,EAAkD6B,IAAIC,mBAAmB5H,EAAUyH,EAAS9H,KAAKsC,SAAUtC,KAAK2C,UAAW3C,KAAKkI,YAAY,EAAGlI,KAAKmI,YAAY,CAAC,CAAC,EAC9K,CAACnI,KAAKI,QAAQ4F,aAAc,CAO9B,IANA,IAAIoC,EAAa,IAEbC,EAAiB,CACnB/F,SAAUtC,KAAKsC,SACfK,UAAW3C,KAAK2C,SAClB,EACO,CAAC3C,KAAKsI,oBAAoB,GAAG,CAClC,IAAIC,EAAUpC,EAAkD6B,IAAIQ,YAAYnI,EAAU0B,EAAS,CAAA,EAAO,CAAA,EAAO/B,KAAKI,QAAQ6F,kBAAkB,EAChJ,GAAgB,IAAZsC,EACF,OAEEA,EAAUH,IACZA,EAAaG,EACbF,EAAiB,CACf/F,SAAUtC,KAAKsC,SACfK,UAAW3C,KAAK2C,SAClB,GAEF3C,KAAKyI,YAAY,EACjBpI,EAAS0H,OAAO5B,EAAkD6B,IAAIC,mBAAmB5H,EAAUyH,EAAS9H,KAAKsC,SAAUtC,KAAK2C,UAAW3C,KAAKkI,YAAY,EAAGlI,KAAKmI,YAAY,CAAC,CAAC,CACpL,CAGAnI,KAAKsC,SAAW+F,EAAe/F,SAC/BtC,KAAK2C,UAAY0F,EAAe1F,UAChCtC,EAAS0H,OAAO5B,EAAkD6B,IAAIC,mBAAmB5H,EAAUyH,EAAS9H,KAAKsC,SAAUtC,KAAK2C,UAAW3C,KAAKkI,YAAY,EAAGlI,KAAKmI,YAAY,CAAC,CAAC,CACpL,CACF,CACF,KArL2C7K,EAAkBC,EAAEF,UAAWhB,CAAC,EAAGmB,GAAKF,EAAkBC,EAAGC,CAAC,EAAGK,OAAOC,eAAeP,EAAG,YAAa,CAAEK,SAAU,CAAA,CAAG,CAAC,EAAGL,CAsLvK,GAAE6I,EAAqDsC,MAAM,EAC7D7C,EAAatF,SAAW,CAOtB+B,SAAU,OAOVK,UAAW,OASXqD,aAAc,CAAA,EASdC,mBAAoB,CAAA,EAOpBH,QAAS,EAOTC,QAAS,CACX,CAGO,EAED4C,mCAIA,SAAUzM,EAAyBC,EAAqBC,GAE9DA,EAAoBC,EAAEF,CAAmB,EACpBC,EAAoBE,EAAEH,EAAqB,CACzCyE,SAAU,WAAa,OAAqBA,CAAU,CACxD,CAAC,EACD,IAAIpE,EAAsCJ,EAAkC,QAAQ,EAChFK,EAA2DL,EAAoBM,EAAEF,CAAmC,EACpHoM,EAAsDxM,EAAmD,mBAAmB,EAE5HyM,EAAuDzM,EAAoD,0BAA0B,EAE9J,SAASY,EAAQC,GAAgC,OAAOD,EAAU,YAAc,OAAOE,QAAU,UAAY,OAAOA,OAAOC,SAAW,SAAUF,GAAK,OAAO,OAAOA,CAAG,EAAI,SAAUA,GAAK,OAAOA,GAAK,YAAc,OAAOC,QAAUD,EAAEG,cAAgBF,QAAUD,IAAMC,OAAOG,UAAY,SAAW,OAAOJ,CAAG,GAAWA,CAAC,CAAG,CAa9S,SAAX6L,EAA6BjG,EAAIkG,GACnClG,EAAGrC,KAAKuI,CAAI,EAAEC,MAAM,GAAG,EAAEC,QAAQ,SAAUC,GACzCzM,EAA4C,EAAE,IAAI6E,OAAO4H,CAAE,CAAC,EAAW,UAATH,EAAmB,UAAY,kBAAkB,GAAGzH,OAAOyH,EAAM,aAAa,EAAG,CAAClG,EAAG,CACrJ,CAAC,CACH,CAbA,IAAIsG,GAAmB,KAErB,IADA,IAAIC,EAAW,CAAC,SAAU,MAAO,IAAK,KAAM,IACnCrL,EAAI,EAAGA,EAAIqL,EAAS3L,OAAQM,CAAC,GACpC,GAAI,GAAGuD,OAAO8H,EAASrL,GAAI,kBAAkB,IAAKiF,OAChD,OAAOA,OAAO,GAAG1B,OAAO8H,EAASrL,GAAI,kBAAkB,GAG3D,MAAO,CAAA,CACT,GAAE,EAME6C,EAAW,CACbyI,UAAW,CACTC,MAAO,GACPC,OAAQ,EACV,EACAC,aAAc,EAChB,EA2HA,SAASC,EAAuBC,EAAUtE,EAASuE,GACjD,IAAIC,EACFC,EAAOC,MAAMzM,UAAU0M,MAAM5L,KAAKoB,UAAW,CAAC,EAChD9C,EAA4C,EAAEuG,MAAM,EAAEE,GAAGkC,EAAS,WAC5DwE,GACF1F,aAAa0F,CAAK,EAEpBA,EAAQxF,WAAW,WACjBuF,EAAS/K,MAAM,KAAMiL,CAAI,CAC3B,EAAGH,GAAY,EAAE,CACnB,CAAC,CACH,CArIA9I,EAASyI,UAAUC,MAAQ,CACzBU,aAAc,WACZlB,EAASrM,EAA4C,EAAEuD,IAAI,EAAG,MAAM,CACtE,EACAiK,cAAe,WACJxN,EAA4C,EAAEuD,IAAI,EAAEQ,KAAK,OAAO,EAEvEsI,EAASrM,EAA4C,EAAEuD,IAAI,EAAG,OAAO,EAErEvD,EAA4C,EAAEuD,IAAI,EAAEoF,QAAQ,kBAAkB,CAElF,EACA8E,eAAgB,WACLzN,EAA4C,EAAEuD,IAAI,EAAEQ,KAAK,QAAQ,EAExEsI,EAASrM,EAA4C,EAAEuD,IAAI,EAAG,QAAQ,EAEtEvD,EAA4C,EAAEuD,IAAI,EAAEoF,QAAQ,mBAAmB,CAEnF,EACA+E,kBAAmB,SAA2B5M,GAC5C,IAAI6M,EAAY3N,EAA4C,EAAEuD,IAAI,EAAEQ,KAAK,UAAU,EAGnFjD,EAAE8M,gBAAgB,EACA,KAAdD,EACFvB,EAAqDyB,OAAOC,WAAW9N,EAA4C,EAAEuD,IAAI,EAAGoK,EAAW,WACrI3N,EAA4C,EAAEuD,IAAI,EAAEoF,QAAQ,WAAW,CACzE,CAAC,EAED3I,EAA4C,EAAEuD,IAAI,EAAEwK,QAAQ,EAAEpF,QAAQ,WAAW,CAErF,EACAqF,oBAAqB,WACnB,IAAIvB,EAAKzM,EAA4C,EAAEuD,IAAI,EAAEQ,KAAK,cAAc,EAChF/D,EAA4C,EAAE,IAAI6E,OAAO4H,CAAE,CAAC,EAAEwB,eAAe,oBAAqB,CAACjO,EAA4C,EAAEuD,IAAI,EAAE,CACzJ,CACF,EAGAY,EAAS4I,aAAamB,gBAAkB,SAAUC,GAChDA,EAAMjH,IAAI,mBAAoB/C,EAASyI,UAAUC,MAAMU,YAAY,EACnEY,EAAM1H,GAAG,mBAAoB,cAAetC,EAASyI,UAAUC,MAAMU,YAAY,CACnF,EAIApJ,EAAS4I,aAAaqB,iBAAmB,SAAUD,GACjDA,EAAMjH,IAAI,mBAAoB/C,EAASyI,UAAUC,MAAMW,aAAa,EACpEW,EAAM1H,GAAG,mBAAoB,eAAgBtC,EAASyI,UAAUC,MAAMW,aAAa,CACrF,EAGArJ,EAAS4I,aAAasB,kBAAoB,SAAUF,GAClDA,EAAMjH,IAAI,mBAAoB/C,EAASyI,UAAUC,MAAMY,cAAc,EACrEU,EAAM1H,GAAG,mBAAoB,gBAAiBtC,EAASyI,UAAUC,MAAMY,cAAc,CACvF,EAGAtJ,EAAS4I,aAAauB,qBAAuB,SAAUH,GACrDA,EAAMjH,IAAI,mBAAoB/C,EAASyI,UAAUC,MAAMa,iBAAiB,EACxES,EAAM1H,GAAG,mBAAoB,oCAAqCtC,EAASyI,UAAUC,MAAMa,iBAAiB,CAC9G,EAGAvJ,EAAS4I,aAAawB,uBAAyB,SAAUJ,GACvDA,EAAMjH,IAAI,mCAAoC/C,EAASyI,UAAUC,MAAMmB,mBAAmB,EAC1FG,EAAM1H,GAAG,mCAAoC,sBAAuBtC,EAASyI,UAAUC,MAAMmB,mBAAmB,CAClH,EAGA7J,EAASyI,UAAUE,OAAS,CAC1B0B,eAAgB,SAAwBC,GACjC/B,GAEH+B,EAAOC,KAAK,WACV1O,EAA4C,EAAEuD,IAAI,EAAE0K,eAAe,qBAAqB,CAC1F,CAAC,EAGHQ,EAAO9J,KAAK,cAAe,QAAQ,CACrC,EACAgK,eAAgB,SAAwBF,GACjC/B,GAEH+B,EAAOC,KAAK,WACV1O,EAA4C,EAAEuD,IAAI,EAAE0K,eAAe,qBAAqB,CAC1F,CAAC,EAGHQ,EAAO9J,KAAK,cAAe,QAAQ,CACrC,EACAiK,gBAAiB,SAAyB9N,EAAG+N,GACvCC,EAAShO,EAAEiO,UAAUxC,MAAM,GAAG,EAAE,GACtBvM,EAA4C,EAAE,SAAS6E,OAAOiK,EAAQ,GAAG,CAAC,EAAEvG,IAAI,mBAAoB1D,OAAOgK,EAAU,IAAK,CAAC,EACjIH,KAAK,WACX,IAAIrI,EAAQrG,EAA4C,EAAEuD,IAAI,EAC9D8C,EAAM4H,eAAe,mBAAoB,CAAC5H,EAAM,CAClD,CAAC,CACH,CACF,EAGAlC,EAAS4I,aAAaiC,mBAAqB,SAAUC,GACnD,IAAIC,EAAYlP,EAA4C,EAAE,iBAAiB,EAC7EmP,EAAY,CAAC,WAAY,UAAW,UAClCF,IACwB,UAAtB,OAAOA,EACTE,EAAUhE,KAAK8D,CAAU,EACQ,WAAxB1O,EAAQ0O,CAAU,GAA2C,UAAzB,OAAOA,EAAW,GAC/DE,EAAYA,EAAUtK,OAAOoK,CAAU,EAEvCG,QAAQC,MAAM,8BAA8B,GAG5CH,EAAUlO,SACRsO,EAAYH,EAAUI,IAAI,SAAUC,GACtC,MAAO,cAAc3K,OAAO2K,CAAI,CAClC,CAAC,EAAEC,KAAK,GAAG,EACXzP,EAA4C,EAAEuG,MAAM,EAAEW,IAAIoI,CAAS,EAAE7I,GAAG6I,EAAWnL,EAASyI,UAAUE,OAAO8B,eAAe,EAEhI,EAaAzK,EAAS4I,aAAa2C,kBAAoB,SAAUzC,GAClD,IAAIwB,EAASzO,EAA4C,EAAE,eAAe,EACtEyO,EAAOzN,QACTgM,EAAuBC,EAAU,oBAAqB9I,EAASyI,UAAUE,OAAO0B,eAAgBC,CAAM,CAE1G,EACAtK,EAAS4I,aAAa4C,kBAAoB,SAAU1C,GAClD,IAAIwB,EAASzO,EAA4C,EAAE,eAAe,EACtEyO,EAAOzN,QACTgM,EAAuBC,EAAU,oBAAqB9I,EAASyI,UAAUE,OAAO6B,eAAgBF,CAAM,CAE1G,EACAtK,EAAS4I,aAAa6C,0BAA4B,SAAUzB,GAC1D,GAAI,CAACzB,EACH,MAAO,CAAA,EAKuB,SAA5BmD,EAA+DC,GACjE,IAAI9H,EAAUhI,EAA4C,EAAE8P,EAAoB,GAAGtH,MAAM,EAGzF,OAAQsH,EAAoB,GAAGxD,MAC7B,IAAK,aACiC,WAAhCtE,EAAQrD,KAAK,aAAa,GAA2D,gBAAzCmL,EAAoB,GAAGC,eACrE/H,EAAQiG,eAAe,sBAAuB,CAACjG,EAASzB,OAAOyJ,YAAY,EAEzC,WAAhChI,EAAQrD,KAAK,aAAa,GAA2D,gBAAzCmL,EAAoB,GAAGC,eACrE/H,EAAQiG,eAAe,sBAAuB,CAACjG,EAAQ,EAEZ,UAAzC8H,EAAoB,GAAGC,gBACzB/H,EAAQiI,QAAQ,eAAe,EAAEtL,KAAK,cAAe,QAAQ,EAC7DqD,EAAQiI,QAAQ,eAAe,EAAEhC,eAAe,sBAAuB,CAACjG,EAAQiI,QAAQ,eAAe,EAAE,GAE3G,MACF,IAAK,YACHjI,EAAQiI,QAAQ,eAAe,EAAEtL,KAAK,cAAe,QAAQ,EAC7DqD,EAAQiI,QAAQ,eAAe,EAAEhC,eAAe,sBAAuB,CAACjG,EAAQiI,QAAQ,eAAe,EAAE,EACzG,MACF,QACE,MAAO,CAAA,CAEX,CACF,CA5BA,IAAIxB,EAASN,EAAM1F,KAAK,6CAA6C,EA6BrE,GAAIgG,EAAOzN,OAET,IAAK,IAAIM,EAAI,EAAGA,GAAKmN,EAAOzN,OAAS,EAAGM,CAAC,GACjB,IAAIoL,EAAiBmD,CAAyB,EACpDK,QAAQzB,EAAOnN,GAAI,CACjC6O,WAAY,CAAA,EACZC,UAAW,CAAA,EACXC,cAAe,CAAA,EACfC,QAAS,CAAA,EACTC,gBAAiB,CAAC,cAAe,QACnC,CAAC,CAGP,EACApM,EAAS4I,aAAayD,mBAAqB,WACzC,IAAIC,EAAYzQ,EAA4C,EAAEqI,QAAQ,EACtElE,EAAS4I,aAAamB,gBAAgBuC,CAAS,EAC/CtM,EAAS4I,aAAaqB,iBAAiBqC,CAAS,EAChDtM,EAAS4I,aAAasB,kBAAkBoC,CAAS,EACjDtM,EAAS4I,aAAauB,qBAAqBmC,CAAS,EACpDtM,EAAS4I,aAAawB,uBAAuBkC,CAAS,CACxD,EACAtM,EAAS4I,aAAa2D,mBAAqB,WACzC,IAAID,EAAYzQ,EAA4C,EAAEqI,QAAQ,EACtElE,EAAS4I,aAAa6C,0BAA0Ba,CAAS,EACzDtM,EAAS4I,aAAa2C,kBAAkB,GAAG,EAC3CvL,EAAS4I,aAAa4C,kBAAkB,EACxCxL,EAAS4I,aAAaiC,mBAAmB,CAC3C,EACA7K,EAASD,KAAO,SAAUyM,EAAIC,IAC5B,EAAGzE,EAAoD0E,QAAQ7Q,EAA4C,EAAEuG,MAAM,EAAG,WACxC,CAAA,IAAvEvG,EAA4C,EAAqB,sBACpEmE,EAAS4I,aAAayD,mBAAmB,EACzCrM,EAAS4I,aAAa2D,mBAAmB,EACxC1Q,EAA4C,EAAqB,oBAAI,CAAA,EAE1E,CAAC,EACG4Q,IACFA,EAAWzM,SAAWA,EAEtByM,EAAWE,SAAW3M,EAAS4I,aAAa2D,mBAEhD,CAGO,EAEDK,oBAIA,SAAUnS,GAEhBA,EAAOD,QAAUM,CAEV,EAED+R,wBAIA,SAAUpS,GAEhBA,EAAOD,QAAUS,CAEV,EAED6R,6BAIA,SAAUrS,GAEhBA,EAAOD,QAAUQ,CAEV,EAED+R,2BAIA,SAAUtS,GAEhBA,EAAOD,QAAUU,CAEV,EAED8R,0BAIA,SAAUvS,GAEhBA,EAAOD,QAAUW,CAEV,EAED8R,OAIA,SAAUxS,GAEhBA,EAAOD,QAAUO,CAEV,CAEI,EAGGmS,EAA2B,GA2B9B1R,EAAoBM,EAAI,SAASrB,GAChC,IAAI0S,EAAS1S,GAAUA,EAAO2S,WAC7B,WAAa,OAAO3S,EAAgB,OAAG,EACvC,WAAa,OAAOA,CAAQ,EAE7B,OADAe,EAAoBE,EAAEyR,EAAQ,CAAEhO,EAAGgO,CAAO,CAAC,EACpCA,CACR,EAMA3R,EAAoBE,EAAI,SAASlB,EAAS6S,GACzC,IAAI,IAAI5P,KAAO4P,EACX7R,EAAoBa,EAAEgR,EAAY5P,CAAG,GAAK,CAACjC,EAAoBa,EAAE7B,EAASiD,CAAG,GAC/ER,OAAOC,eAAe1C,EAASiD,EAAK,CAAEX,WAAY,CAAA,EAAMyB,IAAK8O,EAAW5P,EAAK,CAAC,CAGjF,EAKAjC,EAAoBa,EAAI,SAASiR,EAAKC,GAAQ,OAAOtQ,OAAOR,UAAUgC,eAAelB,KAAK+P,EAAKC,CAAI,CAAG,EAe7GhS,EAAsB,IATfC,EAAoBC,EAAI,SAASjB,GACX,aAAlB,OAAO8B,QAA0BA,OAAOkR,aAC1CvQ,OAAOC,eAAe1C,EAAS8B,OAAOkR,YAAa,CAAE5O,MAAO,QAAS,CAAC,EAEvE3B,OAAOC,eAAe1C,EAAS,aAAc,CAAEoE,MAAO,CAAA,CAAK,CAAC,CAC7D,GAUWrD,CAAmB,EACpBC,EAAoBE,EAAEH,EAAqB,CACzCI,SAAU,WAAa,OAA2B8R,EAAkD9R,QAAU,EAC9G8Q,WAAY,WAAa,OAA2BiB,EAA8CjB,UAAY,CAChH,CAAC,EACGiB,EAAgDlS,EAA6C,mBAAmB,EAEhHiS,EAAoDjS,EAAqD,6BAA6B,EAG/JkS,EAA8CjB,WAAW9B,OAAO8C,EAAkD9R,SAAU,UAAU,EAGrHJ,EAjFP,SAASC,EAAoBmS,GAE5B,IAAIC,EAAeV,EAAyBS,GAC5C,OAAqBE,KAAAA,IAAjBD,IAIAnT,EAASyS,EAAyBS,GAAY,CAGjDnT,QAAS,EACV,EAGAY,EAAoBuS,GAAUlT,EAAQA,EAAOD,QAASgB,CAAmB,GAGlEf,EAAOD,OACf,CA1jCM,IAEFY,EAmiCA8R,EA4EWQ,EAEAD,EAbrBlS,CAsBJ,CAAC"}