480 lines
21 KiB
JavaScript
480 lines
21 KiB
JavaScript
|
(function webpackUniversalModuleDefinition(root, factory) {
|
||
|
if(typeof exports === 'object' && typeof module === 'object')
|
||
|
module.exports = factory(require("./foundation.core"), require("./foundation.core.utils"), require("./foundation.util.motion"), require("jquery"));
|
||
|
else if(typeof define === 'function' && define.amd)
|
||
|
define(["./foundation.core", "./foundation.core.utils", "./foundation.util.motion", "jquery"], factory);
|
||
|
else if(typeof exports === 'object')
|
||
|
exports["foundation.util.triggers"] = factory(require("./foundation.core"), require("./foundation.core.utils"), require("./foundation.util.motion"), require("jquery"));
|
||
|
else
|
||
|
root["__FOUNDATION_EXTERNAL__"] = root["__FOUNDATION_EXTERNAL__"] || {}, root["__FOUNDATION_EXTERNAL__"]["foundation.util.triggers"] = factory(root["__FOUNDATION_EXTERNAL__"]["foundation.core"], root["__FOUNDATION_EXTERNAL__"]["foundation.core"], root["__FOUNDATION_EXTERNAL__"]["foundation.util.motion"], root["jQuery"]);
|
||
|
})(window, function(__WEBPACK_EXTERNAL_MODULE__foundation_core__, __WEBPACK_EXTERNAL_MODULE__foundation_core_utils__, __WEBPACK_EXTERNAL_MODULE__foundation_util_motion__, __WEBPACK_EXTERNAL_MODULE_jquery__) {
|
||
|
return /******/ (function(modules) { // webpackBootstrap
|
||
|
/******/ // The module cache
|
||
|
/******/ var installedModules = {};
|
||
|
/******/
|
||
|
/******/ // The require function
|
||
|
/******/ function __webpack_require__(moduleId) {
|
||
|
/******/
|
||
|
/******/ // Check if module is in cache
|
||
|
/******/ if(installedModules[moduleId]) {
|
||
|
/******/ return installedModules[moduleId].exports;
|
||
|
/******/ }
|
||
|
/******/ // Create a new module (and put it into the cache)
|
||
|
/******/ var module = installedModules[moduleId] = {
|
||
|
/******/ i: moduleId,
|
||
|
/******/ l: false,
|
||
|
/******/ exports: {}
|
||
|
/******/ };
|
||
|
/******/
|
||
|
/******/ // Execute the module function
|
||
|
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||
|
/******/
|
||
|
/******/ // Flag the module as loaded
|
||
|
/******/ module.l = true;
|
||
|
/******/
|
||
|
/******/ // Return the exports of the module
|
||
|
/******/ return module.exports;
|
||
|
/******/ }
|
||
|
/******/
|
||
|
/******/
|
||
|
/******/ // expose the modules object (__webpack_modules__)
|
||
|
/******/ __webpack_require__.m = modules;
|
||
|
/******/
|
||
|
/******/ // expose the module cache
|
||
|
/******/ __webpack_require__.c = installedModules;
|
||
|
/******/
|
||
|
/******/ // define getter function for harmony exports
|
||
|
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||
|
/******/ if(!__webpack_require__.o(exports, name)) {
|
||
|
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
||
|
/******/ }
|
||
|
/******/ };
|
||
|
/******/
|
||
|
/******/ // define __esModule on exports
|
||
|
/******/ __webpack_require__.r = function(exports) {
|
||
|
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||
|
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||
|
/******/ }
|
||
|
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
/******/ };
|
||
|
/******/
|
||
|
/******/ // create a fake namespace object
|
||
|
/******/ // mode & 1: value is a module id, require it
|
||
|
/******/ // mode & 2: merge all properties of value into the ns
|
||
|
/******/ // mode & 4: return value when already ns object
|
||
|
/******/ // mode & 8|1: behave like require
|
||
|
/******/ __webpack_require__.t = function(value, mode) {
|
||
|
/******/ if(mode & 1) value = __webpack_require__(value);
|
||
|
/******/ if(mode & 8) return value;
|
||
|
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
||
|
/******/ var ns = Object.create(null);
|
||
|
/******/ __webpack_require__.r(ns);
|
||
|
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
||
|
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
||
|
/******/ return ns;
|
||
|
/******/ };
|
||
|
/******/
|
||
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||
|
/******/ __webpack_require__.n = function(module) {
|
||
|
/******/ var getter = module && module.__esModule ?
|
||
|
/******/ function getDefault() { return module['default']; } :
|
||
|
/******/ function getModuleExports() { return module; };
|
||
|
/******/ __webpack_require__.d(getter, 'a', getter);
|
||
|
/******/ return getter;
|
||
|
/******/ };
|
||
|
/******/
|
||
|
/******/ // Object.prototype.hasOwnProperty.call
|
||
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||
|
/******/
|
||
|
/******/ // __webpack_public_path__
|
||
|
/******/ __webpack_require__.p = "";
|
||
|
/******/
|
||
|
/******/
|
||
|
/******/ // Load entry module and return exports
|
||
|
/******/ return __webpack_require__(__webpack_require__.s = 29);
|
||
|
/******/ })
|
||
|
/************************************************************************/
|
||
|
/******/ ({
|
||
|
|
||
|
/***/ "./foundation.core":
|
||
|
/*!****************************************************************************************************************************************************************!*\
|
||
|
!*** external {"root":["__FOUNDATION_EXTERNAL__","foundation.core"],"amd":"./foundation.core","commonjs":"./foundation.core","commonjs2":"./foundation.core"} ***!
|
||
|
\****************************************************************************************************************************************************************/
|
||
|
/*! no static exports found */
|
||
|
/***/ (function(module, exports) {
|
||
|
|
||
|
module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_core__;
|
||
|
|
||
|
/***/ }),
|
||
|
|
||
|
/***/ "./foundation.core.utils":
|
||
|
/*!**********************************************************************************************************************************************************************************!*\
|
||
|
!*** external {"root":["__FOUNDATION_EXTERNAL__","foundation.core"],"amd":"./foundation.core.utils","commonjs":"./foundation.core.utils","commonjs2":"./foundation.core.utils"} ***!
|
||
|
\**********************************************************************************************************************************************************************************/
|
||
|
/*! no static exports found */
|
||
|
/***/ (function(module, exports) {
|
||
|
|
||
|
module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_core_utils__;
|
||
|
|
||
|
/***/ }),
|
||
|
|
||
|
/***/ "./foundation.util.motion":
|
||
|
/*!********************************************************************************************************************************************************************************************!*\
|
||
|
!*** external {"root":["__FOUNDATION_EXTERNAL__","foundation.util.motion"],"amd":"./foundation.util.motion","commonjs":"./foundation.util.motion","commonjs2":"./foundation.util.motion"} ***!
|
||
|
\********************************************************************************************************************************************************************************************/
|
||
|
/*! no static exports found */
|
||
|
/***/ (function(module, exports) {
|
||
|
|
||
|
module.exports = __WEBPACK_EXTERNAL_MODULE__foundation_util_motion__;
|
||
|
|
||
|
/***/ }),
|
||
|
|
||
|
/***/ "./js/entries/plugins/foundation.util.triggers.js":
|
||
|
/*!********************************************************!*\
|
||
|
!*** ./js/entries/plugins/foundation.util.triggers.js ***!
|
||
|
\********************************************************/
|
||
|
/*! exports provided: Foundation, Triggers */
|
||
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||
|
|
||
|
"use strict";
|
||
|
__webpack_require__.r(__webpack_exports__);
|
||
|
/* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./foundation.core */ "./foundation.core");
|
||
|
/* harmony import */ var _foundation_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_foundation_core__WEBPACK_IMPORTED_MODULE_0__);
|
||
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Foundation", function() { return _foundation_core__WEBPACK_IMPORTED_MODULE_0__["Foundation"]; });
|
||
|
|
||
|
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! jquery */ "jquery");
|
||
|
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_1__);
|
||
|
/* harmony import */ var _foundation_util_triggers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../foundation.util.triggers */ "./js/foundation.util.triggers.js");
|
||
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Triggers", function() { return _foundation_util_triggers__WEBPACK_IMPORTED_MODULE_2__["Triggers"]; });
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
_foundation_util_triggers__WEBPACK_IMPORTED_MODULE_2__["Triggers"].init(jquery__WEBPACK_IMPORTED_MODULE_1___default.a, _foundation_core__WEBPACK_IMPORTED_MODULE_0__["Foundation"]);
|
||
|
|
||
|
|
||
|
/***/ }),
|
||
|
|
||
|
/***/ "./js/foundation.util.triggers.js":
|
||
|
/*!****************************************!*\
|
||
|
!*** ./js/foundation.util.triggers.js ***!
|
||
|
\****************************************/
|
||
|
/*! exports provided: Triggers */
|
||
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||
|
|
||
|
"use strict";
|
||
|
__webpack_require__.r(__webpack_exports__);
|
||
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Triggers", function() { return Triggers; });
|
||
|
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
|
||
|
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
|
||
|
/* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./foundation.core.utils */ "./foundation.core.utils");
|
||
|
/* harmony import */ var _foundation_core_utils__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__);
|
||
|
/* harmony import */ var _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./foundation.util.motion */ "./foundation.util.motion");
|
||
|
/* harmony import */ var _foundation_util_motion__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__);
|
||
|
|
||
|
|
||
|
function _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); }
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
var MutationObserver = function () {
|
||
|
var prefixes = ['WebKit', 'Moz', 'O', 'Ms', ''];
|
||
|
|
||
|
for (var i = 0; i < prefixes.length; i++) {
|
||
|
if ("".concat(prefixes[i], "MutationObserver") in window) {
|
||
|
return window["".concat(prefixes[i], "MutationObserver")];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
return false;
|
||
|
}();
|
||
|
|
||
|
var triggers = function triggers(el, type) {
|
||
|
el.data(type).split(' ').forEach(function (id) {
|
||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()("#".concat(id))[type === 'close' ? 'trigger' : 'triggerHandler']("".concat(type, ".zf.trigger"), [el]);
|
||
|
});
|
||
|
};
|
||
|
|
||
|
var Triggers = {
|
||
|
Listeners: {
|
||
|
Basic: {},
|
||
|
Global: {}
|
||
|
},
|
||
|
Initializers: {}
|
||
|
};
|
||
|
Triggers.Listeners.Basic = {
|
||
|
openListener: function openListener() {
|
||
|
triggers(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), 'open');
|
||
|
},
|
||
|
closeListener: function closeListener() {
|
||
|
var id = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('close');
|
||
|
|
||
|
if (id) {
|
||
|
triggers(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), 'close');
|
||
|
} else {
|
||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).trigger('close.zf.trigger');
|
||
|
}
|
||
|
},
|
||
|
toggleListener: function toggleListener() {
|
||
|
var id = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('toggle');
|
||
|
|
||
|
if (id) {
|
||
|
triggers(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), 'toggle');
|
||
|
} else {
|
||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).trigger('toggle.zf.trigger');
|
||
|
}
|
||
|
},
|
||
|
closeableListener: function closeableListener(e) {
|
||
|
e.stopPropagation();
|
||
|
var animation = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('closable');
|
||
|
|
||
|
if (animation !== '') {
|
||
|
_foundation_util_motion__WEBPACK_IMPORTED_MODULE_2__["Motion"].animateOut(jquery__WEBPACK_IMPORTED_MODULE_0___default()(this), animation, function () {
|
||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).trigger('closed.zf');
|
||
|
});
|
||
|
} else {
|
||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).fadeOut().trigger('closed.zf');
|
||
|
}
|
||
|
},
|
||
|
toggleFocusListener: function toggleFocusListener() {
|
||
|
var id = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).data('toggle-focus');
|
||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()("#".concat(id)).triggerHandler('toggle.zf.trigger', [jquery__WEBPACK_IMPORTED_MODULE_0___default()(this)]);
|
||
|
}
|
||
|
}; // Elements with [data-open] will reveal a plugin that supports it when clicked.
|
||
|
|
||
|
Triggers.Initializers.addOpenListener = function ($elem) {
|
||
|
$elem.off('click.zf.trigger', Triggers.Listeners.Basic.openListener);
|
||
|
$elem.on('click.zf.trigger', '[data-open]', Triggers.Listeners.Basic.openListener);
|
||
|
}; // Elements with [data-close] will close a plugin that supports it when clicked.
|
||
|
// If used without a value on [data-close], the event will bubble, allowing it to close a parent component.
|
||
|
|
||
|
|
||
|
Triggers.Initializers.addCloseListener = function ($elem) {
|
||
|
$elem.off('click.zf.trigger', Triggers.Listeners.Basic.closeListener);
|
||
|
$elem.on('click.zf.trigger', '[data-close]', Triggers.Listeners.Basic.closeListener);
|
||
|
}; // Elements with [data-toggle] will toggle a plugin that supports it when clicked.
|
||
|
|
||
|
|
||
|
Triggers.Initializers.addToggleListener = function ($elem) {
|
||
|
$elem.off('click.zf.trigger', Triggers.Listeners.Basic.toggleListener);
|
||
|
$elem.on('click.zf.trigger', '[data-toggle]', Triggers.Listeners.Basic.toggleListener);
|
||
|
}; // Elements with [data-closable] will respond to close.zf.trigger events.
|
||
|
|
||
|
|
||
|
Triggers.Initializers.addCloseableListener = function ($elem) {
|
||
|
$elem.off('close.zf.trigger', Triggers.Listeners.Basic.closeableListener);
|
||
|
$elem.on('close.zf.trigger', '[data-closeable], [data-closable]', Triggers.Listeners.Basic.closeableListener);
|
||
|
}; // Elements with [data-toggle-focus] will respond to coming in and out of focus
|
||
|
|
||
|
|
||
|
Triggers.Initializers.addToggleFocusListener = function ($elem) {
|
||
|
$elem.off('focus.zf.trigger blur.zf.trigger', Triggers.Listeners.Basic.toggleFocusListener);
|
||
|
$elem.on('focus.zf.trigger blur.zf.trigger', '[data-toggle-focus]', Triggers.Listeners.Basic.toggleFocusListener);
|
||
|
}; // More Global/complex listeners and triggers
|
||
|
|
||
|
|
||
|
Triggers.Listeners.Global = {
|
||
|
resizeListener: function resizeListener($nodes) {
|
||
|
if (!MutationObserver) {
|
||
|
//fallback for IE 9
|
||
|
$nodes.each(function () {
|
||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).triggerHandler('resizeme.zf.trigger');
|
||
|
});
|
||
|
} //trigger all listening elements and signal a resize event
|
||
|
|
||
|
|
||
|
$nodes.attr('data-events', "resize");
|
||
|
},
|
||
|
scrollListener: function scrollListener($nodes) {
|
||
|
if (!MutationObserver) {
|
||
|
//fallback for IE 9
|
||
|
$nodes.each(function () {
|
||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(this).triggerHandler('scrollme.zf.trigger');
|
||
|
});
|
||
|
} //trigger all listening elements and signal a scroll event
|
||
|
|
||
|
|
||
|
$nodes.attr('data-events', "scroll");
|
||
|
},
|
||
|
closeMeListener: function closeMeListener(e, pluginId) {
|
||
|
var plugin = e.namespace.split('.')[0];
|
||
|
var plugins = jquery__WEBPACK_IMPORTED_MODULE_0___default()("[data-".concat(plugin, "]")).not("[data-yeti-box=\"".concat(pluginId, "\"]"));
|
||
|
plugins.each(function () {
|
||
|
var _this = jquery__WEBPACK_IMPORTED_MODULE_0___default()(this);
|
||
|
|
||
|
_this.triggerHandler('close.zf.trigger', [_this]);
|
||
|
});
|
||
|
} // Global, parses whole document.
|
||
|
|
||
|
};
|
||
|
|
||
|
Triggers.Initializers.addClosemeListener = function (pluginName) {
|
||
|
var yetiBoxes = jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-yeti-box]'),
|
||
|
plugNames = ['dropdown', 'tooltip', 'reveal'];
|
||
|
|
||
|
if (pluginName) {
|
||
|
if (typeof pluginName === 'string') {
|
||
|
plugNames.push(pluginName);
|
||
|
} else if (_typeof(pluginName) === 'object' && typeof pluginName[0] === 'string') {
|
||
|
plugNames.concat(pluginName);
|
||
|
} else {
|
||
|
console.error('Plugin names must be strings');
|
||
|
}
|
||
|
}
|
||
|
|
||
|
if (yetiBoxes.length) {
|
||
|
var listeners = plugNames.map(function (name) {
|
||
|
return "closeme.zf.".concat(name);
|
||
|
}).join(' ');
|
||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).off(listeners).on(listeners, Triggers.Listeners.Global.closeMeListener);
|
||
|
}
|
||
|
};
|
||
|
|
||
|
function debounceGlobalListener(debounce, trigger, listener) {
|
||
|
var timer,
|
||
|
args = Array.prototype.slice.call(arguments, 3);
|
||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(window).off(trigger).on(trigger, function (e) {
|
||
|
if (timer) {
|
||
|
clearTimeout(timer);
|
||
|
}
|
||
|
|
||
|
timer = setTimeout(function () {
|
||
|
listener.apply(null, args);
|
||
|
}, debounce || 10); //default time to emit scroll event
|
||
|
});
|
||
|
}
|
||
|
|
||
|
Triggers.Initializers.addResizeListener = function (debounce) {
|
||
|
var $nodes = jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-resize]');
|
||
|
|
||
|
if ($nodes.length) {
|
||
|
debounceGlobalListener(debounce, 'resize.zf.trigger', Triggers.Listeners.Global.resizeListener, $nodes);
|
||
|
}
|
||
|
};
|
||
|
|
||
|
Triggers.Initializers.addScrollListener = function (debounce) {
|
||
|
var $nodes = jquery__WEBPACK_IMPORTED_MODULE_0___default()('[data-scroll]');
|
||
|
|
||
|
if ($nodes.length) {
|
||
|
debounceGlobalListener(debounce, 'scroll.zf.trigger', Triggers.Listeners.Global.scrollListener, $nodes);
|
||
|
}
|
||
|
};
|
||
|
|
||
|
Triggers.Initializers.addMutationEventsListener = function ($elem) {
|
||
|
if (!MutationObserver) {
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
var $nodes = $elem.find('[data-resize], [data-scroll], [data-mutate]'); //element callback
|
||
|
|
||
|
var listeningElementsMutation = function listeningElementsMutation(mutationRecordsList) {
|
||
|
var $target = jquery__WEBPACK_IMPORTED_MODULE_0___default()(mutationRecordsList[0].target); //trigger the event handler for the element depending on type
|
||
|
|
||
|
switch (mutationRecordsList[0].type) {
|
||
|
case "attributes":
|
||
|
if ($target.attr("data-events") === "scroll" && mutationRecordsList[0].attributeName === "data-events") {
|
||
|
$target.triggerHandler('scrollme.zf.trigger', [$target, window.pageYOffset]);
|
||
|
}
|
||
|
|
||
|
if ($target.attr("data-events") === "resize" && mutationRecordsList[0].attributeName === "data-events") {
|
||
|
$target.triggerHandler('resizeme.zf.trigger', [$target]);
|
||
|
}
|
||
|
|
||
|
if (mutationRecordsList[0].attributeName === "style") {
|
||
|
$target.closest("[data-mutate]").attr("data-events", "mutate");
|
||
|
$target.closest("[data-mutate]").triggerHandler('mutateme.zf.trigger', [$target.closest("[data-mutate]")]);
|
||
|
}
|
||
|
|
||
|
break;
|
||
|
|
||
|
case "childList":
|
||
|
$target.closest("[data-mutate]").attr("data-events", "mutate");
|
||
|
$target.closest("[data-mutate]").triggerHandler('mutateme.zf.trigger', [$target.closest("[data-mutate]")]);
|
||
|
break;
|
||
|
|
||
|
default:
|
||
|
return false;
|
||
|
//nothing
|
||
|
}
|
||
|
};
|
||
|
|
||
|
if ($nodes.length) {
|
||
|
//for each element that needs to listen for resizing, scrolling, or mutation add a single observer
|
||
|
for (var i = 0; i <= $nodes.length - 1; i++) {
|
||
|
var elementObserver = new MutationObserver(listeningElementsMutation);
|
||
|
elementObserver.observe($nodes[i], {
|
||
|
attributes: true,
|
||
|
childList: true,
|
||
|
characterData: false,
|
||
|
subtree: true,
|
||
|
attributeFilter: ["data-events", "style"]
|
||
|
});
|
||
|
}
|
||
|
}
|
||
|
};
|
||
|
|
||
|
Triggers.Initializers.addSimpleListeners = function () {
|
||
|
var $document = jquery__WEBPACK_IMPORTED_MODULE_0___default()(document);
|
||
|
Triggers.Initializers.addOpenListener($document);
|
||
|
Triggers.Initializers.addCloseListener($document);
|
||
|
Triggers.Initializers.addToggleListener($document);
|
||
|
Triggers.Initializers.addCloseableListener($document);
|
||
|
Triggers.Initializers.addToggleFocusListener($document);
|
||
|
};
|
||
|
|
||
|
Triggers.Initializers.addGlobalListeners = function () {
|
||
|
var $document = jquery__WEBPACK_IMPORTED_MODULE_0___default()(document);
|
||
|
Triggers.Initializers.addMutationEventsListener($document);
|
||
|
Triggers.Initializers.addResizeListener();
|
||
|
Triggers.Initializers.addScrollListener();
|
||
|
Triggers.Initializers.addClosemeListener();
|
||
|
};
|
||
|
|
||
|
Triggers.init = function ($, Foundation) {
|
||
|
Object(_foundation_core_utils__WEBPACK_IMPORTED_MODULE_1__["onLoad"])($(window), function () {
|
||
|
if ($.triggersInitialized !== true) {
|
||
|
Triggers.Initializers.addSimpleListeners();
|
||
|
Triggers.Initializers.addGlobalListeners();
|
||
|
$.triggersInitialized = true;
|
||
|
}
|
||
|
});
|
||
|
|
||
|
if (Foundation) {
|
||
|
Foundation.Triggers = Triggers; // Legacy included to be backwards compatible for now.
|
||
|
|
||
|
Foundation.IHearYou = Triggers.Initializers.addGlobalListeners;
|
||
|
}
|
||
|
};
|
||
|
|
||
|
|
||
|
|
||
|
/***/ }),
|
||
|
|
||
|
/***/ 29:
|
||
|
/*!**************************************************************!*\
|
||
|
!*** multi ./js/entries/plugins/foundation.util.triggers.js ***!
|
||
|
\**************************************************************/
|
||
|
/*! no static exports found */
|
||
|
/***/ (function(module, exports, __webpack_require__) {
|
||
|
|
||
|
module.exports = __webpack_require__(/*! /Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/js/entries/plugins/foundation.util.triggers.js */"./js/entries/plugins/foundation.util.triggers.js");
|
||
|
|
||
|
|
||
|
/***/ }),
|
||
|
|
||
|
/***/ "jquery":
|
||
|
/*!********************************************************************************************!*\
|
||
|
!*** external {"root":["jQuery"],"amd":"jquery","commonjs":"jquery","commonjs2":"jquery"} ***!
|
||
|
\********************************************************************************************/
|
||
|
/*! no static exports found */
|
||
|
/***/ (function(module, exports) {
|
||
|
|
||
|
module.exports = __WEBPACK_EXTERNAL_MODULE_jquery__;
|
||
|
|
||
|
/***/ })
|
||
|
|
||
|
/******/ });
|
||
|
});
|
||
|
//# sourceMappingURL=foundation.util.triggers.js.map
|