mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
ec05ee2f5d
Fixes #50712. Built from https://develop.svn.wordpress.org/trunk@48527 git-svn-id: http://core.svn.wordpress.org/trunk@48289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
579 lines
18 KiB
JavaScript
579 lines
18 KiB
JavaScript
this["wp"] = this["wp"] || {}; this["wp"]["viewport"] =
|
|
/******/ (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 = 455);
|
|
/******/ })
|
|
/************************************************************************/
|
|
/******/ ({
|
|
|
|
/***/ 0:
|
|
/***/ (function(module, exports) {
|
|
|
|
(function() { module.exports = this["wp"]["element"]; }());
|
|
|
|
/***/ }),
|
|
|
|
/***/ 14:
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
"use strict";
|
|
|
|
// EXPORTS
|
|
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _slicedToArray; });
|
|
|
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
|
|
var arrayWithHoles = __webpack_require__(38);
|
|
|
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
|
|
function _iterableToArrayLimit(arr, i) {
|
|
if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;
|
|
var _arr = [];
|
|
var _n = true;
|
|
var _d = false;
|
|
var _e = undefined;
|
|
|
|
try {
|
|
for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {
|
|
_arr.push(_s.value);
|
|
|
|
if (i && _arr.length === i) break;
|
|
}
|
|
} catch (err) {
|
|
_d = true;
|
|
_e = err;
|
|
} finally {
|
|
try {
|
|
if (!_n && _i["return"] != null) _i["return"]();
|
|
} finally {
|
|
if (_d) throw _e;
|
|
}
|
|
}
|
|
|
|
return _arr;
|
|
}
|
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
|
|
var unsupportedIterableToArray = __webpack_require__(29);
|
|
|
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
|
|
var nonIterableRest = __webpack_require__(39);
|
|
|
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js
|
|
|
|
|
|
|
|
|
|
function _slicedToArray(arr, i) {
|
|
return Object(arrayWithHoles["a" /* default */])(arr) || _iterableToArrayLimit(arr, i) || Object(unsupportedIterableToArray["a" /* default */])(arr, i) || Object(nonIterableRest["a" /* default */])();
|
|
}
|
|
|
|
/***/ }),
|
|
|
|
/***/ 2:
|
|
/***/ (function(module, exports) {
|
|
|
|
(function() { module.exports = this["lodash"]; }());
|
|
|
|
/***/ }),
|
|
|
|
/***/ 26:
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
"use strict";
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _arrayLikeToArray; });
|
|
function _arrayLikeToArray(arr, len) {
|
|
if (len == null || len > arr.length) len = arr.length;
|
|
|
|
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
arr2[i] = arr[i];
|
|
}
|
|
|
|
return arr2;
|
|
}
|
|
|
|
/***/ }),
|
|
|
|
/***/ 29:
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
"use strict";
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
|
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26);
|
|
|
|
function _unsupportedIterableToArray(o, minLen) {
|
|
if (!o) return;
|
|
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
if (n === "Map" || n === "Set") return Array.from(o);
|
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
|
}
|
|
|
|
/***/ }),
|
|
|
|
/***/ 38:
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
"use strict";
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _arrayWithHoles; });
|
|
function _arrayWithHoles(arr) {
|
|
if (Array.isArray(arr)) return arr;
|
|
}
|
|
|
|
/***/ }),
|
|
|
|
/***/ 39:
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
"use strict";
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _nonIterableRest; });
|
|
function _nonIterableRest() {
|
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
}
|
|
|
|
/***/ }),
|
|
|
|
/***/ 4:
|
|
/***/ (function(module, exports) {
|
|
|
|
(function() { module.exports = this["wp"]["data"]; }());
|
|
|
|
/***/ }),
|
|
|
|
/***/ 455:
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
"use strict";
|
|
// ESM COMPAT FLAG
|
|
__webpack_require__.r(__webpack_exports__);
|
|
|
|
// EXPORTS
|
|
__webpack_require__.d(__webpack_exports__, "ifViewportMatches", function() { return /* reexport */ if_viewport_matches; });
|
|
__webpack_require__.d(__webpack_exports__, "withViewportMatch", function() { return /* reexport */ with_viewport_match; });
|
|
|
|
// NAMESPACE OBJECT: ./node_modules/@wordpress/viewport/build-module/store/actions.js
|
|
var actions_namespaceObject = {};
|
|
__webpack_require__.r(actions_namespaceObject);
|
|
__webpack_require__.d(actions_namespaceObject, "setIsMatching", function() { return actions_setIsMatching; });
|
|
|
|
// NAMESPACE OBJECT: ./node_modules/@wordpress/viewport/build-module/store/selectors.js
|
|
var selectors_namespaceObject = {};
|
|
__webpack_require__.r(selectors_namespaceObject);
|
|
__webpack_require__.d(selectors_namespaceObject, "isViewportMatch", function() { return isViewportMatch; });
|
|
|
|
// EXTERNAL MODULE: external {"this":["wp","data"]}
|
|
var external_this_wp_data_ = __webpack_require__(4);
|
|
|
|
// CONCATENATED MODULE: ./node_modules/@wordpress/viewport/build-module/store/reducer.js
|
|
/**
|
|
* Reducer returning the viewport state, as keys of breakpoint queries with
|
|
* boolean value representing whether query is matched.
|
|
*
|
|
* @param {Object} state Current state.
|
|
* @param {Object} action Dispatched action.
|
|
*
|
|
* @return {Object} Updated state.
|
|
*/
|
|
function reducer() {
|
|
var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
var action = arguments.length > 1 ? arguments[1] : undefined;
|
|
|
|
switch (action.type) {
|
|
case 'SET_IS_MATCHING':
|
|
return action.values;
|
|
}
|
|
|
|
return state;
|
|
}
|
|
|
|
/* harmony default export */ var store_reducer = (reducer);
|
|
|
|
// CONCATENATED MODULE: ./node_modules/@wordpress/viewport/build-module/store/actions.js
|
|
/**
|
|
* Returns an action object used in signalling that viewport queries have been
|
|
* updated. Values are specified as an object of breakpoint query keys where
|
|
* value represents whether query matches.
|
|
*
|
|
* @param {Object} values Breakpoint query matches.
|
|
*
|
|
* @return {Object} Action object.
|
|
*/
|
|
function actions_setIsMatching(values) {
|
|
return {
|
|
type: 'SET_IS_MATCHING',
|
|
values: values
|
|
};
|
|
}
|
|
|
|
// CONCATENATED MODULE: ./node_modules/@wordpress/viewport/build-module/store/selectors.js
|
|
/**
|
|
* Returns true if the viewport matches the given query, or false otherwise.
|
|
*
|
|
* @param {Object} state Viewport state object.
|
|
* @param {string} query Query string. Includes operator and breakpoint name,
|
|
* space separated. Operator defaults to >=.
|
|
*
|
|
* @example
|
|
*
|
|
* ```js
|
|
* isViewportMatch( state, '< huge' );
|
|
* isViewPortMatch( state, 'medium' );
|
|
* ```
|
|
*
|
|
* @return {boolean} Whether viewport matches query.
|
|
*/
|
|
function isViewportMatch(state, query) {
|
|
// Default to `>=` if no operator is present.
|
|
if (query.indexOf(' ') === -1) {
|
|
query = '>= ' + query;
|
|
}
|
|
|
|
return !!state[query];
|
|
}
|
|
|
|
// CONCATENATED MODULE: ./node_modules/@wordpress/viewport/build-module/store/index.js
|
|
/**
|
|
* WordPress dependencies
|
|
*/
|
|
|
|
/**
|
|
* Internal dependencies
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* harmony default export */ var store = (Object(external_this_wp_data_["registerStore"])('core/viewport', {
|
|
reducer: store_reducer,
|
|
actions: actions_namespaceObject,
|
|
selectors: selectors_namespaceObject
|
|
}));
|
|
|
|
// EXTERNAL MODULE: external {"this":"lodash"}
|
|
var external_this_lodash_ = __webpack_require__(2);
|
|
|
|
// CONCATENATED MODULE: ./node_modules/@wordpress/viewport/build-module/listener.js
|
|
/**
|
|
* External dependencies
|
|
*/
|
|
|
|
/**
|
|
* WordPress dependencies
|
|
*/
|
|
|
|
|
|
|
|
var listener_addDimensionsEventListener = function addDimensionsEventListener(breakpoints, operators) {
|
|
/**
|
|
* Callback invoked when media query state should be updated. Is invoked a
|
|
* maximum of one time per call stack.
|
|
*/
|
|
var setIsMatching = Object(external_this_lodash_["debounce"])(function () {
|
|
var values = Object(external_this_lodash_["mapValues"])(queries, function (query) {
|
|
return query.matches;
|
|
});
|
|
Object(external_this_wp_data_["dispatch"])('core/viewport').setIsMatching(values);
|
|
}, {
|
|
leading: true
|
|
});
|
|
/**
|
|
* Hash of breakpoint names with generated MediaQueryList for corresponding
|
|
* media query.
|
|
*
|
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/Window/matchMedia
|
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList
|
|
*
|
|
* @type {Object<string,MediaQueryList>}
|
|
*/
|
|
|
|
var queries = Object(external_this_lodash_["reduce"])(breakpoints, function (result, width, name) {
|
|
Object(external_this_lodash_["forEach"])(operators, function (condition, operator) {
|
|
var list = window.matchMedia("(".concat(condition, ": ").concat(width, "px)"));
|
|
list.addListener(setIsMatching);
|
|
var key = [operator, name].join(' ');
|
|
result[key] = list;
|
|
});
|
|
return result;
|
|
}, {});
|
|
window.addEventListener('orientationchange', setIsMatching); // Set initial values
|
|
|
|
setIsMatching();
|
|
setIsMatching.flush();
|
|
};
|
|
|
|
/* harmony default export */ var listener = (listener_addDimensionsEventListener);
|
|
|
|
// EXTERNAL MODULE: external {"this":["wp","compose"]}
|
|
var external_this_wp_compose_ = __webpack_require__(9);
|
|
|
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js
|
|
var esm_extends = __webpack_require__(8);
|
|
|
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
|
|
var slicedToArray = __webpack_require__(14);
|
|
|
|
// EXTERNAL MODULE: external {"this":["wp","element"]}
|
|
var external_this_wp_element_ = __webpack_require__(0);
|
|
|
|
// CONCATENATED MODULE: ./node_modules/@wordpress/viewport/build-module/with-viewport-match.js
|
|
|
|
|
|
|
|
|
|
/**
|
|
* External dependencies
|
|
*/
|
|
|
|
/**
|
|
* WordPress dependencies
|
|
*/
|
|
|
|
|
|
/**
|
|
* Higher-order component creator, creating a new component which renders with
|
|
* the given prop names, where the value passed to the underlying component is
|
|
* the result of the query assigned as the object's value.
|
|
*
|
|
* @see isViewportMatch
|
|
*
|
|
* @param {Object} queries Object of prop name to viewport query.
|
|
*
|
|
* @example
|
|
*
|
|
* ```jsx
|
|
* function MyComponent( { isMobile } ) {
|
|
* return (
|
|
* <div>Currently: { isMobile ? 'Mobile' : 'Not Mobile' }</div>
|
|
* );
|
|
* }
|
|
*
|
|
* MyComponent = withViewportMatch( { isMobile: '< small' } )( MyComponent );
|
|
* ```
|
|
*
|
|
* @return {Function} Higher-order component.
|
|
*/
|
|
|
|
var with_viewport_match_withViewportMatch = function withViewportMatch(queries) {
|
|
var useViewPortQueriesResult = function useViewPortQueriesResult() {
|
|
return Object(external_this_lodash_["mapValues"])(queries, function (query) {
|
|
var _query$split = query.split(' '),
|
|
_query$split2 = Object(slicedToArray["a" /* default */])(_query$split, 2),
|
|
operator = _query$split2[0],
|
|
breakpointName = _query$split2[1];
|
|
|
|
if (breakpointName === undefined) {
|
|
breakpointName = operator;
|
|
operator = '>=';
|
|
} // Hooks should unconditionally execute in the same order,
|
|
// we are respecting that as from the static query of the HOC we generate
|
|
// a hook that calls other hooks always in the same order (because the query never changes).
|
|
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
|
|
|
|
return Object(external_this_wp_compose_["useViewportMatch"])(breakpointName, operator);
|
|
});
|
|
};
|
|
|
|
return Object(external_this_wp_compose_["createHigherOrderComponent"])(function (WrappedComponent) {
|
|
return Object(external_this_wp_compose_["pure"])(function (props) {
|
|
var queriesResult = useViewPortQueriesResult();
|
|
return Object(external_this_wp_element_["createElement"])(WrappedComponent, Object(esm_extends["a" /* default */])({}, props, queriesResult));
|
|
});
|
|
}, 'withViewportMatch');
|
|
};
|
|
|
|
/* harmony default export */ var with_viewport_match = (with_viewport_match_withViewportMatch);
|
|
|
|
// CONCATENATED MODULE: ./node_modules/@wordpress/viewport/build-module/if-viewport-matches.js
|
|
/**
|
|
* WordPress dependencies
|
|
*/
|
|
|
|
/**
|
|
* Internal dependencies
|
|
*/
|
|
|
|
|
|
/**
|
|
* Higher-order component creator, creating a new component which renders if
|
|
* the viewport query is satisfied.
|
|
*
|
|
* @see withViewportMatches
|
|
*
|
|
* @param {string} query Viewport query.
|
|
*
|
|
* @example
|
|
*
|
|
* ```jsx
|
|
* function MyMobileComponent() {
|
|
* return <div>I'm only rendered on mobile viewports!</div>;
|
|
* }
|
|
*
|
|
* MyMobileComponent = ifViewportMatches( '< small' )( MyMobileComponent );
|
|
* ```
|
|
*
|
|
* @return {Function} Higher-order component.
|
|
*/
|
|
|
|
var if_viewport_matches_ifViewportMatches = function ifViewportMatches(query) {
|
|
return Object(external_this_wp_compose_["createHigherOrderComponent"])(Object(external_this_wp_compose_["compose"])([with_viewport_match({
|
|
isViewportMatch: query
|
|
}), Object(external_this_wp_compose_["ifCondition"])(function (props) {
|
|
return props.isViewportMatch;
|
|
})]), 'ifViewportMatches');
|
|
};
|
|
|
|
/* harmony default export */ var if_viewport_matches = (if_viewport_matches_ifViewportMatches);
|
|
|
|
// CONCATENATED MODULE: ./node_modules/@wordpress/viewport/build-module/index.js
|
|
/**
|
|
* Internal dependencies
|
|
*/
|
|
|
|
|
|
|
|
|
|
/**
|
|
* Hash of breakpoint names with pixel width at which it becomes effective.
|
|
*
|
|
* @see _breakpoints.scss
|
|
*
|
|
* @type {Object}
|
|
*/
|
|
|
|
var BREAKPOINTS = {
|
|
huge: 1440,
|
|
wide: 1280,
|
|
large: 960,
|
|
medium: 782,
|
|
small: 600,
|
|
mobile: 480
|
|
};
|
|
/**
|
|
* Hash of query operators with corresponding condition for media query.
|
|
*
|
|
* @type {Object}
|
|
*/
|
|
|
|
var OPERATORS = {
|
|
'<': 'max-width',
|
|
'>=': 'min-width'
|
|
};
|
|
listener(BREAKPOINTS, OPERATORS);
|
|
|
|
|
|
/***/ }),
|
|
|
|
/***/ 8:
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
"use strict";
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _extends; });
|
|
function _extends() {
|
|
_extends = Object.assign || function (target) {
|
|
for (var i = 1; i < arguments.length; i++) {
|
|
var source = arguments[i];
|
|
|
|
for (var key in source) {
|
|
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
target[key] = source[key];
|
|
}
|
|
}
|
|
}
|
|
|
|
return target;
|
|
};
|
|
|
|
return _extends.apply(this, arguments);
|
|
}
|
|
|
|
/***/ }),
|
|
|
|
/***/ 9:
|
|
/***/ (function(module, exports) {
|
|
|
|
(function() { module.exports = this["wp"]["compose"]; }());
|
|
|
|
/***/ })
|
|
|
|
/******/ }); |