mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 04:40:06 +01:00
024e5438ec
The following package versions were changed: @wordpress/block-directory: 1.17.4 -> 1.17.5 @wordpress/block-editor: 5.1.3 -> 5.1.4 @wordpress/block-library: 2.26.4 -> 2.26.5 @wordpress/blocks: 6.24.1 -> 6.24.2 @wordpress/components: 11.1.1 -> 11.1.2 @wordpress/core-data: 2.24.1 -> 2.24.2 @wordpress/edit-post: 3.25.4 -> 3.25.5 @wordpress/editor: 9.24.3 -> 9.24.4 @wordpress/format-library: 1.25.3 -> 1.25.4 @wordpress/list-reusable-blocks: 1.24.1 -> 1.24.2 @wordpress/nux: 3.23.1 -> 3.23.2 @wordpress/reusable-blocks: 1.0.3 -> 1.0.4 @wordpress/server-side-render: 1.19.1 -> 1.19.2 See https://github.com/WordPress/gutenberg/pull/27366 for the list of fixed bugs. Props isabel_brison. Reviewed by isabel_brison, SergeyBiryukov. Merges [49718] to the 5.6 branch. Fixes #51902. Built from https://develop.svn.wordpress.org/branches/5.6@49719 git-svn-id: http://core.svn.wordpress.org/branches/5.6@49442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2 lines
1.7 KiB
JavaScript
2 lines
1.7 KiB
JavaScript
/*! This file is auto-generated */
|
|
this.wp=this.wp||{},this.wp.dataControls=function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)e.d(r,o,function(n){return t[n]}.bind(null,o));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=445)}({4:function(t,n){!function(){t.exports=this.wp.data}()},445:function(t,n,e){"use strict";e.r(n),e.d(n,"apiFetch",(function(){return c})),e.d(n,"select",(function(){return i})),e.d(n,"syncSelect",(function(){return f})),e.d(n,"dispatch",(function(){return l})),e.d(n,"controls",(function(){return s}));var r=e(47),o=e.n(r),u=e(4);function c(t){return{type:"API_FETCH",request:t}}function i(){return u.controls.resolveSelect.apply(u.controls,arguments)}function f(){return u.controls.select.apply(u.controls,arguments)}function l(){return u.controls.dispatch.apply(u.controls,arguments)}var s={API_FETCH:function(t){var n=t.request;return o()(n)}}},47:function(t,n){!function(){t.exports=this.wp.apiFetch}()}}); |