mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 09:49:37 +01:00
56906bcf59
The following package versions were changed: @wordpress/annotations: 1.11.0 -> 1.12.0 @wordpress/api-fetch: 3.10.0 -> 3.11.0 @wordpress/block-directory: 1.4.0 -> 1.5.0 @wordpress/block-editor: 3.6.0 -> 3.7.0 @wordpress/block-library: 2.13.0 -> 2.14.0 @wordpress/blocks: 6.11.0 -> 6.12.0 @wordpress/components: 9.1.0 -> 9.2.0 @wordpress/core-data: 2.11.0 -> 2.12.0 @wordpress/data: 4.13.0 -> 4.14.0 @wordpress/data-controls: 1.7.0 -> 1.8.0 @wordpress/e2e-test-utils: 4.2.0 -> 4.3.0 @wordpress/edit-post: 3.12.0 -> 3.13.0 @wordpress/editor: 9.11.0 -> 9.12.0 @wordpress/format-library: 1.13.0 -> 1.14.0 @wordpress/icons: 1.0.0 -> 1.1.0 @wordpress/keyboard-shortcuts: 1.0.0 -> 1.1.0 @wordpress/list-reusable-blocks: 1.12.0 -> 1.13.0 @wordpress/media-utils: 1.6.0 -> 1.7.0 @wordpress/notices: 1.12.0 -> 2.0.0 @wordpress/nux: 3.11.0 -> 3.12.0 @wordpress/plugins: 2.11.0 -> 2.12.0 @wordpress/primitives: 1.0.0 -> 1.1.0 @wordpress/rich-text: 3.11.0 -> 3.12.0 @wordpress/server-side-render: 1.7.0 -> 1.8.0 @wordpress/url: 2.10.0 -> 2.11.0 @wordpress/viewport: 2.12.0 -> 2.13.0 The navigation block inclusion was reverted. The social links block was included. Props gziolo, youknowriad, mcsf, noisysocks. Fixes #49397. Built from https://develop.svn.wordpress.org/trunk@47250 git-svn-id: http://core.svn.wordpress.org/trunk@47050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
140 lines
5.0 KiB
JavaScript
140 lines
5.0 KiB
JavaScript
this["wp"] = this["wp"] || {}; this["wp"]["domReady"] =
|
|
/******/ (function(modules) { // webpackBootstrap
|
|
/******/ // The module cache
|
|
/******/ var installedModules = {};
|
|
/******/
|
|
/******/ // The require function
|
|
/******/ function __webpack_require__(moduleId) {
|
|
/******/
|
|
/******/ // Check if module is in cache
|
|
/******/ if(installedModules[moduleId]) {
|
|
/******/ return installedModules[moduleId].exports;
|
|
/******/ }
|
|
/******/ // Create a new module (and put it into the cache)
|
|
/******/ var module = installedModules[moduleId] = {
|
|
/******/ i: moduleId,
|
|
/******/ l: false,
|
|
/******/ exports: {}
|
|
/******/ };
|
|
/******/
|
|
/******/ // Execute the module function
|
|
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
/******/
|
|
/******/ // Flag the module as loaded
|
|
/******/ module.l = true;
|
|
/******/
|
|
/******/ // Return the exports of the module
|
|
/******/ return module.exports;
|
|
/******/ }
|
|
/******/
|
|
/******/
|
|
/******/ // expose the modules object (__webpack_modules__)
|
|
/******/ __webpack_require__.m = modules;
|
|
/******/
|
|
/******/ // expose the module cache
|
|
/******/ __webpack_require__.c = installedModules;
|
|
/******/
|
|
/******/ // define getter function for harmony exports
|
|
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
/******/ }
|
|
/******/ };
|
|
/******/
|
|
/******/ // define __esModule on exports
|
|
/******/ __webpack_require__.r = function(exports) {
|
|
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
/******/ }
|
|
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
/******/ };
|
|
/******/
|
|
/******/ // create a fake namespace object
|
|
/******/ // mode & 1: value is a module id, require it
|
|
/******/ // mode & 2: merge all properties of value into the ns
|
|
/******/ // mode & 4: return value when already ns object
|
|
/******/ // mode & 8|1: behave like require
|
|
/******/ __webpack_require__.t = function(value, mode) {
|
|
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
/******/ if(mode & 8) return value;
|
|
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
/******/ var ns = Object.create(null);
|
|
/******/ __webpack_require__.r(ns);
|
|
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
/******/ return ns;
|
|
/******/ };
|
|
/******/
|
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
/******/ __webpack_require__.n = function(module) {
|
|
/******/ var getter = module && module.__esModule ?
|
|
/******/ function getDefault() { return module['default']; } :
|
|
/******/ function getModuleExports() { return module; };
|
|
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
/******/ return getter;
|
|
/******/ };
|
|
/******/
|
|
/******/ // Object.prototype.hasOwnProperty.call
|
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
/******/
|
|
/******/ // __webpack_public_path__
|
|
/******/ __webpack_require__.p = "";
|
|
/******/
|
|
/******/
|
|
/******/ // Load entry module and return exports
|
|
/******/ return __webpack_require__(__webpack_require__.s = 402);
|
|
/******/ })
|
|
/************************************************************************/
|
|
/******/ ({
|
|
|
|
/***/ 402:
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
"use strict";
|
|
__webpack_require__.r(__webpack_exports__);
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return domReady; });
|
|
/**
|
|
* @typedef {() => void} Callback
|
|
*
|
|
* TODO: Remove this typedef and inline `() => void` type.
|
|
*
|
|
* This typedef is used so that a descriptive type is provided in our
|
|
* automatically generated documentation.
|
|
*
|
|
* An in-line type `() => void` would be preferable, but the generated
|
|
* documentation is `null` in that case.
|
|
*
|
|
* @see https://github.com/WordPress/gutenberg/issues/18045
|
|
*/
|
|
|
|
/**
|
|
* Specify a function to execute when the DOM is fully loaded.
|
|
*
|
|
* @param {Callback} callback A function to execute after the DOM is ready.
|
|
*
|
|
* @example
|
|
* ```js
|
|
* import domReady from '@wordpress/dom-ready';
|
|
*
|
|
* domReady( function() {
|
|
* //do something after DOM loads.
|
|
* } );
|
|
* ```
|
|
*
|
|
* @return {void}
|
|
*/
|
|
function domReady(callback) {
|
|
if (document.readyState === 'complete' || // DOMContentLoaded + Images/Styles/etc loaded, so we call directly.
|
|
document.readyState === 'interactive' // DOMContentLoaded fires at this point, so we call directly.
|
|
) {
|
|
return void callback();
|
|
} // DOMContentLoaded has not fired yet, delay callback until then.
|
|
|
|
|
|
document.addEventListener('DOMContentLoaded', callback);
|
|
}
|
|
|
|
|
|
/***/ })
|
|
|
|
/******/ })["default"]; |