mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-24 07:36:02 +00:00
Security: Update the Security Policy to acccount for 5.6.
See [49645]. Props helen, whyisjake. Built from https://develop.svn.wordpress.org/branches/5.6@49646 git-svn-id: http://core.svn.wordpress.org/branches/5.6@49384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4ea6d8ec00
commit
d3d73c17ef
File diff suppressed because one or more lines are too long
10
wp-includes/js/dist/annotations.js
vendored
10
wp-includes/js/dist/annotations.js
vendored
@ -99,11 +99,11 @@ this["wp"] = this["wp"] || {}; this["wp"]["annotations"] =
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
@ -195,15 +195,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
4
wp-includes/js/dist/api-fetch.js
vendored
4
wp-includes/js/dist/api-fetch.js
vendored
@ -99,11 +99,11 @@ this["wp"] = this["wp"] || {}; this["wp"]["apiFetch"] =
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
|
6
wp-includes/js/dist/autop.js
vendored
6
wp-includes/js/dist/autop.js
vendored
@ -580,15 +580,15 @@ function removep(html) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
10
wp-includes/js/dist/block-directory.js
vendored
10
wp-includes/js/dist/block-directory.js
vendored
@ -175,11 +175,11 @@ function _slicedToArray(arr, i) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
@ -358,15 +358,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
68
wp-includes/js/dist/block-editor.js
vendored
68
wp-includes/js/dist/block-editor.js
vendored
@ -302,11 +302,11 @@ function _slicedToArray(arr, i) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
@ -590,16 +590,16 @@ function _inherits(subClass, superClass) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
||||||
/* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
||||||
/* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
||||||
|
|
||||||
|
|
||||||
function _possibleConstructorReturn(self, call) {
|
function _possibleConstructorReturn(self, call) {
|
||||||
if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
if (call && (Object(_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
||||||
return call;
|
return call;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
return Object(_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -655,15 +655,15 @@ if (false) { var throwOnDirectAccess, ReactIs; } else {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -5787,7 +5787,7 @@ var _extends = _interopDefault(__webpack_require__(177));
|
|||||||
var _objectWithoutPropertiesLoose = _interopDefault(__webpack_require__(178));
|
var _objectWithoutPropertiesLoose = _interopDefault(__webpack_require__(178));
|
||||||
var React = __webpack_require__(13);
|
var React = __webpack_require__(13);
|
||||||
var React__default = _interopDefault(React);
|
var React__default = _interopDefault(React);
|
||||||
var _inheritsLoose = _interopDefault(__webpack_require__(148));
|
var _inheritsLoose = _interopDefault(__webpack_require__(158));
|
||||||
var _assertThisInitialized = _interopDefault(__webpack_require__(179));
|
var _assertThisInitialized = _interopDefault(__webpack_require__(179));
|
||||||
|
|
||||||
var is = {
|
var is = {
|
||||||
@ -9130,36 +9130,24 @@ module.exports = ReactPropTypesSecret;
|
|||||||
/* 146 */,
|
/* 146 */,
|
||||||
/* 147 */,
|
/* 147 */,
|
||||||
/* 148 */
|
/* 148 */
|
||||||
/***/ (function(module, exports) {
|
|
||||||
|
|
||||||
function _inheritsLoose(subClass, superClass) {
|
|
||||||
subClass.prototype = Object.create(superClass.prototype);
|
|
||||||
subClass.prototype.constructor = subClass;
|
|
||||||
subClass.__proto__ = superClass;
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = _inheritsLoose;
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
/* 149 */
|
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _toArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _toArray; });
|
||||||
/* harmony import */ var _arrayWithHoles__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(38);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayWithHoles__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(38);
|
||||||
/* harmony import */ var _iterableToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(37);
|
/* harmony import */ var _babel_runtime_helpers_esm_iterableToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(37);
|
||||||
/* harmony import */ var _unsupportedIterableToArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(30);
|
/* harmony import */ var _babel_runtime_helpers_esm_unsupportedIterableToArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(30);
|
||||||
/* harmony import */ var _nonIterableRest__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
/* harmony import */ var _babel_runtime_helpers_esm_nonIterableRest__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function _toArray(arr) {
|
function _toArray(arr) {
|
||||||
return Object(_arrayWithHoles__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(arr) || Object(_iterableToArray__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(arr) || Object(_unsupportedIterableToArray__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(arr) || Object(_nonIterableRest__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])();
|
return Object(_babel_runtime_helpers_esm_arrayWithHoles__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(arr) || Object(_babel_runtime_helpers_esm_iterableToArray__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(arr) || Object(_babel_runtime_helpers_esm_unsupportedIterableToArray__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(arr) || Object(_babel_runtime_helpers_esm_nonIterableRest__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])();
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 150 */
|
/* 149 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
@ -9214,19 +9202,31 @@ module.exports = refx;
|
|||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
/* 150 */,
|
||||||
/* 151 */,
|
/* 151 */,
|
||||||
/* 152 */,
|
/* 152 */,
|
||||||
/* 153 */,
|
/* 153 */,
|
||||||
/* 154 */,
|
/* 154 */,
|
||||||
/* 155 */,
|
/* 155 */,
|
||||||
/* 156 */,
|
/* 156 */
|
||||||
/* 157 */
|
|
||||||
/***/ (function(module, exports) {
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
(function() { module.exports = this["wp"]["tokenList"]; }());
|
(function() { module.exports = this["wp"]["tokenList"]; }());
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 158 */,
|
/* 157 */,
|
||||||
|
/* 158 */
|
||||||
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
|
function _inheritsLoose(subClass, superClass) {
|
||||||
|
subClass.prototype = Object.create(superClass.prototype);
|
||||||
|
subClass.prototype.constructor = subClass;
|
||||||
|
subClass.__proto__ = superClass;
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = _inheritsLoose;
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
/* 159 */
|
/* 159 */
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||||||
|
|
||||||
@ -14759,7 +14759,7 @@ Object(external_this_wp_hooks_["addFilter"])('blocks.getSaveContent.extraProps',
|
|||||||
var slicedToArray = __webpack_require__(12);
|
var slicedToArray = __webpack_require__(12);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toArray.js
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toArray.js
|
||||||
var toArray = __webpack_require__(149);
|
var toArray = __webpack_require__(148);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/tinycolor2/tinycolor.js
|
// EXTERNAL MODULE: ./node_modules/tinycolor2/tinycolor.js
|
||||||
var tinycolor = __webpack_require__(66);
|
var tinycolor = __webpack_require__(66);
|
||||||
@ -16210,7 +16210,7 @@ function useIsLineHeightDisabled() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// EXTERNAL MODULE: external {"this":["wp","tokenList"]}
|
// EXTERNAL MODULE: external {"this":["wp","tokenList"]}
|
||||||
var external_this_wp_tokenList_ = __webpack_require__(157);
|
var external_this_wp_tokenList_ = __webpack_require__(156);
|
||||||
var external_this_wp_tokenList_default = /*#__PURE__*/__webpack_require__.n(external_this_wp_tokenList_);
|
var external_this_wp_tokenList_default = /*#__PURE__*/__webpack_require__.n(external_this_wp_tokenList_);
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@wordpress/block-editor/build-module/components/font-sizes/utils.js
|
// CONCATENATED MODULE: ./node_modules/@wordpress/block-editor/build-module/components/font-sizes/utils.js
|
||||||
@ -22127,7 +22127,7 @@ function highlightedBlock(state, action) {
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/refx/refx.js
|
// EXTERNAL MODULE: ./node_modules/refx/refx.js
|
||||||
var refx = __webpack_require__(150);
|
var refx = __webpack_require__(149);
|
||||||
var refx_default = /*#__PURE__*/__webpack_require__.n(refx);
|
var refx_default = /*#__PURE__*/__webpack_require__.n(refx);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/redux-multi/lib/index.js
|
// EXTERNAL MODULE: ./node_modules/redux-multi/lib/index.js
|
||||||
|
4
wp-includes/js/dist/block-editor.min.js
vendored
4
wp-includes/js/dist/block-editor.min.js
vendored
File diff suppressed because one or more lines are too long
18
wp-includes/js/dist/block-library.js
vendored
18
wp-includes/js/dist/block-library.js
vendored
@ -319,11 +319,11 @@ function _slicedToArray(arr, i) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
@ -754,16 +754,16 @@ function _inherits(subClass, superClass) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
||||||
/* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
||||||
/* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
||||||
|
|
||||||
|
|
||||||
function _possibleConstructorReturn(self, call) {
|
function _possibleConstructorReturn(self, call) {
|
||||||
if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
if (call && (Object(_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
||||||
return call;
|
return call;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
return Object(_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -1295,15 +1295,15 @@ return FastAverageColor;
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
@ -164,15 +164,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
20
wp-includes/js/dist/blocks.js
vendored
20
wp-includes/js/dist/blocks.js
vendored
@ -177,21 +177,21 @@ function _slicedToArray(arr, i) {
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 149:
|
/***/ 148:
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _toArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _toArray; });
|
||||||
/* harmony import */ var _arrayWithHoles__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(38);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayWithHoles__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(38);
|
||||||
/* harmony import */ var _iterableToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(37);
|
/* harmony import */ var _babel_runtime_helpers_esm_iterableToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(37);
|
||||||
/* harmony import */ var _unsupportedIterableToArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(30);
|
/* harmony import */ var _babel_runtime_helpers_esm_unsupportedIterableToArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(30);
|
||||||
/* harmony import */ var _nonIterableRest__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
/* harmony import */ var _babel_runtime_helpers_esm_nonIterableRest__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function _toArray(arr) {
|
function _toArray(arr) {
|
||||||
return Object(_arrayWithHoles__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(arr) || Object(_iterableToArray__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(arr) || Object(_unsupportedIterableToArray__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(arr) || Object(_nonIterableRest__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])();
|
return Object(_babel_runtime_helpers_esm_arrayWithHoles__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(arr) || Object(_babel_runtime_helpers_esm_iterableToArray__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(arr) || Object(_babel_runtime_helpers_esm_unsupportedIterableToArray__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(arr) || Object(_babel_runtime_helpers_esm_nonIterableRest__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])();
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -5481,15 +5481,15 @@ if (true) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -8223,7 +8223,7 @@ var external_this_wp_autop_ = __webpack_require__(105);
|
|||||||
var external_this_wp_blockSerializationDefaultParser_ = __webpack_require__(283);
|
var external_this_wp_blockSerializationDefaultParser_ = __webpack_require__(283);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toArray.js
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toArray.js
|
||||||
var toArray = __webpack_require__(149);
|
var toArray = __webpack_require__(148);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js
|
||||||
var classCallCheck = __webpack_require__(21);
|
var classCallCheck = __webpack_require__(21);
|
||||||
|
4
wp-includes/js/dist/blocks.min.js
vendored
4
wp-includes/js/dist/blocks.min.js
vendored
File diff suppressed because one or more lines are too long
272
wp-includes/js/dist/components.js
vendored
272
wp-includes/js/dist/components.js
vendored
@ -287,11 +287,11 @@ function _slicedToArray(arr, i) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
@ -575,16 +575,16 @@ function _inherits(subClass, superClass) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
||||||
/* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
||||||
/* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
||||||
|
|
||||||
|
|
||||||
function _possibleConstructorReturn(self, call) {
|
function _possibleConstructorReturn(self, call) {
|
||||||
if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
if (call && (Object(_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
||||||
return call;
|
return call;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
return Object(_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -640,15 +640,15 @@ if (false) { var throwOnDirectAccess, ReactIs; } else {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -5312,7 +5312,7 @@ var Tooltip = /*#__PURE__*/function (_Component) {
|
|||||||
/* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_3__);
|
/* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_3__);
|
||||||
/* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
|
/* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
|
||||||
/* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_4__);
|
/* harmony import */ var _wordpress_primitives__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_wordpress_primitives__WEBPACK_IMPORTED_MODULE_4__);
|
||||||
/* harmony import */ var _dashicon__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(151);
|
/* harmony import */ var _dashicon__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(150);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -7732,7 +7732,7 @@ var _extends = _interopDefault(__webpack_require__(177));
|
|||||||
var _objectWithoutPropertiesLoose = _interopDefault(__webpack_require__(178));
|
var _objectWithoutPropertiesLoose = _interopDefault(__webpack_require__(178));
|
||||||
var React = __webpack_require__(13);
|
var React = __webpack_require__(13);
|
||||||
var React__default = _interopDefault(React);
|
var React__default = _interopDefault(React);
|
||||||
var _inheritsLoose = _interopDefault(__webpack_require__(148));
|
var _inheritsLoose = _interopDefault(__webpack_require__(158));
|
||||||
var _assertThisInitialized = _interopDefault(__webpack_require__(179));
|
var _assertThisInitialized = _interopDefault(__webpack_require__(179));
|
||||||
|
|
||||||
var is = {
|
var is = {
|
||||||
@ -12612,21 +12612,9 @@ module.exports = shallowCompare;
|
|||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 148 */
|
/* 148 */,
|
||||||
/***/ (function(module, exports) {
|
|
||||||
|
|
||||||
function _inheritsLoose(subClass, superClass) {
|
|
||||||
subClass.prototype = Object.create(superClass.prototype);
|
|
||||||
subClass.prototype.constructor = subClass;
|
|
||||||
subClass.__proto__ = superClass;
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = _inheritsLoose;
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
/* 149 */,
|
/* 149 */,
|
||||||
/* 150 */,
|
/* 150 */
|
||||||
/* 151 */
|
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
@ -12666,19 +12654,31 @@ function Dashicon(_ref) {
|
|||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 152 */
|
/* 151 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
var e=__webpack_require__(13),n={display:"block",opacity:0,position:"absolute",top:0,left:0,height:"100%",width:"100%",overflow:"hidden",pointerEvents:"none",zIndex:-1},t=function(t){var r=t.onResize,u=e.useRef();return function(n,t){var r=function(){return n.current&&n.current.contentDocument&&n.current.contentDocument.defaultView};function u(){t();var e=r();e&&e.addEventListener("resize",t)}e.useEffect((function(){return r()?u():n.current&&n.current.addEventListener&&n.current.addEventListener("load",u),function(){var e=r();e&&"function"==typeof e.removeEventListener&&e.removeEventListener("resize",t)}}),[])}(u,(function(){return r(u)})),e.createElement("iframe",{style:n,src:"about:blank",ref:u,"aria-hidden":!0,tabIndex:-1,frameBorder:0})},r=function(e){return{width:null!=e?e.offsetWidth:null,height:null!=e?e.offsetHeight:null}};module.exports=function(n){void 0===n&&(n=r);var u=e.useState(n(null)),o=u[0],i=u[1],c=e.useCallback((function(e){return i(n(e.current))}),[n]);return[e.useMemo((function(){return e.createElement(t,{onResize:c})}),[c]),o]};
|
var e=__webpack_require__(13),n={display:"block",opacity:0,position:"absolute",top:0,left:0,height:"100%",width:"100%",overflow:"hidden",pointerEvents:"none",zIndex:-1},t=function(t){var r=t.onResize,u=e.useRef();return function(n,t){var r=function(){return n.current&&n.current.contentDocument&&n.current.contentDocument.defaultView};function u(){t();var e=r();e&&e.addEventListener("resize",t)}e.useEffect((function(){return r()?u():n.current&&n.current.addEventListener&&n.current.addEventListener("load",u),function(){var e=r();e&&"function"==typeof e.removeEventListener&&e.removeEventListener("resize",t)}}),[])}(u,(function(){return r(u)})),e.createElement("iframe",{style:n,src:"about:blank",ref:u,"aria-hidden":!0,tabIndex:-1,frameBorder:0})},r=function(e){return{width:null!=e?e.offsetWidth:null,height:null!=e?e.offsetHeight:null}};module.exports=function(n){void 0===n&&(n=r);var u=e.useState(n(null)),o=u[0],i=u[1],c=e.useCallback((function(e){return i(n(e.current))}),[n]);return[e.useMemo((function(){return e.createElement(t,{onResize:c})}),[c]),o]};
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
/* 152 */,
|
||||||
/* 153 */,
|
/* 153 */,
|
||||||
/* 154 */,
|
/* 154 */,
|
||||||
/* 155 */,
|
/* 155 */,
|
||||||
/* 156 */,
|
/* 156 */,
|
||||||
/* 157 */,
|
/* 157 */,
|
||||||
/* 158 */,
|
/* 158 */
|
||||||
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
|
function _inheritsLoose(subClass, superClass) {
|
||||||
|
subClass.prototype = Object.create(superClass.prototype);
|
||||||
|
subClass.prototype.constructor = subClass;
|
||||||
|
subClass.__proto__ = superClass;
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = _inheritsLoose;
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
/* 159 */
|
/* 159 */
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||||||
|
|
||||||
@ -17809,10 +17809,12 @@ var is_prop_valid_browser_esm_index = memoize_browser_esm(function (prop) {
|
|||||||
|
|
||||||
/* harmony default export */ var is_prop_valid_browser_esm = (is_prop_valid_browser_esm_index);
|
/* harmony default export */ var is_prop_valid_browser_esm = (is_prop_valid_browser_esm_index);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/inheritsLoose.js
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
|
||||||
var inheritsLoose = __webpack_require__(148);
|
function _inheritsLoose(subClass, superClass) {
|
||||||
var inheritsLoose_default = /*#__PURE__*/__webpack_require__.n(inheritsLoose);
|
subClass.prototype = Object.create(superClass.prototype);
|
||||||
|
subClass.prototype.constructor = subClass;
|
||||||
|
subClass.__proto__ = superClass;
|
||||||
|
}
|
||||||
// CONCATENATED MODULE: ./node_modules/@emotion/sheet/dist/sheet.browser.esm.js
|
// CONCATENATED MODULE: ./node_modules/@emotion/sheet/dist/sheet.browser.esm.js
|
||||||
/*
|
/*
|
||||||
|
|
||||||
@ -18737,6 +18739,9 @@ var cache_browser_esm_createCache = function createCache(options) {
|
|||||||
|
|
||||||
/* harmony default export */ var cache_browser_esm = (cache_browser_esm_createCache);
|
/* harmony default export */ var cache_browser_esm = (cache_browser_esm_createCache);
|
||||||
|
|
||||||
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/inheritsLoose.js
|
||||||
|
var inheritsLoose = __webpack_require__(158);
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@emotion/utils/dist/utils.browser.esm.js
|
// CONCATENATED MODULE: ./node_modules/@emotion/utils/dist/utils.browser.esm.js
|
||||||
var isBrowser = "object" !== 'undefined';
|
var isBrowser = "object" !== 'undefined';
|
||||||
function getRegisteredStyles(registered, registeredStyles, classNames) {
|
function getRegisteredStyles(registered, registeredStyles, classNames) {
|
||||||
@ -19142,48 +19147,34 @@ var serialize_browser_esm_serializeStyles = function serializeStyles(args, regis
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@emotion/css/dist/css.browser.esm.js
|
// CONCATENATED MODULE: ./node_modules/@emotion/core/dist/emotion-element-57a3a7a3.browser.esm.js
|
||||||
|
|
||||||
|
|
||||||
function css_browser_esm_css() {
|
|
||||||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
||||||
args[_key] = arguments[_key];
|
|
||||||
}
|
|
||||||
|
|
||||||
return serialize_browser_esm_serializeStyles(args);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* harmony default export */ var css_browser_esm = (css_browser_esm_css);
|
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@emotion/core/dist/core.browser.esm.js
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
var emotion_element_57a3a7a3_browser_esm_hasOwnProperty = Object.prototype.hasOwnProperty;
|
||||||
|
|
||||||
|
var EmotionCacheContext = /*#__PURE__*/Object(external_this_React_["createContext"])( // we're doing this to avoid preconstruct's dead code elimination in this one case
|
||||||
|
|
||||||
var EmotionCacheContext = Object(external_this_React_["createContext"])( // we're doing this to avoid preconstruct's dead code elimination in this one case
|
|
||||||
// because this module is primarily intended for the browser and node
|
// because this module is primarily intended for the browser and node
|
||||||
// but it's also required in react native and similar environments sometimes
|
// but it's also required in react native and similar environments sometimes
|
||||||
// and we could have a special build just for that
|
// and we could have a special build just for that
|
||||||
// but this is much easier and the native packages
|
// but this is much easier and the native packages
|
||||||
// might use a different theme context in the future anyway
|
// might use a different theme context in the future anyway
|
||||||
typeof HTMLElement !== 'undefined' ? cache_browser_esm() : null);
|
typeof HTMLElement !== 'undefined' ? cache_browser_esm() : null);
|
||||||
var ThemeContext = Object(external_this_React_["createContext"])({});
|
var ThemeContext = /*#__PURE__*/Object(external_this_React_["createContext"])({});
|
||||||
var CacheProvider = EmotionCacheContext.Provider;
|
var CacheProvider = EmotionCacheContext.Provider;
|
||||||
|
|
||||||
var core_browser_esm_withEmotionCache = function withEmotionCache(func) {
|
var emotion_element_57a3a7a3_browser_esm_withEmotionCache = function withEmotionCache(func) {
|
||||||
var render = function render(props, ref) {
|
var render = function render(props, ref) {
|
||||||
return Object(external_this_React_["createElement"])(EmotionCacheContext.Consumer, null, function (cache) {
|
return /*#__PURE__*/Object(external_this_React_["createElement"])(EmotionCacheContext.Consumer, null, function (cache) {
|
||||||
return func(props, cache, ref);
|
return func(props, cache, ref);
|
||||||
});
|
});
|
||||||
}; // $FlowFixMe
|
}; // $FlowFixMe
|
||||||
|
|
||||||
|
|
||||||
return Object(external_this_React_["forwardRef"])(render);
|
return /*#__PURE__*/Object(external_this_React_["forwardRef"])(render);
|
||||||
};
|
};
|
||||||
|
|
||||||
// thus we only need to replace what is a valid character for JS, but not for CSS
|
// thus we only need to replace what is a valid character for JS, but not for CSS
|
||||||
@ -19194,9 +19185,25 @@ var sanitizeIdentifier = function sanitizeIdentifier(identifier) {
|
|||||||
|
|
||||||
var typePropName = '__EMOTION_TYPE_PLEASE_DO_NOT_USE__';
|
var typePropName = '__EMOTION_TYPE_PLEASE_DO_NOT_USE__';
|
||||||
var labelPropName = '__EMOTION_LABEL_PLEASE_DO_NOT_USE__';
|
var labelPropName = '__EMOTION_LABEL_PLEASE_DO_NOT_USE__';
|
||||||
var core_browser_esm_hasOwnProperty = Object.prototype.hasOwnProperty;
|
var createEmotionProps = function createEmotionProps(type, props) {
|
||||||
|
if (false) {}
|
||||||
|
|
||||||
var core_browser_esm_render = function render(cache, props, theme, ref) {
|
var newProps = {};
|
||||||
|
|
||||||
|
for (var key in props) {
|
||||||
|
if (emotion_element_57a3a7a3_browser_esm_hasOwnProperty.call(props, key)) {
|
||||||
|
newProps[key] = props[key];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
newProps[typePropName] = type; // TODO: check if this still works with all of those different JSX functions
|
||||||
|
|
||||||
|
if (false) { var match, error; }
|
||||||
|
|
||||||
|
return newProps;
|
||||||
|
};
|
||||||
|
|
||||||
|
var emotion_element_57a3a7a3_browser_esm_render = function render(cache, props, theme, ref) {
|
||||||
var cssProp = theme === null ? props.css : props.css(theme); // so that using `css` from `emotion` and passing the result to the css prop works
|
var cssProp = theme === null ? props.css : props.css(theme); // so that using `css` from `emotion` and passing the result to the css prop works
|
||||||
// not passing the registered cache to serializeStyles because it would
|
// not passing the registered cache to serializeStyles because it would
|
||||||
// make certain babel optimisations not possible
|
// make certain babel optimisations not possible
|
||||||
@ -19224,60 +19231,70 @@ var core_browser_esm_render = function render(cache, props, theme, ref) {
|
|||||||
var newProps = {};
|
var newProps = {};
|
||||||
|
|
||||||
for (var key in props) {
|
for (var key in props) {
|
||||||
if (core_browser_esm_hasOwnProperty.call(props, key) && key !== 'css' && key !== typePropName && ( true || false)) {
|
if (emotion_element_57a3a7a3_browser_esm_hasOwnProperty.call(props, key) && key !== 'css' && key !== typePropName && ( true || false)) {
|
||||||
newProps[key] = props[key];
|
newProps[key] = props[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
newProps.ref = ref;
|
newProps.ref = ref;
|
||||||
newProps.className = className;
|
newProps.className = className;
|
||||||
var ele = Object(external_this_React_["createElement"])(type, newProps);
|
var ele = /*#__PURE__*/Object(external_this_React_["createElement"])(type, newProps);
|
||||||
|
|
||||||
return ele;
|
return ele;
|
||||||
};
|
}; // eslint-disable-next-line no-undef
|
||||||
|
|
||||||
var Emotion =
|
|
||||||
/* #__PURE__ */
|
var Emotion = /* #__PURE__ */emotion_element_57a3a7a3_browser_esm_withEmotionCache(function (props, cache, ref) {
|
||||||
core_browser_esm_withEmotionCache(function (props, cache, ref) {
|
|
||||||
// use Context.read for the theme when it's stable
|
|
||||||
if (typeof props.css === 'function') {
|
if (typeof props.css === 'function') {
|
||||||
return Object(external_this_React_["createElement"])(ThemeContext.Consumer, null, function (theme) {
|
return /*#__PURE__*/Object(external_this_React_["createElement"])(ThemeContext.Consumer, null, function (theme) {
|
||||||
return core_browser_esm_render(cache, props, theme, ref);
|
return emotion_element_57a3a7a3_browser_esm_render(cache, props, theme, ref);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return core_browser_esm_render(cache, props, null, ref);
|
return emotion_element_57a3a7a3_browser_esm_render(cache, props, null, ref);
|
||||||
});
|
});
|
||||||
|
|
||||||
if (false) {} // $FlowFixMe
|
if (false) {}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// CONCATENATED MODULE: ./node_modules/@emotion/css/dist/css.browser.esm.js
|
||||||
|
|
||||||
|
|
||||||
|
function css_browser_esm_css() {
|
||||||
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||||||
|
args[_key] = arguments[_key];
|
||||||
|
}
|
||||||
|
|
||||||
|
return serialize_browser_esm_serializeStyles(args);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* harmony default export */ var css_browser_esm = (css_browser_esm_css);
|
||||||
|
|
||||||
|
// CONCATENATED MODULE: ./node_modules/@emotion/core/dist/core.browser.esm.js
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var core_browser_esm_jsx = function jsx(type, props) {
|
var core_browser_esm_jsx = function jsx(type, props) {
|
||||||
var args = arguments;
|
var args = arguments;
|
||||||
|
|
||||||
if (props == null || !core_browser_esm_hasOwnProperty.call(props, 'css')) {
|
if (props == null || !emotion_element_57a3a7a3_browser_esm_hasOwnProperty.call(props, 'css')) {
|
||||||
// $FlowFixMe
|
// $FlowFixMe
|
||||||
return external_this_React_["createElement"].apply(undefined, args);
|
return external_this_React_["createElement"].apply(undefined, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (false) {}
|
|
||||||
|
|
||||||
var argsLength = args.length;
|
var argsLength = args.length;
|
||||||
var createElementArgArray = new Array(argsLength);
|
var createElementArgArray = new Array(argsLength);
|
||||||
createElementArgArray[0] = Emotion;
|
createElementArgArray[0] = Emotion;
|
||||||
var newProps = {};
|
createElementArgArray[1] = createEmotionProps(type, props);
|
||||||
|
|
||||||
for (var key in props) {
|
|
||||||
if (core_browser_esm_hasOwnProperty.call(props, key)) {
|
|
||||||
newProps[key] = props[key];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
newProps[typePropName] = type;
|
|
||||||
|
|
||||||
if (false) { var match, error; }
|
|
||||||
|
|
||||||
createElementArgArray[1] = newProps;
|
|
||||||
|
|
||||||
for (var i = 2; i < argsLength; i++) {
|
for (var i = 2; i < argsLength; i++) {
|
||||||
createElementArgArray[i] = args[i];
|
createElementArgArray[i] = args[i];
|
||||||
@ -19288,17 +19305,15 @@ var core_browser_esm_jsx = function jsx(type, props) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
var warnedAboutCssPropForGlobal = false;
|
var warnedAboutCssPropForGlobal = false;
|
||||||
var Global =
|
var Global = /* #__PURE__ */emotion_element_57a3a7a3_browser_esm_withEmotionCache(function (props, cache) {
|
||||||
/* #__PURE__ */
|
|
||||||
core_browser_esm_withEmotionCache(function (props, cache) {
|
|
||||||
if (false) {}
|
if (false) {}
|
||||||
|
|
||||||
var styles = props.styles;
|
var styles = props.styles;
|
||||||
|
|
||||||
if (typeof styles === 'function') {
|
if (typeof styles === 'function') {
|
||||||
return Object(external_this_React_["createElement"])(ThemeContext.Consumer, null, function (theme) {
|
return /*#__PURE__*/Object(external_this_React_["createElement"])(ThemeContext.Consumer, null, function (theme) {
|
||||||
var serialized = serialize_browser_esm_serializeStyles([styles(theme)]);
|
var serialized = serialize_browser_esm_serializeStyles([styles(theme)]);
|
||||||
return Object(external_this_React_["createElement"])(core_browser_esm_InnerGlobal, {
|
return /*#__PURE__*/Object(external_this_React_["createElement"])(core_browser_esm_InnerGlobal, {
|
||||||
serialized: serialized,
|
serialized: serialized,
|
||||||
cache: cache
|
cache: cache
|
||||||
});
|
});
|
||||||
@ -19306,7 +19321,7 @@ core_browser_esm_withEmotionCache(function (props, cache) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var serialized = serialize_browser_esm_serializeStyles([styles]);
|
var serialized = serialize_browser_esm_serializeStyles([styles]);
|
||||||
return Object(external_this_React_["createElement"])(core_browser_esm_InnerGlobal, {
|
return /*#__PURE__*/Object(external_this_React_["createElement"])(core_browser_esm_InnerGlobal, {
|
||||||
serialized: serialized,
|
serialized: serialized,
|
||||||
cache: cache
|
cache: cache
|
||||||
});
|
});
|
||||||
@ -19315,10 +19330,8 @@ core_browser_esm_withEmotionCache(function (props, cache) {
|
|||||||
// maintain place over rerenders.
|
// maintain place over rerenders.
|
||||||
// initial render from browser, insertBefore context.sheet.tags[0] or if a style hasn't been inserted there yet, appendChild
|
// initial render from browser, insertBefore context.sheet.tags[0] or if a style hasn't been inserted there yet, appendChild
|
||||||
// initial client-side render from SSR, use place of hydrating tag
|
// initial client-side render from SSR, use place of hydrating tag
|
||||||
var core_browser_esm_InnerGlobal =
|
var core_browser_esm_InnerGlobal = /*#__PURE__*/function (_React$Component) {
|
||||||
/*#__PURE__*/
|
_inheritsLoose(InnerGlobal, _React$Component);
|
||||||
function (_React$Component) {
|
|
||||||
inheritsLoose_default()(InnerGlobal, _React$Component);
|
|
||||||
|
|
||||||
function InnerGlobal(props, context, updater) {
|
function InnerGlobal(props, context, updater) {
|
||||||
return _React$Component.call(this, props, context, updater) || this;
|
return _React$Component.call(this, props, context, updater) || this;
|
||||||
@ -19452,8 +19465,8 @@ function merge(registered, css, className) {
|
|||||||
return rawClassName + css(registeredStyles);
|
return rawClassName + css(registeredStyles);
|
||||||
}
|
}
|
||||||
|
|
||||||
var ClassNames = core_browser_esm_withEmotionCache(function (props, context) {
|
var ClassNames = emotion_element_57a3a7a3_browser_esm_withEmotionCache(function (props, context) {
|
||||||
return Object(external_this_React_["createElement"])(ThemeContext.Consumer, null, function (theme) {
|
return /*#__PURE__*/Object(external_this_React_["createElement"])(ThemeContext.Consumer, null, function (theme) {
|
||||||
var hasRendered = false;
|
var hasRendered = false;
|
||||||
|
|
||||||
var css = function css() {
|
var css = function css() {
|
||||||
@ -19576,7 +19589,7 @@ var styled_base_browser_esm_createStyled = function createStyled(tag, options) {
|
|||||||
} // $FlowFixMe: we need to cast StatelessFunctionalComponent to our PrivateStyledComponent class
|
} // $FlowFixMe: we need to cast StatelessFunctionalComponent to our PrivateStyledComponent class
|
||||||
|
|
||||||
|
|
||||||
var Styled = core_browser_esm_withEmotionCache(function (props, context, ref) {
|
var Styled = emotion_element_57a3a7a3_browser_esm_withEmotionCache(function (props, context, ref) {
|
||||||
return Object(external_this_React_["createElement"])(ThemeContext.Consumer, null, function (theme) {
|
return Object(external_this_React_["createElement"])(ThemeContext.Consumer, null, function (theme) {
|
||||||
var finalTag = shouldUseAs && props.as || baseTag;
|
var finalTag = shouldUseAs && props.as || baseTag;
|
||||||
var className = '';
|
var className = '';
|
||||||
@ -21429,7 +21442,7 @@ function _extends() {
|
|||||||
return _extends.apply(this, arguments);
|
return _extends.apply(this, arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
function _inheritsLoose(subClass, superClass) {
|
function react_use_gesture_esm_inheritsLoose(subClass, superClass) {
|
||||||
subClass.prototype = Object.create(superClass.prototype);
|
subClass.prototype = Object.create(superClass.prototype);
|
||||||
subClass.prototype.constructor = subClass;
|
subClass.prototype.constructor = subClass;
|
||||||
subClass.__proto__ = superClass;
|
subClass.__proto__ = superClass;
|
||||||
@ -22283,7 +22296,7 @@ var Recognizer = /*#__PURE__*/function () {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
var CoordinatesRecognizer = /*#__PURE__*/function (_Recognizer) {
|
var CoordinatesRecognizer = /*#__PURE__*/function (_Recognizer) {
|
||||||
_inheritsLoose(CoordinatesRecognizer, _Recognizer);
|
react_use_gesture_esm_inheritsLoose(CoordinatesRecognizer, _Recognizer);
|
||||||
|
|
||||||
function CoordinatesRecognizer() {
|
function CoordinatesRecognizer() {
|
||||||
return _Recognizer.apply(this, arguments) || this;
|
return _Recognizer.apply(this, arguments) || this;
|
||||||
@ -22379,7 +22392,7 @@ var SWIPE_MAX_ELAPSED_TIME = 220;
|
|||||||
var FILTER_REPEATED_EVENTS_DELAY = 200;
|
var FILTER_REPEATED_EVENTS_DELAY = 200;
|
||||||
|
|
||||||
var DragRecognizer = /*#__PURE__*/function (_CoordinatesRecognize) {
|
var DragRecognizer = /*#__PURE__*/function (_CoordinatesRecognize) {
|
||||||
_inheritsLoose(DragRecognizer, _CoordinatesRecognize);
|
react_use_gesture_esm_inheritsLoose(DragRecognizer, _CoordinatesRecognize);
|
||||||
|
|
||||||
function DragRecognizer(controller, args) {
|
function DragRecognizer(controller, args) {
|
||||||
var _this;
|
var _this;
|
||||||
@ -22814,7 +22827,7 @@ function useDrag(handler, config) {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
var DistanceAngleRecognizer = /*#__PURE__*/function (_Recognizer) {
|
var DistanceAngleRecognizer = /*#__PURE__*/function (_Recognizer) {
|
||||||
_inheritsLoose(DistanceAngleRecognizer, _Recognizer);
|
react_use_gesture_esm_inheritsLoose(DistanceAngleRecognizer, _Recognizer);
|
||||||
|
|
||||||
function DistanceAngleRecognizer() {
|
function DistanceAngleRecognizer() {
|
||||||
return _Recognizer.apply(this, arguments) || this;
|
return _Recognizer.apply(this, arguments) || this;
|
||||||
@ -22876,7 +22889,7 @@ var DistanceAngleRecognizer = /*#__PURE__*/function (_Recognizer) {
|
|||||||
}(Recognizer);
|
}(Recognizer);
|
||||||
|
|
||||||
var PinchRecognizer = /*#__PURE__*/function (_DistanceAngleRecogni) {
|
var PinchRecognizer = /*#__PURE__*/function (_DistanceAngleRecogni) {
|
||||||
_inheritsLoose(PinchRecognizer, _DistanceAngleRecogni);
|
react_use_gesture_esm_inheritsLoose(PinchRecognizer, _DistanceAngleRecogni);
|
||||||
|
|
||||||
function PinchRecognizer(controller, args) {
|
function PinchRecognizer(controller, args) {
|
||||||
var _this;
|
var _this;
|
||||||
@ -23199,7 +23212,7 @@ function usePinch(handler, config) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var WheelRecognizer = /*#__PURE__*/function (_CoordinatesRecognize) {
|
var WheelRecognizer = /*#__PURE__*/function (_CoordinatesRecognize) {
|
||||||
_inheritsLoose(WheelRecognizer, _CoordinatesRecognize);
|
react_use_gesture_esm_inheritsLoose(WheelRecognizer, _CoordinatesRecognize);
|
||||||
|
|
||||||
function WheelRecognizer(controller, args) {
|
function WheelRecognizer(controller, args) {
|
||||||
var _this;
|
var _this;
|
||||||
@ -23334,7 +23347,7 @@ function useWheel(handler, config) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var MoveRecognizer = /*#__PURE__*/function (_CoordinatesRecognize) {
|
var MoveRecognizer = /*#__PURE__*/function (_CoordinatesRecognize) {
|
||||||
_inheritsLoose(MoveRecognizer, _CoordinatesRecognize);
|
react_use_gesture_esm_inheritsLoose(MoveRecognizer, _CoordinatesRecognize);
|
||||||
|
|
||||||
function MoveRecognizer(controller, args) {
|
function MoveRecognizer(controller, args) {
|
||||||
var _this;
|
var _this;
|
||||||
@ -23544,7 +23557,7 @@ function useHover(handler, config) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var ScrollRecognizer = /*#__PURE__*/function (_CoordinatesRecognize) {
|
var ScrollRecognizer = /*#__PURE__*/function (_CoordinatesRecognize) {
|
||||||
_inheritsLoose(ScrollRecognizer, _CoordinatesRecognize);
|
react_use_gesture_esm_inheritsLoose(ScrollRecognizer, _CoordinatesRecognize);
|
||||||
|
|
||||||
function ScrollRecognizer(controller, args) {
|
function ScrollRecognizer(controller, args) {
|
||||||
var _this;
|
var _this;
|
||||||
@ -30548,12 +30561,6 @@ function ComboboxControl(_ref) {
|
|||||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
||||||
var objectWithoutPropertiesLoose = __webpack_require__(43);
|
var objectWithoutPropertiesLoose = __webpack_require__(43);
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
|
|
||||||
function inheritsLoose_inheritsLoose(subClass, superClass) {
|
|
||||||
subClass.prototype = Object.create(superClass.prototype);
|
|
||||||
subClass.prototype.constructor = subClass;
|
|
||||||
subClass.__proto__ = superClass;
|
|
||||||
}
|
|
||||||
// EXTERNAL MODULE: ./node_modules/prop-types/index.js
|
// EXTERNAL MODULE: ./node_modules/prop-types/index.js
|
||||||
var prop_types = __webpack_require__(28);
|
var prop_types = __webpack_require__(28);
|
||||||
var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
||||||
@ -31102,7 +31109,7 @@ function () {
|
|||||||
var Downshift =
|
var Downshift =
|
||||||
/*#__PURE__*/
|
/*#__PURE__*/
|
||||||
function (_Component) {
|
function (_Component) {
|
||||||
inheritsLoose_inheritsLoose(Downshift, _Component);
|
_inheritsLoose(Downshift, _Component);
|
||||||
|
|
||||||
function Downshift(_props) {
|
function Downshift(_props) {
|
||||||
var _this = _Component.call(this, _props) || this;
|
var _this = _Component.call(this, _props) || this;
|
||||||
@ -34819,7 +34826,7 @@ function CustomSelectControl(_ref3) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/@wordpress/components/build-module/dashicon/index.js
|
// EXTERNAL MODULE: ./node_modules/@wordpress/components/build-module/dashicon/index.js
|
||||||
var dashicon = __webpack_require__(151);
|
var dashicon = __webpack_require__(150);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/react-dates/initialize.js
|
// EXTERNAL MODULE: ./node_modules/react-dates/initialize.js
|
||||||
var initialize = __webpack_require__(323);
|
var initialize = __webpack_require__(323);
|
||||||
@ -43905,6 +43912,7 @@ var definedProps = [
|
|||||||
'grid',
|
'grid',
|
||||||
'snap',
|
'snap',
|
||||||
'bounds',
|
'bounds',
|
||||||
|
'boundsByDirection',
|
||||||
'size',
|
'size',
|
||||||
'defaultSize',
|
'defaultSize',
|
||||||
'minWidth',
|
'minWidth',
|
||||||
@ -43941,7 +43949,9 @@ var lib_Resizable = /** @class */ (function (_super) {
|
|||||||
_this.parentTop = 0;
|
_this.parentTop = 0;
|
||||||
// For boundary
|
// For boundary
|
||||||
_this.resizableLeft = 0;
|
_this.resizableLeft = 0;
|
||||||
|
_this.resizableRight = 0;
|
||||||
_this.resizableTop = 0;
|
_this.resizableTop = 0;
|
||||||
|
_this.resizableBottom = 0;
|
||||||
// For target boundary
|
// For target boundary
|
||||||
_this.targetLeft = 0;
|
_this.targetLeft = 0;
|
||||||
_this.targetTop = 0;
|
_this.targetTop = 0;
|
||||||
@ -44177,27 +44187,41 @@ var lib_Resizable = /** @class */ (function (_super) {
|
|||||||
: newSize;
|
: newSize;
|
||||||
};
|
};
|
||||||
Resizable.prototype.calculateNewMaxFromBoundary = function (maxWidth, maxHeight) {
|
Resizable.prototype.calculateNewMaxFromBoundary = function (maxWidth, maxHeight) {
|
||||||
|
var boundsByDirection = this.props.boundsByDirection;
|
||||||
|
var direction = this.state.direction;
|
||||||
|
var widthByDirection = boundsByDirection && hasDirection('left', direction);
|
||||||
|
var heightByDirection = boundsByDirection && hasDirection('top', direction);
|
||||||
|
var boundWidth;
|
||||||
|
var boundHeight;
|
||||||
if (this.props.bounds === 'parent') {
|
if (this.props.bounds === 'parent') {
|
||||||
var parent_1 = this.parentNode;
|
var parent_1 = this.parentNode;
|
||||||
if (parent_1) {
|
if (parent_1) {
|
||||||
var boundWidth = parent_1.offsetWidth + (this.parentLeft - this.resizableLeft);
|
boundWidth = widthByDirection
|
||||||
var boundHeight = parent_1.offsetHeight + (this.parentTop - this.resizableTop);
|
? this.resizableRight - this.parentLeft
|
||||||
maxWidth = maxWidth && maxWidth < boundWidth ? maxWidth : boundWidth;
|
: parent_1.offsetWidth + (this.parentLeft - this.resizableLeft);
|
||||||
maxHeight = maxHeight && maxHeight < boundHeight ? maxHeight : boundHeight;
|
boundHeight = heightByDirection
|
||||||
|
? this.resizableBottom - this.parentTop
|
||||||
|
: parent_1.offsetHeight + (this.parentTop - this.resizableTop);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (this.props.bounds === 'window') {
|
else if (this.props.bounds === 'window') {
|
||||||
if (this.window) {
|
if (this.window) {
|
||||||
var boundWidth = this.window.innerWidth - this.resizableLeft;
|
boundWidth = widthByDirection ? this.resizableRight : this.window.innerWidth - this.resizableLeft;
|
||||||
var boundHeight = this.window.innerHeight - this.resizableTop;
|
boundHeight = heightByDirection ? this.resizableBottom : this.window.innerHeight - this.resizableTop;
|
||||||
maxWidth = maxWidth && maxWidth < boundWidth ? maxWidth : boundWidth;
|
|
||||||
maxHeight = maxHeight && maxHeight < boundHeight ? maxHeight : boundHeight;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (this.props.bounds) {
|
else if (this.props.bounds) {
|
||||||
var boundWidth = this.props.bounds.offsetWidth + (this.targetLeft - this.resizableLeft);
|
boundWidth = widthByDirection
|
||||||
var boundHeight = this.props.bounds.offsetHeight + (this.targetTop - this.resizableTop);
|
? this.resizableRight - this.targetLeft
|
||||||
|
: this.props.bounds.offsetWidth + (this.targetLeft - this.resizableLeft);
|
||||||
|
boundHeight = heightByDirection
|
||||||
|
? this.resizableBottom - this.targetTop
|
||||||
|
: this.props.bounds.offsetHeight + (this.targetTop - this.resizableTop);
|
||||||
|
}
|
||||||
|
if (boundWidth && Number.isFinite(boundWidth)) {
|
||||||
maxWidth = maxWidth && maxWidth < boundWidth ? maxWidth : boundWidth;
|
maxWidth = maxWidth && maxWidth < boundWidth ? maxWidth : boundWidth;
|
||||||
|
}
|
||||||
|
if (boundHeight && Number.isFinite(boundHeight)) {
|
||||||
maxHeight = maxHeight && maxHeight < boundHeight ? maxHeight : boundHeight;
|
maxHeight = maxHeight && maxHeight < boundHeight ? maxHeight : boundHeight;
|
||||||
}
|
}
|
||||||
return { maxWidth: maxWidth, maxHeight: maxHeight };
|
return { maxWidth: maxWidth, maxHeight: maxHeight };
|
||||||
@ -44281,9 +44305,11 @@ var lib_Resizable = /** @class */ (function (_super) {
|
|||||||
}
|
}
|
||||||
// For boundary
|
// For boundary
|
||||||
if (this.resizable) {
|
if (this.resizable) {
|
||||||
var _a = this.resizable.getBoundingClientRect(), left = _a.left, top_1 = _a.top;
|
var _a = this.resizable.getBoundingClientRect(), left = _a.left, top_1 = _a.top, right = _a.right, bottom = _a.bottom;
|
||||||
this.resizableLeft = left;
|
this.resizableLeft = left;
|
||||||
|
this.resizableRight = right;
|
||||||
this.resizableTop = top_1;
|
this.resizableTop = top_1;
|
||||||
|
this.resizableBottom = bottom;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Resizable.prototype.onResizeStart = function (event, direction) {
|
Resizable.prototype.onResizeStart = function (event, direction) {
|
||||||
@ -44481,7 +44507,7 @@ var lib_Resizable = /** @class */ (function (_super) {
|
|||||||
return null;
|
return null;
|
||||||
});
|
});
|
||||||
// #93 Wrap the resize box in span (will not break 100% width/height)
|
// #93 Wrap the resize box in span (will not break 100% width/height)
|
||||||
return (external_this_React_["createElement"]("span", { className: handleWrapperClass, style: handleWrapperStyle }, resizers));
|
return (external_this_React_["createElement"]("div", { className: handleWrapperClass, style: handleWrapperStyle }, resizers));
|
||||||
};
|
};
|
||||||
Resizable.prototype.render = function () {
|
Resizable.prototype.render = function () {
|
||||||
var _this = this;
|
var _this = this;
|
||||||
@ -44531,7 +44557,7 @@ var lib_Resizable = /** @class */ (function (_super) {
|
|||||||
|
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/react-resize-aware/dist/index.js
|
// EXTERNAL MODULE: ./node_modules/react-resize-aware/dist/index.js
|
||||||
var dist = __webpack_require__(152);
|
var dist = __webpack_require__(151);
|
||||||
var dist_default = /*#__PURE__*/__webpack_require__.n(dist);
|
var dist_default = /*#__PURE__*/__webpack_require__.n(dist);
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@wordpress/components/build-module/resizable-box/resize-tooltip/utils.js
|
// CONCATENATED MODULE: ./node_modules/@wordpress/components/build-module/resizable-box/resize-tooltip/utils.js
|
||||||
|
6
wp-includes/js/dist/components.min.js
vendored
6
wp-includes/js/dist/components.min.js
vendored
File diff suppressed because one or more lines are too long
26
wp-includes/js/dist/compose.js
vendored
26
wp-includes/js/dist/compose.js
vendored
@ -156,7 +156,7 @@ function _slicedToArray(arr, i) {
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 152:
|
/***/ 151:
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
var e=__webpack_require__(13),n={display:"block",opacity:0,position:"absolute",top:0,left:0,height:"100%",width:"100%",overflow:"hidden",pointerEvents:"none",zIndex:-1},t=function(t){var r=t.onResize,u=e.useRef();return function(n,t){var r=function(){return n.current&&n.current.contentDocument&&n.current.contentDocument.defaultView};function u(){t();var e=r();e&&e.addEventListener("resize",t)}e.useEffect((function(){return r()?u():n.current&&n.current.addEventListener&&n.current.addEventListener("load",u),function(){var e=r();e&&"function"==typeof e.removeEventListener&&e.removeEventListener("resize",t)}}),[])}(u,(function(){return r(u)})),e.createElement("iframe",{style:n,src:"about:blank",ref:u,"aria-hidden":!0,tabIndex:-1,frameBorder:0})},r=function(e){return{width:null!=e?e.offsetWidth:null,height:null!=e?e.offsetHeight:null}};module.exports=function(n){void 0===n&&(n=r);var u=e.useState(n(null)),o=u[0],i=u[1],c=e.useCallback((function(e){return i(n(e.current))}),[n]);return[e.useMemo((function(){return e.createElement(t,{onResize:c})}),[c]),o]};
|
var e=__webpack_require__(13),n={display:"block",opacity:0,position:"absolute",top:0,left:0,height:"100%",width:"100%",overflow:"hidden",pointerEvents:"none",zIndex:-1},t=function(t){var r=t.onResize,u=e.useRef();return function(n,t){var r=function(){return n.current&&n.current.contentDocument&&n.current.contentDocument.defaultView};function u(){t();var e=r();e&&e.addEventListener("resize",t)}e.useEffect((function(){return r()?u():n.current&&n.current.addEventListener&&n.current.addEventListener("load",u),function(){var e=r();e&&"function"==typeof e.removeEventListener&&e.removeEventListener("resize",t)}}),[])}(u,(function(){return r(u)})),e.createElement("iframe",{style:n,src:"about:blank",ref:u,"aria-hidden":!0,tabIndex:-1,frameBorder:0})},r=function(e){return{width:null!=e?e.offsetWidth:null,height:null!=e?e.offsetHeight:null}};module.exports=function(n){void 0===n&&(n=r);var u=e.useState(n(null)),o=u[0],i=u[1],c=e.useCallback((function(e){return i(n(e.current))}),[n]);return[e.useMemo((function(){return e.createElement(t,{onResize:c})}),[c]),o]};
|
||||||
@ -164,14 +164,14 @@ var e=__webpack_require__(13),n={display:"block",opacity:0,position:"absolute",t
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 153:
|
/***/ 152:
|
||||||
/***/ (function(module, exports) {
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
(function() { module.exports = this["wp"]["priorityQueue"]; }());
|
(function() { module.exports = this["wp"]["priorityQueue"]; }());
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 154:
|
/***/ 153:
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
@ -378,16 +378,16 @@ function _inherits(subClass, superClass) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
||||||
/* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
||||||
/* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
||||||
|
|
||||||
|
|
||||||
function _possibleConstructorReturn(self, call) {
|
function _possibleConstructorReturn(self, call) {
|
||||||
if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
if (call && (Object(_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
||||||
return call;
|
return call;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
return Object(_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -2454,15 +2454,15 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/*global define:false */
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -3666,7 +3666,7 @@ use_viewport_match_useViewportMatch.__experimentalWidthProvider = ViewportMatchW
|
|||||||
/* harmony default export */ var use_viewport_match = (use_viewport_match_useViewportMatch);
|
/* harmony default export */ var use_viewport_match = (use_viewport_match_useViewportMatch);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/react-resize-aware/dist/index.js
|
// EXTERNAL MODULE: ./node_modules/react-resize-aware/dist/index.js
|
||||||
var dist = __webpack_require__(152);
|
var dist = __webpack_require__(151);
|
||||||
var dist_default = /*#__PURE__*/__webpack_require__.n(dist);
|
var dist_default = /*#__PURE__*/__webpack_require__.n(dist);
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@wordpress/compose/build-module/hooks/use-resize-observer/index.js
|
// CONCATENATED MODULE: ./node_modules/@wordpress/compose/build-module/hooks/use-resize-observer/index.js
|
||||||
@ -3703,7 +3703,7 @@ var dist_default = /*#__PURE__*/__webpack_require__.n(dist);
|
|||||||
var toConsumableArray = __webpack_require__(17);
|
var toConsumableArray = __webpack_require__(17);
|
||||||
|
|
||||||
// EXTERNAL MODULE: external {"this":["wp","priorityQueue"]}
|
// EXTERNAL MODULE: external {"this":["wp","priorityQueue"]}
|
||||||
var external_this_wp_priorityQueue_ = __webpack_require__(153);
|
var external_this_wp_priorityQueue_ = __webpack_require__(152);
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@wordpress/compose/build-module/hooks/use-async-list/index.js
|
// CONCATENATED MODULE: ./node_modules/@wordpress/compose/build-module/hooks/use-async-list/index.js
|
||||||
|
|
||||||
@ -3850,7 +3850,7 @@ function useWarnOnChange(object) {
|
|||||||
/* harmony default export */ var use_warn_on_change = (useWarnOnChange);
|
/* harmony default export */ var use_warn_on_change = (useWarnOnChange);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/use-memo-one/dist/use-memo-one.esm.js
|
// EXTERNAL MODULE: ./node_modules/use-memo-one/dist/use-memo-one.esm.js
|
||||||
var use_memo_one_esm = __webpack_require__(154);
|
var use_memo_one_esm = __webpack_require__(153);
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@wordpress/compose/build-module/hooks/use-debounce/index.js
|
// CONCATENATED MODULE: ./node_modules/@wordpress/compose/build-module/hooks/use-debounce/index.js
|
||||||
/**
|
/**
|
||||||
|
4
wp-includes/js/dist/compose.min.js
vendored
4
wp-includes/js/dist/compose.min.js
vendored
File diff suppressed because one or more lines are too long
6
wp-includes/js/dist/core-data.js
vendored
6
wp-includes/js/dist/core-data.js
vendored
@ -551,15 +551,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
18
wp-includes/js/dist/data.js
vendored
18
wp-includes/js/dist/data.js
vendored
@ -505,14 +505,14 @@ module.exports = g;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 153:
|
/***/ 152:
|
||||||
/***/ (function(module, exports) {
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
(function() { module.exports = this["wp"]["priorityQueue"]; }());
|
(function() { module.exports = this["wp"]["priorityQueue"]; }());
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 154:
|
/***/ 153:
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
@ -569,7 +569,7 @@ var useCallback = useCallbackOne;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 155:
|
/***/ 154:
|
||||||
/***/ (function(module, exports) {
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
module.exports = isPromise;
|
module.exports = isPromise;
|
||||||
@ -774,15 +774,15 @@ function symbolObservablePonyfill(root) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -1886,7 +1886,7 @@ var builtinControls = (_builtinControls = {}, Object(defineProperty["a" /* defau
|
|||||||
})), _builtinControls);
|
})), _builtinControls);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/is-promise/index.js
|
// EXTERNAL MODULE: ./node_modules/is-promise/index.js
|
||||||
var is_promise = __webpack_require__(155);
|
var is_promise = __webpack_require__(154);
|
||||||
var is_promise_default = /*#__PURE__*/__webpack_require__.n(is_promise);
|
var is_promise_default = /*#__PURE__*/__webpack_require__.n(is_promise);
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@wordpress/data/build-module/promise-middleware.js
|
// CONCATENATED MODULE: ./node_modules/@wordpress/data/build-module/promise-middleware.js
|
||||||
@ -3373,10 +3373,10 @@ var external_this_wp_element_ = __webpack_require__(0);
|
|||||||
var external_this_wp_compose_ = __webpack_require__(10);
|
var external_this_wp_compose_ = __webpack_require__(10);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/use-memo-one/dist/use-memo-one.esm.js
|
// EXTERNAL MODULE: ./node_modules/use-memo-one/dist/use-memo-one.esm.js
|
||||||
var use_memo_one_esm = __webpack_require__(154);
|
var use_memo_one_esm = __webpack_require__(153);
|
||||||
|
|
||||||
// EXTERNAL MODULE: external {"this":["wp","priorityQueue"]}
|
// EXTERNAL MODULE: external {"this":["wp","priorityQueue"]}
|
||||||
var external_this_wp_priorityQueue_ = __webpack_require__(153);
|
var external_this_wp_priorityQueue_ = __webpack_require__(152);
|
||||||
|
|
||||||
// EXTERNAL MODULE: external {"this":["wp","isShallowEqual"]}
|
// EXTERNAL MODULE: external {"this":["wp","isShallowEqual"]}
|
||||||
var external_this_wp_isShallowEqual_ = __webpack_require__(64);
|
var external_this_wp_isShallowEqual_ = __webpack_require__(64);
|
||||||
|
2
wp-includes/js/dist/data.min.js
vendored
2
wp-includes/js/dist/data.min.js
vendored
File diff suppressed because one or more lines are too long
8
wp-includes/js/dist/date.js
vendored
8
wp-includes/js/dist/date.js
vendored
File diff suppressed because one or more lines are too long
8
wp-includes/js/dist/date.min.js
vendored
8
wp-includes/js/dist/date.min.js
vendored
File diff suppressed because one or more lines are too long
26
wp-includes/js/dist/edit-post.js
vendored
26
wp-includes/js/dist/edit-post.js
vendored
@ -416,11 +416,11 @@ function _slicedToArray(arr, i) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
@ -439,7 +439,7 @@ function _objectWithoutProperties(source, excluded) {
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 150:
|
/***/ 149:
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
@ -495,7 +495,7 @@ module.exports = refx;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 156:
|
/***/ 155:
|
||||||
/***/ (function(module, exports) {
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
(function() { module.exports = this["wp"]["mediaUtils"]; }());
|
(function() { module.exports = this["wp"]["mediaUtils"]; }());
|
||||||
@ -915,16 +915,16 @@ function _inherits(subClass, superClass) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
||||||
/* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
||||||
/* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
||||||
|
|
||||||
|
|
||||||
function _possibleConstructorReturn(self, call) {
|
function _possibleConstructorReturn(self, call) {
|
||||||
if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
if (call && (Object(_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
||||||
return call;
|
return call;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
return Object(_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -965,15 +965,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -1617,7 +1617,7 @@ var external_this_wp_blockLibrary_ = __webpack_require__(291);
|
|||||||
var external_this_wp_hooks_ = __webpack_require__(33);
|
var external_this_wp_hooks_ = __webpack_require__(33);
|
||||||
|
|
||||||
// EXTERNAL MODULE: external {"this":["wp","mediaUtils"]}
|
// EXTERNAL MODULE: external {"this":["wp","mediaUtils"]}
|
||||||
var external_this_wp_mediaUtils_ = __webpack_require__(156);
|
var external_this_wp_mediaUtils_ = __webpack_require__(155);
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@wordpress/edit-post/build-module/hooks/components/index.js
|
// CONCATENATED MODULE: ./node_modules/@wordpress/edit-post/build-module/hooks/components/index.js
|
||||||
/**
|
/**
|
||||||
@ -2331,7 +2331,7 @@ var reducer_metaBoxes = Object(external_this_wp_data_["combineReducers"])({
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/refx/refx.js
|
// EXTERNAL MODULE: ./node_modules/refx/refx.js
|
||||||
var refx = __webpack_require__(150);
|
var refx = __webpack_require__(149);
|
||||||
var refx_default = /*#__PURE__*/__webpack_require__.n(refx);
|
var refx_default = /*#__PURE__*/__webpack_require__.n(refx);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
|
||||||
|
2
wp-includes/js/dist/edit-post.min.js
vendored
2
wp-includes/js/dist/edit-post.min.js
vendored
File diff suppressed because one or more lines are too long
22
wp-includes/js/dist/editor.js
vendored
22
wp-includes/js/dist/editor.js
vendored
@ -222,11 +222,11 @@ function _slicedToArray(arr, i) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
@ -385,7 +385,7 @@ module.exports = ReactPropTypesSecret;
|
|||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 156:
|
/***/ 155:
|
||||||
/***/ (function(module, exports) {
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
(function() { module.exports = this["wp"]["mediaUtils"]; }());
|
(function() { module.exports = this["wp"]["mediaUtils"]; }());
|
||||||
@ -1187,16 +1187,16 @@ function _inherits(subClass, superClass) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
||||||
/* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
||||||
/* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
||||||
|
|
||||||
|
|
||||||
function _possibleConstructorReturn(self, call) {
|
function _possibleConstructorReturn(self, call) {
|
||||||
if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
if (call && (Object(_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
||||||
return call;
|
return call;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
return Object(_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -1264,15 +1264,15 @@ module.exports = __webpack_require__(439);
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -12237,7 +12237,7 @@ var withRegistryProvider = Object(external_this_wp_compose_["createHigherOrderCo
|
|||||||
/* harmony default export */ var with_registry_provider = (withRegistryProvider);
|
/* harmony default export */ var with_registry_provider = (withRegistryProvider);
|
||||||
|
|
||||||
// EXTERNAL MODULE: external {"this":["wp","mediaUtils"]}
|
// EXTERNAL MODULE: external {"this":["wp","mediaUtils"]}
|
||||||
var external_this_wp_mediaUtils_ = __webpack_require__(156);
|
var external_this_wp_mediaUtils_ = __webpack_require__(155);
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@wordpress/editor/build-module/utils/media-upload/index.js
|
// CONCATENATED MODULE: ./node_modules/@wordpress/editor/build-module/utils/media-upload/index.js
|
||||||
|
|
||||||
|
4
wp-includes/js/dist/editor.min.js
vendored
4
wp-includes/js/dist/editor.min.js
vendored
File diff suppressed because one or more lines are too long
10
wp-includes/js/dist/element.js
vendored
10
wp-includes/js/dist/element.js
vendored
@ -168,11 +168,11 @@ function _slicedToArray(arr, i) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
@ -257,15 +257,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
18
wp-includes/js/dist/format-library.js
vendored
18
wp-includes/js/dist/format-library.js
vendored
@ -161,11 +161,11 @@ function _slicedToArray(arr, i) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
@ -427,16 +427,16 @@ function _inherits(subClass, superClass) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
||||||
/* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
||||||
/* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
||||||
|
|
||||||
|
|
||||||
function _possibleConstructorReturn(self, call) {
|
function _possibleConstructorReturn(self, call) {
|
||||||
if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
if (call && (Object(_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
||||||
return call;
|
return call;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
return Object(_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -484,15 +484,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
6
wp-includes/js/dist/hooks.js
vendored
6
wp-includes/js/dist/hooks.js
vendored
@ -146,15 +146,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
6
wp-includes/js/dist/keyboard-shortcuts.js
vendored
6
wp-includes/js/dist/keyboard-shortcuts.js
vendored
@ -222,15 +222,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
6
wp-includes/js/dist/keycodes.js
vendored
6
wp-includes/js/dist/keycodes.js
vendored
@ -160,15 +160,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
8
wp-includes/js/dist/list-reusable-blocks.js
vendored
8
wp-includes/js/dist/list-reusable-blocks.js
vendored
@ -228,16 +228,16 @@ function _inherits(subClass, superClass) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
||||||
/* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
||||||
/* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
||||||
|
|
||||||
|
|
||||||
function _possibleConstructorReturn(self, call) {
|
function _possibleConstructorReturn(self, call) {
|
||||||
if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
if (call && (Object(_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
||||||
return call;
|
return call;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
return Object(_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
14
wp-includes/js/dist/media-utils.js
vendored
14
wp-includes/js/dist/media-utils.js
vendored
@ -313,16 +313,16 @@ function _inherits(subClass, superClass) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
||||||
/* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
||||||
/* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
||||||
|
|
||||||
|
|
||||||
function _possibleConstructorReturn(self, call) {
|
function _possibleConstructorReturn(self, call) {
|
||||||
if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
if (call && (Object(_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
||||||
return call;
|
return call;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
return Object(_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@ -349,15 +349,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
6
wp-includes/js/dist/notices.js
vendored
6
wp-includes/js/dist/notices.js
vendored
@ -153,15 +153,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
6
wp-includes/js/dist/nux.js
vendored
6
wp-includes/js/dist/nux.js
vendored
@ -261,15 +261,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
8
wp-includes/js/dist/plugins.js
vendored
8
wp-includes/js/dist/plugins.js
vendored
@ -214,16 +214,16 @@ function _inherits(subClass, superClass) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
||||||
/* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
||||||
/* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
||||||
|
|
||||||
|
|
||||||
function _possibleConstructorReturn(self, call) {
|
function _possibleConstructorReturn(self, call) {
|
||||||
if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
if (call && (Object(_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
||||||
return call;
|
return call;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
return Object(_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
4
wp-includes/js/dist/primitives.js
vendored
4
wp-includes/js/dist/primitives.js
vendored
@ -99,11 +99,11 @@ this["wp"] = this["wp"] || {}; this["wp"]["primitives"] =
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
|
4
wp-includes/js/dist/redux-routine.js
vendored
4
wp-includes/js/dist/redux-routine.js
vendored
@ -87,7 +87,7 @@ this["wp"] = this["wp"] || {}; this["wp"]["reduxRoutine"] =
|
|||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
/******/ ({
|
/******/ ({
|
||||||
|
|
||||||
/***/ 155:
|
/***/ 154:
|
||||||
/***/ (function(module, exports) {
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
module.exports = isPromise;
|
module.exports = isPromise;
|
||||||
@ -798,7 +798,7 @@ var dist = __webpack_require__(293);
|
|||||||
var external_this_lodash_ = __webpack_require__(2);
|
var external_this_lodash_ = __webpack_require__(2);
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/is-promise/index.js
|
// EXTERNAL MODULE: ./node_modules/is-promise/index.js
|
||||||
var is_promise = __webpack_require__(155);
|
var is_promise = __webpack_require__(154);
|
||||||
var is_promise_default = /*#__PURE__*/__webpack_require__.n(is_promise);
|
var is_promise_default = /*#__PURE__*/__webpack_require__.n(is_promise);
|
||||||
|
|
||||||
// CONCATENATED MODULE: ./node_modules/@wordpress/redux-routine/build-module/is-action.js
|
// CONCATENATED MODULE: ./node_modules/@wordpress/redux-routine/build-module/is-action.js
|
||||||
|
2
wp-includes/js/dist/redux-routine.min.js
vendored
2
wp-includes/js/dist/redux-routine.min.js
vendored
File diff suppressed because one or more lines are too long
6
wp-includes/js/dist/rich-text.js
vendored
6
wp-includes/js/dist/rich-text.js
vendored
@ -229,15 +229,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
12
wp-includes/js/dist/server-side-render.js
vendored
12
wp-includes/js/dist/server-side-render.js
vendored
@ -106,11 +106,11 @@ this["wp"] = this["wp"] || {}; this["wp"]["serverSideRender"] =
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectWithoutProperties; });
|
||||||
/* harmony import */ var _objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
||||||
|
|
||||||
function _objectWithoutProperties(source, excluded) {
|
function _objectWithoutProperties(source, excluded) {
|
||||||
if (source == null) return {};
|
if (source == null) return {};
|
||||||
var target = Object(_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
var target = Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(source, excluded);
|
||||||
var key, i;
|
var key, i;
|
||||||
|
|
||||||
if (Object.getOwnPropertySymbols) {
|
if (Object.getOwnPropertySymbols) {
|
||||||
@ -242,16 +242,16 @@ function _inherits(subClass, superClass) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _possibleConstructorReturn; });
|
||||||
/* harmony import */ var _helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
/* harmony import */ var _babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
|
||||||
/* harmony import */ var _assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
/* harmony import */ var _babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16);
|
||||||
|
|
||||||
|
|
||||||
function _possibleConstructorReturn(self, call) {
|
function _possibleConstructorReturn(self, call) {
|
||||||
if (call && (Object(_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
if (call && (Object(_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(call) === "object" || typeof call === "function")) {
|
||||||
return call;
|
return call;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Object(_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
return Object(_babel_runtime_helpers_esm_assertThisInitialized__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
6
wp-includes/js/dist/viewport.js
vendored
6
wp-includes/js/dist/viewport.js
vendored
@ -185,15 +185,15 @@ function _arrayLikeToArray(arr, len) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
||||||
/* harmony import */ var _arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
/* harmony import */ var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
||||||
|
|
||||||
function _unsupportedIterableToArray(o, minLen) {
|
function _unsupportedIterableToArray(o, minLen) {
|
||||||
if (!o) return;
|
if (!o) return;
|
||||||
if (typeof o === "string") return Object(_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
if (typeof o === "string") return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||||
if (n === "Map" || n === "Set") return Array.from(o);
|
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);
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(o, minLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.6-RC1-49642';
|
$wp_version = '5.6-RC1-49646';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user