UNPKG

33.6 kBJavaScriptView Raw
1(function webpackUniversalModuleDefinition(root, factory) {
2 if(typeof exports === 'object' && typeof module === 'object')
3 module.exports = factory(require("./foundation.core"), require("./foundation.util.mediaQuery"), require("./foundation.util.motion"), require("jquery"));
4 else if(typeof define === 'function' && define.amd)
5 define(["./foundation.core", "./foundation.util.mediaQuery", "./foundation.util.motion", "jquery"], factory);
6 else if(typeof exports === 'object')
7 exports["foundation.interchange"] = factory(require("./foundation.core"), require("./foundation.util.mediaQuery"), require("./foundation.util.motion"), require("jquery"));
8 else
9 root["__FOUNDATION_EXTERNAL__"] = root["__FOUNDATION_EXTERNAL__"] || {}, root["__FOUNDATION_EXTERNAL__"]["foundation.interchange"] = factory(root["__FOUNDATION_EXTERNAL__"]["foundation.core"], root["__FOUNDATION_EXTERNAL__"]["foundation.util.mediaQuery"], root["__FOUNDATION_EXTERNAL__"]["foundation.util.motion"], root["jQuery"]);
10})(window, function(__WEBPACK_EXTERNAL_MODULE__foundation_core__, __WEBPACK_EXTERNAL_MODULE__foundation_util_mediaQuery__, __WEBPACK_EXTERNAL_MODULE__foundation_util_motion__, __WEBPACK_EXTERNAL_MODULE_jquery__) {
11return /******/ (function(modules) { // webpackBootstrap
12/******/ // The module cache
13/******/ var installedModules = {};
14/******/
15/******/ // The require function
16/******/ function __webpack_require__(moduleId) {
17/******/
18/******/ // Check if module is in cache
19/******/ if(installedModules[moduleId]) {
20/******/ return installedModules[moduleId].exports;
21/******/ }
22/******/ // Create a new module (and put it into the cache)
23/******/ var module = installedModules[moduleId] = {
24/******/ i: moduleId,
25/******/ l: false,
26/******/ exports: {}
27/******/ };
28/******/
29/******/ // Execute the module function
30/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
31/******/
32/******/ // Flag the module as loaded
33/******/ module.l = true;
34/******/
35/******/ // Return the exports of the module
36/******/ return module.exports;
37/******/ }
38/******/
39/******/
40/******/ // expose the modules object (__webpack_modules__)
41/******/ __webpack_require__.m = modules;
42/******/
43/******/ // expose the module cache
44/******/ __webpack_require__.c = installedModules;
45/******/
46/******/ // define getter function for harmony exports
47/******/ __webpack_require__.d = function(exports, name, getter) {
48/******/ if(!__webpack_require__.o(exports, name)) {
49/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
50/******/ }
51/******/ };
52/******/
53/******/ // define __esModule on exports
54/******/ __webpack_require__.r = function(exports) {
55/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
56/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
57/******/ }
58/******/ Object.defineProperty(exports, '__esModule', { value: true });
59/******/ };
60/******/
61/******/ // create a fake namespace object
62/******/ // mode & 1: value is a module id, require it
63/******/ // mode & 2: merge all properties of value into the ns
64/******/ // mode & 4: return value when already ns object
65/******/ // mode & 8|1: behave like require
66/******/ __webpack_require__.t = function(value, mode) {
67/******/ if(mode & 1) value = __webpack_require__(value);
68/******/ if(mode & 8) return value;
69/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
70/******/ var ns = Object.create(null);
71/******/ __webpack_require__.r(ns);
72/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
73/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
74/******/ return ns;
75/******/ };
76/******/
77/******/ // getDefaultExport function for compatibility with non-harmony modules
78/******/ __webpack_require__.n = function(module) {
79/******/ var getter = module && module.__esModule ?
80/******/ function getDefault() { return module['default']; } :
81/******/ function getModuleExports() { return module; };
82/******/ __webpack_require__.d(getter, 'a', getter);
83/******/ return getter;
84/******/ };
85/******/
86/******/ // Object.prototype.hasOwnProperty.call
87/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
88/******/
89/******/ // __webpack_public_path__
90/******/ __webpack_require__.p = "";
91/******/
92/******/
93/******/ // Load entry module and return exports
94/******/ return __webpack_require__(__webpack_require__.s = 7);
95/******/ })
96/************************************************************************/
97/******/ ({
98
99/***/ "./foundation.core":
100/*!****************************************************************************************************************************************************************!*\
101 !*** external {"root":["__FOUNDATION_EXTERNAL__","foundation.core"],"amd":"./foundation.core","commonjs":"./foundation.core","commonjs2":"./foundation.core"} ***!
102 \****************************************************************************************************************************************************************/
103/*! no static exports found */
104/***/ (function(module, exports) {
105
106module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_core__;
107
108/***/ }),
109
110/***/ "./foundation.util.mediaQuery":
111/*!************************************************************************************************************************************************************************************************************!*\
112 !*** external {"root":["__FOUNDATION_EXTERNAL__","foundation.util.mediaQuery"],"amd":"./foundation.util.mediaQuery","commonjs":"./foundation.util.mediaQuery","commonjs2":"./foundation.util.mediaQuery"} ***!
113 \************************************************************************************************************************************************************************************************************/
114/*! no static exports found */
115/***/ (function(module, exports) {
116
117module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_mediaQuery__;
118
119/***/ }),
120
121/***/ "./foundation.util.motion":
122/*!********************************************************************************************************************************************************************************************!*\
123 !*** external {"root":["__FOUNDATION_EXTERNAL__","foundation.util.motion"],"amd":"./foundation.util.motion","commonjs":"./foundation.util.motion","commonjs2":"./foundation.util.motion"} ***!
124 \********************************************************************************************************************************************************************************************/
125/*! no static exports found */
126/***/ (function(module, exports) {
127
128module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_motion__;
129
130/***/ }),
131
132/***/ "./js/entries/plugins/foundation.interchange.js":
133/*!******************************************************!*\
134 !*** ./js/entries/plugins/foundation.interchange.js ***!
135 \******************************************************/
136/*! exports provided: Foundation, Interchange */
137/***/ (function(module, __webpack_exports__, __webpack_require__) {
138
139"use strict";
140__webpack_require__.r(__webpack_exports__);
141/* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./foundation.core */ "./foundation.core");
142/* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_foundation_core__WEBPACK_IMPORTED_MODULE_0__);
143/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Foundation", function() { return _foundation_core__WEBPACK_IMPORTED_MODULE_0__["Foundation"]; });
144
145/* harmony import */ var _foundation_interchange__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../foundation.interchange */ "./js/foundation.interchange.js");
146/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Interchange", function() { return _foundation_interchange__WEBPACK_IMPORTED_MODULE_1__["Interchange"]; });
147
148
149
150_foundation_core__WEBPACK_IMPORTED_MODULE_0__["Foundation"].plugin(_foundation_interchange__WEBPACK_IMPORTED_MODULE_1__["Interchange"], 'Interchange');
151
152
153/***/ }),
154
155/***/ "./js/foundation.interchange.js":
156/*!**************************************!*\
157 !*** ./js/foundation.interchange.js ***!
158 \**************************************/
159/*! exports provided: Interchange */
160/***/ (function(module, __webpack_exports__, __webpack_require__) {
161
162"use strict";
163__webpack_require__.r(__webpack_exports__);
164/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Interchange", function() { return Interchange; });
165/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
166/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
167/* harmony import */ var _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./foundation.util.mediaQuery */ "./foundation.util.mediaQuery");
168/* harmony import */ var _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__);
169/* harmony import */ var _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./foundation.core.plugin */ "./foundation.core");
170/* harmony import */ var _foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__);
171/* harmony import */ var _foundation_util_triggers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./foundation.util.triggers */ "./js/foundation.util.triggers.js");
172
173
174function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
175
176function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
177
178function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
179
180function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
181
182function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
183
184function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
185
186function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
187
188function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
189
190function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
191
192
193
194
195
196
197/**
198 * Interchange module.
199 * @module foundation.interchange
200 * @requires foundation.util.mediaQuery
201 */
202
203var Interchange =
204/*#__PURE__*/
205function (_Plugin) {
206 _inherits(Interchange, _Plugin);
207
208 function Interchange() {
209 _classCallCheck(this, Interchange);
210
211 return _possibleConstructorReturn(this, _getPrototypeOf(Interchange).apply(this, arguments));
212 }
213
214 _createClass(Interchange, [{
215 key: "_setup",
216
217 /**
218 * Creates a new instance of Interchange.
219 * @class
220 * @name Interchange
221 * @fires Interchange#init
222 * @param {Object} element - jQuery object to add the trigger to.
223 * @param {Object} options - Overrides to the default plugin settings.
224 */
225 value: function _setup(element, options) {
226 this.$element = element;
227 this.options = jquery__WEBPACK_IMPORTED_MODULE_0___default.a.extend({}, Interchange.defaults, this.$element.data(), options);
228 this.rules = [];
229 this.currentPath = '';
230 this.className = 'Interchange'; // ie9 back compat
231 // Triggers init is idempotent, just need to make sure it is initialized
232
233 _foundation_util_triggers__WEBPACK_IMPORTED_MODULE_3__["Triggers"].init(jquery__WEBPACK_IMPORTED_MODULE_0___default.a);
234
235 this._init();
236
237 this._events();
238 }
239 /**
240 * Initializes the Interchange plugin and calls functions to get interchange functioning on load.
241 * @function
242 * @private
243 */
244
245 }, {
246 key: "_init",
247 value: function _init() {
248 _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__["MediaQuery"]._init();
249
250 var id = this.$element[0].id || Object(_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__["GetYoDigits"])(6, 'interchange');
251 this.$element.attr({
252 'data-resize': id,
253 'id': id
254 });
255
256 this._parseOptions();
257
258 this._addBreakpoints();
259
260 this._generateRules();
261
262 this._reflow();
263 }
264 /**
265 * Initializes events for Interchange.
266 * @function
267 * @private
268 */
269
270 }, {
271 key: "_events",
272 value: function _events() {
273 var _this = this;
274
275 this.$element.off('resizeme.zf.trigger').on('resizeme.zf.trigger', function () {
276 return _this._reflow();
277 });
278 }
279 /**
280 * Calls necessary functions to update Interchange upon DOM change
281 * @function
282 * @private
283 */
284
285 }, {
286 key: "_reflow",
287 value: function _reflow() {
288 var match; // Iterate through each rule, but only save the last match
289
290 for (var i in this.rules) {
291 if (this.rules.hasOwnProperty(i)) {
292 var rule = this.rules[i];
293
294 if (window.matchMedia(rule.query).matches) {
295 match = rule;
296 }
297 }
298 }
299
300 if (match) {
301 this.replace(match.path);
302 }
303 }
304 /**
305 * Check options valifity and set defaults for:
306 * - `data-interchange-type`: if set, enforce the type of replacement (auto, src, background or html)
307 * @function
308 * @private
309 */
310
311 }, {
312 key: "_parseOptions",
313 value: function _parseOptions() {
314 var types = ['auto', 'src', 'background', 'html'];
315 if (typeof this.options.type === 'undefined') this.options.type = 'auto';else if (types.indexOf(this.options.type) === -1) {
316 console.log("Warning: invalid value \"".concat(this.options.type, "\" for Interchange option \"type\""));
317 this.options.type = 'auto';
318 }
319 }
320 /**
321 * Gets the Foundation breakpoints and adds them to the Interchange.SPECIAL_QUERIES object.
322 * @function
323 * @private
324 */
325
326 }, {
327 key: "_addBreakpoints",
328 value: function _addBreakpoints() {
329 for (var i in _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__["MediaQuery"].queries) {
330 if (_foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__["MediaQuery"].queries.hasOwnProperty(i)) {
331 var query = _foundation_util_mediaQuery__WEBPACK_IMPORTED_MODULE_1__["MediaQuery"].queries[i];
332 Interchange.SPECIAL_QUERIES[query.name] = query.value;
333 }
334 }
335 }
336 /**
337 * Checks the Interchange element for the provided media query + content pairings
338 * @function
339 * @private
340 * @param {Object} element - jQuery object that is an Interchange instance
341 * @returns {Array} scenarios - Array of objects that have 'mq' and 'path' keys with corresponding keys
342 */
343
344 }, {
345 key: "_generateRules",
346 value: function _generateRules(element) {
347 var rulesList = [];
348 var rules;
349
350 if (this.options.rules) {
351 rules = this.options.rules;
352 } else {
353 rules = this.$element.data('interchange');
354 }
355
356 rules = typeof rules === 'string' ? rules.match(/\[.*?, .*?\]/g) : rules;
357
358 for (var i in rules) {
359 if (rules.hasOwnProperty(i)) {
360 var rule = rules[i].slice(1, -1).split(', ');
361 var path = rule.slice(0, -1).join('');
362 var query = rule[rule.length - 1];
363
364 if (Interchange.SPECIAL_QUERIES[query]) {
365 query = Interchange.SPECIAL_QUERIES[query];
366 }
367
368 rulesList.push({
369 path: path,
370 query: query
371 });
372 }
373 }
374
375 this.rules = rulesList;
376 }
377 /**
378 * Update the `src` property of an image, or change the HTML of a container, to the specified path.
379 * @function
380 * @param {String} path - Path to the image or HTML partial.
381 * @fires Interchange#replaced
382 */
383
384 }, {
385 key: "replace",
386 value: function replace(path) {
387 var _this2 = this;
388
389 if (this.currentPath === path) return;
390 var trigger = 'replaced.zf.interchange';
391 var type = this.options.type;
392
393 if (type === 'auto') {
394 if (this.$element[0].nodeName === 'IMG') type = 'src';else if (path.match(/\.(gif|jpe?g|png|svg|tiff)([?#].*)?/i)) type = 'background';else type = 'html';
395 } // Replacing images
396
397
398 if (type === 'src') {
399 this.$element.attr('src', path).on('load', function () {
400 _this2.currentPath = path;
401 }).trigger(trigger);
402 } // Replacing background images
403 else if (type === 'background') {
404 path = path.replace(/\(/g, '%28').replace(/\)/g, '%29');
405 this.$element.css({
406 'background-image': 'url(' + path + ')'
407 }).trigger(trigger);
408 } // Replacing HTML
409 else if (type === 'html') {
410 jquery__WEBPACK_IMPORTED_MODULE_0___default.a.get(path, function (response) {
411 _this2.$element.html(response).trigger(trigger);
412
413 jquery__WEBPACK_IMPORTED_MODULE_0___default()(response).foundation();
414 _this2.currentPath = path;
415 });
416 }
417 /**
418 * Fires when content in an Interchange element is done being loaded.
419 * @event Interchange#replaced
420 */
421 // this.$element.trigger('replaced.zf.interchange');
422
423 }
424 /**
425 * Destroys an instance of interchange.
426 * @function
427 */
428
429 }, {
430 key: "_destroy",
431 value: function _destroy() {
432 this.$element.off('resizeme.zf.trigger');
433 }
434 }]);
435
436 return Interchange;
437}(_foundation_core_plugin__WEBPACK_IMPORTED_MODULE_2__["Plugin"]);
438/**
439 * Default settings for plugin
440 */
441
442
443Interchange.defaults = {
444 /**
445 * Rules to be applied to Interchange elements. Set with the `data-interchange` array notation.
446 * @option
447 * @type {?array}
448 * @default null
449 */
450 rules: null,
451
452 /**
453 * Type of the responsive ressource to replace. It can take the following options:
454 * - `auto` (default): choose the type according to the element tag or the ressource extension,
455 * - `src`: replace the `[src]` attribute, recommended for images `<img>`.
456 * - `background`: replace the `background-image` CSS property.
457 * - `html`: replace the element content.
458 * @option
459 * @type {string}
460 * @default 'auto'
461 */
462 type: 'auto'
463};
464Interchange.SPECIAL_QUERIES = {
465 'landscape': 'screen and (orientation: landscape)',
466 'portrait': 'screen and (orientation: portrait)',
467 'retina': 'only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)'
468};
469
470
471/***/ }),
472
473/***/ "./js/foundation.util.triggers.js":
474/*!****************************************!*\
475 !*** ./js/foundation.util.triggers.js ***!
476 \****************************************/
477/*! exports provided: Triggers */
478/***/ (function(module, __webpack_exports__, __webpack_require__) {
479
480"use strict";
481__webpack_require__.r(__webpack_exports__);
482/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Triggers", function() { return Triggers; });
483/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
484/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
485/* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./foundation.core.utils */ "./foundation.core");
486/* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__);
487/* harmony import */ var _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./foundation.util.motion */ "./foundation.util.motion");
488/* harmony import */ var _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__);
489
490
491function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
492
493
494
495
496
497var MutationObserver = function () {
498 var prefixes = ['WebKit', 'Moz', 'O', 'Ms', ''];
499
500 for (var i = 0; i < prefixes.length; i++) {
501 if ("".concat(prefixes[i], "MutationObserver") in window) {
502 return window["".concat(prefixes[i], "MutationObserver")];
503 }
504 }
505
506 return false;
507}();
508
509var triggers = function triggers(el, type) {
510 el.data(type).split(' ').forEach(function (id) {
511 jquery__WEBPACK_IMPORTED_MODULE_0___default()("#".concat(id))[type === 'close' ? 'trigger' : 'triggerHandler']("".concat(type, ".zf.trigger"), [el]);
512 });
513};
514
515var Triggers = {
516 Listeners: {
517 Basic: {},
518 Global: {}
519 },
520 Initializers: {}
521};
522Triggers.Listeners.Basic = {
523 openListener: function openListener() {
524 triggers(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), 'open');
525 },
526 closeListener: function closeListener() {
527 var id = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('close');
528
529 if (id) {
530 triggers(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), 'close');
531 } else {
532 jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).trigger('close.zf.trigger');
533 }
534 },
535 toggleListener: function toggleListener() {
536 var id = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('toggle');
537
538 if (id) {
539 triggers(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), 'toggle');
540 } else {
541 jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).trigger('toggle.zf.trigger');
542 }
543 },
544 closeableListener: function closeableListener(e) {
545 var animation = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('closable'); // Only close the first closable element. See https://git.io/zf-7833
546
547 e.stopPropagation();
548
549 if (animation !== '') {
550 _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__["Motion"].animateOut(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), animation, function () {
551 jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).trigger('closed.zf');
552 });
553 } else {
554 jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).fadeOut().trigger('closed.zf');
555 }
556 },
557 toggleFocusListener: function toggleFocusListener() {
558 var id = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('toggle-focus');
559 jquery__WEBPACK_IMPORTED_MODULE_0___default()("#".concat(id)).triggerHandler('toggle.zf.trigger', [jquery__WEBPACK_IMPORTED_MODULE_0___default()(this)]);
560 }
561}; // Elements with [data-open] will reveal a plugin that supports it when clicked.
562
563Triggers.Initializers.addOpenListener = function ($elem) {
564 $elem.off('click.zf.trigger', Triggers.Listeners.Basic.openListener);
565 $elem.on('click.zf.trigger', '[data-open]', Triggers.Listeners.Basic.openListener);
566}; // Elements with [data-close] will close a plugin that supports it when clicked.
567// If used without a value on [data-close], the event will bubble, allowing it to close a parent component.
568
569
570Triggers.Initializers.addCloseListener = function ($elem) {
571 $elem.off('click.zf.trigger', Triggers.Listeners.Basic.closeListener);
572 $elem.on('click.zf.trigger', '[data-close]', Triggers.Listeners.Basic.closeListener);
573}; // Elements with [data-toggle] will toggle a plugin that supports it when clicked.
574
575
576Triggers.Initializers.addToggleListener = function ($elem) {
577 $elem.off('click.zf.trigger', Triggers.Listeners.Basic.toggleListener);
578 $elem.on('click.zf.trigger', '[data-toggle]', Triggers.Listeners.Basic.toggleListener);
579}; // Elements with [data-closable] will respond to close.zf.trigger events.
580
581
582Triggers.Initializers.addCloseableListener = function ($elem) {
583 $elem.off('close.zf.trigger', Triggers.Listeners.Basic.closeableListener);
584 $elem.on('close.zf.trigger', '[data-closeable], [data-closable]', Triggers.Listeners.Basic.closeableListener);
585}; // Elements with [data-toggle-focus] will respond to coming in and out of focus
586
587
588Triggers.Initializers.addToggleFocusListener = function ($elem) {
589 $elem.off('focus.zf.trigger blur.zf.trigger', Triggers.Listeners.Basic.toggleFocusListener);
590 $elem.on('focus.zf.trigger blur.zf.trigger', '[data-toggle-focus]', Triggers.Listeners.Basic.toggleFocusListener);
591}; // More Global/complex listeners and triggers
592
593
594Triggers.Listeners.Global = {
595 resizeListener: function resizeListener($nodes) {
596 if (!MutationObserver) {
597 //fallback for IE 9
598 $nodes.each(function () {
599 jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).triggerHandler('resizeme.zf.trigger');
600 });
601 } //trigger all listening elements and signal a resize event
602
603
604 $nodes.attr('data-events', "resize");
605 },
606 scrollListener: function scrollListener($nodes) {
607 if (!MutationObserver) {
608 //fallback for IE 9
609 $nodes.each(function () {
610 jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).triggerHandler('scrollme.zf.trigger');
611 });
612 } //trigger all listening elements and signal a scroll event
613
614
615 $nodes.attr('data-events', "scroll");
616 },
617 closeMeListener: function closeMeListener(e, pluginId) {
618 var plugin = e.namespace.split('.')[0];
619 var plugins = jquery__WEBPACK_IMPORTED_MODULE_0___default()("[data-".concat(plugin, "]")).not("[data-yeti-box=\"".concat(pluginId, "\"]"));
620 plugins.each(function () {
621 var _this = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this);
622
623 _this.triggerHandler('close.zf.trigger', [_this]);
624 });
625 } // Global, parses whole document.
626
627};
628
629Triggers.Initializers.addClosemeListener = function (pluginName) {
630 var yetiBoxes = jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-yeti-box]'),
631 plugNames = ['dropdown', 'tooltip', 'reveal'];
632
633 if (pluginName) {
634 if (typeof pluginName === 'string') {
635 plugNames.push(pluginName);
636 } else if (_typeof(pluginName) === 'object' && typeof pluginName[0] === 'string') {
637 plugNames = plugNames.concat(pluginName);
638 } else {
639 console.error('Plugin names must be strings');
640 }
641 }
642
643 if (yetiBoxes.length) {
644 var listeners = plugNames.map(function (name) {
645 return "closeme.zf.".concat(name);
646 }).join(' ');
647 jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).off(listeners).on(listeners, Triggers.Listeners.Global.closeMeListener);
648 }
649};
650
651function debounceGlobalListener(debounce, trigger, listener) {
652 var timer,
653 args = Array.prototype.slice.call(arguments, 3);
654 jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).off(trigger).on(trigger, function (e) {
655 if (timer) {
656 clearTimeout(timer);
657 }
658
659 timer = setTimeout(function () {
660 listener.apply(null, args);
661 }, debounce || 10); //default time to emit scroll event
662 });
663}
664
665Triggers.Initializers.addResizeListener = function (debounce) {
666 var $nodes = jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-resize]');
667
668 if ($nodes.length) {
669 debounceGlobalListener(debounce, 'resize.zf.trigger', Triggers.Listeners.Global.resizeListener, $nodes);
670 }
671};
672
673Triggers.Initializers.addScrollListener = function (debounce) {
674 var $nodes = jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-scroll]');
675
676 if ($nodes.length) {
677 debounceGlobalListener(debounce, 'scroll.zf.trigger', Triggers.Listeners.Global.scrollListener, $nodes);
678 }
679};
680
681Triggers.Initializers.addMutationEventsListener = function ($elem) {
682 if (!MutationObserver) {
683 return false;
684 }
685
686 var $nodes = $elem.find('[data-resize], [data-scroll], [data-mutate]'); //element callback
687
688 var listeningElementsMutation = function listeningElementsMutation(mutationRecordsList) {
689 var $target = jquery__WEBPACK_IMPORTED_MODULE_0___default()(mutationRecordsList[0].target); //trigger the event handler for the element depending on type
690
691 switch (mutationRecordsList[0].type) {
692 case "attributes":
693 if ($target.attr("data-events") === "scroll" && mutationRecordsList[0].attributeName === "data-events") {
694 $target.triggerHandler('scrollme.zf.trigger', [$target, window.pageYOffset]);
695 }
696
697 if ($target.attr("data-events") === "resize" && mutationRecordsList[0].attributeName === "data-events") {
698 $target.triggerHandler('resizeme.zf.trigger', [$target]);
699 }
700
701 if (mutationRecordsList[0].attributeName === "style") {
702 $target.closest("[data-mutate]").attr("data-events", "mutate");
703 $target.closest("[data-mutate]").triggerHandler('mutateme.zf.trigger', [$target.closest("[data-mutate]")]);
704 }
705
706 break;
707
708 case "childList":
709 $target.closest("[data-mutate]").attr("data-events", "mutate");
710 $target.closest("[data-mutate]").triggerHandler('mutateme.zf.trigger', [$target.closest("[data-mutate]")]);
711 break;
712
713 default:
714 return false;
715 //nothing
716 }
717 };
718
719 if ($nodes.length) {
720 //for each element that needs to listen for resizing, scrolling, or mutation add a single observer
721 for (var i = 0; i <= $nodes.length - 1; i++) {
722 var elementObserver = new MutationObserver(listeningElementsMutation);
723 elementObserver.observe($nodes[i], {
724 attributes: true,
725 childList: true,
726 characterData: false,
727 subtree: true,
728 attributeFilter: ["data-events", "style"]
729 });
730 }
731 }
732};
733
734Triggers.Initializers.addSimpleListeners = function () {
735 var $document = jquery__WEBPACK_IMPORTED_MODULE_0___default()(document);
736 Triggers.Initializers.addOpenListener($document);
737 Triggers.Initializers.addCloseListener($document);
738 Triggers.Initializers.addToggleListener($document);
739 Triggers.Initializers.addCloseableListener($document);
740 Triggers.Initializers.addToggleFocusListener($document);
741};
742
743Triggers.Initializers.addGlobalListeners = function () {
744 var $document = jquery__WEBPACK_IMPORTED_MODULE_0___default()(document);
745 Triggers.Initializers.addMutationEventsListener($document);
746 Triggers.Initializers.addResizeListener();
747 Triggers.Initializers.addScrollListener();
748 Triggers.Initializers.addClosemeListener();
749};
750
751Triggers.init = function ($, Foundation) {
752 Object(_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__["onLoad"])($(window), function () {
753 if ($.triggersInitialized !== true) {
754 Triggers.Initializers.addSimpleListeners();
755 Triggers.Initializers.addGlobalListeners();
756 $.triggersInitialized = true;
757 }
758 });
759
760 if (Foundation) {
761 Foundation.Triggers = Triggers; // Legacy included to be backwards compatible for now.
762
763 Foundation.IHearYou = Triggers.Initializers.addGlobalListeners;
764 }
765};
766
767
768
769/***/ }),
770
771/***/ 7:
772/*!************************************************************!*\
773 !*** multi ./js/entries/plugins/foundation.interchange.js ***!
774 \************************************************************/
775/*! no static exports found */
776/***/ (function(module, exports, __webpack_require__) {
777
778module.exports = __webpack_require__(/*! /Users/joeworkman/Development/foundation-sites/js/entries/plugins/foundation.interchange.js */"./js/entries/plugins/foundation.interchange.js");
779
780
781/***/ }),
782
783/***/ "jquery":
784/*!********************************************************************************************!*\
785 !*** external {"root":["jQuery"],"amd":"jquery","commonjs":"jquery","commonjs2":"jquery"} ***!
786 \********************************************************************************************/
787/*! no static exports found */
788/***/ (function(module, exports) {
789
790module.exports = __WEBPACK_EXTERNAL_MODULE_jquery__;
791
792/***/ })
793
794/******/ });
795});
796//# sourceMappingURL=foundation.interchange.js.map
\No newline at end of file