|
@@ -1,6 +1,6 @@
|
|
|
/*!
|
|
|
* Splide.js
|
|
|
- * Version : 2.4.20
|
|
|
+ * Version : 2.4.21
|
|
|
* License : MIT
|
|
|
* Copyright: 2020 Naotoshi Fujita
|
|
|
*/
|
|
@@ -16,28 +16,57 @@
|
|
|
})(self, function() {
|
|
|
return /******/ (() => { // webpackBootstrap
|
|
|
/******/ "use strict";
|
|
|
-/******/ var __webpack_modules__ = ({
|
|
|
-
|
|
|
-/***/ 311:
|
|
|
-/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
|
-
|
|
|
+/******/ // The require scope
|
|
|
+/******/ var __webpack_require__ = {};
|
|
|
+/******/
|
|
|
+/************************************************************************/
|
|
|
+/******/ /* webpack/runtime/define property getters */
|
|
|
+/******/ (() => {
|
|
|
+/******/ // define getter functions for harmony exports
|
|
|
+/******/ __webpack_require__.d = (exports, definition) => {
|
|
|
+/******/ for(var key in definition) {
|
|
|
+/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
|
+/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
|
+/******/ }
|
|
|
+/******/ }
|
|
|
+/******/ };
|
|
|
+/******/ })();
|
|
|
+/******/
|
|
|
+/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
|
+/******/ (() => {
|
|
|
+/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
|
+/******/ })();
|
|
|
+/******/
|
|
|
+/******/ /* webpack/runtime/make namespace object */
|
|
|
+/******/ (() => {
|
|
|
+/******/ // define __esModule on exports
|
|
|
+/******/ __webpack_require__.r = (exports) => {
|
|
|
+/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
|
+/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
+/******/ }
|
|
|
+/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
+/******/ };
|
|
|
+/******/ })();
|
|
|
+/******/
|
|
|
+/************************************************************************/
|
|
|
+var __webpack_exports__ = {};
|
|
|
// ESM COMPAT FLAG
|
|
|
__webpack_require__.r(__webpack_exports__);
|
|
|
|
|
|
// EXPORTS
|
|
|
__webpack_require__.d(__webpack_exports__, {
|
|
|
- "default": () => /* binding */ module_Splide
|
|
|
+ "default": () => (/* binding */ module_Splide)
|
|
|
});
|
|
|
|
|
|
// NAMESPACE OBJECT: ./src/js/constants/states.js
|
|
|
var states_namespaceObject = {};
|
|
|
__webpack_require__.r(states_namespaceObject);
|
|
|
__webpack_require__.d(states_namespaceObject, {
|
|
|
- "CREATED": () => CREATED,
|
|
|
- "DESTROYED": () => DESTROYED,
|
|
|
- "IDLE": () => IDLE,
|
|
|
- "MOUNTED": () => MOUNTED,
|
|
|
- "MOVING": () => MOVING
|
|
|
+ "CREATED": () => (CREATED),
|
|
|
+ "DESTROYED": () => (DESTROYED),
|
|
|
+ "IDLE": () => (IDLE),
|
|
|
+ "MOUNTED": () => (MOUNTED),
|
|
|
+ "MOVING": () => (MOVING)
|
|
|
});
|
|
|
|
|
|
;// CONCATENATED MODULE: ./src/js/core/event.js
|
|
@@ -5817,7 +5846,9 @@ var LIGHT = {
|
|
|
A11y: a11y
|
|
|
};
|
|
|
;// CONCATENATED MODULE: ./build/module/module.js
|
|
|
-function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
|
|
|
+function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); }
|
|
|
+
|
|
|
+function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
|
|
|
|
/**
|
|
|
* Export Splide class for import.
|
|
@@ -5842,68 +5873,7 @@ var module_Splide = /*#__PURE__*/function (_Core) {
|
|
|
}(Splide);
|
|
|
|
|
|
|
|
|
-
|
|
|
-/***/ })
|
|
|
-
|
|
|
-/******/ });
|
|
|
-/************************************************************************/
|
|
|
-/******/ // The module cache
|
|
|
-/******/ var __webpack_module_cache__ = {};
|
|
|
-/******/
|
|
|
-/******/ // The require function
|
|
|
-/******/ function __webpack_require__(moduleId) {
|
|
|
-/******/ // Check if module is in cache
|
|
|
-/******/ if(__webpack_module_cache__[moduleId]) {
|
|
|
-/******/ return __webpack_module_cache__[moduleId].exports;
|
|
|
-/******/ }
|
|
|
-/******/ // Create a new module (and put it into the cache)
|
|
|
-/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
|
-/******/ // no module.id needed
|
|
|
-/******/ // no module.loaded needed
|
|
|
-/******/ exports: {}
|
|
|
-/******/ };
|
|
|
-/******/
|
|
|
-/******/ // Execute the module function
|
|
|
-/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
|
-/******/
|
|
|
-/******/ // Return the exports of the module
|
|
|
-/******/ return module.exports;
|
|
|
-/******/ }
|
|
|
-/******/
|
|
|
-/************************************************************************/
|
|
|
-/******/ /* webpack/runtime/define property getters */
|
|
|
-/******/ (() => {
|
|
|
-/******/ // define getter functions for harmony exports
|
|
|
-/******/ __webpack_require__.d = (exports, definition) => {
|
|
|
-/******/ for(var key in definition) {
|
|
|
-/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
|
-/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
|
-/******/ }
|
|
|
-/******/ }
|
|
|
-/******/ };
|
|
|
-/******/ })();
|
|
|
-/******/
|
|
|
-/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
|
-/******/ (() => {
|
|
|
-/******/ __webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop)
|
|
|
-/******/ })();
|
|
|
-/******/
|
|
|
-/******/ /* webpack/runtime/make namespace object */
|
|
|
-/******/ (() => {
|
|
|
-/******/ // define __esModule on exports
|
|
|
-/******/ __webpack_require__.r = (exports) => {
|
|
|
-/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
|
-/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
-/******/ }
|
|
|
-/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
-/******/ };
|
|
|
-/******/ })();
|
|
|
-/******/
|
|
|
-/************************************************************************/
|
|
|
-/******/ // module exports must be returned from runtime so entry inlining is disabled
|
|
|
-/******/ // startup
|
|
|
-/******/ // Load entry module and return exports
|
|
|
-/******/ return __webpack_require__(311);
|
|
|
+/******/ return __webpack_exports__;
|
|
|
/******/ })()
|
|
|
;
|
|
|
});
|